text
stringlengths
0
418
2. kisses(Liam, Erin)
3. is(Mia, compassionate, 1)
4. kisses(Gary, Liam)
5. eats(Liam, Erin)
Rule:
0. is(?x, young, 1) -> is(?x, nice, 4)
1. eats(?x, ?y) -> is(?x, young, 1y+2)
2. kisses(?x, ?y) -> is(?x, friendly, 1y+2)
3. is(?x, young, 4) -> is(?x, nice, 2)
4. kisses(?x, ?y) -> is(?x, nice, 1y+2)
5. is(?x, friendly, 4) -> is(?x, compassionate, 1)
Assertion:
greater(Liam, nice, 4)
Answer:
False
One reasoning:
['Fact2', 'Rule4', ['Default']]
Step reasoning:
Default -> int0: Erin is 0 nice; Fact2 & Rule4 & int0 -> int1: Liam is 0+2=2 nice
ID: 155
Fact:
0. is(Liam, red, 4)
1. eats(Liam, Emma)
2. eats(Liam, Charlie)
3. greets(Joseph, Emma)
4. eats(Emma, Charlie)
5. kisses(Charlie, Emma)
Rule:
0. greets(?x, ?y) -> is(?x, compassionate, 1y+3)
1. greets(?x, ?y) -> is(?x, generous, 1y+4)
2. kisses(?x, ?y) -> is(?x, compassionate, 2y+4)
3. greets(?x, ?y) -> is(?x, friendly, 1y+3)
4. is(?x, friendly, 3) -> is(?x, red, 1)
5. is(?x, red, 3) -> is(?x, compassionate, 4)
Assertion:
less(Joseph, compassionate, 1)
Answer:
False
One reasoning:
['Fact3', 'Rule0', ['Default']]
Step reasoning:
Default -> int0: Emma is 0 compassionate; Fact3 & Rule0 & int0 -> int1: Joseph is 0+3=3 compassionate
ID: 156
Fact:
0. is(Benjamin, red, 4)
1. visits(Liam, Benjamin)
2. sees(Benjamin, Joseph)
3. argues(Joseph, Chioe)
4. visits(Benjamin, Joseph)
5. sees(Chioe, Liam)
Rule:
0. is(?x, nice, 2) -> is(?x, furry, 2)
1. argues(?x, ?y) -> is(?x, white, 1y+3)
2. argues(?x, ?y) -> is(?x, furry, 2y+2)
3. is(?x, red, 4) -> is(?x, furry, 1)
4. is(?x, red, 1) -> is(?x, white, 4)
5. visits(?x, ?y) -> is(?x, white, 1y+4)
Assertion:
less(Joseph, furry, 8)
Answer:
True
One reasoning:
['Fact3', 'Rule2', ['Default']]
Step reasoning:
Default -> int0: Chioe is 0 furry; Fact3 & Rule2 & int0 -> int1: Joseph is 2*0+2=2 furry
ID: 157
Fact:
0. kisses(Alice, Michael)
1. eats(Michael, Alice)
2. kisses(James, Michael)
3. eats(James, Michael)
4. meets(William, Alice)
5. kisses(Alice, William)
Rule:
0. meets(?x, ?y) -> is(?x, friendly, 1y+4)
1. is(?x, big, 2) -> is(?x, generous, 2)
2. eats(?x, ?y) -> is(?x, friendly, 2y+1)
3. is(?x, green, 4) -> is(?x, friendly, 3)
4. is(?x, generous, 3) -> is(?x, green, 4)
5. meets(?x, ?y) -> is(?x, green, 2y+3)
Assertion:
less(William, friendly, 3)
Answer:
False
One reasoning:
['Fact4', 'Rule0', ['Default']]
Step reasoning:
Default -> int0: Alice is 0 friendly; Fact4 & Rule0 & int0 -> int1: William is 0+4=4 friendly
ID: 158
Fact:
0. sees(Grace, Olivia)
1. visits(Joseph, Grace)
2. visits(Grace, Fiona)
3. needs(Grace, Olivia)
4. sees(Joseph, Fiona)
5. sees(Fiona, Olivia)