text
stringlengths
0
418
2. visits(James, William)
3. visits(Joseph, Amelia)
4. kisses(William, Amelia)
5. is(James, blue, 2)
Rule:
0. visits(?x, ?y) -> is(?x, cold, 1y+4)
1. kisses(?x, ?y) -> is(?x, reserved, 1y+1)
2. is(?x, quiet, 2) -> is(?x, blue, 4)
3. is(?x, quiet, 4) -> is(?x, reserved, 4)
4. is(?x, blue, 1) -> is(?x, quiet, 4)
5. is(?x, cold, 1) -> is(?x, quiet, 3)
Assertion:
greater(James, cold, 5)
Answer:
False
One reasoning:
['Fact2', 'Rule0', ['Default']]
Step reasoning:
Default -> int0: William is 0 cold; Fact2 & Rule0 & int0 -> int1: James is 0+4=4 cold
ID: 280
Fact:
0. likes(Erin, Bob)
1. needs(Bob, William)
2. is(Bob, rough, 3)
3. sees(Bob, William)
4. likes(Erin, Daniel)
5. likes(Bob, Daniel)
Rule:
0. needs(?x, ?y) -> is(?x, green, 1y+1)
1. needs(?x, ?y) -> is(?x, round, 2y+1)
2. is(?x, furry, 2) -> is(?x, green, 2)
3. is(?x, round, 2) -> is(?x, furry, 1)
4. is(?x, green, 2) -> is(?x, round, 2)
5. is(?x, round, 3) -> is(?x, rough, 1)
Assertion:
less(Bob, green, 7)
Answer:
True
One reasoning:
['Fact1', 'Rule0', ['Default']]
Step reasoning:
Default -> int0: William is 0 green; Fact1 & Rule0 & int0 -> int1: Bob is 0+1=1 green
ID: 281
Fact:
0. greets(Alexander, Alice)
1. meets(William, Alexander)
2. is(Alice, round, 4)
3. eats(Alexander, Charlie)
4. is(William, reserved, 3)
5. is(Alexander, young, 1)
Rule:
0. is(?x, big, 3) -> is(?x, reserved, 2)
1. is(?x, big, 4) -> is(?x, reserved, 2)
2. greets(?x, ?y) -> is(?x, reserved, 1y+4)
3. is(?x, round, 1) -> is(?x, big, 4)
4. is(?x, reserved, 3) -> is(?x, round, 3)
5. is(?x, young, 3) -> is(?x, big, 2)
Assertion:
less(Alexander, reserved, 8)
Answer:
True
One reasoning:
['Fact0', 'Rule2', ['Default']]
Step reasoning:
Default -> int0: Alice is 0 reserved; Fact0 & Rule2 & int0 -> int1: Alexander is 0+4=4 reserved
ID: 282
Fact:
0. is(Hannah, red, 1)
1. interacts(Emma, Alice)
2. interacts(Alice, Hannah)
3. interacts(Hannah, Joseph)
4. interacts(Joseph, Alice)
5. interacts(Hannah, Emma)
Rule:
0. argues(?x, ?y) -> is(?x, rough, 2y+2)
1. is(?x, rough, 2) -> is(?x, red, 2)
2. is(?x, considerate, 1) -> is(?x, rough, 4)
3. is(?x, red, 1) -> is(?x, considerate, 3)
4. visits(?x, ?y) -> is(?x, young, 2y+4)
5. argues(?x, ?y) -> is(?x, considerate, 2y+3)
Assertion:
less(Hannah, considerate, 3)
Answer:
False
One reasoning:
['Rule3', ['Fact0']]
Step reasoning:
Fact0 -> int0: Hannah is 1 red; Rule3 & int0 -> int1: Hannah is 3 considerate
ID: 283
Fact:
0. visits(Gary, Sophia)
1. visits(Bob, Sophia)
2. needs(Bob, William)
3. needs(Sophia, William)
4. is(Gary, generous, 3)
5. needs(Bob, Gary)