text
stringlengths
0
418
2. is(Olivia, gruff, 4)
3. visits(Bob, James)
4. visits(Olivia, Emma)
5. helps(Emma, James)
Rule:
0. helps(?x, ?y) -> is(?x, compassionate, 1y+4)
1. sees(?x, ?y) -> is(?x, gruff, 1y+3)
2. is(?x, compassionate, 3) -> is(?x, reserved, 3)
3. is(?x, cold, 2) -> is(?x, gruff, 2)
4. visits(?x, ?y) -> is(?x, compassionate, 1y+2)
5. is(?x, cold, 3) -> is(?x, compassionate, 1)
Assertion:
greater(Bob, compassionate, 7)
Answer:
False
One reasoning:
['Fact3', 'Rule4', ['Default']]
Step reasoning:
Default -> int0: James is 0 compassionate; Fact3 & Rule4 & int0 -> int1: Bob is 0+2=2 compassionate
ID: 330
Fact:
0. hugs(Alice, William)
1. interacts(Alice, Benjamin)
2. hugs(William, Benjamin)
3. kisses(William, Daniel)
4. is(William, cold, 2)
5. hugs(Alice, Daniel)
Rule:
0. is(?x, red, 2) -> is(?x, rough, 1)
1. is(?x, rough, 2) -> is(?x, smart, 2)
2. interacts(?x, ?y) -> is(?x, red, 1y+3)
3. is(?x, smart, 1) -> is(?x, cold, 3)
4. is(?x, smart, 3) -> is(?x, red, 3)
5. kisses(?x, ?y) -> is(?x, red, 2y+2)
Assertion:
less(Alice, red, 7)
Answer:
True
One reasoning:
['Fact1', 'Rule2', ['Default']]
Step reasoning:
Default -> int0: Benjamin is 0 red; Fact1 & Rule2 & int0 -> int1: Alice is 0+3=3 red
ID: 331
Fact:
0. kisses(Alice, Benjamin)
1. kisses(Benjamin, Fiona)
2. eats(Fiona, Alice)
3. meets(Emma, Benjamin)
4. eats(Benjamin, Emma)
5. is(Benjamin, blue, 2)
Rule:
0. kisses(?x, ?y) -> is(?x, red, 2y+2)
1. eats(?x, ?y) -> is(?x, green, 2y+1)
2. is(?x, red, 1) -> is(?x, green, 2)
3. is(?x, rough, 4) -> is(?x, red, 1)
4. meets(?x, ?y) -> is(?x, rough, 2y+4)
5. meets(?x, ?y) -> is(?x, blue, 2y+3)
Assertion:
less(Benjamin, red, 1)
Answer:
False
One reasoning:
['Fact1', 'Rule0', ['Default']]
Step reasoning:
Default -> int0: Fiona is 0 red; Fact1 & Rule0 & int0 -> int1: Benjamin is 2*0+2=2 red
ID: 332
Fact:
0. greets(Liam, Erin)
1. is(Alice, cold, 4)
2. greets(William, Liam)
3. is(Alice, white, 1)
4. greets(Alice, Liam)
5. visits(Liam, Alice)
Rule:
0. is(?x, cold, 3) -> is(?x, considerate, 2)
1. is(?x, considerate, 4) -> is(?x, white, 2)
2. is(?x, considerate, 3) -> is(?x, furry, 3)
3. visits(?x, ?y) -> is(?x, cold, 1y+1)
4. visits(?x, ?y) -> is(?x, furry, 2y+1)
5. is(?x, cold, 1) -> is(?x, considerate, 1)
Assertion:
greater(Liam, furry, 6)
Answer:
False
One reasoning:
['Fact5', 'Rule4', ['Default']]
Step reasoning:
Default -> int0: Alice is 0 furry; Fact5 & Rule4 & int0 -> int1: Liam is 2*0+1=1 furry
ID: 333
Fact:
0. sees(Michael, Daniel)
1. meets(Michael, Daniel)
2. meets(Grace, Hannah)
3. meets(Hannah, Daniel)
4. sees(Hannah, Michael)
5. is(Daniel, blue, 4)