text
stringlengths
0
418
['Rule0', ['Fact4']]
Step reasoning:
Fact4 -> int0: Benjamin is 2 rough; Rule0 & int0 -> int1: Benjamin is 3 cold
ID: 221
Fact:
0. meets(Harry, Sophia)
1. kisses(Harry, Grace)
2. is(Grace, friendly, 4)
3. greets(Sophia, Harry)
4. greets(Harry, William)
5. meets(Grace, William)
Rule:
0. is(?x, white, 2) -> is(?x, young, 3)
1. is(?x, friendly, 4) -> is(?x, white, 4)
2. greets(?x, ?y) -> is(?x, friendly, 2y+3)
3. is(?x, young, 1) -> is(?x, friendly, 1)
4. greets(?x, ?y) -> is(?x, blue, 1y+2)
5. is(?x, friendly, 1) -> is(?x, blue, 2)
Assertion:
greater(Harry, friendly, 1)
Answer:
True
One reasoning:
['Fact4', 'Rule2', ['Default']]
Step reasoning:
Default -> int0: William is 0 friendly; Fact4 & Rule2 & int0 -> int1: Harry is 2*0+3=3 friendly
ID: 222
Fact:
0. argues(Charlie, Amelia)
1. argues(Olivia, Charlie)
2. needs(Mia, Olivia)
3. argues(Amelia, Mia)
4. needs(Amelia, Olivia)
5. is(Mia, white, 1)
Rule:
0. argues(?x, ?y) -> is(?x, rough, 1y+2)
1. sees(?x, ?y) -> is(?x, green, 1y+2)
2. sees(?x, ?y) -> is(?x, compassionate, 1y+1)
3. is(?x, white, 4) -> is(?x, compassionate, 4)
4. is(?x, rough, 1) -> is(?x, white, 4)
5. is(?x, green, 4) -> is(?x, compassionate, 2)
Assertion:
greater(Amelia, rough, 10)
Answer:
False
One reasoning:
['Fact3', 'Rule0', ['Default']]
Step reasoning:
Default -> int0: Mia is 0 rough; Fact3 & Rule0 & int0 -> int1: Amelia is 0+2=2 rough
ID: 223
Fact:
0. argues(Emily, Harry)
1. argues(Emily, Michael)
2. helps(James, Emily)
3. argues(Michael, Harry)
4. argues(Michael, James)
5. helps(Emily, Michael)
Rule:
0. helps(?x, ?y) -> is(?x, confident, 2y+3)
1. chases(?x, ?y) -> is(?x, quiet, 1y+3)
2. chases(?x, ?y) -> is(?x, smart, 2y+4)
3. is(?x, confident, 3) -> is(?x, quiet, 4)
4. helps(?x, ?y) -> is(?x, smart, 1y+1)
5. is(?x, quiet, 2) -> is(?x, confident, 1)
Assertion:
greater(Emily, smart, 4)
Answer:
False
One reasoning:
['Fact5', 'Rule4', ['Default']]
Step reasoning:
Default -> int0: Michael is 0 smart; Fact5 & Rule4 & int0 -> int1: Emily is 0+1=1 smart
ID: 224
Fact:
0. greets(James, Erin)
1. interacts(Samuel, Erin)
2. likes(Erin, Harry)
3. interacts(Harry, Samuel)
4. greets(James, Samuel)
5. likes(James, Samuel)
Rule:
0. likes(?x, ?y) -> is(?x, friendly, 2y+2)
1. is(?x, friendly, 3) -> is(?x, considerate, 3)
2. is(?x, compassionate, 3) -> is(?x, considerate, 1)
3. likes(?x, ?y) -> is(?x, considerate, 1y+2)
4. is(?x, young, 1) -> is(?x, compassionate, 2)
5. is(?x, compassionate, 1) -> is(?x, friendly, 2)
Assertion:
less(Erin, considerate, 5)
Answer:
True
One reasoning:
['Fact2', 'Rule3', ['Default']]
Step reasoning:
Default -> int0: Harry is 0 considerate; Fact2 & Rule3 & int0 -> int1: Erin is 0+2=2 considerate