Unnamed: 0
int64
0
16.4k
facts
stringlengths
15
526
rules
stringlengths
50
716
question
stringlengths
11
45
answer
stringclasses
3 values
depth
int64
1
3
len
int64
-1
9
used_facts
stringlengths
2
9.68k
used_rules
stringlengths
2
21k
10,700
['Charlie is kind.' 'Charlie is nice.' 'Charlie is red.' 'Charlie is white.' 'Dave is kind.' 'Dave is nice.' 'Gary is blue.' 'Gary is not kind.' 'Gary is not nice.' 'Gary is quiet.' 'Gary is not red.' 'Harry is blue.' 'Harry is not kind.' 'Harry is nice.' 'Harry is not quiet.']
['If Harry is not white then Harry is not nice.' 'If Charlie is not white then Charlie is smart.' 'Smart, kind people are blue.' 'All nice, red people are smart.' 'Quiet, white people are not smart.' 'If Dave is kind then Dave is blue.']
Charlie is not blue.
False
1
5
[array(['Charlie is nice.', 'Charlie is red.', 'Charlie is kind.'], dtype=object) ]
[array(['All nice, red people are smart.', 'Smart, kind people are blue.'], dtype=object) ]
10,701
['Anne is cold.' 'Anne is round.' 'Erin is blue.' 'Erin is furry.' 'Fiona is green.' 'Fiona is red.' 'Gary is green.']
['Furry, green things are cold.' 'Round things are green.' 'If something is round and green then it is red.' 'All green things are blue.' 'Kind things are round.' 'All blue things are green.' 'If something is cold then it is kind.' 'If something is round and kind then it is cold.']
Anne is blue.
True
1
3
[array(['Anne is round.'], dtype=object) array(['Anne is cold.'], dtype=object)]
[array(['Round things are green.', 'All green things are blue.'], dtype=object) array(['If something is cold then it is kind.', 'Kind things are round.', 'Round things are green.', 'All green things are blue.'], dtype=object) ]
10,702
['Anne is big.' 'Anne is furry.' 'Anne is kind.' 'Anne is nice.' 'Anne is quiet.' 'Anne is rough.' 'Anne is white.' 'Bob is big.' 'Bob is furry.' 'Bob is nice.']
['Kind, white people are quiet.' 'If Anne is big and Anne is furry then Anne is rough.' 'White people are kind.' 'If someone is kind and white then they are nice.' 'If someone is nice and kind then they are furry.' 'Nice people are white.' 'If someone is rough and kind then they are big.' 'All quiet people are white.']
Bob is not quiet.
False
3
6
[array(['Bob is nice.', 'Bob is nice.'], dtype=object)]
[array(['Nice people are white.', 'White people are kind.', 'Nice people are white.', 'Kind, white people are quiet.'], dtype=object) ]
10,703
['The bald eagle is big.' 'The bald eagle is red.' 'The bald eagle sees the tiger.' 'The bald eagle visits the bear.' 'The bear needs the bald eagle.' 'The bear sees the bald eagle.' 'The bear does not see the tiger.' 'The rabbit is big.' 'The rabbit needs the bald eagle.' 'The rabbit needs the bear.' 'The rabbit visits the tiger.' 'The tiger needs the bald eagle.' 'The tiger needs the rabbit.' 'The tiger visits the bear.']
['If something is big then it needs the tiger.' 'If something needs the tiger and it sees the bald eagle then the tiger is big.' 'If something needs the tiger and it visits the bear then the tiger needs the rabbit.' 'If the bald eagle visits the bear and the bald eagle needs the tiger then the bear needs the tiger.' 'If something needs the tiger then it is red.' 'If the bear sees the rabbit then the rabbit sees the tiger.' 'If something is blue then it visits the bear.' 'If something is blue and it needs the tiger then it does not visit the bald eagle.']
The bear needs the tiger.
True
1
4
[array(['The bald eagle visits the bear.', 'The bald eagle is big.'], dtype=object) ]
[array(['If something is big then it needs the tiger.', 'If the bald eagle visits the bear and the bald eagle needs the tiger then the bear needs the tiger.'], dtype=object) ]
10,704
['Charlie is cold.' 'Charlie is not rough.' 'Erin is white.' 'Erin is young.' 'Fiona is kind.' 'Fiona is white.' 'Fiona is young.']
['If Charlie is not rough then Charlie is not furry.' 'If Charlie is rough then Charlie is not white.' 'All young, furry things are not cold.' 'If Erin is young then Erin is big.' 'If something is cold and not furry then it is not big.' 'Rough things are big.']
Charlie is not big.
True
1
4
[array(['Charlie is cold.', 'Charlie is not rough.'], dtype=object)]
[array(['If Charlie is not rough then Charlie is not furry.', 'If something is cold and not furry then it is not big.'], dtype=object) ]
10,705
['The bear eats the squirrel.' 'The bear is nice.' 'The bear likes the rabbit.' 'The bear likes the squirrel.' 'The bear visits the squirrel.' 'The rabbit is blue.' 'The rabbit is cold.' 'The rabbit is nice.' 'The rabbit is rough.' 'The rabbit visits the bear.' 'The squirrel eats the bear.' 'The squirrel eats the rabbit.' 'The squirrel is kind.' 'The squirrel is nice.' 'The squirrel likes the rabbit.' 'The squirrel visits the bear.']
['If something visits the rabbit and it eats the rabbit then it visits the squirrel.' 'If the squirrel visits the bear and the bear likes the rabbit then the squirrel visits the rabbit.' 'If something visits the squirrel then it is cold.']
The squirrel does not visit the squirrel.
False
1
5
[array(['The squirrel visits the bear.', 'The bear likes the rabbit.', 'The squirrel eats the rabbit.'], dtype=object) ]
[array(['If the squirrel visits the bear and the bear likes the rabbit then the squirrel visits the rabbit.', 'If something visits the rabbit and it eats the rabbit then it visits the squirrel.'], dtype=object) ]
10,706
['Anne is cold.' 'Anne is kind.' 'Bob is quiet.' 'Bob is red.' 'Dave is big.' 'Dave is green.' 'Fiona is big.']
['If something is big then it is smart.' 'Smart things are red.' 'If something is cold and big then it is quiet.' 'Smart things are big.' 'Red things are kind.' 'If something is kind and red then it is smart.' 'All kind, quiet things are red.' 'If something is big then it is smart.']
Bob is not smart.
False
1
4
[array(['Bob is red.', 'Bob is red.'], dtype=object)]
[array(['Red things are kind.', 'If something is kind and red then it is smart.'], dtype=object)]
10,707
['Charlie is smart.' 'Dave is cold.' 'Erin is cold.' 'Erin is kind.' 'Erin is rough.' 'Harry is big.' 'Harry is kind.' 'Harry is nice.' 'Harry is rough.' 'Harry is young.']
['Cold, big people are nice.' 'Nice, young people are kind.' 'All rough, big people are smart.' 'Rough, nice people are young.' 'All rough people are big.' 'Cold people are rough.' 'Big people are smart.' 'All young people are kind.']
Charlie is not young.
Unknown
1
-1
[]
[]
10,708
['Fiona is white.' 'Harry is young.']
['Kind, green people are rough.' 'All young, round people are green.' 'If someone is young and furry then they are round.' 'If someone is young then they are round.' 'All round, green people are kind.' 'Furry people are white.']
Harry is green.
True
1
4
[array(['Harry is young.', 'Harry is young.'], dtype=object)]
[array(['If someone is young then they are round.', 'All young, round people are green.'], dtype=object)]
10,709
['Anne is furry.' 'Charlie is round.' 'Charlie is smart.' 'Charlie is white.' 'Charlie is young.' 'Erin is kind.' 'Erin is nice.' 'Erin is round.' 'Erin is smart.' 'Erin is white.' 'Erin is young.' 'Harry is furry.' 'Harry is nice.' 'Harry is round.' 'Harry is smart.' 'Harry is young.']
['All round people are nice.' 'Nice, furry people are kind.' 'All kind, white people are round.' 'All white, furry people are kind.' 'If someone is round and white then they are kind.' 'Nice people are smart.' 'If Anne is nice and Anne is round then Anne is kind.' 'If someone is furry then they are white.']
Anne is kind.
True
1
4
[array(['Anne is furry.', 'Anne is furry.'], dtype=object)]
[array(['If someone is furry then they are white.', 'All white, furry people are kind.'], dtype=object)]
10,710
['The dog chases the lion.' 'The dog chases the tiger.' 'The dog is cold.' 'The dog is kind.' 'The dog likes the lion.' 'The dog likes the tiger.' 'The lion chases the tiger.' 'The lion eats the dog.' 'The lion is not red.' 'The tiger chases the lion.' 'The tiger eats the dog.' 'The tiger is not big.' 'The tiger is not kind.' 'The tiger is rough.' 'The tiger likes the dog.']
['If something is kind then it eats the lion.' 'If something eats the lion then the lion likes the tiger.']
The lion does not like the tiger.
False
1
3
[array(['The dog is kind.'], dtype=object)]
[array(['If something is kind then it eats the lion.', 'If something eats the lion then the lion likes the tiger.'], dtype=object) ]
10,711
['The bear visits the tiger.' 'The cat is kind.' 'The mouse is green.' 'The mouse is kind.' 'The mouse sees the tiger.' 'The tiger is rough.' 'The tiger visits the cat.']
['If something visits the bear then it sees the bear.' 'If something sees the bear then the bear likes the cat.' 'If something visits the cat then the cat visits the bear.' 'If something sees the bear and the bear likes the cat then it is cold.' 'Cold things are rough.' 'If something is green and it likes the tiger then the tiger visits the mouse.']
The tiger is cold.
Unknown
1
-1
[]
[]
10,712
['Anne is blue.' 'Bob is cold.' 'Dave is furry.' 'Erin is white.']
['Blue things are smart.' 'If something is white then it is blue.' 'If something is smart then it is cold.' 'If Anne is red and Anne is smart then Anne is cold.' 'If Bob is round and Bob is white then Bob is smart.' 'Round things are red.' 'All cold, blue things are round.' 'All smart things are red.']
Erin is red.
True
3
4
[array(['Erin is white.'], dtype=object) array(['Erin is white.', 'Erin is white.'], dtype=object)]
[array(['If something is white then it is blue.', 'Blue things are smart.', 'All smart things are red.'], dtype=object) array(['If something is white then it is blue.', 'Blue things are smart.', 'If something is smart then it is cold.', 'If something is white then it is blue.', 'All cold, blue things are round.', 'Round things are red.'], dtype=object) ]
10,713
['Charlie is young.' 'Harry is cold.']
['If something is furry then it is young.' 'If something is cold then it is furry.']
Harry is young.
True
1
3
[array(['Harry is cold.'], dtype=object)]
[array(['If something is cold then it is furry.', 'If something is furry then it is young.'], dtype=object)]
10,714
['Anne is furry.' 'Charlie is round.' 'Charlie is smart.' 'Charlie is white.' 'Charlie is young.' 'Erin is kind.' 'Erin is nice.' 'Erin is round.' 'Erin is smart.' 'Erin is white.' 'Erin is young.' 'Harry is furry.' 'Harry is nice.' 'Harry is round.' 'Harry is smart.' 'Harry is young.']
['All round people are nice.' 'Nice, furry people are kind.' 'All kind, white people are round.' 'All white, furry people are kind.' 'If someone is round and white then they are kind.' 'Nice people are smart.' 'If Anne is nice and Anne is round then Anne is kind.' 'If someone is furry then they are white.']
Anne is kind.
True
1
4
[array(['Anne is furry.', 'Anne is furry.'], dtype=object)]
[array(['If someone is furry then they are white.', 'All white, furry people are kind.'], dtype=object)]
10,715
['The bald eagle does not chase the mouse.' 'The bald eagle chases the squirrel.' 'The bald eagle needs the mouse.' 'The bald eagle does not see the dog.' 'The bald eagle sees the squirrel.' 'The dog is not red.' 'The dog needs the squirrel.' 'The mouse does not chase the squirrel.' 'The mouse is red.' 'The mouse needs the dog.' 'The mouse does not need the squirrel.' 'The mouse sees the bald eagle.' 'The mouse sees the dog.' 'The squirrel is cold.' 'The squirrel is red.' 'The squirrel is round.']
['If something is round and red then it chases the dog.' 'If something chases the bald eagle then it sees the mouse.' 'If something needs the mouse and the mouse needs the bald eagle then it does not see the squirrel.' 'If something needs the mouse then the mouse does not see the squirrel.' 'If something is blue and it needs the dog then it is cold.' 'If something chases the dog then it chases the bald eagle.' 'If the bald eagle chases the squirrel and the bald eagle sees the squirrel then the squirrel is red.' 'If something sees the mouse and the mouse needs the dog then the dog chases the bald eagle.' 'If something sees the squirrel and the squirrel is cold then it is blue.']
The bald eagle sees the mouse.
Unknown
3
-1
[]
[]
10,716
['The bear likes the tiger.' 'The tiger is red.' 'The tiger likes the bear.']
['If something likes the tiger and it likes the bear then it visits the bear.' 'If something likes the tiger then it likes the bear.' 'If something chases the bear and it chases the tiger then the tiger chases the bear.' 'If something visits the bear then the bear chases the tiger.' 'If something is rough and it chases the tiger then the tiger is round.' 'If something chases the tiger and it chases the bear then the tiger is red.']
The bear chases the tiger.
True
3
5
[array(['The bear likes the tiger.', 'The bear likes the tiger.'], dtype=object) ]
[array(['If something likes the tiger then it likes the bear.', 'If something likes the tiger and it likes the bear then it visits the bear.', 'If something visits the bear then the bear chases the tiger.'], dtype=object) ]
10,717
['Bob is furry.' 'Erin is kind.' 'Fiona is kind.' 'Harry is red.']
['Young things are big.' 'If something is furry then it is blue.' 'If something is blue then it is young.']
Bob is not young.
False
1
3
[array(['Bob is furry.'], dtype=object)]
[array(['If something is furry then it is blue.', 'If something is blue then it is young.'], dtype=object)]
10,718
['The bald eagle is big.' 'The bald eagle is cold.' 'The bald eagle is young.' 'The cat is not kind.' 'The cow is red.' 'The cow likes the bald eagle.' 'The squirrel visits the bald eagle.']
['If something likes the cow then the cow likes the squirrel.' 'All big things are cold.' 'If the squirrel is red then the squirrel is young.' 'If something likes the squirrel then the squirrel is red.' 'If something is young then it likes the cow.' 'If the squirrel likes the cat and the cow does not chase the squirrel then the cat likes the cow.' 'If something visits the squirrel and the squirrel is big then it does not like the squirrel.' 'If something is big then it visits the cow.' 'If something visits the squirrel and it is not red then the squirrel does not visit the bald eagle.']
The squirrel is not red.
False
3
4
[array(['The bald eagle is young.'], dtype=object)]
[array(['If something is young then it likes the cow.', 'If something likes the cow then the cow likes the squirrel.', 'If something likes the squirrel then the squirrel is red.'], dtype=object) ]
10,719
['The bear chases the cow.' 'The cow chases the bear.' 'The cow is red.' 'The cow visits the bear.' 'The dog is big.' 'The dog likes the cow.' 'The dog visits the bear.']
['If something chases the cow then the cow does not visit the dog.' 'If something likes the bear then the bear is not round.' 'If the cow visits the dog and the cow is not big then the cow chases the bear.' 'If something visits the bear then it is round.' 'If something is round then it likes the bear.' 'If something is round then it likes the bear.' 'If something is red and it does not like the bear then it chases the bear.' 'If something chases the bear and it likes the dog then it chases the dog.']
The bear is round.
False
3
4
[array(['The cow visits the bear.'], dtype=object) array(['The cow visits the bear.'], dtype=object) array(['The dog visits the bear.'], dtype=object) array(['The dog visits the bear.'], dtype=object)]
[array(['If something visits the bear then it is round.', 'If something is round then it likes the bear.', 'If something likes the bear then the bear is not round.'], dtype=object) array(['If something visits the bear then it is round.', 'If something is round then it likes the bear.', 'If something likes the bear then the bear is not round.'], dtype=object) array(['If something visits the bear then it is round.', 'If something is round then it likes the bear.', 'If something likes the bear then the bear is not round.'], dtype=object) array(['If something visits the bear then it is round.', 'If something is round then it likes the bear.', 'If something likes the bear then the bear is not round.'], dtype=object) ]
10,720
['Anne is white.' 'Bob is kind.']
['All quiet, kind people are round.' 'All kind people are quiet.' 'If Anne is big and Anne is kind then Anne is young.']
Bob is round.
True
1
4
[array(['Bob is kind.', 'Bob is kind.'], dtype=object)]
[array(['All kind people are quiet.', 'All quiet, kind people are round.'], dtype=object) ]
10,721
['Anne is cold.' 'Anne is kind.' 'Anne is nice.' 'Anne is red.' 'Anne is round.' 'Anne is white.' 'Fiona is white.']
['Young things are red.' 'If Anne is red then Anne is young.' 'If something is nice then it is round.' 'If something is red then it is young.' 'If Fiona is white and Fiona is kind then Fiona is nice.' 'If something is cold then it is red.']
Fiona is not young.
Unknown
1
-1
[]
[]
10,722
['The bald eagle is green.' 'The bald eagle is round.' 'The bald eagle visits the tiger.' 'The cat eats the tiger.' 'The cat is cold.' 'The cat sees the bald eagle.' 'The cat sees the dog.' 'The cat visits the bald eagle.' 'The dog is green.' 'The dog is kind.' 'The tiger eats the cat.' 'The tiger is cold.' 'The tiger sees the dog.' 'The tiger visits the bald eagle.' 'The tiger visits the cat.']
['If the dog eats the cat and the cat is young then the cat visits the tiger.' 'If the tiger sees the bald eagle and the bald eagle eats the cat then the tiger is green.' 'If something is kind and young then it visits the tiger.' 'If something is young then it visits the tiger.' 'If something eats the dog then it sees the tiger.' 'If something is cold and it visits the tiger then it sees the bald eagle.' 'If something sees the tiger then it visits the bald eagle.' 'If something sees the dog and the dog sees the tiger then the tiger sees the dog.']
The dog does not visit the bald eagle.
Unknown
1
-1
[]
[]
10,723
['Anne is nice.' 'Anne is smart.' 'Bob is round.' 'Gary is big.' 'Gary is smart.' 'Harry is rough.' 'Harry is smart.']
['All young people are cold.' 'All smart, big people are rough.' 'If someone is big then they are young.' 'If someone is round then they are big.' 'All cold, round people are big.' 'If someone is nice and round then they are smart.' 'If Bob is young and Bob is big then Bob is nice.' 'If Bob is nice and Bob is cold then Bob is young.']
Gary is cold.
True
1
3
[array(['Gary is big.'], dtype=object)]
[array(['If someone is big then they are young.', 'All young people are cold.'], dtype=object)]
10,724
['The bear is not rough.' 'The bear likes the squirrel.' 'The mouse is green.' 'The rabbit is blue.' 'The rabbit is rough.' 'The rabbit likes the bear.' 'The squirrel is blue.']
['If someone likes the mouse then they chase the mouse.' 'If someone likes the bear then they like the mouse.' 'If the rabbit likes the bear and the bear chases the mouse then the mouse likes the bear.' 'If someone likes the squirrel and they need the mouse then the squirrel does not chase the bear.' 'If someone likes the bear then the bear likes the mouse.' 'If the bear likes the squirrel and the squirrel is big then the squirrel chases the mouse.' 'If someone is big and they do not chase the bear then the bear chases the squirrel.']
The mouse likes the bear.
True
3
5
[array(['The rabbit likes the bear.', 'The rabbit likes the bear.'], dtype=object) ]
[array(['If someone likes the bear then the bear likes the mouse.', 'If someone likes the mouse then they chase the mouse.', 'If the rabbit likes the bear and the bear chases the mouse then the mouse likes the bear.'], dtype=object) ]
10,725
['Charlie is smart.' 'Fiona is not rough.' 'Gary is blue.' 'Gary is smart.' 'Gary is young.' 'Harry is rough.' 'Harry is young.']
['If Gary is cold and Gary is not green then Gary is blue.' 'If something is cold and not young then it is not red.' 'All green, rough things are not smart.' 'If something is blue and green then it is smart.' 'Rough things are blue.' 'If something is young and not red then it is blue.' 'If something is red then it is blue.' 'If something is smart then it is rough.']
Charlie is not blue.
False
1
3
[array(['Charlie is smart.'], dtype=object)]
[array(['If something is smart then it is rough.', 'Rough things are blue.'], dtype=object) ]
10,726
['Bob is round.' 'Dave is round.' 'Fiona is white.' 'Harry is cold.']
['If something is young and furry then it is white.' 'All red things are round.' 'Round, cold things are rough.' 'If something is furry and cold then it is young.' 'If something is rough then it is red.' 'All rough things are white.' 'Cold things are round.' 'Young, white things are rough.']
Harry is not rough.
False
1
4
[array(['Harry is cold.', 'Harry is cold.'], dtype=object)]
[array(['Cold things are round.', 'Round, cold things are rough.'], dtype=object) ]
10,727
['Anne is nice.' 'Anne is smart.' 'Charlie is cold.' 'Charlie is round.' 'Charlie is young.' 'Harry is furry.' 'Harry is nice.' 'Harry is quiet.' 'Harry is round.' 'Harry is smart.']
['If something is cold then it is young.' 'If something is smart then it is cold.']
Harry is not young.
False
1
3
[array(['Harry is smart.'], dtype=object)]
[array(['If something is smart then it is cold.', 'If something is cold then it is young.'], dtype=object)]
10,728
['The cow is big.' 'The cow is young.' 'The cow likes the tiger.' 'The cow needs the tiger.' 'The tiger eats the cow.' 'The tiger is big.' 'The tiger is kind.' 'The tiger is nice.' 'The tiger is rough.' 'The tiger is young.' 'The tiger likes the cow.' 'The tiger needs the cow.']
['If the cow is rough then the cow likes the tiger.' 'If someone likes the tiger and the tiger needs the cow then they eat the tiger.' 'If someone eats the tiger and the tiger eats the cow then the cow likes the tiger.' 'If someone is kind then they need the cow.' 'If someone eats the cow and the cow needs the tiger then they eat the tiger.' 'Young people are kind.' 'If someone is kind and young then they eat the tiger.' 'If someone eats the cow and they need the tiger then the cow needs the tiger.']
The cow needs the cow.
True
1
3
[array(['The cow is young.'], dtype=object)]
[array(['Young people are kind.', 'If someone is kind then they need the cow.'], dtype=object)]
10,729
['The bear sees the tiger.' 'The mouse is big.' 'The mouse is blue.' 'The mouse is cold.' 'The mouse sees the squirrel.' 'The mouse sees the tiger.' 'The squirrel eats the tiger.' 'The squirrel is nice.' 'The squirrel visits the mouse.' 'The tiger eats the mouse.' 'The tiger is nice.' 'The tiger sees the squirrel.']
['If something eats the tiger then the tiger is nice.' 'If something visits the squirrel then the squirrel eats the mouse.' 'If something visits the tiger and it is nice then the tiger visits the squirrel.' 'If something sees the mouse then the mouse visits the squirrel.' 'If something is nice and it visits the tiger then the tiger is cold.' 'If the bear visits the squirrel then the squirrel sees the tiger.']
The squirrel does not eat the mouse.
Unknown
1
-1
[]
[]
10,730
['The bald eagle sees the squirrel.' 'The bear eats the cat.' 'The bear is not red.' 'The bear is rough.' 'The bear sees the bald eagle.' 'The bear sees the squirrel.' 'The cat eats the bald eagle.' 'The cat is rough.' 'The cat does not see the squirrel.' 'The squirrel is nice.']
['If something eats the cat then it does not visit the cat.' 'If something is rough then it eats the cat.']
The cat visits the cat.
False
1
3
[array(['The cat is rough.'], dtype=object)]
[array(['If something is rough then it eats the cat.', 'If something eats the cat then it does not visit the cat.'], dtype=object) ]
10,731
['The cat likes the rabbit.' 'The cat likes the tiger.' 'The mouse is blue.' 'The mouse is nice.' 'The mouse is round.' 'The mouse visits the tiger.' 'The rabbit likes the tiger.' 'The rabbit visits the tiger.' 'The tiger eats the mouse.' 'The tiger eats the rabbit.' 'The tiger visits the cat.']
['If the mouse is big then the mouse visits the cat.' 'If something visits the mouse then it visits the tiger.' 'If something likes the tiger and the tiger eats the cat then the cat is red.' 'If something visits the tiger then the tiger visits the mouse.' 'If something is blue and it visits the cat then it likes the rabbit.' 'If something is nice then it likes the cat.' 'If something is blue then it likes the cat.' 'If something is round then it is nice.' 'If something visits the tiger then it is round.']
The mouse does not like the rabbit.
Unknown
1
-1
[]
[]
10,732
['The bald eagle likes the bear.' 'The bald eagle visits the tiger.' 'The bear is kind.' 'The bear likes the tiger.' 'The bear visits the tiger.' 'The squirrel chases the bear.' 'The squirrel is kind.' 'The squirrel is rough.' 'The squirrel visits the bald eagle.' 'The tiger chases the bear.' 'The tiger chases the squirrel.' 'The tiger is nice.' 'The tiger likes the bear.' 'The tiger likes the squirrel.']
['If the bald eagle visits the squirrel then the bald eagle likes the bear.' 'If something chases the squirrel then the squirrel likes the bald eagle.' 'If something is rough and it likes the bear then the bear likes the squirrel.' 'If the squirrel is nice then the squirrel visits the tiger.' 'If something likes the tiger and it likes the squirrel then the tiger likes the bald eagle.' 'If something is red then it chases the squirrel.' 'If something likes the bald eagle then it chases the tiger.' 'If something likes the squirrel and the squirrel chases the bear then the squirrel is red.' 'If something chases the tiger then it likes the bear.']
The bear likes the bear.
Unknown
1
-1
[]
[]
10,733
['Bob is furry.']
['Nice, cold people are kind.' 'If someone is cold then they are kind.' 'If someone is smart then they are furry.' 'If someone is kind and cold then they are smart.' 'If Bob is furry then Bob is cold.' 'Cold, smart people are red.' 'If someone is smart then they are cold.' 'All furry, kind people are cold.']
Bob is kind.
True
1
3
[array(['Bob is furry.'], dtype=object)]
[array(['If Bob is furry then Bob is cold.', 'If someone is cold then they are kind.'], dtype=object)]
10,734
['The bear chases the cat.' 'The bear eats the tiger.' 'The bear is blue.' 'The bear is cold.' 'The bear does not need the cow.' 'The bear needs the tiger.' 'The cat is nice.' 'The cat needs the cow.' 'The cow chases the cat.' 'The cow eats the tiger.' 'The cow is blue.' 'The tiger chases the cow.' 'The tiger eats the cat.' 'The tiger does not eat the cow.' 'The tiger is green.' 'The tiger needs the cat.']
['If something chases the cow then it is green.' 'If something needs the cow then it needs the cat.' 'If something needs the cat then it eats the cat.' 'If the cat is green then the cat needs the tiger.' 'If something eats the cat then it does not eat the tiger.' 'If something chases the tiger and the tiger does not eat the cat then the tiger is not cold.' 'All cold things are blue.' 'If something eats the cow and it is blue then it does not chase the cat.']
The cat needs the tiger.
Unknown
1
-1
[]
[]
10,735
['Bob is green.' 'Charlie is nice.' 'Charlie is smart.' 'Charlie is white.' 'Erin is nice.' 'Harry is nice.' 'Harry is white.']
['If Charlie is green then Charlie is blue.' 'All nice people are cold.' 'All cold people are blue.' 'Rough people are green.' 'If someone is blue then they are green.' 'Blue, green people are white.' 'If Bob is smart and Bob is blue then Bob is not green.' 'If Charlie is white then Charlie is nice.' 'All white people are smart.']
Erin is not blue.
False
1
3
[array(['Erin is nice.'], dtype=object)]
[array(['All nice people are cold.', 'All cold people are blue.'], dtype=object) ]
10,736
['The bear chases the lion.' 'The bear is not young.' 'The dog chases the bear.' 'The dog chases the lion.' 'The dog chases the squirrel.' 'The dog sees the lion.' 'The dog visits the squirrel.' 'The lion does not chase the bear.' 'The lion does not chase the squirrel.' 'The lion is not red.' 'The squirrel chases the bear.' 'The squirrel chases the dog.' 'The squirrel is green.' 'The squirrel is round.' 'The squirrel is young.' 'The squirrel sees the dog.']
['If something visits the bear then it sees the bear.' 'If something sees the bear then the bear sees the dog.' 'If something visits the dog and the dog is young then the dog sees the bear.' 'If something is green then it sees the dog.' 'If something sees the dog then it visits the bear.']
The bear does not see the dog.
False
3
4
[array(['The squirrel sees the dog.'], dtype=object) array(['The squirrel is green.'], dtype=object)]
[array(['If something sees the dog then it visits the bear.', 'If something visits the bear then it sees the bear.', 'If something sees the bear then the bear sees the dog.'], dtype=object) array(['If something is green then it sees the dog.', 'If something sees the dog then it visits the bear.', 'If something visits the bear then it sees the bear.', 'If something sees the bear then the bear sees the dog.'], dtype=object) ]
10,737
['Charlie is not green.' 'Charlie is quiet.' 'Dave is green.' 'Dave is red.' 'Dave is rough.' 'Dave is white.' 'Erin is big.' 'Erin is rough.' 'Gary is not quiet.' 'Gary is rough.' 'Gary is white.' 'Gary is young.']
['If Charlie is green then Charlie is rough.' 'All big, red people are green.' 'All white people are rough.' 'If Gary is not young and Gary is not green then Gary is quiet.' 'If Charlie is rough then Charlie is young.' 'All red, young people are not quiet.' 'Green people are white.' 'If someone is quiet then they are white.']
Charlie is not rough.
False
1
3
[array(['Charlie is quiet.'], dtype=object)]
[array(['If someone is quiet then they are white.', 'All white people are rough.'], dtype=object)]
10,738
['Bob is blue.' 'Bob is furry.' 'Bob is green.' 'Bob is quiet.' 'Charlie is kind.' 'Charlie is young.' 'Gary is quiet.' 'Gary is young.' 'Harry is rough.' 'Harry is young.']
['If Bob is rough then Bob is not young.' 'If Bob is blue and Bob is furry then Bob is kind.' 'If something is furry and young then it is rough.' 'Blue, kind things are rough.' 'All green, rough things are furry.' 'If something is furry and kind then it is blue.' 'If Harry is rough then Harry is not green.' 'If Gary is not green then Gary is blue.']
Charlie is not rough.
Unknown
3
-1
[]
[]
10,739
['Bob is smart.' 'Dave is smart.' 'Fiona is not quiet.']
['All quiet people are cold.' 'Smart, young people are cold.' 'If Bob is smart then Bob is quiet.']
Bob is not cold.
False
1
3
[array(['Bob is smart.'], dtype=object)]
[array(['If Bob is smart then Bob is quiet.', 'All quiet people are cold.'], dtype=object) ]
10,740
['Anne is furry.' 'Anne is nice.' 'Anne is smart.' 'Bob is young.' 'Erin is nice.' 'Harry is smart.' 'Harry is young.']
['Young things are furry.' 'Nice, furry things are green.' 'All green things are nice.' 'Nice, green things are big.' 'All green things are smart.' 'If something is big and young then it is round.' 'All green things are big.' 'If Harry is young then Harry is furry.' 'Furry, smart things are nice.']
Anne is not big.
False
1
4
[array(['Anne is nice.', 'Anne is furry.'], dtype=object) array(['Anne is nice.', 'Anne is nice.', 'Anne is furry.'], dtype=object) array(['Anne is furry.', 'Anne is smart.', 'Anne is nice.', 'Anne is furry.'], dtype=object) array(['Anne is furry.', 'Anne is smart.', 'Anne is furry.'], dtype=object) array(['Anne is nice.', 'Anne is furry.', 'Anne is smart.', 'Anne is furry.'], dtype=object) array(['Anne is furry.', 'Anne is smart.', 'Anne is furry.', 'Anne is smart.', 'Anne is furry.'], dtype=object) ]
[array(['Nice, furry things are green.', 'All green things are big.'], dtype=object) array(['Nice, furry things are green.', 'Nice, green things are big.'], dtype=object) array(['Furry, smart things are nice.', 'Nice, furry things are green.', 'Nice, green things are big.'], dtype=object) array(['Furry, smart things are nice.', 'Nice, furry things are green.', 'All green things are big.'], dtype=object) array(['Furry, smart things are nice.', 'Nice, furry things are green.', 'Nice, green things are big.'], dtype=object) array(['Furry, smart things are nice.', 'Furry, smart things are nice.', 'Nice, furry things are green.', 'Nice, green things are big.'], dtype=object) ]
10,741
['Gary is rough.' 'Harry is cold.' 'Harry is kind.']
['Quiet things are not nice.' 'All white, rough things are nice.' 'If Gary is not cold then Gary is nice.' 'Kind things are furry.' 'White things are quiet.' 'If something is cold then it is white.']
Harry is not quiet.
False
1
3
[array(['Harry is cold.'], dtype=object)]
[array(['If something is cold then it is white.', 'White things are quiet.'], dtype=object)]
10,742
['Anne is big.' 'Charlie is not young.' 'Harry is blue.']
['If Charlie is not kind then Charlie is not white.' 'All blue things are young.' 'If something is white and big then it is young.' 'If Harry is blue and Harry is kind then Harry is cold.' 'If something is nice then it is white.' 'If Harry is young then Harry is nice.']
Harry is nice.
True
1
3
[array(['Harry is blue.'], dtype=object)]
[array(['All blue things are young.', 'If Harry is young then Harry is nice.'], dtype=object)]
10,743
['The bear eats the cow.' 'The cat chases the bear.' 'The cat eats the bear.' 'The cat eats the tiger.' 'The cat is green.' 'The cat is kind.' 'The cat is rough.' 'The cat sees the bear.' 'The cat sees the tiger.' 'The cow eats the bear.' 'The cow eats the tiger.' 'The cow is green.' 'The cow sees the cat.' 'The tiger chases the bear.' 'The tiger chases the cat.' 'The tiger chases the cow.']
['If someone chases the bear and the bear is cold then they eat the cat.' 'If someone chases the bear and the bear chases the tiger then the bear sees the tiger.' 'If the cat chases the bear and the cat sees the tiger then the bear chases the tiger.' 'If someone chases the tiger and they are green then the tiger chases the cow.' 'Nice, kind people are cold.' 'If someone chases the bear then the bear chases the cat.' 'If someone chases the cat then they are nice.' 'If someone is nice then they are kind.']
The tiger is cold.
True
3
6
[array(['The tiger chases the cat.', 'The tiger chases the cat.'], dtype=object) ]
[array(['If someone chases the cat then they are nice.', 'If someone chases the cat then they are nice.', 'If someone is nice then they are kind.', 'Nice, kind people are cold.'], dtype=object) ]
10,744
['Bob is blue.' 'Bob is smart.' 'Erin is not green.' 'Erin is not red.' 'Fiona is green.' 'Harry is not quiet.' 'Harry is smart.']
['Green things are red.' 'Blue things are smart.' 'Green, smart things are young.' 'Green, young things are blue.' 'All blue things are quiet.' 'If Fiona is red then Fiona is smart.' 'If something is quiet and smart then it is rough.' 'If Bob is rough and Bob is not blue then Bob is not red.']
Erin is not smart.
Unknown
1
-1
[]
[]
10,745
['Anne is green.' 'Anne is young.' 'Charlie is blue.' 'Charlie is green.' 'Charlie is white.' 'Dave is white.' 'Erin is white.']
['If Dave is kind and Dave is white then Dave is blue.' 'If someone is white then they are nice.' 'If someone is white then they are nice.' 'All nice, green people are young.' 'If someone is green then they are quiet.' 'Nice people are kind.' 'If Dave is blue then Dave is white.' 'If Anne is nice and Anne is not white then Anne is green.' 'If Dave is white and Dave is blue then Dave is green.']
Dave is blue.
True
3
5
[array(['Dave is white.', 'Dave is white.'], dtype=object) array(['Dave is white.', 'Dave is white.'], dtype=object)]
[array(['If someone is white then they are nice.', 'Nice people are kind.', 'If Dave is kind and Dave is white then Dave is blue.'], dtype=object) array(['If someone is white then they are nice.', 'Nice people are kind.', 'If Dave is kind and Dave is white then Dave is blue.'], dtype=object) ]
10,746
['Anne is blue.' 'Anne is quiet.' 'Anne is round.' 'Anne is not smart.' 'Anne is young.' 'Erin is furry.' 'Erin is not quiet.' 'Erin is smart.' 'Fiona is blue.' 'Fiona is quiet.' 'Fiona is round.' 'Fiona is smart.']
['Smart people are blue.' 'If Erin is not round then Erin is smart.' 'If Erin is blue then Erin is green.' 'All furry, smart people are green.' 'If someone is blue and not smart then they are green.' 'Green people are furry.' 'All round, green people are furry.' 'If someone is green and not furry then they are young.']
Anne is furry.
True
1
4
[array(['Anne is blue.', 'Anne is not smart.'], dtype=object) array(['Anne is round.', 'Anne is blue.', 'Anne is not smart.'], dtype=object) ]
[array(['If someone is blue and not smart then they are green.', 'Green people are furry.'], dtype=object) array(['If someone is blue and not smart then they are green.', 'All round, green people are furry.'], dtype=object) ]
10,747
['Anne is nice.' 'Anne is red.' 'Anne is young.' 'Bob is red.' 'Bob is smart.' 'Bob is white.' 'Bob is young.' 'Charlie is nice.' 'Charlie is red.' 'Charlie is round.' 'Charlie is smart.' 'Charlie is white.' 'Charlie is young.' 'Gary is rough.' 'Gary is young.']
['Rough, nice people are smart.' 'All young people are red.' 'Nice, young people are rough.' 'If someone is round then they are young.' 'All nice people are rough.' 'If someone is smart then they are young.']
Anne is smart.
True
1
4
[array(['Anne is nice.', 'Anne is nice.'], dtype=object) array(['Anne is nice.', 'Anne is young.', 'Anne is nice.'], dtype=object)]
[array(['All nice people are rough.', 'Rough, nice people are smart.'], dtype=object) array(['Nice, young people are rough.', 'Rough, nice people are smart.'], dtype=object) ]
10,748
['Anne is cold.' 'Anne is young.' 'Bob is quiet.' 'Bob is round.' 'Erin is round.' 'Gary is big.' 'Gary is red.']
['If someone is big then they are cold.' 'If Erin is round then Erin is big.' 'If someone is cold and not big then they are red.' 'If someone is red and not cold then they are not quiet.' 'If someone is red and blue then they are quiet.' 'All cold people are quiet.']
Erin is not cold.
False
1
3
[array(['Erin is round.'], dtype=object)]
[array(['If Erin is round then Erin is big.', 'If someone is big then they are cold.'], dtype=object)]
10,749
['Anne is red.' 'Anne is round.' 'Erin is quiet.' 'Erin is round.' 'Fiona is red.' 'Harry is rough.' 'Harry is smart.']
['All rough things are white.' 'If Fiona is smart and Fiona is round then Fiona is white.' 'If something is young then it is smart.' 'Red, white things are young.' 'Red things are quiet.' 'Young things are red.' 'If something is quiet then it is rough.' 'All round, white things are young.']
Harry is not red.
Unknown
1
-1
[]
[]
10,750
['The bear is young.' 'The cat sees the bear.' 'The mouse eats the rabbit.' 'The rabbit is round.']
['If something is young and it visits the cat then it eats the bear.' 'If something sees the bear then the bear eats the mouse.' 'If something eats the mouse then the mouse is kind.' 'If something visits the bear then it sees the cat.' 'If something is kind then it eats the cat.' 'If something is rough then it eats the cat.']
The mouse does not eat the cat.
False
3
4
[array(['The cat sees the bear.'], dtype=object)]
[array(['If something sees the bear then the bear eats the mouse.', 'If something eats the mouse then the mouse is kind.', 'If something is kind then it eats the cat.'], dtype=object)]
10,751
['Anne is big.' 'Anne is nice.' 'Anne is round.' 'Bob is nice.' 'Bob is round.' 'Dave is blue.' 'Dave is red.' 'Dave is smart.' 'Erin is red.' 'Erin is round.']
['If someone is big and round then they are smart.' 'All rough people are blue.' 'Nice people are big.' 'If someone is nice then they are round.' 'Round, red people are rough.' 'All round, smart people are red.']
Erin is not smart.
Unknown
1
-1
[]
[]
10,752
['Bob is furry.' 'Gary is furry.' 'Gary is nice.']
['All nice people are big.' 'If Gary is nice then Gary is round.' 'If someone is furry and round then they are blue.']
Gary is blue.
True
1
4
[array(['Gary is furry.', 'Gary is nice.'], dtype=object)]
[array(['If Gary is nice then Gary is round.', 'If someone is furry and round then they are blue.'], dtype=object)]
10,753
['Bob is big.' 'Bob is nice.' 'Bob is smart.' 'Charlie is nice.' 'Dave is nice.' 'Erin is big.' 'Erin is blue.' 'Erin is furry.' 'Erin is quiet.' 'Erin is round.' 'Erin is smart.']
['All nice things are big.' 'All furry things are blue.' 'Blue, furry things are quiet.' 'If something is round and nice then it is blue.' 'If Bob is round then Bob is blue.' 'Big, quiet things are furry.' 'If something is blue and furry then it is smart.' 'If Charlie is nice and Charlie is big then Charlie is quiet.']
Charlie is quiet.
True
1
4
[array(['Charlie is nice.', 'Charlie is nice.'], dtype=object)]
[array(['All nice things are big.', 'If Charlie is nice and Charlie is big then Charlie is quiet.'], dtype=object) ]
10,754
['Bob is kind.' 'Charlie is green.' 'Charlie is kind.' 'Charlie is round.' 'Gary is cold.' 'Gary is green.' 'Gary is rough.' 'Gary is white.' 'Harry is cold.' 'Harry is furry.' 'Harry is kind.' 'Harry is white.']
['If someone is rough and green then they are white.' 'Furry, rough people are green.' 'Rough people are furry.' 'Kind people are round.' 'If someone is round then they are rough.' 'If Bob is white then Bob is cold.' 'White people are furry.']
Harry is rough.
True
1
3
[array(['Harry is kind.'], dtype=object)]
[array(['Kind people are round.', 'If someone is round then they are rough.'], dtype=object)]
10,755
['The bald eagle chases the squirrel.' 'The bear is not big.' 'The bear is round.' 'The bear is not young.' 'The bear needs the cat.' 'The bear needs the squirrel.' 'The cat chases the bald eagle.' 'The cat chases the bear.' 'The cat is cold.' 'The cat sees the squirrel.' 'The squirrel chases the bear.' 'The squirrel chases the cat.' 'The squirrel is cold.' 'The squirrel is green.' 'The squirrel is round.' 'The squirrel sees the bear.']
['If something needs the squirrel then it sees the bear.' 'If something is young then it sees the bear.' 'If something is young and it chases the squirrel then the squirrel sees the cat.' 'If something needs the cat then it needs the squirrel.' 'If something is round and it chases the cat then it chases the squirrel.' 'If something chases the squirrel and it is round then the squirrel is young.' 'If something sees the cat and the cat sees the squirrel then the cat chases the bald eagle.' 'If something chases the bear and the bear does not see the squirrel then the squirrel is big.']
The squirrel does not see the cat.
False
3
9
[array(['The squirrel is round.', 'The squirrel chases the cat.', 'The squirrel is round.', 'The squirrel is round.', 'The squirrel chases the cat.'], dtype=object) ]
[array(['If something is round and it chases the cat then it chases the squirrel.', 'If something chases the squirrel and it is round then the squirrel is young.', 'If something is round and it chases the cat then it chases the squirrel.', 'If something is young and it chases the squirrel then the squirrel sees the cat.'], dtype=object) ]
10,756
['Anne is nice.' 'Anne is smart.' 'Bob is round.' 'Gary is big.' 'Gary is smart.' 'Harry is rough.' 'Harry is smart.']
['All young people are cold.' 'All smart, big people are rough.' 'If someone is big then they are young.' 'If someone is round then they are big.' 'All cold, round people are big.' 'If someone is nice and round then they are smart.' 'If Bob is young and Bob is big then Bob is nice.' 'If Bob is nice and Bob is cold then Bob is young.']
Gary is cold.
True
1
3
[array(['Gary is big.'], dtype=object)]
[array(['If someone is big then they are young.', 'All young people are cold.'], dtype=object)]
10,757
['Anne is blue.' 'Anne is furry.' 'Anne is quiet.' 'Anne is rough.' 'Harry is blue.' 'Harry is nice.' 'Harry is rough.']
['If someone is furry and cold then they are blue.' 'If someone is round and quiet then they are nice.' 'All quiet people are furry.' 'All furry people are cold.' 'If Anne is furry and Anne is cold then Anne is nice.' 'All cold, blue people are rough.']
Harry is cold.
Unknown
1
-1
[]
[]
10,758
['Erin is rough.' 'Erin is round.' 'Erin is smart.' 'Fiona is round.' 'Gary is rough.' 'Gary is smart.' 'Harry is nice.']
['If someone is smart and nice then they are green.' 'If Erin is big and Erin is smart then Erin is blue.' 'All round people are blue.' 'All smart people are big.' 'If someone is green then they are smart.' 'All rough people are round.' 'If someone is big then they are rough.' 'If Harry is smart then Harry is big.' 'Nice people are green.']
Gary is blue.
True
1
3
[array(['Gary is rough.'], dtype=object) array(['Gary is smart.'], dtype=object)]
[array(['All rough people are round.', 'All round people are blue.'], dtype=object) array(['All smart people are big.', 'If someone is big then they are rough.', 'All rough people are round.', 'All round people are blue.'], dtype=object) ]
10,759
['Bob is furry.' 'Bob is rough.' 'Bob is young.' 'Dave is furry.' 'Dave is young.' 'Fiona is cold.' 'Fiona is kind.' 'Fiona is rough.' 'Fiona is white.' 'Harry is kind.' 'Harry is rough.']
['If someone is kind then they are rough.' 'All round people are cold.' 'If someone is kind then they are furry.' 'If someone is cold and rough then they are young.' 'If someone is white and kind then they are round.' 'Furry people are cold.' 'If Bob is round and Bob is rough then Bob is kind.' 'If someone is young then they are white.' 'If someone is young then they are kind.']
Dave is not round.
False
1
5
[array(['Dave is young.', 'Dave is young.'], dtype=object)]
[array(['If someone is young then they are white.', 'If someone is young then they are kind.', 'If someone is white and kind then they are round.'], dtype=object)]
10,760
['The cat chases the tiger.' 'The cat eats the cow.' 'The cat does not eat the tiger.' 'The cat is not nice.' 'The cat does not visit the cow.' 'The cow eats the tiger.' 'The tiger chases the cat.' 'The tiger eats the cat.' 'The tiger eats the cow.' 'The tiger is not young.']
['If someone chases the tiger then the tiger is blue.' 'If someone eats the cow and the cow does not eat the cat then the cat is not young.' 'If someone is blue and they do not chase the cow then the cow chases the cat.' 'If the tiger chases the cat and the tiger visits the cat then the cat eats the tiger.' 'If someone visits the cow and they are blue then the cow does not eat the tiger.' 'If someone is blue then they are green.' 'If someone is green and not blue then they visit the tiger.' 'If someone is green and not young then they visit the tiger.']
The tiger is not green.
False
1
3
[array(['The cat chases the tiger.'], dtype=object)]
[array(['If someone chases the tiger then the tiger is blue.', 'If someone is blue then they are green.'], dtype=object)]
10,761
['The bald eagle chases the mouse.' 'The bald eagle chases the squirrel.' 'The bald eagle is cold.' 'The lion chases the bald eagle.' 'The lion does not chase the mouse.' 'The lion chases the squirrel.' 'The lion is blue.' 'The lion needs the squirrel.' 'The lion visits the squirrel.' 'The mouse does not visit the bald eagle.' 'The mouse does not visit the squirrel.' 'The squirrel is cold.' 'The squirrel is red.' 'The squirrel does not visit the lion.']
['If something visits the mouse then the mouse is green.' 'If the mouse does not chase the lion then the mouse needs the lion.' 'If something visits the squirrel and the squirrel does not chase the lion then the lion is green.' 'If something is young then it visits the bald eagle.' 'If something visits the bald eagle then the bald eagle visits the squirrel.' 'If something visits the squirrel and the squirrel is red then it is young.' 'If something needs the squirrel and it is not cold then the squirrel chases the bald eagle.']
The squirrel visits the bald eagle.
Unknown
1
-1
[]
[]
10,762
['The bear chases the cat.' 'The bear chases the cow.' 'The bear eats the cow.' 'The bear is rough.' 'The bear does not visit the cat.' 'The bear visits the cow.' 'The cat chases the bear.' 'The cat eats the bear.' 'The cat does not eat the cow.' 'The cat is big.' 'The cat visits the bear.' 'The cow chases the cat.' 'The cow eats the bear.' 'The cow eats the cat.' 'The cow visits the cat.']
['If something is round then it does not eat the bear.' 'If something chases the cat and the cat eats the bear then it eats the cow.' 'If something visits the cow and the cow chases the cat then the cow does not visit the bear.' 'If the cat chases the cow then the cat is cold.' 'If the cow does not visit the bear then the cow is not big.' 'If something chases the cow and the cow is not big then it is nice.']
The cow is big.
False
1
4
[array(['The bear visits the cow.', 'The cow chases the cat.'], dtype=object) ]
[array(['If something visits the cow and the cow chases the cat then the cow does not visit the bear.', 'If the cow does not visit the bear then the cow is not big.'], dtype=object) ]
10,763
['The bear is nice.' 'The rabbit likes the bear.']
['If something chases the bear then it is red.' 'If the bear chases the rabbit and the bear is blue then the rabbit sees the bear.' 'If something sees the rabbit and it is big then the rabbit chases the bear.' 'If something chases the rabbit then it likes the bear.' 'If the rabbit likes the bear then the bear sees the rabbit.' 'If something chases the rabbit and the rabbit likes the bear then the rabbit is big.' 'If the rabbit is nice and the rabbit is blue then the rabbit chases the bear.' 'If the bear sees the rabbit then the bear chases the rabbit.']
The rabbit is red.
Unknown
1
-1
[]
[]
10,764
['The lion is cold.' 'The lion does not need the mouse.' 'The lion visits the squirrel.' 'The mouse is cold.' 'The mouse does not visit the squirrel.' 'The rabbit is cold.' 'The rabbit is rough.' 'The rabbit does not need the lion.' 'The rabbit does not visit the squirrel.' 'The squirrel is kind.' 'The squirrel needs the mouse.' 'The squirrel needs the rabbit.' 'The squirrel does not see the lion.' 'The squirrel does not see the rabbit.']
['If something needs the rabbit and the rabbit sees the mouse then the mouse does not see the lion.' 'If something is rough then it visits the mouse.' 'If something needs the rabbit and it visits the mouse then the mouse needs the rabbit.' 'If something needs the rabbit and the rabbit is cold then it is rough.' 'If something needs the rabbit then the rabbit needs the squirrel.' 'If the squirrel sees the lion and the squirrel is not green then the lion needs the squirrel.' 'If something is big then it visits the lion.' 'If something visits the squirrel and the squirrel sees the lion then the lion is not kind.']
The lion does not visit the mouse.
Unknown
1
-1
[]
[]
10,765
['The bald eagle chases the cow.' 'The bald eagle does not chase the tiger.' 'The bald eagle likes the tiger.' 'The cow eats the bald eagle.' 'The cow eats the tiger.' 'The cow does not like the tiger.' 'The mouse eats the bald eagle.' 'The mouse likes the tiger.' 'The tiger chases the cow.' 'The tiger likes the mouse.']
['If the bald eagle is nice then the bald eagle eats the tiger.' 'If someone eats the mouse and the mouse likes the tiger then the mouse chases the cow.' 'If someone chases the mouse then they eat the bald eagle.' 'If someone is rough then they eat the bald eagle.' 'If someone chases the tiger then the tiger eats the mouse.' 'If someone is nice then they eat the mouse.' 'If someone is nice and not cold then they eat the mouse.' 'If someone chases the cow then they are nice.' 'If someone is round then they chase the mouse.']
The mouse does not chase the cow.
False
3
5
[array(['The bald eagle chases the cow.', 'The mouse likes the tiger.'], dtype=object) array(['The tiger chases the cow.', 'The mouse likes the tiger.'], dtype=object) ]
[array(['If someone chases the cow then they are nice.', 'If someone is nice then they eat the mouse.', 'If someone eats the mouse and the mouse likes the tiger then the mouse chases the cow.'], dtype=object) array(['If someone chases the cow then they are nice.', 'If someone is nice then they eat the mouse.', 'If someone eats the mouse and the mouse likes the tiger then the mouse chases the cow.'], dtype=object) ]
10,766
['Charlie is red.' 'Erin is nice.' 'Erin is red.']
['All cold, red things are big.' 'If something is round and nice then it is quiet.' 'Quiet, big things are cold.' 'Cold, red things are quiet.' 'If Charlie is red and Charlie is round then Charlie is big.' 'If something is nice then it is round.' 'If something is quiet and nice then it is red.' 'Big, quiet things are nice.']
Erin is quiet.
True
1
4
[array(['Erin is nice.', 'Erin is nice.'], dtype=object)]
[array(['If something is nice then it is round.', 'If something is round and nice then it is quiet.'], dtype=object)]
10,767
['Bob is not round.' 'Erin is round.' 'Gary is nice.']
['If something is cold and not round then it is big.' 'All round things are nice.' 'If Gary is quiet and Gary is green then Gary is cold.' 'Nice things are quiet.' 'If Bob is big and Bob is green then Bob is not cold.' 'If something is quiet then it is cold.']
Erin is not cold.
False
3
4
[array(['Erin is round.'], dtype=object)]
[array(['All round things are nice.', 'Nice things are quiet.', 'If something is quiet then it is cold.'], dtype=object)]
10,768
['The bear eats the mouse.' 'The mouse sees the bear.']
['If someone is big then they do not need the mouse.' 'If someone is rough and cold then they eat the bear.' 'If someone eats the bear then they need the bear.' 'If someone sees the mouse then they need the bear.' 'If the mouse sees the bear then the bear sees the mouse.' 'If someone is big and they do not eat the bear then the bear needs the mouse.' 'If someone needs the bear then the bear needs the mouse.' 'If someone is big and they do not need the bear then they eat the mouse.']
The bear does not need the bear.
False
1
3
[array(['The mouse sees the bear.'], dtype=object)]
[array(['If the mouse sees the bear then the bear sees the mouse.', 'If someone sees the mouse then they need the bear.'], dtype=object)]
10,769
['The cow is not rough.']
['Rough people are not young.' 'If the cow is blue then the cow is rough.' 'All kind people are green.' 'Young, blue people are not kind.' 'Rough, green people are kind.' 'If the cow is young then the cow is kind.' 'If the cow is kind then the cow is young.' 'If the cow is not rough then the cow is young.']
The cow is not green.
False
3
4
[array(['The cow is not rough.'], dtype=object)]
[array(['If the cow is not rough then the cow is young.', 'If the cow is young then the cow is kind.', 'All kind people are green.'], dtype=object) ]
10,770
['The bear likes the cow.' 'The bear does not see the cow.' 'The cow chases the bear.' 'The cow is cold.' 'The cow sees the dog.' 'The dog likes the bear.' 'The dog does not like the tiger.' 'The tiger is not big.' 'The tiger does not see the bear.' 'The tiger sees the cow.']
['If something likes the dog then it is round.' 'If something sees the cow then it is round.' 'If the cow is young and the bear does not see the cow then the bear is young.' 'If something chases the dog then it likes the tiger.' 'If something chases the dog and it is cold then it is young.' 'If the bear likes the cow then the cow chases the dog.' 'If something sees the bear and the bear is young then the bear is rough.' 'If something chases the bear and the bear is young then the bear chases the dog.']
The bear is young.
True
3
6
[array(['The bear likes the cow.', 'The cow is cold.', 'The bear does not see the cow.'], dtype=object)]
[array(['If the bear likes the cow then the cow chases the dog.', 'If something chases the dog and it is cold then it is young.', 'If the cow is young and the bear does not see the cow then the bear is young.'], dtype=object) ]
10,771
['Bob is round.' 'Dave is quiet.' 'Gary is round.' 'Harry is furry.']
['If something is young and furry then it is green.' 'If Dave is young then Dave is blue.' 'All green things are kind.' 'All young things are round.' 'If something is quiet and blue then it is young.' 'Furry things are young.' 'Kind, young things are blue.' 'If Harry is blue and Harry is young then Harry is green.']
Harry is not round.
False
1
3
[array(['Harry is furry.'], dtype=object)]
[array(['Furry things are young.', 'All young things are round.'], dtype=object) ]
10,772
['Charlie is cold.' 'Charlie is smart.' 'Erin is cold.' 'Erin is quiet.' 'Erin is rough.' 'Erin is round.' 'Erin is smart.']
['If Erin is big then Erin is not rough.' 'If someone is rough then they are cold.' 'If Charlie is cold then Charlie is rough.' 'If Charlie is cold and Charlie is rough then Charlie is big.' 'If someone is quiet then they are round.' 'If someone is quiet and not rough then they are round.']
Charlie is not big.
False
1
4
[array(['Charlie is cold.', 'Charlie is cold.'], dtype=object)]
[array(['If Charlie is cold then Charlie is rough.', 'If Charlie is cold and Charlie is rough then Charlie is big.'], dtype=object) ]
10,773
['Bob is green.' 'Erin is smart.' 'Harry is smart.']
['If something is white then it is not young.' 'If something is smart then it is white.']
Erin is young.
False
1
3
[array(['Erin is smart.'], dtype=object)]
[array(['If something is smart then it is white.', 'If something is white then it is not young.'], dtype=object)]
10,774
['Bob is big.' 'Bob is blue.' 'Bob is green.' 'Bob is not kind.' 'Charlie is nice.' 'Fiona is blue.' 'Fiona is kind.']
['All nice things are blue.' 'If something is kind and green then it is blue.' 'If something is smart and not big then it is not blue.' 'Cold things are not blue.' 'All cold things are not kind.' 'Blue, nice things are not kind.' 'If Fiona is not smart then Fiona is nice.' 'Blue things are not cold.']
Charlie is kind.
False
1
4
[array(['Charlie is nice.', 'Charlie is nice.'], dtype=object)]
[array(['All nice things are blue.', 'Blue, nice things are not kind.'], dtype=object) ]
10,775
['Anne is furry.' 'Anne is round.' 'Anne is smart.' 'Erin is furry.' 'Erin is smart.' 'Erin is young.' 'Fiona is furry.' 'Fiona is rough.' 'Fiona is smart.' 'Fiona is white.' 'Fiona is young.' 'Gary is furry.' 'Gary is nice.' 'Gary is not round.' 'Gary is smart.' 'Gary is white.']
['White, young people are furry.' 'If Erin is rough then Erin is smart.' 'All rough people are nice.' 'All nice, round people are white.' 'All young people are smart.' 'If someone is nice and furry then they are not round.']
Fiona is not round.
True
1
4
[array(['Fiona is rough.', 'Fiona is furry.'], dtype=object) array(['Fiona is rough.', 'Fiona is white.', 'Fiona is young.'], dtype=object) ]
[array(['All rough people are nice.', 'If someone is nice and furry then they are not round.'], dtype=object) array(['All rough people are nice.', 'White, young people are furry.', 'If someone is nice and furry then they are not round.'], dtype=object) ]
10,776
['The cat is big.' 'The cat likes the dog.' 'The cat likes the mouse.' 'The dog eats the cat.' 'The dog eats the tiger.' 'The dog likes the mouse.' 'The mouse sees the tiger.' 'The tiger eats the cat.' 'The tiger eats the dog.' 'The tiger eats the mouse.' 'The tiger is red.']
['If someone sees the dog and the dog is cold then they are nice.' 'If someone is big then they see the dog.' 'If someone eats the cat then they are nice.' 'If someone sees the mouse then they see the tiger.' 'If someone is nice then they eat the dog.' 'All red people are rough.' 'If the dog sees the tiger and the dog sees the mouse then the mouse likes the dog.' 'If someone likes the dog and the dog eats the tiger then they eat the cat.' 'If someone eats the tiger and the tiger is red then they see the mouse.']
The cat does not see the tiger.
Unknown
1
-1
[]
[]
10,777
['Bob is blue.' 'Bob is green.' 'Bob is white.']
['All furry things are rough.' 'Blue things are furry.']
Bob is rough.
True
1
3
[array(['Bob is blue.'], dtype=object)]
[array(['Blue things are furry.', 'All furry things are rough.'], dtype=object) ]
10,778
['Anne is green.' 'Anne is quiet.' 'Anne is rough.' 'Anne is smart.' 'Dave is green.' 'Dave is kind.' 'Dave is quiet.' 'Dave is not red.' 'Dave is rough.' 'Dave is smart.' 'Dave is white.' 'Fiona is kind.' 'Fiona is not quiet.' 'Fiona is not red.' 'Fiona is white.']
['Red, white things are not green.' 'All white, rough things are smart.' 'If something is kind and not white then it is not quiet.' 'All kind things are rough.' 'If something is kind and not red then it is rough.' 'If Anne is smart then Anne is green.']
Fiona is smart.
True
1
4
[array(['Fiona is white.', 'Fiona is kind.'], dtype=object) array(['Fiona is white.', 'Fiona is kind.', 'Fiona is not red.'], dtype=object) ]
[array(['All kind things are rough.', 'All white, rough things are smart.'], dtype=object) array(['If something is kind and not red then it is rough.', 'All white, rough things are smart.'], dtype=object) ]
10,779
['The bear chases the lion.' 'The bear is kind.' 'The lion needs the bear.']
['If something chases the lion and the lion needs the bear then the bear needs the lion.' 'If something needs the lion then it needs the bear.' 'If something needs the bear and the bear is kind then it sees the bear.']
The bear does not see the bear.
False
3
6
[array(['The bear chases the lion.', 'The lion needs the bear.', 'The bear is kind.'], dtype=object) ]
[array(['If something chases the lion and the lion needs the bear then the bear needs the lion.', 'If something needs the lion then it needs the bear.', 'If something needs the bear and the bear is kind then it sees the bear.'], dtype=object) ]
10,780
['The bald eagle chases the cat.' 'The bald eagle chases the squirrel.' 'The bald eagle is green.' 'The bald eagle is nice.' 'The bald eagle is young.' 'The bald eagle visits the cat.' 'The cat chases the squirrel.' 'The cat eats the squirrel.' 'The cat is not nice.' 'The cat does not visit the squirrel.' 'The squirrel chases the bald eagle.' 'The squirrel eats the bald eagle.' 'The squirrel does not eat the cat.' 'The squirrel is nice.' 'The squirrel visits the bald eagle.' 'The squirrel visits the cat.']
['If the cat eats the bald eagle then the cat chases the bald eagle.' 'If something chases the bald eagle and the bald eagle visits the cat then the cat eats the bald eagle.' 'If something is nice and it does not eat the bald eagle then it is rough.' 'If something chases the bald eagle and the bald eagle is nice then it is rough.' 'If something is rough and nice then it eats the squirrel.' 'If something is nice and it does not visit the squirrel then it eats the squirrel.']
The bald eagle does not eat the squirrel.
Unknown
1
-1
[]
[]
10,781
['The bear sees the squirrel.' 'The squirrel likes the bear.' 'The squirrel needs the bear.']
['If someone sees the bear then they do not like the bear.' 'If someone is nice then they like the bear.' 'If someone sees the squirrel and they like the squirrel then they do not need the squirrel.' 'If someone sees the squirrel then they are nice.' 'If someone needs the bear and they are not green then they are cold.' 'If someone needs the bear then the bear sees the squirrel.' 'If someone is nice then they like the squirrel.' 'If someone is nice and rough then they see the squirrel.']
The bear likes the bear.
True
1
3
[array(['The bear sees the squirrel.'], dtype=object) array(['The squirrel needs the bear.'], dtype=object)]
[array(['If someone sees the squirrel then they are nice.', 'If someone is nice then they like the bear.'], dtype=object) array(['If someone needs the bear then the bear sees the squirrel.', 'If someone sees the squirrel then they are nice.', 'If someone is nice then they like the bear.'], dtype=object)]
10,782
['The dog is rough.']
['All rough things are big.' 'If the dog is cold and the dog is rough then the dog is young.' 'If something is big and cold then it is rough.' 'If something is rough and big then it is cold.' 'If the dog is rough and the dog is green then the dog is cold.' 'If something is rough then it is big.' 'All big, cold things are green.' 'All cold, green things are big.']
The dog is cold.
True
1
4
[array(['The dog is rough.', 'The dog is rough.'], dtype=object) array(['The dog is rough.', 'The dog is rough.'], dtype=object)]
[array(['All rough things are big.', 'If something is rough and big then it is cold.'], dtype=object) array(['If something is rough then it is big.', 'If something is rough and big then it is cold.'], dtype=object)]
10,783
['Dave is big.' 'Dave is green.' 'Dave is round.']
['If Dave is smart then Dave is big.' 'If someone is big then they are furry.' 'All young, blue people are smart.' 'If Dave is big then Dave is young.' 'All green people are furry.' 'All blue people are young.' 'Smart people are big.' 'If Dave is furry and Dave is young then Dave is blue.']
Dave is blue.
True
1
5
[array(['Dave is big.', 'Dave is big.'], dtype=object) array(['Dave is green.', 'Dave is big.'], dtype=object)]
[array(['If someone is big then they are furry.', 'If Dave is big then Dave is young.', 'If Dave is furry and Dave is young then Dave is blue.'], dtype=object) array(['All green people are furry.', 'If Dave is big then Dave is young.', 'If Dave is furry and Dave is young then Dave is blue.'], dtype=object) ]
10,784
['The cat is not young.' 'The cat needs the rabbit.' 'The lion is big.' 'The lion is red.' 'The lion needs the cat.' 'The lion needs the rabbit.' 'The lion sees the cat.' 'The lion sees the rabbit.' 'The lion visits the cat.' 'The rabbit is big.' 'The rabbit is red.' 'The rabbit is young.' 'The rabbit does not need the cat.' 'The rabbit sees the cat.' 'The rabbit does not see the lion.' 'The rabbit visits the lion.']
['If the lion sees the rabbit and the lion is not blue then the lion is not big.' 'If something sees the cat and the cat is red then it sees the rabbit.' 'If something is cold and blue then it does not visit the cat.' 'If something is blue and cold then it does not need the rabbit.' 'If something sees the cat and it needs the rabbit then the cat is red.' 'If something is young and it does not see the rabbit then the rabbit is young.']
The rabbit sees the rabbit.
True
1
5
[array(['The rabbit sees the cat.', 'The lion sees the cat.', 'The lion needs the rabbit.'], dtype=object) ]
[array(['If something sees the cat and it needs the rabbit then the cat is red.', 'If something sees the cat and the cat is red then it sees the rabbit.'], dtype=object) ]
10,785
['Charlie is big.' 'Charlie is cold.' 'Charlie is not rough.' 'Charlie is white.' 'Dave is cold.' 'Dave is not white.' 'Erin is not big.' 'Erin is not cold.' 'Erin is kind.' 'Erin is not rough.' 'Erin is smart.' 'Erin is white.' 'Erin is not young.' 'Harry is rough.' 'Harry is smart.' 'Harry is young.']
['Rough things are big.' 'All rough things are cold.' 'If Harry is not cold then Harry is big.' 'If something is kind and not cold then it is white.' 'If something is white and not big then it is kind.' 'If something is rough and white then it is kind.' 'All big things are kind.' 'If Dave is white then Dave is young.']
Dave is not kind.
Unknown
1
-1
[]
[]
10,786
['The cat chases the lion.' 'The cat eats the rabbit.' 'The cat does not eat the squirrel.' 'The cat is red.' 'The cat does not see the rabbit.' 'The lion chases the cat.' 'The lion chases the squirrel.' 'The lion eats the squirrel.' 'The lion is nice.' 'The lion is red.' 'The lion sees the squirrel.' 'The rabbit eats the lion.' 'The rabbit eats the squirrel.' 'The rabbit is rough.' 'The rabbit sees the squirrel.' 'The squirrel is cold.']
['If something is cold then it does not chase the rabbit.' 'If something chases the rabbit then it eats the lion.' 'If something chases the cat and the cat does not see the rabbit then the cat chases the rabbit.' 'If something eats the lion then it chases the cat.' 'If the rabbit chases the lion and the squirrel does not eat the rabbit then the rabbit sees the lion.' 'If something sees the lion then it eats the squirrel.' 'If something is rough then it does not eat the cat.' 'If something chases the rabbit then the rabbit chases the lion.']
The cat chases the cat.
True
3
5
[array(['The lion chases the cat.', 'The cat does not see the rabbit.'], dtype=object) array(['The rabbit eats the lion.', 'The cat does not see the rabbit.'], dtype=object) ]
[array(['If something chases the cat and the cat does not see the rabbit then the cat chases the rabbit.', 'If something chases the rabbit then it eats the lion.', 'If something eats the lion then it chases the cat.'], dtype=object) array(['If something eats the lion then it chases the cat.', 'If something chases the cat and the cat does not see the rabbit then the cat chases the rabbit.', 'If something chases the rabbit then it eats the lion.', 'If something eats the lion then it chases the cat.'], dtype=object) ]
10,787
['Bob is green.' 'Erin is green.' 'Fiona is furry.' 'Harry is rough.']
['All green things are furry.' 'Green, furry things are cold.' 'Cold, kind things are white.' 'If Erin is smart then Erin is green.' 'Smart things are kind.' 'White things are green.' 'If Bob is cold then Bob is smart.' 'Furry, kind things are rough.']
Harry is not white.
Unknown
1
-1
[]
[]
10,788
['Charlie is nice.' 'Charlie is rough.' 'Charlie is smart.' 'Charlie is young.' 'Fiona is cold.' 'Fiona is kind.' 'Fiona is rough.' 'Gary is cold.' 'Gary is young.' 'Harry is nice.']
['If something is young then it is smart.' 'If something is cold and round then it is kind.' 'If Gary is kind and Gary is cold then Gary is rough.' 'If Harry is round then Harry is smart.' 'If Fiona is round and Fiona is kind then Fiona is young.' 'If Charlie is cold then Charlie is round.' 'All smart, young things are nice.' 'If something is nice and smart then it is round.']
Harry is not round.
Unknown
1
-1
[]
[]
10,789
['Bob is big.' 'Bob is rough.' 'Dave is big.' 'Dave is furry.' 'Dave is nice.' 'Dave is quiet.' 'Dave is young.' 'Gary is smart.' 'Gary is young.' 'Harry is furry.' 'Harry is smart.' 'Harry is young.']
['If something is big then it is furry.' 'If something is rough and smart then it is furry.' 'If something is quiet then it is not rough.' 'If something is quiet and not big then it is not smart.' 'All big things are smart.' 'Furry things are young.' 'All quiet things are young.' 'If Bob is rough then Bob is nice.']
Bob is young.
True
1
3
[array(['Bob is big.'], dtype=object) array(['Bob is rough.', 'Bob is big.'], dtype=object)]
[array(['If something is big then it is furry.', 'Furry things are young.'], dtype=object) array(['All big things are smart.', 'If something is rough and smart then it is furry.', 'Furry things are young.'], dtype=object) ]
10,790
['Anne is young.' 'Dave is furry.']
['All young people are blue.' 'If someone is round then they are green.' 'If someone is blue and young then they are red.']
Anne is not red.
False
1
4
[array(['Anne is young.', 'Anne is young.'], dtype=object)]
[array(['All young people are blue.', 'If someone is blue and young then they are red.'], dtype=object)]
10,791
['The bear eats the cat.' 'The cat is blue.']
['If something eats the cat and the cat is red then the cat is big.' 'If the cat needs the bear then the cat is rough.' 'If something eats the bear then it needs the bear.' 'If something is red and nice then it chases the bear.' 'If something is blue then it eats the bear.' 'If something needs the cat and the cat is rough then it eats the cat.']
The cat does not need the bear.
False
1
3
[array(['The cat is blue.'], dtype=object)]
[array(['If something is blue then it eats the bear.', 'If something eats the bear then it needs the bear.'], dtype=object)]
10,792
['Bob is kind.' 'Charlie is green.' 'Charlie is kind.' 'Charlie is young.' 'Dave is young.' 'Erin is big.' 'Erin is young.']
['All white, green people are young.' 'All rough, kind people are big.' 'If someone is green then they are young.' 'Young people are rough.' 'Big, rough people are furry.' 'Kind people are green.']
Bob is not young.
False
1
3
[array(['Bob is kind.'], dtype=object)]
[array(['Kind people are green.', 'If someone is green then they are young.'], dtype=object)]
10,793
['The cow eats the lion.' 'The cow eats the mouse.' 'The cow is green.' 'The cow visits the lion.' 'The cow visits the mouse.' 'The lion eats the cow.' 'The lion eats the rabbit.' 'The lion is big.' 'The lion is green.' 'The lion is round.' 'The mouse eats the lion.' 'The mouse is big.' 'The mouse visits the cow.' 'The rabbit is round.' 'The rabbit needs the cow.' 'The rabbit visits the lion.']
['If someone eats the lion and the lion is green then they are blue.' 'If someone visits the cow and they eat the rabbit then the rabbit is cold.' 'If someone needs the mouse and the mouse needs the rabbit then the mouse needs the cow.' 'If someone visits the cow and they are big then the cow visits the mouse.' 'If someone is green and they need the rabbit then they eat the rabbit.' 'If someone is blue then they eat the rabbit.' 'All cold people are blue.' 'If someone visits the cow then the cow is green.' 'If someone eats the lion then they are cold.']
The mouse eats the rabbit.
True
1
4
[array(['The mouse eats the lion.', 'The lion is green.'], dtype=object) array(['The mouse eats the lion.'], dtype=object)]
[array(['If someone eats the lion and the lion is green then they are blue.', 'If someone is blue then they eat the rabbit.'], dtype=object) array(['If someone eats the lion then they are cold.', 'All cold people are blue.', 'If someone is blue then they eat the rabbit.'], dtype=object)]
10,794
['The bear is kind.' 'The bear needs the tiger.' 'The dog eats the bear.' 'The dog needs the bear.' 'The dog needs the tiger.' 'The dog sees the tiger.' 'The tiger needs the dog.']
['If something sees the dog then the dog is green.' 'If something is blue then it eats the tiger.' 'If something needs the dog then it needs the tiger.' 'If something is green then it sees the bear.' 'If the bear sees the dog then the bear is kind.' 'If something is red then it sees the dog.' 'If something needs the tiger then it is blue.' 'If something sees the tiger then the tiger eats the dog.']
The dog does not see the bear.
Unknown
3
-1
[]
[]
10,795
['Bob is cold.' 'Bob is kind.' 'Bob is rough.' 'Bob is smart.' 'Dave is green.' 'Dave is red.' 'Dave is smart.' 'Erin is cold.' 'Erin is green.' 'Erin is kind.' 'Erin is rough.' 'Erin is smart.' 'Erin is white.' 'Fiona is kind.' 'Fiona is rough.' 'Fiona is white.']
['If something is smart and cold then it is white.' 'If Fiona is white then Fiona is kind.' 'White, smart things are cold.']
Dave is not white.
Unknown
1
-1
[]
[]
10,796
['Anne is cold.' 'Anne is furry.' 'Anne is not quiet.' 'Charlie is kind.' 'Fiona is not quiet.' 'Fiona is young.' 'Harry is cold.']
['Kind things are furry.' 'Nice things are big.' 'Furry things are nice.' 'If something is young and furry then it is quiet.' 'If Anne is quiet then Anne is cold.' 'Kind, big things are young.' 'If something is kind and not furry then it is not young.']
Anne is not big.
False
1
3
[array(['Anne is furry.'], dtype=object)]
[array(['Furry things are nice.', 'Nice things are big.'], dtype=object)]
10,797
['The cow is young.' 'The cow sees the lion.' 'The dog likes the cow.' 'The dog likes the rabbit.' 'The dog sees the rabbit.' 'The lion is young.' 'The lion sees the cow.' 'The lion sees the dog.' 'The lion sees the rabbit.' 'The rabbit is round.' 'The rabbit likes the cow.']
['If someone visits the rabbit then the rabbit likes the lion.' 'If someone likes the rabbit and the rabbit is red then the rabbit is big.' 'If someone likes the lion and they see the rabbit then the lion likes the rabbit.' 'If someone is young then they like the rabbit.' 'If someone is young then they see the lion.' 'If the lion is big then the lion visits the dog.' 'If the rabbit likes the lion then the rabbit is young.' 'If someone is young and they like the rabbit then they visit the rabbit.']
The rabbit does not like the lion.
False
3
5
[array(['The cow is young.', 'The cow is young.'], dtype=object) array(['The lion is young.', 'The lion is young.'], dtype=object)]
[array(['If someone is young then they like the rabbit.', 'If someone is young and they like the rabbit then they visit the rabbit.', 'If someone visits the rabbit then the rabbit likes the lion.'], dtype=object) array(['If someone is young then they like the rabbit.', 'If someone is young and they like the rabbit then they visit the rabbit.', 'If someone visits the rabbit then the rabbit likes the lion.'], dtype=object) ]
10,798
['The cow is young.' 'The cow needs the rabbit.' 'The rabbit is green.' 'The rabbit needs the cow.' 'The rabbit does not see the cow.' 'The rabbit visits the cow.' 'The tiger is young.' 'The tiger needs the cow.' 'The tiger sees the cow.' 'The tiger does not visit the cow.']
['If something is blue and it sees the rabbit then the rabbit is blue.' 'If something visits the rabbit then it does not see the tiger.' 'If something needs the cow then it visits the tiger.' 'If something visits the tiger then the tiger does not visit the rabbit.' 'If something is young and it does not need the tiger then the tiger sees the cow.' 'If something is big and it does not visit the cow then the cow is green.' 'If something needs the rabbit and it does not visit the tiger then it is big.' 'Green things are round.']
The tiger visits the rabbit.
False
1
3
[array(['The rabbit needs the cow.'], dtype=object) array(['The tiger needs the cow.'], dtype=object)]
[array(['If something needs the cow then it visits the tiger.', 'If something visits the tiger then the tiger does not visit the rabbit.'], dtype=object) array(['If something needs the cow then it visits the tiger.', 'If something visits the tiger then the tiger does not visit the rabbit.'], dtype=object) ]
10,799
['Anne is young.' 'Dave is furry.' 'Gary is red.']
['Blue people are white.' 'If someone is young then they are blue.' 'All blue people are young.' 'If someone is young and furry then they are rough.' 'If someone is red and rough then they are big.' 'All furry people are blue.' 'If someone is white then they are young.' 'All white, furry people are red.']
Dave is not young.
False
1
3
[array(['Dave is furry.'], dtype=object) array(['Dave is furry.'], dtype=object)]
[array(['All furry people are blue.', 'All blue people are young.'], dtype=object) array(['All furry people are blue.', 'Blue people are white.', 'If someone is white then they are young.'], dtype=object)]