text
stringlengths
0
418
['Fact1', 'Rule0', ['Default']]
Step reasoning:
Default -> int0: Gary is 0 nice; Fact1 & Rule0 & int0 -> int1: Joseph is 2*0+4=4 nice
ID: 246
Fact:
0. is(Michael, rough, 3)
1. greets(Emily, Michael)
2. hugs(Amelia, James)
3. hugs(Emily, Michael)
4. hugs(Michael, Amelia)
5. hugs(Emily, Amelia)
Rule:
0. greets(?x, ?y) -> is(?x, white, 1y+4)
1. is(?x, white, 3) -> is(?x, big, 4)
2. is(?x, young, 2) -> is(?x, rough, 2)
3. needs(?x, ?y) -> is(?x, big, 1y+1)
4. needs(?x, ?y) -> is(?x, rough, 2y+3)
5. needs(?x, ?y) -> is(?x, white, 2y+2)
Assertion:
less(Emily, white, 9)
Answer:
True
One reasoning:
['Fact1', 'Rule0', ['Default']]
Step reasoning:
Default -> int0: Michael is 0 white; Fact1 & Rule0 & int0 -> int1: Emily is 0+4=4 white
ID: 247
Fact:
0. likes(Daniel, Emma)
1. likes(Benjamin, Emma)
2. eats(Daniel, Benjamin)
3. greets(Emma, Benjamin)
4. likes(Emma, William)
5. greets(William, Daniel)
Rule:
0. is(?x, friendly, 3) -> is(?x, compassionate, 3)
1. eats(?x, ?y) -> is(?x, friendly, 2y+2)
2. likes(?x, ?y) -> is(?x, compassionate, 1y+1)
3. eats(?x, ?y) -> is(?x, kind, 2y+2)
4. is(?x, kind, 1) -> is(?x, friendly, 1)
5. is(?x, young, 4) -> is(?x, friendly, 4)
Assertion:
less(Daniel, friendly, 10)
Answer:
True
One reasoning:
['Fact2', 'Rule1', ['Default']]
Step reasoning:
Default -> int0: Benjamin is 0 friendly; Fact2 & Rule1 & int0 -> int1: Daniel is 2*0+2=2 friendly
ID: 248
Fact:
0. is(Alice, gruff, 2)
1. is(Alice, friendly, 2)
2. needs(Alexander, James)
3. eats(James, Erin)
4. is(Erin, gruff, 4)
5. eats(James, Alice)
Rule:
0. is(?x, friendly, 4) -> is(?x, confident, 1)
1. is(?x, confident, 3) -> is(?x, friendly, 2)
2. needs(?x, ?y) -> is(?x, gruff, 2y+2)
3. helps(?x, ?y) -> is(?x, gruff, 1y+2)
4. is(?x, gruff, 2) -> is(?x, confident, 2)
5. is(?x, confident, 1) -> is(?x, furry, 2)
Assertion:
less(Alexander, gruff, 1)
Answer:
False
One reasoning:
['Fact2', 'Rule2', ['Default']]
Step reasoning:
Default -> int0: James is 0 gruff; Fact2 & Rule2 & int0 -> int1: Alexander is 2*0+2=2 gruff
ID: 249
Fact:
0. argues(Hannah, Mia)
1. eats(Gary, Hannah)
2. is(Gary, generous, 3)
3. visits(Sophia, Mia)
4. argues(Mia, Sophia)
5. visits(Sophia, Gary)
Rule:
0. eats(?x, ?y) -> is(?x, quiet, 2y+4)
1. is(?x, generous, 1) -> is(?x, friendly, 3)
2. argues(?x, ?y) -> is(?x, nice, 2y+4)
3. is(?x, quiet, 1) -> is(?x, generous, 2)
4. is(?x, friendly, 1) -> is(?x, quiet, 3)
5. is(?x, nice, 1) -> is(?x, friendly, 2)
Assertion:
less(Mia, nice, 8)
Answer:
True
One reasoning:
['Fact4', 'Rule2', ['Default']]
Step reasoning:
Default -> int0: Sophia is 0 nice; Fact4 & Rule2 & int0 -> int1: Mia is 2*0+4=4 nice