text
stringlengths
0
418
Rule:
0. eats(?x, ?y) -> is(?x, gruff, 2y+2)
1. is(?x, rough, 2) -> is(?x, friendly, 4)
2. is(?x, gruff, 4) -> is(?x, rough, 3)
3. interacts(?x, ?y) -> is(?x, rough, 1y+3)
4. is(?x, friendly, 3) -> is(?x, rough, 1)
5. hugs(?x, ?y) -> is(?x, friendly, 2y+3)
Assertion:
greater(Harry, rough, 10)
Answer:
False
One reasoning:
['Rule2', ['Fact0']]
Step reasoning:
Fact0 -> int0: Harry is 4 gruff; Rule2 & int0 -> int1: Harry is 3 rough
ID: 309
Fact:
0. argues(Hannah, Emily)
1. argues(Hannah, Mia)
2. is(Erin, kind, 3)
3. needs(Hannah, Erin)
4. helps(Hannah, Mia)
5. needs(Emily, Erin)
Rule:
0. helps(?x, ?y) -> is(?x, furry, 2y+2)
1. is(?x, furry, 3) -> is(?x, compassionate, 1)
2. is(?x, green, 2) -> is(?x, furry, 1)
3. is(?x, green, 1) -> is(?x, furry, 1)
4. is(?x, kind, 1) -> is(?x, furry, 1)
5. is(?x, green, 4) -> is(?x, kind, 4)
Assertion:
greater(Hannah, furry, 2)
Answer:
False
One reasoning:
['Fact4', 'Rule0', ['Default']]
Step reasoning:
Default -> int0: Mia is 0 furry; Fact4 & Rule0 & int0 -> int1: Hannah is 2*0+2=2 furry
ID: 310
Fact:
0. visits(Amelia, Fiona)
1. kisses(Amelia, Fiona)
2. eats(Alexander, Dave)
3. eats(Dave, Fiona)
4. is(Dave, round, 3)
5. visits(Fiona, Dave)
Rule:
0. is(?x, gruff, 4) -> is(?x, round, 2)
1. kisses(?x, ?y) -> is(?x, green, 1y+4)
2. kisses(?x, ?y) -> is(?x, blue, 2y+2)
3. visits(?x, ?y) -> is(?x, gruff, 1y+4)
4. is(?x, gruff, 2) -> is(?x, green, 2)
5. is(?x, round, 3) -> is(?x, blue, 3)
Assertion:
greater(Amelia, blue, 10)
Answer:
False
One reasoning:
['Fact1', 'Rule2', ['Default']]
Step reasoning:
Default -> int0: Fiona is 0 blue; Fact1 & Rule2 & int0 -> int1: Amelia is 2*0+2=2 blue
ID: 311
Fact:
0. greets(Alice, Dave)
1. is(Dave, round, 3)
2. eats(Benjamin, William)
3. visits(Dave, Alice)
4. greets(Dave, Benjamin)
5. visits(Dave, William)
Rule:
0. is(?x, red, 4) -> is(?x, considerate, 3)
1. greets(?x, ?y) -> is(?x, cold, 2y+4)
2. is(?x, red, 1) -> is(?x, round, 3)
3. is(?x, cold, 4) -> is(?x, considerate, 1)
4. is(?x, considerate, 2) -> is(?x, round, 1)
5. is(?x, round, 4) -> is(?x, cold, 2)
Assertion:
less(Dave, cold, 7)
Answer:
True
One reasoning:
['Fact4', 'Rule1', ['Default']]
Step reasoning:
Default -> int0: Benjamin is 0 cold; Fact4 & Rule1 & int0 -> int1: Dave is 2*0+4=4 cold
ID: 312
Fact:
0. greets(Chioe, Michael)
1. is(Hannah, kind, 2)
2. greets(Chioe, Gary)
3. is(Michael, confident, 4)
4. greets(Hannah, Gary)
5. sees(Gary, Michael)
Rule:
0. is(?x, kind, 3) -> is(?x, green, 1)
1. is(?x, kind, 1) -> is(?x, nice, 1)
2. sees(?x, ?y) -> is(?x, confident, 2y+1)