text
stringlengths
0
418
['Fact0', 'Rule0', ['Default']]
Step reasoning:
Default -> int0: Harry is 0 compassionate; Fact0 & Rule0 & int0 -> int1: William is 2*0+4=4 compassionate
ID: 296
Fact:
0. chases(Emily, Harry)
1. is(Mia, young, 1)
2. kisses(Emily, Harry)
3. interacts(Mia, Emily)
4. kisses(Mia, Harry)
5. interacts(Emily, Harry)
Rule:
0. chases(?x, ?y) -> is(?x, compassionate, 1y+2)
1. interacts(?x, ?y) -> is(?x, nice, 1y+3)
2. is(?x, nice, 1) -> is(?x, rough, 2)
3. interacts(?x, ?y) -> is(?x, rough, 1y+3)
4. is(?x, rough, 1) -> is(?x, nice, 3)
5. is(?x, rough, 4) -> is(?x, compassionate, 1)
Assertion:
less(Emily, rough, 8)
Answer:
True
One reasoning:
['Fact5', 'Rule3', ['Default']]
Step reasoning:
Default -> int0: Harry is 0 rough; Fact5 & Rule3 & int0 -> int1: Emily is 0+3=3 rough
ID: 297
Fact:
0. argues(Joseph, Olivia)
1. eats(Fiona, Olivia)
2. interacts(Joseph, Fiona)
3. eats(Chioe, Fiona)
4. is(Fiona, red, 2)
5. eats(Olivia, Chioe)
Rule:
0. is(?x, white, 4) -> is(?x, red, 1)
1. argues(?x, ?y) -> is(?x, red, 1y+1)
2. is(?x, furry, 1) -> is(?x, red, 1)
3. interacts(?x, ?y) -> is(?x, furry, 1y+2)
4. is(?x, white, 1) -> is(?x, red, 1)
5. is(?x, generous, 2) -> is(?x, furry, 4)
Assertion:
less(Joseph, red, 6)
Answer:
True
One reasoning:
['Fact0', 'Rule1', ['Default']]
Step reasoning:
Default -> int0: Olivia is 0 red; Fact0 & Rule1 & int0 -> int1: Joseph is 0+1=1 red
ID: 298
Fact:
0. helps(Emily, Hannah)
1. needs(Hannah, Liam)
2. visits(Hannah, Liam)
3. visits(Samuel, Liam)
4. is(Liam, reserved, 2)
5. is(Hannah, friendly, 4)
Rule:
0. is(?x, round, 2) -> is(?x, friendly, 4)
1. helps(?x, ?y) -> is(?x, cold, 1y+1)
2. is(?x, reserved, 3) -> is(?x, round, 2)
3. helps(?x, ?y) -> is(?x, friendly, 1y+2)
4. needs(?x, ?y) -> is(?x, cold, 2y+1)
5. is(?x, reserved, 2) -> is(?x, round, 4)
Assertion:
less(Emily, friendly, 9)
Answer:
True
One reasoning:
['Fact0', 'Rule3', ['Fact5']]
Step reasoning:
Fact5 -> int0: Hannah is 4 friendly; Fact0 & Rule3 & int0 -> int1: Emily is 4+2=6 friendly
ID: 299
Fact:
0. visits(James, Harry)
1. hugs(Michael, Harry)
2. visits(Harry, Olivia)
3. likes(James, Michael)
4. hugs(James, Michael)
5. visits(Harry, Michael)
Rule:
0. hugs(?x, ?y) -> is(?x, green, 1y+4)
1. is(?x, confident, 3) -> is(?x, quiet, 1)
2. likes(?x, ?y) -> is(?x, quiet, 1y+1)
3. is(?x, considerate, 2) -> is(?x, green, 3)
4. is(?x, quiet, 2) -> is(?x, considerate, 2)
5. is(?x, confident, 2) -> is(?x, quiet, 1)
Assertion:
greater(Michael, green, 3)
Answer:
True
One reasoning:
['Fact1', 'Rule0', ['Default']]
Step reasoning:
Default -> int0: Harry is 0 green; Fact1 & Rule0 & int0 -> int1: Michael is 0+4=4 green