text
stringlengths
0
418
2. sees(Amelia, Alice)
3. interacts(Dave, Alice)
4. visits(Alice, Grace)
5. sees(Grace, Alice)
Rule:
0. interacts(?x, ?y) -> is(?x, smart, 2y+3)
1. is(?x, smart, 2) -> is(?x, nice, 4)
2. visits(?x, ?y) -> is(?x, nice, 2y+4)
3. is(?x, nice, 2) -> is(?x, furry, 2)
4. is(?x, green, 1) -> is(?x, furry, 4)
5. interacts(?x, ?y) -> is(?x, furry, 2y+4)
Assertion:
greater(Dave, furry, 2)
Answer:
True
One reasoning:
['Fact3', 'Rule5', ['Default']]
Step reasoning:
Default -> int0: Alice is 0 furry; Fact3 & Rule5 & int0 -> int1: Dave is 2*0+4=4 furry
ID: 255
Fact:
0. eats(Olivia, Emma)
1. eats(Emma, Samuel)
2. is(Emma, confident, 1)
3. hugs(Samuel, Grace)
4. hugs(Emma, Grace)
5. eats(Olivia, Samuel)
Rule:
0. hugs(?x, ?y) -> is(?x, reserved, 2y+4)
1. is(?x, confident, 1) -> is(?x, white, 3)
2. is(?x, reserved, 3) -> is(?x, white, 3)
3. is(?x, confident, 3) -> is(?x, white, 4)
4. kisses(?x, ?y) -> is(?x, white, 1y+2)
5. hugs(?x, ?y) -> is(?x, gruff, 2y+2)
Assertion:
less(Emma, gruff, 2)
Answer:
False
One reasoning:
['Fact4', 'Rule5', ['Default']]
Step reasoning:
Default -> int0: Grace is 0 gruff; Fact4 & Rule5 & int0 -> int1: Emma is 2*0+2=2 gruff
ID: 256
Fact:
0. visits(Grace, Emily)
1. eats(Grace, Benjamin)
2. likes(Gary, Emily)
3. is(Grace, gruff, 4)
4. eats(Grace, Gary)
5. is(Gary, gruff, 1)
Rule:
0. is(?x, gruff, 4) -> is(?x, green, 3)
1. is(?x, green, 3) -> is(?x, big, 4)
2. is(?x, gruff, 1) -> is(?x, furry, 2)
3. visits(?x, ?y) -> is(?x, furry, 1y+2)
4. is(?x, green, 1) -> is(?x, big, 2)
5. is(?x, big, 3) -> is(?x, green, 2)
Assertion:
less(Grace, furry, 8)
Answer:
True
One reasoning:
['Fact0', 'Rule3', ['Default']]
Step reasoning:
Default -> int0: Emily is 0 furry; Fact0 & Rule3 & int0 -> int1: Grace is 0+2=2 furry
ID: 257
Fact:
0. sees(Harry, Bob)
1. kisses(Harry, Bob)
2. kisses(Michael, Emily)
3. sees(Bob, Michael)
4. chases(Bob, Harry)
5. chases(Bob, Emily)
Rule:
0. is(?x, considerate, 1) -> is(?x, blue, 2)
1. is(?x, white, 1) -> is(?x, considerate, 3)
2. is(?x, smart, 3) -> is(?x, white, 1)
3. is(?x, blue, 1) -> is(?x, smart, 3)
4. is(?x, considerate, 4) -> is(?x, smart, 1)
5. sees(?x, ?y) -> is(?x, blue, 2y+1)
Assertion:
less(Bob, blue, 6)
Answer:
True
One reasoning:
['Fact3', 'Rule5', ['Default']]
Step reasoning:
Default -> int0: Michael is 0 blue; Fact3 & Rule5 & int0 -> int1: Bob is 2*0+1=1 blue
ID: 258
Fact:
0. is(Harry, reserved, 4)
1. meets(Harry, Samuel)
2. meets(Benjamin, Bob)
3. meets(Samuel, Benjamin)
4. meets(Benjamin, Harry)
5. argues(Benjamin, Samuel)