text stringlengths 0 418 |
|---|
2. sees(Samuel, Olivia) |
3. helps(Olivia, Liam) |
4. needs(Samuel, Olivia) |
5. sees(Olivia, Mia) |
Rule: |
0. helps(?x, ?y) -> is(?x, quiet, 2y+2) |
1. needs(?x, ?y) -> is(?x, reserved, 1y+2) |
2. needs(?x, ?y) -> is(?x, round, 1y+2) |
3. is(?x, reserved, 3) -> is(?x, round, 2) |
4. needs(?x, ?y) -> is(?x, compassionate, 1y+1) |
5. is(?x, quiet, 4) -> is(?x, round, 1) |
Assertion: |
greater(Olivia, compassionate, 8) |
Answer: |
False |
One reasoning: |
['Fact0', 'Rule4', ['Default']] |
Step reasoning: |
Default -> int0: Liam is 0 compassionate; Fact0 & Rule4 & int0 -> int1: Olivia is 0+1=1 compassionate |
ID: 5 |
Fact: |
0. eats(Michael, Emily) |
1. visits(Michael, Grace) |
2. eats(Michael, Erin) |
3. visits(Grace, Emily) |
4. helps(Michael, Grace) |
5. eats(Emily, Erin) |
Rule: |
0. is(?x, smart, 1) -> is(?x, round, 1) |
1. visits(?x, ?y) -> is(?x, gruff, 1y+2) |
2. is(?x, smart, 4) -> is(?x, round, 3) |
3. is(?x, round, 3) -> is(?x, gruff, 3) |
4. is(?x, round, 2) -> is(?x, gruff, 4) |
5. visits(?x, ?y) -> is(?x, big, 1y+1) |
Assertion: |
greater(Grace, big, 10) |
Answer: |
False |
One reasoning: |
['Fact3', 'Rule5', ['Default']] |
Step reasoning: |
Default -> int0: Emily is 0 big; Fact3 & Rule5 & int0 -> int1: Grace is 0+1=1 big |
ID: 6 |
Fact: |
0. likes(Sophia, Samuel) |
1. greets(Sophia, Samuel) |
2. greets(Sophia, Liam) |
3. likes(Sophia, Liam) |
4. visits(Sophia, Samuel) |
5. likes(Liam, Mia) |
Rule: |
0. visits(?x, ?y) -> is(?x, friendly, 1y+2) |
1. is(?x, green, 2) -> is(?x, nice, 2) |
2. is(?x, green, 1) -> is(?x, nice, 2) |
3. is(?x, round, 4) -> is(?x, nice, 2) |
4. is(?x, friendly, 3) -> is(?x, round, 4) |
5. is(?x, nice, 4) -> is(?x, round, 1) |
Assertion: |
greater(Sophia, friendly, 10) |
Answer: |
False |
One reasoning: |
['Fact4', 'Rule0', ['Default']] |
Step reasoning: |
Default -> int0: Samuel is 0 friendly; Fact4 & Rule0 & int0 -> int1: Sophia is 0+2=2 friendly |
ID: 7 |
Fact: |
0. helps(Mia, Chioe) |
1. sees(Emma, Liam) |
2. visits(Mia, Liam) |
3. helps(Mia, Liam) |
4. is(Chioe, considerate, 2) |
5. visits(Chioe, Emma) |
Rule: |
0. sees(?x, ?y) -> is(?x, considerate, 2y+2) |
1. is(?x, red, 1) -> is(?x, considerate, 4) |
2. is(?x, considerate, 1) -> is(?x, confident, 4) |
3. is(?x, red, 4) -> is(?x, considerate, 4) |
4. sees(?x, ?y) -> is(?x, confident, 1y+4) |
5. sees(?x, ?y) -> is(?x, quiet, 1y+2) |
Assertion: |
greater(Emma, confident, 7) |
Answer: |
False |
One reasoning: |
['Fact1', 'Rule4', ['Default']] |
Step reasoning: |
Default -> int0: Liam is 0 confident; Fact1 & Rule4 & int0 -> int1: Emma is 0+4=4 confident |
ID: 8 |
Fact: |
0. hugs(Harry, James) |
1. interacts(James, Joseph) |
2. is(Sophia, smart, 2) |
3. hugs(James, Sophia) |
4. kisses(Sophia, Harry) |
5. is(James, big, 2) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.