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