text stringlengths 0 418 |
|---|
Rule: |
0. likes(?x, ?y) -> is(?x, friendly, 1y+4) |
1. is(?x, friendly, 2) -> is(?x, smart, 2) |
2. is(?x, blue, 2) -> is(?x, friendly, 1) |
3. is(?x, considerate, 4) -> is(?x, blue, 4) |
4. sees(?x, ?y) -> is(?x, friendly, 1y+2) |
5. is(?x, considerate, 1) -> is(?x, friendly, 2) |
Assertion: |
greater(Michael, friendly, 1) |
Answer: |
True |
One reasoning: |
['Fact0', 'Rule4', ['Default']] |
Step reasoning: |
Default -> int0: Daniel is 0 friendly; Fact0 & Rule4 & int0 -> int1: Michael is 0+2=2 friendly |
ID: 334 |
Fact: |
0. meets(Samuel, Olivia) |
1. is(Mia, cold, 2) |
2. kisses(Hannah, Olivia) |
3. visits(Samuel, Mia) |
4. kisses(Olivia, Mia) |
5. is(Samuel, big, 2) |
Rule: |
0. is(?x, cold, 2) -> is(?x, big, 4) |
1. kisses(?x, ?y) -> is(?x, green, 2y+4) |
2. kisses(?x, ?y) -> is(?x, cold, 2y+1) |
3. meets(?x, ?y) -> is(?x, furry, 2y+1) |
4. is(?x, green, 1) -> is(?x, furry, 4) |
5. is(?x, green, 4) -> is(?x, furry, 3) |
Assertion: |
greater(Mia, big, 5) |
Answer: |
False |
One reasoning: |
['Rule0', ['Fact1']] |
Step reasoning: |
Fact1 -> int0: Mia is 2 cold; Rule0 & int0 -> int1: Mia is 4 big |
ID: 335 |
Fact: |
0. sees(Emily, Chioe) |
1. likes(Chioe, Emily) |
2. likes(Alexander, Emily) |
3. likes(Emily, Dave) |
4. is(Emily, big, 1) |
5. argues(Dave, Emily) |
Rule: |
0. argues(?x, ?y) -> is(?x, nice, 1y+1) |
1. is(?x, furry, 1) -> is(?x, big, 1) |
2. is(?x, nice, 2) -> is(?x, considerate, 3) |
3. is(?x, considerate, 2) -> is(?x, big, 2) |
4. is(?x, big, 1) -> is(?x, considerate, 4) |
5. is(?x, nice, 4) -> is(?x, big, 4) |
Assertion: |
less(Dave, nice, 10) |
Answer: |
True |
One reasoning: |
['Fact5', 'Rule0', ['Default']] |
Step reasoning: |
Default -> int0: Emily is 0 nice; Fact5 & Rule0 & int0 -> int1: Dave is 0+1=1 nice |
ID: 336 |
Fact: |
0. interacts(Erin, Emma) |
1. interacts(Samuel, Amelia) |
2. hugs(Emma, Amelia) |
3. hugs(Emma, Erin) |
4. hugs(Samuel, Erin) |
5. is(Samuel, cold, 2) |
Rule: |
0. is(?x, white, 4) -> is(?x, smart, 2) |
1. is(?x, smart, 1) -> is(?x, cold, 3) |
2. interacts(?x, ?y) -> is(?x, white, 2y+4) |
3. is(?x, rough, 2) -> is(?x, white, 1) |
4. interacts(?x, ?y) -> is(?x, rough, 1y+1) |
5. is(?x, rough, 3) -> is(?x, white, 3) |
Assertion: |
less(Erin, white, 3) |
Answer: |
False |
One reasoning: |
['Fact0', 'Rule2', ['Default']] |
Step reasoning: |
Default -> int0: Emma is 0 white; Fact0 & Rule2 & int0 -> int1: Erin is 2*0+4=4 white |
ID: 337 |
Fact: |
0. chases(Grace, Chioe) |
1. is(Chioe, friendly, 2) |
2. argues(Grace, Chioe) |
3. visits(Benjamin, Grace) |
4. chases(Mia, Chioe) |
5. visits(Chioe, Grace) |
Rule: |
0. is(?x, rough, 3) -> is(?x, friendly, 1) |
1. argues(?x, ?y) -> is(?x, rough, 1y+1) |
2. visits(?x, ?y) -> is(?x, quiet, 1y+4) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.