text
stringlengths
0
418
3. meets(?x, ?y) -> is(?x, rough, 2y+4)
4. needs(?x, ?y) -> is(?x, rough, 2y+3)
5. is(?x, compassionate, 4) -> is(?x, considerate, 2)
Assertion:
greater(William, compassionate, 8)
Answer:
False
One reasoning:
['Fact4', 'Rule2', ['Default']]
Step reasoning:
Default -> int0: Gary is 0 compassionate; Fact4 & Rule2 & int0 -> int1: William is 0+1=1 compassionate
ID: 113
Fact:
0. eats(Amelia, Benjamin)
1. likes(Amelia, Chioe)
2. likes(Benjamin, Chioe)
3. hugs(Amelia, Fiona)
4. is(Amelia, friendly, 3)
5. eats(Fiona, Chioe)
Rule:
0. eats(?x, ?y) -> is(?x, reserved, 2y+1)
1. is(?x, cold, 4) -> is(?x, friendly, 3)
2. is(?x, nice, 1) -> is(?x, friendly, 3)
3. hugs(?x, ?y) -> is(?x, nice, 1y+3)
4. is(?x, friendly, 1) -> is(?x, reserved, 2)
5. is(?x, reserved, 4) -> is(?x, cold, 1)
Assertion:
greater(Amelia, nice, 4)
Answer:
False
One reasoning:
['Fact3', 'Rule3', ['Default']]
Step reasoning:
Default -> int0: Fiona is 0 nice; Fact3 & Rule3 & int0 -> int1: Amelia is 0+3=3 nice
ID: 114
Fact:
0. argues(Mia, Fiona)
1. is(Grace, kind, 4)
2. greets(Fiona, Grace)
3. argues(Mia, Michael)
4. helps(Mia, Fiona)
5. argues(Grace, Michael)
Rule:
0. is(?x, big, 3) -> is(?x, blue, 2)
1. is(?x, big, 2) -> is(?x, gruff, 4)
2. is(?x, kind, 2) -> is(?x, big, 3)
3. greets(?x, ?y) -> is(?x, kind, 2y+1)
4. is(?x, blue, 4) -> is(?x, kind, 3)
5. is(?x, kind, 4) -> is(?x, big, 3)
Assertion:
less(Fiona, kind, 4)
Answer:
False
One reasoning:
['Fact2', 'Rule3', ['Fact1']]
Step reasoning:
Fact1 -> int0: Grace is 4 kind; Fact2 & Rule3 & int0 -> int1: Fiona is 2*4+1=9 kind
ID: 115
Fact:
0. is(Samuel, blue, 2)
1. eats(Samuel, Bob)
2. kisses(Bob, Samuel)
3. eats(William, Samuel)
4. kisses(Samuel, William)
5. is(Samuel, generous, 2)
Rule:
0. hugs(?x, ?y) -> is(?x, smart, 1y+4)
1. hugs(?x, ?y) -> is(?x, generous, 2y+3)
2. eats(?x, ?y) -> is(?x, rough, 1y+1)
3. hugs(?x, ?y) -> is(?x, rough, 2y+1)
4. is(?x, rough, 2) -> is(?x, generous, 1)
5. eats(?x, ?y) -> is(?x, smart, 2y+3)
Assertion:
less(Samuel, smart, 9)
Answer:
True
One reasoning:
['Fact1', 'Rule5', ['Default']]
Step reasoning:
Default -> int0: Bob is 0 smart; Fact1 & Rule5 & int0 -> int1: Samuel is 2*0+3=3 smart
ID: 116
Fact:
0. interacts(Joseph, James)
1. sees(Joseph, James)
2. interacts(Bob, Joseph)
3. meets(Bob, Emily)
4. meets(Joseph, Emily)
5. meets(James, Joseph)
Rule:
0. is(?x, considerate, 1) -> is(?x, confident, 1)
1. meets(?x, ?y) -> is(?x, friendly, 1y+4)
2. meets(?x, ?y) -> is(?x, furry, 1y+3)
3. is(?x, friendly, 4) -> is(?x, considerate, 2)
4. sees(?x, ?y) -> is(?x, confident, 2y+4)
5. is(?x, friendly, 1) -> is(?x, considerate, 3)
Assertion: