text stringlengths 0 418 |
|---|
less(Alexander, white, 6) |
Answer: |
True |
One reasoning: |
['Fact0', 'Rule3', ['Default']] |
Step reasoning: |
Default -> int0: Fiona is 0 white; Fact0 & Rule3 & int0 -> int1: Alexander is 2*0+4=4 white |
ID: 17 |
Fact: |
0. visits(Charlie, Mia) |
1. is(Dave, round, 3) |
2. is(Dave, confident, 2) |
3. visits(Charlie, Hannah) |
4. meets(Dave, Charlie) |
5. hugs(Charlie, Dave) |
Rule: |
0. is(?x, round, 3) -> is(?x, furry, 2) |
1. hugs(?x, ?y) -> is(?x, furry, 1y+3) |
2. is(?x, furry, 2) -> is(?x, cold, 4) |
3. hugs(?x, ?y) -> is(?x, confident, 2y+4) |
4. is(?x, confident, 1) -> is(?x, furry, 1) |
5. is(?x, furry, 4) -> is(?x, cold, 1) |
Assertion: |
less(Dave, furry, 9) |
Answer: |
True |
One reasoning: |
['Rule0', ['Fact1']] |
Step reasoning: |
Fact1 -> int0: Dave is 3 round; Rule0 & int0 -> int1: Dave is 2 furry |
ID: 18 |
Fact: |
0. chases(Alice, Olivia) |
1. interacts(Charlie, Alice) |
2. interacts(Alexander, Alice) |
3. chases(Olivia, Charlie) |
4. kisses(Alice, Charlie) |
5. kisses(Charlie, Alexander) |
Rule: |
0. interacts(?x, ?y) -> is(?x, round, 1y+3) |
1. interacts(?x, ?y) -> is(?x, blue, 2y+1) |
2. chases(?x, ?y) -> is(?x, smart, 2y+2) |
3. interacts(?x, ?y) -> is(?x, nice, 1y+1) |
4. is(?x, blue, 3) -> is(?x, round, 2) |
5. is(?x, round, 1) -> is(?x, blue, 2) |
Assertion: |
less(Alexander, round, 10) |
Answer: |
True |
One reasoning: |
['Fact2', 'Rule0', ['Default']] |
Step reasoning: |
Default -> int0: Alice is 0 round; Fact2 & Rule0 & int0 -> int1: Alexander is 0+3=3 round |
ID: 19 |
Fact: |
0. is(Bob, nice, 2) |
1. kisses(Grace, Liam) |
2. is(Grace, nice, 1) |
3. chases(Bob, Alexander) |
4. chases(Bob, Grace) |
5. sees(Bob, Grace) |
Rule: |
0. is(?x, cold, 1) -> is(?x, smart, 2) |
1. is(?x, smart, 3) -> is(?x, reserved, 4) |
2. is(?x, nice, 1) -> is(?x, smart, 4) |
3. is(?x, reserved, 4) -> is(?x, nice, 2) |
4. is(?x, cold, 2) -> is(?x, smart, 4) |
5. is(?x, reserved, 2) -> is(?x, cold, 2) |
Assertion: |
less(Grace, smart, 5) |
Answer: |
True |
One reasoning: |
['Rule2', ['Fact2']] |
Step reasoning: |
Fact2 -> int0: Grace is 1 nice; Rule2 & int0 -> int1: Grace is 4 smart |
ID: 20 |
Fact: |
0. is(Hannah, green, 4) |
1. helps(Hannah, Liam) |
2. sees(Chioe, Liam) |
3. visits(Liam, Chioe) |
4. sees(Hannah, Alice) |
5. visits(Alice, Chioe) |
Rule: |
0. is(?x, smart, 3) -> is(?x, cold, 2) |
1. visits(?x, ?y) -> is(?x, green, 2y+3) |
2. is(?x, green, 4) -> is(?x, smart, 3) |
3. is(?x, cold, 4) -> is(?x, green, 2) |
4. is(?x, green, 3) -> is(?x, smart, 1) |
5. visits(?x, ?y) -> is(?x, cold, 1y+1) |
Assertion: |
greater(Alice, green, 1) |
Answer: |
True |
One reasoning: |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.