text stringlengths 0 418 |
|---|
ID: 325 |
Fact: |
0. kisses(Benjamin, Bob) |
1. kisses(Sophia, Bob) |
2. kisses(Sophia, Emma) |
3. helps(Bob, Sophia) |
4. kisses(Benjamin, Sophia) |
5. needs(Emma, Benjamin) |
Rule: |
0. is(?x, big, 3) -> is(?x, rough, 4) |
1. is(?x, big, 1) -> is(?x, rough, 3) |
2. needs(?x, ?y) -> is(?x, big, 2y+3) |
3. is(?x, blue, 4) -> is(?x, rough, 2) |
4. helps(?x, ?y) -> is(?x, considerate, 2y+4) |
5. helps(?x, ?y) -> is(?x, rough, 1y+4) |
Assertion: |
greater(Bob, considerate, 7) |
Answer: |
False |
One reasoning: |
['Fact3', 'Rule4', ['Default']] |
Step reasoning: |
Default -> int0: Sophia is 0 considerate; Fact3 & Rule4 & int0 -> int1: Bob is 2*0+4=4 considerate |
ID: 326 |
Fact: |
0. chases(Grace, Michael) |
1. sees(Samuel, Mia) |
2. is(Michael, considerate, 1) |
3. eats(Samuel, Grace) |
4. eats(Mia, Michael) |
5. eats(Mia, Samuel) |
Rule: |
0. sees(?x, ?y) -> is(?x, considerate, 1y+3) |
1. is(?x, considerate, 1) -> is(?x, compassionate, 4) |
2. is(?x, reserved, 4) -> is(?x, young, 1) |
3. is(?x, considerate, 4) -> is(?x, compassionate, 4) |
4. is(?x, reserved, 2) -> is(?x, considerate, 4) |
5. is(?x, reserved, 3) -> is(?x, young, 1) |
Assertion: |
less(Michael, compassionate, 5) |
Answer: |
True |
One reasoning: |
['Rule1', ['Fact2']] |
Step reasoning: |
Fact2 -> int0: Michael is 1 considerate; Rule1 & int0 -> int1: Michael is 4 compassionate |
ID: 327 |
Fact: |
0. needs(Bob, Olivia) |
1. chases(Olivia, Bob) |
2. needs(Grace, Bob) |
3. visits(Grace, Bob) |
4. needs(Olivia, Grace) |
5. needs(Olivia, Emma) |
Rule: |
0. is(?x, green, 1) -> is(?x, nice, 2) |
1. is(?x, considerate, 3) -> is(?x, red, 4) |
2. is(?x, nice, 3) -> is(?x, considerate, 4) |
3. chases(?x, ?y) -> is(?x, nice, 1y+4) |
4. is(?x, green, 2) -> is(?x, nice, 3) |
5. is(?x, green, 3) -> is(?x, red, 3) |
Assertion: |
less(Olivia, nice, 8) |
Answer: |
True |
One reasoning: |
['Fact1', 'Rule3', ['Default']] |
Step reasoning: |
Default -> int0: Bob is 0 nice; Fact1 & Rule3 & int0 -> int1: Olivia is 0+4=4 nice |
ID: 328 |
Fact: |
0. is(James, compassionate, 3) |
1. is(Olivia, compassionate, 2) |
2. likes(James, Olivia) |
3. needs(Harry, Grace) |
4. likes(James, Grace) |
5. needs(James, Harry) |
Rule: |
0. needs(?x, ?y) -> is(?x, confident, 2y+3) |
1. is(?x, reserved, 3) -> is(?x, compassionate, 1) |
2. is(?x, white, 1) -> is(?x, confident, 3) |
3. is(?x, confident, 3) -> is(?x, compassionate, 3) |
4. needs(?x, ?y) -> is(?x, white, 1y+3) |
5. is(?x, compassionate, 2) -> is(?x, reserved, 2) |
Assertion: |
less(Olivia, reserved, 3) |
Answer: |
True |
One reasoning: |
['Rule5', ['Fact1']] |
Step reasoning: |
Fact1 -> int0: Olivia is 2 compassionate; Rule5 & int0 -> int1: Olivia is 2 reserved |
ID: 329 |
Fact: |
0. sees(James, Olivia) |
1. is(Bob, gruff, 1) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.