text stringlengths 0 418 |
|---|
['Fact0', 'Rule1', ['Default']] |
Step reasoning: |
Default -> int0: Michael is 0 considerate; Fact0 & Rule1 & int0 -> int1: Benjamin is 0+4=4 considerate |
ID: 171 |
Fact: |
0. helps(Samuel, James) |
1. is(Alexander, furry, 2) |
2. likes(Samuel, James) |
3. meets(Charlie, Samuel) |
4. likes(Charlie, Samuel) |
5. helps(Alexander, James) |
Rule: |
0. is(?x, nice, 4) -> is(?x, rough, 1) |
1. helps(?x, ?y) -> is(?x, rough, 2y+3) |
2. is(?x, nice, 3) -> is(?x, furry, 2) |
3. likes(?x, ?y) -> is(?x, nice, 2y+2) |
4. meets(?x, ?y) -> is(?x, compassionate, 1y+2) |
5. is(?x, furry, 1) -> is(?x, nice, 4) |
Assertion: |
less(Samuel, nice, 1) |
Answer: |
False |
One reasoning: |
['Fact2', 'Rule3', ['Default']] |
Step reasoning: |
Default -> int0: James is 0 nice; Fact2 & Rule3 & int0 -> int1: Samuel is 2*0+2=2 nice |
ID: 172 |
Fact: |
0. is(Gary, generous, 4) |
1. is(Grace, smart, 1) |
2. sees(Joseph, Samuel) |
3. is(Gary, smart, 3) |
4. is(Grace, generous, 4) |
5. hugs(Joseph, Grace) |
Rule: |
0. hugs(?x, ?y) -> is(?x, big, 1y+4) |
1. is(?x, big, 2) -> is(?x, generous, 3) |
2. is(?x, generous, 4) -> is(?x, confident, 3) |
3. interacts(?x, ?y) -> is(?x, big, 1y+3) |
4. interacts(?x, ?y) -> is(?x, generous, 1y+1) |
5. sees(?x, ?y) -> is(?x, generous, 1y+3) |
Assertion: |
less(Gary, confident, 4) |
Answer: |
True |
One reasoning: |
['Rule2', ['Fact0']] |
Step reasoning: |
Fact0 -> int0: Gary is 4 generous; Rule2 & int0 -> int1: Gary is 3 confident |
ID: 173 |
Fact: |
0. is(Amelia, furry, 2) |
1. hugs(Erin, Bob) |
2. visits(Bob, William) |
3. visits(Bob, Amelia) |
4. visits(Amelia, William) |
5. visits(Erin, William) |
Rule: |
0. hugs(?x, ?y) -> is(?x, red, 1y+2) |
1. hugs(?x, ?y) -> is(?x, furry, 1y+2) |
2. hugs(?x, ?y) -> is(?x, white, 2y+4) |
3. is(?x, green, 3) -> is(?x, white, 4) |
4. is(?x, furry, 4) -> is(?x, red, 1) |
5. is(?x, furry, 1) -> is(?x, white, 1) |
Assertion: |
greater(Erin, furry, 1) |
Answer: |
True |
One reasoning: |
['Fact1', 'Rule1', ['Default']] |
Step reasoning: |
Default -> int0: Bob is 0 furry; Fact1 & Rule1 & int0 -> int1: Erin is 0+2=2 furry |
ID: 174 |
Fact: |
0. visits(Harry, Alice) |
1. is(Alice, gruff, 2) |
2. greets(Harry, Mia) |
3. is(Harry, gruff, 1) |
4. sees(Alice, Mia) |
5. visits(Dave, Mia) |
Rule: |
0. sees(?x, ?y) -> is(?x, quiet, 1y+1) |
1. is(?x, considerate, 3) -> is(?x, quiet, 4) |
2. is(?x, quiet, 3) -> is(?x, green, 1) |
3. is(?x, green, 2) -> is(?x, gruff, 1) |
4. sees(?x, ?y) -> is(?x, considerate, 1y+4) |
5. visits(?x, ?y) -> is(?x, considerate, 1y+4) |
Assertion: |
greater(Dave, considerate, 8) |
Answer: |
False |
One reasoning: |
['Fact5', 'Rule5', ['Default']] |
Step reasoning: |
Default -> int0: Mia is 0 considerate; Fact5 & Rule5 & int0 -> int1: Dave is 0+4=4 considerate |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.