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
12,000
['Bob is red.' 'Erin is furry.' 'Erin is red.' 'Erin is round.' 'Gary is not furry.' 'Harry is kind.' 'Harry is young.']
['Furry things are white.' 'If something is red then it is furry.']
Bob is white.
True
1
3
[array(['Bob is red.'], dtype=object)]
[array(['If something is red then it is furry.', 'Furry things are white.'], dtype=object) ]
12,001
['Anne is cold.' 'Anne is nice.' 'Bob is quiet.' 'Bob is white.' 'Gary is quiet.' 'Harry is big.' 'Harry is green.' 'Harry is nice.' 'Harry is quiet.' 'Harry is white.']
['If someone is white and nice then they are big.' 'All quiet, cold people are nice.' 'All round people are green.' 'Quiet, round people are green.' 'If someone is nice then they are round.' 'All green, quiet people are cold.' 'Quiet people are round.' 'Quiet, nice people are white.']
Anne is green.
True
1
3
[array(['Anne is nice.'], dtype=object)]
[array(['If someone is nice then they are round.', 'All round people are green.'], dtype=object)]
12,002
['The cat needs the squirrel.' 'The cat needs the tiger.' 'The cow chases the cat.' 'The cow is cold.' 'The cow is red.' 'The cow needs the tiger.' 'The cow visits the cat.' 'The cow visits the squirrel.' 'The squirrel chases the cow.' 'The squirrel visits the cow.' 'The squirrel visits the tiger.' 'The tiger chases the cow.' 'The tiger is kind.' 'The tiger is round.' 'The tiger visits the cat.']
['If something visits the squirrel then the squirrel needs the cat.' 'If something is cold then it is round.' 'If something visits the cat and it is red then the cat is big.' 'If something chases the tiger and it needs the cow then it visits the cow.' 'If something needs the cat then the cat is cold.' 'If the tiger needs the cow and the cow is cold then the tiger is round.']
The cat is cold.
True
1
3
[array(['The cow visits the squirrel.'], dtype=object)]
[array(['If something visits the squirrel then the squirrel needs the cat.', 'If something needs the cat then the cat is cold.'], dtype=object) ]
12,003
['The cow chases the rabbit.' 'The cow is blue.' 'The cow is rough.' 'The cow is young.' 'The cow sees the rabbit.' 'The cow visits the rabbit.' 'The rabbit chases the cow.' 'The rabbit is cold.' 'The rabbit sees the cow.' 'The rabbit visits the cow.']
['If someone sees the rabbit then they are young.' 'If someone is blue then they visit the cow.' 'If someone chases the cow and the cow is cold then they visit the rabbit.' 'If someone chases the rabbit and they chase the cow then they see the rabbit.' 'If someone chases the cow then they chase the rabbit.' 'If someone is rough and they visit the rabbit then the rabbit visits the cow.']
The rabbit is young.
True
3
5
[array(['The rabbit chases the cow.', 'The rabbit chases the cow.'], dtype=object) ]
[array(['If someone chases the cow then they chase the rabbit.', 'If someone chases the rabbit and they chase the cow then they see the rabbit.', 'If someone sees the rabbit then they are young.'], dtype=object) ]
12,004
['Charlie is blue.' 'Erin is rough.' 'Harry is not rough.']
['If Harry is young and Harry is big then Harry is not green.' 'Blue people are young.' 'All red people are big.' 'Blue people are red.' 'If Erin is green and Erin is cold then Erin is not young.' 'If someone is red then they are rough.' 'If someone is blue and not big then they are rough.' 'Big, rough people are cold.']
Charlie is big.
True
1
3
[array(['Charlie is blue.'], dtype=object)]
[array(['Blue people are red.', 'All red people are big.'], dtype=object)]
12,005
['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 not blue.
False
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) ]
12,006
['The lion is big.' 'The lion is cold.' 'The lion is nice.' 'The lion is rough.' 'The lion is young.' 'The lion likes the tiger.' 'The lion sees the tiger.' 'The lion visits the tiger.' 'The tiger is big.' 'The tiger is nice.' 'The tiger is rough.' 'The tiger is young.' 'The tiger likes the lion.' 'The tiger sees the lion.' 'The tiger visits the lion.']
['If something sees the tiger then it is rough.' 'If something sees the lion and it is nice then it visits the lion.' 'If the lion visits the tiger then the tiger sees the lion.' 'If something visits the lion and it likes the tiger then it likes the lion.' 'If something visits the tiger and it sees the tiger then the tiger sees the lion.' 'If something is cold and young then it sees the tiger.' 'If something sees the lion then it is rough.' 'If something is cold then it sees the lion.']
The lion visits the lion.
True
1
4
[array(['The lion is cold.', 'The lion is nice.'], dtype=object)]
[array(['If something is cold then it sees the lion.', 'If something sees the lion and it is nice then it visits the lion.'], dtype=object) ]
12,007
['Charlie is furry.' 'Charlie is kind.' 'Charlie is not red.']
['All kind, young people are green.' 'All furry people are young.' 'If someone is kind then they are big.']
Charlie is not green.
False
1
4
[array(['Charlie is kind.', 'Charlie is furry.'], dtype=object)]
[array(['All furry people are young.', 'All kind, young people are green.'], dtype=object) ]
12,008
['The cow is round.']
['If something is round then it is young.' 'All young things are big.' 'Kind things are round.']
The cow is not big.
False
1
3
[array(['The cow is round.'], dtype=object)]
[array(['If something is round then it is young.', 'All young things are big.'], dtype=object)]
12,009
['The bald eagle chases the cat.' 'The bald eagle chases the cow.' 'The bald eagle eats the cow.' 'The bald eagle is big.' 'The bald eagle is rough.' 'The bald eagle sees the cat.' 'The bald eagle sees the cow.' 'The cat eats the bald eagle.' 'The cat is big.' 'The cat is cold.' 'The cat is nice.' 'The cow eats the cat.' 'The cow is green.' 'The cow is nice.' 'The cow sees the cat.']
['If something chases the bald eagle and it is cold then it chases the cow.' 'If something is green and big then it sees the bald eagle.' 'If something is nice then it is green.' 'If something sees the cow then it is nice.' 'If the cat chases the cow and the cow eats the cat then the cow is nice.' 'If something sees the bald eagle then the bald eagle eats the cow.']
The bald eagle is not green.
False
1
3
[array(['The bald eagle sees the cow.'], dtype=object)]
[array(['If something sees the cow then it is nice.', 'If something is nice then it is green.'], dtype=object)]
12,010
['Gary is rough.']
['If something is cold and green then it is rough.' 'All cold, furry things are green.' 'If Gary is rough then Gary is quiet.' 'If something is rough then it is big.' 'Rough, green things are furry.' 'If something is green and furry then it is cold.']
Gary is not furry.
Unknown
1
-1
[]
[]
12,011
['The squirrel is cold.']
['Kind, blue people are rough.' 'If the squirrel is kind and the squirrel is blue then the squirrel is cold.' 'If someone is round then they are kind.' 'If someone is cold then they are kind.' 'If someone is round and cold then they are blue.' 'Kind people are round.']
The squirrel is not round.
False
1
3
[array(['The squirrel is cold.'], dtype=object)]
[array(['If someone is cold then they are kind.', 'Kind people are round.'], dtype=object) ]
12,012
['The bear likes the mouse.' 'The cat needs the rabbit.' 'The mouse is not kind.' 'The mouse is not young.' 'The mouse does not like the bear.' 'The mouse sees the rabbit.' 'The rabbit sees the mouse.']
['If someone is young and green then they like the bear.' 'If someone sees the cat then the cat is big.' 'If someone is big then they see the cat.' 'If someone sees the rabbit then the rabbit sees the cat.' 'If someone likes the bear then the bear likes the cat.' 'All green people are big.']
The cat sees the cat.
True
3
4
[array(['The mouse sees the rabbit.'], dtype=object)]
[array(['If someone sees the rabbit then the rabbit sees the cat.', 'If someone sees the cat then the cat is big.', 'If someone is big then they see the cat.'], dtype=object) ]
12,013
['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 bear does not chase the rabbit.
False
1
3
[array(['The rabbit likes the bear.'], dtype=object)]
[array(['If the rabbit likes the bear then the bear sees the rabbit.', 'If the bear sees the rabbit then the bear chases the rabbit.'], dtype=object) ]
12,014
['Dave is nice.' 'Dave is red.' 'Erin is red.' 'Fiona is rough.' 'Fiona is round.' 'Gary is cold.' 'Gary is green.' 'Gary is red.' 'Gary is rough.' 'Gary is not smart.']
['Smart, round things are nice.' 'Red things are nice.' 'Rough, nice things are round.' 'Cold things are rough.' 'If something is red and nice then it is cold.' 'All round things are green.' 'If something is nice and not cold then it is green.']
Gary is not round.
False
1
4
[array(['Gary is rough.', 'Gary is red.'], dtype=object) array(['Gary is cold.', 'Gary is red.'], dtype=object) array(['Gary is red.', 'Gary is red.', 'Gary is red.'], dtype=object)]
[array(['Red things are nice.', 'Rough, nice things are round.'], dtype=object) array(['Cold things are rough.', 'Red things are nice.', 'Rough, nice things are round.'], dtype=object) array(['Red things are nice.', 'If something is red and nice then it is cold.', 'Cold things are rough.', 'Red things are nice.', 'Rough, nice things are round.'], dtype=object) ]
12,015
['Anne is young.' 'Erin is nice.' 'Gary is cold.' 'Harry is nice.']
['All white things are cold.' 'If something is quiet and white then it is nice.' 'If something is round and young then it is nice.' 'All white, cold things are round.' 'If something is nice then it is round.' 'If something is round then it is white.' 'Quiet things are cold.' 'If Anne is nice and Anne is young then Anne is quiet.']
Erin is white.
True
1
3
[array(['Erin is nice.'], dtype=object)]
[array(['If something is nice then it is round.', 'If something is round then it is white.'], dtype=object)]
12,016
['Bob is round.' 'Charlie is green.' 'Erin is nice.' 'Fiona is round.']
['Green things are cold.' 'All furry, round things are big.' 'Big things are green.' 'If something is furry then it is round.' 'Nice, young things are green.' 'Nice things are young.']
Erin is green.
True
1
4
[array(['Erin is nice.', 'Erin is nice.'], dtype=object)]
[array(['Nice things are young.', 'Nice, young things are green.'], dtype=object) ]
12,017
['Charlie is smart.']
['Round people are young.' 'All smart people are round.' 'If someone is young then they are quiet.']
Charlie is not young.
False
1
3
[array(['Charlie is smart.'], dtype=object)]
[array(['All smart people are round.', 'Round people are young.'], dtype=object) ]
12,018
['Anne is blue.' 'Anne is furry.' 'Charlie is quiet.' 'Charlie is not round.' 'Charlie is white.' 'Dave is round.' 'Harry is cold.']
['If someone is white then they are quiet.' 'If Dave is round and Dave is quiet then Dave is nice.' 'Cold people are white.' 'If Anne is quiet and Anne is round then Anne is not blue.' 'If someone is round then they are cold.' 'All nice people are not furry.' 'If Harry is cold then Harry is round.' 'If Anne is quiet then Anne is nice.' 'If Harry is cold and Harry is round then Harry is not furry.']
Harry is not quiet.
False
1
3
[array(['Harry is cold.'], dtype=object)]
[array(['Cold people are white.', 'If someone is white then they are quiet.'], dtype=object)]
12,019
['The bald eagle eats the cow.' 'The bald eagle is young.' 'The cow is nice.' 'The cow sees the bald eagle.' 'The dog eats the bald eagle.' 'The tiger eats the cow.' 'The tiger needs the bald eagle.']
['If something is green and it eats the cow then it does not see the bald eagle.' 'If something eats the tiger then the tiger is young.' 'If something is red then it eats the tiger.' 'If something sees the bald eagle then it eats the cow.' 'If something is green and it needs the dog then it needs the bald eagle.' 'If something sees the tiger then it needs the bald eagle.' 'If something is red then it eats the bald eagle.' 'If something is young then it is red.' 'If something eats the dog and it is red then the dog is young.']
The dog is not red.
Unknown
1
-1
[]
[]
12,020
['The bald eagle chases the bear.' 'The bear needs the bald eagle.']
['If someone chases the bald eagle then they do not chase the bear.' 'If someone needs the bald eagle then the bald eagle eats the bear.' 'If someone needs the bear then the bear is red.' 'If someone eats the bear then they are cold.' 'If someone is cold then they are not kind.' 'If someone eats the bear and they are not cold then the bear is not round.']
The bald eagle is cold.
True
1
3
[array(['The bear needs the bald eagle.'], dtype=object)]
[array(['If someone needs the bald eagle then the bald eagle eats the bear.', 'If someone eats the bear then they are cold.'], dtype=object) ]
12,021
['Bob is furry.' 'Bob is green.' 'Bob is quiet.' 'Bob is red.' 'Gary is big.' 'Gary is green.' 'Gary is red.']
['If someone is smart and white then they are quiet.' 'If Gary is big and Gary is green then Gary is smart.' 'All white people are quiet.' 'If someone is red and quiet then they are furry.' 'If someone is white and red then they are quiet.' 'If Gary is red then Gary is quiet.' 'All smart, white people are big.' 'All green, quiet people are smart.']
Gary is furry.
True
1
4
[array(['Gary is red.', 'Gary is red.'], dtype=object)]
[array(['If Gary is red then Gary is quiet.', 'If someone is red and quiet then they are furry.'], dtype=object)]
12,022
['The bald eagle is cold.' 'The bald eagle is green.' 'The bald eagle needs the lion.' 'The bald eagle visits the rabbit.' 'The dog sees the lion.' 'The lion is cold.' 'The lion is green.' 'The lion needs the dog.' 'The lion needs the rabbit.' 'The lion visits the bald eagle.' 'The lion visits the dog.' 'The rabbit is round.' 'The rabbit visits the dog.' 'The rabbit visits the lion.']
['If something is round then it is rough.' 'If something visits the rabbit and it needs the bald eagle then the rabbit visits the bald eagle.' 'If something is rough then it visits the lion.' 'If the dog needs the rabbit and the rabbit sees the bald eagle then the bald eagle sees the dog.' 'If the rabbit visits the lion and the rabbit needs the dog then the dog is round.' 'If something visits the rabbit then the rabbit needs the bald eagle.' 'If something visits the lion and the lion needs the dog then it needs the dog.']
The dog is rough.
True
3
6
[array(['The rabbit visits the lion.', 'The rabbit visits the lion.', 'The lion needs the dog.'], dtype=object) array(['The rabbit is round.', 'The rabbit visits the lion.', 'The lion needs the dog.'], dtype=object) array(['The rabbit visits the lion.', 'The rabbit is round.', 'The lion needs the dog.'], dtype=object) array(['The rabbit is round.', 'The rabbit is round.', 'The lion needs the dog.'], dtype=object) ]
[array(['If something visits the lion and the lion needs the dog then it needs the dog.', 'If the rabbit visits the lion and the rabbit needs the dog then the dog is round.', 'If something is round then it is rough.'], dtype=object) array(['If something is round then it is rough.', 'If something is rough then it visits the lion.', 'If something visits the lion and the lion needs the dog then it needs the dog.', 'If the rabbit visits the lion and the rabbit needs the dog then the dog is round.', 'If something is round then it is rough.'], dtype=object) array(['If something is round then it is rough.', 'If something is rough then it visits the lion.', 'If something visits the lion and the lion needs the dog then it needs the dog.', 'If the rabbit visits the lion and the rabbit needs the dog then the dog is round.', 'If something is round then it is rough.'], dtype=object) array(['If something is round then it is rough.', 'If something is rough then it visits the lion.', 'If something is round then it is rough.', 'If something is rough then it visits the lion.', 'If something visits the lion and the lion needs the dog then it needs the dog.', 'If the rabbit visits the lion and the rabbit needs the dog then the dog is round.', 'If something is round then it is rough.'], dtype=object) ]
12,023
['The bear chases the lion.' 'The bear is cold.' 'The bear is nice.' 'The bear visits the rabbit.' 'The lion is red.' 'The rabbit chases the bear.' 'The rabbit is green.' 'The squirrel chases the bear.' 'The squirrel likes the bear.' 'The squirrel visits the lion.']
['If something chases the squirrel then the squirrel is red.' 'If something likes the lion then it chases the squirrel.' 'If something is red then it likes the lion.' 'If something is nice and it chases the lion then it likes the rabbit.' 'If something likes the bear and the bear likes the rabbit then the bear is green.' 'If the squirrel visits the rabbit and the rabbit likes the bear then the bear visits the squirrel.']
The bear does not chase the squirrel.
Unknown
1
-1
[]
[]
12,024
['Charlie is blue.' 'Charlie is quiet.' 'Dave is not blue.' 'Dave is green.' 'Dave is quiet.' 'Dave is round.' 'Dave is not white.' 'Erin is blue.' 'Erin is green.' 'Erin is quiet.' 'Gary is green.' 'Gary is quiet.']
['If someone is blue and not quiet then they are round.' 'If someone is green then they are round.' 'Blue, cold people are green.' 'All blue people are cold.' 'If Charlie is not quiet then Charlie is not round.' 'If Gary is blue and Gary is round then Gary is not cold.' 'All round people are not furry.' 'If someone is cold and not furry then they are white.']
Erin is white.
True
3
6
[array(['Erin is blue.', 'Erin is green.'], dtype=object) array(['Erin is blue.', 'Erin is blue.', 'Erin is blue.'], dtype=object)]
[array(['All blue people are cold.', 'If someone is green then they are round.', 'All round people are not furry.', 'If someone is cold and not furry then they are white.'], dtype=object) array(['All blue people are cold.', 'All blue people are cold.', 'Blue, cold people are green.', 'If someone is green then they are round.', 'All round people are not furry.', 'If someone is cold and not furry then they are white.'], dtype=object) ]
12,025
['Anne is rough.' 'Bob is blue.' 'Bob is furry.' 'Bob is rough.' 'Bob is white.' 'Erin is quiet.' 'Gary is quiet.']
['If Erin is red and Erin is rough then Erin is blue.' 'Furry things are green.' 'Red things are rough.' 'All green, white things are quiet.' 'Furry, white things are blue.' 'Quiet things are furry.' 'All green, quiet things are red.']
Anne is not furry.
Unknown
1
-1
[]
[]
12,026
['Anne is smart.' 'Bob is quiet.' 'Bob is young.' 'Fiona is not quiet.' 'Gary is kind.' 'Gary is rough.' 'Gary is smart.']
['Rough, kind people are blue.' 'Young, kind people are rough.' 'If someone is furry then they are quiet.' 'Furry, young people are quiet.' 'All quiet people are young.' 'If someone is blue and kind then they are young.' 'If someone is smart then they are furry.' 'If Fiona is blue then Fiona is not kind.' 'Young people are kind.']
Fiona is not blue.
Unknown
3
-1
[]
[]
12,027
['The bear chases the tiger.' 'The cat chases the mouse.' 'The cat visits the bear.' 'The mouse chases the tiger.' 'The mouse is rough.' 'The mouse is young.' 'The tiger is big.']
['If something chases the bear and the bear likes the mouse then the mouse likes the bear.' 'If something visits the mouse then the mouse visits the tiger.' 'If the tiger is young and the tiger likes the cat then the cat chases the tiger.' 'If something likes the mouse and it is green then it chases the mouse.' 'If something chases the cat then the cat likes the mouse.' 'If the cat visits the bear then the cat visits the mouse.' 'If something visits the tiger then the tiger chases the cat.' 'If something is green and it chases the tiger then the tiger chases the bear.']
The mouse does not visit the tiger.
False
1
3
[array(['The cat visits the bear.'], dtype=object)]
[array(['If the cat visits the bear then the cat visits the mouse.', 'If something visits the mouse then the mouse visits the tiger.'], dtype=object) ]
12,028
['The cat sees the tiger.' 'The cow is round.' 'The tiger sees the cow.']
['If someone sees the cow then they are big.' 'If someone sees the cat and they visit the tiger then they visit the cat.' 'If someone visits the cat then they visit the tiger.' 'If someone is big then they see the tiger.' 'If someone likes the cat and they like the cow then they visit the tiger.' 'If someone sees the tiger and the tiger is red then the tiger likes the cow.' 'If someone visits the tiger then they visit the cow.' 'If someone is big and they see the tiger then the tiger is kind.']
The cow sees the tiger.
Unknown
1
-1
[]
[]
12,029
['Erin is round.']
['White, round things are green.' 'If something is blue then it is white.' 'All round things are blue.']
Erin is not green.
False
3
5
[array(['Erin is round.', 'Erin is round.'], dtype=object)]
[array(['All round things are blue.', 'If something is blue then it is white.', 'White, round things are green.'], dtype=object)]
12,030
['Bob is quiet.' 'Bob is smart.' 'Charlie is quiet.' 'Charlie is not white.' 'Fiona is young.' 'Harry is big.' 'Harry is nice.']
['If something is quiet and white then it is green.' 'All smart things are green.' 'Green things are white.' 'All smart, young things are big.' 'White things are not young.' 'If something is smart and not young then it is nice.' 'If Bob is green and Bob is nice then Bob is big.']
Harry is not white.
Unknown
1
-1
[]
[]
12,031
['Anne is kind.' 'Bob is cold.' 'Bob is smart.' 'Erin is red.' 'Erin is smart.' 'Erin is young.' 'Fiona is white.']
['If Fiona is young and Fiona is kind then Fiona is cold.' 'If someone is red then they are green.' 'If Fiona is smart then Fiona is kind.' 'All red, green people are white.' 'Cold people are green.' 'All green people are cold.' 'Red, cold people are green.' 'White people are kind.']
Erin is not white.
False
1
4
[array(['Erin is red.', 'Erin is red.'], dtype=object)]
[array(['If someone is red then they are green.', 'All red, green people are white.'], dtype=object)]
12,032
['The cat is kind.' 'The cat does not see the mouse.' 'The cat visits the dog.' 'The cat visits the rabbit.' 'The dog is big.' 'The dog visits the mouse.' 'The mouse chases the cat.' 'The mouse is not blue.' 'The mouse does not see the cat.' 'The rabbit is big.' 'The rabbit visits the cat.' 'The rabbit visits the dog.']
['If someone is big and they chase the dog then they visit the rabbit.' 'If someone is cold then they are not big.' 'If someone is blue then they chase the dog.' 'If someone chases the rabbit and the rabbit is cold then they visit the dog.' 'If someone chases the dog and the dog chases the cat then the dog chases the rabbit.' 'If someone is cold then they see the dog.' 'If someone visits the dog and the dog chases the rabbit then the dog sees the mouse.' 'If someone visits the dog and they are big then they are blue.' 'If someone chases the dog then the dog is blue.']
The rabbit does not chase the dog.
False
1
4
[array(['The rabbit visits the dog.', 'The rabbit is big.'], dtype=object)]
[array(['If someone visits the dog and they are big then they are blue.', 'If someone is blue then they chase the dog.'], dtype=object) ]
12,033
['The bald eagle is green.' 'The bald eagle is kind.' 'The bald eagle does not need the rabbit.' 'The bald eagle sees the mouse.' 'The bald eagle sees the rabbit.' 'The bald eagle visits the mouse.' 'The bald eagle does not visit the rabbit.' 'The mouse needs the bald eagle.' 'The mouse needs the rabbit.' 'The mouse visits the bald eagle.' 'The rabbit is green.' 'The rabbit is kind.' 'The rabbit needs the bald eagle.' 'The rabbit sees the bald eagle.' 'The rabbit visits the mouse.']
['If something visits the bald eagle and it does not see the mouse then the bald eagle is green.' 'If something is green and it visits the rabbit then it sees the rabbit.' 'If the rabbit sees the mouse then the mouse is kind.' 'If something visits the bald eagle and it is round then the bald eagle does not visit the mouse.' 'If something visits the bald eagle and it is blue then it is young.' 'If something is round then it visits the rabbit.' 'If something visits the mouse and the mouse needs the rabbit then the rabbit is round.' 'If something sees the rabbit and the rabbit sees the mouse then the mouse does not need the bald eagle.']
The rabbit does not see the rabbit.
False
3
6
[array(['The rabbit is green.', 'The rabbit visits the mouse.', 'The mouse needs the rabbit.'], dtype=object) array(['The rabbit is green.', 'The bald eagle visits the mouse.', 'The mouse needs the rabbit.'], dtype=object) ]
[array(['If something visits the mouse and the mouse needs the rabbit then the rabbit is round.', 'If something is round then it visits the rabbit.', 'If something is green and it visits the rabbit then it sees the rabbit.'], dtype=object) array(['If something visits the mouse and the mouse needs the rabbit then the rabbit is round.', 'If something is round then it visits the rabbit.', 'If something is green and it visits the rabbit then it sees the rabbit.'], dtype=object) ]
12,034
['Dave is cold.' 'Dave is rough.' 'Dave is round.' 'Dave is smart.' 'Dave is white.' 'Erin is kind.' 'Gary is cold.' 'Gary is kind.' 'Gary is quiet.' 'Gary is rough.' 'Gary is round.' 'Gary is smart.' 'Gary is white.' 'Harry is cold.' 'Harry is smart.']
['If someone is rough then they are round.' 'If Harry is cold and Harry is round then Harry is kind.' 'All smart people are rough.']
Erin is round.
Unknown
1
-1
[]
[]
12,035
['The dog chases the squirrel.' 'The dog chases the tiger.' 'The dog eats the tiger.' 'The dog is young.' 'The dog needs the squirrel.' 'The rabbit chases the dog.' 'The rabbit chases the tiger.' 'The squirrel chases the dog.' 'The squirrel is round.' 'The squirrel needs the rabbit.' 'The squirrel needs the tiger.' 'The tiger chases the dog.' 'The tiger eats the dog.' 'The tiger eats the squirrel.' 'The tiger is green.' 'The tiger is round.']
['If someone is green then they eat the rabbit.' 'If someone needs the squirrel and the squirrel is green then they need the tiger.' 'If someone eats the rabbit then they need the squirrel.' 'If the tiger needs the rabbit then the rabbit is green.' 'If someone is nice then they need the rabbit.' 'If the tiger is round then the tiger is young.' 'If someone chases the tiger and the tiger is kind then the tiger eats the rabbit.' 'If someone needs the squirrel then they are nice.' 'If someone chases the tiger then the tiger chases the squirrel.']
The tiger needs the squirrel.
True
1
3
[array(['The tiger is green.'], dtype=object)]
[array(['If someone is green then they eat the rabbit.', 'If someone eats the rabbit then they need the squirrel.'], dtype=object) ]
12,036
['The bald eagle chases the tiger.' 'The lion eats the bald eagle.' 'The squirrel eats the lion.' 'The tiger is kind.']
['If the bald eagle eats the squirrel and the squirrel is kind then the squirrel sees the tiger.' 'If someone is kind then they see the squirrel.' 'If someone eats the squirrel and they eat the tiger then they see the bald eagle.' 'If the lion sees the squirrel and the lion is big then the squirrel eats the lion.' 'If someone sees the bald eagle and they are kind then the bald eagle sees the squirrel.' 'Blue people are kind.' 'If someone eats the bald eagle then the bald eagle is blue.' 'If someone eats the tiger and they eat the bald eagle then they are blue.']
The bald eagle is not kind.
False
1
3
[array(['The lion eats the bald eagle.'], dtype=object)]
[array(['If someone eats the bald eagle then the bald eagle is blue.', 'Blue people are kind.'], dtype=object) ]
12,037
['The bald eagle does not chase the lion.' 'The bald eagle does not eat the squirrel.' 'The bald eagle is big.' 'The bald eagle is cold.' 'The bald eagle is red.' 'The bald eagle sees the squirrel.' 'The lion chases the bald eagle.' 'The lion eats the bald eagle.' 'The lion is not round.' 'The lion sees the bald eagle.' 'The lion sees the squirrel.' 'The squirrel chases the bald eagle.' 'The squirrel chases the lion.' 'The squirrel does not chase the tiger.' 'The squirrel is cold.' 'The tiger eats the squirrel.']
['If someone sees the squirrel then the squirrel is red.' 'If the bald eagle chases the lion and the bald eagle does not see the lion then the lion is cold.' 'If someone is red and they chase the bald eagle then the bald eagle eats the lion.']
The bald eagle does not eat the lion.
False
1
4
[array(['The lion sees the squirrel.', 'The squirrel chases the bald eagle.'], dtype=object) array(['The bald eagle sees the squirrel.', 'The squirrel chases the bald eagle.'], dtype=object)]
[array(['If someone sees the squirrel then the squirrel is red.', 'If someone is red and they chase the bald eagle then the bald eagle eats the lion.'], dtype=object) array(['If someone sees the squirrel then the squirrel is red.', 'If someone is red and they chase the bald eagle then the bald eagle eats the lion.'], dtype=object) ]
12,038
['The squirrel is kind.']
['If someone is rough and not kind then they are red.' 'All round people are red.' 'If someone is round then they are rough.' 'All nice, red people are rough.' 'All red people are nice.' 'If the squirrel is kind then the squirrel is round.']
The squirrel is red.
True
1
3
[array(['The squirrel is kind.'], dtype=object)]
[array(['If the squirrel is kind then the squirrel is round.', 'All round people are red.'], dtype=object) ]
12,039
['The bear is kind.' 'The bear is young.' 'The bear likes the cat.' 'The bear likes the rabbit.' 'The bear sees the cat.' 'The bear visits the rabbit.' 'The cat is big.' 'The cat likes the bear.' 'The cat likes the rabbit.' 'The cat sees the rabbit.' 'The cat visits the bear.' 'The cat visits the rabbit.' 'The rabbit is red.' 'The rabbit likes the bear.' 'The rabbit visits the bear.' 'The rabbit visits the cat.']
['If something visits the cat then it likes the rabbit.' 'Young things are red.' 'If something is kind and it visits the bear then the bear likes the rabbit.' 'If something likes the cat then it is kind.' 'If something visits the rabbit and it is big then it likes the cat.' 'If something is big and it visits the cat then it likes the bear.']
The rabbit is not kind.
Unknown
1
-1
[]
[]
12,040
['Anne is quiet.' 'Anne is not round.' 'Anne is young.' 'Charlie is not quiet.' 'Charlie is young.' 'Dave is blue.' 'Dave is not smart.' 'Harry is blue.' 'Harry is kind.' 'Harry is young.']
['All blue, kind things are rough.' 'Rough, kind things are quiet.' 'Round things are kind.' 'If Anne is round then Anne is kind.' 'If Anne is smart and Anne is quiet then Anne is not round.' 'All blue things are round.' 'If something is kind and not round then it is young.' 'If something is quiet and not blue then it is young.' 'Quiet things are young.']
Charlie is not kind.
Unknown
1
-1
[]
[]
12,041
['Bob is green.' 'Bob is kind.' 'Charlie is green.' 'Charlie is not smart.' 'Erin is not young.' 'Fiona is nice.' 'Fiona is young.']
['Green, smart things are quiet.' 'If something is kind then it is green.' 'Smart things are young.' 'Young things are kind.' 'Quiet things are furry.' 'All quiet, nice things are furry.' 'Nice, green things are smart.' 'If Bob is kind and Bob is not green then Bob is furry.']
Fiona is not green.
False
1
3
[array(['Fiona is young.'], dtype=object)]
[array(['Young things are kind.', 'If something is kind then it is green.'], dtype=object) ]
12,042
['Anne is cold.' 'Anne is kind.' 'Anne is young.' 'Bob is kind.' 'Charlie is round.' 'Charlie is young.' 'Harry is big.' 'Harry is cold.' 'Harry is kind.' 'Harry is round.' 'Harry is smart.' 'Harry is young.']
['If someone is smart and round then they are kind.' 'If Charlie is cold then Charlie is big.' 'Smart, young people are kind.' 'All big people are kind.' 'Kind, green people are cold.' 'Young people are green.' 'If someone is young and green then they are smart.' 'If someone is smart then they are green.']
Bob is green.
Unknown
1
-1
[]
[]
12,043
['The dog is kind.' 'The dog visits the squirrel.' 'The squirrel is big.' 'The squirrel is blue.' 'The squirrel is kind.' 'The squirrel is not red.' 'The squirrel is young.' 'The squirrel does not like the dog.' 'The squirrel does not need the dog.' 'The squirrel visits the dog.']
['If someone visits the squirrel then they need the dog.' 'If someone is red and they need the dog then the dog does not need the squirrel.' 'If someone likes the squirrel and the squirrel does not like the dog then the dog needs the squirrel.' 'If someone likes the squirrel then they need the squirrel.' 'If someone visits the dog then the dog likes the squirrel.' 'If someone needs the dog and the dog is not young then they are blue.']
The dog does not need the squirrel.
False
1
3
[array(['The squirrel visits the dog.'], dtype=object) array(['The squirrel visits the dog.', 'The squirrel does not like the dog.'], dtype=object)]
[array(['If someone visits the dog then the dog likes the squirrel.', 'If someone likes the squirrel then they need the squirrel.'], dtype=object) array(['If someone visits the dog then the dog likes the squirrel.', 'If someone likes the squirrel and the squirrel does not like the dog then the dog needs the squirrel.'], dtype=object) ]
12,044
['The bald eagle chases the tiger.' 'The lion eats the bald eagle.' 'The squirrel eats the lion.' 'The tiger is kind.']
['If the bald eagle eats the squirrel and the squirrel is kind then the squirrel sees the tiger.' 'If someone is kind then they see the squirrel.' 'If someone eats the squirrel and they eat the tiger then they see the bald eagle.' 'If the lion sees the squirrel and the lion is big then the squirrel eats the lion.' 'If someone sees the bald eagle and they are kind then the bald eagle sees the squirrel.' 'Blue people are kind.' 'If someone eats the bald eagle then the bald eagle is blue.' 'If someone eats the tiger and they eat the bald eagle then they are blue.']
The bald eagle is kind.
True
1
3
[array(['The lion eats the bald eagle.'], dtype=object)]
[array(['If someone eats the bald eagle then the bald eagle is blue.', 'Blue people are kind.'], dtype=object) ]
12,045
['The cow does not chase the mouse.' 'The cow chases the squirrel.' 'The cow eats the mouse.' 'The cow likes the squirrel.' 'The lion chases the squirrel.' 'The lion eats the cow.' 'The lion eats the squirrel.' 'The lion is cold.' 'The lion likes the cow.' 'The mouse eats the cow.' 'The mouse is not nice.' 'The squirrel chases the lion.']
['If someone is big then they chase the lion.' 'If someone chases the lion then they eat the lion.' 'If someone is nice then they do not eat the lion.' 'If the lion is cold and the lion is not rough then the lion is nice.' 'If the cow chases the lion and the cow likes the lion then the cow eats the lion.' 'If someone eats the lion then the lion is big.' 'If someone is big and they chase the mouse then the mouse does not chase the cow.' 'If someone is rough then they like the lion.' 'If someone eats the lion then they like the squirrel.']
The lion is big.
True
1
3
[array(['The squirrel chases the lion.'], dtype=object)]
[array(['If someone chases the lion then they eat the lion.', 'If someone eats the lion then the lion is big.'], dtype=object)]
12,046
['Bob is green.' 'Bob is nice.' 'Charlie is red.' 'Charlie is white.' 'Dave is green.' 'Dave is nice.' 'Dave is smart.' 'Dave is white.' 'Gary is green.' 'Gary is not young.']
['Smart things are nice.' 'If Dave is white and Dave is red then Dave is furry.' 'If Bob is green and Bob is nice then Bob is not young.' 'If something is green then it is red.' 'All white, green things are smart.' 'All furry things are not young.' 'If something is nice and not smart then it is furry.' 'If Gary is smart and Gary is furry then Gary is not red.']
Charlie is not nice.
Unknown
1
-1
[]
[]
12,047
['The bald eagle is nice.' 'The bald eagle sees the tiger.' 'The bald eagle does not visit the tiger.' 'The lion chases the tiger.' 'The lion is not kind.' 'The lion is rough.' 'The lion visits the tiger.' 'The rabbit chases the tiger.' 'The rabbit is round.' 'The tiger sees the rabbit.' 'The tiger visits the bald eagle.' 'The tiger visits the lion.']
['If something visits the bald eagle and it chases the rabbit then it does not chase the bald eagle.' 'If the rabbit visits the bald eagle and the rabbit sees the tiger then the rabbit chases the lion.' 'If something visits the lion and it is nice then the lion sees the tiger.' 'If something chases the lion then the lion is round.' 'If something visits the tiger and it is not blue then it visits the lion.' 'If something is round then it chases the lion.']
The lion is round.
True
1
3
[array(['The rabbit is round.'], dtype=object)]
[array(['If something is round then it chases the lion.', 'If something chases the lion then the lion is round.'], dtype=object) ]
12,048
['The dog visits the squirrel.' 'The lion visits the squirrel.' 'The squirrel is rough.']
['If the dog sees the lion then the dog eats the lion.' 'If something visits the squirrel then it sees the lion.' 'If something sees the lion and it is red then it sees the dog.']
The dog eats the lion.
True
1
3
[array(['The dog visits the squirrel.'], dtype=object)]
[array(['If something visits the squirrel then it sees the lion.', 'If the dog sees the lion then the dog eats the lion.'], dtype=object) ]
12,049
['Bob is cold.' 'Bob is kind.' 'Bob is not nice.' 'Bob is quiet.' 'Dave is round.' 'Gary is cold.' 'Gary is kind.' 'Gary is quiet.' 'Gary is round.' 'Gary is smart.' 'Harry is green.' 'Harry is kind.' 'Harry is nice.' 'Harry is quiet.' 'Harry is round.']
['Cold, round things are kind.' 'All quiet things are kind.' 'Quiet, nice things are kind.' 'All smart things are kind.' 'If something is green and not nice then it is quiet.' 'All round things are quiet.' 'If something is smart and not nice then it is round.' 'If something is kind and not green then it is round.']
Dave is not kind.
False
1
3
[array(['Dave is round.'], dtype=object)]
[array(['All round things are quiet.', 'All quiet things are kind.'], dtype=object) ]
12,050
['The cow chases the squirrel.' 'The cow is blue.' 'The cow is cold.' 'The cow is rough.' 'The cow is round.' 'The cow is young.' 'The cow needs the squirrel.' 'The cow visits the squirrel.' 'The squirrel chases the cow.' 'The squirrel is cold.' 'The squirrel is young.' 'The squirrel visits the cow.']
['If someone visits the cow and the cow visits the squirrel then they chase the squirrel.' 'If someone chases the squirrel then the squirrel chases the cow.' 'If someone needs the cow then they are blue.' 'If someone chases the squirrel and they visit the squirrel then they are cold.' 'If someone needs the cow and they are cold then they are young.' 'If someone chases the squirrel and they visit the cow then the squirrel is round.']
The squirrel is not round.
False
1
5
[array(['The squirrel visits the cow.', 'The cow visits the squirrel.', 'The squirrel visits the cow.'], dtype=object) ]
[array(['If someone visits the cow and the cow visits the squirrel then they chase the squirrel.', 'If someone chases the squirrel and they visit the cow then the squirrel is round.'], dtype=object) ]
12,051
['The bald eagle is green.' 'The bald eagle is red.' 'The cat chases the lion.' 'The cat sees the tiger.' 'The cat visits the bald eagle.' 'The cat visits the lion.' 'The lion chases the cat.' 'The lion is red.' 'The lion sees the bald eagle.' 'The lion sees the cat.' 'The tiger chases the cat.' 'The tiger sees the cat.' 'The tiger visits the bald eagle.' 'The tiger visits the lion.']
['If something sees the lion and it sees the bald eagle then it chases the cat.' 'If something chases the cat then it is young.' 'If something visits the tiger and the tiger sees the cat then it sees the lion.' 'If something visits the tiger and the tiger visits the lion then it sees the bald eagle.' 'If the lion sees the bald eagle then the bald eagle visits the tiger.' 'If something is young then it visits the lion.']
The bald eagle chases the cat.
True
3
9
[array(['The lion sees the bald eagle.', 'The tiger sees the cat.', 'The lion sees the bald eagle.', 'The tiger visits the lion.'], dtype=object) array(['The lion sees the bald eagle.', 'The tiger sees the cat.', 'The lion sees the bald eagle.', 'The tiger chases the cat.'], dtype=object) ]
[array(['If the lion sees the bald eagle then the bald eagle visits the tiger.', 'If something visits the tiger and the tiger sees the cat then it sees the lion.', 'If the lion sees the bald eagle then the bald eagle visits the tiger.', 'If something visits the tiger and the tiger visits the lion then it sees the bald eagle.', 'If something sees the lion and it sees the bald eagle then it chases the cat.'], dtype=object) array(['If the lion sees the bald eagle then the bald eagle visits the tiger.', 'If something visits the tiger and the tiger sees the cat then it sees the lion.', 'If the lion sees the bald eagle then the bald eagle visits the tiger.', 'If something chases the cat then it is young.', 'If something is young then it visits the lion.', 'If something visits the tiger and the tiger visits the lion then it sees the bald eagle.', 'If something sees the lion and it sees the bald eagle then it chases the cat.'], dtype=object) ]
12,052
['Anne is white.' 'Anne is not young.' 'Dave is furry.' 'Dave is white.' 'Erin is big.' 'Erin is young.' 'Gary is red.']
['If Erin is white then Erin is blue.' 'If Erin is furry and Erin is not white then Erin is not big.' 'If something is white and not young then it is blue.' 'If something is young and not blue then it is smart.' 'If something is white then it is smart.' 'If Anne is smart and Anne is young then Anne is furry.' 'White, young things are not big.' 'All smart things are big.']
Gary is not big.
Unknown
1
-1
[]
[]
12,053
['Anne is red.' 'Bob is big.' 'Bob is green.' 'Bob is red.' 'Charlie is furry.' 'Dave is big.' 'Dave is blue.']
['If something is big then it is smart.' 'If something is blue then it is green.' 'All furry things are big.' 'Smart things are blue.' 'If something is green then it is furry.' 'Green things are smart.' 'All green things are quiet.']
Dave is not quiet.
False
1
3
[array(['Dave is blue.'], dtype=object) array(['Dave is big.'], dtype=object)]
[array(['If something is blue then it is green.', 'All green things are quiet.'], dtype=object) array(['If something is big then it is smart.', 'Smart things are blue.', 'If something is blue then it is green.', 'All green things are quiet.'], dtype=object) ]
12,054
['The bald eagle needs the bear.' 'The bear is nice.' 'The cat is not big.' 'The lion needs the cat.']
['If something is blue and it chases the lion then it needs the cat.' 'If something chases the cat and it does not need the bald eagle then it chases the bald eagle.' 'If something chases the bear then it is red.' 'If the lion visits the bald eagle then the bald eagle chases the cat.' 'If something needs the bear then it chases the bear.' 'Red things are nice.']
The bald eagle is red.
True
1
3
[array(['The bald eagle needs the bear.'], dtype=object)]
[array(['If something needs the bear then it chases the bear.', 'If something chases the bear then it is red.'], dtype=object)]
12,055
['The bald eagle is green.' 'The bald eagle is not round.' 'The bald eagle is young.' 'The bald eagle visits the dog.' 'The bear does not visit the dog.' 'The dog does not chase the bear.' 'The lion does not chase the bald eagle.']
['If someone likes the bear then they like the lion.' 'If someone is green then they like the dog.' 'If the dog is red and the dog is green then the dog is blue.' 'If the lion is not red then the lion chases the dog.' 'If someone is blue and green then they do not visit the dog.' 'If the bald eagle likes the dog then the bald eagle likes the bear.']
The bald eagle likes the lion.
True
3
4
[array(['The bald eagle is green.'], dtype=object)]
[array(['If someone is green then they like the dog.', 'If the bald eagle likes the dog then the bald eagle likes the bear.', 'If someone likes the bear then they like the lion.'], dtype=object) ]
12,056
['Anne is furry.' 'Anne is nice.' 'Anne is rough.' 'Anne is white.' 'Erin is furry.' 'Erin is rough.' 'Erin is white.' 'Fiona is big.' 'Fiona is nice.' 'Fiona is round.' 'Harry is nice.' 'Harry is rough.']
['All furry things are white.' 'If Harry is red then Harry is round.' 'All round, red things are furry.' 'If Harry is rough then Harry is round.' 'Nice, red things are big.' 'Round, red things are white.' 'All nice, white things are red.' 'If something is round then it is furry.']
Fiona is red.
True
3
5
[array(['Fiona is nice.', 'Fiona is round.'], dtype=object)]
[array(['If something is round then it is furry.', 'All furry things are white.', 'All nice, white things are red.'], dtype=object) ]
12,057
['The bald eagle chases the squirrel.' 'The cat is not young.' 'The cow likes the bald eagle.' 'The cow likes the cat.' 'The cow visits the bald eagle.' 'The squirrel is green.' 'The squirrel does not like the cat.']
['If something is nice then it does not like the cow.' 'If something is round and young then it does not like the cow.' 'If the cow visits the squirrel then the squirrel likes the bald eagle.' 'If something likes the bald eagle then it likes the squirrel.' 'If something likes the squirrel then it visits the squirrel.']
The cat does not visit the squirrel.
Unknown
1
-1
[]
[]
12,058
['The cow likes the mouse.' 'The lion likes the rabbit.' 'The mouse is cold.' 'The rabbit eats the lion.']
['If the mouse eats the cow then the cow chases the mouse.' 'If someone likes the rabbit then they are big.' 'If someone chases the rabbit and they are red then the rabbit is nice.' 'If someone chases the mouse then they like the lion.' 'If someone chases the mouse then the mouse eats the cow.' 'If someone is cold then they chase the mouse.' 'If someone is rough then they chase the rabbit.' 'If the cow likes the mouse then the cow likes the lion.']
The rabbit does not like the lion.
Unknown
1
-1
[]
[]
12,059
['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.']
Erin is not green.
Unknown
1
-1
[]
[]
12,060
['The cow is round.' 'The mouse is nice.' 'The squirrel does not see the cow.']
['If someone sees the cow then they are big.' 'If someone is round then they need the cow.' 'All nice people are round.' 'If the cow is red then the cow chases the mouse.' 'If someone needs the squirrel then the squirrel needs the cow.' 'If someone needs the cow and the cow sees the mouse then the cow does not see the squirrel.']
The squirrel needs the cow.
Unknown
1
-1
[]
[]
12,061
['The bear is blue.' 'The bear is not round.' 'The bear is young.']
['All rough, nice things are not round.' 'All nice things are young.' 'Rough things are nice.' 'If something is round and not blue then it is rough.' 'If something is young then it is rough.' 'If something is round then it is rough.']
The bear is nice.
True
1
3
[array(['The bear is young.'], dtype=object)]
[array(['If something is young then it is rough.', 'Rough things are nice.'], dtype=object) ]
12,062
['Bob is round.' 'Dave is young.' 'Erin is blue.']
['All blue, cold things are rough.' 'All quiet things are blue.' 'Young, rough things are cold.' 'All white things are quiet.' 'If something is cold and young then it is blue.' 'Young things are white.']
Dave is not rough.
Unknown
1
-1
[]
[]
12,063
['Bob is big.' 'Bob is blue.' 'Bob is cold.' 'Bob is quiet.' 'Bob is rough.' 'Bob is smart.' 'Bob is white.' 'Dave is rough.' 'Fiona is blue.' 'Harry is big.' 'Harry is cold.']
['If someone is blue then they are cold.' 'If someone is big then they are white.' 'If Bob is rough and Bob is blue then Bob is big.' 'All blue, smart people are big.' 'If someone is blue and rough then they are quiet.' 'All smart people are blue.' 'Cold people are rough.' 'If someone is quiet then they are big.']
Harry is quiet.
Unknown
1
-1
[]
[]
12,064
['The bald eagle visits the dog.' 'The bear chases the bald eagle.' 'The bear is blue.' 'The bear visits the dog.' 'The dog chases the bald eagle.' 'The dog chases the bear.' 'The dog is blue.' 'The dog is young.' 'The dog sees the bear.' 'The dog visits the bear.']
['If someone chases the dog then the dog is nice.' 'If someone chases the bald eagle then they visit the dog.' 'If someone chases the bald eagle then they are kind.' 'Kind, blue people are nice.' 'If someone sees the bald eagle and they visit the dog then the dog chases the bear.' 'If someone is kind and they visit the dog then they chase the bald eagle.' 'If someone sees the dog and the dog chases the bald eagle then they do not visit the bear.' 'If someone is nice then they see the bear.']
The bald eagle is not kind.
Unknown
1
-1
[]
[]
12,065
['Charlie is not blue.' 'Dave is smart.' 'Erin is blue.' 'Erin is cold.' 'Erin is quiet.' 'Gary is kind.' 'Gary is smart.']
['Cold, kind people are young.' 'Quiet, big people are young.' 'Quiet people are young.' 'Kind people are young.' 'Young people are blue.' 'If someone is smart and big then they are cold.' 'Smart people are kind.' 'If someone is blue then they are quiet.' 'All kind, blue people are big.']
Erin is big.
Unknown
1
-1
[]
[]
12,066
['The bear sees the squirrel.' 'The dog visits the squirrel.' 'The squirrel is blue.' 'The tiger is young.']
['If something sees the bear and it needs the tiger then the tiger needs the squirrel.' 'If something is blue then it sees the dog.' 'If something sees the dog then the dog visits the bear.' 'If the dog visits the squirrel then the dog is kind.' 'If something needs the tiger and the tiger sees the dog then the dog sees the tiger.' 'If something visits the squirrel and it visits the bear then the bear sees the tiger.']
The dog visits the bear.
True
1
3
[array(['The squirrel is blue.'], dtype=object)]
[array(['If something is blue then it sees the dog.', 'If something sees the dog then the dog visits the bear.'], dtype=object) ]
12,067
['The bear is cold.' 'The cat visits the rabbit.' 'The rabbit visits the bear.']
['If something eats the bear and it is not cold then it is red.' 'If the rabbit chases the cat then the rabbit is not green.' 'If something visits the bear then it is blue.' 'If something chases the rabbit then the rabbit is rough.' 'If something is rough then it eats the rabbit.' 'If the cat is not red then the cat chases the rabbit.']
The rabbit is rough.
Unknown
1
-1
[]
[]
12,068
['Fiona is white.' 'Gary is kind.' 'Harry is kind.']
['Red things are young.' 'All rough, young things are quiet.' 'If Gary is kind and Gary is red then Gary is young.' 'If something is kind then it is rough.' 'If something is red then it is young.' 'All rough, kind things are young.' 'Young, red things are rough.' 'If Gary is kind then Gary is quiet.']
Fiona is quiet.
Unknown
1
-1
[]
[]
12,069
['Charlie is green.' 'Dave is quiet.' 'Dave is red.' 'Dave is not white.' 'Erin is not big.' 'Erin is not cold.' 'Erin is green.' 'Harry is big.' 'Harry is cold.' 'Harry is green.']
['If someone is red then they are not white.' 'If Charlie is quiet then Charlie is blue.' 'If someone is quiet and red then they are blue.' 'All white people are cold.' 'All green people are quiet.' 'All blue, green people are red.' 'If someone is red and not white then they are big.']
Harry is blue.
Unknown
1
-1
[]
[]
12,070
['The cow sees the tiger.' 'The tiger chases the cow.' 'The tiger likes the cow.']
['If something likes the cow then it chases the cow.' 'If something sees the tiger then the tiger is rough.' 'If something sees the cow and the cow is big then the cow sees the tiger.' 'If something is rough then it sees the tiger.' 'If something is cold and nice then it chases the cow.' 'If something sees the tiger then it sees the cow.']
The tiger sees the tiger.
True
1
3
[array(['The cow sees the tiger.'], dtype=object)]
[array(['If something sees the tiger then the tiger is rough.', 'If something is rough then it sees the tiger.'], dtype=object)]
12,071
['Anne is green.' 'Bob is kind.' 'Bob is rough.' 'Erin is not rough.' 'Fiona is nice.' 'Fiona is not red.' 'Fiona is rough.']
['If something is green then it is not blue.' 'Green things are red.' 'Green, red things are rough.' 'If Bob is blue then Bob is kind.' 'All kind things are smart.' 'Rough, red things are kind.' 'If something is green and not kind then it is nice.' 'All smart things are nice.']
Bob is not nice.
False
1
3
[array(['Bob is kind.'], dtype=object)]
[array(['All kind things are smart.', 'All smart things are nice.'], dtype=object) ]
12,072
['Harry is kind.' 'Harry is nice.' 'Harry is quiet.']
['Round, quiet things are green.' 'If something is quiet and green then it is round.' 'All quiet things are round.' 'All nice things are quiet.' 'Green things are kind.' 'All furry, green things are kind.']
Harry is green.
True
1
4
[array(['Harry is quiet.', 'Harry is quiet.'], dtype=object) array(['Harry is quiet.', 'Harry is nice.'], dtype=object) array(['Harry is nice.', 'Harry is quiet.'], dtype=object) array(['Harry is nice.', 'Harry is nice.'], dtype=object)]
[array(['All quiet things are round.', 'Round, quiet things are green.'], dtype=object) array(['All quiet things are round.', 'All nice things are quiet.', 'Round, quiet things are green.'], dtype=object) array(['All nice things are quiet.', 'All quiet things are round.', 'Round, quiet things are green.'], dtype=object) array(['All nice things are quiet.', 'All quiet things are round.', 'All nice things are quiet.', 'Round, quiet things are green.'], dtype=object) ]
12,073
['Erin is cold.' 'Fiona is not kind.' 'Gary is rough.' 'Harry is not smart.']
['If Fiona is furry then Fiona is rough.' 'All smart things are not furry.' 'Kind things are young.' 'All young things are blue.' 'Rough things are kind.' 'If something is furry and not rough then it is kind.']
Gary is blue.
True
3
4
[array(['Gary is rough.'], dtype=object)]
[array(['Rough things are kind.', 'Kind things are young.', 'All young things are blue.'], dtype=object) ]
12,074
['The bear likes the squirrel.' 'The bear visits the squirrel.' 'The squirrel is blue.' 'The squirrel is green.' 'The squirrel likes the bear.' 'The squirrel sees the bear.' 'The squirrel visits the bear.']
['If someone visits the bear then they visit the squirrel.' 'If someone visits the squirrel and they visit the bear then they are round.']
The squirrel is not round.
False
1
4
[array(['The squirrel visits the bear.', 'The squirrel visits the bear.'], dtype=object) ]
[array(['If someone visits the bear then they visit the squirrel.', 'If someone visits the squirrel and they visit the bear then they are round.'], dtype=object) ]
12,075
['Charlie is cold.' 'Erin is cold.' 'Gary is rough.']
['Young, white people are cold.' 'If Gary is smart then Gary is kind.' 'Kind people are white.' 'If someone is cold then they are kind.' 'If someone is rough then they are young.' 'If Gary is kind then Gary is not white.' 'If someone is kind and not white then they are nice.' 'White people are nice.']
Gary is white.
Unknown
3
-1
[]
[]
12,076
['Erin is smart.' 'Fiona is quiet.' 'Gary is blue.' 'Gary is kind.' 'Gary is quiet.' 'Gary is red.' 'Harry is smart.']
['If Harry is smart then Harry is kind.' 'Quiet, smart things are blue.' 'If something is green and smart then it is not blue.' 'Kind things are quiet.' 'All blue, green things are smart.' 'Red things are furry.' 'If Harry is smart and Harry is blue then Harry is red.']
Harry is not quiet.
False
1
3
[array(['Harry is smart.'], dtype=object)]
[array(['If Harry is smart then Harry is kind.', 'Kind things are quiet.'], dtype=object) ]
12,077
['The mouse chases the squirrel.' 'The mouse eats the tiger.' 'The mouse is blue.' 'The mouse is rough.' 'The mouse sees the tiger.' 'The squirrel chases the mouse.' 'The squirrel is red.' 'The squirrel sees the mouse.' 'The squirrel sees the tiger.' 'The tiger sees the squirrel.']
['If someone eats the tiger then the tiger is nice.' 'If someone is nice then they chase the mouse.']
The tiger does not chase the mouse.
False
1
3
[array(['The mouse eats the tiger.'], dtype=object)]
[array(['If someone eats the tiger then the tiger is nice.', 'If someone is nice then they chase the mouse.'], dtype=object)]
12,078
['The lion is blue.' 'The lion is kind.' 'The lion is red.' 'The lion needs the mouse.' 'The mouse is red.' 'The mouse likes the lion.' 'The mouse needs the tiger.' 'The mouse sees the lion.' 'The tiger is big.' 'The tiger is blue.' 'The tiger is round.' 'The tiger likes the mouse.' 'The tiger needs the lion.' 'The tiger needs the mouse.' 'The tiger sees the lion.' 'The tiger sees the mouse.']
['If something is red and it likes the mouse then it sees the tiger.' 'If something needs the tiger then it needs the mouse.' 'If something is big and it likes the tiger then it is blue.' 'If something sees the tiger then the tiger is red.' 'If something sees the mouse then the mouse sees the tiger.' 'If something needs the mouse and the mouse is round then the mouse likes the lion.']
The tiger does not see the tiger.
False
3
5
[array(['The tiger sees the mouse.', 'The tiger likes the mouse.'], dtype=object) ]
[array(['If something sees the mouse then the mouse sees the tiger.', 'If something sees the tiger then the tiger is red.', 'If something is red and it likes the mouse then it sees the tiger.'], dtype=object) ]
12,079
['The bald eagle chases the tiger.' 'The bald eagle likes the mouse.' 'The bald eagle likes the tiger.' 'The bald eagle sees the squirrel.' 'The mouse likes the tiger.' 'The squirrel is big.' 'The squirrel sees the mouse.' 'The tiger chases the bald eagle.' 'The tiger chases the mouse.' 'The tiger is rough.' 'The tiger is round.' 'The tiger sees the bald eagle.']
['If someone is round then they are green.' 'If someone chases the tiger then they are round.' 'If someone likes the tiger and the tiger is round then the tiger is green.' 'If someone chases the squirrel then the squirrel sees the tiger.' 'If someone likes the squirrel and the squirrel chases the tiger then the tiger is round.' 'If someone chases the squirrel and they like the squirrel then they see the mouse.' 'If someone is green and they like the mouse then the mouse chases the tiger.' 'If someone chases the tiger and they like the squirrel then the squirrel sees the mouse.' 'If someone is rough then they chase the mouse.']
The bald eagle is not green.
False
1
3
[array(['The bald eagle chases the tiger.'], dtype=object)]
[array(['If someone chases the tiger then they are round.', 'If someone is round then they are green.'], dtype=object)]
12,080
['The rabbit eats the squirrel.' 'The rabbit is cold.' 'The rabbit is nice.' 'The rabbit is red.' 'The rabbit is rough.' 'The rabbit is round.' 'The rabbit likes the squirrel.' 'The rabbit sees the squirrel.' 'The squirrel eats the rabbit.' 'The squirrel is nice.' 'The squirrel is red.' 'The squirrel is rough.' 'The squirrel is round.' 'The squirrel likes the rabbit.' 'The squirrel sees the rabbit.']
['If something eats the squirrel and the squirrel is red then the squirrel is round.' 'If something is nice then it likes the rabbit.' 'If something sees the squirrel then the squirrel likes the rabbit.' 'If something eats the rabbit then it sees the squirrel.' 'If something likes the squirrel then the squirrel is round.' 'If something likes the squirrel then the squirrel likes the rabbit.' 'If something is nice then it eats the squirrel.' 'If something sees the squirrel and it sees the rabbit then the squirrel is cold.']
The squirrel is not cold.
False
1
4
[array(['The squirrel eats the rabbit.', 'The squirrel sees the rabbit.'], dtype=object) ]
[array(['If something eats the rabbit then it sees the squirrel.', 'If something sees the squirrel and it sees the rabbit then the squirrel is cold.'], dtype=object) ]
12,081
['Anne is furry.' 'Anne is smart.' 'Bob is kind.' 'Bob is nice.' 'Charlie is big.' 'Charlie is green.' 'Charlie is nice.' 'Charlie is young.' 'Gary is furry.' 'Gary is kind.' 'Gary is nice.' 'Gary is young.']
['If something is young then it is nice.' 'If Anne is green then Anne is big.' 'Smart things are nice.' 'All smart, kind things are green.' 'Young, big things are kind.' 'Kind, smart things are furry.' 'If something is nice and big then it is young.' 'All nice things are kind.' 'If Anne is young and Anne is big then Anne is nice.']
Anne is not kind.
False
1
3
[array(['Anne is smart.'], dtype=object)]
[array(['Smart things are nice.', 'All nice things are kind.'], dtype=object) ]
12,082
['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 cow does not like the bear.
False
1
3
[array(['The cow visits the bear.'], dtype=object) array(['The cow visits the bear.'], dtype=object)]
[array(['If something visits the bear then it is round.', 'If something is round then it likes the bear.'], dtype=object) array(['If something visits the bear then it is round.', 'If something is round then it likes the bear.'], dtype=object)]
12,083
['The bear sees the rabbit.' 'The rabbit does not visit the bear.']
['If something sees the rabbit then the rabbit does not need the bear.' 'If something needs the rabbit then the rabbit does not see the bear.' 'If something sees the bear then the bear needs the rabbit.' 'If the rabbit does not need the bear then the bear needs the rabbit.' 'If the bear needs the rabbit then the bear is round.' 'If the rabbit does not see the bear then the bear is green.' 'If something is nice and it visits the rabbit then it does not visit the bear.' 'If something visits the rabbit and it is not green then it visits the bear.']
The bear needs the rabbit.
True
1
3
[array(['The bear sees the rabbit.'], dtype=object)]
[array(['If something sees the rabbit then the rabbit does not need the bear.', 'If the rabbit does not need the bear then the bear needs the rabbit.'], dtype=object) ]
12,084
['Anne is round.' 'Anne is young.' 'Dave is not nice.' 'Dave is red.' 'Fiona is green.' 'Fiona is smart.' 'Harry is not smart.']
['All red things are big.' 'All smart things are big.' 'If Dave is young and Dave is not green then Dave is not big.' 'Smart things are not round.' 'All big things are smart.' 'If something is smart and not young then it is not red.']
Anne is big.
Unknown
3
-1
[]
[]
12,085
['Anne is green.' 'Charlie is blue.' 'Charlie is not green.' 'Charlie is nice.' 'Erin is young.' 'Harry is kind.' 'Harry is white.']
['If something is blue then it is nice.' 'If something is blue and not quiet then it is nice.' 'If something is nice then it is kind.' 'If Erin is green then Erin is white.' 'All green things are blue.' 'If something is young then it is white.' 'If Harry is white then Harry is young.' 'If Erin is nice and Erin is blue then Erin is young.' 'All white things are green.']
Harry is blue.
True
1
3
[array(['Harry is white.'], dtype=object)]
[array(['All white things are green.', 'All green things are blue.'], dtype=object) ]
12,086
['The bald eagle likes the lion.' 'The cat is rough.' 'The lion is round.' 'The mouse likes the cat.']
['If something is rough then it needs the bald eagle.' 'If something needs the bald eagle then it needs the mouse.']
The cat does not need the mouse.
False
1
3
[array(['The cat is rough.'], dtype=object)]
[array(['If something is rough then it needs the bald eagle.', 'If something needs the bald eagle then it needs the mouse.'], dtype=object) ]
12,087
['Anne is furry.' 'Dave is big.' 'Dave is cold.' 'Erin is blue.' 'Erin is furry.' 'Erin is not young.' 'Harry is not nice.']
['All young people are white.' 'If someone is furry and nice then they are white.' 'If Anne is nice and Anne is white then Anne is cold.' 'All big people are blue.' 'All furry people are big.' 'White people are big.' 'Blue people are nice.' 'If Dave is big then Dave is not young.' 'If someone is big and not blue then they are cold.']
Anne is not blue.
False
1
3
[array(['Anne is furry.'], dtype=object)]
[array(['All furry people are big.', 'All big people are blue.'], dtype=object) ]
12,088
['Gary is not big.' 'Gary is cold.' 'Harry is nice.']
['Cold things are quiet.' 'All quiet things are not smart.' 'If Gary is not quiet then Gary is kind.']
Gary is smart.
False
1
3
[array(['Gary is cold.'], dtype=object)]
[array(['Cold things are quiet.', 'All quiet things are not smart.'], dtype=object) ]
12,089
['The lion is kind.' 'The mouse chases the lion.' 'The rabbit is blue.' 'The rabbit is round.' 'The tiger is blue.' 'The tiger is cold.' 'The tiger is young.']
['If something sees the rabbit then the rabbit is cold.' 'If something sees the tiger then the tiger is kind.' 'If something is round then it is kind.' 'If the rabbit sees the lion and the rabbit sees the mouse then the mouse sees the tiger.' 'If something is kind then it sees the mouse.' 'If something is blue and kind then it sees the rabbit.' 'If something chases the lion and the lion chases the rabbit then the rabbit chases the mouse.' 'If something is kind and it sees the mouse then it sees the lion.']
The mouse sees the lion.
Unknown
1
-1
[]
[]
12,090
['Erin is kind.' 'Erin is red.' 'Fiona is green.' 'Fiona is quiet.' 'Fiona is not young.' 'Harry is white.' 'Harry is young.']
['If Erin is kind then Erin is green.' 'Red, green things are nice.' 'All red, young things are not green.']
Erin is nice.
True
1
4
[array(['Erin is red.', 'Erin is kind.'], dtype=object)]
[array(['If Erin is kind then Erin is green.', 'Red, green things are nice.'], dtype=object)]
12,091
['Bob is big.' 'Bob is blue.' 'Bob is cold.' 'Bob is quiet.' 'Bob is rough.' 'Bob is smart.' 'Bob is white.' 'Dave is rough.' 'Fiona is blue.' 'Harry is big.' 'Harry is cold.']
['If someone is blue then they are cold.' 'If someone is big then they are white.' 'If Bob is rough and Bob is blue then Bob is big.' 'All blue, smart people are big.' 'If someone is blue and rough then they are quiet.' 'All smart people are blue.' 'Cold people are rough.' 'If someone is quiet then they are big.']
Fiona is not rough.
False
1
3
[array(['Fiona is blue.'], dtype=object)]
[array(['If someone is blue then they are cold.', 'Cold people are rough.'], dtype=object) ]
12,092
['The bear is kind.']
['All kind people are rough.' 'If the bear is young and the bear is nice then the bear is kind.' 'All nice people are blue.' 'Young, nice people are blue.' 'If someone is rough then they are blue.' 'All blue, young people are kind.' 'If the bear is nice and the bear is kind then the bear is not blue.' 'All rough, blue people are not nice.']
The bear is not blue.
False
1
3
[array(['The bear is kind.'], dtype=object)]
[array(['All kind people are rough.', 'If someone is rough then they are blue.'], dtype=object)]
12,093
['The lion eats the tiger.' 'The lion is blue.' 'The tiger sees the lion.']
['If something likes the tiger then it eats the tiger.' 'If something eats the tiger and the tiger likes the lion then the tiger is not rough.' 'If something sees the tiger then it is green.' 'If something sees the lion then it sees the tiger.' 'All green things are rough.' 'If something sees the tiger and the tiger does not see the lion then the lion is not rough.']
The tiger is not rough.
False
3
4
[array(['The tiger sees the lion.'], dtype=object)]
[array(['If something sees the lion then it sees the tiger.', 'If something sees the tiger then it is green.', 'All green things are rough.'], dtype=object) ]
12,094
['Anne is quiet.' 'Charlie is cold.' 'Charlie is not quiet.' 'Charlie is young.' 'Erin is nice.' 'Erin is quiet.' 'Erin is smart.' 'Fiona is not quiet.' 'Fiona is round.' 'Fiona is young.']
['All smart, cold people are round.' 'If someone is cold then they are young.' 'If someone is young and quiet then they are blue.' 'If someone is round and not quiet then they are blue.' 'Nice, blue people are cold.' 'If someone is quiet then they are cold.' 'If someone is quiet then they are cold.' 'All blue people are smart.']
Anne is not blue.
False
3
5
[array(['Anne is quiet.', 'Anne is quiet.'], dtype=object) array(['Anne is quiet.', 'Anne is quiet.'], dtype=object)]
[array(['If someone is quiet then they are cold.', 'If someone is cold then they are young.', 'If someone is young and quiet then they are blue.'], dtype=object) array(['If someone is quiet then they are cold.', 'If someone is cold then they are young.', 'If someone is young and quiet then they are blue.'], dtype=object)]
12,095
['The bald eagle chases the mouse.' 'The bald eagle is blue.' 'The bald eagle is nice.' 'The bald eagle needs the dog.' 'The bald eagle needs the mouse.' 'The bald eagle visits the dog.' 'The bald eagle visits the mouse.' 'The dog chases the bald eagle.' 'The dog is red.' 'The dog visits the bald eagle.' 'The mouse chases the dog.' 'The mouse is green.' 'The mouse is red.' 'The mouse needs the bald eagle.' 'The mouse visits the bald eagle.' 'The mouse visits the dog.']
['If someone is green and blue then they need the dog.' 'If someone visits the mouse then the mouse is blue.']
The mouse does not need the dog.
False
1
4
[array(['The mouse is green.', 'The bald eagle visits the mouse.'], dtype=object) ]
[array(['If someone visits the mouse then the mouse is blue.', 'If someone is green and blue then they need the dog.'], dtype=object) ]
12,096
['Bob is big.' 'Bob is rough.' 'Bob is not smart.' 'Bob is young.' 'Dave is rough.' 'Dave is young.' 'Erin is furry.']
['If Dave is young and Dave is big then Dave is smart.' 'If Bob is rough and Bob is furry then Bob is nice.' 'If someone is furry and big then they are rough.' 'If someone is furry then they are nice.' 'If Dave is furry and Dave is not young then Dave is not nice.' 'All nice people are big.']
Dave is big.
Unknown
1
-1
[]
[]
12,097
['Dave is not green.' 'Dave is white.' 'Fiona is nice.' 'Fiona is round.' 'Gary is cold.' 'Gary is not red.' 'Harry is cold.']
['If someone is cold and green then they are big.' 'All nice people are green.' 'Cold people are green.' 'If Fiona is red then Fiona is cold.' 'If Fiona is white and Fiona is not nice then Fiona is red.' 'Nice people are red.']
Harry is not big.
False
1
4
[array(['Harry is cold.', 'Harry is cold.'], dtype=object)]
[array(['Cold people are green.', 'If someone is cold and green then they are big.'], dtype=object)]
12,098
['Anne is kind.' 'Anne is quiet.' 'Anne is round.' 'Charlie is kind.' 'Dave is blue.' 'Dave is nice.' 'Dave is young.' 'Gary is big.' 'Gary is blue.' 'Gary is nice.' 'Gary is round.' 'Gary is young.']
['If someone is young and blue then they are quiet.' 'If someone is young then they are big.' 'Big, round people are quiet.' 'If someone is young and quiet then they are round.' 'Nice people are young.' 'If someone is kind and young then they are blue.' 'Blue people are nice.' 'Blue people are young.']
Dave is round.
True
1
5
[array(['Dave is young.', 'Dave is young.', 'Dave is blue.'], dtype=object) array(['Dave is blue.', 'Dave is young.', 'Dave is blue.'], dtype=object) array(['Dave is nice.', 'Dave is young.', 'Dave is blue.'], dtype=object) array(['Dave is young.', 'Dave is blue.', 'Dave is blue.'], dtype=object) array(['Dave is young.', 'Dave is nice.', 'Dave is blue.'], dtype=object) array(['Dave is blue.', 'Dave is blue.', 'Dave is blue.'], dtype=object) array(['Dave is blue.', 'Dave is nice.', 'Dave is blue.'], dtype=object) array(['Dave is nice.', 'Dave is blue.', 'Dave is blue.'], dtype=object) array(['Dave is nice.', 'Dave is nice.', 'Dave is blue.'], dtype=object) array(['Dave is blue.', 'Dave is young.', 'Dave is blue.'], dtype=object) array(['Dave is blue.', 'Dave is blue.', 'Dave is blue.'], dtype=object) array(['Dave is blue.', 'Dave is nice.', 'Dave is blue.'], dtype=object) array(['Dave is young.', 'Dave is blue.', 'Dave is blue.'], dtype=object) array(['Dave is blue.', 'Dave is blue.', 'Dave is blue.'], dtype=object) array(['Dave is nice.', 'Dave is blue.', 'Dave is blue.'], dtype=object) array(['Dave is blue.', 'Dave is blue.', 'Dave is blue.'], dtype=object)]
[array(['If someone is young and blue then they are quiet.', 'If someone is young and quiet then they are round.'], dtype=object) array(['Blue people are young.', 'If someone is young and blue then they are quiet.', 'If someone is young and quiet then they are round.'], dtype=object) array(['Nice people are young.', 'If someone is young and blue then they are quiet.', 'If someone is young and quiet then they are round.'], dtype=object) array(['Blue people are young.', 'If someone is young and blue then they are quiet.', 'If someone is young and quiet then they are round.'], dtype=object) array(['Nice people are young.', 'If someone is young and blue then they are quiet.', 'If someone is young and quiet then they are round.'], dtype=object) array(['Blue people are young.', 'Blue people are young.', 'If someone is young and blue then they are quiet.', 'If someone is young and quiet then they are round.'], dtype=object) array(['Blue people are young.', 'Nice people are young.', 'If someone is young and blue then they are quiet.', 'If someone is young and quiet then they are round.'], dtype=object) array(['Nice people are young.', 'Blue people are young.', 'If someone is young and blue then they are quiet.', 'If someone is young and quiet then they are round.'], dtype=object) array(['Nice people are young.', 'Nice people are young.', 'If someone is young and blue then they are quiet.', 'If someone is young and quiet then they are round.'], dtype=object) array(['Blue people are nice.', 'Nice people are young.', 'If someone is young and blue then they are quiet.', 'If someone is young and quiet then they are round.'], dtype=object) array(['Blue people are nice.', 'Nice people are young.', 'Blue people are young.', 'If someone is young and blue then they are quiet.', 'If someone is young and quiet then they are round.'], dtype=object) array(['Blue people are nice.', 'Nice people are young.', 'Nice people are young.', 'If someone is young and blue then they are quiet.', 'If someone is young and quiet then they are round.'], dtype=object) array(['Blue people are nice.', 'Nice people are young.', 'If someone is young and blue then they are quiet.', 'If someone is young and quiet then they are round.'], dtype=object) array(['Blue people are young.', 'Blue people are nice.', 'Nice people are young.', 'If someone is young and blue then they are quiet.', 'If someone is young and quiet then they are round.'], dtype=object) array(['Nice people are young.', 'Blue people are nice.', 'Nice people are young.', 'If someone is young and blue then they are quiet.', 'If someone is young and quiet then they are round.'], dtype=object) array(['Blue people are nice.', 'Nice people are young.', 'Blue people are nice.', 'Nice people are young.', 'If someone is young and blue then they are quiet.', 'If someone is young and quiet then they are round.'], dtype=object)]
12,099
['Bob is cold.' 'Bob is nice.' 'Bob is round.' 'Dave is young.' 'Erin is nice.' 'Erin is round.' 'Fiona is cold.']
['If something is green then it is blue.' 'If something is green and round then it is cold.' 'Cold things are nice.' 'All nice things are red.' 'If something is young then it is cold.' 'If something is nice and round then it is green.' 'If something is red and cold then it is green.' 'All young, round things are nice.' 'If Fiona is round and Fiona is young then Fiona is cold.']
Dave is not nice.
False
1
3
[array(['Dave is young.'], dtype=object)]
[array(['If something is young then it is cold.', 'Cold things are nice.'], dtype=object) ]