text
stringlengths
0
418
3. likes(?x, ?y) -> is(?x, round, 2y+4)
4. is(?x, kind, 4) -> is(?x, round, 3)
5. is(?x, big, 1) -> is(?x, round, 3)
Assertion:
greater(Emily, round, 7)
Answer:
False
One reasoning:
['Fact4', 'Rule3', ['Default']]
Step reasoning:
Default -> int0: Samuel is 0 round; Fact4 & Rule3 & int0 -> int1: Emily is 2*0+4=4 round
ID: 163
Fact:
0. is(Samuel, smart, 1)
1. interacts(Samuel, Olivia)
2. eats(Olivia, Michael)
3. eats(Michael, Samuel)
4. interacts(Michael, Samuel)
5. helps(Olivia, Michael)
Rule:
0. is(?x, smart, 1) -> is(?x, big, 3)
1. helps(?x, ?y) -> is(?x, white, 2y+2)
2. eats(?x, ?y) -> is(?x, big, 2y+3)
3. is(?x, gruff, 1) -> is(?x, smart, 2)
4. is(?x, smart, 4) -> is(?x, gruff, 3)
5. is(?x, white, 2) -> is(?x, smart, 2)
Assertion:
less(Olivia, white, 8)
Answer:
True
One reasoning:
['Fact5', 'Rule1', ['Default']]
Step reasoning:
Default -> int0: Michael is 0 white; Fact5 & Rule1 & int0 -> int1: Olivia is 2*0+2=2 white
ID: 164
Fact:
0. is(Hannah, white, 2)
1. argues(Fiona, Hannah)
2. kisses(Hannah, Benjamin)
3. kisses(Hannah, William)
4. argues(Benjamin, Hannah)
5. chases(William, Benjamin)
Rule:
0. is(?x, rough, 1) -> is(?x, white, 1)
1. is(?x, white, 3) -> is(?x, generous, 3)
2. is(?x, white, 4) -> is(?x, big, 4)
3. is(?x, big, 1) -> is(?x, white, 1)
4. is(?x, rough, 4) -> is(?x, generous, 1)
5. argues(?x, ?y) -> is(?x, rough, 1y+2)
Assertion:
greater(Benjamin, rough, 7)
Answer:
False
One reasoning:
['Fact4', 'Rule5', ['Default']]
Step reasoning:
Default -> int0: Hannah is 0 rough; Fact4 & Rule5 & int0 -> int1: Benjamin is 0+2=2 rough
ID: 165
Fact:
0. eats(Chioe, Joseph)
1. greets(Chioe, Fiona)
2. greets(Fiona, Samuel)
3. hugs(Joseph, Chioe)
4. greets(Joseph, Samuel)
5. is(Chioe, reserved, 3)
Rule:
0. greets(?x, ?y) -> is(?x, kind, 2y+1)
1. is(?x, red, 1) -> is(?x, kind, 2)
2. greets(?x, ?y) -> is(?x, green, 2y+2)
3. hugs(?x, ?y) -> is(?x, reserved, 2y+1)
4. is(?x, reserved, 4) -> is(?x, red, 2)
5. is(?x, green, 4) -> is(?x, red, 3)
Assertion:
greater(Joseph, kind, 5)
Answer:
False
One reasoning:
['Fact4', 'Rule0', ['Default']]
Step reasoning:
Default -> int0: Samuel is 0 kind; Fact4 & Rule0 & int0 -> int1: Joseph is 2*0+1=1 kind
ID: 166
Fact:
0. greets(Benjamin, Mia)
1. argues(Michael, Mia)
2. chases(Harry, Benjamin)
3. chases(Michael, Benjamin)
4. is(Michael, compassionate, 3)
5. argues(Harry, Mia)
Rule:
0. is(?x, considerate, 1) -> is(?x, blue, 3)
1. greets(?x, ?y) -> is(?x, compassionate, 2y+4)
2. is(?x, friendly, 4) -> is(?x, blue, 1)
3. argues(?x, ?y) -> is(?x, friendly, 2y+1)
4. is(?x, compassionate, 2) -> is(?x, considerate, 1)
5. greets(?x, ?y) -> is(?x, blue, 2y+4)
Assertion: