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