text stringlengths 0 418 |
|---|
['Fact2', 'Rule4', ['Default']] |
Step reasoning: |
Default -> int0: Michael is 0 young; Fact2 & Rule4 & int0 -> int1: Liam is 2*0+1=1 young |
ID: 121 |
Fact: |
0. meets(Charlie, James) |
1. meets(Alexander, Michael) |
2. chases(James, Alexander) |
3. chases(Charlie, Alexander) |
4. meets(Michael, Charlie) |
5. chases(Charlie, James) |
Rule: |
0. is(?x, white, 1) -> is(?x, young, 2) |
1. is(?x, quiet, 3) -> is(?x, white, 2) |
2. is(?x, young, 4) -> is(?x, quiet, 1) |
3. meets(?x, ?y) -> is(?x, blue, 2y+2) |
4. argues(?x, ?y) -> is(?x, white, 2y+4) |
5. is(?x, white, 4) -> is(?x, quiet, 1) |
Assertion: |
greater(Charlie, blue, 1) |
Answer: |
True |
One reasoning: |
['Fact0', 'Rule3', ['Default']] |
Step reasoning: |
Default -> int0: James is 0 blue; Fact0 & Rule3 & int0 -> int1: Charlie is 2*0+2=2 blue |
ID: 122 |
Fact: |
0. is(Charlie, friendly, 4) |
1. greets(Dave, Benjamin) |
2. hugs(Benjamin, Charlie) |
3. hugs(Dave, Charlie) |
4. is(Harry, gruff, 4) |
5. hugs(Harry, Charlie) |
Rule: |
0. is(?x, friendly, 4) -> is(?x, gruff, 3) |
1. is(?x, big, 2) -> is(?x, friendly, 4) |
2. meets(?x, ?y) -> is(?x, gruff, 1y+1) |
3. is(?x, friendly, 2) -> is(?x, smart, 1) |
4. hugs(?x, ?y) -> is(?x, smart, 2y+1) |
5. meets(?x, ?y) -> is(?x, smart, 1y+2) |
Assertion: |
greater(Dave, smart, 7) |
Answer: |
False |
One reasoning: |
['Fact3', 'Rule4', ['Default']] |
Step reasoning: |
Default -> int0: Charlie is 0 smart; Fact3 & Rule4 & int0 -> int1: Dave is 2*0+1=1 smart |
ID: 123 |
Fact: |
0. interacts(Fiona, Alexander) |
1. sees(Alexander, Erin) |
2. sees(Fiona, Erin) |
3. interacts(Erin, Harry) |
4. is(Fiona, gruff, 1) |
5. is(Fiona, red, 4) |
Rule: |
0. is(?x, compassionate, 3) -> is(?x, smart, 4) |
1. is(?x, compassionate, 1) -> is(?x, gruff, 1) |
2. likes(?x, ?y) -> is(?x, smart, 2y+2) |
3. sees(?x, ?y) -> is(?x, smart, 1y+3) |
4. is(?x, red, 1) -> is(?x, compassionate, 1) |
5. likes(?x, ?y) -> is(?x, compassionate, 2y+4) |
Assertion: |
greater(Alexander, smart, 8) |
Answer: |
False |
One reasoning: |
['Fact1', 'Rule3', ['Default']] |
Step reasoning: |
Default -> int0: Erin is 0 smart; Fact1 & Rule3 & int0 -> int1: Alexander is 0+3=3 smart |
ID: 124 |
Fact: |
0. kisses(Mia, James) |
1. kisses(James, Benjamin) |
2. is(Benjamin, blue, 3) |
3. kisses(Sophia, Mia) |
4. interacts(Sophia, James) |
5. is(Sophia, big, 4) |
Rule: |
0. likes(?x, ?y) -> is(?x, nice, 1y+3) |
1. is(?x, generous, 3) -> is(?x, big, 3) |
2. is(?x, blue, 3) -> is(?x, generous, 1) |
3. kisses(?x, ?y) -> is(?x, blue, 1y+4) |
4. kisses(?x, ?y) -> is(?x, generous, 1y+2) |
5. likes(?x, ?y) -> is(?x, big, 2y+4) |
Assertion: |
greater(James, blue, 2) |
Answer: |
True |
One reasoning: |
['Fact1', 'Rule3', ['Fact2']] |
Step reasoning: |
Fact2 -> int0: Benjamin is 3 blue; Fact1 & Rule3 & int0 -> int1: James is 3+4=7 blue |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.