text stringlengths 0 418 |
|---|
3. is(?x, nice, 4) -> is(?x, confident, 2) |
4. sees(?x, ?y) -> is(?x, kind, 2y+1) |
5. visits(?x, ?y) -> is(?x, kind, 2y+3) |
Assertion: |
less(Gary, kind, 2) |
Answer: |
True |
One reasoning: |
['Fact5', 'Rule4', ['Default']] |
Step reasoning: |
Default -> int0: Michael is 0 kind; Fact5 & Rule4 & int0 -> int1: Gary is 2*0+1=1 kind |
ID: 313 |
Fact: |
0. needs(Daniel, Harry) |
1. is(Daniel, red, 4) |
2. is(Harry, nice, 1) |
3. visits(Grace, Emily) |
4. needs(Emily, Grace) |
5. visits(Daniel, Harry) |
Rule: |
0. needs(?x, ?y) -> is(?x, blue, 1y+1) |
1. is(?x, blue, 2) -> is(?x, nice, 2) |
2. visits(?x, ?y) -> is(?x, generous, 1y+4) |
3. is(?x, nice, 2) -> is(?x, red, 1) |
4. sees(?x, ?y) -> is(?x, blue, 2y+3) |
5. is(?x, nice, 3) -> is(?x, blue, 3) |
Assertion: |
greater(Daniel, blue, 10) |
Answer: |
False |
One reasoning: |
['Fact0', 'Rule0', ['Default']] |
Step reasoning: |
Default -> int0: Harry is 0 blue; Fact0 & Rule0 & int0 -> int1: Daniel is 0+1=1 blue |
ID: 314 |
Fact: |
0. kisses(Gary, Harry) |
1. helps(Charlie, Harry) |
2. visits(Harry, Gary) |
3. kisses(Charlie, Gary) |
4. kisses(Charlie, Hannah) |
5. kisses(Charlie, Harry) |
Rule: |
0. is(?x, nice, 4) -> is(?x, white, 1) |
1. is(?x, white, 2) -> is(?x, smart, 3) |
2. is(?x, furry, 3) -> is(?x, nice, 4) |
3. visits(?x, ?y) -> is(?x, furry, 1y+3) |
4. helps(?x, ?y) -> is(?x, furry, 1y+3) |
5. helps(?x, ?y) -> is(?x, nice, 1y+4) |
Assertion: |
greater(Harry, furry, 8) |
Answer: |
False |
One reasoning: |
['Fact2', 'Rule3', ['Default']] |
Step reasoning: |
Default -> int0: Gary is 0 furry; Fact2 & Rule3 & int0 -> int1: Harry is 0+3=3 furry |
ID: 315 |
Fact: |
0. hugs(Samuel, Dave) |
1. is(James, gruff, 3) |
2. argues(Dave, James) |
3. hugs(James, Grace) |
4. greets(Samuel, Grace) |
5. is(Grace, compassionate, 1) |
Rule: |
0. hugs(?x, ?y) -> is(?x, young, 1y+2) |
1. is(?x, compassionate, 1) -> is(?x, blue, 1) |
2. is(?x, young, 4) -> is(?x, compassionate, 1) |
3. argues(?x, ?y) -> is(?x, compassionate, 2y+2) |
4. hugs(?x, ?y) -> is(?x, compassionate, 2y+2) |
5. greets(?x, ?y) -> is(?x, blue, 2y+4) |
Assertion: |
greater(James, compassionate, 6) |
Answer: |
False |
One reasoning: |
['Fact3', 'Rule4', ['Fact5']] |
Step reasoning: |
Fact5 -> int0: Grace is 1 compassionate; Fact3 & Rule4 & int0 -> int1: James is 2*1+2=4 compassionate |
ID: 316 |
Fact: |
0. sees(Harry, Sophia) |
1. sees(Bob, Harry) |
2. helps(Bob, Sophia) |
3. is(Amelia, considerate, 1) |
4. is(Harry, generous, 4) |
5. is(Bob, generous, 1) |
Rule: |
0. is(?x, young, 3) -> is(?x, considerate, 3) |
1. is(?x, nice, 2) -> is(?x, considerate, 3) |
2. is(?x, generous, 2) -> is(?x, young, 3) |
3. is(?x, generous, 1) -> is(?x, young, 2) |
4. is(?x, generous, 4) -> is(?x, young, 3) |
5. is(?x, generous, 3) -> is(?x, young, 2) |
Assertion: |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.