text stringlengths 0 418 |
|---|
less(Bob, young, 5) |
Answer: |
True |
One reasoning: |
['Rule3', ['Fact5']] |
Step reasoning: |
Fact5 -> int0: Bob is 1 generous; Rule3 & int0 -> int1: Bob is 2 young |
ID: 317 |
Fact: |
0. visits(Benjamin, Sophia) |
1. visits(James, Sophia) |
2. hugs(Gary, Benjamin) |
3. helps(Gary, James) |
4. is(James, confident, 2) |
5. helps(James, Benjamin) |
Rule: |
0. hugs(?x, ?y) -> is(?x, confident, 1y+4) |
1. hugs(?x, ?y) -> is(?x, quiet, 1y+1) |
2. is(?x, confident, 1) -> is(?x, furry, 1) |
3. helps(?x, ?y) -> is(?x, furry, 1y+3) |
4. is(?x, round, 3) -> is(?x, furry, 4) |
5. visits(?x, ?y) -> is(?x, quiet, 1y+4) |
Assertion: |
greater(James, quiet, 9) |
Answer: |
False |
One reasoning: |
['Fact1', 'Rule5', ['Default']] |
Step reasoning: |
Default -> int0: Sophia is 0 quiet; Fact1 & Rule5 & int0 -> int1: James is 0+4=4 quiet |
ID: 318 |
Fact: |
0. interacts(Fiona, Mia) |
1. interacts(Fiona, Samuel) |
2. greets(Charlie, Fiona) |
3. sees(Charlie, Samuel) |
4. interacts(Charlie, Samuel) |
5. sees(Samuel, Fiona) |
Rule: |
0. is(?x, kind, 2) -> is(?x, reserved, 1) |
1. is(?x, smart, 2) -> is(?x, kind, 1) |
2. is(?x, reserved, 2) -> is(?x, quiet, 4) |
3. is(?x, smart, 4) -> is(?x, quiet, 4) |
4. is(?x, kind, 3) -> is(?x, quiet, 2) |
5. sees(?x, ?y) -> is(?x, kind, 1y+3) |
Assertion: |
greater(Samuel, kind, 8) |
Answer: |
False |
One reasoning: |
['Fact5', 'Rule5', ['Default']] |
Step reasoning: |
Default -> int0: Fiona is 0 kind; Fact5 & Rule5 & int0 -> int1: Samuel is 0+3=3 kind |
ID: 319 |
Fact: |
0. kisses(Grace, James) |
1. needs(Grace, James) |
2. interacts(James, Grace) |
3. kisses(Alexander, James) |
4. interacts(Harry, Alexander) |
5. kisses(Grace, Harry) |
Rule: |
0. needs(?x, ?y) -> is(?x, young, 2y+3) |
1. is(?x, white, 2) -> is(?x, young, 2) |
2. interacts(?x, ?y) -> is(?x, smart, 2y+3) |
3. is(?x, rough, 2) -> is(?x, smart, 4) |
4. is(?x, smart, 3) -> is(?x, rough, 1) |
5. is(?x, young, 4) -> is(?x, rough, 4) |
Assertion: |
greater(Harry, smart, 7) |
Answer: |
False |
One reasoning: |
['Fact4', 'Rule2', ['Default']] |
Step reasoning: |
Default -> int0: Alexander is 0 smart; Fact4 & Rule2 & int0 -> int1: Harry is 2*0+3=3 smart |
ID: 320 |
Fact: |
0. argues(Gary, Mia) |
1. chases(Emma, Mia) |
2. chases(Emma, Harry) |
3. hugs(Gary, Harry) |
4. is(Harry, furry, 4) |
5. hugs(Emma, Mia) |
Rule: |
0. hugs(?x, ?y) -> is(?x, big, 2y+4) |
1. hugs(?x, ?y) -> is(?x, quiet, 2y+3) |
2. is(?x, green, 4) -> is(?x, big, 4) |
3. is(?x, furry, 3) -> is(?x, green, 4) |
4. is(?x, quiet, 1) -> is(?x, green, 4) |
5. is(?x, big, 1) -> is(?x, quiet, 2) |
Assertion: |
greater(Emma, quiet, 7) |
Answer: |
False |
One reasoning: |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.