text
stringlengths
0
418
2. hugs(Dave, Bob)
3. visits(Dave, Bob)
4. is(Mia, red, 3)
5. greets(Mia, Liam)
Rule:
0. hugs(?x, ?y) -> is(?x, compassionate, 1y+3)
1. greets(?x, ?y) -> is(?x, blue, 1y+4)
2. is(?x, blue, 4) -> is(?x, white, 1)
3. is(?x, red, 1) -> is(?x, blue, 1)
4. is(?x, white, 3) -> is(?x, red, 2)
5. is(?x, red, 2) -> is(?x, blue, 3)
Assertion:
greater(Mia, blue, 7)
Answer:
False
One reasoning:
['Fact5', 'Rule1', ['Default']]
Step reasoning:
Default -> int0: Liam is 0 blue; Fact5 & Rule1 & int0 -> int1: Mia is 0+4=4 blue
ID: 105
Fact:
0. hugs(Sophia, Samuel)
1. eats(William, Alexander)
2. eats(Sophia, Samuel)
3. hugs(Alexander, William)
4. eats(Alexander, Samuel)
5. hugs(Alexander, Sophia)
Rule:
0. is(?x, blue, 3) -> is(?x, generous, 4)
1. sees(?x, ?y) -> is(?x, generous, 2y+3)
2. is(?x, nice, 1) -> is(?x, generous, 4)
3. sees(?x, ?y) -> is(?x, smart, 2y+3)
4. eats(?x, ?y) -> is(?x, nice, 2y+3)
5. is(?x, smart, 2) -> is(?x, nice, 1)
Assertion:
greater(Alexander, nice, 6)
Answer:
False
One reasoning:
['Fact4', 'Rule4', ['Default']]
Step reasoning:
Default -> int0: Samuel is 0 nice; Fact4 & Rule4 & int0 -> int1: Alexander is 2*0+3=3 nice
ID: 106
Fact:
0. kisses(Bob, Grace)
1. kisses(Grace, Mia)
2. greets(Amelia, Bob)
3. is(Bob, quiet, 3)
4. greets(Mia, Grace)
5. greets(Bob, Mia)
Rule:
0. kisses(?x, ?y) -> is(?x, round, 2y+4)
1. is(?x, round, 1) -> is(?x, red, 1)
2. is(?x, quiet, 2) -> is(?x, round, 4)
3. is(?x, red, 2) -> is(?x, round, 4)
4. is(?x, red, 3) -> is(?x, friendly, 3)
5. is(?x, round, 2) -> is(?x, red, 3)
Assertion:
greater(Grace, round, 3)
Answer:
True
One reasoning:
['Fact1', 'Rule0', ['Default']]
Step reasoning:
Default -> int0: Mia is 0 round; Fact1 & Rule0 & int0 -> int1: Grace is 2*0+4=4 round
ID: 107
Fact:
0. likes(Sophia, Alice)
1. likes(Alice, Daniel)
2. needs(Sophia, Alice)
3. is(Alice, round, 2)
4. is(Daniel, confident, 1)
5. needs(Alexander, Daniel)
Rule:
0. is(?x, round, 1) -> is(?x, nice, 2)
1. sees(?x, ?y) -> is(?x, round, 1y+1)
2. is(?x, generous, 2) -> is(?x, nice, 1)
3. is(?x, confident, 3) -> is(?x, round, 3)
4. needs(?x, ?y) -> is(?x, generous, 2y+3)
5. needs(?x, ?y) -> is(?x, confident, 1y+1)
Assertion:
less(Sophia, generous, 1)
Answer:
False
One reasoning:
['Fact2', 'Rule4', ['Default']]
Step reasoning:
Default -> int0: Alice is 0 generous; Fact2 & Rule4 & int0 -> int1: Sophia is 2*0+3=3 generous
ID: 108
Fact:
0. interacts(Grace, Hannah)
1. likes(Hannah, Olivia)
2. is(Grace, reserved, 2)
3. hugs(James, Grace)
4. likes(James, Olivia)
5. hugs(Grace, Olivia)