text stringlengths 0 418 |
|---|
ID: 0 |
Fact: |
0. chases(Emily, Alice) |
1. is(Amelia, blue, 3) |
2. visits(Emily, Fiona) |
3. visits(Amelia, Emily) |
4. visits(Amelia, Fiona) |
5. chases(Amelia, Fiona) |
Rule: |
0. is(?x, blue, 2) -> is(?x, friendly, 4) |
1. chases(?x, ?y) -> is(?x, confident, 2y+1) |
2. is(?x, friendly, 1) -> is(?x, confident, 4) |
3. interacts(?x, ?y) -> is(?x, smart, 2y+2) |
4. is(?x, confident, 3) -> is(?x, friendly, 2) |
5. is(?x, blue, 4) -> is(?x, friendly, 4) |
Assertion: |
less(Amelia, confident, 4) |
Answer: |
True |
One reasoning: |
['Fact5', 'Rule1', ['Default']] |
Step reasoning: |
Default -> int0: Fiona is 0 confident; Fact5 & Rule1 & int0 -> int1: Amelia is 2*0+1=1 confident |
ID: 1 |
Fact: |
0. needs(Bob, Samuel) |
1. greets(Bob, Samuel) |
2. is(Bob, big, 2) |
3. is(Daniel, white, 4) |
4. needs(Daniel, Bob) |
5. is(Bob, blue, 3) |
Rule: |
0. is(?x, gruff, 1) -> is(?x, white, 1) |
1. kisses(?x, ?y) -> is(?x, white, 2y+4) |
2. is(?x, big, 1) -> is(?x, blue, 4) |
3. greets(?x, ?y) -> is(?x, gruff, 2y+3) |
4. is(?x, white, 3) -> is(?x, big, 2) |
5. kisses(?x, ?y) -> is(?x, big, 2y+2) |
Assertion: |
greater(Bob, gruff, 4) |
Answer: |
False |
One reasoning: |
['Fact1', 'Rule3', ['Default']] |
Step reasoning: |
Default -> int0: Samuel is 0 gruff; Fact1 & Rule3 & int0 -> int1: Bob is 2*0+3=3 gruff |
ID: 2 |
Fact: |
0. helps(Amelia, Alexander) |
1. eats(Fiona, Chioe) |
2. is(Alexander, white, 3) |
3. helps(Fiona, Chioe) |
4. is(Fiona, compassionate, 3) |
5. helps(Chioe, Amelia) |
Rule: |
0. is(?x, white, 1) -> is(?x, compassionate, 2) |
1. eats(?x, ?y) -> is(?x, white, 1y+3) |
2. helps(?x, ?y) -> is(?x, gruff, 2y+4) |
3. is(?x, white, 2) -> is(?x, gruff, 3) |
4. visits(?x, ?y) -> is(?x, gruff, 2y+2) |
5. visits(?x, ?y) -> is(?x, friendly, 1y+4) |
Assertion: |
less(Fiona, white, 10) |
Answer: |
True |
One reasoning: |
['Fact1', 'Rule1', ['Default']] |
Step reasoning: |
Default -> int0: Chioe is 0 white; Fact1 & Rule1 & int0 -> int1: Fiona is 0+3=3 white |
ID: 3 |
Fact: |
0. is(Gary, confident, 2) |
1. likes(Amelia, Gary) |
2. is(William, confident, 2) |
3. likes(Michael, William) |
4. eats(Michael, Amelia) |
5. is(William, nice, 1) |
Rule: |
0. interacts(?x, ?y) -> is(?x, smart, 2y+3) |
1. is(?x, confident, 4) -> is(?x, nice, 3) |
2. is(?x, big, 1) -> is(?x, confident, 2) |
3. eats(?x, ?y) -> is(?x, confident, 1y+3) |
4. likes(?x, ?y) -> is(?x, big, 2y+2) |
5. is(?x, confident, 1) -> is(?x, nice, 3) |
Assertion: |
greater(Michael, confident, 1) |
Answer: |
True |
One reasoning: |
['Fact4', 'Rule3', ['Default']] |
Step reasoning: |
Default -> int0: Amelia is 0 confident; Fact4 & Rule3 & int0 -> int1: Michael is 0+3=3 confident |
ID: 4 |
Fact: |
0. needs(Olivia, Liam) |
1. helps(Mia, Samuel) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.