text
stringlengths
0
418
2. greets(Alexander, Erin)
3. chases(Alexander, Gary)
4. greets(Gary, Alexander)
5. meets(Michael, Alexander)
Rule:
0. is(?x, red, 1) -> is(?x, considerate, 4)
1. meets(?x, ?y) -> is(?x, considerate, 2y+2)
2. chases(?x, ?y) -> is(?x, red, 1y+3)
3. chases(?x, ?y) -> is(?x, young, 2y+4)
4. chases(?x, ?y) -> is(?x, considerate, 2y+4)
5. is(?x, considerate, 2) -> is(?x, rough, 4)
Assertion:
less(Alexander, considerate, 1)
Answer:
False
One reasoning:
['Fact3', 'Rule4', ['Default']]
Step reasoning:
Default -> int0: Gary is 0 considerate; Fact3 & Rule4 & int0 -> int1: Alexander is 2*0+4=4 considerate
ID: 80
Fact:
0. is(Emily, generous, 1)
1. interacts(Sophia, Mia)
2. kisses(Sophia, Emily)
3. interacts(Olivia, Sophia)
4. kisses(Mia, Emily)
5. chases(Sophia, Mia)
Rule:
0. chases(?x, ?y) -> is(?x, generous, 1y+3)
1. kisses(?x, ?y) -> is(?x, kind, 2y+3)
2. is(?x, generous, 4) -> is(?x, kind, 3)
3. is(?x, kind, 3) -> is(?x, smart, 2)
4. is(?x, kind, 4) -> is(?x, smart, 3)
5. is(?x, smart, 3) -> is(?x, generous, 3)
Assertion:
greater(Mia, kind, 2)
Answer:
True
One reasoning:
['Fact4', 'Rule1', ['Default']]
Step reasoning:
Default -> int0: Emily is 0 kind; Fact4 & Rule1 & int0 -> int1: Mia is 2*0+3=3 kind
ID: 81
Fact:
0. interacts(Daniel, Fiona)
1. is(Fiona, rough, 4)
2. interacts(Fiona, Sophia)
3. is(Fiona, cold, 2)
4. greets(Daniel, Fiona)
5. is(Chioe, green, 3)
Rule:
0. sees(?x, ?y) -> is(?x, cold, 1y+4)
1. is(?x, green, 2) -> is(?x, rough, 3)
2. interacts(?x, ?y) -> is(?x, furry, 2y+1)
3. sees(?x, ?y) -> is(?x, green, 2y+1)
4. greets(?x, ?y) -> is(?x, rough, 2y+1)
5. greets(?x, ?y) -> is(?x, green, 1y+3)
Assertion:
greater(Fiona, furry, 3)
Answer:
False
One reasoning:
['Fact2', 'Rule2', ['Default']]
Step reasoning:
Default -> int0: Sophia is 0 furry; Fact2 & Rule2 & int0 -> int1: Fiona is 2*0+1=1 furry
ID: 82
Fact:
0. hugs(Sophia, Alexander)
1. eats(Benjamin, Emily)
2. visits(Alexander, Emily)
3. is(Alexander, young, 2)
4. hugs(Sophia, Emily)
5. is(Alexander, big, 1)
Rule:
0. is(?x, big, 3) -> is(?x, young, 3)
1. is(?x, rough, 4) -> is(?x, big, 4)
2. is(?x, rough, 2) -> is(?x, big, 4)
3. is(?x, gruff, 3) -> is(?x, young, 1)
4. is(?x, young, 1) -> is(?x, rough, 1)
5. visits(?x, ?y) -> is(?x, rough, 1y+3)
Assertion:
less(Alexander, rough, 7)
Answer:
True
One reasoning:
['Fact2', 'Rule5', ['Default']]
Step reasoning:
Default -> int0: Emily is 0 rough; Fact2 & Rule5 & int0 -> int1: Alexander is 0+3=3 rough
ID: 83
Fact:
0. eats(Samuel, Grace)
1. helps(Michael, Grace)
2. needs(Samuel, Michael)
3. helps(Bob, Michael)
4. eats(Michael, Samuel)
5. needs(Bob, Samuel)