text
stringlengths
0
418
Rule:
0. is(?x, generous, 2) -> is(?x, cold, 3)
1. visits(?x, ?y) -> is(?x, cold, 2y+4)
2. is(?x, reserved, 4) -> is(?x, furry, 3)
3. visits(?x, ?y) -> is(?x, furry, 2y+2)
4. is(?x, reserved, 2) -> is(?x, generous, 3)
5. is(?x, furry, 3) -> is(?x, cold, 1)
Assertion:
less(Bob, furry, 10)
Answer:
True
One reasoning:
['Fact1', 'Rule3', ['Default']]
Step reasoning:
Default -> int0: Sophia is 0 furry; Fact1 & Rule3 & int0 -> int1: Bob is 2*0+2=2 furry
ID: 284
Fact:
0. meets(Alexander, Daniel)
1. is(Daniel, red, 4)
2. helps(Erin, Mia)
3. is(Mia, white, 2)
4. helps(Alexander, Erin)
5. helps(Mia, Daniel)
Rule:
0. is(?x, red, 3) -> is(?x, white, 1)
1. is(?x, red, 2) -> is(?x, white, 4)
2. meets(?x, ?y) -> is(?x, white, 2y+1)
3. is(?x, quiet, 4) -> is(?x, red, 4)
4. needs(?x, ?y) -> is(?x, white, 1y+2)
5. is(?x, white, 1) -> is(?x, quiet, 3)
Assertion:
greater(Alexander, white, 4)
Answer:
False
One reasoning:
['Fact0', 'Rule2', ['Default']]
Step reasoning:
Default -> int0: Daniel is 0 white; Fact0 & Rule2 & int0 -> int1: Alexander is 2*0+1=1 white
ID: 285
Fact:
0. is(Daniel, confident, 4)
1. hugs(Gary, Olivia)
2. needs(Olivia, Daniel)
3. visits(Olivia, Chioe)
4. visits(Gary, Olivia)
5. hugs(Daniel, Gary)
Rule:
0. is(?x, rough, 1) -> is(?x, confident, 1)
1. is(?x, kind, 1) -> is(?x, rough, 4)
2. is(?x, kind, 4) -> is(?x, confident, 2)
3. is(?x, big, 3) -> is(?x, kind, 4)
4. is(?x, rough, 3) -> is(?x, big, 2)
5. visits(?x, ?y) -> is(?x, kind, 2y+3)
Assertion:
greater(Olivia, kind, 2)
Answer:
True
One reasoning:
['Fact3', 'Rule5', ['Default']]
Step reasoning:
Default -> int0: Chioe is 0 kind; Fact3 & Rule5 & int0 -> int1: Olivia is 2*0+3=3 kind
ID: 286
Fact:
0. meets(James, Samuel)
1. chases(James, Samuel)
2. meets(Samuel, Alice)
3. kisses(James, Samuel)
4. chases(Alice, Samuel)
5. is(Daniel, generous, 2)
Rule:
0. kisses(?x, ?y) -> is(?x, rough, 1y+3)
1. is(?x, compassionate, 3) -> is(?x, rough, 3)
2. chases(?x, ?y) -> is(?x, quiet, 2y+4)
3. is(?x, rough, 1) -> is(?x, quiet, 3)
4. meets(?x, ?y) -> is(?x, generous, 1y+3)
5. is(?x, rough, 4) -> is(?x, quiet, 4)
Assertion:
greater(James, quiet, 7)
Answer:
False
One reasoning:
['Fact1', 'Rule2', ['Default']]
Step reasoning:
Default -> int0: Samuel is 0 quiet; Fact1 & Rule2 & int0 -> int1: James is 2*0+4=4 quiet
ID: 287
Fact:
0. needs(Harry, Alice)
1. argues(Amelia, Alice)
2. argues(Alice, Daniel)
3. argues(Daniel, Amelia)
4. is(Amelia, rough, 2)
5. argues(Harry, Amelia)
Rule:
0. is(?x, nice, 1) -> is(?x, rough, 1)
1. eats(?x, ?y) -> is(?x, friendly, 2y+4)
2. is(?x, generous, 4) -> is(?x, friendly, 1)