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,500 | ['The bear does not chase the rabbit.' 'The bear does not see the cow.'
'The cow is big.' 'The cow is green.' 'The cow likes the rabbit.'
'The mouse chases the cow.' 'The mouse chases the rabbit.'
'The mouse is big.' 'The mouse is red.' 'The mouse likes the cow.'
'The mouse likes the rabbit.' 'The rabbit chases the cow.'] | ['If someone is big then they see the cow.'
'If someone likes the mouse then the mouse sees the bear.'
'If someone chases the rabbit then the rabbit sees the cow.'
'If someone chases the mouse then they see the bear.'
'If someone chases the cow and they are not green then the cow chases the bear.'
'If someone sees the cow and they are big then the cow chases the mouse.'
'If the bear is big and the bear likes the rabbit then the bear chases the mouse.'
'If the cow does not chase the bear and the cow is not green then the cow likes the bear.'] | The cow does not see the bear. | False | 3 | 5 | [array(['The cow is big.', 'The cow is big.'], dtype=object)
array(['The mouse is big.', 'The mouse is big.'], dtype=object)] | [array(['If someone is big then they see the cow.',
'If someone sees the cow and they are big then the cow chases the mouse.',
'If someone chases the mouse then they see the bear.'],
dtype=object)
array(['If someone is big then they see the cow.',
'If someone sees the cow and they are big then the cow chases the mouse.',
'If someone chases the mouse then they see the bear.'],
dtype=object) ] |
9,501 | ['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 round. | True | 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,502 | ['The lion is not big.' 'The lion is blue.' 'The lion is cold.'
'The lion is not green.' 'The lion is rough.' 'The lion likes the tiger.'
'The lion needs the tiger.' 'The lion visits the tiger.'
'The tiger is big.' 'The tiger is blue.' 'The tiger is cold.'
'The tiger is green.' 'The tiger likes the lion.'
'The tiger does not need the lion.' 'The tiger visits the lion.'] | ['If someone needs the tiger and the tiger needs the lion then the lion does not visit the tiger.'
'If someone likes the lion and they visit the tiger then they need the tiger.'
'If someone visits the lion then they visit the tiger.'
'If someone is cold and they need the tiger then they like the tiger.'
'If the tiger is green then the tiger likes the lion.'
'If someone likes the lion and they do not need the tiger then the lion does not like the tiger.'
'If the lion does not like the tiger and the lion does not need the tiger then the tiger is big.'
'If someone is big and they do not like the lion then they are not blue.'] | The tiger does not need the tiger. | False | 1 | 4 | [array(['The tiger likes the lion.', 'The tiger visits the lion.'],
dtype=object)
array(['The tiger is green.', 'The tiger visits the lion.'], dtype=object)] | [array(['If someone visits the lion then they visit the tiger.',
'If someone likes the lion and they visit the tiger then they need the tiger.'],
dtype=object)
array(['If the tiger is green then the tiger likes the lion.',
'If someone visits the lion then they visit the tiger.',
'If someone likes the lion and they visit the tiger then they need the tiger.'],
dtype=object) ] |
9,503 | ['Anne is big.' 'Anne is quiet.' 'Dave is furry.' 'Dave is nice.'
'Erin is furry.' 'Erin is green.' 'Fiona is furry.' 'Fiona is green.'
'Fiona is not quiet.' 'Fiona is smart.'] | ['Quiet, furry things are nice.' 'Smart things are green.'
'If something is quiet then it is white.'
'If something is green then it is furry.' 'All white things are smart.'] | Anne is smart. | True | 1 | 3 | [array(['Anne is quiet.'], dtype=object)] | [array(['If something is quiet then it is white.',
'All white things are smart.'], dtype=object)] |
9,504 | ['Anne is rough.' 'Bob is not green.' 'Dave is quiet.' 'Fiona is green.'] | ['If something is smart then it is not furry.'
'All young, blue things are not furry.'
'All blue, smart things are not furry.'
'If Fiona is smart and Fiona is furry then Fiona is young.'
'If something is young then it is smart.'
'If Anne is not green and Anne is not quiet then Anne is not furry.'
'All furry, quiet things are not rough.'
'If something is green then it is young.'] | Bob is smart. | Unknown | 1 | -1 | [] | [] |
9,505 | ['The bald eagle is not green.' 'The bald eagle likes the bear.'
'The bald eagle does not see the mouse.' 'The bear is red.'
'The mouse is nice.' 'The mouse is rough.'
'The mouse likes the bald eagle.'] | ['If something likes the bear then the bear eats the mouse.'
'If something is red then it eats the bear.'
'If the bear is red then the bear is not green.'
'If something is big and not rough then it does not see the bald eagle.'
'If something is green and it likes the mouse then the mouse eats the bear.'
'If something eats the mouse and it is not green then the mouse sees the bear.'
'If something sees the bear then it likes the bald eagle.'
'If something sees the bear and the bear is red then the bear does not like the bald eagle.'] | The bear does not like the bald eagle. | True | 3 | 7 | [array(['The bald eagle likes the bear.', 'The bear is red.',
'The bear is red.'], dtype=object) ] | [array(['If something likes the bear then the bear eats the mouse.',
'If the bear is red then the bear is not green.',
'If something eats the mouse and it is not green then the mouse sees the bear.',
'If something sees the bear and the bear is red then the bear does not like the bald eagle.'],
dtype=object) ] |
9,506 | ['The cat needs the cow.' 'The cat visits the dog.'
'The cat visits the lion.' 'The cow eats the cat.'
'The cow eats the dog.' 'The cow is green.' 'The dog eats the cow.'
'The dog is green.' 'The dog is nice.' 'The dog visits the cat.'
'The lion eats the dog.'] | ['All green people are round.'
'If someone needs the lion then the lion needs the cat.'
'If someone is round then they are kind.'
'If someone is round then they need the dog.'
'If someone eats the dog then the dog eats the cow.'
'If someone needs the cat then they visit the cow.'
'If someone visits the cat and they are kind then the cat eats the dog.'
'If someone needs the dog then the dog visits the lion.'
'If someone is green and they visit the lion then they need the cat.'] | The cat is kind. | Unknown | 1 | -1 | [] | [] |
9,507 | ['The bald eagle is big.' 'The bald eagle is not green.'
'The bald eagle likes the bear.' 'The bald eagle likes the squirrel.'
'The bear chases the lion.' 'The bear is green.'
'The bear visits the bald eagle.' 'The bear visits the squirrel.'
'The lion is not green.' 'The lion likes the bear.'
'The lion visits the squirrel.' 'The squirrel chases the bald eagle.'
'The squirrel is cold.' 'The squirrel visits the bald eagle.'] | ['If someone is cold then they are not young.'
'All big people are not green.'
'If the lion is big and the lion is green then the lion chases the bald eagle.'
'If someone chases the bald eagle then they like the bear.'
'If someone is round and they visit the bald eagle then the bald eagle likes the squirrel.'
'If someone visits the lion then they like the bald eagle.'
'If the lion visits the squirrel and the squirrel chases the bear then the bear chases the bald eagle.'
'If someone visits the lion then they are cold.'
'If someone likes the bear then they chase the bear.'] | The bear does not chase the bald eagle. | False | 3 | 5 | [array(['The lion visits the squirrel.',
'The squirrel chases the bald eagle.'], dtype=object)] | [array(['If someone chases the bald eagle then they like the bear.',
'If someone likes the bear then they chase the bear.',
'If the lion visits the squirrel and the squirrel chases the bear then the bear chases the bald eagle.'],
dtype=object) ] |
9,508 | ['The cow is blue.' 'The cow likes the lion.' 'The cow visits the lion.'
'The lion is rough.' 'The lion likes the tiger.'
'The lion visits the cow.' 'The tiger does not chase the cow.'
'The tiger chases the lion.' 'The tiger is green.'
'The tiger likes the cow.' 'The tiger does not visit the cow.'
'The tiger visits the lion.'] | ['If something is green and it visits the lion then it is blue.'
'If something likes the tiger then it does not chase the tiger.'
'If something is green and rough then it chases the tiger.'
'If the lion is red then the lion is not blue.'
'If something likes the cow and it is blue then it likes the tiger.'
'If something chases the lion then it likes the lion.'
'If something chases the tiger then the tiger is nice.'
'If something likes the cow and the cow likes the lion then the lion is nice.'] | The tiger chases the tiger. | False | 3 | 6 | [array(['The tiger likes the cow.', 'The tiger is green.',
'The tiger visits the lion.'], dtype=object) ] | [array(['If something is green and it visits the lion then it is blue.',
'If something likes the cow and it is blue then it likes the tiger.',
'If something likes the tiger then it does not chase the tiger.'],
dtype=object) ] |
9,509 | ['Charlie is blue.' 'Harry is green.'] | ['All big, kind things are blue.' 'Green, blue things are red.'
'Furry, quiet things are blue.' 'All furry things are green.'
'If something is big and furry then it is green.'
'Kind things are furry.'
'If something is furry and quiet then it is blue.'
'All blue things are kind.'] | Charlie is furry. | True | 1 | 3 | [array(['Charlie is blue.'], dtype=object)] | [array(['All blue things are kind.', 'Kind things are furry.'],
dtype=object) ] |
9,510 | ['The lion eats the tiger.' 'The lion is blue.' 'The tiger sees the lion.'] | ['If something likes the tiger then it eats the tiger.'
'If something eats the tiger and the tiger likes the lion then the tiger is not rough.'
'If something sees the tiger then it is green.'
'If something sees the lion then it sees the tiger.'
'All green things are rough.'
'If something sees the tiger and the tiger does not see the lion then the lion is not rough.'] | The lion is green. | Unknown | 1 | -1 | [] | [] |
9,511 | ['Anne is green.' 'Bob is green.' 'Charlie is kind.' 'Gary is white.'] | ['All young people are white.'
'If someone is young and white then they are cold.'
'All kind people are young.'] | Anne is white. | Unknown | 1 | -1 | [] | [] |
9,512 | ['The cow is blue.' 'The cow is cold.' 'The cow is kind.'
'The cow is not nice.' 'The cow is round.' 'The cow likes the squirrel.'
'The cow does not see the squirrel.' 'The cow visits the squirrel.'
'The squirrel is blue.' 'The squirrel is cold.' 'The squirrel is kind.'
'The squirrel is nice.' 'The squirrel is round.'
'The squirrel does not like the cow.'
'The squirrel does not see the cow.' 'The squirrel visits the cow.'] | ['If something is blue then it likes the squirrel.'
'If something is nice and it likes the squirrel then it sees the squirrel.'] | The squirrel sees the squirrel. | True | 1 | 4 | [array(['The squirrel is nice.', 'The squirrel is blue.'], dtype=object)] | [array(['If something is blue then it likes the squirrel.',
'If something is nice and it likes the squirrel then it sees the squirrel.'],
dtype=object) ] |
9,513 | ['The cat is rough.' 'The cat sees the cow.'
'The cow does not see the mouse.' 'The dog is blue.'
'The dog likes the mouse.' 'The mouse is nice.'
'The mouse likes the dog.'] | ['If something sees the mouse then it visits the dog.'
'If the dog is blue then the dog does not like the cow.'
'If the dog is big then the dog does not like the cow.'
'If something is rough then it sees the mouse.'
'If something sees the cat and it is not nice then it does not like the dog.'
'If something likes the mouse then it is rough.'
'If something sees the cat then the cat is not rough.'
'If something sees the dog and the dog does not like the cow then the cow is blue.'] | The dog does not visit the dog. | False | 3 | 4 | [array(['The dog likes the mouse.'], dtype=object)] | [array(['If something likes the mouse then it is rough.',
'If something is rough then it sees the mouse.',
'If something sees the mouse then it visits the dog.'],
dtype=object) ] |
9,514 | ['The dog is blue.' 'The dog is not red.' 'The dog likes the squirrel.'
'The dog likes the tiger.' 'The dog does not need the rabbit.'
'The dog needs the tiger.' 'The rabbit is cold.' 'The rabbit is nice.'
'The rabbit is red.' 'The rabbit sees the tiger.' 'The squirrel is blue.'
'The squirrel is red.' 'The tiger is red.' 'The tiger likes the dog.'
'The tiger likes the squirrel.' 'The tiger does not see the dog.'] | ['If something is kind and nice then it sees the rabbit.'
'If something sees the squirrel and the squirrel is red then the squirrel likes the dog.'
'If something is blue and it likes the dog then the dog needs the rabbit.'
'If something sees the tiger and it is red then it needs the squirrel.'
'If something sees the rabbit and the rabbit is red then it needs the rabbit.'
'If something needs the squirrel and it is red then it is kind.'
'If the squirrel is kind and the squirrel is nice then the squirrel does not see the dog.'
'If the rabbit does not need the squirrel then the squirrel needs the dog.'] | The rabbit is kind. | True | 1 | 5 | [array(['The rabbit sees the tiger.', 'The rabbit is red.',
'The rabbit is red.'], dtype=object) ] | [array(['If something sees the tiger and it is red then it needs the squirrel.',
'If something needs the squirrel and it is red then it is kind.'],
dtype=object) ] |
9,515 | ['Anne is kind.' 'Anne is quiet.' 'Anne is round.' 'Charlie is kind.'
'Dave is blue.' 'Dave is nice.' 'Dave is young.' 'Gary is big.'
'Gary is blue.' 'Gary is nice.' 'Gary is round.' 'Gary is young.'] | ['If someone is young and blue then they are quiet.'
'If someone is young then they are big.' 'Big, round people are quiet.'
'If someone is young and quiet then they are round.'
'Nice people are young.'
'If someone is kind and young then they are blue.'
'Blue people are nice.' 'Blue people are young.'] | Dave is round. | True | 1 | 5 | [array(['Dave is young.', 'Dave is young.', 'Dave is blue.'], dtype=object)
array(['Dave is blue.', 'Dave is young.', 'Dave is blue.'], dtype=object)
array(['Dave is nice.', 'Dave is young.', 'Dave is blue.'], dtype=object)
array(['Dave is young.', 'Dave is blue.', 'Dave is blue.'], dtype=object)
array(['Dave is young.', 'Dave is nice.', 'Dave is blue.'], dtype=object)
array(['Dave is blue.', 'Dave is blue.', 'Dave is blue.'], dtype=object)
array(['Dave is blue.', 'Dave is nice.', 'Dave is blue.'], dtype=object)
array(['Dave is nice.', 'Dave is blue.', 'Dave is blue.'], dtype=object)
array(['Dave is nice.', 'Dave is nice.', 'Dave is blue.'], dtype=object)
array(['Dave is blue.', 'Dave is young.', 'Dave is blue.'], dtype=object)
array(['Dave is blue.', 'Dave is blue.', 'Dave is blue.'], dtype=object)
array(['Dave is blue.', 'Dave is nice.', 'Dave is blue.'], dtype=object)
array(['Dave is young.', 'Dave is blue.', 'Dave is blue.'], dtype=object)
array(['Dave is blue.', 'Dave is blue.', 'Dave is blue.'], dtype=object)
array(['Dave is nice.', 'Dave is blue.', 'Dave is blue.'], dtype=object)
array(['Dave is blue.', 'Dave is blue.', 'Dave is blue.'], dtype=object)] | [array(['If someone is young and blue then they are quiet.',
'If someone is young and quiet then they are round.'], dtype=object)
array(['Blue people are young.',
'If someone is young and blue then they are quiet.',
'If someone is young and quiet then they are round.'], dtype=object)
array(['Nice people are young.',
'If someone is young and blue then they are quiet.',
'If someone is young and quiet then they are round.'], dtype=object)
array(['Blue people are young.',
'If someone is young and blue then they are quiet.',
'If someone is young and quiet then they are round.'], dtype=object)
array(['Nice people are young.',
'If someone is young and blue then they are quiet.',
'If someone is young and quiet then they are round.'], dtype=object)
array(['Blue people are young.', 'Blue people are young.',
'If someone is young and blue then they are quiet.',
'If someone is young and quiet then they are round.'], dtype=object)
array(['Blue people are young.', 'Nice people are young.',
'If someone is young and blue then they are quiet.',
'If someone is young and quiet then they are round.'], dtype=object)
array(['Nice people are young.', 'Blue people are young.',
'If someone is young and blue then they are quiet.',
'If someone is young and quiet then they are round.'], dtype=object)
array(['Nice people are young.', 'Nice people are young.',
'If someone is young and blue then they are quiet.',
'If someone is young and quiet then they are round.'], dtype=object)
array(['Blue people are nice.', 'Nice people are young.',
'If someone is young and blue then they are quiet.',
'If someone is young and quiet then they are round.'], dtype=object)
array(['Blue people are nice.', 'Nice people are young.',
'Blue people are young.',
'If someone is young and blue then they are quiet.',
'If someone is young and quiet then they are round.'], dtype=object)
array(['Blue people are nice.', 'Nice people are young.',
'Nice people are young.',
'If someone is young and blue then they are quiet.',
'If someone is young and quiet then they are round.'], dtype=object)
array(['Blue people are nice.', 'Nice people are young.',
'If someone is young and blue then they are quiet.',
'If someone is young and quiet then they are round.'], dtype=object)
array(['Blue people are young.', 'Blue people are nice.',
'Nice people are young.',
'If someone is young and blue then they are quiet.',
'If someone is young and quiet then they are round.'], dtype=object)
array(['Nice people are young.', 'Blue people are nice.',
'Nice people are young.',
'If someone is young and blue then they are quiet.',
'If someone is young and quiet then they are round.'], dtype=object)
array(['Blue people are nice.', 'Nice people are young.',
'Blue people are nice.', 'Nice people are young.',
'If someone is young and blue then they are quiet.',
'If someone is young and quiet then they are round.'], dtype=object)] |
9,516 | ['The cat is blue.' 'The cat is young.' 'The cat likes the cow.'
'The cat visits the rabbit.' 'The cow is blue.' 'The cow is kind.'
'The cow is young.' 'The cow likes the cat.' 'The cow needs the cat.'
'The cow needs the rabbit.' 'The cow visits the cat.'
'The cow visits the rabbit.' 'The rabbit is big.' 'The rabbit is blue.'
'The rabbit is kind.' 'The rabbit likes the cat.'] | ['If someone visits the rabbit then the rabbit needs the cow.'
'If someone is blue and big then they visit the cat.'
'If someone visits the cow then they like the cow.'
'If someone needs the cow then they visit the cow.'
'If someone is green and blue then they like the rabbit.'
'If the cow is blue and the cow needs the cat then the cow likes the cat.'] | The rabbit does not visit the cow. | False | 1 | 3 | [array(['The cow visits the rabbit.'], dtype=object)
array(['The cat visits the rabbit.'], dtype=object)] | [array(['If someone visits the rabbit then the rabbit needs the cow.',
'If someone needs the cow then they visit the cow.'], dtype=object)
array(['If someone visits the rabbit then the rabbit needs the cow.',
'If someone needs the cow then they visit the cow.'], dtype=object)] |
9,517 | ['Charlie is green.' 'Charlie is white.' 'Charlie is young.'
'Fiona is kind.' 'Fiona is red.' 'Fiona is not rough.'
'Fiona is not young.'] | ['If someone is quiet then they are not rough.'
'All young people are white.' 'If someone is white then they are quiet.'
'If Fiona is young then Fiona is kind.'
'If Fiona is white and Fiona is not green then Fiona is rough.'
'All rough, quiet people are young.'
'If someone is quiet and not rough then they are red.'
'If someone is quiet and not rough then they are red.'] | Charlie is not rough. | True | 1 | 3 | [array(['Charlie is white.'], dtype=object)
array(['Charlie is young.'], dtype=object)] | [array(['If someone is white then they are quiet.',
'If someone is quiet then they are not rough.'], dtype=object)
array(['All young people are white.',
'If someone is white then they are quiet.',
'If someone is quiet then they are not rough.'], dtype=object)] |
9,518 | ['The bald eagle needs the mouse.' 'The bald eagle visits the mouse.'
'The dog is young.' 'The dog needs the mouse.'
'The dog visits the mouse.' 'The mouse is red.' 'The mouse is rough.'
'The mouse visits the bald eagle.' 'The tiger is cold.'
'The tiger needs the bald eagle.' 'The tiger needs the dog.'
'The tiger visits the dog.'] | ['If the mouse visits the dog then the mouse visits the tiger.'
'If something needs the tiger and the tiger is cold then it is green.'
'If something is cold and it needs the bald eagle then the bald eagle visits the mouse.'
'If something needs the mouse then it visits the bald eagle.'
'If something is young then it needs the tiger.'
'If something visits the dog and the dog is green then it is young.'] | The dog is not green. | False | 1 | 4 | [array(['The dog is young.', 'The tiger is cold.'], dtype=object)] | [array(['If something is young then it needs the tiger.',
'If something needs the tiger and the tiger is cold then it is green.'],
dtype=object) ] |
9,519 | ['The bald eagle is not round.' 'The bald eagle needs the rabbit.'
'The bald eagle sees the rabbit.' 'The dog is kind.'
'The dog needs the bald eagle.' 'The dog needs the tiger.'
'The dog sees the bald eagle.' 'The dog sees the rabbit.'
'The dog does not see the tiger.' 'The dog visits the bald eagle.'
'The dog visits the rabbit.' 'The dog visits the tiger.'
'The rabbit is round.' 'The rabbit does not need the tiger.'
'The rabbit visits the bald eagle.' 'The tiger sees the bald eagle.'] | ['If someone sees the bald eagle then they visit the dog.'
'If someone is round then they see the rabbit.'
'If someone needs the rabbit and they see the dog then the rabbit does not see the bald eagle.'
'If someone sees the dog and the dog is round then the dog visits the rabbit.'
'If someone needs the rabbit then the rabbit is nice.'
'If someone sees the rabbit and the rabbit sees the tiger then the tiger needs the rabbit.'
'If the rabbit sees the tiger and the rabbit is not blue then the rabbit is not round.'
'If someone is nice then they see the tiger.'] | The rabbit sees the tiger. | True | 1 | 3 | [array(['The bald eagle needs the rabbit.'], dtype=object)] | [array(['If someone needs the rabbit then the rabbit is nice.',
'If someone is nice then they see the tiger.'], dtype=object)] |
9,520 | ['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 mouse visits the squirrel. | True | 1 | 3 | [array(['The squirrel needs the mouse.'], dtype=object)] | [array(['If someone needs the mouse then they like the mouse.',
'If someone likes the mouse then the mouse visits the squirrel.'],
dtype=object) ] |
9,521 | ['The cat is not red.' 'The cat needs the mouse.'
'The lion chases the rabbit.' 'The lion is not red.'
'The mouse does not need the cat.' 'The rabbit is not young.'
'The rabbit visits the lion.'] | ['If the lion needs the cat then the cat does not visit the rabbit.'
'If someone needs the mouse and they are young then the mouse is cold.'
'If someone visits the mouse then they need the cat.'
'If someone visits the lion then they need the rabbit.'
'If someone chases the rabbit then the rabbit is cold.'
'If the lion chases the rabbit then the lion visits the mouse.'] | The cat does not visit the rabbit. | True | 3 | 4 | [array(['The lion chases the rabbit.'], dtype=object)] | [array(['If the lion chases the rabbit then the lion visits the mouse.',
'If someone visits the mouse then they need the cat.',
'If the lion needs the cat then the cat does not visit the rabbit.'],
dtype=object) ] |
9,522 | ['Anne is kind.' 'Charlie is red.' 'Gary is young.' 'Harry is kind.'] | ['If someone is kind then they are red.'
'If Anne is quiet and Anne is red then Anne is smart.'
'If someone is red then they are quiet.'] | Harry is quiet. | True | 1 | 3 | [array(['Harry is kind.'], dtype=object)] | [array(['If someone is kind then they are red.',
'If someone is red then they are quiet.'], dtype=object)] |
9,523 | ['The bear is big.' 'The bear is round.' 'The bear visits the cat.'
'The bear visits the dog.' 'The cat is nice.' 'The cat likes the bear.'
'The cat likes the dog.' 'The cat visits the bear.'
'The cat visits the dog.' 'The dog is nice.' 'The dog is round.'
'The dog likes the bear.' 'The dog needs the bear.'
'The dog needs the cat.' 'The dog visits the bear.'
'The dog visits the cat.'] | ['If the bear needs the dog and the dog visits the bear then the bear likes the cat.'
'If something is rough then it likes the dog.'
'If something is big then it needs the bear.'
'If something needs the bear and it needs the dog then the bear likes the dog.'
'If something likes the bear then the bear needs the cat.'
'If something likes the bear then it is rough.'
'If the dog is big then the dog is round.'
'If something is rough then it likes the cat.'] | The bear likes the cat. | Unknown | 1 | -1 | [] | [] |
9,524 | ['Bob is blue.' 'Charlie is young.' 'Erin is quiet.'] | ['All kind things are nice.' 'Young things are kind.'
'All nice, kind things are smart.'
'If something is young and nice then it is kind.'
'White, blue things are smart.'
'If Erin is kind and Erin is smart then Erin is white.'] | Bob is smart. | Unknown | 1 | -1 | [] | [] |
9,525 | ['Bob is big.' 'Bob is quiet.' 'Bob is rough.' 'Bob is smart.'
'Bob is white.' 'Charlie is big.' 'Charlie is blue.' 'Charlie is nice.'
'Charlie is quiet.' 'Charlie is rough.' 'Charlie is smart.'
'Charlie is white.' 'Dave is big.' 'Dave is nice.' 'Dave is rough.'
'Erin is quiet.'] | ['If something is quiet then it is smart.'
'If something is smart then it is big.' 'All big things are nice.'] | Erin is big. | True | 1 | 3 | [array(['Erin is quiet.'], dtype=object)] | [array(['If something is quiet then it is smart.',
'If something is smart then it is big.'], dtype=object)] |
9,526 | ['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,527 | ['Anne is rough.' 'Charlie is kind.' 'Charlie is nice.' 'Charlie is red.'
'Charlie is smart.' 'Gary is kind.' 'Gary is not nice.'
'Gary is not quiet.' 'Gary is red.' 'Gary is rough.' 'Gary is smart.'
'Gary is white.'] | ['All nice, red things are quiet.' 'Nice, rough things are quiet.'
'If something is quiet then it is smart.' 'All white things are rough.'
'If something is quiet then it is red.'
'If Charlie is smart then Charlie is quiet.'] | Anne is not red. | Unknown | 1 | -1 | [] | [] |
9,528 | ['Anne is big.' 'Anne is cold.' 'Anne is round.' 'Charlie is cold.'
'Charlie is furry.' 'Charlie is kind.' 'Charlie is nice.'
'Charlie is round.' 'Erin is big.' 'Gary is furry.' 'Gary is kind.'
'Gary is nice.' 'Gary is quiet.' 'Gary is round.'] | ['Big things are quiet.' 'If something is quiet and big then it is kind.'
'If something is cold then it is round.' 'Nice things are cold.'
'All cold things are kind.' 'If something is kind then it is nice.'
'If something is nice and furry then it is quiet.'
'All kind things are nice.'] | Anne is not nice. | False | 1 | 3 | [array(['Anne is cold.'], dtype=object)
array(['Anne is cold.'], dtype=object)
array(['Anne is big.', 'Anne is big.'], dtype=object)
array(['Anne is big.', 'Anne is big.'], dtype=object)] | [array(['All cold things are kind.',
'If something is kind then it is nice.'], dtype=object)
array(['All cold things are kind.', 'All kind things are nice.'],
dtype=object)
array(['Big things are quiet.',
'If something is quiet and big then it is kind.',
'If something is kind then it is nice.'], dtype=object)
array(['Big things are quiet.',
'If something is quiet and big then it is kind.',
'All kind things are nice.'], dtype=object) ] |
9,529 | ['The bald eagle eats the cow.' 'The bald eagle does not eat the rabbit.'
'The bald eagle is big.' 'The bald eagle is cold.'
'The bald eagle likes the cow.' 'The bald eagle sees the cow.'
'The bald eagle sees the rabbit.' 'The cow eats the bald eagle.'
'The cow eats the rabbit.' 'The cow likes the bald eagle.'
'The cow sees the rabbit.' 'The rabbit eats the cow.'
'The rabbit is cold.' 'The rabbit likes the bald eagle.'
'The rabbit likes the cow.'] | ['If something eats the rabbit and it likes the rabbit then it does not see the rabbit.'
'If something eats the cow then it sees the bald eagle.'
'If something sees the bald eagle then it is not red.'] | The bald eagle is not red. | True | 1 | 3 | [array(['The bald eagle eats the cow.'], dtype=object)] | [array(['If something eats the cow then it sees the bald eagle.',
'If something sees the bald eagle then it is not red.'],
dtype=object) ] |
9,530 | ['Bob is big.' 'Bob is blue.' 'Bob is cold.' 'Bob is furry.'
'Bob is green.' 'Bob is round.' 'Dave is round.' 'Erin is red.'
'Fiona is cold.' 'Fiona is green.'] | ['All green things are blue.'
'If something is round and cold then it is red.'
'Blue, big things are round.'
'If something is furry and blue then it is round.'
'All red, green things are furry.'
'If something is round then it is red.'
'If Bob is furry and Bob is red then Bob is round.' 'Red things are big.'
'All blue things are furry.'] | Fiona is round. | True | 3 | 6 | [array(['Fiona is green.', 'Fiona is green.'], dtype=object)] | [array(['All green things are blue.', 'All blue things are furry.',
'All green things are blue.',
'If something is furry and blue then it is round.'], dtype=object)] |
9,531 | ['Bob is round.' 'Charlie is big.' 'Charlie is furry.' 'Charlie is green.'
'Charlie is round.' 'Charlie is white.' 'Dave is big.' 'Dave is quiet.'
'Gary is green.' 'Gary is quiet.'] | ['All furry people are white.' 'If someone is big then they are smart.'
'All white, big people are round.'
'If someone is quiet then they are smart.' 'Smart people are big.'
'All big, green people are furry.'
'If someone is smart and round then they are quiet.'
'Green people are smart.' 'All smart, furry people are big.'] | Dave is white. | Unknown | 1 | -1 | [] | [] |
9,532 | ['The dog chases the squirrel.' 'The dog eats the squirrel.'
'The dog is blue.' 'The dog is cold.' 'The dog is red.'
'The dog is young.' 'The dog likes the squirrel.'
'The squirrel chases the dog.' 'The squirrel eats the dog.'
'The squirrel is blue.' 'The squirrel is cold.' 'The squirrel is nice.'
'The squirrel is red.' 'The squirrel is young.'
'The squirrel likes the dog.'] | ['If something chases the squirrel then it eats the squirrel.'
'If something likes the squirrel and the squirrel is nice then it chases the squirrel.'
'If the dog eats the squirrel and the squirrel is red then the squirrel eats the dog.'
'If something is blue then it chases the squirrel.'
'If something eats the squirrel then it likes the squirrel.'
'If the squirrel chases the dog and the dog is young then the squirrel is red.'] | The squirrel does not like the squirrel. | False | 3 | 4 | [array(['The squirrel is blue.'], dtype=object)] | [array(['If something is blue then it chases the squirrel.',
'If something chases the squirrel then it eats the squirrel.',
'If something eats the squirrel then it likes the squirrel.'],
dtype=object) ] |
9,533 | ['Charlie is rough.' 'Dave is kind.' 'Gary is rough.'] | ['Kind people are furry.' 'If someone is furry then they are white.'
'Rough, kind people are red.'] | Charlie is white. | Unknown | 1 | -1 | [] | [] |
9,534 | ['Anne is cold.' 'Anne is furry.' 'Anne is nice.' 'Anne is rough.'
'Anne is white.' 'Erin is blue.' 'Erin is cold.' 'Erin is furry.'
'Erin is kind.' 'Erin is nice.' 'Erin is rough.' 'Erin is white.'
'Fiona is blue.' 'Fiona is cold.' 'Fiona is kind.' 'Fiona is white.'] | ['Rough, white things are nice.' 'If Fiona is furry then Fiona is rough.'
'If something is kind then it is furry.'] | Fiona is not rough. | False | 1 | 3 | [array(['Fiona is kind.'], dtype=object)] | [array(['If something is kind then it is furry.',
'If Fiona is furry then Fiona is rough.'], dtype=object)] |
9,535 | ['Harry is big.' 'Harry is blue.' 'Harry is white.'] | ['If Harry is big and Harry is smart then Harry is furry.'
'All white, blue things are nice.' 'Nice things are smart.'] | Harry is smart. | True | 1 | 4 | [array(['Harry is white.', 'Harry is blue.'], dtype=object)] | [array(['All white, blue things are nice.', 'Nice things are smart.'],
dtype=object) ] |
9,536 | ['The bear sees the squirrel.' 'The bear visits the rabbit.'
'The lion is not round.' 'The lion does not like the rabbit.'
'The lion visits the bear.' 'The rabbit is not big.'
'The rabbit is kind.' 'The rabbit likes the squirrel.'
'The rabbit sees the bear.' 'The rabbit does not visit the bear.'
'The squirrel visits the lion.'] | ['If something is big and it visits the lion then the lion visits the rabbit.'
'If something sees the lion then it does not like the lion.'
'If something likes the squirrel then the squirrel visits the rabbit.'
'If something sees the squirrel and it visits the squirrel then the squirrel does not see the lion.'
'If something visits the lion then the lion is not round.'
'If something sees the lion and it does not see the bear then it sees the squirrel.'
'If something visits the rabbit then it sees the lion.'
'If something sees the lion then it is big.'] | The bear is big. | True | 1 | 3 | [array(['The bear visits the rabbit.'], dtype=object)] | [array(['If something visits the rabbit then it sees the lion.',
'If something sees the lion then it is big.'], dtype=object)] |
9,537 | ['The bald eagle eats the bear.' 'The bald eagle eats the rabbit.'
'The bear is cold.' 'The cat eats the rabbit.' 'The cat is red.'
'The cat likes the bald eagle.' 'The cat visits the rabbit.'
'The rabbit is red.' 'The rabbit is round.'
'The rabbit likes the bald eagle.'] | ['If someone eats the bald eagle then the bald eagle visits the cat.'
'If someone eats the bald eagle then they eat the rabbit.'
'Cold people are rough.'
'If the bald eagle likes the rabbit and the rabbit is not round then the rabbit is not cold.'
'If someone visits the bald eagle then the bald eagle is round.'
'If someone is rough then they eat the bald eagle.'
'If someone visits the cat then the cat does not like the rabbit.'
'If someone eats the cat and the cat does not like the rabbit then the cat is not nice.'] | The rabbit does not eat the bald eagle. | Unknown | 1 | -1 | [] | [] |
9,538 | ['The cat chases the tiger.' 'The cat is green.' 'The cat is rough.'
'The cat likes the tiger.' 'The cat sees the squirrel.'
'The squirrel chases the tiger.' 'The squirrel is young.'
'The squirrel sees the tiger.' 'The tiger chases the cat.'
'The tiger chases the squirrel.' 'The tiger is rough.'
'The tiger sees the squirrel.'] | ['If something is green then it likes the cat.'
'If something likes the cat and it likes the tiger then the cat chases the squirrel.'] | The cat chases the squirrel. | True | 1 | 4 | [array(['The cat is green.', 'The cat likes the tiger.'], dtype=object)] | [array(['If something is green then it likes the cat.',
'If something likes the cat and it likes the tiger then the cat chases the squirrel.'],
dtype=object) ] |
9,539 | ['The bear eats the squirrel.' 'The bear is nice.'
'The bear likes the rabbit.' 'The bear likes the squirrel.'
'The bear visits the squirrel.' 'The rabbit is blue.'
'The rabbit is cold.' 'The rabbit is nice.' 'The rabbit is rough.'
'The rabbit visits the bear.' 'The squirrel eats the bear.'
'The squirrel eats the rabbit.' 'The squirrel is kind.'
'The squirrel is nice.' 'The squirrel likes the rabbit.'
'The squirrel visits the bear.'] | ['If something visits the rabbit and it eats the rabbit then it visits the squirrel.'
'If the squirrel visits the bear and the bear likes the rabbit then the squirrel visits the rabbit.'
'If something visits the squirrel then it is cold.'] | The squirrel is not cold. | False | 3 | 6 | [array(['The squirrel visits the bear.', 'The bear likes the rabbit.',
'The squirrel eats the rabbit.'], dtype=object) ] | [array(['If the squirrel visits the bear and the bear likes the rabbit then the squirrel visits the rabbit.',
'If something visits the rabbit and it eats the rabbit then it visits the squirrel.',
'If something visits the squirrel then it is cold.'], dtype=object) ] |
9,540 | ['The bear does not eat the rabbit.' 'The bear is nice.'
'The bear is young.' 'The bear needs the rabbit.'
'The rabbit eats the bear.' 'The rabbit eats the squirrel.'
'The rabbit is cold.' 'The rabbit sees the bear.'
'The rabbit sees the squirrel.' 'The squirrel eats the bear.'
'The squirrel is cold.' 'The squirrel sees the rabbit.'] | ['If something eats the rabbit then the rabbit does not see the bear.'
'If something needs the squirrel and it needs the rabbit then the squirrel does not need the bear.'
'If something sees the rabbit and the rabbit does not need the bear then the rabbit is young.'
'If something needs the rabbit then it needs the squirrel.'
'If something sees the bear then it eats the squirrel.'
'If something needs the bear and it does not need the squirrel then the bear eats the squirrel.'
'If something sees the bear then the bear eats the squirrel.'
'If something eats the squirrel then it eats the bear.'] | The bear does not eat the bear. | False | 1 | 3 | [array(['The rabbit sees the bear.'], dtype=object)] | [array(['If something sees the bear then the bear eats the squirrel.',
'If something eats the squirrel then it eats the bear.'],
dtype=object) ] |
9,541 | ['Bob is green.' 'Charlie is blue.' 'Dave is nice.' 'Dave is red.'
'Dave is rough.' 'Gary is green.' 'Gary is red.'] | ['If Charlie is rough and Charlie is blue then Charlie is red.'
'If someone is red then they are blue.'
'All green, rough people are smart.' 'Red, kind people are rough.'
'All blue people are green.'
'If someone is rough and blue then they are red.'
'All nice, smart people are red.' 'Smart, rough people are red.'] | Dave is not smart. | False | 3 | 5 | [array(['Dave is red.', 'Dave is rough.'], dtype=object)] | [array(['If someone is red then they are blue.',
'All blue people are green.', 'All green, rough people are smart.'],
dtype=object) ] |
9,542 | ['The bald eagle is not green.' 'The bald eagle likes the cow.'
'The bald eagle needs the cat.' 'The cat is cold.'
'The cat likes the cow.' 'The cat needs the bald eagle.'
'The cow eats the cat.' 'The dog does not eat the cow.'
'The dog is green.' 'The dog likes the cow.'
'The dog needs the bald eagle.'] | ['All cold things are green.'
'If something is cold then it needs the cow.'
'If something is young then it needs the bald eagle.'
'If something is young and cold then it eats the dog.'
'If the bald eagle does not need the cat then the bald eagle likes the dog.'
'If something eats the dog then the dog is cold.'
'If something is cold then it is young.'] | The dog is not cold. | False | 3 | 5 | [array(['The cat is cold.', 'The cat is cold.'], dtype=object)] | [array(['If something is cold then it is young.',
'If something is young and cold then it eats the dog.',
'If something eats the dog then the dog is cold.'], dtype=object)] |
9,543 | ['Dave is blue.' 'Dave is kind.' 'Dave is round.' 'Dave is white.'
'Dave is young.' 'Fiona is furry.' 'Fiona is kind.' 'Fiona is not white.'
'Fiona is young.' 'Gary is blue.' 'Gary is kind.' 'Gary is smart.'
'Gary is young.' 'Harry is kind.' 'Harry is white.'] | ['If Dave is smart and Dave is round then Dave is kind.'
'White things are blue.'
'If Harry is smart and Harry is young then Harry is furry.'
'All blue things are round.'
'If Dave is round and Dave is blue then Dave is furry.'
'Blue things are smart.'] | Harry is round. | True | 1 | 3 | [array(['Harry is white.'], dtype=object)] | [array(['White things are blue.', 'All blue things are round.'],
dtype=object) ] |
9,544 | ['Anne is big.' 'Anne is cold.' 'Anne is furry.' 'Charlie is big.'
'Charlie is not cold.' 'Dave is furry.' 'Dave is nice.'
'Dave is not quiet.' 'Dave is smart.' 'Fiona is quiet.' 'Fiona is smart.'] | ['Furry, white people are cold.' 'Furry, quiet people are white.'
'Quiet people are white.' 'All white, quiet people are nice.'
'White, nice people are furry.' 'All cold people are big.'] | Dave is not cold. | Unknown | 1 | -1 | [] | [] |
9,545 | ['The bald eagle chases the lion.' 'The bald eagle sees the lion.'
'The bald eagle sees the tiger.' 'The lion chases the tiger.'
'The lion sees the tiger.' 'The rabbit does not chase the bald eagle.'
'The rabbit sees the bald eagle.' 'The rabbit does not see the lion.'
'The rabbit visits the bald eagle.' 'The rabbit visits the tiger.'
'The tiger is green.' 'The tiger visits the lion.'] | ['If someone visits the bald eagle and they visit the tiger then the bald eagle is green.'
'If someone chases the rabbit and they see the tiger then the rabbit is nice.'
'If the tiger chases the lion and the tiger is not nice then the lion visits the rabbit.'
'Nice people are green.' 'All big people are rough.'
'If someone is green then they chase the rabbit.'
'If someone sees the bald eagle then they see the rabbit.'
'If someone chases the lion and the lion is green then the lion chases the tiger.'
'If the lion sees the tiger then the tiger sees the bald eagle.'] | The lion chases the rabbit. | Unknown | 1 | -1 | [] | [] |
9,546 | ['Charlie is cold.' 'Charlie is furry.' 'Charlie is red.'
'Charlie is rough.' 'Charlie is smart.' 'Dave is furry.' 'Dave is rough.'
'Fiona is kind.' 'Fiona is young.' 'Harry is red.'] | ['If something is rough then it is cold.' 'All smart things are red.'
'All kind things are rough.' 'All red, kind things are rough.'
'If Dave is cold and Dave is young then Dave is kind.'
'Cold, young things are furry.' 'Cold, furry things are smart.'] | Fiona is not cold. | False | 1 | 3 | [array(['Fiona is kind.'], dtype=object)] | [array(['All kind things are rough.',
'If something is rough then it is cold.'], dtype=object)] |
9,547 | ['The bear chases the rabbit.' 'The mouse likes the squirrel.'
'The rabbit is young.' 'The squirrel likes the rabbit.'] | ['If something likes the rabbit then it is big.'
'If something likes the squirrel and the squirrel eats the rabbit then it is big.'
'If something likes the mouse then it likes the rabbit.'
'If something is young then it chases the mouse.'
'If something chases the rabbit then it likes the mouse.'
'If something chases the rabbit then the rabbit is big.'
'If something chases the squirrel then the squirrel is rough.'
'If something chases the bear then it eats the rabbit.'] | The bear likes the rabbit. | True | 1 | 3 | [array(['The bear chases the rabbit.'], dtype=object)] | [array(['If something chases the rabbit then it likes the mouse.',
'If something likes the mouse then it likes the rabbit.'],
dtype=object) ] |
9,548 | ['Bob is quiet.'] | ['Quiet people are smart.' 'All rough, young people are not smart.'
'All green, smart people are young.'
'If someone is cold and not quiet then they are green.'
'If someone is smart then they are green.'
'If Bob is green then Bob is young.'] | Bob is green. | True | 1 | 3 | [array(['Bob is quiet.'], dtype=object)] | [array(['Quiet people are smart.',
'If someone is smart then they are green.'], dtype=object)] |
9,549 | ['The cat is blue.' 'The cat is cold.' 'The cat is rough.'
'The cat likes the rabbit.' 'The cat visits the rabbit.'
'The rabbit is blue.' 'The rabbit is green.' 'The rabbit is red.'
'The rabbit is rough.' 'The rabbit likes the cat.'
'The rabbit sees the cat.' 'The rabbit visits the cat.'] | ['If something sees the cat and the cat sees the rabbit then the cat visits the rabbit.'
'If something likes the rabbit and the rabbit likes the cat then it sees the cat.'
'If something sees the cat and it visits the rabbit then it visits the cat.'] | The cat visits the cat. | True | 1 | 5 | [array(['The cat likes the rabbit.', 'The rabbit likes the cat.',
'The cat visits the rabbit.'], dtype=object) ] | [array(['If something likes the rabbit and the rabbit likes the cat then it sees the cat.',
'If something sees the cat and it visits the rabbit then it visits the cat.'],
dtype=object) ] |
9,550 | ['The bald eagle chases the bear.' 'The bald eagle chases the mouse.'
'The bald eagle is blue.' 'The bald eagle is round.'
'The bear chases the bald eagle.' 'The bear is round.'
'The bear needs the bald eagle.' 'The bear needs the mouse.'
'The bear sees the bald eagle.' 'The bear sees the mouse.'
'The mouse is round.' 'The mouse sees the bald eagle.'] | ['If something chases the mouse and the mouse needs the bald eagle then it chases the bald eagle.'
'If something is round and it needs the mouse then the mouse needs the bald eagle.'
'If something sees the bear and it sees the mouse then the mouse chases the bald eagle.'] | The bald eagle does not chase the bald eagle. | False | 1 | 5 | [array(['The bald eagle chases the mouse.', 'The bear is round.',
'The bear needs the mouse.'], dtype=object) ] | [array(['If something is round and it needs the mouse then the mouse needs the bald eagle.',
'If something chases the mouse and the mouse needs the bald eagle then it chases the bald eagle.'],
dtype=object) ] |
9,551 | ['Anne is big.' 'Anne is furry.' 'Anne is round.' 'Anne is smart.'
'Anne is young.' 'Erin is green.' 'Erin is smart.'] | ['Round things are cold.' 'If Erin is round then Erin is furry.'
'If something is smart and young then it is big.'
'Furry things are smart.' 'All green, big things are smart.'
'If Erin is furry then Erin is young.'
'If Erin is green then Erin is furry.'
'If Erin is smart and Erin is cold then Erin is round.'] | Erin is not young. | False | 1 | 3 | [array(['Erin is green.'], dtype=object)] | [array(['If Erin is green then Erin is furry.',
'If Erin is furry then Erin is young.'], dtype=object)] |
9,552 | ['The cat eats the dog.' 'The cat is not blue.' 'The cat likes the dog.'
'The cat visits the dog.' 'The dog does not eat the cat.'
'The dog is round.' 'The dog does not like the cat.'] | ['If something is green and it does not like the dog then the dog eats the cat.'
'If something likes the cat then it is not green.'
'If something is rough and it likes the dog then it visits the dog.'
'If something visits the dog and the dog is round then it is big.'
'If the cat does not visit the dog then the dog visits the cat.'
'If something eats the dog and it does not eat the cat then it is round.'] | The dog is not big. | Unknown | 1 | -1 | [] | [] |
9,553 | ['Anne is cold.' 'Anne is nice.' 'Bob is quiet.' 'Bob is white.'
'Gary is quiet.' 'Harry is big.' 'Harry is green.' 'Harry is nice.'
'Harry is quiet.' 'Harry is white.'] | ['If someone is white and nice then they are big.'
'All quiet, cold people are nice.' 'All round people are green.'
'Quiet, round people are green.'
'If someone is nice then they are round.'
'All green, quiet people are cold.' 'Quiet people are round.'
'Quiet, nice people are white.'] | Anne is not green. | False | 1 | 3 | [array(['Anne is nice.'], dtype=object)] | [array(['If someone is nice then they are round.',
'All round people are green.'], dtype=object)] |
9,554 | ['Gary is kind.'] | ['Kind, young things are big.'
'If Gary is young and Gary is rough then Gary is furry.'
'Kind things are young.'] | Gary is not big. | False | 1 | 4 | [array(['Gary is kind.', 'Gary is kind.'], dtype=object)] | [array(['Kind things are young.', 'Kind, young things are big.'],
dtype=object) ] |
9,555 | ['Charlie is rough.' 'Charlie is round.' 'Charlie is smart.'
'Charlie is young.' 'Gary is red.' 'Gary is smart.' 'Harry is blue.'] | ['All young things are blue.'
'If Gary is rough and Gary is red then Gary is young.'
'All smart things are round.' 'If something is furry then it is smart.'
'If something is smart then it is blue.'
'All rough, smart things are round.' 'If Gary is blue then Gary is red.'
'If Harry is furry then Harry is rough.'] | Harry is not round. | Unknown | 1 | -1 | [] | [] |
9,556 | ['Erin is smart.' 'Fiona is quiet.' 'Gary is blue.' 'Gary is kind.'
'Gary is quiet.' 'Gary is red.' 'Harry is smart.'] | ['If Harry is smart then Harry is kind.' 'Quiet, smart things are blue.'
'If something is green and smart then it is not blue.'
'Kind things are quiet.' 'All blue, green things are smart.'
'Red things are furry.'
'If Harry is smart and Harry is blue then Harry is red.'] | Harry is blue. | True | 3 | 5 | [array(['Harry is smart.', 'Harry is smart.'], dtype=object)] | [array(['If Harry is smart then Harry is kind.', 'Kind things are quiet.',
'Quiet, smart things are blue.'], dtype=object) ] |
9,557 | ['Anne is red.' 'Charlie is round.' 'Erin is white.' 'Gary is white.'] | ['If Charlie is quiet then Charlie is round.' 'Round things are quiet.'
'Round, white things are not quiet.'
'If something is smart and cold then it is round.'
'Quiet, red things are round.'
'If something is cold and not red then it is blue.'
'All quiet things are blue.' 'All blue things are smart.'] | Anne is round. | Unknown | 3 | -1 | [] | [] |
9,558 | ['The bear chases the cat.' 'The bear eats the cat.' 'The bear is big.'
'The bear is green.' 'The bear is round.' 'The bear is young.'
'The cat chases the bear.' 'The cat eats the bear.' 'The cat is rough.'
'The cat is round.' 'The cat is young.' 'The cat needs the bear.'] | ['If something is young and it chases the cat then it needs the bear.'
'If something eats the bear and it chases the bear then the bear is green.'
'If something needs the cat and the cat needs the bear then the bear eats the cat.'
'If something chases the bear and it needs the bear then the bear needs the cat.'
'If something is big and green then it chases the bear.'
'If something needs the cat and the cat is young then it is rough.'] | The bear is not rough. | False | 1 | 5 | [array(['The cat chases the bear.', 'The cat needs the bear.',
'The cat is young.'], dtype=object)
array(['The bear is big.', 'The bear is green.', 'The bear is young.',
'The bear chases the cat.', 'The cat is young.'], dtype=object)
array(['The bear is big.', 'The cat eats the bear.',
'The cat chases the bear.', 'The bear is young.',
'The bear chases the cat.', 'The cat is young.'], dtype=object)] | [array(['If something chases the bear and it needs the bear then the bear needs the cat.',
'If something needs the cat and the cat is young then it is rough.'],
dtype=object)
array(['If something is big and green then it chases the bear.',
'If something is young and it chases the cat then it needs the bear.',
'If something chases the bear and it needs the bear then the bear needs the cat.',
'If something needs the cat and the cat is young then it is rough.'],
dtype=object)
array(['If something eats the bear and it chases the bear then the bear is green.',
'If something is big and green then it chases the bear.',
'If something is young and it chases the cat then it needs the bear.',
'If something chases the bear and it needs the bear then the bear needs the cat.',
'If something needs the cat and the cat is young then it is rough.'],
dtype=object) ] |
9,559 | ['The cow chases the squirrel.' 'The cow needs the squirrel.'
'The mouse is green.' 'The mouse needs the squirrel.'
'The squirrel chases the cow.' 'The squirrel chases the mouse.'
'The squirrel is cold.' 'The squirrel is young.'
'The squirrel needs the cow.' 'The squirrel sees the mouse.'] | ['If the mouse is round then the mouse is green.'
'If someone chases the cow and the cow is round then the cow needs the mouse.'
'If someone is red and they see the cow then the cow chases the squirrel.'
'If someone is round and they chase the squirrel then they chase the cow.'
'If the squirrel is young and the squirrel chases the cow then the squirrel needs the mouse.'
'If someone is red then they chase the cow.'
'If someone needs the mouse and they chase the mouse then they see the cow.'
'If someone needs the mouse and they chase the mouse then they are red.'] | The cow chases the cow. | Unknown | 1 | -1 | [] | [] |
9,560 | ['Fiona is green.' 'Fiona is quiet.' 'Fiona is young.' 'Gary is green.'
'Gary is nice.' 'Gary is quiet.' 'Gary is red.' 'Gary is round.'
'Gary is white.' 'Gary is young.' 'Harry is green.' 'Harry is nice.'
'Harry is quiet.' 'Harry is red.' 'Harry is round.' 'Harry is young.'] | ['If Fiona is young and Fiona is quiet then Fiona is green.'
'All green, young people are white.' 'White people are red.'
'If someone is green and nice then they are quiet.'
'If Fiona is red and Fiona is green then Fiona is young.'
'If someone is red then they are round.'
'If someone is nice and white then they are red.'
'If Harry is nice then Harry is round.'] | Fiona is red. | True | 1 | 4 | [array(['Fiona is green.', 'Fiona is young.'], dtype=object)
array(['Fiona is young.', 'Fiona is quiet.', 'Fiona is young.'],
dtype=object) ] | [array(['All green, young people are white.', 'White people are red.'],
dtype=object)
array(['If Fiona is young and Fiona is quiet then Fiona is green.',
'All green, young people are white.', 'White people are red.'],
dtype=object) ] |
9,561 | ['The cat is not red.' 'The cat needs the mouse.'
'The lion chases the rabbit.' 'The lion is not red.'
'The mouse does not need the cat.' 'The rabbit is not young.'
'The rabbit visits the lion.'] | ['If the lion needs the cat then the cat does not visit the rabbit.'
'If someone needs the mouse and they are young then the mouse is cold.'
'If someone visits the mouse then they need the cat.'
'If someone visits the lion then they need the rabbit.'
'If someone chases the rabbit then the rabbit is cold.'
'If the lion chases the rabbit then the lion visits the mouse.'] | The cat visits the rabbit. | False | 3 | 4 | [array(['The lion chases the rabbit.'], dtype=object)] | [array(['If the lion chases the rabbit then the lion visits the mouse.',
'If someone visits the mouse then they need the cat.',
'If the lion needs the cat then the cat does not visit the rabbit.'],
dtype=object) ] |
9,562 | ['The cat visits the lion.' 'The dog is cold.' 'The dog is green.'
'The dog is round.' 'The lion chases the mouse.'
'The mouse chases the lion.' 'The mouse is round.'] | ['If the dog visits the cat and the cat needs the mouse then the cat visits the dog.'
'If something is cold then it visits the cat.'
'If something is round and it visits the cat then the cat chases the mouse.'
'If something visits the dog then it visits the lion.'
'If something visits the cat and it is cold then the cat visits the dog.'
'If something needs the mouse and it needs the dog then the mouse visits the cat.'] | The cat visits the dog. | True | 1 | 4 | [array(['The dog is cold.', 'The dog is cold.'], dtype=object)] | [array(['If something is cold then it visits the cat.',
'If something visits the cat and it is cold then the cat visits the dog.'],
dtype=object) ] |
9,563 | ['The cat is nice.' 'The cat is round.' 'The cat is young.'
'The cat needs the cow.' 'The cat sees the cow.'
'The cat visits the cow.' 'The cow is big.' 'The cow is kind.'
'The cow sees the cat.' 'The cow visits the cat.'] | ['If someone visits the cow then the cow needs the cat.'
'If the cow sees the cat and the cat is round then the cow needs the cat.'
'If someone is kind and they see the cat then they need the cow.'
'If someone visits the cow and the cow needs the cat then the cat is big.'
'If the cow visits the cat and the cat is nice then the cow is young.'
'If someone is big then they need the cat.'] | The cat is not big. | False | 1 | 4 | [array(['The cat visits the cow.', 'The cat visits the cow.'], dtype=object)
array(['The cat visits the cow.', 'The cow is big.'], dtype=object)
array(['The cat visits the cow.', 'The cow sees the cat.',
'The cat is round.'], dtype=object) ] | [array(['If someone visits the cow then the cow needs the cat.',
'If someone visits the cow and the cow needs the cat then the cat is big.'],
dtype=object)
array(['If someone is big then they need the cat.',
'If someone visits the cow and the cow needs the cat then the cat is big.'],
dtype=object)
array(['If the cow sees the cat and the cat is round then the cow needs the cat.',
'If someone visits the cow and the cow needs the cat then the cat is big.'],
dtype=object) ] |
9,564 | ['Bob is quiet.' 'Bob is smart.' 'Charlie is kind.' 'Charlie is smart.'
'Charlie is white.' 'Erin is blue.' 'Harry is green.'] | ['White, green things are smart.' 'Smart, quiet things are white.'
'All quiet, kind things are white.'
'If Erin is kind and Erin is blue then Erin is white.'
'All kind things are quiet.' 'White things are quiet.'
'Green things are kind.' 'All white, smart things are furry.'] | Erin is not white. | Unknown | 1 | -1 | [] | [] |
9,565 | ['Bob is not big.' 'Bob is blue.' 'Bob is quiet.' 'Bob is red.'
'Bob is smart.' 'Dave is big.' 'Dave is cold.' 'Dave is quiet.'
'Dave is red.' 'Gary is big.' 'Gary is blue.' 'Gary is not cold.'
'Gary is quiet.' 'Gary is not smart.' 'Gary is not young.'] | ['If Bob is smart then Bob is young.' 'Blue, young people are not cold.'
'Big people are red.'] | Bob is not cold. | True | 1 | 4 | [array(['Bob is blue.', 'Bob is smart.'], dtype=object)] | [array(['If Bob is smart then Bob is young.',
'Blue, young people are not cold.'], dtype=object)] |
9,566 | ['The cow chases the mouse.' 'The cow likes the mouse.'
'The cow likes the rabbit.' 'The cow likes the squirrel.'
'The cow sees the mouse.' 'The cow sees the squirrel.'
'The mouse likes the cow.' 'The mouse likes the rabbit.'
'The rabbit chases the squirrel.' 'The rabbit sees the cow.'
'The squirrel chases the rabbit.' 'The squirrel is kind.'
'The squirrel likes the rabbit.' 'The squirrel sees the cow.'] | ['If someone likes the cow and the cow sees the rabbit then the cow is kind.'
'If someone sees the rabbit and they like the cow then the cow is cold.'
'If someone is red then they like the cow.'
'If someone chases the rabbit then they are rough.'
'If someone likes the squirrel then they are red.'
'If someone likes the cow and they like the squirrel then the cow is kind.'
'If someone is kind then they chase the rabbit.'
'If someone likes the rabbit and the rabbit is rough then the rabbit chases the squirrel.'
'If someone sees the cow then they chase the squirrel.'] | The cow is not kind. | False | 3 | 5 | [array(['The cow likes the squirrel.', 'The cow likes the squirrel.'],
dtype=object) ] | [array(['If someone likes the squirrel then they are red.',
'If someone is red then they like the cow.',
'If someone likes the cow and they like the squirrel then the cow is kind.'],
dtype=object) ] |
9,567 | ['Anne is furry.' 'Dave is big.' 'Dave is cold.' 'Erin is blue.'
'Erin is furry.' 'Erin is not young.' 'Harry is not nice.'] | ['All young people are white.'
'If someone is furry and nice then they are white.'
'If Anne is nice and Anne is white then Anne is cold.'
'All big people are blue.' 'All furry people are big.'
'White people are big.' 'Blue people are nice.'
'If Dave is big then Dave is not young.'
'If someone is big and not blue then they are cold.'] | Harry is not blue. | Unknown | 3 | -1 | [] | [] |
9,568 | ['The cat is blue.' 'The cat is young.' 'The cat likes the cow.'
'The cat visits the rabbit.' 'The cow is blue.' 'The cow is kind.'
'The cow is young.' 'The cow likes the cat.' 'The cow needs the cat.'
'The cow needs the rabbit.' 'The cow visits the cat.'
'The cow visits the rabbit.' 'The rabbit is big.' 'The rabbit is blue.'
'The rabbit is kind.' 'The rabbit likes the cat.'] | ['If someone visits the rabbit then the rabbit needs the cow.'
'If someone is blue and big then they visit the cat.'
'If someone visits the cow then they like the cow.'
'If someone needs the cow then they visit the cow.'
'If someone is green and blue then they like the rabbit.'
'If the cow is blue and the cow needs the cat then the cow likes the cat.'] | The rabbit does not visit the cow. | False | 1 | 3 | [array(['The cow visits the rabbit.'], dtype=object)
array(['The cat visits the rabbit.'], dtype=object)] | [array(['If someone visits the rabbit then the rabbit needs the cow.',
'If someone needs the cow then they visit the cow.'], dtype=object)
array(['If someone visits the rabbit then the rabbit needs the cow.',
'If someone needs the cow then they visit the cow.'], dtype=object)] |
9,569 | ['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,570 | ['Bob is furry.' 'Bob is kind.' 'Bob is nice.' 'Bob is not quiet.'
'Bob is smart.' 'Charlie is furry.' 'Charlie is quiet.'
'Gary is not kind.' 'Gary is nice.' 'Gary is smart.' 'Harry is quiet.'
'Harry is smart.'] | ['Quiet people are kind.' 'If Charlie is kind then Charlie is not smart.'
'If someone is blue and not quiet then they are smart.'
'If someone is nice then they are round.'
'If someone is furry and not smart then they are round.'
'If someone is smart and not furry then they are round.'] | Charlie is not smart. | True | 1 | 3 | [array(['Charlie is quiet.'], dtype=object)] | [array(['Quiet people are kind.',
'If Charlie is kind then Charlie is not smart.'], dtype=object)] |
9,571 | ['The cow is blue.' 'The cow is green.' 'The cow is round.'] | ['All green, red people are young.' 'Green, round people are red.'
'If the cow is young then the cow is round.'] | The cow is young. | True | 1 | 5 | [array(['The cow is green.', 'The cow is green.', 'The cow is round.'],
dtype=object) ] | [array(['Green, round people are red.', 'All green, red people are young.'],
dtype=object) ] |
9,572 | ['The bald eagle is nice.' 'The bald eagle likes the cat.'
'The bald eagle likes the tiger.' 'The bald eagle needs the cat.'
'The bald eagle visits the cat.' 'The bald eagle visits the tiger.'
'The cat is nice.' 'The cat likes the bald eagle.'
'The cat likes the tiger.' 'The cat does not need the bald eagle.'
'The cat visits the tiger.' 'The tiger is big.' 'The tiger is young.'
'The tiger likes the bald eagle.' 'The tiger needs the bald eagle.'] | ['If someone likes the bald eagle and the bald eagle visits the cat then they visit the cat.'
'If someone visits the cat and they are nice then they visit the bald eagle.'] | The cat visits the bald eagle. | True | 1 | 5 | [array(['The cat likes the bald eagle.', 'The bald eagle visits the cat.',
'The cat is nice.'], dtype=object) ] | [array(['If someone likes the bald eagle and the bald eagle visits the cat then they visit the cat.',
'If someone visits the cat and they are nice then they visit the bald eagle.'],
dtype=object) ] |
9,573 | ['Charlie is furry.' 'Charlie is green.' 'Charlie is white.'
'Dave is blue.' 'Dave is cold.' 'Gary is cold.' 'Gary is rough.'
'Harry is blue.' 'Harry is furry.' 'Harry is rough.' 'Harry is white.'] | ['Nice, cold people are green.' 'Rough people are green.'
'Green people are blue.' 'If someone is blue then they are nice.'
'Furry, green people are rough.' 'Green, nice people are furry.'
'White people are nice.' 'Cold people are blue.'
'All rough, nice people are white.'] | Dave is green. | True | 1 | 4 | [array(['Dave is blue.', 'Dave is cold.'], dtype=object)
array(['Dave is cold.', 'Dave is cold.'], dtype=object)] | [array(['If someone is blue then they are nice.',
'Nice, cold people are green.'], dtype=object)
array(['Cold people are blue.', 'If someone is blue then they are nice.',
'Nice, cold people are green.'], dtype=object) ] |
9,574 | ['The bear eats the cow.' 'The bear is blue.' 'The cow eats the squirrel.'
'The cow is young.' 'The cow visits the lion.' 'The lion is red.'
'The lion is young.' 'The lion visits the cow.'
'The squirrel sees the bear.' 'The squirrel visits the bear.'] | ['If something sees the cow and the cow eats the squirrel then the cow is red.'
'If the cow eats the bear and the bear sees the cow then the bear is blue.'
'If something is blue and it sees the squirrel then the squirrel is round.'
'If something sees the squirrel then the squirrel eats the cow.'
'If the lion sees the cow and the cow visits the squirrel then the cow eats the squirrel.'
'If something is red then it eats the lion.'
'If the bear visits the squirrel and the bear is round then the bear sees the cow.'
'If something eats the lion then it sees the cow.'
'If something is young and cold then it eats the cow.'] | The lion does not see the cow. | False | 1 | 3 | [array(['The lion is red.'], dtype=object)] | [array(['If something is red then it eats the lion.',
'If something eats the lion then it sees the cow.'], dtype=object)] |
9,575 | ['Charlie is cold.' 'Charlie is green.' 'Charlie is smart.'
'Dave is cold.' 'Dave is green.' 'Dave is white.' 'Erin is kind.'] | ['Rough people are smart.'
'If someone is green and white then they are rough.'
'Smart, white people are furry.'] | Dave is smart. | True | 1 | 4 | [array(['Dave is green.', 'Dave is white.'], dtype=object)] | [array(['If someone is green and white then they are rough.',
'Rough people are smart.'], dtype=object) ] |
9,576 | ['Charlie is quiet.' 'Dave is white.' 'Erin is white.'] | ['All furry people are smart.' 'All quiet people are smart.'
'If Erin is red then Erin is not furry.'
'If someone is nice then they are red.'
'If someone is white then they are furry.' 'Nice, red people are furry.'
'All smart people are rough.'
'If someone is furry and not red then they are rough.'] | Erin is not smart. | False | 1 | 3 | [array(['Erin is white.'], dtype=object)] | [array(['If someone is white then they are furry.',
'All furry people are smart.'], dtype=object)] |
9,577 | ['Bob is smart.' 'Charlie is cold.' 'Erin is not quiet.'] | ['Cold, nice people are smart.' 'All cold people are smart.'
'If Charlie is smart then Charlie is not nice.'
'If someone is kind then they are green.'
'If Charlie is not nice then Charlie is green.'
'All green people are kind.'] | Charlie is not nice. | True | 1 | 3 | [array(['Charlie is cold.'], dtype=object)] | [array(['All cold people are smart.',
'If Charlie is smart then Charlie is not nice.'], dtype=object)] |
9,578 | ['Anne is kind.' 'Dave is not green.' 'Fiona is blue.'
'Harry is not white.'] | ['All furry, cold people are kind.' 'All green people are kind.'
'If someone is round and not blue then they are white.'
'If someone is kind and cold then they are white.'
'If someone is kind then they are white.' 'Blue people are not furry.'
'All round people are cold.' 'All kind, white people are round.'] | Anne is not cold. | False | 3 | 5 | [array(['Anne is kind.', 'Anne is kind.'], dtype=object)] | [array(['If someone is kind then they are white.',
'All kind, white people are round.', 'All round people are cold.'],
dtype=object) ] |
9,579 | ['Dave is red.' 'Erin is quiet.' 'Fiona is white.' 'Harry is big.'
'Harry is not green.' 'Harry is quiet.' 'Harry is red.'] | ['Quiet, red people are smart.' 'If someone is quiet then they are smart.'
'If Dave is red then Dave is big.'
'If Dave is smart and Dave is white then Dave is big.'
'If Fiona is white and Fiona is red then Fiona is rough.'
'If someone is white then they are quiet.' 'Rough people are green.'
'All smart people are red.'] | Dave is smart. | Unknown | 1 | -1 | [] | [] |
9,580 | ['Anne is quiet.' 'Charlie is round.' 'Charlie is smart.' 'Erin is green.'
'Erin is kind.' 'Erin is round.' 'Fiona is not furry.'] | ['All kind people are cold.' 'Furry, round people are cold.'
'If someone is quiet then they are furry.'
'If someone is kind and not smart then they are furry.'
'All cold, smart people are round.'
'If Charlie is round and Charlie is cold then Charlie is green.'
'All smart people are quiet.' 'If Anne is green then Anne is cold.'
'If someone is furry and green then they are not kind.'] | Charlie is not furry. | False | 1 | 3 | [array(['Charlie is smart.'], dtype=object)] | [array(['All smart people are quiet.',
'If someone is quiet then they are furry.'], dtype=object)] |
9,581 | ['The bear is big.' 'The bear needs the rabbit.'
'The bear sees the rabbit.' 'The mouse likes the tiger.'
'The mouse needs the rabbit.' 'The mouse sees the rabbit.'
'The mouse sees the tiger.' 'The rabbit is round.'
'The rabbit likes the tiger.' 'The rabbit needs the tiger.'
'The tiger is red.' 'The tiger likes the mouse.'] | ['If something sees the mouse and it likes the mouse then it sees the bear.'
'If something needs the tiger then it likes the mouse.'
'If something is red then it likes the mouse.'
'If something likes the mouse then it sees the mouse.'
'If something needs the mouse then the mouse sees the tiger.'
'If the rabbit is nice then the rabbit likes the bear.'
'If something is big and nice then it needs the bear.'
'If something is round and it sees the bear then the bear likes the mouse.'
'If something likes the rabbit and the rabbit needs the tiger then the tiger likes the rabbit.'] | The tiger does not see the bear. | False | 1 | 4 | [array(['The tiger likes the mouse.', 'The tiger likes the mouse.'],
dtype=object)
array(['The tiger likes the mouse.', 'The tiger is red.'], dtype=object)
array(['The tiger is red.', 'The tiger likes the mouse.'], dtype=object)
array(['The tiger is red.', 'The tiger is red.'], dtype=object)] | [array(['If something likes the mouse then it sees the mouse.',
'If something sees the mouse and it likes the mouse then it sees the bear.'],
dtype=object)
array(['If something likes the mouse then it sees the mouse.',
'If something is red then it likes the mouse.',
'If something sees the mouse and it likes the mouse then it sees the bear.'],
dtype=object)
array(['If something is red then it likes the mouse.',
'If something likes the mouse then it sees the mouse.',
'If something sees the mouse and it likes the mouse then it sees the bear.'],
dtype=object)
array(['If something is red then it likes the mouse.',
'If something likes the mouse then it sees the mouse.',
'If something is red then it likes the mouse.',
'If something sees the mouse and it likes the mouse then it sees the bear.'],
dtype=object) ] |
9,582 | ['The bear likes the tiger.' 'The lion does not eat the rabbit.'
'The rabbit likes the bear.' 'The tiger is not rough.'] | ['If someone eats the rabbit then they like the tiger.'
'If the tiger is not round then the tiger visits the bear.'
'If someone eats the lion then the lion is round.'
'If someone eats the rabbit and they like the lion then they like the bear.'
'If someone eats the rabbit then they like the bear.'
'If the rabbit is cold then the rabbit visits the tiger.'
'If someone likes the tiger then they eat the rabbit.'
'If someone likes the lion and the lion visits the tiger then they do not visit the rabbit.'] | The bear does not like the bear. | False | 1 | 3 | [array(['The bear likes the tiger.'], dtype=object)] | [array(['If someone likes the tiger then they eat the rabbit.',
'If someone eats the rabbit then they like the bear.'],
dtype=object) ] |
9,583 | ['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 not red. | False | 3 | 4 | [array(['Gary is big.'], dtype=object)] | [array(['Big things are nice.', 'Nice things are smart.',
'Smart things are red.'], dtype=object) ] |
9,584 | ['The bald eagle likes the lion.' 'The bald eagle likes the tiger.'
'The dog is nice.' 'The dog likes the bald eagle.'
'The dog sees the lion.' 'The dog visits the bald eagle.'
'The dog visits the lion.' 'The lion likes the dog.'
'The lion likes the tiger.' 'The lion visits the tiger.'
'The tiger is nice.' 'The tiger sees the dog.'] | ['If someone is red then they see the bald eagle.'
'If the lion sees the bald eagle then the lion visits the bald eagle.'
'If someone likes the dog then they are rough.'
'If someone is rough and they visit the tiger then they see the bald eagle.'
'If someone visits the dog then they are green.'
'If someone visits the bald eagle then they are nice.'] | The lion sees the bald eagle. | True | 1 | 4 | [array(['The lion likes the dog.', 'The lion visits the tiger.'],
dtype=object) ] | [array(['If someone likes the dog then they are rough.',
'If someone is rough and they visit the tiger then they see the bald eagle.'],
dtype=object) ] |
9,585 | ['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 mouse is not blue. | False | 3 | 4 | [array(['The mouse chases the cat.'], dtype=object)] | [array(['If something chases the cat then it likes the mouse.',
'If something likes the mouse then the mouse is big.',
'All big things are blue.'], dtype=object) ] |
9,586 | ['Bob is big.' 'Bob is blue.' 'Bob is cold.' 'Bob is quiet.'
'Bob is rough.' 'Bob is smart.' 'Bob is white.' 'Dave is rough.'
'Fiona is blue.' 'Harry is big.' 'Harry is cold.'] | ['If someone is blue then they are cold.'
'If someone is big then they are white.'
'If Bob is rough and Bob is blue then Bob is big.'
'All blue, smart people are big.'
'If someone is blue and rough then they are quiet.'
'All smart people are blue.' 'Cold people are rough.'
'If someone is quiet then they are big.'] | Harry is quiet. | Unknown | 1 | -1 | [] | [] |
9,587 | ['The bald eagle is nice.' 'The mouse eats the bald eagle.'
'The squirrel is young.'] | ['If something visits the bald eagle then the bald eagle eats the squirrel.'
'If the squirrel eats the mouse then the squirrel visits the mouse.'
'If something eats the bald eagle then it visits the squirrel.'
'If the mouse is young then the mouse visits the bald eagle.'
'If something likes the mouse and the mouse likes the squirrel then it visits the bald eagle.'
'If something eats the squirrel then the squirrel likes the mouse.'
'If something eats the squirrel then the squirrel eats the bald eagle.'
'If something likes the mouse and the mouse visits the squirrel then the squirrel is green.'] | The squirrel likes the mouse. | Unknown | 3 | -1 | [] | [] |
9,588 | ['Bob is furry.'] | ['Nice, cold people are kind.' 'If someone is cold then they are kind.'
'If someone is smart then they are furry.'
'If someone is kind and cold then they are smart.'
'If Bob is furry then Bob is cold.' 'Cold, smart people are red.'
'If someone is smart then they are cold.'
'All furry, kind people are cold.'] | Bob is kind. | True | 1 | 3 | [array(['Bob is furry.'], dtype=object)] | [array(['If Bob is furry then Bob is cold.',
'If someone is cold then they are kind.'], dtype=object)] |
9,589 | ['The bear needs the dog.' 'The cow is young.' 'The dog eats the bear.'
'The mouse needs the cow.'] | ['If something needs the bear then the bear is young.'
'If something is round then it is cold.'
'If something is cold then it is round.'
'If something eats the dog then the dog needs the mouse.'
'If the bear needs the dog then the bear visits the cow.'
'If something needs the cow and it visits the mouse then the cow needs the mouse.'] | The dog is not cold. | Unknown | 1 | -1 | [] | [] |
9,590 | ['Fiona is smart.' 'Gary is furry.'] | ['If someone is furry then they are blue.'
'If Gary is cold and Gary is blue then Gary is green.'
'All blue people are green.'] | Gary is green. | True | 1 | 3 | [array(['Gary is furry.'], dtype=object)] | [array(['If someone is furry then they are blue.',
'All blue people are green.'], dtype=object)] |
9,591 | ['Dave is not blue.' 'Fiona is nice.' 'Gary is blue.'] | ['If someone is blue then they are white.'
'All white, blue people are nice.'
'If Fiona is round then Fiona is quiet.'] | Gary is not nice. | False | 1 | 4 | [array(['Gary is blue.', 'Gary is blue.'], dtype=object)] | [array(['If someone is blue then they are white.',
'All white, blue people are nice.'], dtype=object)] |
9,592 | ['Bob is blue.' 'Dave is green.' 'Dave is rough.' 'Fiona is green.'
'Fiona is white.' 'Gary is green.' 'Gary is white.'] | ['Young, round people are furry.' 'All green, young people are furry.'
'If Bob is blue and Bob is white then Bob is young.'
'If Fiona is green then Fiona is rough.' 'Young, blue people are green.'
'If someone is blue then they are white.' 'Furry people are rough.'] | Bob is young. | True | 1 | 4 | [array(['Bob is blue.', 'Bob is blue.'], dtype=object)] | [array(['If someone is blue then they are white.',
'If Bob is blue and Bob is white then Bob is young.'], dtype=object)] |
9,593 | ['The bald eagle is big.' 'The bald eagle likes the cow.'
'The bald eagle sees the rabbit.' 'The cow is big.'
'The cow sees the bald eagle.' 'The dog is big.' 'The dog is young.'
'The dog likes the bald eagle.' 'The rabbit sees the bald eagle.'
'The rabbit visits the bald eagle.'] | ['If the bald eagle sees the rabbit then the rabbit is big.'
'If something likes the bald eagle then it is blue.'
'If something likes the rabbit and the rabbit visits the cow then the cow is young.'
'If something visits the rabbit then it is round.'
'If something is round and it sees the cow then the cow sees the rabbit.'
'If something is big then it visits the cow.'
'If something sees the rabbit then the rabbit visits the bald eagle.'
'If something is blue then it likes the rabbit.'
'If something likes the cow and the cow is young then it is blue.'] | The rabbit visits the cow. | True | 1 | 3 | [array(['The bald eagle sees the rabbit.'], dtype=object)] | [array(['If the bald eagle sees the rabbit then the rabbit is big.',
'If something is big then it visits the cow.'], dtype=object)] |
9,594 | ['The cow is young.' 'The cow sees the lion.' 'The dog likes the cow.'
'The dog likes the rabbit.' 'The dog sees the rabbit.'
'The lion is young.' 'The lion sees the cow.' 'The lion sees the dog.'
'The lion sees the rabbit.' 'The rabbit is round.'
'The rabbit likes the cow.'] | ['If someone visits the rabbit then the rabbit likes the lion.'
'If someone likes the rabbit and the rabbit is red then the rabbit is big.'
'If someone likes the lion and they see the rabbit then the lion likes the rabbit.'
'If someone is young then they like the rabbit.'
'If someone is young then they see the lion.'
'If the lion is big then the lion visits the dog.'
'If the rabbit likes the lion then the rabbit is young.'
'If someone is young and they like the rabbit then they visit the rabbit.'] | The lion visits the rabbit. | True | 1 | 4 | [array(['The lion is young.', 'The lion is young.'], dtype=object)] | [array(['If someone is young then they like the rabbit.',
'If someone is young and they like the rabbit then they visit the rabbit.'],
dtype=object) ] |
9,595 | ['Erin is blue.' 'Erin is cold.' 'Erin is smart.' 'Fiona is round.'
'Gary is cold.' 'Gary is green.' 'Gary is quiet.' 'Gary is round.'
'Gary is smart.' 'Harry is smart.'] | ['Nice, green people are round.' 'Green people are nice.'
'If someone is blue then they are green.'
'If someone is blue then they are smart.' 'Nice, round people are blue.'
'Smart people are green.'
'If Harry is blue and Harry is smart then Harry is quiet.'] | Harry is not nice. | False | 1 | 3 | [array(['Harry is smart.'], dtype=object)] | [array(['Smart people are green.', 'Green people are nice.'], dtype=object)] |
9,596 | ['The cow eats the squirrel.' 'The cow eats the tiger.'
'The cow is rough.' 'The cow is round.' 'The cow needs the squirrel.'
'The squirrel eats the tiger.' 'The squirrel is cold.'
'The squirrel is round.' 'The squirrel needs the cow.'
'The tiger chases the cow.' 'The tiger chases the squirrel.'
'The tiger eats the cow.' 'The tiger eats the squirrel.'
'The tiger is cold.' 'The tiger needs the cow.'
'The tiger needs the squirrel.'] | ['If the squirrel chases the cow and the cow eats the tiger then the squirrel is green.'
'If something eats the cow then it needs the cow.'
'If something needs the tiger then it eats the cow.'
'If the cow eats the tiger and the tiger needs the squirrel then the cow needs the squirrel.'
'If something chases the tiger and the tiger chases the squirrel then the tiger is green.'
'If something needs the tiger then it chases the cow.'
'If something chases the cow then the cow needs the tiger.'
'If the tiger eats the squirrel and the tiger is green then the tiger needs the squirrel.'] | The cow needs the cow. | True | 3 | 4 | [array(['The tiger chases the cow.'], dtype=object)] | [array(['If something chases the cow then the cow needs the tiger.',
'If something needs the tiger then it eats the cow.',
'If something eats the cow then it needs the cow.'], dtype=object)] |
9,597 | ['The bear chases the cat.' 'The bear sees the cat.'
'The bear sees the tiger.' 'The cat chases the tiger.' 'The cat is nice.'
'The cat is round.' 'The cat likes the tiger.' 'The cat sees the bear.'
'The tiger chases the cat.' 'The tiger likes the cat.'] | ['If someone sees the tiger and the tiger sees the bear then the tiger sees the cat.'
'If someone likes the tiger then they see the bear.'
'If the bear likes the cat and the bear chases the cat then the cat likes the bear.'
'If someone is rough then they chase the bear.'
'If the bear is rough then the bear chases the cat.'
'If someone is blue and they chase the bear then the bear is red.'
'If someone likes the tiger and the tiger is nice then the tiger likes the bear.'
'If someone chases the cat and they like the bear then they like the tiger.'] | The tiger does not like the tiger. | Unknown | 1 | -1 | [] | [] |
9,598 | ['The cow chases the mouse.' 'The dog chases the cow.'
'The mouse is not blue.' 'The mouse is not kind.'
'The mouse is not nice.' 'The mouse needs the cow.'
'The mouse visits the cow.'] | ['If someone visits the mouse then they do not need the mouse.'
'If the mouse needs the cow then the mouse visits the dog.'
'If the cow is young and the cow visits the mouse then the cow needs the dog.'
'If the mouse is young then the mouse is red.'
'If someone visits the cow then the cow is young.'
'If someone needs the dog then they do not chase the cow.'
'If someone visits the cow and they visit the dog then they need the dog.'
'If someone is kind and they do not need the dog then they chase the mouse.'] | The mouse needs the dog. | True | 1 | 4 | [array(['The mouse visits the cow.', 'The mouse needs the cow.'],
dtype=object) ] | [array(['If the mouse needs the cow then the mouse visits the dog.',
'If someone visits the cow and they visit the dog then they need the dog.'],
dtype=object) ] |
9,599 | ['Anne is cold.' 'Anne is green.' 'Anne is white.' 'Charlie is quiet.'
'Charlie is red.' 'Gary is cold.' 'Gary is furry.' 'Gary is green.'
'Gary is rough.' 'Gary is white.'] | ['If someone is red then they are rough.' 'Rough, white people are green.'
'If someone is quiet and white then they are cold.'
'White, rough people are quiet.'
'If someone is quiet then they are green.' 'All rough people are white.'] | Charlie is white. | True | 1 | 3 | [array(['Charlie is red.'], dtype=object)] | [array(['If someone is red then they are rough.',
'All rough people are white.'], dtype=object)] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.