text
stringlengths
0
418
2. kisses(Chioe, Liam)
3. kisses(Chioe, Alice)
4. visits(Alice, Liam)
5. interacts(Chioe, Liam)
Rule:
0. is(?x, furry, 4) -> is(?x, compassionate, 2)
1. interacts(?x, ?y) -> is(?x, furry, 1y+3)
2. is(?x, quiet, 3) -> is(?x, round, 2)
3. interacts(?x, ?y) -> is(?x, quiet, 2y+3)
4. is(?x, quiet, 4) -> is(?x, furry, 2)
5. is(?x, compassionate, 4) -> is(?x, furry, 2)
Assertion:
greater(Liam, furry, 1)
Answer:
True
One reasoning:
['Fact0', 'Rule1', ['Default']]
Step reasoning:
Default -> int0: Alexander is 0 furry; Fact0 & Rule1 & int0 -> int1: Liam is 0+3=3 furry
ID: 230
Fact:
0. likes(Olivia, James)
1. greets(Olivia, Erin)
2. helps(Grace, Olivia)
3. helps(Erin, Grace)
4. greets(James, Grace)
5. helps(Olivia, Erin)
Rule:
0. is(?x, red, 3) -> is(?x, blue, 2)
1. likes(?x, ?y) -> is(?x, generous, 2y+3)
2. is(?x, blue, 3) -> is(?x, generous, 4)
3. is(?x, blue, 1) -> is(?x, generous, 4)
4. is(?x, rough, 2) -> is(?x, blue, 1)
5. is(?x, rough, 1) -> is(?x, generous, 4)
Assertion:
greater(Olivia, generous, 4)
Answer:
False
One reasoning:
['Fact0', 'Rule1', ['Default']]
Step reasoning:
Default -> int0: James is 0 generous; Fact0 & Rule1 & int0 -> int1: Olivia is 2*0+3=3 generous
ID: 231
Fact:
0. needs(Chioe, Gary)
1. is(Chioe, confident, 2)
2. greets(James, Liam)
3. is(James, green, 1)
4. is(James, round, 1)
5. greets(Chioe, Gary)
Rule:
0. greets(?x, ?y) -> is(?x, friendly, 2y+2)
1. is(?x, friendly, 3) -> is(?x, green, 2)
2. needs(?x, ?y) -> is(?x, round, 1y+2)
3. is(?x, friendly, 1) -> is(?x, green, 1)
4. is(?x, round, 4) -> is(?x, confident, 1)
5. visits(?x, ?y) -> is(?x, green, 2y+2)
Assertion:
greater(James, friendly, 10)
Answer:
False
One reasoning:
['Fact2', 'Rule0', ['Default']]
Step reasoning:
Default -> int0: Liam is 0 friendly; Fact2 & Rule0 & int0 -> int1: James is 2*0+2=2 friendly
ID: 232
Fact:
0. chases(Harry, Emma)
1. is(Benjamin, compassionate, 3)
2. kisses(Harry, Emily)
3. meets(Emily, Emma)
4. kisses(Emma, Harry)
5. kisses(Benjamin, Emily)
Rule:
0. chases(?x, ?y) -> is(?x, blue, 2y+1)
1. is(?x, compassionate, 2) -> is(?x, young, 4)
2. meets(?x, ?y) -> is(?x, young, 2y+1)
3. meets(?x, ?y) -> is(?x, furry, 1y+4)
4. is(?x, compassionate, 4) -> is(?x, furry, 2)
5. is(?x, young, 1) -> is(?x, blue, 1)
Assertion:
less(Harry, blue, 4)
Answer:
True
One reasoning:
['Fact0', 'Rule0', ['Default']]
Step reasoning:
Default -> int0: Emma is 0 blue; Fact0 & Rule0 & int0 -> int1: Harry is 2*0+1=1 blue
ID: 233
Fact:
0. visits(Emily, James)
1. is(Bob, rough, 3)
2. sees(Emily, Chioe)
3. needs(James, Bob)
4. needs(James, Emily)
5. needs(Chioe, James)