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,200
['Harry is furry.' 'Harry is kind.' 'Harry is nice.']
['If Harry is furry and Harry is nice then Harry is kind.' 'Quiet, green things are furry.' 'If Harry is green and Harry is kind then Harry is not furry.' 'If something is smart then it is quiet.' 'All furry things are nice.' 'If something is kind then it is smart.' 'If something is quiet and furry then it is young.' 'All young things are kind.']
Harry is quiet.
True
1
3
[array(['Harry is kind.'], dtype=object) array(['Harry is furry.', 'Harry is nice.'], dtype=object) array(['Harry is furry.', 'Harry is furry.'], dtype=object)]
[array(['If something is kind then it is smart.', 'If something is smart then it is quiet.'], dtype=object) array(['If Harry is furry and Harry is nice then Harry is kind.', 'If something is kind then it is smart.', 'If something is smart then it is quiet.'], dtype=object) array(['All furry things are nice.', 'If Harry is furry and Harry is nice then Harry is kind.', 'If something is kind then it is smart.', 'If something is smart then it is quiet.'], dtype=object) ]
12,201
['Bob is blue.' 'Charlie is white.' 'Harry is furry.']
['Furry people are white.' 'If Charlie is furry and Charlie is blue then Charlie is green.' 'All white people are green.']
Bob is green.
Unknown
1
-1
[]
[]
12,202
['Anne is blue.' 'Charlie is green.' 'Erin is rough.' 'Fiona is smart.']
['If Fiona is not green then Fiona is not furry.' 'Green people are rough.' 'If Fiona is blue then Fiona is cold.' 'If someone is quiet then they are furry.' 'All blue people are furry.' 'If Erin is smart then Erin is cold.' 'All rough, green people are blue.' 'If Anne is blue and Anne is not rough then Anne is furry.']
Charlie is furry.
True
3
5
[array(['Charlie is green.', 'Charlie is green.'], dtype=object)]
[array(['Green people are rough.', 'All rough, green people are blue.', 'All blue people are furry.'], dtype=object) ]
12,203
['The lion eats the rabbit.' 'The lion is nice.' 'The lion is young.' 'The lion visits the tiger.' 'The rabbit eats the lion.' 'The rabbit needs the lion.' 'The squirrel needs the rabbit.' 'The squirrel needs the tiger.' 'The squirrel visits the rabbit.' 'The tiger eats the squirrel.' 'The tiger is cold.' 'The tiger does not need the lion.']
['If someone visits the tiger and the tiger visits the lion then they eat the squirrel.' 'If someone visits the lion then they need the squirrel.' 'If someone visits the rabbit then they are nice.' 'If someone visits the rabbit and they are not young then the rabbit is nice.' 'If someone is red and they eat the tiger then they need the lion.' 'If someone is nice and they need the squirrel then they are round.' 'If someone needs the lion and the lion eats the tiger then they are not round.' 'If someone is young then they visit the rabbit.' 'If someone eats the squirrel and the squirrel visits the rabbit then they visit the lion.']
The squirrel does not visit the lion.
Unknown
1
-1
[]
[]
12,204
['The bear is green.' 'The bear likes the cow.' 'The bear likes the mouse.' 'The bear visits the cow.' 'The cow eats the mouse.' 'The cow visits the mouse.' 'The mouse eats the bear.' 'The mouse eats the cow.' 'The mouse likes the cow.' 'The mouse visits the cow.']
['If the bear is young and the bear visits the cow then the bear likes the mouse.' 'If someone is nice then they visit the mouse.' 'If the cow is round and the cow is rough then the cow likes the bear.' 'If someone eats the mouse then the mouse visits the bear.' 'If the bear eats the mouse then the mouse is young.' 'If the cow is green then the cow visits the mouse.' 'If the bear eats the cow then the cow visits the mouse.' 'If someone is green then they are nice.']
The mouse does not visit the mouse.
Unknown
1
-1
[]
[]
12,205
['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.']
Anne is not red.
False
1
3
[array(['Anne is blue.'], dtype=object) array(['Anne is blue.', 'Anne is blue.'], dtype=object)]
[array(['Blue things are smart.', 'All smart things are red.'], dtype=object) array(['Blue things are smart.', 'If something is smart then it is cold.', 'All cold, blue things are round.', 'Round things are red.'], dtype=object) ]
12,206
['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.']
Dave is not smart.
Unknown
3
-1
[]
[]
12,207
['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) ]
12,208
['The cat is kind.' 'The cat likes the dog.' 'The cat likes the tiger.' 'The cat needs the tiger.' 'The dog is nice.' 'The dog is rough.' 'The dog likes the tiger.' 'The dog visits the tiger.' 'The tiger is kind.' 'The tiger is nice.' 'The tiger needs the dog.' 'The tiger visits the dog.']
['If something is kind then it likes the tiger.' 'If something is kind and it likes the tiger then it needs the cat.' 'If something likes the tiger then the tiger needs the dog.' 'If something visits the tiger then it is blue.' 'If something is blue then it is kind.' 'If the dog needs the cat and the cat visits the tiger then the dog needs the tiger.']
The dog is kind.
True
1
3
[array(['The dog visits the tiger.'], dtype=object)]
[array(['If something visits the tiger then it is blue.', 'If something is blue then it is kind.'], dtype=object)]
12,209
['The bear likes the mouse.' 'The mouse is kind.' 'The rabbit likes the bear.' 'The tiger is kind.']
['If the rabbit likes the bear and the rabbit is young then the bear is young.' 'If the mouse likes the rabbit and the rabbit is round then the mouse sees the tiger.' 'If something is green then it sees the bear.' 'If something is round then it eats the tiger.' 'If something is green and it sees the bear then the bear is green.' 'If something is young then it sees the bear.' 'If something likes the mouse then the mouse is green.' 'If something likes the tiger then it is kind.']
The mouse does not see the bear.
False
1
3
[array(['The bear likes the mouse.'], dtype=object)]
[array(['If something likes the mouse then the mouse is green.', 'If something is green then it sees the bear.'], dtype=object)]
12,210
['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 not smart.
Unknown
1
-1
[]
[]
12,211
['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 bear does not like the cat.
False
3
4
[array(['The tiger visits the cat.'], dtype=object)]
[array(['If something visits the cat then the cat visits the bear.', 'If something visits the bear then it sees the bear.', 'If something sees the bear then the bear likes the cat.'], dtype=object) ]
12,212
['Anne is nice.' 'Gary is kind.']
['If someone is nice then they are big.' 'If someone is big then they are white.' 'Round, blue people are nice.' 'If Anne is kind then Anne is round.' 'Kind, cold people are round.' 'Kind people are big.' 'If Gary is white and Gary is nice then Gary is kind.' 'If someone is round then they are blue.']
Gary is not nice.
Unknown
1
-1
[]
[]
12,213
['The bald eagle is kind.' 'The bald eagle is rough.' 'The bald eagle likes the dog.' 'The bald eagle visits the mouse.' 'The bear eats the bald eagle.' 'The bear eats the mouse.' 'The bear is kind.' 'The bear is nice.' 'The dog does not eat the mouse.' 'The dog is kind.' 'The dog is nice.' 'The dog is not rough.' 'The dog does not visit the bear.' 'The mouse eats the dog.' 'The mouse is kind.' 'The mouse does not like the bear.']
['If something visits the bear and the bear does not visit the mouse then it eats the bear.' 'If something eats the dog then it eats the bear.' 'If something eats the bald eagle then it is rough.' 'If the bear visits the dog then the dog likes the bald eagle.' 'If something likes the dog and it does not visit the bald eagle then the bald eagle eats the bear.' 'If something eats the bald eagle and it is rough then it eats the dog.' 'If the bear is kind then the bear is green.' 'If something eats the bald eagle then the bald eagle eats the mouse.']
The bear does not eat the bear.
False
3
5
[array(['The bear eats the bald eagle.', 'The bear eats the bald eagle.'], dtype=object) ]
[array(['If something eats the bald eagle then it is rough.', 'If something eats the bald eagle and it is rough then it eats the dog.', 'If something eats the dog then it eats the bear.'], dtype=object) ]
12,214
['Anne is young.' 'Charlie is cold.' 'Fiona is not cold.']
['If something is cold and not green then it is furry.' 'Cold things are white.' 'All green, quiet things are white.' 'All green, white things are young.' 'White things are not young.' 'All white, young things are big.']
Charlie is not young.
True
1
3
[array(['Charlie is cold.'], dtype=object)]
[array(['Cold things are white.', 'White things are not young.'], dtype=object) ]
12,215
['Anne is blue.' 'Anne is kind.' 'Anne is nice.' 'Anne is red.' 'Bob is smart.' 'Fiona is cold.' 'Fiona is kind.' 'Harry is blue.' 'Harry is cold.' 'Harry is green.' 'Harry is kind.' 'Harry is red.']
['All red things are cold.' 'If something is blue and green then it is nice.' 'If something is smart and cold then it is kind.' 'All green things are blue.' 'If something is smart and blue then it is nice.' 'If Bob is nice then Bob is cold.' 'If something is smart then it is green.']
Fiona is blue.
Unknown
1
-1
[]
[]
12,216
['The bear is kind.' 'The mouse chases the bear.' 'The mouse chases the rabbit.' 'The mouse visits the rabbit.' 'The rabbit is blue.' 'The rabbit needs the mouse.' 'The squirrel chases the mouse.' 'The squirrel chases the rabbit.' 'The squirrel is blue.' 'The squirrel is green.' 'The squirrel is young.']
['If the squirrel is young and the squirrel needs the rabbit then the squirrel visits the rabbit.' 'If something is cold then it needs the squirrel.' 'If something visits the mouse and the mouse needs the squirrel then it needs the rabbit.' 'If something chases the bear then it is cold.' 'If something visits the bear and the bear visits the squirrel then the squirrel visits the rabbit.' 'If something needs the squirrel then the squirrel visits the mouse.' 'If the mouse visits the bear and the mouse visits the squirrel then the squirrel visits the bear.']
The mouse does not need the squirrel.
False
1
3
[array(['The mouse chases the bear.'], dtype=object)]
[array(['If something chases the bear then it is cold.', 'If something is cold then it needs the squirrel.'], dtype=object)]
12,217
['The bald eagle chases the squirrel.' 'The bald eagle eats the bear.' 'The bear does not eat the lion.' 'The bear visits the lion.' 'The lion does not eat the bald eagle.' 'The squirrel is red.' 'The squirrel visits the bald eagle.']
['If something is round then it eats the squirrel.' 'If something is blue and green then it chases the bald eagle.' 'If something eats the squirrel then the squirrel is green.' 'If the bald eagle is round then the bald eagle chases the lion.' 'If something is blue then it chases the squirrel.' 'All red things are blue.' 'If something chases the lion then it is blue.' 'Blue, red things are round.' 'If something visits the bald eagle and it is not round then it visits the lion.']
The bald eagle chases the lion.
Unknown
1
-1
[]
[]
12,218
['The bear visits the cow.' 'The cow eats the bear.' 'The lion eats the squirrel.' 'The lion is cold.' 'The lion is red.' 'The lion does not visit the bear.' 'The squirrel is red.']
['If someone is rough then they chase the squirrel.' 'If someone is red and they chase the squirrel then the squirrel visits the bear.' 'If the cow is kind then the cow does not eat the squirrel.' 'If someone is red and they visit the bear then the bear is red.' 'If someone is red then they are rough.' 'If someone visits the bear then they are rough.' 'If someone visits the cow then the cow chases the bear.' 'If the lion visits the bear and the lion does not visit the squirrel then the squirrel is not red.' 'If someone eats the lion and the lion is green then they visit the lion.']
The lion chases the squirrel.
True
1
3
[array(['The lion is red.'], dtype=object)]
[array(['If someone is red then they are rough.', 'If someone is rough then they chase the squirrel.'], dtype=object)]
12,219
['Charlie is nice.' 'Erin is not green.' 'Gary is nice.']
['If Erin is not rough then Erin is cold.' 'If something is green then it is not cold.' 'All white things are green.' 'If Charlie is not rough then Charlie is green.' 'If something is nice then it is white.' 'If something is nice and not cold then it is kind.']
Charlie is cold.
False
3
4
[array(['Charlie is nice.'], dtype=object)]
[array(['If something is nice then it is white.', 'All white things are green.', 'If something is green then it is not cold.'], dtype=object)]
12,220
['The bear eats the rabbit.' 'The bear eats the tiger.' 'The bear is blue.' 'The bear needs the rabbit.' 'The cat chases the rabbit.' 'The cat chases the tiger.' 'The cat eats the rabbit.' 'The cat eats the tiger.' 'The cat is blue.' 'The cat is green.' 'The cat needs the bear.' 'The rabbit is blue.' 'The rabbit needs the tiger.' 'The tiger eats the rabbit.' 'The tiger is round.']
['If something eats the cat and the cat is cold then it eats the bear.' 'If the bear needs the tiger and the bear eats the cat then the bear chases the tiger.' 'If something eats the bear and it does not chase the rabbit then the bear chases the tiger.' 'If something needs the tiger then the tiger eats the bear.' 'If the rabbit chases the bear then the rabbit is not blue.' 'If something chases the tiger and the tiger eats the bear then the tiger needs the cat.' 'If the tiger eats the bear and the tiger needs the cat then the cat is round.' 'If the tiger is cold and the bear does not chase the tiger then the tiger does not need the bear.']
The cat is round.
True
3
7
[array(['The rabbit needs the tiger.', 'The cat chases the tiger.', 'The rabbit needs the tiger.'], dtype=object) ]
[array(['If something needs the tiger then the tiger eats the bear.', 'If something needs the tiger then the tiger eats the bear.', 'If something chases the tiger and the tiger eats the bear then the tiger needs the cat.', 'If the tiger eats the bear and the tiger needs the cat then the cat is round.'], dtype=object) ]
12,221
['Bob is cold.' 'Erin is kind.' 'Fiona is furry.']
['Furry, smart things are quiet.' 'If something is furry then it is smart.']
Fiona is quiet.
True
1
4
[array(['Fiona is furry.', 'Fiona is furry.'], dtype=object)]
[array(['If something is furry then it is smart.', 'Furry, smart things are quiet.'], dtype=object)]
12,222
['Gary is furry.' 'Gary is red.' 'Harry is not furry.']
['If something is big then it is quiet.' 'Quiet things are young.' 'Furry things are not kind.' 'If something is quiet and not nice then it is not kind.' 'Red things are big.' 'If Gary is kind then Gary is not quiet.']
Harry is not quiet.
Unknown
1
-1
[]
[]
12,223
['Anne is green.' 'Anne is red.' 'Dave is green.' 'Dave is nice.' 'Erin is green.' 'Harry is nice.' 'Harry is round.']
['All furry things are round.' 'If something is quiet and red then it is round.' 'If something is green and red then it is round.' 'Round things are red.' 'All furry things are quiet.' 'All green things are red.' 'If something is round then it is quiet.' 'If Dave is red then Dave is green.']
Dave is not round.
False
1
4
[array(['Dave is green.', 'Dave is green.'], dtype=object)]
[array(['All green things are red.', 'If something is green and red then it is round.'], dtype=object)]
12,224
['The cat is nice.' 'The cat likes the mouse.' 'The cat needs the dog.' 'The dog is red.' 'The dog is rough.' 'The dog needs the cat.' 'The mouse is red.']
['If something needs the dog and the dog is red then the dog likes the mouse.' 'If something likes the mouse then it chases the mouse.' 'If the mouse needs the cat then the mouse is rough.']
The dog chases the mouse.
True
1
4
[array(['The cat needs the dog.', 'The dog is red.'], dtype=object)]
[array(['If something needs the dog and the dog is red then the dog likes the mouse.', 'If something likes the mouse then it chases the mouse.'], dtype=object) ]
12,225
['The bear is red.' 'The bear needs the dog.' 'The bear sees the dog.' 'The bear visits the dog.' 'The bear visits the rabbit.' 'The dog is red.' 'The dog is rough.' 'The dog needs the rabbit.' 'The dog sees the rabbit.' 'The rabbit does not see the dog.']
['If someone sees the rabbit then they are rough.' 'If someone visits the bear and the bear sees the rabbit then the rabbit needs the dog.' 'If someone needs the dog and they need the bear then the bear is young.' 'If someone is rough and they see the bear then the bear sees the rabbit.' 'If someone sees the dog then the dog needs the bear.' 'If someone is young then they see the rabbit.' 'If someone is red then they need the bear.' 'If someone needs the dog and the dog needs the rabbit then the dog visits the bear.']
The bear is not young.
False
1
4
[array(['The bear needs the dog.', 'The bear is red.'], dtype=object)]
[array(['If someone is red then they need the bear.', 'If someone needs the dog and they need the bear then the bear is young.'], dtype=object) ]
12,226
['The cat needs the dog.' 'The cat sees the mouse.' 'The dog is young.' 'The dog sees the squirrel.' 'The mouse is nice.' 'The mouse needs the dog.' 'The squirrel is green.']
['If someone likes the mouse then they see the cat.' 'If someone is green and they like the squirrel then the squirrel likes the cat.' 'If someone sees the mouse and they need the dog then the dog likes the cat.' 'All nice people are red.' 'If someone is red then they are young.' 'If someone is young and nice then they like the squirrel.']
The cat is young.
Unknown
1
-1
[]
[]
12,227
['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)]
12,228
['Erin is big.' 'Erin is cold.' 'Erin is quiet.' 'Erin is rough.' 'Harry is big.' 'Harry is green.' 'Harry is nice.' 'Harry is quiet.' 'Harry is red.' 'Harry is rough.']
['Red things are nice.' 'If Erin is rough then Erin is red.' 'Big things are green.']
Erin is not nice.
False
1
3
[array(['Erin is rough.'], dtype=object)]
[array(['If Erin is rough then Erin is red.', 'Red things are nice.'], dtype=object) ]
12,229
['The mouse does not like the tiger.' 'The tiger needs the mouse.']
['If someone visits the tiger then the tiger does not like the mouse.' 'If someone needs the mouse then the mouse is not red.' 'If someone needs the mouse then the mouse visits the tiger.' 'If someone visits the mouse then the mouse visits the tiger.' 'If the mouse needs the tiger then the tiger needs the mouse.' 'If someone likes the tiger and the tiger is not round then they do not like the mouse.' 'If the mouse does not visit the tiger then the mouse is round.' 'If the tiger likes the mouse and the tiger does not visit the mouse then the mouse is round.']
The tiger does not like the mouse.
True
1
3
[array(['The tiger needs the mouse.'], dtype=object)]
[array(['If someone needs the mouse then the mouse visits the tiger.', 'If someone visits the tiger then the tiger does not like the mouse.'], dtype=object) ]
12,230
['Anne is rough.' 'Anne is young.' 'Bob is nice.' 'Bob is red.' 'Bob is young.' 'Charlie is cold.' 'Charlie is quiet.' 'Charlie is red.' 'Charlie is rough.' 'Charlie is smart.' 'Fiona is cold.' 'Fiona is quiet.']
['Cold people are young.' 'Rough, young people are nice.' 'Cold, red people are smart.' 'Red people are smart.' 'If someone is smart and quiet then they are cold.' 'All rough, nice people are red.' 'All red, quiet people are cold.' 'All smart people are quiet.']
Bob is not quiet.
False
1
3
[array(['Bob is red.'], dtype=object)]
[array(['Red people are smart.', 'All smart people are quiet.'], dtype=object) ]
12,231
['The bald eagle is rough.' 'The bald eagle is young.' 'The bald eagle needs the rabbit.' 'The bald eagle sees the cat.' 'The bald eagle sees the rabbit.' 'The cat is kind.' 'The cat is young.' 'The lion eats the rabbit.' 'The lion is blue.' 'The lion is rough.' 'The lion is young.' 'The lion needs the bald eagle.' 'The lion needs the rabbit.' 'The rabbit eats the lion.' 'The rabbit is young.' 'The rabbit sees the lion.']
['If someone needs the lion and the lion eats the rabbit then they see the cat.' 'If someone is kind then they need the lion.']
The rabbit sees the cat.
Unknown
1
-1
[]
[]
12,232
['Anne is quiet.' 'Gary is cold.' 'Harry is red.']
['If someone is red then they are round.' 'Cold people are red.' 'Round people are young.' 'All quiet, green people are cold.' 'All red people are quiet.' 'If someone is round and red then they are blue.' 'If someone is green and quiet then they are blue.' 'Young people are red.']
Gary is not quiet.
False
1
3
[array(['Gary is cold.'], dtype=object)]
[array(['Cold people are red.', 'All red people are quiet.'], dtype=object)]
12,233
['Bob is blue.' 'Fiona is white.' 'Gary is big.']
['If something is kind and not rough then it is nice.' 'All nice, rough things are white.' 'If something is kind and nice then it is white.' 'White things are blue.' 'Blue, kind things are not cold.' 'All cold, white things are big.' 'All white things are kind.' 'If Fiona is blue then Fiona is white.']
Gary is not kind.
Unknown
1
-1
[]
[]
12,234
['Anne is nice.' 'Gary is kind.']
['If someone is nice then they are big.' 'If someone is big then they are white.' 'Round, blue people are nice.' 'If Anne is kind then Anne is round.' 'Kind, cold people are round.' 'Kind people are big.' 'If Gary is white and Gary is nice then Gary is kind.' 'If someone is round then they are blue.']
Gary is not nice.
Unknown
1
-1
[]
[]
12,235
['The bear sees the cat.' 'The cat eats the tiger.' 'The lion is red.' 'The tiger is rough.']
['If someone is rough and they see the lion then they eat the cat.' 'If someone sees the tiger then they eat the lion.' 'If someone eats the lion and they see the lion then they eat the cat.' 'If the lion chases the cat and the cat eats the lion then the cat chases the bear.' 'If someone eats the tiger then the tiger sees the lion.' 'If the tiger sees the bear then the bear is rough.']
The tiger eats the cat.
True
1
4
[array(['The tiger is rough.', 'The cat eats the tiger.'], dtype=object)]
[array(['If someone eats the tiger then the tiger sees the lion.', 'If someone is rough and they see the lion then they eat the cat.'], dtype=object) ]
12,236
['Erin is furry.' 'Erin is quiet.' 'Erin is white.']
['White, big things are round.' 'All big things are white.' 'All round things are rough.' 'Rough, white things are furry.' 'If something is rough then it is quiet.' 'All big, smart things are rough.' 'All furry, rough things are round.' 'If something is quiet then it is big.']
Erin is not round.
False
1
4
[array(['Erin is white.', 'Erin is quiet.'], dtype=object) array(['Erin is quiet.', 'Erin is quiet.'], dtype=object)]
[array(['If something is quiet then it is big.', 'White, big things are round.'], dtype=object) array(['If something is quiet then it is big.', 'All big things are white.', 'If something is quiet then it is big.', 'White, big things are round.'], dtype=object)]
12,237
['Bob is blue.' 'Bob is furry.' 'Bob is kind.' 'Bob is nice.' 'Bob is round.' 'Bob is white.' 'Bob is young.' 'Erin is blue.' 'Erin is not furry.' 'Erin is not kind.' 'Erin is nice.' 'Erin is round.' 'Erin is white.' 'Erin is not young.' 'Harry is furry.' 'Harry is not young.']
['If something is young and white then it is furry.' 'If something is blue and not young then it is white.' 'Round, white things are nice.' 'If Erin is nice and Erin is not young then Erin is white.' 'Kind things are blue.' 'If something is nice and furry then it is blue.' 'Young, blue things are round.' 'If Bob is nice and Bob is not young then Bob is not kind.']
Harry is not nice.
Unknown
1
-1
[]
[]
12,238
['The cat chases the rabbit.' 'The cat chases the squirrel.' 'The cat is big.' 'The cat likes the squirrel.' 'The rabbit chases the cat.' 'The rabbit chases the squirrel.' 'The rabbit is blue.' 'The rabbit is not round.' 'The rabbit likes the squirrel.' 'The rabbit needs the cat.' 'The squirrel is big.' 'The squirrel is not red.' 'The squirrel likes the cat.' 'The squirrel likes the rabbit.' 'The squirrel needs the cat.']
['If someone chases the squirrel then they need the cat.' 'If the squirrel chases the rabbit then the squirrel likes the rabbit.' 'If the cat needs the squirrel then the cat likes the rabbit.' 'If someone likes the squirrel and they are blue then the squirrel needs the rabbit.' 'If the cat likes the rabbit then the rabbit does not chase the cat.' 'If someone needs the rabbit then the rabbit needs the squirrel.']
The rabbit does not need the squirrel.
False
1
4
[array(['The rabbit likes the squirrel.', 'The rabbit is blue.'], dtype=object) ]
[array(['If someone likes the squirrel and they are blue then the squirrel needs the rabbit.', 'If someone needs the rabbit then the rabbit needs the squirrel.'], dtype=object) ]
12,239
['Anne is kind.' 'Anne is red.' 'Anne is white.' 'Charlie is green.' 'Charlie is red.' 'Dave is cold.' 'Dave is furry.']
['Green things are red.' 'If something is white then it is quiet.' 'Quiet things are furry.']
Anne is furry.
True
1
3
[array(['Anne is white.'], dtype=object)]
[array(['If something is white then it is quiet.', 'Quiet things are furry.'], dtype=object) ]
12,240
['The mouse does not like the tiger.' 'The tiger needs the mouse.']
['If someone visits the tiger then the tiger does not like the mouse.' 'If someone needs the mouse then the mouse is not red.' 'If someone needs the mouse then the mouse visits the tiger.' 'If someone visits the mouse then the mouse visits the tiger.' 'If the mouse needs the tiger then the tiger needs the mouse.' 'If someone likes the tiger and the tiger is not round then they do not like the mouse.' 'If the mouse does not visit the tiger then the mouse is round.' 'If the tiger likes the mouse and the tiger does not visit the mouse then the mouse is round.']
The tiger does not like the mouse.
True
1
3
[array(['The tiger needs the mouse.'], dtype=object)]
[array(['If someone needs the mouse then the mouse visits the tiger.', 'If someone visits the tiger then the tiger does not like the mouse.'], dtype=object) ]
12,241
['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 tiger is blue.
True
1
3
[array(['The tiger needs the dog.'], dtype=object)]
[array(['If something needs the dog then it needs the tiger.', 'If something needs the tiger then it is blue.'], dtype=object)]
12,242
['Anne is red.' 'Bob is rough.' 'Gary is not rough.']
['If Gary is not rough then Gary is kind.' 'If something is big and not red then it is blue.' 'All blue, rough things are white.' 'Young things are white.' 'If Anne is white then Anne is kind.' 'All kind things are young.']
Gary is young.
True
1
3
[array(['Gary is not rough.'], dtype=object)]
[array(['If Gary is not rough then Gary is kind.', 'All kind things are young.'], dtype=object)]
12,243
['The bear chases the dog.' 'The bear eats the dog.' 'The bear is blue.' 'The bear is kind.' 'The bear is rough.' 'The bear is round.' 'The bear is young.' 'The bear needs the dog.' 'The dog chases the bear.' 'The dog eats the bear.' 'The dog is blue.' 'The dog is kind.' 'The dog is rough.' 'The dog is round.' 'The dog is young.' 'The dog needs the bear.']
['If someone needs the bear then the bear is rough.' 'If someone is round and they eat the bear then they need the dog.' 'If the bear chases the dog and the dog chases the bear then the dog eats the bear.' 'If someone needs the bear and they are rough then the bear is blue.' 'If the dog eats the bear then the bear needs the dog.' 'If someone needs the dog then they chase the dog.' 'If someone is rough then they chase the bear.' 'If someone chases the dog then they eat the dog.']
The dog does not chase the dog.
False
1
4
[array(['The dog is round.', 'The dog eats the bear.'], dtype=object) array(['The dog is round.', 'The bear chases the dog.', 'The dog chases the bear.'], dtype=object) array(['The dog is round.', 'The bear chases the dog.', 'The dog is rough.'], dtype=object) array(['The dog is round.', 'The bear needs the dog.', 'The dog chases the bear.'], dtype=object) array(['The dog is round.', 'The bear needs the dog.', 'The dog is rough.'], dtype=object) ]
[array(['If someone is round and they eat the bear then they need the dog.', 'If someone needs the dog then they chase the dog.'], dtype=object) array(['If the bear chases the dog and the dog chases the bear then the dog eats the bear.', 'If someone is round and they eat the bear then they need the dog.', 'If someone needs the dog then they chase the dog.'], dtype=object) array(['If someone is rough then they chase the bear.', 'If the bear chases the dog and the dog chases the bear then the dog eats the bear.', 'If someone is round and they eat the bear then they need the dog.', 'If someone needs the dog then they chase the dog.'], dtype=object) array(['If someone needs the dog then they chase the dog.', 'If the bear chases the dog and the dog chases the bear then the dog eats the bear.', 'If someone is round and they eat the bear then they need the dog.', 'If someone needs the dog then they chase the dog.'], dtype=object) array(['If someone needs the dog then they chase the dog.', 'If someone is rough then they chase the bear.', 'If the bear chases the dog and the dog chases the bear then the dog eats the bear.', 'If someone is round and they eat the bear then they need the dog.', 'If someone needs the dog then they chase the dog.'], dtype=object) ]
12,244
['The bear chases the lion.' 'The bear eats the dog.' 'The bear is red.' 'The bear needs the dog.' 'The dog chases the lion.' 'The dog eats the lion.' 'The dog is blue.' 'The dog is rough.' 'The dog is young.' 'The dog needs the lion.' 'The lion chases the bear.' 'The lion chases the dog.' 'The lion is blue.' 'The lion is rough.' 'The lion needs the dog.']
['If someone is young and they need the bear then they need the lion.' 'If someone eats the lion and they are blue then they need the dog.' 'If someone needs the bear then the bear is blue.' 'If someone chases the dog and the dog is young then the dog eats the bear.' 'If someone is red and blue then they eat the lion.' 'If someone eats the lion then the lion is red.' 'If someone is big then they eat the bear.' 'If the bear needs the lion and the bear needs the dog then the lion eats the bear.']
The lion eats the lion.
True
1
4
[array(['The dog eats the lion.', 'The lion is blue.'], dtype=object)]
[array(['If someone eats the lion then the lion is red.', 'If someone is red and blue then they eat the lion.'], dtype=object)]
12,245
['Charlie is quiet.' 'Dave is white.' 'Erin is white.']
['All furry people are smart.' 'All quiet people are smart.' 'If Erin is red then Erin is not furry.' 'If someone is nice then they are red.' 'If someone is white then they are furry.' 'Nice, red people are furry.' 'All smart people are rough.' 'If someone is furry and not red then they are rough.']
Erin is not smart.
False
1
3
[array(['Erin is white.'], dtype=object)]
[array(['If someone is white then they are furry.', 'All furry people are smart.'], dtype=object)]
12,246
['Anne is not round.' 'Dave is not cold.' 'Dave is nice.' 'Dave is round.' 'Dave is not smart.' 'Fiona is blue.' 'Fiona is smart.' 'Gary is quiet.' 'Gary is not round.' 'Gary is smart.']
['All smart people are cold.' 'Cold people are blue.' 'If someone is blue then they are not furry.' 'If Anne is cold and Anne is furry then Anne is nice.' 'If someone is furry and blue then they are round.' 'If Dave is cold and Dave is quiet then Dave is nice.' 'If someone is smart then they are quiet.' 'If someone is smart and not blue then they are not quiet.']
Gary is not blue.
False
1
3
[array(['Gary is smart.'], dtype=object)]
[array(['All smart people are cold.', 'Cold people are blue.'], dtype=object) ]
12,247
['Anne is red.' 'Dave is cold.' 'Gary is furry.']
['Big things are blue.' 'Red things are white.' 'Red, nice things are white.' 'Furry things are white.' 'All blue, big things are red.' 'If something is cold then it is white.' 'All big things are nice.' 'All cold things are big.']
Dave is nice.
True
1
3
[array(['Dave is cold.'], dtype=object)]
[array(['All cold things are big.', 'All big things are nice.'], dtype=object) ]
12,248
['The bald eagle chases the squirrel.' 'The bald eagle likes the cow.' 'The bald eagle likes the squirrel.' 'The cow chases the bald eagle.' 'The cow chases the squirrel.' 'The cow eats the bald eagle.' 'The cow is round.' 'The squirrel eats the cow.' 'The squirrel is young.' 'The squirrel likes the cow.']
['If the bald eagle likes the cow then the bald eagle chases the cow.' 'If something chases the cow then it eats the bald eagle.']
The bald eagle eats the bald eagle.
True
1
3
[array(['The bald eagle likes the cow.'], dtype=object)]
[array(['If the bald eagle likes the cow then the bald eagle chases the cow.', 'If something chases the cow then it eats the bald eagle.'], dtype=object) ]
12,249
['Bob is big.' 'Bob is not kind.' 'Bob is rough.' 'Bob is smart.' 'Bob is not young.' 'Harry is green.' 'Harry is young.']
['If Bob is young and Bob is not green then Bob is cold.' 'If something is big then it is smart.' 'All green things are not smart.' 'If something is rough and green then it is not kind.' 'If something is green and big then it is not kind.' 'All smart things are rough.' 'All kind things are rough.' 'If something is young and not smart then it is rough.']
Harry is not rough.
False
1
4
[array(['Harry is young.', 'Harry is green.'], dtype=object)]
[array(['All green things are not smart.', 'If something is young and not smart then it is rough.'], dtype=object) ]
12,250
['Anne is red.' 'Charlie is cold.' 'Charlie is quiet.' 'Charlie is not round.' 'Charlie is young.' 'Dave is round.' 'Dave is not young.' 'Gary is green.' 'Gary is quiet.' 'Gary is not red.' 'Gary is round.' 'Gary is young.']
['If someone is quiet then they are nice.' 'If someone is round and quiet then they are nice.' 'If Anne is red then Anne is round.' 'Nice, young people are green.' 'Round people are green.' 'Nice, round people are not cold.' 'If someone is green then they are quiet.']
Charlie is green.
True
1
4
[array(['Charlie is quiet.', 'Charlie is young.'], dtype=object)]
[array(['If someone is quiet then they are nice.', 'Nice, young people are green.'], dtype=object)]
12,251
['The mouse does not chase the tiger.' 'The tiger chases the mouse.' 'The tiger is kind.']
['If someone eats the mouse then they like the mouse.' 'If someone chases the mouse then they eat the mouse.']
The tiger likes the mouse.
True
1
3
[array(['The tiger chases the mouse.'], dtype=object)]
[array(['If someone chases the mouse then they eat the mouse.', 'If someone eats the mouse then they like the mouse.'], dtype=object) ]
12,252
['Anne is big.' 'Anne is rough.' 'Dave is blue.' 'Dave is cold.' 'Dave is red.' 'Dave is rough.' 'Dave is round.' 'Gary is round.' 'Harry is cold.' 'Harry is rough.']
['All round things are blue.' 'If something is cold then it is blue.' 'Blue, red things are round.' 'If something is rough then it is red.' 'All big, red things are cold.' 'All round things are green.' 'Round, cold things are big.' 'If something is green then it is blue.']
Gary is not big.
Unknown
1
-1
[]
[]
12,253
['Fiona is furry.']
['All round people are young.' 'If Fiona is furry then Fiona is round.']
Fiona is young.
True
1
3
[array(['Fiona is furry.'], dtype=object)]
[array(['If Fiona is furry then Fiona is round.', 'All round people are young.'], dtype=object)]
12,254
['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,255
['Anne is furry.' 'Anne is nice.' 'Anne is white.' 'Anne is young.' 'Charlie is red.' 'Gary is furry.' 'Gary is young.']
['All nice things are quiet.' 'Nice, young things are rough.' 'Quiet things are red.']
Anne is red.
True
1
3
[array(['Anne is nice.'], dtype=object)]
[array(['All nice things are quiet.', 'Quiet things are red.'], dtype=object) ]
12,256
['The dog is blue.' 'The dog is not red.' 'The dog likes the squirrel.' 'The dog likes the tiger.' 'The dog does not need the rabbit.' 'The dog needs the tiger.' 'The rabbit is cold.' 'The rabbit is nice.' 'The rabbit is red.' 'The rabbit sees the tiger.' 'The squirrel is blue.' 'The squirrel is red.' 'The tiger is red.' 'The tiger likes the dog.' 'The tiger likes the squirrel.' 'The tiger does not see the dog.']
['If something is kind and nice then it sees the rabbit.' 'If something sees the squirrel and the squirrel is red then the squirrel likes the dog.' 'If something is blue and it likes the dog then the dog needs the rabbit.' 'If something sees the tiger and it is red then it needs the squirrel.' 'If something sees the rabbit and the rabbit is red then it needs the rabbit.' 'If something needs the squirrel and it is red then it is kind.' 'If the squirrel is kind and the squirrel is nice then the squirrel does not see the dog.' 'If the rabbit does not need the squirrel then the squirrel needs the dog.']
The tiger is kind.
Unknown
1
-1
[]
[]
12,257
['The bald eagle eats the bear.' 'The bear likes the cow.' 'The cow is round.' 'The squirrel is round.']
['If something is nice then it likes the bald eagle.' 'If something needs the bear and it is cold then it does not eat the cow.' 'If something likes the bald eagle and the bald eagle does not need the squirrel then it is kind.' 'If something is cold then it eats the squirrel.' 'If the cow is round then the cow is nice.' 'If something is cold and it does not like the bear then it eats the bald eagle.' 'If something eats the bald eagle then the bald eagle needs the bear.' 'If something needs the cow then the cow likes the squirrel.']
The cow likes the bald eagle.
True
1
3
[array(['The cow is round.'], dtype=object)]
[array(['If the cow is round then the cow is nice.', 'If something is nice then it likes the bald eagle.'], dtype=object)]
12,258
['Dave is green.' 'Fiona is blue.' 'Fiona is young.' 'Gary is green.' 'Gary is red.' 'Harry is furry.' 'Harry is rough.']
['Green, furry things are young.' 'Young things are blue.' 'If something is young and furry then it is rough.' 'All red things are young.' 'If Harry is green then Harry is young.' 'All rough, red things are quiet.' 'If Harry is young and Harry is blue then Harry is red.' 'Furry things are young.']
Harry is blue.
True
1
3
[array(['Harry is furry.'], dtype=object)]
[array(['Furry things are young.', 'Young things are blue.'], dtype=object)]
12,259
['The bald eagle chases the squirrel.' 'The bald eagle is blue.' 'The bald eagle likes the cow.' 'The bald eagle likes the lion.' 'The cow chases the lion.' 'The cow is green.' 'The cow likes the bald eagle.' 'The cow likes the lion.' 'The lion likes the cow.' 'The squirrel chases the bald eagle.' 'The squirrel is big.' 'The squirrel is green.' 'The squirrel is red.' 'The squirrel sees the bald eagle.']
['If someone is red and they chase the bald eagle then the bald eagle is green.' 'If someone likes the bald eagle then they like the lion.' 'If someone is green then they see the lion.' 'If the cow is blue then the cow likes the squirrel.' 'If the bald eagle sees the lion then the lion sees the squirrel.' 'If someone sees the squirrel then they are green.' 'If someone likes the bald eagle then the bald eagle is blue.']
The lion sees the squirrel.
True
3
5
[array(['The squirrel is red.', 'The squirrel chases the bald eagle.'], dtype=object) ]
[array(['If someone is red and they chase the bald eagle then the bald eagle is green.', 'If someone is green then they see the lion.', 'If the bald eagle sees the lion then the lion sees the squirrel.'], dtype=object) ]
12,260
['The cat sees the mouse.' 'The cat visits the mouse.' 'The cow needs the lion.' 'The cow needs the mouse.' 'The lion is rough.' 'The lion sees the mouse.' 'The mouse does not visit the lion.']
['If someone needs the cat and they are not red then the cat sees the cow.' 'If the cat is rough then the cat is cold.' 'If someone sees the lion and they are not rough then the lion sees the cow.' 'If someone visits the lion and the lion does not need the cat then the cat visits the lion.' 'If someone needs the lion then they need the cow.' 'If someone sees the mouse then they need the lion.']
The mouse does not need the cow.
Unknown
1
-1
[]
[]
12,261
['The cat chases the lion.' 'The cat is rough.' 'The cat is young.' 'The cat needs the lion.' 'The cat needs the rabbit.' 'The dog is green.' 'The dog is young.' 'The dog likes the cat.' 'The lion is blue.' 'The lion is green.' 'The rabbit chases the lion.' 'The rabbit is blue.' 'The rabbit is rough.' 'The rabbit likes the dog.' 'The rabbit needs the dog.' 'The rabbit needs the lion.']
['If someone chases the lion then they are round.' 'If the lion needs the rabbit and the rabbit chases the dog then the lion likes the dog.' 'If someone is round and they chase the lion then they need the cat.' 'If someone needs the cat and they chase the dog then they like the rabbit.' 'If someone chases the lion and the lion is blue then the lion is round.' 'If someone chases the rabbit then they are rough.' 'If someone is rough and they like the rabbit then the rabbit is young.' 'If the rabbit chases the cat and the cat needs the lion then the rabbit is young.' 'If someone is round and they need the cat then they chase the dog.']
The cat chases the dog.
True
3
7
[array(['The cat chases the lion.', 'The cat chases the lion.', 'The cat chases the lion.'], dtype=object) ]
[array(['If someone chases the lion then they are round.', 'If someone chases the lion then they are round.', 'If someone is round and they chase the lion then they need the cat.', 'If someone is round and they need the cat then they chase the dog.'], dtype=object) ]
12,262
['The bear does not eat the mouse.' 'The cow is big.' 'The mouse needs the cow.' 'The rabbit is not young.']
['If something is red then it needs the cow.' 'If something visits the cow and it is cold then it is red.' 'All young things are red.' 'If the rabbit is red and the rabbit does not eat the bear then the rabbit needs the mouse.' 'If something is big then it is young.' 'If something needs the rabbit and the rabbit is young then the rabbit eats the mouse.']
The bear does not need the cow.
Unknown
3
-1
[]
[]
12,263
['The bald eagle is blue.' 'The bald eagle is not red.' 'The bald eagle is not young.' 'The bald eagle does not like the cow.' 'The cow is green.' 'The cow is not red.' 'The dog needs the bald eagle.' 'The mouse chases the cow.' 'The mouse chases the dog.' 'The mouse is nice.']
['If something chases the mouse and it is nice then the mouse does not like the dog.' 'If something likes the bald eagle then the bald eagle is not nice.' 'If the mouse needs the bald eagle and the bald eagle needs the cow then the bald eagle does not chase the mouse.' 'All blue things are not nice.' 'If the mouse needs the dog and the dog does not need the cow then the cow does not like the bald eagle.' 'If something chases the cow then the cow is blue.']
The cow is not nice.
True
1
3
[array(['The mouse chases the cow.'], dtype=object)]
[array(['If something chases the cow then the cow is blue.', 'All blue things are not nice.'], dtype=object) ]
12,264
['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
[]
[]
12,265
['Bob is furry.' 'Charlie is big.' 'Harry is not quiet.']
['If someone is young and furry then they are rough.' 'Round people are rough.' 'If someone is big then they are not green.' 'Green people are furry.' 'If someone is round and not quiet then they are not big.' 'If someone is furry then they are round.']
Bob is rough.
True
1
3
[array(['Bob is furry.'], dtype=object)]
[array(['If someone is furry then they are round.', 'Round people are rough.'], dtype=object) ]
12,266
['Dave is kind.' 'Dave is nice.' 'Erin is cold.' 'Erin is kind.' 'Erin is not nice.' 'Fiona is furry.' 'Fiona is kind.' 'Fiona is nice.' 'Fiona is rough.' 'Harry is rough.']
['Nice, kind things are big.' 'All big things are not cold.']
Fiona is not cold.
True
1
4
[array(['Fiona is nice.', 'Fiona is kind.'], dtype=object)]
[array(['Nice, kind things are big.', 'All big things are not cold.'], dtype=object) ]
12,267
['Charlie is green.' 'Charlie is red.' 'Erin is big.' 'Erin is blue.' 'Erin is rough.' 'Erin is white.' 'Fiona is not big.' 'Fiona is not blue.' 'Fiona is green.' 'Fiona is red.' 'Fiona is white.' 'Harry is blue.' 'Harry is green.' 'Harry is red.' 'Harry is rough.']
['If something is blue then it is white.' 'If Charlie is rough then Charlie is nice.' 'If something is white then it is nice.' 'If something is rough and not big then it is not nice.' 'If something is white and not red then it is not blue.' 'Rough things are blue.' 'If Charlie is green then Charlie is white.' 'All rough, white things are green.']
Charlie is not nice.
False
1
3
[array(['Charlie is green.'], dtype=object)]
[array(['If Charlie is green then Charlie is white.', 'If something is white then it is nice.'], dtype=object)]
12,268
['The cat is blue.' 'The dog is cold.' 'The mouse needs the rabbit.' 'The rabbit needs the mouse.']
['Blue people are cold.' 'If the mouse does not chase the cat and the mouse does not need the dog then the cat is cold.' 'If someone chases the dog and the dog does not chase the rabbit then the dog eats the mouse.' 'If someone needs the mouse then they are blue.' 'If someone chases the mouse then the mouse does not eat the rabbit.' 'If someone eats the mouse then the mouse is rough.' 'If the rabbit is rough then the rabbit needs the cat.' 'If someone eats the mouse and they are not blue then they are rough.']
The rabbit is cold.
True
1
3
[array(['The rabbit needs the mouse.'], dtype=object)]
[array(['If someone needs the mouse then they are blue.', 'Blue people are cold.'], dtype=object) ]
12,269
['Charlie is big.' 'Charlie is cold.' 'Charlie is kind.' 'Charlie is quiet.' 'Charlie is red.' 'Charlie is rough.' 'Charlie is smart.' 'Erin is kind.' 'Fiona is quiet.' 'Fiona is rough.' 'Harry is kind.' 'Harry is rough.']
['Kind things are big.' 'All kind, smart things are rough.' 'If something is red and quiet then it is big.' 'All red things are cold.' 'All cold, quiet things are smart.' 'If something is big and smart then it is cold.' 'All quiet things are cold.' 'Kind, big things are red.' 'All cold, smart things are kind.']
Fiona is smart.
True
1
4
[array(['Fiona is quiet.', 'Fiona is quiet.'], dtype=object)]
[array(['All quiet things are cold.', 'All cold, quiet things are smart.'], dtype=object) ]
12,270
['Dave is furry.' 'Fiona is furry.']
['All cold people are nice.' 'Kind, rough people are nice.' 'Cold, rough people are round.' 'All furry, red people are cold.' 'If Dave is furry then Dave is kind.' 'If someone is cold then they are round.']
Fiona is not nice.
Unknown
1
-1
[]
[]
12,271
['Charlie is quiet.' 'Dave is white.' 'Gary is not cold.']
['If someone is white then they are green.' 'If someone is green then they are quiet.' 'If someone is round then they are white.']
Dave is quiet.
True
1
3
[array(['Dave is white.'], dtype=object)]
[array(['If someone is white then they are green.', 'If someone is green then they are quiet.'], dtype=object)]
12,272
['Bob is big.']
['If Bob is big then Bob is red.' 'Red people are blue.' 'If Bob is young then Bob is big.' 'If someone is quiet then they are nice.' 'If Bob is red and Bob is blue then Bob is quiet.' 'If Bob is nice and Bob is not big then Bob is blue.' 'If someone is red then they are green.' 'Nice people are green.']
Bob is not blue.
False
1
3
[array(['Bob is big.'], dtype=object)]
[array(['If Bob is big then Bob is red.', 'Red people are blue.'], dtype=object) ]
12,273
['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.']
Erin is not green.
Unknown
1
-1
[]
[]
12,274
['Gary is quiet.' 'Harry is cold.']
['All red, quiet people are nice.' 'If someone is nice and rough then they are round.' 'If Harry is red then Harry is quiet.' 'If someone is cold then they are nice.' 'All nice, cold people are red.' 'All rough, red people are cold.']
Harry is not red.
False
1
4
[array(['Harry is cold.', 'Harry is cold.'], dtype=object)]
[array(['If someone is cold then they are nice.', 'All nice, cold people are red.'], dtype=object)]
12,275
['Charlie is nice.' 'Erin is round.' 'Fiona is kind.' 'Harry is nice.']
['Cold, nice people are not big.' 'Green, kind people are big.' 'If someone is round then they are big.' 'If Erin is blue and Erin is round then Erin is not nice.' 'All nice people are kind.' 'All nice, kind people are round.' 'If someone is cold and not green then they are not nice.' 'If Erin is not nice then Erin is not big.']
Fiona is not big.
Unknown
1
-1
[]
[]
12,276
['Anne is white.' 'Erin is white.' 'Gary is cold.']
['All furry, white people are nice.' 'All round, blue people are cold.' 'If someone is furry then they are blue.' 'All blue people are furry.' 'All blue people are nice.' 'All white people are blue.' 'All nice, white people are kind.' 'If someone is nice then they are white.']
Erin is not furry.
False
1
3
[array(['Erin is white.'], dtype=object)]
[array(['All white people are blue.', 'All blue people are furry.'], dtype=object) ]
12,277
['Bob is big.' 'Bob is quiet.' 'Erin is white.' 'Gary is big.' 'Gary is red.' 'Harry is green.' 'Harry is smart.']
['If someone is smart and big then they are white.' 'All quiet, red people are smart.' 'If someone is smart and white then they are green.' 'Red, round people are quiet.' 'If someone is big then they are round.' 'If Erin is round and Erin is quiet then Erin is smart.' 'If someone is red and green then they are big.']
Bob is not green.
Unknown
1
-1
[]
[]
12,278
['The cow needs the dog.' 'The dog does not chase the mouse.' 'The mouse is rough.' 'The rabbit chases the mouse.']
['If the mouse does not need the dog and the dog is not round then the mouse is not big.' 'If someone chases the mouse then the mouse likes the cow.' 'If someone chases the dog and they do not like the rabbit then they are green.' 'If the mouse needs the dog and the dog likes the rabbit then the mouse likes the dog.' 'If someone likes the cow then the cow is round.' 'If someone is rough and not big then they need the rabbit.' 'If someone needs the rabbit then they chase the rabbit.' 'If someone chases the rabbit and the rabbit likes the dog then they do not like the dog.']
The cow is round.
True
1
3
[array(['The rabbit chases the mouse.'], dtype=object)]
[array(['If someone chases the mouse then the mouse likes the cow.', 'If someone likes the cow then the cow is round.'], dtype=object)]
12,279
['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) ]
12,280
['Anne is furry.' 'Anne is rough.' 'Anne is round.' 'Bob is cold.' 'Bob is furry.' 'Bob is kind.' 'Bob is nice.' 'Bob is rough.' 'Bob is round.' 'Bob is white.' 'Fiona is cold.' 'Fiona is nice.' 'Fiona is round.' 'Harry is nice.' 'Harry is round.']
['All nice, cold people are white.' 'If someone is round and rough then they are white.' 'If Harry is nice then Harry is rough.' 'White people are kind.' 'Kind people are round.' 'If someone is kind then they are white.' 'All cold, white people are rough.' 'All kind people are nice.']
Anne is kind.
True
1
4
[array(['Anne is round.', 'Anne is rough.'], dtype=object)]
[array(['If someone is round and rough then they are white.', 'White people are kind.'], dtype=object) ]
12,281
['Anne is big.' 'Anne is furry.' 'Anne is green.' 'Anne is white.' 'Anne is young.' 'Bob is big.' 'Bob is nice.' 'Bob is young.' 'Erin is big.' 'Erin is furry.' 'Erin is green.' 'Erin is nice.' 'Erin is white.' 'Erin is young.' 'Harry is white.' 'Harry is young.']
['If someone is young then they are green.' 'Green, white people are red.' 'Red people are white.' 'All white, red people are green.' 'All white people are young.' 'If someone is green then they are red.']
Harry is not red.
False
1
3
[array(['Harry is young.'], dtype=object) array(['Harry is young.', 'Harry is white.'], dtype=object) array(['Harry is white.'], dtype=object) array(['Harry is white.', 'Harry is white.'], dtype=object)]
[array(['If someone is young then they are green.', 'If someone is green then they are red.'], dtype=object) array(['If someone is young then they are green.', 'Green, white people are red.'], dtype=object) array(['All white people are young.', 'If someone is young then they are green.', 'If someone is green then they are red.'], dtype=object) array(['All white people are young.', 'If someone is young then they are green.', 'Green, white people are red.'], dtype=object)]
12,282
['Anne is rough.' 'Bob is not green.' 'Dave is quiet.' 'Fiona is green.']
['If something is smart then it is not furry.' 'All young, blue things are not furry.' 'All blue, smart things are not furry.' 'If Fiona is smart and Fiona is furry then Fiona is young.' 'If something is young then it is smart.' 'If Anne is not green and Anne is not quiet then Anne is not furry.' 'All furry, quiet things are not rough.' 'If something is green then it is young.']
Dave is not smart.
Unknown
1
-1
[]
[]
12,283
['Anne is cold.' 'Anne is furry.' 'Anne is rough.' 'Anne is smart.' 'Anne is white.' 'Bob is nice.' 'Bob is rough.' 'Erin is cold.' 'Erin is furry.' 'Erin is nice.' 'Erin is rough.' 'Erin is smart.' 'Erin is white.' 'Erin is young.' 'Fiona is cold.' 'Fiona is furry.']
['All smart things are cold.' 'If Bob is young and Bob is cold then Bob is furry.' 'Young things are cold.' 'If Fiona is rough and Fiona is cold then Fiona is smart.' 'Cold, furry things are white.' 'All rough, nice things are young.' 'If something is white and furry then it is smart.']
Fiona is smart.
True
1
5
[array(['Fiona is cold.', 'Fiona is furry.', 'Fiona is furry.'], dtype=object) ]
[array(['Cold, furry things are white.', 'If something is white and furry then it is smart.'], dtype=object)]
12,284
['Anne is big.' 'Anne is cold.' 'Anne is green.' 'Anne is quiet.' 'Anne is round.' 'Anne is white.' 'Charlie is rough.' 'Dave is big.' 'Dave is green.' 'Dave is quiet.' 'Dave is rough.' 'Dave is round.' 'Dave is white.' 'Harry is big.' 'Harry is green.' 'Harry is round.']
['All green people are cold.' 'If someone is green and rough then they are white.' 'White, round people are green.' 'If someone is rough and white then they are round.' 'Cold people are green.' 'If Harry is big and Harry is round then Harry is cold.' 'If Charlie is cold and Charlie is round then Charlie is white.' 'If someone is round then they are rough.']
Harry is not white.
False
1
4
[array(['Harry is green.', 'Harry is round.'], dtype=object) array(['Harry is big.', 'Harry is round.', 'Harry is round.'], dtype=object) ]
[array(['If someone is round then they are rough.', 'If someone is green and rough then they are white.'], dtype=object) array(['If Harry is big and Harry is round then Harry is cold.', 'Cold people are green.', 'If someone is round then they are rough.', 'If someone is green and rough then they are white.'], dtype=object)]
12,285
['The cat eats the cow.' 'The cat is big.' 'The cat is red.' 'The cat is young.' 'The cat needs the cow.' 'The cat visits the cow.' 'The cow eats the cat.' 'The cow is big.' 'The cow is green.' 'The cow is young.' 'The cow needs the cat.' 'The cow visits the cat.']
['If the cow is big then the cow is round.' 'If something visits the cow then it needs the cow.' 'If something is round and it eats the cat then it visits the cow.']
The cow does not visit the cow.
False
1
4
[array(['The cow is big.', 'The cow eats the cat.'], dtype=object)]
[array(['If the cow is big then the cow is round.', 'If something is round and it eats the cat then it visits the cow.'], dtype=object) ]
12,286
['The cow is nice.']
['If something is round and nice then it is green.' 'All cold, nice things are green.' 'All cold, round things are green.' 'If something is green and nice then it is kind.' 'If the cow is green then the cow is kind.' 'All nice things are round.' 'If the cow is kind and the cow is cold then the cow is not round.' 'If the cow is cold and the cow is not nice then the cow is not round.']
The cow is not green.
False
1
4
[array(['The cow is nice.', 'The cow is nice.'], dtype=object)]
[array(['All nice things are round.', 'If something is round and nice then it is green.'], dtype=object)]
12,287
['Bob is big.' 'Bob is blue.' 'Bob is furry.' 'Bob is green.' 'Bob is kind.' 'Bob is not nice.' 'Bob is white.' 'Charlie is big.' 'Charlie is blue.' 'Charlie is furry.' 'Charlie is green.' 'Charlie is kind.' 'Charlie is white.' 'Gary is blue.' 'Gary is nice.' 'Gary is white.']
['If Charlie is green and Charlie is furry then Charlie is big.' 'All kind things are white.' 'All white, nice things are kind.' 'Big, kind things are furry.' 'If something is kind and nice then it is big.' 'If Gary is green and Gary is not nice then Gary is not white.']
Gary is not big.
False
1
5
[array(['Gary is white.', 'Gary is nice.', 'Gary is nice.'], dtype=object)]
[array(['All white, nice things are kind.', 'If something is kind and nice then it is big.'], dtype=object)]
12,288
['Anne is blue.' 'Bob is big.' 'Bob is blue.' 'Bob is furry.' 'Bob is nice.' 'Bob is quiet.' 'Bob is white.' 'Gary is furry.' 'Gary is quiet.' 'Gary is rough.' 'Harry is big.' 'Harry is furry.' 'Harry is nice.' 'Harry is quiet.' 'Harry is rough.' 'Harry is white.']
['If someone is quiet then they are big.' 'All big people are nice.' 'If Gary is blue then Gary is nice.']
Gary is not nice.
False
1
3
[array(['Gary is quiet.'], dtype=object)]
[array(['If someone is quiet then they are big.', 'All big people are nice.'], dtype=object)]
12,289
['The bear is green.' 'The bear is kind.' 'The mouse needs the bear.' 'The mouse visits the bear.' 'The mouse visits the squirrel.' 'The mouse visits the tiger.' 'The squirrel chases the bear.' 'The squirrel is cold.' 'The squirrel is nice.' 'The tiger is green.' 'The tiger needs the bear.']
['If something needs the mouse then it is kind.' 'If the mouse is young then the mouse needs the bear.' 'If something chases the bear then it needs the tiger.' 'If something needs the squirrel and it visits the mouse then the mouse needs the squirrel.' 'If something visits the squirrel then it needs the mouse.' 'If something chases the squirrel and the squirrel is nice then it is young.' 'If something visits the mouse and the mouse is green then it needs the tiger.' 'If something is kind and it visits the tiger then the tiger visits the squirrel.' 'If the bear needs the squirrel and the bear visits the tiger then the bear chases the tiger.']
The tiger visits the squirrel.
True
3
5
[array(['The mouse visits the squirrel.', 'The mouse visits the tiger.'], dtype=object) ]
[array(['If something visits the squirrel then it needs the mouse.', 'If something needs the mouse then it is kind.', 'If something is kind and it visits the tiger then the tiger visits the squirrel.'], dtype=object) ]
12,290
['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.']
Fiona is green.
Unknown
1
-1
[]
[]
12,291
['The bald eagle chases the rabbit.' 'The bald eagle is round.' 'The bald eagle needs the rabbit.' 'The cat is nice.' 'The rabbit visits the squirrel.' 'The squirrel visits the bald eagle.' 'The squirrel visits the rabbit.']
['If something needs the bald eagle and it is round then the bald eagle does not need the rabbit.' 'If something is blue then it chases the bald eagle.' 'If something visits the bald eagle then the bald eagle is blue.' 'If something visits the cat then the cat visits the bald eagle.' 'If something visits the rabbit and it is not green then the rabbit needs the bald eagle.' 'If the bald eagle does not need the rabbit then the rabbit visits the squirrel.']
The bald eagle does not chase the bald eagle.
False
1
3
[array(['The squirrel visits the bald eagle.'], dtype=object)]
[array(['If something visits the bald eagle then the bald eagle is blue.', 'If something is blue then it chases the bald eagle.'], dtype=object) ]
12,292
['The bald eagle chases the bear.' 'The bald eagle needs the cat.' 'The bald eagle visits the squirrel.' 'The bear does not chase the squirrel.' 'The bear is blue.' 'The cat chases the squirrel.' 'The cat visits the bear.' 'The cat visits the squirrel.' 'The squirrel is green.' 'The squirrel does not need the cat.']
['If someone is cold and they visit the bear then the bear does not need the squirrel.' 'If the bald eagle is blue and the bald eagle visits the cat then the cat is nice.' 'If someone is blue then they visit the cat.' 'If someone visits the bear then the bear needs the cat.' 'If the bear visits the bald eagle then the bear visits the cat.' 'If someone needs the squirrel then the squirrel chases the cat.' 'If the bear needs the bald eagle and the bear needs the cat then the bald eagle is blue.' 'If someone visits the cat then they need the bald eagle.' 'If someone needs the bear and they are blue then the bear does not visit the squirrel.']
The bear needs the bald eagle.
True
1
3
[array(['The bear is blue.'], dtype=object)]
[array(['If someone is blue then they visit the cat.', 'If someone visits the cat then they need the bald eagle.'], dtype=object) ]
12,293
['Bob is blue.' 'Bob is furry.' 'Dave is white.' 'Erin is green.' 'Erin is white.' 'Gary is green.' 'Gary is red.']
['If Erin is furry and Erin is blue then Erin is big.' 'Red things are round.' 'If something is blue and big then it is white.' 'Red, furry things are white.' 'If something is round then it is furry.' 'If something is furry and green then it is blue.' 'Blue, white things are furry.' 'If something is green then it is red.']
Gary is furry.
True
1
3
[array(['Gary is red.'], dtype=object) array(['Gary is green.'], dtype=object)]
[array(['Red things are round.', 'If something is round then it is furry.'], dtype=object) array(['If something is green then it is red.', 'Red things are round.', 'If something is round then it is furry.'], dtype=object) ]
12,294
['The bear eats the cow.' 'The bear is big.' 'The bear is kind.' 'The cow is big.' 'The cow is blue.' 'The cow is kind.' 'The cow needs the squirrel.' 'The cow sees the bear.' 'The lion eats the bear.' 'The squirrel is big.' 'The squirrel is blue.' 'The squirrel is nice.']
['If someone is blue and they need the bear then they see the squirrel.' 'If someone needs the lion and they need the cow then they see the bear.' 'If someone is red then they need the cow.' 'If someone needs the lion then the lion is nice.' 'If someone needs the cow then the cow needs the bear.' 'If someone is big and they eat the lion then the lion sees the bear.' 'If someone needs the bear and they eat the lion then they are nice.' 'If someone eats the bear then they are red.']
The lion needs the cow.
True
1
3
[array(['The lion eats the bear.'], dtype=object)]
[array(['If someone eats the bear then they are red.', 'If someone is red then they need the cow.'], dtype=object)]
12,295
['Bob is not furry.' 'Bob is young.' 'Dave is cold.' 'Dave is not green.' 'Dave is red.' 'Dave is round.' 'Dave is not young.' 'Fiona is cold.' 'Fiona is furry.' 'Fiona is quiet.' 'Fiona is not red.' 'Harry is round.']
['Green, young things are red.' 'If Fiona is not young then Fiona is cold.' 'If something is young then it is green.' 'If Fiona is round and Fiona is not cold then Fiona is not quiet.' 'Quiet, red things are furry.' 'Cold, red things are furry.' 'Red things are not quiet.' 'Furry, green things are not quiet.']
Bob is not quiet.
True
3
5
[array(['Bob is young.', 'Bob is young.'], dtype=object)]
[array(['If something is young then it is green.', 'Green, young things are red.', 'Red things are not quiet.'], dtype=object) ]
12,296
['Anne is quiet.' 'Charlie is round.' 'Charlie is smart.' 'Erin is green.' 'Erin is kind.' 'Erin is round.' 'Fiona is not furry.']
['All kind people are cold.' 'Furry, round people are cold.' 'If someone is quiet then they are furry.' 'If someone is kind and not smart then they are furry.' 'All cold, smart people are round.' 'If Charlie is round and Charlie is cold then Charlie is green.' 'All smart people are quiet.' 'If Anne is green then Anne is cold.' 'If someone is furry and green then they are not kind.']
Charlie is not furry.
False
1
3
[array(['Charlie is smart.'], dtype=object)]
[array(['All smart people are quiet.', 'If someone is quiet then they are furry.'], dtype=object)]
12,297
['The cat does not like the rabbit.' 'The rabbit chases the squirrel.' 'The squirrel is kind.']
['If someone is blue then they like the cat.' 'If someone is kind then they like the cat.' 'If someone is kind and not red then they are cold.' 'If someone likes the cat then the cat chases the squirrel.' 'If the squirrel is kind then the squirrel likes the cat.' 'If the cat chases the squirrel then the squirrel likes the rabbit.']
The cat chases the squirrel.
True
1
3
[array(['The squirrel is kind.'], dtype=object) array(['The squirrel is kind.'], dtype=object)]
[array(['If someone is kind then they like the cat.', 'If someone likes the cat then the cat chases the squirrel.'], dtype=object) array(['If the squirrel is kind then the squirrel likes the cat.', 'If someone likes the cat then the cat chases the squirrel.'], dtype=object) ]
12,298
['The bald eagle is blue.' 'The bald eagle is green.' 'The bald eagle sees the rabbit.' 'The rabbit eats the bald eagle.' 'The rabbit is big.' 'The rabbit is round.' 'The tiger is round.']
['If something eats the tiger and the tiger eats the rabbit then the rabbit needs the tiger.' 'If something is round then it eats the rabbit.' 'If something needs the bald eagle and the bald eagle is blue then it needs the tiger.' 'If something eats the bald eagle then it eats the tiger.' 'If something sees the bald eagle then it needs the rabbit.' 'If something needs the tiger then it is blue.']
The rabbit is blue.
True
3
6
[array(['The rabbit eats the bald eagle.', 'The tiger is round.'], dtype=object) ]
[array(['If something eats the bald eagle then it eats the tiger.', 'If something is round then it eats the rabbit.', 'If something eats the tiger and the tiger eats the rabbit then the rabbit needs the tiger.', 'If something needs the tiger then it is blue.'], dtype=object) ]
12,299
['The bear is nice.' 'The bear likes the cow.' 'The bear sees the cow.' 'The cow is red.' 'The cow likes the dog.' 'The cow likes the lion.' 'The cow needs the lion.' 'The cow sees the dog.' 'The cow sees the lion.' 'The dog is nice.' 'The dog needs the bear.' 'The dog sees the lion.' 'The lion is red.' 'The lion is round.' 'The lion likes the dog.' 'The lion needs the bear.']
['If something sees the lion then the lion sees the cow.' 'If the lion needs the cow and the cow is round then the lion likes the bear.' 'If something needs the bear then the bear is nice.' 'If something is nice then it sees the cow.' 'If something likes the cow and the cow needs the bear then it needs the dog.' 'If something needs the dog then the dog sees the lion.' 'If the cow likes the bear and the bear sees the dog then the cow needs the bear.' 'If something sees the cow then the cow needs the bear.']
The bear needs the dog.
True
1
4
[array(['The bear likes the cow.', 'The bear sees the cow.'], dtype=object) array(['The bear likes the cow.', 'The bear is nice.'], dtype=object) array(['The bear likes the cow.', 'The dog is nice.'], dtype=object) array(['The bear likes the cow.', 'The dog sees the lion.'], dtype=object) array(['The bear likes the cow.', 'The cow sees the lion.'], dtype=object) array(['The bear likes the cow.', 'The dog needs the bear.'], dtype=object) array(['The bear likes the cow.', 'The lion needs the bear.'], dtype=object) ]
[array(['If something sees the cow then the cow needs the bear.', 'If something likes the cow and the cow needs the bear then it needs the dog.'], dtype=object) array(['If something is nice then it sees the cow.', 'If something sees the cow then the cow needs the bear.', 'If something likes the cow and the cow needs the bear then it needs the dog.'], dtype=object) array(['If something is nice then it sees the cow.', 'If something sees the cow then the cow needs the bear.', 'If something likes the cow and the cow needs the bear then it needs the dog.'], dtype=object) array(['If something sees the lion then the lion sees the cow.', 'If something sees the cow then the cow needs the bear.', 'If something likes the cow and the cow needs the bear then it needs the dog.'], dtype=object) array(['If something sees the lion then the lion sees the cow.', 'If something sees the cow then the cow needs the bear.', 'If something likes the cow and the cow needs the bear then it needs the dog.'], dtype=object) array(['If something needs the bear then the bear is nice.', 'If something is nice then it sees the cow.', 'If something sees the cow then the cow needs the bear.', 'If something likes the cow and the cow needs the bear then it needs the dog.'], dtype=object) array(['If something needs the bear then the bear is nice.', 'If something is nice then it sees the cow.', 'If something sees the cow then the cow needs the bear.', 'If something likes the cow and the cow needs the bear then it needs the dog.'], dtype=object) ]