text
stringlengths
0
418
ID: 275
Fact:
0. chases(Grace, Emma)
1. chases(Alice, Grace)
2. is(Grace, quiet, 2)
3. is(Olivia, quiet, 4)
4. likes(Emma, Grace)
5. sees(Grace, Olivia)
Rule:
0. is(?x, smart, 3) -> is(?x, kind, 4)
1. chases(?x, ?y) -> is(?x, smart, 2y+4)
2. chases(?x, ?y) -> is(?x, white, 2y+4)
3. chases(?x, ?y) -> is(?x, kind, 1y+3)
4. is(?x, quiet, 4) -> is(?x, smart, 4)
5. is(?x, smart, 1) -> is(?x, white, 1)
Assertion:
greater(Grace, white, 2)
Answer:
True
One reasoning:
['Fact0', 'Rule2', ['Default']]
Step reasoning:
Default -> int0: Emma is 0 white; Fact0 & Rule2 & int0 -> int1: Grace is 2*0+4=4 white
ID: 276
Fact:
0. eats(Michael, Alexander)
1. is(Alexander, compassionate, 3)
2. is(Alexander, gruff, 3)
3. is(Emily, cold, 4)
4. sees(Joseph, Michael)
5. sees(Emily, Joseph)
Rule:
0. is(?x, cold, 1) -> is(?x, compassionate, 2)
1. eats(?x, ?y) -> is(?x, cold, 2y+4)
2. eats(?x, ?y) -> is(?x, compassionate, 2y+2)
3. is(?x, compassionate, 3) -> is(?x, nice, 1)
4. is(?x, gruff, 4) -> is(?x, compassionate, 3)
5. helps(?x, ?y) -> is(?x, compassionate, 1y+4)
Assertion:
greater(Michael, cold, 6)
Answer:
False
One reasoning:
['Fact0', 'Rule1', ['Default']]
Step reasoning:
Default -> int0: Alexander is 0 cold; Fact0 & Rule1 & int0 -> int1: Michael is 2*0+4=4 cold
ID: 277
Fact:
0. greets(Daniel, Amelia)
1. greets(Chioe, Bob)
2. greets(Amelia, Bob)
3. meets(Amelia, Bob)
4. interacts(Amelia, Bob)
5. meets(Bob, Daniel)
Rule:
0. meets(?x, ?y) -> is(?x, blue, 1y+4)
1. is(?x, blue, 3) -> is(?x, kind, 1)
2. interacts(?x, ?y) -> is(?x, cold, 1y+2)
3. greets(?x, ?y) -> is(?x, kind, 2y+3)
4. greets(?x, ?y) -> is(?x, red, 1y+2)
5. is(?x, kind, 4) -> is(?x, blue, 1)
Assertion:
less(Bob, blue, 1)
Answer:
False
One reasoning:
['Fact5', 'Rule0', ['Default']]
Step reasoning:
Default -> int0: Daniel is 0 blue; Fact5 & Rule0 & int0 -> int1: Bob is 0+4=4 blue
ID: 278
Fact:
0. meets(Sophia, Harry)
1. is(Sophia, smart, 1)
2. sees(Harry, Dave)
3. meets(James, Sophia)
4. is(Dave, considerate, 4)
5. eats(Sophia, Harry)
Rule:
0. is(?x, smart, 1) -> is(?x, nice, 2)
1. is(?x, rough, 1) -> is(?x, nice, 4)
2. is(?x, smart, 4) -> is(?x, nice, 2)
3. sees(?x, ?y) -> is(?x, considerate, 1y+1)
4. meets(?x, ?y) -> is(?x, rough, 2y+2)
5. sees(?x, ?y) -> is(?x, rough, 1y+3)
Assertion:
less(Sophia, nice, 4)
Answer:
True
One reasoning:
['Rule0', ['Fact1']]
Step reasoning:
Fact1 -> int0: Sophia is 1 smart; Rule0 & int0 -> int1: Sophia is 2 nice
ID: 279
Fact:
0. greets(James, Joseph)
1. kisses(James, Amelia)