text
stringlengths
0
418
ID: 300
Fact:
0. greets(Emma, Emily)
1. likes(Charlie, Daniel)
2. likes(Emily, Emma)
3. is(Daniel, rough, 2)
4. likes(Emma, Charlie)
5. greets(Emma, Daniel)
Rule:
0. is(?x, big, 1) -> is(?x, rough, 1)
1. likes(?x, ?y) -> is(?x, considerate, 2y+4)
2. likes(?x, ?y) -> is(?x, big, 2y+3)
3. visits(?x, ?y) -> is(?x, big, 1y+1)
4. is(?x, rough, 2) -> is(?x, considerate, 4)
5. likes(?x, ?y) -> is(?x, rough, 2y+4)
Assertion:
less(Charlie, big, 9)
Answer:
True
One reasoning:
['Fact1', 'Rule2', ['Default']]
Step reasoning:
Default -> int0: Daniel is 0 big; Fact1 & Rule2 & int0 -> int1: Charlie is 2*0+3=3 big
ID: 301
Fact:
0. is(Dave, gruff, 3)
1. meets(Olivia, Daniel)
2. is(Olivia, gruff, 2)
3. meets(Dave, Daniel)
4. eats(Olivia, Dave)
5. kisses(Olivia, Emma)
Rule:
0. kisses(?x, ?y) -> is(?x, young, 2y+4)
1. kisses(?x, ?y) -> is(?x, rough, 1y+4)
2. meets(?x, ?y) -> is(?x, compassionate, 1y+2)
3. is(?x, gruff, 1) -> is(?x, compassionate, 2)
4. is(?x, rough, 3) -> is(?x, gruff, 1)
5. is(?x, young, 3) -> is(?x, gruff, 2)
Assertion:
less(Olivia, rough, 2)
Answer:
False
One reasoning:
['Fact5', 'Rule1', ['Default']]
Step reasoning:
Default -> int0: Emma is 0 rough; Fact5 & Rule1 & int0 -> int1: Olivia is 0+4=4 rough
ID: 302
Fact:
0. interacts(James, Hannah)
1. helps(James, Hannah)
2. interacts(William, Hannah)
3. hugs(William, Hannah)
4. helps(William, Olivia)
5. interacts(Olivia, Hannah)
Rule:
0. helps(?x, ?y) -> is(?x, big, 2y+3)
1. interacts(?x, ?y) -> is(?x, nice, 1y+4)
2. is(?x, gruff, 3) -> is(?x, green, 3)
3. is(?x, gruff, 1) -> is(?x, nice, 3)
4. is(?x, green, 3) -> is(?x, big, 4)
5. interacts(?x, ?y) -> is(?x, gruff, 2y+4)
Assertion:
less(James, gruff, 4)
Answer:
False
One reasoning:
['Fact0', 'Rule5', ['Default']]
Step reasoning:
Default -> int0: Hannah is 0 gruff; Fact0 & Rule5 & int0 -> int1: James is 2*0+4=4 gruff
ID: 303
Fact:
0. chases(Samuel, Hannah)
1. helps(Benjamin, Hannah)
2. chases(Olivia, Benjamin)
3. needs(Samuel, Hannah)
4. chases(Samuel, Benjamin)
5. helps(Hannah, Olivia)
Rule:
0. helps(?x, ?y) -> is(?x, blue, 1y+2)
1. helps(?x, ?y) -> is(?x, big, 1y+2)
2. is(?x, blue, 1) -> is(?x, rough, 3)
3. is(?x, blue, 2) -> is(?x, smart, 2)
4. is(?x, smart, 4) -> is(?x, big, 4)
5. is(?x, rough, 4) -> is(?x, big, 3)
Assertion:
less(Hannah, blue, 7)
Answer:
True
One reasoning:
['Fact5', 'Rule0', ['Default']]
Step reasoning:
Default -> int0: Olivia is 0 blue; Fact5 & Rule0 & int0 -> int1: Hannah is 0+2=2 blue
ID: 304
Fact:
0. sees(Liam, Sophia)
1. greets(Emily, Daniel)