text
stringlengths
0
418
greater(Dave, generous, 5)
Answer:
False
One reasoning:
['Fact3', 'Rule1', ['Default']]
Step reasoning:
Default -> int0: Harry is 0 generous; Fact3 & Rule1 & int0 -> int1: Dave is 2*0+4=4 generous
ID: 142
Fact:
0. visits(Olivia, Joseph)
1. visits(Amelia, Olivia)
2. eats(Joseph, Olivia)
3. likes(Olivia, Grace)
4. visits(Amelia, Grace)
5. likes(Grace, Joseph)
Rule:
0. is(?x, considerate, 1) -> is(?x, rough, 3)
1. eats(?x, ?y) -> is(?x, rough, 1y+2)
2. likes(?x, ?y) -> is(?x, considerate, 1y+1)
3. is(?x, rough, 2) -> is(?x, smart, 2)
4. is(?x, compassionate, 1) -> is(?x, rough, 2)
5. is(?x, considerate, 3) -> is(?x, smart, 2)
Assertion:
less(Grace, considerate, 5)
Answer:
True
One reasoning:
['Fact5', 'Rule2', ['Default']]
Step reasoning:
Default -> int0: Joseph is 0 considerate; Fact5 & Rule2 & int0 -> int1: Grace is 0+1=1 considerate
ID: 143
Fact:
0. hugs(Erin, Bob)
1. meets(Bob, Chioe)
2. visits(Alice, Chioe)
3. visits(Chioe, Bob)
4. is(Bob, confident, 4)
5. hugs(Chioe, Erin)
Rule:
0. is(?x, round, 4) -> is(?x, confident, 1)
1. visits(?x, ?y) -> is(?x, friendly, 1y+4)
2. hugs(?x, ?y) -> is(?x, round, 2y+3)
3. is(?x, confident, 1) -> is(?x, reserved, 3)
4. visits(?x, ?y) -> is(?x, reserved, 1y+2)
5. visits(?x, ?y) -> is(?x, confident, 1y+3)
Assertion:
less(Chioe, confident, 8)
Answer:
True
One reasoning:
['Fact3', 'Rule5', ['Fact4']]
Step reasoning:
Fact4 -> int0: Bob is 4 confident; Fact3 & Rule5 & int0 -> int1: Chioe is 4+3=7 confident
ID: 144
Fact:
0. meets(Olivia, James)
1. is(James, white, 2)
2. greets(Joseph, James)
3. greets(Michael, Olivia)
4. greets(Michael, James)
5. greets(Joseph, Michael)
Rule:
0. is(?x, confident, 1) -> is(?x, reserved, 2)
1. meets(?x, ?y) -> is(?x, white, 1y+4)
2. likes(?x, ?y) -> is(?x, nice, 1y+4)
3. likes(?x, ?y) -> is(?x, reserved, 2y+1)
4. is(?x, reserved, 1) -> is(?x, white, 3)
5. is(?x, nice, 2) -> is(?x, reserved, 2)
Assertion:
less(Olivia, white, 6)
Answer:
False
One reasoning:
['Fact0', 'Rule1', ['Fact1']]
Step reasoning:
Fact1 -> int0: James is 2 white; Fact0 & Rule1 & int0 -> int1: Olivia is 2+4=6 white
ID: 145
Fact:
0. likes(Daniel, Alexander)
1. likes(Alexander, Dave)
2. argues(Daniel, Hannah)
3. argues(Daniel, Dave)
4. is(Daniel, furry, 2)
5. likes(Dave, Hannah)
Rule:
0. is(?x, cold, 3) -> is(?x, red, 2)
1. is(?x, red, 4) -> is(?x, cold, 2)
2. likes(?x, ?y) -> is(?x, red, 2y+2)
3. is(?x, furry, 4) -> is(?x, cold, 4)
4. chases(?x, ?y) -> is(?x, big, 2y+3)
5. is(?x, furry, 1) -> is(?x, red, 2)
Assertion:
less(Dave, red, 9)
Answer:
True
One reasoning: