Unnamed: 0 int64 0 16.4k | facts stringlengths 15 526 | rules stringlengths 50 716 | question stringlengths 11 45 | answer stringclasses 3
values | depth int64 1 3 | len int64 -1 9 | used_facts stringlengths 2 9.68k | used_rules stringlengths 2 21k |
|---|---|---|---|---|---|---|---|---|
7,600 | ['Anne is big.' 'Anne is quiet.' 'Fiona is big.' 'Fiona is quiet.'
'Fiona is young.' 'Gary is blue.' 'Gary is white.'] | ['All big, furry things are red.'
'If Gary is furry and Gary is white then Gary is big.'
'Blue, white things are furry.'] | Fiona is not red. | Unknown | 1 | -1 | [] | [] |
7,601 | ['Dave is rough.' 'Erin is not rough.'] | ['Nice, rough things are green.' 'Smart things are green.'
'If something is green and red then it is big.'
'All rough things are big.' 'If something is red then it is not rough.'
'If something is green then it is rough.' 'Nice, big things are not red.'
'All green things are nice.'] | Dave is not nice. | Unknown | 1 | -1 | [] | [] |
7,602 | ['Anne is cold.' 'Anne is white.' 'Bob is nice.' 'Bob is white.'
'Dave is blue.' 'Gary is blue.' 'Gary is smart.'] | ['All blue people are smart.' 'If someone is smart then they are cold.'
'If someone is white then they are quiet.'
'If someone is nice and quiet then they are blue.'
'All white, furry people are blue.' 'If Gary is furry then Gary is cold.'
'If Bob is not white then Bob is smart.'
'All cold, blue people are not furry.'] | Dave is furry. | False | 3 | 5 | [array(['Dave is blue.', 'Dave is blue.'], dtype=object)] | [array(['All blue people are smart.',
'If someone is smart then they are cold.',
'All cold, blue people are not furry.'], dtype=object)] |
7,603 | ['The bald eagle eats the cow.' 'The bald eagle is blue.'
'The cat visits the bald eagle.' 'The cat visits the rabbit.'
'The cow is blue.' 'The cow sees the rabbit.'
'The rabbit eats the bald eagle.' 'The rabbit is cold.'
'The rabbit sees the cow.' 'The rabbit visits the cat.'] | ['If something visits the cow and it sees the cow then it visits the bald eagle.'
'If something is nice then it is big.'
'If something visits the bald eagle then it is nice.'
'If something is cold and it visits the cow then the cow sees the cat.'
'If something is round and it eats the bald eagle then it sees the bald eagle.'
'If something visits the cat then it visits the rabbit.'
'If something visits the rabbit and it sees the cow then it visits the cow.'] | The cat is big. | True | 1 | 3 | [array(['The cat visits the bald eagle.'], dtype=object)] | [array(['If something visits the bald eagle then it is nice.',
'If something is nice then it is big.'], dtype=object)] |
7,604 | ['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.'] | Gary is big. | True | 3 | 6 | [array(['Gary is smart.', 'Gary is smart.'], dtype=object)] | [array(['All smart things are furry.',
'If Gary is furry then Gary is blue.',
'All smart things are furry.', 'All blue, furry things are big.'],
dtype=object) ] |
7,605 | ['Charlie is smart.' 'Charlie is white.' 'Fiona is big.' 'Fiona is smart.'
'Gary is not big.' 'Gary is not round.' 'Harry is quiet.'] | ['All quiet things are round.'
'If something is round and quiet then it is young.'
'All big things are not blue.' 'All blue, round things are white.'
'If something is white and not young then it is big.'
'If something is round and big then it is not smart.'] | Harry is not young. | False | 1 | 4 | [array(['Harry is quiet.', 'Harry is quiet.'], dtype=object)] | [array(['All quiet things are round.',
'If something is round and quiet then it is young.'], dtype=object)] |
7,606 | ['The mouse needs the rabbit.' 'The rabbit eats the squirrel.'
'The squirrel likes the rabbit.'] | ['If someone likes the rabbit then they eat the mouse.'
'If someone likes the mouse then the mouse needs the squirrel.'
'If someone is kind and they like the squirrel then they are big.'
'If someone is kind and red then they eat the rabbit.'
'If someone eats the mouse then the mouse likes the rabbit.'
'If someone eats the squirrel then they are big.'] | The mouse likes the rabbit. | True | 1 | 3 | [array(['The squirrel likes the rabbit.'], dtype=object)] | [array(['If someone likes the rabbit then they eat the mouse.',
'If someone eats the mouse then the mouse likes the rabbit.'],
dtype=object) ] |
7,607 | ['Bob is rough.' 'Bob is not young.' 'Charlie is kind.'
'Charlie is rough.' 'Dave is green.' 'Gary is blue.' 'Gary is young.'] | ['Young, furry people are nice.' 'Kind, green people are rough.'
'If Gary is blue then Gary is kind.' 'All rough people are furry.'
'If Bob is young then Bob is not green.'
'All kind, young people are green.'] | Gary is green. | True | 1 | 4 | [array(['Gary is blue.', 'Gary is young.'], dtype=object)] | [array(['If Gary is blue then Gary is kind.',
'All kind, young people are green.'], dtype=object)] |
7,608 | ['The cat chases the rabbit.' 'The cat chases the tiger.'
'The cat sees the mouse.' 'The cat does not see the rabbit.'
'The mouse chases the cat.' 'The mouse does not like the cat.'
'The rabbit likes the tiger.' 'The tiger is nice.' 'The tiger is young.'
'The tiger likes the cat.'] | ['All big things are blue.'
'If the cat sees the tiger then the cat chases the tiger.'
'If something likes the rabbit then the rabbit does not like the mouse.'
'All blue things are young.' 'If something is blue then it is young.'
'If something chases the cat then it likes the mouse.'
'If something is young then it likes the tiger.'
'If something likes the mouse then the mouse is big.'
'If something sees the mouse and the mouse is not blue then the mouse likes the cat.'] | The rabbit is not young. | Unknown | 1 | -1 | [] | [] |
7,609 | ['The bear likes the tiger.' 'The tiger is red.'
'The tiger likes the bear.'] | ['If something likes the tiger and it likes the bear then it visits the bear.'
'If something likes the tiger then it likes the bear.'
'If something chases the bear and it chases the tiger then the tiger chases the bear.'
'If something visits the bear then the bear chases the tiger.'
'If something is rough and it chases the tiger then the tiger is round.'
'If something chases the tiger and it chases the bear then the tiger is red.'] | The bear visits the bear. | True | 1 | 4 | [array(['The bear likes the tiger.', 'The bear likes the tiger.'],
dtype=object) ] | [array(['If something likes the tiger then it likes the bear.',
'If something likes the tiger and it likes the bear then it visits the bear.'],
dtype=object) ] |
7,610 | ['Bob is round.' 'Dave is young.' 'Erin is blue.'] | ['All blue, cold things are rough.' 'All quiet things are blue.'
'Young, rough things are cold.' 'All white things are quiet.'
'If something is cold and young then it is blue.'
'Young things are white.'] | Dave is not rough. | Unknown | 1 | -1 | [] | [] |
7,611 | ['Anne is kind.' 'Anne is nice.' 'Anne is quiet.' 'Anne is round.'
'Bob is not round.' 'Dave is furry.' 'Erin is nice.'] | ['If something is nice then it is quiet.'
'All nice, kind things are not young.'
'If something is furry then it is cold.' 'Quiet, nice things are cold.'
'If Erin is young then Erin is not kind.' 'Furry, quiet things are kind.'
'All cold things are kind.' 'If Erin is young then Erin is not quiet.'
'If something is kind and not young then it is round.'] | Dave is not kind. | False | 1 | 3 | [array(['Dave is furry.'], dtype=object)] | [array(['If something is furry then it is cold.',
'All cold things are kind.'], dtype=object)] |
7,612 | ['The cat is big.' 'The cat is blue.' 'The cat is nice.' 'The cat is red.'
'The cat is young.' 'The cat likes the rabbit.'
'The cat needs the rabbit.' 'The cat visits the rabbit.'
'The rabbit is big.' 'The rabbit is blue.' 'The rabbit is nice.'
'The rabbit is red.' 'The rabbit is young.' 'The rabbit likes the cat.'
'The rabbit needs the cat.' 'The rabbit visits the cat.'] | ['If someone visits the cat and the cat visits the rabbit then the cat is young.'
'If someone is big then they visit the cat.'
'If someone visits the cat then they like the cat.'] | The cat likes the cat. | True | 1 | 3 | [array(['The cat is big.'], dtype=object)] | [array(['If someone is big then they visit the cat.',
'If someone visits the cat then they like the cat.'], dtype=object)] |
7,613 | ['Erin is cold.' 'Erin is kind.' 'Erin is quiet.' 'Erin is smart.'
'Erin is white.' 'Fiona is blue.' 'Fiona is cold.' 'Fiona is kind.'
'Fiona is quiet.' 'Fiona is white.'] | ['Cold, furry things are blue.' 'If something is white then it is furry.'] | Erin is blue. | True | 1 | 4 | [array(['Erin is cold.', 'Erin is white.'], dtype=object)] | [array(['If something is white then it is furry.',
'Cold, furry things are blue.'], dtype=object)] |
7,614 | ['Anne is quiet.' 'Bob is big.' 'Bob is nice.' 'Erin is kind.'
'Erin is young.' 'Harry is quiet.' 'Harry is rough.'] | ['If Harry is young and Harry is kind then Harry is big.'
'If someone is young and not quiet then they are not nice.'
'If someone is rough and quiet then they are nice.'
'Nice people are cold.' 'Kind, big people are young.'
'If someone is kind then they are young.'
'If someone is rough and cold then they are kind.'
'If Anne is young then Anne is nice.'] | Harry is not cold. | False | 1 | 4 | [array(['Harry is rough.', 'Harry is quiet.'], dtype=object)] | [array(['If someone is rough and quiet then they are nice.',
'Nice people are cold.'], dtype=object) ] |
7,615 | ['Erin is rough.'] | ['If Erin is rough then Erin is white.' 'All rough things are big.'
'Big, round things are furry.' 'Big, rough things are furry.'
'If something is round then it is furry.'
'If something is white and rough then it is young.'] | Erin is not furry. | False | 1 | 4 | [array(['Erin is rough.', 'Erin is rough.'], dtype=object)] | [array(['All rough things are big.', 'Big, rough things are furry.'],
dtype=object) ] |
7,616 | ['The bald eagle is nice.' 'The bald eagle is rough.'
'The bald eagle needs the mouse.' 'The bald eagle needs the squirrel.'
'The mouse is kind.' 'The mouse is young.' 'The mouse likes the tiger.'
'The mouse sees the bald eagle.' 'The squirrel is kind.'
'The squirrel is nice.' 'The squirrel needs the bald eagle.'
'The tiger is kind.'] | ['If someone likes the bald eagle then they are rough.'
'If someone is blue and they see the tiger then the tiger needs the squirrel.'
'If the mouse needs the bald eagle and the bald eagle likes the mouse then the bald eagle is rough.'
'If the mouse needs the squirrel then the squirrel likes the mouse.'
'If someone is rough then they see the mouse.'
'If someone needs the tiger and the tiger is kind then they like the bald eagle.'
'If someone sees the mouse then they need the squirrel.'
'If someone needs the squirrel and the squirrel is nice then the squirrel needs the tiger.'] | The squirrel does not like the bald eagle. | False | 1 | 5 | [array(['The bald eagle needs the squirrel.', 'The squirrel is nice.',
'The tiger is kind.'], dtype=object)
array(['The bald eagle is rough.', 'The squirrel is nice.',
'The tiger is kind.'], dtype=object) ] | [array(['If someone needs the squirrel and the squirrel is nice then the squirrel needs the tiger.',
'If someone needs the tiger and the tiger is kind then they like the bald eagle.'],
dtype=object)
array(['If someone is rough then they see the mouse.',
'If someone sees the mouse then they need the squirrel.',
'If someone needs the squirrel and the squirrel is nice then the squirrel needs the tiger.',
'If someone needs the tiger and the tiger is kind then they like the bald eagle.'],
dtype=object) ] |
7,617 | ['The bald eagle is cold.' 'The bald eagle is green.'
'The bald eagle is nice.' 'The bald eagle is red.'
'The bald eagle is young.' 'The bald eagle likes the cow.'
'The bald eagle needs the cow.' 'The bald eagle visits the cow.'
'The cow is cold.' 'The cow is green.' 'The cow is nice.'
'The cow is young.' 'The cow likes the bald eagle.'
'The cow needs the bald eagle.' 'The cow visits the bald eagle.'] | ['If someone likes the bald eagle then they like the cow.'
'Red people are young.'
'If someone visits the cow and they like the bald eagle then the bald eagle is young.'
'If someone is green then they need the cow.'
'If someone needs the bald eagle and they like the bald eagle then they like the cow.'
'If someone likes the cow then they visit the bald eagle.'
'If someone is young then they like the bald eagle.'
'If someone likes the cow and they like the bald eagle then they are red.'] | The cow is red. | True | 1 | 4 | [array(['The cow likes the bald eagle.', 'The cow likes the bald eagle.'],
dtype=object)
array(['The cow needs the bald eagle.', 'The cow likes the bald eagle.',
'The cow likes the bald eagle.'], dtype=object)
array(['The cow likes the bald eagle.', 'The cow is young.'], dtype=object)
array(['The cow needs the bald eagle.', 'The cow likes the bald eagle.',
'The cow is young.'], dtype=object)
array(['The cow is young.', 'The cow likes the bald eagle.'], dtype=object)
array(['The cow needs the bald eagle.', 'The cow is young.',
'The cow likes the bald eagle.'], dtype=object)
array(['The cow is young.', 'The cow is young.'], dtype=object)
array(['The cow needs the bald eagle.', 'The cow is young.',
'The cow is young.'], dtype=object) ] | [array(['If someone likes the bald eagle then they like the cow.',
'If someone likes the cow and they like the bald eagle then they are red.'],
dtype=object)
array(['If someone needs the bald eagle and they like the bald eagle then they like the cow.',
'If someone likes the cow and they like the bald eagle then they are red.'],
dtype=object)
array(['If someone likes the bald eagle then they like the cow.',
'If someone is young then they like the bald eagle.',
'If someone likes the cow and they like the bald eagle then they are red.'],
dtype=object)
array(['If someone needs the bald eagle and they like the bald eagle then they like the cow.',
'If someone is young then they like the bald eagle.',
'If someone likes the cow and they like the bald eagle then they are red.'],
dtype=object)
array(['If someone is young then they like the bald eagle.',
'If someone likes the bald eagle then they like the cow.',
'If someone likes the cow and they like the bald eagle then they are red.'],
dtype=object)
array(['If someone is young then they like the bald eagle.',
'If someone needs the bald eagle and they like the bald eagle then they like the cow.',
'If someone likes the cow and they like the bald eagle then they are red.'],
dtype=object)
array(['If someone is young then they like the bald eagle.',
'If someone likes the bald eagle then they like the cow.',
'If someone is young then they like the bald eagle.',
'If someone likes the cow and they like the bald eagle then they are red.'],
dtype=object)
array(['If someone is young then they like the bald eagle.',
'If someone needs the bald eagle and they like the bald eagle then they like the cow.',
'If someone is young then they like the bald eagle.',
'If someone likes the cow and they like the bald eagle then they are red.'],
dtype=object) ] |
7,618 | ['Charlie is young.' 'Erin is blue.' 'Gary is young.' 'Harry is young.'] | ['If Gary is round then Gary is nice.' 'Round people are cold.'
'If someone is round then they are white.' 'Young people are round.'
'Kind people are round.' 'White people are nice.'] | Erin is not white. | Unknown | 1 | -1 | [] | [] |
7,619 | ['The cat is nice.' 'The cat is young.' 'The cat does not need the lion.'
'The dog eats the lion.' 'The dog is kind.' 'The lion eats the cat.'
'The lion is nice.' 'The lion needs the cat.'
'The lion needs the rabbit.' 'The lion visits the cat.'
'The rabbit eats the dog.' 'The rabbit is big.' 'The rabbit is blue.'
'The rabbit is young.' 'The rabbit does not need the dog.'] | ['If someone eats the lion and the lion visits the dog then the dog eats the cat.'
'If the rabbit is nice then the rabbit does not eat the lion.'
'If someone needs the dog and they are blue then the dog visits the rabbit.'
'If the dog eats the lion and the dog does not visit the cat then the lion does not need the cat.'
'If someone eats the cat then they visit the dog.'
'If someone needs the lion then the lion is young.'
'If someone eats the lion and the lion needs the rabbit then the rabbit does not eat the cat.'
'If someone eats the rabbit and the rabbit is young then the rabbit eats the cat.'] | The dog does not eat the cat. | False | 1 | 4 | [array(['The dog eats the lion.', 'The lion eats the cat.'], dtype=object)] | [array(['If someone eats the cat then they visit the dog.',
'If someone eats the lion and the lion visits the dog then the dog eats the cat.'],
dtype=object) ] |
7,620 | ['Anne is big.' 'Anne is smart.' 'Bob is cold.' 'Gary is big.'
'Gary is furry.' 'Harry is not cold.' 'Harry is green.'] | ['All young people are cold.' 'If someone is smart then they are young.'
'If someone is furry then they are green.' 'Green people are white.'
'If someone is green and cold then they are white.'
'If Harry is green and Harry is young then Harry is furry.'
'Green people are furry.' 'All cold people are furry.'
'If Gary is green then Gary is furry.'] | Gary is not white. | False | 1 | 3 | [array(['Gary is furry.'], dtype=object)] | [array(['If someone is furry then they are green.',
'Green people are white.'], dtype=object) ] |
7,621 | ['Anne is green.' 'Charlie is blue.' 'Charlie is not green.'
'Charlie is nice.' 'Erin is young.' 'Harry is kind.' 'Harry is white.'] | ['If something is blue then it is nice.'
'If something is blue and not quiet then it is nice.'
'If something is nice then it is kind.'
'If Erin is green then Erin is white.' 'All green things are blue.'
'If something is young then it is white.'
'If Harry is white then Harry is young.'
'If Erin is nice and Erin is blue then Erin is young.'
'All white things are green.'] | Harry is blue. | True | 1 | 3 | [array(['Harry is white.'], dtype=object)] | [array(['All white things are green.', 'All green things are blue.'],
dtype=object) ] |
7,622 | ['Anne is furry.' 'Anne is kind.' 'Anne is not nice.' 'Anne is quiet.'
'Charlie is green.' 'Erin is furry.' 'Erin is nice.' 'Erin is round.'
'Fiona is furry.' 'Fiona is kind.' 'Fiona is not nice.' 'Fiona is round.'] | ['If someone is green then they are not round.'
'If Charlie is round then Charlie is kind.'
'If Erin is green then Erin is quiet.'
'If Charlie is not round then Charlie is smart.'
'If someone is round and not quiet then they are furry.'
'If someone is smart then they are furry.'] | Charlie is not furry. | False | 3 | 4 | [array(['Charlie is green.'], dtype=object)] | [array(['If someone is green then they are not round.',
'If Charlie is not round then Charlie is smart.',
'If someone is smart then they are furry.'], dtype=object)] |
7,623 | ['Charlie is green.' 'Dave is quiet.' 'Dave is red.' 'Dave is not white.'
'Erin is not big.' 'Erin is not cold.' 'Erin is green.' 'Harry is big.'
'Harry is cold.' 'Harry is green.'] | ['If someone is red then they are not white.'
'If Charlie is quiet then Charlie is blue.'
'If someone is quiet and red then they are blue.'
'All white people are cold.' 'All green people are quiet.'
'All blue, green people are red.'
'If someone is red and not white then they are big.'] | Harry is red. | Unknown | 1 | -1 | [] | [] |
7,624 | ['Dave is furry.' 'Dave is red.' 'Dave is rough.'] | ['If something is white and blue then it is not furry.'
'If something is red and not blue then it is not white.'
'If something is red then it is white.'
'If Dave is rough then Dave is furry.'
'If something is white and not blue then it is red.'
'If something is white then it is nice.'
'If something is green then it is nice.'
'If something is green and not white then it is not nice.'] | Dave is nice. | True | 1 | 3 | [array(['Dave is red.'], dtype=object)] | [array(['If something is red then it is white.',
'If something is white then it is nice.'], dtype=object)] |
7,625 | ['Anne is cold.' 'Erin is young.' 'Fiona is not round.' 'Harry is round.'] | ['If someone is round then they are young.' 'All young people are quiet.'] | Fiona is quiet. | Unknown | 1 | -1 | [] | [] |
7,626 | ['Dave is kind.' 'Dave is quiet.' 'Dave is rough.' 'Dave is young.'
'Erin is nice.' 'Erin is round.' 'Fiona is nice.' 'Fiona is quiet.'
'Fiona is rough.' 'Fiona is white.'] | ['All quiet things are white.' 'Nice, white things are quiet.'
'If Erin is round and Erin is kind then Erin is young.'] | Erin is not quiet. | Unknown | 1 | -1 | [] | [] |
7,627 | ['Gary is quiet.' 'Gary is white.' 'Gary is not young.'] | ['All quiet people are not nice.' 'Nice people are not green.'
'If Gary is nice then Gary is not kind.'
'If Gary is not nice then Gary is green.' 'Green people are not kind.'
'All green people are not kind.'] | Gary is not green. | False | 1 | 3 | [array(['Gary is quiet.'], dtype=object)] | [array(['All quiet people are not nice.',
'If Gary is not nice then Gary is green.'], dtype=object)] |
7,628 | ['Dave is smart.' 'Gary is big.' 'Harry is big.'] | ['All quiet people are smart.' 'All big, smart people are blue.'
'If someone is big then they are quiet.' 'Smart, big people are quiet.'
'All cold people are quiet.' 'Smart, blue people are rough.'] | Gary is not blue. | False | 3 | 5 | [array(['Gary is big.', 'Gary is big.'], dtype=object)] | [array(['If someone is big then they are quiet.',
'All quiet people are smart.', 'All big, smart people are blue.'],
dtype=object) ] |
7,629 | ['Dave is green.' 'Fiona is nice.'] | ['If something is round then it is blue.'
'If something is green and blue then it is nice.'
'All quiet things are nice.' 'Nice things are white.'
'Green, nice things are blue.' 'All nice things are white.'
'All green things are blue.'
'If something is quiet and nice then it is green.'] | Dave is nice. | True | 1 | 4 | [array(['Dave is green.', 'Dave is green.'], dtype=object)] | [array(['All green things are blue.',
'If something is green and blue then it is nice.'], dtype=object)] |
7,630 | ['Anne is blue.' 'Anne is red.' 'Anne is rough.' 'Anne is young.'
'Fiona is blue.' 'Fiona is red.' 'Fiona is rough.' 'Gary is nice.'
'Gary is red.' 'Gary is white.'] | ['If someone is big then they are young.'
'If Fiona is red then Fiona is white.' 'All red people are big.'] | Fiona is young. | True | 1 | 3 | [array(['Fiona is red.'], dtype=object)] | [array(['All red people are big.',
'If someone is big then they are young.'], dtype=object)] |
7,631 | ['The cow eats the lion.' 'The cow eats the tiger.' 'The cow is red.'
'The cow needs the lion.' 'The lion eats the tiger.' 'The lion is rough.'
'The lion is round.' 'The tiger is kind.' 'The tiger likes the cow.'
'The tiger needs the cow.'] | ['If someone eats the tiger and the tiger eats the cow then they are round.'
'If someone eats the cow then they need the cow.'
'If someone eats the lion then they eat the cow.'
'If someone needs the lion then they need the cow.'
'If someone is rough then they like the cow.'
'If someone needs the lion and they eat the cow then the cow likes the lion.'
'If someone needs the tiger and the tiger likes the cow then the cow eats the tiger.'
'If someone is green and they need the cow then they eat the cow.'] | The cow is round. | Unknown | 1 | -1 | [] | [] |
7,632 | ['Anne is big.' 'Anne is kind.' 'Charlie is big.' 'Erin is big.'
'Erin is blue.' 'Erin is not kind.' 'Erin is not young.' 'Harry is big.'
'Harry is nice.' 'Harry is white.' 'Harry is young.'] | ['All kind, big things are blue.'
'If something is young and kind then it is nice.'
'Blue, cold things are nice.' 'White things are cold.'
'White, big things are cold.'
'If Erin is blue and Erin is white then Erin is nice.'
'All cold, nice things are young.' 'All kind, blue things are white.'] | Charlie is young. | Unknown | 3 | -1 | [] | [] |
7,633 | ['Bob is white.' 'Charlie is nice.' 'Charlie is red.' 'Dave is not blue.'
'Dave is green.' 'Dave is kind.' 'Gary is not kind.'] | ['If Dave is young then Dave is red.' 'Kind things are young.'] | Dave is not red. | False | 1 | 3 | [array(['Dave is kind.'], dtype=object)] | [array(['Kind things are young.', 'If Dave is young then Dave is red.'],
dtype=object) ] |
7,634 | ['The bear is kind.'] | ['All kind people are rough.'
'If the bear is young and the bear is nice then the bear is kind.'
'All nice people are blue.' 'Young, nice people are blue.'
'If someone is rough then they are blue.'
'All blue, young people are kind.'
'If the bear is nice and the bear is kind then the bear is not blue.'
'All rough, blue people are not nice.'] | The bear is not blue. | False | 1 | 3 | [array(['The bear is kind.'], dtype=object)] | [array(['All kind people are rough.',
'If someone is rough then they are blue.'], dtype=object)] |
7,635 | ['Bob is white.' 'Erin is nice.' 'Gary is quiet.'] | ['If someone is smart then they are nice.'
'If someone is quiet then they are smart.'] | Gary is not nice. | False | 1 | 3 | [array(['Gary is quiet.'], dtype=object)] | [array(['If someone is quiet then they are smart.',
'If someone is smart then they are nice.'], dtype=object)] |
7,636 | ['Anne is red.' 'Anne is smart.' 'Erin is furry.' 'Erin is red.'
'Erin is round.' 'Harry is red.' 'Harry is young.'] | ['All red people are blue.' 'If someone is blue then they are furry.'
'If Harry is red then Harry is blue.'] | Anne is not furry. | False | 1 | 3 | [array(['Anne is red.'], dtype=object)] | [array(['All red people are blue.',
'If someone is blue then they are furry.'], dtype=object)] |
7,637 | ['The bald eagle is cold.' 'The bear eats the squirrel.'
'The bear is kind.' 'The bear needs the cat.' 'The cat is kind.'
'The cat visits the bald eagle.' 'The cat visits the bear.'
'The cat visits the squirrel.' 'The squirrel is rough.'
'The squirrel needs the bald eagle.' 'The squirrel needs the bear.'
'The squirrel visits the bald eagle.'] | ['If something visits the squirrel then the squirrel eats the cat.'
'If something eats the cat and it is big then the cat visits the bald eagle.'
'If something visits the squirrel and it eats the bald eagle then the squirrel is kind.'
'If something is red and it needs the cat then the cat eats the bald eagle.'
'If something is kind then it needs the squirrel.'
'If something visits the bald eagle then it needs the bald eagle.'
'If something is red then it eats the cat.'
'If something eats the bald eagle and it needs the squirrel then the bald eagle visits the bear.'
'If something needs the squirrel then it is red.'] | The cat is not red. | False | 1 | 3 | [array(['The cat is kind.'], dtype=object)] | [array(['If something is kind then it needs the squirrel.',
'If something needs the squirrel then it is red.'], dtype=object)] |
7,638 | ['The bear is kind.' 'The bear needs the tiger.' 'The dog eats the bear.'
'The dog needs the bear.' 'The dog needs the tiger.'
'The dog sees the tiger.' 'The tiger needs the dog.'] | ['If something sees the dog then the dog is green.'
'If something is blue then it eats the tiger.'
'If something needs the dog then it needs the tiger.'
'If something is green then it sees the bear.'
'If the bear sees the dog then the bear is kind.'
'If something is red then it sees the dog.'
'If something needs the tiger then it is blue.'
'If something sees the tiger then the tiger eats the dog.'] | The tiger is not blue. | False | 1 | 3 | [array(['The tiger needs the dog.'], dtype=object)] | [array(['If something needs the dog then it needs the tiger.',
'If something needs the tiger then it is blue.'], dtype=object)] |
7,639 | ['Bob is smart.' 'Charlie is kind.' 'Dave is furry.' 'Gary is not nice.'] | ['If Gary is quiet and Gary is not furry then Gary is kind.'
'Quiet people are white.' 'Kind people are quiet.'
'If Gary is smart and Gary is not furry then Gary is cold.'
'Smart, cold people are nice.' 'All furry, kind people are cold.'
'If someone is smart and not white then they are cold.'
'All white people are not cold.'] | Charlie is cold. | False | 3 | 4 | [array(['Charlie is kind.'], dtype=object)] | [array(['Kind people are quiet.', 'Quiet people are white.',
'All white people are not cold.'], dtype=object) ] |
7,640 | ['The mouse is big.' 'The mouse is blue.' 'The mouse is round.'
'The mouse likes the squirrel.' 'The mouse needs the tiger.'
'The mouse visits the tiger.' 'The squirrel is round.'
'The squirrel needs the mouse.' 'The squirrel visits the tiger.'
'The tiger is blue.' 'The tiger is round.'
'The tiger needs the squirrel.'] | ['If someone needs the mouse then they like the mouse.'
'If someone visits the mouse then the mouse is cold.'
'If someone likes the mouse then the mouse visits the squirrel.'
'If someone is blue and they need the squirrel then the squirrel visits the mouse.'
'If someone needs the mouse then the mouse needs the tiger.'
'If someone is cold and they like the squirrel then the squirrel needs the tiger.'] | The squirrel needs the tiger. | True | 3 | 6 | [array(['The tiger is blue.', 'The tiger needs the squirrel.',
'The mouse likes the squirrel.'], dtype=object) ] | [array(['If someone is blue and they need the squirrel then the squirrel visits the mouse.',
'If someone visits the mouse then the mouse is cold.',
'If someone is cold and they like the squirrel then the squirrel needs the tiger.'],
dtype=object) ] |
7,641 | ['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 dog eats the tiger. | Unknown | 1 | -1 | [] | [] |
7,642 | ['The cat is cold.' 'The cat is rough.' 'The cat likes the lion.'
'The cat sees the lion.' 'The cat visits the lion.' 'The lion is blue.'
'The lion is cold.' 'The lion is green.' 'The lion is rough.'
'The lion likes the cat.' 'The lion sees the cat.'
'The lion visits the cat.'] | ['If something visits the cat then the cat likes the lion.'
'If something visits the lion then it is nice.'
'If something is rough then it likes the lion.'
'If something sees the lion and the lion sees the cat then the cat is blue.'
'If something likes the lion then it visits the lion.'
'If the cat sees the lion then the lion likes the cat.'] | The lion visits the lion. | True | 1 | 3 | [array(['The lion is rough.'], dtype=object)] | [array(['If something is rough then it likes the lion.',
'If something likes the lion then it visits the lion.'],
dtype=object) ] |
7,643 | ['The bald eagle is big.' 'The bald eagle is red.'
'The bald eagle sees the tiger.' 'The bald eagle visits the bear.'
'The bear needs the bald eagle.' 'The bear sees the bald eagle.'
'The bear does not see the tiger.' 'The rabbit is big.'
'The rabbit needs the bald eagle.' 'The rabbit needs the bear.'
'The rabbit visits the tiger.' 'The tiger needs the bald eagle.'
'The tiger needs the rabbit.' 'The tiger visits the bear.'] | ['If something is big then it needs the tiger.'
'If something needs the tiger and it sees the bald eagle then the tiger is big.'
'If something needs the tiger and it visits the bear then the tiger needs the rabbit.'
'If the bald eagle visits the bear and the bald eagle needs the tiger then the bear needs the tiger.'
'If something needs the tiger then it is red.'
'If the bear sees the rabbit then the rabbit sees the tiger.'
'If something is blue then it visits the bear.'
'If something is blue and it needs the tiger then it does not visit the bald eagle.'] | The bear does not need the tiger. | False | 1 | 4 | [array(['The bald eagle visits the bear.', 'The bald eagle is big.'],
dtype=object) ] | [array(['If something is big then it needs the tiger.',
'If the bald eagle visits the bear and the bald eagle needs the tiger then the bear needs the tiger.'],
dtype=object) ] |
7,644 | ['The bald eagle is big.' 'The bald eagle likes the cat.'
'The bald eagle sees the squirrel.' 'The cat chases the squirrel.'
'The cat sees the squirrel.' 'The squirrel likes the cat.'
'The squirrel does not like the tiger.' 'The tiger is big.'
'The tiger is not young.' 'The tiger sees the squirrel.'] | ['If the tiger likes the bald eagle then the bald eagle sees the squirrel.'
'If something likes the tiger and it does not chase the cat then the cat is not big.'
'If something sees the cat then the cat is big.'
'If something is big then it sees the bald eagle.'
'If something sees the bald eagle then the bald eagle is young.'
'Cold things are big.'
'If something chases the tiger and it sees the cat then the tiger is big.'
'If something is big then it chases the tiger.'
'If something sees the bald eagle then it sees the cat.'] | The bald eagle sees the cat. | True | 1 | 3 | [array(['The bald eagle is big.'], dtype=object)] | [array(['If something is big then it sees the bald eagle.',
'If something sees the bald eagle then it sees the cat.'],
dtype=object) ] |
7,645 | ['Dave is smart.' 'Fiona is big.' 'Harry is green.'] | ['Rough things are not big.' 'If something is smart then it is furry.'
'Smart things are furry.' 'All smart, green things are rough.'
'All big things are smart.'
'If something is big and nice then it is smart.'
'All furry things are white.'
'If something is smart and rough then it is green.'] | Fiona is furry. | True | 1 | 3 | [array(['Fiona is big.'], dtype=object)
array(['Fiona is big.'], dtype=object)] | [array(['All big things are smart.',
'If something is smart then it is furry.'], dtype=object)
array(['All big things are smart.', 'Smart things are furry.'],
dtype=object) ] |
7,646 | ['Bob is blue.' 'Fiona is white.' 'Gary is big.'] | ['If something is kind and not rough then it is nice.'
'All nice, rough things are white.'
'If something is kind and nice then it is white.'
'White things are blue.' 'Blue, kind things are not cold.'
'All cold, white things are big.' 'All white things are kind.'
'If Fiona is blue then Fiona is white.'] | Fiona is cold. | False | 1 | 5 | [array(['Fiona is white.', 'Fiona is white.'], dtype=object)] | [array(['White things are blue.', 'All white things are kind.',
'Blue, kind things are not cold.'], dtype=object) ] |
7,647 | ['The cat sees the squirrel.' 'The cat visits the lion.'
'The lion is round.' 'The lion likes the squirrel.'
'The lion sees the cat.' 'The lion visits the rabbit.'
'The lion visits the squirrel.' 'The rabbit is big.'
'The rabbit is green.' 'The rabbit sees the cat.'
'The rabbit sees the lion.' 'The rabbit visits the lion.'
'The squirrel likes the rabbit.' 'The squirrel sees the cat.'
'The squirrel visits the lion.'] | ['If something likes the cat then it visits the rabbit.'
'If something likes the squirrel then the squirrel likes the cat.'
'If the squirrel visits the rabbit then the squirrel sees the rabbit.'
'If something is green and it likes the lion then it is red.'
'If something likes the squirrel and the squirrel sees the cat then the squirrel is kind.'
'If the lion visits the rabbit and the lion likes the squirrel then the lion is big.'] | The squirrel sees the rabbit. | True | 3 | 4 | [array(['The lion likes the squirrel.'], dtype=object)] | [array(['If something likes the squirrel then the squirrel likes the cat.',
'If something likes the cat then it visits the rabbit.',
'If the squirrel visits the rabbit then the squirrel sees the rabbit.'],
dtype=object) ] |
7,648 | ['The cat is round.' 'The rabbit needs the squirrel.'
'The squirrel sees the cat.'] | ['If something visits the squirrel then it is blue.'
'If something is big then it sees the squirrel.'
'If something needs the rabbit and the rabbit visits the squirrel then the rabbit is blue.'
'All young things are rough.'
'If something needs the rabbit then the rabbit sees the cat.'
'If the cat needs the rabbit then the cat visits the rabbit.'
'If something visits the cat then the cat needs the squirrel.'
'If something sees the cat and the cat is round then the cat needs the rabbit.'] | The rabbit sees the cat. | True | 1 | 4 | [array(['The squirrel sees the cat.', 'The cat is round.'], dtype=object)] | [array(['If something sees the cat and the cat is round then the cat needs the rabbit.',
'If something needs the rabbit then the rabbit sees the cat.'],
dtype=object) ] |
7,649 | ['Anne is green.' 'Anne is quiet.' 'Anne is red.' 'Anne is rough.'
'Anne is round.' 'Anne is white.' 'Dave is green.' 'Dave is red.'
'Dave is rough.' 'Dave is white.' 'Gary is green.' 'Gary is quiet.'
'Gary is rough.' 'Gary is round.' 'Harry is round.' 'Harry is young.'] | ['If someone is green then they are rough.'
'If Anne is round and Anne is young then Anne is red.'
'Rough people are red.'
'If someone is quiet and rough then they are green.'
'If Gary is white then Gary is young.'
'If someone is quiet then they are white.'
'If someone is green and round then they are red.'
'If someone is green then they are white.'] | Harry is not white. | Unknown | 1 | -1 | [] | [] |
7,650 | ['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.'] | Anne is not cold. | False | 1 | 3 | [array(['Anne is quiet.'], dtype=object)] | [array(['If someone is quiet then they are big.', 'Big people are cold.'],
dtype=object) ] |
7,651 | ['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)] |
7,652 | ['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 green. | False | 1 | 4 | [array(['Anne is nice.', 'Anne is nice.'], dtype=object)] | [array(['Nice things are white.',
'If something is nice and white then it is green.'], dtype=object)] |
7,653 | ['Bob is cold.' 'Bob is kind.' 'Bob is nice.' 'Charlie is not nice.'
'Charlie is round.' 'Fiona is not big.' 'Fiona is nice.' 'Gary is kind.'
'Gary is nice.' 'Gary is young.'] | ['If someone is round and not kind then they are cold.'
'Big people are cold.' 'All kind people are big.'
'Cold, nice people are round.' 'Green people are round.'
'If someone is cold and not kind then they are not young.'
'If Gary is green then Gary is nice.' 'Big, cold people are nice.'] | Charlie is cold. | Unknown | 1 | -1 | [] | [] |
7,654 | ['The cow chases the mouse.' 'The cow is nice.' 'The cow is rough.'
'The mouse chases the cow.' 'The mouse is cold.'
'The mouse visits the cow.' 'The mouse visits the rabbit.'
'The rabbit chases the cow.' 'The rabbit chases the mouse.'
'The rabbit is green.' 'The rabbit is nice.' 'The rabbit needs the cow.'
'The rabbit needs the mouse.' 'The rabbit visits the cow.'
'The rabbit visits the mouse.'] | ['If something needs the mouse and it is cold then the mouse chases the rabbit.'
'If something needs the rabbit and it is kind then the rabbit needs the cow.'
'If something chases the rabbit then it needs the mouse.'
'If something chases the rabbit and the rabbit is rough then the rabbit chases the cow.'
'If something visits the cow then it chases the rabbit.'
'If something needs the mouse and the mouse needs the rabbit then it chases the cow.'] | The cow does not need the mouse. | Unknown | 1 | -1 | [] | [] |
7,655 | ['Charlie is big.' 'Charlie is rough.' 'Charlie is round.'
'Charlie is not smart.' 'Charlie is white.' 'Erin is cold.'
'Erin is not rough.' 'Erin is not smart.' 'Erin is white.' 'Gary is red.'
'Harry is cold.' 'Harry is round.'] | ['If Gary is rough then Gary is not cold.' 'All smart things are red.'
'If Harry is rough and Harry is not smart then Harry is round.'
'If Gary is red then Gary is rough.' 'Round, smart things are white.'
'If Erin is not red then Erin is cold.'] | Gary is not cold. | True | 1 | 3 | [array(['Gary is red.'], dtype=object)] | [array(['If Gary is red then Gary is rough.',
'If Gary is rough then Gary is not cold.'], dtype=object)] |
7,656 | ['Anne is green.' 'Bob is kind.' 'Erin is rough.' 'Harry is nice.'] | ['If someone is kind and rough then they are white.'
'If Bob is green and Bob is not nice then Bob is not blue.'
'If someone is kind then they are rough.'
'If someone is nice then they are kind.' 'Kind people are big.'
'Kind people are not blue.'] | Bob is not white. | False | 1 | 4 | [array(['Bob is kind.', 'Bob is kind.'], dtype=object)] | [array(['If someone is kind then they are rough.',
'If someone is kind and rough then they are white.'], dtype=object)] |
7,657 | ['Anne is furry.' 'Anne is kind.' 'Bob is big.' 'Bob is furry.'
'Bob is kind.' 'Bob is white.' 'Dave is big.' 'Dave is furry.'
'Dave is nice.' 'Dave is rough.' 'Dave is white.' 'Dave is young.'
'Erin is kind.' 'Erin is nice.' 'Erin is rough.' 'Erin is white.'] | ['Rough things are young.' 'Kind things are big.' 'Furry things are nice.'
'All kind, nice things are young.' 'White, kind things are rough.'
'If something is young then it is white.' 'Furry things are young.'
'If Erin is white then Erin is furry.'] | Anne is white. | True | 1 | 3 | [array(['Anne is furry.'], dtype=object)
array(['Anne is kind.', 'Anne is furry.'], dtype=object)] | [array(['Furry things are young.',
'If something is young then it is white.'], dtype=object)
array(['Furry things are nice.', 'All kind, nice things are young.',
'If something is young then it is white.'], dtype=object) ] |
7,658 | ['Anne is red.' 'Charlie is cold.' 'Charlie is quiet.'
'Charlie is not round.' 'Charlie is young.' 'Dave is round.'
'Dave is not young.' 'Gary is green.' 'Gary is quiet.' 'Gary is not red.'
'Gary is round.' 'Gary is young.'] | ['If someone is quiet then they are nice.'
'If someone is round and quiet then they are nice.'
'If Anne is red then Anne is round.' 'Nice, young people are green.'
'Round people are green.' 'Nice, round people are not cold.'
'If someone is green then they are quiet.'] | Charlie is green. | True | 1 | 4 | [array(['Charlie is quiet.', 'Charlie is young.'], dtype=object)] | [array(['If someone is quiet then they are nice.',
'Nice, young people are green.'], dtype=object)] |
7,659 | ['Anne is big.' 'Anne is rough.' 'Anne is young.' 'Bob is young.'
'Charlie is cold.' 'Charlie is green.' 'Charlie is nice.'
'Charlie is young.' 'Gary is green.' 'Gary is young.'] | ['Big, quiet people are green.'
'If someone is cold and young then they are nice.'
'If Bob is rough and Bob is green then Bob is cold.'
'Green people are nice.' 'All nice people are quiet.'
'Young people are cold.'
'If someone is quiet and nice then they are rough.'
'If someone is rough and young then they are cold.'
'All rough, nice people are big.'] | Gary is not quiet. | False | 1 | 3 | [array(['Gary is green.'], dtype=object)
array(['Gary is young.', 'Gary is young.'], dtype=object)] | [array(['Green people are nice.', 'All nice people are quiet.'],
dtype=object)
array(['Young people are cold.',
'If someone is cold and young then they are nice.',
'All nice people are quiet.'], dtype=object) ] |
7,660 | ['Bob is red.' 'Erin is kind.' 'Gary is white.' 'Harry is young.'] | ['All big, young people are red.' 'If someone is nice then they are kind.'
'All red people are furry.' 'If someone is white then they are kind.'
'Young, red people are big.' 'Kind people are furry.'] | Gary is furry. | True | 1 | 3 | [array(['Gary is white.'], dtype=object)] | [array(['If someone is white then they are kind.',
'Kind people are furry.'], dtype=object) ] |
7,661 | ['The cat likes the lion.' 'The lion visits the rabbit.'
'The mouse visits the rabbit.' 'The rabbit is kind.'] | ['If something visits the rabbit then it is young.'
'If something is young then it likes the cat.'] | The lion likes the cat. | True | 1 | 3 | [array(['The lion visits the rabbit.'], dtype=object)] | [array(['If something visits the rabbit then it is young.',
'If something is young then it likes the cat.'], dtype=object)] |
7,662 | ['Bob is cold.' 'Bob is quiet.' 'Bob is red.' 'Bob is white.'
'Fiona is kind.' 'Fiona is nice.' 'Fiona is white.'] | ['If something is quiet then it is cold.' 'All white things are quiet.'
'Kind things are nice.' 'Nice, red things are quiet.'
'All cold things are furry.'
'If Bob is kind and Bob is furry then Bob is white.'
'White things are kind.' 'All red things are nice.'] | Fiona is not cold. | False | 1 | 3 | [array(['Fiona is white.'], dtype=object)] | [array(['All white things are quiet.',
'If something is quiet then it is cold.'], dtype=object)] |
7,663 | ['Bob is big.' 'Bob is green.' 'Bob is red.' 'Bob is smart.'
'Charlie is big.' 'Charlie is cold.' 'Charlie is round.'
'Charlie is smart.' 'Gary is cold.' 'Harry is green.'] | ['Nice things are cold.' 'Cold things are green.'
'If Gary is round then Gary is red.'
'If something is big and round then it is nice.'
'Smart, red things are round.'
'If Charlie is nice and Charlie is cold then Charlie is smart.'] | Bob is nice. | True | 1 | 5 | [array(['Bob is big.', 'Bob is smart.', 'Bob is red.'], dtype=object)] | [array(['Smart, red things are round.',
'If something is big and round then it is nice.'], dtype=object)] |
7,664 | ['Harry is not kind.' 'Harry is smart.' 'Harry is not young.'] | ['Nice things are red.'
'If Harry is smart and Harry is not young then Harry is nice.'] | Harry is not red. | False | 1 | 4 | [array(['Harry is smart.', 'Harry is not young.'], dtype=object)] | [array(['If Harry is smart and Harry is not young then Harry is nice.',
'Nice things are red.'], dtype=object) ] |
7,665 | ['Anne is cold.' 'Anne is kind.' 'Anne is round.' 'Anne is smart.'
'Anne is young.' 'Erin is cold.' 'Erin is round.' 'Erin is smart.'
'Gary is cold.' 'Gary is kind.' 'Gary is rough.' 'Gary is round.'
'Gary is smart.' 'Gary is white.' 'Gary is young.' 'Harry is cold.'] | ['If someone is kind then they are round.' 'Young, cold people are white.'
'All white people are young.' 'All cold people are white.'
'All round people are smart.'
'If someone is young and cold then they are kind.'
'All round people are kind.' 'All young people are rough.'] | Erin is young. | True | 1 | 3 | [array(['Erin is cold.'], dtype=object)] | [array(['All cold people are white.', 'All white people are young.'],
dtype=object) ] |
7,666 | ['The bald eagle is kind.' 'The bald eagle is not red.'
'The bald eagle likes the dog.' 'The dog needs the lion.'
'The lion does not need the bald eagle.' 'The mouse likes the dog.'
'The mouse does not see the dog.'] | ['If someone needs the mouse then the mouse does not see the bald eagle.'
'If someone needs the dog then the dog needs the lion.'
'If someone is rough then they see the mouse.'
'If someone sees the mouse then the mouse is kind.'
'If someone needs the lion then they do not see the bald eagle.'
'If someone sees the dog then they need the mouse.'
'All kind people are rough.'
'If someone sees the mouse then they like the lion.'] | The lion does not see the mouse. | Unknown | 1 | -1 | [] | [] |
7,667 | ['The cow is kind.' 'The cow sees the squirrel.' 'The mouse eats the cow.'
'The mouse eats the squirrel.' 'The mouse is big.' 'The mouse is cold.'
'The mouse is kind.' 'The mouse is round.' 'The mouse sees the cow.'
'The mouse sees the squirrel.' 'The mouse visits the cow.'
'The mouse visits the squirrel.' 'The squirrel eats the cow.'
'The squirrel is big.' 'The squirrel is rough.'] | ['If someone visits the mouse then the mouse sees the cow.'
'If someone sees the squirrel then the squirrel eats the mouse.'
'If someone eats the mouse then they are cold.'
'If someone visits the cow then the cow visits the squirrel.'
'If someone is kind and they visit the squirrel then they eat the mouse.'
'If someone eats the squirrel then they see the squirrel.'] | The squirrel is cold. | True | 1 | 3 | [array(['The mouse sees the squirrel.'], dtype=object)
array(['The cow sees the squirrel.'], dtype=object)
array(['The mouse eats the squirrel.'], dtype=object)] | [array(['If someone sees the squirrel then the squirrel eats the mouse.',
'If someone eats the mouse then they are cold.'], dtype=object)
array(['If someone sees the squirrel then the squirrel eats the mouse.',
'If someone eats the mouse then they are cold.'], dtype=object)
array(['If someone eats the squirrel then they see the squirrel.',
'If someone sees the squirrel then the squirrel eats the mouse.',
'If someone eats the mouse then they are cold.'], dtype=object) ] |
7,668 | ['The cat eats the dog.' 'The cat needs the dog.'
'The dog does not eat the cat.'] | ['If something eats the cat then the cat eats the dog.'
'If something eats the dog then it visits the cat.'
'If something visits the dog and it is blue then it visits the cat.'
'All blue things are not green.'
'If the cat eats the dog then the cat is green.'
'If something is blue and it needs the dog then the dog needs the cat.'
'If something eats the dog and it is green then it is cold.'
'If the dog does not need the cat then the dog is cold.'] | The cat is not cold. | False | 1 | 4 | [array(['The cat eats the dog.', 'The cat eats the dog.'], dtype=object)] | [array(['If the cat eats the dog then the cat is green.',
'If something eats the dog and it is green then it is cold.'],
dtype=object) ] |
7,669 | ['Bob is big.' 'Charlie is smart.' 'Erin is kind.' 'Gary is rough.'] | ['All smart things are furry.' 'Smart things are not kind.'
'If something is furry and not kind then it is rough.'
'If something is big then it is cold.' 'Kind things are not cold.'
'All rough, smart things are blue.' 'Smart, blue things are big.'
'If something is smart and furry then it is big.'] | Charlie is big. | True | 1 | 4 | [array(['Charlie is smart.', 'Charlie is smart.'], dtype=object)
array(['Charlie is smart.', 'Charlie is smart.', 'Charlie is smart.',
'Charlie is smart.'], dtype=object) ] | [array(['All smart things are furry.',
'If something is smart and furry then it is big.'], dtype=object)
array(['All smart things are furry.', 'Smart things are not kind.',
'If something is furry and not kind then it is rough.',
'All rough, smart things are blue.', 'Smart, blue things are big.'],
dtype=object) ] |
7,670 | ['Anne is furry.' 'Anne is rough.' 'Anne is round.' 'Anne is smart.'
'Anne is white.' 'Dave is furry.' 'Erin is big.' 'Erin is white.'
'Gary is quiet.' 'Gary is round.' 'Gary is smart.' 'Gary is white.'] | ['Rough, furry things are smart.'
'If something is rough and round then it is smart.'
'If Dave is smart then Dave is white.'
'If something is furry then it is rough.'
'Round, rough things are smart.' 'White, furry things are round.'
'All white, big things are round.' 'All rough, big things are smart.'
'If something is round then it is big.'] | Dave is not smart. | False | 1 | 4 | [array(['Dave is furry.', 'Dave is furry.'], dtype=object)] | [array(['If something is furry then it is rough.',
'Rough, furry things are smart.'], dtype=object)] |
7,671 | ['Erin is blue.' 'Erin is cold.' 'Gary is big.'] | ['If something is red and not cold then it is big.' 'Big things are nice.'
'Smart things are red.' 'All cold things are not smart.'
'Nice things are smart.'
'If something is cold and not smart then it is blue.'] | Gary is red. | True | 3 | 4 | [array(['Gary is big.'], dtype=object)] | [array(['Big things are nice.', 'Nice things are smart.',
'Smart things are red.'], dtype=object) ] |
7,672 | ['Charlie is cold.' 'Charlie is green.' 'Charlie is nice.'] | ['All green, nice people are blue.' 'All smart, rough people are round.'
'Blue people are smart.' 'Nice people are blue.'
'If Charlie is green then Charlie is blue.'
'If someone is rough and round then they are cold.'] | Charlie is not smart. | False | 1 | 3 | [array(['Charlie is green.'], dtype=object)
array(['Charlie is nice.'], dtype=object)
array(['Charlie is green.', 'Charlie is nice.'], dtype=object)] | [array(['If Charlie is green then Charlie is blue.',
'Blue people are smart.'], dtype=object)
array(['Nice people are blue.', 'Blue people are smart.'], dtype=object)
array(['All green, nice people are blue.', 'Blue people are smart.'],
dtype=object) ] |
7,673 | ['Charlie is nice.' 'Charlie is quiet.' 'Fiona is blue.' 'Fiona is cold.'
'Fiona is furry.' 'Fiona is kind.' 'Fiona is quiet.' 'Fiona is round.'
'Gary is blue.' 'Gary is cold.' 'Gary is furry.' 'Gary is nice.'] | ['If someone is quiet then they are blue.' 'All cold people are kind.'
'If someone is blue then they are cold.'] | Charlie is cold. | True | 1 | 3 | [array(['Charlie is quiet.'], dtype=object)] | [array(['If someone is quiet then they are blue.',
'If someone is blue then they are cold.'], dtype=object)] |
7,674 | ['Anne is big.' 'Anne is furry.' 'Anne is green.' 'Anne is not kind.'
'Bob is furry.' 'Bob is green.' 'Bob is red.' 'Bob is round.'
'Erin is not blue.' 'Erin is red.' 'Gary is not furry.'] | ['Big people are round.' 'All blue people are not round.'
'If someone is big and round then they are green.'
'If Bob is not red then Bob is not big.'
'If Bob is round then Bob is big.' 'Red people are kind.'
'If Gary is not blue then Gary is furry.'
'If someone is kind and green then they are furry.'
'Kind people are big.'] | Gary is not big. | Unknown | 1 | -1 | [] | [] |
7,675 | ['Fiona is furry.' 'Fiona is quiet.' 'Fiona is round.' 'Gary is nice.'
'Gary is rough.' 'Harry is cold.' 'Harry is green.' 'Harry is quiet.'
'Harry is rough.' 'Harry is round.'] | ['All quiet, cold people are rough.' 'All green people are nice.'
'Cold, quiet people are round.' 'Nice, furry people are round.'
'All green people are furry.' 'Nice people are furry.'] | Gary is not round. | False | 1 | 4 | [array(['Gary is nice.', 'Gary is nice.'], dtype=object)] | [array(['Nice people are furry.', 'Nice, furry people are round.'],
dtype=object) ] |
7,676 | ['Bob is blue.' 'Erin is furry.' 'Fiona is blue.'] | ['Smart people are blue.' 'If Fiona is smart then Fiona is big.'
'Furry people are red.'
'If someone is red and furry then they are white.'
'Blue, white people are big.' 'Furry people are smart.'] | Erin is blue. | True | 1 | 3 | [array(['Erin is furry.'], dtype=object)] | [array(['Furry people are smart.', 'Smart people are blue.'], dtype=object)] |
7,677 | ['Fiona is blue.' 'Fiona is green.' 'Fiona is nice.' 'Fiona is quiet.'
'Fiona is smart.' 'Fiona is white.' 'Gary is green.' 'Gary is nice.'
'Harry is green.' 'Harry is nice.' 'Harry is rough.' 'Harry is white.'] | ['If Gary is smart then Gary is quiet.' 'Smart things are rough.'
'Smart, blue things are nice.'
'If something is white and rough then it is smart.'
'White, quiet things are blue.' 'Green, quiet things are smart.'
'Nice things are white.' 'If something is green then it is quiet.'] | Gary is smart. | True | 1 | 4 | [array(['Gary is green.', 'Gary is green.'], dtype=object)] | [array(['If something is green then it is quiet.',
'Green, quiet things are smart.'], dtype=object)] |
7,678 | ['Gary is quiet.' 'Gary is white.' 'Gary is not young.'] | ['All quiet people are not nice.' 'Nice people are not green.'
'If Gary is nice then Gary is not kind.'
'If Gary is not nice then Gary is green.' 'Green people are not kind.'
'All green people are not kind.'] | Gary is not green. | False | 1 | 3 | [array(['Gary is quiet.'], dtype=object)] | [array(['All quiet people are not nice.',
'If Gary is not nice then Gary is green.'], dtype=object)] |
7,679 | ['The bear is big.' 'The bear does not see the cat.'
'The bear sees the cow.' 'The bear sees the tiger.'
'The bear visits the cow.' 'The cat sees the bear.'
'The cat sees the tiger.' 'The cow is nice.' 'The cow sees the cat.'
'The tiger is kind.' 'The tiger needs the cat.'
'The tiger needs the cow.'] | ['If someone sees the cat then they visit the bear.'
'If someone sees the cow and they do not visit the cat then they are nice.'
'If someone visits the tiger then they do not see the bear.'
'If the cow is not big and the cow does not need the tiger then the cow needs the cat.'
'If the bear does not visit the cow then the cow is cold.'
'If someone visits the bear then they need the cow.'
'If the tiger is round and the tiger visits the bear then the bear does not visit the tiger.'
'If the cow needs the tiger and the tiger does not need the cow then the tiger needs the cat.'] | The cow does not need the cow. | False | 1 | 3 | [array(['The cow sees the cat.'], dtype=object)] | [array(['If someone sees the cat then they visit the bear.',
'If someone visits the bear then they need the cow.'], dtype=object)] |
7,680 | ['Charlie is blue.' 'Erin is cold.' 'Erin is quiet.' 'Erin is round.'
'Gary is blue.' 'Gary is quiet.' 'Gary is round.' 'Harry is cold.'
'Harry is quiet.' 'Harry is young.'] | ['Young people are nice.' 'If Charlie is cold then Charlie is round.'
'Quiet people are young.' 'If Charlie is quiet then Charlie is round.'
'If someone is blue then they are quiet.' 'Cold, young people are furry.'] | Charlie is not nice. | False | 3 | 4 | [array(['Charlie is blue.'], dtype=object)] | [array(['If someone is blue then they are quiet.',
'Quiet people are young.', 'Young people are nice.'], dtype=object)] |
7,681 | ['The cow chases the mouse.' 'The cow is nice.' 'The cow is rough.'
'The mouse chases the cow.' 'The mouse is cold.'
'The mouse visits the cow.' 'The mouse visits the rabbit.'
'The rabbit chases the cow.' 'The rabbit chases the mouse.'
'The rabbit is green.' 'The rabbit is nice.' 'The rabbit needs the cow.'
'The rabbit needs the mouse.' 'The rabbit visits the cow.'
'The rabbit visits the mouse.'] | ['If something needs the mouse and it is cold then the mouse chases the rabbit.'
'If something needs the rabbit and it is kind then the rabbit needs the cow.'
'If something chases the rabbit then it needs the mouse.'
'If something chases the rabbit and the rabbit is rough then the rabbit chases the cow.'
'If something visits the cow then it chases the rabbit.'
'If something needs the mouse and the mouse needs the rabbit then it chases the cow.'] | The mouse does not need the mouse. | False | 1 | 3 | [array(['The mouse visits the cow.'], dtype=object)] | [array(['If something visits the cow then it chases the rabbit.',
'If something chases the rabbit then it needs the mouse.'],
dtype=object) ] |
7,682 | ['Anne is cold.' 'Anne is red.' 'Anne is white.' 'Charlie is cold.'
'Charlie is green.' 'Charlie is red.' 'Harry is white.'] | ['If something is green then it is blue.' 'Cold things are green.'
'If something is white and red then it is nice.' 'White things are cold.'
'If something is blue then it is round.' 'Red things are blue.'] | Harry is green. | True | 1 | 3 | [array(['Harry is white.'], dtype=object)] | [array(['White things are cold.', 'Cold things are green.'], dtype=object)] |
7,683 | ['Dave is blue.' 'Dave is nice.' 'Dave is not quiet.' 'Dave is smart.'
'Erin is kind.' 'Erin is nice.' 'Erin is white.' 'Fiona is kind.'
'Fiona is quiet.' 'Gary is kind.'] | ['If someone is blue then they are red.'
'If someone is quiet then they are blue.'] | Fiona is not red. | False | 1 | 3 | [array(['Fiona is quiet.'], dtype=object)] | [array(['If someone is quiet then they are blue.',
'If someone is blue then they are red.'], dtype=object)] |
7,684 | ['Bob is young.' 'Dave is quiet.' 'Gary is quiet.'] | ['All quiet, furry people are smart.' 'Quiet people are smart.'
'If someone is cold and not furry then they are smart.'
'If Gary is cold and Gary is young then Gary is not green.'
'All green people are kind.' 'If someone is smart then they are green.'
'If someone is young then they are green.' 'All cold people are young.'] | Bob is kind. | True | 1 | 3 | [array(['Bob is young.'], dtype=object)] | [array(['If someone is young then they are green.',
'All green people are kind.'], dtype=object)] |
7,685 | ['The bear eats the rabbit.' 'The bear is blue.' 'The bear is not rough.'
'The bear likes the dog.' 'The bear likes the rabbit.'
'The bear sees the dog.' 'The bear sees the rabbit.'
'The dog eats the bear.' 'The dog eats the rabbit.' 'The dog is big.'
'The rabbit eats the dog.' 'The rabbit is big.' 'The rabbit is not kind.'
'The rabbit likes the bear.' 'The rabbit does not like the dog.'
'The rabbit does not see the bear.'] | ['If the rabbit eats the bear then the rabbit sees the dog.'
'If the dog eats the bear then the bear is blue.'
'If something is rough then it sees the rabbit.'
'If the bear eats the rabbit then the rabbit is not kind.'
'If something sees the rabbit then it is young.'
'If something likes the dog then the dog is rough.'
'If something likes the bear then it is not rough.'
'If the bear sees the dog then the bear sees the rabbit.'] | The rabbit is not young. | Unknown | 1 | -1 | [] | [] |
7,686 | ['Bob is blue.' 'Bob is furry.' 'Dave is white.' 'Erin is green.'
'Erin is white.' 'Gary is green.' 'Gary is red.'] | ['If Erin is furry and Erin is blue then Erin is big.'
'Red things are round.' 'If something is blue and big then it is white.'
'Red, furry things are white.' 'If something is round then it is furry.'
'If something is furry and green then it is blue.'
'Blue, white things are furry.' 'If something is green then it is red.'] | Gary is furry. | True | 1 | 3 | [array(['Gary is red.'], dtype=object)
array(['Gary is green.'], dtype=object)] | [array(['Red things are round.', 'If something is round then it is furry.'],
dtype=object)
array(['If something is green then it is red.', 'Red things are round.',
'If something is round then it is furry.'], dtype=object) ] |
7,687 | ['The bald eagle does not eat the mouse.' 'The bald eagle is not rough.'
'The bald eagle needs the lion.' 'The bald eagle sees the lion.'
'The lion is nice.' 'The mouse is kind.'
'The mouse needs the bald eagle.' 'The mouse needs the lion.'
'The mouse sees the lion.' 'The rabbit eats the bald eagle.'
'The rabbit needs the mouse.'] | ['If someone eats the bald eagle and they see the bald eagle then they are big.'
'If someone is nice and they eat the rabbit then they eat the bald eagle.'
'If someone eats the bald eagle then they are cold.'
'If someone needs the rabbit and they are big then the rabbit sees the mouse.'
'If someone is cold then they need the lion.'
'If someone is cold and big then they do not need the bald eagle.'
'If someone needs the lion then they see the bald eagle.'
'If the rabbit sees the bald eagle and the rabbit is not big then the bald eagle eats the lion.'
'If the bald eagle eats the lion then the bald eagle does not see the lion.'] | The rabbit does not need the lion. | False | 1 | 3 | [array(['The rabbit eats the bald eagle.'], dtype=object)] | [array(['If someone eats the bald eagle then they are cold.',
'If someone is cold then they need the lion.'], dtype=object)] |
7,688 | ['Bob is nice.' 'Dave is big.' 'Erin is furry.' 'Erin is nice.'
'Erin is rough.' 'Harry is cold.' 'Harry is white.'] | ['All rough people are furry.'
'If someone is rough and cold then they are white.'
'If someone is nice then they are big.' 'Furry, nice people are big.'
'All big people are red.' 'All nice, big people are rough.'
'All furry, big people are cold.' 'All cold, white people are rough.'] | Harry is not furry. | False | 1 | 4 | [array(['Harry is cold.', 'Harry is white.'], dtype=object)] | [array(['All cold, white people are rough.', 'All rough people are furry.'],
dtype=object) ] |
7,689 | ['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 eats the bear. | True | 3 | 5 | [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.',
'If something likes the bear then it eats 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.',
'If something likes the bear then it eats 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.',
'If something likes the bear then it eats the bear.'], dtype=object) ] |
7,690 | ['Dave is red.' 'Fiona is blue.' 'Gary is big.' 'Harry is nice.'] | ['If someone is red and white then they are nice.'
'All white, big people are round.'
'If Harry is nice then Harry is round.'
'If someone is nice then they are cold.' 'All blue people are white.'
'Cold, round people are blue.' 'Round people are cold.'
'If Dave is nice and Dave is cold then Dave is big.'] | Harry is not blue. | False | 1 | 5 | [array(['Harry is nice.', 'Harry is nice.'], dtype=object)
array(['Harry is nice.', 'Harry is nice.'], dtype=object)] | [array(['If someone is nice then they are cold.',
'If Harry is nice then Harry is round.',
'Cold, round people are blue.'], dtype=object)
array(['If Harry is nice then Harry is round.', 'Round people are cold.',
'If Harry is nice then Harry is round.',
'Cold, round people are blue.'], dtype=object) ] |
7,691 | ['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 white. | True | 3 | 4 | [array(['Charlie is green.'], dtype=object)] | [array(['If something is green then it is blue.',
'All blue things are rough.', 'Rough things are white.'],
dtype=object) ] |
7,692 | ['Bob is round.' 'Bob is young.' 'Fiona is cold.' 'Fiona is young.'
'Harry is big.' 'Harry is red.' 'Harry is white.'] | ['White people are cold.' 'Round people are rough.'
'If Harry is red then Harry is white.' 'If Bob is red then Bob is white.'
'If Bob is round and Bob is rough then Bob is white.'
'All big, young people are rough.'] | Bob is white. | True | 1 | 4 | [array(['Bob is round.', 'Bob is round.'], dtype=object)] | [array(['Round people are rough.',
'If Bob is round and Bob is rough then Bob is white.'],
dtype=object) ] |
7,693 | ['The bear is cold.' 'The bear is rough.' 'The bear needs the cat.'
'The bear needs the rabbit.' 'The bear sees the rabbit.'
'The cat eats the bear.' 'The cat is blue.' 'The rabbit eats the cat.'
'The rabbit eats the squirrel.' 'The rabbit is big.'
'The rabbit is rough.' 'The rabbit is round.'
'The squirrel eats the bear.' 'The squirrel eats the cat.'
'The squirrel is big.' 'The squirrel is rough.'] | ['If something eats the rabbit then the rabbit sees the bear.'
'If something eats the rabbit then it needs the squirrel.'
'If something sees the bear and it sees the cat then the cat sees the rabbit.'
'If something sees the rabbit and the rabbit is rough then it sees the cat.'
'All round, blue things are big.'
'If the bear is big and the bear sees the squirrel then the bear is round.'
'If something sees the cat then it sees the bear.'] | The bear does not see the bear. | False | 1 | 4 | [array(['The bear sees the rabbit.', 'The rabbit is rough.'], dtype=object)] | [array(['If something sees the rabbit and the rabbit is rough then it sees the cat.',
'If something sees the cat then it sees the bear.'], dtype=object) ] |
7,694 | ['Dave is big.' 'Dave is furry.' 'Dave is smart.' 'Gary is cold.'
'Gary is furry.' 'Gary is green.' 'Gary is smart.'] | ['All quiet, big things are cold.'
'If something is cold then it is round.'
'If Gary is big then Gary is round.' 'If Dave is big then Dave is quiet.'
'If something is green then it is round.'
'If Dave is big then Dave is quiet.'] | Dave is round. | True | 3 | 5 | [array(['Dave is big.', 'Dave is big.'], dtype=object)
array(['Dave is big.', 'Dave is big.'], dtype=object)] | [array(['If Dave is big then Dave is quiet.',
'All quiet, big things are cold.',
'If something is cold then it is round.'], dtype=object)
array(['If Dave is big then Dave is quiet.',
'All quiet, big things are cold.',
'If something is cold then it is round.'], dtype=object)] |
7,695 | ['Anne is cold.' 'Anne is furry.' 'Bob is nice.' 'Bob is red.'
'Bob is rough.' 'Bob is round.' 'Charlie is cold.' 'Charlie is furry.'
'Charlie is nice.' 'Charlie is red.' 'Charlie is round.'
'Charlie is young.' 'Dave is cold.' 'Dave is furry.' 'Dave is nice.'] | ['All cold things are rough.' 'If something is rough then it is nice.'
'All rough, nice things are young.'] | Anne is not young. | False | 3 | 6 | [array(['Anne is cold.', 'Anne is cold.'], dtype=object)] | [array(['All cold things are rough.', 'All cold things are rough.',
'If something is rough then it is nice.',
'All rough, nice things are young.'], dtype=object) ] |
7,696 | ['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 young. | True | 3 | 5 | [array(['Erin is round.', 'Erin is quiet.'], dtype=object)] | [array(['If something is quiet then it is rough.',
'All rough things are white.',
'All round, white things are young.'], dtype=object)] |
7,697 | ['Bob is furry.' 'Charlie is big.' 'Erin is big.'] | ['If someone is furry and blue then they are big.'
'If someone is green and blue then they are furry.'
'All blue, big people are quiet.' 'Blue people are round.'
'If Charlie is big then Charlie is furry.'
'If someone is furry and cold then they are blue.'] | Bob is not quiet. | Unknown | 1 | -1 | [] | [] |
7,698 | ['Bob is round.' 'Gary is not cold.' 'Harry is white.'] | ['Kind people are round.' 'Kind people are round.'
'All blue people are smart.'
'If someone is kind and white then they are smart.'
'All kind people are blue.' 'If Harry is white then Harry is rough.'
'Rough people are kind.'
'If someone is white and not kind then they are cold.'] | Gary is not blue. | Unknown | 1 | -1 | [] | [] |
7,699 | ['The bald eagle chases the cow.' 'The cow is rough.'
'The cow needs the bald eagle.'] | ['If someone is rough and they need the bald eagle then they eat the bald eagle.'
'If someone eats the bald eagle then the bald eagle is young.'
'If someone eats the bald eagle then they chase the cow.'
'If the cow is nice then the cow is blue.'
'If someone is nice and they chase the bald eagle then the bald eagle eats the cow.'
'If the cow eats the bald eagle and the bald eagle is nice then the cow is blue.'
'If someone is young then they eat the cow.'
'If the bald eagle is rough then the bald eagle chases the cow.'] | The cow chases the cow. | True | 1 | 4 | [array(['The cow is rough.', 'The cow needs the bald eagle.'], dtype=object)] | [array(['If someone is rough and they need the bald eagle then they eat the bald eagle.',
'If someone eats the bald eagle then they chase the cow.'],
dtype=object) ] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.