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
6,700
['Anne is big.' 'Anne is cold.' 'Anne is furry.' 'Anne is green.' 'Anne is young.' 'Erin is big.' 'Erin is cold.' 'Erin is furry.' 'Erin is green.' 'Erin is kind.' 'Erin is quiet.' 'Erin is young.']
['If Erin is furry and Erin is green then Erin is kind.' 'If Erin is furry then Erin is young.' 'All big, young people are kind.' 'Quiet people are green.' 'If someone is furry and kind then they are quiet.' 'If someone is quiet then they are cold.']
Anne is quiet.
True
1
5
[array(['Anne is furry.', 'Anne is big.', 'Anne is young.'], dtype=object)]
[array(['All big, young people are kind.', 'If someone is furry and kind then they are quiet.'], dtype=object)]
6,701
['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)]
6,702
['The dog likes the mouse.' 'The mouse does not like the dog.']
['If someone likes the dog then they are not blue.' 'If someone likes the mouse then they eat the mouse.' 'If someone eats the mouse then they are not round.']
The dog is not round.
True
1
3
[array(['The dog likes the mouse.'], dtype=object)]
[array(['If someone likes the mouse then they eat the mouse.', 'If someone eats the mouse then they are not round.'], dtype=object)]
6,703
['Dave is cold.' 'Erin is cold.' 'Harry is nice.']
['If Harry is not nice and Harry is not red then Harry is cold.' 'If Erin is not nice then Erin is not cold.' 'If something is kind and quiet then it is rough.' 'Kind things are rough.' 'If something is quiet then it is cold.' 'If something is nice then it is kind.' 'If something is quiet and not kind then it is blue.' 'If Erin is quiet and Erin is not cold then Erin is rough.']
Harry is not rough.
False
1
3
[array(['Harry is nice.'], dtype=object)]
[array(['If something is nice then it is kind.', 'Kind things are rough.'], dtype=object) ]
6,704
['Bob is big.' 'Bob is cold.' 'Bob is nice.' 'Bob is red.' 'Bob is round.' 'Charlie is big.' 'Charlie is quiet.' 'Charlie is red.' 'Charlie is rough.' 'Charlie is round.' 'Erin is cold.' 'Erin is not nice.' 'Erin is quiet.' 'Erin is round.' 'Gary is big.' 'Gary is round.']
['All rough, nice things are quiet.' 'Red, cold things are quiet.' 'Rough, quiet things are big.' 'All round, big things are nice.' 'If something is red and not round then it is nice.' 'If Charlie is not rough then Charlie is red.' 'All nice things are red.' 'If Gary is cold then Gary is not big.']
Gary is not red.
False
1
4
[array(['Gary is round.', 'Gary is big.'], dtype=object)]
[array(['All round, big things are nice.', 'All nice things are red.'], dtype=object) ]
6,705
['The dog chases the mouse.' 'The mouse chases the dog.' 'The mouse is green.']
['If someone visits the mouse then they visit the dog.' 'If someone chases the dog and the dog is kind then the dog is red.' 'If someone likes the mouse and the mouse visits the dog then the dog is kind.']
The dog is not red.
Unknown
1
-1
[]
[]
6,706
['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 lion is not nice.
False
3
6
[array(['The mouse eats the squirrel.', 'The squirrel is nice.'], dtype=object) ]
[array(['If something eats the squirrel then the squirrel eats the mouse.', 'If something eats the mouse then it likes the lion.', 'If something is nice then it is blue.', 'If something likes the lion and it is blue then the lion is nice.'], dtype=object) ]
6,707
['Anne is nice.' 'Anne is smart.' 'Charlie is smart.' 'Charlie is young.' 'Erin is young.' 'Gary is nice.' 'Gary is young.']
['If someone is nice then they are quiet.' 'Big people are smart.' 'Kind people are smart.' 'If someone is big then they are young.' 'Young, quiet people are kind.' 'Young people are nice.' 'All smart people are big.' 'All quiet people are blue.' 'If Erin is big and Erin is not young then Erin is blue.']
Anne is not young.
False
1
3
[array(['Anne is smart.'], dtype=object)]
[array(['All smart people are big.', 'If someone is big then they are young.'], dtype=object)]
6,708
['Bob is not round.' 'Charlie is furry.' 'Charlie is nice.' 'Charlie is smart.' 'Erin is red.' 'Fiona is furry.' 'Fiona is young.']
['All red people are not round.' 'Red people are not blue.' 'All young people are furry.' 'If Erin is red and Erin is not round then Erin is nice.' 'If someone is round and nice then they are not young.' 'All smart people are young.' 'Nice people are smart.']
Erin is not nice.
False
1
4
[array(['Erin is red.', 'Erin is red.'], dtype=object)]
[array(['All red people are not round.', 'If Erin is red and Erin is not round then Erin is nice.'], dtype=object) ]
6,709
['The bald eagle eats the cow.' 'The bald eagle is young.' 'The cow is nice.' 'The cow sees the bald eagle.' 'The dog eats the bald eagle.' 'The tiger eats the cow.' 'The tiger needs the bald eagle.']
['If something is green and it eats the cow then it does not see the bald eagle.' 'If something eats the tiger then the tiger is young.' 'If something is red then it eats the tiger.' 'If something sees the bald eagle then it eats the cow.' 'If something is green and it needs the dog then it needs the bald eagle.' 'If something sees the tiger then it needs the bald eagle.' 'If something is red then it eats the bald eagle.' 'If something is young then it is red.' 'If something eats the dog and it is red then the dog is young.']
The bald eagle does not eat the bald eagle.
False
1
3
[array(['The bald eagle is young.'], dtype=object)]
[array(['If something is young then it is red.', 'If something is red then it eats the bald eagle.'], dtype=object)]
6,710
['The cow is kind.' 'The cow likes the squirrel.' 'The dog eats the squirrel.' 'The dog likes the cow.' 'The squirrel does not chase the cow.' 'The squirrel chases the dog.' 'The squirrel does not eat the cow.' 'The squirrel is not cold.' 'The squirrel is kind.' 'The squirrel is young.']
['If something likes the squirrel and it eats the squirrel then the squirrel chases the dog.' 'If the cow chases the dog then the cow likes the squirrel.' 'If something is young then it is red.' 'If something is red and young then it does not like the dog.' 'If something chases the squirrel then it does not chase the dog.' 'If the dog does not like the cow then the dog is round.' 'If something likes the dog then the dog chases the squirrel.' 'If something is young and it does not like the dog then the dog is cold.']
The dog is not cold.
False
3
6
[array(['The squirrel is young.', 'The squirrel is young.', 'The squirrel is young.'], dtype=object) ]
[array(['If something is young then it is red.', 'If something is red and young then it does not like the dog.', 'If something is young and it does not like the dog then the dog is cold.'], dtype=object) ]
6,711
['Bob is big.' 'Bob is furry.' 'Bob is kind.' 'Bob is red.' 'Bob is round.' 'Bob is smart.' 'Bob is young.' 'Dave is big.' 'Dave is furry.' 'Dave is round.' 'Dave is smart.' 'Gary is furry.' 'Gary is kind.' 'Gary is smart.' 'Gary is young.']
['Round, smart things are furry.' 'Round, kind things are furry.' 'Kind things are furry.' 'If something is smart and big then it is red.' 'If Bob is round then Bob is kind.' 'If something is young and red then it is big.' 'All big things are furry.' 'If something is red and kind then it is smart.']
Gary is not big.
Unknown
1
-1
[]
[]
6,712
['Erin is big.' 'Erin is furry.' 'Erin is round.' 'Fiona is blue.' 'Fiona is furry.' 'Fiona is smart.' 'Gary is blue.']
['If Erin is smart and Erin is furry then Erin is blue.' 'Big people are smart.' 'If Gary is rough then Gary is furry.' 'Smart, blue people are big.' 'All rough people are furry.' 'All green people are blue.' 'All big, round people are smart.' 'If someone is round then they are furry.']
Gary is not big.
Unknown
1
-1
[]
[]
6,713
['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.']
Bob is nice.
Unknown
1
-1
[]
[]
6,714
['Anne is big.' 'Anne is not smart.' 'Bob is not big.' 'Bob is round.' 'Bob is not smart.' 'Bob is young.' 'Dave is not smart.' 'Harry is big.' 'Harry is not quiet.' 'Harry is round.' 'Harry is smart.' 'Harry is white.']
['If Dave is big and Dave is kind then Dave is white.' 'If someone is big and white then they are young.' 'If someone is white and big then they are young.' 'All big people are round.' 'Round, smart people are white.' 'All round people are white.']
Anne is white.
True
1
3
[array(['Anne is big.'], dtype=object)]
[array(['All big people are round.', 'All round people are white.'], dtype=object) ]
6,715
['Anne is kind.' 'Bob is cold.' 'Bob is rough.' 'Bob is white.' 'Dave is cold.' 'Dave is green.' 'Dave is white.' 'Fiona is cold.' 'Fiona is nice.' 'Fiona is rough.']
['Kind things are nice.' 'White, round things are green.' 'If something is nice and round then it is white.' 'If something is rough then it is round.' 'Cold things are rough.' 'If Anne is kind and Anne is nice then Anne is cold.']
Fiona is not white.
False
1
4
[array(['Fiona is nice.', 'Fiona is rough.'], dtype=object) array(['Fiona is nice.', 'Fiona is cold.'], dtype=object)]
[array(['If something is rough then it is round.', 'If something is nice and round then it is white.'], dtype=object) array(['Cold things are rough.', 'If something is rough then it is round.', 'If something is nice and round then it is white.'], dtype=object)]
6,716
['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 does not eat the cat.
False
3
6
[array(['The cat chases the lion.', '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.', 'If something chases the lion and it is red then it eats the cat.'], dtype=object) ]
6,717
['Bob is kind.' 'Bob is white.' 'Gary is kind.']
['If something is kind then it is white.' 'If something is white and red then it is smart.' 'Kind, white things are red.']
Gary is red.
True
1
4
[array(['Gary is kind.', 'Gary is kind.'], dtype=object)]
[array(['If something is kind then it is white.', 'Kind, white things are red.'], dtype=object)]
6,718
['Anne is big.' 'Anne is red.' 'Fiona is kind.' 'Fiona is nice.' 'Fiona is red.' 'Fiona is rough.' 'Fiona is smart.' 'Fiona is white.' 'Gary is big.' 'Gary is kind.' 'Gary is red.' 'Gary is rough.' 'Gary is smart.' 'Gary is white.' 'Harry is big.' 'Harry is red.']
['If someone is nice and big then they are rough.' 'If Harry is red then Harry is nice.']
Harry is rough.
True
1
4
[array(['Harry is red.', 'Harry is big.'], dtype=object)]
[array(['If Harry is red then Harry is nice.', 'If someone is nice and big then they are rough.'], dtype=object)]
6,719
['The dog chases the lion.' 'The dog chases the tiger.' 'The dog is cold.' 'The dog is kind.' 'The dog likes the lion.' 'The dog likes the tiger.' 'The lion chases the tiger.' 'The lion eats the dog.' 'The lion is not red.' 'The tiger chases the lion.' 'The tiger eats the dog.' 'The tiger is not big.' 'The tiger is not kind.' 'The tiger is rough.' 'The tiger likes the dog.']
['If something is kind then it eats the lion.' 'If something eats the lion then the lion likes the tiger.']
The lion does not like the tiger.
False
1
3
[array(['The dog is kind.'], dtype=object)]
[array(['If something is kind then it eats the lion.', 'If something eats the lion then the lion likes the tiger.'], dtype=object) ]
6,720
['The bald eagle eats the cat.' 'The bald eagle does not eat the rabbit.' 'The bald eagle sees the cat.' 'The bald eagle sees the rabbit.' 'The bald eagle does not visit the cat.' 'The bald eagle visits the rabbit.' 'The cat is round.' 'The cat does not see the bald eagle.' 'The cat visits the bald eagle.' 'The rabbit is not big.' 'The rabbit is round.' 'The rabbit is young.' 'The rabbit sees the bald eagle.' 'The rabbit visits the bald eagle.' 'The rabbit visits the cat.']
['If something visits the rabbit and it sees the bald eagle then the bald eagle is big.' 'If the bald eagle visits the rabbit and the rabbit sees the bald eagle then the rabbit eats the cat.' 'If something eats the cat and it is young then it visits the rabbit.' 'If something visits the rabbit and it sees the rabbit then the rabbit visits the cat.' 'If something eats the rabbit then the rabbit sees the bald eagle.' 'If the cat is green and the cat does not visit the rabbit then the rabbit is round.']
The bald eagle is big.
True
3
7
[array(['The bald eagle visits the rabbit.', 'The rabbit sees the bald eagle.', 'The rabbit is young.', 'The rabbit sees the bald eagle.'], dtype=object) ]
[array(['If the bald eagle visits the rabbit and the rabbit sees the bald eagle then the rabbit eats the cat.', 'If something eats the cat and it is young then it visits the rabbit.', 'If something visits the rabbit and it sees the bald eagle then the bald eagle is big.'], dtype=object) ]
6,721
['The bald eagle eats the mouse.' 'The bald eagle is nice.' 'The bald eagle is rough.' 'The bald eagle is round.' 'The bald eagle likes the rabbit.' 'The mouse is green.' 'The mouse is rough.' 'The mouse needs the bald eagle.' 'The rabbit eats the bald eagle.' 'The rabbit needs the mouse.']
['If the bald eagle is blue and the bald eagle is not nice then the bald eagle eats the mouse.' 'If someone is nice then they do not eat the rabbit.' 'If the bald eagle eats the mouse and the mouse needs the bald eagle then the mouse likes the rabbit.' 'If someone is rough and they eat the rabbit then they do not need the mouse.' 'If someone likes the mouse and the mouse eats the bald eagle then the bald eagle is rough.' 'If the bald eagle does not eat the rabbit then the rabbit is blue.']
The rabbit is blue.
True
1
3
[array(['The bald eagle is nice.'], dtype=object)]
[array(['If someone is nice then they do not eat the rabbit.', 'If the bald eagle does not eat the rabbit then the rabbit is blue.'], dtype=object) ]
6,722
['The cat visits the mouse.' 'The cow needs the tiger.' 'The mouse likes the tiger.' 'The tiger is young.']
['If someone is young then they like the cow.' 'If someone is rough and they visit the tiger then the tiger needs the mouse.' 'If the tiger needs the mouse and the mouse likes the tiger then the mouse visits the tiger.' 'If someone is green and they visit the tiger then the tiger needs the cat.' 'If someone likes the cow then the cow needs the cat.' 'If someone visits the mouse then they are green.']
The cow needs the cat.
True
1
3
[array(['The tiger is young.'], dtype=object)]
[array(['If someone is young then they like the cow.', 'If someone likes the cow then the cow needs the cat.'], dtype=object) ]
6,723
['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 rabbit is red.
True
3
4
[array(['The rabbit needs the lion.'], dtype=object)]
[array(['If someone needs the lion then they eat the bald eagle.', 'If someone eats the bald eagle then they are cold.', 'All cold people are red.'], dtype=object) ]
6,724
['Dave is furry.' 'Dave is kind.' 'Dave is nice.' 'Dave is quiet.' 'Dave is red.' 'Dave is rough.' 'Dave is white.' 'Erin is furry.' 'Erin is nice.' 'Erin is quiet.' 'Erin is red.' 'Erin is rough.' 'Gary is kind.' 'Gary is nice.' 'Gary is rough.' 'Gary is white.']
['Rough, white people are furry.' 'If Erin is kind and Erin is quiet then Erin is rough.' 'Furry, white people are quiet.' 'All kind, nice people are rough.' 'All nice people are kind.' 'Kind people are rough.' 'All quiet, kind people are rough.' 'Red people are kind.']
Gary is quiet.
True
1
5
[array(['Gary is rough.', 'Gary is white.', 'Gary is white.'], dtype=object) array(['Gary is kind.', 'Gary is white.', 'Gary is white.'], dtype=object) array(['Gary is kind.', 'Gary is nice.', 'Gary is white.', 'Gary is white.'], dtype=object) array(['Gary is nice.', 'Gary is white.', 'Gary is white.'], dtype=object) array(['Gary is nice.', 'Gary is nice.', 'Gary is white.', 'Gary is white.'], dtype=object) ]
[array(['Rough, white people are furry.', 'Furry, white people are quiet.'], dtype=object) array(['Kind people are rough.', 'Rough, white people are furry.', 'Furry, white people are quiet.'], dtype=object) array(['All kind, nice people are rough.', 'Rough, white people are furry.', 'Furry, white people are quiet.'], dtype=object) array(['All nice people are kind.', 'Kind people are rough.', 'Rough, white people are furry.', 'Furry, white people are quiet.'], dtype=object) array(['All nice people are kind.', 'All kind, nice people are rough.', 'Rough, white people are furry.', 'Furry, white people are quiet.'], dtype=object) ]
6,725
['Anne is blue.' 'Anne is young.' 'Charlie is blue.' 'Charlie is nice.' 'Charlie is white.' 'Erin is rough.' 'Gary is not green.' 'Gary is kind.' 'Gary is nice.' 'Gary is rough.' 'Gary is not young.']
['White, young things are kind.' 'If Gary is kind and Gary is green then Gary is young.' 'If Erin is white and Erin is nice then Erin is green.' 'If something is white and green then it is nice.' 'All rough things are nice.' 'All nice things are white.' 'If something is nice and not rough then it is young.' 'Green things are young.']
Erin is white.
True
1
3
[array(['Erin is rough.'], dtype=object)]
[array(['All rough things are nice.', 'All nice things are white.'], dtype=object) ]
6,726
['Bob is rough.' 'Erin is round.' 'Harry is round.']
['If something is blue then it is cold.' 'Rough things are blue.' 'Cold things are red.']
Bob is not cold.
False
1
3
[array(['Bob is rough.'], dtype=object)]
[array(['Rough things are blue.', 'If something is blue then it is cold.'], dtype=object) ]
6,727
['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) ]
6,728
['The bear is green.' 'The cow is green.' 'The cow is rough.' 'The cow sees the bear.' 'The cow sees the lion.' 'The cow visits the bear.' 'The cow visits the squirrel.' 'The lion eats the bear.' 'The lion eats the squirrel.' 'The lion is rough.' 'The lion is round.' 'The squirrel is green.' 'The squirrel sees the lion.' 'The squirrel visits the cow.' 'The squirrel visits the lion.']
['If someone visits the cow and the cow is rough then they are round.' 'If someone sees the lion then they eat the cow.' 'If someone is rough then they see the lion.' 'If the lion visits the squirrel and the lion is red then the squirrel visits the lion.' 'If the squirrel eats the cow then the cow is cold.' 'If someone eats the bear and they eat the cow then the bear sees the squirrel.' 'If someone is red then they visit the lion.' 'If the squirrel eats the lion and the squirrel is red then the squirrel visits the cow.']
The bear does not eat the cow.
Unknown
1
-1
[]
[]
6,729
['Bob is blue.' 'Bob is round.' 'Bob is not smart.' 'Charlie is not smart.' 'Dave is round.' 'Harry is big.' 'Harry is smart.']
['Round, blue things are not red.' 'If something is furry and round then it is cold.' 'Smart things are furry.' 'Cold, round things are smart.' 'All cold things are blue.' 'Furry, big things are round.']
Harry is not round.
False
1
4
[array(['Harry is smart.', 'Harry is big.'], dtype=object)]
[array(['Smart things are furry.', 'Furry, big things are round.'], dtype=object) ]
6,730
['The cat eats the mouse.' 'The cat is kind.' 'The cat is nice.' 'The cat is red.' 'The cat is round.' 'The cat likes the mouse.' 'The cat visits the mouse.' 'The mouse eats the cat.' 'The mouse is kind.' 'The mouse is nice.' 'The mouse is round.' 'The mouse visits the cat.']
['If someone visits the cat and they eat the cat then the cat is cold.' 'If someone eats the mouse and the mouse is round then the mouse visits the cat.' 'If the cat is cold and the cat is round then the cat visits the mouse.' 'If someone is cold then they eat the mouse.' 'If someone visits the mouse and the mouse is red then they like the mouse.' 'If someone eats the mouse and the mouse is kind then they eat the cat.' 'If someone is cold then they are kind.' 'If someone is cold and they like the mouse then the mouse is cold.']
The mouse does not eat the mouse.
False
3
6
[array(['The mouse visits the cat.', 'The mouse eats the cat.', 'The cat likes the mouse.'], dtype=object) array(['The cat eats the mouse.', 'The mouse is round.', 'The mouse eats the cat.', 'The cat likes the mouse.'], dtype=object) ]
[array(['If someone visits the cat and they eat the cat then the cat is cold.', 'If someone is cold and they like the mouse then the mouse is cold.', 'If someone is cold then they eat the mouse.'], dtype=object) array(['If someone eats the mouse and the mouse is round then the mouse visits the cat.', 'If someone visits the cat and they eat the cat then the cat is cold.', 'If someone is cold and they like the mouse then the mouse is cold.', 'If someone is cold then they eat the mouse.'], dtype=object) ]
6,731
['The cat chases the tiger.' 'The cat is red.' 'The lion is nice.' 'The lion is red.' 'The lion sees the cat.' 'The lion sees the rabbit.' 'The lion sees the tiger.' 'The rabbit chases the tiger.' 'The rabbit sees the tiger.' 'The tiger chases the cat.' 'The tiger chases the rabbit.' 'The tiger is nice.']
['If someone is red and they eat the rabbit then they are blue.' 'If the lion eats the cat and the lion chases the rabbit then the cat is kind.' 'If the rabbit eats the tiger then the tiger is nice.' 'If someone is rough then they see the cat.' 'If someone is nice and they chase the rabbit then the rabbit is nice.' 'If someone eats the cat and they are kind then they see the tiger.' 'If someone is nice and they chase the tiger then they are blue.' 'If someone is blue then they eat the cat.' 'If someone eats the cat then the cat is blue.']
The lion eats the cat.
Unknown
1
-1
[]
[]
6,732
['Charlie is cold.' 'Charlie is quiet.' 'Charlie is red.' 'Charlie is young.' 'Dave is blue.' 'Dave is cold.' 'Dave is kind.' 'Dave is red.' 'Gary is blue.' 'Gary is cold.' 'Gary is kind.' 'Gary is quiet.' 'Gary is red.' 'Harry is cold.' 'Harry is quiet.' 'Harry is smart.']
['If Charlie is young and Charlie is cold then Charlie is kind.' 'Smart people are kind.' 'If someone is blue and cold then they are smart.' 'Kind people are red.' 'If someone is red and cold then they are blue.' 'If Gary is young then Gary is quiet.']
Harry is not blue.
False
3
5
[array(['Harry is smart.', 'Harry is cold.'], dtype=object)]
[array(['Smart people are kind.', 'Kind people are red.', 'If someone is red and cold then they are blue.'], dtype=object)]
6,733
['Anne is smart.' 'Bob is big.' 'Bob is not furry.' 'Bob is kind.' 'Bob is nice.' 'Bob is young.' 'Fiona is big.' 'Fiona is furry.' 'Gary is furry.' 'Gary is round.' 'Gary is not smart.' 'Gary is young.']
['If Fiona is big then Fiona is smart.' 'If someone is furry then they are nice.' 'If someone is nice then they are big.' 'Furry people are kind.' 'Nice people are kind.' 'If someone is furry and not round then they are young.']
Gary is not big.
False
1
3
[array(['Gary is furry.'], dtype=object)]
[array(['If someone is furry then they are nice.', 'If someone is nice then they are big.'], dtype=object)]
6,734
['The bald eagle likes the dog.' 'The bald eagle sees the dog.' 'The bear likes the dog.' 'The dog is green.' 'The dog sees the bald eagle.' 'The dog sees the bear.' 'The squirrel sees the bear.']
['If someone is kind then they visit the bald eagle.' 'If the dog is nice and the dog is cold then the dog sees the squirrel.' 'If someone visits the bald eagle and they are kind then the bald eagle is green.' 'If someone likes the bald eagle and the bald eagle is green then they like the dog.' 'If someone is rough and they like the bear then they visit the bald eagle.' 'Green people are kind.' 'If someone visits the bald eagle then the bald eagle sees the dog.' 'If the dog sees the squirrel and the squirrel is rough then the squirrel likes the bald eagle.']
The squirrel visits the bald eagle.
Unknown
1
-1
[]
[]
6,735
['Anne is smart.' 'Anne is white.' 'Dave is white.']
['Smart, white things are green.' 'If something is green and smart then it is cold.' 'If something is red and not smart then it is cold.' 'If something is kind then it is red.' 'Green things are kind.' 'If something is cold then it is kind.' 'All rough, green things are white.' 'If Anne is smart then Anne is green.']
Anne is red.
True
3
4
[array(['Anne is smart.'], dtype=object) array(['Anne is smart.', 'Anne is white.'], dtype=object) array(['Anne is smart.', 'Anne is smart.'], dtype=object) array(['Anne is smart.', 'Anne is white.', 'Anne is smart.'], dtype=object)]
[array(['If Anne is smart then Anne is green.', 'Green things are kind.', 'If something is kind then it is red.'], dtype=object) array(['Smart, white things are green.', 'Green things are kind.', 'If something is kind then it is red.'], dtype=object) array(['If Anne is smart then Anne is green.', 'If something is green and smart then it is cold.', 'If something is cold then it is kind.', 'If something is kind then it is red.'], dtype=object) array(['Smart, white things are green.', 'If something is green and smart then it is cold.', 'If something is cold then it is kind.', 'If something is kind then it is red.'], dtype=object)]
6,736
['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 cold.
True
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) ]
6,737
['The cat is kind.' 'The cat is red.' 'The cat is round.' 'The cat needs the rabbit.' 'The cow chases the rabbit.' 'The cow likes the cat.' 'The cow needs the rabbit.' 'The rabbit chases the cat.' 'The rabbit chases the cow.' 'The rabbit is cold.' 'The rabbit is nice.' 'The rabbit is round.' 'The rabbit likes the cat.' 'The rabbit likes the cow.' 'The rabbit needs the cat.' 'The rabbit needs the cow.']
['If something likes the rabbit and it likes the cow then it is red.' 'If something is kind then it likes the rabbit.' 'If something chases the rabbit and the rabbit chases the cat then the rabbit is cold.' 'If the cat likes the cow then the cat is round.' 'If something chases the rabbit then it likes the rabbit.' 'If something chases the rabbit and the rabbit likes the cow then the cow is red.' 'If something needs the rabbit and the rabbit is cold then it likes the cow.' 'If something needs the cow then the cow needs the cat.']
The rabbit is not red.
Unknown
1
-1
[]
[]
6,738
['Dave is blue.' 'Dave is nice.' 'Dave is round.' 'Fiona is blue.' 'Fiona is furry.' 'Fiona is nice.' 'Fiona is quiet.' 'Fiona is rough.' 'Fiona is round.' 'Fiona is young.']
['All round things are nice.' 'All nice things are furry.' 'If Dave is young and Dave is rough then Dave is furry.' 'All blue things are nice.' 'Young things are rough.' 'If something is round and furry then it is young.' 'If something is round and young then it is rough.' 'Nice things are blue.']
Dave is not young.
False
1
4
[array(['Dave is round.', 'Dave is nice.'], dtype=object) array(['Dave is round.', 'Dave is blue.'], dtype=object) array(['Dave is round.', 'Dave is round.'], dtype=object)]
[array(['All nice things are furry.', 'If something is round and furry then it is young.'], dtype=object) array(['All blue things are nice.', 'All nice things are furry.', 'If something is round and furry then it is young.'], dtype=object) array(['All round things are nice.', 'All nice things are furry.', 'If something is round and furry then it is young.'], dtype=object)]
6,739
['The bear is not big.' 'The bear needs the squirrel.' 'The dog is nice.' 'The dog sees the tiger.' 'The squirrel sees the bear.' 'The squirrel sees the tiger.' 'The tiger eats the dog.' 'The tiger is green.' 'The tiger needs the bear.' 'The tiger sees the squirrel.']
['If someone eats the dog then the dog needs the bear.' 'If someone eats the bear then they eat the tiger.' 'If someone needs the tiger and they see the dog then they eat the tiger.' 'If someone is nice and they need the bear then they eat the bear.' 'If someone sees the dog then they eat the squirrel.' 'If someone needs the tiger and the tiger eats the bear then they eat the squirrel.' 'If someone eats the tiger then the tiger eats the bear.']
The squirrel does not eat the tiger.
Unknown
1
-1
[]
[]
6,740
['Bob is furry.' 'Bob is green.' 'Bob is rough.' 'Bob is young.' 'Gary is blue.' 'Gary is furry.' 'Gary is quiet.']
['Green people are rough.' 'All young, rough people are green.' 'All green, big people are young.' 'All quiet, furry people are blue.' 'Blue people are big.' 'If someone is rough and young then they are blue.']
Gary is not young.
Unknown
1
-1
[]
[]
6,741
['Anne is rough.' 'Charlie is young.' 'Fiona is quiet.']
['Rough, round things are smart.' 'All young things are quiet.' 'White, young things are round.' 'If something is white and nice then it is young.' 'If something is round then it is rough.' 'All quiet, young things are round.']
Anne is round.
Unknown
1
-1
[]
[]
6,742
['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.']
Erin is rough.
Unknown
1
-1
[]
[]
6,743
['Anne is big.' 'Anne is blue.' 'Anne is red.' 'Anne is round.' 'Anne is white.' 'Charlie is big.' 'Charlie is furry.' 'Charlie is nice.' 'Charlie is round.' 'Charlie is white.' 'Dave is white.' 'Harry is big.' 'Harry is blue.' 'Harry is furry.' 'Harry is round.']
['If someone is round then they are white.' 'All red people are round.' 'Red people are nice.' 'White people are red.' 'If Harry is red then Harry is white.' 'If Charlie is blue then Charlie is red.' 'If Dave is blue and Dave is white then Dave is round.' 'If someone is blue then they are furry.']
Dave is nice.
True
1
3
[array(['Dave is white.'], dtype=object)]
[array(['White people are red.', 'Red people are nice.'], dtype=object)]
6,744
['Bob is green.' 'Erin is green.' 'Fiona is furry.' 'Harry is rough.']
['All green things are furry.' 'Green, furry things are cold.' 'Cold, kind things are white.' 'If Erin is smart then Erin is green.' 'Smart things are kind.' 'White things are green.' 'If Bob is cold then Bob is smart.' 'Furry, kind things are rough.']
Harry is not white.
Unknown
1
-1
[]
[]
6,745
['The bald eagle needs the mouse.' 'The bald eagle sees the mouse.' 'The cow is red.' 'The cow is rough.' 'The cow sees the bald eagle.' 'The cow sees the mouse.' 'The dog eats the bald eagle.' 'The dog is cold.' 'The dog is rough.' 'The dog needs the bald eagle.' 'The mouse eats the bald eagle.' 'The mouse eats the dog.' 'The mouse is red.' 'The mouse is rough.' 'The mouse is young.' 'The mouse sees the cow.']
['If something is young then it needs the dog.' 'If something eats the cow then the cow is kind.' 'If something is young then it sees the bald eagle.' 'If something is cold and it needs the dog then it eats the mouse.' 'If something needs the bald eagle and it is red then it is young.' 'If something eats the mouse then it needs the mouse.' 'If something eats the bald eagle then it is red.']
The dog is not young.
False
1
4
[array(['The dog needs the bald eagle.', 'The dog eats the bald eagle.'], dtype=object) ]
[array(['If something eats the bald eagle then it is red.', 'If something needs the bald eagle and it is red then it is young.'], dtype=object) ]
6,746
['Anne is cold.' 'Anne is round.' 'Bob is nice.' 'Bob is young.' 'Gary is quiet.' 'Gary is not round.' 'Gary is young.']
['If Anne is nice and Anne is cold then Anne is rough.' 'Quiet, cold things are not kind.' 'Round things are kind.' 'If something is young and not round then it is rough.' 'Nice things are quiet.' 'If something is kind then it is cold.' 'If something is young and rough then it is cold.' 'Nice things are young.']
Gary is kind.
False
3
7
[array(['Gary is quiet.', 'Gary is young.', 'Gary is young.', 'Gary is not round.'], dtype=object) ]
[array(['If something is young and not round then it is rough.', 'If something is young and rough then it is cold.', 'Quiet, cold things are not kind.'], dtype=object) ]
6,747
['Bob is blue.' 'Bob is young.' 'Charlie is blue.' 'Charlie is cold.' 'Charlie is not furry.' 'Charlie is nice.' 'Dave is not red.' 'Erin is blue.' 'Erin is furry.' 'Erin is green.' 'Erin is nice.' 'Erin is young.']
['If someone is young then they are red.' 'If Bob is young and Bob is red then Bob is nice.' 'If Bob is cold then Bob is nice.' 'If someone is nice and blue then they are green.' 'If Bob is nice then Bob is not furry.' 'All blue people are young.' 'All furry people are young.' 'If Erin is blue and Erin is not nice then Erin is green.']
Bob is not nice.
False
1
4
[array(['Bob is young.', 'Bob is young.'], dtype=object) array(['Bob is blue.', 'Bob is young.'], dtype=object) array(['Bob is young.', 'Bob is blue.'], dtype=object) array(['Bob is blue.', 'Bob is blue.'], dtype=object)]
[array(['If someone is young then they are red.', 'If Bob is young and Bob is red then Bob is nice.'], dtype=object) array(['All blue people are young.', 'If someone is young then they are red.', 'If Bob is young and Bob is red then Bob is nice.'], dtype=object) array(['All blue people are young.', 'If someone is young then they are red.', 'If Bob is young and Bob is red then Bob is nice.'], dtype=object) array(['All blue people are young.', 'All blue people are young.', 'If someone is young then they are red.', 'If Bob is young and Bob is red then Bob is nice.'], dtype=object)]
6,748
['Anne is cold.' 'Anne is furry.' 'Anne is kind.' 'Anne is quiet.' 'Anne is rough.' 'Anne is smart.' 'Anne is young.' 'Charlie is furry.' 'Charlie is rough.' 'Charlie is young.' 'Gary is cold.' 'Gary is kind.' 'Gary is quiet.' 'Gary is smart.' 'Gary is young.']
['Quiet things are cold.' 'If Charlie is furry then Charlie is quiet.']
Charlie is not cold.
False
1
3
[array(['Charlie is furry.'], dtype=object)]
[array(['If Charlie is furry then Charlie is quiet.', 'Quiet things are cold.'], dtype=object) ]
6,749
['The cat needs the dog.' 'The cat sees the rabbit.' 'The dog needs the squirrel.' 'The rabbit chases the dog.' 'The rabbit chases the squirrel.' 'The rabbit is cold.' 'The rabbit is green.' 'The rabbit needs the dog.' 'The squirrel chases the cat.' 'The squirrel is not blue.' 'The squirrel needs the rabbit.']
['If someone is kind then they see the dog.' 'If someone sees the squirrel then the squirrel sees the dog.' 'If the squirrel chases the cat then the cat is kind.' 'If someone is blue and red then they chase the dog.' 'If the cat is green and the cat sees the dog then the dog needs the rabbit.' 'If someone is blue then they do not chase the squirrel.' 'If someone sees the dog then they see the squirrel.' 'If someone chases the rabbit then the rabbit sees the cat.']
The cat sees the dog.
True
1
3
[array(['The squirrel chases the cat.'], dtype=object)]
[array(['If the squirrel chases the cat then the cat is kind.', 'If someone is kind then they see the dog.'], dtype=object)]
6,750
['The bear eats the rabbit.' 'The bear visits the cow.' 'The cow eats the rabbit.' 'The cow is rough.' 'The cow is round.' 'The cow visits the rabbit.' 'The rabbit eats the cow.' 'The squirrel eats the bear.' 'The squirrel is round.' 'The squirrel sees the bear.' 'The squirrel sees the rabbit.']
['If something is nice and it sees the squirrel then the squirrel visits the cow.' 'If something is nice and it visits the squirrel then it sees the squirrel.' 'If something sees the squirrel then the squirrel eats the bear.' 'If something eats the squirrel then it is nice.' 'If something sees the rabbit then it is rough.' 'If something eats the rabbit and it is round then the rabbit sees the squirrel.' 'If something visits the cow then it eats the squirrel.' 'If something visits the rabbit then the rabbit is round.' 'If something sees the bear then the bear visits the squirrel.']
The bear is nice.
True
1
3
[array(['The bear visits the cow.'], dtype=object)]
[array(['If something visits the cow then it eats the squirrel.', 'If something eats the squirrel then it is nice.'], dtype=object)]
6,751
['The bald eagle sees the cow.' 'The bald eagle visits the bear.' 'The bear is not cold.' 'The bear is rough.' 'The bear is young.' 'The bear needs the bald eagle.' 'The bear needs the cow.' 'The bear sees the lion.' 'The cow is cold.' 'The lion is red.' 'The lion is rough.' 'The lion needs the cow.' 'The lion sees the bald eagle.' 'The lion visits the bald eagle.' 'The lion visits the bear.' 'The lion does not visit the cow.']
['If something is rough then it visits the bald eagle.' 'If the lion needs the cow then the lion sees the bald eagle.' 'If something needs the lion then the lion visits the bear.' 'If something needs the cow then it is rough.' 'If something is young and not cold then it is not red.' 'If the cow visits the bald eagle and the bald eagle sees the lion then the cow is red.' 'If something needs the cow and the cow is not rough then it does not need the bear.' 'If something needs the cow and it is not red then it sees the cow.']
The bald eagle does not visit the bald eagle.
Unknown
1
-1
[]
[]
6,752
['The bald eagle eats the tiger.' 'The bald eagle is young.' 'The bald eagle likes the mouse.' 'The bald eagle needs the rabbit.' 'The mouse is kind.' 'The mouse needs the bald eagle.' 'The rabbit is young.' 'The rabbit needs the mouse.' 'The tiger is round.' 'The tiger likes the bald eagle.' 'The tiger needs the mouse.']
['If something likes the rabbit then it eats the mouse.' 'If something needs the rabbit then it likes the rabbit.' 'All kind things are round.' 'If the mouse eats the rabbit then the mouse eats the bald eagle.' 'If something eats the mouse then the mouse needs the rabbit.']
The tiger does not eat the mouse.
Unknown
1
-1
[]
[]
6,753
['The dog chases the lion.' 'The dog is nice.' 'The lion does not eat the tiger.' 'The lion is not big.' 'The lion visits the tiger.' 'The mouse does not chase the tiger.' 'The mouse is nice.' 'The tiger chases the lion.' 'The tiger eats the dog.' 'The tiger does not eat the mouse.' 'The tiger visits the lion.']
['If something visits the dog and it is kind then it visits the mouse.' 'If something chases the dog then it is not red.' 'If something chases the lion and it visits the dog then it chases the dog.' 'If something chases the lion then it is big.' 'If something eats the lion then it is not cold.' 'If something is big then it visits the dog.' 'If something visits the mouse then the mouse is red.' 'If the tiger visits the dog and the dog is not big then the dog chases the mouse.' 'If something visits the tiger and the tiger is not red then it is not nice.']
The tiger visits the dog.
True
1
3
[array(['The tiger chases the lion.'], dtype=object)]
[array(['If something chases the lion then it is big.', 'If something is big then it visits the dog.'], dtype=object)]
6,754
['Charlie is furry.' 'Charlie is smart.' 'Charlie is not white.' 'Charlie is young.' 'Fiona is quiet.' 'Fiona is smart.' 'Fiona is not white.' 'Gary is not quiet.' 'Gary is not rough.' 'Harry is quiet.']
['Smart people are green.' 'All quiet, white people are not green.' 'Young people are rough.' 'Green, young people are furry.' 'Quiet people are young.' 'If someone is rough then they are young.']
Harry is not furry.
Unknown
1
-1
[]
[]
6,755
['Anne is cold.' 'Anne is round.' 'Bob is nice.' 'Bob is young.' 'Gary is quiet.' 'Gary is not round.' 'Gary is young.']
['If Anne is nice and Anne is cold then Anne is rough.' 'Quiet, cold things are not kind.' 'Round things are kind.' 'If something is young and not round then it is rough.' 'Nice things are quiet.' 'If something is kind then it is cold.' 'If something is young and rough then it is cold.' 'Nice things are young.']
Gary is not cold.
False
1
5
[array(['Gary is young.', 'Gary is young.', 'Gary is not round.'], dtype=object) ]
[array(['If something is young and not round then it is rough.', 'If something is young and rough then it is cold.'], dtype=object)]
6,756
['Anne is smart.' 'Charlie is big.' 'Charlie is nice.' 'Gary is green.' 'Harry is furry.' 'Harry is nice.' 'Harry is red.']
['All furry people are kind.' 'If Charlie is big then Charlie is green.' 'If someone is kind then they are big.' 'Kind, green people are big.' 'Smart people are furry.' 'If someone is green then they are kind.' 'All big, nice people are kind.' 'All smart, nice people are red.' 'Big, kind people are nice.']
Harry is not big.
False
1
3
[array(['Harry is furry.'], dtype=object)]
[array(['All furry people are kind.', 'If someone is kind then they are big.'], dtype=object)]
6,757
['Anne is rough.' 'Bob is cold.' 'Erin is kind.' 'Fiona is smart.']
['All white people are nice.' 'If someone is cold then they are nice.' 'If someone is quiet then they are smart.' 'If someone is smart then they are nice.' 'All cold people are white.' 'All rough people are cold.' 'If Bob is white and Bob is nice then Bob is rough.' 'All white people are kind.']
Anne is not white.
False
1
3
[array(['Anne is rough.'], dtype=object)]
[array(['All rough people are cold.', 'All cold people are white.'], dtype=object) ]
6,758
['Bob is rough.' 'Charlie is red.' 'Charlie is rough.' 'Erin is blue.' 'Erin is rough.' 'Erin is smart.' 'Harry is blue.' 'Harry is nice.' 'Harry is red.' 'Harry is rough.']
['Nice people are smart.' 'Nice people are red.' 'All red, rough people are smart.' 'If someone is smart and rough then they are nice.' 'All rough people are red.' 'All round, rough people are blue.' 'All red, big people are nice.' 'All nice, rough people are round.' 'If Bob is nice then Bob is rough.']
Erin is round.
True
1
5
[array(['Erin is smart.', 'Erin is rough.', 'Erin is rough.'], dtype=object) array(['Erin is rough.', 'Erin is rough.', 'Erin is rough.', 'Erin is rough.'], dtype=object) ]
[array(['If someone is smart and rough then they are nice.', 'All nice, rough people are round.'], dtype=object) array(['All rough people are red.', 'All red, rough people are smart.', 'If someone is smart and rough then they are nice.', 'All nice, rough people are round.'], dtype=object) ]
6,759
['Anne is smart.' 'Anne is white.' 'Dave is white.']
['Smart, white things are green.' 'If something is green and smart then it is cold.' 'If something is red and not smart then it is cold.' 'If something is kind then it is red.' 'Green things are kind.' 'If something is cold then it is kind.' 'All rough, green things are white.' 'If Anne is smart then Anne is green.']
Anne is not red.
False
3
4
[array(['Anne is smart.'], dtype=object) array(['Anne is smart.', 'Anne is white.'], dtype=object) array(['Anne is smart.', 'Anne is smart.'], dtype=object) array(['Anne is smart.', 'Anne is white.', 'Anne is smart.'], dtype=object)]
[array(['If Anne is smart then Anne is green.', 'Green things are kind.', 'If something is kind then it is red.'], dtype=object) array(['Smart, white things are green.', 'Green things are kind.', 'If something is kind then it is red.'], dtype=object) array(['If Anne is smart then Anne is green.', 'If something is green and smart then it is cold.', 'If something is cold then it is kind.', 'If something is kind then it is red.'], dtype=object) array(['Smart, white things are green.', 'If something is green and smart then it is cold.', 'If something is cold then it is kind.', 'If something is kind then it is red.'], dtype=object)]
6,760
['The cow is green.' 'The cow is kind.' 'The cow is young.']
['Green, young people are cold.' 'All kind, cold people are nice.']
The cow is not nice.
False
1
5
[array(['The cow is kind.', 'The cow is green.', 'The cow is young.'], dtype=object) ]
[array(['Green, young people are cold.', 'All kind, cold people are nice.'], dtype=object) ]
6,761
['Anne is cold.' 'Anne is young.' 'Bob is quiet.' 'Bob is round.' 'Erin is round.' 'Gary is big.' 'Gary is red.']
['If someone is big then they are cold.' 'If Erin is round then Erin is big.' 'If someone is cold and not big then they are red.' 'If someone is red and not cold then they are not quiet.' 'If someone is red and blue then they are quiet.' 'All cold people are quiet.']
Gary is quiet.
True
1
3
[array(['Gary is big.'], dtype=object)]
[array(['If someone is big then they are cold.', 'All cold people are quiet.'], dtype=object)]
6,762
['The bear is green.' 'The bear likes the cat.' 'The bear likes the dog.' 'The bear visits the dog.' 'The cat is young.' 'The cat sees the bear.' 'The cat sees the dog.' 'The cat visits the bear.' 'The cat visits the mouse.' 'The dog is round.' 'The dog likes the bear.' 'The dog likes the mouse.' 'The dog visits the mouse.' 'The mouse is big.' 'The mouse is cold.' 'The mouse is round.']
['If something visits the mouse and the mouse visits the dog then it is cold.' 'If something likes the cat then it visits the dog.' 'If something is cold then it likes the cat.' 'If something is green then it sees the dog.' 'If something likes the mouse then it sees the cat.' 'If something is green and cold then it likes the cat.' 'If something is big and it visits the bear then the bear is green.']
The mouse does not visit the dog.
False
1
3
[array(['The mouse is cold.'], dtype=object)]
[array(['If something is cold then it likes the cat.', 'If something likes the cat then it visits the dog.'], dtype=object)]
6,763
['The cat sees the mouse.' 'The cat visits the mouse.' 'The cow needs the lion.' 'The cow needs the mouse.' 'The lion is rough.' 'The lion sees the mouse.' 'The mouse does not visit the lion.']
['If someone needs the cat and they are not red then the cat sees the cow.' 'If the cat is rough then the cat is cold.' 'If someone sees the lion and they are not rough then the lion sees the cow.' 'If someone visits the lion and the lion does not need the cat then the cat visits the lion.' 'If someone needs the lion then they need the cow.' 'If someone sees the mouse then they need the lion.']
The mouse does not need the cow.
Unknown
1
-1
[]
[]
6,764
['The bear is young.' 'The cat sees the bear.' 'The mouse eats the rabbit.' 'The rabbit is round.']
['If something is young and it visits the cat then it eats the bear.' 'If something sees the bear then the bear eats the mouse.' 'If something eats the mouse then the mouse is kind.' 'If something visits the bear then it sees the cat.' 'If something is kind then it eats the cat.' 'If something is rough then it eats the cat.']
The mouse is kind.
True
1
3
[array(['The cat sees the bear.'], dtype=object)]
[array(['If something sees the bear then the bear eats the mouse.', 'If something eats the mouse then the mouse is kind.'], dtype=object) ]
6,765
['The dog is blue.' 'The dog is cold.' 'The dog is kind.' 'The dog is rough.' 'The dog is round.' 'The dog likes the mouse.' 'The dog needs the mouse.' 'The dog visits the mouse.' 'The mouse is blue.' 'The mouse is cold.' 'The mouse is kind.' 'The mouse is rough.' 'The mouse is round.' 'The mouse likes the dog.' 'The mouse needs the dog.' 'The mouse visits the dog.']
['If something likes the mouse then the mouse visits the dog.' 'If something visits the dog then it likes the dog.' 'If something visits the mouse then it visits the dog.']
The dog does not like the dog.
False
1
3
[array(['The dog visits the mouse.'], dtype=object)]
[array(['If something visits the mouse then it visits the dog.', 'If something visits the dog then it likes the dog.'], dtype=object)]
6,766
['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
[]
[]
6,767
['The bald eagle is nice.' 'The bald eagle likes the mouse.' 'The bald eagle visits the bear.' 'The bear needs the mouse.' 'The bear visits the bald eagle.' 'The bear visits the mouse.' 'The mouse does not need the bald eagle.']
['If someone needs the bear then they are red.' 'If someone needs the bear and they are not cold then they visit the bear.' 'If someone is red then they do not visit the mouse.' 'If someone needs the bald eagle and they are nice then they need the bear.' 'If someone likes the mouse then they need the bear.' 'If the mouse needs the bald eagle then the mouse needs the bear.']
The bald eagle is red.
True
1
3
[array(['The bald eagle likes the mouse.'], dtype=object)]
[array(['If someone likes the mouse then they need the bear.', 'If someone needs the bear then they are red.'], dtype=object)]
6,768
['Bob is red.' 'Charlie is nice.' 'Erin is smart.' 'Gary is red.']
['If someone is smart and not round then they are nice.' 'Cold people are white.' 'All smart people are cold.']
Charlie is not white.
Unknown
1
-1
[]
[]
6,769
['Anne is nice.' 'Anne is red.' 'Anne is young.' 'Bob is red.' 'Bob is smart.' 'Bob is white.' 'Bob is young.' 'Charlie is nice.' 'Charlie is red.' 'Charlie is round.' 'Charlie is smart.' 'Charlie is white.' 'Charlie is young.' 'Gary is rough.' 'Gary is young.']
['Rough, nice people are smart.' 'All young people are red.' 'Nice, young people are rough.' 'If someone is round then they are young.' 'All nice people are rough.' 'If someone is smart then they are young.']
Anne is smart.
True
1
4
[array(['Anne is nice.', 'Anne is nice.'], dtype=object) array(['Anne is nice.', 'Anne is young.', 'Anne is nice.'], dtype=object)]
[array(['All nice people are rough.', 'Rough, nice people are smart.'], dtype=object) array(['Nice, young people are rough.', 'Rough, nice people are smart.'], dtype=object) ]
6,770
['The bald eagle chases the cat.' 'The bald eagle does not eat the mouse.' 'The cat eats the cow.' 'The cow eats the cat.' 'The cow is blue.' 'The cow is young.' 'The cow sees the cat.' 'The cow does not see the mouse.' 'The mouse does not chase the cow.' 'The mouse eats the bald eagle.' 'The mouse is round.']
['If something eats the mouse then it is round.' 'If the mouse is red then the mouse sees the cow.' 'If something chases the cat then it does not chase the mouse.' 'If the mouse chases the cat then the cat eats the mouse.' 'If something is round then it chases the cat.']
The cat is not round.
False
3
4
[array(['The mouse is round.'], dtype=object)]
[array(['If something is round then it chases the cat.', 'If the mouse chases the cat then the cat eats the mouse.', 'If something eats the mouse then it is round.'], dtype=object)]
6,771
['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)]
6,772
['The bald eagle chases the lion.' 'The bald eagle chases the squirrel.' 'The bald eagle eats the lion.' 'The bald eagle is kind.' 'The bald eagle is nice.' 'The bald eagle visits the squirrel.' 'The lion chases the squirrel.' 'The lion is kind.' 'The lion is nice.' 'The lion is red.' 'The lion is rough.' 'The lion visits the squirrel.' 'The squirrel is big.' 'The squirrel visits the bald eagle.' 'The squirrel visits the lion.']
['If someone eats the lion and the lion is red then the lion visits the bald eagle.' 'If someone is red then they chase the lion.' 'If someone eats the squirrel and they chase the bald eagle then the bald eagle is big.' 'If someone is red then they eat the lion.' 'If someone visits the bald eagle then they eat the squirrel.' 'If the squirrel eats the lion and the squirrel visits the bald eagle then the squirrel chases the bald eagle.' 'If someone is nice and they visit the bald eagle then the bald eagle is rough.' 'If someone is big then they chase the bald eagle.']
The bald eagle is not rough.
False
1
5
[array(['The lion is nice.', 'The bald eagle eats the lion.', 'The lion is red.'], dtype=object) array(['The lion is nice.', 'The lion is red.', 'The lion is red.'], dtype=object) ]
[array(['If someone eats the lion and the lion is red then the lion visits the bald eagle.', 'If someone is nice and they visit the bald eagle then the bald eagle is rough.'], dtype=object) array(['If someone is red then they eat the lion.', 'If someone eats the lion and the lion is red then the lion visits the bald eagle.', 'If someone is nice and they visit the bald eagle then the bald eagle is rough.'], dtype=object) ]
6,773
['Bob is red.' 'Erin is quiet.' 'Erin is white.' 'Gary is not furry.' 'Gary is white.' 'Harry is green.' 'Harry is not white.']
['If Erin is red then Erin is furry.' 'If Erin is furry then Erin is rough.' 'If Erin is quiet then Erin is red.']
Erin is not furry.
False
1
3
[array(['Erin is quiet.'], dtype=object)]
[array(['If Erin is quiet then Erin is red.', 'If Erin is red then Erin is furry.'], dtype=object)]
6,774
['The lion visits the tiger.' 'The rabbit is blue.' 'The tiger needs the lion.']
['If someone sees the lion and they visit the tiger then the tiger is blue.' 'If someone sees the rabbit then the rabbit visits the lion.' 'If someone needs the rabbit and the rabbit visits the tiger then the tiger is kind.' 'If the lion sees the rabbit and the rabbit is not red then the rabbit is young.' 'If the rabbit sees the tiger and the rabbit does not visit the tiger then the rabbit does not need the lion.' 'If someone needs the lion then they see the rabbit.' 'If someone sees the rabbit and the rabbit is kind then the rabbit does not see the tiger.' 'If the tiger is blue then the tiger needs the lion.']
The rabbit does not visit the lion.
False
1
3
[array(['The tiger needs the lion.'], dtype=object)]
[array(['If someone needs the lion then they see the rabbit.', 'If someone sees the rabbit then the rabbit visits the lion.'], dtype=object) ]
6,775
['Anne is green.' 'Anne is quiet.' 'Anne is red.' 'Anne is rough.' 'Anne is round.' 'Anne is white.' 'Dave is green.' 'Dave is red.' 'Dave is rough.' 'Dave is white.' 'Gary is green.' 'Gary is quiet.' 'Gary is rough.' 'Gary is round.' 'Harry is round.' 'Harry is young.']
['If someone is green then they are rough.' 'If Anne is round and Anne is young then Anne is red.' 'Rough people are red.' 'If someone is quiet and rough then they are green.' 'If Gary is white then Gary is young.' 'If someone is quiet then they are white.' 'If someone is green and round then they are red.' 'If someone is green then they are white.']
Harry is not white.
Unknown
1
-1
[]
[]
6,776
['Anne is big.' 'Anne is blue.' 'Anne is round.' 'Anne is smart.' 'Bob is cold.' 'Bob is green.' 'Bob is quiet.' 'Bob is round.' 'Bob is smart.' 'Charlie is cold.' 'Charlie is quiet.' 'Charlie is smart.' 'Dave is big.' 'Dave is blue.' 'Dave is round.']
['All green people are quiet.' 'Smart, blue people are green.' 'All big people are smart.']
Anne is quiet.
True
1
4
[array(['Anne is smart.', 'Anne is blue.'], dtype=object) array(['Anne is big.', 'Anne is blue.'], dtype=object)]
[array(['Smart, blue people are green.', 'All green people are quiet.'], dtype=object) array(['All big people are smart.', 'Smart, blue people are green.', 'All green people are quiet.'], dtype=object) ]
6,777
['The cow is young.' 'The cow needs the rabbit.' 'The rabbit is green.' 'The rabbit needs the cow.' 'The rabbit does not see the cow.' 'The rabbit visits the cow.' 'The tiger is young.' 'The tiger needs the cow.' 'The tiger sees the cow.' 'The tiger does not visit the cow.']
['If something is blue and it sees the rabbit then the rabbit is blue.' 'If something visits the rabbit then it does not see the tiger.' 'If something needs the cow then it visits the tiger.' 'If something visits the tiger then the tiger does not visit the rabbit.' 'If something is young and it does not need the tiger then the tiger sees the cow.' 'If something is big and it does not visit the cow then the cow is green.' 'If something needs the rabbit and it does not visit the tiger then it is big.' 'Green things are round.']
The tiger does not visit the rabbit.
True
1
3
[array(['The rabbit needs the cow.'], dtype=object) array(['The tiger needs the cow.'], dtype=object)]
[array(['If something needs the cow then it visits the tiger.', 'If something visits the tiger then the tiger does not visit the rabbit.'], dtype=object) array(['If something needs the cow then it visits the tiger.', 'If something visits the tiger then the tiger does not visit the rabbit.'], dtype=object) ]
6,778
['The bear chases the tiger.' 'The cow does not see the bear.' 'The tiger does not see the bear.']
['If the bear is rough and the cow does not chase the bear then the cow visits the bear.' 'If something chases the tiger then the tiger is young.' 'If something is young then it chases the tiger.']
The tiger does not chase the tiger.
False
1
3
[array(['The bear chases the tiger.'], dtype=object)]
[array(['If something chases the tiger then the tiger is young.', 'If something is young then it chases the tiger.'], dtype=object)]
6,779
['Charlie is quiet.' 'Erin is young.' 'Fiona is quiet.' 'Harry is rough.']
['Young, quiet things are big.' 'If something is rough and not green then it is big.' 'If something is young and not cold then it is not rough.' 'If something is cold and green then it is rough.' 'All young things are quiet.' 'If Charlie is not green and Charlie is not rough then Charlie is not big.']
Erin is not big.
False
1
4
[array(['Erin is young.', 'Erin is young.'], dtype=object)]
[array(['All young things are quiet.', 'Young, quiet things are big.'], dtype=object) ]
6,780
['Bob is rough.' 'Bob is young.' 'Dave is big.' 'Dave is quiet.' 'Dave is young.' 'Fiona is young.' 'Gary is red.']
['If someone is quiet then they are blue.' 'If someone is red then they are blue.' 'If someone is blue then they are quiet.' 'All red, rough people are big.' 'If someone is blue and big then they are rough.' 'Young people are red.' 'If Fiona is red and Fiona is rough then Fiona is young.' 'If someone is big then they are young.']
Fiona is big.
Unknown
1
-1
[]
[]
6,781
['The bald eagle likes the cat.' 'The bald eagle visits the rabbit.' 'The cat needs the bald eagle.' 'The cat needs the cow.' 'The cat visits the rabbit.' 'The cow likes the bald eagle.' 'The cow likes the rabbit.' 'The cow visits the bald eagle.' 'The rabbit is green.' 'The rabbit is red.' 'The rabbit needs the cat.']
['If someone needs the bald eagle and they are red then they visit the cow.' 'If someone needs the bald eagle then the bald eagle needs the rabbit.' 'If someone needs the cat then they like the bald eagle.' 'If someone needs the bald eagle then they are red.' 'If someone is green then they need the bald eagle.' 'If someone likes the bald eagle and they need the bald eagle then the bald eagle visits the rabbit.' 'If the cat likes the bald eagle then the bald eagle visits the cow.' 'If someone visits the cow then they need the cat.' 'If the cow is rough and the cow is nice then the cow is red.']
The rabbit visits the cow.
True
1
4
[array(['The rabbit is green.', 'The rabbit is red.'], dtype=object) array(['The rabbit is green.', 'The rabbit is green.'], dtype=object)]
[array(['If someone is green then they need the bald eagle.', 'If someone needs the bald eagle and they are red then they visit the cow.'], dtype=object) array(['If someone is green then they need the bald eagle.', 'If someone is green then they need the bald eagle.', 'If someone needs the bald eagle then they are red.', 'If someone needs the bald eagle and they are red then they visit the cow.'], dtype=object) ]
6,782
['The bear needs the mouse.' 'The bear needs the tiger.' 'The bear sees the squirrel.' 'The mouse is cold.' 'The mouse is rough.' 'The mouse needs the bear.' 'The mouse visits the squirrel.' 'The squirrel is red.' 'The squirrel needs the bear.' 'The squirrel needs the mouse.' 'The squirrel sees the mouse.' 'The tiger is red.' 'The tiger needs the squirrel.' 'The tiger sees the squirrel.' 'The tiger visits the bear.' 'The tiger visits the squirrel.']
['If the squirrel visits the bear then the bear needs the mouse.' 'If the squirrel sees the bear and the squirrel needs the mouse then the mouse is big.' 'If something sees the bear then it is red.' 'If something visits the tiger and it sees the squirrel then it is big.' 'If the squirrel sees the mouse then the mouse needs the squirrel.' 'If the squirrel visits the mouse then the squirrel needs the bear.' 'If something needs the squirrel then it sees the bear.' 'If the bear is cold then the bear needs the squirrel.']
The mouse is not red.
False
3
4
[array(['The squirrel sees the mouse.'], dtype=object)]
[array(['If the squirrel sees the mouse then the mouse needs the squirrel.', 'If something needs the squirrel then it sees the bear.', 'If something sees the bear then it is red.'], dtype=object) ]
6,783
['Anne is white.']
['If Anne is red then Anne is rough.' 'All blue, white things are cold.' 'If Anne is white then Anne is red.']
Anne is rough.
True
1
3
[array(['Anne is white.'], dtype=object)]
[array(['If Anne is white then Anne is red.', 'If Anne is red then Anne is rough.'], dtype=object)]
6,784
['Bob is green.' 'Charlie is blue.' 'Dave is nice.' 'Dave is red.' 'Dave is rough.' 'Gary is green.' 'Gary is red.']
['If Charlie is rough and Charlie is blue then Charlie is red.' 'If someone is red then they are blue.' 'All green, rough people are smart.' 'Red, kind people are rough.' 'All blue people are green.' 'If someone is rough and blue then they are red.' 'All nice, smart people are red.' 'Smart, rough people are red.']
Dave is not green.
False
1
3
[array(['Dave is red.'], dtype=object)]
[array(['If someone is red then they are blue.', 'All blue people are green.'], dtype=object)]
6,785
['Charlie is blue.' 'Gary is big.' 'Gary is blue.' 'Gary is furry.' 'Gary is nice.' 'Harry is furry.' 'Harry is nice.']
['If Charlie is nice and Charlie is big then Charlie is white.' 'All furry, blue people are rough.' 'All blue people are round.' 'All round people are furry.' 'If Harry is nice then Harry is rough.' 'All furry, big people are blue.']
Charlie is furry.
True
1
3
[array(['Charlie is blue.'], dtype=object)]
[array(['All blue people are round.', 'All round people are furry.'], dtype=object) ]
6,786
['Charlie is blue.' 'Gary is big.' 'Gary is blue.' 'Gary is furry.' 'Gary is nice.' 'Harry is furry.' 'Harry is nice.']
['If Charlie is nice and Charlie is big then Charlie is white.' 'All furry, blue people are rough.' 'All blue people are round.' 'All round people are furry.' 'If Harry is nice then Harry is rough.' 'All furry, big people are blue.']
Charlie is furry.
True
1
3
[array(['Charlie is blue.'], dtype=object)]
[array(['All blue people are round.', 'All round people are furry.'], dtype=object) ]
6,787
['Anne is green.' 'Anne is quiet.' 'Anne is smart.' 'Bob is cold.' 'Erin is white.' 'Gary is big.' 'Gary is cold.' 'Gary is green.' 'Gary is round.' 'Gary is smart.']
['If someone is cold and green then they are white.' 'If someone is big then they are cold.' 'All green people are big.' 'All round, big people are green.' 'If someone is smart then they are quiet.' 'All round people are smart.']
Anne is cold.
True
1
3
[array(['Anne is green.'], dtype=object)]
[array(['All green people are big.', 'If someone is big then they are cold.'], dtype=object)]
6,788
['Bob is quiet.' 'Charlie is rough.' 'Dave is big.' 'Gary is white.']
['If something is rough then it is green.' 'Green things are smart.' 'All white things are rough.']
Gary is not green.
False
1
3
[array(['Gary is white.'], dtype=object)]
[array(['All white things are rough.', 'If something is rough then it is green.'], dtype=object)]
6,789
['The bear chases the cow.' 'The bear chases the dog.' 'The bear eats the dog.' 'The bear is kind.' 'The cow chases the bear.' 'The cow chases the dog.' 'The cow does not eat the dog.' 'The cow is green.' 'The cow is kind.' 'The cow is nice.' 'The cow is not young.' 'The cow needs the bear.' 'The dog eats the cow.' 'The dog is not cold.' 'The dog is nice.' 'The dog does not need the cow.']
['If someone needs the cow and they are nice then the cow eats the dog.' 'If the cow is nice then the cow needs the dog.' 'If someone is green and they eat the dog then the dog does not eat the cow.' 'If someone eats the cow then they need the dog.' 'If someone needs the bear then the bear is kind.' 'If someone chases the cow then they do not need the cow.' 'If someone needs the dog then the dog does not chase the bear.' 'If someone needs the dog then they need the bear.']
The bear needs the bear.
Unknown
1
-1
[]
[]
6,790
['The bear is green.']
['If someone is young then they are kind.' 'If someone is young and nice then they are green.' 'All green people are round.' 'Kind people are nice.' 'Young people are nice.' 'If someone is round then they are young.' 'All young, green people are kind.' 'If someone is green and young then they are nice.']
The bear is not young.
False
1
3
[array(['The bear is green.'], dtype=object)]
[array(['All green people are round.', 'If someone is round then they are young.'], dtype=object)]
6,791
['Charlie is furry.' 'Charlie is nice.' 'Charlie is red.' 'Charlie is white.' 'Erin is big.' 'Erin is furry.' 'Erin is nice.' 'Erin is not red.' 'Erin is not rough.' 'Fiona is big.' 'Fiona is red.' 'Fiona is young.']
['If someone is furry then they are nice.' 'All white, big people are furry.' 'If someone is big then they are white.' 'If someone is big then they are white.' 'If Charlie is big and Charlie is not young then Charlie is not furry.' 'If someone is nice and not furry then they are not rough.']
Fiona is not nice.
False
3
5
[array(['Fiona is big.', 'Fiona is big.'], dtype=object) array(['Fiona is big.', 'Fiona is big.'], dtype=object)]
[array(['If someone is big then they are white.', 'All white, big people are furry.', 'If someone is furry then they are nice.'], dtype=object) array(['If someone is big then they are white.', 'All white, big people are furry.', 'If someone is furry then they are nice.'], dtype=object)]
6,792
['The bald eagle likes the rabbit.' 'The mouse likes the rabbit.' 'The rabbit visits the mouse.']
['If something sees the bald eagle then the bald eagle is cold.' 'If something visits the mouse then it sees the bald eagle.' 'If something is cold and it likes the rabbit then it sees the rabbit.' 'If something visits the bald eagle then it is big.' 'If something visits the mouse then it is big.' 'If something sees the mouse then it sees the bald eagle.' 'If something is big then it likes the mouse.' 'If something likes the rabbit then the rabbit sees the bald eagle.']
The rabbit likes the mouse.
True
1
3
[array(['The rabbit visits the mouse.'], dtype=object)]
[array(['If something visits the mouse then it is big.', 'If something is big then it likes the mouse.'], dtype=object)]
6,793
['Charlie is kind.' 'Erin is furry.']
['If someone is kind and quiet then they are furry.' 'If someone is red then they are blue.' 'If someone is furry then they are kind.' 'If someone is kind then they are quiet.' 'If someone is quiet and kind then they are big.' 'Kind, blue people are furry.']
Charlie is furry.
True
1
4
[array(['Charlie is kind.', 'Charlie is kind.'], dtype=object)]
[array(['If someone is kind then they are quiet.', 'If someone is kind and quiet then they are furry.'], dtype=object)]
6,794
['The bald eagle sees the bear.' 'The bear needs the bald eagle.' 'The cow is round.']
['If the bear likes the bald eagle and the bald eagle does not see the cow then the cow does not need the bear.' 'If someone needs the bald eagle and the bald eagle sees the bear then they do not see the bald eagle.' 'If the bald eagle sees the bear and the bald eagle is green then the bear does not need the bald eagle.' 'If the bear sees the cow and the cow is round then the cow does not like the bear.' 'If someone likes the cow then the cow does not like the bear.' 'If someone needs the bald eagle and they do not see the bald eagle then they are not round.']
The bear is round.
False
1
5
[array(['The bear needs the bald eagle.', 'The bear needs the bald eagle.', 'The bald eagle sees the bear.'], dtype=object) ]
[array(['If someone needs the bald eagle and the bald eagle sees the bear then they do not see the bald eagle.', 'If someone needs the bald eagle and they do not see the bald eagle then they are not round.'], dtype=object) ]
6,795
['Anne is cold.' 'Anne is not furry.' 'Anne is red.' 'Anne is round.' 'Bob is red.' 'Fiona is not round.' 'Gary is furry.']
['If someone is red then they are round.' 'Red people are round.' 'Furry, blue people are round.' 'If someone is cold and not blue then they are not red.' 'If someone is round and red then they are quiet.' 'If someone is cold then they are smart.' 'If someone is blue and smart then they are not cold.' 'If someone is quiet and round then they are cold.' 'Round, smart people are not furry.']
Bob is cold.
True
3
7
[array(['Bob is red.', 'Bob is red.', 'Bob is red.'], dtype=object) array(['Bob is red.', 'Bob is red.', 'Bob is red.'], dtype=object) array(['Bob is red.', 'Bob is red.', 'Bob is red.'], dtype=object) array(['Bob is red.', 'Bob is red.', 'Bob is red.'], dtype=object)]
[array(['If someone is red then they are round.', 'If someone is round and red then they are quiet.', 'If someone is red then they are round.', 'If someone is quiet and round then they are cold.'], dtype=object) array(['If someone is red then they are round.', 'If someone is round and red then they are quiet.', 'Red people are round.', 'If someone is quiet and round then they are cold.'], dtype=object) array(['Red people are round.', 'If someone is round and red then they are quiet.', 'If someone is red then they are round.', 'If someone is quiet and round then they are cold.'], dtype=object) array(['Red people are round.', 'If someone is round and red then they are quiet.', 'Red people are round.', 'If someone is quiet and round then they are cold.'], dtype=object)]
6,796
['Anne is not smart.' 'Anne is young.' 'Bob is not big.' 'Bob is blue.' 'Bob is kind.' 'Bob is not nice.' 'Bob is smart.' 'Harry is kind.' 'Harry is nice.' 'Harry is smart.']
['If Anne is young then Anne is big.' 'If someone is kind then they are smart.' 'If Harry is quiet then Harry is blue.' 'If someone is kind and nice then they are big.' 'All nice people are quiet.' 'Smart people are kind.' 'If Bob is big and Bob is kind then Bob is young.' 'If Anne is smart and Anne is not quiet then Anne is blue.']
Harry is not blue.
False
1
3
[array(['Harry is nice.'], dtype=object)]
[array(['All nice people are quiet.', 'If Harry is quiet then Harry is blue.'], dtype=object)]
6,797
['Anne is cold.' 'Anne is furry.' 'Bob is nice.' 'Bob is red.' 'Bob is rough.' 'Bob is round.' 'Charlie is cold.' 'Charlie is furry.' 'Charlie is nice.' 'Charlie is red.' 'Charlie is round.' 'Charlie is young.' 'Dave is cold.' 'Dave is furry.' 'Dave is nice.']
['All cold things are rough.' 'If something is rough then it is nice.' 'All rough, nice things are young.']
Dave is not young.
False
1
4
[array(['Dave is cold.', 'Dave is nice.'], dtype=object) array(['Dave is cold.', 'Dave is cold.'], dtype=object)]
[array(['All cold things are rough.', 'All rough, nice things are young.'], dtype=object) array(['All cold things are rough.', 'All cold things are rough.', 'If something is rough then it is nice.', 'All rough, nice things are young.'], dtype=object) ]
6,798
['The bear needs the tiger.' 'The cow is not nice.' 'The dog needs the tiger.' 'The tiger likes the cow.']
['If something needs the cow and the cow likes the tiger then the tiger is nice.' 'If something likes the bear then the bear sees the tiger.' 'If the dog sees the tiger and the cow does not need the dog then the dog likes the tiger.' 'If something needs the tiger then the tiger likes the bear.' 'If something likes the cow then it is big.' 'If something is big and it does not like the bear then it sees the bear.']
The bear does not see the tiger.
False
1
3
[array(['The bear needs the tiger.'], dtype=object) array(['The dog needs the tiger.'], dtype=object)]
[array(['If something needs the tiger then the tiger likes the bear.', 'If something likes the bear then the bear sees the tiger.'], dtype=object) array(['If something needs the tiger then the tiger likes the bear.', 'If something likes the bear then the bear sees the tiger.'], dtype=object) ]
6,799
['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 is green.
True
1
3
[array(['The cat chases the tiger.'], dtype=object)]
[array(['If someone chases the tiger then the tiger is blue.', 'If someone is blue then they are green.'], dtype=object)]