text stringlengths 0 418 |
|---|
['Fact5', 'Rule2', ['Default']] |
Step reasoning: |
Default -> int0: Hannah is 0 red; Fact5 & Rule2 & int0 -> int1: Dave is 2*0+2=2 red |
ID: 146 |
Fact: |
0. needs(Olivia, Joseph) |
1. interacts(Olivia, Hannah) |
2. eats(Joseph, Gary) |
3. eats(Gary, Hannah) |
4. eats(Olivia, Gary) |
5. interacts(Joseph, Gary) |
Rule: |
0. is(?x, confident, 3) -> is(?x, gruff, 1) |
1. is(?x, compassionate, 3) -> is(?x, gruff, 4) |
2. is(?x, big, 3) -> is(?x, compassionate, 3) |
3. eats(?x, ?y) -> is(?x, big, 1y+4) |
4. is(?x, gruff, 2) -> is(?x, compassionate, 2) |
5. is(?x, confident, 2) -> is(?x, compassionate, 3) |
Assertion: |
less(Gary, big, 10) |
Answer: |
True |
One reasoning: |
['Fact3', 'Rule3', ['Default']] |
Step reasoning: |
Default -> int0: Hannah is 0 big; Fact3 & Rule3 & int0 -> int1: Gary is 0+4=4 big |
ID: 147 |
Fact: |
0. meets(Charlie, Joseph) |
1. chases(Fiona, Charlie) |
2. meets(Mia, Fiona) |
3. interacts(Joseph, Charlie) |
4. chases(Mia, Fiona) |
5. interacts(Joseph, Fiona) |
Rule: |
0. is(?x, green, 3) -> is(?x, red, 1) |
1. is(?x, compassionate, 3) -> is(?x, green, 1) |
2. chases(?x, ?y) -> is(?x, green, 1y+1) |
3. is(?x, red, 3) -> is(?x, green, 2) |
4. meets(?x, ?y) -> is(?x, friendly, 2y+4) |
5. is(?x, red, 4) -> is(?x, compassionate, 2) |
Assertion: |
less(Mia, friendly, 8) |
Answer: |
True |
One reasoning: |
['Fact2', 'Rule4', ['Default']] |
Step reasoning: |
Default -> int0: Fiona is 0 friendly; Fact2 & Rule4 & int0 -> int1: Mia is 2*0+4=4 friendly |
ID: 148 |
Fact: |
0. visits(Harry, Dave) |
1. greets(Harry, Dave) |
2. greets(Harry, Gary) |
3. is(Dave, smart, 4) |
4. kisses(Harry, Dave) |
5. is(Harry, confident, 1) |
Rule: |
0. is(?x, blue, 3) -> is(?x, smart, 3) |
1. is(?x, confident, 3) -> is(?x, nice, 4) |
2. kisses(?x, ?y) -> is(?x, nice, 2y+1) |
3. visits(?x, ?y) -> is(?x, blue, 2y+1) |
4. is(?x, nice, 2) -> is(?x, blue, 2) |
5. is(?x, blue, 4) -> is(?x, nice, 1) |
Assertion: |
greater(Harry, nice, 6) |
Answer: |
False |
One reasoning: |
['Fact4', 'Rule2', ['Default']] |
Step reasoning: |
Default -> int0: Dave is 0 nice; Fact4 & Rule2 & int0 -> int1: Harry is 2*0+1=1 nice |
ID: 149 |
Fact: |
0. is(Erin, blue, 3) |
1. sees(Amelia, Benjamin) |
2. visits(Erin, Amelia) |
3. is(Amelia, considerate, 2) |
4. hugs(Bob, Erin) |
5. sees(Bob, Amelia) |
Rule: |
0. is(?x, generous, 2) -> is(?x, blue, 1) |
1. is(?x, cold, 1) -> is(?x, blue, 1) |
2. is(?x, cold, 3) -> is(?x, blue, 2) |
3. hugs(?x, ?y) -> is(?x, blue, 2y+2) |
4. is(?x, generous, 4) -> is(?x, cold, 4) |
5. sees(?x, ?y) -> is(?x, cold, 1y+4) |
Assertion: |
less(Amelia, cold, 10) |
Answer: |
True |
One reasoning: |
['Fact1', 'Rule5', ['Default']] |
Step reasoning: |
Default -> int0: Benjamin is 0 cold; Fact1 & Rule5 & int0 -> int1: Amelia is 0+4=4 cold |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.