Unnamed: 0 int64 0 16.4k | facts stringlengths 15 526 | rules stringlengths 50 716 | question stringlengths 11 45 | answer stringclasses 3
values | depth int64 1 3 | len int64 -1 9 | used_facts stringlengths 2 9.68k | used_rules stringlengths 2 21k |
|---|---|---|---|---|---|---|---|---|
11,400 | ['The mouse is blue.' 'The mouse is not red.'
'The mouse likes the squirrel.' 'The mouse needs the squirrel.'
'The mouse needs the tiger.' 'The mouse sees the tiger.'
'The rabbit is red.' 'The rabbit needs the squirrel.'
'The rabbit needs the tiger.' 'The rabbit sees the tiger.'
'The squirrel is not red.' 'The squirrel likes the mouse.'
'The squirrel sees the tiger.' 'The tiger likes the mouse.'
'The tiger does not need the mouse.'] | ['If something is red and it sees the squirrel then the squirrel needs the mouse.'
'If something is blue then it likes the rabbit.'
'If something likes the rabbit then it sees the squirrel.'
'If something likes the mouse and it likes the squirrel then it needs the squirrel.'
'If something is blue and it does not need the squirrel then it sees the tiger.'
'If something sees the squirrel and it sees the tiger then the tiger is cold.'] | The mouse sees the squirrel. | True | 1 | 3 | [array(['The mouse is blue.'], dtype=object)] | [array(['If something is blue then it likes the rabbit.',
'If something likes the rabbit then it sees the squirrel.'],
dtype=object) ] |
11,401 | ['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.'] | Bob is smart. | True | 3 | 4 | [array(['Bob is furry.'], dtype=object)] | [array(['All furry things are green.', 'Green things are red.',
'If something is red then it is smart.'], dtype=object)] |
11,402 | ['The bald eagle is kind.' 'The bald eagle is nice.'
'The bald eagle is rough.' 'The bald eagle is not young.'
'The bald eagle likes the tiger.' 'The bald eagle needs the dog.'
'The bald eagle sees the dog.' 'The dog is not kind.'
'The dog does not like the bald eagle.' 'The dog needs the bald eagle.'
'The dog needs the tiger.' 'The tiger is rough.'] | ['If someone is young then they are big.'
'If someone needs the bald eagle then they are young.'
'If the tiger is young and the tiger likes the bald eagle then the bald eagle needs the dog.'] | The tiger is not big. | Unknown | 1 | -1 | [] | [] |
11,403 | ['The bear chases the cat.' 'The bear eats the mouse.' 'The bear is cold.'
'The cat chases the bear.' 'The cat chases the mouse.'
'The cat needs the mouse.' 'The mouse chases the cat.'] | ['If the mouse eats the cat then the mouse is young.'
'If something needs the bear then the bear does not chase the cat.'
'If the bear does not need the cat then the cat does not chase the mouse.'
'If something chases the mouse then it is young.'
'If something is young then it eats the mouse.'
'If something is blue then it chases the mouse.'
'If something is kind then it eats the cat.'
'If something chases the mouse and it is green then it chases the cat.'] | The bear is not young. | Unknown | 1 | -1 | [] | [] |
11,404 | ['The bald eagle needs the dog.' 'The dog needs the rabbit.'
'The lion eats the dog.' 'The rabbit needs the lion.'] | ['If someone likes the dog and the dog is rough then they eat the rabbit.'
'All cold people are red.'
'If someone needs the lion then they eat the bald eagle.'
'If someone is green and they like the dog then the dog likes the bald eagle.'
'If someone eats the bald eagle then they are cold.'
'Green people are red.'] | The lion is not cold. | Unknown | 1 | -1 | [] | [] |
11,405 | ['Anne is blue.' 'Anne is kind.' 'Anne is nice.' 'Anne is red.'
'Bob is smart.' 'Fiona is cold.' 'Fiona is kind.' 'Harry is blue.'
'Harry is cold.' 'Harry is green.' 'Harry is kind.' 'Harry is red.'] | ['All red things are cold.'
'If something is blue and green then it is nice.'
'If something is smart and cold then it is kind.'
'All green things are blue.'
'If something is smart and blue then it is nice.'
'If Bob is nice then Bob is cold.'
'If something is smart then it is green.'] | Fiona is blue. | Unknown | 1 | -1 | [] | [] |
11,406 | ['Dave is cold.' 'Dave is kind.' 'Fiona is big.' 'Fiona is kind.'
'Fiona is smart.' 'Gary is cold.' 'Gary is young.'] | ['Kind people are young.' 'Nice people are young.'
'Big, kind people are young.'
'If someone is young and big then they are furry.'
'Nice, kind people are furry.' 'Smart, young people are nice.'
'Big, nice people are cold.'
'If someone is big and furry then they are nice.'] | Fiona is furry. | True | 1 | 4 | [array(['Fiona is kind.', 'Fiona is big.'], dtype=object)
array(['Fiona is big.', 'Fiona is kind.', 'Fiona is big.'], dtype=object)
array(['Fiona is smart.', 'Fiona is kind.', 'Fiona is kind.'],
dtype=object)
array(['Fiona is smart.', 'Fiona is big.', 'Fiona is kind.',
'Fiona is kind.'], dtype=object) ] | [array(['Kind people are young.',
'If someone is young and big then they are furry.'], dtype=object)
array(['Big, kind people are young.',
'If someone is young and big then they are furry.'], dtype=object)
array(['Kind people are young.', 'Smart, young people are nice.',
'Nice, kind people are furry.'], dtype=object)
array(['Big, kind people are young.', 'Smart, young people are nice.',
'Nice, kind people are furry.'], dtype=object) ] |
11,407 | ['The mouse is cold.' 'The mouse is green.' 'The mouse is kind.'
'The mouse is round.' 'The mouse needs the squirrel.'
'The mouse sees the squirrel.' 'The mouse visits the squirrel.'
'The squirrel is cold.' 'The squirrel is green.' 'The squirrel is kind.'
'The squirrel is round.' 'The squirrel visits the mouse.'] | ['If something is green and it visits the squirrel then it sees the mouse.'
'If something sees the mouse and it needs the squirrel then the mouse is red.'] | The mouse is not red. | False | 1 | 5 | [array(['The mouse is green.', 'The mouse visits the squirrel.',
'The mouse needs the squirrel.'], dtype=object) ] | [array(['If something is green and it visits the squirrel then it sees the mouse.',
'If something sees the mouse and it needs the squirrel then the mouse is red.'],
dtype=object) ] |
11,408 | ['The bear eats the tiger.' 'The bear needs the dog.'
'The cat eats the dog.' 'The dog is round.' 'The tiger eats the bear.'
'The tiger is cold.' 'The tiger needs the bear.'] | ['If someone needs the dog then they are green.'
'If someone is round then they need the dog.'
'If someone chases the dog then the dog needs the cat.'
'If someone chases the tiger then the tiger is rough.'
'If someone needs the tiger and the tiger chases the dog then the tiger chases the bear.'
'If someone chases the cat then the cat is green.'
'If someone is green then they eat the cat.'
'If someone is rough and they need the tiger then the tiger chases the bear.'] | The tiger is green. | Unknown | 1 | -1 | [] | [] |
11,409 | ['Anne is cold.' 'Anne is round.' 'Erin is blue.' 'Erin is furry.'
'Fiona is green.' 'Fiona is red.' 'Gary is green.'] | ['Furry, green things are cold.' 'Round things are green.'
'If something is round and green then it is red.'
'All green things are blue.' 'Kind things are round.'
'All blue things are green.' 'If something is cold then it is kind.'
'If something is round and kind then it is cold.'] | Gary is not kind. | Unknown | 1 | -1 | [] | [] |
11,410 | ['Dave is furry.' 'Dave is green.' 'Dave is kind.' 'Dave is smart.'
'Erin is rough.' 'Gary is furry.' 'Gary is green.' 'Gary is kind.'
'Harry is not furry.' 'Harry is kind.' 'Harry is white.'] | ['All furry, big things are green.'
'If something is big and furry then it is green.'
'If something is white and rough then it is furry.'
'If something is smart then it is white.'
'All big, rough things are white.'
'If something is big and furry then it is white.' 'Rough things are big.'
'If something is big then it is rough.'
'All green, furry things are kind.'] | Erin is not white. | False | 1 | 4 | [array(['Erin is rough.', 'Erin is rough.'], dtype=object)] | [array(['Rough things are big.', 'All big, rough things are white.'],
dtype=object) ] |
11,411 | ['Bob is not round.' 'Erin is round.' 'Gary is nice.'] | ['If something is cold and not round then it is big.'
'All round things are nice.'
'If Gary is quiet and Gary is green then Gary is cold.'
'Nice things are quiet.'
'If Bob is big and Bob is green then Bob is not cold.'
'If something is quiet then it is cold.'] | Gary is cold. | True | 1 | 3 | [array(['Gary is nice.'], dtype=object)] | [array(['Nice things are quiet.', 'If something is quiet then it is cold.'],
dtype=object) ] |
11,412 | ['Charlie is not red.' 'Gary is nice.'] | ['If Gary is nice then Gary is red.' 'All nice, red things are smart.'
'If something is nice and not round then it is blue.'
'All furry things are blue.' 'All round things are young.'
'All nice, blue things are young.' 'Smart things are young.'
'If something is round and not smart then it is not furry.'] | Charlie is young. | Unknown | 1 | -1 | [] | [] |
11,413 | ['Bob is cold.'] | ['Rough things are blue.' 'Smart, cold things are quiet.'
'If Bob is white and Bob is rough then Bob is smart.'
'White, cold things are rough.'
'If Bob is not furry then Bob is not rough.' 'All cold things are white.'] | Bob is not smart. | False | 3 | 7 | [array(['Bob is cold.', 'Bob is cold.', 'Bob is cold.'], dtype=object)] | [array(['All cold things are white.', 'All cold things are white.',
'White, cold things are rough.',
'If Bob is white and Bob is rough then Bob is smart.'],
dtype=object) ] |
11,414 | ['Dave is blue.' 'Dave is nice.' 'Dave is red.' 'Dave is smart.'
'Dave is young.' 'Erin is blue.' 'Gary is red.' 'Harry is blue.'
'Harry is furry.' 'Harry is nice.' 'Harry is rough.' 'Harry is smart.'] | ['All blue people are rough.' 'Rough, nice people are red.'
'All red people are blue.'
'If someone is blue and smart then they are nice.'
'All furry, blue people are smart.'
'If someone is blue and red then they are furry.'] | Gary is not smart. | False | 3 | 7 | [array(['Gary is red.', 'Gary is red.', 'Gary is red.'], dtype=object)] | [array(['All red people are blue.',
'If someone is blue and red then they are furry.',
'All red people are blue.', 'All furry, blue people are smart.'],
dtype=object) ] |
11,415 | ['Charlie is blue.' 'Charlie is white.' 'Erin is kind.' 'Erin is nice.'
'Erin is white.' 'Fiona is kind.' 'Fiona is white.'] | ['If someone is quiet and white then they are blue.'
'Blue, kind people are furry.' 'White people are quiet.'] | Fiona is furry. | True | 3 | 6 | [array(['Fiona is white.', 'Fiona is white.', 'Fiona is kind.'],
dtype=object) ] | [array(['White people are quiet.',
'If someone is quiet and white then they are blue.',
'Blue, kind people are furry.'], dtype=object) ] |
11,416 | ['The cat eats the cow.' 'The cat is big.' 'The cat is red.'
'The cat is young.' 'The cat needs the cow.' 'The cat visits the cow.'
'The cow eats the cat.' 'The cow is big.' 'The cow is green.'
'The cow is young.' 'The cow needs the cat.' 'The cow visits the cat.'] | ['If the cow is big then the cow is round.'
'If something visits the cow then it needs the cow.'
'If something is round and it eats the cat then it visits the cow.'] | The cow does not visit the cow. | False | 1 | 4 | [array(['The cow is big.', 'The cow eats the cat.'], dtype=object)] | [array(['If the cow is big then the cow is round.',
'If something is round and it eats the cat then it visits the cow.'],
dtype=object) ] |
11,417 | ['The dog visits the tiger.' 'The tiger visits the dog.'] | ['If something chases the tiger then it visits the dog.'
'If the tiger sees the dog then the dog is not young.'
'If the dog visits the tiger then the dog chases the tiger.'
'If something chases the tiger and it visits the dog then the tiger sees the dog.'
'If something chases the tiger and it does not visit the tiger then the tiger visits the dog.'
'If the tiger visits the dog and the tiger does not see the dog then the dog is round.'
'If the dog chases the tiger then the dog is not round.'
'If something chases the tiger and it is not round then it is not kind.'] | The dog is round. | False | 1 | 3 | [array(['The dog visits the tiger.'], dtype=object)] | [array(['If the dog visits the tiger then the dog chases the tiger.',
'If the dog chases the tiger then the dog is not round.'],
dtype=object) ] |
11,418 | ['The rabbit is kind.' 'The rabbit is nice.' 'The rabbit sees the tiger.'
'The squirrel is not rough.' 'The squirrel does not see the rabbit.'
'The squirrel sees the tiger.' 'The squirrel visits the tiger.'
'The tiger is big.' 'The tiger is rough.' 'The tiger visits the rabbit.'] | ['If something chases the tiger then the tiger does not see the rabbit.'
'If something is big then it chases the tiger.'] | The tiger sees the rabbit. | False | 1 | 3 | [array(['The tiger is big.'], dtype=object)] | [array(['If something is big then it chases the tiger.',
'If something chases the tiger then the tiger does not see the rabbit.'],
dtype=object) ] |
11,419 | ['Charlie is big.' 'Charlie is cold.' 'Charlie is kind.'
'Charlie is quiet.' 'Charlie is red.' 'Charlie is rough.'
'Charlie is smart.' 'Erin is kind.' 'Fiona is quiet.' 'Fiona is rough.'
'Harry is kind.' 'Harry is rough.'] | ['Kind things are big.' 'All kind, smart things are rough.'
'If something is red and quiet then it is big.'
'All red things are cold.' 'All cold, quiet things are smart.'
'If something is big and smart then it is cold.'
'All quiet things are cold.' 'Kind, big things are red.'
'All cold, smart things are kind.'] | Harry is not red. | False | 1 | 4 | [array(['Harry is kind.', 'Harry is kind.'], dtype=object)] | [array(['Kind things are big.', 'Kind, big things are red.'], dtype=object)] |
11,420 | ['Erin is furry.' 'Erin is quiet.' 'Erin is white.'] | ['White, big things are round.' 'All big things are white.'
'All round things are rough.' 'Rough, white things are furry.'
'If something is rough then it is quiet.'
'All big, smart things are rough.' 'All furry, rough things are round.'
'If something is quiet then it is big.'] | Erin is not round. | False | 1 | 4 | [array(['Erin is white.', 'Erin is quiet.'], dtype=object)
array(['Erin is quiet.', 'Erin is quiet.'], dtype=object)] | [array(['If something is quiet then it is big.',
'White, big things are round.'], dtype=object)
array(['If something is quiet then it is big.',
'All big things are white.',
'If something is quiet then it is big.',
'White, big things are round.'], dtype=object)] |
11,421 | ['Bob is green.' 'Bob is nice.' 'Charlie is red.' 'Charlie is white.'
'Dave is green.' 'Dave is nice.' 'Dave is smart.' 'Dave is white.'
'Gary is green.' 'Gary is not young.'] | ['Smart things are nice.'
'If Dave is white and Dave is red then Dave is furry.'
'If Bob is green and Bob is nice then Bob is not young.'
'If something is green then it is red.'
'All white, green things are smart.' 'All furry things are not young.'
'If something is nice and not smart then it is furry.'
'If Gary is smart and Gary is furry then Gary is not red.'] | Gary is not nice. | Unknown | 1 | -1 | [] | [] |
11,422 | ['Anne is big.' 'Anne is green.' 'Anne is nice.' 'Anne is rough.'
'Anne is round.' 'Anne is white.' 'Bob is big.' 'Bob is round.'
'Bob is white.' 'Dave is rough.' 'Dave is white.' 'Harry is big.'
'Harry is nice.' 'Harry is rough.' 'Harry is white.'] | ['If Bob is big and Bob is round then Bob is cold.'
'If Bob is big and Bob is cold then Bob is green.'
'Green, white people are rough.'] | Bob is green. | True | 1 | 5 | [array(['Bob is big.', 'Bob is big.', 'Bob is round.'], dtype=object)] | [array(['If Bob is big and Bob is round then Bob is cold.',
'If Bob is big and Bob is cold then Bob is green.'], dtype=object)] |
11,423 | ['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.'] | Harry is young. | Unknown | 3 | -1 | [] | [] |
11,424 | ['Anne is green.' 'Anne is quiet.' 'Anne is young.' 'Dave is blue.'
'Dave is cold.' 'Dave is green.' 'Dave is quiet.' 'Dave is rough.'
'Fiona is blue.' 'Fiona is cold.' 'Fiona is green.' 'Fiona is quiet.'
'Fiona is red.' 'Fiona is rough.' 'Fiona is young.'] | ['All green, quiet things are red.'
'If something is red then it is young.'
'If something is rough and blue then it is quiet.'
'If something is quiet then it is blue.'
'All blue, quiet things are rough.' 'All cold, young things are green.'
'All red things are green.'
'If Anne is young and Anne is rough then Anne is cold.'] | Anne is not rough. | False | 1 | 4 | [array(['Anne is quiet.', 'Anne is quiet.'], dtype=object)] | [array(['If something is quiet then it is blue.',
'All blue, quiet things are rough.'], dtype=object)] |
11,425 | ['The bear eats the dog.' 'The bear is green.'
'The bear does not need the mouse.' 'The cow chases the mouse.'
'The dog chases the mouse.' 'The mouse chases the bear.'
'The mouse is blue.'] | ['If someone eats the dog then the dog needs the cow.'
'If someone needs the cow then the cow eats the dog.'] | The cow eats the dog. | True | 1 | 3 | [array(['The bear eats the dog.'], dtype=object)] | [array(['If someone eats the dog then the dog needs the cow.',
'If someone needs the cow then the cow eats the dog.'],
dtype=object) ] |
11,426 | ['The cat sees the tiger.' 'The tiger chases the cat.'
'The tiger is round.'] | ['If something likes the tiger then it chases the cat.'
'If something sees the cat and the cat sees the tiger then the tiger chases the cat.'
'If something chases the cat then the cat likes the tiger.'
'If something sees the cat then it is round.'
'If something chases the tiger then the tiger is red.'
'If something chases the tiger and it is red then the tiger likes the cat.'
'If something is round and it sees the tiger then the tiger sees the cat.'
'If something is round then it chases the tiger.'] | The tiger likes the cat. | True | 3 | 6 | [array(['The tiger is round.', 'The tiger is round.'], dtype=object)] | [array(['If something is round then it chases the tiger.',
'If something is round then it chases the tiger.',
'If something chases the tiger then the tiger is red.',
'If something chases the tiger and it is red then the tiger likes the cat.'],
dtype=object) ] |
11,427 | ['Anne is big.' 'Bob is big.' 'Bob is furry.' 'Bob is nice.'
'Bob is rough.' 'Bob is white.' 'Bob is young.' 'Erin is blue.'
'Harry is nice.' 'Harry is rough.' 'Harry is white.' 'Harry is young.'] | ['If something is big then it is furry.'
'If Erin is furry and Erin is white then Erin is blue.'
'If something is furry and big then it is nice.'
'If something is big then it is furry.'
'If something is white and nice then it is rough.'
'Furry, nice things are young.' 'Furry, young things are white.'
'All big, blue things are white.' 'Young, blue things are nice.'] | Erin is young. | Unknown | 1 | -1 | [] | [] |
11,428 | ['Anne is red.' 'Erin is smart.' 'Fiona is quiet.'] | ['All green, big people are quiet.' 'All furry people are smart.'
'All green people are not smart.'
'If someone is quiet and kind then they are green.'
'Red people are kind.' 'If Erin is furry then Erin is green.'
'Quiet people are furry.' 'Big people are red.'] | Anne is not furry. | Unknown | 1 | -1 | [] | [] |
11,429 | ['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.'] | Anne is smart. | Unknown | 1 | -1 | [] | [] |
11,430 | ['The dog does not visit the rabbit.' 'The dog visits the squirrel.'
'The lion is nice.' 'The lion does not need the dog.'
'The lion does not see the dog.' 'The lion sees the rabbit.'
'The rabbit needs the lion.' 'The rabbit sees the dog.'
'The rabbit sees the lion.' 'The rabbit visits the dog.'
'The squirrel sees the rabbit.' 'The squirrel visits the dog.'] | ['If something sees the squirrel then the squirrel is kind.'
'If something needs the lion and the lion does not visit the squirrel then it is cold.'
'If something needs the lion then it is cold.'
'If something sees the squirrel then the squirrel needs the lion.'
'If something is cold then it sees the squirrel.'
'If something is blue then it visits the rabbit.'
'If something is nice then it sees the lion.'
'If something is cold and it needs the lion then it sees the dog.'] | The rabbit does not see the squirrel. | False | 1 | 3 | [array(['The rabbit needs the lion.'], dtype=object)] | [array(['If something needs the lion then it is cold.',
'If something is cold then it sees the squirrel.'], dtype=object)] |
11,431 | ['Anne is big.' 'Anne is red.' 'Anne is rough.' 'Anne is not smart.'
'Bob is big.' 'Dave is big.' 'Dave is blue.' 'Dave is furry.'
'Dave is red.' 'Dave is not rough.' 'Dave is not smart.' 'Dave is young.'
'Gary is big.' 'Gary is blue.' 'Gary is furry.' 'Gary is young.'] | ['If someone is young then they are furry.' 'Red, big people are furry.'
'If someone is furry then they are red.'
'If someone is young and not blue then they are not red.'
'If Bob is big then Bob is young.'
'If Bob is red and Bob is not furry then Bob is not rough.'
'If someone is red and not young then they are rough.'
'All furry, smart people are not rough.'] | Bob is red. | True | 3 | 4 | [array(['Bob is big.'], dtype=object)] | [array(['If Bob is big then Bob is young.',
'If someone is young then they are furry.',
'If someone is furry then they are red.'], dtype=object)] |
11,432 | ['Bob is blue.' 'Bob is green.' 'Charlie is cold.' 'Charlie is nice.'
'Charlie is quiet.' 'Charlie is smart.' 'Charlie is young.'
'Erin is cold.' 'Erin is nice.' 'Erin is young.' 'Gary is blue.'
'Gary is cold.' 'Gary is green.' 'Gary is nice.' 'Gary is smart.'
'Gary is young.'] | ['All blue people are cold.' 'All green, nice people are smart.'
'All quiet, smart people are cold.'
'If someone is smart then they are blue.' 'All smart people are green.'
'Cold, smart people are nice.'
'If someone is nice and cold then they are green.'
'If Bob is quiet and Bob is green then Bob is smart.'] | Bob is not smart. | Unknown | 3 | -1 | [] | [] |
11,433 | ['The cat chases the cow.' 'The cat eats the mouse.' 'The cat is nice.'
'The cat does not like the cow.' 'The cat likes the mouse.'
'The cow likes the mouse.' 'The mouse does not eat the cat.'
'The mouse eats the cow.' 'The mouse is blue.' 'The mouse is kind.'] | ['If someone chases the mouse and they eat the cat then the mouse is kind.'
'If someone chases the mouse and they chase the cat then the cat eats the cow.'
'If the mouse eats the cat and the cat is kind then the cat is nice.'
'If someone likes the mouse then they do not chase the cat.'
'If someone is blue and they do not chase the mouse then they do not eat the mouse.'
'If someone likes the mouse and the mouse chases the cow then the cow eats the cat.'
'If the cow does not chase the cat then the cow eats the mouse.'
'If someone eats the mouse then they eat the cow.'] | The cow eats the mouse. | True | 1 | 3 | [array(['The cow likes the mouse.'], dtype=object)] | [array(['If someone likes the mouse then they do not chase the cat.',
'If the cow does not chase the cat then the cow eats the mouse.'],
dtype=object) ] |
11,434 | ['The cat visits the dog.' 'The dog is nice.'] | ['If the cat is kind and the cat visits the dog then the cat likes the dog.'
'If something is kind then it visits the cat.'
'If something likes the dog then it likes the cat.'
'If the cat is kind then the cat visits the dog.'
'If something is nice and red then it likes the cat.'
'If something visits the dog then it is kind.'
'If something likes the dog then it is red.'
'If something likes the cat then the cat sees the dog.'] | The cat does not like the cat. | False | 3 | 5 | [array(['The cat visits the dog.', 'The cat visits the dog.'], dtype=object)] | [array(['If something visits the dog then it is kind.',
'If the cat is kind and the cat visits the dog then the cat likes the dog.',
'If something likes the dog then it likes the cat.'], dtype=object) ] |
11,435 | ['Bob is kind.' 'Charlie is green.' 'Charlie is kind.' 'Charlie is young.'
'Dave is young.' 'Erin is big.' 'Erin is young.'] | ['All white, green people are young.' 'All rough, kind people are big.'
'If someone is green then they are young.' 'Young people are rough.'
'Big, rough people are furry.' 'Kind people are green.'] | Erin is furry. | True | 1 | 4 | [array(['Erin is big.', 'Erin is young.'], dtype=object)] | [array(['Young people are rough.', 'Big, rough people are furry.'],
dtype=object) ] |
11,436 | ['Anne is cold.' 'Charlie is cold.' 'Charlie is quiet.'
'Charlie is round.' 'Fiona is cold.' 'Fiona is quiet.' 'Gary is quiet.'] | ['All red, cold people are white.' 'All round people are quiet.'
'All rough, red people are cold.' 'All cold, nice people are red.'
'All white, cold people are rough.' 'All quiet people are red.'] | Gary is not rough. | Unknown | 1 | -1 | [] | [] |
11,437 | ['Bob is young.' 'Charlie is not rough.' 'Fiona is young.'] | ['All white people are red.' 'Smart, blue people are not young.'
'Red, smart people are white.' 'All round people are white.'
'If someone is young then they are round.'
'If Charlie is rough then Charlie is round.'] | Charlie is not red. | Unknown | 3 | -1 | [] | [] |
11,438 | ['The dog eats the squirrel.' 'The dog is blue.' 'The dog is red.'
'The dog is rough.' 'The dog is round.' 'The dog sees the squirrel.'
'The dog visits the squirrel.' 'The squirrel eats the dog.'
'The squirrel is blue.' 'The squirrel is green.' 'The squirrel is red.'
'The squirrel is rough.' 'The squirrel is round.'
'The squirrel sees the dog.' 'The squirrel visits the dog.'] | ['If something eats the dog then it sees the dog.'
'If something visits the dog and the dog eats the squirrel then it sees the dog.'
'If something is rough and it eats the dog then the dog is rough.'
'If something is rough and it eats the squirrel then it visits the squirrel.'
'If the dog is round and the dog eats the squirrel then the dog visits the squirrel.'
'If something is red and it eats the squirrel then the squirrel is red.'
'If something is red and round then it eats the squirrel.'
'If something is green then it visits the dog.'] | The squirrel visits the squirrel. | True | 1 | 5 | [array(['The squirrel is rough.', 'The squirrel is red.',
'The squirrel is round.'], dtype=object)
array(['The squirrel is rough.', 'The dog is red.',
'The dog eats the squirrel.', 'The squirrel is round.'],
dtype=object)
array(['The squirrel is rough.', 'The dog is red.', 'The dog is red.',
'The dog is round.', 'The squirrel is round.'], dtype=object) ] | [array(['If something is red and round then it eats the squirrel.',
'If something is rough and it eats the squirrel then it visits the squirrel.'],
dtype=object)
array(['If something is red and it eats the squirrel then the squirrel is red.',
'If something is red and round then it eats the squirrel.',
'If something is rough and it eats the squirrel then it visits the squirrel.'],
dtype=object)
array(['If something is red and round then it eats the squirrel.',
'If something is red and it eats the squirrel then the squirrel is red.',
'If something is red and round then it eats the squirrel.',
'If something is rough and it eats the squirrel then it visits the squirrel.'],
dtype=object) ] |
11,439 | ['The cat needs the dog.' 'The cat visits the cow.'
'The cow eats the dog.' 'The cow is nice.' 'The cow needs the dog.'
'The dog eats the cow.' 'The dog eats the squirrel.' 'The dog is big.'
'The dog is blue.' 'The dog is red.' 'The dog needs the cow.'
'The dog needs the squirrel.' 'The dog visits the cow.'
'The squirrel eats the cow.' 'The squirrel is big.'
'The squirrel visits the cow.'] | ['If something needs the cow then the cow eats the cat.'
'If something eats the cow and the cow eats the squirrel then the cow eats the cat.'
'If the cow eats the cat then the cat eats the dog.'
'If something is red and it visits the cat then it needs the cat.'
'If something visits the cat and it visits the squirrel then it needs the squirrel.'
'If something is blue and it needs the cow then it visits the cat.'
'If something is kind and it visits the cow then the cow needs the squirrel.'
'If the cow needs the cat and the cow visits the dog then the cat is nice.'] | The cat eats the dog. | True | 1 | 3 | [array(['The dog needs the cow.'], dtype=object)] | [array(['If something needs the cow then the cow eats the cat.',
'If the cow eats the cat then the cat eats the dog.'], dtype=object)] |
11,440 | ['The bear is nice.' 'The bear likes the rabbit.'
'The rabbit visits the bear.'] | ['If the bear visits the rabbit then the rabbit sees the bear.'
'If something is nice and it likes the bear then it does not see the rabbit.'
'If something is nice then it likes the bear.'
'If something visits the bear and it is kind then it likes the bear.'
'If the rabbit visits the bear and the rabbit sees the bear then the rabbit is green.'
'If something likes the rabbit then the rabbit is nice.'
'If something visits the bear and the bear sees the rabbit then the bear is kind.'
'If something is kind then it is nice.'] | The rabbit does not like the bear. | False | 1 | 3 | [array(['The bear likes the rabbit.'], dtype=object)] | [array(['If something likes the rabbit then the rabbit is nice.',
'If something is nice then it likes the bear.'], dtype=object)] |
11,441 | ['Dave is not blue.' 'Erin is not green.' 'Gary is quiet.'
'Harry is kind.'] | ['Quiet people are not blue.' 'All kind people are not blue.'
'If someone is blue then they are kind.' 'All red people are nice.'
'Kind people are quiet.'
'If someone is green and quiet then they are not round.'
'If Harry is quiet then Harry is red.'
'If Dave is quiet and Dave is not kind then Dave is nice.'] | Harry is nice. | True | 3 | 4 | [array(['Harry is kind.'], dtype=object)] | [array(['Kind people are quiet.', 'If Harry is quiet then Harry is red.',
'All red people are nice.'], dtype=object) ] |
11,442 | ['The cat is green.' 'The cat is nice.' 'The cat needs the squirrel.'
'The cat visits the dog.' 'The dog is cold.' 'The dog likes the cat.'
'The dog needs the cat.' 'The dog needs the squirrel.'
'The dog visits the cat.' 'The dog visits the squirrel.'
'The squirrel is cold.' 'The squirrel likes the dog.'] | ['If something is nice then it likes the squirrel.'
'If something likes the squirrel then it visits the squirrel.'
'If something visits the squirrel then it visits the cat.'] | The cat visits the squirrel. | True | 1 | 3 | [array(['The cat is nice.'], dtype=object)] | [array(['If something is nice then it likes the squirrel.',
'If something likes the squirrel then it visits the squirrel.'],
dtype=object) ] |
11,443 | ['Anne is kind.' 'Charlie is not big.' 'Charlie is green.'
'Erin is green.' 'Erin is not kind.' 'Harry is big.' 'Harry is green.'] | ['All big, green things are young.' 'Big things are young.'
'All red things are green.' 'If something is kind then it is not red.'
'All furry things are kind.' 'If Harry is young then Harry is cold.'
'If something is young and cold then it is furry.'] | Harry is furry. | True | 3 | 6 | [array(['Harry is big.', 'Harry is big.'], dtype=object)
array(['Harry is big.', 'Harry is big.', 'Harry is green.'], dtype=object)
array(['Harry is big.', 'Harry is green.', 'Harry is big.'], dtype=object)
array(['Harry is big.', 'Harry is green.', 'Harry is big.',
'Harry is green.'], dtype=object) ] | [array(['Big things are young.', 'Big things are young.',
'If Harry is young then Harry is cold.',
'If something is young and cold then it is furry.'], dtype=object)
array(['Big things are young.', 'All big, green things are young.',
'If Harry is young then Harry is cold.',
'If something is young and cold then it is furry.'], dtype=object)
array(['All big, green things are young.', 'Big things are young.',
'If Harry is young then Harry is cold.',
'If something is young and cold then it is furry.'], dtype=object)
array(['All big, green things are young.',
'All big, green things are young.',
'If Harry is young then Harry is cold.',
'If something is young and cold then it is furry.'], dtype=object)] |
11,444 | ['Anne is kind.' 'Anne is round.' 'Dave is blue.' 'Dave is cold.'
'Dave is furry.' 'Dave is green.' 'Dave is quiet.' 'Erin is green.'
'Fiona is furry.' 'Fiona is round.'] | ['If Fiona is quiet and Fiona is kind then Fiona is green.'
'All green people are blue.' 'Quiet, round people are cold.'
'Kind people are green.' 'If someone is quiet then they are blue.'
'If someone is cold then they are furry.'
'All blue, kind people are quiet.'] | Anne is not quiet. | False | 3 | 5 | [array(['Anne is kind.', 'Anne is kind.'], dtype=object)] | [array(['Kind people are green.', 'All green people are blue.',
'All blue, kind people are quiet.'], dtype=object) ] |
11,445 | ['Bob is big.' 'Bob is nice.' 'Bob is young.' 'Harry is big.'
'Harry is blue.' 'Harry is nice.' 'Harry is smart.'] | ['All young people are not green.'
'If Harry is nice then Harry is not white.' 'All smart people are young.'
'If someone is blue then they are nice.'
'If someone is green and white then they are blue.'
'If someone is smart and not white then they are big.'] | Harry is green. | False | 1 | 3 | [array(['Harry is smart.'], dtype=object)] | [array(['All smart people are young.', 'All young people are not green.'],
dtype=object) ] |
11,446 | ['Bob is blue.' 'Bob is furry.' 'Bob is nice.' 'Bob is quiet.'
'Bob is red.' 'Bob is smart.' 'Charlie is furry.' 'Charlie is red.'
'Erin is blue.' 'Erin is furry.' 'Erin is quiet.' 'Erin is red.'
'Erin is smart.' 'Harry is nice.' 'Harry is smart.'] | ['If someone is furry and quiet then they are smart.'
'If someone is furry then they are smart.'
'Smart, quiet people are furry.' 'If someone is nice then they are red.'
'If someone is nice and quiet then they are smart.'
'If someone is red and furry then they are young.'] | Harry is young. | Unknown | 1 | -1 | [] | [] |
11,447 | ['Dave is furry.' 'Dave is not green.' 'Dave is kind.'] | ['All cold things are kind.'
'If Dave is furry and Dave is blue then Dave is cold.'
'If something is furry then it is blue.'
'If something is blue and not kind then it is young.'
'If something is blue and not rough then it is young.'
'If something is cold and furry then it is not young.'] | Dave is cold. | True | 1 | 4 | [array(['Dave is furry.', 'Dave is furry.'], dtype=object)] | [array(['If something is furry then it is blue.',
'If Dave is furry and Dave is blue then Dave is cold.'],
dtype=object) ] |
11,448 | ['Bob is blue.' 'Bob is green.' 'Bob is nice.' 'Charlie is blue.'
'Charlie is cold.' 'Charlie is round.' 'Gary is blue.' 'Gary is round.'
'Harry is cold.' 'Harry is round.'] | ['Green, red people are cold.' 'Red, round people are cold.'
'If someone is white and round then they are red.'
'All cold, round people are nice.'
'If someone is nice then they are green.'
'If Harry is round then Harry is white.' 'All round people are white.'
'If someone is blue then they are white.'
'If someone is red then they are white.'] | Harry is green. | True | 1 | 4 | [array(['Harry is cold.', 'Harry is round.'], dtype=object)
array(['Harry is round.', 'Harry is round.', 'Harry is round.',
'Harry is round.'], dtype=object)
array(['Harry is round.', 'Harry is round.', 'Harry is round.',
'Harry is round.'], dtype=object) ] | [array(['All cold, round people are nice.',
'If someone is nice then they are green.'], dtype=object)
array(['If Harry is round then Harry is white.',
'If someone is white and round then they are red.',
'Red, round people are cold.', 'All cold, round people are nice.',
'If someone is nice then they are green.'], dtype=object)
array(['All round people are white.',
'If someone is white and round then they are red.',
'Red, round people are cold.', 'All cold, round people are nice.',
'If someone is nice then they are green.'], dtype=object) ] |
11,449 | ['The bear chases the cow.' 'The bear chases the lion.'
'The bear chases the squirrel.' 'The bear is round.'
'The bear visits the cow.' 'The bear visits the lion.'
'The bear visits the squirrel.' 'The cow chases the squirrel.'
'The cow needs the squirrel.' 'The cow visits the lion.'
'The lion is kind.' 'The lion visits the bear.'
'The squirrel chases the lion.' 'The squirrel needs the bear.'] | ['If something visits the lion then it is kind.'
'All kind things are cold.'
'If something is cold and it visits the squirrel then the squirrel visits the lion.'
'If something chases the cow and the cow is rough then it is young.'
'If something chases the cow then the cow is cold.'] | The bear is not cold. | False | 1 | 3 | [array(['The bear visits the lion.'], dtype=object)] | [array(['If something visits the lion then it is kind.',
'All kind things are cold.'], dtype=object) ] |
11,450 | ['Bob is furry.' 'Dave is big.' 'Erin is green.' 'Fiona is green.'] | ['All kind people are furry.' 'If someone is green then they are big.'
'If someone is green then they are kind.'
'If Erin is nice and Erin is rough then Erin is green.'
'If someone is kind then they are nice.'
'If Bob is kind and Bob is nice then Bob is green.'] | Dave is nice. | Unknown | 1 | -1 | [] | [] |
11,451 | ['Bob is furry.' 'Dave is rough.' 'Harry is blue.'] | ['Blue things are green.' 'All blue, rough things are quiet.'
'All blue things are rough.' 'Furry things are quiet.'
'If Dave is green then Dave is round.'
'If Dave is big then Dave is rough.'] | Dave is not round. | Unknown | 1 | -1 | [] | [] |
11,452 | ['Erin is green.' 'Fiona is white.'] | ['If someone is big then they are rough.'
'If someone is cold and not green then they are rough.'
'All nice people are not rough.' 'All big people are rough.'
'White, blue people are big.' 'If someone is nice then they are not big.'
'All green people are big.' 'All rough people are not cold.'] | Erin is rough. | True | 1 | 3 | [array(['Erin is green.'], dtype=object)
array(['Erin is green.'], dtype=object)] | [array(['All green people are big.',
'If someone is big then they are rough.'], dtype=object)
array(['All green people are big.', 'All big people are rough.'],
dtype=object) ] |
11,453 | ['Anne is big.' 'Anne is rough.' 'Anne is young.' 'Bob is young.'
'Charlie is cold.' 'Charlie is green.' 'Charlie is nice.'
'Charlie is young.' 'Gary is green.' 'Gary is young.'] | ['Big, quiet people are green.'
'If someone is cold and young then they are nice.'
'If Bob is rough and Bob is green then Bob is cold.'
'Green people are nice.' 'All nice people are quiet.'
'Young people are cold.'
'If someone is quiet and nice then they are rough.'
'If someone is rough and young then they are cold.'
'All rough, nice people are big.'] | Charlie is rough. | True | 1 | 4 | [array(['Charlie is nice.', 'Charlie is nice.'], dtype=object)
array(['Charlie is nice.', 'Charlie is green.'], dtype=object)
array(['Charlie is nice.', 'Charlie is cold.', 'Charlie is young.'],
dtype=object)
array(['Charlie is green.', 'Charlie is nice.'], dtype=object)
array(['Charlie is cold.', 'Charlie is young.', 'Charlie is nice.'],
dtype=object)
array(['Charlie is nice.', 'Charlie is young.', 'Charlie is young.'],
dtype=object)
array(['Charlie is green.', 'Charlie is green.'], dtype=object)
array(['Charlie is green.', 'Charlie is cold.', 'Charlie is young.'],
dtype=object)
array(['Charlie is cold.', 'Charlie is young.', 'Charlie is green.'],
dtype=object)
array(['Charlie is cold.', 'Charlie is young.', 'Charlie is cold.',
'Charlie is young.'], dtype=object)
array(['Charlie is green.', 'Charlie is young.', 'Charlie is young.'],
dtype=object)
array(['Charlie is cold.', 'Charlie is young.', 'Charlie is young.',
'Charlie is young.'], dtype=object)
array(['Charlie is young.', 'Charlie is young.', 'Charlie is nice.'],
dtype=object)
array(['Charlie is young.', 'Charlie is young.', 'Charlie is green.'],
dtype=object)
array(['Charlie is young.', 'Charlie is young.', 'Charlie is cold.',
'Charlie is young.'], dtype=object)
array(['Charlie is young.', 'Charlie is young.', 'Charlie is young.',
'Charlie is young.'], dtype=object) ] | [array(['All nice people are quiet.',
'If someone is quiet and nice then they are rough.'], dtype=object)
array(['All nice people are quiet.', 'Green people are nice.',
'If someone is quiet and nice then they are rough.'], dtype=object)
array(['All nice people are quiet.',
'If someone is cold and young then they are nice.',
'If someone is quiet and nice then they are rough.'], dtype=object)
array(['Green people are nice.', 'All nice people are quiet.',
'If someone is quiet and nice then they are rough.'], dtype=object)
array(['If someone is cold and young then they are nice.',
'All nice people are quiet.',
'If someone is quiet and nice then they are rough.'], dtype=object)
array(['All nice people are quiet.', 'Young people are cold.',
'If someone is cold and young then they are nice.',
'If someone is quiet and nice then they are rough.'], dtype=object)
array(['Green people are nice.', 'All nice people are quiet.',
'Green people are nice.',
'If someone is quiet and nice then they are rough.'], dtype=object)
array(['Green people are nice.', 'All nice people are quiet.',
'If someone is cold and young then they are nice.',
'If someone is quiet and nice then they are rough.'], dtype=object)
array(['If someone is cold and young then they are nice.',
'All nice people are quiet.', 'Green people are nice.',
'If someone is quiet and nice then they are rough.'], dtype=object)
array(['If someone is cold and young then they are nice.',
'All nice people are quiet.',
'If someone is cold and young then they are nice.',
'If someone is quiet and nice then they are rough.'], dtype=object)
array(['Green people are nice.', 'All nice people are quiet.',
'Young people are cold.',
'If someone is cold and young then they are nice.',
'If someone is quiet and nice then they are rough.'], dtype=object)
array(['If someone is cold and young then they are nice.',
'All nice people are quiet.', 'Young people are cold.',
'If someone is cold and young then they are nice.',
'If someone is quiet and nice then they are rough.'], dtype=object)
array(['Young people are cold.',
'If someone is cold and young then they are nice.',
'All nice people are quiet.',
'If someone is quiet and nice then they are rough.'], dtype=object)
array(['Young people are cold.',
'If someone is cold and young then they are nice.',
'All nice people are quiet.', 'Green people are nice.',
'If someone is quiet and nice then they are rough.'], dtype=object)
array(['Young people are cold.',
'If someone is cold and young then they are nice.',
'All nice people are quiet.',
'If someone is cold and young then they are nice.',
'If someone is quiet and nice then they are rough.'], dtype=object)
array(['Young people are cold.',
'If someone is cold and young then they are nice.',
'All nice people are quiet.', 'Young people are cold.',
'If someone is cold and young then they are nice.',
'If someone is quiet and nice then they are rough.'], dtype=object)] |
11,454 | ['Anne is blue.' 'Charlie is green.' 'Erin is rough.' 'Fiona is smart.'] | ['If Fiona is not green then Fiona is not furry.'
'Green people are rough.' 'If Fiona is blue then Fiona is cold.'
'If someone is quiet then they are furry.' 'All blue people are furry.'
'If Erin is smart then Erin is cold.' 'All rough, green people are blue.'
'If Anne is blue and Anne is not rough then Anne is furry.'] | Charlie is not blue. | False | 1 | 4 | [array(['Charlie is green.', 'Charlie is green.'], dtype=object)] | [array(['Green people are rough.', 'All rough, green people are blue.'],
dtype=object) ] |
11,455 | ['The cat chases the lion.' 'The cat eats the lion.' 'The cat is big.'
'The cat needs the lion.' 'The lion is red.' 'The lion is young.'
'The lion needs the cat.'] | ['If something is green then it needs the lion.'
'If something chases the cat then the cat is red.'
'If something is green and it eats the cat then it is young.'
'If something is young then it eats the cat.'
'If something chases the lion and it is red then it eats the cat.'
'If something needs the lion and it is big then the lion chases the cat.'
'If something chases the lion and the lion is young then the lion is big.'
'If something needs the cat and the cat needs the lion then it is big.'] | The cat is not red. | False | 1 | 4 | [array(['The cat needs the lion.', 'The cat is big.'], dtype=object)] | [array(['If something needs the lion and it is big then the lion chases the cat.',
'If something chases the cat then the cat is red.'], dtype=object) ] |
11,456 | ['The bald eagle needs the cow.' 'The bald eagle needs the mouse.'
'The cow is round.' 'The mouse does not visit the rabbit.'
'The rabbit is green.' 'The rabbit needs the bald eagle.'
'The rabbit visits the bald eagle.'] | ['If someone visits the mouse then they like the cow.'
'If someone likes the mouse and they are blue then the mouse needs the rabbit.'
'If someone needs the bald eagle then the bald eagle likes the rabbit.'
'If someone needs the bald eagle then the bald eagle likes the mouse.'
'If someone likes the cow then they are blue.'
'If someone is red and they visit the cow then the cow is green.'
'If someone visits the mouse then they do not visit the bald eagle.'
'If someone is round and they need the bald eagle then the bald eagle is round.'
'If someone visits the bald eagle and the bald eagle likes the rabbit then the bald eagle visits the mouse.'] | The bald eagle visits the mouse. | True | 1 | 4 | [array(['The rabbit visits the bald eagle.',
'The rabbit needs the bald eagle.'], dtype=object)] | [array(['If someone needs the bald eagle then the bald eagle likes the rabbit.',
'If someone visits the bald eagle and the bald eagle likes the rabbit then the bald eagle visits the mouse.'],
dtype=object) ] |
11,457 | ['The cat chases the mouse.' 'The cat eats the mouse.' 'The cat is nice.'
'The cat is rough.' 'The cat visits the mouse.' 'The mouse eats the cat.'
'The mouse is blue.'] | ['If someone chases the cat and they visit the cat then the cat is nice.'
'If someone chases the mouse then they are big.'
'If the cat eats the mouse then the mouse is not nice.'
'If the cat eats the mouse and the cat chases the mouse then the mouse chases the cat.'
'If the mouse is rough then the mouse eats the cat.'
'If someone is blue and cold then they visit the cat.'
'If someone chases the cat then they chase the mouse.'
'If the cat eats the mouse then the cat chases the mouse.'] | The mouse chases the mouse. | True | 1 | 4 | [array(['The cat eats the mouse.', 'The cat chases the mouse.'],
dtype=object)
array(['The cat eats the mouse.', 'The cat eats the mouse.'], dtype=object)] | [array(['If the cat eats the mouse and the cat chases the mouse then the mouse chases the cat.',
'If someone chases the cat then they chase the mouse.'],
dtype=object)
array(['If the cat eats the mouse then the cat chases the mouse.',
'If the cat eats the mouse and the cat chases the mouse then the mouse chases the cat.',
'If someone chases the cat then they chase the mouse.'],
dtype=object) ] |
11,458 | ['Bob is blue.' 'Bob is furry.' 'Bob is kind.' 'Bob is nice.'
'Bob is round.' 'Bob is white.' 'Bob is young.' 'Erin is blue.'
'Erin is not furry.' 'Erin is not kind.' 'Erin is nice.' 'Erin is round.'
'Erin is white.' 'Erin is not young.' 'Harry is furry.'
'Harry is not young.'] | ['If something is young and white then it is furry.'
'If something is blue and not young then it is white.'
'Round, white things are nice.'
'If Erin is nice and Erin is not young then Erin is white.'
'Kind things are blue.' 'If something is nice and furry then it is blue.'
'Young, blue things are round.'
'If Bob is nice and Bob is not young then Bob is not kind.'] | Harry is not nice. | Unknown | 1 | -1 | [] | [] |
11,459 | ['Anne is young.' 'Bob is quiet.' 'Gary is not white.'] | ['Quiet people are furry.'
'If Gary is not young and Gary is not red then Gary is furry.'
'If Bob is young and Bob is not kind then Bob is white.'
'If Anne is furry then Anne is white.' 'Young people are quiet.'
'If Bob is red and Bob is not white then Bob is furry.'] | Anne is not furry. | False | 1 | 3 | [array(['Anne is young.'], dtype=object)] | [array(['Young people are quiet.', 'Quiet people are furry.'], dtype=object)] |
11,460 | ['Bob is young.' 'Charlie is not rough.' 'Fiona is young.'] | ['All white people are red.' 'Smart, blue people are not young.'
'Red, smart people are white.' 'All round people are white.'
'If someone is young then they are round.'
'If Charlie is rough then Charlie is round.'] | Bob is white. | True | 1 | 3 | [array(['Bob is young.'], dtype=object)] | [array(['If someone is young then they are round.',
'All round people are white.'], dtype=object)] |
11,461 | ['The cat needs the dog.' 'The dog is kind.' 'The dog needs the rabbit.'
'The rabbit eats the dog.' 'The rabbit is green.'
'The tiger chases the rabbit.' 'The tiger is big.'] | ['If something is nice and it eats the tiger then it needs the dog.'
'If something chases the cat then it eats the cat.'
'If the dog chases the tiger then the tiger needs the rabbit.'
'If the rabbit chases the tiger then the rabbit chases the cat.'
'If something chases the cat then the cat is kind.'
'If something eats the dog then it chases the cat.'
'If something is rough then it eats the dog.'
'If something is kind then it is rough.'
'If something eats the rabbit and the rabbit is big then it is kind.'] | The rabbit is rough. | Unknown | 1 | -1 | [] | [] |
11,462 | ['Dave is big.' 'Dave is blue.' 'Dave is cold.' 'Dave is kind.'
'Dave is white.' 'Dave is young.' 'Erin is smart.' 'Gary is blue.'
'Gary is smart.' 'Harry is kind.'] | ['Cold, big things are young.'
'If something is young and smart then it is kind.'
'All cold things are blue.'
'If something is kind and big then it is smart.'
'All kind things are white.' 'If something is blue then it is cold.'
'Blue, smart things are white.' 'Young things are white.'] | Erin is not blue. | Unknown | 1 | -1 | [] | [] |
11,463 | ['Bob is rough.' 'Charlie is blue.' 'Gary is round.'] | ['If someone is round and kind then they are blue.'
'All blue people are quiet.' 'All big, quiet people are green.'] | Gary is not quiet. | Unknown | 1 | -1 | [] | [] |
11,464 | ['The cat chases the cow.' 'The cat chases the lion.'
'The cat chases the mouse.' 'The cat eats the mouse.'
'The cat visits the lion.' 'The cow chases the cat.' 'The cow is green.'
'The lion chases the cow.' 'The lion eats the cow.'
'The lion eats the mouse.' 'The lion visits the cat.'
'The mouse eats the cow.' 'The mouse is rough.' 'The mouse is round.'] | ['If something is cold then it visits the mouse.'
'If something is round and it eats the mouse then the mouse chases the cow.'
'If something visits the lion then it is big.'
'If the mouse chases the cat and the mouse chases the lion then the mouse visits the cat.'
'If something is cold and it chases the cat then it eats the cow.'
'If something eats the lion and the lion eats the cow then the lion is cold.'
'If something is cold and it visits the mouse then the mouse eats the lion.'
'Big things are cold.'] | The cat does not visit the mouse. | False | 3 | 4 | [array(['The cat visits the lion.'], dtype=object)] | [array(['If something visits the lion then it is big.',
'Big things are cold.',
'If something is cold then it visits the mouse.'], dtype=object)] |
11,465 | ['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) ] |
11,466 | ['Bob is big.' 'Bob is blue.' 'Bob is furry.' 'Bob is green.'
'Bob is kind.' 'Bob is rough.' 'Bob is smart.' 'Gary is furry.'
'Gary is green.' 'Gary is kind.' 'Gary is smart.' 'Harry is blue.'
'Harry is furry.' 'Harry is green.' 'Harry is kind.' 'Harry is smart.'] | ['All blue people are furry.' 'If someone is smart then they are green.'
'Kind people are furry.' 'Rough, smart people are big.'
'If Bob is rough and Bob is furry then Bob is green.'
'If someone is big then they are rough.'
'If someone is smart and rough then they are furry.'
'All furry people are rough.'] | Harry is big. | True | 1 | 4 | [array(['Harry is furry.', 'Harry is smart.'], dtype=object)
array(['Harry is blue.', 'Harry is smart.'], dtype=object)
array(['Harry is kind.', 'Harry is smart.'], dtype=object)] | [array(['All furry people are rough.', 'Rough, smart people are big.'],
dtype=object)
array(['All blue people are furry.', 'All furry people are rough.',
'Rough, smart people are big.'], dtype=object)
array(['Kind people are furry.', 'All furry people are rough.',
'Rough, smart people are big.'], dtype=object) ] |
11,467 | ['The cat chases the cow.' 'The cat chases the lion.'
'The cat chases the mouse.' 'The cat eats the mouse.'
'The cat visits the lion.' 'The cow chases the cat.' 'The cow is green.'
'The lion chases the cow.' 'The lion eats the cow.'
'The lion eats the mouse.' 'The lion visits the cat.'
'The mouse eats the cow.' 'The mouse is rough.' 'The mouse is round.'] | ['If something is cold then it visits the mouse.'
'If something is round and it eats the mouse then the mouse chases the cow.'
'If something visits the lion then it is big.'
'If the mouse chases the cat and the mouse chases the lion then the mouse visits the cat.'
'If something is cold and it chases the cat then it eats the cow.'
'If something eats the lion and the lion eats the cow then the lion is cold.'
'If something is cold and it visits the mouse then the mouse eats the lion.'
'Big things are cold.'] | The cat is cold. | True | 1 | 3 | [array(['The cat visits the lion.'], dtype=object)] | [array(['If something visits the lion then it is big.',
'Big things are cold.'], dtype=object) ] |
11,468 | ['The cat chases the tiger.' 'The cat eats the cow.'
'The cat does not eat the tiger.' 'The cat is not nice.'
'The cat does not visit the cow.' 'The cow eats the tiger.'
'The tiger chases the cat.' 'The tiger eats the cat.'
'The tiger eats the cow.' 'The tiger is not young.'] | ['If someone chases the tiger then the tiger is blue.'
'If someone eats the cow and the cow does not eat the cat then the cat is not young.'
'If someone is blue and they do not chase the cow then the cow chases the cat.'
'If the tiger chases the cat and the tiger visits the cat then the cat eats the tiger.'
'If someone visits the cow and they are blue then the cow does not eat the tiger.'
'If someone is blue then they are green.'
'If someone is green and not blue then they visit the tiger.'
'If someone is green and not young then they visit the tiger.'] | The tiger visits the tiger. | True | 3 | 5 | [array(['The cat chases the tiger.', 'The tiger is not young.'],
dtype=object) ] | [array(['If someone chases the tiger then the tiger is blue.',
'If someone is blue then they are green.',
'If someone is green and not young then they visit the tiger.'],
dtype=object) ] |
11,469 | ['Anne is kind.' 'Anne is red.' 'Anne is white.' 'Charlie is green.'
'Charlie is red.' 'Dave is cold.' 'Dave is furry.'] | ['Green things are red.' 'If something is white then it is quiet.'
'Quiet things are furry.'] | Anne is furry. | True | 1 | 3 | [array(['Anne is white.'], dtype=object)] | [array(['If something is white then it is quiet.',
'Quiet things are furry.'], dtype=object) ] |
11,470 | ['Anne is big.' 'Anne is blue.' 'Anne is cold.' 'Anne is green.'
'Anne is kind.' 'Anne is white.' 'Anne is young.' 'Erin is big.'
'Erin is blue.' 'Erin is cold.' 'Erin is green.' 'Erin is white.'
'Erin is young.' 'Gary is green.' 'Gary is young.'] | ['If something is green then it is big.' 'Blue, big things are kind.'
'Cold, big things are kind.' 'If something is white then it is young.'
'If Erin is young and Erin is green then Erin is big.'
'All young, cold things are kind.' 'All white, kind things are young.'
'All big, young things are cold.'] | Gary is not cold. | False | 1 | 4 | [array(['Gary is green.', 'Gary is young.'], dtype=object)] | [array(['If something is green then it is big.',
'All big, young things are cold.'], dtype=object)] |
11,471 | ['The dog visits the squirrel.' 'The lion visits the squirrel.'
'The squirrel is rough.'] | ['If the dog sees the lion then the dog eats the lion.'
'If something visits the squirrel then it sees the lion.'
'If something sees the lion and it is red then it sees the dog.'] | The dog eats the lion. | True | 1 | 3 | [array(['The dog visits the squirrel.'], dtype=object)] | [array(['If something visits the squirrel then it sees the lion.',
'If the dog sees the lion then the dog eats the lion.'],
dtype=object) ] |
11,472 | ['Bob is not cold.' 'Bob is quiet.' 'Bob is not round.' 'Bob is young.'
'Dave is cold.' 'Dave is quiet.' 'Dave is not rough.'] | ['If something is cold and not kind then it is not round.'
'If something is cold and not rough then it is round.'
'If something is cold and not kind then it is young.'
'If something is round then it is young.'
'If something is rough and not kind then it is blue.'
'If something is young and not rough then it is blue.'] | Dave is not young. | False | 1 | 4 | [array(['Dave is cold.', 'Dave is not rough.'], dtype=object)] | [array(['If something is cold and not rough then it is round.',
'If something is round then it is young.'], dtype=object)] |
11,473 | ['The dog does not chase the rabbit.' 'The dog is big.' 'The dog is cold.'
'The dog is nice.' 'The dog is rough.' 'The dog is not young.'
'The dog likes the rabbit.' 'The dog sees the rabbit.'
'The rabbit chases the dog.' 'The rabbit is big.' 'The rabbit is cold.'
'The rabbit is rough.' 'The rabbit is young.' 'The rabbit likes the dog.'
'The rabbit sees the dog.'] | ['If something sees the rabbit then the rabbit chases the dog.'
'If something sees the rabbit and it is not young then the rabbit chases the dog.'
'If something is rough and big then it sees the rabbit.'
'If something sees the rabbit then it likes the rabbit.'
'If something likes the dog then it is cold.'
'If something sees the dog then the dog is cold.'] | The rabbit likes the rabbit. | True | 1 | 4 | [array(['The rabbit is rough.', 'The rabbit is big.'], dtype=object)] | [array(['If something is rough and big then it sees the rabbit.',
'If something sees the rabbit then it likes the rabbit.'],
dtype=object) ] |
11,474 | ['Anne is young.' 'Bob is quiet.' 'Gary is round.'] | ['If something is kind and rough then it is young.'
'Young things are round.' 'Quiet things are round.'
'All round, quiet things are rough.'
'If something is kind and round then it is not rough.'
'If something is big then it is quiet.'] | Bob is not rough. | False | 1 | 4 | [array(['Bob is quiet.', 'Bob is quiet.'], dtype=object)] | [array(['Quiet things are round.', 'All round, quiet things are rough.'],
dtype=object) ] |
11,475 | ['The bear chases the cat.' 'The bear chases the cow.'
'The bear likes the cat.' 'The bear likes the lion.'
'The bear visits the cat.' 'The cat is red.' 'The cat visits the bear.'
'The cat visits the cow.' 'The cow visits the lion.'
'The lion chases the cat.' 'The lion is nice.'] | ['If something likes the bear and it visits the lion then it is green.'
'If something likes the lion and the lion is nice then it chases the lion.'
'If something is green and it chases the cow then the cow is cold.'
'Cold things are green.'
'If something chases the lion and the lion chases the cat then it is cold.'
'If the lion likes the cat and the cat chases the lion then the lion is nice.'
'If something likes the cat then it likes the lion.'
'If something likes the cat then it likes the lion.'
'If something chases the lion then the lion visits the bear.'] | The bear is green. | True | 3 | 6 | [array(['The bear likes the lion.', 'The lion is nice.',
'The lion chases the cat.'], dtype=object)
array(['The bear likes the cat.', 'The lion is nice.',
'The lion chases the cat.'], dtype=object)
array(['The bear likes the cat.', 'The lion is nice.',
'The lion chases the cat.'], dtype=object) ] | [array(['If something likes the lion and the lion is nice then it chases the lion.',
'If something chases the lion and the lion chases the cat then it is cold.',
'Cold things are green.'], dtype=object)
array(['If something likes the cat then it likes the lion.',
'If something likes the lion and the lion is nice then it chases the lion.',
'If something chases the lion and the lion chases the cat then it is cold.',
'Cold things are green.'], dtype=object)
array(['If something likes the cat then it likes the lion.',
'If something likes the lion and the lion is nice then it chases the lion.',
'If something chases the lion and the lion chases the cat then it is cold.',
'Cold things are green.'], dtype=object) ] |
11,476 | ['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.'] | Gary is quiet. | Unknown | 1 | -1 | [] | [] |
11,477 | ['Anne is furry.' 'Anne is quiet.' 'Anne is not rough.' 'Anne is round.'
'Dave is cold.' 'Dave is furry.' 'Dave is rough.' 'Dave is not round.'
'Dave is smart.' 'Fiona is not blue.' 'Fiona is cold.'
'Fiona is not furry.' 'Fiona is rough.' 'Gary is rough.' 'Gary is round.'
'Gary is smart.'] | ['If Anne is quiet and Anne is round then Anne is not cold.'
'If something is round and smart then it is rough.'
'All smart things are blue.'
'If something is round and cold then it is quiet.'
'If Gary is smart and Gary is blue then Gary is not cold.'
'If Gary is furry and Gary is not cold then Gary is quiet.'
'If something is cold and not smart then it is furry.'
'If something is round and not blue then it is not furry.'] | Gary is not cold. | True | 1 | 4 | [array(['Gary is smart.', 'Gary is smart.'], dtype=object)] | [array(['All smart things are blue.',
'If Gary is smart and Gary is blue then Gary is not cold.'],
dtype=object) ] |
11,478 | ['The bear is rough.' 'The cat eats the bear.' 'The lion eats the cat.'] | ['If someone is rough then they chase the bear.'
'If someone is cold then they do not chase the bear.'
'If someone is kind then they chase the cat.'
'If someone is big and they do not eat the bear then the bear does not see the cat.'
'If the lion is big then the lion eats the cat.'
'If someone chases the bear then the bear chases the cat.'
'If someone chases the cat then the cat does not see the lion.'
'If someone eats the bear then the bear eats the lion.'] | The bear does not chase the cat. | False | 1 | 3 | [array(['The bear is rough.'], dtype=object)] | [array(['If someone is rough then they chase the bear.',
'If someone chases the bear then the bear chases the cat.'],
dtype=object) ] |
11,479 | ['The cat visits the cow.' 'The cow likes the squirrel.'
'The squirrel likes the cat.'] | ['If something visits the cow then it chases the cow.'
'If something visits the squirrel and the squirrel is not red then it likes the cat.'
'If something chases the cow then it does not visit the cat.'
'If the squirrel is red and the squirrel does not chase the cat then the cat visits the squirrel.'
'If the squirrel does not chase the cow then the squirrel likes the cow.'
'If the squirrel visits the cat then the squirrel likes the cow.'] | The cat visits the cat. | False | 1 | 3 | [array(['The cat visits the cow.'], dtype=object)] | [array(['If something visits the cow then it chases the cow.',
'If something chases the cow then it does not visit the cat.'],
dtype=object) ] |
11,480 | ['The bear visits the tiger.' 'The cat is kind.' 'The mouse is green.'
'The mouse is kind.' 'The mouse sees the tiger.' 'The tiger is rough.'
'The tiger visits the cat.'] | ['If something visits the bear then it sees the bear.'
'If something sees the bear then the bear likes the cat.'
'If something visits the cat then the cat visits the bear.'
'If something sees the bear and the bear likes the cat then it is cold.'
'Cold things are rough.'
'If something is green and it likes the tiger then the tiger visits the mouse.'] | The cat sees the bear. | True | 1 | 3 | [array(['The tiger visits the cat.'], dtype=object)] | [array(['If something visits the cat then the cat visits the bear.',
'If something visits the bear then it sees the bear.'],
dtype=object) ] |
11,481 | ['The cow is cold.'] | ['If someone is cold and not big then they are young.'
'All young people are kind.' 'If the cow is cold then the cow is young.'
'If the cow is big then the cow is red.'
'If the cow is young then the cow is kind.'
'If the cow is red and the cow is not big then the cow is kind.'
'If someone is kind and not young then they are not red.'
'If someone is kind and not cold then they are red.'] | The cow is not kind. | False | 1 | 3 | [array(['The cow is cold.'], dtype=object)
array(['The cow is cold.'], dtype=object)] | [array(['If the cow is cold then the cow is young.',
'All young people are kind.'], dtype=object)
array(['If the cow is cold then the cow is young.',
'If the cow is young then the cow is kind.'], dtype=object)] |
11,482 | ['Erin is rough.' 'Erin is round.' 'Erin is smart.' 'Fiona is round.'
'Gary is rough.' 'Gary is smart.' 'Harry is nice.'] | ['If someone is smart and nice then they are green.'
'If Erin is big and Erin is smart then Erin is blue.'
'All round people are blue.' 'All smart people are big.'
'If someone is green then they are smart.' 'All rough people are round.'
'If someone is big then they are rough.'
'If Harry is smart then Harry is big.' 'Nice people are green.'] | Gary is blue. | True | 1 | 3 | [array(['Gary is rough.'], dtype=object)
array(['Gary is smart.'], dtype=object)] | [array(['All rough people are round.', 'All round people are blue.'],
dtype=object)
array(['All smart people are big.',
'If someone is big then they are rough.',
'All rough people are round.', 'All round people are blue.'],
dtype=object) ] |
11,483 | ['Bob is kind.' 'Charlie is quiet.' 'Charlie is rough.' 'Fiona is kind.'
'Fiona is rough.' 'Fiona is white.' 'Gary is nice.'] | ['If Gary is red and Gary is white then Gary is quiet.'
'All white things are rough.' 'If something is rough then it is red.'
'If something is nice then it is white.' 'All smart things are white.'
'Rough, quiet things are not kind.'
'If something is quiet and not smart then it is kind.'
'Smart things are quiet.'
'If something is smart and not rough then it is quiet.'] | Gary is not red. | False | 3 | 4 | [array(['Gary is nice.'], dtype=object)] | [array(['If something is nice then it is white.',
'All white things are rough.',
'If something is rough then it is red.'], dtype=object)] |
11,484 | ['Dave is cold.' 'Fiona is big.' 'Fiona is red.' 'Fiona is rough.'
'Fiona is young.' 'Gary is big.' 'Gary is cold.' 'Gary is furry.'
'Gary is red.' 'Gary is rough.' 'Gary is round.' 'Gary is young.'
'Harry is big.' 'Harry is furry.' 'Harry is young.'] | ['If Gary is round then Gary is young.'
'If Harry is young then Harry is furry.'
'All rough, big things are furry.' 'All red things are round.'
'All red, young things are round.' 'Rough, young things are red.'
'If something is big then it is rough.'
'If Gary is young and Gary is red then Gary is big.'] | Dave is not round. | Unknown | 1 | -1 | [] | [] |
11,485 | ['Charlie is smart.' 'Harry is red.'] | ['If something is smart then it is kind.'
'If Charlie is furry and Charlie is not smart then Charlie is not kind.'
'If something is red and furry then it is green.'
'Smart, furry things are not green.'
'If Charlie is kind then Charlie is furry.'
'If Charlie is smart and Charlie is not green then Charlie is round.'] | Charlie is not furry. | False | 1 | 3 | [array(['Charlie is smart.'], dtype=object)] | [array(['If something is smart then it is kind.',
'If Charlie is kind then Charlie is furry.'], dtype=object)] |
11,486 | ['Charlie is blue.' 'Charlie is round.' 'Fiona is big.' 'Fiona is cold.'
'Gary is nice.' 'Harry is nice.' 'Harry is round.'] | ['All rough, blue things are red.' 'All nice things are cold.'
'Big, cold things are rough.'
'If something is red and blue then it is rough.'
'All blue, cold things are nice.' 'All red things are blue.'
'If something is round and cold then it is blue.' 'Blue things are big.'
'If Charlie is big then Charlie is blue.'] | Harry is blue. | True | 1 | 4 | [array(['Harry is round.', 'Harry is nice.'], dtype=object)] | [array(['All nice things are cold.',
'If something is round and cold then it is blue.'], dtype=object)] |
11,487 | ['Fiona is white.' 'Gary is cold.' 'Harry is rough.'] | ['If something is cold then it is nice.' 'All kind, red things are nice.'
'All nice, smart things are white.' 'All kind, red things are white.'
'If Gary is rough then Gary is kind.' 'All rough things are red.'
'If something is nice then it is rough.'
'If something is nice and not smart then it is rough.'] | Fiona is not rough. | Unknown | 1 | -1 | [] | [] |
11,488 | ['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 bear eats the bald eagle. | True | 1 | 3 | [array(['The bear is cold.'], dtype=object)] | [array(['Cold people are rough.',
'If someone is rough then they eat the bald eagle.'], dtype=object)] |
11,489 | ['Anne is blue.' 'Charlie is green.' 'Erin is rough.' 'Fiona is smart.'] | ['If Fiona is not green then Fiona is not furry.'
'Green people are rough.' 'If Fiona is blue then Fiona is cold.'
'If someone is quiet then they are furry.' 'All blue people are furry.'
'If Erin is smart then Erin is cold.' 'All rough, green people are blue.'
'If Anne is blue and Anne is not rough then Anne is furry.'] | Fiona is not furry. | Unknown | 1 | -1 | [] | [] |
11,490 | ['Anne is white.' 'Erin is blue.' 'Fiona is cold.'] | ['All blue things are green.' 'All big things are cold.'
'If something is green and blue then it is big.'] | Anne is not cold. | Unknown | 1 | -1 | [] | [] |
11,491 | ['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 squirrel chases the bear. | True | 1 | 3 | [array(['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.'],
dtype=object) ] |
11,492 | ['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.'] | Bob is nice. | Unknown | 1 | -1 | [] | [] |
11,493 | ['Charlie is red.' 'Dave is red.' 'Dave is rough.' 'Dave is round.'
'Dave is young.' 'Fiona is quiet.' 'Fiona is red.' 'Harry is furry.'
'Harry is kind.' 'Harry is young.'] | ['All rough things are round.' 'All rough things are round.'
'All round, rough things are young.' 'All red things are young.'
'If Fiona is young and Fiona is not furry then Fiona is kind.'
'If something is furry then it is rough.' 'Quiet, kind things are rough.'
'All quiet, young things are kind.' 'Young things are quiet.'] | Harry is round. | True | 1 | 3 | [array(['Harry is furry.'], dtype=object)
array(['Harry is furry.'], dtype=object)
array(['Harry is young.', 'Harry is kind.'], dtype=object)
array(['Harry is young.', 'Harry is kind.'], dtype=object)
array(['Harry is young.', 'Harry is young.', 'Harry is young.'],
dtype=object)
array(['Harry is young.', 'Harry is young.', 'Harry is young.'],
dtype=object) ] | [array(['If something is furry then it is rough.',
'All rough things are round.'], dtype=object)
array(['If something is furry then it is rough.',
'All rough things are round.'], dtype=object)
array(['Young things are quiet.', 'Quiet, kind things are rough.',
'All rough things are round.'], dtype=object)
array(['Young things are quiet.', 'Quiet, kind things are rough.',
'All rough things are round.'], dtype=object)
array(['Young things are quiet.', 'Young things are quiet.',
'All quiet, young things are kind.',
'Quiet, kind things are rough.', 'All rough things are round.'],
dtype=object)
array(['Young things are quiet.', 'Young things are quiet.',
'All quiet, young things are kind.',
'Quiet, kind things are rough.', 'All rough things are round.'],
dtype=object) ] |
11,494 | ['The bald eagle sees the bear.' 'The bear sees the tiger.'
'The mouse does not see the bald eagle.' 'The tiger eats the bear.'] | ['If something eats the bear then the bear is green.'
'If the bear is green then the bear is not cold.'
'All nice, cold things are green.'] | The bear is cold. | False | 1 | 3 | [array(['The tiger eats the bear.'], dtype=object)] | [array(['If something eats the bear then the bear is green.',
'If the bear is green then the bear is not cold.'], dtype=object)] |
11,495 | ['The bear needs the lion.' 'The bear sees the dog.'
'The bear sees the rabbit.' 'The dog is big.' 'The dog is cold.'
'The dog sees the lion.' 'The lion is not cold.'
'The rabbit chases the dog.' 'The rabbit needs the bear.'
'The rabbit needs the dog.'] | ['If someone is round and they do not see the bear then the bear is round.'
'If someone chases the rabbit and they are big then they are nice.'
'Blue people are nice.'
'If someone is cold and they do not need the dog then they chase the rabbit.'
'If someone sees the bear and they need the lion then the lion chases the bear.'
'If someone needs the dog and they see the bear then they chase the bear.'] | The dog is not nice. | Unknown | 1 | -1 | [] | [] |
11,496 | ['Bob is cold.' 'Bob is kind.' 'Bob is nice.' 'Bob is round.'
'Bob is smart.' 'Bob is young.' 'Fiona is furry.' 'Fiona is nice.'
'Fiona is round.' 'Fiona is smart.' 'Gary is cold.' 'Gary is furry.'
'Gary is nice.' 'Gary is round.' 'Gary is young.'] | ['All smart, round people are furry.' 'All cold, kind people are round.'
'If Fiona is furry and Fiona is kind then Fiona is young.'
'If Fiona is kind and Fiona is nice then Fiona is round.'
'Kind, young people are smart.' 'All young, nice people are cold.'
'If someone is furry and smart then they are round.'
'If Fiona is furry and Fiona is cold then Fiona is smart.'] | Fiona is not cold. | Unknown | 1 | -1 | [] | [] |
11,497 | ['The cat chases the mouse.' 'The cat is cold.' 'The cat likes the mouse.'
'The cow chases the mouse.' 'The cow is big.' 'The lion is blue.'
'The lion is cold.' 'The lion is young.' 'The lion visits the cat.'
'The lion visits the mouse.' 'The mouse is cold.'
'The mouse likes the cat.' 'The mouse likes the lion.'
'The mouse visits the cat.'] | ['If someone is big and they chase the lion then the lion likes the cat.'
'If someone visits the cat and the cat chases the cow then they are kind.'
'If someone chases the lion and the lion visits the cat then the cat is kind.'
'If someone visits the cow then they visit the cat.'
'If the cat chases the mouse then the mouse chases the lion.'
'If someone is kind then they chase the lion.'
'If someone chases the lion then they visit the cow.'
'If someone is kind then they chase the cat.'] | The mouse chases the cat. | Unknown | 1 | -1 | [] | [] |
11,498 | ['Anne is quiet.' 'Bob is smart.' 'Charlie is young.' 'Fiona is young.'] | ['All young things are white.' 'If something is rough then it is young.'
'White things are quiet.' 'Nice, smart things are rough.'
'Quiet things are smart.' 'If Charlie is rough then Charlie is furry.'] | Charlie is not quiet. | False | 1 | 3 | [array(['Charlie is young.'], dtype=object)] | [array(['All young things are white.', 'White things are quiet.'],
dtype=object) ] |
11,499 | ['Anne is kind.' 'Erin is smart.' 'Fiona is nice.' 'Fiona is smart.'
'Gary is not blue.' 'Gary is not smart.' 'Gary is white.'] | ['All round, kind things are white.' 'White things are kind.'
'If something is furry then it is kind.'
'If something is nice and smart then it is furry.'
'Smart things are blue.' 'All round, white things are smart.'
'All blue things are round.'
'If Fiona is smart and Fiona is round then Fiona is blue.'
'All round things are nice.'] | Anne is smart. | Unknown | 3 | -1 | [] | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.