text stringlengths 0 418 |
|---|
Rule: |
0. likes(?x, ?y) -> is(?x, reserved, 2y+4) |
1. is(?x, furry, 2) -> is(?x, reserved, 1) |
2. interacts(?x, ?y) -> is(?x, big, 2y+1) |
3. hugs(?x, ?y) -> is(?x, gruff, 2y+4) |
4. is(?x, gruff, 2) -> is(?x, furry, 4) |
5. hugs(?x, ?y) -> is(?x, furry, 1y+3) |
Assertion: |
greater(Grace, furry, 7) |
Answer: |
False |
One reasoning: |
['Fact5', 'Rule5', ['Default']] |
Step reasoning: |
Default -> int0: Olivia is 0 furry; Fact5 & Rule5 & int0 -> int1: Grace is 0+3=3 furry |
ID: 109 |
Fact: |
0. visits(Erin, Emma) |
1. interacts(Emma, James) |
2. interacts(William, Erin) |
3. helps(James, Erin) |
4. is(Erin, cold, 4) |
5. helps(Emma, James) |
Rule: |
0. helps(?x, ?y) -> is(?x, red, 2y+3) |
1. is(?x, cold, 3) -> is(?x, friendly, 2) |
2. is(?x, big, 3) -> is(?x, cold, 2) |
3. is(?x, big, 1) -> is(?x, friendly, 1) |
4. helps(?x, ?y) -> is(?x, cold, 2y+1) |
5. visits(?x, ?y) -> is(?x, friendly, 2y+4) |
Assertion: |
less(James, cold, 2) |
Answer: |
False |
One reasoning: |
['Fact3', 'Rule4', ['Fact4']] |
Step reasoning: |
Fact4 -> int0: Erin is 4 cold; Fact3 & Rule4 & int0 -> int1: James is 2*4+1=9 cold |
ID: 110 |
Fact: |
0. greets(Michael, Charlie) |
1. greets(Joseph, Michael) |
2. visits(Charlie, Michael) |
3. visits(Charlie, Joseph) |
4. meets(Michael, Charlie) |
5. is(Liam, cold, 2) |
Rule: |
0. meets(?x, ?y) -> is(?x, confident, 2y+3) |
1. is(?x, confident, 3) -> is(?x, generous, 3) |
2. is(?x, generous, 2) -> is(?x, quiet, 2) |
3. is(?x, quiet, 3) -> is(?x, cold, 4) |
4. greets(?x, ?y) -> is(?x, cold, 1y+4) |
5. is(?x, cold, 1) -> is(?x, confident, 1) |
Assertion: |
less(Michael, confident, 3) |
Answer: |
False |
One reasoning: |
['Fact4', 'Rule0', ['Default']] |
Step reasoning: |
Default -> int0: Charlie is 0 confident; Fact4 & Rule0 & int0 -> int1: Michael is 2*0+3=3 confident |
ID: 111 |
Fact: |
0. is(Alexander, compassionate, 4) |
1. is(Alexander, nice, 1) |
2. argues(Sophia, Amelia) |
3. argues(Charlie, Amelia) |
4. likes(Sophia, Amelia) |
5. argues(Alexander, Amelia) |
Rule: |
0. is(?x, furry, 1) -> is(?x, compassionate, 2) |
1. likes(?x, ?y) -> is(?x, cold, 1y+4) |
2. likes(?x, ?y) -> is(?x, nice, 1y+3) |
3. meets(?x, ?y) -> is(?x, compassionate, 2y+4) |
4. is(?x, cold, 3) -> is(?x, compassionate, 1) |
5. meets(?x, ?y) -> is(?x, nice, 2y+1) |
Assertion: |
greater(Sophia, nice, 6) |
Answer: |
False |
One reasoning: |
['Fact4', 'Rule2', ['Default']] |
Step reasoning: |
Default -> int0: Amelia is 0 nice; Fact4 & Rule2 & int0 -> int1: Sophia is 0+3=3 nice |
ID: 112 |
Fact: |
0. needs(Harry, William) |
1. is(William, rough, 4) |
2. chases(Harry, William) |
3. chases(Hannah, Gary) |
4. chases(William, Gary) |
5. meets(Gary, Harry) |
Rule: |
0. is(?x, gruff, 3) -> is(?x, compassionate, 2) |
1. needs(?x, ?y) -> is(?x, gruff, 1y+1) |
2. chases(?x, ?y) -> is(?x, compassionate, 1y+1) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.