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