text stringlengths 0 418 |
|---|
2. is(Daniel, big, 3) |
3. interacts(Harry, Daniel) |
4. meets(Olivia, Daniel) |
5. interacts(Harry, Olivia) |
Rule: |
0. meets(?x, ?y) -> is(?x, big, 2y+2) |
1. meets(?x, ?y) -> is(?x, reserved, 1y+3) |
2. is(?x, big, 1) -> is(?x, quiet, 1) |
3. meets(?x, ?y) -> is(?x, quiet, 2y+1) |
4. is(?x, reserved, 4) -> is(?x, green, 4) |
5. is(?x, green, 3) -> is(?x, quiet, 1) |
Assertion: |
less(William, big, 6) |
Answer: |
True |
One reasoning: |
['Fact1', 'Rule0', ['Default']] |
Step reasoning: |
Default -> int0: Harry is 0 big; Fact1 & Rule0 & int0 -> int1: William is 2*0+2=2 big |
ID: 130 |
Fact: |
0. chases(Alice, Daniel) |
1. is(Alice, blue, 3) |
2. needs(Chioe, Harry) |
3. is(Chioe, round, 4) |
4. visits(Alice, Harry) |
5. needs(Daniel, Harry) |
Rule: |
0. is(?x, round, 3) -> is(?x, quiet, 4) |
1. is(?x, quiet, 2) -> is(?x, blue, 4) |
2. chases(?x, ?y) -> is(?x, round, 1y+3) |
3. is(?x, blue, 1) -> is(?x, considerate, 2) |
4. needs(?x, ?y) -> is(?x, quiet, 1y+2) |
5. needs(?x, ?y) -> is(?x, considerate, 2y+1) |
Assertion: |
greater(Alice, round, 7) |
Answer: |
False |
One reasoning: |
['Fact0', 'Rule2', ['Default']] |
Step reasoning: |
Default -> int0: Daniel is 0 round; Fact0 & Rule2 & int0 -> int1: Alice is 0+3=3 round |
ID: 131 |
Fact: |
0. likes(Olivia, Bob) |
1. argues(Mia, Bob) |
2. is(Mia, quiet, 1) |
3. interacts(Mia, Olivia) |
4. likes(Olivia, Harry) |
5. likes(Mia, Bob) |
Rule: |
0. interacts(?x, ?y) -> is(?x, green, 1y+3) |
1. is(?x, quiet, 3) -> is(?x, confident, 4) |
2. interacts(?x, ?y) -> is(?x, friendly, 1y+2) |
3. is(?x, green, 1) -> is(?x, quiet, 1) |
4. is(?x, green, 4) -> is(?x, quiet, 4) |
5. is(?x, confident, 1) -> is(?x, friendly, 2) |
Assertion: |
greater(Mia, green, 6) |
Answer: |
False |
One reasoning: |
['Fact3', 'Rule0', ['Default']] |
Step reasoning: |
Default -> int0: Olivia is 0 green; Fact3 & Rule0 & int0 -> int1: Mia is 0+3=3 green |
ID: 132 |
Fact: |
0. likes(Fiona, Michael) |
1. likes(Amelia, Fiona) |
2. is(Amelia, young, 3) |
3. likes(Benjamin, Fiona) |
4. likes(Michael, Amelia) |
5. is(Fiona, kind, 3) |
Rule: |
0. is(?x, red, 4) -> is(?x, young, 1) |
1. is(?x, kind, 4) -> is(?x, young, 3) |
2. eats(?x, ?y) -> is(?x, red, 1y+1) |
3. is(?x, kind, 1) -> is(?x, young, 2) |
4. is(?x, kind, 3) -> is(?x, red, 2) |
5. is(?x, red, 3) -> is(?x, white, 3) |
Assertion: |
less(Fiona, red, 6) |
Answer: |
True |
One reasoning: |
['Rule4', ['Fact5']] |
Step reasoning: |
Fact5 -> int0: Fiona is 3 kind; Rule4 & int0 -> int1: Fiona is 2 red |
ID: 133 |
Fact: |
0. hugs(Harry, Joseph) |
1. hugs(Benjamin, Liam) |
2. hugs(Joseph, Liam) |
3. kisses(Harry, Joseph) |
4. is(Joseph, considerate, 4) |
5. kisses(Harry, Liam) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.