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