text
stringlengths
0
418
Rule:
0. is(?x, gruff, 2) -> is(?x, considerate, 1)
1. needs(?x, ?y) -> is(?x, considerate, 1y+3)
2. eats(?x, ?y) -> is(?x, cold, 2y+4)
3. needs(?x, ?y) -> is(?x, big, 2y+2)
4. is(?x, gruff, 1) -> is(?x, big, 2)
5. is(?x, cold, 3) -> is(?x, gruff, 3)
Assertion:
less(Samuel, big, 2)
Answer:
False
One reasoning:
['Fact2', 'Rule3', ['Default']]
Step reasoning:
Default -> int0: Michael is 0 big; Fact2 & Rule3 & int0 -> int1: Samuel is 2*0+2=2 big
ID: 84
Fact:
0. is(Emma, smart, 1)
1. is(Harry, smart, 1)
2. meets(Gary, Emma)
3. argues(Emma, Gary)
4. is(Gary, gruff, 3)
5. argues(Harry, Gary)
Rule:
0. argues(?x, ?y) -> is(?x, blue, 1y+1)
1. argues(?x, ?y) -> is(?x, gruff, 2y+1)
2. meets(?x, ?y) -> is(?x, smart, 1y+3)
3. is(?x, blue, 3) -> is(?x, red, 2)
4. meets(?x, ?y) -> is(?x, red, 2y+1)
5. is(?x, red, 1) -> is(?x, blue, 2)
Assertion:
less(Emma, gruff, 7)
Answer:
False
One reasoning:
['Fact3', 'Rule1', ['Fact4']]
Step reasoning:
Fact4 -> int0: Gary is 3 gruff; Fact3 & Rule1 & int0 -> int1: Emma is 2*3+1=7 gruff
ID: 85
Fact:
0. needs(Fiona, William)
1. visits(Olivia, William)
2. visits(Emma, Olivia)
3. meets(William, Olivia)
4. is(Emma, compassionate, 4)
5. needs(William, Emma)
Rule:
0. is(?x, reserved, 1) -> is(?x, furry, 1)
1. needs(?x, ?y) -> is(?x, furry, 2y+4)
2. is(?x, furry, 3) -> is(?x, compassionate, 3)
3. is(?x, reserved, 3) -> is(?x, generous, 3)
4. meets(?x, ?y) -> is(?x, reserved, 2y+3)
5. is(?x, furry, 2) -> is(?x, compassionate, 2)
Assertion:
greater(William, reserved, 3)
Answer:
False
One reasoning:
['Fact3', 'Rule4', ['Default']]
Step reasoning:
Default -> int0: Olivia is 0 reserved; Fact3 & Rule4 & int0 -> int1: William is 2*0+3=3 reserved
ID: 86
Fact:
0. visits(Liam, Daniel)
1. kisses(Mia, Fiona)
2. kisses(Daniel, Fiona)
3. hugs(Liam, Mia)
4. visits(Mia, Liam)
5. kisses(Liam, Mia)
Rule:
0. is(?x, smart, 1) -> is(?x, furry, 2)
1. is(?x, cold, 3) -> is(?x, smart, 4)
2. is(?x, red, 4) -> is(?x, smart, 2)
3. kisses(?x, ?y) -> is(?x, smart, 1y+2)
4. visits(?x, ?y) -> is(?x, furry, 1y+4)
5. is(?x, smart, 3) -> is(?x, furry, 3)
Assertion:
greater(Liam, furry, 2)
Answer:
True
One reasoning:
['Fact0', 'Rule4', ['Default']]
Step reasoning:
Default -> int0: Daniel is 0 furry; Fact0 & Rule4 & int0 -> int1: Liam is 0+4=4 furry
ID: 87
Fact:
0. likes(Gary, Alexander)
1. eats(Dave, Gary)
2. is(Joseph, kind, 3)
3. hugs(Alexander, Dave)
4. eats(Dave, Joseph)
5. hugs(Gary, Alexander)
Rule:
0. is(?x, reserved, 4) -> is(?x, kind, 3)
1. is(?x, considerate, 4) -> is(?x, red, 3)
2. hugs(?x, ?y) -> is(?x, reserved, 2y+3)