text
stringlengths
0
418
ID: 75
Fact:
0. kisses(Amelia, Liam)
1. sees(Liam, Grace)
2. is(Grace, rough, 4)
3. helps(Grace, Benjamin)
4. helps(Amelia, Liam)
5. kisses(Liam, Benjamin)
Rule:
0. helps(?x, ?y) -> is(?x, friendly, 1y+4)
1. is(?x, friendly, 1) -> is(?x, rough, 4)
2. sees(?x, ?y) -> is(?x, green, 1y+2)
3. kisses(?x, ?y) -> is(?x, rough, 2y+3)
4. is(?x, green, 4) -> is(?x, compassionate, 4)
5. is(?x, friendly, 3) -> is(?x, green, 1)
Assertion:
greater(Amelia, friendly, 4)
Answer:
False
One reasoning:
['Fact4', 'Rule0', ['Default']]
Step reasoning:
Default -> int0: Liam is 0 friendly; Fact4 & Rule0 & int0 -> int1: Amelia is 0+4=4 friendly
ID: 76
Fact:
0. kisses(Daniel, Harry)
1. is(Sophia, big, 2)
2. visits(Amelia, Sophia)
3. visits(Daniel, Harry)
4. kisses(Sophia, Harry)
5. visits(Harry, Amelia)
Rule:
0. kisses(?x, ?y) -> is(?x, smart, 1y+3)
1. kisses(?x, ?y) -> is(?x, blue, 1y+2)
2. is(?x, big, 4) -> is(?x, reserved, 2)
3. is(?x, blue, 1) -> is(?x, smart, 2)
4. likes(?x, ?y) -> is(?x, smart, 2y+4)
5. likes(?x, ?y) -> is(?x, blue, 1y+1)
Assertion:
greater(Daniel, blue, 3)
Answer:
False
One reasoning:
['Fact0', 'Rule1', ['Default']]
Step reasoning:
Default -> int0: Harry is 0 blue; Fact0 & Rule1 & int0 -> int1: Daniel is 0+2=2 blue
ID: 77
Fact:
0. visits(Emma, William)
1. hugs(Emma, Alexander)
2. hugs(William, Emma)
3. argues(Alexander, Hannah)
4. visits(Hannah, Alexander)
5. is(William, furry, 1)
Rule:
0. hugs(?x, ?y) -> is(?x, blue, 1y+4)
1. is(?x, blue, 3) -> is(?x, rough, 2)
2. hugs(?x, ?y) -> is(?x, green, 2y+1)
3. is(?x, green, 2) -> is(?x, furry, 2)
4. argues(?x, ?y) -> is(?x, furry, 1y+3)
5. argues(?x, ?y) -> is(?x, rough, 1y+1)
Assertion:
greater(Alexander, furry, 6)
Answer:
False
One reasoning:
['Fact3', 'Rule4', ['Default']]
Step reasoning:
Default -> int0: Hannah is 0 furry; Fact3 & Rule4 & int0 -> int1: Alexander is 0+3=3 furry
ID: 78
Fact:
0. sees(Mia, Joseph)
1. kisses(Joseph, Fiona)
2. hugs(Joseph, Fiona)
3. sees(Joseph, Fiona)
4. is(Joseph, white, 3)
5. sees(William, Fiona)
Rule:
0. hugs(?x, ?y) -> is(?x, cold, 2y+4)
1. sees(?x, ?y) -> is(?x, green, 2y+1)
2. is(?x, considerate, 2) -> is(?x, white, 1)
3. is(?x, green, 1) -> is(?x, considerate, 1)
4. is(?x, green, 2) -> is(?x, white, 2)
5. is(?x, white, 1) -> is(?x, green, 1)
Assertion:
greater(Joseph, cold, 6)
Answer:
False
One reasoning:
['Fact2', 'Rule0', ['Default']]
Step reasoning:
Default -> int0: Fiona is 0 cold; Fact2 & Rule0 & int0 -> int1: Joseph is 2*0+4=4 cold
ID: 79
Fact:
0. chases(Erin, Alexander)
1. greets(Michael, Alexander)