text stringlengths 0 418 |
|---|
Rule: |
0. is(?x, green, 2) -> is(?x, kind, 4) |
1. is(?x, kind, 4) -> is(?x, white, 3) |
2. is(?x, white, 2) -> is(?x, green, 1) |
3. kisses(?x, ?y) -> is(?x, white, 1y+3) |
4. is(?x, green, 3) -> is(?x, generous, 3) |
5. is(?x, generous, 1) -> is(?x, white, 2) |
Assertion: |
less(Olivia, white, 4) |
Answer: |
True |
One reasoning: |
['Fact3', 'Rule3', ['Default']] |
Step reasoning: |
Default -> int0: Emily is 0 white; Fact3 & Rule3 & int0 -> int1: Olivia is 0+3=3 white |
ID: 209 |
Fact: |
0. is(Fiona, white, 2) |
1. interacts(Fiona, Sophia) |
2. interacts(Fiona, James) |
3. likes(Mia, Sophia) |
4. chases(Mia, James) |
5. is(Mia, white, 2) |
Rule: |
0. is(?x, white, 3) -> is(?x, considerate, 4) |
1. is(?x, friendly, 4) -> is(?x, considerate, 3) |
2. is(?x, considerate, 4) -> is(?x, cold, 1) |
3. is(?x, friendly, 3) -> is(?x, white, 2) |
4. is(?x, cold, 4) -> is(?x, friendly, 4) |
5. likes(?x, ?y) -> is(?x, friendly, 1y+4) |
Assertion: |
less(Mia, friendly, 8) |
Answer: |
True |
One reasoning: |
['Fact3', 'Rule5', ['Default']] |
Step reasoning: |
Default -> int0: Sophia is 0 friendly; Fact3 & Rule5 & int0 -> int1: Mia is 0+4=4 friendly |
ID: 210 |
Fact: |
0. interacts(Alexander, Daniel) |
1. hugs(Samuel, Daniel) |
2. is(Daniel, round, 2) |
3. likes(Alexander, Samuel) |
4. interacts(Alexander, James) |
5. is(Daniel, red, 2) |
Rule: |
0. hugs(?x, ?y) -> is(?x, red, 2y+4) |
1. is(?x, big, 2) -> is(?x, red, 1) |
2. likes(?x, ?y) -> is(?x, generous, 2y+3) |
3. is(?x, red, 4) -> is(?x, big, 3) |
4. is(?x, generous, 4) -> is(?x, red, 4) |
5. is(?x, round, 3) -> is(?x, big, 3) |
Assertion: |
greater(Samuel, red, 5) |
Answer: |
True |
One reasoning: |
['Fact1', 'Rule0', ['Fact5']] |
Step reasoning: |
Fact5 -> int0: Daniel is 2 red; Fact1 & Rule0 & int0 -> int1: Samuel is 2*2+4=8 red |
ID: 211 |
Fact: |
0. eats(William, Samuel) |
1. eats(William, Dave) |
2. eats(Dave, Harry) |
3. chases(Harry, Dave) |
4. eats(Harry, William) |
5. is(Samuel, big, 2) |
Rule: |
0. sees(?x, ?y) -> is(?x, big, 1y+4) |
1. sees(?x, ?y) -> is(?x, compassionate, 2y+2) |
2. is(?x, green, 4) -> is(?x, reserved, 2) |
3. is(?x, big, 2) -> is(?x, reserved, 1) |
4. chases(?x, ?y) -> is(?x, big, 1y+1) |
5. is(?x, reserved, 1) -> is(?x, compassionate, 2) |
Assertion: |
greater(Samuel, reserved, 7) |
Answer: |
False |
One reasoning: |
['Rule3', ['Fact5']] |
Step reasoning: |
Fact5 -> int0: Samuel is 2 big; Rule3 & int0 -> int1: Samuel is 1 reserved |
ID: 212 |
Fact: |
0. argues(Chioe, Alexander) |
1. is(Chioe, kind, 2) |
2. eats(Benjamin, Chioe) |
3. argues(Daniel, Chioe) |
4. argues(Daniel, Alexander) |
5. is(Alexander, confident, 4) |
Rule: |
0. is(?x, confident, 3) -> is(?x, kind, 1) |
1. is(?x, furry, 1) -> is(?x, confident, 4) |
2. eats(?x, ?y) -> is(?x, furry, 2y+2) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.