Unnamed: 0 int64 0 16.4k | facts stringlengths 15 526 | rules stringlengths 50 716 | question stringlengths 11 45 | answer stringclasses 3
values | depth int64 1 3 | len int64 -1 9 | used_facts stringlengths 2 9.68k | used_rules stringlengths 2 21k |
|---|---|---|---|---|---|---|---|---|
11,100 | ['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.'] | Fiona is quiet. | True | 1 | 3 | [array(['Fiona is big.'], dtype=object)] | [array(['If Fiona is big then Fiona is furry.',
'If someone is furry then they are quiet.'], dtype=object)] |
11,101 | ['Anne is big.' 'Anne is kind.' 'Anne is round.'] | ['If something is rough and green then it is kind.'
'If something is green then it is round.' 'Blue, rough things are cold.'
'If something is big and blue then it is kind.'
'If something is big then it is blue.' 'All cold things are green.'
'All kind, big things are rough.' 'All round, rough things are cold.'] | Anne is not cold. | False | 1 | 5 | [array(['Anne is round.', 'Anne is kind.', 'Anne is big.'], dtype=object)
array(['Anne is big.', 'Anne is kind.', 'Anne is big.'], dtype=object)
array(['Anne is round.', 'Anne is big.', 'Anne is big.', 'Anne is big.'],
dtype=object)
array(['Anne is big.', 'Anne is big.', 'Anne is big.', 'Anne is big.'],
dtype=object) ] | [array(['All kind, big things are rough.',
'All round, rough things are cold.'], dtype=object)
array(['If something is big then it is blue.',
'All kind, big things are rough.', 'Blue, rough things are cold.'],
dtype=object)
array(['If something is big then it is blue.',
'If something is big and blue then it is kind.',
'All kind, big things are rough.',
'All round, rough things are cold.'], dtype=object)
array(['If something is big then it is blue.',
'If something is big then it is blue.',
'If something is big and blue then it is kind.',
'All kind, big things are rough.', 'Blue, rough things are cold.'],
dtype=object) ] |
11,102 | ['Anne is smart.' 'Bob is big.' 'Bob is rough.' 'Dave is big.'
'Dave is nice.' 'Dave is rough.' 'Dave is white.' 'Fiona is nice.'
'Fiona is white.' 'Fiona is young.'] | ['All white things are nice.' 'Rough, blue things are nice.'
'All rough things are smart.'
'If something is nice and white then it is blue.'
'Nice things are white.' 'Big, young things are white.'
'If something is big and smart then it is young.'
'If Fiona is blue and Fiona is big then Fiona is rough.'] | Bob is white. | True | 3 | 6 | [array(['Bob is big.', 'Bob is big.', 'Bob is rough.'], dtype=object)] | [array(['All rough things are smart.',
'If something is big and smart then it is young.',
'Big, young things are white.'], dtype=object) ] |
11,103 | ['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) ] |
11,104 | ['Charlie is nice.' 'Charlie is quiet.' 'Charlie is red.'
'Charlie is smart.' 'Harry is furry.' 'Harry is quiet.' 'Harry is red.'] | ['Quiet people are nice.' 'All furry, quiet people are smart.'
'If Charlie is furry and Charlie is white then Charlie is rough.'
'If Harry is red then Harry is quiet.'
'All nice, quiet people are rough.'
'If someone is nice and quiet then they are white.'] | Harry is not rough. | False | 1 | 4 | [array(['Harry is quiet.', 'Harry is quiet.'], dtype=object)
array(['Harry is quiet.', 'Harry is red.'], dtype=object)
array(['Harry is red.', 'Harry is quiet.'], dtype=object)
array(['Harry is red.', 'Harry is red.'], dtype=object)] | [array(['Quiet people are nice.', 'All nice, quiet people are rough.'],
dtype=object)
array(['Quiet people are nice.', 'If Harry is red then Harry is quiet.',
'All nice, quiet people are rough.'], dtype=object)
array(['If Harry is red then Harry is quiet.', 'Quiet people are nice.',
'All nice, quiet people are rough.'], dtype=object)
array(['If Harry is red then Harry is quiet.', 'Quiet people are nice.',
'If Harry is red then Harry is quiet.',
'All nice, quiet people are rough.'], dtype=object) ] |
11,105 | ['The bear chases the rabbit.' 'The bear is young.'
'The bear sees the cow.' 'The cow sees the bear.'
'The cow sees the rabbit.' 'The rabbit is red.'
'The squirrel chases the cow.'] | ['If someone is kind then they visit the cow.'
'If someone chases the squirrel then the squirrel visits the cow.'
'Young people are kind.'
'If someone visits the bear then they see the squirrel.'
'If someone chases the squirrel then the squirrel visits the cow.'
'If someone visits the rabbit then the rabbit visits the cow.'
'If someone is young then they visit the rabbit.'
'If someone visits the cow then the cow is young.'
'If someone is red then they visit the squirrel.'] | The bear visits the cow. | True | 1 | 3 | [array(['The bear is young.'], dtype=object)] | [array(['Young people are kind.',
'If someone is kind then they visit the cow.'], dtype=object)] |
11,106 | ['The bald eagle eats the rabbit.' 'The bald eagle eats the tiger.'
'The bald eagle likes the rabbit.' 'The bear is rough.'
'The bear visits the tiger.' 'The rabbit is blue.'
'The rabbit likes the bald eagle.' 'The rabbit likes the bear.'
'The tiger is red.' 'The tiger visits the rabbit.'] | ['If something likes the bear then it is cold.'
'If something is big then it is rough.'
'If the tiger visits the bear then the tiger likes the rabbit.'
'If something likes the bear and the bear eats the rabbit then the bear likes the rabbit.'
'If something visits the bear then the bear visits the bald eagle.'
'If the tiger is big and the tiger likes the rabbit then the tiger visits the bear.'
'If something visits the rabbit and it visits the bear then it visits the bald eagle.'
'All blue, cold things are big.'] | The rabbit is not rough. | False | 3 | 5 | [array(['The rabbit is blue.', 'The rabbit likes the bear.'], dtype=object)] | [array(['If something likes the bear then it is cold.',
'All blue, cold things are big.',
'If something is big then it is rough.'], dtype=object)] |
11,107 | ['The bald eagle chases the dog.' 'The bald eagle chases the squirrel.'
'The bald eagle is red.' 'The cat chases the squirrel.'
'The cat is rough.' 'The cat likes the bald eagle.'
'The dog chases the bald eagle.' 'The dog is cold.' 'The dog is red.'
'The dog is rough.' 'The dog likes the bald eagle.'
'The dog needs the bald eagle.' 'The squirrel chases the dog.'
'The squirrel likes the dog.' 'The squirrel needs the bald eagle.'] | ['If someone needs the squirrel and they chase the bald eagle then the squirrel likes the bald eagle.'
'All cold people are kind.' 'If someone likes the dog then they are red.'
'If someone is big then they like the dog.'
'If someone likes the squirrel then the squirrel is big.'
'If someone likes the squirrel then they need the squirrel.'
'If someone is cold and kind then they are big.'
'If someone chases the bald eagle then they are rough.'] | The dog is not big. | False | 1 | 4 | [array(['The dog is cold.', 'The dog is cold.'], dtype=object)] | [array(['All cold people are kind.',
'If someone is cold and kind then they are big.'], dtype=object)] |
11,108 | ['The bear chases the squirrel.' 'The bear is green.'
'The mouse is round.' 'The mouse sees the rabbit.'
'The mouse sees the squirrel.' 'The rabbit is cold.'
'The rabbit needs the mouse.' 'The squirrel is round.'
'The squirrel sees the bear.' 'The squirrel sees the rabbit.'] | ['If someone chases the squirrel and the squirrel needs the rabbit then they chase the mouse.'
'If someone chases the mouse and they need the squirrel then they chase the squirrel.'
'If someone chases the squirrel then the squirrel needs the rabbit.'] | The bear does not chase the mouse. | False | 1 | 4 | [array(['The bear chases the squirrel.', 'The bear chases the squirrel.'],
dtype=object) ] | [array(['If someone chases the squirrel then the squirrel needs the rabbit.',
'If someone chases the squirrel and the squirrel needs the rabbit then they chase the mouse.'],
dtype=object) ] |
11,109 | ['The cat eats the tiger.' 'The cat is blue.' 'The cat is kind.'
'The cat is round.' 'The cat likes the mouse.'
'The cat visits the mouse.' 'The dog likes the cat.'
'The dog likes the mouse.' 'The dog visits the cat.'
'The dog visits the tiger.' 'The mouse is round.'
'The tiger eats the cat.' 'The tiger eats the mouse.' 'The tiger is red.'
'The tiger likes the cat.' 'The tiger likes the mouse.'] | ['If something likes the cat then it eats the mouse.'
'If something eats the cat then it eats the tiger.'
'If something likes the cat and it eats the tiger then the cat likes the dog.'
'If something visits the dog and the dog eats the mouse then the mouse is kind.'
'If something is blue and it likes the dog then it eats the cat.'
'If something eats the cat and it likes the cat then it visits the mouse.'] | The cat likes the dog. | True | 1 | 4 | [array(['The tiger likes the cat.', 'The tiger eats the cat.'],
dtype=object) ] | [array(['If something eats the cat then it eats the tiger.',
'If something likes the cat and it eats the tiger then the cat likes the dog.'],
dtype=object) ] |
11,110 | ['Anne is not furry.' 'Anne is red.' 'Anne is rough.' 'Anne is smart.'
'Erin is not big.' 'Erin is nice.' 'Erin is not smart.'] | ['If something is nice and not big then it is rough.'
'If something is rough then it is cold.'] | Erin is cold. | True | 1 | 4 | [array(['Erin is nice.', 'Erin is not big.'], dtype=object)] | [array(['If something is nice and not big then it is rough.',
'If something is rough then it is cold.'], dtype=object)] |
11,111 | ['The cat chases the rabbit.' 'The cat is green.' 'The cat sees the lion.'
'The cat visits the lion.' 'The cat visits the rabbit.'
'The lion chases the rabbit.' 'The lion is cold.' 'The lion is round.'
'The lion sees the cat.' 'The lion sees the squirrel.'
'The rabbit chases the cat.' 'The rabbit sees the lion.'
'The rabbit visits the cat.' 'The squirrel chases the lion.'
'The squirrel sees the lion.' 'The squirrel visits the lion.'] | ['If someone visits the squirrel and they chase the lion then the lion is cold.'
'If someone is round and green then they visit the lion.'
'If someone sees the lion then the lion chases the cat.'
'If someone chases the rabbit and the rabbit visits the lion then the lion chases the cat.'
'If the rabbit is kind and the rabbit sees the lion then the rabbit chases the cat.'
'If someone sees the cat then they visit the lion.'
'If someone is nice then they see the squirrel.'
'If someone is round and they visit the lion then they are kind.'] | The lion is kind. | True | 1 | 4 | [array(['The lion is round.', 'The lion sees the cat.'], dtype=object)] | [array(['If someone sees the cat then they visit the lion.',
'If someone is round and they visit the lion then they are kind.'],
dtype=object) ] |
11,112 | ['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.'] | Bob is blue. | Unknown | 1 | -1 | [] | [] |
11,113 | ['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)] |
11,114 | ['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 not big. | False | 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)] |
11,115 | ['Bob is not rough.' 'Charlie is kind.' 'Dave is rough.' 'Gary is green.'] | ['Furry people are cold.'
'If someone is rough and not round then they are furry.'
'Kind people are furry.' 'All rough, cold people are kind.'
'If Bob is kind and Bob is round then Bob is young.'
'If Gary is rough then Gary is kind.'
'If Dave is cold then Dave is rough.'
'If Bob is rough and Bob is not green then Bob is not cold.'] | Gary is not furry. | Unknown | 1 | -1 | [] | [] |
11,116 | ['Anne is cold.' 'Anne is furry.' 'Anne is nice.' 'Anne is rough.'
'Anne is white.' 'Erin is blue.' 'Erin is cold.' 'Erin is furry.'
'Erin is kind.' 'Erin is nice.' 'Erin is rough.' 'Erin is white.'
'Fiona is blue.' 'Fiona is cold.' 'Fiona is kind.' 'Fiona is white.'] | ['Rough, white things are nice.' 'If Fiona is furry then Fiona is rough.'
'If something is kind then it is furry.'] | Fiona is nice. | True | 3 | 5 | [array(['Fiona is kind.', 'Fiona is white.'], dtype=object)] | [array(['If something is kind then it is furry.',
'If Fiona is furry then Fiona is rough.',
'Rough, white things are nice.'], dtype=object)] |
11,117 | ['The bald eagle eats the tiger.' 'The bald eagle is red.'
'The bald eagle likes the rabbit.' 'The bear eats the bald eagle.'
'The bear is rough.' 'The rabbit eats the tiger.'
'The tiger eats the bald eagle.' 'The tiger eats the rabbit.'
'The tiger is kind.' 'The tiger likes the bear.'] | ['If someone is cold then they see the rabbit.'
'If someone sees the tiger and the tiger is kind then they see the bald eagle.'
'If the rabbit is red and the rabbit is rough then the rabbit likes the bear.'
'If someone sees the rabbit then the rabbit eats the bald eagle.'
'If someone eats the bald eagle then they are cold.'
'If someone sees the bald eagle and they eat the bear then they like the bald eagle.'] | The bear sees the rabbit. | True | 1 | 3 | [array(['The bear eats the bald eagle.'], dtype=object)] | [array(['If someone eats the bald eagle then they are cold.',
'If someone is cold then they see the rabbit.'], dtype=object)] |
11,118 | ['The bald eagle sees the cat.' 'The cat eats the dog.' 'The cat is big.'
'The cat is kind.' 'The dog eats the bald eagle.' 'The dog eats the cat.'
'The dog is kind.' 'The dog sees the lion.'
'The lion eats the bald eagle.' 'The lion is green.' 'The lion is nice.'
'The lion sees the dog.'] | ['Cold things are green.'
'If something sees the lion then it needs the dog.'
'If something needs the bald eagle then it sees the lion.'
'If something is nice then it sees the lion.'
'If something is big then it sees the cat.'
'If something is green and it needs the dog then it eats the cat.'
'If something is green and it eats the cat then the cat needs the bald eagle.'
'If something eats the bald eagle then the bald eagle is nice.'] | The bald eagle eats the cat. | Unknown | 1 | -1 | [] | [] |
11,119 | ['The bald eagle chases the mouse.' 'The bald eagle is rough.'
'The bald eagle likes the dog.' 'The bald eagle likes the mouse.'
'The bald eagle sees the dog.' 'The dog chases the mouse.'
'The dog is blue.' 'The dog is rough.' 'The dog likes the mouse.'
'The mouse chases the bald eagle.' 'The mouse chases the dog.'
'The mouse sees the dog.'] | ['If someone chases the bald eagle then the bald eagle sees the mouse.'
'If someone is green and red then they like the dog.'
'If someone is rough and they chase the dog then they chase the bald eagle.'
'If the mouse likes the bald eagle and the bald eagle is nice then the bald eagle chases the dog.'
'If the dog chases the mouse then the dog is blue.'
'If someone is blue and rough then they chase the dog.'
'If the dog likes the mouse then the mouse is nice.'
'If the bald eagle is rough then the bald eagle is blue.'] | The bald eagle chases the dog. | True | 1 | 4 | [array(['The bald eagle is rough.', 'The bald eagle is rough.'],
dtype=object) ] | [array(['If the bald eagle is rough then the bald eagle is blue.',
'If someone is blue and rough then they chase the dog.'],
dtype=object) ] |
11,120 | ['Gary is rough.' 'Harry is kind.'] | ['If Gary is round then Gary is big.' 'All cold people are round.'
'If someone is rough then they are cold.'] | Gary is not big. | False | 3 | 4 | [array(['Gary is rough.'], dtype=object)] | [array(['If someone is rough then they are cold.',
'All cold people are round.', 'If Gary is round then Gary is big.'],
dtype=object) ] |
11,121 | ['Anne is blue.' 'Anne is kind.' 'Anne is quiet.' 'Anne is rough.'
'Charlie is kind.' 'Charlie is quiet.' 'Charlie is rough.'
'Charlie is smart.' 'Charlie is white.' 'Charlie is young.'
'Erin is young.' 'Fiona is kind.'] | ['All white things are young.' 'Young, blue things are quiet.'
'Kind things are blue.'
'If Charlie is rough and Charlie is quiet then Charlie is white.'
'All white, smart things are young.' 'All quiet things are white.'
'If something is white and rough then it is smart.'
'If Fiona is rough then Fiona is young.' 'Blue things are rough.'] | Anne is young. | True | 1 | 3 | [array(['Anne is quiet.'], dtype=object)
array(['Anne is quiet.', 'Anne is quiet.', 'Anne is rough.'], dtype=object)
array(['Anne is quiet.', 'Anne is quiet.', 'Anne is blue.'], dtype=object)
array(['Anne is quiet.', 'Anne is quiet.', 'Anne is kind.'], dtype=object)] | [array(['All quiet things are white.', 'All white things are young.'],
dtype=object)
array(['All quiet things are white.', 'All quiet things are white.',
'If something is white and rough then it is smart.',
'All white, smart things are young.'], dtype=object)
array(['All quiet things are white.', 'All quiet things are white.',
'Blue things are rough.',
'If something is white and rough then it is smart.',
'All white, smart things are young.'], dtype=object)
array(['All quiet things are white.', 'All quiet things are white.',
'Kind things are blue.', 'Blue things are rough.',
'If something is white and rough then it is smart.',
'All white, smart things are young.'], dtype=object) ] |
11,122 | ['The cat chases the dog.' 'The cat chases the mouse.'
'The cat chases the tiger.' 'The cat eats the dog.' 'The dog is big.'
'The dog sees the cat.' 'The mouse does not eat the cat.'
'The mouse eats the tiger.' 'The mouse does not see the tiger.'
'The tiger eats the dog.' 'The tiger is nice.'] | ['If something is young and it eats the tiger then it eats the dog.'
'If something sees the mouse and it eats the mouse then the mouse sees the tiger.'
'If something sees the mouse then it is big.'
'If something chases the dog then the dog chases the cat.'
'If something chases the dog then it chases the cat.'
'If something chases the tiger and the tiger eats the cat then the cat sees the mouse.'
'If something sees the dog and it chases the tiger then the tiger chases the dog.'
'If the tiger is green and the tiger is big then the tiger sees the dog.'
'If something chases the cat then it sees the dog.'] | The mouse sees the dog. | Unknown | 1 | -1 | [] | [] |
11,123 | ['Dave is blue.' 'Dave is green.' 'Dave is red.' 'Dave is white.'
'Dave is young.' 'Erin is blue.' 'Erin is nice.' 'Erin is red.'
'Erin is rough.' 'Erin is young.'] | ['Rough, white people are nice.' 'All blue, white people are rough.'] | Dave is not nice. | False | 1 | 5 | [array(['Dave is blue.', 'Dave is white.', 'Dave is white.'], dtype=object)] | [array(['All blue, white people are rough.',
'Rough, white people are nice.'], dtype=object)] |
11,124 | ['The cat is cold.' 'The cat is not red.' 'The lion needs the cat.'
'The lion sees the cat.' 'The mouse is red.' 'The mouse needs the cat.'
'The mouse sees the lion.'] | ['If the lion is kind and the mouse does not like the lion then the lion is cold.'
'If someone likes the cat and they do not see the mouse then the mouse likes the cat.'
'If someone is rough then they do not see the cat.'
'If someone likes the cat and the cat is not red then they like the mouse.'
'If someone is red then they like the cat.'
'If someone sees the cat then the cat needs the lion.'] | The mouse does not like the mouse. | False | 1 | 4 | [array(['The mouse is red.', 'The cat is not red.'], dtype=object)] | [array(['If someone is red then they like the cat.',
'If someone likes the cat and the cat is not red then they like the mouse.'],
dtype=object) ] |
11,125 | ['Anne is quiet.' 'Bob is big.' 'Bob is green.' 'Gary is cold.'
'Gary is rough.' 'Gary is smart.' 'Harry is smart.'] | ['If someone is quiet then they are big.'
'All green, quiet people are cold.'
'If someone is green and big then they are quiet.'
'If someone is round and quiet then they are cold.'
'If someone is smart then they are round.'
'Smart, cold people are round.'
'If Anne is quiet and Anne is cold then Anne is smart.'
'Big people are cold.' 'Big, round people are rough.'] | Harry is rough. | Unknown | 3 | -1 | [] | [] |
11,126 | ['The lion chases the mouse.' 'The mouse is cold.'
'The mouse needs the rabbit.' 'The rabbit chases the squirrel.'
'The rabbit sees the lion.' 'The rabbit sees the squirrel.'
'The squirrel chases the lion.'] | ['If something is cold then it sees the rabbit.'
'If something sees the rabbit then it sees the squirrel.'
'If something is cold and it sees the squirrel then the squirrel is cold.'
'If something chases the squirrel then it needs the squirrel.'
'If something chases the squirrel and it is not cold then the squirrel does not chase the rabbit.'
'If the rabbit sees the squirrel and the squirrel chases the rabbit then the rabbit does not chase the squirrel.'
'If the rabbit chases the squirrel and the squirrel does not chase the rabbit then the squirrel needs the mouse.'] | The mouse sees the squirrel. | True | 1 | 3 | [array(['The mouse is cold.'], dtype=object)] | [array(['If something is cold then it sees the rabbit.',
'If something sees the rabbit then it sees the squirrel.'],
dtype=object) ] |
11,127 | ['Charlie is green.' 'Charlie is nice.' 'Charlie is rough.'
'Charlie is round.' 'Dave is nice.' 'Dave is round.' 'Erin is furry.'
'Erin is kind.' 'Erin is round.' 'Gary is green.' 'Gary is kind.'
'Gary is nice.'] | ['If something is kind and round then it is rough.'
'All rough, round things are big.'] | Erin is big. | True | 1 | 5 | [array(['Erin is kind.', 'Erin is round.', 'Erin is round.'], dtype=object)] | [array(['If something is kind and round then it is rough.',
'All rough, round things are big.'], dtype=object) ] |
11,128 | ['Bob is quiet.' 'Dave is kind.' 'Fiona is cold.'] | ['All quiet things are green.' 'If something is rough then it is smart.'
'All green things are rough.'] | Bob is not rough. | False | 1 | 3 | [array(['Bob is quiet.'], dtype=object)] | [array(['All quiet things are green.', 'All green things are rough.'],
dtype=object) ] |
11,129 | ['The bald eagle chases the rabbit.' 'The bald eagle eats the rabbit.'
'The bald eagle is rough.' 'The bald eagle likes the bear.'
'The bald eagle likes the rabbit.' 'The bear is red.'
'The bear likes the bald eagle.' 'The rabbit chases the bear.'
'The rabbit eats the bald eagle.' 'The rabbit eats the bear.'
'The rabbit is big.' 'The rabbit is kind.' 'The rabbit is rough.'
'The rabbit is round.' 'The rabbit likes the bald eagle.'
'The rabbit likes the bear.'] | ['If something likes the bear then it eats the bear.'
'If something is big then it likes the bear.'
'If something chases the rabbit and it likes the bear then it chases the bear.'
'If the rabbit is kind and the rabbit eats the bear then the bear is big.'
'If the rabbit chases the bald eagle then the rabbit eats the bald eagle.'
'If something is red and it eats the rabbit then it chases the bear.'] | The bear does not like the bear. | False | 1 | 4 | [array(['The rabbit is kind.', 'The rabbit eats the bear.'], dtype=object)
array(['The rabbit is kind.', 'The rabbit likes the bear.'], dtype=object)
array(['The rabbit is kind.', 'The rabbit is big.'], dtype=object)] | [array(['If the rabbit is kind and the rabbit eats the bear then the bear is big.',
'If something is big then it likes the bear.'], dtype=object)
array(['If something likes the bear then it eats the bear.',
'If the rabbit is kind and the rabbit eats the bear then the bear is big.',
'If something is big then it likes the bear.'], dtype=object)
array(['If something is big then it likes the bear.',
'If something likes the bear then it eats the bear.',
'If the rabbit is kind and the rabbit eats the bear then the bear is big.',
'If something is big then it likes the bear.'], dtype=object) ] |
11,130 | ['Anne is blue.' 'Anne is furry.' 'Bob is young.' 'Dave is blue.'
'Dave is furry.' 'Dave is green.' 'Gary is furry.'] | ['Nice things are rough.'
'If something is green and young then it is rough.'
'All rough, young things are nice.' 'Young things are green.'
'All nice, green things are blue.' 'If Anne is rough then Anne is young.'
'Smart things are not furry.' 'Blue things are furry.'
'If something is nice and not blue then it is furry.'] | Gary is blue. | Unknown | 1 | -1 | [] | [] |
11,131 | ['Erin is big.' 'Erin is green.' 'Fiona is green.' 'Fiona is kind.'
'Fiona is rough.' 'Fiona is round.' 'Fiona is young.' 'Harry is kind.'
'Harry is rough.' 'Harry is young.'] | ['All rough people are big.' 'If Harry is big then Harry is quiet.'
'If someone is big and round then they are kind.'
'If someone is rough and big then they are kind.'
'Big, quiet people are round.' 'All rough people are green.'] | Harry is round. | True | 3 | 6 | [array(['Harry is rough.', 'Harry is rough.'], dtype=object)] | [array(['All rough people are big.', 'All rough people are big.',
'If Harry is big then Harry is quiet.',
'Big, quiet people are round.'], dtype=object) ] |
11,132 | ['The bald eagle chases the rabbit.' 'The bald eagle is red.'
'The bald eagle sees the cat.' 'The cat is young.'
'The rabbit sees the cat.' 'The rabbit sees the squirrel.'
'The squirrel is young.'] | ['If someone is red then they chase the bald eagle.'
'If someone chases the bald eagle then the bald eagle is rough.'] | The bald eagle is rough. | True | 1 | 3 | [array(['The bald eagle is red.'], dtype=object)] | [array(['If someone is red then they chase the bald eagle.',
'If someone chases the bald eagle then the bald eagle is rough.'],
dtype=object) ] |
11,133 | ['The lion chases the mouse.' 'The mouse is cold.'
'The mouse needs the rabbit.' 'The rabbit chases the squirrel.'
'The rabbit sees the lion.' 'The rabbit sees the squirrel.'
'The squirrel chases the lion.'] | ['If something is cold then it sees the rabbit.'
'If something sees the rabbit then it sees the squirrel.'
'If something is cold and it sees the squirrel then the squirrel is cold.'
'If something chases the squirrel then it needs the squirrel.'
'If something chases the squirrel and it is not cold then the squirrel does not chase the rabbit.'
'If the rabbit sees the squirrel and the squirrel chases the rabbit then the rabbit does not chase the squirrel.'
'If the rabbit chases the squirrel and the squirrel does not chase the rabbit then the squirrel needs the mouse.'] | The squirrel is not cold. | False | 3 | 5 | [array(['The mouse is cold.', 'The mouse is cold.'], dtype=object)] | [array(['If something is cold then it sees the rabbit.',
'If something sees the rabbit then it sees the squirrel.',
'If something is cold and it sees the squirrel then the squirrel is cold.'],
dtype=object) ] |
11,134 | ['The bald eagle needs the dog.' 'The dog needs the rabbit.'
'The lion eats the dog.' 'The rabbit needs the lion.'] | ['If someone likes the dog and the dog is rough then they eat the rabbit.'
'All cold people are red.'
'If someone needs the lion then they eat the bald eagle.'
'If someone is green and they like the dog then the dog likes the bald eagle.'
'If someone eats the bald eagle then they are cold.'
'Green people are red.'] | The lion is not cold. | Unknown | 1 | -1 | [] | [] |
11,135 | ['The bear eats the mouse.' 'The mouse sees the bear.'] | ['If someone is big then they do not need the mouse.'
'If someone is rough and cold then they eat the bear.'
'If someone eats the bear then they need the bear.'
'If someone sees the mouse then they need the bear.'
'If the mouse sees the bear then the bear sees the mouse.'
'If someone is big and they do not eat the bear then the bear needs the mouse.'
'If someone needs the bear then the bear needs the mouse.'
'If someone is big and they do not need the bear then they eat the mouse.'] | The mouse needs the bear. | Unknown | 1 | -1 | [] | [] |
11,136 | ['Erin is rough.' 'Erin is round.' 'Erin is smart.' 'Fiona is round.'
'Gary is rough.' 'Gary is smart.' 'Harry is nice.'] | ['If someone is smart and nice then they are green.'
'If Erin is big and Erin is smart then Erin is blue.'
'All round people are blue.' 'All smart people are big.'
'If someone is green then they are smart.' 'All rough people are round.'
'If someone is big then they are rough.'
'If Harry is smart then Harry is big.' 'Nice people are green.'] | Gary is blue. | True | 1 | 3 | [array(['Gary is rough.'], dtype=object)
array(['Gary is smart.'], dtype=object)] | [array(['All rough people are round.', 'All round people are blue.'],
dtype=object)
array(['All smart people are big.',
'If someone is big then they are rough.',
'All rough people are round.', 'All round people are blue.'],
dtype=object) ] |
11,137 | ['The lion is red.'] | ['Blue things are big.' 'All red things are blue.'
'If something is big then it is rough.'] | The lion is not rough. | False | 3 | 4 | [array(['The lion is red.'], dtype=object)] | [array(['All red things are blue.', 'Blue things are big.',
'If something is big then it is rough.'], dtype=object)] |
11,138 | ['The bear eats the cow.' 'The cat eats the bear.' 'The cat eats the cow.'
'The cat is kind.' 'The cat sees the cow.' 'The cat visits the mouse.'
'The cow eats the bear.' 'The cow is big.' 'The cow sees the cat.'
'The cow visits the mouse.' 'The mouse eats the bear.'
'The mouse eats the cat.' 'The mouse is kind.' 'The mouse sees the cat.'
'The mouse visits the cat.' 'The mouse visits the cow.'] | ['If someone is cold then they visit the bear.'
'If someone visits the cat and the cat eats the mouse then they eat the cow.'
'If someone visits the mouse then the mouse sees the cow.'
'If the cow eats the cat then the cat is big.'
'If someone visits the bear then the bear visits the mouse.'
'If someone sees the cow then they eat the mouse.'
'If someone visits the mouse then they are cold.'
'If someone eats the cat and they are cold then the cat visits the bear.'
'If someone sees the bear and they are rough then they see the cow.'] | The mouse eats the cow. | True | 1 | 4 | [array(['The mouse visits the cat.', 'The cat sees the cow.'], dtype=object)] | [array(['If someone sees the cow then they eat the mouse.',
'If someone visits the cat and the cat eats the mouse then they eat the cow.'],
dtype=object) ] |
11,139 | ['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 bear does not eat the lion. | Unknown | 1 | -1 | [] | [] |
11,140 | ['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 likes the cow. | True | 1 | 3 | [array(['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.'], dtype=object)] |
11,141 | ['Bob is big.' 'Bob is green.' 'Bob is young.' 'Fiona is big.'
'Fiona is green.' 'Fiona is red.' 'Fiona is smart.' 'Gary is red.'
'Gary is smart.' 'Harry is nice.' 'Harry is red.' 'Harry is smart.'] | ['If something is red and big then it is young.'
'If something is green and big then it is red.'
'All smart, round things are big.' 'Red things are nice.'
'Big things are red.' 'Big, young things are green.'
'Smart, young things are round.'
'If something is red and nice then it is round.'
'All big things are smart.'] | Fiona is not round. | False | 1 | 4 | [array(['Fiona is red.', 'Fiona is red.'], dtype=object)
array(['Fiona is smart.', 'Fiona is red.', 'Fiona is big.'], dtype=object)
array(['Fiona is big.', 'Fiona is red.'], dtype=object)
array(['Fiona is big.', 'Fiona is red.', 'Fiona is big.'], dtype=object)
array(['Fiona is green.', 'Fiona is big.', 'Fiona is red.'], dtype=object)
array(['Fiona is red.', 'Fiona is big.'], dtype=object)
array(['Fiona is red.', 'Fiona is green.', 'Fiona is big.'], dtype=object)
array(['Fiona is smart.', 'Fiona is big.', 'Fiona is big.'], dtype=object)
array(['Fiona is smart.', 'Fiona is green.', 'Fiona is big.',
'Fiona is big.'], dtype=object)
array(['Fiona is big.', 'Fiona is big.'], dtype=object)
array(['Fiona is big.', 'Fiona is green.', 'Fiona is big.'], dtype=object)
array(['Fiona is big.', 'Fiona is big.', 'Fiona is big.'], dtype=object)
array(['Fiona is big.', 'Fiona is green.', 'Fiona is big.',
'Fiona is big.'], dtype=object)
array(['Fiona is green.', 'Fiona is big.', 'Fiona is big.'], dtype=object)
array(['Fiona is green.', 'Fiona is big.', 'Fiona is green.',
'Fiona is big.'], dtype=object) ] | [array(['Red things are nice.',
'If something is red and nice then it is round.'], dtype=object)
array(['If something is red and big then it is young.',
'Smart, young things are round.'], dtype=object)
array(['Big things are red.', 'Red things are nice.',
'If something is red and nice then it is round.'], dtype=object)
array(['All big things are smart.',
'If something is red and big then it is young.',
'Smart, young things are round.'], dtype=object)
array(['If something is green and big then it is red.',
'Red things are nice.',
'If something is red and nice then it is round.'], dtype=object)
array(['Big things are red.', 'Red things are nice.',
'If something is red and nice then it is round.'], dtype=object)
array(['If something is green and big then it is red.',
'Red things are nice.',
'If something is red and nice then it is round.'], dtype=object)
array(['Big things are red.',
'If something is red and big then it is young.',
'Smart, young things are round.'], dtype=object)
array(['If something is green and big then it is red.',
'If something is red and big then it is young.',
'Smart, young things are round.'], dtype=object)
array(['Big things are red.', 'Big things are red.',
'Red things are nice.',
'If something is red and nice then it is round.'], dtype=object)
array(['Big things are red.',
'If something is green and big then it is red.',
'Red things are nice.',
'If something is red and nice then it is round.'], dtype=object)
array(['All big things are smart.', 'Big things are red.',
'If something is red and big then it is young.',
'Smart, young things are round.'], dtype=object)
array(['All big things are smart.',
'If something is green and big then it is red.',
'If something is red and big then it is young.',
'Smart, young things are round.'], dtype=object)
array(['If something is green and big then it is red.',
'Big things are red.', 'Red things are nice.',
'If something is red and nice then it is round.'], dtype=object)
array(['If something is green and big then it is red.',
'If something is green and big then it is red.',
'Red things are nice.',
'If something is red and nice then it is round.'], dtype=object)] |
11,142 | ['Bob is big.' 'Bob is cold.' 'Bob is furry.' 'Bob is green.'
'Bob is red.' 'Bob is round.' 'Bob is young.' 'Charlie is cold.'
'Charlie is furry.' 'Charlie is green.' 'Charlie is red.'
'Charlie is young.' 'Gary is furry.' 'Gary is red.' 'Gary is round.'] | ['Green people are cold.' 'Young people are cold.'
'All red, big people are round.' 'Red people are furry.'
'If someone is young and green then they are furry.'
'If someone is green then they are young.'
'If someone is red then they are young.' 'Cold people are big.'] | Gary is not cold. | False | 1 | 3 | [array(['Gary is red.'], dtype=object)] | [array(['If someone is red then they are young.', 'Young people are cold.'],
dtype=object) ] |
11,143 | ['The cat is green.' 'The cat is rough.' 'The cat visits the squirrel.'
'The lion does not eat the cat.' 'The lion is not kind.'
'The lion sees the cat.' 'The lion visits the squirrel.'
'The squirrel is green.' 'The squirrel does not see the lion.'
'The squirrel visits the lion.'] | ['If something visits the squirrel and the squirrel is green then it sees the squirrel.'
'If something is green then it visits the squirrel.'] | The squirrel sees the squirrel. | True | 1 | 4 | [array(['The squirrel is green.', 'The squirrel is green.'], dtype=object)] | [array(['If something is green then it visits the squirrel.',
'If something visits the squirrel and the squirrel is green then it sees the squirrel.'],
dtype=object) ] |
11,144 | ['The bald eagle is big.' 'The bald eagle is green.'
'The bald eagle is kind.' 'The bald eagle is young.'
'The bald eagle likes the cow.' 'The bald eagle does not visit the dog.'
'The cow does not like the dog.' 'The cow likes the mouse.'
'The cow does not need the mouse.' 'The cow visits the dog.'
'The dog is young.' 'The dog likes the bald eagle.'
'The dog likes the cow.' 'The dog needs the mouse.'
'The dog does not visit the cow.' 'The mouse is green.'] | ['If something is kind and green then it is big.'
'If something likes the cow then the cow does not need the dog.'
'If something needs the cow then it is kind.'
'If something visits the bald eagle then it is kind.'
'If something is big and it needs the cow then it likes the cow.'
'If something needs the cow and the cow needs the dog then it does not need the bald eagle.'
'If the dog is big then the dog is young.'
'If something visits the bald eagle then it likes the dog.'] | The mouse is not big. | Unknown | 1 | -1 | [] | [] |
11,145 | ['Anne is cold.' 'Anne is green.' 'Anne is white.' 'Charlie is quiet.'
'Charlie is red.' 'Gary is cold.' 'Gary is furry.' 'Gary is green.'
'Gary is rough.' 'Gary is white.'] | ['If someone is red then they are rough.' 'Rough, white people are green.'
'If someone is quiet and white then they are cold.'
'White, rough people are quiet.'
'If someone is quiet then they are green.' 'All rough people are white.'] | Charlie is white. | True | 1 | 3 | [array(['Charlie is red.'], dtype=object)] | [array(['If someone is red then they are rough.',
'All rough people are white.'], dtype=object)] |
11,146 | ['Bob is big.' 'Bob is blue.' 'Dave is big.' 'Dave is kind.'
'Dave is nice.' 'Erin is blue.' 'Erin is furry.' 'Erin is young.'
'Fiona is nice.' 'Fiona is smart.'] | ['Furry people are blue.' 'If Fiona is nice then Fiona is kind.'
'All big people are kind.' 'Kind people are smart.'
'If someone is blue and young then they are nice.'
'All big, kind people are young.'
'If someone is kind and smart then they are nice.'
'All blue, furry people are smart.'] | Bob is not young. | False | 1 | 4 | [array(['Bob is big.', 'Bob is big.'], dtype=object)] | [array(['All big people are kind.', 'All big, kind people are young.'],
dtype=object) ] |
11,147 | ['Charlie is big.' 'Dave is nice.' 'Dave is round.' 'Erin is big.'
'Erin is nice.' 'Fiona is red.' 'Fiona is rough.'] | ['If someone is red and big then they are nice.'
'If Dave is round and Dave is rough then Dave is big.'
'If someone is round and young then they are big.'
'All nice people are young.'
'If Charlie is round and Charlie is big then Charlie is young.'
'If someone is red then they are big.'
'All rough, green people are round.'
'If someone is big then they are red.' 'Young people are green.'] | Fiona is nice. | True | 1 | 4 | [array(['Fiona is red.', 'Fiona is red.'], dtype=object)] | [array(['If someone is red then they are big.',
'If someone is red and big then they are nice.'], dtype=object)] |
11,148 | ['Dave is white.' 'Erin is white.' 'Fiona is not cold.'] | ['Big people are cold.'
'If someone is green and not white then they are not blue.'
'All rough, round people are not blue.' 'All big, cold people are green.'
'All round people are not green.' 'All white people are big.'] | Dave is not cold. | False | 1 | 3 | [array(['Dave is white.'], dtype=object)] | [array(['All white people are big.', 'Big people are cold.'], dtype=object)] |
11,149 | ['The bald eagle does not eat the lion.'
'The bald eagle does not see the mouse.'
'The bald eagle visits the bear.' 'The bald eagle visits the lion.'
'The bear eats the mouse.' 'The bear is cold.'
'The lion does not eat the bald eagle.' 'The lion visits the bear.'
'The mouse eats the bear.' 'The mouse does not see the lion.'] | ['If the mouse sees the bald eagle then the mouse sees the lion.'
'If someone eats the bald eagle then they visit the mouse.'
'If someone sees the bear and they visit the bald eagle then the bear is cold.'
'If the lion is kind then the lion eats the bald eagle.'
'If someone visits the bear then the bear eats the bald eagle.'
'If someone is young and they eat the mouse then the mouse sees the bear.'
'If someone visits the bald eagle then the bald eagle does not eat the lion.'
'If someone is young and they do not eat the bald eagle then the bald eagle does not see the lion.'] | The bear visits the mouse. | True | 1 | 3 | [array(['The bald eagle visits the bear.'], dtype=object)
array(['The lion visits the bear.'], dtype=object)] | [array(['If someone visits the bear then the bear eats the bald eagle.',
'If someone eats the bald eagle then they visit the mouse.'],
dtype=object)
array(['If someone visits the bear then the bear eats the bald eagle.',
'If someone eats the bald eagle then they visit the mouse.'],
dtype=object) ] |
11,150 | ['Anne is round.' 'Bob is big.' 'Bob is nice.' 'Bob is round.'
'Dave is big.' 'Dave is blue.' 'Dave is furry.' 'Dave is smart.'
'Harry is smart.' 'Harry is white.'] | ['All blue, round people are smart.' 'All nice, round people are furry.'
'Smart, blue people are nice.'
'If Anne is furry and Anne is round then Anne is big.'
'All blue, smart people are white.' 'Nice people are furry.'
'All furry, big people are blue.'
'If someone is round then they are blue.'] | Bob is smart. | True | 1 | 4 | [array(['Bob is round.', 'Bob is round.'], dtype=object)
array(['Bob is nice.', 'Bob is big.', 'Bob is round.'], dtype=object)
array(['Bob is nice.', 'Bob is round.', 'Bob is big.', 'Bob is round.'],
dtype=object) ] | [array(['If someone is round then they are blue.',
'All blue, round people are smart.'], dtype=object)
array(['Nice people are furry.', 'All furry, big people are blue.',
'All blue, round people are smart.'], dtype=object)
array(['All nice, round people are furry.',
'All furry, big people are blue.',
'All blue, round people are smart.'], dtype=object)] |
11,151 | ['The bear is blue.' 'The mouse is blue.' 'The rabbit is cold.'
'The squirrel chases the mouse.'] | ['If something chases the mouse then it visits the rabbit.'
'If something visits the rabbit then the rabbit is not nice.'] | The rabbit is not nice. | True | 1 | 3 | [array(['The squirrel chases the mouse.'], dtype=object)] | [array(['If something chases the mouse then it visits the rabbit.',
'If something visits the rabbit then the rabbit is not nice.'],
dtype=object) ] |
11,152 | ['The bear sees the squirrel.' 'The dog visits the squirrel.'
'The squirrel is blue.' 'The tiger is young.'] | ['If something sees the bear and it needs the tiger then the tiger needs the squirrel.'
'If something is blue then it sees the dog.'
'If something sees the dog then the dog visits the bear.'
'If the dog visits the squirrel then the dog is kind.'
'If something needs the tiger and the tiger sees the dog then the dog sees the tiger.'
'If something visits the squirrel and it visits the bear then the bear sees the tiger.'] | The dog does not visit the bear. | False | 1 | 3 | [array(['The squirrel is blue.'], dtype=object)] | [array(['If something is blue then it sees the dog.',
'If something sees the dog then the dog visits the bear.'],
dtype=object) ] |
11,153 | ['The bear sees the tiger.' 'The tiger is not green.' 'The tiger is kind.'
'The tiger is rough.' 'The tiger likes the bear.'
'The tiger needs the bear.' 'The tiger sees the bear.'] | ['If someone needs the tiger and they are not green then they do not like the tiger.'
'If the bear is green and the bear is not kind then the bear needs the tiger.'
'If someone is kind then they need the tiger.'] | The tiger likes the tiger. | False | 1 | 4 | [array(['The tiger is kind.', 'The tiger is not green.'], dtype=object)] | [array(['If someone is kind then they need the tiger.',
'If someone needs the tiger and they are not green then they do not like the tiger.'],
dtype=object) ] |
11,154 | ['The bald eagle is young.' 'The bald eagle sees the dog.'
'The bald eagle visits the dog.' 'The dog chases the squirrel.'
'The dog is blue.' 'The dog is cold.' 'The dog is red.'
'The dog is young.' 'The dog sees the squirrel.'
'The dog sees the tiger.' 'The dog visits the squirrel.'
'The squirrel sees the tiger.' 'The squirrel visits the tiger.'
'The tiger is blue.' 'The tiger sees the dog.'
'The tiger visits the bald eagle.'] | ['If someone sees the dog then they visit the dog.'
'If someone visits the dog and they see the bald eagle then they see the dog.'
'If someone visits the dog and the dog is nice then the dog chases the bald eagle.'
'If the bald eagle visits the squirrel and the bald eagle chases the squirrel then the squirrel is nice.'
'If someone sees the bald eagle then the bald eagle is blue.'
'If someone chases the squirrel and the squirrel sees the tiger then the squirrel is nice.'] | The squirrel does not visit the dog. | Unknown | 1 | -1 | [] | [] |
11,155 | ['The cat does not see the lion.' 'The lion eats the cat.'
'The squirrel eats the cat.' 'The tiger eats the lion.'] | ['If something needs the squirrel then it sees the tiger.'
'If the tiger needs the squirrel and the squirrel sees the tiger then the squirrel is blue.'
'If something eats the lion then it needs the squirrel.'
'If something needs the squirrel and the squirrel does not need the cat then the squirrel eats the lion.'
'If something eats the lion then it is big.'
'If something needs the cat and the cat is not blue then the cat is rough.'] | The squirrel sees the tiger. | Unknown | 3 | -1 | [] | [] |
11,156 | ['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 lion does not see the squirrel. | False | 3 | 5 | [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.',
'If the bald eagle sees the lion then the lion sees the squirrel.'],
dtype=object) ] |
11,157 | ['Fiona is white.' 'Gary is cold.' 'Harry is rough.'] | ['If something is cold then it is nice.' 'All kind, red things are nice.'
'All nice, smart things are white.' 'All kind, red things are white.'
'If Gary is rough then Gary is kind.' 'All rough things are red.'
'If something is nice then it is rough.'
'If something is nice and not smart then it is rough.'] | Fiona is not rough. | Unknown | 1 | -1 | [] | [] |
11,158 | ['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)] |
11,159 | ['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.'] | Gary is furry. | Unknown | 3 | -1 | [] | [] |
11,160 | ['The bear is blue.' 'The bear is green.' 'The bear is red.'
'The bear sees the rabbit.' 'The cow is blue.' 'The cow needs the tiger.'
'The cow visits the rabbit.' 'The rabbit is cold.' 'The rabbit is nice.'
'The rabbit needs the cow.' 'The rabbit sees the cow.'
'The rabbit sees the tiger.' 'The tiger needs the bear.'
'The tiger needs the rabbit.' 'The tiger visits the bear.'
'The tiger visits the cow.'] | ['If something is green then it visits the tiger.'
'If something sees the bear and it is cold then the bear is green.'
'If the cow needs the rabbit and the rabbit needs the cow then the rabbit is red.'
'If something is green then it needs the cow.'
'If something visits the tiger then the tiger is red.'
'If something needs the tiger and the tiger sees the cow then the cow needs the bear.'
'If something sees the bear and it needs the bear then it sees the cow.'
'If something visits the rabbit then the rabbit needs the tiger.'
'If something needs the bear and the bear visits the tiger then it sees the bear.'] | The tiger is red. | True | 1 | 3 | [array(['The bear is green.'], dtype=object)] | [array(['If something is green then it visits the tiger.',
'If something visits the tiger then the tiger is red.'],
dtype=object) ] |
11,161 | ['The dog does not chase the squirrel.' 'The dog chases the tiger.'
'The dog does not eat the squirrel.' 'The dog is green.'
'The dog is not red.' 'The dog does not visit the rabbit.'
'The rabbit is kind.' 'The squirrel is green.' 'The squirrel is red.'
'The tiger chases the rabbit.' 'The tiger eats the dog.'] | ['If someone is kind then they eat the tiger.'
'All kind people are round.'
'If the rabbit chases the squirrel and the rabbit is green then the squirrel chases the rabbit.'
'If someone is round then they chase the squirrel.'
'If the dog is nice then the dog eats the squirrel.'
'If someone is green then they eat the rabbit.'
'If someone eats the tiger then they are green.'
'If someone chases the rabbit then they are kind.'] | The rabbit does not chase the squirrel. | False | 1 | 3 | [array(['The rabbit is kind.'], dtype=object)] | [array(['All kind people are round.',
'If someone is round then they chase the squirrel.'], dtype=object)] |
11,162 | ['The bear chases the lion.' 'The bear is kind.' 'The bear is red.'
'The bear is round.' 'The bear sees the dog.' 'The bear visits the dog.'
'The dog visits the lion.' 'The lion is rough.'
'The lion visits the bear.' 'The mouse chases the bear.'
'The mouse chases the dog.' 'The mouse chases the lion.'] | ['If something sees the bear then it chases the dog.'
'If something is red then it sees the bear.'] | The lion chases the dog. | Unknown | 1 | -1 | [] | [] |
11,163 | ['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 does not need the tiger. | False | 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)] |
11,164 | ['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 needs the bear. | True | 1 | 4 | [array(['The bear chases the lion.', 'The lion needs the bear.'],
dtype=object) ] | [array(['If something chases the lion and the lion needs the bear then the bear needs the lion.',
'If something needs the lion then it needs the bear.'],
dtype=object) ] |
11,165 | ['The dog eats the squirrel.' 'The dog is blue.' 'The dog is round.'
'The dog is young.' 'The dog likes the squirrel.'
'The dog needs the squirrel.' 'The squirrel is blue.'
'The squirrel is young.' 'The squirrel likes the dog.'
'The squirrel needs the dog.'] | ['If something needs the dog then it eats the dog.'
'If something likes the dog then it likes the squirrel.'
'All young things are blue.'
'If something needs the squirrel then the squirrel likes the dog.'
'If something eats the dog then it is green.'
'If something needs the dog then it is round.'] | The squirrel is green. | True | 1 | 3 | [array(['The squirrel needs the dog.'], dtype=object)] | [array(['If something needs the dog then it eats the dog.',
'If something eats the dog then it is green.'], dtype=object)] |
11,166 | ['The dog eats the rabbit.' 'The rabbit is round.'] | ['If someone needs the rabbit then the rabbit is cold.'
'If someone eats the rabbit then they are nice.'
'If someone is round and they need the dog then they eat the rabbit.'
'If someone eats the rabbit then they eat the dog.'
'If someone is big and they eat the dog then they need the rabbit.'
'If the rabbit needs the dog then the dog needs the rabbit.'
'If the dog eats the rabbit and the rabbit is round then the dog is big.'
'If someone is cold and they do not eat the dog then the dog visits the rabbit.'] | The rabbit does not eat the dog. | Unknown | 1 | -1 | [] | [] |
11,167 | ['Anne is white.' 'Harry is rough.'] | ['All white people are cold.' 'Red, white people are cold.'
'All cold, white people are quiet.' 'Rough, white people are red.'
'All kind, red people are quiet.' 'Kind people are cold.'
'All cold people are rough.'
'If Harry is kind and Harry is white then Harry is quiet.'] | Anne is not quiet. | False | 1 | 4 | [array(['Anne is white.', 'Anne is white.'], dtype=object)] | [array(['All white people are cold.', 'All cold, white people are quiet.'],
dtype=object) ] |
11,168 | ['Bob is big.' 'Harry is furry.'] | ['If someone is big then they are blue.' 'Young people are round.'
'Big people are young.' 'If Harry is round then Harry is blue.'
'All furry people are round.' 'All blue people are round.'
'All blue, furry people are white.' 'Big, furry people are blue.'] | Harry is not blue. | False | 1 | 3 | [array(['Harry is furry.'], dtype=object)] | [array(['All furry people are round.',
'If Harry is round then Harry is blue.'], dtype=object)] |
11,169 | ['Anne is blue.' 'Anne is round.' 'Charlie is green.' 'Charlie is kind.'
'Charlie is rough.' 'Charlie is round.' 'Fiona is blue.'
'Fiona is smart.' 'Gary is red.' 'Gary is round.' 'Gary is smart.'] | ['If something is green then it is kind.'
'If something is smart and blue then it is round.'
'If Anne is blue then Anne is green.' 'All smart, kind things are round.'
'If something is green and rough then it is smart.'
'All red, kind things are rough.'
'If something is green and kind then it is red.'] | Anne is red. | True | 3 | 6 | [array(['Anne is blue.', 'Anne is blue.'], dtype=object)] | [array(['If Anne is blue then Anne is green.',
'If Anne is blue then Anne is green.',
'If something is green then it is kind.',
'If something is green and kind then it is red.'], dtype=object)] |
11,170 | ['Dave is red.' 'Dave is smart.' 'Erin is furry.' 'Erin is nice.'
'Erin is red.' 'Erin is smart.' 'Erin is white.' 'Gary is cold.'
'Gary is nice.' 'Gary is round.' 'Gary is smart.' 'Harry is furry.'
'Harry is nice.' 'Harry is red.' 'Harry is round.' 'Harry is smart.'] | ['All red people are nice.' 'White people are furry.'
'If someone is furry then they are red.'
'If someone is nice and red then they are white.'
'If someone is red then they are furry.'
'If someone is white then they are cold.'] | Harry is cold. | True | 1 | 4 | [array(['Harry is nice.', 'Harry is red.'], dtype=object)
array(['Harry is nice.', 'Harry is furry.'], dtype=object)
array(['Harry is red.', 'Harry is red.'], dtype=object)
array(['Harry is red.', 'Harry is furry.'], dtype=object)
array(['Harry is furry.', 'Harry is red.'], dtype=object)
array(['Harry is furry.', 'Harry is furry.'], dtype=object)] | [array(['If someone is nice and red then they are white.',
'If someone is white then they are cold.'], dtype=object)
array(['If someone is furry then they are red.',
'If someone is nice and red then they are white.',
'If someone is white then they are cold.'], dtype=object)
array(['All red people are nice.',
'If someone is nice and red then they are white.',
'If someone is white then they are cold.'], dtype=object)
array(['All red people are nice.',
'If someone is furry then they are red.',
'If someone is nice and red then they are white.',
'If someone is white then they are cold.'], dtype=object)
array(['If someone is furry then they are red.',
'All red people are nice.',
'If someone is nice and red then they are white.',
'If someone is white then they are cold.'], dtype=object)
array(['If someone is furry then they are red.',
'All red people are nice.',
'If someone is furry then they are red.',
'If someone is nice and red then they are white.',
'If someone is white then they are cold.'], dtype=object)] |
11,171 | ['Erin is green.' 'Fiona is white.'] | ['If someone is big then they are rough.'
'If someone is cold and not green then they are rough.'
'All nice people are not rough.' 'All big people are rough.'
'White, blue people are big.' 'If someone is nice then they are not big.'
'All green people are big.' 'All rough people are not cold.'] | Fiona is rough. | Unknown | 1 | -1 | [] | [] |
11,172 | ['The bear is young.' 'The bear needs the dog.' 'The bear visits the dog.'
'The cow is blue.' 'The cow is cold.' 'The cow needs the tiger.'
'The cow visits the bear.' 'The dog chases the cow.' 'The dog is cold.'
'The dog is green.' 'The dog needs the cow.' 'The dog visits the bear.'
'The dog visits the cow.' 'The tiger visits the bear.'] | ['Blue people are green.'
'If someone needs the dog and they are green then they visit the tiger.'
'If someone is rough and they chase the bear then they are green.'
'If someone is blue and they visit the bear then the bear is blue.'
'If someone chases the bear and they are blue then they need the dog.'
'If someone chases the bear then they visit the cow.'
'If someone visits the tiger then they visit the cow.'
'If someone visits the cow and the cow visits the bear then they chase the dog.'
'If someone is cold then they are young.'] | The bear is not green. | False | 1 | 4 | [array(['The cow is blue.', 'The cow visits the bear.'], dtype=object)] | [array(['If someone is blue and they visit the bear then the bear is blue.',
'Blue people are green.'], dtype=object) ] |
11,173 | ['Anne is red.' 'Anne is round.' 'Erin is quiet.' 'Erin is round.'
'Fiona is red.' 'Harry is rough.' 'Harry is smart.'] | ['All rough things are white.'
'If Fiona is smart and Fiona is round then Fiona is white.'
'If something is young then it is smart.' 'Red, white things are young.'
'Red things are quiet.' 'Young things are red.'
'If something is quiet then it is rough.'
'All round, white things are young.'] | Erin is white. | True | 1 | 3 | [array(['Erin is quiet.'], dtype=object)] | [array(['If something is quiet then it is rough.',
'All rough things are white.'], dtype=object)] |
11,174 | ['Anne is blue.' 'Charlie is furry.' 'Dave is quiet.' 'Dave is smart.'
'Dave is white.' 'Gary is furry.' 'Gary is green.'] | ['If Dave is quiet and Dave is blue then Dave is furry.'
'All green, young people are quiet.' 'All young people are quiet.'
'All smart, green people are not white.'
'All quiet, furry people are blue.' 'All blue people are green.'
'All furry people are smart.' 'All furry people are young.'] | Charlie is not quiet. | False | 1 | 3 | [array(['Charlie is furry.'], dtype=object)] | [array(['All furry people are young.', 'All young people are quiet.'],
dtype=object) ] |
11,175 | ['The bald eagle sees the cow.' 'The bald eagle visits the bear.'
'The bear is not cold.' 'The bear is rough.' 'The bear is young.'
'The bear needs the bald eagle.' 'The bear needs the cow.'
'The bear sees the lion.' 'The cow is cold.' 'The lion is red.'
'The lion is rough.' 'The lion needs the cow.'
'The lion sees the bald eagle.' 'The lion visits the bald eagle.'
'The lion visits the bear.' 'The lion does not visit the cow.'] | ['If something is rough then it visits the bald eagle.'
'If the lion needs the cow then the lion sees the bald eagle.'
'If something needs the lion then the lion visits the bear.'
'If something needs the cow then it is rough.'
'If something is young and not cold then it is not red.'
'If the cow visits the bald eagle and the bald eagle sees the lion then the cow is red.'
'If something needs the cow and the cow is not rough then it does not need the bear.'
'If something needs the cow and it is not red then it sees the cow.'] | The bear sees the cow. | True | 1 | 5 | [array(['The bear needs the cow.', 'The bear is young.',
'The bear is not cold.'], dtype=object) ] | [array(['If something is young and not cold then it is not red.',
'If something needs the cow and it is not red then it sees the cow.'],
dtype=object) ] |
11,176 | ['The bald eagle chases the dog.' 'The bald eagle is rough.'
'The bald eagle needs the cow.' 'The cow chases the bald eagle.'
'The cow is rough.' 'The cow sees the dog.' 'The cow sees the mouse.'
'The dog chases the cow.' 'The dog is rough.' 'The mouse chases the cow.'
'The mouse chases the dog.' 'The mouse is round.'] | ['If someone chases the cow then they are young.'
'If someone is rough and they do not chase the mouse then the mouse does not see the bald eagle.'
'If someone is young and they do not chase the mouse then the mouse chases the cow.'
'If the bald eagle needs the dog then the bald eagle sees the mouse.'
'If someone needs the dog and they do not chase the dog then they need the mouse.'
'If someone needs the dog and they chase the dog then the dog is round.'
'If someone is young then they need the dog.'
'If someone is young and they do not need the dog then they do not see the dog.'] | The mouse does not need the dog. | False | 1 | 3 | [array(['The mouse chases the cow.'], dtype=object)] | [array(['If someone chases the cow then they are young.',
'If someone is young then they need the dog.'], dtype=object)] |
11,177 | ['Anne is red.' 'Charlie is round.' 'Erin is white.' 'Gary is white.'] | ['If Charlie is quiet then Charlie is round.' 'Round things are quiet.'
'Round, white things are not quiet.'
'If something is smart and cold then it is round.'
'Quiet, red things are round.'
'If something is cold and not red then it is blue.'
'All quiet things are blue.' 'All blue things are smart.'] | Charlie is blue. | True | 1 | 3 | [array(['Charlie is round.'], dtype=object)] | [array(['Round things are quiet.', 'All quiet things are blue.'],
dtype=object) ] |
11,178 | ['The bear visits the cat.' 'The cat sees the squirrel.'
'The rabbit chases the cat.' 'The squirrel does not visit the bear.'] | ['If something visits the cat then it is not blue.'
'If something is blue and it sees the squirrel then it sees the cat.'
'If something is blue and it chases the rabbit then the rabbit does not chase the squirrel.'
'If something sees the squirrel then the squirrel visits the cat.'
'If something chases the cat then it is green.'
'If something sees the cat then the cat chases the rabbit.'] | The squirrel is blue. | False | 1 | 3 | [array(['The cat sees the squirrel.'], dtype=object)] | [array(['If something sees the squirrel then the squirrel visits the cat.',
'If something visits the cat then it is not blue.'], dtype=object) ] |
11,179 | ['Dave is furry.' 'Dave is green.' 'Dave is quiet.' 'Dave is red.'
'Fiona is blue.' 'Fiona is furry.' 'Fiona is green.' 'Fiona is quiet.'
'Fiona is red.' 'Gary is blue.' 'Gary is nice.' 'Gary is quiet.'
'Gary is red.' 'Gary is smart.' 'Harry is blue.' 'Harry is smart.'] | ['If something is blue and furry then it is quiet.'
'If Dave is furry then Dave is nice.'
'If something is furry then it is blue.' 'Quiet things are red.'
'All furry, green things are quiet.'
'If something is red then it is green.' 'All nice things are furry.'
'All smart things are nice.' 'Red things are quiet.'] | Harry is not quiet. | False | 3 | 5 | [array(['Harry is blue.', 'Harry is smart.'], dtype=object)
array(['Harry is smart.', 'Harry is smart.'], dtype=object)] | [array(['All smart things are nice.', 'All nice things are furry.',
'If something is blue and furry then it is quiet.'], dtype=object)
array(['All smart things are nice.', 'All nice things are furry.',
'If something is furry then it is blue.',
'All smart things are nice.', 'All nice things are furry.',
'If something is blue and furry then it is quiet.'], dtype=object)] |
11,180 | ['The bear eats the cow.' 'The bear is big.' 'The bear is kind.'
'The cow is big.' 'The cow is blue.' 'The cow is kind.'
'The cow needs the squirrel.' 'The cow sees the bear.'
'The lion eats the bear.' 'The squirrel is big.' 'The squirrel is blue.'
'The squirrel is nice.'] | ['If someone is blue and they need the bear then they see the squirrel.'
'If someone needs the lion and they need the cow then they see the bear.'
'If someone is red then they need the cow.'
'If someone needs the lion then the lion is nice.'
'If someone needs the cow then the cow needs the bear.'
'If someone is big and they eat the lion then the lion sees the bear.'
'If someone needs the bear and they eat the lion then they are nice.'
'If someone eats the bear then they are red.'] | The lion needs the cow. | True | 1 | 3 | [array(['The lion eats the bear.'], dtype=object)] | [array(['If someone eats the bear then they are red.',
'If someone is red then they need the cow.'], dtype=object)] |
11,181 | ['Erin is quiet.' 'Erin is rough.' 'Erin is young.'] | ['If Erin is quiet and Erin is kind then Erin is furry.'
'If someone is furry then they are cold.'
'If someone is kind and not rough then they are young.'
'If someone is green and cold then they are young.'
'If someone is green then they are not kind.'
'If someone is young and rough then they are kind.'] | Erin is cold. | True | 3 | 6 | [array(['Erin is quiet.', 'Erin is young.', 'Erin is rough.'], dtype=object)] | [array(['If someone is young and rough then they are kind.',
'If Erin is quiet and Erin is kind then Erin is furry.',
'If someone is furry then they are cold.'], dtype=object)] |
11,182 | ['Charlie is big.' 'Dave is nice.' 'Dave is round.' 'Erin is big.'
'Erin is nice.' 'Fiona is red.' 'Fiona is rough.'] | ['If someone is red and big then they are nice.'
'If Dave is round and Dave is rough then Dave is big.'
'If someone is round and young then they are big.'
'All nice people are young.'
'If Charlie is round and Charlie is big then Charlie is young.'
'If someone is red then they are big.'
'All rough, green people are round.'
'If someone is big then they are red.' 'Young people are green.'] | Charlie is young. | True | 3 | 5 | [array(['Charlie is big.', 'Charlie is big.'], dtype=object)] | [array(['If someone is big then they are red.',
'If someone is red and big then they are nice.',
'All nice people are young.'], dtype=object) ] |
11,183 | ['Dave is cold.' 'Dave is rough.' 'Dave is round.' 'Dave is smart.'
'Dave is white.' 'Erin is kind.' 'Gary is cold.' 'Gary is kind.'
'Gary is quiet.' 'Gary is rough.' 'Gary is round.' 'Gary is smart.'
'Gary is white.' 'Harry is cold.' 'Harry is smart.'] | ['If someone is rough then they are round.'
'If Harry is cold and Harry is round then Harry is kind.'
'All smart people are rough.'] | Erin is round. | Unknown | 1 | -1 | [] | [] |
11,184 | ['Bob is not cold.' 'Bob is furry.' 'Bob is round.' 'Charlie is big.'
'Charlie is furry.' 'Charlie is quiet.' 'Charlie is red.'
'Charlie is not white.' 'Erin is big.' 'Gary is big.' 'Gary is quiet.'] | ['If someone is red and cold then they are furry.'
'All furry people are round.'
'If Charlie is furry then Charlie is round.' 'Big people are red.'
'Round people are quiet.' 'If someone is red then they are cold.'] | Erin is cold. | True | 1 | 3 | [array(['Erin is big.'], dtype=object)] | [array(['Big people are red.', 'If someone is red then they are cold.'],
dtype=object) ] |
11,185 | ['Anne is big.' 'Anne is green.' 'Anne is nice.' 'Anne is red.'
'Anne is round.' 'Fiona is green.' 'Fiona is white.'] | ['All nice people are round.' 'All white people are nice.'] | Fiona is round. | True | 1 | 3 | [array(['Fiona is white.'], dtype=object)] | [array(['All white people are nice.', 'All nice people are round.'],
dtype=object) ] |
11,186 | ['Anne is blue.' 'Anne is not furry.' 'Anne is nice.' 'Anne is white.'
'Dave is white.' 'Fiona is furry.' 'Fiona is kind.' 'Fiona is not nice.'
'Fiona is quiet.' 'Fiona is rough.'] | ['Quiet people are not blue.' 'All blue, white people are nice.'
'If Dave is rough and Dave is quiet then Dave is blue.'
'If Dave is white then Dave is blue.'
'If someone is quiet and white then they are kind.'
'If someone is nice and not quiet then they are not rough.'
'All nice, white people are not furry.'
'If someone is rough and not blue then they are furry.'] | Dave is not nice. | False | 1 | 4 | [array(['Dave is white.', 'Dave is white.'], dtype=object)] | [array(['If Dave is white then Dave is blue.',
'All blue, white people are nice.'], dtype=object)] |
11,187 | ['Charlie is big.' 'Charlie is not furry.' 'Charlie is rough.'
'Charlie is white.' 'Erin is big.' 'Erin is blue.' 'Erin is red.'
'Erin is rough.' 'Erin is round.' 'Erin is white.'] | ['If someone is blue then they are red.'
'If Charlie is rough then Charlie is blue.'] | Charlie is not red. | False | 1 | 3 | [array(['Charlie is rough.'], dtype=object)] | [array(['If Charlie is rough then Charlie is blue.',
'If someone is blue then they are red.'], dtype=object)] |
11,188 | ['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 sees the rabbit. | False | 3 | 6 | [array(['The bear likes the rabbit.', 'The bear likes the rabbit.'],
dtype=object) ] | [array(['If something likes the rabbit then the rabbit is nice.',
'If something likes the rabbit then the rabbit is nice.',
'If something is nice then it likes the bear.',
'If something is nice and it likes the bear then it does not see the rabbit.'],
dtype=object) ] |
11,189 | ['Anne is big.' 'Anne is cold.' 'Anne is green.' 'Anne is quiet.'
'Anne is round.' 'Anne is white.' 'Charlie is rough.' 'Dave is big.'
'Dave is green.' 'Dave is quiet.' 'Dave is rough.' 'Dave is round.'
'Dave is white.' 'Harry is big.' 'Harry is green.' 'Harry is round.'] | ['All green people are cold.'
'If someone is green and rough then they are white.'
'White, round people are green.'
'If someone is rough and white then they are round.'
'Cold people are green.'
'If Harry is big and Harry is round then Harry is cold.'
'If Charlie is cold and Charlie is round then Charlie is white.'
'If someone is round then they are rough.'] | Harry is white. | True | 1 | 4 | [array(['Harry is green.', 'Harry is round.'], dtype=object)
array(['Harry is big.', 'Harry is round.', 'Harry is round.'],
dtype=object) ] | [array(['If someone is round then they are rough.',
'If someone is green and rough then they are white.'], dtype=object)
array(['If Harry is big and Harry is round then Harry is cold.',
'Cold people are green.',
'If someone is round then they are rough.',
'If someone is green and rough then they are white.'], dtype=object)] |
11,190 | ['Anne is young.' 'Charlie is young.' 'Gary is red.'] | ['If something is blue then it is green.' 'All green things are blue.'
'If something is blue then it is rough.'
'All rough, young things are furry.' 'All red things are blue.'
'Green things are young.'
'If Charlie is nice and Charlie is red then Charlie is furry.'
'If something is red and rough then it is blue.'] | Gary is not young. | False | 3 | 4 | [array(['Gary is red.'], dtype=object)] | [array(['All red things are blue.',
'If something is blue then it is green.',
'Green things are young.'], dtype=object)] |
11,191 | ['The cat visits the dog.' 'The cat visits the lion.' 'The dog is blue.'
'The dog is green.' 'The dog sees the cat.' 'The dog sees the lion.'
'The dog visits the lion.' 'The lion eats the mouse.' 'The lion is blue.'
'The lion is nice.' 'The lion is round.' 'The lion visits the cat.'
'The lion visits the dog.' 'The mouse eats the lion.'
'The mouse is kind.'] | ['If something visits the mouse and the mouse sees the cat then it visits the dog.'
'If something eats the mouse and it visits the cat then the mouse is green.'
'If something eats the dog and it visits the mouse then the mouse eats the lion.'
'If something visits the dog then it sees the cat.'
'If something visits the mouse then the mouse visits the cat.'
'If something eats the lion then it visits the mouse.'
'If something visits the dog then it is round.'
'If something visits the mouse and the mouse visits the dog then the mouse eats the cat.'] | The mouse visits the cat. | True | 1 | 3 | [array(['The mouse eats the lion.'], dtype=object)] | [array(['If something eats the lion then it visits the mouse.',
'If something visits the mouse then the mouse visits the cat.'],
dtype=object) ] |
11,192 | ['The cat likes the dog.' 'The dog is young.'] | ['If someone likes the dog then the dog likes the cat.'
'If someone visits the dog then the dog visits the cat.'
'If someone likes the cat then the cat does not visit the dog.'
'If someone is young then they do not chase the cat.'
'If someone chases the dog then the dog is green.'
'If someone is young and they like the cat then the cat is young.'] | The cat is not young. | False | 1 | 4 | [array(['The dog is young.', 'The cat likes the dog.'], dtype=object)] | [array(['If someone likes the dog then the dog likes the cat.',
'If someone is young and they like the cat then the cat is young.'],
dtype=object) ] |
11,193 | ['Anne is big.' 'Anne is blue.' 'Anne is rough.' 'Bob is cold.'
'Bob is green.' 'Bob is rough.' 'Bob is white.' 'Dave is blue.'
'Dave is white.' 'Harry is young.'] | ['If Bob is big then Bob is white.' 'Young people are white.'
'Cold, young people are rough.'
'If Anne is green and Anne is young then Anne is white.'
'White, big people are blue.' 'All blue people are green.'
'If someone is young and white then they are big.'
'Blue people are cold.'] | Harry is not big. | False | 1 | 4 | [array(['Harry is young.', 'Harry is young.'], dtype=object)] | [array(['Young people are white.',
'If someone is young and white then they are big.'], dtype=object)] |
11,194 | ['Bob is rough.' 'Charlie is nice.' 'Charlie is rough.'
'Charlie is white.' 'Dave is not white.' 'Gary is cold.' 'Gary is quiet.'] | ['Rough, white things are quiet.'
'If Charlie is round and Charlie is quiet then Charlie is rough.'
'All young things are round.' 'Nice things are white.'
'Rough, nice things are cold.'
'If something is round and rough then it is nice.'
'If something is rough then it is young.'] | Gary is not white. | Unknown | 1 | -1 | [] | [] |
11,195 | ['Anne is blue.' 'Anne is kind.' 'Anne is nice.' 'Anne is round.'
'Anne is white.' 'Erin is blue.' 'Erin is white.' 'Gary is round.'
'Harry is blue.' 'Harry is nice.' 'Harry is round.' 'Harry is white.'] | ['If Harry is round and Harry is green then Harry is kind.'
'If someone is blue then they are green.'] | Harry is kind. | True | 1 | 4 | [array(['Harry is round.', 'Harry is blue.'], dtype=object)] | [array(['If someone is blue then they are green.',
'If Harry is round and Harry is green then Harry is kind.'],
dtype=object) ] |
11,196 | ['Dave is blue.' 'Dave is red.' 'Dave is young.'] | ['All round, rough things are blue.' 'All quiet things are red.'
'If Dave is quiet then Dave is rough.' 'Young, rough things are round.'
'All red things are rough.'
'If Dave is round and Dave is blue then Dave is green.'] | Dave is round. | True | 1 | 4 | [array(['Dave is young.', 'Dave is red.'], dtype=object)] | [array(['All red things are rough.', 'Young, rough things are round.'],
dtype=object) ] |
11,197 | ['Anne is round.' 'Dave is big.' 'Fiona is quiet.' 'Fiona is young.'
'Harry is furry.' 'Harry is round.' 'Harry is young.'] | ['Round, quiet people are furry.'
'If someone is smart then they are rough.'
'If someone is smart and young then they are quiet.'
'If Anne is round then Anne is smart.' 'Smart people are young.'
'Quiet people are round.' 'Big people are smart.'
'All young, quiet people are big.'] | Harry is not quiet. | Unknown | 3 | -1 | [] | [] |
11,198 | ['Bob is cold.' 'Bob is nice.' 'Bob is red.' 'Bob is smart.'
'Bob is white.' 'Bob is young.' 'Charlie is cold.' 'Charlie is red.'
'Charlie is white.' 'Charlie is young.'] | ['All nice people are cold.'
'If someone is big and white then they are young.'
'All cold, smart people are nice.' 'Young people are smart.'
'Nice people are big.' 'If someone is nice and big then they are red.'] | Charlie is nice. | True | 1 | 4 | [array(['Charlie is cold.', 'Charlie is young.'], dtype=object)] | [array(['Young people are smart.', 'All cold, smart people are nice.'],
dtype=object) ] |
11,199 | ['Anne is quiet.' 'Bob is round.' 'Erin is white.' 'Fiona is smart.'] | ['If something is smart then it is kind.' 'All kind things are quiet.'
'If something is white then it is smart.'] | Anne is kind. | Unknown | 1 | -1 | [] | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.