text stringlengths 0 418 |
|---|
greater(Fiona, young, 10) |
Answer: |
False |
One reasoning: |
['Fact1', 'Rule4', ['Default']] |
Step reasoning: |
Default -> int0: Benjamin is 0 young; Fact1 & Rule4 & int0 -> int1: Fiona is 0+2=2 young |
ID: 192 |
Fact: |
0. needs(Grace, Fiona) |
1. interacts(Emma, Charlie) |
2. needs(Emma, Charlie) |
3. likes(Grace, Fiona) |
4. likes(Emma, Charlie) |
5. likes(Charlie, Grace) |
Rule: |
0. needs(?x, ?y) -> is(?x, smart, 2y+2) |
1. is(?x, blue, 1) -> is(?x, quiet, 2) |
2. needs(?x, ?y) -> is(?x, blue, 2y+4) |
3. is(?x, quiet, 2) -> is(?x, smart, 3) |
4. needs(?x, ?y) -> is(?x, big, 2y+3) |
5. is(?x, blue, 3) -> is(?x, quiet, 2) |
Assertion: |
greater(Emma, big, 10) |
Answer: |
False |
One reasoning: |
['Fact2', 'Rule4', ['Default']] |
Step reasoning: |
Default -> int0: Charlie is 0 big; Fact2 & Rule4 & int0 -> int1: Emma is 2*0+3=3 big |
ID: 193 |
Fact: |
0. visits(Joseph, Chioe) |
1. is(Joseph, compassionate, 3) |
2. eats(Harry, Chioe) |
3. visits(Bob, Chioe) |
4. likes(Harry, Joseph) |
5. is(Chioe, young, 3) |
Rule: |
0. is(?x, reserved, 3) -> is(?x, compassionate, 2) |
1. eats(?x, ?y) -> is(?x, reserved, 2y+3) |
2. eats(?x, ?y) -> is(?x, young, 2y+4) |
3. visits(?x, ?y) -> is(?x, big, 2y+4) |
4. is(?x, big, 2) -> is(?x, reserved, 2) |
5. is(?x, compassionate, 4) -> is(?x, big, 3) |
Assertion: |
greater(Harry, reserved, 9) |
Answer: |
False |
One reasoning: |
['Fact2', 'Rule1', ['Default']] |
Step reasoning: |
Default -> int0: Chioe is 0 reserved; Fact2 & Rule1 & int0 -> int1: Harry is 2*0+3=3 reserved |
ID: 194 |
Fact: |
0. meets(Gary, Liam) |
1. argues(Erin, Liam) |
2. is(Gary, gruff, 1) |
3. argues(Gary, Liam) |
4. greets(Sophia, Gary) |
5. greets(Sophia, Erin) |
Rule: |
0. is(?x, smart, 1) -> is(?x, generous, 2) |
1. argues(?x, ?y) -> is(?x, cold, 2y+3) |
2. is(?x, smart, 4) -> is(?x, gruff, 4) |
3. is(?x, cold, 2) -> is(?x, gruff, 3) |
4. is(?x, generous, 1) -> is(?x, smart, 2) |
5. is(?x, gruff, 2) -> is(?x, cold, 1) |
Assertion: |
greater(Gary, cold, 8) |
Answer: |
False |
One reasoning: |
['Fact3', 'Rule1', ['Default']] |
Step reasoning: |
Default -> int0: Liam is 0 cold; Fact3 & Rule1 & int0 -> int1: Gary is 2*0+3=3 cold |
ID: 195 |
Fact: |
0. argues(Harry, Amelia) |
1. kisses(Amelia, Hannah) |
2. argues(Gary, Amelia) |
3. kisses(Amelia, Harry) |
4. sees(Hannah, Amelia) |
5. kisses(Hannah, Harry) |
Rule: |
0. is(?x, rough, 3) -> is(?x, confident, 4) |
1. argues(?x, ?y) -> is(?x, kind, 1y+3) |
2. is(?x, smart, 4) -> is(?x, confident, 2) |
3. argues(?x, ?y) -> is(?x, rough, 1y+3) |
4. is(?x, kind, 4) -> is(?x, rough, 1) |
5. is(?x, smart, 3) -> is(?x, rough, 3) |
Assertion: |
less(Gary, kind, 7) |
Answer: |
True |
One reasoning: |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.