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 |
|---|---|---|---|---|---|---|---|---|
11,300 | ['Dave is furry.' 'Dave is not green.' 'Dave is kind.'] | ['All cold things are kind.'
'If Dave is furry and Dave is blue then Dave is cold.'
'If something is furry then it is blue.'
'If something is blue and not kind then it is young.'
'If something is blue and not rough then it is young.'
'If something is cold and furry then it is not young.'] | Dave is not cold. | False | 1 | 4 | [array(['Dave is furry.', 'Dave is furry.'], dtype=object)] | [array(['If something is furry then it is blue.',
'If Dave is furry and Dave is blue then Dave is cold.'],
dtype=object) ] |
11,301 | ['Anne is furry.' 'Anne is not green.' 'Anne is kind.' 'Anne is quiet.'
'Anne is red.' 'Anne is not rough.' 'Anne is round.' 'Erin is furry.'
'Erin is green.' 'Erin is not red.' 'Erin is rough.' 'Erin is not round.'
'Gary is green.' 'Gary is kind.' 'Gary is red.'] | ['Green things are rough.'
'If something is kind and not red then it is rough.'
'If Gary is rough and Gary is green then Gary is furry.'] | Gary is furry. | True | 1 | 4 | [array(['Gary is green.', 'Gary is green.'], dtype=object)] | [array(['Green things are rough.',
'If Gary is rough and Gary is green then Gary is furry.'],
dtype=object) ] |
11,302 | ['Anne is big.' 'Anne is furry.' 'Anne is round.' 'Anne is smart.'
'Anne is young.' 'Erin is green.' 'Erin is smart.'] | ['Round things are cold.' 'If Erin is round then Erin is furry.'
'If something is smart and young then it is big.'
'Furry things are smart.' 'All green, big things are smart.'
'If Erin is furry then Erin is young.'
'If Erin is green then Erin is furry.'
'If Erin is smart and Erin is cold then Erin is round.'] | Erin is young. | True | 1 | 3 | [array(['Erin is green.'], dtype=object)] | [array(['If Erin is green then Erin is furry.',
'If Erin is furry then Erin is young.'], dtype=object)] |
11,303 | ['Anne is green.' 'Anne is quiet.' 'Anne is young.' 'Dave is blue.'
'Dave is cold.' 'Dave is green.' 'Dave is quiet.' 'Dave is rough.'
'Fiona is blue.' 'Fiona is cold.' 'Fiona is green.' 'Fiona is quiet.'
'Fiona is red.' 'Fiona is rough.' 'Fiona is young.'] | ['All green, quiet things are red.'
'If something is red then it is young.'
'If something is rough and blue then it is quiet.'
'If something is quiet then it is blue.'
'All blue, quiet things are rough.' 'All cold, young things are green.'
'All red things are green.'
'If Anne is young and Anne is rough then Anne is cold.'] | Anne is not cold. | False | 3 | 6 | [array(['Anne is young.', 'Anne is quiet.', 'Anne is quiet.'], dtype=object)
array(['Anne is green.', 'Anne is quiet.', 'Anne is quiet.',
'Anne is quiet.'], dtype=object) ] | [array(['If something is quiet then it is blue.',
'All blue, quiet things are rough.',
'If Anne is young and Anne is rough then Anne is cold.'],
dtype=object)
array(['All green, quiet things are red.',
'If something is red then it is young.',
'If something is quiet then it is blue.',
'All blue, quiet things are rough.',
'If Anne is young and Anne is rough then Anne is cold.'],
dtype=object) ] |
11,304 | ['The bald eagle sees the cat.' 'The cat eats the dog.' 'The cat is big.'
'The cat is kind.' 'The dog eats the bald eagle.' 'The dog eats the cat.'
'The dog is kind.' 'The dog sees the lion.'
'The lion eats the bald eagle.' 'The lion is green.' 'The lion is nice.'
'The lion sees the dog.'] | ['Cold things are green.'
'If something sees the lion then it needs the dog.'
'If something needs the bald eagle then it sees the lion.'
'If something is nice then it sees the lion.'
'If something is big then it sees the cat.'
'If something is green and it needs the dog then it eats the cat.'
'If something is green and it eats the cat then the cat needs the bald eagle.'
'If something eats the bald eagle then the bald eagle is nice.'] | The lion does not need the dog. | False | 1 | 3 | [array(['The lion is nice.'], dtype=object)] | [array(['If something is nice then it sees the lion.',
'If something sees the lion then it needs the dog.'], dtype=object)] |
11,305 | ['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 does not like the bald eagle. | False | 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)] |
11,306 | ['The bear visits the cat.' 'The cat sees the squirrel.'
'The rabbit chases the cat.' 'The squirrel does not visit the bear.'] | ['If something visits the cat then it is not blue.'
'If something is blue and it sees the squirrel then it sees the cat.'
'If something is blue and it chases the rabbit then the rabbit does not chase the squirrel.'
'If something sees the squirrel then the squirrel visits the cat.'
'If something chases the cat then it is green.'
'If something sees the cat then the cat chases the rabbit.'] | The squirrel is not blue. | True | 1 | 3 | [array(['The cat sees the squirrel.'], dtype=object)] | [array(['If something sees the squirrel then the squirrel visits the cat.',
'If something visits the cat then it is not blue.'], dtype=object) ] |
11,307 | ['Anne is blue.' 'Anne is green.' 'Anne is kind.' 'Anne is red.'
'Anne is smart.' 'Anne is young.' 'Charlie is blue.' 'Charlie is furry.'
'Charlie is kind.' 'Charlie is red.' 'Charlie is smart.'
'Charlie is young.' 'Gary is furry.' 'Gary is smart.' 'Gary is young.'] | ['Red things are young.' 'If something is kind and red then it is blue.'
'Kind things are red.' 'Red things are smart.' 'All red things are kind.'
'Red, blue things are kind.'] | Gary is not kind. | Unknown | 3 | -1 | [] | [] |
11,308 | ['Charlie is cold.' 'Charlie is furry.' 'Charlie is red.'
'Charlie is rough.' 'Charlie is smart.' 'Dave is furry.' 'Dave is rough.'
'Fiona is kind.' 'Fiona is young.' 'Harry is red.'] | ['If something is rough then it is cold.' 'All smart things are red.'
'All kind things are rough.' 'All red, kind things are rough.'
'If Dave is cold and Dave is young then Dave is kind.'
'Cold, young things are furry.' 'Cold, furry things are smart.'] | Harry is not smart. | Unknown | 1 | -1 | [] | [] |
11,309 | ['The bear sees the tiger.' 'The mouse is big.' 'The mouse is blue.'
'The mouse is cold.' 'The mouse sees the squirrel.'
'The mouse sees the tiger.' 'The squirrel eats the tiger.'
'The squirrel is nice.' 'The squirrel visits the mouse.'
'The tiger eats the mouse.' 'The tiger is nice.'
'The tiger sees the squirrel.'] | ['If something eats the tiger then the tiger is nice.'
'If something visits the squirrel then the squirrel eats the mouse.'
'If something visits the tiger and it is nice then the tiger visits the squirrel.'
'If something sees the mouse then the mouse visits the squirrel.'
'If something is nice and it visits the tiger then the tiger is cold.'
'If the bear visits the squirrel then the squirrel sees the tiger.'] | The squirrel does not eat the mouse. | Unknown | 1 | -1 | [] | [] |
11,310 | ['The bald eagle chases the lion.' 'The bald eagle sees the lion.'
'The bald eagle sees the tiger.' 'The lion chases the tiger.'
'The lion sees the tiger.' 'The rabbit does not chase the bald eagle.'
'The rabbit sees the bald eagle.' 'The rabbit does not see the lion.'
'The rabbit visits the bald eagle.' 'The rabbit visits the tiger.'
'The tiger is green.' 'The tiger visits the lion.'] | ['If someone visits the bald eagle and they visit the tiger then the bald eagle is green.'
'If someone chases the rabbit and they see the tiger then the rabbit is nice.'
'If the tiger chases the lion and the tiger is not nice then the lion visits the rabbit.'
'Nice people are green.' 'All big people are rough.'
'If someone is green then they chase the rabbit.'
'If someone sees the bald eagle then they see the rabbit.'
'If someone chases the lion and the lion is green then the lion chases the tiger.'
'If the lion sees the tiger then the tiger sees the bald eagle.'] | The bald eagle chases the rabbit. | True | 1 | 4 | [array(['The rabbit visits the bald eagle.',
'The rabbit visits the tiger.'], dtype=object)] | [array(['If someone visits the bald eagle and they visit the tiger then the bald eagle is green.',
'If someone is green then they chase the rabbit.'], dtype=object) ] |
11,311 | ['The bald eagle chases the squirrel.' 'The bald eagle eats the dog.'
'The bald eagle is not green.' 'The bald eagle is young.'
'The bald eagle needs the dog.'
'The bald eagle does not need the squirrel.' 'The dog is not red.'
'The dog is rough.' 'The dog does not need the bald eagle.'
'The squirrel chases the bald eagle.' 'The squirrel eats the bald eagle.'
'The squirrel needs the bald eagle.'] | ['If someone chases the squirrel then the squirrel is kind.'
'If someone is green and they need the dog then they eat the squirrel.'
'If someone chases the squirrel then they do not chase the dog.'
'If someone chases the bald eagle and they are kind then they chase the squirrel.'
'If the dog is not green and the dog does not need the bald eagle then the bald eagle needs the dog.'
'If someone needs the bald eagle and the bald eagle eats the squirrel then the squirrel is young.'] | The squirrel does not chase the squirrel. | False | 1 | 4 | [array(['The squirrel chases the bald eagle.',
'The bald eagle chases the squirrel.'], dtype=object)] | [array(['If someone chases the squirrel then the squirrel is kind.',
'If someone chases the bald eagle and they are kind then they chase the squirrel.'],
dtype=object) ] |
11,312 | ['The bald eagle is kind.' 'The bald eagle is rough.'
'The bald eagle is young.' 'The bald eagle sees the cow.'
'The cow eats the bald eagle.' 'The cow is cold.' 'The cow is not kind.'
'The cow is nice.' 'The cow is rough.' 'The cow is not young.'
'The cow likes the bald eagle.' 'The cow sees the bald eagle.'] | ['If someone likes the bald eagle then the bald eagle eats the cow.'
'If someone eats the cow then they like the bald eagle.'] | The bald eagle does not like the bald eagle. | False | 1 | 3 | [array(['The cow likes the bald eagle.'], dtype=object)] | [array(['If someone likes the bald eagle then the bald eagle eats the cow.',
'If someone eats the cow then they like the bald eagle.'],
dtype=object) ] |
11,313 | ['Anne is furry.' 'Bob is round.' 'Erin is round.'] | ['If something is round and rough then it is quiet.'
'Young, round things are kind.'
'If Anne is quiet and Anne is kind then Anne is young.'
'If Erin is red and Erin is young then Erin is furry.'
'If something is young then it is quiet.'
'All furry, kind things are red.' 'All furry things are young.'
'If something is young and furry then it is quiet.'] | Anne is quiet. | True | 1 | 3 | [array(['Anne is furry.'], dtype=object)
array(['Anne is furry.', 'Anne is furry.'], dtype=object)] | [array(['All furry things are young.',
'If something is young then it is quiet.'], dtype=object)
array(['All furry things are young.',
'If something is young and furry then it is quiet.'], dtype=object)] |
11,314 | ['The bald eagle chases the cow.' 'The bald eagle chases the mouse.'
'The bald eagle visits the cow.' 'The cow sees the mouse.'
'The dog sees the mouse.' 'The mouse chases the cow.'
'The mouse is kind.' 'The mouse is nice.' 'The mouse sees the dog.'
'The mouse visits the bald eagle.' 'The mouse visits the dog.'] | ['If something chases the cow and it sees the cow then the cow sees the dog.'
'If something is nice then it visits the cow.'
'If something chases the dog then it is cold.'
'If something is nice then it chases the bald eagle.'
'If something sees the cow then it is rough.'
'If something sees the bald eagle then it is cold.'
'All cold things are kind.'
'If something chases the bald eagle then it chases the dog.'
'If something is cold and it sees the dog then it sees the cow.'] | The bald eagle chases the dog. | Unknown | 1 | -1 | [] | [] |
11,315 | ['The dog is big.'] | ['All big people are young.' 'All nice people are not young.'
'If the dog is young then the dog is green.'
'All nice, young people are big.'
'If the dog is nice then the dog is young.'
'If someone is round and not big then they are green.'
'Nice, big people are green.' 'Green, young people are round.'] | The dog is not green. | False | 1 | 3 | [array(['The dog is big.'], dtype=object)] | [array(['All big people are young.',
'If the dog is young then the dog is green.'], dtype=object)] |
11,316 | ['Bob is kind.' 'Bob is round.' 'Charlie is rough.' 'Erin is green.'
'Erin is rough.' 'Erin is round.' 'Gary is cold.'] | ['All rough people are green.' 'If someone is green then they are white.'
'If someone is white then they are not big.'
'If someone is green and not big then they are kind.'
'If someone is kind and not big then they are round.'] | Gary is white. | Unknown | 1 | -1 | [] | [] |
11,317 | ['Anne is blue.' 'Anne is kind.' 'Bob is big.' 'Gary is blue.'
'Gary is furry.' 'Harry is not big.' 'Harry is not blue.'
'Harry is furry.' 'Harry is not green.' 'Harry is red.'] | ['If something is furry and blue then it is nice.'
'All kind things are nice.' 'If something is nice then it is furry.'
'If Harry is blue and Harry is not furry then Harry is big.'
'Big, furry things are green.' 'All nice things are not big.'
'All red, nice things are not big.' 'If something is big then it is red.'] | Gary is not big. | True | 1 | 4 | [array(['Gary is furry.', 'Gary is blue.'], dtype=object)] | [array(['If something is furry and blue then it is nice.',
'All nice things are not big.'], dtype=object) ] |
11,318 | ['The dog is blue.' 'The dog sees the mouse.' 'The mouse is not round.'
'The mouse sees the dog.' 'The rabbit is cold.' 'The rabbit is red.'
'The rabbit sees the mouse.' 'The squirrel is green.'
'The squirrel needs the mouse.' 'The squirrel sees the dog.'
'The squirrel does not visit the dog.'] | ['If something sees the dog then it sees the squirrel.'
'If something is red and blue then it sees the squirrel.'
'If something needs the squirrel and it is green then it visits the rabbit.'
'If something needs the rabbit and the rabbit is blue then the rabbit does not need the dog.'
'If the mouse needs the rabbit and the rabbit is cold then the mouse is green.'
'If something sees the squirrel then it needs the rabbit.'
'If something sees the rabbit then it needs the mouse.'
'If something is blue then it needs the dog.'
'If something is green and it sees the dog then it is blue.'] | The mouse does not need the rabbit. | False | 1 | 3 | [array(['The mouse sees the dog.'], dtype=object)] | [array(['If something sees the dog then it sees the squirrel.',
'If something sees the squirrel then it needs the rabbit.'],
dtype=object) ] |
11,319 | ['The bear eats the cat.' 'The cat is blue.'] | ['If something eats the cat and the cat is red then the cat is big.'
'If the cat needs the bear then the cat is rough.'
'If something eats the bear then it needs the bear.'
'If something is red and nice then it chases the bear.'
'If something is blue then it eats the bear.'
'If something needs the cat and the cat is rough then it eats the cat.'] | The cat does not need the bear. | False | 1 | 3 | [array(['The cat is blue.'], dtype=object)] | [array(['If something is blue then it eats the bear.',
'If something eats the bear then it needs the bear.'], dtype=object)] |
11,320 | ['Bob is big.' 'Bob is blue.' 'Bob is cold.' 'Bob is red.' 'Bob is rough.'
'Charlie is not cold.' 'Charlie is green.' 'Gary is blue.'
'Harry is cold.' 'Harry is rough.'] | ['If someone is quiet and blue then they are big.'
'If someone is rough and quiet then they are red.'
'Green people are rough.'
'If someone is big and blue then they are green.'
'Blue people are quiet.' 'If Gary is not blue then Gary is big.'] | Charlie is red. | Unknown | 1 | -1 | [] | [] |
11,321 | ['The bear eats the tiger.' 'The bear needs the dog.'
'The cat eats the dog.' 'The dog is round.' 'The tiger eats the bear.'
'The tiger is cold.' 'The tiger needs the bear.'] | ['If someone needs the dog then they are green.'
'If someone is round then they need the dog.'
'If someone chases the dog then the dog needs the cat.'
'If someone chases the tiger then the tiger is rough.'
'If someone needs the tiger and the tiger chases the dog then the tiger chases the bear.'
'If someone chases the cat then the cat is green.'
'If someone is green then they eat the cat.'
'If someone is rough and they need the tiger then the tiger chases the bear.'] | The dog eats the cat. | True | 3 | 4 | [array(['The dog is round.'], dtype=object)] | [array(['If someone is round then they need the dog.',
'If someone needs the dog then they are green.',
'If someone is green then they eat the cat.'], dtype=object)] |
11,322 | ['Charlie is not white.' 'Dave is not rough.' 'Erin is not young.'
'Fiona is not big.'] | ['If Erin is kind then Erin is big.'
'If Erin is big and Erin is not round then Erin is kind.'] | Erin is not big. | Unknown | 1 | -1 | [] | [] |
11,323 | ['The bear chases the cow.' 'The bear chases the dog.'
'The bear eats the dog.' 'The bear is kind.' 'The cow chases the bear.'
'The cow chases the dog.' 'The cow does not eat the dog.'
'The cow is green.' 'The cow is kind.' 'The cow is nice.'
'The cow is not young.' 'The cow needs the bear.' 'The dog eats the cow.'
'The dog is not cold.' 'The dog is nice.'
'The dog does not need the cow.'] | ['If someone needs the cow and they are nice then the cow eats the dog.'
'If the cow is nice then the cow needs the dog.'
'If someone is green and they eat the dog then the dog does not eat the cow.'
'If someone eats the cow then they need the dog.'
'If someone needs the bear then the bear is kind.'
'If someone chases the cow then they do not need the cow.'
'If someone needs the dog then the dog does not chase the bear.'
'If someone needs the dog then they need the bear.'] | The dog needs the bear. | True | 1 | 3 | [array(['The dog eats the cow.'], dtype=object)] | [array(['If someone eats the cow then they need the dog.',
'If someone needs the dog then they need the bear.'], dtype=object)] |
11,324 | ['Anne is cold.' 'Anne is red.' 'Anne is white.' 'Charlie is cold.'
'Charlie is green.' 'Charlie is red.' 'Harry is white.'] | ['If something is green then it is blue.' 'Cold things are green.'
'If something is white and red then it is nice.' 'White things are cold.'
'If something is blue then it is round.' 'Red things are blue.'] | Anne is not round. | False | 1 | 3 | [array(['Anne is red.'], dtype=object)
array(['Anne is cold.'], dtype=object)
array(['Anne is white.'], dtype=object)] | [array(['Red things are blue.', 'If something is blue then it is round.'],
dtype=object)
array(['Cold things are green.', 'If something is green then it is blue.',
'If something is blue then it is round.'], dtype=object)
array(['White things are cold.', 'Cold things are green.',
'If something is green then it is blue.',
'If something is blue then it is round.'], dtype=object)] |
11,325 | ['The bear is big.' 'The bear needs the rabbit.'
'The bear sees the rabbit.' 'The mouse likes the tiger.'
'The mouse needs the rabbit.' 'The mouse sees the rabbit.'
'The mouse sees the tiger.' 'The rabbit is round.'
'The rabbit likes the tiger.' 'The rabbit needs the tiger.'
'The tiger is red.' 'The tiger likes the mouse.'] | ['If something sees the mouse and it likes the mouse then it sees the bear.'
'If something needs the tiger then it likes the mouse.'
'If something is red then it likes the mouse.'
'If something likes the mouse then it sees the mouse.'
'If something needs the mouse then the mouse sees the tiger.'
'If the rabbit is nice then the rabbit likes the bear.'
'If something is big and nice then it needs the bear.'
'If something is round and it sees the bear then the bear likes the mouse.'
'If something likes the rabbit and the rabbit needs the tiger then the tiger likes the rabbit.'] | The rabbit does not see the bear. | False | 3 | 6 | [array(['The rabbit needs the tiger.', 'The rabbit needs the tiger.'],
dtype=object) ] | [array(['If something needs the tiger then it likes the mouse.',
'If something likes the mouse then it sees the mouse.',
'If something needs the tiger then it likes the mouse.',
'If something sees the mouse and it likes the mouse then it sees the bear.'],
dtype=object) ] |
11,326 | ['The bear is cold.' 'The bear is not green.' 'The bear is rough.'
'The rabbit is cold.' 'The squirrel is nice.'
'The squirrel does not visit the rabbit.'
'The squirrel visits the tiger.' 'The tiger chases the bear.'
'The tiger does not eat the rabbit.' 'The tiger is cold.'
'The tiger is nice.' 'The tiger is not rough.'
'The tiger visits the rabbit.' 'The tiger visits the squirrel.'] | ['If something is green and it visits the squirrel then the squirrel is green.'
'If something chases the rabbit then it eats the bear.'
'If the squirrel eats the rabbit and the rabbit visits the bear then the bear is not red.'
'If something is cold then it chases the rabbit.'
'If the rabbit chases the squirrel then the squirrel eats the bear.'
'If something chases the bear and it visits the tiger then the tiger chases the squirrel.'
'If something is cold and not nice then it eats the rabbit.'
'If something eats the bear and the bear visits the squirrel then it eats the rabbit.'
'If something eats the bear then it chases the squirrel.'] | The tiger chases the squirrel. | True | 3 | 4 | [array(['The tiger is cold.'], dtype=object)] | [array(['If something is cold then it chases the rabbit.',
'If something chases the rabbit then it eats the bear.',
'If something eats the bear then it chases the squirrel.'],
dtype=object) ] |
11,327 | ['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)] |
11,328 | ['The bear is big.' 'The bear needs the rabbit.'
'The bear sees the rabbit.' 'The mouse likes the tiger.'
'The mouse needs the rabbit.' 'The mouse sees the rabbit.'
'The mouse sees the tiger.' 'The rabbit is round.'
'The rabbit likes the tiger.' 'The rabbit needs the tiger.'
'The tiger is red.' 'The tiger likes the mouse.'] | ['If something sees the mouse and it likes the mouse then it sees the bear.'
'If something needs the tiger then it likes the mouse.'
'If something is red then it likes the mouse.'
'If something likes the mouse then it sees the mouse.'
'If something needs the mouse then the mouse sees the tiger.'
'If the rabbit is nice then the rabbit likes the bear.'
'If something is big and nice then it needs the bear.'
'If something is round and it sees the bear then the bear likes the mouse.'
'If something likes the rabbit and the rabbit needs the tiger then the tiger likes the rabbit.'] | The tiger does not see the bear. | False | 1 | 4 | [array(['The tiger likes the mouse.', 'The tiger likes the mouse.'],
dtype=object)
array(['The tiger likes the mouse.', 'The tiger is red.'], dtype=object)
array(['The tiger is red.', 'The tiger likes the mouse.'], dtype=object)
array(['The tiger is red.', 'The tiger is red.'], dtype=object)] | [array(['If something likes the mouse then it sees the mouse.',
'If something sees the mouse and it likes the mouse then it sees the bear.'],
dtype=object)
array(['If something likes the mouse then it sees the mouse.',
'If something is red then it likes the mouse.',
'If something sees the mouse and it likes the mouse then it sees the bear.'],
dtype=object)
array(['If something is red then it likes the mouse.',
'If something likes the mouse then it sees the mouse.',
'If something sees the mouse and it likes the mouse then it sees the bear.'],
dtype=object)
array(['If something is red then it likes the mouse.',
'If something likes the mouse then it sees the mouse.',
'If something is red then it likes the mouse.',
'If something sees the mouse and it likes the mouse then it sees the bear.'],
dtype=object) ] |
11,329 | ['The bear chases the cow.' 'The bear is big.'
'The bear likes the rabbit.' 'The cow is big.' 'The cow needs the mouse.'
'The mouse is round.' 'The mouse does not like the bear.'
'The mouse needs the cow.' 'The mouse needs the rabbit.'
'The rabbit is young.'] | ['If something likes the bear then it is not big.'
'If something likes the mouse then it is green.'
'If something needs the mouse then it likes the mouse.'] | The bear is green. | Unknown | 1 | -1 | [] | [] |
11,330 | ['Bob is not cold.' 'Bob is furry.' 'Bob is nice.' 'Charlie is big.'
'Charlie is blue.' 'Charlie is cold.' 'Charlie is kind.'
'Harry is furry.' 'Harry is kind.' 'Harry is round.'] | ['If something is kind and cold then it is furry.' 'Nice things are big.'
'Round things are blue.' 'Cold, round things are blue.'
'If something is nice then it is blue.' 'Furry things are round.'
'If something is big and not furry then it is round.'
'If Harry is blue then Harry is nice.'] | Charlie is not round. | False | 1 | 4 | [array(['Charlie is kind.', 'Charlie is cold.'], dtype=object)] | [array(['If something is kind and cold then it is furry.',
'Furry things are round.'], dtype=object) ] |
11,331 | ['The dog is kind.' 'The mouse chases the tiger.' 'The mouse is big.'
'The mouse sees the dog.' 'The rabbit is big.' 'The rabbit is not cold.'
'The tiger is cold.'] | ['If someone needs the dog and they are not round then the dog chases the mouse.'
'If someone chases the rabbit then they do not see the mouse.'
'If someone chases the dog and they need the mouse then the dog is big.'
'If someone is kind then they need the rabbit.'
'If someone chases the dog and they need the mouse then the mouse chases the dog.'
'If someone needs the rabbit then the rabbit is kind.'
'If someone needs the mouse and they do not see the dog then they are young.'
'If someone chases the dog then they need the mouse.'] | The rabbit is kind. | True | 1 | 3 | [array(['The dog is kind.'], dtype=object)] | [array(['If someone is kind then they need the rabbit.',
'If someone needs the rabbit then the rabbit is kind.'],
dtype=object) ] |
11,332 | ['Bob is rough.' 'Bob is young.' 'Dave is big.' 'Dave is quiet.'
'Dave is young.' 'Fiona is young.' 'Gary is red.'] | ['If someone is quiet then they are blue.'
'If someone is red then they are blue.'
'If someone is blue then they are quiet.'
'All red, rough people are big.'
'If someone is blue and big then they are rough.' 'Young people are red.'
'If Fiona is red and Fiona is rough then Fiona is young.'
'If someone is big then they are young.'] | Gary is quiet. | True | 1 | 3 | [array(['Gary is red.'], dtype=object)] | [array(['If someone is red then they are blue.',
'If someone is blue then they are quiet.'], dtype=object)] |
11,333 | ['The lion is cold.' 'The lion sees the mouse.'
'The lion visits the mouse.' 'The mouse eats the lion.'
'The mouse is nice.' 'The mouse sees the lion.'
'The mouse visits the lion.'] | ['If something sees the lion and the lion sees the mouse then the lion visits the mouse.'
'If something sees the lion then the lion eats the mouse.'
'If the lion eats the mouse then the lion is blue.'
'If the lion eats the mouse and the lion sees the mouse then the mouse sees the lion.'
'If something visits the lion and it eats the mouse then it eats the lion.'
'If something is blue and it eats the mouse then the mouse is blue.'] | The lion is blue. | True | 1 | 3 | [array(['The mouse sees the lion.'], dtype=object)] | [array(['If something sees the lion then the lion eats the mouse.',
'If the lion eats the mouse then the lion is blue.'], dtype=object)] |
11,334 | ['Anne is quiet.' 'Anne is smart.' 'Anne is not young.' 'Fiona is nice.'
'Fiona is quiet.' 'Fiona is red.' 'Fiona is rough.' 'Fiona is young.'
'Gary is smart.' 'Gary is white.'] | ['Rough, white people are red.' 'All white people are nice.'
'Smart people are white.' 'All smart people are quiet.'
'If Fiona is smart and Fiona is nice then Fiona is not young.'
'If Anne is smart and Anne is nice then Anne is not rough.'
'If Gary is white and Gary is young then Gary is quiet.'
'If someone is smart and not rough then they are not young.'] | Anne is not nice. | False | 1 | 3 | [array(['Anne is smart.'], dtype=object)] | [array(['Smart people are white.', 'All white people are nice.'],
dtype=object) ] |
11,335 | ['The rabbit is big.'] | ['Green, rough people are not big.'
'If someone is nice and young then they are not big.'
'If someone is green and big then they are nice.'
'If someone is big and green then they are not young.'
'All young, big people are rough.'
'If someone is big then they are rough.'
'If the rabbit is rough then the rabbit is young.'
'If someone is big and nice then they are green.'] | The rabbit is young. | True | 1 | 3 | [array(['The rabbit is big.'], dtype=object)] | [array(['If someone is big then they are rough.',
'If the rabbit is rough then the rabbit is young.'], dtype=object)] |
11,336 | ['Erin is white.'] | ['White, rough people are kind.' 'Young people are kind.'
'If someone is cold and young then they are not kind.'
'If someone is kind then they are young.'
'Young, quiet people are smart.' 'All white people are rough.'] | Erin is kind. | True | 1 | 4 | [array(['Erin is white.', 'Erin is white.'], dtype=object)] | [array(['All white people are rough.', 'White, rough people are kind.'],
dtype=object) ] |
11,337 | ['The mouse is cold.' 'The mouse is green.' 'The mouse is not round.'
'The mouse likes the rabbit.' 'The mouse visits the rabbit.'
'The rabbit is red.' 'The rabbit is round.' 'The rabbit is young.'
'The rabbit does not like the mouse.' 'The rabbit sees the mouse.'] | ['If someone is round then they visit the mouse.'
'If someone visits the mouse then they like the rabbit.'
'If someone likes the rabbit then they see the rabbit.'
'If someone is round then they visit the rabbit.'
'If someone visits the mouse then they are green.'
'If someone likes the rabbit and the rabbit visits the mouse then they see the mouse.'
'If someone sees the rabbit and the rabbit visits the mouse then the mouse visits the rabbit.'
'If someone sees the rabbit and the rabbit does not see the mouse then the mouse does not see the rabbit.'] | The mouse does not see the mouse. | False | 1 | 4 | [array(['The mouse likes the rabbit.', 'The rabbit is round.'],
dtype=object) ] | [array(['If someone is round then they visit the mouse.',
'If someone likes the rabbit and the rabbit visits the mouse then they see the mouse.'],
dtype=object) ] |
11,338 | ['The cat is round.'] | ['Blue things are big.' 'All nice things are big.'
'All round things are nice.' 'If the cat is big then the cat is rough.'
'If something is blue then it is round.' 'All rough things are round.'
'All big, rough things are round.'
'If the cat is big then the cat is nice.'] | The cat is not big. | False | 1 | 3 | [array(['The cat is round.'], dtype=object)] | [array(['All round things are nice.', 'All nice things are big.'],
dtype=object) ] |
11,339 | ['The bald eagle is kind.' 'The bear chases the squirrel.'
'The dog visits the bald eagle.' 'The squirrel likes the dog.'] | ['If something chases the bear and the bear is big then it likes the dog.'
'If something likes the bald eagle and it is nice then it visits the bear.'
'If something chases the bald eagle then it is red.'
'If something is young then it likes the dog.'
'If something visits the dog then it is young.'
'If something is red and it likes the squirrel then it chases the bear.'
'If something visits the bald eagle then it visits the dog.'
'If something likes the bald eagle then the bald eagle likes the squirrel.'] | The dog does not like the dog. | False | 3 | 4 | [array(['The dog visits the bald eagle.'], dtype=object)] | [array(['If something visits the bald eagle then it visits the dog.',
'If something visits the dog then it is young.',
'If something is young then it likes the dog.'], dtype=object)] |
11,340 | ['Dave is blue.' 'Dave is green.' 'Dave is kind.' 'Dave is red.'
'Dave is young.' 'Erin is blue.' 'Erin is green.' 'Erin is quiet.'
'Erin is red.' 'Harry is green.'] | ['Nice, red people are blue.' 'Red, green people are kind.'
'If someone is nice and quiet then they are red.'
'All kind people are nice.' 'If Erin is nice then Erin is quiet.'
'If Harry is green then Harry is kind.' 'All nice people are blue.'
'Nice people are red.'] | Harry is not nice. | False | 1 | 3 | [array(['Harry is green.'], dtype=object)] | [array(['If Harry is green then Harry is kind.',
'All kind people are nice.'], dtype=object)] |
11,341 | ['Bob is quiet.' 'Bob is smart.' 'Charlie is kind.' 'Charlie is smart.'
'Charlie is white.' 'Erin is blue.' 'Harry is green.'] | ['White, green things are smart.' 'Smart, quiet things are white.'
'All quiet, kind things are white.'
'If Erin is kind and Erin is blue then Erin is white.'
'All kind things are quiet.' 'White things are quiet.'
'Green things are kind.' 'All white, smart things are furry.'] | Harry is quiet. | True | 1 | 3 | [array(['Harry is green.'], dtype=object)] | [array(['Green things are kind.', 'All kind things are quiet.'],
dtype=object) ] |
11,342 | ['Bob is blue.' 'Dave is kind.' 'Erin is kind.' 'Gary is white.'] | ['If someone is rough and white then they are blue.'
'If someone is red and kind then they are white.'
'If someone is blue then they are white.' 'White, cold people are big.'
'White people are cold.' 'Kind people are red.'] | Erin is not cold. | False | 3 | 5 | [array(['Erin is kind.', 'Erin is kind.'], dtype=object)] | [array(['Kind people are red.',
'If someone is red and kind then they are white.',
'White people are cold.'], dtype=object) ] |
11,343 | ['The bear is blue.' 'The mouse is blue.' 'The rabbit is cold.'
'The squirrel chases the mouse.'] | ['If something chases the mouse then it visits the rabbit.'
'If something visits the rabbit then the rabbit is not nice.'] | The rabbit is not nice. | True | 1 | 3 | [array(['The squirrel chases the mouse.'], dtype=object)] | [array(['If something chases the mouse then it visits the rabbit.',
'If something visits the rabbit then the rabbit is not nice.'],
dtype=object) ] |
11,344 | ['Anne is blue.' 'Anne is cold.' 'Anne is kind.' 'Anne is quiet.'
'Anne is red.' 'Anne is young.' 'Fiona is cold.' 'Fiona is kind.'
'Fiona is quiet.' 'Fiona is young.'] | ['All cold things are blue.' 'Young things are cold.'
'If something is cold and blue then it is young.'
'If something is red and cold then it is young.'
'If Fiona is kind then Fiona is young.' 'All blue things are red.'
'If something is smart then it is quiet.'
'If Fiona is red then Fiona is quiet.'] | Fiona is not red. | False | 1 | 3 | [array(['Fiona is cold.'], dtype=object)
array(['Fiona is young.'], dtype=object)
array(['Fiona is kind.'], dtype=object)] | [array(['All cold things are blue.', 'All blue things are red.'],
dtype=object)
array(['Young things are cold.', 'All cold things are blue.',
'All blue things are red.'], dtype=object)
array(['If Fiona is kind then Fiona is young.', 'Young things are cold.',
'All cold things are blue.', 'All blue things are red.'],
dtype=object) ] |
11,345 | ['Bob is big.' 'Bob is cold.' 'Bob is nice.' 'Bob is red.' 'Bob is rough.'
'Bob is round.' 'Charlie is big.' 'Charlie is blue.' 'Charlie is cold.'
'Charlie is red.' 'Charlie is round.' 'Fiona is cold.' 'Fiona is nice.'
'Fiona is red.' 'Fiona is round.'] | ['If something is red and rough then it is nice.'
'If something is blue then it is big.' 'Round things are cold.'
'Big, nice things are round.' 'If Charlie is rough then Charlie is big.'
'All nice things are blue.' 'If something is blue then it is round.'
'All big things are rough.'] | Fiona is big. | True | 1 | 3 | [array(['Fiona is nice.'], dtype=object)] | [array(['All nice things are blue.',
'If something is blue then it is big.'], dtype=object)] |
11,346 | ['The bear chases the lion.' 'The bear is not young.'
'The dog chases the bear.' 'The dog chases the lion.'
'The dog chases the squirrel.' 'The dog sees the lion.'
'The dog visits the squirrel.' 'The lion does not chase the bear.'
'The lion does not chase the squirrel.' 'The lion is not red.'
'The squirrel chases the bear.' 'The squirrel chases the dog.'
'The squirrel is green.' 'The squirrel is round.'
'The squirrel is young.' 'The squirrel sees the dog.'] | ['If something visits the bear then it sees the bear.'
'If something sees the bear then the bear sees the dog.'
'If something visits the dog and the dog is young then the dog sees the bear.'
'If something is green then it sees the dog.'
'If something sees the dog then it visits the bear.'] | The bear sees the dog. | True | 3 | 4 | [array(['The squirrel sees the dog.'], dtype=object)
array(['The squirrel is green.'], dtype=object)] | [array(['If something sees the dog then it visits the bear.',
'If something visits the bear then it sees the bear.',
'If something sees the bear then the bear sees the dog.'],
dtype=object)
array(['If something is green then it sees the dog.',
'If something sees the dog then it visits the bear.',
'If something visits the bear then it sees the bear.',
'If something sees the bear then the bear sees the dog.'],
dtype=object) ] |
11,347 | ['Charlie is blue.' 'Erin is cold.' 'Erin is quiet.' 'Erin is round.'
'Gary is blue.' 'Gary is quiet.' 'Gary is round.' 'Harry is cold.'
'Harry is quiet.' 'Harry is young.'] | ['Young people are nice.' 'If Charlie is cold then Charlie is round.'
'Quiet people are young.' 'If Charlie is quiet then Charlie is round.'
'If someone is blue then they are quiet.' 'Cold, young people are furry.'] | Erin is nice. | True | 1 | 3 | [array(['Erin is quiet.'], dtype=object)] | [array(['Quiet people are young.', 'Young people are nice.'], dtype=object)] |
11,348 | ['Dave is red.' 'Fiona is blue.' 'Gary is big.' 'Harry is nice.'] | ['If someone is red and white then they are nice.'
'All white, big people are round.'
'If Harry is nice then Harry is round.'
'If someone is nice then they are cold.' 'All blue people are white.'
'Cold, round people are blue.' 'Round people are cold.'
'If Dave is nice and Dave is cold then Dave is big.'] | Harry is blue. | True | 1 | 5 | [array(['Harry is nice.', 'Harry is nice.'], dtype=object)
array(['Harry is nice.', 'Harry is nice.'], dtype=object)] | [array(['If someone is nice then they are cold.',
'If Harry is nice then Harry is round.',
'Cold, round people are blue.'], dtype=object)
array(['If Harry is nice then Harry is round.', 'Round people are cold.',
'If Harry is nice then Harry is round.',
'Cold, round people are blue.'], dtype=object) ] |
11,349 | ['The cat is blue.'] | ['All red, big things are not young.' 'All big things are red.'
'If something is red and not blue then it is not big.'
'If something is blue then it is big.' 'Blue things are big.'
'If the cat is not round then the cat is red.'
'If the cat is not blue then the cat is red.'
'If the cat is red and the cat is big then the cat is not young.'] | The cat is not young. | True | 3 | 6 | [array(['The cat is blue.', 'The cat is blue.'], dtype=object)
array(['The cat is blue.', 'The cat is blue.'], dtype=object)
array(['The cat is blue.', 'The cat is blue.'], dtype=object)
array(['The cat is blue.', 'The cat is blue.'], dtype=object)
array(['The cat is blue.', 'The cat is blue.'], dtype=object)
array(['The cat is blue.', 'The cat is blue.'], dtype=object)
array(['The cat is blue.', 'The cat is blue.'], dtype=object)
array(['The cat is blue.', 'The cat is blue.'], dtype=object)] | [array(['If something is blue then it is big.', 'All big things are red.',
'If something is blue then it is big.',
'All red, big things are not young.'], dtype=object)
array(['If something is blue then it is big.', 'All big things are red.',
'If something is blue then it is big.',
'If the cat is red and the cat is big then the cat is not young.'],
dtype=object)
array(['If something is blue then it is big.', 'All big things are red.',
'Blue things are big.', 'All red, big things are not young.'],
dtype=object)
array(['If something is blue then it is big.', 'All big things are red.',
'Blue things are big.',
'If the cat is red and the cat is big then the cat is not young.'],
dtype=object)
array(['Blue things are big.', 'All big things are red.',
'If something is blue then it is big.',
'All red, big things are not young.'], dtype=object)
array(['Blue things are big.', 'All big things are red.',
'If something is blue then it is big.',
'If the cat is red and the cat is big then the cat is not young.'],
dtype=object)
array(['Blue things are big.', 'All big things are red.',
'Blue things are big.', 'All red, big things are not young.'],
dtype=object)
array(['Blue things are big.', 'All big things are red.',
'Blue things are big.',
'If the cat is red and the cat is big then the cat is not young.'],
dtype=object) ] |
11,350 | ['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 bear chases the squirrel. | Unknown | 1 | -1 | [] | [] |
11,351 | ['The bear is green.' 'The bear is nice.' 'The cat needs the lion.'
'The cat does not see the bear.' 'The lion sees the bear.'
'The lion visits the bear.' 'The lion visits the cat.'] | ['If something is nice then it visits the bear.'
'If something needs the bear and the bear sees the lion then the lion does not see the bear.'
'If something visits the bear then it sees the bear.'
'If something needs the lion and the lion is big then the lion is nice.'
'If something visits the lion and the lion sees the bear then it sees the lion.'
'If something is blue and not green then it sees the lion.'
'If something is nice and it needs the cat then the cat is round.'
'If something is green and nice then it needs the cat.'] | The bear does not see the bear. | False | 1 | 3 | [array(['The bear is nice.'], dtype=object)] | [array(['If something is nice then it visits the bear.',
'If something visits the bear then it sees the bear.'],
dtype=object) ] |
11,352 | ['The cat visits the squirrel.' 'The cow eats the cat.'
'The lion likes the squirrel.' 'The squirrel eats the cow.'] | ['If something visits the lion then the lion likes the cat.'
'If something eats the cow and it likes the cow then the cow eats the lion.'
'If something visits the lion then it visits the squirrel.'
'If the squirrel is young then the squirrel eats the cow.'
'If something visits the lion and it is young then the lion visits the squirrel.'
'Cold things are rough.'
'If something likes the squirrel then the squirrel is cold.'
'If something likes the cow and the cow likes the squirrel then the cow likes the cat.'] | The squirrel is not rough. | False | 1 | 3 | [array(['The lion likes the squirrel.'], dtype=object)] | [array(['If something likes the squirrel then the squirrel is cold.',
'Cold things are rough.'], dtype=object) ] |
11,353 | ['The bald eagle is blue.' 'The bald eagle is cold.'
'The bald eagle needs the rabbit.' 'The bear visits the lion.'
'The lion is nice.' 'The lion likes the bald eagle.'
'The lion needs the bald eagle.' 'The lion needs the rabbit.'
'The lion visits the rabbit.' 'The rabbit likes the bear.'
'The rabbit needs the bald eagle.' 'The rabbit needs the lion.'
'The rabbit visits the bald eagle.' 'The rabbit visits the bear.'] | ['If someone visits the rabbit then they need the bear.'
'If someone needs the rabbit then the rabbit likes the bear.'
'If someone visits the bear and the bear needs the rabbit then they need the bear.'
'If someone needs the bear then they need the rabbit.'
'If the bear needs the lion and the bear likes the bald eagle then the bear visits the bald eagle.'
'If someone is blue and they like the bald eagle then the bald eagle needs the rabbit.'
'If someone likes the bear then the bear visits the rabbit.'
'If the bald eagle likes the rabbit and the bald eagle visits the rabbit then the bald eagle needs the bear.'
'If the rabbit likes the bear then the bear visits the bald eagle.'] | The bear needs the bear. | True | 1 | 3 | [array(['The rabbit likes the bear.'], dtype=object)
array(['The bald eagle needs the rabbit.'], dtype=object)
array(['The lion needs the rabbit.'], dtype=object)
array(['The lion visits the rabbit.'], dtype=object)] | [array(['If someone likes the bear then the bear visits the rabbit.',
'If someone visits the rabbit then they need the bear.'],
dtype=object)
array(['If someone needs the rabbit then the rabbit likes the bear.',
'If someone likes the bear then the bear visits the rabbit.',
'If someone visits the rabbit then they need the bear.'],
dtype=object)
array(['If someone needs the rabbit then the rabbit likes the bear.',
'If someone likes the bear then the bear visits the rabbit.',
'If someone visits the rabbit then they need the bear.'],
dtype=object)
array(['If someone visits the rabbit then they need the bear.',
'If someone needs the bear then they need the rabbit.',
'If someone needs the rabbit then the rabbit likes the bear.',
'If someone likes the bear then the bear visits the rabbit.',
'If someone visits the rabbit then they need the bear.'],
dtype=object) ] |
11,354 | ['Bob is big.' 'Bob is cold.' 'Bob is kind.' 'Bob is nice.'
'Charlie is green.' 'Charlie is nice.' 'Erin is furry.' 'Erin is kind.'
'Harry is furry.' 'Harry is green.'] | ['If something is cold then it is green.'
'If something is furry and green then it is nice.'
'Smart, green things are big.' 'Kind, furry things are cold.'
'Furry, nice things are kind.'
'If something is nice and smart then it is big.'
'All nice things are smart.' 'All green things are kind.'] | Harry is not big. | False | 3 | 6 | [array(['Harry is furry.', 'Harry is green.', 'Harry is green.'],
dtype=object)
array(['Harry is furry.', 'Harry is green.', 'Harry is furry.',
'Harry is green.'], dtype=object) ] | [array(['If something is furry and green then it is nice.',
'All nice things are smart.', 'Smart, green things are big.'],
dtype=object)
array(['If something is furry and green then it is nice.',
'If something is furry and green then it is nice.',
'All nice things are smart.',
'If something is nice and smart then it is big.'], dtype=object)] |
11,355 | ['The bear chases the rabbit.' 'The bear is nice.' 'The bear is rough.'
'The rabbit is nice.' 'The rabbit is not rough.'
'The rabbit likes the bear.' 'The rabbit needs the bear.'] | ['If the bear likes the rabbit and the rabbit is not nice then the bear is rough.'
'If the bear likes the rabbit then the bear is rough.'
'If someone likes the bear then the bear likes the rabbit.'
'If the rabbit needs the bear and the rabbit does not like the bear then the bear likes the rabbit.'
'If someone likes the bear and the bear does not like the rabbit then the rabbit is kind.'
'If someone is rough and they do not chase the rabbit then they chase the bear.'
'If someone likes the bear and they are not kind then they are rough.'
'If someone likes the rabbit and the rabbit is not rough then they need the rabbit.'] | The bear does not need the rabbit. | False | 1 | 4 | [array(['The rabbit likes the bear.', 'The rabbit is not rough.'],
dtype=object) ] | [array(['If someone likes the bear then the bear likes the rabbit.',
'If someone likes the rabbit and the rabbit is not rough then they need the rabbit.'],
dtype=object) ] |
11,356 | ['Bob is round.' 'Dave is quiet.' 'Gary is round.' 'Harry is furry.'] | ['If something is young and furry then it is green.'
'If Dave is young then Dave is blue.' 'All green things are kind.'
'All young things are round.'
'If something is quiet and blue then it is young.'
'Furry things are young.' 'Kind, young things are blue.'
'If Harry is blue and Harry is young then Harry is green.'] | Harry is green. | True | 1 | 4 | [array(['Harry is furry.', 'Harry is furry.'], dtype=object)] | [array(['Furry things are young.',
'If something is young and furry then it is green.'], dtype=object)] |
11,357 | ['Charlie is round.' 'Erin is not furry.' 'Erin is smart.'
'Erin is young.' 'Gary is furry.' 'Gary is not rough.' 'Gary is round.'
'Gary is smart.' 'Harry is nice.' 'Harry is rough.' 'Harry is round.'
'Harry is not young.'] | ['All round, rough things are smart.'
'If Gary is nice then Gary is not smart.'
'If something is round and not young then it is rough.'] | Charlie is smart. | Unknown | 1 | -1 | [] | [] |
11,358 | ['The bear chases the cow.' 'The bear chases the squirrel.'
'The bear is round.' 'The bear sees the cow.'
'The bear sees the squirrel.' 'The cow chases the bear.'
'The cow chases the squirrel.' 'The cow is big.'
'The cow needs the bear.' 'The cow needs the squirrel.'
'The cow sees the squirrel.' 'The squirrel is big.'
'The squirrel is young.' 'The squirrel needs the cow.'
'The squirrel sees the bear.' 'The squirrel sees the cow.'] | ['If someone chases the cow and they need the squirrel then the cow chases the bear.'
'If someone is red and they chase the squirrel then they need the bear.'
'If someone needs the bear then they chase the cow.'
'If someone chases the cow and they see the cow then they need the squirrel.'
'Young, big people are green.'
'If someone chases the bear and the bear needs the squirrel then they are big.'
'If someone is green then they need the bear.'
'If someone sees the cow then the cow chases the bear.'] | The bear needs the bear. | Unknown | 1 | -1 | [] | [] |
11,359 | ['The cat chases the dog.' 'The cat is rough.' 'The cat is young.'
'The dog likes the squirrel.' 'The dog sees the tiger.'
'The squirrel chases the tiger.' 'The squirrel is big.'
'The squirrel is green.' 'The squirrel likes the dog.'
'The squirrel sees the dog.' 'The tiger chases the cat.'
'The tiger is green.' 'The tiger likes the dog.'
'The tiger likes the squirrel.'] | ['If something likes the dog then it chases the tiger.'
'If something is big and it chases the cat then the cat likes the squirrel.'
'If something sees the cat then the cat is big.'
'If something likes the squirrel then it sees the dog.'
'If something is cold and it chases the cat then it sees the cat.'
'If something sees the tiger then the tiger is big.'
'Green, big things are young.' 'Big things are cold.'] | The tiger is not cold. | False | 1 | 3 | [array(['The dog sees the tiger.'], dtype=object)] | [array(['If something sees the tiger then the tiger is big.',
'Big things are cold.'], dtype=object) ] |
11,360 | ['The bear chases the dog.' 'The bear is blue.' 'The bear is rough.'
'The bear needs the dog.' 'The bear sees the dog.'
'The dog chases the bear.' 'The dog is blue.' 'The dog is red.'
'The dog is rough.' 'The dog sees the bear.'] | ['If something sees the bear and it needs the bear then it sees the dog.'
'If something is red then it needs the dog.'
'If something sees the bear then it is blue.'
'If the dog sees the bear and the dog needs the bear then the dog is big.'
'If something needs the dog then it needs the bear.'
'If something is rough then it chases the dog.'] | The dog does not need the bear. | False | 1 | 3 | [array(['The dog is red.'], dtype=object)] | [array(['If something is red then it needs the dog.',
'If something needs the dog then it needs the bear.'], dtype=object)] |
11,361 | ['The bald eagle needs the cow.' 'The bald eagle needs the tiger.'
'The bald eagle sees the cow.' 'The cow is big.'
'The cow needs the bald eagle.' 'The cow needs the tiger.'
'The mouse eats the cow.' 'The mouse is blue.' 'The mouse is cold.'
'The mouse needs the bald eagle.' 'The mouse sees the cow.'
'The mouse sees the tiger.' 'The tiger eats the cow.'
'The tiger needs the bald eagle.' 'The tiger needs the cow.'
'The tiger needs the mouse.'] | ['If someone needs the tiger then they are red.'
'If the mouse needs the bald eagle and the bald eagle needs the cow then the mouse needs the cow.'
'If the cow needs the mouse and the mouse sees the cow then the mouse is big.'
'If someone eats the mouse then they see the cow.'
'If someone sees the mouse and they see the bald eagle then the bald eagle needs the tiger.'
'If someone is big then they see the bald eagle.'
'If someone is big and they see the bald eagle then they need the mouse.'] | The mouse is big. | True | 3 | 6 | [array(['The cow is big.', 'The cow is big.', 'The mouse sees the cow.'],
dtype=object) ] | [array(['If someone is big then they see the bald eagle.',
'If someone is big and they see the bald eagle then they need the mouse.',
'If the cow needs the mouse and the mouse sees the cow then the mouse is big.'],
dtype=object) ] |
11,362 | ['The dog does not chase the squirrel.' 'The dog chases the tiger.'
'The dog does not eat the squirrel.' 'The dog is green.'
'The dog is not red.' 'The dog does not visit the rabbit.'
'The rabbit is kind.' 'The squirrel is green.' 'The squirrel is red.'
'The tiger chases the rabbit.' 'The tiger eats the dog.'] | ['If someone is kind then they eat the tiger.'
'All kind people are round.'
'If the rabbit chases the squirrel and the rabbit is green then the squirrel chases the rabbit.'
'If someone is round then they chase the squirrel.'
'If the dog is nice then the dog eats the squirrel.'
'If someone is green then they eat the rabbit.'
'If someone eats the tiger then they are green.'
'If someone chases the rabbit then they are kind.'] | The dog is not round. | Unknown | 1 | -1 | [] | [] |
11,363 | ['The cow is nice.'] | ['If something is round and nice then it is not rough.'
'If the cow is round and the cow is rough then the cow is not nice.'
'If the cow is nice then the cow is kind.' 'All kind things are round.'
'If something is nice and not round then it is cold.'
'Kind, nice things are cold.'] | The cow is rough. | False | 3 | 5 | [array(['The cow is nice.', 'The cow is nice.'], dtype=object)] | [array(['If the cow is nice then the cow is kind.',
'All kind things are round.',
'If something is round and nice then it is not rough.'],
dtype=object) ] |
11,364 | ['The dog eats the squirrel.' 'The dog is blue.' 'The dog is round.'
'The dog is young.' 'The dog likes the squirrel.'
'The dog needs the squirrel.' 'The squirrel is blue.'
'The squirrel is young.' 'The squirrel likes the dog.'
'The squirrel needs the dog.'] | ['If something needs the dog then it eats the dog.'
'If something likes the dog then it likes the squirrel.'
'All young things are blue.'
'If something needs the squirrel then the squirrel likes the dog.'
'If something eats the dog then it is green.'
'If something needs the dog then it is round.'] | The squirrel is green. | True | 1 | 3 | [array(['The squirrel needs the dog.'], dtype=object)] | [array(['If something needs the dog then it eats the dog.',
'If something eats the dog then it is green.'], dtype=object)] |
11,365 | ['Erin is green.' 'Fiona is white.'] | ['If someone is big then they are rough.'
'If someone is cold and not green then they are rough.'
'All nice people are not rough.' 'All big people are rough.'
'White, blue people are big.' 'If someone is nice then they are not big.'
'All green people are big.' 'All rough people are not cold.'] | Fiona is rough. | Unknown | 1 | -1 | [] | [] |
11,366 | ['Charlie is nice.' 'Charlie is round.' 'Charlie is smart.'
'Charlie is young.' 'Erin is white.' 'Harry is rough.' 'Harry is round.'
'Harry is smart.' 'Harry is white.' 'Harry is young.'] | ['Young, nice things are rough.' 'If Harry is white then Harry is nice.'
'All quiet things are rough.'
'If something is young and quiet then it is rough.'
'If something is young then it is quiet.'
'If something is white then it is quiet.'] | Erin is not rough. | False | 1 | 3 | [array(['Erin is white.'], dtype=object)] | [array(['If something is white then it is quiet.',
'All quiet things are rough.'], dtype=object)] |
11,367 | ['The bear is round.' 'The bear is young.' 'The bear needs the dog.'
'The bear sees the cat.' 'The cat eats the bear.' 'The cat is green.'
'The cat needs the mouse.' 'The dog eats the cat.' 'The dog is cold.'
'The dog is green.' 'The dog needs the cat.' 'The dog sees the bear.'
'The mouse eats the dog.' 'The mouse is cold.'
'The mouse needs the bear.' 'The mouse needs the dog.'] | ['If something eats the mouse then it needs the dog.'
'If the mouse sees the bear then the bear needs the mouse.'
'If something eats the dog and the dog eats the bear then it needs the bear.'
'If something is round and it eats the bear then it sees the bear.'
'If something eats the bear then it is round.'
'If something eats the dog and it needs the cat then it eats the bear.'
'If something needs the mouse then the mouse needs the cat.'] | The dog is round. | Unknown | 1 | -1 | [] | [] |
11,368 | ['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 cat needs the bald eagle. | Unknown | 1 | -1 | [] | [] |
11,369 | ['Bob is white.' 'Charlie is furry.' 'Charlie is kind.' 'Dave is cold.'
'Dave is smart.' 'Gary is red.' 'Gary is white.'] | ['Green, furry things are smart.'
'If Charlie is white then Charlie is green.' 'White things are kind.'
'Cold, smart things are red.' 'All furry things are cold.'
'If Bob is kind and Bob is furry then Bob is smart.'
'If something is cold and kind then it is white.'] | Charlie is white. | True | 1 | 4 | [array(['Charlie is furry.', 'Charlie is kind.'], dtype=object)] | [array(['All furry things are cold.',
'If something is cold and kind then it is white.'], dtype=object)] |
11,370 | ['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 lion does not eat the squirrel. | False | 1 | 5 | [array(['The lion visits the tiger.', 'The tiger eats the squirrel.',
'The squirrel visits the rabbit.'], dtype=object) ] | [array(['If someone eats the squirrel and the squirrel visits the rabbit then they visit the lion.',
'If someone visits the tiger and the tiger visits the lion then they eat the squirrel.'],
dtype=object) ] |
11,371 | ['The bald eagle is young.' 'The lion is round.'
'The lion likes the rabbit.' 'The rabbit eats the lion.'
'The rabbit likes the bald eagle.' 'The rabbit likes the lion.'
'The rabbit likes the tiger.' 'The tiger eats the rabbit.'
'The tiger is nice.' 'The tiger likes the lion.'] | ['If something is nice then it visits the rabbit.'
'If something visits the rabbit then it is round.'] | The rabbit is not round. | Unknown | 1 | -1 | [] | [] |
11,372 | ['The bear eats the rabbit.' 'The rabbit sees the bear.'] | ['If the rabbit is young and the rabbit eats the bear then the bear is young.'
'If someone is young and they eat the rabbit then they are green.'
'If someone sees the bear then the bear sees the rabbit.'
'If the rabbit eats the bear and the rabbit is round then the bear is red.'
'If someone eats the rabbit and they see the rabbit then the rabbit is young.'
'If someone eats the rabbit then the rabbit eats the bear.'
'If someone sees the bear and the bear does not like the rabbit then the bear is round.'
'If someone is round and they do not eat the bear then they like the bear.'] | The rabbit is young. | True | 1 | 4 | [array(['The bear eats the rabbit.', 'The rabbit sees the bear.'],
dtype=object) ] | [array(['If someone sees the bear then the bear sees the rabbit.',
'If someone eats the rabbit and they see the rabbit then the rabbit is young.'],
dtype=object) ] |
11,373 | ['Bob is not nice.' 'Gary is green.' 'Gary is quiet.' 'Harry is furry.'
'Harry is green.' 'Harry is white.' 'Harry is young.'] | ['Furry, nice things are not quiet.'
'If something is young then it is furry.' 'Nice things are young.'] | Gary is not furry. | Unknown | 1 | -1 | [] | [] |
11,374 | ['The cat is nice.' 'The cat is young.' 'The cat visits the dog.'
'The dog chases the squirrel.' 'The lion is nice.'
'The lion sees the squirrel.' 'The squirrel is nice.'] | ['If someone is cold then they visit the cat.'
'If someone chases the squirrel then they are young.'
'If someone chases the cat then the cat visits the squirrel.'
'If the squirrel is round and the squirrel visits the dog then the dog chases the lion.'
'If the dog is cold then the dog chases the lion.'
'If someone is young then they are nice.'
'If the dog sees the lion and the dog chases the cat then the lion sees the squirrel.'
'If the dog is nice then the dog visits the cat.'] | The dog is nice. | True | 1 | 3 | [array(['The dog chases the squirrel.'], dtype=object)] | [array(['If someone chases the squirrel then they are young.',
'If someone is young then they are nice.'], dtype=object)] |
11,375 | ['Dave is big.'] | ['Red, cold things are not rough.' 'Big things are rough.'
'Rough, red things are not green.' 'All rough things are not cold.'
'If Dave is cold then Dave is not quiet.'
'If Dave is not cold then Dave is green.'
'Rough, big things are not young.'
'If something is quiet and not green then it is young.'] | Dave is not young. | True | 1 | 4 | [array(['Dave is big.', 'Dave is big.'], dtype=object)] | [array(['Big things are rough.', 'Rough, big things are not young.'],
dtype=object) ] |
11,376 | ['Bob is cold.' 'Bob is kind.' 'Bob is red.' 'Bob is smart.'
'Bob is young.' 'Fiona is blue.' 'Gary is blue.' 'Gary is kind.'
'Harry is kind.' 'Harry is young.'] | ['All red people are blue.' 'All blue people are smart.'
'All young people are cold.' 'Cold people are red.'
'If someone is kind and smart then they are white.'] | Harry is red. | True | 1 | 3 | [array(['Harry is young.'], dtype=object)] | [array(['All young people are cold.', 'Cold people are red.'], dtype=object)] |
11,377 | ['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 | [] | [] |
11,378 | ['The cat sees the tiger.' 'The cow chases the cat.'
'The cow chases the tiger.' 'The cow eats the tiger.' 'The cow is red.'
'The cow is young.' 'The tiger chases the cat.' 'The tiger is young.'
'The tiger sees the cat.' 'The tiger sees the cow.'] | ['If something chases the tiger then it sees the cow.'
'If something chases the tiger then it eats the cow.'
'If the cat is red then the cat sees the cow.'
'If something eats the cow then it chases the cow.'
'If something sees the tiger then it chases the tiger.'
'If the tiger sees the cow then the tiger eats the cat.'] | The cat eats the cow. | True | 1 | 3 | [array(['The cat sees the tiger.'], dtype=object)] | [array(['If something sees the tiger then it chases the tiger.',
'If something chases the tiger then it eats the cow.'],
dtype=object) ] |
11,379 | ['The cat chases the rabbit.' 'The cat chases the tiger.'
'The cat eats the tiger.' 'The cat is red.' 'The cat is rough.'
'The cat visits the tiger.' 'The rabbit is rough.'
'The rabbit visits the tiger.' 'The tiger is rough.'
'The tiger visits the cat.'] | ['If someone eats the tiger then they chase the cat.'
'If someone visits the tiger then they do not eat the cat.'
'If someone visits the tiger then they are rough.'
'If someone chases the rabbit then the rabbit eats the tiger.'
'If someone is rough then they eat the rabbit.'
'If someone is red and they do not eat the tiger then they visit the rabbit.'] | The rabbit does not chase the cat. | False | 1 | 3 | [array(['The cat chases the rabbit.'], dtype=object)] | [array(['If someone chases the rabbit then the rabbit eats the tiger.',
'If someone eats the tiger then they chase the cat.'], dtype=object)] |
11,380 | ['Dave is blue.' 'Dave is quiet.' 'Dave is smart.' 'Erin is blue.'
'Erin is cold.' 'Erin is kind.' 'Erin is round.' 'Erin is smart.'
'Fiona is blue.' 'Fiona is cold.' 'Fiona is kind.' 'Fiona is quiet.'] | ['Cold, blue things are round.'
'If something is round and kind then it is smart.'] | Fiona is not smart. | False | 1 | 5 | [array(['Fiona is cold.', 'Fiona is blue.', 'Fiona is kind.'], dtype=object)] | [array(['Cold, blue things are round.',
'If something is round and kind then it is smart.'], dtype=object)] |
11,381 | ['Fiona is green.' 'Gary is nice.' 'Gary is round.'] | ['If someone is cold then they are kind.' 'Nice people are cold.'] | Gary is kind. | True | 1 | 3 | [array(['Gary is nice.'], dtype=object)] | [array(['Nice people are cold.', 'If someone is cold then they are kind.'],
dtype=object) ] |
11,382 | ['The bear is big.' 'The bear likes the cat.' 'The cat eats the bear.'
'The cat likes the squirrel.' 'The mouse does not chase the bear.'
'The squirrel is blue.' 'The squirrel is green.'] | ['If something likes the cat then the cat eats the mouse.'
'If something chases the squirrel then it eats the cat.'
'If the mouse eats the cat then the cat chases the squirrel.'
'If something eats the mouse then the mouse chases the squirrel.'
'If something chases the squirrel then the squirrel eats the cat.'] | The mouse does not chase the squirrel. | False | 1 | 3 | [array(['The bear likes the cat.'], dtype=object)] | [array(['If something likes the cat then the cat eats the mouse.',
'If something eats the mouse then the mouse chases the squirrel.'],
dtype=object) ] |
11,383 | ['The bald eagle chases the mouse.' 'The bald eagle is rough.'
'The bald eagle likes the dog.' 'The bald eagle likes the mouse.'
'The bald eagle sees the dog.' 'The dog chases the mouse.'
'The dog is blue.' 'The dog is rough.' 'The dog likes the mouse.'
'The mouse chases the bald eagle.' 'The mouse chases the dog.'
'The mouse sees the dog.'] | ['If someone chases the bald eagle then the bald eagle sees the mouse.'
'If someone is green and red then they like the dog.'
'If someone is rough and they chase the dog then they chase the bald eagle.'
'If the mouse likes the bald eagle and the bald eagle is nice then the bald eagle chases the dog.'
'If the dog chases the mouse then the dog is blue.'
'If someone is blue and rough then they chase the dog.'
'If the dog likes the mouse then the mouse is nice.'
'If the bald eagle is rough then the bald eagle is blue.'] | The dog does not chase the bald eagle. | False | 1 | 5 | [array(['The dog is rough.', 'The dog is blue.', 'The dog is rough.'],
dtype=object)
array(['The dog is rough.', 'The dog chases the mouse.',
'The dog is rough.'], dtype=object) ] | [array(['If someone is blue and rough then they chase the dog.',
'If someone is rough and they chase the dog then they chase the bald eagle.'],
dtype=object)
array(['If the dog chases the mouse then the dog is blue.',
'If someone is blue and rough then they chase the dog.',
'If someone is rough and they chase the dog then they chase the bald eagle.'],
dtype=object) ] |
11,384 | ['Dave is cold.' 'Dave is green.' 'Dave is nice.' 'Gary is big.'
'Gary is cold.' 'Gary is green.' 'Gary is nice.' 'Gary is smart.'
'Gary is white.' 'Gary is young.' 'Harry is big.' 'Harry is cold.'
'Harry is smart.' 'Harry is white.' 'Harry is young.'] | ['If someone is white then they are big.'
'If someone is nice and green then they are white.'] | Dave is big. | True | 1 | 4 | [array(['Dave is nice.', 'Dave is green.'], dtype=object)] | [array(['If someone is nice and green then they are white.',
'If someone is white then they are big.'], dtype=object)] |
11,385 | ['The cat chases the rabbit.' 'The cat is green.' 'The cat sees the lion.'
'The cat visits the lion.' 'The cat visits the rabbit.'
'The lion chases the rabbit.' 'The lion is cold.' 'The lion is round.'
'The lion sees the cat.' 'The lion sees the squirrel.'
'The rabbit chases the cat.' 'The rabbit sees the lion.'
'The rabbit visits the cat.' 'The squirrel chases the lion.'
'The squirrel sees the lion.' 'The squirrel visits the lion.'] | ['If someone visits the squirrel and they chase the lion then the lion is cold.'
'If someone is round and green then they visit the lion.'
'If someone sees the lion then the lion chases the cat.'
'If someone chases the rabbit and the rabbit visits the lion then the lion chases the cat.'
'If the rabbit is kind and the rabbit sees the lion then the rabbit chases the cat.'
'If someone sees the cat then they visit the lion.'
'If someone is nice then they see the squirrel.'
'If someone is round and they visit the lion then they are kind.'] | The lion is not kind. | False | 1 | 4 | [array(['The lion is round.', 'The lion sees the cat.'], dtype=object)] | [array(['If someone sees the cat then they visit the lion.',
'If someone is round and they visit the lion then they are kind.'],
dtype=object) ] |
11,386 | ['Charlie is young.' 'Erin is blue.' 'Erin is green.' 'Fiona is big.'
'Fiona is green.' 'Gary is blue.' 'Gary is green.'] | ['All red things are furry.' 'All furry things are red.'
'Young things are red.'
'If something is smart and not red then it is not green.'
'All furry things are green.'
'If something is red and green then it is blue.'
'If something is young and big then it is smart.'
'If something is blue and green then it is smart.'
'Blue, red things are smart.'] | Charlie is not furry. | False | 1 | 3 | [array(['Charlie is young.'], dtype=object)] | [array(['Young things are red.', 'All red things are furry.'], dtype=object)] |
11,387 | ['The bald eagle is big.' 'The cat is blue.' 'The lion chases the cat.'] | ['If something sees the bald eagle then the bald eagle does not visit the cat.'
'If the bald eagle sees the lion and the lion sees the bald eagle then the bald eagle visits the cat.'
'If the lion chases the cat then the lion is nice.'
'If something chases the cat and it sees the bald eagle then the cat visits the lion.'
'If something is round and it does not visit the lion then the lion visits the cat.'
'If something visits the cat and it chases the cat then it is nice.'
'If something is nice then it is kind.'
'If something is big and it chases the lion then it is kind.'] | The bald eagle is kind. | Unknown | 1 | -1 | [] | [] |
11,388 | ['Dave is round.' 'Gary is rough.' 'Gary is smart.'] | ['All kind people are smart.' 'If someone is round then they are kind.'] | Dave is not smart. | False | 1 | 3 | [array(['Dave is round.'], dtype=object)] | [array(['If someone is round then they are kind.',
'All kind people are smart.'], dtype=object)] |
11,389 | ['Anne is blue.' 'Anne is rough.' 'Anne is young.' 'Bob is blue.'
'Bob is green.' 'Erin is blue.' 'Erin is green.' 'Erin is rough.'
'Gary is green.' 'Gary is white.'] | ['All young things are white.' 'If Anne is green then Anne is young.'
'If something is cold then it is young.'
'All blue, rough things are red.' 'All blue things are cold.'
'All young, rough things are white.'
'If something is young and red then it is green.'
'All white, young things are rough.'] | Bob is not young. | False | 1 | 3 | [array(['Bob is blue.'], dtype=object)] | [array(['All blue things are cold.',
'If something is cold then it is young.'], dtype=object)] |
11,390 | ['Charlie is rough.' 'Dave is smart.' 'Erin is smart.' 'Fiona is rough.'] | ['If someone is rough then they are red.'
'If someone is red and not rough then they are smart.'
'If someone is red then they are blue.'] | Fiona is blue. | True | 1 | 3 | [array(['Fiona is rough.'], dtype=object)] | [array(['If someone is rough then they are red.',
'If someone is red then they are blue.'], dtype=object)] |
11,391 | ['The bear likes the cow.' 'The bear does not see the cow.'
'The cow chases the bear.' 'The cow is cold.' 'The cow sees the dog.'
'The dog likes the bear.' 'The dog does not like the tiger.'
'The tiger is not big.' 'The tiger does not see the bear.'
'The tiger sees the cow.'] | ['If something likes the dog then it is round.'
'If something sees the cow then it is round.'
'If the cow is young and the bear does not see the cow then the bear is young.'
'If something chases the dog then it likes the tiger.'
'If something chases the dog and it is cold then it is young.'
'If the bear likes the cow then the cow chases the dog.'
'If something sees the bear and the bear is young then the bear is rough.'
'If something chases the bear and the bear is young then the bear chases the dog.'] | The cow is young. | True | 1 | 4 | [array(['The bear likes the cow.', 'The cow is cold.'], dtype=object)] | [array(['If the bear likes the cow then the cow chases the dog.',
'If something chases the dog and it is cold then it is young.'],
dtype=object) ] |
11,392 | ['Dave is cold.' 'Dave is kind.' 'Dave is quiet.' 'Erin is green.'
'Fiona is cold.' 'Fiona is green.' 'Fiona is quiet.' 'Fiona is round.'
'Gary is cold.' 'Gary is kind.' 'Gary is young.'] | ['If someone is kind then they are cold.' 'All green people are quiet.'
'If Erin is green and Erin is cold then Erin is round.'
'All cold, smart people are round.' 'All quiet, kind people are green.'
'Quiet people are kind.' 'If Erin is round then Erin is young.'] | Gary is not green. | Unknown | 1 | -1 | [] | [] |
11,393 | ['Bob is red.'] | ['If someone is red then they are cold.'
'If someone is nice and green then they are white.'
'Smart, green people are red.'
'If Bob is green and Bob is cold then Bob is white.'
'Cold people are green.' 'White people are young.'] | Bob is not green. | False | 1 | 3 | [array(['Bob is red.'], dtype=object)] | [array(['If someone is red then they are cold.', 'Cold people are green.'],
dtype=object) ] |
11,394 | ['Bob is round.' 'Erin is quiet.' 'Erin is smart.'] | ['Round things are furry.' 'Round things are nice.'
'All smart things are rough.' 'If something is smart then it is green.'
'Nice things are quiet.'
'If something is rough and smart then it is nice.'] | Bob is not quiet. | False | 1 | 3 | [array(['Bob is round.'], dtype=object)] | [array(['Round things are nice.', 'Nice things are quiet.'], dtype=object)] |
11,395 | ['Anne is young.' 'Charlie is young.' 'Gary is red.'] | ['If something is blue then it is green.' 'All green things are blue.'
'If something is blue then it is rough.'
'All rough, young things are furry.' 'All red things are blue.'
'Green things are young.'
'If Charlie is nice and Charlie is red then Charlie is furry.'
'If something is red and rough then it is blue.'] | Gary is rough. | True | 1 | 3 | [array(['Gary is red.'], dtype=object)] | [array(['All red things are blue.',
'If something is blue then it is rough.'], dtype=object)] |
11,396 | ['Anne is green.' 'Anne is nice.' 'Anne is quiet.' 'Anne is white.'
'Anne is young.' 'Harry is cold.' 'Harry is white.'] | ['All quiet, green people are blue.'
'If Anne is white and Anne is blue then Anne is cold.'] | Anne is not cold. | False | 1 | 5 | [array(['Anne is white.', 'Anne is quiet.', 'Anne is green.'], dtype=object)] | [array(['All quiet, green people are blue.',
'If Anne is white and Anne is blue then Anne is cold.'],
dtype=object) ] |
11,397 | ['Bob is big.' 'Bob is cold.' 'Bob is kind.' 'Bob is red.' 'Bob is white.'
'Harry is big.' 'Harry is cold.' 'Harry is kind.' 'Harry is quiet.'
'Harry is red.' 'Harry is round.' 'Harry is white.'] | ['White things are red.' 'Big things are round.'
'All white, round things are quiet.'] | Bob is not quiet. | False | 1 | 4 | [array(['Bob is white.', 'Bob is big.'], dtype=object)] | [array(['Big things are round.', 'All white, round things are quiet.'],
dtype=object) ] |
11,398 | ['Bob is not cold.' 'Bob is quiet.' 'Bob is not round.' 'Bob is young.'
'Dave is cold.' 'Dave is quiet.' 'Dave is not rough.'] | ['If something is cold and not kind then it is not round.'
'If something is cold and not rough then it is round.'
'If something is cold and not kind then it is young.'
'If something is round then it is young.'
'If something is rough and not kind then it is blue.'
'If something is young and not rough then it is blue.'] | Dave is young. | True | 1 | 4 | [array(['Dave is cold.', 'Dave is not rough.'], dtype=object)] | [array(['If something is cold and not rough then it is round.',
'If something is round then it is young.'], dtype=object)] |
11,399 | ['Anne is big.' 'Anne is blue.' 'Anne is cold.' 'Anne is furry.'
'Anne is kind.' 'Anne is smart.' 'Erin is big.' 'Gary is big.'
'Gary is furry.' 'Gary is kind.'] | ['If someone is big and not furry then they are blue.'
'If someone is green and smart then they are blue.'
'If Gary is big and Gary is smart then Gary is green.'
'All furry people are smart.'
'If someone is green and not furry then they are kind.'
'If someone is big then they are kind.'
'If someone is smart and not blue then they are kind.'
'All kind people are cold.'] | Erin is not cold. | False | 1 | 3 | [array(['Erin is big.'], dtype=object)] | [array(['If someone is big then they are kind.',
'All kind people are cold.'], dtype=object)] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.