text
stringlengths
0
418
['Fact5', 'Rule1', ['Default']]
Step reasoning:
Default -> int0: Mia is 0 quiet; Fact5 & Rule1 & int0 -> int1: Emma is 2*0+3=3 quiet
ID: 321
Fact:
0. chases(Mia, William)
1. is(William, cold, 3)
2. likes(Liam, William)
3. chases(Liam, Mia)
4. sees(Mia, Hannah)
5. is(William, green, 4)
Rule:
0. is(?x, cold, 3) -> is(?x, big, 3)
1. sees(?x, ?y) -> is(?x, cold, 1y+3)
2. is(?x, cold, 2) -> is(?x, big, 3)
3. is(?x, big, 1) -> is(?x, generous, 1)
4. is(?x, green, 3) -> is(?x, cold, 2)
5. chases(?x, ?y) -> is(?x, green, 2y+4)
Assertion:
greater(Mia, green, 3)
Answer:
True
One reasoning:
['Fact0', 'Rule5', ['Fact5']]
Step reasoning:
Fact5 -> int0: William is 4 green; Fact0 & Rule5 & int0 -> int1: Mia is 2*4+4=12 green
ID: 322
Fact:
0. is(Sophia, smart, 2)
1. sees(Sophia, Samuel)
2. is(Sophia, considerate, 2)
3. argues(Samuel, Alice)
4. sees(Sophia, Alice)
5. helps(Sophia, Samuel)
Rule:
0. is(?x, considerate, 1) -> is(?x, compassionate, 1)
1. is(?x, generous, 1) -> is(?x, compassionate, 2)
2. is(?x, compassionate, 3) -> is(?x, considerate, 3)
3. is(?x, smart, 3) -> is(?x, generous, 4)
4. is(?x, compassionate, 4) -> is(?x, smart, 3)
5. is(?x, considerate, 2) -> is(?x, generous, 4)
Assertion:
greater(Sophia, generous, 5)
Answer:
False
One reasoning:
['Rule5', ['Fact2']]
Step reasoning:
Fact2 -> int0: Sophia is 2 considerate; Rule5 & int0 -> int1: Sophia is 4 generous
ID: 323
Fact:
0. eats(Samuel, Hannah)
1. interacts(Chioe, Alexander)
2. eats(Chioe, Hannah)
3. eats(Hannah, Alexander)
4. interacts(Hannah, Samuel)
5. is(Alexander, nice, 2)
Rule:
0. is(?x, nice, 3) -> is(?x, round, 4)
1. interacts(?x, ?y) -> is(?x, rough, 2y+4)
2. is(?x, young, 3) -> is(?x, rough, 2)
3. is(?x, rough, 4) -> is(?x, young, 4)
4. is(?x, rough, 3) -> is(?x, nice, 2)
5. is(?x, nice, 4) -> is(?x, rough, 2)
Assertion:
greater(Hannah, rough, 1)
Answer:
True
One reasoning:
['Fact4', 'Rule1', ['Default']]
Step reasoning:
Default -> int0: Samuel is 0 rough; Fact4 & Rule1 & int0 -> int1: Hannah is 2*0+4=4 rough
ID: 324
Fact:
0. is(Erin, friendly, 4)
1. eats(Joseph, Mia)
2. meets(Erin, Joseph)
3. eats(Erin, Mia)
4. eats(Amelia, Erin)
5. is(Erin, kind, 2)
Rule:
0. is(?x, friendly, 2) -> is(?x, big, 4)
1. eats(?x, ?y) -> is(?x, big, 2y+4)
2. is(?x, big, 4) -> is(?x, nice, 4)
3. is(?x, kind, 3) -> is(?x, nice, 2)
4. is(?x, nice, 3) -> is(?x, big, 3)
5. visits(?x, ?y) -> is(?x, kind, 2y+2)
Assertion:
greater(Erin, big, 6)
Answer:
False
One reasoning:
['Fact3', 'Rule1', ['Default']]
Step reasoning:
Default -> int0: Mia is 0 big; Fact3 & Rule1 & int0 -> int1: Erin is 2*0+4=4 big