text
stringlengths
0
418
Rule:
0. is(?x, confident, 2) -> is(?x, reserved, 3)
1. sees(?x, ?y) -> is(?x, reserved, 2y+4)
2. is(?x, green, 2) -> is(?x, confident, 2)
3. sees(?x, ?y) -> is(?x, smart, 1y+4)
4. is(?x, confident, 4) -> is(?x, reserved, 1)
5. hugs(?x, ?y) -> is(?x, reserved, 1y+3)
Assertion:
greater(Hannah, reserved, 2)
Answer:
True
One reasoning:
['Fact0', 'Rule1', ['Default']]
Step reasoning:
Default -> int0: Gary is 0 reserved; Fact0 & Rule1 & int0 -> int1: Hannah is 2*0+4=4 reserved
ID: 184
Fact:
0. helps(Hannah, Benjamin)
1. is(Benjamin, round, 1)
2. chases(Benjamin, Michael)
3. eats(Hannah, Michael)
4. eats(Benjamin, Hannah)
5. eats(Joseph, Hannah)
Rule:
0. is(?x, round, 3) -> is(?x, quiet, 2)
1. is(?x, nice, 2) -> is(?x, reserved, 4)
2. is(?x, reserved, 4) -> is(?x, quiet, 4)
3. eats(?x, ?y) -> is(?x, nice, 2y+1)
4. is(?x, quiet, 3) -> is(?x, round, 1)
5. is(?x, round, 1) -> is(?x, reserved, 2)
Assertion:
less(Benjamin, reserved, 4)
Answer:
True
One reasoning:
['Rule5', ['Fact1']]
Step reasoning:
Fact1 -> int0: Benjamin is 1 round; Rule5 & int0 -> int1: Benjamin is 2 reserved
ID: 185
Fact:
0. chases(Emma, Amelia)
1. is(James, young, 1)
2. argues(Dave, Emma)
3. chases(James, Amelia)
4. visits(Amelia, Dave)
5. chases(Dave, Emma)
Rule:
0. is(?x, kind, 1) -> is(?x, gruff, 3)
1. chases(?x, ?y) -> is(?x, cold, 2y+3)
2. is(?x, young, 4) -> is(?x, kind, 3)
3. is(?x, cold, 4) -> is(?x, gruff, 3)
4. visits(?x, ?y) -> is(?x, kind, 2y+2)
5. is(?x, gruff, 4) -> is(?x, young, 3)
Assertion:
less(James, cold, 5)
Answer:
True
One reasoning:
['Fact3', 'Rule1', ['Default']]
Step reasoning:
Default -> int0: Amelia is 0 cold; Fact3 & Rule1 & int0 -> int1: James is 2*0+3=3 cold
ID: 186
Fact:
0. kisses(Hannah, Liam)
1. needs(Hannah, Michael)
2. is(Michael, blue, 1)
3. kisses(Liam, Michael)
4. is(Liam, red, 2)
5. likes(Hannah, Michael)
Rule:
0. is(?x, red, 4) -> is(?x, quiet, 3)
1. is(?x, green, 1) -> is(?x, quiet, 2)
2. likes(?x, ?y) -> is(?x, green, 1y+3)
3. likes(?x, ?y) -> is(?x, blue, 2y+4)
4. is(?x, red, 3) -> is(?x, quiet, 3)
5. kisses(?x, ?y) -> is(?x, quiet, 2y+4)
Assertion:
less(Hannah, blue, 4)
Answer:
False
One reasoning:
['Fact5', 'Rule3', ['Fact2']]
Step reasoning:
Fact2 -> int0: Michael is 1 blue; Fact5 & Rule3 & int0 -> int1: Hannah is 2*1+4=6 blue
ID: 187
Fact:
0. is(Mia, considerate, 3)
1. kisses(Mia, Hannah)
2. kisses(Mia, Bob)
3. visits(Mia, Bob)
4. visits(Mia, James)
5. kisses(James, Hannah)
Rule:
0. meets(?x, ?y) -> is(?x, considerate, 1y+3)
1. is(?x, considerate, 3) -> is(?x, kind, 1)
2. is(?x, kind, 2) -> is(?x, generous, 4)