text
stringlengths
0
418
['Fact5', 'Rule4', ['Default']]
Step reasoning:
Default -> int0: Mia is 0 confident; Fact5 & Rule4 & int0 -> int1: Harry is 0+4=4 confident
ID: 46
Fact:
0. chases(Gary, Emma)
1. hugs(Emma, Olivia)
2. greets(Gary, Emma)
3. is(Olivia, reserved, 4)
4. greets(Gary, Olivia)
5. chases(Olivia, Gary)
Rule:
0. chases(?x, ?y) -> is(?x, considerate, 2y+3)
1. is(?x, generous, 3) -> is(?x, green, 1)
2. hugs(?x, ?y) -> is(?x, reserved, 2y+1)
3. hugs(?x, ?y) -> is(?x, generous, 1y+3)
4. is(?x, reserved, 1) -> is(?x, generous, 2)
5. is(?x, generous, 2) -> is(?x, considerate, 4)
Assertion:
less(Emma, generous, 9)
Answer:
True
One reasoning:
['Fact1', 'Rule3', ['Default']]
Step reasoning:
Default -> int0: Olivia is 0 generous; Fact1 & Rule3 & int0 -> int1: Emma is 0+3=3 generous
ID: 47
Fact:
0. is(Mia, cold, 1)
1. sees(Emily, Charlie)
2. is(Mia, blue, 2)
3. needs(Emily, Charlie)
4. visits(Charlie, Benjamin)
5. needs(Mia, Emily)
Rule:
0. needs(?x, ?y) -> is(?x, friendly, 1y+4)
1. needs(?x, ?y) -> is(?x, rough, 2y+1)
2. visits(?x, ?y) -> is(?x, cold, 1y+2)
3. is(?x, friendly, 2) -> is(?x, cold, 2)
4. is(?x, rough, 4) -> is(?x, friendly, 1)
5. sees(?x, ?y) -> is(?x, blue, 2y+4)
Assertion:
greater(Emily, blue, 7)
Answer:
False
One reasoning:
['Fact1', 'Rule5', ['Default']]
Step reasoning:
Default -> int0: Charlie is 0 blue; Fact1 & Rule5 & int0 -> int1: Emily is 2*0+4=4 blue
ID: 48
Fact:
0. visits(Fiona, Liam)
1. kisses(Fiona, Harry)
2. kisses(Harry, Erin)
3. kisses(Erin, Fiona)
4. kisses(Liam, Harry)
5. meets(Erin, Liam)
Rule:
0. is(?x, considerate, 2) -> is(?x, compassionate, 2)
1. is(?x, quiet, 1) -> is(?x, green, 4)
2. is(?x, green, 4) -> is(?x, considerate, 3)
3. is(?x, quiet, 4) -> is(?x, compassionate, 3)
4. visits(?x, ?y) -> is(?x, compassionate, 2y+1)
5. meets(?x, ?y) -> is(?x, green, 2y+3)
Assertion:
less(Erin, green, 2)
Answer:
False
One reasoning:
['Fact5', 'Rule5', ['Default']]
Step reasoning:
Default -> int0: Liam is 0 green; Fact5 & Rule5 & int0 -> int1: Erin is 2*0+3=3 green
ID: 49
Fact:
0. is(Samuel, young, 4)
1. interacts(William, Alexander)
2. interacts(Michael, Samuel)
3. is(Michael, generous, 3)
4. meets(Samuel, William)
5. is(William, big, 1)
Rule:
0. interacts(?x, ?y) -> is(?x, rough, 1y+1)
1. is(?x, generous, 1) -> is(?x, big, 3)
2. is(?x, generous, 3) -> is(?x, big, 3)
3. argues(?x, ?y) -> is(?x, big, 1y+2)
4. is(?x, young, 3) -> is(?x, generous, 1)
5. is(?x, generous, 4) -> is(?x, big, 4)
Assertion:
greater(Michael, big, 7)
Answer:
False
One reasoning:
['Rule2', ['Fact3']]
Step reasoning:
Fact3 -> int0: Michael is 3 generous; Rule2 & int0 -> int1: Michael is 3 big