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 |
|---|---|---|---|---|---|---|---|---|
15,500 | ['The bear is rough.' 'The cow chases the mouse.' 'The cow is nice.'
'The cow is not rough.' 'The cow sees the bear.'
'The cow sees the mouse.' 'The mouse chases the cow.'
'The mouse chases the tiger.' 'The mouse is not big.'
'The mouse is cold.' 'The mouse is rough.' 'The mouse is young.'
'The mouse sees the tiger.' 'The tiger does not chase the bear.'
'The tiger is not nice.' 'The tiger likes the bear.'] | ['If something likes the mouse then the mouse is big.'
'If the bear is rough then the bear chases the mouse.'
'If something chases the mouse then it is cold.'] | The bear is cold. | True | 1 | 3 | [array(['The bear is rough.'], dtype=object)] | [array(['If the bear is rough then the bear chases the mouse.',
'If something chases the mouse then it is cold.'], dtype=object)] |
15,501 | ['Bob is blue.' 'Bob is cold.' 'Bob is green.' 'Bob is kind.'
'Bob is red.' 'Charlie is green.' 'Charlie is kind.' 'Charlie is red.'
'Charlie is rough.' 'Dave is cold.' 'Dave is red.' 'Dave is rough.'] | ['If someone is green and cold then they are blue.'
'All blue, furry people are red.' 'All cold, furry people are green.'
'If someone is rough and kind then they are furry.'
'If Bob is cold and Bob is furry then Bob is green.'
'If Dave is blue then Dave is green.'
'If Dave is rough and Dave is cold then Dave is blue.'
'If someone is blue and green then they are kind.'] | Dave is not kind. | False | 3 | 8 | [array(['Dave is rough.', 'Dave is cold.', 'Dave is rough.',
'Dave is cold.'], dtype=object) ] | [array(['If Dave is rough and Dave is cold then Dave is blue.',
'If Dave is rough and Dave is cold then Dave is blue.',
'If Dave is blue then Dave is green.',
'If someone is blue and green then they are kind.'], dtype=object)] |
15,502 | ['Bob is quiet.'] | ['Quiet people are smart.' 'All rough, young people are not smart.'
'All green, smart people are young.'
'If someone is cold and not quiet then they are green.'
'If someone is smart then they are green.'
'If Bob is green then Bob is young.'] | Bob is green. | True | 1 | 3 | [array(['Bob is quiet.'], dtype=object)] | [array(['Quiet people are smart.',
'If someone is smart then they are green.'], dtype=object)] |
15,503 | ['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.'] | Charlie is not round. | False | 1 | 4 | [array(['Charlie is nice.', 'Charlie is nice.'], dtype=object)] | [array(['All nice people are kind.', 'All nice, kind people are round.'],
dtype=object) ] |
15,504 | ['Anne is smart.' 'Bob is big.' 'Bob is blue.' 'Bob is rough.'
'Bob is smart.' 'Charlie is smart.' 'Dave is quiet.'] | ['Blue, round people are rough.'
'If someone is smart and quiet then they are young.'
'Smart people are quiet.' 'If someone is round then they are blue.'
'If Dave is big then Dave is quiet.'
'If someone is blue then they are young.'
'All rough, young people are round.' 'Smart people are rough.'
'Blue, round people are big.'] | Charlie is round. | True | 3 | 7 | [array(['Charlie is smart.', 'Charlie is smart.', 'Charlie is smart.'],
dtype=object) ] | [array(['Smart people are rough.', 'Smart people are quiet.',
'If someone is smart and quiet then they are young.',
'All rough, young people are round.'], dtype=object) ] |
15,505 | ['The bald eagle eats the cow.' 'The bald eagle does not eat the dog.'
'The bald eagle is rough.' 'The cow is round.'
'The cow sees the bald eagle.' 'The cow does not see the dog.'
'The cow visits the bald eagle.' 'The cow visits the lion.'
'The dog is rough.' 'The lion is young.'
'The lion does not see the bald eagle.' 'The lion sees the cow.'] | ['If someone is green and they eat the bald eagle then the bald eagle is not rough.'
'If someone is big and they do not see the bald eagle then the bald eagle is rough.'
'If someone is big then they visit the dog.'
'If someone eats the lion and they are big then the lion eats the dog.'
'If someone visits the dog then the dog eats the cow.'
'If someone is rough and they eat the cow then they are young.'
'If the lion eats the cow then the lion visits the bald eagle.'
'If someone is big and they see the lion then they are green.'
'If someone is young then they are big.'] | The cow is big. | Unknown | 1 | -1 | [] | [] |
15,506 | ['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 rabbit is not rough. | Unknown | 1 | -1 | [] | [] |
15,507 | ['The cow is cold.' 'The cow is not round.' 'The cow sees the squirrel.'
'The cow sees the tiger.' 'The mouse needs the cow.'
'The mouse needs the tiger.' 'The squirrel needs the cow.'
'The tiger is blue.' 'The tiger is red.' 'The tiger is round.'
'The tiger sees the mouse.'] | ['If something needs the squirrel then the squirrel sees the tiger.'
'If the cow sees the squirrel then the cow eats the mouse.'
'If the squirrel eats the mouse and the squirrel is not green then the mouse is not red.'
'If the mouse needs the tiger and the mouse is red then the tiger does not see the squirrel.'
'If something needs the mouse and the mouse eats the cow then the cow eats the squirrel.'
'If something is blue then it needs the squirrel.'
'If something needs the cow and the cow is blue then it eats the mouse.'
'If something eats the mouse then it is blue.'] | The cow does not need the squirrel. | False | 3 | 4 | [array(['The cow sees the squirrel.'], dtype=object)] | [array(['If the cow sees the squirrel then the cow eats the mouse.',
'If something eats the mouse then it is blue.',
'If something is blue then it needs the squirrel.'], dtype=object)] |
15,508 | ['Anne is furry.' 'Bob is nice.' 'Bob is young.' 'Fiona is nice.'
'Fiona is red.' 'Harry is big.' 'Harry is nice.' 'Harry is red.'
'Harry is round.' 'Harry is smart.'] | ['All young people are furry.' 'Round, young people are nice.'
'All red, nice people are young.'] | Fiona is not furry. | False | 1 | 4 | [array(['Fiona is red.', 'Fiona is nice.'], dtype=object)] | [array(['All red, nice people are young.', 'All young people are furry.'],
dtype=object) ] |
15,509 | ['Anne is blue.' 'Anne is rough.' 'Anne is white.'] | ['If Anne is kind then Anne is nice.' 'All kind, nice things are blue.'
'If something is white and quiet then it is rough.'
'If something is blue and nice then it is big.'
'All kind things are big.' 'If something is white then it is nice.'
'Big, nice things are quiet.' 'If something is blue then it is kind.'] | Anne is big. | True | 1 | 3 | [array(['Anne is blue.'], dtype=object)
array(['Anne is blue.', 'Anne is white.'], dtype=object)
array(['Anne is blue.', 'Anne is blue.'], dtype=object)] | [array(['If something is blue then it is kind.',
'All kind things are big.'], dtype=object)
array(['If something is white then it is nice.',
'If something is blue and nice then it is big.'], dtype=object)
array(['If something is blue then it is kind.',
'If Anne is kind then Anne is nice.',
'If something is blue and nice then it is big.'], dtype=object)] |
15,510 | ['Anne is furry.' 'Anne is green.' 'Anne is nice.' 'Anne is quiet.'
'Anne is white.' 'Fiona is red.' 'Fiona is young.'] | ['Young, red people are quiet.'
'If someone is furry and white then they are quiet.'
'White people are quiet.'
'If someone is nice and young then they are furry.'
'All quiet, red people are furry.'
'If Fiona is furry and Fiona is red then Fiona is green.'] | Fiona is furry. | True | 1 | 5 | [array(['Fiona is young.', 'Fiona is red.', 'Fiona is red.'], dtype=object)] | [array(['Young, red people are quiet.', 'All quiet, red people are furry.'],
dtype=object) ] |
15,511 | ['The dog is red.' 'The dog is round.' 'The dog likes the mouse.'
'The dog visits the mouse.' 'The mouse eats the dog.'
'The mouse eats the tiger.' 'The mouse is kind.' 'The mouse is red.'
'The mouse likes the tiger.' 'The mouse visits the dog.'
'The tiger is kind.' 'The tiger is round.' 'The tiger is young.'
'The tiger likes the mouse.' 'The tiger visits the dog.'
'The tiger visits the mouse.'] | ['If something is red and young then it eats the dog.'
'If something visits the dog and the dog likes the mouse then the dog is young.'
'If something eats the tiger then the tiger eats the mouse.'] | The dog eats the dog. | True | 1 | 5 | [array(['The dog is red.', 'The mouse visits the dog.',
'The dog likes the mouse.'], dtype=object)
array(['The dog is red.', 'The tiger visits the dog.',
'The dog likes the mouse.'], dtype=object) ] | [array(['If something visits the dog and the dog likes the mouse then the dog is young.',
'If something is red and young then it eats the dog.'],
dtype=object)
array(['If something visits the dog and the dog likes the mouse then the dog is young.',
'If something is red and young then it eats the dog.'],
dtype=object) ] |
15,512 | ['Bob is green.' 'Erin is green.' 'Fiona is furry.' 'Harry is rough.'] | ['All green things are furry.' 'Green, furry things are cold.'
'Cold, kind things are white.' 'If Erin is smart then Erin is green.'
'Smart things are kind.' 'White things are green.'
'If Bob is cold then Bob is smart.' 'Furry, kind things are rough.'] | Bob is not cold. | False | 1 | 4 | [array(['Bob is green.', 'Bob is green.'], dtype=object)] | [array(['All green things are furry.', 'Green, furry things are cold.'],
dtype=object) ] |
15,513 | ['The cow is cold.' 'The cow is not round.' 'The cow sees the squirrel.'
'The cow sees the tiger.' 'The mouse needs the cow.'
'The mouse needs the tiger.' 'The squirrel needs the cow.'
'The tiger is blue.' 'The tiger is red.' 'The tiger is round.'
'The tiger sees the mouse.'] | ['If something needs the squirrel then the squirrel sees the tiger.'
'If the cow sees the squirrel then the cow eats the mouse.'
'If the squirrel eats the mouse and the squirrel is not green then the mouse is not red.'
'If the mouse needs the tiger and the mouse is red then the tiger does not see the squirrel.'
'If something needs the mouse and the mouse eats the cow then the cow eats the squirrel.'
'If something is blue then it needs the squirrel.'
'If something needs the cow and the cow is blue then it eats the mouse.'
'If something eats the mouse then it is blue.'] | The cow is not blue. | False | 1 | 3 | [array(['The cow sees the squirrel.'], dtype=object)] | [array(['If the cow sees the squirrel then the cow eats the mouse.',
'If something eats the mouse then it is blue.'], dtype=object)] |
15,514 | ['Charlie is cold.' 'Erin is cold.' 'Gary is rough.'] | ['Young, white people are cold.' 'If Gary is smart then Gary is kind.'
'Kind people are white.' 'If someone is cold then they are kind.'
'If someone is rough then they are young.'
'If Gary is kind then Gary is not white.'
'If someone is kind and not white then they are nice.'
'White people are nice.'] | Charlie is not white. | False | 1 | 3 | [array(['Charlie is cold.'], dtype=object)] | [array(['If someone is cold then they are kind.', 'Kind people are white.'],
dtype=object) ] |
15,515 | ['Charlie is green.' 'Charlie is kind.' 'Charlie is not round.'
'Charlie is young.' 'Harry is not cold.' 'Harry is green.'
'Harry is kind.' 'Harry is quiet.' 'Harry is rough.' 'Harry is young.'] | ['If someone is young then they are quiet.' 'Quiet people are rough.'
'If someone is cold and not quiet then they are not green.'] | Charlie is not rough. | False | 1 | 3 | [array(['Charlie is young.'], dtype=object)] | [array(['If someone is young then they are quiet.',
'Quiet people are rough.'], dtype=object) ] |
15,516 | ['The lion eats the mouse.' 'The lion is big.' 'The lion is green.'
'The lion is nice.' 'The lion is rough.' 'The lion is round.'
'The lion likes the mouse.' 'The lion needs the mouse.'
'The mouse eats the lion.' 'The mouse is big.' 'The mouse is green.'
'The mouse is not nice.' 'The mouse is rough.' 'The mouse is not round.'
'The mouse likes the lion.' 'The mouse needs the lion.'] | ['If something is nice and it likes the mouse then the mouse likes the lion.'
'If something needs the lion then it likes the mouse.'
'If something is rough and it likes the mouse then it needs the mouse.'] | The mouse does not need the mouse. | False | 1 | 4 | [array(['The mouse is rough.', 'The mouse needs the lion.'], dtype=object)] | [array(['If something needs the lion then it likes the mouse.',
'If something is rough and it likes the mouse then it needs the mouse.'],
dtype=object) ] |
15,517 | ['Charlie is cold.' 'Charlie is not rough.' 'Erin is white.'
'Erin is young.' 'Fiona is kind.' 'Fiona is white.' 'Fiona is young.'] | ['If Charlie is not rough then Charlie is not furry.'
'If Charlie is rough then Charlie is not white.'
'All young, furry things are not cold.'
'If Erin is young then Erin is big.'
'If something is cold and not furry then it is not big.'
'Rough things are big.'] | Charlie is not big. | True | 1 | 4 | [array(['Charlie is cold.', 'Charlie is not rough.'], dtype=object)] | [array(['If Charlie is not rough then Charlie is not furry.',
'If something is cold and not furry then it is not big.'],
dtype=object) ] |
15,518 | ['Anne is big.' 'Anne is cold.' 'Anne is young.' 'Dave is round.'
'Dave is white.' 'Erin is cold.' 'Erin is white.' 'Erin is young.'
'Gary is cold.' 'Gary is young.'] | ['If something is big then it is cold.' 'Round things are big.'
'Furry, round things are big.' 'All cold things are furry.'
'If Erin is round then Erin is young.' 'All furry, big things are young.'
'White things are round.' 'If Gary is cold then Gary is white.'
'All white, young things are nice.'] | Gary is nice. | True | 1 | 4 | [array(['Gary is cold.', 'Gary is young.'], dtype=object)
array(['Gary is cold.', 'Gary is cold.', 'Gary is cold.'], dtype=object)
array(['Gary is cold.', 'Gary is cold.', 'Gary is cold.', 'Gary is cold.'],
dtype=object) ] | [array(['If Gary is cold then Gary is white.',
'All white, young things are nice.'], dtype=object)
array(['If Gary is cold then Gary is white.',
'All cold things are furry.',
'If Gary is cold then Gary is white.', 'White things are round.',
'Round things are big.', 'All furry, big things are young.',
'All white, young things are nice.'], dtype=object)
array(['If Gary is cold then Gary is white.',
'All cold things are furry.', 'All cold things are furry.',
'If Gary is cold then Gary is white.', 'White things are round.',
'Furry, round things are big.', 'All furry, big things are young.',
'All white, young things are nice.'], dtype=object) ] |
15,519 | ['Dave is furry.' 'Dave is green.' 'Dave is kind.' 'Dave is smart.'
'Erin is rough.' 'Gary is furry.' 'Gary is green.' 'Gary is kind.'
'Harry is not furry.' 'Harry is kind.' 'Harry is white.'] | ['All furry, big things are green.'
'If something is big and furry then it is green.'
'If something is white and rough then it is furry.'
'If something is smart then it is white.'
'All big, rough things are white.'
'If something is big and furry then it is white.' 'Rough things are big.'
'If something is big then it is rough.'
'All green, furry things are kind.'] | Erin is white. | True | 1 | 4 | [array(['Erin is rough.', 'Erin is rough.'], dtype=object)] | [array(['Rough things are big.', 'All big, rough things are white.'],
dtype=object) ] |
15,520 | ['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)] |
15,521 | ['Dave is smart.' 'Fiona is big.' 'Harry is green.'] | ['Rough things are not big.' 'If something is smart then it is furry.'
'Smart things are furry.' 'All smart, green things are rough.'
'All big things are smart.'
'If something is big and nice then it is smart.'
'All furry things are white.'
'If something is smart and rough then it is green.'] | Dave is not rough. | Unknown | 1 | -1 | [] | [] |
15,522 | ['The cat is blue.' 'The cat is young.' 'The cat likes the cow.'
'The cat visits the rabbit.' 'The cow is blue.' 'The cow is kind.'
'The cow is young.' 'The cow likes the cat.' 'The cow needs the cat.'
'The cow needs the rabbit.' 'The cow visits the cat.'
'The cow visits the rabbit.' 'The rabbit is big.' 'The rabbit is blue.'
'The rabbit is kind.' 'The rabbit likes the cat.'] | ['If someone visits the rabbit then the rabbit needs the cow.'
'If someone is blue and big then they visit the cat.'
'If someone visits the cow then they like the cow.'
'If someone needs the cow then they visit the cow.'
'If someone is green and blue then they like the rabbit.'
'If the cow is blue and the cow needs the cat then the cow likes the cat.'] | The rabbit visits the cow. | True | 1 | 3 | [array(['The cow visits the rabbit.'], dtype=object)
array(['The cat visits the rabbit.'], dtype=object)] | [array(['If someone visits the rabbit then the rabbit needs the cow.',
'If someone needs the cow then they visit the cow.'], dtype=object)
array(['If someone visits the rabbit then the rabbit needs the cow.',
'If someone needs the cow then they visit the cow.'], dtype=object)] |
15,523 | ['Anne is cold.' 'Anne is not furry.' 'Anne is red.' 'Anne is round.'
'Bob is red.' 'Fiona is not round.' 'Gary is furry.'] | ['If someone is red then they are round.' 'Red people are round.'
'Furry, blue people are round.'
'If someone is cold and not blue then they are not red.'
'If someone is round and red then they are quiet.'
'If someone is cold then they are smart.'
'If someone is blue and smart then they are not cold.'
'If someone is quiet and round then they are cold.'
'Round, smart people are not furry.'] | Fiona is not smart. | Unknown | 1 | -1 | [] | [] |
15,524 | ['Bob is cold.' 'Bob is quiet.' 'Bob is red.' 'Bob is smart.'
'Charlie is kind.' 'Charlie is quiet.' 'Charlie is red.'
'Charlie is rough.' 'Dave is cold.' 'Dave is kind.' 'Dave is smart.'
'Fiona is quiet.'] | ['If something is quiet and cold then it is smart.'
'Red, cold things are round.'
'If something is kind and rough then it is red.'
'All quiet things are rough.' 'Cold, smart things are red.'
'If something is rough then it is cold.' 'All red things are rough.'
'If Dave is smart and Dave is kind then Dave is quiet.'] | Fiona is not smart. | False | 3 | 5 | [array(['Fiona is quiet.', 'Fiona is quiet.'], dtype=object)] | [array(['All quiet things are rough.',
'If something is rough then it is cold.',
'If something is quiet and cold then it is smart.'], dtype=object)] |
15,525 | ['Anne is quiet.' 'Bob is not rough.' 'Gary is big.' 'Gary is kind.'
'Gary is rough.' 'Gary is young.' 'Harry is young.'] | ['All big people are furry.' 'Young people are furry.'
'All quiet, kind people are furry.'
'If Harry is furry and Harry is quiet then Harry is round.'
'Rough, kind people are quiet.' 'Young, rough people are kind.'
'All quiet, furry people are round.' 'Furry people are rough.'] | Gary is not round. | False | 1 | 6 | [array(['Gary is rough.', 'Gary is kind.', 'Gary is big.'], dtype=object)
array(['Gary is rough.', 'Gary is kind.', 'Gary is young.'], dtype=object)
array(['Gary is rough.', 'Gary is kind.', 'Gary is rough.',
'Gary is kind.', 'Gary is kind.'], dtype=object)
array(['Gary is rough.', 'Gary is young.', 'Gary is rough.',
'Gary is big.'], dtype=object)
array(['Gary is rough.', 'Gary is young.', 'Gary is rough.',
'Gary is young.'], dtype=object)
array(['Gary is rough.', 'Gary is kind.', 'Gary is rough.',
'Gary is kind.', 'Gary is young.', 'Gary is rough.'], dtype=object)
array(['Gary is rough.', 'Gary is young.', 'Gary is rough.',
'Gary is rough.', 'Gary is kind.', 'Gary is kind.'], dtype=object)
array(['Gary is rough.', 'Gary is young.', 'Gary is rough.',
'Gary is rough.', 'Gary is kind.', 'Gary is young.',
'Gary is rough.'], dtype=object)
array(['Gary is rough.', 'Gary is kind.', 'Gary is rough.',
'Gary is young.', 'Gary is rough.', 'Gary is kind.'], dtype=object)
array(['Gary is big.', 'Gary is kind.', 'Gary is big.'], dtype=object)
array(['Gary is big.', 'Gary is kind.', 'Gary is young.'], dtype=object)
array(['Gary is young.', 'Gary is kind.', 'Gary is big.'], dtype=object)
array(['Gary is young.', 'Gary is kind.', 'Gary is young.'], dtype=object)
array(['Gary is rough.', 'Gary is kind.', 'Gary is rough.',
'Gary is young.', 'Gary is rough.', 'Gary is young.',
'Gary is rough.'], dtype=object)
array(['Gary is rough.', 'Gary is young.', 'Gary is rough.',
'Gary is rough.', 'Gary is young.', 'Gary is rough.',
'Gary is kind.'], dtype=object)
array(['Gary is big.', 'Gary is kind.', 'Gary is rough.', 'Gary is kind.',
'Gary is kind.'], dtype=object)
array(['Gary is big.', 'Gary is young.', 'Gary is rough.', 'Gary is big.'],
dtype=object)
array(['Gary is big.', 'Gary is young.', 'Gary is rough.',
'Gary is young.'], dtype=object)
array(['Gary is young.', 'Gary is kind.', 'Gary is rough.',
'Gary is kind.', 'Gary is kind.'], dtype=object)
array(['Gary is young.', 'Gary is young.', 'Gary is rough.',
'Gary is big.'], dtype=object)
array(['Gary is young.', 'Gary is young.', 'Gary is rough.',
'Gary is young.'], dtype=object)
array(['Gary is rough.', 'Gary is young.', 'Gary is rough.',
'Gary is rough.', 'Gary is young.', 'Gary is rough.',
'Gary is young.', 'Gary is rough.'], dtype=object)
array(['Gary is big.', 'Gary is kind.', 'Gary is rough.', 'Gary is kind.',
'Gary is young.', 'Gary is rough.'], dtype=object)
array(['Gary is big.', 'Gary is kind.', 'Gary is rough.',
'Gary is young.', 'Gary is rough.', 'Gary is kind.'], dtype=object)
array(['Gary is big.', 'Gary is young.', 'Gary is rough.',
'Gary is rough.', 'Gary is kind.', 'Gary is kind.'], dtype=object)
array(['Gary is young.', 'Gary is kind.', 'Gary is rough.',
'Gary is kind.', 'Gary is young.', 'Gary is rough.'], dtype=object)
array(['Gary is young.', 'Gary is kind.', 'Gary is rough.',
'Gary is young.', 'Gary is rough.', 'Gary is kind.'], dtype=object)
array(['Gary is young.', 'Gary is young.', 'Gary is rough.',
'Gary is rough.', 'Gary is kind.', 'Gary is kind.'], dtype=object)
array(['Gary is big.', 'Gary is kind.', 'Gary is rough.',
'Gary is young.', 'Gary is rough.', 'Gary is young.',
'Gary is rough.'], dtype=object)
array(['Gary is big.', 'Gary is young.', 'Gary is rough.',
'Gary is rough.', 'Gary is kind.', 'Gary is young.',
'Gary is rough.'], dtype=object)
array(['Gary is big.', 'Gary is young.', 'Gary is rough.',
'Gary is rough.', 'Gary is young.', 'Gary is rough.',
'Gary is kind.'], dtype=object)
array(['Gary is young.', 'Gary is kind.', 'Gary is rough.',
'Gary is young.', 'Gary is rough.', 'Gary is young.',
'Gary is rough.'], dtype=object)
array(['Gary is young.', 'Gary is young.', 'Gary is rough.',
'Gary is rough.', 'Gary is kind.', 'Gary is young.',
'Gary is rough.'], dtype=object)
array(['Gary is young.', 'Gary is young.', 'Gary is rough.',
'Gary is rough.', 'Gary is young.', 'Gary is rough.',
'Gary is kind.'], dtype=object)
array(['Gary is big.', 'Gary is young.', 'Gary is rough.',
'Gary is rough.', 'Gary is young.', 'Gary is rough.',
'Gary is young.', 'Gary is rough.'], dtype=object)
array(['Gary is young.', 'Gary is young.', 'Gary is rough.',
'Gary is rough.', 'Gary is young.', 'Gary is rough.',
'Gary is young.', 'Gary is rough.'], dtype=object)
array(['Gary is rough.', 'Gary is young.', 'Gary is big.', 'Gary is big.'],
dtype=object)
array(['Gary is rough.', 'Gary is young.', 'Gary is big.',
'Gary is young.'], dtype=object)
array(['Gary is rough.', 'Gary is young.', 'Gary is young.',
'Gary is big.'], dtype=object)
array(['Gary is rough.', 'Gary is young.', 'Gary is young.',
'Gary is young.'], dtype=object)
array(['Gary is rough.', 'Gary is young.', 'Gary is big.',
'Gary is rough.', 'Gary is kind.', 'Gary is kind.'], dtype=object)
array(['Gary is rough.', 'Gary is young.', 'Gary is young.',
'Gary is rough.', 'Gary is kind.', 'Gary is kind.'], dtype=object)
array(['Gary is rough.', 'Gary is young.', 'Gary is big.',
'Gary is rough.', 'Gary is kind.', 'Gary is young.',
'Gary is rough.'], dtype=object)
array(['Gary is rough.', 'Gary is young.', 'Gary is big.',
'Gary is rough.', 'Gary is young.', 'Gary is rough.',
'Gary is kind.'], dtype=object)
array(['Gary is rough.', 'Gary is young.', 'Gary is young.',
'Gary is rough.', 'Gary is kind.', 'Gary is young.',
'Gary is rough.'], dtype=object)
array(['Gary is rough.', 'Gary is young.', 'Gary is young.',
'Gary is rough.', 'Gary is young.', 'Gary is rough.',
'Gary is kind.'], dtype=object)
array(['Gary is big.', 'Gary is young.', 'Gary is big.', 'Gary is big.'],
dtype=object)
array(['Gary is big.', 'Gary is young.', 'Gary is big.', 'Gary is young.'],
dtype=object)
array(['Gary is big.', 'Gary is young.', 'Gary is young.', 'Gary is big.'],
dtype=object)
array(['Gary is big.', 'Gary is young.', 'Gary is young.',
'Gary is young.'], dtype=object)
array(['Gary is young.', 'Gary is young.', 'Gary is big.', 'Gary is big.'],
dtype=object)
array(['Gary is young.', 'Gary is young.', 'Gary is big.',
'Gary is young.'], dtype=object)
array(['Gary is young.', 'Gary is young.', 'Gary is young.',
'Gary is big.'], dtype=object)
array(['Gary is young.', 'Gary is young.', 'Gary is young.',
'Gary is young.'], dtype=object)
array(['Gary is rough.', 'Gary is young.', 'Gary is big.',
'Gary is rough.', 'Gary is young.', 'Gary is rough.',
'Gary is young.', 'Gary is rough.'], dtype=object)
array(['Gary is rough.', 'Gary is young.', 'Gary is young.',
'Gary is rough.', 'Gary is young.', 'Gary is rough.',
'Gary is young.', 'Gary is rough.'], dtype=object)
array(['Gary is big.', 'Gary is young.', 'Gary is big.', 'Gary is rough.',
'Gary is kind.', 'Gary is kind.'], dtype=object)
array(['Gary is big.', 'Gary is young.', 'Gary is young.',
'Gary is rough.', 'Gary is kind.', 'Gary is kind.'], dtype=object)
array(['Gary is young.', 'Gary is young.', 'Gary is big.',
'Gary is rough.', 'Gary is kind.', 'Gary is kind.'], dtype=object)
array(['Gary is young.', 'Gary is young.', 'Gary is young.',
'Gary is rough.', 'Gary is kind.', 'Gary is kind.'], dtype=object)
array(['Gary is big.', 'Gary is young.', 'Gary is big.', 'Gary is rough.',
'Gary is kind.', 'Gary is young.', 'Gary is rough.'], dtype=object)
array(['Gary is big.', 'Gary is young.', 'Gary is big.', 'Gary is rough.',
'Gary is young.', 'Gary is rough.', 'Gary is kind.'], dtype=object)
array(['Gary is big.', 'Gary is young.', 'Gary is young.',
'Gary is rough.', 'Gary is kind.', 'Gary is young.',
'Gary is rough.'], dtype=object)
array(['Gary is big.', 'Gary is young.', 'Gary is young.',
'Gary is rough.', 'Gary is young.', 'Gary is rough.',
'Gary is kind.'], dtype=object)
array(['Gary is young.', 'Gary is young.', 'Gary is big.',
'Gary is rough.', 'Gary is kind.', 'Gary is young.',
'Gary is rough.'], dtype=object)
array(['Gary is young.', 'Gary is young.', 'Gary is big.',
'Gary is rough.', 'Gary is young.', 'Gary is rough.',
'Gary is kind.'], dtype=object)
array(['Gary is young.', 'Gary is young.', 'Gary is young.',
'Gary is rough.', 'Gary is kind.', 'Gary is young.',
'Gary is rough.'], dtype=object)
array(['Gary is young.', 'Gary is young.', 'Gary is young.',
'Gary is rough.', 'Gary is young.', 'Gary is rough.',
'Gary is kind.'], dtype=object)
array(['Gary is big.', 'Gary is young.', 'Gary is big.', 'Gary is rough.',
'Gary is young.', 'Gary is rough.', 'Gary is young.',
'Gary is rough.'], dtype=object)
array(['Gary is big.', 'Gary is young.', 'Gary is young.',
'Gary is rough.', 'Gary is young.', 'Gary is rough.',
'Gary is young.', 'Gary is rough.'], dtype=object)
array(['Gary is young.', 'Gary is young.', 'Gary is big.',
'Gary is rough.', 'Gary is young.', 'Gary is rough.',
'Gary is young.', 'Gary is rough.'], dtype=object)
array(['Gary is young.', 'Gary is young.', 'Gary is young.',
'Gary is rough.', 'Gary is young.', 'Gary is rough.',
'Gary is young.', 'Gary is rough.'], dtype=object) ] | [array(['Rough, kind people are quiet.', 'All big people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Rough, kind people are quiet.', 'Young people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Rough, kind people are quiet.', 'Rough, kind people are quiet.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Young, rough people are kind.', 'Rough, kind people are quiet.',
'All big people are furry.', 'All quiet, furry people are round.'],
dtype=object)
array(['Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young people are furry.', 'All quiet, furry people are round.'],
dtype=object)
array(['Rough, kind people are quiet.', 'Rough, kind people are quiet.',
'Young, rough people are kind.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Young, rough people are kind.', 'Rough, kind people are quiet.',
'Rough, kind people are quiet.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Young, rough people are kind.', 'Rough, kind people are quiet.',
'Rough, kind people are quiet.', 'Young, rough people are kind.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Rough, kind people are quiet.', 'Young, rough people are kind.',
'Rough, kind people are quiet.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'Rough, kind people are quiet.', 'All big people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'Rough, kind people are quiet.', 'Young people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'Rough, kind people are quiet.', 'All big people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'Rough, kind people are quiet.', 'Young people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Rough, kind people are quiet.', 'Young, rough people are kind.',
'Rough, kind people are quiet.', 'Young, rough people are kind.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'Rough, kind people are quiet.', 'Rough, kind people are quiet.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'All big people are furry.', 'All quiet, furry people are round.'],
dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young people are furry.', 'All quiet, furry people are round.'],
dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'Rough, kind people are quiet.', 'Rough, kind people are quiet.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'All big people are furry.', 'All quiet, furry people are round.'],
dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young people are furry.', 'All quiet, furry people are round.'],
dtype=object)
array(['Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'Rough, kind people are quiet.', 'Rough, kind people are quiet.',
'Young, rough people are kind.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'Rough, kind people are quiet.', 'Young, rough people are kind.',
'Rough, kind people are quiet.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Rough, kind people are quiet.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'Rough, kind people are quiet.', 'Rough, kind people are quiet.',
'Young, rough people are kind.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'Rough, kind people are quiet.', 'Young, rough people are kind.',
'Rough, kind people are quiet.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Rough, kind people are quiet.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'Rough, kind people are quiet.', 'Young, rough people are kind.',
'Rough, kind people are quiet.', 'Young, rough people are kind.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Rough, kind people are quiet.', 'Young, rough people are kind.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'Rough, kind people are quiet.', 'Young, rough people are kind.',
'Rough, kind people are quiet.', 'Young, rough people are kind.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Rough, kind people are quiet.', 'Young, rough people are kind.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'All big people are furry.', 'All quiet, furry people are round.'],
dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young people are furry.', 'All quiet, furry people are round.'],
dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'All big people are furry.', 'All quiet, furry people are round.'],
dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young people are furry.', 'All quiet, furry people are round.'],
dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Rough, kind people are quiet.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Rough, kind people are quiet.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Rough, kind people are quiet.', 'Young, rough people are kind.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Rough, kind people are quiet.', 'Young, rough people are kind.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'All big people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'All big people are furry.', 'All quiet, furry people are round.'],
dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'All big people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young people are furry.', 'All quiet, furry people are round.'],
dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'Young people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'All big people are furry.', 'All quiet, furry people are round.'],
dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'Young people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young people are furry.', 'All quiet, furry people are round.'],
dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'All big people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'All big people are furry.', 'All quiet, furry people are round.'],
dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'All big people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young people are furry.', 'All quiet, furry people are round.'],
dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'Young people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'All big people are furry.', 'All quiet, furry people are round.'],
dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'Young people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young people are furry.', 'All quiet, furry people are round.'],
dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'All big people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Rough, kind people are quiet.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'Young people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Rough, kind people are quiet.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'All big people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Rough, kind people are quiet.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'Young people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Rough, kind people are quiet.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'All big people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Rough, kind people are quiet.', 'Young, rough people are kind.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'All big people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'Young people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Rough, kind people are quiet.', 'Young, rough people are kind.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'Young people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'All big people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Rough, kind people are quiet.', 'Young, rough people are kind.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'All big people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'Young people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Rough, kind people are quiet.', 'Young, rough people are kind.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'Young people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'All big people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['All big people are furry.', 'Furry people are rough.',
'Young people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'All big people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object)
array(['Young people are furry.', 'Furry people are rough.',
'Young people are furry.', 'Furry people are rough.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.', 'Rough, kind people are quiet.',
'Young, rough people are kind.',
'All quiet, kind people are furry.',
'All quiet, furry people are round.'], dtype=object) ] |
15,526 | ['The cat sees the tiger.' 'The tiger chases the cat.'
'The tiger is round.'] | ['If something likes the tiger then it chases the cat.'
'If something sees the cat and the cat sees the tiger then the tiger chases the cat.'
'If something chases the cat then the cat likes the tiger.'
'If something sees the cat then it is round.'
'If something chases the tiger then the tiger is red.'
'If something chases the tiger and it is red then the tiger likes the cat.'
'If something is round and it sees the tiger then the tiger sees the cat.'
'If something is round then it chases the tiger.'] | The tiger does not like the cat. | False | 3 | 6 | [array(['The tiger is round.', 'The tiger is round.'], dtype=object)] | [array(['If something is round then it chases the tiger.',
'If something is round then it chases the tiger.',
'If something chases the tiger then the tiger is red.',
'If something chases the tiger and it is red then the tiger likes the cat.'],
dtype=object) ] |
15,527 | ['Anne is big.' 'Anne is furry.' 'Anne is green.' 'Anne is not kind.'
'Bob is furry.' 'Bob is green.' 'Bob is red.' 'Bob is round.'
'Erin is not blue.' 'Erin is red.' 'Gary is not furry.'] | ['Big people are round.' 'All blue people are not round.'
'If someone is big and round then they are green.'
'If Bob is not red then Bob is not big.'
'If Bob is round then Bob is big.' 'Red people are kind.'
'If Gary is not blue then Gary is furry.'
'If someone is kind and green then they are furry.'
'Kind people are big.'] | Erin is not big. | False | 1 | 3 | [array(['Erin is red.'], dtype=object)] | [array(['Red people are kind.', 'Kind people are big.'], dtype=object)] |
15,528 | ['Anne is big.' 'Anne is blue.' 'Anne is red.' 'Anne is round.'
'Anne is white.' 'Charlie is big.' 'Charlie is furry.' 'Charlie is nice.'
'Charlie is round.' 'Charlie is white.' 'Dave is white.' 'Harry is big.'
'Harry is blue.' 'Harry is furry.' 'Harry is round.'] | ['If someone is round then they are white.' 'All red people are round.'
'Red people are nice.' 'White people are red.'
'If Harry is red then Harry is white.'
'If Charlie is blue then Charlie is red.'
'If Dave is blue and Dave is white then Dave is round.'
'If someone is blue then they are furry.'] | Dave is nice. | True | 1 | 3 | [array(['Dave is white.'], dtype=object)] | [array(['White people are red.', 'Red people are nice.'], dtype=object)] |
15,529 | ['Anne is nice.' 'Anne is smart.' 'Bob is round.' 'Gary is big.'
'Gary is smart.' 'Harry is rough.' 'Harry is smart.'] | ['All young people are cold.' 'All smart, big people are rough.'
'If someone is big then they are young.'
'If someone is round then they are big.'
'All cold, round people are big.'
'If someone is nice and round then they are smart.'
'If Bob is young and Bob is big then Bob is nice.'
'If Bob is nice and Bob is cold then Bob is young.'] | Gary is cold. | True | 1 | 3 | [array(['Gary is big.'], dtype=object)] | [array(['If someone is big then they are young.',
'All young people are cold.'], dtype=object)] |
15,530 | ['The bear sees the rabbit.' 'The rabbit does not visit the bear.'] | ['If something sees the rabbit then the rabbit does not need the bear.'
'If something needs the rabbit then the rabbit does not see the bear.'
'If something sees the bear then the bear needs the rabbit.'
'If the rabbit does not need the bear then the bear needs the rabbit.'
'If the bear needs the rabbit then the bear is round.'
'If the rabbit does not see the bear then the bear is green.'
'If something is nice and it visits the rabbit then it does not visit the bear.'
'If something visits the rabbit and it is not green then it visits the bear.'] | The bear needs the rabbit. | True | 1 | 3 | [array(['The bear sees the rabbit.'], dtype=object)] | [array(['If something sees the rabbit then the rabbit does not need the bear.',
'If the rabbit does not need the bear then the bear needs the rabbit.'],
dtype=object) ] |
15,531 | ['The bald eagle is rough.'] | ['Young people are red.' 'All rough people are kind.'
'Rough, kind people are young.'] | The bald eagle is young. | True | 1 | 4 | [array(['The bald eagle is rough.', 'The bald eagle is rough.'],
dtype=object) ] | [array(['All rough people are kind.', 'Rough, kind people are young.'],
dtype=object) ] |
15,532 | ['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 does not chase the squirrel. | False | 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)] |
15,533 | ['Anne is big.' 'Anne is furry.' 'Anne is nice.' 'Anne is quiet.'
'Anne is smart.' 'Anne is white.' 'Anne is young.' 'Erin is big.'
'Erin is furry.' 'Erin is nice.' 'Erin is quiet.' 'Erin is smart.'
'Erin is white.' 'Erin is young.' 'Fiona is big.' 'Fiona is quiet.'] | ['All smart, white people are big.' 'Quiet people are furry.'
'If someone is quiet and young then they are nice.'
'If someone is quiet and young then they are big.'
'All nice people are white.'
'If someone is nice and big then they are white.'
'All young people are quiet.' 'Quiet people are young.'] | Fiona is not white. | False | 3 | 5 | [array(['Fiona is quiet.', 'Fiona is quiet.'], dtype=object)
array(['Fiona is quiet.', 'Fiona is quiet.', 'Fiona is big.'],
dtype=object)
array(['Fiona is quiet.', 'Fiona is quiet.', 'Fiona is quiet.',
'Fiona is quiet.'], dtype=object) ] | [array(['Quiet people are young.',
'If someone is quiet and young then they are nice.',
'All nice people are white.'], dtype=object)
array(['Quiet people are young.',
'If someone is quiet and young then they are nice.',
'If someone is nice and big then they are white.'], dtype=object)
array(['Quiet people are young.',
'If someone is quiet and young then they are nice.',
'Quiet people are young.',
'If someone is quiet and young then they are big.',
'If someone is nice and big then they are white.'], dtype=object)] |
15,534 | ['The bald eagle eats the bear.' 'The bald eagle eats the rabbit.'
'The bear is cold.' 'The cat eats the rabbit.' 'The cat is red.'
'The cat likes the bald eagle.' 'The cat visits the rabbit.'
'The rabbit is red.' 'The rabbit is round.'
'The rabbit likes the bald eagle.'] | ['If someone eats the bald eagle then the bald eagle visits the cat.'
'If someone eats the bald eagle then they eat the rabbit.'
'Cold people are rough.'
'If the bald eagle likes the rabbit and the rabbit is not round then the rabbit is not cold.'
'If someone visits the bald eagle then the bald eagle is round.'
'If someone is rough then they eat the bald eagle.'
'If someone visits the cat then the cat does not like the rabbit.'
'If someone eats the cat and the cat does not like the rabbit then the cat is not nice.'] | The bear does not eat the bald eagle. | False | 1 | 3 | [array(['The bear is cold.'], dtype=object)] | [array(['Cold people are rough.',
'If someone is rough then they eat the bald eagle.'], dtype=object)] |
15,535 | ['Bob is big.' 'Dave is big.' 'Dave is quiet.' 'Dave is round.'
'Fiona is round.' 'Harry is kind.' 'Harry is smart.'] | ['Big people are kind.' 'All kind, big people are round.'
'If someone is smart then they are kind.'
'If someone is green and smart then they are furry.'
'If someone is quiet and furry then they are smart.'
'Furry, big people are quiet.' 'All smart, kind people are big.'
'If someone is furry then they are big.' 'Round people are furry.'] | Fiona is not kind. | False | 3 | 4 | [array(['Fiona is round.'], dtype=object)
array(['Fiona is round.', 'Fiona is round.', 'Fiona is round.'],
dtype=object) ] | [array(['Round people are furry.',
'If someone is furry then they are big.', 'Big people are kind.'],
dtype=object)
array(['Round people are furry.', 'Round people are furry.',
'If someone is furry then they are big.',
'Furry, big people are quiet.', 'Round people are furry.',
'If someone is quiet and furry then they are smart.',
'If someone is smart then they are kind.'], dtype=object) ] |
15,536 | ['The bear eats the tiger.' 'The bear is not red.'
'The bear likes the squirrel.' 'The bear visits the squirrel.'
'The mouse eats the tiger.' 'The mouse is red.' 'The mouse is rough.'
'The mouse likes the bear.' 'The mouse does not like the tiger.'
'The squirrel likes the bear.' 'The tiger eats the mouse.'] | ['If the mouse likes the bear and the bear likes the mouse then the mouse is not kind.'
'If someone visits the mouse then they like the squirrel.'
'If someone is green then they visit the bear.'
'If someone likes the bear and the bear visits the tiger then they visit the bear.'
'If someone eats the bear and they do not like the tiger then they are green.'
'If someone visits the mouse then the mouse eats the bear.'
'If someone is red and they eat the tiger then the tiger visits the mouse.'
'If someone visits the bear then they are kind.'] | The squirrel is not kind. | Unknown | 3 | -1 | [] | [] |
15,537 | ['Anne is cold.' 'Anne is furry.' 'Charlie is cold.'
'Charlie is not furry.' 'Charlie is quiet.' 'Charlie is round.'
'Erin is furry.' 'Erin is round.' 'Erin is young.' 'Gary is blue.'
'Gary is cold.' 'Gary is quiet.'] | ['Furry things are young.' 'Furry things are young.'
'All quiet things are big.' 'All quiet things are big.'
'If something is blue then it is big.' 'Young things are blue.'] | Charlie is not blue. | Unknown | 1 | -1 | [] | [] |
15,538 | ['Anne is blue.' 'Anne is furry.' 'Anne is nice.' 'Anne is rough.'
'Anne is round.' 'Anne is smart.' 'Anne is young.' 'Charlie is furry.'
'Charlie is nice.' 'Charlie is rough.' 'Charlie is young.'
'Dave is furry.' 'Dave is round.' 'Dave is smart.' 'Dave is young.'] | ['If someone is nice and smart then they are round.'
'If someone is furry then they are smart.'] | Charlie is round. | True | 1 | 4 | [array(['Charlie is nice.', 'Charlie is furry.'], dtype=object)] | [array(['If someone is furry then they are smart.',
'If someone is nice and smart then they are round.'], dtype=object)] |
15,539 | ['Bob is cold.' 'Bob is green.' 'Bob is red.' 'Gary is big.'
'Gary is blue.' 'Gary is green.' 'Gary is nice.'] | ['Blue things are green.' 'All red things are not blue.'
'White things are blue.' 'If Gary is blue then Gary is big.'
'If something is white and green then it is red.'
'If Bob is not blue and Bob is not green then Bob is big.'
'If something is green and not blue then it is nice.'
'If something is nice and not blue then it is not big.'] | Bob is nice. | True | 1 | 4 | [array(['Bob is green.', 'Bob is red.'], dtype=object)] | [array(['All red things are not blue.',
'If something is green and not blue then it is nice.'],
dtype=object) ] |
15,540 | ['Bob is rough.' 'Harry is round.'] | ['If something is rough then it is young.' 'Young things are white.'
'All rough things are kind.'
'If something is white and not rough then it is not round.'
'If something is green then it is cold.'
'All green, white things are cold.'
'If something is white then it is cold.'
'If Harry is not white then Harry is green.'] | Bob is white. | True | 1 | 3 | [array(['Bob is rough.'], dtype=object)] | [array(['If something is rough then it is young.',
'Young things are white.'], dtype=object) ] |
15,541 | ['The cow likes the mouse.' 'The lion likes the rabbit.'
'The mouse is cold.' 'The rabbit eats the lion.'] | ['If the mouse eats the cow then the cow chases the mouse.'
'If someone likes the rabbit then they are big.'
'If someone chases the rabbit and they are red then the rabbit is nice.'
'If someone chases the mouse then they like the lion.'
'If someone chases the mouse then the mouse eats the cow.'
'If someone is cold then they chase the mouse.'
'If someone is rough then they chase the rabbit.'
'If the cow likes the mouse then the cow likes the lion.'] | The rabbit does not like the lion. | Unknown | 1 | -1 | [] | [] |
15,542 | ['The bald eagle sees the cow.' 'The bald eagle visits the bear.'
'The bear is not cold.' 'The bear is rough.' 'The bear is young.'
'The bear needs the bald eagle.' 'The bear needs the cow.'
'The bear sees the lion.' 'The cow is cold.' 'The lion is red.'
'The lion is rough.' 'The lion needs the cow.'
'The lion sees the bald eagle.' 'The lion visits the bald eagle.'
'The lion visits the bear.' 'The lion does not visit the cow.'] | ['If something is rough then it visits the bald eagle.'
'If the lion needs the cow then the lion sees the bald eagle.'
'If something needs the lion then the lion visits the bear.'
'If something needs the cow then it is rough.'
'If something is young and not cold then it is not red.'
'If the cow visits the bald eagle and the bald eagle sees the lion then the cow is red.'
'If something needs the cow and the cow is not rough then it does not need the bear.'
'If something needs the cow and it is not red then it sees the cow.'] | The bald eagle does not visit the bald eagle. | Unknown | 1 | -1 | [] | [] |
15,543 | ['Erin is smart.' 'Fiona is quiet.' 'Gary is blue.' 'Gary is kind.'
'Gary is quiet.' 'Gary is red.' 'Harry is smart.'] | ['If Harry is smart then Harry is kind.' 'Quiet, smart things are blue.'
'If something is green and smart then it is not blue.'
'Kind things are quiet.' 'All blue, green things are smart.'
'Red things are furry.'
'If Harry is smart and Harry is blue then Harry is red.'] | Harry is blue. | True | 3 | 5 | [array(['Harry is smart.', 'Harry is smart.'], dtype=object)] | [array(['If Harry is smart then Harry is kind.', 'Kind things are quiet.',
'Quiet, smart things are blue.'], dtype=object) ] |
15,544 | ['Bob is nice.' 'Bob is young.' 'Fiona is big.' 'Fiona is furry.'
'Fiona is nice.' 'Fiona is red.' 'Gary is red.' 'Harry is furry.'
'Harry is round.' 'Harry is young.'] | ['All young things are round.' 'If something is cold then it is big.'
'All nice, red things are round.' 'If something is nice then it is big.'
'All furry, red things are round.'
'If something is nice and furry then it is red.'
'If something is big then it is furry.' 'Red, nice things are round.'] | Bob is furry. | True | 1 | 3 | [array(['Bob is nice.'], dtype=object)] | [array(['If something is nice then it is big.',
'If something is big then it is furry.'], dtype=object)] |
15,545 | ['Bob is round.' 'Erin is quiet.' 'Erin is smart.' 'Erin is not white.'
'Fiona is green.' 'Fiona is quiet.' 'Fiona is smart.' 'Gary is big.'
'Gary is green.' 'Gary is quiet.' 'Gary is white.'] | ['All quiet things are smart.' 'Round things are quiet.'
'All green, round things are white.'
'If Fiona is not quiet then Fiona is white.'
'Smart, white things are big.'
'If something is nice and quiet then it is big.'
'If something is quiet and not smart then it is not green.'
'All quiet, smart things are green.'
'If something is big then it is nice.'] | Bob is not smart. | False | 1 | 3 | [array(['Bob is round.'], dtype=object)] | [array(['Round things are quiet.', 'All quiet things are smart.'],
dtype=object) ] |
15,546 | ['The cow is nice.' 'The cow needs the dog.' 'The dog needs the cow.'
'The dog visits the rabbit.' 'The rabbit is red.'
'The rabbit needs the dog.' 'The rabbit sees the cow.'] | ['If something sees the rabbit then the rabbit does not visit the dog.'
'If something needs the cow then the cow is nice.'
'If something visits the dog then it is big.'
'If something visits the rabbit then the rabbit visits the cow.'
'If something is big then it needs the dog.'
'If the rabbit visits the cow then the cow visits the dog.'
'If something visits the rabbit then it needs the cow.'
'If something visits the cow then it does not visit the dog.'] | The cow does not visit the dog. | False | 1 | 3 | [array(['The dog visits the rabbit.'], dtype=object)] | [array(['If something visits the rabbit then the rabbit visits the cow.',
'If the rabbit visits the cow then the cow visits the dog.'],
dtype=object) ] |
15,547 | ['The cow eats the lion.' 'The cow visits the dog.'
'The dog sees the lion.' 'The dog visits the cow.' 'The lion is cold.'
'The lion is green.' 'The mouse is big.'] | ['If someone sees the dog and the dog visits the mouse then the dog sees the mouse.'
'If someone sees the dog and they see the cow then the dog sees the lion.'
'If someone is blue then they do not visit the cow.'
'If someone eats the mouse then the mouse sees the lion.'
'If the lion sees the mouse and the dog does not see the lion then the mouse visits the lion.'
'If someone sees the lion then they visit the lion.'
'If someone visits the lion then they eat the mouse.'
'If someone visits the lion and they eat the lion then they do not visit the dog.'
'If someone sees the mouse and the mouse does not visit the cow then the cow eats the mouse.'] | The mouse sees the lion. | True | 3 | 4 | [array(['The dog sees the lion.'], dtype=object)] | [array(['If someone sees the lion then they visit the lion.',
'If someone visits the lion then they eat the mouse.',
'If someone eats the mouse then the mouse sees the lion.'],
dtype=object) ] |
15,548 | ['Anne is furry.' 'Anne is red.' 'Anne is rough.' 'Anne is round.'
'Dave is big.' 'Dave is red.' 'Dave is white.'] | ['Green, furry people are red.' 'Big people are round.'
'White, rough people are green.'
'If someone is round then they are white.'
'If someone is white and red then they are furry.'
'All white, green people are rough.'] | Anne is green. | True | 1 | 4 | [array(['Anne is round.', 'Anne is rough.'], dtype=object)] | [array(['If someone is round then they are white.',
'White, rough people are green.'], dtype=object)] |
15,549 | ['The bear eats the rabbit.' 'The rabbit is green.'] | ['If something eats the rabbit then the rabbit sees the bear.'
'If something sees the bear then it eats the bear.'
'If something sees the bear then the bear is blue.'
'If something needs the bear and the bear is not young then it sees the rabbit.'
'If something is rough then it does not eat the rabbit.'
'If the bear needs the rabbit and the rabbit sees the bear then the bear sees the rabbit.'
'If the bear is blue then the bear sees the rabbit.'
'If something sees the rabbit and it does not eat the bear then it does not need the rabbit.'] | The rabbit does not eat the bear. | False | 1 | 3 | [array(['The bear eats the rabbit.'], dtype=object)] | [array(['If something eats the rabbit then the rabbit sees the bear.',
'If something sees the bear then it eats the bear.'], dtype=object)] |
15,550 | ['The cow eats the lion.' 'The cow is round.' 'The cow visits the tiger.'
'The lion eats the cow.' 'The lion is nice.' 'The squirrel is cold.'
'The tiger is green.'] | ['If something sees the cow then the cow sees the lion.'
'If something eats the cow then the cow is green.'
'If the lion sees the squirrel then the lion is green.'
'If something visits the cow then it is nice.'
'If the cow visits the squirrel and the cow sees the squirrel then the cow sees the lion.'
'If something sees the cow then the cow is round.'
'If the cow is cold then the cow sees the lion.'
'If something is green then it is cold.'] | The lion is cold. | Unknown | 1 | -1 | [] | [] |
15,551 | ['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.'] | Fiona is not red. | Unknown | 1 | -1 | [] | [] |
15,552 | ['The bear is cold.' 'The bear is rough.' 'The bear needs the cat.'
'The bear needs the rabbit.' 'The bear sees the rabbit.'
'The cat eats the bear.' 'The cat is blue.' 'The rabbit eats the cat.'
'The rabbit eats the squirrel.' 'The rabbit is big.'
'The rabbit is rough.' 'The rabbit is round.'
'The squirrel eats the bear.' 'The squirrel eats the cat.'
'The squirrel is big.' 'The squirrel is rough.'] | ['If something eats the rabbit then the rabbit sees the bear.'
'If something eats the rabbit then it needs the squirrel.'
'If something sees the bear and it sees the cat then the cat sees the rabbit.'
'If something sees the rabbit and the rabbit is rough then it sees the cat.'
'All round, blue things are big.'
'If the bear is big and the bear sees the squirrel then the bear is round.'
'If something sees the cat then it sees the bear.'] | The rabbit does not see the bear. | Unknown | 1 | -1 | [] | [] |
15,553 | ['Bob is nice.' 'Dave is big.' 'Erin is furry.' 'Erin is nice.'
'Erin is rough.' 'Harry is cold.' 'Harry is white.'] | ['All rough people are furry.'
'If someone is rough and cold then they are white.'
'If someone is nice then they are big.' 'Furry, nice people are big.'
'All big people are red.' 'All nice, big people are rough.'
'All furry, big people are cold.' 'All cold, white people are rough.'] | Dave is white. | Unknown | 1 | -1 | [] | [] |
15,554 | ['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.'] | Erin is not furry. | Unknown | 1 | -1 | [] | [] |
15,555 | ['Bob is big.' 'Bob is round.' 'Charlie is not cold.' 'Charlie is green.'
'Fiona is big.' 'Fiona is green.' 'Fiona is nice.' 'Fiona is round.'
'Harry is cold.' 'Harry is nice.'] | ['If someone is rough then they are not nice.'
'All green people are nice.' 'If someone is cold then they are nice.'
'All big people are round.' 'All green, blue people are big.'
'If someone is round then they are not rough.'
'All nice people are blue.'] | Bob is not blue. | Unknown | 1 | -1 | [] | [] |
15,556 | ['Anne is green.' 'Anne is nice.' 'Anne is not rough.' 'Anne is smart.'
'Bob is green.' 'Bob is nice.' 'Fiona is white.' 'Gary is rough.'
'Gary is round.' 'Gary is white.'] | ['If something is nice then it is round.'
'If something is white then it is round.'
'If something is young and not nice then it is round.'
'If Bob is round and Bob is green then Bob is rough.'
'If something is young and green then it is smart.'
'Smart things are white.'
'If something is rough and not green then it is white.'
'If something is rough then it is young.' 'All rough things are young.'] | Bob is not rough. | False | 1 | 4 | [array(['Bob is nice.', 'Bob is green.'], dtype=object)] | [array(['If something is nice then it is round.',
'If Bob is round and Bob is green then Bob is rough.'],
dtype=object) ] |
15,557 | ['Erin is nice.' 'Erin is quiet.' 'Erin is round.' 'Erin is smart.'
'Erin is white.' 'Harry is big.' 'Harry is nice.' 'Harry is quiet.'
'Harry is round.' 'Harry is smart.' 'Harry is white.' 'Harry is young.'] | ['If Erin is smart then Erin is young.'
'If something is big and white then it is young.'
'If something is nice then it is round.'
'If something is young then it is big.' 'Quiet things are nice.'
'All young things are quiet.'] | Erin is not big. | False | 1 | 3 | [array(['Erin is smart.'], dtype=object)] | [array(['If Erin is smart then Erin is young.',
'If something is young then it is big.'], dtype=object)] |
15,558 | ['Dave is blue.' 'Dave is nice.' 'Dave is not quiet.' 'Dave is smart.'
'Erin is kind.' 'Erin is nice.' 'Erin is white.' 'Fiona is kind.'
'Fiona is quiet.' 'Gary is kind.'] | ['If someone is blue then they are red.'
'If someone is quiet then they are blue.'] | Fiona is not red. | False | 1 | 3 | [array(['Fiona is quiet.'], dtype=object)] | [array(['If someone is quiet then they are blue.',
'If someone is blue then they are red.'], dtype=object)] |
15,559 | ['The rabbit eats the tiger.' 'The squirrel is red.'
'The tiger chases the squirrel.'] | ['If the squirrel eats the rabbit then the rabbit likes the tiger.'
'If something is red then it eats the rabbit.'
'If something is cold and blue then it likes the tiger.'
'If something likes the tiger then the tiger chases the rabbit.'
'If something is red and blue then it chases the rabbit.'
'If the squirrel is red and the tiger does not eat the squirrel then the squirrel does not like the rabbit.'
'If something chases the rabbit then the rabbit chases the squirrel.'
'If the tiger does not chase the rabbit and the tiger does not like the squirrel then the tiger does not chase the squirrel.'] | The rabbit does not like the tiger. | False | 1 | 3 | [array(['The squirrel is red.'], dtype=object)] | [array(['If something is red then it eats the rabbit.',
'If the squirrel eats the rabbit then the rabbit likes the tiger.'],
dtype=object) ] |
15,560 | ['Anne is big.' 'Anne is quiet.' 'Dave is blue.' 'Dave is not nice.'
'Dave is young.' 'Erin is quiet.' 'Erin is young.'] | ['All blue things are not nice.' 'If Anne is rough then Anne is blue.'
'Rough things are blue.' 'If Dave is nice then Dave is not rough.'
'All nice things are young.' 'All nice things are young.'
'Quiet things are rough.' 'If Dave is not rough then Dave is young.'] | Erin is not nice. | True | 3 | 4 | [array(['Erin is quiet.'], dtype=object)] | [array(['Quiet things are rough.', 'Rough things are blue.',
'All blue things are not nice.'], dtype=object) ] |
15,561 | ['Bob is furry.' 'Bob is white.' 'Dave is blue.' 'Dave is furry.'
'Dave is rough.' 'Dave is round.' 'Gary is blue.' 'Gary is furry.'
'Gary is quiet.' 'Gary is rough.' 'Gary is not round.' 'Gary is white.'
'Harry is not furry.' 'Harry is quiet.' 'Harry is rough.'
'Harry is round.'] | ['If something is rough and not furry then it is white.'
'If something is round and quiet then it is white.'
'White, rough things are blue.'] | Harry is blue. | True | 1 | 5 | [array(['Harry is rough.', 'Harry is not furry.', 'Harry is rough.'],
dtype=object)
array(['Harry is round.', 'Harry is quiet.', 'Harry is rough.'],
dtype=object) ] | [array(['If something is rough and not furry then it is white.',
'White, rough things are blue.'], dtype=object)
array(['If something is round and quiet then it is white.',
'White, rough things are blue.'], dtype=object) ] |
15,562 | ['Bob is cold.' 'Bob is quiet.' 'Bob is red.' 'Bob is white.'
'Fiona is kind.' 'Fiona is nice.' 'Fiona is white.'] | ['If something is quiet then it is cold.' 'All white things are quiet.'
'Kind things are nice.' 'Nice, red things are quiet.'
'All cold things are furry.'
'If Bob is kind and Bob is furry then Bob is white.'
'White things are kind.' 'All red things are nice.'] | Fiona is cold. | True | 1 | 3 | [array(['Fiona is white.'], dtype=object)] | [array(['All white things are quiet.',
'If something is quiet then it is cold.'], dtype=object)] |
15,563 | ['Anne is young.' 'Bob is big.' 'Bob is young.' 'Dave is kind.'
'Fiona is cold.' 'Fiona is not red.' 'Fiona is smart.'] | ['If someone is kind then they are cold.' 'Big people are cold.'
'Big people are cold.' 'If someone is cold then they are young.'
'If Dave is not cold and Dave is not big then Dave is quiet.'
'If someone is big and not young then they are quiet.'
'Red people are quiet.' 'Young people are not quiet.'] | Fiona is not quiet. | True | 1 | 3 | [array(['Fiona is cold.'], dtype=object)] | [array(['If someone is cold then they are young.',
'Young people are not quiet.'], dtype=object)] |
15,564 | ['Anne is young.' 'Bob is not round.' 'Dave is not cold.'
'Fiona is smart.'] | ['If something is cold then it is blue.'
'If Dave is green then Dave is not cold.' 'Young things are cold.'] | Anne is blue. | True | 1 | 3 | [array(['Anne is young.'], dtype=object)] | [array(['Young things are cold.', 'If something is cold then it is blue.'],
dtype=object) ] |
15,565 | ['The bear is blue.'] | ['If someone is blue then they are green.' 'Big, kind people are green.'
'All green people are rough.'
'If someone is big and blue then they are kind.'
'If the bear is green and the bear is rough then the bear is big.'
'If someone is green and blue then they are rough.'] | The bear is not big. | False | 3 | 6 | [array(['The bear is blue.', 'The bear is blue.'], dtype=object)
array(['The bear is blue.', 'The bear is blue.', 'The bear is blue.'],
dtype=object) ] | [array(['If someone is blue then they are green.',
'If someone is blue then they are green.',
'All green people are rough.',
'If the bear is green and the bear is rough then the bear is big.'],
dtype=object)
array(['If someone is blue then they are green.',
'If someone is blue then they are green.',
'If someone is green and blue then they are rough.',
'If the bear is green and the bear is rough then the bear is big.'],
dtype=object) ] |
15,566 | ['The bald eagle sees the bear.' 'The bear is young.'
'The lion visits the squirrel.' 'The squirrel is not young.'] | ['If something sees the bald eagle and it visits the bald eagle then the bald eagle is young.'
'If something sees the bear then the bear is not big.'
'If something is big and it visits the bald eagle then the bald eagle visits the lion.'
'If the squirrel chases the bald eagle and the squirrel does not see the bald eagle then the bald eagle visits the bear.'
'If something sees the squirrel then the squirrel visits the bear.'
'If something is young and not big then it sees the squirrel.'] | The bear does not see the squirrel. | False | 1 | 4 | [array(['The bear is young.', 'The bald eagle sees the bear.'],
dtype=object) ] | [array(['If something sees the bear then the bear is not big.',
'If something is young and not big then it sees the squirrel.'],
dtype=object) ] |
15,567 | ['Anne is green.' 'Anne is quiet.' 'Anne is rough.' 'Anne is smart.'
'Dave is green.' 'Dave is kind.' 'Dave is quiet.' 'Dave is not red.'
'Dave is rough.' 'Dave is smart.' 'Dave is white.' 'Fiona is kind.'
'Fiona is not quiet.' 'Fiona is not red.' 'Fiona is white.'] | ['Red, white things are not green.' 'All white, rough things are smart.'
'If something is kind and not white then it is not quiet.'
'All kind things are rough.'
'If something is kind and not red then it is rough.'
'If Anne is smart then Anne is green.'] | Fiona is smart. | True | 1 | 4 | [array(['Fiona is white.', 'Fiona is kind.'], dtype=object)
array(['Fiona is white.', 'Fiona is kind.', 'Fiona is not red.'],
dtype=object) ] | [array(['All kind things are rough.', 'All white, rough things are smart.'],
dtype=object)
array(['If something is kind and not red then it is rough.',
'All white, rough things are smart.'], dtype=object) ] |
15,568 | ['Anne is green.' 'Anne is quiet.' 'Anne is young.' 'Charlie is big.'
'Charlie is blue.' 'Charlie is quiet.' 'Dave is red.' 'Dave is young.'
'Harry is kind.' 'Harry is young.'] | ['If someone is green then they are quiet.' 'Big people are green.'
'If someone is kind and young then they are big.'] | Dave is not quiet. | Unknown | 3 | -1 | [] | [] |
15,569 | ['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 bald eagle does not see the lion. | False | 1 | 4 | [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.'], dtype=object) ] |
15,570 | ['Dave is not furry.' 'Dave is green.' 'Dave is nice.' 'Dave is round.'
'Gary is furry.' 'Gary is round.' 'Gary is white.' 'Harry is blue.'
'Harry is not green.' 'Harry is nice.' 'Harry is smart.'
'Harry is white.'] | ['If something is round then it is nice.'
'If something is white and not smart then it is furry.'
'Furry things are round.'] | Harry is not round. | Unknown | 1 | -1 | [] | [] |
15,571 | ['The bald eagle chases the cat.' 'The cat chases the mouse.'
'The cat is blue.' 'The cat is nice.' 'The cat visits the cow.'
'The cow chases the cat.' 'The mouse visits the cow.'] | ['All blue things are kind.'
'If something is kind then it likes the mouse.'] | The cat likes the mouse. | True | 1 | 3 | [array(['The cat is blue.'], dtype=object)] | [array(['All blue things are kind.',
'If something is kind then it likes the mouse.'], dtype=object)] |
15,572 | ['Charlie is blue.' 'Charlie is rough.' 'Charlie is not white.'
'Dave is big.' 'Dave is kind.' 'Dave is round.' 'Dave is white.'
'Fiona is not big.' 'Fiona is not blue.' 'Fiona is kind.'
'Fiona is round.' 'Fiona is white.' 'Gary is big.' 'Gary is blue.'
'Gary is quiet.'] | ['All round, kind people are quiet.' 'All quiet people are rough.'] | Fiona is rough. | True | 1 | 4 | [array(['Fiona is round.', 'Fiona is kind.'], dtype=object)] | [array(['All round, kind people are quiet.', 'All quiet people are rough.'],
dtype=object) ] |
15,573 | ['The cat is kind.' 'The cat does not see the mouse.'
'The cat visits the dog.' 'The cat visits the rabbit.' 'The dog is big.'
'The dog visits the mouse.' 'The mouse chases the cat.'
'The mouse is not blue.' 'The mouse does not see the cat.'
'The rabbit is big.' 'The rabbit visits the cat.'
'The rabbit visits the dog.'] | ['If someone is big and they chase the dog then they visit the rabbit.'
'If someone is cold then they are not big.'
'If someone is blue then they chase the dog.'
'If someone chases the rabbit and the rabbit is cold then they visit the dog.'
'If someone chases the dog and the dog chases the cat then the dog chases the rabbit.'
'If someone is cold then they see the dog.'
'If someone visits the dog and the dog chases the rabbit then the dog sees the mouse.'
'If someone visits the dog and they are big then they are blue.'
'If someone chases the dog then the dog is blue.'] | The rabbit chases the dog. | True | 1 | 4 | [array(['The rabbit visits the dog.', 'The rabbit is big.'], dtype=object)] | [array(['If someone visits the dog and they are big then they are blue.',
'If someone is blue then they chase the dog.'], dtype=object) ] |
15,574 | ['Anne is young.' 'Erin is nice.' 'Gary is cold.' 'Harry is nice.'] | ['All white things are cold.'
'If something is quiet and white then it is nice.'
'If something is round and young then it is nice.'
'All white, cold things are round.'
'If something is nice then it is round.'
'If something is round then it is white.' 'Quiet things are cold.'
'If Anne is nice and Anne is young then Anne is quiet.'] | Harry is cold. | True | 3 | 4 | [array(['Harry is nice.'], dtype=object)] | [array(['If something is nice then it is round.',
'If something is round then it is white.',
'All white things are cold.'], dtype=object)] |
15,575 | ['The cow eats the tiger.' 'The squirrel is blue.'
'The tiger visits the cow.'] | ['If something is nice then it eats the tiger.'
'If the squirrel sees the tiger and the tiger eats the cow then the squirrel visits the cow.'
'If something visits the cow then the cow does not visit the squirrel.'
'All cold things are nice.'
'If something visits the tiger and the tiger visits the cow then the tiger does not see the cow.'
'If something visits the cow and the cow does not visit the squirrel then it visits the tiger.'] | The tiger does not visit the tiger. | False | 1 | 4 | [array(['The tiger visits the cow.', 'The tiger visits the cow.'],
dtype=object) ] | [array(['If something visits the cow then the cow does not visit the squirrel.',
'If something visits the cow and the cow does not visit the squirrel then it visits the tiger.'],
dtype=object) ] |
15,576 | ['The bald eagle is cold.' 'The bear eats the squirrel.'
'The bear is kind.' 'The bear needs the cat.' 'The cat is kind.'
'The cat visits the bald eagle.' 'The cat visits the bear.'
'The cat visits the squirrel.' 'The squirrel is rough.'
'The squirrel needs the bald eagle.' 'The squirrel needs the bear.'
'The squirrel visits the bald eagle.'] | ['If something visits the squirrel then the squirrel eats the cat.'
'If something eats the cat and it is big then the cat visits the bald eagle.'
'If something visits the squirrel and it eats the bald eagle then the squirrel is kind.'
'If something is red and it needs the cat then the cat eats the bald eagle.'
'If something is kind then it needs the squirrel.'
'If something visits the bald eagle then it needs the bald eagle.'
'If something is red then it eats the cat.'
'If something eats the bald eagle and it needs the squirrel then the bald eagle visits the bear.'
'If something needs the squirrel then it is red.'] | The bald eagle is not red. | Unknown | 1 | -1 | [] | [] |
15,577 | ['The dog needs the mouse.' 'The mouse sees the dog.'] | ['If the mouse eats the dog and the mouse sees the dog then the dog eats the mouse.'
'If something sees the dog then it is nice.'
'If something sees the dog and the dog needs the mouse then it sees the mouse.'
'If something needs the dog then it is green.'
'If something sees the mouse then the mouse needs the dog.'
'If something needs the dog and the dog eats the mouse then it eats the dog.'] | The dog does not eat the mouse. | Unknown | 1 | -1 | [] | [] |
15,578 | ['The bald eagle is green.' 'The bald eagle is not round.'
'The bald eagle is young.' 'The bald eagle visits the dog.'
'The bear does not visit the dog.' 'The dog does not chase the bear.'
'The lion does not chase the bald eagle.'] | ['If someone likes the bear then they like the lion.'
'If someone is green then they like the dog.'
'If the dog is red and the dog is green then the dog is blue.'
'If the lion is not red then the lion chases the dog.'
'If someone is blue and green then they do not visit the dog.'
'If the bald eagle likes the dog then the bald eagle likes the bear.'] | The bald eagle does not like the bear. | False | 1 | 3 | [array(['The bald eagle is green.'], dtype=object)] | [array(['If someone is green then they like the dog.',
'If the bald eagle likes the dog then the bald eagle likes the bear.'],
dtype=object) ] |
15,579 | ['The bear is red.' 'The cat eats the bear.' 'The cow is young.'
'The squirrel chases the cat.'] | ['If someone chases the cat then they are young.'
'If someone sees the bear then the bear chases the cat.'
'If the cat sees the squirrel and the squirrel is rough then the squirrel eats the bear.'
'If someone chases the cow then they eat the bear.'
'If someone chases the squirrel then they see the cat.'
'If someone is young then they see the squirrel.'
'If someone is big and they see the squirrel then the squirrel eats the cat.'
'If someone is young then they chase the cow.'] | The cat does not see the squirrel. | Unknown | 1 | -1 | [] | [] |
15,580 | ['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 cold. | True | 1 | 3 | [array(['Anne is blue.'], dtype=object)
array(['Anne is blue.', 'Anne is blue.'], dtype=object)] | [array(['Blue things are smart.', 'If something is smart then it is cold.'],
dtype=object)
array(['Blue things are smart.', 'All smart things are red.',
'Blue things are smart.',
'If Anne is red and Anne is smart then Anne is cold.'],
dtype=object) ] |
15,581 | ['Anne is nice.' 'Anne is young.' 'Dave is cold.' 'Dave is smart.'
'Dave is white.' 'Fiona is nice.' 'Fiona is not red.' 'Fiona is young.'
'Gary is cold.' 'Gary is red.'] | ['If someone is smart then they are green.'
'If someone is green then they are nice.' 'Nice people are young.'
'If someone is white then they are young.'
'If someone is cold then they are white.'
'If someone is green and smart then they are white.'
'All young, red people are smart.' 'If Fiona is red then Fiona is green.'
'If Anne is smart then Anne is not green.'] | Anne is not white. | Unknown | 1 | -1 | [] | [] |
15,582 | ['Anne is furry.' 'Anne is rough.' 'Bob is blue.' 'Bob is furry.'
'Bob is green.' 'Bob is quiet.' 'Bob is red.' 'Bob is rough.'
'Bob is round.' 'Harry is blue.' 'Harry is furry.' 'Harry is green.'
'Harry is quiet.' 'Harry is red.' 'Harry is rough.' 'Harry is round.'] | ['If Bob is blue then Bob is furry.' 'All rough, green things are blue.'
'If something is furry and red then it is round.'
'All green things are red.' 'If something is round then it is red.'
'If something is furry and rough then it is green.'
'All quiet, blue things are red.' 'Round things are green.'] | Anne is not blue. | False | 1 | 5 | [array(['Anne is rough.', 'Anne is furry.', 'Anne is rough.'], dtype=object)] | [array(['If something is furry and rough then it is green.',
'All rough, green things are blue.'], dtype=object) ] |
15,583 | ['The rabbit is big.' 'The rabbit is kind.'
'The rabbit likes the squirrel.' 'The rabbit needs the squirrel.'
'The squirrel eats the rabbit.' 'The squirrel is green.'
'The squirrel is kind.'] | ['If something likes the rabbit then it is green.'
'If something is big and rough then it eats the squirrel.'
'If something needs the rabbit and it needs the squirrel then the squirrel likes the rabbit.'
'If something likes the rabbit then it likes the squirrel.'
'If the rabbit is green then the rabbit likes the squirrel.'
'If something eats the squirrel and it is kind then it is blue.'
'If something eats the squirrel and it is green then the squirrel needs the rabbit.'
'Rough, kind things are blue.'] | The squirrel is not blue. | Unknown | 1 | -1 | [] | [] |
15,584 | ['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.'] | Gary is not red. | Unknown | 3 | -1 | [] | [] |
15,585 | ['Anne is smart.' 'Gary is rough.' 'Gary is smart.'] | ['All round things are green.'
'If something is smart and not nice then it is rough.'
'Round, nice things are rough.' 'Kind, red things are rough.'
'All rough things are round.'
'If Gary is red and Gary is green then Gary is kind.'] | Gary is green. | True | 1 | 3 | [array(['Gary is rough.'], dtype=object)] | [array(['All rough things are round.', 'All round things are green.'],
dtype=object) ] |
15,586 | ['The cat likes the squirrel.' 'The mouse visits the squirrel.'
'The mouse visits the tiger.' 'The squirrel likes the tiger.'
'The squirrel needs the tiger.' 'The squirrel visits the tiger.'
'The tiger needs the cat.'] | ['If something is red and it visits the squirrel then the squirrel is big.'
'If something is red then it needs the squirrel.'
'If the mouse needs the cat then the mouse is blue.'
'If something is cold and it visits the tiger then it needs the mouse.'
'If something needs the tiger and it visits the tiger then the tiger likes the mouse.'
'If something needs the squirrel then the squirrel needs the cat.'
'If something likes the mouse then it needs the cat.'
'If something needs the cat then it is red.'] | The mouse is blue. | Unknown | 1 | -1 | [] | [] |
15,587 | ['Anne is quiet.' 'Bob is not rough.' 'Gary is big.' 'Gary is kind.'
'Gary is rough.' 'Gary is young.' 'Harry is young.'] | ['All big people are furry.' 'Young people are furry.'
'All quiet, kind people are furry.'
'If Harry is furry and Harry is quiet then Harry is round.'
'Rough, kind people are quiet.' 'Young, rough people are kind.'
'All quiet, furry people are round.' 'Furry people are rough.'] | Harry is rough. | True | 1 | 3 | [array(['Harry is young.'], dtype=object)] | [array(['Young people are furry.', 'Furry people are rough.'], dtype=object)] |
15,588 | ['The cow is round.' 'The lion is kind.' 'The mouse visits the tiger.'
'The tiger likes the mouse.'] | ['If someone is cold then they are not rough.'
'If the lion visits the tiger and the lion likes the tiger then the lion likes the cow.'
'If someone is round then they visit the mouse.'
'If someone likes the lion and they are not big then the lion is not cold.'
'If someone visits the mouse then the mouse is round.'
'If someone is cold and they do not like the tiger then they visit the lion.'
'If someone likes the cow and they are not big then the cow visits the mouse.'
'If someone sees the lion and they do not visit the mouse then the lion sees the cow.'] | The mouse is not round. | False | 1 | 3 | [array(['The cow is round.'], dtype=object)] | [array(['If someone is round then they visit the mouse.',
'If someone visits the mouse then the mouse is round.'],
dtype=object) ] |
15,589 | ['Anne is blue.' 'Anne is kind.' 'Anne is quiet.' 'Anne is rough.'
'Charlie is kind.' 'Charlie is quiet.' 'Charlie is rough.'
'Charlie is smart.' 'Charlie is white.' 'Charlie is young.'
'Erin is young.' 'Fiona is kind.'] | ['All white things are young.' 'Young, blue things are quiet.'
'Kind things are blue.'
'If Charlie is rough and Charlie is quiet then Charlie is white.'
'All white, smart things are young.' 'All quiet things are white.'
'If something is white and rough then it is smart.'
'If Fiona is rough then Fiona is young.' 'Blue things are rough.'] | Anne is young. | True | 1 | 3 | [array(['Anne is quiet.'], dtype=object)
array(['Anne is quiet.', 'Anne is quiet.', 'Anne is rough.'], dtype=object)
array(['Anne is quiet.', 'Anne is quiet.', 'Anne is blue.'], dtype=object)
array(['Anne is quiet.', 'Anne is quiet.', 'Anne is kind.'], dtype=object)] | [array(['All quiet things are white.', 'All white things are young.'],
dtype=object)
array(['All quiet things are white.', 'All quiet things are white.',
'If something is white and rough then it is smart.',
'All white, smart things are young.'], dtype=object)
array(['All quiet things are white.', 'All quiet things are white.',
'Blue things are rough.',
'If something is white and rough then it is smart.',
'All white, smart things are young.'], dtype=object)
array(['All quiet things are white.', 'All quiet things are white.',
'Kind things are blue.', 'Blue things are rough.',
'If something is white and rough then it is smart.',
'All white, smart things are young.'], dtype=object) ] |
15,590 | ['The dog visits the mouse.' 'The mouse is cold.' 'The mouse is young.'] | ['If the dog visits the mouse then the dog is young.'
'If the dog needs the mouse then the dog is young.'
'If the dog eats the mouse then the dog is red.'
'If something eats the dog and it does not need the dog then the dog eats the mouse.'
'If something is young then it needs the mouse.'
'If something is young and it does not eat the mouse then the mouse is not nice.'] | The dog needs the mouse. | True | 1 | 3 | [array(['The dog visits the mouse.'], dtype=object)] | [array(['If the dog visits the mouse then the dog is young.',
'If something is young then it needs the mouse.'], dtype=object)] |
15,591 | ['Anne is cold.' 'Anne is furry.' 'Bob is nice.' 'Bob is red.'
'Bob is rough.' 'Bob is round.' 'Charlie is cold.' 'Charlie is furry.'
'Charlie is nice.' 'Charlie is red.' 'Charlie is round.'
'Charlie is young.' 'Dave is cold.' 'Dave is furry.' 'Dave is nice.'] | ['All cold things are rough.' 'If something is rough then it is nice.'
'All rough, nice things are young.'] | Anne is not young. | False | 3 | 6 | [array(['Anne is cold.', 'Anne is cold.'], dtype=object)] | [array(['All cold things are rough.', 'All cold things are rough.',
'If something is rough then it is nice.',
'All rough, nice things are young.'], dtype=object) ] |
15,592 | ['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 cow is red. | True | 1 | 3 | [array(['The cow is big.'], dtype=object)] | [array(['If something is big then it is young.',
'All young things are red.'], dtype=object)] |
15,593 | ['Bob is round.' 'Charlie is quiet.' 'Charlie is not round.'
'Charlie is young.' 'Dave is round.' 'Dave is white.' 'Erin is nice.'] | ['White things are nice.'
'If something is round and young then it is white.'
'Round things are white.' 'If something is quiet then it is cold.'
'If something is quiet and round then it is young.'
'All nice things are round.' 'All nice things are quiet.'
'If something is quiet and not young then it is big.'
'If something is cold and nice then it is big.'] | Erin is young. | True | 1 | 5 | [array(['Erin is nice.', 'Erin is nice.'], dtype=object)] | [array(['All nice things are quiet.', 'All nice things are round.',
'If something is quiet and round then it is young.'], dtype=object)] |
15,594 | ['The cat eats the lion.' 'The cat is big.' 'The cat needs the lion.'
'The lion eats the cat.' 'The lion is rough.' 'The lion likes the cat.'
'The lion needs the cat.'] | ['If something is big then it likes the cat.' 'All round things are red.'
'Big things are round.'
'If something is round and it needs the cat then it likes the cat.'
'If something is rough then it likes the lion.'
'If something needs the cat and the cat is round then it eats the cat.'
'If the cat needs the lion and the lion needs the cat then the lion is young.'
'If the cat eats the lion then the lion is big.'] | The lion is round. | True | 1 | 3 | [array(['The cat eats the lion.'], dtype=object)] | [array(['If the cat eats the lion then the lion is big.',
'Big things are round.'], dtype=object) ] |
15,595 | ['Erin is blue.' 'Erin is cold.' 'Erin is not round.'] | ['All kind people are white.'
'If Erin is kind and Erin is round then Erin is big.'
'All cold, white people are big.' 'All kind, white people are big.'
'All white people are blue.' 'If Erin is round then Erin is not rough.'
'All cold people are kind.'
'If Erin is rough and Erin is kind then Erin is white.'] | Erin is not white. | False | 1 | 3 | [array(['Erin is cold.'], dtype=object)] | [array(['All cold people are kind.', 'All kind people are white.'],
dtype=object) ] |
15,596 | ['The bear chases the lion.' 'The bear is kind.'
'The lion needs the bear.'] | ['If something chases the lion and the lion needs the bear then the bear needs the lion.'
'If something needs the lion then it needs the bear.'
'If something needs the bear and the bear is kind then it sees the bear.'] | The bear does not need the bear. | False | 1 | 4 | [array(['The bear chases the lion.', 'The lion needs the bear.'],
dtype=object) ] | [array(['If something chases the lion and the lion needs the bear then the bear needs the lion.',
'If something needs the lion then it needs the bear.'],
dtype=object) ] |
15,597 | ['Bob is furry.' 'Dave is rough.' 'Harry is blue.'] | ['Blue things are green.' 'All blue, rough things are quiet.'
'All blue things are rough.' 'Furry things are quiet.'
'If Dave is green then Dave is round.'
'If Dave is big then Dave is rough.'] | Dave is not round. | Unknown | 1 | -1 | [] | [] |
15,598 | ['Charlie is nice.' 'Charlie is quiet.' 'Charlie is white.'
'Charlie is young.' 'Dave is not furry.' 'Gary is quiet.'
'Harry is furry.'] | ['If something is nice and cold then it is quiet.'
'If something is cold then it is young.' 'Quiet, furry things are white.'
'All furry things are cold.' 'If something is young then it is nice.'] | Dave is young. | Unknown | 1 | -1 | [] | [] |
15,599 | ['Anne is cold.' 'Anne is green.' 'Anne is white.' 'Charlie is quiet.'
'Charlie is red.' 'Gary is cold.' 'Gary is furry.' 'Gary is green.'
'Gary is rough.' 'Gary is white.'] | ['If someone is red then they are rough.' 'Rough, white people are green.'
'If someone is quiet and white then they are cold.'
'White, rough people are quiet.'
'If someone is quiet then they are green.' 'All rough people are white.'] | Charlie is white. | True | 1 | 3 | [array(['Charlie is red.'], dtype=object)] | [array(['If someone is red then they are rough.',
'All rough people are white.'], dtype=object)] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.