text stringlengths 0 418 |
|---|
['Fact0', 'Rule2', ['Default']] |
Step reasoning: |
Default -> int0: Michael is 0 furry; Fact0 & Rule2 & int0 -> int1: Liam is 2*0+2=2 furry |
ID: 71 |
Fact: |
0. is(Harry, rough, 4) |
1. meets(Dave, Liam) |
2. helps(Dave, Liam) |
3. meets(Charlie, Harry) |
4. needs(Harry, Dave) |
5. is(Charlie, blue, 4) |
Rule: |
0. is(?x, rough, 3) -> is(?x, white, 3) |
1. helps(?x, ?y) -> is(?x, white, 1y+2) |
2. is(?x, white, 1) -> is(?x, nice, 1) |
3. is(?x, nice, 1) -> is(?x, rough, 4) |
4. is(?x, rough, 1) -> is(?x, blue, 3) |
5. is(?x, rough, 2) -> is(?x, blue, 2) |
Assertion: |
greater(Dave, white, 1) |
Answer: |
True |
One reasoning: |
['Fact2', 'Rule1', ['Default']] |
Step reasoning: |
Default -> int0: Liam is 0 white; Fact2 & Rule1 & int0 -> int1: Dave is 0+2=2 white |
ID: 72 |
Fact: |
0. is(Emily, round, 4) |
1. sees(Emily, Hannah) |
2. is(William, nice, 3) |
3. sees(William, Hannah) |
4. likes(Hannah, Emily) |
5. argues(William, Emily) |
Rule: |
0. sees(?x, ?y) -> is(?x, rough, 2y+4) |
1. likes(?x, ?y) -> is(?x, kind, 2y+2) |
2. is(?x, round, 2) -> is(?x, kind, 4) |
3. is(?x, kind, 3) -> is(?x, rough, 4) |
4. argues(?x, ?y) -> is(?x, kind, 1y+2) |
5. is(?x, round, 1) -> is(?x, rough, 1) |
Assertion: |
greater(William, rough, 7) |
Answer: |
False |
One reasoning: |
['Fact3', 'Rule0', ['Default']] |
Step reasoning: |
Default -> int0: Hannah is 0 rough; Fact3 & Rule0 & int0 -> int1: William is 2*0+4=4 rough |
ID: 73 |
Fact: |
0. visits(Harry, Charlie) |
1. meets(Charlie, Harry) |
2. visits(Harry, Chioe) |
3. meets(Harry, Sophia) |
4. hugs(Chioe, Charlie) |
5. is(Charlie, gruff, 4) |
Rule: |
0. is(?x, cold, 3) -> is(?x, nice, 1) |
1. hugs(?x, ?y) -> is(?x, gruff, 2y+4) |
2. is(?x, cold, 4) -> is(?x, gruff, 2) |
3. is(?x, nice, 3) -> is(?x, cold, 2) |
4. is(?x, reserved, 3) -> is(?x, cold, 4) |
5. is(?x, gruff, 3) -> is(?x, cold, 1) |
Assertion: |
less(Chioe, gruff, 9) |
Answer: |
False |
One reasoning: |
['Fact4', 'Rule1', ['Fact5']] |
Step reasoning: |
Fact5 -> int0: Charlie is 4 gruff; Fact4 & Rule1 & int0 -> int1: Chioe is 2*4+4=12 gruff |
ID: 74 |
Fact: |
0. eats(Fiona, Emma) |
1. needs(Fiona, Benjamin) |
2. needs(Emma, Benjamin) |
3. needs(Emma, Fiona) |
4. eats(Benjamin, Fiona) |
5. sees(Emma, Benjamin) |
Rule: |
0. eats(?x, ?y) -> is(?x, friendly, 2y+3) |
1. eats(?x, ?y) -> is(?x, green, 2y+2) |
2. is(?x, friendly, 2) -> is(?x, considerate, 3) |
3. is(?x, green, 3) -> is(?x, friendly, 3) |
4. is(?x, considerate, 1) -> is(?x, round, 4) |
5. is(?x, round, 3) -> is(?x, friendly, 3) |
Assertion: |
less(Fiona, green, 3) |
Answer: |
True |
One reasoning: |
['Fact0', 'Rule1', ['Default']] |
Step reasoning: |
Default -> int0: Emma is 0 green; Fact0 & Rule1 & int0 -> int1: Fiona is 2*0+2=2 green |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.