text stringlengths 0 418 |
|---|
3. is(?x, nice, 2) -> is(?x, round, 1) |
4. is(?x, big, 1) -> is(?x, nice, 4) |
5. helps(?x, ?y) -> is(?x, round, 2y+3) |
Assertion: |
less(Bob, round, 5) |
Answer: |
True |
One reasoning: |
['Fact1', 'Rule5', ['Default']] |
Step reasoning: |
Default -> int0: Emma is 0 round; Fact1 & Rule5 & int0 -> int1: Bob is 2*0+3=3 round |
ID: 238 |
Fact: |
0. visits(Fiona, Alexander) |
1. eats(Olivia, Fiona) |
2. is(Alexander, blue, 4) |
3. is(Alexander, compassionate, 2) |
4. hugs(Erin, Olivia) |
5. visits(Fiona, Olivia) |
Rule: |
0. eats(?x, ?y) -> is(?x, compassionate, 2y+4) |
1. is(?x, blue, 1) -> is(?x, green, 3) |
2. is(?x, blue, 4) -> is(?x, furry, 3) |
3. is(?x, blue, 2) -> is(?x, green, 2) |
4. is(?x, furry, 1) -> is(?x, blue, 2) |
5. is(?x, compassionate, 1) -> is(?x, blue, 3) |
Assertion: |
less(Olivia, compassionate, 9) |
Answer: |
True |
One reasoning: |
['Fact1', 'Rule0', ['Default']] |
Step reasoning: |
Default -> int0: Fiona is 0 compassionate; Fact1 & Rule0 & int0 -> int1: Olivia is 2*0+4=4 compassionate |
ID: 239 |
Fact: |
0. kisses(Gary, Samuel) |
1. kisses(Liam, Gary) |
2. argues(Gary, Liam) |
3. argues(Samuel, Daniel) |
4. sees(Samuel, Daniel) |
5. is(Daniel, generous, 4) |
Rule: |
0. sees(?x, ?y) -> is(?x, generous, 1y+1) |
1. kisses(?x, ?y) -> is(?x, generous, 1y+4) |
2. argues(?x, ?y) -> is(?x, rough, 2y+3) |
3. is(?x, generous, 4) -> is(?x, white, 2) |
4. argues(?x, ?y) -> is(?x, white, 2y+1) |
5. is(?x, rough, 1) -> is(?x, nice, 3) |
Assertion: |
greater(Samuel, rough, 7) |
Answer: |
False |
One reasoning: |
['Fact3', 'Rule2', ['Default']] |
Step reasoning: |
Default -> int0: Daniel is 0 rough; Fact3 & Rule2 & int0 -> int1: Samuel is 2*0+3=3 rough |
ID: 240 |
Fact: |
0. argues(Gary, Liam) |
1. interacts(Emma, Liam) |
2. meets(Grace, Liam) |
3. meets(Emma, Gary) |
4. is(Grace, compassionate, 2) |
5. interacts(Grace, Gary) |
Rule: |
0. is(?x, smart, 3) -> is(?x, furry, 4) |
1. is(?x, compassionate, 1) -> is(?x, furry, 4) |
2. meets(?x, ?y) -> is(?x, furry, 1y+3) |
3. is(?x, compassionate, 4) -> is(?x, furry, 4) |
4. argues(?x, ?y) -> is(?x, smart, 2y+3) |
5. is(?x, round, 2) -> is(?x, furry, 3) |
Assertion: |
less(Gary, smart, 9) |
Answer: |
True |
One reasoning: |
['Fact0', 'Rule4', ['Default']] |
Step reasoning: |
Default -> int0: Liam is 0 smart; Fact0 & Rule4 & int0 -> int1: Gary is 2*0+3=3 smart |
ID: 241 |
Fact: |
0. kisses(Fiona, Olivia) |
1. kisses(Joseph, Olivia) |
2. argues(Daniel, Olivia) |
3. greets(Joseph, Fiona) |
4. argues(Fiona, Joseph) |
5. argues(Fiona, Daniel) |
Rule: |
0. is(?x, generous, 3) -> is(?x, considerate, 1) |
1. is(?x, confident, 4) -> is(?x, considerate, 3) |
2. kisses(?x, ?y) -> is(?x, considerate, 2y+4) |
3. greets(?x, ?y) -> is(?x, generous, 2y+1) |
4. is(?x, confident, 1) -> is(?x, reserved, 2) |
5. is(?x, reserved, 2) -> is(?x, generous, 4) |
Assertion: |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.