text stringlengths 0 418 |
|---|
3. eats(?x, ?y) -> is(?x, nice, 1y+4) |
4. is(?x, nice, 2) -> is(?x, smart, 2) |
5. is(?x, red, 2) -> is(?x, smart, 4) |
Assertion: |
less(Gary, nice, 5) |
Answer: |
True |
One reasoning: |
['Fact0', 'Rule2', ['Default']] |
Step reasoning: |
Default -> int0: Hannah is 0 nice; Fact0 & Rule2 & int0 -> int1: Gary is 0+4=4 nice |
ID: 263 |
Fact: |
0. hugs(Joseph, Bob) |
1. kisses(Alexander, Grace) |
2. is(Joseph, considerate, 3) |
3. greets(Grace, Bob) |
4. kisses(Joseph, Grace) |
5. is(Bob, rough, 2) |
Rule: |
0. hugs(?x, ?y) -> is(?x, cold, 1y+1) |
1. greets(?x, ?y) -> is(?x, quiet, 2y+1) |
2. greets(?x, ?y) -> is(?x, rough, 2y+3) |
3. is(?x, cold, 1) -> is(?x, quiet, 1) |
4. is(?x, quiet, 4) -> is(?x, considerate, 4) |
5. greets(?x, ?y) -> is(?x, considerate, 2y+3) |
Assertion: |
less(Grace, rough, 1) |
Answer: |
False |
One reasoning: |
['Fact3', 'Rule2', ['Fact5']] |
Step reasoning: |
Fact5 -> int0: Bob is 2 rough; Fact3 & Rule2 & int0 -> int1: Grace is 2*2+3=7 rough |
ID: 264 |
Fact: |
0. argues(James, Bob) |
1. argues(Michael, Samuel) |
2. eats(Michael, James) |
3. argues(Bob, Michael) |
4. eats(James, Samuel) |
5. visits(Michael, James) |
Rule: |
0. is(?x, rough, 1) -> is(?x, young, 4) |
1. argues(?x, ?y) -> is(?x, smart, 1y+3) |
2. is(?x, rough, 4) -> is(?x, smart, 2) |
3. argues(?x, ?y) -> is(?x, quiet, 1y+3) |
4. argues(?x, ?y) -> is(?x, rough, 1y+1) |
5. is(?x, quiet, 1) -> is(?x, young, 4) |
Assertion: |
less(Michael, quiet, 5) |
Answer: |
True |
One reasoning: |
['Fact1', 'Rule3', ['Default']] |
Step reasoning: |
Default -> int0: Samuel is 0 quiet; Fact1 & Rule3 & int0 -> int1: Michael is 0+3=3 quiet |
ID: 265 |
Fact: |
0. sees(Liam, Joseph) |
1. sees(Joseph, Hannah) |
2. needs(Hannah, Liam) |
3. needs(Joseph, Erin) |
4. needs(Hannah, Erin) |
5. interacts(Hannah, Liam) |
Rule: |
0. is(?x, quiet, 1) -> is(?x, green, 1) |
1. sees(?x, ?y) -> is(?x, gruff, 1y+3) |
2. sees(?x, ?y) -> is(?x, quiet, 2y+3) |
3. is(?x, gruff, 1) -> is(?x, green, 4) |
4. interacts(?x, ?y) -> is(?x, green, 2y+1) |
5. is(?x, quiet, 4) -> is(?x, generous, 3) |
Assertion: |
greater(Joseph, gruff, 8) |
Answer: |
False |
One reasoning: |
['Fact1', 'Rule1', ['Default']] |
Step reasoning: |
Default -> int0: Hannah is 0 gruff; Fact1 & Rule1 & int0 -> int1: Joseph is 0+3=3 gruff |
ID: 266 |
Fact: |
0. eats(William, Gary) |
1. kisses(Joseph, Gary) |
2. kisses(William, Joseph) |
3. helps(William, Joseph) |
4. kisses(Sophia, William) |
5. helps(Sophia, Gary) |
Rule: |
0. eats(?x, ?y) -> is(?x, smart, 2y+1) |
1. is(?x, smart, 2) -> is(?x, big, 4) |
2. kisses(?x, ?y) -> is(?x, red, 2y+1) |
3. kisses(?x, ?y) -> is(?x, big, 1y+4) |
4. is(?x, compassionate, 3) -> is(?x, red, 3) |
5. is(?x, compassionate, 2) -> is(?x, big, 4) |
Assertion: |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.