text
stringlengths
0
418
ID: 225
Fact:
0. is(Liam, kind, 4)
1. eats(Bob, Liam)
2. likes(James, Liam)
3. kisses(Bob, James)
4. is(Liam, cold, 2)
5. likes(Olivia, Liam)
Rule:
0. eats(?x, ?y) -> is(?x, smart, 2y+2)
1. kisses(?x, ?y) -> is(?x, cold, 1y+2)
2. is(?x, cold, 1) -> is(?x, gruff, 4)
3. is(?x, gruff, 2) -> is(?x, cold, 4)
4. likes(?x, ?y) -> is(?x, smart, 2y+2)
5. is(?x, kind, 3) -> is(?x, gruff, 1)
Assertion:
greater(Bob, smart, 5)
Answer:
False
One reasoning:
['Fact1', 'Rule0', ['Default']]
Step reasoning:
Default -> int0: Liam is 0 smart; Fact1 & Rule0 & int0 -> int1: Bob is 2*0+2=2 smart
ID: 226
Fact:
0. kisses(Hannah, Erin)
1. is(Daniel, gruff, 3)
2. kisses(Erin, Michael)
3. kisses(Erin, Daniel)
4. helps(Michael, Daniel)
5. argues(Hannah, Michael)
Rule:
0. argues(?x, ?y) -> is(?x, smart, 2y+2)
1. is(?x, smart, 4) -> is(?x, gruff, 1)
2. argues(?x, ?y) -> is(?x, gruff, 2y+1)
3. is(?x, smart, 2) -> is(?x, nice, 3)
4. is(?x, quiet, 4) -> is(?x, nice, 3)
5. argues(?x, ?y) -> is(?x, quiet, 2y+1)
Assertion:
less(Hannah, gruff, 7)
Answer:
True
One reasoning:
['Fact5', 'Rule2', ['Default']]
Step reasoning:
Default -> int0: Michael is 0 gruff; Fact5 & Rule2 & int0 -> int1: Hannah is 2*0+1=1 gruff
ID: 227
Fact:
0. sees(Sophia, Joseph)
1. eats(Sophia, Joseph)
2. kisses(Sophia, Joseph)
3. eats(Samuel, Joseph)
4. sees(Dave, Samuel)
5. sees(Joseph, Samuel)
Rule:
0. sees(?x, ?y) -> is(?x, kind, 1y+1)
1. is(?x, red, 3) -> is(?x, kind, 2)
2. is(?x, kind, 3) -> is(?x, big, 2)
3. is(?x, big, 1) -> is(?x, red, 3)
4. eats(?x, ?y) -> is(?x, gruff, 2y+4)
5. is(?x, red, 2) -> is(?x, big, 2)
Assertion:
less(Dave, kind, 7)
Answer:
True
One reasoning:
['Fact4', 'Rule0', ['Default']]
Step reasoning:
Default -> int0: Samuel is 0 kind; Fact4 & Rule0 & int0 -> int1: Dave is 0+1=1 kind
ID: 228
Fact:
0. visits(Mia, Sophia)
1. kisses(Harry, Mia)
2. kisses(Harry, Sophia)
3. visits(Harry, Sophia)
4. interacts(Fiona, Sophia)
5. interacts(Harry, Mia)
Rule:
0. is(?x, rough, 4) -> is(?x, generous, 1)
1. interacts(?x, ?y) -> is(?x, blue, 1y+1)
2. is(?x, generous, 3) -> is(?x, blue, 2)
3. is(?x, generous, 4) -> is(?x, nice, 3)
4. is(?x, nice, 2) -> is(?x, rough, 4)
5. visits(?x, ?y) -> is(?x, nice, 1y+1)
Assertion:
greater(Harry, nice, 9)
Answer:
False
One reasoning:
['Fact3', 'Rule5', ['Default']]
Step reasoning:
Default -> int0: Sophia is 0 nice; Fact3 & Rule5 & int0 -> int1: Harry is 0+1=1 nice
ID: 229
Fact:
0. interacts(Liam, Alexander)
1. visits(Alexander, Alice)