text
stringlengths
0
418
ID: 150
Fact:
0. is(Daniel, quiet, 2)
1. chases(Charlie, Erin)
2. sees(Charlie, Daniel)
3. is(Erin, quiet, 2)
4. is(Olivia, kind, 1)
5. argues(Daniel, Erin)
Rule:
0. sees(?x, ?y) -> is(?x, nice, 2y+2)
1. is(?x, nice, 4) -> is(?x, red, 4)
2. sees(?x, ?y) -> is(?x, red, 1y+1)
3. argues(?x, ?y) -> is(?x, red, 1y+4)
4. sees(?x, ?y) -> is(?x, quiet, 2y+3)
5. is(?x, red, 2) -> is(?x, kind, 1)
Assertion:
less(Daniel, red, 3)
Answer:
False
One reasoning:
['Fact5', 'Rule3', ['Default']]
Step reasoning:
Default -> int0: Erin is 0 red; Fact5 & Rule3 & int0 -> int1: Daniel is 0+4=4 red
ID: 151
Fact:
0. kisses(Olivia, William)
1. meets(William, Hannah)
2. helps(William, Hannah)
3. kisses(Hannah, Olivia)
4. meets(Hannah, Grace)
5. is(Hannah, young, 2)
Rule:
0. meets(?x, ?y) -> is(?x, furry, 1y+3)
1. helps(?x, ?y) -> is(?x, kind, 1y+4)
2. is(?x, kind, 4) -> is(?x, gruff, 2)
3. is(?x, furry, 4) -> is(?x, young, 2)
4. kisses(?x, ?y) -> is(?x, gruff, 1y+3)
5. helps(?x, ?y) -> is(?x, young, 1y+2)
Assertion:
greater(William, kind, 10)
Answer:
False
One reasoning:
['Fact2', 'Rule1', ['Default']]
Step reasoning:
Default -> int0: Hannah is 0 kind; Fact2 & Rule1 & int0 -> int1: William is 0+4=4 kind
ID: 152
Fact:
0. visits(Michael, Benjamin)
1. visits(Bob, James)
2. likes(Benjamin, James)
3. is(Michael, white, 3)
4. likes(James, Bob)
5. is(Benjamin, cold, 1)
Rule:
0. is(?x, smart, 2) -> is(?x, quiet, 2)
1. is(?x, cold, 3) -> is(?x, white, 1)
2. is(?x, cold, 1) -> is(?x, quiet, 1)
3. is(?x, white, 2) -> is(?x, cold, 2)
4. meets(?x, ?y) -> is(?x, cold, 2y+1)
5. visits(?x, ?y) -> is(?x, smart, 2y+4)
Assertion:
greater(Michael, smart, 8)
Answer:
False
One reasoning:
['Fact0', 'Rule5', ['Default']]
Step reasoning:
Default -> int0: Benjamin is 0 smart; Fact0 & Rule5 & int0 -> int1: Michael is 2*0+4=4 smart
ID: 153
Fact:
0. is(Fiona, big, 2)
1. sees(Fiona, Samuel)
2. is(Bob, big, 2)
3. visits(Fiona, Samuel)
4. sees(Bob, Samuel)
5. helps(Bob, Samuel)
Rule:
0. visits(?x, ?y) -> is(?x, friendly, 1y+4)
1. visits(?x, ?y) -> is(?x, nice, 2y+2)
2. helps(?x, ?y) -> is(?x, rough, 2y+1)
3. is(?x, friendly, 3) -> is(?x, nice, 4)
4. is(?x, big, 1) -> is(?x, rough, 2)
5. is(?x, nice, 1) -> is(?x, rough, 3)
Assertion:
less(Bob, rough, 1)
Answer:
False
One reasoning:
['Fact5', 'Rule2', ['Default']]
Step reasoning:
Default -> int0: Samuel is 0 rough; Fact5 & Rule2 & int0 -> int1: Bob is 2*0+1=1 rough
ID: 154
Fact:
0. chases(Erin, Gary)
1. is(Mia, nice, 4)