text
stringlengths
0
418
2. eats(Daniel, Emily)
3. eats(Liam, Emily)
4. sees(Daniel, Liam)
5. eats(Sophia, Emily)
Rule:
0. is(?x, white, 3) -> is(?x, cold, 2)
1. eats(?x, ?y) -> is(?x, big, 2y+1)
2. is(?x, cold, 3) -> is(?x, big, 1)
3. eats(?x, ?y) -> is(?x, white, 2y+3)
4. is(?x, blue, 2) -> is(?x, white, 4)
5. is(?x, cold, 4) -> is(?x, blue, 2)
Assertion:
greater(Sophia, big, 2)
Answer:
False
One reasoning:
['Fact5', 'Rule1', ['Default']]
Step reasoning:
Default -> int0: Emily is 0 big; Fact5 & Rule1 & int0 -> int1: Sophia is 2*0+1=1 big
ID: 305
Fact:
0. eats(Charlie, Samuel)
1. likes(Charlie, Michael)
2. greets(Emily, Michael)
3. is(Michael, confident, 4)
4. eats(Michael, Charlie)
5. is(Charlie, furry, 2)
Rule:
0. is(?x, furry, 2) -> is(?x, confident, 3)
1. is(?x, furry, 1) -> is(?x, confident, 3)
2. is(?x, kind, 2) -> is(?x, furry, 2)
3. is(?x, confident, 2) -> is(?x, kind, 2)
4. greets(?x, ?y) -> is(?x, kind, 2y+1)
5. is(?x, kind, 1) -> is(?x, red, 1)
Assertion:
greater(Emily, kind, 8)
Answer:
False
One reasoning:
['Fact2', 'Rule4', ['Default']]
Step reasoning:
Default -> int0: Michael is 0 kind; Fact2 & Rule4 & int0 -> int1: Emily is 2*0+1=1 kind
ID: 306
Fact:
0. eats(Gary, Liam)
1. argues(Liam, Emily)
2. likes(Olivia, Gary)
3. eats(Liam, Olivia)
4. eats(Olivia, Emily)
5. eats(Olivia, Gary)
Rule:
0. is(?x, green, 3) -> is(?x, generous, 3)
1. is(?x, reserved, 3) -> is(?x, generous, 3)
2. is(?x, rough, 4) -> is(?x, reserved, 1)
3. is(?x, reserved, 4) -> is(?x, generous, 2)
4. is(?x, generous, 1) -> is(?x, reserved, 2)
5. likes(?x, ?y) -> is(?x, rough, 2y+4)
Assertion:
less(Olivia, rough, 1)
Answer:
False
One reasoning:
['Fact2', 'Rule5', ['Default']]
Step reasoning:
Default -> int0: Gary is 0 rough; Fact2 & Rule5 & int0 -> int1: Olivia is 2*0+4=4 rough
ID: 307
Fact:
0. kisses(Charlie, Gary)
1. kisses(Gary, Sophia)
2. visits(William, Charlie)
3. kisses(William, Charlie)
4. likes(Charlie, Gary)
5. likes(Gary, William)
Rule:
0. visits(?x, ?y) -> is(?x, green, 2y+2)
1. is(?x, round, 4) -> is(?x, white, 4)
2. is(?x, friendly, 3) -> is(?x, round, 4)
3. likes(?x, ?y) -> is(?x, white, 1y+2)
4. kisses(?x, ?y) -> is(?x, friendly, 1y+4)
5. is(?x, friendly, 1) -> is(?x, white, 2)
Assertion:
less(Gary, white, 7)
Answer:
True
One reasoning:
['Fact5', 'Rule3', ['Default']]
Step reasoning:
Default -> int0: William is 0 white; Fact5 & Rule3 & int0 -> int1: Gary is 0+2=2 white
ID: 308
Fact:
0. is(Harry, gruff, 4)
1. eats(Daniel, Benjamin)
2. hugs(Daniel, Benjamin)
3. is(Grace, friendly, 3)
4. eats(Benjamin, Grace)
5. hugs(Benjamin, Harry)