text stringlengths 0 418 |
|---|
ID: 200 |
Fact: |
0. helps(Erin, Gary) |
1. interacts(Joseph, Chioe) |
2. helps(Joseph, Gary) |
3. is(Gary, generous, 3) |
4. helps(Joseph, Erin) |
5. visits(Erin, Chioe) |
Rule: |
0. is(?x, generous, 4) -> is(?x, kind, 1) |
1. visits(?x, ?y) -> is(?x, furry, 1y+2) |
2. visits(?x, ?y) -> is(?x, kind, 1y+2) |
3. interacts(?x, ?y) -> is(?x, furry, 2y+2) |
4. visits(?x, ?y) -> is(?x, quiet, 1y+4) |
5. is(?x, kind, 4) -> is(?x, generous, 1) |
Assertion: |
less(Erin, quiet, 9) |
Answer: |
True |
One reasoning: |
['Fact5', 'Rule4', ['Default']] |
Step reasoning: |
Default -> int0: Chioe is 0 quiet; Fact5 & Rule4 & int0 -> int1: Erin is 0+4=4 quiet |
ID: 201 |
Fact: |
0. kisses(Chioe, James) |
1. hugs(Hannah, Chioe) |
2. likes(James, Emma) |
3. likes(Emma, Hannah) |
4. hugs(James, Emma) |
5. hugs(Emma, Chioe) |
Rule: |
0. is(?x, reserved, 4) -> is(?x, big, 4) |
1. is(?x, reserved, 1) -> is(?x, big, 3) |
2. is(?x, big, 2) -> is(?x, reserved, 3) |
3. kisses(?x, ?y) -> is(?x, gruff, 2y+3) |
4. is(?x, confident, 1) -> is(?x, gruff, 2) |
5. is(?x, confident, 2) -> is(?x, reserved, 3) |
Assertion: |
less(Chioe, gruff, 5) |
Answer: |
True |
One reasoning: |
['Fact0', 'Rule3', ['Default']] |
Step reasoning: |
Default -> int0: James is 0 gruff; Fact0 & Rule3 & int0 -> int1: Chioe is 2*0+3=3 gruff |
ID: 202 |
Fact: |
0. chases(Mia, Bob) |
1. hugs(Mia, Harry) |
2. needs(Harry, Benjamin) |
3. hugs(Mia, Benjamin) |
4. chases(Benjamin, Mia) |
5. needs(Bob, Mia) |
Rule: |
0. chases(?x, ?y) -> is(?x, gruff, 2y+4) |
1. is(?x, gruff, 4) -> is(?x, blue, 4) |
2. is(?x, blue, 3) -> is(?x, rough, 4) |
3. is(?x, gruff, 1) -> is(?x, rough, 3) |
4. is(?x, rough, 4) -> is(?x, confident, 3) |
5. chases(?x, ?y) -> is(?x, confident, 2y+4) |
Assertion: |
less(Mia, confident, 2) |
Answer: |
False |
One reasoning: |
['Fact0', 'Rule5', ['Default']] |
Step reasoning: |
Default -> int0: Bob is 0 confident; Fact0 & Rule5 & int0 -> int1: Mia is 2*0+4=4 confident |
ID: 203 |
Fact: |
0. likes(Mia, Amelia) |
1. needs(Amelia, Mia) |
2. interacts(Grace, Emma) |
3. interacts(Grace, Amelia) |
4. is(Grace, cold, 2) |
5. interacts(Amelia, Mia) |
Rule: |
0. needs(?x, ?y) -> is(?x, cold, 2y+1) |
1. needs(?x, ?y) -> is(?x, rough, 2y+1) |
2. likes(?x, ?y) -> is(?x, compassionate, 2y+4) |
3. is(?x, rough, 3) -> is(?x, nice, 1) |
4. is(?x, nice, 2) -> is(?x, compassionate, 1) |
5. is(?x, compassionate, 1) -> is(?x, cold, 1) |
Assertion: |
less(Amelia, cold, 1) |
Answer: |
False |
One reasoning: |
['Fact1', 'Rule0', ['Default']] |
Step reasoning: |
Default -> int0: Mia is 0 cold; Fact1 & Rule0 & int0 -> int1: Amelia is 2*0+1=1 cold |
ID: 204 |
Fact: |
0. chases(Samuel, Michael) |
1. chases(Amelia, Samuel) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.