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 |
|---|---|---|---|---|---|---|---|---|
7,900 | ['Anne is quiet.' 'Anne is white.' 'Fiona is blue.' 'Fiona is cold.'
'Fiona is nice.' 'Harry is red.' 'Harry is white.'] | ['If someone is nice then they are big.' 'Quiet people are big.'
'If Harry is quiet then Harry is nice.' 'Blue, red people are quiet.'
'Red, nice people are blue.' 'All white people are blue.'
'Big people are blue.' 'If Fiona is white then Fiona is quiet.'] | Harry is not quiet. | False | 1 | 4 | [array(['Harry is white.', 'Harry is red.'], dtype=object)] | [array(['All white people are blue.', 'Blue, red people are quiet.'],
dtype=object) ] |
7,901 | ['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 mouse is not red. | Unknown | 1 | -1 | [] | [] |
7,902 | ['The bald eagle is blue.' 'The bald eagle is green.'
'The bald eagle sees the rabbit.' 'The rabbit eats the bald eagle.'
'The rabbit is big.' 'The rabbit is round.' 'The tiger is round.'] | ['If something eats the tiger and the tiger eats the rabbit then the rabbit needs the tiger.'
'If something is round then it eats the rabbit.'
'If something needs the bald eagle and the bald eagle is blue then it needs the tiger.'
'If something eats the bald eagle then it eats the tiger.'
'If something sees the bald eagle then it needs the rabbit.'
'If something needs the tiger then it is blue.'] | The tiger is blue. | Unknown | 1 | -1 | [] | [] |
7,903 | ['Charlie is blue.' 'Charlie is quiet.' 'Dave is blue.' 'Dave is cold.'
'Dave is young.' 'Erin is blue.' 'Erin is quiet.' 'Erin is white.'
'Erin is young.' 'Gary is cold.' 'Gary is quiet.' 'Gary is young.'] | ['All quiet things are furry.' 'If Charlie is cold then Charlie is young.'
'White things are cold.' 'All young things are nice.'
'If Gary is nice then Gary is young.'
'If something is young then it is nice.'
'If something is furry and blue then it is white.'
'If something is young and furry then it is nice.'] | Charlie is not cold. | False | 3 | 5 | [array(['Charlie is quiet.', 'Charlie is blue.'], dtype=object)] | [array(['All quiet things are furry.',
'If something is furry and blue then it is white.',
'White things are cold.'], dtype=object) ] |
7,904 | ['The bald eagle needs the squirrel.'
'The bald eagle visits the squirrel.' 'The bear chases the bald eagle.'
'The dog is green.' 'The squirrel chases the dog.'
'The squirrel needs the bald eagle.' 'The squirrel visits the dog.'] | ['If someone visits the bald eagle then they are big.'
'If someone chases the bald eagle then they visit the dog.'
'If someone visits the dog and they visit the squirrel then they need the dog.'
'If someone is big then they chase the bear.'
'All round, rough people are big.'
'If someone chases the dog and they are kind then they are green.'
'If someone chases the bald eagle and they visit the dog then the dog visits the bald eagle.'
'If someone is green then they chase the squirrel.'] | The bald eagle needs the dog. | Unknown | 1 | -1 | [] | [] |
7,905 | ['Anne is nice.' 'Erin is red.' 'Erin is not round.' 'Fiona is not nice.'
'Harry is not blue.' 'Harry is red.' 'Harry is young.'] | ['If Harry is blue and Harry is nice then Harry is red.'
'If something is young and round then it is rough.'
'All young, nice things are rough.' 'Round, quiet things are young.'
'If Erin is young and Erin is round then Erin is blue.'
'Nice things are quiet.' 'All quiet things are round.'
'Rough things are not red.'
'If something is round and red then it is blue.'] | Anne is round. | True | 1 | 3 | [array(['Anne is nice.'], dtype=object)] | [array(['Nice things are quiet.', 'All quiet things are round.'],
dtype=object) ] |
7,906 | ['The bear is big.' 'The bear is young.' 'The bear needs the lion.'
'The cat eats the lion.' 'The cat is young.' 'The cat needs the bear.'
'The cat needs the lion.' 'The lion is blue.' 'The lion needs the cat.'
'The lion visits the bear.'] | ['If something visits the bear then the bear visits the cat.'
'If something is big and it visits the cat then it is nice.'] | The bear is not nice. | False | 1 | 4 | [array(['The bear is big.', 'The lion visits the bear.'], dtype=object)] | [array(['If something visits the bear then the bear visits the cat.',
'If something is big and it visits the cat then it is nice.'],
dtype=object) ] |
7,907 | ['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 does not like the dog. | False | 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)] |
7,908 | ['The bald eagle sees the bear.' 'The bear sees the tiger.'
'The mouse does not see the bald eagle.' 'The tiger eats the bear.'] | ['If something eats the bear then the bear is green.'
'If the bear is green then the bear is not cold.'
'All nice, cold things are green.'] | The bear is cold. | False | 1 | 3 | [array(['The tiger eats the bear.'], dtype=object)] | [array(['If something eats the bear then the bear is green.',
'If the bear is green then the bear is not cold.'], dtype=object)] |
7,909 | ['Dave is young.' 'Gary is nice.' 'Harry is furry.'] | ['Round things are nice.' 'If Dave is green then Dave is blue.'
'If something is furry and round then it is nice.'
'If something is furry then it is blue.' 'Blue, furry things are smart.'
'If something is smart then it is green.' 'Blue, nice things are young.'
'All young, green things are furry.'] | Dave is furry. | Unknown | 3 | -1 | [] | [] |
7,910 | ['The dog likes the mouse.' 'The mouse does not like the dog.'] | ['If someone likes the dog then they are not blue.'
'If someone likes the mouse then they eat the mouse.'
'If someone eats the mouse then they are not round.'] | The dog is not round. | True | 1 | 3 | [array(['The dog likes the mouse.'], dtype=object)] | [array(['If someone likes the mouse then they eat the mouse.',
'If someone eats the mouse then they are not round.'], dtype=object)] |
7,911 | ['Erin is blue.' 'Erin is cold.' 'Erin is smart.' 'Fiona is round.'
'Gary is cold.' 'Gary is green.' 'Gary is quiet.' 'Gary is round.'
'Gary is smart.' 'Harry is smart.'] | ['Nice, green people are round.' 'Green people are nice.'
'If someone is blue then they are green.'
'If someone is blue then they are smart.' 'Nice, round people are blue.'
'Smart people are green.'
'If Harry is blue and Harry is smart then Harry is quiet.'] | Harry is not nice. | False | 1 | 3 | [array(['Harry is smart.'], dtype=object)] | [array(['Smart people are green.', 'Green people are nice.'], dtype=object)] |
7,912 | ['Bob is big.' 'Bob is blue.' 'Bob is cold.' 'Bob is white.'
'Dave is cold.' 'Dave is kind.' 'Dave is nice.' 'Gary is cold.'
'Gary is kind.' 'Harry is white.'] | ['All white things are blue.' 'All big, kind things are nice.'
'If something is nice then it is big.'
'If something is kind then it is nice.'
'If something is rough then it is white.'
'If something is big and nice then it is rough.'
'All white, blue things are cold.'] | Dave is not white. | False | 3 | 5 | [array(['Dave is nice.', 'Dave is nice.'], dtype=object)
array(['Dave is nice.', 'Dave is kind.'], dtype=object)
array(['Dave is kind.', 'Dave is nice.'], dtype=object)
array(['Dave is kind.', 'Dave is kind.'], dtype=object)] | [array(['If something is nice then it is big.',
'If something is big and nice then it is rough.',
'If something is rough then it is white.'], dtype=object)
array(['If something is nice then it is big.',
'If something is kind then it is nice.',
'If something is big and nice then it is rough.',
'If something is rough then it is white.'], dtype=object)
array(['If something is kind then it is nice.',
'If something is nice then it is big.',
'If something is big and nice then it is rough.',
'If something is rough then it is white.'], dtype=object)
array(['If something is kind then it is nice.',
'If something is nice then it is big.',
'If something is kind then it is nice.',
'If something is big and nice then it is rough.',
'If something is rough then it is white.'], dtype=object)] |
7,913 | ['Bob is blue.' 'Bob is white.' 'Erin is green.' 'Erin is round.'
'Fiona is blue.' 'Gary is furry.' 'Gary is green.'] | ['Kind people are green.' 'All blue people are kind.'] | Fiona is green. | True | 1 | 3 | [array(['Fiona is blue.'], dtype=object)] | [array(['All blue people are kind.', 'Kind people are green.'],
dtype=object) ] |
7,914 | ['Anne is kind.' 'Bob is cold.' 'Bob is rough.' 'Bob is young.'
'Erin is quiet.' 'Erin is rough.' 'Erin is young.'] | ['If Erin is cold then Erin is nice.' 'All rough people are cold.'] | Erin is nice. | True | 1 | 3 | [array(['Erin is rough.'], dtype=object)] | [array(['All rough people are cold.', 'If Erin is cold then Erin is nice.'],
dtype=object) ] |
7,915 | ['The dog eats the lion.' 'The dog sees the lion.'
'The lion sees the dog.'] | ['If someone sees the lion and the lion eats the dog then the lion sees the dog.'
'If someone visits the lion then they are nice.'
'If the dog visits the lion then the lion eats the dog.'
'If someone eats the lion and the lion visits the dog then the dog visits the lion.'
'If someone sees the lion then the lion visits the dog.'
'If someone sees the dog then they eat the dog.'] | The dog visits the lion. | True | 1 | 4 | [array(['The dog eats the lion.', 'The dog sees the lion.'], dtype=object)] | [array(['If someone sees the lion then the lion visits the dog.',
'If someone eats the lion and the lion visits the dog then the dog visits the lion.'],
dtype=object) ] |
7,916 | ['Anne is big.' 'Anne is cold.' 'Anne is furry.' 'Anne is white.'
'Erin is cold.' 'Fiona is round.' 'Gary is smart.'] | ['All smart things are furry.' 'Big, blue things are round.'
'If Gary is cold then Gary is smart.' 'All blue, furry things are big.'
'If Gary is furry then Gary is blue.' 'Round things are cold.'
'Cold, white things are furry.' 'Round things are blue.'] | Anne is blue. | Unknown | 1 | -1 | [] | [] |
7,917 | ['Erin is big.' 'Erin is green.' 'Erin is kind.' 'Erin is quiet.'
'Erin is red.' 'Erin is smart.' 'Fiona is big.' 'Gary is rough.'
'Harry is quiet.' 'Harry is smart.'] | ['All smart people are kind.'
'If Harry is rough and Harry is red then Harry is quiet.'
'If someone is green then they are smart.' 'All kind people are quiet.'
'If someone is rough and big then they are green.'
'Rough people are big.'] | Gary is smart. | True | 3 | 5 | [array(['Gary is rough.', 'Gary is rough.'], dtype=object)] | [array(['Rough people are big.',
'If someone is rough and big then they are green.',
'If someone is green then they are smart.'], dtype=object)] |
7,918 | ['Bob is big.' 'Bob is blue.' 'Bob is cold.' 'Bob is quiet.'
'Bob is rough.' 'Bob is smart.' 'Bob is white.' 'Dave is rough.'
'Fiona is blue.' 'Harry is big.' 'Harry is cold.'] | ['If someone is blue then they are cold.'
'If someone is big then they are white.'
'If Bob is rough and Bob is blue then Bob is big.'
'All blue, smart people are big.'
'If someone is blue and rough then they are quiet.'
'All smart people are blue.' 'Cold people are rough.'
'If someone is quiet then they are big.'] | Fiona is not rough. | False | 1 | 3 | [array(['Fiona is blue.'], dtype=object)] | [array(['If someone is blue then they are cold.', 'Cold people are rough.'],
dtype=object) ] |
7,919 | ['The mouse chases the rabbit.' 'The mouse is not big.'
'The mouse is cold.' 'The mouse is not kind.' 'The mouse is not round.'
'The mouse is not young.' 'The mouse likes the rabbit.'
'The mouse does not need the rabbit.' 'The rabbit chases the mouse.'
'The rabbit is big.' 'The rabbit does not like the mouse.'
'The rabbit does not need the mouse.'] | ['If something likes the rabbit then it chases the rabbit.'
'If something likes the rabbit then the rabbit is cold.'
'If something is cold then it likes the rabbit.'
'If something is big then it does not need the rabbit.'
'If the mouse needs the rabbit then the rabbit chases the mouse.'
'If the rabbit likes the mouse and the mouse chases the rabbit then the mouse likes the rabbit.'
'If the rabbit likes the mouse then the rabbit is not big.'
'If the rabbit needs the mouse and the mouse does not chase the rabbit then the rabbit is kind.'] | The rabbit does not chase the rabbit. | False | 3 | 4 | [array(['The mouse likes the rabbit.'], dtype=object)
array(['The mouse is cold.'], dtype=object)] | [array(['If something likes the rabbit then the rabbit is cold.',
'If something is cold then it likes the rabbit.',
'If something likes the rabbit then it chases the rabbit.'],
dtype=object)
array(['If something is cold then it likes the rabbit.',
'If something likes the rabbit then the rabbit is cold.',
'If something is cold then it likes the rabbit.',
'If something likes the rabbit then it chases the rabbit.'],
dtype=object) ] |
7,920 | ['The cat chases the rabbit.' 'The cat is red.' 'The cat is rough.'
'The cat is not round.' 'The cat is not young.'
'The cat needs the rabbit.' 'The cat visits the rabbit.'
'The rabbit chases the cat.' 'The rabbit is kind.' 'The rabbit is red.'
'The rabbit is round.' 'The rabbit needs the cat.'] | ['If something is round and rough then it chases the cat.'
'If something chases the rabbit then it visits the cat.'
'If something is red then it chases the rabbit.'
'If something is kind then it needs the rabbit.'
'If something needs the cat and the cat does not chase the rabbit then the cat is kind.'
'If something needs the rabbit and the rabbit is not young then the rabbit is kind.'] | The rabbit does not visit the cat. | False | 1 | 3 | [array(['The rabbit is red.'], dtype=object)] | [array(['If something is red then it chases the rabbit.',
'If something chases the rabbit then it visits the cat.'],
dtype=object) ] |
7,921 | ['Anne is big.' 'Anne is blue.' 'Anne is cold.' 'Anne is furry.'
'Anne is kind.' 'Anne is smart.' 'Erin is big.' 'Gary is big.'
'Gary is furry.' 'Gary is kind.'] | ['If someone is big and not furry then they are blue.'
'If someone is green and smart then they are blue.'
'If Gary is big and Gary is smart then Gary is green.'
'All furry people are smart.'
'If someone is green and not furry then they are kind.'
'If someone is big then they are kind.'
'If someone is smart and not blue then they are kind.'
'All kind people are cold.'] | Gary is not blue. | False | 3 | 7 | [array(['Gary is big.', 'Gary is furry.', 'Gary is furry.'], dtype=object)] | [array(['All furry people are smart.',
'If Gary is big and Gary is smart then Gary is green.',
'All furry people are smart.',
'If someone is green and smart then they are blue.'], dtype=object)] |
7,922 | ['Anne is cold.' 'Anne is green.' 'Anne is nice.' 'Bob is nice.'
'Bob is quiet.' 'Dave is cold.' 'Dave is quiet.' 'Erin is not green.'
'Erin is nice.' 'Erin is quiet.'] | ['All green, quiet people are young.'
'If someone is cold then they are quiet.'] | Anne is young. | True | 1 | 4 | [array(['Anne is green.', 'Anne is cold.'], dtype=object)] | [array(['If someone is cold then they are quiet.',
'All green, quiet people are young.'], dtype=object)] |
7,923 | ['Anne is big.' 'Anne is rough.' 'Dave is blue.' 'Dave is cold.'
'Dave is red.' 'Dave is rough.' 'Dave is round.' 'Gary is round.'
'Harry is cold.' 'Harry is rough.'] | ['All round things are blue.' 'If something is cold then it is blue.'
'Blue, red things are round.' 'If something is rough then it is red.'
'All big, red things are cold.' 'All round things are green.'
'Round, cold things are big.' 'If something is green then it is blue.'] | Anne is not cold. | False | 1 | 4 | [array(['Anne is big.', 'Anne is rough.'], dtype=object)] | [array(['If something is rough then it is red.',
'All big, red things are cold.'], dtype=object)] |
7,924 | ['The bald eagle chases the squirrel.' 'The bald eagle eats the dog.'
'The bald eagle is not green.' 'The bald eagle is young.'
'The bald eagle needs the dog.'
'The bald eagle does not need the squirrel.' 'The dog is not red.'
'The dog is rough.' 'The dog does not need the bald eagle.'
'The squirrel chases the bald eagle.' 'The squirrel eats the bald eagle.'
'The squirrel needs the bald eagle.'] | ['If someone chases the squirrel then the squirrel is kind.'
'If someone is green and they need the dog then they eat the squirrel.'
'If someone chases the squirrel then they do not chase the dog.'
'If someone chases the bald eagle and they are kind then they chase the squirrel.'
'If the dog is not green and the dog does not need the bald eagle then the bald eagle needs the dog.'
'If someone needs the bald eagle and the bald eagle eats the squirrel then the squirrel is young.'] | The squirrel does not chase the squirrel. | False | 1 | 4 | [array(['The squirrel chases the bald eagle.',
'The bald eagle chases the squirrel.'], dtype=object)] | [array(['If someone chases the squirrel then the squirrel is kind.',
'If someone chases the bald eagle and they are kind then they chase the squirrel.'],
dtype=object) ] |
7,925 | ['The bald eagle is rough.' 'The cat chases the cow.' 'The cow is red.'
'The dog is blue.'] | ['If something is rough and it visits the cat then it visits the cow.'
'If something visits the bald eagle then the bald eagle is rough.'
'If something is big then it chases the cow.'
'If something chases the cow then the cow visits the cat.'
'If something visits the cat and it visits the bald eagle then it is blue.'
'If something chases the cow and it is blue then it needs the dog.'
'If something visits the dog and it chases the cow then the dog chases the cat.'
'If something visits the dog and the dog visits the cat then it visits the cow.'] | The cat needs the dog. | Unknown | 1 | -1 | [] | [] |
7,926 | ['Anne is red.' 'Charlie is cold.' 'Charlie is quiet.'
'Charlie is not round.' 'Charlie is young.' 'Dave is round.'
'Dave is not young.' 'Gary is green.' 'Gary is quiet.' 'Gary is not red.'
'Gary is round.' 'Gary is young.'] | ['If someone is quiet then they are nice.'
'If someone is round and quiet then they are nice.'
'If Anne is red then Anne is round.' 'Nice, young people are green.'
'Round people are green.' 'Nice, round people are not cold.'
'If someone is green then they are quiet.'] | Charlie is green. | True | 1 | 4 | [array(['Charlie is quiet.', 'Charlie is young.'], dtype=object)] | [array(['If someone is quiet then they are nice.',
'Nice, young people are green.'], dtype=object)] |
7,927 | ['The bald eagle chases the cat.' 'The cat likes the squirrel.'
'The squirrel chases the cat.'] | ['If the bald eagle chases the cat then the cat chases the squirrel.'
'If the bald eagle is big and the bald eagle chases the cat then the cat is rough.'
'If someone is cold then they are rough.'
'If someone sees the bald eagle and they chase the bald eagle then the bald eagle chases the squirrel.'
'If someone is red and round then they chase the cat.'
'If someone likes the bald eagle and they see the squirrel then the bald eagle is rough.'
'If someone chases the squirrel then the squirrel is rough.'
'If someone is rough then they like the cat.'] | The cat does not like the cat. | Unknown | 1 | -1 | [] | [] |
7,928 | ['The bear is nice.' 'The bear likes the rabbit.'
'The rabbit visits the bear.'] | ['If the bear visits the rabbit then the rabbit sees the bear.'
'If something is nice and it likes the bear then it does not see the rabbit.'
'If something is nice then it likes the bear.'
'If something visits the bear and it is kind then it likes the bear.'
'If the rabbit visits the bear and the rabbit sees the bear then the rabbit is green.'
'If something likes the rabbit then the rabbit is nice.'
'If something visits the bear and the bear sees the rabbit then the bear is kind.'
'If something is kind then it is nice.'] | The rabbit is not green. | Unknown | 1 | -1 | [] | [] |
7,929 | ['Dave is green.' 'Fiona is nice.'] | ['If something is round then it is blue.'
'If something is green and blue then it is nice.'
'All quiet things are nice.' 'Nice things are white.'
'Green, nice things are blue.' 'All nice things are white.'
'All green things are blue.'
'If something is quiet and nice then it is green.'] | Dave is not nice. | False | 1 | 4 | [array(['Dave is green.', 'Dave is green.'], dtype=object)] | [array(['All green things are blue.',
'If something is green and blue then it is nice.'], dtype=object)] |
7,930 | ['The bald eagle eats the lion.' 'The bald eagle is big.'
'The bald eagle is red.' 'The bald eagle is rough.'
'The bald eagle likes the cat.' 'The bald eagle likes the dog.'
'The cat eats the bald eagle.' 'The cat eats the lion.'
'The dog eats the lion.' 'The dog likes the cat.'
'The lion chases the dog.' 'The lion eats the dog.' 'The lion is red.'
'The lion is rough.' 'The lion likes the cat.' 'The lion likes the dog.'] | ['If something likes the dog then the dog is big.'
'If something is blue and it eats the dog then the dog is big.'
'If the bald eagle likes the cat then the cat likes the bald eagle.'
'If something eats the lion and the lion likes the bald eagle then it chases the lion.'
'If something eats the lion then the lion chases the cat.'
'If something chases the cat then the cat chases the bald eagle.'] | The cat chases the bald eagle. | True | 1 | 3 | [array(['The bald eagle eats the lion.'], dtype=object)
array(['The cat eats the lion.'], dtype=object)
array(['The dog eats the lion.'], dtype=object)] | [array(['If something eats the lion then the lion chases the cat.',
'If something chases the cat then the cat chases the bald eagle.'],
dtype=object)
array(['If something eats the lion then the lion chases the cat.',
'If something chases the cat then the cat chases the bald eagle.'],
dtype=object)
array(['If something eats the lion then the lion chases the cat.',
'If something chases the cat then the cat chases the bald eagle.'],
dtype=object) ] |
7,931 | ['Anne is nice.' 'Dave is big.' 'Fiona is red.' 'Harry is young.'] | ['All red things are quiet.' 'All young things are kind.'
'All kind things are green.' 'If something is quiet then it is big.'
'If something is kind then it is green.' 'Big, green things are quiet.'
'All young things are kind.' 'If something is kind then it is big.'] | Harry is quiet. | True | 3 | 7 | [array(['Harry is young.', 'Harry is young.'], dtype=object)
array(['Harry is young.', 'Harry is young.'], dtype=object)
array(['Harry is young.', 'Harry is young.'], dtype=object)
array(['Harry is young.', 'Harry is young.'], dtype=object)
array(['Harry is young.', 'Harry is young.'], dtype=object)
array(['Harry is young.', 'Harry is young.'], dtype=object)
array(['Harry is young.', 'Harry is young.'], dtype=object)
array(['Harry is young.', 'Harry is young.'], dtype=object)] | [array(['All young things are kind.',
'If something is kind then it is big.',
'All young things are kind.', 'All kind things are green.',
'Big, green things are quiet.'], dtype=object)
array(['All young things are kind.',
'If something is kind then it is big.',
'All young things are kind.',
'If something is kind then it is green.',
'Big, green things are quiet.'], dtype=object)
array(['All young things are kind.',
'If something is kind then it is big.',
'All young things are kind.', 'All kind things are green.',
'Big, green things are quiet.'], dtype=object)
array(['All young things are kind.',
'If something is kind then it is big.',
'All young things are kind.',
'If something is kind then it is green.',
'Big, green things are quiet.'], dtype=object)
array(['All young things are kind.',
'If something is kind then it is big.',
'All young things are kind.', 'All kind things are green.',
'Big, green things are quiet.'], dtype=object)
array(['All young things are kind.',
'If something is kind then it is big.',
'All young things are kind.',
'If something is kind then it is green.',
'Big, green things are quiet.'], dtype=object)
array(['All young things are kind.',
'If something is kind then it is big.',
'All young things are kind.', 'All kind things are green.',
'Big, green things are quiet.'], dtype=object)
array(['All young things are kind.',
'If something is kind then it is big.',
'All young things are kind.',
'If something is kind then it is green.',
'Big, green things are quiet.'], dtype=object)] |
7,932 | ['The mouse visits the rabbit.' 'The rabbit eats the mouse.'] | ['If the mouse sees the rabbit then the rabbit is young.'
'If something visits the mouse then the mouse sees the rabbit.'
'If something visits the rabbit then it visits the mouse.'
'If something sees the rabbit then the rabbit is not cold.'
'If something visits the rabbit and the rabbit sees the mouse then the rabbit eats the mouse.'
'If something is green and it visits the rabbit then it does not eat the rabbit.'
'Blue things are not green.'
'If the mouse sees the rabbit and the rabbit does not eat the mouse then the mouse is blue.'] | The mouse does not see the rabbit. | False | 1 | 3 | [array(['The mouse visits the rabbit.'], dtype=object)] | [array(['If something visits the rabbit then it visits the mouse.',
'If something visits the mouse then the mouse sees the rabbit.'],
dtype=object) ] |
7,933 | ['Bob is rough.' 'Dave is furry.' 'Dave is nice.' 'Dave is not red.'
'Dave is smart.' 'Fiona is green.' 'Fiona is nice.' 'Harry is blue.'
'Harry is furry.' 'Harry is green.' 'Harry is nice.' 'Harry is not red.'
'Harry is rough.' 'Harry is smart.'] | ['Smart things are green.'
'If something is nice and not rough then it is red.'
'If something is nice then it is smart.'
'If something is rough then it is nice.'
'If something is blue then it is furry.'
'All blue, smart things are furry.'
'If Bob is furry and Bob is not rough then Bob is green.'
'If something is green then it is blue.'
'If something is red and not nice then it is not blue.'] | Bob is green. | True | 3 | 4 | [array(['Bob is rough.'], dtype=object)] | [array(['If something is rough then it is nice.',
'If something is nice then it is smart.',
'Smart things are green.'], dtype=object)] |
7,934 | ['Anne is kind.' 'Dave is not green.' 'Fiona is blue.'
'Harry is not white.'] | ['All furry, cold people are kind.' 'All green people are kind.'
'If someone is round and not blue then they are white.'
'If someone is kind and cold then they are white.'
'If someone is kind then they are white.' 'Blue people are not furry.'
'All round people are cold.' 'All kind, white people are round.'] | Anne is not round. | False | 1 | 4 | [array(['Anne is kind.', 'Anne is kind.'], dtype=object)] | [array(['If someone is kind then they are white.',
'All kind, white people are round.'], dtype=object)] |
7,935 | ['Anne is nice.' 'Bob is big.' 'Bob is blue.' 'Bob is cold.'
'Charlie is big.' 'Charlie is cold.' 'Charlie is nice.'
'Charlie is young.' 'Fiona is furry.' 'Fiona is young.'] | ['If someone is furry and nice then they are cold.'
'If Bob is blue and Bob is big then Bob is cold.'
'All blue, cold people are big.'
'If someone is nice then they are smart.'
'All smart, big people are nice.' 'All smart people are blue.'
'Blue, smart people are furry.' 'Furry, cold people are smart.'
'Cold people are big.'] | Anne is not blue. | False | 1 | 3 | [array(['Anne is nice.'], dtype=object)] | [array(['If someone is nice then they are smart.',
'All smart people are blue.'], dtype=object)] |
7,936 | ['Fiona is not blue.' 'Fiona is white.' 'Gary is furry.'] | ['If Gary is blue then Gary is round.'
'If someone is red and not white then they are blue.'
'If Fiona is kind then Fiona is red.' 'Cold, red people are furry.'
'All kind, blue people are round.'
'If Fiona is white then Fiona is kind.'] | Gary is not round. | Unknown | 1 | -1 | [] | [] |
7,937 | ['Bob is green.' 'Bob is not nice.' 'Dave is furry.' 'Erin is furry.'
'Erin is nice.' 'Fiona is big.' 'Fiona is not furry.'] | ['Kind things are young.' 'Young, big things are green.'
'If something is young then it is green.'
'If something is big and rough then it is not nice.'
'If something is big then it is nice.'
'If Bob is furry then Bob is young.'
'If something is furry then it is big.'
'If something is nice then it is kind.'] | Fiona is not kind. | False | 1 | 3 | [array(['Fiona is big.'], dtype=object)] | [array(['If something is big then it is nice.',
'If something is nice then it is kind.'], dtype=object)] |
7,938 | ['Bob is green.' 'Harry is cold.' 'Harry is kind.'] | ['If Harry is cold and Harry is kind then Harry is round.'
'If someone is furry and young then they are kind.'
'Young people are furry.' 'Kind people are young.'
'Young, smart people are green.' 'If Harry is round then Harry is smart.'] | Bob is furry. | Unknown | 3 | -1 | [] | [] |
7,939 | ['The dog is rough.'] | ['All rough things are big.'
'If the dog is cold and the dog is rough then the dog is young.'
'If something is big and cold then it is rough.'
'If something is rough and big then it is cold.'
'If the dog is rough and the dog is green then the dog is cold.'
'If something is rough then it is big.' 'All big, cold things are green.'
'All cold, green things are big.'] | The dog is not cold. | False | 1 | 4 | [array(['The dog is rough.', 'The dog is rough.'], dtype=object)
array(['The dog is rough.', 'The dog is rough.'], dtype=object)] | [array(['All rough things are big.',
'If something is rough and big then it is cold.'], dtype=object)
array(['If something is rough then it is big.',
'If something is rough and big then it is cold.'], dtype=object)] |
7,940 | ['The dog sees the squirrel.' 'The mouse is young.' 'The rabbit is green.'
'The squirrel sees the mouse.'] | ['If someone sees the mouse then they like the mouse.'
'If someone is blue and they eat the dog then they like the mouse.'
'If someone eats the rabbit then the rabbit likes the dog.'
'If the dog likes the squirrel then the squirrel sees the mouse.'
'If someone likes the mouse then they are green.'
'If someone is blue and they like the rabbit then the rabbit sees the dog.'] | The dog is not green. | Unknown | 1 | -1 | [] | [] |
7,941 | ['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 rabbit does not eat the bald eagle. | Unknown | 1 | -1 | [] | [] |
7,942 | ['The bald eagle chases the cow.' 'The bald eagle chases the dog.'
'The cow needs the bald eagle.' 'The cow sees the lion.'
'The dog chases the cow.' 'The dog is green.' 'The lion is rough.'] | ['If someone is blue and rough then they see the lion.'
'If someone needs the cow and they do not need the lion then they chase the cow.'
'If someone sees the cow then the cow is kind.'
'If someone is rough then they chase the bald eagle.'
'If someone is blue then they do not chase the bald eagle.'
'If someone is kind then they chase the lion.'
'If someone chases the bald eagle and the bald eagle chases the dog then the bald eagle sees the dog.'
'If the bald eagle sees the dog then the bald eagle sees the cow.'
'If someone needs the cow then they are rough.'] | The bald eagle does not chase the bald eagle. | Unknown | 1 | -1 | [] | [] |
7,943 | ['Bob is kind.' 'Bob is rough.' 'Bob is smart.' 'Charlie is cold.'
'Charlie is kind.' 'Charlie is nice.' 'Charlie is rough.'
'Charlie is young.' 'Erin is blue.' 'Erin is kind.' 'Erin is nice.'
'Erin is young.'] | ['Young things are blue.' 'If something is blue and kind then it is cold.'
'Cold, nice things are rough.' 'If something is young then it is rough.'
'Cold, kind things are nice.' 'If Bob is smart then Bob is young.'] | Bob is not cold. | False | 3 | 5 | [array(['Bob is smart.', 'Bob is kind.'], dtype=object)] | [array(['If Bob is smart then Bob is young.', 'Young things are blue.',
'If something is blue and kind then it is cold.'], dtype=object)] |
7,944 | ['Anne is round.' 'Anne is young.' 'Erin is cold.' 'Erin is kind.'
'Erin is quiet.' 'Erin is round.' 'Erin is smart.' 'Erin is white.'
'Erin is young.' 'Gary is smart.' 'Harry is quiet.' 'Harry is young.'] | ['If someone is white and quiet then they are smart.'
'If someone is smart and cold then they are round.'
'If someone is kind then they are white.' 'Young people are quiet.'
'Quiet, smart people are round.' 'Kind, quiet people are round.'
'If someone is smart then they are kind.'
'If someone is kind then they are young.'
'All round, white people are cold.'] | Gary is not young. | False | 1 | 3 | [array(['Gary is smart.'], dtype=object)] | [array(['If someone is smart then they are kind.',
'If someone is kind then they are young.'], dtype=object)] |
7,945 | ['Charlie is kind.' 'Erin is kind.' 'Erin is round.' 'Erin is smart.'
'Harry is round.' 'Harry is smart.' 'Harry is young.'] | ['Red things are kind.'
'If Harry is round and Harry is cold then Harry is red.'] | Harry is not kind. | Unknown | 1 | -1 | [] | [] |
7,946 | ['Anne is big.' 'Anne is smart.' 'Bob is big.' 'Bob is nice.'
'Bob is rough.' 'Charlie is rough.' 'Harry is big.'] | ['All round people are green.' 'If someone is smart then they are round.'] | Bob is not green. | Unknown | 1 | -1 | [] | [] |
7,947 | ['Charlie is cold.' 'Charlie is furry.' 'Charlie is red.'
'Charlie is rough.' 'Charlie is smart.' 'Dave is furry.' 'Dave is rough.'
'Fiona is kind.' 'Fiona is young.' 'Harry is red.'] | ['If something is rough then it is cold.' 'All smart things are red.'
'All kind things are rough.' 'All red, kind things are rough.'
'If Dave is cold and Dave is young then Dave is kind.'
'Cold, young things are furry.' 'Cold, furry things are smart.'] | Harry is not smart. | Unknown | 1 | -1 | [] | [] |
7,948 | ['The cat likes the tiger.' 'The rabbit eats the cat.'
'The tiger likes the cat.'] | ['If the tiger is kind and the tiger is nice then the tiger does not like the rabbit.'
'If someone needs the tiger then the tiger likes the rabbit.'
'If the cat eats the rabbit then the rabbit is blue.'
'If someone likes the rabbit then they are nice.'
'If the tiger does not like the cat and the tiger is not kind then the cat eats the rabbit.'
'If someone likes the rabbit and they do not like the tiger then they need the cat.'
'If someone eats the cat then they need the tiger.'
'If someone eats the tiger and they do not like the rabbit then the tiger does not need the rabbit.'] | The tiger likes the rabbit. | True | 1 | 3 | [array(['The rabbit eats the cat.'], dtype=object)] | [array(['If someone eats the cat then they need the tiger.',
'If someone needs the tiger then the tiger likes the rabbit.'],
dtype=object) ] |
7,949 | ['Bob is furry.' 'Bob is kind.' 'Bob is round.' 'Dave is furry.'
'Dave is round.' 'Dave is smart.' 'Fiona is furry.' 'Fiona is green.'
'Fiona is kind.' 'Fiona is rough.' 'Fiona is round.' 'Fiona is smart.'
'Fiona is young.' 'Harry is kind.' 'Harry is young.'] | ['Green people are young.'
'If someone is kind and young then they are furry.'
'If someone is smart then they are furry.' 'Green people are rough.'
'If someone is rough then they are round.'
'All green, smart people are rough.' 'Kind, round people are smart.'
'If someone is furry and young then they are green.'] | Harry is green. | True | 1 | 5 | [array(['Harry is kind.', 'Harry is young.', 'Harry is young.'],
dtype=object) ] | [array(['If someone is kind and young then they are furry.',
'If someone is furry and young then they are green.'], dtype=object)] |
7,950 | ['Bob is green.' 'Gary is rough.' 'Harry is nice.'] | ['Green people are cold.' 'All white, green people are rough.'
'Cold people are rough.' 'Cold, rough people are white.'
'All smart people are white.'
'If someone is smart then they are not green.' 'Smart people are quiet.'
'If someone is smart and cold then they are not quiet.'] | Bob is not rough. | False | 1 | 3 | [array(['Bob is green.'], dtype=object)] | [array(['Green people are cold.', 'Cold people are rough.'], dtype=object)] |
7,951 | ['The cat chases the dog.' 'The cat eats the dog.' 'The cat is blue.'
'The cat is green.' 'The cat is nice.' 'The cat is round.'
'The cat is young.' 'The cat sees the dog.' 'The dog chases the cat.'
'The dog eats the cat.' 'The dog is blue.' 'The dog is green.'
'The dog is nice.' 'The dog is round.' 'The dog is young.'
'The dog sees the cat.'] | ['If something is nice then it eats the dog.'
'If something chases the dog and it is blue then it is nice.'
'If something is young and it chases the dog then it sees the dog.'
'If something sees the cat then it eats the cat.'
'If something eats the dog and it chases the cat then it sees the dog.'
'If something chases the cat and it sees the dog then the dog is nice.'
'If something is nice and it chases the cat then the cat eats the dog.'
'If something sees the dog then it chases the dog.'] | The dog chases the dog. | True | 3 | 5 | [array(['The dog is nice.', 'The dog chases the cat.'], dtype=object)] | [array(['If something is nice then it eats the dog.',
'If something eats the dog and it chases the cat then it sees the dog.',
'If something sees the dog then it chases the dog.'], dtype=object) ] |
7,952 | ['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 not smart. | False | 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) ] |
7,953 | ['The bald eagle eats the bear.' 'The bald eagle is rough.'
'The bald eagle is young.' 'The bald eagle likes the bear.'
'The bald eagle likes the mouse.' 'The bald eagle sees the bear.'
'The bald eagle sees the mouse.' 'The bear is rough.'
'The bear sees the bald eagle.' 'The mouse eats the bald eagle.'] | ['If someone eats the mouse then they see the mouse.'
'If someone likes the bald eagle then the bald eagle is green.'
'If someone sees the bald eagle and they eat the bear then they like the bear.'
'If someone eats the bald eagle then they like the bald eagle.'
'If the bear eats the bald eagle and the bald eagle likes the bear then the bear sees the mouse.'
'If someone sees the bear then the bear likes the bald eagle.'
'If the bear sees the bald eagle and the bald eagle eats the bear then the bald eagle sees the bear.'
'If someone is green then they eat the mouse.'] | The bald eagle does not eat the mouse. | False | 3 | 4 | [array(['The mouse eats the bald eagle.'], dtype=object)
array(['The bald eagle sees the bear.'], dtype=object)
array(['The bear sees the bald eagle.', 'The bald eagle eats the bear.'],
dtype=object) ] | [array(['If someone eats the bald eagle then they like the bald eagle.',
'If someone likes the bald eagle then the bald eagle is green.',
'If someone is green then they eat the mouse.'], dtype=object)
array(['If someone sees the bear then the bear likes the bald eagle.',
'If someone likes the bald eagle then the bald eagle is green.',
'If someone is green then they eat the mouse.'], dtype=object)
array(['If the bear sees the bald eagle and the bald eagle eats the bear then the bald eagle sees the bear.',
'If someone sees the bear then the bear likes the bald eagle.',
'If someone likes the bald eagle then the bald eagle is green.',
'If someone is green then they eat the mouse.'], dtype=object) ] |
7,954 | ['Bob is cold.' 'Charlie is not red.' 'Dave is young.' 'Erin is white.'] | ['If something is round then it is not kind.'
'If something is kind and not young then it is red.'
'Young things are red.' 'All cold, white things are round.'
'Young things are round.' 'All red things are white.'
'If Erin is round and Erin is young then Erin is white.'
'If something is white and not kind then it is green.'] | Dave is green. | True | 3 | 7 | [array(['Dave is young.', 'Dave is young.'], dtype=object)] | [array(['Young things are red.', 'All red things are white.',
'Young things are round.',
'If something is round then it is not kind.',
'If something is white and not kind then it is green.'],
dtype=object) ] |
7,955 | ['The cat sees the tiger.' 'The cow chases the cat.'
'The cow chases the tiger.' 'The cow eats the tiger.' 'The cow is red.'
'The cow is young.' 'The tiger chases the cat.' 'The tiger is young.'
'The tiger sees the cat.' 'The tiger sees the cow.'] | ['If something chases the tiger then it sees the cow.'
'If something chases the tiger then it eats the cow.'
'If the cat is red then the cat sees the cow.'
'If something eats the cow then it chases the cow.'
'If something sees the tiger then it chases the tiger.'
'If the tiger sees the cow then the tiger eats the cat.'] | The cat does not see the cow. | False | 1 | 3 | [array(['The cat sees the tiger.'], dtype=object)] | [array(['If something sees the tiger then it chases the tiger.',
'If something chases the tiger then it sees the cow.'],
dtype=object) ] |
7,956 | ['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 see the bear. | False | 3 | 6 | [array(['The bear chases the lion.', 'The lion needs the bear.',
'The bear is kind.'], 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.',
'If something needs the bear and the bear is kind then it sees the bear.'],
dtype=object) ] |
7,957 | ['Anne is not big.' 'Anne is kind.' 'Anne is smart.' 'Anne is young.'
'Charlie is kind.' 'Dave is not blue.' 'Fiona is blue.'] | ['All young people are smart.' 'If someone is big then they are not kind.'
'If someone is furry and kind then they are round.'
'If Anne is furry then Anne is smart.'
'If someone is blue and round then they are furry.'
'If someone is young then they are furry.'
'If Dave is young and Dave is not kind then Dave is round.'
'All round people are not blue.'] | Anne is round. | True | 1 | 4 | [array(['Anne is young.', 'Anne is kind.'], dtype=object)] | [array(['If someone is young then they are furry.',
'If someone is furry and kind then they are round.'], dtype=object)] |
7,958 | ['Bob is green.' 'Charlie is blue.' 'Dave is nice.' 'Dave is red.'
'Dave is rough.' 'Gary is green.' 'Gary is red.'] | ['If Charlie is rough and Charlie is blue then Charlie is red.'
'If someone is red then they are blue.'
'All green, rough people are smart.' 'Red, kind people are rough.'
'All blue people are green.'
'If someone is rough and blue then they are red.'
'All nice, smart people are red.' 'Smart, rough people are red.'] | Charlie is not red. | Unknown | 1 | -1 | [] | [] |
7,959 | ['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.'] | Anne is furry. | Unknown | 1 | -1 | [] | [] |
7,960 | ['The bald eagle eats the cow.' 'The bald eagle eats the tiger.'
'The bald eagle is cold.' 'The bald eagle needs the tiger.'
'The bald eagle visits the cow.' 'The bear is cold.'
'The bear needs the bald eagle.' 'The bear needs the tiger.'
'The cow eats the tiger.' 'The cow needs the bear.'
'The cow visits the bear.' 'The tiger eats the bear.'
'The tiger eats the cow.' 'The tiger is cold.' 'The tiger is green.'
'The tiger needs the bald eagle.'] | ['If someone visits the cow and the cow is kind then the cow needs the bear.'
'If someone needs the cow then they are red.' 'All red people are cold.'
'If someone is big and they eat the tiger then they need the bald eagle.'
'If someone needs the cow and they are big then they visit the bear.'
'If someone visits the bear then they need the cow.'] | The cow is not red. | False | 1 | 3 | [array(['The cow visits the bear.'], dtype=object)] | [array(['If someone visits the bear then they need the cow.',
'If someone needs the cow then they are red.'], dtype=object)] |
7,961 | ['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 red. | True | 1 | 4 | [array(['Anne is furry.', 'Anne is rough.'], dtype=object)] | [array(['If something is furry and rough then it is green.',
'All green things are red.'], dtype=object) ] |
7,962 | ['The cat is blue.' 'The cat is kind.' 'The cat is nice.'
'The cat needs the dog.' 'The cat visits the dog.'
'The cat visits the squirrel.' 'The dog sees the squirrel.'
'The squirrel sees the cat.' 'The squirrel visits the cat.'
'The squirrel visits the dog.'] | ['If the dog visits the squirrel then the dog is blue.'
'If something visits the dog then the dog visits the squirrel.'] | The dog is not blue. | False | 1 | 3 | [array(['The squirrel visits the dog.'], dtype=object)
array(['The cat visits the dog.'], dtype=object)] | [array(['If something visits the dog then the dog visits the squirrel.',
'If the dog visits the squirrel then the dog is blue.'],
dtype=object)
array(['If something visits the dog then the dog visits the squirrel.',
'If the dog visits the squirrel then the dog is blue.'],
dtype=object) ] |
7,963 | ['Anne is kind.' 'Anne is nice.' 'Anne is quiet.' 'Anne is round.'
'Bob is not round.' 'Dave is furry.' 'Erin is nice.'] | ['If something is nice then it is quiet.'
'All nice, kind things are not young.'
'If something is furry then it is cold.' 'Quiet, nice things are cold.'
'If Erin is young then Erin is not kind.' 'Furry, quiet things are kind.'
'All cold things are kind.' 'If Erin is young then Erin is not quiet.'
'If something is kind and not young then it is round.'] | Bob is kind. | Unknown | 1 | -1 | [] | [] |
7,964 | ['The bear chases the cat.' 'The bear chases the cow.'
'The bear likes the cat.' 'The bear likes the lion.'
'The bear visits the cat.' 'The cat is red.' 'The cat visits the bear.'
'The cat visits the cow.' 'The cow visits the lion.'
'The lion chases the cat.' 'The lion is nice.'] | ['If something likes the bear and it visits the lion then it is green.'
'If something likes the lion and the lion is nice then it chases the lion.'
'If something is green and it chases the cow then the cow is cold.'
'Cold things are green.'
'If something chases the lion and the lion chases the cat then it is cold.'
'If the lion likes the cat and the cat chases the lion then the lion is nice.'
'If something likes the cat then it likes the lion.'
'If something likes the cat then it likes the lion.'
'If something chases the lion then the lion visits the bear.'] | The lion does not visit the bear. | False | 1 | 4 | [array(['The bear likes the lion.', 'The lion is nice.'], dtype=object)
array(['The bear likes the cat.', 'The lion is nice.'], dtype=object)
array(['The bear likes the cat.', 'The lion is nice.'], dtype=object)] | [array(['If something likes the lion and the lion is nice then it chases the lion.',
'If something chases the lion then the lion visits the bear.'],
dtype=object)
array(['If something likes the cat then it likes the lion.',
'If something likes the lion and the lion is nice then it chases the lion.',
'If something chases the lion then the lion visits the bear.'],
dtype=object)
array(['If something likes the cat then it likes the lion.',
'If something likes the lion and the lion is nice then it chases the lion.',
'If something chases the lion then the lion visits the bear.'],
dtype=object) ] |
7,965 | ['The bear chases the lion.' 'The bear is cold.' 'The bear is nice.'
'The bear visits the rabbit.' 'The lion is red.'
'The rabbit chases the bear.' 'The rabbit is green.'
'The squirrel chases the bear.' 'The squirrel likes the bear.'
'The squirrel visits the lion.'] | ['If something chases the squirrel then the squirrel is red.'
'If something likes the lion then it chases the squirrel.'
'If something is red then it likes the lion.'
'If something is nice and it chases the lion then it likes the rabbit.'
'If something likes the bear and the bear likes the rabbit then the bear is green.'
'If the squirrel visits the rabbit and the rabbit likes the bear then the bear visits the squirrel.'] | The lion does not chase the squirrel. | False | 1 | 3 | [array(['The lion is red.'], dtype=object)] | [array(['If something is red then it likes the lion.',
'If something likes the lion then it chases the squirrel.'],
dtype=object) ] |
7,966 | ['The bear is blue.' 'The bear needs the squirrel.'
'The bear sees the lion.' 'The cow needs the lion.'
'The lion likes the bear.' 'The lion sees the bear.'
'The squirrel likes the cow.'] | ['If someone sees the lion then the lion likes the squirrel.'
'If the bear is young and the bear does not need the squirrel then the bear sees the cow.'
'If someone likes the squirrel then the squirrel sees the bear.'
'If someone likes the bear and the bear is nice then the bear does not see the squirrel.'
'If someone needs the squirrel then the squirrel sees the cow.'
'If someone sees the cow and they see the bear then the cow sees the bear.'
'If the squirrel likes the cow then the squirrel needs the bear.'
'If someone likes the squirrel and the squirrel needs the bear then the bear is not red.'] | The cow does not see the bear. | False | 3 | 6 | [array(['The bear needs the squirrel.', 'The bear sees the lion.'],
dtype=object) ] | [array(['If someone needs the squirrel then the squirrel sees the cow.',
'If someone sees the lion then the lion likes the squirrel.',
'If someone likes the squirrel then the squirrel sees the bear.',
'If someone sees the cow and they see the bear then the cow sees the bear.'],
dtype=object) ] |
7,967 | ['Anne is green.' 'Bob is green.' 'Charlie is kind.' 'Gary is white.'] | ['All young people are white.'
'If someone is young and white then they are cold.'
'All kind people are young.'] | Charlie is cold. | True | 3 | 6 | [array(['Charlie is kind.', 'Charlie is kind.'], dtype=object)] | [array(['All kind people are young.', 'All kind people are young.',
'All young people are white.',
'If someone is young and white then they are cold.'], dtype=object)] |
7,968 | ['The cat is blue.' 'The cat is rough.' 'The cat is young.'] | ['Red, rough people are young.'
'If the cat is kind then the cat is rough.' 'All kind people are blue.'
'If someone is blue then they are rough.'
'If the cat is rough and the cat is kind then the cat is red.'
'Red, kind people are young.'
'If someone is blue and young then they are kind.'
'Rough people are young.'] | The cat is not red. | False | 1 | 5 | [array(['The cat is rough.', 'The cat is blue.', 'The cat is young.'],
dtype=object)
array(['The cat is blue.', 'The cat is blue.', 'The cat is young.'],
dtype=object)
array(['The cat is rough.', 'The cat is blue.', 'The cat is rough.'],
dtype=object)
array(['The cat is blue.', 'The cat is blue.', 'The cat is rough.'],
dtype=object)
array(['The cat is blue.', 'The cat is young.', 'The cat is blue.',
'The cat is young.'], dtype=object)
array(['The cat is blue.', 'The cat is young.', 'The cat is blue.',
'The cat is rough.'], dtype=object)
array(['The cat is rough.', 'The cat is blue.', 'The cat is blue.'],
dtype=object)
array(['The cat is blue.', 'The cat is blue.', 'The cat is blue.'],
dtype=object)
array(['The cat is blue.', 'The cat is young.', 'The cat is blue.',
'The cat is blue.'], dtype=object) ] | [array(['If someone is blue and young then they are kind.',
'If the cat is rough and the cat is kind then the cat is red.'],
dtype=object)
array(['If someone is blue then they are rough.',
'If someone is blue and young then they are kind.',
'If the cat is rough and the cat is kind then the cat is red.'],
dtype=object)
array(['Rough people are young.',
'If someone is blue and young then they are kind.',
'If the cat is rough and the cat is kind then the cat is red.'],
dtype=object)
array(['If someone is blue then they are rough.',
'Rough people are young.',
'If someone is blue and young then they are kind.',
'If the cat is rough and the cat is kind then the cat is red.'],
dtype=object)
array(['If someone is blue and young then they are kind.',
'If the cat is kind then the cat is rough.',
'If someone is blue and young then they are kind.',
'If the cat is rough and the cat is kind then the cat is red.'],
dtype=object)
array(['If someone is blue and young then they are kind.',
'If the cat is kind then the cat is rough.',
'Rough people are young.',
'If someone is blue and young then they are kind.',
'If the cat is rough and the cat is kind then the cat is red.'],
dtype=object)
array(['If someone is blue then they are rough.',
'Rough people are young.',
'If someone is blue and young then they are kind.',
'If the cat is rough and the cat is kind then the cat is red.'],
dtype=object)
array(['If someone is blue then they are rough.',
'If someone is blue then they are rough.',
'Rough people are young.',
'If someone is blue and young then they are kind.',
'If the cat is rough and the cat is kind then the cat is red.'],
dtype=object)
array(['If someone is blue and young then they are kind.',
'If the cat is kind then the cat is rough.',
'If someone is blue then they are rough.',
'Rough people are young.',
'If someone is blue and young then they are kind.',
'If the cat is rough and the cat is kind then the cat is red.'],
dtype=object) ] |
7,969 | ['Dave is blue.' 'Dave is furry.' 'Dave is nice.' 'Dave is quiet.'
'Dave is rough.' 'Dave is round.' 'Fiona is blue.' 'Fiona is furry.'
'Fiona is nice.' 'Fiona is round.' 'Gary is cold.' 'Gary is quiet.'
'Gary is round.' 'Harry is cold.' 'Harry is rough.'] | ['If someone is furry then they are quiet.'
'All quiet, rough people are round.' 'All furry people are cold.'
'If someone is cold then they are rough.'
'All quiet, nice people are furry.' 'Rough, quiet people are nice.'] | Gary is nice. | True | 1 | 4 | [array(['Gary is cold.', 'Gary is quiet.'], dtype=object)] | [array(['If someone is cold then they are rough.',
'Rough, quiet people are nice.'], dtype=object)] |
7,970 | ['Anne is nice.' 'Anne is rough.' 'Anne is smart.' 'Dave is quiet.'
'Erin is rough.' 'Harry is nice.' 'Harry is smart.'] | ['If someone is smart then they are not quiet.'
'If someone is smart and not quiet then they are rough.'] | Harry is rough. | True | 1 | 4 | [array(['Harry is smart.', 'Harry is smart.'], dtype=object)] | [array(['If someone is smart then they are not quiet.',
'If someone is smart and not quiet then they are rough.'],
dtype=object) ] |
7,971 | ['The cat chases the squirrel.' 'The cat is green.' 'The cat is kind.'
'The cat needs the squirrel.' 'The cat sees the squirrel.'
'The lion chases the squirrel.' 'The lion needs the squirrel.'
'The mouse chases the cat.' 'The mouse chases the lion.'
'The mouse chases the squirrel.' 'The mouse is green.'
'The mouse needs the lion.' 'The mouse sees the lion.'
'The squirrel needs the cat.' 'The squirrel needs the mouse.'
'The squirrel sees the cat.'] | ['If something needs the cat then it needs the mouse.'
'If something is red then it needs the squirrel.'
'If the squirrel sees the cat then the squirrel needs the cat.'
'If the cat is blue and the cat sees the squirrel then the squirrel needs the lion.'
'If something is kind and it sees the mouse then it needs the squirrel.'
'If something needs the squirrel then it sees the mouse.'
'If something needs the cat then it is red.'
'If something sees the squirrel then it sees the lion.'] | The squirrel needs the squirrel. | True | 1 | 3 | [array(['The squirrel needs the cat.'], dtype=object)
array(['The squirrel sees the cat.'], dtype=object)] | [array(['If something needs the cat then it is red.',
'If something is red then it needs the squirrel.'], dtype=object)
array(['If the squirrel sees the cat then the squirrel needs the cat.',
'If something needs the cat then it is red.',
'If something is red then it needs the squirrel.'], dtype=object)] |
7,972 | ['Anne is furry.' 'Anne is nice.' 'Anne is rough.' 'Anne is white.'
'Erin is furry.' 'Erin is rough.' 'Erin is white.' 'Fiona is big.'
'Fiona is nice.' 'Fiona is round.' 'Harry is nice.' 'Harry is rough.'] | ['All furry things are white.' 'If Harry is red then Harry is round.'
'All round, red things are furry.'
'If Harry is rough then Harry is round.' 'Nice, red things are big.'
'Round, red things are white.' 'All nice, white things are red.'
'If something is round then it is furry.'] | Fiona is white. | True | 1 | 3 | [array(['Fiona is round.'], dtype=object)] | [array(['If something is round then it is furry.',
'All furry things are white.'], dtype=object)] |
7,973 | ['Charlie is big.' 'Charlie is rough.' 'Charlie is smart.'
'Charlie is young.' 'Erin is kind.' 'Erin is quiet.' 'Erin is rough.'
'Erin is young.' 'Fiona is smart.' 'Gary is big.' 'Gary is kind.'
'Gary is smart.'] | ['If something is smart then it is kind.'
'If something is kind then it is quiet.'
'All nice, big things are quiet.' 'Kind, quiet things are nice.'
'Big things are smart.' 'Nice, young things are big.'
'If something is smart and young then it is big.'
'If something is nice and quiet then it is big.'
'All kind, big things are young.'] | Fiona is quiet. | True | 1 | 3 | [array(['Fiona is smart.'], dtype=object)] | [array(['If something is smart then it is kind.',
'If something is kind then it is quiet.'], dtype=object)] |
7,974 | ['Bob is cold.' 'Charlie is smart.' 'Fiona is young.' 'Harry is cold.'] | ['All round, cold people are blue.' 'Young people are kind.'
'If someone is young and kind then they are furry.'
'If Fiona is furry then Fiona is young.' 'All round people are blue.'
'All smart people are young.'] | Fiona is not furry. | False | 1 | 4 | [array(['Fiona is young.', 'Fiona is young.'], dtype=object)] | [array(['Young people are kind.',
'If someone is young and kind then they are furry.'], dtype=object)] |
7,975 | ['The bear eats the rabbit.' 'The bear is kind.'
'The bear likes the rabbit.' 'The cat likes the bear.'
'The cat likes the rabbit.' 'The rabbit eats the cat.'
'The rabbit is cold.'] | ['If something eats the bear and the bear eats the rabbit then it likes the cat.'
'If something eats the cat then the cat needs the bear.'
'If something needs the bear then it eats the bear.'] | The rabbit likes the cat. | Unknown | 1 | -1 | [] | [] |
7,976 | ['Fiona is nice.' 'Gary is nice.'] | ['Kind, cold things are smart.' 'If Fiona is nice then Fiona is cold.'
'Green, kind things are nice.' 'All smart things are furry.'
'Nice things are kind.' 'All green, kind things are smart.'] | Fiona is smart. | True | 1 | 5 | [array(['Fiona is nice.', 'Fiona is nice.'], dtype=object)] | [array(['Nice things are kind.', 'If Fiona is nice then Fiona is cold.',
'Kind, cold things are smart.'], dtype=object) ] |
7,977 | ['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 big. | True | 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) ] |
7,978 | ['The dog is blue.' 'The dog sees the mouse.' 'The mouse is not round.'
'The mouse sees the dog.' 'The rabbit is cold.' 'The rabbit is red.'
'The rabbit sees the mouse.' 'The squirrel is green.'
'The squirrel needs the mouse.' 'The squirrel sees the dog.'
'The squirrel does not visit the dog.'] | ['If something sees the dog then it sees the squirrel.'
'If something is red and blue then it sees the squirrel.'
'If something needs the squirrel and it is green then it visits the rabbit.'
'If something needs the rabbit and the rabbit is blue then the rabbit does not need the dog.'
'If the mouse needs the rabbit and the rabbit is cold then the mouse is green.'
'If something sees the squirrel then it needs the rabbit.'
'If something sees the rabbit then it needs the mouse.'
'If something is blue then it needs the dog.'
'If something is green and it sees the dog then it is blue.'] | The rabbit needs the rabbit. | Unknown | 3 | -1 | [] | [] |
7,979 | ['The rabbit is kind.' 'The rabbit is nice.' 'The rabbit sees the tiger.'
'The squirrel is not rough.' 'The squirrel does not see the rabbit.'
'The squirrel sees the tiger.' 'The squirrel visits the tiger.'
'The tiger is big.' 'The tiger is rough.' 'The tiger visits the rabbit.'] | ['If something chases the tiger then the tiger does not see the rabbit.'
'If something is big then it chases the tiger.'] | The tiger sees the rabbit. | False | 1 | 3 | [array(['The tiger is big.'], dtype=object)] | [array(['If something is big then it chases the tiger.',
'If something chases the tiger then the tiger does not see the rabbit.'],
dtype=object) ] |
7,980 | ['Dave is blue.' 'Dave is nice.' 'Dave is red.' 'Dave is rough.'
'Dave is white.' 'Dave is young.' 'Fiona is blue.' 'Fiona is nice.'
'Fiona is rough.' 'Fiona is white.' 'Fiona is young.' 'Gary is big.'
'Gary is red.' 'Gary is young.' 'Harry is big.' 'Harry is red.'] | ['All big, young things are blue.' 'If something is white then it is red.'
'All rough things are big.' 'If something is rough then it is white.'
'If something is young and red then it is rough.' 'Red things are young.'] | Harry is not white. | False | 3 | 5 | [array(['Harry is red.', 'Harry is red.'], dtype=object)] | [array(['Red things are young.',
'If something is young and red then it is rough.',
'If something is rough then it is white.'], dtype=object)] |
7,981 | ['Bob is blue.' 'Charlie is young.' 'Erin is quiet.'] | ['All kind things are nice.' 'Young things are kind.'
'All nice, kind things are smart.'
'If something is young and nice then it is kind.'
'White, blue things are smart.'
'If Erin is kind and Erin is smart then Erin is white.'] | Erin is white. | Unknown | 1 | -1 | [] | [] |
7,982 | ['Anne is nice.' 'Anne is quiet.' 'Anne is red.' 'Anne is smart.'
'Charlie is nice.' 'Charlie is smart.' 'Gary is young.' 'Harry is kind.'
'Harry is nice.' 'Harry is red.' 'Harry is rough.' 'Harry is young.'] | ['Young things are smart.'
'If something is smart and young then it is quiet.'] | Gary is quiet. | True | 1 | 4 | [array(['Gary is young.', 'Gary is young.'], dtype=object)] | [array(['Young things are smart.',
'If something is smart and young then it is quiet.'], dtype=object)] |
7,983 | ['Anne is smart.' 'Bob is quiet.' 'Bob is young.' 'Fiona is not quiet.'
'Gary is kind.' 'Gary is rough.' 'Gary is smart.'] | ['Rough, kind people are blue.' 'Young, kind people are rough.'
'If someone is furry then they are quiet.'
'Furry, young people are quiet.' 'All quiet people are young.'
'If someone is blue and kind then they are young.'
'If someone is smart then they are furry.'
'If Fiona is blue then Fiona is not kind.' 'Young people are kind.'] | Fiona is not blue. | Unknown | 3 | -1 | [] | [] |
7,984 | ['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 sees the lion. | True | 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) ] |
7,985 | ['Anne is young.' 'Dave is furry.'] | ['All young people are blue.' 'If someone is round then they are green.'
'If someone is blue and young then they are red.'] | Anne is red. | True | 1 | 4 | [array(['Anne is young.', 'Anne is young.'], dtype=object)] | [array(['All young people are blue.',
'If someone is blue and young then they are red.'], dtype=object)] |
7,986 | ['The cat is nice.' 'The cat is round.' 'The cat is young.'
'The cat needs the cow.' 'The cat sees the cow.'
'The cat visits the cow.' 'The cow is big.' 'The cow is kind.'
'The cow sees the cat.' 'The cow visits the cat.'] | ['If someone visits the cow then the cow needs the cat.'
'If the cow sees the cat and the cat is round then the cow needs the cat.'
'If someone is kind and they see the cat then they need the cow.'
'If someone visits the cow and the cow needs the cat then the cat is big.'
'If the cow visits the cat and the cat is nice then the cow is young.'
'If someone is big then they need the cat.'] | The cat does not need the cat. | False | 3 | 5 | [array(['The cat visits the cow.', 'The cat visits the cow.'], dtype=object)
array(['The cat visits the cow.', 'The cow is big.'], dtype=object)
array(['The cat visits the cow.', 'The cow sees the cat.',
'The cat is round.'], dtype=object) ] | [array(['If someone visits the cow then the cow needs the cat.',
'If someone visits the cow and the cow needs the cat then the cat is big.',
'If someone is big then they need the cat.'], dtype=object)
array(['If someone is big then they need the cat.',
'If someone visits the cow and the cow needs the cat then the cat is big.',
'If someone is big then they need the cat.'], dtype=object)
array(['If the cow sees the cat and the cat is round then the cow needs the cat.',
'If someone visits the cow and the cow needs the cat then the cat is big.',
'If someone is big then they need the cat.'], dtype=object) ] |
7,987 | ['Bob is big.' 'Bob is cold.' 'Charlie is not cold.' 'Charlie is nice.'
'Charlie is not young.' 'Dave is big.' 'Dave is furry.' 'Gary is green.'
'Gary is nice.' 'Gary is young.'] | ['Blue, big things are not green.' 'If something is cold then it is blue.'
'If something is cold and not furry then it is not big.'
'All furry things are nice.' 'All young things are nice.'
'If Gary is nice and Gary is furry then Gary is cold.'
'All cold, green things are not young.'
'If Dave is nice then Dave is cold.'] | Bob is green. | False | 1 | 4 | [array(['Bob is cold.', 'Bob is big.'], dtype=object)] | [array(['If something is cold then it is blue.',
'Blue, big things are not green.'], dtype=object)] |
7,988 | ['The cat chases the cow.' 'The cat chases the dog.' 'The cat is cold.'
'The cow eats the cat.' 'The cow is cold.' 'The dog chases the cat.'
'The dog eats the cat.' 'The dog eats the lion.' 'The dog is red.'
'The dog is young.' 'The lion chases the cow.' 'The lion eats the cat.'
'The lion eats the dog.' 'The lion is cold.' 'The lion needs the cow.'
'The lion needs the dog.'] | ['If someone chases the lion and they chase the dog then the lion is young.'
'If someone is rough then they eat the cow.'
'If the dog needs the cow and the cow eats the lion then the lion is cold.'
'Young people are red.' 'If someone eats the dog then they need the cat.'
'If someone is cold then they chase the lion.'
'If someone is green and they need the cow then they need the cat.'
'If someone is red and they need the cow then the cow eats the dog.'] | The lion is young. | True | 1 | 4 | [array(['The cat is cold.', 'The cat chases the dog.'], dtype=object)] | [array(['If someone is cold then they chase the lion.',
'If someone chases the lion and they chase the dog then the lion is young.'],
dtype=object) ] |
7,989 | ['Anne is green.' 'Charlie is blue.' 'Charlie is not green.'
'Charlie is nice.' 'Erin is young.' 'Harry is kind.' 'Harry is white.'] | ['If something is blue then it is nice.'
'If something is blue and not quiet then it is nice.'
'If something is nice then it is kind.'
'If Erin is green then Erin is white.' 'All green things are blue.'
'If something is young then it is white.'
'If Harry is white then Harry is young.'
'If Erin is nice and Erin is blue then Erin is young.'
'All white things are green.'] | Anne is not nice. | False | 1 | 3 | [array(['Anne is green.'], dtype=object)] | [array(['All green things are blue.',
'If something is blue then it is nice.'], dtype=object)] |
7,990 | ['Charlie is not smart.' 'Dave is round.' 'Harry is smart.'] | ['If something is quiet and smart then it is furry.'
'Smart things are not furry.'
'If something is smart and not furry then it is big.'] | Harry is not big. | False | 1 | 4 | [array(['Harry is smart.', 'Harry is smart.'], dtype=object)] | [array(['Smart things are not furry.',
'If something is smart and not furry then it is big.'],
dtype=object) ] |
7,991 | ['Bob is red.' 'Bob is round.' 'Bob is white.' 'Bob is young.'
'Dave is green.' 'Dave is red.' 'Dave is rough.' 'Dave is round.'
'Dave is young.' 'Harry is big.' 'Harry is green.' 'Harry is red.'
'Harry is rough.' 'Harry is round.' 'Harry is white.' 'Harry is young.'] | ['All young things are big.' 'If Bob is big then Bob is green.'] | Bob is not green. | False | 1 | 3 | [array(['Bob is young.'], dtype=object)] | [array(['All young things are big.', 'If Bob is big then Bob is green.'],
dtype=object) ] |
7,992 | ['Fiona is smart.' 'Gary is furry.'] | ['If someone is furry then they are blue.'
'If Gary is cold and Gary is blue then Gary is green.'
'All blue people are green.'] | Gary is not green. | False | 1 | 3 | [array(['Gary is furry.'], dtype=object)] | [array(['If someone is furry then they are blue.',
'All blue people are green.'], dtype=object)] |
7,993 | ['The bald eagle chases the cat.' 'The bald eagle is kind.'
'The bald eagle needs the bear.' 'The bald eagle visits the bear.'
'The bear is red.' 'The cat chases the dog.' 'The cat is red.'
'The cat needs the dog.' 'The cat visits the bear.'
'The dog needs the bald eagle.' 'The dog needs the cat.'
'The dog visits the cat.'] | ['If someone visits the cat and the cat visits the dog then they are nice.'
'If someone needs the bear then they are kind.'
'If someone chases the bear then they visit the dog.'
'If someone chases the cat then the cat chases the bear.'
'If the dog is young and the dog chases the bald eagle then the dog needs the bear.'
'If someone is nice then they chase the cat.'
'If someone needs the bald eagle and the bald eagle chases the bear then they chase the dog.'
'If someone chases the cat then the cat needs the bald eagle.'
'If someone is nice and they visit the cat then the cat is nice.'] | The bear chases the cat. | Unknown | 1 | -1 | [] | [] |
7,994 | ['Bob is blue.' 'Bob is cold.' 'Bob is nice.' 'Bob is round.'
'Bob is smart.' 'Bob is white.' 'Dave is cold.' 'Dave is white.'
'Erin is blue.' 'Erin is cold.' 'Erin is nice.' 'Erin is round.'
'Erin is smart.' 'Fiona is blue.' 'Fiona is nice.' 'Fiona is smart.'] | ['White people are nice.' 'All rough people are smart.'
'If someone is blue and rough then they are smart.'
'All nice, rough people are smart.'
'If someone is nice and round then they are rough.'
'White, smart people are blue.' 'All blue people are nice.'
'Nice people are round.'] | Dave is not round. | False | 1 | 3 | [array(['Dave is white.'], dtype=object)] | [array(['White people are nice.', 'Nice people are round.'], dtype=object)] |
7,995 | ['Anne is blue.' 'Charlie is blue.' 'Charlie is green.'
'Charlie is smart.' 'Fiona is big.' 'Fiona is blue.' 'Fiona is furry.'
'Fiona is green.' 'Fiona is quiet.' 'Gary is rough.' 'Gary is smart.'] | ['All blue things are quiet.' 'If Anne is green then Anne is quiet.'
'All rough, blue things are smart.' 'All blue, quiet things are furry.'
'If something is furry then it is blue.' 'Furry things are rough.'
'Smart things are big.' 'Rough things are quiet.'] | Anne is rough. | True | 3 | 5 | [array(['Anne is blue.', 'Anne is blue.'], dtype=object)] | [array(['All blue things are quiet.', 'All blue, quiet things are furry.',
'Furry things are rough.'], dtype=object) ] |
7,996 | ['The lion is not big.' 'The lion is blue.' 'The lion is cold.'
'The lion is not green.' 'The lion is rough.' 'The lion likes the tiger.'
'The lion needs the tiger.' 'The lion visits the tiger.'
'The tiger is big.' 'The tiger is blue.' 'The tiger is cold.'
'The tiger is green.' 'The tiger likes the lion.'
'The tiger does not need the lion.' 'The tiger visits the lion.'] | ['If someone needs the tiger and the tiger needs the lion then the lion does not visit the tiger.'
'If someone likes the lion and they visit the tiger then they need the tiger.'
'If someone visits the lion then they visit the tiger.'
'If someone is cold and they need the tiger then they like the tiger.'
'If the tiger is green then the tiger likes the lion.'
'If someone likes the lion and they do not need the tiger then the lion does not like the tiger.'
'If the lion does not like the tiger and the lion does not need the tiger then the tiger is big.'
'If someone is big and they do not like the lion then they are not blue.'] | The tiger does not need the tiger. | False | 1 | 4 | [array(['The tiger likes the lion.', 'The tiger visits the lion.'],
dtype=object)
array(['The tiger is green.', 'The tiger visits the lion.'], dtype=object)] | [array(['If someone visits the lion then they visit the tiger.',
'If someone likes the lion and they visit the tiger then they need the tiger.'],
dtype=object)
array(['If the tiger is green then the tiger likes the lion.',
'If someone visits the lion then they visit the tiger.',
'If someone likes the lion and they visit the tiger then they need the tiger.'],
dtype=object) ] |
7,997 | ['Bob is nice.' 'Bob is round.' 'Bob is young.' 'Dave is round.'
'Erin is big.' 'Erin is red.' 'Gary is young.'] | ['All round things are nice.' 'All nice, big things are white.'
'If something is big and white then it is round.'
'Young things are nice.' 'Big, red things are young.'
'All nice things are quiet.' 'All quiet things are big.'
'Young, quiet things are red.'] | Dave is not quiet. | False | 1 | 3 | [array(['Dave is round.'], dtype=object)] | [array(['All round things are nice.', 'All nice things are quiet.'],
dtype=object) ] |
7,998 | ['The bald eagle chases the cow.' 'The bald eagle chases the mouse.'
'The bald eagle visits the cow.' 'The cow sees the mouse.'
'The dog sees the mouse.' 'The mouse chases the cow.'
'The mouse is kind.' 'The mouse is nice.' 'The mouse sees the dog.'
'The mouse visits the bald eagle.' 'The mouse visits the dog.'] | ['If something chases the cow and it sees the cow then the cow sees the dog.'
'If something is nice then it visits the cow.'
'If something chases the dog then it is cold.'
'If something is nice then it chases the bald eagle.'
'If something sees the cow then it is rough.'
'If something sees the bald eagle then it is cold.'
'All cold things are kind.'
'If something chases the bald eagle then it chases the dog.'
'If something is cold and it sees the dog then it sees the cow.'] | The mouse chases the dog. | True | 1 | 3 | [array(['The mouse is nice.'], dtype=object)] | [array(['If something is nice then it chases the bald eagle.',
'If something chases the bald eagle then it chases the dog.'],
dtype=object) ] |
7,999 | ['Erin is big.' 'Erin is furry.' 'Erin is kind.' 'Erin is nice.'
'Erin is rough.' 'Erin is white.' 'Harry is big.' 'Harry is furry.'
'Harry is kind.' 'Harry is white.'] | ['If something is big then it is nice.'
'If something is kind and nice then it is rough.'] | Harry is not rough. | False | 1 | 4 | [array(['Harry is kind.', 'Harry is big.'], dtype=object)] | [array(['If something is big then it is nice.',
'If something is kind and nice then it is rough.'], dtype=object)] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.