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,400 | ['Anne is blue.' 'Anne is kind.' 'Anne is quiet.' 'Bob is not kind.'
'Bob is young.' 'Erin is white.' 'Gary is blue.' 'Gary is kind.'
'Gary is nice.' 'Gary is quiet.' 'Gary is rough.'] | ['Nice people are kind.' 'All white, quiet people are blue.'
'Kind, nice people are quiet.' 'Rough people are nice.'
'If someone is white then they are rough.'
'All blue, nice people are rough.'] | Bob is nice. | Unknown | 1 | -1 | [] | [] |
15,401 | ['The cow chases the lion.' 'The cow chases the squirrel.'
'The cow is round.' 'The cow likes the dog.' 'The dog likes the cow.'
'The dog likes the lion.' 'The lion chases the cow.'
'The lion chases the squirrel.' 'The lion is cold.' 'The lion is green.'
'The lion likes the dog.' 'The squirrel is cold.'
'The squirrel is young.' 'The squirrel needs the lion.'] | ['If the cow needs the squirrel then the cow chases the squirrel.'
'If something chases the cow then it needs the squirrel.'
'If something is round then it likes the squirrel.'
'If something is big then it is green.'
'If something is big and it chases the dog then the dog chases the cow.'
'If something chases the lion and it likes the squirrel then the squirrel is green.'
'If something is green then it chases the cow.'
'If the dog is green then the dog is round.'
'If something needs the squirrel then it likes the squirrel.'] | The dog does not chase the cow. | Unknown | 1 | -1 | [] | [] |
15,402 | ['The cat visits the cow.' 'The cow likes the squirrel.'
'The squirrel likes the cat.'] | ['If something visits the cow then it chases the cow.'
'If something visits the squirrel and the squirrel is not red then it likes the cat.'
'If something chases the cow then it does not visit the cat.'
'If the squirrel is red and the squirrel does not chase the cat then the cat visits the squirrel.'
'If the squirrel does not chase the cow then the squirrel likes the cow.'
'If the squirrel visits the cat then the squirrel likes the cow.'] | The cat visits the cat. | False | 1 | 3 | [array(['The cat visits the cow.'], dtype=object)] | [array(['If something visits the cow then it chases the cow.',
'If something chases the cow then it does not visit the cat.'],
dtype=object) ] |
15,403 | ['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 cow does not chase the mouse. | False | 3 | 4 | [array(['The mouse is cold.'], dtype=object)] | [array(['If someone is cold then they chase the mouse.',
'If someone chases the mouse then the mouse eats the cow.',
'If the mouse eats the cow then the cow chases the mouse.'],
dtype=object) ] |
15,404 | ['Anne is kind.' 'Erin is smart.' 'Erin is young.' 'Gary is kind.'
'Gary is young.' 'Harry is not kind.' 'Harry is white.'] | ['If someone is nice then they are rough.' 'Kind people are rough.'
'If someone is smart then they are rough.'
'If Gary is young and Gary is nice then Gary is white.'
'If Gary is white then Gary is nice.'
'If someone is young and rough then they are white.'
'Nice people are smart.' 'Smart, nice people are not quiet.'
'If Gary is white then Gary is kind.'] | Erin is not white. | False | 1 | 4 | [array(['Erin is young.', 'Erin is smart.'], dtype=object)] | [array(['If someone is smart then they are rough.',
'If someone is young and rough then they are white.'], dtype=object)] |
15,405 | ['Anne is red.' 'Bob is big.' 'Bob is green.' 'Bob is red.'
'Charlie is furry.' 'Dave is big.' 'Dave is blue.'] | ['If something is big then it is smart.'
'If something is blue then it is green.' 'All furry things are big.'
'Smart things are blue.' 'If something is green then it is furry.'
'Green things are smart.' 'All green things are quiet.'] | Dave is not quiet. | False | 1 | 3 | [array(['Dave is blue.'], dtype=object)
array(['Dave is big.'], dtype=object)] | [array(['If something is blue then it is green.',
'All green things are quiet.'], dtype=object)
array(['If something is big then it is smart.', 'Smart things are blue.',
'If something is blue then it is green.',
'All green things are quiet.'], dtype=object) ] |
15,406 | ['Anne is cold.' 'Anne is furry.' 'Anne is smart.' 'Charlie is blue.'
'Charlie is cold.' 'Charlie is furry.' 'Charlie is kind.'
'Charlie is red.' 'Erin is blue.' 'Erin is cold.' 'Erin is furry.'
'Erin is quiet.' 'Harry is furry.' 'Harry is kind.' 'Harry is red.'
'Harry is smart.'] | ['If someone is furry then they are cold.' 'Cold people are quiet.'] | Harry is not quiet. | False | 1 | 3 | [array(['Harry is furry.'], dtype=object)] | [array(['If someone is furry then they are cold.',
'Cold people are quiet.'], dtype=object) ] |
15,407 | ['Anne is big.' 'Anne is kind.' 'Anne is smart.'] | ['If someone is nice and quiet then they are big.'
'If Anne is kind then Anne is big.' 'Quiet people are green.'
'If someone is quiet then they are nice.'
'If someone is smart then they are nice.'
'If someone is nice then they are quiet.' 'All kind people are round.'
'Nice, kind people are round.'] | Anne is not green. | False | 3 | 4 | [array(['Anne is smart.'], dtype=object)] | [array(['If someone is smart then they are nice.',
'If someone is nice then they are quiet.',
'Quiet people are green.'], dtype=object) ] |
15,408 | ['Bob is big.' 'Bob is blue.' 'Bob is cold.' 'Bob is quiet.'
'Bob is rough.' 'Bob is smart.' 'Bob is white.' 'Dave is rough.'
'Fiona is blue.' 'Harry is big.' 'Harry is cold.'] | ['If someone is blue then they are cold.'
'If someone is big then they are white.'
'If Bob is rough and Bob is blue then Bob is big.'
'All blue, smart people are big.'
'If someone is blue and rough then they are quiet.'
'All smart people are blue.' 'Cold people are rough.'
'If someone is quiet then they are big.'] | Dave is cold. | Unknown | 1 | -1 | [] | [] |
15,409 | ['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 cold. | True | 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,410 | ['The bald eagle visits the lion.' 'The cow is round.' 'The lion is kind.'
'The squirrel is nice.'] | ['If someone visits the lion then the lion is round.'
'If the cow is kind and the cow likes the squirrel then the squirrel is nice.'
'If someone is round then they need the cow.'] | The lion does not need the cow. | False | 1 | 3 | [array(['The bald eagle visits the lion.'], dtype=object)] | [array(['If someone visits the lion then the lion is round.',
'If someone is round then they need the cow.'], dtype=object)] |
15,411 | ['Bob is big.' 'Erin is round.' 'Erin is white.' 'Fiona is round.'
'Harry is blue.' 'Harry is kind.' 'Harry is round.'] | ['Young things are blue.' 'Round things are young.'] | Bob is not blue. | Unknown | 1 | -1 | [] | [] |
15,412 | ['Bob is furry.' 'Bob is rough.' 'Bob is round.' 'Bob is white.'
'Bob is young.' 'Erin is not quiet.' 'Erin is rough.' 'Erin is white.'
'Harry is quiet.' 'Harry is red.' 'Harry is round.' 'Harry is young.'] | ['If Harry is round then Harry is not white.'
'If Erin is young and Erin is furry then Erin is quiet.'
'If Harry is furry then Harry is quiet.'
'If Erin is quiet then Erin is not young.'
'If someone is young then they are red.' 'All rough people are furry.'
'All white people are rough.'
'If someone is quiet and not white then they are not rough.'] | Harry is rough. | False | 1 | 4 | [array(['Harry is quiet.', 'Harry is round.'], dtype=object)] | [array(['If Harry is round then Harry is not white.',
'If someone is quiet and not white then they are not rough.'],
dtype=object) ] |
15,413 | ['Anne is furry.' 'Bob is cold.' 'Charlie is rough.'] | ['If someone is rough and round then they are cold.'
'Green, rough people are round.'
'If someone is rough then they are green.'
'If someone is round then they are furry.' 'All smart people are round.'
'If someone is smart then they are rough.'] | Bob is round. | Unknown | 1 | -1 | [] | [] |
15,414 | ['The bald eagle is not blue.' 'The bald eagle is nice.'
'The bald eagle likes the bear.'
'The bald eagle does not like the tiger.'
'The bald eagle visits the bear.' 'The bear is not blue.'
'The bear likes the bald eagle.' 'The bear likes the tiger.'
'The bear needs the tiger.' 'The tiger likes the bald eagle.'
'The tiger does not like the bear.'
'The tiger does not need the bald eagle.'] | ['If something needs the bear and it visits the bald eagle then it likes the tiger.'
'If something is kind and it visits the bear then it does not like the bear.'
'If something visits the tiger and it is blue then it needs the tiger.'
'If something needs the bald eagle and it is not round then it needs the tiger.'
'If something visits the bear and it needs the tiger then the tiger is kind.'
'If something visits the bear and it needs the tiger then the bear likes the tiger.'
'If the bear does not need the tiger then the bear likes the tiger.'
'If the bear visits the bald eagle and the bald eagle is nice then the bear likes the tiger.'] | The tiger is not kind. | Unknown | 1 | -1 | [] | [] |
15,415 | ['The bald eagle likes the cat.' 'The bald eagle visits the rabbit.'
'The cat needs the bald eagle.' 'The cat needs the cow.'
'The cat visits the rabbit.' 'The cow likes the bald eagle.'
'The cow likes the rabbit.' 'The cow visits the bald eagle.'
'The rabbit is green.' 'The rabbit is red.' 'The rabbit needs the cat.'] | ['If someone needs the bald eagle and they are red then they visit the cow.'
'If someone needs the bald eagle then the bald eagle needs the rabbit.'
'If someone needs the cat then they like the bald eagle.'
'If someone needs the bald eagle then they are red.'
'If someone is green then they need the bald eagle.'
'If someone likes the bald eagle and they need the bald eagle then the bald eagle visits the rabbit.'
'If the cat likes the bald eagle then the bald eagle visits the cow.'
'If someone visits the cow then they need the cat.'
'If the cow is rough and the cow is nice then the cow is red.'] | The bald eagle is not red. | Unknown | 1 | -1 | [] | [] |
15,416 | ['Anne is round.' 'Anne is young.' 'Dave is cold.' 'Dave is not quiet.'
'Dave is red.' 'Dave is rough.' 'Dave is round.' 'Erin is quiet.'
'Erin is not rough.' 'Fiona is cold.' 'Fiona is quiet.' 'Fiona is smart.'] | ['All round, young people are quiet.' 'All smart people are cold.'
'If Anne is quiet and Anne is cold then Anne is rough.'
'If Dave is quiet and Dave is rough then Dave is smart.'
'All quiet people are red.'
'If someone is red and round then they are smart.'] | Anne is red. | True | 1 | 4 | [array(['Anne is round.', 'Anne is young.'], dtype=object)] | [array(['All round, young people are quiet.', 'All quiet people are red.'],
dtype=object) ] |
15,417 | ['The cow needs the tiger.' 'The cow sees the mouse.' 'The mouse is nice.'
'The mouse likes the cow.' 'The mouse needs the cow.' 'The tiger is big.'
'The tiger is cold.' 'The tiger is red.' 'The tiger is round.'
'The tiger likes the cow.' 'The tiger needs the cow.'
'The tiger sees the cow.'] | ['If something likes the cow then it is nice.'
'If something is cold and it sees the tiger then the tiger sees the cow.'
'If something needs the cow and it sees the cow then the cow sees the tiger.'
'If something needs the cow and the cow is nice then the cow is red.'
'If the cow likes the tiger and the cow needs the mouse then the tiger is red.'
'If something sees the cow and the cow sees the tiger then the cow is red.'] | The cow is red. | True | 1 | 5 | [array(['The tiger sees the cow.', 'The tiger needs the cow.',
'The tiger sees the cow.'], dtype=object) ] | [array(['If something needs the cow and it sees the cow then the cow sees the tiger.',
'If something sees the cow and the cow sees the tiger then the cow is red.'],
dtype=object) ] |
15,418 | ['The bear does not chase the rabbit.' 'The bear does not see the cow.'
'The cow is big.' 'The cow is green.' 'The cow likes the rabbit.'
'The mouse chases the cow.' 'The mouse chases the rabbit.'
'The mouse is big.' 'The mouse is red.' 'The mouse likes the cow.'
'The mouse likes the rabbit.' 'The rabbit chases the cow.'] | ['If someone is big then they see the cow.'
'If someone likes the mouse then the mouse sees the bear.'
'If someone chases the rabbit then the rabbit sees the cow.'
'If someone chases the mouse then they see the bear.'
'If someone chases the cow and they are not green then the cow chases the bear.'
'If someone sees the cow and they are big then the cow chases the mouse.'
'If the bear is big and the bear likes the rabbit then the bear chases the mouse.'
'If the cow does not chase the bear and the cow is not green then the cow likes the bear.'] | The cow does not chase the mouse. | False | 1 | 4 | [array(['The cow is big.', 'The cow is big.'], dtype=object)
array(['The mouse is big.', 'The mouse is big.'], dtype=object)] | [array(['If someone is big then they see the cow.',
'If someone sees the cow and they are big then the cow chases the mouse.'],
dtype=object)
array(['If someone is big then they see the cow.',
'If someone sees the cow and they are big then the cow chases the mouse.'],
dtype=object) ] |
15,419 | ['Anne is smart.' 'Charlie is big.' 'Charlie is nice.' 'Gary is green.'
'Harry is furry.' 'Harry is nice.' 'Harry is red.'] | ['All furry people are kind.' 'If Charlie is big then Charlie is green.'
'If someone is kind then they are big.' 'Kind, green people are big.'
'Smart people are furry.' 'If someone is green then they are kind.'
'All big, nice people are kind.' 'All smart, nice people are red.'
'Big, kind people are nice.'] | Gary is big. | True | 1 | 3 | [array(['Gary is green.'], dtype=object)
array(['Gary is green.', 'Gary is green.'], dtype=object)] | [array(['If someone is green then they are kind.',
'If someone is kind then they are big.'], dtype=object)
array(['If someone is green then they are kind.',
'Kind, green people are big.'], dtype=object)] |
15,420 | ['Anne is blue.' 'Anne is young.' 'Bob is young.' 'Charlie is not blue.'
'Charlie is cold.' 'Charlie is quiet.' 'Dave is furry.' 'Dave is kind.'
'Dave is smart.' 'Dave is young.'] | ['All blue things are furry.'
'If Anne is smart and Anne is not quiet then Anne is cold.'
'All cold things are young.'
'If something is smart and not blue then it is not young.'
'Furry things are young.' 'Furry things are kind.'
'If Dave is cold and Dave is young then Dave is furry.'
'If something is kind and not blue then it is cold.'] | Bob is kind. | Unknown | 1 | -1 | [] | [] |
15,421 | ['Bob is kind.' 'Charlie is green.' 'Charlie is kind.' 'Charlie is young.'
'Dave is young.' 'Erin is big.' 'Erin is young.'] | ['All white, green people are young.' 'All rough, kind people are big.'
'If someone is green then they are young.' 'Young people are rough.'
'Big, rough people are furry.' 'Kind people are green.'] | Bob is not rough. | False | 3 | 4 | [array(['Bob is kind.'], dtype=object)] | [array(['Kind people are green.',
'If someone is green then they are young.',
'Young people are rough.'], dtype=object) ] |
15,422 | ['Fiona is blue.' 'Fiona is green.' 'Fiona is nice.' 'Fiona is quiet.'
'Fiona is smart.' 'Fiona is white.' 'Gary is green.' 'Gary is nice.'
'Harry is green.' 'Harry is nice.' 'Harry is rough.' 'Harry is white.'] | ['If Gary is smart then Gary is quiet.' 'Smart things are rough.'
'Smart, blue things are nice.'
'If something is white and rough then it is smart.'
'White, quiet things are blue.' 'Green, quiet things are smart.'
'Nice things are white.' 'If something is green then it is quiet.'] | Gary is smart. | True | 1 | 4 | [array(['Gary is green.', 'Gary is green.'], dtype=object)] | [array(['If something is green then it is quiet.',
'Green, quiet things are smart.'], dtype=object)] |
15,423 | ['Bob is quiet.' 'Bob is red.' 'Fiona is white.' 'Fiona is young.'
'Gary is quiet.' 'Gary is round.' 'Gary is white.' 'Gary is young.'
'Harry is quiet.' 'Harry is red.' 'Harry is smart.' 'Harry is young.'] | ['Round, red people are quiet.'
'If someone is round and white then they are rough.'
'If someone is red and rough then they are quiet.'
'If someone is red then they are rough.' 'Rough, quiet people are smart.'
'If someone is quiet then they are round.'
'If Bob is rough and Bob is red then Bob is smart.'
'If someone is round then they are smart.'] | Fiona is not round. | Unknown | 1 | -1 | [] | [] |
15,424 | ['Bob is not cold.' 'Bob is furry.' 'Bob is round.' 'Charlie is big.'
'Charlie is furry.' 'Charlie is quiet.' 'Charlie is red.'
'Charlie is not white.' 'Erin is big.' 'Gary is big.' 'Gary is quiet.'] | ['If someone is red and cold then they are furry.'
'All furry people are round.'
'If Charlie is furry then Charlie is round.' 'Big people are red.'
'Round people are quiet.' 'If someone is red then they are cold.'] | Gary is furry. | True | 3 | 6 | [array(['Gary is big.', 'Gary is big.'], dtype=object)] | [array(['Big people are red.', 'Big people are red.',
'If someone is red then they are cold.',
'If someone is red and cold then they are furry.'], dtype=object)] |
15,425 | ['The mouse needs the squirrel.' 'The rabbit eats the squirrel.'
'The squirrel chases the rabbit.'] | ['If someone eats the squirrel then they eat the rabbit.'
'If someone is young then they eat the rabbit.'
'If someone chases the rabbit then the rabbit eats the squirrel.'
'If someone chases the mouse then the mouse does not chase the squirrel.'
'If the rabbit does not chase the mouse then the rabbit needs the mouse.'
'If the squirrel needs the mouse and the squirrel is not young then the mouse chases the rabbit.'
'If someone eats the squirrel then the squirrel chases the mouse.'
'If someone needs the squirrel and they are not cold then they need the mouse.'] | The mouse chases the squirrel. | False | 1 | 3 | [array(['The rabbit eats the squirrel.'], dtype=object)
array(['The squirrel chases the rabbit.'], dtype=object)] | [array(['If someone eats the squirrel then the squirrel chases the mouse.',
'If someone chases the mouse then the mouse does not chase the squirrel.'],
dtype=object)
array(['If someone chases the rabbit then the rabbit eats the squirrel.',
'If someone eats the squirrel then the squirrel chases the mouse.',
'If someone chases the mouse then the mouse does not chase the squirrel.'],
dtype=object) ] |
15,426 | ['The bald eagle eats the bear.' 'The bald eagle eats the tiger.'
'The bald eagle needs the mouse.' 'The bear is kind.'
'The bear likes the mouse.' 'The mouse likes the bear.'
'The mouse needs the bear.' 'The tiger is young.'
'The tiger likes the bear.' 'The tiger likes the mouse.'] | ['If someone needs the bald eagle then they eat the bear.'
'If someone likes the bear and they eat the mouse then they like the mouse.'
'If someone eats the mouse then they need the bear.'
'If someone needs the bald eagle then they are red.'
'If the bear is young then the bear likes the mouse.'
'If someone likes the bald eagle then the bald eagle is young.'
'If someone eats the bear then the bear needs the mouse.'
'If someone eats the bear then the bear likes the bald eagle.'] | The bald eagle is not young. | False | 1 | 3 | [array(['The bald eagle eats the bear.'], dtype=object)] | [array(['If someone eats the bear then the bear likes the bald eagle.',
'If someone likes the bald eagle then the bald eagle is young.'],
dtype=object) ] |
15,427 | ['The dog is rough.' 'The dog likes the lion.' 'The lion eats the dog.'] | ['If the dog is big and the dog likes the lion then the lion is kind.'
'If someone eats the dog then they are not young.'
'Rough people are big.'
'If the lion needs the dog and the dog is kind then the dog is big.'
'If someone needs the dog then the dog needs the lion.'
'If the lion is kind then the lion likes the dog.'] | The lion is kind. | True | 1 | 4 | [array(['The dog is rough.', 'The dog likes the lion.'], dtype=object)] | [array(['Rough people are big.',
'If the dog is big and the dog likes the lion then the lion is kind.'],
dtype=object) ] |
15,428 | ['Anne is cold.' 'Anne is kind.' 'Anne is round.' 'Anne is smart.'
'Anne is young.' 'Erin is cold.' 'Erin is round.' 'Erin is smart.'
'Gary is cold.' 'Gary is kind.' 'Gary is rough.' 'Gary is round.'
'Gary is smart.' 'Gary is white.' 'Gary is young.' 'Harry is cold.'] | ['If someone is kind then they are round.' 'Young, cold people are white.'
'All white people are young.' 'All cold people are white.'
'All round people are smart.'
'If someone is young and cold then they are kind.'
'All round people are kind.' 'All young people are rough.'] | Erin is not rough. | False | 3 | 4 | [array(['Erin is cold.'], dtype=object)] | [array(['All cold people are white.', 'All white people are young.',
'All young people are rough.'], dtype=object) ] |
15,429 | ['Bob is big.' 'Bob is quiet.' 'Erin is white.' 'Gary is big.'
'Gary is red.' 'Harry is green.' 'Harry is smart.'] | ['If someone is smart and big then they are white.'
'All quiet, red people are smart.'
'If someone is smart and white then they are green.'
'Red, round people are quiet.' 'If someone is big then they are round.'
'If Erin is round and Erin is quiet then Erin is smart.'
'If someone is red and green then they are big.'] | Erin is not round. | Unknown | 1 | -1 | [] | [] |
15,430 | ['The bald eagle does not eat the lion.'
'The bald eagle does not eat the mouse.' 'The bald eagle is blue.'
'The bald eagle is kind.' 'The bald eagle is rough.'
'The bald eagle visits the lion.' 'The bald eagle visits the mouse.'
'The cat eats the bald eagle.' 'The cat likes the lion.'
'The cat does not visit the bald eagle.' 'The cat visits the mouse.'
'The lion visits the bald eagle.' 'The mouse does not eat the lion.'
'The mouse is big.' 'The mouse likes the cat.'
'The mouse visits the lion.'] | ['If something visits the cat and the cat visits the lion then the lion eats the mouse.'
'If the cat eats the lion then the cat does not like the lion.'
'If something visits the lion then it visits the mouse.'
'If the bald eagle eats the cat and the cat visits the mouse then the mouse is red.'
'Red things are blue.'
'If something visits the bald eagle then the bald eagle eats the cat.'
'If something is kind and it likes the lion then it eats the mouse.'
'If something eats the bald eagle and it does not visit the mouse then the mouse likes the lion.'] | The mouse is not red. | False | 1 | 4 | [array(['The lion visits the bald eagle.', 'The cat visits the mouse.'],
dtype=object) ] | [array(['If something visits the bald eagle then the bald eagle eats the cat.',
'If the bald eagle eats the cat and the cat visits the mouse then the mouse is red.'],
dtype=object) ] |
15,431 | ['Anne is cold.' 'Dave is big.' 'Erin is blue.' 'Harry is not cold.'] | ['If Dave is white then Dave is kind.'
'If Erin is blue then Erin is not big.' 'Round things are furry.'
'If something is white and not furry then it is not cold.'
'Cold, furry things are big.' 'If something is big then it is kind.'] | Harry is kind. | Unknown | 1 | -1 | [] | [] |
15,432 | ['The cat is round.' 'The cat needs the rabbit.'
'The cat visits the tiger.' 'The rabbit needs the cat.'
'The rabbit needs the tiger.' 'The tiger is nice.' 'The tiger is red.'] | ['If something is red then it visits the rabbit.'
'If the rabbit is kind then the rabbit likes the tiger.'
'If something is red then it is round.'
'If something needs the tiger then it needs the cat.'
'If something needs the tiger then it is round.'
'If the rabbit is round then the rabbit is kind.'] | The rabbit is not kind. | False | 1 | 3 | [array(['The rabbit needs the tiger.'], dtype=object)] | [array(['If something needs the tiger then it is round.',
'If the rabbit is round then the rabbit is kind.'], dtype=object)] |
15,433 | ['Charlie is kind.' 'Charlie is quiet.' 'Erin is blue.' 'Erin is green.'
'Erin is red.' 'Erin is rough.' 'Erin is round.' 'Fiona is quiet.'
'Harry is blue.' 'Harry is green.' 'Harry is quiet.' 'Harry is red.'] | ['Round, green things are rough.' 'Red things are round.'
'If something is quiet then it is kind.' 'Blue, rough things are green.'
'Round things are blue.' 'If something is rough then it is red.'
'All kind things are green.' 'If something is blue then it is rough.'
'If something is quiet and green then it is rough.'] | Fiona is green. | True | 1 | 3 | [array(['Fiona is quiet.'], dtype=object)] | [array(['If something is quiet then it is kind.',
'All kind things are green.'], dtype=object)] |
15,434 | ['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 visits the tiger. | True | 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,435 | ['Anne is furry.' 'Anne is kind.' 'Charlie is furry.' 'Charlie is white.'
'Dave is kind.' 'Fiona is furry.' 'Fiona is green.'] | ['White, kind things are green.'
'If something is green and furry then it is round.'
'If something is round then it is young.'
'All young, round things are white.' 'White, kind things are young.'
'If something is white and furry then it is green.'
'If Dave is young then Dave is kind.'
'If Charlie is kind and Charlie is furry then Charlie is round.'] | Charlie is not round. | False | 1 | 5 | [array(['Charlie is white.', 'Charlie is furry.', 'Charlie is furry.'],
dtype=object) ] | [array(['If something is white and furry then it is green.',
'If something is green and furry then it is round.'], dtype=object)] |
15,436 | ['Bob is blue.' 'Bob is round.' 'Bob is not smart.'
'Charlie is not smart.' 'Dave is round.' 'Harry is big.'
'Harry is smart.'] | ['Round, blue things are not red.'
'If something is furry and round then it is cold.'
'Smart things are furry.' 'Cold, round things are smart.'
'All cold things are blue.' 'Furry, big things are round.'] | Bob is cold. | Unknown | 1 | -1 | [] | [] |
15,437 | ['Charlie is quiet.' 'Fiona is cold.' 'Fiona is smart.'] | ['All big people are round.'
'If someone is quiet and nice then they are blue.'
'Big, smart people are quiet.' 'All smart people are big.'
'Big people are smart.'
'If Fiona is nice and Fiona is round then Fiona is cold.'
'Nice people are big.' 'If someone is blue then they are big.'] | Fiona is quiet. | True | 1 | 4 | [array(['Fiona is smart.', 'Fiona is smart.'], dtype=object)] | [array(['All smart people are big.', 'Big, smart people are quiet.'],
dtype=object) ] |
15,438 | ['The bear eats the squirrel.' 'The bear is cold.' 'The bear is rough.'
'The bear visits the lion.' 'The cat eats the lion.'
'The lion likes the cat.' 'The lion visits the bear.'
'The squirrel eats the lion.' 'The squirrel is cold.'
'The squirrel is rough.' 'The squirrel likes the bear.'
'The squirrel visits the lion.'] | ['Red people are green.' 'If someone eats the lion then the lion is red.'
'If someone is green and they like the lion then they eat the bear.'
'If someone visits the bear then the bear likes the lion.'
'If someone likes the squirrel and they like the lion then they visit the lion.'
'If someone is green then they eat the squirrel.'
'If someone likes the lion then they visit the bear.'
'If someone visits the lion and the lion is green then they are red.'] | The cat is not green. | Unknown | 3 | -1 | [] | [] |
15,439 | ['Harry is big.' 'Harry is blue.' 'Harry is white.'] | ['If Harry is big and Harry is smart then Harry is furry.'
'All white, blue things are nice.' 'Nice things are smart.'] | Harry is smart. | True | 1 | 4 | [array(['Harry is white.', 'Harry is blue.'], dtype=object)] | [array(['All white, blue things are nice.', 'Nice things are smart.'],
dtype=object) ] |
15,440 | ['Bob is round.' 'Dave is young.' 'Erin is blue.'] | ['All blue, cold things are rough.' 'All quiet things are blue.'
'Young, rough things are cold.' 'All white things are quiet.'
'If something is cold and young then it is blue.'
'Young things are white.'] | Dave is not blue. | False | 3 | 4 | [array(['Dave is young.'], dtype=object)] | [array(['Young things are white.', 'All white things are quiet.',
'All quiet things are blue.'], dtype=object) ] |
15,441 | ['Anne is blue.' 'Anne is furry.' 'Anne is quiet.' 'Anne is rough.'
'Harry is blue.' 'Harry is nice.' 'Harry is rough.'] | ['If someone is furry and cold then they are blue.'
'If someone is round and quiet then they are nice.'
'All quiet people are furry.' 'All furry people are cold.'
'If Anne is furry and Anne is cold then Anne is nice.'
'All cold, blue people are rough.'] | Anne is not nice. | False | 1 | 4 | [array(['Anne is furry.', 'Anne is furry.'], dtype=object)
array(['Anne is quiet.', 'Anne is furry.'], dtype=object)
array(['Anne is furry.', 'Anne is quiet.'], dtype=object)
array(['Anne is quiet.', 'Anne is quiet.'], dtype=object)] | [array(['All furry people are cold.',
'If Anne is furry and Anne is cold then Anne is nice.'],
dtype=object)
array(['All quiet people are furry.', 'All furry people are cold.',
'If Anne is furry and Anne is cold then Anne is nice.'],
dtype=object)
array(['All quiet people are furry.', 'All furry people are cold.',
'If Anne is furry and Anne is cold then Anne is nice.'],
dtype=object)
array(['All quiet people are furry.', 'All quiet people are furry.',
'All furry people are cold.',
'If Anne is furry and Anne is cold then Anne is nice.'],
dtype=object) ] |
15,442 | ['The squirrel is big.'] | ['If something is red and not big then it is nice.'
'All red, kind things are nice.'
'If something is round and not big then it is kind.'
'Round things are kind.' 'All red things are kind.'
'If something is nice and red then it is round.'
'All big things are round.' 'If something is round then it is red.'] | The squirrel is red. | True | 1 | 3 | [array(['The squirrel is big.'], dtype=object)] | [array(['All big things are round.',
'If something is round then it is red.'], dtype=object)] |
15,443 | ['Charlie is big.' 'Charlie is cold.' 'Charlie is red.'
'Charlie is smart.' 'Erin is nice.' 'Erin is quiet.' 'Erin is red.'
'Erin is smart.' 'Fiona is big.' 'Fiona is white.' 'Harry is cold.'
'Harry is red.'] | ['Cold things are quiet.' 'Quiet things are nice.'
'If Harry is white and Harry is smart then Harry is quiet.'
'If something is red then it is white.'
'If Fiona is red then Fiona is cold.' 'Nice things are big.'] | Charlie is not nice. | False | 1 | 3 | [array(['Charlie is cold.'], dtype=object)] | [array(['Cold things are quiet.', 'Quiet things are nice.'], dtype=object)] |
15,444 | ['Dave is blue.' 'Dave is nice.' 'Dave is red.' 'Dave is smart.'
'Dave is young.' 'Erin is blue.' 'Gary is red.' 'Harry is blue.'
'Harry is furry.' 'Harry is nice.' 'Harry is rough.' 'Harry is smart.'] | ['All blue people are rough.' 'Rough, nice people are red.'
'All red people are blue.'
'If someone is blue and smart then they are nice.'
'All furry, blue people are smart.'
'If someone is blue and red then they are furry.'] | Gary is not rough. | False | 1 | 3 | [array(['Gary is red.'], dtype=object)] | [array(['All red people are blue.', 'All blue people are rough.'],
dtype=object) ] |
15,445 | ['The dog eats the squirrel.' 'The dog is blue.' 'The dog is round.'
'The dog is young.' 'The dog likes the squirrel.'
'The dog needs the squirrel.' 'The squirrel is blue.'
'The squirrel is young.' 'The squirrel likes the dog.'
'The squirrel needs the dog.'] | ['If something needs the dog then it eats the dog.'
'If something likes the dog then it likes the squirrel.'
'All young things are blue.'
'If something needs the squirrel then the squirrel likes the dog.'
'If something eats the dog then it is green.'
'If something needs the dog then it is round.'] | The dog is not green. | Unknown | 1 | -1 | [] | [] |
15,446 | ['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.'] | Erin is nice. | Unknown | 1 | -1 | [] | [] |
15,447 | ['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 big. | False | 3 | 5 | [array(['Charlie is nice.', 'Charlie is nice.'], dtype=object)] | [array(['All nice people are kind.', 'All nice, kind people are round.',
'If someone is round then they are big.'], dtype=object) ] |
15,448 | ['The bald eagle is blue.' 'The bald eagle is red.'
'The bald eagle likes the lion.' 'The bald eagle needs the bear.'
'The bald eagle needs the dog.' 'The bear is not blue.'
'The bear is nice.' 'The bear needs the dog.'
'The dog chases the bald eagle.' 'The dog is red.'
'The dog does not need the bear.' 'The lion does not like the bear.'] | ['If something likes the lion and it is not red then it chases the lion.'
'If something is red and it needs the bald eagle then the bald eagle needs the lion.'
'If something is round then it does not like the dog.'
'If the bald eagle needs the dog then the dog is round.'
'If something likes the dog then it likes the bald eagle.'
'If something chases the lion and the lion likes the dog then the dog does not like the lion.'
'If the bear likes the lion then the lion likes the dog.'
'If something likes the bear then the bear likes the lion.'
'If something is round then it likes the bear.'] | The dog does not like the dog. | True | 1 | 3 | [array(['The bald eagle needs the dog.'], dtype=object)] | [array(['If the bald eagle needs the dog then the dog is round.',
'If something is round then it does not like the dog.'],
dtype=object) ] |
15,449 | ['The cat sees the cow.' 'The cow sees the cat.' 'The dog needs the cow.'] | ['If the cow needs the cat then the cat needs the cow.'
'If someone chases the cat and the cat is big then they are blue.'
'If someone is blue then they chase the cat.'
'If someone chases the cow then the cow is blue.'
'If the cat sees the cow then the cat chases the cow.'
'If someone chases the cow and they need the dog then the dog sees the cow.'] | The dog does not chase the cat. | Unknown | 1 | -1 | [] | [] |
15,450 | ['The cow sees the tiger.' 'The tiger chases the cow.'
'The tiger likes the cow.'] | ['If something likes the cow then it chases the cow.'
'If something sees the tiger then the tiger is rough.'
'If something sees the cow and the cow is big then the cow sees the tiger.'
'If something is rough then it sees the tiger.'
'If something is cold and nice then it chases the cow.'
'If something sees the tiger then it sees the cow.'] | The tiger sees the tiger. | True | 1 | 3 | [array(['The cow sees the tiger.'], dtype=object)] | [array(['If something sees the tiger then the tiger is rough.',
'If something is rough then it sees the tiger.'], dtype=object)] |
15,451 | ['The rabbit eats the tiger.' 'The rabbit is green.' 'The rabbit is red.'
'The rabbit likes the tiger.' 'The tiger eats the rabbit.'
'The tiger is big.' 'The tiger is green.' 'The tiger is not kind.'
'The tiger is nice.' 'The tiger is red.' 'The tiger likes the rabbit.'
'The tiger sees the rabbit.'] | ['All red things are nice.'
'If the tiger sees the rabbit then the tiger likes the rabbit.'
'If something eats the tiger and it is nice then it sees the tiger.'
'If something is big and it likes the rabbit then it sees the tiger.'
'If the tiger is not red then the tiger sees the rabbit.'
'If something likes the rabbit then it sees the rabbit.'] | The rabbit sees the tiger. | True | 1 | 4 | [array(['The rabbit eats the tiger.', 'The rabbit is red.'], dtype=object)] | [array(['All red things are nice.',
'If something eats the tiger and it is nice then it sees the tiger.'],
dtype=object) ] |
15,452 | ['The bear is red.'] | ['All round, big things are red.'
'If something is rough and not round then it is big.'
'All round things are not big.' 'All red things are big.'
'If something is young and not round then it is not rough.'
'If the bear is big then the bear is rough.'] | The bear is not rough. | False | 1 | 3 | [array(['The bear is red.'], dtype=object)] | [array(['All red things are big.',
'If the bear is big then the bear is rough.'], dtype=object)] |
15,453 | ['The bald eagle eats the bear.' 'The bald eagle sees the bear.'
'The bear is big.'] | ['If the bald eagle is blue then the bald eagle eats the bear.'
'If something eats the bear then it eats the bald eagle.'
'If something eats the bald eagle then it is blue.'] | The bald eagle is not blue. | False | 1 | 3 | [array(['The bald eagle eats the bear.'], dtype=object)] | [array(['If something eats the bear then it eats the bald eagle.',
'If something eats the bald eagle then it is blue.'], dtype=object)] |
15,454 | ['Charlie is big.' 'Charlie is cold.' 'Charlie is nice.'
'Charlie is young.' 'Dave is big.' 'Dave is nice.' 'Fiona is big.'
'Fiona is nice.' 'Gary is cold.' 'Gary is nice.'] | ['All rough, young things are red.' 'All rough, cold things are young.'
'All nice, red things are round.'
'If Charlie is cold and Charlie is rough then Charlie is young.'
'All round, red things are rough.' 'All cold, big things are red.'
'Cold things are big.' 'If Dave is rough then Dave is cold.'
'If Fiona is cold then Fiona is red.'] | Fiona is not red. | Unknown | 1 | -1 | [] | [] |
15,455 | ['Bob is quiet.' 'Bob is white.' 'Dave is kind.' 'Dave is red.'
'Dave is young.' 'Fiona is red.' 'Fiona is round.' 'Gary is quiet.'
'Gary is red.' 'Gary is round.'] | ['White things are round.'
'If something is kind and white then it is green.'
'All young things are kind.' 'All round things are young.'
'All quiet, kind things are white.' 'Quiet, green things are red.'
'Young, quiet things are kind.' 'All quiet, red things are kind.'
'If Gary is young then Gary is round.'] | Dave is green. | Unknown | 1 | -1 | [] | [] |
15,456 | ['Gary is cold.' 'Gary is nice.' 'Gary is quiet.' 'Harry is blue.'
'Harry is cold.' 'Harry is nice.' 'Harry is quiet.' 'Harry is red.'
'Harry is rough.' 'Harry is smart.'] | ['All rough people are red.' 'Nice, blue people are rough.'
'All red people are cold.' 'If Gary is blue then Gary is cold.'
'If Gary is nice then Gary is rough.' 'All nice people are quiet.'
'If someone is smart then they are rough.' 'All cold people are rough.'] | Gary is not red. | False | 1 | 3 | [array(['Gary is cold.'], dtype=object)
array(['Gary is nice.'], dtype=object)] | [array(['All cold people are rough.', 'All rough people are red.'],
dtype=object)
array(['If Gary is nice then Gary is rough.', 'All rough people are red.'],
dtype=object) ] |
15,457 | ['The tiger is round.'] | ['All green things are kind.' 'All kind things are rough.'
'All round things are kind.' 'Rough things are cold.'
'All cold, round things are kind.' 'Round, cold things are rough.'] | The tiger is not cold. | False | 3 | 4 | [array(['The tiger is round.'], dtype=object)] | [array(['All round things are kind.', 'All kind things are rough.',
'Rough things are cold.'], dtype=object) ] |
15,458 | ['Charlie is not kind.' 'Charlie is nice.' 'Charlie is not rough.'
'Charlie is white.' 'Erin is cold.' 'Erin is rough.' 'Erin is white.'
'Fiona is cold.' 'Fiona is quiet.' 'Fiona is rough.' 'Gary is cold.'
'Gary is kind.' 'Gary is quiet.' 'Gary is red.' 'Gary is rough.'
'Gary is white.'] | ['If something is cold and kind then it is red.'
'All white things are quiet.' 'Cold things are quiet.'
'If something is quiet then it is white.'
'If Charlie is rough and Charlie is red then Charlie is not cold.'
'If something is cold and quiet then it is kind.'] | Erin is not kind. | False | 1 | 4 | [array(['Erin is cold.', 'Erin is cold.'], dtype=object)
array(['Erin is cold.', 'Erin is white.'], dtype=object)] | [array(['Cold things are quiet.',
'If something is cold and quiet then it is kind.'], dtype=object)
array(['All white things are quiet.',
'If something is cold and quiet then it is kind.'], dtype=object)] |
15,459 | ['The bear chases the dog.' 'The bear is blue.' 'The bear is rough.'
'The bear needs the dog.' 'The bear sees the dog.'
'The dog chases the bear.' 'The dog is blue.' 'The dog is red.'
'The dog is rough.' 'The dog sees the bear.'] | ['If something sees the bear and it needs the bear then it sees the dog.'
'If something is red then it needs the dog.'
'If something sees the bear then it is blue.'
'If the dog sees the bear and the dog needs the bear then the dog is big.'
'If something needs the dog then it needs the bear.'
'If something is rough then it chases the dog.'] | The dog sees the dog. | True | 3 | 5 | [array(['The dog sees the bear.', 'The dog is red.'], dtype=object)] | [array(['If something is red then it needs the dog.',
'If something needs the dog then it needs the bear.',
'If something sees the bear and it needs the bear then it sees the dog.'],
dtype=object) ] |
15,460 | ['Bob is blue.' 'Bob is kind.' 'Bob is nice.' 'Bob is red.'
'Bob is white.' 'Gary is blue.' 'Gary is kind.' 'Gary is nice.'
'Gary is red.' 'Gary is round.' 'Gary is white.' 'Gary is young.'] | ['Kind, white things are round.' 'If something is nice then it is round.'
'All round things are young.'] | Bob is young. | True | 1 | 3 | [array(['Bob is nice.'], dtype=object)
array(['Bob is kind.', 'Bob is white.'], dtype=object)] | [array(['If something is nice then it is round.',
'All round things are young.'], dtype=object)
array(['Kind, white things are round.', 'All round things are young.'],
dtype=object) ] |
15,461 | ['Anne is big.' 'Anne is green.' 'Anne is nice.' 'Anne is red.'
'Anne is round.' 'Fiona is green.' 'Fiona is white.'] | ['All nice people are round.' 'All white people are nice.'] | Fiona is not round. | False | 1 | 3 | [array(['Fiona is white.'], dtype=object)] | [array(['All white people are nice.', 'All nice people are round.'],
dtype=object) ] |
15,462 | ['Bob is blue.' 'Bob is furry.' 'Bob is smart.' 'Fiona is furry.'
'Fiona is red.' 'Fiona is rough.' 'Fiona is white.'] | ['Furry people are red.' 'If someone is red then they are rough.'
'If Bob is white and Bob is smart then Bob is rough.'
'All furry, blue people are rough.' 'All white people are red.'
'If someone is red and blue then they are round.'
'If Bob is blue and Bob is round then Bob is white.'
'If Bob is blue and Bob is furry then Bob is rough.'] | Bob is not round. | False | 1 | 4 | [array(['Bob is furry.', 'Bob is blue.'], dtype=object)] | [array(['Furry people are red.',
'If someone is red and blue then they are round.'], dtype=object)] |
15,463 | ['Charlie is green.' 'Charlie is not kind.' 'Charlie is red.'
'Charlie is smart.' 'Fiona is furry.' 'Fiona is kind.' 'Fiona is rough.'
'Harry is green.' 'Harry is red.' 'Harry is not round.'] | ['If someone is green and kind then they are rough.'
'If Fiona is kind then Fiona is rough.'
'If someone is rough and smart then they are round.'
'If someone is furry and not green then they are red.'
'If someone is smart and not rough then they are not furry.'
'If someone is round then they are furry.'
'If someone is rough and not kind then they are smart.'
'If someone is furry then they are smart.'] | Fiona is not round. | False | 1 | 4 | [array(['Fiona is rough.', 'Fiona is furry.'], dtype=object)
array(['Fiona is kind.', 'Fiona is furry.'], dtype=object)] | [array(['If someone is furry then they are smart.',
'If someone is rough and smart then they are round.'], dtype=object)
array(['If Fiona is kind then Fiona is rough.',
'If someone is furry then they are smart.',
'If someone is rough and smart then they are round.'], dtype=object)] |
15,464 | ['Anne is blue.' 'Anne is cold.' 'Anne is green.' 'Anne is kind.'
'Anne is red.' 'Anne is smart.' 'Anne is white.' 'Dave is blue.'
'Dave is cold.' 'Dave is green.' 'Dave is kind.' 'Dave is red.'
'Dave is smart.' 'Erin is cold.' 'Erin is kind.' 'Erin is red.'] | ['All blue people are red.' 'Blue people are white.'
'If Dave is kind then Dave is smart.' 'Cold people are smart.'
'If someone is white and cold then they are blue.'
'If someone is cold then they are blue.'] | Erin is not white. | False | 1 | 3 | [array(['Erin is cold.'], dtype=object)] | [array(['If someone is cold then they are blue.', 'Blue people are white.'],
dtype=object) ] |
15,465 | ['Dave is quiet.' 'Fiona is white.' 'Harry is green.'] | ['All quiet, nice people are white.'
'If someone is green and big then they are nice.'
'Nice, green people are quiet.'
'If Fiona is green and Fiona is nice then Fiona is red.'
'If Dave is quiet then Dave is nice.' 'All white, quiet people are red.'
'If Harry is big and Harry is red then Harry is blue.'
'White, green people are blue.'] | Dave is white. | True | 1 | 4 | [array(['Dave is quiet.', 'Dave is quiet.'], dtype=object)] | [array(['If Dave is quiet then Dave is nice.',
'All quiet, nice people are white.'], dtype=object)] |
15,466 | ['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,467 | ['The bald eagle sees the dog.' 'The bear eats the dog.' 'The dog is red.'
'The lion is big.'] | ['If something sees the bald eagle and it eats the bear then it sees the bear.'
'If something is big and it eats the bear then it eats the lion.'
'If something sees the lion then it sees the bear.'
'If something is red and it sees the bear then it eats the bear.'
'If the bear eats the lion and the bear sees the lion then the lion eats the dog.'
'If something is round and it needs the bear then the bear needs the bald eagle.'
'If something sees the bald eagle then it needs the dog.'
'If something sees the bald eagle and the bald eagle needs the bear then it needs the bear.'] | The dog does not eat the bear. | Unknown | 1 | -1 | [] | [] |
15,468 | ['Charlie is cold.' 'Charlie is not quiet.' 'Dave is blue.'
'Dave is cold.' 'Dave is quiet.' 'Erin is kind.' 'Fiona is blue.'
'Fiona is not cold.' 'Fiona is kind.' 'Fiona is round.'] | ['Quiet, white things are blue.' 'If something is cold then it is blue.'
'If Dave is white then Dave is not kind.' 'Quiet, nice things are white.'
'Quiet, blue things are round.'
'If Fiona is kind and Fiona is white then Fiona is blue.'
'If Charlie is kind and Charlie is not cold then Charlie is blue.'
'If Erin is quiet and Erin is kind then Erin is nice.'
'Kind things are quiet.'] | Erin is nice. | True | 1 | 4 | [array(['Erin is kind.', 'Erin is kind.'], dtype=object)] | [array(['Kind things are quiet.',
'If Erin is quiet and Erin is kind then Erin is nice.'],
dtype=object) ] |
15,469 | ['Dave is blue.' 'Dave is cold.' 'Dave is nice.'] | ['All kind, blue people are round.' 'All blue people are smart.'
'If Dave is kind and Dave is nice then Dave is round.'
'Kind, round people are white.' 'Smart people are kind.'
'If someone is cold and kind then they are nice.'
'If someone is round and nice then they are blue.'
'Round people are kind.'] | Dave is round. | True | 3 | 5 | [array(['Dave is blue.', 'Dave is blue.'], dtype=object)
array(['Dave is blue.', 'Dave is nice.'], dtype=object)
array(['Dave is blue.', 'Dave is cold.', 'Dave is blue.'], dtype=object)] | [array(['All blue people are smart.', 'Smart people are kind.',
'All kind, blue people are round.'], dtype=object)
array(['All blue people are smart.', 'Smart people are kind.',
'If Dave is kind and Dave is nice then Dave is round.'],
dtype=object)
array(['All blue people are smart.', 'Smart people are kind.',
'All blue people are smart.', 'Smart people are kind.',
'If someone is cold and kind then they are nice.',
'If Dave is kind and Dave is nice then Dave is round.'],
dtype=object) ] |
15,470 | ['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.'] | Harry is not young. | Unknown | 1 | -1 | [] | [] |
15,471 | ['The cat is red.' 'The cat is not rough.'
'The cat does not like the squirrel.'
'The cat does not see the squirrel.' 'The dog is not young.'
'The dog needs the cat.' 'The mouse is round.' 'The mouse likes the cat.'
'The mouse needs the cat.' 'The mouse sees the cat.'
'The squirrel is young.' 'The squirrel needs the mouse.'] | ['If something sees the dog then it is red.'
'If something is red and it needs the squirrel then the squirrel likes the mouse.'
'If something is young and it sees the dog then the dog needs the mouse.'
'If something needs the mouse then it is rough.'
'If the cat likes the mouse then the mouse sees the squirrel.'
'If something needs the cat and it needs the mouse then it likes the cat.'
'If something is rough then it sees the dog.'
'If something is rough and not red then it likes the squirrel.'] | The squirrel sees the dog. | True | 1 | 3 | [array(['The squirrel needs the mouse.'], dtype=object)] | [array(['If something needs the mouse then it is rough.',
'If something is rough then it sees the dog.'], dtype=object)] |
15,472 | ['The dog chases the squirrel.' 'The lion eats the squirrel.'
'The lion sees the dog.' 'The squirrel chases the dog.'
'The squirrel chases the lion.' 'The squirrel eats the lion.'
'The squirrel is green.' 'The squirrel is rough.'
'The squirrel sees the dog.' 'The squirrel sees the lion.'
'The tiger is rough.'] | ['If something is blue then it chases the lion.'
'If something chases the lion and it eats the squirrel then the squirrel sees the tiger.'
'If the squirrel eats the lion and the squirrel is green then the lion sees the tiger.'
'If something sees the tiger then it is blue.' 'Rough things are big.'
'If something chases the dog then it chases the tiger.'] | The tiger does not chase the lion. | Unknown | 1 | -1 | [] | [] |
15,473 | ['Dave is red.' 'Fiona is blue.' 'Gary is big.' 'Harry is nice.'] | ['If someone is red and white then they are nice.'
'All white, big people are round.'
'If Harry is nice then Harry is round.'
'If someone is nice then they are cold.' 'All blue people are white.'
'Cold, round people are blue.' 'Round people are cold.'
'If Dave is nice and Dave is cold then Dave is big.'] | Harry is not blue. | False | 1 | 5 | [array(['Harry is nice.', 'Harry is nice.'], dtype=object)
array(['Harry is nice.', 'Harry is nice.'], dtype=object)] | [array(['If someone is nice then they are cold.',
'If Harry is nice then Harry is round.',
'Cold, round people are blue.'], dtype=object)
array(['If Harry is nice then Harry is round.', 'Round people are cold.',
'If Harry is nice then Harry is round.',
'Cold, round people are blue.'], dtype=object) ] |
15,474 | ['Anne is furry.' 'Dave is big.' 'Dave is cold.' 'Erin is blue.'
'Erin is furry.' 'Erin is not young.' 'Harry is not nice.'] | ['All young people are white.'
'If someone is furry and nice then they are white.'
'If Anne is nice and Anne is white then Anne is cold.'
'All big people are blue.' 'All furry people are big.'
'White people are big.' 'Blue people are nice.'
'If Dave is big then Dave is not young.'
'If someone is big and not blue then they are cold.'] | Dave is nice. | True | 1 | 3 | [array(['Dave is big.'], dtype=object)] | [array(['All big people are blue.', 'Blue people are nice.'], dtype=object)] |
15,475 | ['Charlie is not green.' 'Charlie is quiet.' 'Dave is green.'
'Dave is red.' 'Dave is rough.' 'Dave is white.' 'Erin is big.'
'Erin is rough.' 'Gary is not quiet.' 'Gary is rough.' 'Gary is white.'
'Gary is young.'] | ['If Charlie is green then Charlie is rough.'
'All big, red people are green.' 'All white people are rough.'
'If Gary is not young and Gary is not green then Gary is quiet.'
'If Charlie is rough then Charlie is young.'
'All red, young people are not quiet.' 'Green people are white.'
'If someone is quiet then they are white.'] | Erin is white. | Unknown | 1 | -1 | [] | [] |
15,476 | ['Bob is blue.' 'Gary is blue.' 'Gary is smart.'] | ['If someone is smart then they are not round.'
'If someone is furry and not quiet then they are not cold.'
'Smart, round people are cold.' 'All smart people are big.'
'If someone is blue then they are smart.'
'If Gary is blue and Gary is furry then Gary is big.'] | Bob is round. | False | 1 | 3 | [array(['Bob is blue.'], dtype=object)] | [array(['If someone is blue then they are smart.',
'If someone is smart then they are not round.'], dtype=object)] |
15,477 | ['Bob is rough.' 'Charlie is nice.' 'Charlie is rough.'
'Charlie is white.' 'Dave is not white.' 'Gary is cold.' 'Gary is quiet.'] | ['Rough, white things are quiet.'
'If Charlie is round and Charlie is quiet then Charlie is rough.'
'All young things are round.' 'Nice things are white.'
'Rough, nice things are cold.'
'If something is round and rough then it is nice.'
'If something is rough then it is young.'] | Bob is not round. | False | 1 | 3 | [array(['Bob is rough.'], dtype=object)] | [array(['If something is rough then it is young.',
'All young things are round.'], dtype=object)] |
15,478 | ['The bald eagle is rough.' 'The bald eagle needs the bear.'
'The bald eagle sees the bear.' 'The bear does not chase the bald eagle.'
'The bear is not green.' 'The bear is round.'
'The bear needs the bald eagle.'] | ['If someone sees the bear then they need the bald eagle.'
'If someone chases the bear then they are not rough.'
'If someone is green then they are not blue.'
'If someone sees the bald eagle and they are rough then the bald eagle does not see the bear.'
'If someone chases the bald eagle and they are red then the bald eagle does not see the bear.'
'If someone sees the bear and the bear chases the bald eagle then the bald eagle sees the bear.'
'If someone is rough and they need the bald eagle then the bald eagle is green.'
'If someone is red then they see the bald eagle.'] | The bald eagle is not green. | False | 1 | 4 | [array(['The bald eagle is rough.', 'The bald eagle sees the bear.'],
dtype=object) ] | [array(['If someone sees the bear then they need the bald eagle.',
'If someone is rough and they need the bald eagle then the bald eagle is green.'],
dtype=object) ] |
15,479 | ['Anne is blue.' 'Fiona is red.'] | ['Red people are rough.' 'All furry, blue people are red.'
'If Fiona is green then Fiona is nice.' 'Rough people are green.'
'Green, rough people are red.' 'Furry, green people are quiet.'] | Anne is green. | Unknown | 3 | -1 | [] | [] |
15,480 | ['The bald eagle is blue.' 'The bald eagle is cold.'
'The bald eagle needs the rabbit.' 'The bear visits the lion.'
'The lion is nice.' 'The lion likes the bald eagle.'
'The lion needs the bald eagle.' 'The lion needs the rabbit.'
'The lion visits the rabbit.' 'The rabbit likes the bear.'
'The rabbit needs the bald eagle.' 'The rabbit needs the lion.'
'The rabbit visits the bald eagle.' 'The rabbit visits the bear.'] | ['If someone visits the rabbit then they need the bear.'
'If someone needs the rabbit then the rabbit likes the bear.'
'If someone visits the bear and the bear needs the rabbit then they need the bear.'
'If someone needs the bear then they need the rabbit.'
'If the bear needs the lion and the bear likes the bald eagle then the bear visits the bald eagle.'
'If someone is blue and they like the bald eagle then the bald eagle needs the rabbit.'
'If someone likes the bear then the bear visits the rabbit.'
'If the bald eagle likes the rabbit and the bald eagle visits the rabbit then the bald eagle needs the bear.'
'If the rabbit likes the bear then the bear visits the bald eagle.'] | The bear does not need the bear. | False | 1 | 3 | [array(['The rabbit likes the bear.'], dtype=object)
array(['The bald eagle needs the rabbit.'], dtype=object)
array(['The lion needs the rabbit.'], dtype=object)
array(['The lion visits the rabbit.'], dtype=object)] | [array(['If someone likes the bear then the bear visits the rabbit.',
'If someone visits the rabbit then they need the bear.'],
dtype=object)
array(['If someone needs the rabbit then the rabbit likes the bear.',
'If someone likes the bear then the bear visits the rabbit.',
'If someone visits the rabbit then they need the bear.'],
dtype=object)
array(['If someone needs the rabbit then the rabbit likes the bear.',
'If someone likes the bear then the bear visits the rabbit.',
'If someone visits the rabbit then they need the bear.'],
dtype=object)
array(['If someone visits the rabbit then they need the bear.',
'If someone needs the bear then they need the rabbit.',
'If someone needs the rabbit then the rabbit likes the bear.',
'If someone likes the bear then the bear visits the rabbit.',
'If someone visits the rabbit then they need the bear.'],
dtype=object) ] |
15,481 | ['Dave is blue.' 'Erin is white.' 'Gary is not round.'] | ['All white things are furry.' 'All smart, big things are furry.'
'All furry things are young.'
'If something is round and not blue then it is not young.'
'All blue things are white.'
'If something is round and not blue then it is white.'
'If something is white and not round then it is not smart.'
'If something is round then it is smart.'] | Dave is not furry. | False | 1 | 3 | [array(['Dave is blue.'], dtype=object)] | [array(['All blue things are white.', 'All white things are furry.'],
dtype=object) ] |
15,482 | ['Charlie is big.' 'Dave is round.' 'Fiona is round.' 'Harry is quiet.'] | ['If someone is big and white then they are furry.'
'If someone is big then they are white.'] | Charlie is not furry. | False | 1 | 4 | [array(['Charlie is big.', 'Charlie is big.'], dtype=object)] | [array(['If someone is big then they are white.',
'If someone is big and white then they are furry.'], dtype=object)] |
15,483 | ['Dave is big.' 'Dave is furry.' 'Erin is blue.' 'Erin is cold.'
'Erin is round.' 'Fiona is quiet.' 'Gary is rough.'] | ['If something is rough and cold then it is furry.'
'Quiet, big things are not round.' 'If Dave is blue then Dave is furry.'
'All quiet, blue things are big.' 'If Fiona is furry then Fiona is blue.'
'If something is quiet then it is cold.' 'All big things are cold.'
'All blue, round things are not quiet.' 'Cold things are rough.'] | Gary is not cold. | Unknown | 1 | -1 | [] | [] |
15,484 | ['Anne is smart.' 'Charlie is nice.' 'Charlie is white.'
'Dave is not young.' 'Fiona is green.' 'Fiona is nice.' 'Fiona is white.'] | ['Nice people are not young.' 'All nice, white people are rough.'
'Rough people are red.'] | Fiona is red. | True | 1 | 4 | [array(['Fiona is nice.', 'Fiona is white.'], dtype=object)] | [array(['All nice, white people are rough.', 'Rough people are red.'],
dtype=object) ] |
15,485 | ['The mouse is big.' 'The mouse is blue.' 'The mouse is round.'
'The mouse likes the squirrel.' 'The mouse needs the tiger.'
'The mouse visits the tiger.' 'The squirrel is round.'
'The squirrel needs the mouse.' 'The squirrel visits the tiger.'
'The tiger is blue.' 'The tiger is round.'
'The tiger needs the squirrel.'] | ['If someone needs the mouse then they like the mouse.'
'If someone visits the mouse then the mouse is cold.'
'If someone likes the mouse then the mouse visits the squirrel.'
'If someone is blue and they need the squirrel then the squirrel visits the mouse.'
'If someone needs the mouse then the mouse needs the tiger.'
'If someone is cold and they like the squirrel then the squirrel needs the tiger.'] | The mouse visits the squirrel. | True | 1 | 3 | [array(['The squirrel needs the mouse.'], dtype=object)] | [array(['If someone needs the mouse then they like the mouse.',
'If someone likes the mouse then the mouse visits the squirrel.'],
dtype=object) ] |
15,486 | ['Fiona is big.' 'Fiona is red.' 'Fiona is round.' 'Harry is big.'
'Harry is furry.' 'Harry is round.' 'Harry is young.'] | ['All round, young things are red.'
'If something is young then it is furry.'
'If Fiona is red then Fiona is big.'
'If Fiona is young then Fiona is furry.'
'All furry, round things are smart.' 'All big, furry things are young.'
'If something is round then it is young.'
'If something is young then it is furry.'] | Fiona is not smart. | False | 3 | 5 | [array(['Fiona is round.', 'Fiona is round.'], dtype=object)
array(['Fiona is round.', 'Fiona is round.'], dtype=object)
array(['Fiona is round.', 'Fiona is round.'], dtype=object)] | [array(['If something is round then it is young.',
'If something is young then it is furry.',
'All furry, round things are smart.'], dtype=object)
array(['If something is round then it is young.',
'If Fiona is young then Fiona is furry.',
'All furry, round things are smart.'], dtype=object)
array(['If something is round then it is young.',
'If something is young then it is furry.',
'All furry, round things are smart.'], dtype=object)] |
15,487 | ['The bald eagle needs the dog.' 'The bald eagle needs the tiger.'
'The bald eagle visits the squirrel.' 'The dog is nice.'
'The dog is rough.' 'The dog is young.' 'The squirrel likes the tiger.'
'The squirrel needs the dog.' 'The squirrel visits the bald eagle.'
'The tiger is nice.' 'The tiger likes the dog.'
'The tiger likes the squirrel.'] | ['If something visits the squirrel and the squirrel likes the dog then it is nice.'
'If something visits the bald eagle then it is rough.'
'If something needs the tiger and it visits the squirrel then it is green.'
'If something is young and it needs the bald eagle then it likes the dog.'
'If something needs the dog then it likes the bald eagle.'
'If the squirrel needs the dog then the squirrel is green.'
'If the squirrel likes the dog then the squirrel is rough.'
'If something is rough then it likes the dog.'] | The squirrel likes the dog. | True | 1 | 3 | [array(['The squirrel visits the bald eagle.'], dtype=object)] | [array(['If something visits the bald eagle then it is rough.',
'If something is rough then it likes the dog.'], dtype=object)] |
15,488 | ['Anne is nice.' 'Anne is white.' 'Anne is young.' 'Dave is cold.'
'Dave is nice.' 'Dave is smart.' 'Erin is cold.' 'Erin is not kind.'
'Erin is not nice.' 'Erin is smart.' 'Erin is young.' 'Fiona is kind.'] | ['Smart people are white.' 'Kind, cold people are smart.'
'Kind people are big.'
'If Fiona is cold and Fiona is big then Fiona is nice.'
'If someone is nice and big then they are cold.'
'If someone is young and white then they are cold.'
'If Anne is nice then Anne is cold.' 'Big, young people are nice.'
'Big people are young.'] | Fiona is not nice. | False | 3 | 6 | [array(['Fiona is kind.', 'Fiona is kind.'], dtype=object)] | [array(['Kind people are big.', 'Kind people are big.',
'Big people are young.', 'Big, young people are nice.'],
dtype=object) ] |
15,489 | ['Anne is red.' 'Dave is cold.' 'Gary is furry.'] | ['Big things are blue.' 'Red things are white.'
'Red, nice things are white.' 'Furry things are white.'
'All blue, big things are red.' 'If something is cold then it is white.'
'All big things are nice.' 'All cold things are big.'] | Gary is not blue. | Unknown | 1 | -1 | [] | [] |
15,490 | ['Bob is blue.' 'Bob is kind.' 'Bob is red.' 'Charlie is nice.'
'Erin is kind.' 'Erin is red.' 'Gary is blue.'] | ['If something is quiet and cold then it is rough.'
'Cold things are quiet.' 'If something is kind then it is red.'
'All nice things are quiet.' 'Nice, rough things are kind.'
'If Bob is cold then Bob is kind.'
'If Bob is quiet and Bob is blue then Bob is nice.'
'All quiet, kind things are blue.' 'All quiet things are cold.'] | Charlie is not rough. | False | 3 | 6 | [array(['Charlie is nice.', 'Charlie is nice.'], dtype=object)] | [array(['All nice things are quiet.', 'All nice things are quiet.',
'All quiet things are cold.',
'If something is quiet and cold then it is rough.'], dtype=object)] |
15,491 | ['The bald eagle eats the lion.' 'The bald eagle is young.'
'The cow sees the dog.' 'The cow sees the lion.'
'The cow does not visit the bald eagle.' 'The cow visits the dog.'
'The dog does not eat the cow.' 'The dog is round.'
'The dog does not visit the bald eagle.' 'The dog visits the cow.'
'The lion is round.' 'The lion is young.'] | ['If someone visits the dog and they see the cow then they do not see the bald eagle.'
'If someone visits the dog then they eat the bald eagle.'
'If someone eats the bald eagle then the bald eagle is rough.'
'If someone is rough then they visit the dog.'
'If someone visits the lion and they are not nice then the lion eats the bald eagle.'
'If someone sees the lion and the lion eats the dog then they eat the cow.'
'If someone visits the dog then they see the cow.'] | The lion eats the bald eagle. | Unknown | 1 | -1 | [] | [] |
15,492 | ['Anne is kind.' 'Anne is quiet.' 'Anne is red.' 'Charlie is blue.'
'Charlie is kind.' 'Charlie is young.' 'Dave is red.' 'Dave is smart.'
'Dave is young.' 'Gary is young.'] | ['If Anne is not round and Anne is not young then Anne is quiet.'
'All quiet things are smart.' 'If Gary is young then Gary is quiet.'
'All blue things are quiet.'
'If Charlie is smart then Charlie is not red.'
'If something is round then it is kind.'] | Gary is not smart. | False | 1 | 3 | [array(['Gary is young.'], dtype=object)] | [array(['If Gary is young then Gary is quiet.',
'All quiet things are smart.'], dtype=object)] |
15,493 | ['The bald eagle is green.' 'The bald eagle is rough.'
'The bald eagle likes the cow.' 'The bald eagle likes the dog.'
'The bald eagle needs the bear.' 'The bald eagle needs the cow.'
'The bear is young.' 'The cow needs the dog.' 'The dog is big.'
'The dog likes the bear.' 'The dog visits the cow.'] | ['If something likes the bear then the bear is young.'
'If something likes the cow and the cow is green then the cow likes the bald eagle.'
'If something needs the dog then it is big.'
'If something visits the cow and the cow visits the dog then it needs the cow.'
'If something likes the bear and the bear likes the dog then it visits the cow.'
'If something is big then it visits the dog.'
'If something is big and it needs the cow then the cow is green.'] | The dog does not need the cow. | False | 3 | 5 | [array(['The dog visits the cow.', 'The cow needs the dog.'], dtype=object)] | [array(['If something needs the dog then it is big.',
'If something is big then it visits the dog.',
'If something visits the cow and the cow visits the dog then it needs the cow.'],
dtype=object) ] |
15,494 | ['Anne is blue.' 'Anne is cold.' 'Anne is green.' 'Anne is kind.'
'Anne is red.' 'Anne is smart.' 'Anne is white.' 'Dave is blue.'
'Dave is cold.' 'Dave is green.' 'Dave is kind.' 'Dave is red.'
'Dave is smart.' 'Erin is cold.' 'Erin is kind.' 'Erin is red.'] | ['All blue people are red.' 'Blue people are white.'
'If Dave is kind then Dave is smart.' 'Cold people are smart.'
'If someone is white and cold then they are blue.'
'If someone is cold then they are blue.'] | Erin is white. | True | 1 | 3 | [array(['Erin is cold.'], dtype=object)] | [array(['If someone is cold then they are blue.', 'Blue people are white.'],
dtype=object) ] |
15,495 | ['Anne is blue.' 'Anne is nice.' 'Anne is round.' 'Bob is blue.'
'Bob is not nice.' 'Erin is not blue.' 'Erin is cold.' 'Erin is furry.'
'Erin is round.' 'Fiona is green.'] | ['If something is young and cold then it is round.'
'All cold things are young.' 'Blue things are young.'
'Green things are blue.' 'If something is blue then it is cold.'
'If Erin is round then Erin is young.' 'All blue things are furry.'
'If something is blue and not cold then it is furry.'] | Bob is round. | True | 1 | 5 | [array(['Bob is blue.', 'Bob is blue.'], dtype=object)
array(['Bob is blue.', 'Bob is blue.'], dtype=object)] | [array(['Blue things are young.', 'If something is blue then it is cold.',
'If something is young and cold then it is round.'], dtype=object)
array(['If something is blue then it is cold.',
'All cold things are young.',
'If something is blue then it is cold.',
'If something is young and cold then it is round.'], dtype=object)] |
15,496 | ['The cat chases the rabbit.' 'The cat is cold.' 'The cat is green.'
'The cat likes the rabbit.' 'The cat needs the rabbit.'
'The rabbit chases the cat.' 'The rabbit is cold.' 'The rabbit is green.'
'The rabbit is red.' 'The rabbit is rough.' 'The rabbit likes the cat.'
'The rabbit needs the cat.'] | ['If something likes the rabbit and it needs the cat then the cat chases the rabbit.'
'If something is cold then it is nice.'
'If something chases the cat and it likes the cat then the cat likes the rabbit.'
'If something is nice and red then it needs the rabbit.'
'If something needs the cat then the cat chases the rabbit.'
'If something needs the rabbit then it chases the rabbit.'] | The rabbit needs the rabbit. | True | 1 | 4 | [array(['The rabbit is cold.', 'The rabbit is red.'], dtype=object)] | [array(['If something is cold then it is nice.',
'If something is nice and red then it needs the rabbit.'],
dtype=object) ] |
15,497 | ['Harry is kind.' 'Harry is quiet.' 'Harry is round.'] | ['If something is kind and big then it is blue.'
'Kind, round things are big.' 'If something is big then it is rough.'
'If something is kind then it is quiet.' 'All young things are quiet.'
'If Harry is quiet then Harry is young.'] | Harry is not blue. | False | 1 | 5 | [array(['Harry is kind.', 'Harry is kind.', 'Harry is round.'],
dtype=object) ] | [array(['Kind, round things are big.',
'If something is kind and big then it is blue.'], dtype=object)] |
15,498 | ['Bob is big.' 'Bob is green.' 'Bob is young.' 'Fiona is big.'
'Fiona is green.' 'Fiona is red.' 'Fiona is smart.' 'Gary is red.'
'Gary is smart.' 'Harry is nice.' 'Harry is red.' 'Harry is smart.'] | ['If something is red and big then it is young.'
'If something is green and big then it is red.'
'All smart, round things are big.' 'Red things are nice.'
'Big things are red.' 'Big, young things are green.'
'Smart, young things are round.'
'If something is red and nice then it is round.'
'All big things are smart.'] | Bob is round. | True | 1 | 4 | [array(['Bob is big.', 'Bob is young.'], dtype=object)
array(['Bob is big.', 'Bob is big.'], dtype=object)
array(['Bob is big.', 'Bob is green.', 'Bob is big.'], dtype=object)
array(['Bob is big.', 'Bob is big.', 'Bob is big.'], dtype=object)
array(['Bob is big.', 'Bob is green.', 'Bob is big.', 'Bob is big.'],
dtype=object)
array(['Bob is green.', 'Bob is big.', 'Bob is big.'], dtype=object)
array(['Bob is green.', 'Bob is big.', 'Bob is green.', 'Bob is big.'],
dtype=object)
array(['Bob is big.', 'Bob is young.', 'Bob is big.', 'Bob is big.'],
dtype=object)
array(['Bob is big.', 'Bob is young.', 'Bob is big.', 'Bob is green.',
'Bob is big.'], dtype=object)
array(['Bob is big.', 'Bob is big.', 'Bob is young.', 'Bob is big.'],
dtype=object)
array(['Bob is green.', 'Bob is big.', 'Bob is big.', 'Bob is young.',
'Bob is big.'], dtype=object)
array(['Bob is big.', 'Bob is young.', 'Bob is big.', 'Bob is big.',
'Bob is young.', 'Bob is big.'], dtype=object) ] | [array(['All big things are smart.', 'Smart, young things are round.'],
dtype=object)
array(['Big things are red.', 'Big things are red.',
'Red things are nice.',
'If something is red and nice then it is round.'], dtype=object)
array(['Big things are red.',
'If something is green and big then it is red.',
'Red things are nice.',
'If something is red and nice then it is round.'], dtype=object)
array(['All big things are smart.', 'Big things are red.',
'If something is red and big then it is young.',
'Smart, young things are round.'], dtype=object)
array(['All big things are smart.',
'If something is green and big then it is red.',
'If something is red and big then it is young.',
'Smart, young things are round.'], dtype=object)
array(['If something is green and big then it is red.',
'Big things are red.', 'Red things are nice.',
'If something is red and nice then it is round.'], dtype=object)
array(['If something is green and big then it is red.',
'If something is green and big then it is red.',
'Red things are nice.',
'If something is red and nice then it is round.'], dtype=object)
array(['Big, young things are green.',
'If something is green and big then it is red.',
'Big things are red.', 'Red things are nice.',
'If something is red and nice then it is round.'], dtype=object)
array(['Big, young things are green.',
'If something is green and big then it is red.',
'If something is green and big then it is red.',
'Red things are nice.',
'If something is red and nice then it is round.'], dtype=object)
array(['Big things are red.', 'Big, young things are green.',
'If something is green and big then it is red.',
'Red things are nice.',
'If something is red and nice then it is round.'], dtype=object)
array(['If something is green and big then it is red.',
'Big, young things are green.',
'If something is green and big then it is red.',
'Red things are nice.',
'If something is red and nice then it is round.'], dtype=object)
array(['Big, young things are green.',
'If something is green and big then it is red.',
'Big, young things are green.',
'If something is green and big then it is red.',
'Red things are nice.',
'If something is red and nice then it is round.'], dtype=object)] |
15,499 | ['Anne is nice.' 'Anne is quiet.' 'Anne is rough.' 'Anne is round.'
'Bob is not furry.' 'Bob is kind.' 'Bob is quiet.' 'Bob is rough.'
'Charlie is not big.' 'Dave is rough.'] | ['If something is furry then it is kind.'
'If Bob is nice and Bob is furry then Bob is round.'
'All round things are furry.'] | Anne is not kind. | False | 1 | 3 | [array(['Anne is round.'], dtype=object)] | [array(['All round things are furry.',
'If something is furry then it is kind.'], dtype=object)] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.