text stringlengths 0 418 |
|---|
2. needs(Samuel, Erin) |
3. needs(Benjamin, Samuel) |
4. needs(Erin, Benjamin) |
5. chases(Benjamin, Bob) |
Rule: |
0. helps(?x, ?y) -> is(?x, friendly, 2y+1) |
1. helps(?x, ?y) -> is(?x, rough, 2y+4) |
2. chases(?x, ?y) -> is(?x, considerate, 2y+3) |
3. is(?x, considerate, 1) -> is(?x, rough, 4) |
4. helps(?x, ?y) -> is(?x, smart, 1y+3) |
5. is(?x, smart, 4) -> is(?x, rough, 2) |
Assertion: |
less(Erin, considerate, 7) |
Answer: |
True |
One reasoning: |
['Fact0', 'Rule2', ['Default']] |
Step reasoning: |
Default -> int0: Bob is 0 considerate; Fact0 & Rule2 & int0 -> int1: Erin is 2*0+3=3 considerate |
ID: 55 |
Fact: |
0. chases(Emma, Charlie) |
1. chases(Sophia, Emma) |
2. greets(Sophia, Emma) |
3. likes(William, Charlie) |
4. chases(Charlie, William) |
5. greets(Charlie, William) |
Rule: |
0. greets(?x, ?y) -> is(?x, generous, 2y+2) |
1. chases(?x, ?y) -> is(?x, young, 1y+3) |
2. is(?x, generous, 3) -> is(?x, rough, 3) |
3. greets(?x, ?y) -> is(?x, furry, 2y+4) |
4. is(?x, rough, 2) -> is(?x, young, 1) |
5. greets(?x, ?y) -> is(?x, rough, 1y+1) |
Assertion: |
less(Sophia, furry, 2) |
Answer: |
False |
One reasoning: |
['Fact2', 'Rule3', ['Default']] |
Step reasoning: |
Default -> int0: Emma is 0 furry; Fact2 & Rule3 & int0 -> int1: Sophia is 2*0+4=4 furry |
ID: 56 |
Fact: |
0. hugs(Sophia, Grace) |
1. hugs(Joseph, Grace) |
2. needs(Grace, Alice) |
3. needs(Sophia, Alice) |
4. greets(Sophia, Alice) |
5. is(Grace, cold, 1) |
Rule: |
0. is(?x, cold, 3) -> is(?x, smart, 3) |
1. hugs(?x, ?y) -> is(?x, red, 2y+4) |
2. is(?x, cold, 4) -> is(?x, smart, 3) |
3. hugs(?x, ?y) -> is(?x, cold, 2y+1) |
4. is(?x, blue, 4) -> is(?x, smart, 1) |
5. is(?x, red, 3) -> is(?x, cold, 4) |
Assertion: |
less(Sophia, cold, 3) |
Answer: |
False |
One reasoning: |
['Fact0', 'Rule3', ['Fact5']] |
Step reasoning: |
Fact5 -> int0: Grace is 1 cold; Fact0 & Rule3 & int0 -> int1: Sophia is 2*1+1=3 cold |
ID: 57 |
Fact: |
0. chases(Chioe, Benjamin) |
1. chases(Olivia, Chioe) |
2. chases(William, Chioe) |
3. meets(Chioe, Olivia) |
4. eats(Olivia, William) |
5. eats(William, Chioe) |
Rule: |
0. is(?x, quiet, 4) -> is(?x, blue, 3) |
1. chases(?x, ?y) -> is(?x, kind, 2y+3) |
2. is(?x, quiet, 3) -> is(?x, kind, 2) |
3. is(?x, blue, 4) -> is(?x, kind, 1) |
4. is(?x, big, 1) -> is(?x, kind, 3) |
5. is(?x, big, 3) -> is(?x, quiet, 2) |
Assertion: |
less(Chioe, kind, 2) |
Answer: |
False |
One reasoning: |
['Fact0', 'Rule1', ['Default']] |
Step reasoning: |
Default -> int0: Benjamin is 0 kind; Fact0 & Rule1 & int0 -> int1: Chioe is 2*0+3=3 kind |
ID: 58 |
Fact: |
0. meets(Grace, Hannah) |
1. hugs(William, Charlie) |
2. hugs(Charlie, Grace) |
3. hugs(Grace, William) |
4. is(William, quiet, 2) |
5. hugs(Hannah, William) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.