text stringlengths 0 418 |
|---|
Rule: |
0. is(?x, nice, 3) -> is(?x, big, 1) |
1. is(?x, green, 2) -> is(?x, smart, 4) |
2. is(?x, big, 4) -> is(?x, green, 3) |
3. hugs(?x, ?y) -> is(?x, nice, 1y+1) |
4. is(?x, smart, 4) -> is(?x, nice, 2) |
5. hugs(?x, ?y) -> is(?x, smart, 2y+2) |
Assertion: |
greater(James, nice, 7) |
Answer: |
False |
One reasoning: |
['Fact3', 'Rule3', ['Default']] |
Step reasoning: |
Default -> int0: Sophia is 0 nice; Fact3 & Rule3 & int0 -> int1: James is 0+1=1 nice |
ID: 9 |
Fact: |
0. sees(Joseph, Gary) |
1. greets(Samuel, Joseph) |
2. meets(Joseph, Gary) |
3. is(Olivia, furry, 4) |
4. sees(Olivia, Gary) |
5. greets(Samuel, Gary) |
Rule: |
0. is(?x, big, 1) -> is(?x, furry, 3) |
1. sees(?x, ?y) -> is(?x, blue, 2y+3) |
2. is(?x, blue, 2) -> is(?x, big, 1) |
3. is(?x, big, 3) -> is(?x, kind, 3) |
4. sees(?x, ?y) -> is(?x, big, 2y+3) |
5. meets(?x, ?y) -> is(?x, furry, 1y+4) |
Assertion: |
less(Joseph, blue, 1) |
Answer: |
False |
One reasoning: |
['Fact0', 'Rule1', ['Default']] |
Step reasoning: |
Default -> int0: Gary is 0 blue; Fact0 & Rule1 & int0 -> int1: Joseph is 2*0+3=3 blue |
ID: 10 |
Fact: |
0. likes(Gary, Emma) |
1. likes(Emma, Emily) |
2. likes(Emma, Olivia) |
3. chases(Gary, Emma) |
4. is(Gary, confident, 3) |
5. visits(Emma, Emily) |
Rule: |
0. is(?x, big, 4) -> is(?x, red, 2) |
1. chases(?x, ?y) -> is(?x, big, 1y+1) |
2. is(?x, confident, 2) -> is(?x, green, 2) |
3. is(?x, confident, 1) -> is(?x, green, 4) |
4. visits(?x, ?y) -> is(?x, red, 2y+3) |
5. visits(?x, ?y) -> is(?x, confident, 2y+4) |
Assertion: |
less(Emma, confident, 1) |
Answer: |
False |
One reasoning: |
['Fact5', 'Rule5', ['Default']] |
Step reasoning: |
Default -> int0: Emily is 0 confident; Fact5 & Rule5 & int0 -> int1: Emma is 2*0+4=4 confident |
ID: 11 |
Fact: |
0. needs(Erin, Gary) |
1. needs(Dave, Gary) |
2. needs(Erin, Dave) |
3. is(James, rough, 3) |
4. visits(Gary, Dave) |
5. eats(Gary, Dave) |
Rule: |
0. eats(?x, ?y) -> is(?x, blue, 2y+4) |
1. is(?x, rough, 1) -> is(?x, friendly, 3) |
2. is(?x, friendly, 1) -> is(?x, big, 1) |
3. is(?x, friendly, 4) -> is(?x, big, 1) |
4. is(?x, blue, 2) -> is(?x, rough, 1) |
5. is(?x, blue, 3) -> is(?x, friendly, 3) |
Assertion: |
less(Gary, blue, 3) |
Answer: |
False |
One reasoning: |
['Fact5', 'Rule0', ['Default']] |
Step reasoning: |
Default -> int0: Dave is 0 blue; Fact5 & Rule0 & int0 -> int1: Gary is 2*0+4=4 blue |
ID: 12 |
Fact: |
0. argues(Grace, Chioe) |
1. visits(Grace, Benjamin) |
2. eats(Grace, Benjamin) |
3. argues(Benjamin, Chioe) |
4. visits(Chioe, Benjamin) |
5. visits(Grace, Samuel) |
Rule: |
0. argues(?x, ?y) -> is(?x, blue, 1y+3) |
1. is(?x, blue, 4) -> is(?x, round, 2) |
2. is(?x, blue, 3) -> is(?x, round, 3) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.