text
stringlengths
0
418
['Fact4', 'Rule3', ['Default']]
Step reasoning:
Default -> int0: Gary is 0 generous; Fact4 & Rule3 & int0 -> int1: Grace is 2*0+4=4 generous
ID: 96
Fact:
0. needs(Grace, William)
1. chases(Charlie, Grace)
2. is(Grace, smart, 3)
3. eats(Grace, William)
4. is(William, young, 4)
5. is(Charlie, smart, 3)
Rule:
0. is(?x, friendly, 1) -> is(?x, young, 2)
1. needs(?x, ?y) -> is(?x, young, 1y+2)
2. chases(?x, ?y) -> is(?x, young, 2y+3)
3. is(?x, young, 1) -> is(?x, smart, 3)
4. is(?x, furry, 4) -> is(?x, friendly, 3)
5. is(?x, furry, 3) -> is(?x, smart, 2)
Assertion:
less(Grace, young, 3)
Answer:
False
One reasoning:
['Fact0', 'Rule1', ['Fact4']]
Step reasoning:
Fact4 -> int0: William is 4 young; Fact0 & Rule1 & int0 -> int1: Grace is 4+2=6 young
ID: 97
Fact:
0. eats(Samuel, Fiona)
1. chases(Samuel, Fiona)
2. is(Chioe, rough, 1)
3. chases(Daniel, Fiona)
4. is(Fiona, big, 3)
5. eats(Chioe, Daniel)
Rule:
0. is(?x, smart, 4) -> is(?x, white, 1)
1. meets(?x, ?y) -> is(?x, big, 2y+1)
2. chases(?x, ?y) -> is(?x, big, 2y+4)
3. is(?x, big, 2) -> is(?x, smart, 2)
4. meets(?x, ?y) -> is(?x, rough, 1y+1)
5. is(?x, rough, 3) -> is(?x, big, 1)
Assertion:
less(Daniel, big, 7)
Answer:
False
One reasoning:
['Fact3', 'Rule2', ['Fact4']]
Step reasoning:
Fact4 -> int0: Fiona is 3 big; Fact3 & Rule2 & int0 -> int1: Daniel is 2*3+4=10 big
ID: 98
Fact:
0. likes(Erin, Emma)
1. is(Sophia, kind, 4)
2. visits(Amelia, Emma)
3. likes(Amelia, Erin)
4. is(Erin, kind, 3)
5. likes(Sophia, Emma)
Rule:
0. is(?x, young, 1) -> is(?x, furry, 4)
1. is(?x, kind, 3) -> is(?x, compassionate, 4)
2. is(?x, compassionate, 3) -> is(?x, young, 4)
3. visits(?x, ?y) -> is(?x, young, 1y+4)
4. greets(?x, ?y) -> is(?x, furry, 2y+1)
5. visits(?x, ?y) -> is(?x, compassionate, 2y+2)
Assertion:
less(Amelia, compassionate, 10)
Answer:
True
One reasoning:
['Fact2', 'Rule5', ['Default']]
Step reasoning:
Default -> int0: Emma is 0 compassionate; Fact2 & Rule5 & int0 -> int1: Amelia is 2*0+2=2 compassionate
ID: 99
Fact:
0. hugs(Mia, Bob)
1. sees(Mia, Benjamin)
2. sees(William, Benjamin)
3. is(Bob, big, 4)
4. visits(Benjamin, William)
5. sees(Bob, Benjamin)
Rule:
0. is(?x, compassionate, 1) -> is(?x, furry, 2)
1. is(?x, furry, 3) -> is(?x, big, 4)
2. visits(?x, ?y) -> is(?x, big, 2y+2)
3. is(?x, young, 2) -> is(?x, big, 4)
4. is(?x, young, 4) -> is(?x, furry, 1)
5. hugs(?x, ?y) -> is(?x, furry, 1y+3)
Assertion:
less(Benjamin, big, 1)
Answer:
False
One reasoning:
['Fact4', 'Rule2', ['Default']]
Step reasoning:
Default -> int0: William is 0 big; Fact4 & Rule2 & int0 -> int1: Benjamin is 2*0+2=2 big