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
3,800
['Bob is red.' 'Erin is furry.' 'Erin is red.' 'Erin is round.' 'Gary is not furry.' 'Harry is kind.' 'Harry is young.']
['Furry things are white.' 'If something is red then it is furry.']
Bob is white.
True
1
3
[array(['Bob is red.'], dtype=object)]
[array(['If something is red then it is furry.', 'Furry things are white.'], dtype=object) ]
3,801
['Dave is not blue.' 'Fiona is nice.' 'Gary is blue.']
['If someone is blue then they are white.' 'All white, blue people are nice.' 'If Fiona is round then Fiona is quiet.']
Gary is not nice.
False
1
4
[array(['Gary is blue.', 'Gary is blue.'], dtype=object)]
[array(['If someone is blue then they are white.', 'All white, blue people are nice.'], dtype=object)]
3,802
['Anne is smart.' 'Charlie is nice.' 'Erin is furry.' 'Erin is white.' 'Fiona is smart.' 'Fiona is white.' 'Fiona is young.']
['Nice, smart things are young.' 'All young, white things are cold.' 'White things are red.' 'All furry, red things are nice.' 'All young things are white.' 'All young things are white.' 'All smart, cold things are furry.' 'If something is nice and white then it is smart.' 'If Anne is furry and Anne is white then Anne is red.']
Erin is not smart.
False
3
6
[array(['Erin is furry.', 'Erin is white.', 'Erin is white.'], dtype=object)]
[array(['White things are red.', 'All furry, red things are nice.', 'If something is nice and white then it is smart.'], dtype=object)]
3,803
['Erin is big.' 'Erin is green.' 'Erin is kind.' 'Erin is quiet.' 'Erin is red.' 'Erin is smart.' 'Fiona is big.' 'Gary is rough.' 'Harry is quiet.' 'Harry is smart.']
['All smart people are kind.' 'If Harry is rough and Harry is red then Harry is quiet.' 'If someone is green then they are smart.' 'All kind people are quiet.' 'If someone is rough and big then they are green.' 'Rough people are big.']
Fiona is kind.
Unknown
3
-1
[]
[]
3,804
['Bob is big.' 'Bob is cold.' 'Bob is nice.' 'Bob is red.' 'Bob is rough.' 'Bob is round.' 'Charlie is big.' 'Charlie is blue.' 'Charlie is cold.' 'Charlie is red.' 'Charlie is round.' 'Fiona is cold.' 'Fiona is nice.' 'Fiona is red.' 'Fiona is round.']
['If something is red and rough then it is nice.' 'If something is blue then it is big.' 'Round things are cold.' 'Big, nice things are round.' 'If Charlie is rough then Charlie is big.' 'All nice things are blue.' 'If something is blue then it is round.' 'All big things are rough.']
Charlie is not nice.
False
1
4
[array(['Charlie is red.', 'Charlie is big.'], dtype=object) array(['Charlie is red.', 'Charlie is blue.'], dtype=object)]
[array(['All big things are rough.', 'If something is red and rough then it is nice.'], dtype=object) array(['If something is blue then it is big.', 'All big things are rough.', 'If something is red and rough then it is nice.'], dtype=object)]
3,805
['Charlie is big.' 'Charlie is not furry.' 'Fiona is big.' 'Fiona is furry.' 'Fiona is not nice.' 'Fiona is red.' 'Fiona is not young.' 'Gary is rough.' 'Gary is white.' 'Gary is young.']
['If something is big then it is red.' 'If something is red and not furry then it is not nice.' 'If something is white and not rough then it is nice.' 'If something is red then it is not nice.' 'All young things are big.' 'All young things are big.']
Charlie is nice.
False
1
3
[array(['Charlie is big.'], dtype=object) array(['Charlie is big.', 'Charlie is not furry.'], dtype=object)]
[array(['If something is big then it is red.', 'If something is red then it is not nice.'], dtype=object) array(['If something is big then it is red.', 'If something is red and not furry then it is not nice.'], dtype=object) ]
3,806
['Charlie is quiet.' 'Harry is rough.' 'Harry is not white.']
['If Charlie is white then Charlie is not blue.' 'All nice things are green.' 'If something is blue and green then it is white.' 'If something is kind and nice then it is not blue.' 'Green things are nice.' 'If Harry is kind and Harry is green then Harry is blue.' 'Green, white things are quiet.' 'If something is white and not blue then it is rough.']
Charlie is not nice.
Unknown
1
-1
[]
[]
3,807
['Gary is cold.' 'Gary is nice.' 'Gary is quiet.' 'Harry is blue.' 'Harry is cold.' 'Harry is nice.' 'Harry is quiet.' 'Harry is red.' 'Harry is rough.' 'Harry is smart.']
['All rough people are red.' 'Nice, blue people are rough.' 'All red people are cold.' 'If Gary is blue then Gary is cold.' 'If Gary is nice then Gary is rough.' 'All nice people are quiet.' 'If someone is smart then they are rough.' 'All cold people are rough.']
Gary is not red.
False
1
3
[array(['Gary is cold.'], dtype=object) array(['Gary is nice.'], dtype=object)]
[array(['All cold people are rough.', 'All rough people are red.'], dtype=object) array(['If Gary is nice then Gary is rough.', 'All rough people are red.'], dtype=object) ]
3,808
['Bob is furry.' 'Bob is rough.' 'Bob is young.' 'Dave is furry.' 'Dave is young.' 'Fiona is cold.' 'Fiona is kind.' 'Fiona is rough.' 'Fiona is white.' 'Harry is kind.' 'Harry is rough.']
['If someone is kind then they are rough.' 'All round people are cold.' 'If someone is kind then they are furry.' 'If someone is cold and rough then they are young.' 'If someone is white and kind then they are round.' 'Furry people are cold.' 'If Bob is round and Bob is rough then Bob is kind.' 'If someone is young then they are white.' 'If someone is young then they are kind.']
Bob is round.
True
1
5
[array(['Bob is young.', 'Bob is young.'], dtype=object) array(['Bob is young.', 'Bob is furry.', 'Bob is rough.'], dtype=object) array(['Bob is furry.', 'Bob is rough.', 'Bob is young.'], dtype=object) array(['Bob is furry.', 'Bob is rough.', 'Bob is furry.', 'Bob is rough.'], dtype=object) ]
[array(['If someone is young then they are white.', 'If someone is young then they are kind.', 'If someone is white and kind then they are round.'], dtype=object) array(['If someone is young then they are white.', 'Furry people are cold.', 'If someone is cold and rough then they are young.', 'If someone is young then they are kind.', 'If someone is white and kind then they are round.'], dtype=object) array(['Furry people are cold.', 'If someone is cold and rough then they are young.', 'If someone is young then they are white.', 'If someone is young then they are kind.', 'If someone is white and kind then they are round.'], dtype=object) array(['Furry people are cold.', 'If someone is cold and rough then they are young.', 'If someone is young then they are white.', 'Furry people are cold.', 'If someone is cold and rough then they are young.', 'If someone is young then they are kind.', 'If someone is white and kind then they are round.'], dtype=object)]
3,809
['The cat needs the mouse.' 'The cat visits the lion.' 'The lion is cold.' 'The lion is red.' 'The lion is round.' 'The lion likes the squirrel.' 'The lion needs the squirrel.' 'The lion visits the squirrel.' 'The mouse is cold.' 'The mouse needs the lion.' 'The mouse visits the lion.' 'The squirrel likes the lion.']
['If something needs the mouse and it needs the lion then the lion needs the mouse.' 'If something visits the lion then it needs the cat.' 'If the mouse visits the squirrel then the squirrel likes the cat.' 'If something is rough then it is cold.' 'If the squirrel is cold then the squirrel visits the cat.' 'If something visits the cat then the cat likes the mouse.' 'If something visits the squirrel then the squirrel is rough.' 'If something likes the mouse then it does not need the squirrel.' 'If something is red and it does not need the squirrel then it visits the mouse.']
The squirrel is not cold.
False
1
3
[array(['The lion visits the squirrel.'], dtype=object)]
[array(['If something visits the squirrel then the squirrel is rough.', 'If something is rough then it is cold.'], dtype=object) ]
3,810
['The bear is kind.' 'The bear is round.' 'The bear needs the cat.' 'The bear needs the squirrel.' 'The bear visits the squirrel.' 'The cat is blue.' 'The cat needs the squirrel.' 'The cat visits the dog.' 'The dog eats the cat.' 'The dog visits the bear.' 'The dog visits the squirrel.' 'The squirrel is big.' 'The squirrel is blue.' 'The squirrel needs the bear.' 'The squirrel needs the dog.' 'The squirrel visits the dog.']
['If someone needs the cat then the cat is blue.' 'If someone needs the bear and the bear needs the squirrel then the squirrel is round.' 'If someone is round then they eat the cat.']
The squirrel does not eat the cat.
False
1
4
[array(['The squirrel needs the bear.', 'The bear needs the squirrel.'], dtype=object) ]
[array(['If someone needs the bear and the bear needs the squirrel then the squirrel is round.', 'If someone is round then they eat the cat.'], dtype=object) ]
3,811
['The dog chases the squirrel.' 'The dog is rough.' 'The dog sees the rabbit.' 'The rabbit is green.' 'The rabbit likes the squirrel.' 'The rabbit sees the dog.' 'The squirrel sees the rabbit.']
['If something is green then it chases the squirrel.' 'If something sees the rabbit and it likes the dog then the rabbit likes the squirrel.' 'If the dog sees the rabbit and the dog chases the rabbit then the rabbit chases the squirrel.' 'If the rabbit chases the dog then the dog chases the rabbit.' 'If something sees the dog and it chases the squirrel then the squirrel chases the rabbit.' 'If something is cold then it chases the dog.' 'If something likes the rabbit then it sees the squirrel.' 'If something chases the squirrel and it likes the squirrel then it likes the rabbit.']
The squirrel does not chase the rabbit.
False
1
4
[array(['The rabbit sees the dog.', 'The rabbit is green.'], dtype=object)]
[array(['If something is green then it chases the squirrel.', 'If something sees the dog and it chases the squirrel then the squirrel chases the rabbit.'], dtype=object) ]
3,812
['Anne is furry.' 'Anne is kind.' 'Bob is big.' 'Bob is furry.' 'Bob is kind.' 'Bob is white.' 'Dave is big.' 'Dave is furry.' 'Dave is nice.' 'Dave is rough.' 'Dave is white.' 'Dave is young.' 'Erin is kind.' 'Erin is nice.' 'Erin is rough.' 'Erin is white.']
['Rough things are young.' 'Kind things are big.' 'Furry things are nice.' 'All kind, nice things are young.' 'White, kind things are rough.' 'If something is young then it is white.' 'Furry things are young.' 'If Erin is white then Erin is furry.']
Anne is not white.
False
1
3
[array(['Anne is furry.'], dtype=object) array(['Anne is kind.', 'Anne is furry.'], dtype=object)]
[array(['Furry things are young.', 'If something is young then it is white.'], dtype=object) array(['Furry things are nice.', 'All kind, nice things are young.', 'If something is young then it is white.'], dtype=object) ]
3,813
['Dave is cold.' 'Dave is kind.' 'Fiona is big.' 'Fiona is kind.' 'Fiona is smart.' 'Gary is cold.' 'Gary is young.']
['Kind people are young.' 'Nice people are young.' 'Big, kind people are young.' 'If someone is young and big then they are furry.' 'Nice, kind people are furry.' 'Smart, young people are nice.' 'Big, nice people are cold.' 'If someone is big and furry then they are nice.']
Fiona is furry.
True
1
4
[array(['Fiona is kind.', 'Fiona is big.'], dtype=object) array(['Fiona is big.', 'Fiona is kind.', 'Fiona is big.'], dtype=object) array(['Fiona is smart.', 'Fiona is kind.', 'Fiona is kind.'], dtype=object) array(['Fiona is smart.', 'Fiona is big.', 'Fiona is kind.', 'Fiona is kind.'], dtype=object) ]
[array(['Kind people are young.', 'If someone is young and big then they are furry.'], dtype=object) array(['Big, kind people are young.', 'If someone is young and big then they are furry.'], dtype=object) array(['Kind people are young.', 'Smart, young people are nice.', 'Nice, kind people are furry.'], dtype=object) array(['Big, kind people are young.', 'Smart, young people are nice.', 'Nice, kind people are furry.'], dtype=object) ]
3,814
['Gary is rough.' 'Harry is cold.' 'Harry is kind.']
['Quiet things are not nice.' 'All white, rough things are nice.' 'If Gary is not cold then Gary is nice.' 'Kind things are furry.' 'White things are quiet.' 'If something is cold then it is white.']
Harry is quiet.
True
1
3
[array(['Harry is cold.'], dtype=object)]
[array(['If something is cold then it is white.', 'White things are quiet.'], dtype=object)]
3,815
['The bear is big.' 'The cat likes the bear.' 'The lion chases the cat.' 'The lion is cold.' 'The lion is green.' 'The lion likes the bear.' 'The tiger sees the lion.']
['If something is big and it chases the lion then the lion likes the tiger.' 'If something is young then it likes the tiger.' 'If something is cold and it chases the cat then it chases the bear.' 'If something is big then it likes the tiger.' 'If the cat is cold then the cat sees the bear.' 'If something sees the tiger then it is big.' 'If the tiger is young then the tiger sees the lion.' 'If the tiger is green then the tiger sees the lion.']
The cat does not like the tiger.
Unknown
1
-1
[]
[]
3,816
['Anne is furry.' 'Fiona is not furry.' 'Fiona is not rough.']
['If something is quiet then it is young.' 'All quiet, big things are not white.' 'If something is young and furry then it is quiet.' 'If something is young then it is big.' 'If Anne is furry then Anne is young.' 'If something is quiet and not white then it is rough.' 'If something is rough and not furry then it is green.' 'Furry things are not green.']
Anne is quiet.
True
1
4
[array(['Anne is furry.', 'Anne is furry.'], dtype=object)]
[array(['If Anne is furry then Anne is young.', 'If something is young and furry then it is quiet.'], dtype=object)]
3,817
['Fiona is blue.' 'Fiona is cold.' 'Fiona is kind.' 'Fiona is rough.' 'Fiona is white.' 'Gary is blue.' 'Gary is cold.' 'Gary is kind.' 'Gary is red.' 'Gary is rough.' 'Gary is round.' 'Gary is white.']
['All kind things are red.' 'If Gary is rough and Gary is blue then Gary is cold.' 'If something is red and kind then it is round.']
Fiona is not round.
False
1
4
[array(['Fiona is kind.', 'Fiona is kind.'], dtype=object)]
[array(['All kind things are red.', 'If something is red and kind then it is round.'], dtype=object)]
3,818
['Anne is not round.' 'Dave is not cold.' 'Dave is nice.' 'Dave is round.' 'Dave is not smart.' 'Fiona is blue.' 'Fiona is smart.' 'Gary is quiet.' 'Gary is not round.' 'Gary is smart.']
['All smart people are cold.' 'Cold people are blue.' 'If someone is blue then they are not furry.' 'If Anne is cold and Anne is furry then Anne is nice.' 'If someone is furry and blue then they are round.' 'If Dave is cold and Dave is quiet then Dave is nice.' 'If someone is smart then they are quiet.' 'If someone is smart and not blue then they are not quiet.']
Gary is blue.
True
1
3
[array(['Gary is smart.'], dtype=object)]
[array(['All smart people are cold.', 'Cold people are blue.'], dtype=object) ]
3,819
['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
[]
[]
3,820
['The bear likes the rabbit.' 'The dog chases the tiger.' 'The dog does not like the bear.' 'The rabbit eats the bear.' 'The rabbit eats the dog.' 'The rabbit eats the tiger.' 'The rabbit likes the dog.' 'The rabbit likes the tiger.' 'The tiger does not eat the rabbit.' 'The tiger is big.' 'The tiger is young.' 'The tiger likes the dog.']
['If the bear chases the tiger and the bear does not like the dog then the dog chases the bear.' 'If someone is big and they do not eat the dog then the dog is not big.' 'If someone is red then they are blue.' 'If someone eats the tiger then the tiger is red.' 'If someone likes the tiger then they are not red.' 'If someone eats the bear and the bear does not like the tiger then they are not young.']
The tiger is blue.
True
1
3
[array(['The rabbit eats the tiger.'], dtype=object)]
[array(['If someone eats the tiger then the tiger is red.', 'If someone is red then they are blue.'], dtype=object)]
3,821
['The cat is nice.' 'The cat needs the lion.' 'The cat visits the lion.' 'The cow is nice.' 'The cow needs the cat.' 'The lion is nice.' 'The lion is red.' 'The lion is young.' 'The lion needs the cow.' 'The lion needs the squirrel.' 'The squirrel is young.']
['If the cow needs the lion then the lion visits the squirrel.' 'If something needs the squirrel then it visits the cat.' 'If something needs the cow and it chases the squirrel then the cow is rough.' 'If something chases the squirrel and it is young then the squirrel needs the cat.' 'If something visits the cow then it is rough.' 'If the squirrel visits the cat and the cat is red then the squirrel chases the cow.' 'All nice things are big.' 'If something is big then it visits the squirrel.' 'If something visits the cat and the cat visits the squirrel then the squirrel is nice.']
The cow does not visit the squirrel.
False
1
3
[array(['The cow is nice.'], dtype=object)]
[array(['All nice things are big.', 'If something is big then it visits the squirrel.'], dtype=object)]
3,822
['The bald eagle is not green.' 'The bald eagle likes the bear.' 'The bald eagle does not see the mouse.' 'The bear is red.' 'The mouse is nice.' 'The mouse is rough.' 'The mouse likes the bald eagle.']
['If something likes the bear then the bear eats the mouse.' 'If something is red then it eats the bear.' 'If the bear is red then the bear is not green.' 'If something is big and not rough then it does not see the bald eagle.' 'If something is green and it likes the mouse then the mouse eats the bear.' 'If something eats the mouse and it is not green then the mouse sees the bear.' 'If something sees the bear then it likes the bald eagle.' 'If something sees the bear and the bear is red then the bear does not like the bald eagle.']
The mouse does not see the bear.
False
1
5
[array(['The bald eagle likes the bear.', 'The bear is red.'], dtype=object)]
[array(['If something likes the bear then the bear eats the mouse.', 'If the bear is red then the bear is not green.', 'If something eats the mouse and it is not green then the mouse sees the bear.'], dtype=object) ]
3,823
['Anne is furry.' 'Anne is kind.' 'Anne is not nice.' 'Anne is quiet.' 'Charlie is green.' 'Erin is furry.' 'Erin is nice.' 'Erin is round.' 'Fiona is furry.' 'Fiona is kind.' 'Fiona is not nice.' 'Fiona is round.']
['If someone is green then they are not round.' 'If Charlie is round then Charlie is kind.' 'If Erin is green then Erin is quiet.' 'If Charlie is not round then Charlie is smart.' 'If someone is round and not quiet then they are furry.' 'If someone is smart then they are furry.']
Charlie is not smart.
False
1
3
[array(['Charlie is green.'], dtype=object)]
[array(['If someone is green then they are not round.', 'If Charlie is not round then Charlie is smart.'], dtype=object)]
3,824
['The bear eats the rabbit.' 'The bear is blue.' 'The bear is green.' 'The bear is young.' 'The bear likes the rabbit.' 'The bear sees the rabbit.' 'The rabbit eats the bear.']
['If someone is young then they like the rabbit.' 'If someone sees the bear then the bear is round.' 'If someone is young and they like the rabbit then they see the bear.' 'If someone sees the rabbit then they are green.' 'If someone likes the bear then they are young.' 'If someone sees the bear and they see the rabbit then the rabbit is young.' 'If someone likes the bear then the bear eats the rabbit.' 'If someone is red and they eat the rabbit then they like the rabbit.']
The rabbit likes the rabbit.
True
3
6
[array(['The bear is young.', 'The bear likes the rabbit.', 'The bear sees the rabbit.'], dtype=object) array(['The bear is young.', 'The bear is young.', 'The bear sees the rabbit.'], dtype=object)]
[array(['If someone is young and they like the rabbit then they see the bear.', 'If someone sees the bear and they see the rabbit then the rabbit is young.', 'If someone is young then they like the rabbit.'], dtype=object) array(['If someone is young then they like the rabbit.', 'If someone is young and they like the rabbit then they see the bear.', 'If someone sees the bear and they see the rabbit then the rabbit is young.', 'If someone is young then they like the rabbit.'], dtype=object) ]
3,825
['Bob is big.' 'Bob is cold.' 'Bob is kind.' 'Bob is quiet.' 'Bob is smart.' 'Erin is blue.' 'Erin is cold.' 'Erin is kind.' 'Erin is white.' 'Fiona is quiet.' 'Fiona is not smart.' 'Fiona is white.' 'Gary is blue.' 'Gary is white.']
['If someone is cold then they are blue.' 'If someone is big then they are cold.' 'If someone is smart then they are quiet.' 'If someone is blue then they are quiet.' 'All cold people are quiet.' 'All quiet, blue people are big.' 'Cold, quiet people are smart.' 'If someone is smart and not cold then they are kind.' 'White, smart people are kind.']
Erin is smart.
True
1
4
[array(['Erin is cold.', 'Erin is blue.'], dtype=object) array(['Erin is cold.', 'Erin is cold.'], dtype=object) array(['Erin is cold.', 'Erin is cold.'], dtype=object) array(['Erin is blue.', 'Erin is blue.', 'Erin is blue.'], dtype=object) array(['Erin is blue.', 'Erin is blue.', 'Erin is cold.'], dtype=object) array(['Erin is blue.', 'Erin is blue.', 'Erin is cold.'], dtype=object)]
[array(['If someone is blue then they are quiet.', 'Cold, quiet people are smart.'], dtype=object) array(['All cold people are quiet.', 'Cold, quiet people are smart.'], dtype=object) array(['If someone is cold then they are blue.', 'If someone is blue then they are quiet.', 'Cold, quiet people are smart.'], dtype=object) array(['If someone is blue then they are quiet.', 'All quiet, blue people are big.', 'If someone is big then they are cold.', 'If someone is blue then they are quiet.', 'Cold, quiet people are smart.'], dtype=object) array(['If someone is blue then they are quiet.', 'All quiet, blue people are big.', 'If someone is big then they are cold.', 'All cold people are quiet.', 'Cold, quiet people are smart.'], dtype=object) array(['If someone is blue then they are quiet.', 'All quiet, blue people are big.', 'If someone is big then they are cold.', 'If someone is cold then they are blue.', 'If someone is blue then they are quiet.', 'Cold, quiet people are smart.'], dtype=object)]
3,826
['Anne is blue.' 'Charlie is blue.' 'Charlie is green.' 'Charlie is smart.' 'Fiona is big.' 'Fiona is blue.' 'Fiona is furry.' 'Fiona is green.' 'Fiona is quiet.' 'Gary is rough.' 'Gary is smart.']
['All blue things are quiet.' 'If Anne is green then Anne is quiet.' 'All rough, blue things are smart.' 'All blue, quiet things are furry.' 'If something is furry then it is blue.' 'Furry things are rough.' 'Smart things are big.' 'Rough things are quiet.']
Gary is furry.
Unknown
1
-1
[]
[]
3,827
['Charlie is round.' 'Charlie is not young.' 'Dave is rough.' 'Dave is not young.' 'Erin is cold.' 'Erin is young.' 'Harry is furry.']
['Round people are white.' 'If someone is young then they are white.' 'All round, rough people are big.' 'All young, big people are not cold.' 'Round, big people are not cold.' 'Furry people are round.' 'White, round people are furry.' 'If Dave is furry and Dave is round then Dave is rough.' 'If someone is furry then they are rough.']
Charlie is not rough.
False
3
5
[array(['Charlie is round.', 'Charlie is round.'], dtype=object)]
[array(['Round people are white.', 'White, round people are furry.', 'If someone is furry then they are rough.'], dtype=object) ]
3,828
['Dave is blue.' 'Dave is nice.' 'Dave is red.' 'Dave is rough.' 'Dave is white.' 'Dave is young.' 'Fiona is blue.' 'Fiona is nice.' 'Fiona is rough.' 'Fiona is white.' 'Fiona is young.' 'Gary is big.' 'Gary is red.' 'Gary is young.' 'Harry is big.' 'Harry is red.']
['All big, young things are blue.' 'If something is white then it is red.' 'All rough things are big.' 'If something is rough then it is white.' 'If something is young and red then it is rough.' 'Red things are young.']
Harry is white.
True
3
5
[array(['Harry is red.', 'Harry is red.'], dtype=object)]
[array(['Red things are young.', 'If something is young and red then it is rough.', 'If something is rough then it is white.'], dtype=object)]
3,829
['The cat is cold.' 'The cat is kind.' 'The cat is nice.']
['If the cat is red then the cat is big.' 'All nice, cold people are red.' 'Kind, cold people are nice.']
The cat is big.
True
1
4
[array(['The cat is nice.', 'The cat is cold.'], dtype=object) array(['The cat is kind.', 'The cat is cold.', 'The cat is cold.'], dtype=object) ]
[array(['All nice, cold people are red.', 'If the cat is red then the cat is big.'], dtype=object) array(['Kind, cold people are nice.', 'All nice, cold people are red.', 'If the cat is red then the cat is big.'], dtype=object) ]
3,830
['The cat chases the lion.' 'The lion chases the cat.']
['If something chases the lion and it chases the cat then it needs the cat.' 'If something sees the lion then it needs the lion.' 'If something chases the lion then it is red.' 'If something sees the lion and the lion is nice then the lion needs the cat.' 'If the cat chases the lion then the lion needs the cat.' 'Red things are round.']
The cat is round.
True
1
3
[array(['The cat chases the lion.'], dtype=object)]
[array(['If something chases the lion then it is red.', 'Red things are round.'], dtype=object) ]
3,831
['Dave is blue.' 'Dave is kind.' 'Dave is round.' 'Dave is white.' 'Dave is young.' 'Fiona is furry.' 'Fiona is kind.' 'Fiona is not white.' 'Fiona is young.' 'Gary is blue.' 'Gary is kind.' 'Gary is smart.' 'Gary is young.' 'Harry is kind.' 'Harry is white.']
['If Dave is smart and Dave is round then Dave is kind.' 'White things are blue.' 'If Harry is smart and Harry is young then Harry is furry.' 'All blue things are round.' 'If Dave is round and Dave is blue then Dave is furry.' 'Blue things are smart.']
Harry is not smart.
False
1
3
[array(['Harry is white.'], dtype=object)]
[array(['White things are blue.', 'Blue things are smart.'], dtype=object)]
3,832
['The bear is green.' 'The bear is kind.' 'The mouse needs the bear.' 'The mouse visits the bear.' 'The mouse visits the squirrel.' 'The mouse visits the tiger.' 'The squirrel chases the bear.' 'The squirrel is cold.' 'The squirrel is nice.' 'The tiger is green.' 'The tiger needs the bear.']
['If something needs the mouse then it is kind.' 'If the mouse is young then the mouse needs the bear.' 'If something chases the bear then it needs the tiger.' 'If something needs the squirrel and it visits the mouse then the mouse needs the squirrel.' 'If something visits the squirrel then it needs the mouse.' 'If something chases the squirrel and the squirrel is nice then it is young.' 'If something visits the mouse and the mouse is green then it needs the tiger.' 'If something is kind and it visits the tiger then the tiger visits the squirrel.' 'If the bear needs the squirrel and the bear visits the tiger then the bear chases the tiger.']
The mouse is not kind.
False
1
3
[array(['The mouse visits the squirrel.'], dtype=object)]
[array(['If something visits the squirrel then it needs the mouse.', 'If something needs the mouse then it is kind.'], dtype=object)]
3,833
['The mouse is nice.' 'The squirrel visits the mouse.' 'The tiger chases the squirrel.']
['If someone is cold then they visit the mouse.' 'If someone is nice then they are cold.' 'If someone visits the mouse and the mouse is young then the mouse chases the squirrel.']
The mouse visits the mouse.
True
1
3
[array(['The mouse is nice.'], dtype=object)]
[array(['If someone is nice then they are cold.', 'If someone is cold then they visit the mouse.'], dtype=object)]
3,834
['Dave is blue.' 'Erin is red.' 'Erin is round.' 'Erin is smart.' 'Erin is white.' 'Fiona is rough.' 'Fiona is round.' 'Harry is red.' 'Harry is rough.' 'Harry is smart.']
['All smart, round people are blue.' 'If Fiona is round then Fiona is red.' 'If someone is red then they are young.' 'If Harry is young and Harry is round then Harry is rough.' 'If someone is young and smart then they are blue.' 'White people are smart.' 'Young people are round.' 'If someone is young then they are white.']
Dave is smart.
Unknown
3
-1
[]
[]
3,835
['Anne is quiet.' 'Anne is not round.' 'Anne is young.' 'Charlie is not quiet.' 'Charlie is young.' 'Dave is blue.' 'Dave is not smart.' 'Harry is blue.' 'Harry is kind.' 'Harry is young.']
['All blue, kind things are rough.' 'Rough, kind things are quiet.' 'Round things are kind.' 'If Anne is round then Anne is kind.' 'If Anne is smart and Anne is quiet then Anne is not round.' 'All blue things are round.' 'If something is kind and not round then it is young.' 'If something is quiet and not blue then it is young.' 'Quiet things are young.']
Dave is kind.
True
1
3
[array(['Dave is blue.'], dtype=object)]
[array(['All blue things are round.', 'Round things are kind.'], dtype=object) ]
3,836
['The bald eagle is blue.' 'The bald eagle is cold.' 'The bald eagle needs the rabbit.' 'The bear visits the lion.' 'The lion is nice.' 'The lion likes the bald eagle.' 'The lion needs the bald eagle.' 'The lion needs the rabbit.' 'The lion visits the rabbit.' 'The rabbit likes the bear.' 'The rabbit needs the bald eagle.' 'The rabbit needs the lion.' 'The rabbit visits the bald eagle.' 'The rabbit visits the bear.']
['If someone visits the rabbit then they need the bear.' 'If someone needs the rabbit then the rabbit likes the bear.' 'If someone visits the bear and the bear needs the rabbit then they need the bear.' 'If someone needs the bear then they need the rabbit.' 'If the bear needs the lion and the bear likes the bald eagle then the bear visits the bald eagle.' 'If someone is blue and they like the bald eagle then the bald eagle needs the rabbit.' 'If someone likes the bear then the bear visits the rabbit.' 'If the bald eagle likes the rabbit and the bald eagle visits the rabbit then the bald eagle needs the bear.' 'If the rabbit likes the bear then the bear visits the bald eagle.']
The bear does not need the bear.
False
1
3
[array(['The rabbit likes the bear.'], dtype=object) array(['The bald eagle needs the rabbit.'], dtype=object) array(['The lion needs the rabbit.'], dtype=object) array(['The lion visits the rabbit.'], dtype=object)]
[array(['If someone likes the bear then the bear visits the rabbit.', 'If someone visits the rabbit then they need the bear.'], dtype=object) array(['If someone needs the rabbit then the rabbit likes the bear.', 'If someone likes the bear then the bear visits the rabbit.', 'If someone visits the rabbit then they need the bear.'], dtype=object) array(['If someone needs the rabbit then the rabbit likes the bear.', 'If someone likes the bear then the bear visits the rabbit.', 'If someone visits the rabbit then they need the bear.'], dtype=object) array(['If someone visits the rabbit then they need the bear.', 'If someone needs the bear then they need the rabbit.', 'If someone needs the rabbit then the rabbit likes the bear.', 'If someone likes the bear then the bear visits the rabbit.', 'If someone visits the rabbit then they need the bear.'], dtype=object) ]
3,837
['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 eats the mouse.
True
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) ]
3,838
['The cat eats the squirrel.' 'The cat sees the squirrel.' 'The cow eats the squirrel.' 'The cow sees the cat.' 'The rabbit is round.' 'The rabbit sees the cat.' 'The squirrel eats the rabbit.' 'The squirrel is cold.' 'The squirrel needs the rabbit.' 'The squirrel sees the cat.']
['If someone sees the cat and they are not green then they see the cow.' 'If the rabbit is kind and the rabbit sees the squirrel then the squirrel needs the rabbit.' 'Rough people are cold.' 'If someone sees the rabbit then they are not round.' 'If someone sees the squirrel and they are not green then they need the squirrel.' 'If someone eats the cow then they see the rabbit.' 'If someone eats the squirrel then they are rough.' 'If someone is cold then they eat the cow.']
The rabbit is cold.
Unknown
1
-1
[]
[]
3,839
['Dave is rough.' 'Erin is quiet.' 'Erin is not red.' 'Erin is young.' 'Fiona is not blue.' 'Fiona is quiet.' 'Fiona is not rough.']
['If someone is young then they are big.' 'Red people are white.' 'All quiet, blue people are not white.' 'All blue, big people are young.' 'If Dave is quiet then Dave is blue.' 'All young, big people are blue.']
Erin is not white.
True
3
6
[array(['Erin is quiet.', 'Erin is young.', 'Erin is young.'], dtype=object)]
[array(['If someone is young then they are big.', 'All young, big people are blue.', 'All quiet, blue people are not white.'], dtype=object)]
3,840
['Anne is big.' 'Anne is not green.' 'Anne is not kind.' 'Anne is red.' 'Dave is big.' 'Dave is red.' 'Dave is young.' 'Fiona is big.' 'Fiona is cold.' 'Fiona is green.' 'Fiona is kind.' 'Fiona is quiet.' 'Fiona is red.' 'Gary is cold.' 'Gary is green.' 'Gary is young.']
['If Gary is big then Gary is green.' 'If Gary is young then Gary is quiet.' 'Quiet things are big.']
Gary is big.
True
1
3
[array(['Gary is young.'], dtype=object)]
[array(['If Gary is young then Gary is quiet.', 'Quiet things are big.'], dtype=object) ]
3,841
['Charlie is blue.' 'Charlie is white.' 'Erin is kind.' 'Erin is nice.' 'Erin is white.' 'Fiona is kind.' 'Fiona is white.']
['If someone is quiet and white then they are blue.' 'Blue, kind people are furry.' 'White people are quiet.']
Erin is not furry.
False
3
6
[array(['Erin is white.', 'Erin is white.', 'Erin is kind.'], dtype=object)]
[array(['White people are quiet.', 'If someone is quiet and white then they are blue.', 'Blue, kind people are furry.'], dtype=object) ]
3,842
['The cow does not chase the mouse.' 'The cow chases the squirrel.' 'The cow eats the mouse.' 'The cow likes the squirrel.' 'The lion chases the squirrel.' 'The lion eats the cow.' 'The lion eats the squirrel.' 'The lion is cold.' 'The lion likes the cow.' 'The mouse eats the cow.' 'The mouse is not nice.' 'The squirrel chases the lion.']
['If someone is big then they chase the lion.' 'If someone chases the lion then they eat the lion.' 'If someone is nice then they do not eat the lion.' 'If the lion is cold and the lion is not rough then the lion is nice.' 'If the cow chases the lion and the cow likes the lion then the cow eats the lion.' 'If someone eats the lion then the lion is big.' 'If someone is big and they chase the mouse then the mouse does not chase the cow.' 'If someone is rough then they like the lion.' 'If someone eats the lion then they like the squirrel.']
The mouse eats the lion.
Unknown
1
-1
[]
[]
3,843
['Anne is big.' 'Anne is not green.' 'Anne is not kind.' 'Anne is red.' 'Dave is big.' 'Dave is red.' 'Dave is young.' 'Fiona is big.' 'Fiona is cold.' 'Fiona is green.' 'Fiona is kind.' 'Fiona is quiet.' 'Fiona is red.' 'Gary is cold.' 'Gary is green.' 'Gary is young.']
['If Gary is big then Gary is green.' 'If Gary is young then Gary is quiet.' 'Quiet things are big.']
Gary is big.
True
1
3
[array(['Gary is young.'], dtype=object)]
[array(['If Gary is young then Gary is quiet.', 'Quiet things are big.'], dtype=object) ]
3,844
['The bald eagle chases the bear.' 'The bald eagle needs the cat.' 'The bald eagle visits the squirrel.' 'The bear does not chase the squirrel.' 'The bear is blue.' 'The cat chases the squirrel.' 'The cat visits the bear.' 'The cat visits the squirrel.' 'The squirrel is green.' 'The squirrel does not need the cat.']
['If someone is cold and they visit the bear then the bear does not need the squirrel.' 'If the bald eagle is blue and the bald eagle visits the cat then the cat is nice.' 'If someone is blue then they visit the cat.' 'If someone visits the bear then the bear needs the cat.' 'If the bear visits the bald eagle then the bear visits the cat.' 'If someone needs the squirrel then the squirrel chases the cat.' 'If the bear needs the bald eagle and the bear needs the cat then the bald eagle is blue.' 'If someone visits the cat then they need the bald eagle.' 'If someone needs the bear and they are blue then the bear does not visit the squirrel.']
The bear does not need the bald eagle.
False
1
3
[array(['The bear is blue.'], dtype=object)]
[array(['If someone is blue then they visit the cat.', 'If someone visits the cat then they need the bald eagle.'], dtype=object) ]
3,845
['The bald eagle is big.' 'The bald eagle likes the cat.' 'The bald eagle sees the squirrel.' 'The cat chases the squirrel.' 'The cat sees the squirrel.' 'The squirrel likes the cat.' 'The squirrel does not like the tiger.' 'The tiger is big.' 'The tiger is not young.' 'The tiger sees the squirrel.']
['If the tiger likes the bald eagle then the bald eagle sees the squirrel.' 'If something likes the tiger and it does not chase the cat then the cat is not big.' 'If something sees the cat then the cat is big.' 'If something is big then it sees the bald eagle.' 'If something sees the bald eagle then the bald eagle is young.' 'Cold things are big.' 'If something chases the tiger and it sees the cat then the tiger is big.' 'If something is big then it chases the tiger.' 'If something sees the bald eagle then it sees the cat.']
The bald eagle sees the cat.
True
1
3
[array(['The bald eagle is big.'], dtype=object)]
[array(['If something is big then it sees the bald eagle.', 'If something sees the bald eagle then it sees the cat.'], dtype=object) ]
3,846
['The dog chases the lion.' 'The dog is blue.' 'The dog is cold.' 'The dog is green.' 'The dog is red.' 'The dog is young.' 'The dog likes the lion.' 'The dog sees the lion.' 'The lion chases the dog.' 'The lion is blue.' 'The lion is cold.' 'The lion is green.' 'The lion is red.' 'The lion is young.' 'The lion likes the dog.' 'The lion sees the dog.']
['If something is blue and it chases the lion then the lion chases the dog.' 'If something likes the dog and it chases the dog then it is green.' 'If something sees the lion then it chases the lion.' 'If something is green then it sees the lion.' 'If the dog is green then the dog chases the lion.' 'If something sees the lion then the lion chases the dog.']
The lion chases the lion.
True
1
3
[array(['The lion is green.'], dtype=object) array(['The lion likes the dog.', 'The lion chases the dog.'], dtype=object) array(['The lion likes the dog.', 'The dog sees the lion.'], dtype=object) array(['The lion likes the dog.', 'The dog is blue.', 'The dog chases the lion.'], dtype=object) array(['The lion likes the dog.', 'The dog is green.'], dtype=object) array(['The lion likes the dog.', 'The dog is blue.', 'The dog is green.'], dtype=object) array(['The lion likes the dog.', 'The dog is blue.', 'The dog sees the lion.'], dtype=object) array(['The lion likes the dog.', 'The dog is blue.', 'The dog is green.'], dtype=object) ]
[array(['If something is green then it sees the lion.', 'If something sees the lion then it chases the lion.'], dtype=object) array(['If something likes the dog and it chases the dog then it is green.', 'If something is green then it sees the lion.', 'If something sees the lion then it chases the lion.'], dtype=object) array(['If something sees the lion then the lion chases the dog.', 'If something likes the dog and it chases the dog then it is green.', 'If something is green then it sees the lion.', 'If something sees the lion then it chases the lion.'], dtype=object) array(['If something is blue and it chases the lion then the lion chases the dog.', 'If something likes the dog and it chases the dog then it is green.', 'If something is green then it sees the lion.', 'If something sees the lion then it chases the lion.'], dtype=object) array(['If something is green then it sees the lion.', 'If something sees the lion then the lion chases the dog.', 'If something likes the dog and it chases the dog then it is green.', 'If something is green then it sees the lion.', 'If something sees the lion then it chases the lion.'], dtype=object) array(['If the dog is green then the dog chases the lion.', 'If something is blue and it chases the lion then the lion chases the dog.', 'If something likes the dog and it chases the dog then it is green.', 'If something is green then it sees the lion.', 'If something sees the lion then it chases the lion.'], dtype=object) array(['If something sees the lion then it chases the lion.', 'If something is blue and it chases the lion then the lion chases the dog.', 'If something likes the dog and it chases the dog then it is green.', 'If something is green then it sees the lion.', 'If something sees the lion then it chases the lion.'], dtype=object) array(['If something is green then it sees the lion.', 'If something sees the lion then it chases the lion.', 'If something is blue and it chases the lion then the lion chases the dog.', 'If something likes the dog and it chases the dog then it is green.', 'If something is green then it sees the lion.', 'If something sees the lion then it chases the lion.'], dtype=object) ]
3,847
['Charlie is young.' 'Erin is blue.' 'Erin is not kind.' 'Fiona is blue.' 'Fiona is white.' 'Gary is blue.' 'Gary is kind.']
['Furry, nice things are white.' 'If something is young and blue then it is smart.' 'All blue, smart things are furry.' 'All smart, white things are furry.' 'Young things are nice.' 'If Fiona is smart and Fiona is young then Fiona is not furry.' 'If Erin is kind then Erin is furry.' 'If Gary is smart and Gary is white then Gary is not kind.' 'If something is nice then it is blue.']
Charlie is blue.
True
1
3
[array(['Charlie is young.'], dtype=object)]
[array(['Young things are nice.', 'If something is nice then it is blue.'], dtype=object) ]
3,848
['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 is cold.
True
1
5
[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.'], 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.'], dtype=object) ]
3,849
['The cat is cold.' 'The cat is rough.' 'The cat likes the lion.' 'The cat sees the lion.' 'The cat visits the lion.' 'The lion is blue.' 'The lion is cold.' 'The lion is green.' 'The lion is rough.' 'The lion likes the cat.' 'The lion sees the cat.' 'The lion visits the cat.']
['If something visits the cat then the cat likes the lion.' 'If something visits the lion then it is nice.' 'If something is rough then it likes the lion.' 'If something sees the lion and the lion sees the cat then the cat is blue.' 'If something likes the lion then it visits the lion.' 'If the cat sees the lion then the lion likes the cat.']
The lion visits the lion.
True
1
3
[array(['The lion is rough.'], dtype=object)]
[array(['If something is rough then it likes the lion.', 'If something likes the lion then it visits the lion.'], dtype=object) ]
3,850
['The cat eats the squirrel.' 'The cat is round.' 'The cat needs the dog.' 'The cat needs the squirrel.' 'The dog likes the cat.' 'The dog likes the tiger.' 'The squirrel is blue.' 'The squirrel is not round.' 'The tiger is blue.' 'The tiger is kind.' 'The tiger is round.' 'The tiger needs the squirrel.']
['If something likes the tiger and the tiger needs the dog then it is round.' 'If something eats the cat then it needs the dog.' 'If something is big then it needs the dog.' 'If the dog likes the tiger and the tiger likes the dog then the dog does not like the squirrel.' 'If something is round then it eats the cat.' 'If something needs the cat and it eats the tiger then the tiger needs the dog.' 'If something needs the dog and it does not eat the tiger then it is blue.' 'If the dog is round then the dog eats the squirrel.' 'If something likes the tiger and it is kind then the tiger likes the cat.']
The tiger does not need the dog.
False
1
3
[array(['The tiger is round.'], dtype=object)]
[array(['If something is round then it eats the cat.', 'If something eats the cat then it needs the dog.'], dtype=object)]
3,851
['Harry is furry.' 'Harry is green.' 'Harry is not kind.']
['If someone is nice then they are not young.' 'All furry people are not young.' 'If someone is kind then they are not cold.' 'Green people are nice.' 'If Harry is kind then Harry is not green.' 'All cold, nice people are not kind.' 'If someone is furry and not young then they are white.' 'If Harry is nice and Harry is not kind then Harry is white.']
Harry is white.
True
1
4
[array(['Harry is furry.', 'Harry is furry.'], dtype=object) array(['Harry is green.', 'Harry is not kind.'], dtype=object) array(['Harry is furry.', 'Harry is green.'], dtype=object)]
[array(['All furry people are not young.', 'If someone is furry and not young then they are white.'], dtype=object) array(['Green people are nice.', 'If Harry is nice and Harry is not kind then Harry is white.'], dtype=object) array(['Green people are nice.', 'If someone is nice then they are not young.', 'If someone is furry and not young then they are white.'], dtype=object) ]
3,852
['The bear eats the rabbit.' 'The bear is kind.' 'The bear likes the rabbit.' 'The cat likes the bear.' 'The cat likes the rabbit.' 'The rabbit eats the cat.' 'The rabbit is cold.']
['If something eats the bear and the bear eats the rabbit then it likes the cat.' 'If something eats the cat then the cat needs the bear.' 'If something needs the bear then it eats the bear.']
The rabbit likes the cat.
Unknown
1
-1
[]
[]
3,853
['The rabbit is big.' 'The squirrel eats the tiger.' 'The tiger chases the rabbit.']
['If something eats the squirrel then the squirrel chases the tiger.' 'If something sees the rabbit and it chases the rabbit then the rabbit chases the squirrel.' 'If the squirrel chases the rabbit and the squirrel eats the rabbit then the squirrel sees the tiger.' 'If something is kind then it chases the rabbit.' 'If something is young then it sees the squirrel.' 'If something eats the tiger then it is young.' 'Young things are kind.' 'If something chases the tiger then the tiger chases the rabbit.']
The squirrel is not kind.
False
1
3
[array(['The squirrel eats the tiger.'], dtype=object)]
[array(['If something eats the tiger then it is young.', 'Young things are kind.'], dtype=object) ]
3,854
['Anne is big.' 'Anne is not green.' 'Anne is not kind.' 'Anne is red.' 'Dave is big.' 'Dave is red.' 'Dave is young.' 'Fiona is big.' 'Fiona is cold.' 'Fiona is green.' 'Fiona is kind.' 'Fiona is quiet.' 'Fiona is red.' 'Gary is cold.' 'Gary is green.' 'Gary is young.']
['If Gary is big then Gary is green.' 'If Gary is young then Gary is quiet.' 'Quiet things are big.']
Gary is not big.
False
1
3
[array(['Gary is young.'], dtype=object)]
[array(['If Gary is young then Gary is quiet.', 'Quiet things are big.'], dtype=object) ]
3,855
['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)]
3,856
['Anne is not green.' 'Anne is kind.' 'Anne is nice.' 'Anne is round.' 'Charlie is big.' 'Charlie is green.' 'Charlie is nice.' 'Gary is not big.' 'Gary is not kind.' 'Gary is nice.' 'Gary is round.' 'Harry is green.' 'Harry is not nice.' 'Harry is rough.' 'Harry is round.']
['All smart, rough people are kind.' 'If someone is round and not nice then they are kind.' 'All green, big people are kind.' 'If someone is green and not big then they are not rough.' 'Kind, nice people are rough.' 'If someone is rough and nice then they are round.' 'All rough people are round.' 'If someone is green and round then they are smart.']
Charlie is rough.
True
1
5
[array(['Charlie is green.', 'Charlie is big.', 'Charlie is nice.'], dtype=object) ]
[array(['All green, big people are kind.', 'Kind, nice people are rough.'], dtype=object) ]
3,857
['The cow is blue.' 'The cow is green.' 'The cow is round.' 'The cow is young.' 'The cow needs the lion.' 'The cow needs the mouse.' 'The cow visits the mouse.' 'The lion chases the cow.' 'The lion is nice.' 'The lion needs the cow.' 'The lion needs the mouse.' 'The lion visits the cow.' 'The lion visits the mouse.' 'The mouse chases the cow.' 'The mouse visits the cow.' 'The mouse visits the lion.']
['If something visits the lion then the lion chases the mouse.' 'If something chases the mouse then the mouse needs the cow.' 'If something is blue then it needs the lion.' 'If something visits the lion then it needs the mouse.' 'If something is young and it chases the cow then the cow is blue.' 'If something visits the mouse and the mouse needs the cow then the mouse is round.']
The mouse does not need the cow.
False
1
3
[array(['The mouse visits the lion.'], dtype=object)]
[array(['If something visits the lion then the lion chases the mouse.', 'If something chases the mouse then the mouse needs the cow.'], dtype=object) ]
3,858
['The bear is nice.' 'The bear likes the rabbit.' 'The rabbit visits the bear.']
['If the bear visits the rabbit then the rabbit sees the bear.' 'If something is nice and it likes the bear then it does not see the rabbit.' 'If something is nice then it likes the bear.' 'If something visits the bear and it is kind then it likes the bear.' 'If the rabbit visits the bear and the rabbit sees the bear then the rabbit is green.' 'If something likes the rabbit then the rabbit is nice.' 'If something visits the bear and the bear sees the rabbit then the bear is kind.' 'If something is kind then it is nice.']
The rabbit is not green.
Unknown
1
-1
[]
[]
3,859
['The bear is red.' 'The lion chases the tiger.' 'The mouse eats the lion.' 'The tiger eats the mouse.']
['If someone is red and they eat the tiger then they are young.' 'If someone visits the bear then they are young.' 'If someone is cold and they visit the lion then they chase the mouse.' 'If someone chases the bear then they eat the bear.' 'If someone eats the mouse and the mouse chases the tiger then they are cold.' 'If someone is nice then they visit the bear.' 'If someone visits the mouse and the mouse eats the lion then the lion is cold.' 'If someone chases the bear then they visit the tiger.']
The lion is not young.
Unknown
1
-1
[]
[]
3,860
['The bald eagle eats the tiger.' 'The bald eagle is blue.' 'The bald eagle is cold.' 'The bald eagle is green.' 'The bald eagle is red.' 'The bald eagle is young.' 'The bald eagle needs the tiger.' 'The bald eagle sees the tiger.' 'The tiger eats the bald eagle.' 'The tiger is blue.' 'The tiger is cold.' 'The tiger is green.' 'The tiger is red.' 'The tiger is young.' 'The tiger needs the bald eagle.' 'The tiger sees the bald eagle.']
['If someone eats the tiger then they see the tiger.' 'If the tiger eats the bald eagle then the bald eagle is young.' 'If someone is young and they see the bald eagle then they eat the tiger.' 'If someone needs the tiger then the tiger is blue.' 'If someone eats the tiger then they need the bald eagle.' 'If someone needs the tiger and the tiger needs the bald eagle then the tiger is blue.']
The tiger does not see the tiger.
False
1
4
[array(['The tiger is young.', 'The tiger sees the bald eagle.'], dtype=object) ]
[array(['If someone is young and they see the bald eagle then they eat the tiger.', 'If someone eats the tiger then they see the tiger.'], dtype=object) ]
3,861
['Bob is nice.' 'Bob is rough.' 'Dave is rough.' 'Fiona is cold.' 'Fiona is furry.' 'Gary is red.' 'Gary is young.']
['Red people are nice.' 'Rough people are young.' 'If Bob is nice and Bob is smart then Bob is young.' 'If someone is smart and furry then they are rough.' 'Furry, young people are red.' 'Smart, rough people are young.' 'Nice people are red.' 'If someone is cold then they are smart.' 'If someone is nice then they are young.']
Fiona is rough.
True
1
4
[array(['Fiona is cold.', 'Fiona is furry.'], dtype=object)]
[array(['If someone is cold then they are smart.', 'If someone is smart and furry then they are rough.'], dtype=object)]
3,862
['Charlie is big.' 'Charlie is nice.' 'Charlie is rough.' 'Charlie is round.' 'Dave is cold.' 'Dave is kind.' 'Erin is big.' 'Erin is kind.' 'Erin is nice.' 'Erin is round.']
['If something is round then it is rough.' 'All young things are round.' 'Kind, cold things are young.']
Dave is not round.
False
1
4
[array(['Dave is kind.', 'Dave is cold.'], dtype=object)]
[array(['Kind, cold things are young.', 'All young things are round.'], dtype=object) ]
3,863
['The cat chases the mouse.' 'The cat eats the mouse.' 'The cat is nice.' 'The cat is rough.' 'The cat visits the mouse.' 'The mouse eats the cat.' 'The mouse is blue.']
['If someone chases the cat and they visit the cat then the cat is nice.' 'If someone chases the mouse then they are big.' 'If the cat eats the mouse then the mouse is not nice.' 'If the cat eats the mouse and the cat chases the mouse then the mouse chases the cat.' 'If the mouse is rough then the mouse eats the cat.' 'If someone is blue and cold then they visit the cat.' 'If someone chases the cat then they chase the mouse.' 'If the cat eats the mouse then the cat chases the mouse.']
The mouse does not chase the mouse.
False
1
4
[array(['The cat eats the mouse.', 'The cat chases the mouse.'], dtype=object) array(['The cat eats the mouse.', 'The cat eats the mouse.'], dtype=object)]
[array(['If the cat eats the mouse and the cat chases the mouse then the mouse chases the cat.', 'If someone chases the cat then they chase the mouse.'], dtype=object) array(['If the cat eats the mouse then the cat chases the mouse.', 'If the cat eats the mouse and the cat chases the mouse then the mouse chases the cat.', 'If someone chases the cat then they chase the mouse.'], dtype=object) ]
3,864
['Bob is quiet.' 'Bob is white.' 'Dave is kind.' 'Dave is red.' 'Dave is young.' 'Fiona is red.' 'Fiona is round.' 'Gary is quiet.' 'Gary is red.' 'Gary is round.']
['White things are round.' 'If something is kind and white then it is green.' 'All young things are kind.' 'All round things are young.' 'All quiet, kind things are white.' 'Quiet, green things are red.' 'Young, quiet things are kind.' 'All quiet, red things are kind.' 'If Gary is young then Gary is round.']
Dave is green.
Unknown
1
-1
[]
[]
3,865
['The bear visits the squirrel.' 'The lion visits the bear.' 'The rabbit eats the bear.' 'The squirrel visits the bear.']
['If someone likes the squirrel and the squirrel visits the bear then the squirrel likes the rabbit.' 'If someone likes the rabbit then the rabbit eats the squirrel.' 'If someone eats the squirrel and the squirrel eats the rabbit then the squirrel visits the rabbit.' 'If someone eats the bear then they like the squirrel.' 'If someone visits the lion then they like the squirrel.' 'If someone visits the squirrel then they eat the rabbit.' 'If someone visits the rabbit and the rabbit does not like the lion then the lion visits the bear.' 'Red people are not kind.']
The squirrel likes the rabbit.
True
1
4
[array(['The rabbit eats the bear.', 'The squirrel visits the bear.'], dtype=object) ]
[array(['If someone eats the bear then they like the squirrel.', 'If someone likes the squirrel and the squirrel visits the bear then the squirrel likes the rabbit.'], dtype=object) ]
3,866
['Charlie is green.' 'Charlie is kind.' 'Erin is blue.' 'Erin is kind.' 'Fiona is green.' 'Gary is blue.' 'Gary is furry.' 'Gary is green.' 'Gary is kind.' 'Gary is round.']
['If someone is round and kind then they are green.' 'All green, round people are blue.' 'Round people are big.' 'If someone is kind then they are furry.' 'All blue people are kind.' 'If someone is green then they are big.' 'If Erin is cold and Erin is green then Erin is blue.' 'Cold, blue people are kind.' 'All green, big people are round.']
Fiona is round.
True
1
4
[array(['Fiona is green.', 'Fiona is green.'], dtype=object)]
[array(['If someone is green then they are big.', 'All green, big people are round.'], dtype=object)]
3,867
['Charlie is young.' 'Harry is not round.']
['If something is big then it is kind.' 'If something is young then it is quiet.' 'All kind, round things are quiet.' 'If something is big and not young then it is green.' 'All round things are green.' 'If something is kind and not young then it is round.' 'If something is quiet and young then it is big.' 'If Harry is young and Harry is not big then Harry is not green.']
Charlie is not green.
Unknown
1
-1
[]
[]
3,868
['The bear likes the mouse.' 'The cat needs the rabbit.' 'The mouse is not kind.' 'The mouse is not young.' 'The mouse does not like the bear.' 'The mouse sees the rabbit.' 'The rabbit sees the mouse.']
['If someone is young and green then they like the bear.' 'If someone sees the cat then the cat is big.' 'If someone is big then they see the cat.' 'If someone sees the rabbit then the rabbit sees the cat.' 'If someone likes the bear then the bear likes the cat.' 'All green people are big.']
The cat is not big.
False
1
3
[array(['The mouse sees the rabbit.'], dtype=object)]
[array(['If someone sees the rabbit then the rabbit sees the cat.', 'If someone sees the cat then the cat is big.'], dtype=object)]
3,869
['The bear chases the rabbit.' 'The bear is young.' 'The bear sees the cow.' 'The cow sees the bear.' 'The cow sees the rabbit.' 'The rabbit is red.' 'The squirrel chases the cow.']
['If someone is kind then they visit the cow.' 'If someone chases the squirrel then the squirrel visits the cow.' 'Young people are kind.' 'If someone visits the bear then they see the squirrel.' 'If someone chases the squirrel then the squirrel visits the cow.' 'If someone visits the rabbit then the rabbit visits the cow.' 'If someone is young then they visit the rabbit.' 'If someone visits the cow then the cow is young.' 'If someone is red then they visit the squirrel.']
The rabbit does not visit the cow.
False
1
3
[array(['The bear is young.'], dtype=object) array(['The bear is young.'], dtype=object)]
[array(['If someone is young then they visit the rabbit.', 'If someone visits the rabbit then the rabbit visits the cow.'], dtype=object) array(['Young people are kind.', 'If someone is kind then they visit the cow.', 'If someone visits the cow then the cow is young.', 'If someone is young then they visit the rabbit.', 'If someone visits the rabbit then the rabbit visits the cow.'], dtype=object) ]
3,870
['Dave is cold.' 'Dave is kind.' 'Dave is nice.' 'Dave is quiet.' 'Dave is not smart.' 'Dave is white.' 'Erin is kind.' 'Erin is nice.' 'Harry is cold.' 'Harry is not furry.' 'Harry is not nice.' 'Harry is white.']
['Quiet things are not smart.' 'Furry things are quiet.' 'All smart, furry things are quiet.' 'All nice things are not furry.' 'If something is furry then it is not cold.' 'If Erin is not furry then Erin is not cold.']
Erin is cold.
False
1
3
[array(['Erin is nice.'], dtype=object)]
[array(['All nice things are not furry.', 'If Erin is not furry then Erin is not cold.'], dtype=object)]
3,871
['Anne is cold.' 'Anne is kind.' 'Bob is quiet.' 'Bob is red.' 'Dave is big.' 'Dave is green.' 'Fiona is big.']
['If something is big then it is smart.' 'Smart things are red.' 'If something is cold and big then it is quiet.' 'Smart things are big.' 'Red things are kind.' 'If something is kind and red then it is smart.' 'All kind, quiet things are red.' 'If something is big then it is smart.']
Fiona is kind.
True
3
4
[array(['Fiona is big.'], dtype=object) array(['Fiona is big.'], dtype=object)]
[array(['If something is big then it is smart.', 'Smart things are red.', 'Red things are kind.'], dtype=object) array(['If something is big then it is smart.', 'Smart things are red.', 'Red things are kind.'], dtype=object) ]
3,872
['The cow is red.' 'The cow likes the lion.' 'The cow likes the squirrel.' 'The cow sees the lion.' 'The cow sees the squirrel.' 'The cow visits the lion.' 'The cow visits the squirrel.' 'The lion is young.' 'The lion sees the squirrel.' 'The lion visits the cow.' 'The squirrel is big.' 'The squirrel is blue.' 'The squirrel likes the cow.' 'The squirrel sees the lion.' 'The squirrel visits the cow.' 'The squirrel visits the lion.']
['If something likes the cow then the cow likes the squirrel.' 'If something is nice then it likes the lion.' 'If something is young then it sees the cow.' 'If something sees the cow and the cow likes the squirrel then it likes the cow.' 'If the lion likes the squirrel and the squirrel sees the lion then the lion sees the squirrel.' 'If something likes the cow then it likes the lion.' 'If the lion likes the squirrel and the squirrel sees the cow then the squirrel sees the lion.' 'If something sees the lion then the lion is blue.']
The lion does not like the lion.
False
3
5
[array(['The lion is young.', 'The cow likes the squirrel.'], dtype=object) array(['The lion is young.', 'The squirrel likes the cow.'], dtype=object)]
[array(['If something is young then it sees the cow.', 'If something sees the cow and the cow likes the squirrel then it likes the cow.', 'If something likes the cow then it likes the lion.'], dtype=object) array(['If something is young then it sees the cow.', 'If something likes the cow then the cow likes the squirrel.', 'If something sees the cow and the cow likes the squirrel then it likes the cow.', 'If something likes the cow then it likes the lion.'], dtype=object) ]
3,873
['Charlie is young.' 'Erin is blue.' 'Erin is not kind.' 'Fiona is blue.' 'Fiona is white.' 'Gary is blue.' 'Gary is kind.']
['Furry, nice things are white.' 'If something is young and blue then it is smart.' 'All blue, smart things are furry.' 'All smart, white things are furry.' 'Young things are nice.' 'If Fiona is smart and Fiona is young then Fiona is not furry.' 'If Erin is kind then Erin is furry.' 'If Gary is smart and Gary is white then Gary is not kind.' 'If something is nice then it is blue.']
Fiona is not furry.
Unknown
1
-1
[]
[]
3,874
['Dave is furry.' 'Dave is red.' 'Dave is rough.']
['If something is white and blue then it is not furry.' 'If something is red and not blue then it is not white.' 'If something is red then it is white.' 'If Dave is rough then Dave is furry.' 'If something is white and not blue then it is red.' 'If something is white then it is nice.' 'If something is green then it is nice.' 'If something is green and not white then it is not nice.']
Dave is not nice.
False
1
3
[array(['Dave is red.'], dtype=object)]
[array(['If something is red then it is white.', 'If something is white then it is nice.'], dtype=object)]
3,875
['The bear chases the dog.' 'The bear eats the dog.' 'The bear is blue.' 'The bear is kind.' 'The bear is rough.' 'The bear is round.' 'The bear is young.' 'The bear needs the dog.' 'The dog chases the bear.' 'The dog eats the bear.' 'The dog is blue.' 'The dog is kind.' 'The dog is rough.' 'The dog is round.' 'The dog is young.' 'The dog needs the bear.']
['If someone needs the bear then the bear is rough.' 'If someone is round and they eat the bear then they need the dog.' 'If the bear chases the dog and the dog chases the bear then the dog eats the bear.' 'If someone needs the bear and they are rough then the bear is blue.' 'If the dog eats the bear then the bear needs the dog.' 'If someone needs the dog then they chase the dog.' 'If someone is rough then they chase the bear.' 'If someone chases the dog then they eat the dog.']
The dog does not eat the dog.
False
3
5
[array(['The dog is round.', 'The dog eats the bear.'], dtype=object) array(['The dog is round.', 'The bear chases the dog.', 'The dog chases the bear.'], dtype=object) array(['The dog is round.', 'The bear chases the dog.', 'The dog is rough.'], dtype=object) array(['The dog is round.', 'The bear needs the dog.', 'The dog chases the bear.'], dtype=object) array(['The dog is round.', 'The bear needs the dog.', 'The dog is rough.'], dtype=object) ]
[array(['If someone is round and they eat the bear then they need the dog.', 'If someone needs the dog then they chase the dog.', 'If someone chases the dog then they eat the dog.'], dtype=object) array(['If the bear chases the dog and the dog chases the bear then the dog eats the bear.', 'If someone is round and they eat the bear then they need the dog.', 'If someone needs the dog then they chase the dog.', 'If someone chases the dog then they eat the dog.'], dtype=object) array(['If someone is rough then they chase the bear.', 'If the bear chases the dog and the dog chases the bear then the dog eats the bear.', 'If someone is round and they eat the bear then they need the dog.', 'If someone needs the dog then they chase the dog.', 'If someone chases the dog then they eat the dog.'], dtype=object) array(['If someone needs the dog then they chase the dog.', 'If the bear chases the dog and the dog chases the bear then the dog eats the bear.', 'If someone is round and they eat the bear then they need the dog.', 'If someone needs the dog then they chase the dog.', 'If someone chases the dog then they eat the dog.'], dtype=object) array(['If someone needs the dog then they chase the dog.', 'If someone is rough then they chase the bear.', 'If the bear chases the dog and the dog chases the bear then the dog eats the bear.', 'If someone is round and they eat the bear then they need the dog.', 'If someone needs the dog then they chase the dog.', 'If someone chases the dog then they eat the dog.'], dtype=object) ]
3,876
['The dog is nice.' 'The dog sees the mouse.' 'The mouse is red.']
['If someone is round and they see the dog then they visit the mouse.' 'If someone is red and they see the dog then the dog is green.' 'If someone sees the mouse then the mouse sees the dog.' 'If someone is red and they see the dog then the dog sees the mouse.' 'If someone sees the mouse then they like the dog.' 'If someone is round then they see the dog.' 'If someone is nice then they like the dog.' 'If someone is nice then they are round.']
The mouse does not visit the mouse.
Unknown
1
-1
[]
[]
3,877
['Bob is not quiet.' 'Bob is rough.' 'Charlie is red.' 'Charlie is rough.' 'Charlie is smart.' 'Charlie is white.' 'Dave is furry.' 'Dave is quiet.' 'Dave is smart.' 'Dave is white.' 'Gary is red.' 'Gary is rough.']
['If something is furry then it is red.' 'All red things are green.' 'All red, furry things are green.' 'If something is rough and not quiet then it is white.' 'If something is furry and green then it is rough.' 'If something is white then it is smart.' 'If something is quiet and not white then it is smart.' 'Green things are smart.']
Gary is smart.
True
1
3
[array(['Gary is red.'], dtype=object)]
[array(['All red things are green.', 'Green things are smart.'], dtype=object) ]
3,878
['Erin is green.' 'Fiona is white.']
['If someone is big then they are rough.' 'If someone is cold and not green then they are rough.' 'All nice people are not rough.' 'All big people are rough.' 'White, blue people are big.' 'If someone is nice then they are not big.' 'All green people are big.' 'All rough people are not cold.']
Fiona is rough.
Unknown
1
-1
[]
[]
3,879
['The cat eats the squirrel.' 'The cat sees the squirrel.' 'The cow eats the squirrel.' 'The cow sees the cat.' 'The rabbit is round.' 'The rabbit sees the cat.' 'The squirrel eats the rabbit.' 'The squirrel is cold.' 'The squirrel needs the rabbit.' 'The squirrel sees the cat.']
['If someone sees the cat and they are not green then they see the cow.' 'If the rabbit is kind and the rabbit sees the squirrel then the squirrel needs the rabbit.' 'Rough people are cold.' 'If someone sees the rabbit then they are not round.' 'If someone sees the squirrel and they are not green then they need the squirrel.' 'If someone eats the cow then they see the rabbit.' 'If someone eats the squirrel then they are rough.' 'If someone is cold then they eat the cow.']
The cat eats the cow.
True
3
4
[array(['The cat eats the squirrel.'], dtype=object)]
[array(['If someone eats the squirrel then they are rough.', 'Rough people are cold.', 'If someone is cold then they eat the cow.'], dtype=object)]
3,880
['The dog needs the tiger.' 'The tiger is big.']
['If someone is big then they like the dog.' 'If someone likes the dog then the dog likes the tiger.' 'If the tiger visits the dog then the dog likes the tiger.']
The dog likes the tiger.
True
1
3
[array(['The tiger is big.'], dtype=object)]
[array(['If someone is big then they like the dog.', 'If someone likes the dog then the dog likes the tiger.'], dtype=object) ]
3,881
['The bear is big.' 'The cat eats the bear.' 'The cat is big.' 'The cat sees the bear.' 'The dog is rough.' 'The dog needs the cat.' 'The lion eats the cat.' 'The lion is nice.' 'The lion sees the cat.' 'The lion sees the dog.']
['If someone eats the dog then they need the lion.' 'If someone is young then they need the cat.' 'If someone sees the cat then they need the cat.' 'If someone needs the cat then the cat eats the dog.' 'If someone needs the lion then they do not see the lion.' 'If the lion is young and the lion does not see the bear then the bear sees the cat.' 'If someone eats the bear and they eat the dog then the dog needs the cat.' 'If someone needs the lion then the lion eats the dog.']
The cat needs the lion.
True
1
3
[array(['The dog needs the cat.'], dtype=object) array(['The lion sees the cat.'], dtype=object)]
[array(['If someone needs the cat then the cat eats the dog.', 'If someone eats the dog then they need the lion.'], dtype=object) array(['If someone sees the cat then they need the cat.', 'If someone needs the cat then the cat eats the dog.', 'If someone eats the dog then they need the lion.'], dtype=object)]
3,882
['Bob is round.' 'Charlie is big.' 'Charlie is furry.' 'Charlie is green.' 'Charlie is round.' 'Charlie is white.' 'Dave is big.' 'Dave is quiet.' 'Gary is green.' 'Gary is quiet.']
['All furry people are white.' 'If someone is big then they are smart.' 'All white, big people are round.' 'If someone is quiet then they are smart.' 'Smart people are big.' 'All big, green people are furry.' 'If someone is smart and round then they are quiet.' 'Green people are smart.' 'All smart, furry people are big.']
Charlie is not quiet.
False
1
4
[array(['Charlie is big.', 'Charlie is round.'], dtype=object) array(['Charlie is green.', 'Charlie is round.'], dtype=object) array(['Charlie is big.', 'Charlie is white.', 'Charlie is big.'], dtype=object) array(['Charlie is green.', 'Charlie is white.', 'Charlie is big.'], dtype=object) array(['Charlie is big.', 'Charlie is furry.', 'Charlie is big.'], dtype=object) array(['Charlie is green.', 'Charlie is furry.', 'Charlie is big.'], dtype=object) array(['Charlie is big.', 'Charlie is white.', 'Charlie is green.'], dtype=object) array(['Charlie is big.', 'Charlie is white.', 'Charlie is green.', 'Charlie is furry.'], dtype=object) array(['Charlie is big.', 'Charlie is big.', 'Charlie is green.', 'Charlie is big.'], dtype=object) array(['Charlie is green.', 'Charlie is white.', 'Charlie is green.'], dtype=object) array(['Charlie is green.', 'Charlie is white.', 'Charlie is green.', 'Charlie is furry.'], dtype=object) array(['Charlie is green.', 'Charlie is big.', 'Charlie is green.', 'Charlie is big.'], dtype=object) array(['Charlie is big.', 'Charlie is furry.', 'Charlie is green.'], dtype=object) array(['Charlie is big.', 'Charlie is furry.', 'Charlie is green.', 'Charlie is furry.'], dtype=object) array(['Charlie is green.', 'Charlie is furry.', 'Charlie is green.'], dtype=object) array(['Charlie is green.', 'Charlie is furry.', 'Charlie is green.', 'Charlie is furry.'], dtype=object) array(['Charlie is big.', 'Charlie is big.', 'Charlie is green.', 'Charlie is green.'], dtype=object) array(['Charlie is big.', 'Charlie is big.', 'Charlie is green.', 'Charlie is green.', 'Charlie is furry.'], dtype=object) array(['Charlie is green.', 'Charlie is big.', 'Charlie is green.', 'Charlie is green.'], dtype=object) array(['Charlie is green.', 'Charlie is big.', 'Charlie is green.', 'Charlie is green.', 'Charlie is furry.'], dtype=object) array(['Charlie is big.', 'Charlie is green.', 'Charlie is green.', 'Charlie is big.'], dtype=object) array(['Charlie is green.', 'Charlie is green.', 'Charlie is green.', 'Charlie is big.'], dtype=object) array(['Charlie is big.', 'Charlie is green.', 'Charlie is green.', 'Charlie is green.'], dtype=object) array(['Charlie is big.', 'Charlie is green.', 'Charlie is green.', 'Charlie is green.', 'Charlie is furry.'], dtype=object) array(['Charlie is green.', 'Charlie is green.', 'Charlie is green.', 'Charlie is green.'], dtype=object) array(['Charlie is green.', 'Charlie is green.', 'Charlie is green.', 'Charlie is green.', 'Charlie is furry.'], dtype=object) ]
[array(['If someone is big then they are smart.', 'If someone is smart and round then they are quiet.'], dtype=object) array(['Green people are smart.', 'If someone is smart and round then they are quiet.'], dtype=object) array(['If someone is big then they are smart.', 'All white, big people are round.', 'If someone is smart and round then they are quiet.'], dtype=object) array(['Green people are smart.', 'All white, big people are round.', 'If someone is smart and round then they are quiet.'], dtype=object) array(['If someone is big then they are smart.', 'All furry people are white.', 'All white, big people are round.', 'If someone is smart and round then they are quiet.'], dtype=object) array(['Green people are smart.', 'All furry people are white.', 'All white, big people are round.', 'If someone is smart and round then they are quiet.'], dtype=object) array(['If someone is big then they are smart.', 'Green people are smart.', 'Smart people are big.', 'All white, big people are round.', 'If someone is smart and round then they are quiet.'], dtype=object) array(['If someone is big then they are smart.', 'Green people are smart.', 'All smart, furry people are big.', 'All white, big people are round.', 'If someone is smart and round then they are quiet.'], dtype=object) array(['If someone is big then they are smart.', 'All big, green people are furry.', 'All furry people are white.', 'All white, big people are round.', 'If someone is smart and round then they are quiet.'], dtype=object) array(['Green people are smart.', 'Green people are smart.', 'Smart people are big.', 'All white, big people are round.', 'If someone is smart and round then they are quiet.'], dtype=object) array(['Green people are smart.', 'Green people are smart.', 'All smart, furry people are big.', 'All white, big people are round.', 'If someone is smart and round then they are quiet.'], dtype=object) array(['Green people are smart.', 'All big, green people are furry.', 'All furry people are white.', 'All white, big people are round.', 'If someone is smart and round then they are quiet.'], dtype=object) array(['If someone is big then they are smart.', 'All furry people are white.', 'Green people are smart.', 'Smart people are big.', 'All white, big people are round.', 'If someone is smart and round then they are quiet.'], dtype=object) array(['If someone is big then they are smart.', 'All furry people are white.', 'Green people are smart.', 'All smart, furry people are big.', 'All white, big people are round.', 'If someone is smart and round then they are quiet.'], dtype=object) array(['Green people are smart.', 'All furry people are white.', 'Green people are smart.', 'Smart people are big.', 'All white, big people are round.', 'If someone is smart and round then they are quiet.'], dtype=object) array(['Green people are smart.', 'All furry people are white.', 'Green people are smart.', 'All smart, furry people are big.', 'All white, big people are round.', 'If someone is smart and round then they are quiet.'], dtype=object) array(['If someone is big then they are smart.', 'All big, green people are furry.', 'All furry people are white.', 'Green people are smart.', 'Smart people are big.', 'All white, big people are round.', 'If someone is smart and round then they are quiet.'], dtype=object) array(['If someone is big then they are smart.', 'All big, green people are furry.', 'All furry people are white.', 'Green people are smart.', 'All smart, furry people are big.', 'All white, big people are round.', 'If someone is smart and round then they are quiet.'], dtype=object) array(['Green people are smart.', 'All big, green people are furry.', 'All furry people are white.', 'Green people are smart.', 'Smart people are big.', 'All white, big people are round.', 'If someone is smart and round then they are quiet.'], dtype=object) array(['Green people are smart.', 'All big, green people are furry.', 'All furry people are white.', 'Green people are smart.', 'All smart, furry people are big.', 'All white, big people are round.', 'If someone is smart and round then they are quiet.'], dtype=object) array(['If someone is big then they are smart.', 'Green people are smart.', 'Smart people are big.', 'All big, green people are furry.', 'All furry people are white.', 'All white, big people are round.', 'If someone is smart and round then they are quiet.'], dtype=object) array(['Green people are smart.', 'Green people are smart.', 'Smart people are big.', 'All big, green people are furry.', 'All furry people are white.', 'All white, big people are round.', 'If someone is smart and round then they are quiet.'], dtype=object) array(['If someone is big then they are smart.', 'Green people are smart.', 'Smart people are big.', 'All big, green people are furry.', 'All furry people are white.', 'Green people are smart.', 'Smart people are big.', 'All white, big people are round.', 'If someone is smart and round then they are quiet.'], dtype=object) array(['If someone is big then they are smart.', 'Green people are smart.', 'Smart people are big.', 'All big, green people are furry.', 'All furry people are white.', 'Green people are smart.', 'All smart, furry people are big.', 'All white, big people are round.', 'If someone is smart and round then they are quiet.'], dtype=object) array(['Green people are smart.', 'Green people are smart.', 'Smart people are big.', 'All big, green people are furry.', 'All furry people are white.', 'Green people are smart.', 'Smart people are big.', 'All white, big people are round.', 'If someone is smart and round then they are quiet.'], dtype=object) array(['Green people are smart.', 'Green people are smart.', 'Smart people are big.', 'All big, green people are furry.', 'All furry people are white.', 'Green people are smart.', 'All smart, furry people are big.', 'All white, big people are round.', 'If someone is smart and round then they are quiet.'], dtype=object)]
3,883
['Anne is not blue.' 'Anne is kind.' 'Anne is red.' 'Anne is rough.' 'Anne is smart.' 'Bob is red.' 'Bob is smart.' 'Bob is young.' 'Charlie is smart.' 'Dave is kind.']
['Young, red people are blue.' 'If someone is blue then they are kind.']
Bob is not kind.
False
1
4
[array(['Bob is young.', 'Bob is red.'], dtype=object)]
[array(['Young, red people are blue.', 'If someone is blue then they are kind.'], dtype=object)]
3,884
['The cat is blue.' 'The cat is green.' 'The cat is kind.' 'The cat is nice.' 'The cat is rough.' 'The cat likes the tiger.' 'The cat sees the tiger.' 'The cat visits the tiger.' 'The tiger is blue.' 'The tiger is green.' 'The tiger is kind.' 'The tiger is nice.' 'The tiger is rough.' 'The tiger likes the cat.' 'The tiger sees the cat.' 'The tiger visits the cat.']
['If something is green then it visits the cat.' 'If something sees the cat and it likes the tiger then the tiger is green.' 'If something visits the cat and it likes the tiger then it sees the cat.']
The cat sees the cat.
True
1
4
[array(['The cat is green.', 'The cat likes the tiger.'], dtype=object)]
[array(['If something is green then it visits the cat.', 'If something visits the cat and it likes the tiger then it sees the cat.'], dtype=object) ]
3,885
['Bob is blue.' 'Dave is kind.' 'Erin is kind.' 'Gary is white.']
['If someone is rough and white then they are blue.' 'If someone is red and kind then they are white.' 'If someone is blue then they are white.' 'White, cold people are big.' 'White people are cold.' 'Kind people are red.']
Erin is not cold.
False
3
5
[array(['Erin is kind.', 'Erin is kind.'], dtype=object)]
[array(['Kind people are red.', 'If someone is red and kind then they are white.', 'White people are cold.'], dtype=object) ]
3,886
['The bear does not chase the mouse.' 'The bear eats the mouse.' 'The bear is green.' 'The bear is round.' 'The dog is blue.' 'The dog is kind.' 'The mouse is red.']
['If someone is green then they chase the dog.' 'If the dog eats the bear then the bear eats the dog.' 'If someone chases the dog then they are not blue.']
The bear is not blue.
True
1
3
[array(['The bear is green.'], dtype=object)]
[array(['If someone is green then they chase the dog.', 'If someone chases the dog then they are not blue.'], dtype=object)]
3,887
['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
[]
[]
3,888
['Bob is furry.' 'Bob is green.' 'Charlie is quiet.' 'Charlie is young.' 'Dave is furry.' 'Dave is not green.' 'Dave is quiet.' 'Dave is round.' 'Dave is smart.' 'Fiona is big.' 'Fiona is furry.' 'Fiona is green.' 'Fiona is quiet.' 'Fiona is round.' 'Fiona is smart.' 'Fiona is not young.']
['All young things are big.' 'Big things are green.']
Charlie is green.
True
1
3
[array(['Charlie is young.'], dtype=object)]
[array(['All young things are big.', 'Big things are green.'], dtype=object)]
3,889
['Bob is red.' 'Bob is young.' 'Charlie is big.' 'Charlie is green.' 'Charlie is red.' 'Charlie is rough.' 'Charlie is young.' 'Dave is big.' 'Harry is rough.' 'Harry is round.' 'Harry is young.']
['All rough, white things are young.' 'All big things are round.' 'All white, red things are rough.' 'All round things are green.' 'All big things are white.' 'If Harry is round then Harry is big.' 'All rough, young things are red.' 'If something is young then it is green.' 'All green things are red.']
Harry is not white.
False
1
3
[array(['Harry is round.'], dtype=object)]
[array(['If Harry is round then Harry is big.', 'All big things are white.'], dtype=object)]
3,890
['The bear likes the mouse.' 'The cat needs the rabbit.' 'The mouse is not kind.' 'The mouse is not young.' 'The mouse does not like the bear.' 'The mouse sees the rabbit.' 'The rabbit sees the mouse.']
['If someone is young and green then they like the bear.' 'If someone sees the cat then the cat is big.' 'If someone is big then they see the cat.' 'If someone sees the rabbit then the rabbit sees the cat.' 'If someone likes the bear then the bear likes the cat.' 'All green people are big.']
The cat is big.
True
1
3
[array(['The mouse sees the rabbit.'], dtype=object)]
[array(['If someone sees the rabbit then the rabbit sees the cat.', 'If someone sees the cat then the cat is big.'], dtype=object)]
3,891
['Anne is nice.' 'Dave is big.' 'Fiona is red.' 'Harry is young.']
['All red things are quiet.' 'All young things are kind.' 'All kind things are green.' 'If something is quiet then it is big.' 'If something is kind then it is green.' 'Big, green things are quiet.' 'All young things are kind.' 'If something is kind then it is big.']
Harry is not quiet.
False
3
7
[array(['Harry is young.', 'Harry is young.'], dtype=object) array(['Harry is young.', 'Harry is young.'], dtype=object) array(['Harry is young.', 'Harry is young.'], dtype=object) array(['Harry is young.', 'Harry is young.'], dtype=object) array(['Harry is young.', 'Harry is young.'], dtype=object) array(['Harry is young.', 'Harry is young.'], dtype=object) array(['Harry is young.', 'Harry is young.'], dtype=object) array(['Harry is young.', 'Harry is young.'], dtype=object)]
[array(['All young things are kind.', 'If something is kind then it is big.', 'All young things are kind.', 'All kind things are green.', 'Big, green things are quiet.'], dtype=object) array(['All young things are kind.', 'If something is kind then it is big.', 'All young things are kind.', 'If something is kind then it is green.', 'Big, green things are quiet.'], dtype=object) array(['All young things are kind.', 'If something is kind then it is big.', 'All young things are kind.', 'All kind things are green.', 'Big, green things are quiet.'], dtype=object) array(['All young things are kind.', 'If something is kind then it is big.', 'All young things are kind.', 'If something is kind then it is green.', 'Big, green things are quiet.'], dtype=object) array(['All young things are kind.', 'If something is kind then it is big.', 'All young things are kind.', 'All kind things are green.', 'Big, green things are quiet.'], dtype=object) array(['All young things are kind.', 'If something is kind then it is big.', 'All young things are kind.', 'If something is kind then it is green.', 'Big, green things are quiet.'], dtype=object) array(['All young things are kind.', 'If something is kind then it is big.', 'All young things are kind.', 'All kind things are green.', 'Big, green things are quiet.'], dtype=object) array(['All young things are kind.', 'If something is kind then it is big.', 'All young things are kind.', 'If something is kind then it is green.', 'Big, green things are quiet.'], dtype=object)]
3,892
['The bald eagle is blue.' 'The bald eagle likes the bear.' 'The bald eagle likes the lion.' 'The bald eagle likes the rabbit.' 'The bear is big.' 'The bear is red.' 'The bear needs the bald eagle.' 'The bear visits the rabbit.' 'The lion needs the bald eagle.' 'The lion needs the rabbit.' 'The lion visits the bear.' 'The rabbit is blue.' 'The rabbit is red.' 'The rabbit likes the bald eagle.' 'The rabbit likes the lion.' 'The rabbit visits the bald eagle.']
['If someone needs the bear then they need the lion.' 'If someone needs the bear and the bear is cold then the bear likes the rabbit.' 'If the rabbit needs the bear then the rabbit likes the bear.' 'If someone likes the bear then they are cold.' 'Cold, blue people are round.' 'If someone is cold and blue then they need the bear.' 'If someone visits the bear then they need the lion.' 'If someone visits the lion then they like the bald eagle.']
The bald eagle is round.
True
1
4
[array(['The bald eagle likes the bear.', 'The bald eagle is blue.'], dtype=object) ]
[array(['If someone likes the bear then they are cold.', 'Cold, blue people are round.'], dtype=object) ]
3,893
['Anne is rough.' 'Anne is round.' 'Charlie is blue.' 'Charlie is red.' 'Charlie is round.' 'Charlie is smart.' 'Charlie is young.' 'Fiona is blue.' 'Fiona is white.' 'Gary is blue.' 'Gary is red.' 'Gary is rough.' 'Gary is round.' 'Gary is smart.' 'Gary is white.' 'Gary is young.']
['If someone is round then they are white.' 'Blue people are red.' 'If someone is rough and red then they are young.' 'Round, young people are red.' 'All white people are smart.' 'Smart, round people are red.']
Anne is not red.
False
3
5
[array(['Anne is round.', 'Anne is round.'], dtype=object)]
[array(['If someone is round then they are white.', 'All white people are smart.', 'Smart, round people are red.'], dtype=object) ]
3,894
['Dave is cold.' 'Dave is kind.' 'Fiona is big.' 'Fiona is kind.' 'Fiona is smart.' 'Gary is cold.' 'Gary is young.']
['Kind people are young.' 'Nice people are young.' 'Big, kind people are young.' 'If someone is young and big then they are furry.' 'Nice, kind people are furry.' 'Smart, young people are nice.' 'Big, nice people are cold.' 'If someone is big and furry then they are nice.']
Fiona is furry.
True
1
4
[array(['Fiona is kind.', 'Fiona is big.'], dtype=object) array(['Fiona is big.', 'Fiona is kind.', 'Fiona is big.'], dtype=object) array(['Fiona is smart.', 'Fiona is kind.', 'Fiona is kind.'], dtype=object) array(['Fiona is smart.', 'Fiona is big.', 'Fiona is kind.', 'Fiona is kind.'], dtype=object) ]
[array(['Kind people are young.', 'If someone is young and big then they are furry.'], dtype=object) array(['Big, kind people are young.', 'If someone is young and big then they are furry.'], dtype=object) array(['Kind people are young.', 'Smart, young people are nice.', 'Nice, kind people are furry.'], dtype=object) array(['Big, kind people are young.', 'Smart, young people are nice.', 'Nice, kind people are furry.'], dtype=object) ]
3,895
['The cow is nice.' 'The cow needs the dog.' 'The dog needs the cow.' 'The dog visits the rabbit.' 'The rabbit is red.' 'The rabbit needs the dog.' 'The rabbit sees the cow.']
['If something sees the rabbit then the rabbit does not visit the dog.' 'If something needs the cow then the cow is nice.' 'If something visits the dog then it is big.' 'If something visits the rabbit then the rabbit visits the cow.' 'If something is big then it needs the dog.' 'If the rabbit visits the cow then the cow visits the dog.' 'If something visits the rabbit then it needs the cow.' 'If something visits the cow then it does not visit the dog.']
The dog does not need the dog.
Unknown
1
-1
[]
[]
3,896
['The bald eagle chases the rabbit.' 'The bald eagle is red.' 'The bald eagle is round.' 'The bald eagle likes the squirrel.' 'The lion chases the squirrel.' 'The lion is round.' 'The rabbit is green.' 'The rabbit is nice.' 'The rabbit likes the bald eagle.' 'The rabbit sees the squirrel.' 'The squirrel is round.' 'The squirrel sees the bald eagle.']
['If something likes the rabbit then the rabbit sees the lion.' 'If something chases the squirrel and it likes the bald eagle then the squirrel is nice.' 'If something is nice and it likes the squirrel then the squirrel chases the rabbit.' 'If something likes the bald eagle and it sees the rabbit then it likes the squirrel.' 'If something likes the squirrel and it likes the lion then the lion likes the bald eagle.' 'If something is young then it sees the rabbit.' 'Green things are round.' 'All round things are young.' 'If the squirrel is nice then the squirrel likes the rabbit.']
The squirrel does not see the rabbit.
False
1
3
[array(['The squirrel is round.'], dtype=object)]
[array(['All round things are young.', 'If something is young then it sees the rabbit.'], dtype=object)]
3,897
['Anne is blue.' 'Anne is cold.' 'Anne is furry.' 'Anne is red.' 'Anne is round.' 'Anne is white.' 'Bob is big.' 'Dave is round.' 'Dave is white.' 'Harry is big.' 'Harry is red.' 'Harry is white.']
['All blue things are white.' 'If something is cold then it is red.' 'Furry, blue things are red.' 'If something is round and big then it is blue.' 'If Anne is cold and Anne is red then Anne is big.' 'All red things are round.' 'If something is big then it is cold.' 'If something is cold and furry then it is white.']
Harry is not blue.
False
1
4
[array(['Harry is red.', 'Harry is big.'], dtype=object) array(['Harry is big.', 'Harry is big.'], dtype=object)]
[array(['All red things are round.', 'If something is round and big then it is blue.'], dtype=object) array(['If something is big then it is cold.', 'If something is cold then it is red.', 'All red things are round.', 'If something is round and big then it is blue.'], dtype=object)]
3,898
['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) ]
3,899
['The lion chases the mouse.' 'The lion chases the rabbit.' 'The lion is nice.' 'The lion likes the rabbit.' 'The lion needs the mouse.' 'The lion needs the rabbit.' 'The mouse chases the lion.' 'The mouse chases the rabbit.' 'The mouse likes the lion.' 'The rabbit chases the lion.' 'The rabbit is blue.' 'The rabbit is round.' 'The rabbit likes the lion.' 'The rabbit likes the mouse.' 'The rabbit needs the lion.' 'The rabbit needs the mouse.']
['If something is blue and it likes the mouse then the mouse is green.' 'If something chases the lion then the lion is nice.' 'If something chases the rabbit and it is round then it chases the lion.' 'If something chases the lion and it likes the mouse then the mouse needs the rabbit.' 'If something needs the mouse and the mouse needs the rabbit then it is round.' 'If something is blue then it needs the rabbit.' 'If something chases the lion and the lion likes the rabbit then it needs the lion.' 'If the lion needs the mouse and the mouse is green then the mouse is nice.']
The mouse is nice.
True
1
5
[array(['The lion needs the mouse.', 'The rabbit is blue.', 'The rabbit likes the mouse.'], dtype=object) ]
[array(['If something is blue and it likes the mouse then the mouse is green.', 'If the lion needs the mouse and the mouse is green then the mouse is nice.'], dtype=object) ]