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
7,000
['Bob is cold.' 'Bob is nice.' 'Bob is round.' 'Dave is young.' 'Erin is nice.' 'Erin is round.' 'Fiona is cold.']
['If something is green then it is blue.' 'If something is green and round then it is cold.' 'Cold things are nice.' 'All nice things are red.' 'If something is young then it is cold.' 'If something is nice and round then it is green.' 'If something is red and cold then it is green.' 'All young, round things are nice.' 'If Fiona is round and Fiona is young then Fiona is cold.']
Dave is not nice.
False
1
3
[array(['Dave is young.'], dtype=object)]
[array(['If something is young then it is cold.', 'Cold things are nice.'], dtype=object) ]
7,001
['Bob is green.' 'Bob is not nice.' 'Dave is furry.' 'Erin is furry.' 'Erin is nice.' 'Fiona is big.' 'Fiona is not furry.']
['Kind things are young.' 'Young, big things are green.' 'If something is young then it is green.' 'If something is big and rough then it is not nice.' 'If something is big then it is nice.' 'If Bob is furry then Bob is young.' 'If something is furry then it is big.' 'If something is nice then it is kind.']
Fiona is not kind.
False
1
3
[array(['Fiona is big.'], dtype=object)]
[array(['If something is big then it is nice.', 'If something is nice then it is kind.'], dtype=object)]
7,002
['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 round.
True
1
4
[array(['Dave is kind.', 'Dave is cold.'], dtype=object)]
[array(['Kind, cold things are young.', 'All young things are round.'], dtype=object) ]
7,003
['The rabbit is big.' 'The rabbit is not cold.' 'The rabbit is not green.' 'The rabbit needs the squirrel.' 'The rabbit visits the squirrel.' 'The squirrel is big.' 'The squirrel is not blue.' 'The squirrel is cold.' 'The squirrel is green.' 'The squirrel likes the rabbit.' 'The squirrel needs the rabbit.' 'The squirrel visits the rabbit.']
['If something visits the squirrel then the squirrel visits the rabbit.' 'If something is nice and it likes the squirrel then the squirrel visits the rabbit.' 'If something needs the squirrel then it is nice.' 'If something likes the squirrel and the squirrel likes the rabbit then the squirrel needs the rabbit.' 'If the squirrel likes the rabbit and the rabbit is nice then the rabbit does not like the squirrel.' 'If something visits the rabbit then it likes the squirrel.']
The rabbit likes the squirrel.
False
1
4
[array(['The squirrel likes the rabbit.', 'The rabbit needs the squirrel.'], dtype=object) ]
[array(['If something needs the squirrel then it is nice.', 'If the squirrel likes the rabbit and the rabbit is nice then the rabbit does not like the squirrel.'], dtype=object) ]
7,004
['Anne is quiet.' 'Bob is big.' 'Bob is green.' 'Gary is cold.' 'Gary is rough.' 'Gary is smart.' 'Harry is smart.']
['If someone is quiet then they are big.' 'All green, quiet people are cold.' 'If someone is green and big then they are quiet.' 'If someone is round and quiet then they are cold.' 'If someone is smart then they are round.' 'Smart, cold people are round.' 'If Anne is quiet and Anne is cold then Anne is smart.' 'Big people are cold.' 'Big, round people are rough.']
Anne is not cold.
False
1
3
[array(['Anne is quiet.'], dtype=object)]
[array(['If someone is quiet then they are big.', 'Big people are cold.'], dtype=object) ]
7,005
['Charlie is kind.' 'Charlie is young.' 'Erin is not big.' 'Gary is not big.' 'Gary is not white.' 'Gary is young.' 'Harry is green.']
['If something is big then it is not green.' 'If something is kind then it is big.']
Charlie is green.
False
1
3
[array(['Charlie is kind.'], dtype=object)]
[array(['If something is kind then it is big.', 'If something is big then it is not green.'], dtype=object)]
7,006
['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.']
Fiona is not big.
Unknown
1
-1
[]
[]
7,007
['Charlie is cold.' 'Charlie is furry.' 'Charlie is red.' 'Charlie is rough.' 'Charlie is smart.' 'Dave is furry.' 'Dave is rough.' 'Fiona is kind.' 'Fiona is young.' 'Harry is red.']
['If something is rough then it is cold.' 'All smart things are red.' 'All kind things are rough.' 'All red, kind things are rough.' 'If Dave is cold and Dave is young then Dave is kind.' 'Cold, young things are furry.' 'Cold, furry things are smart.']
Dave is not red.
False
3
5
[array(['Dave is rough.', 'Dave is furry.'], dtype=object)]
[array(['If something is rough then it is cold.', 'Cold, furry things are smart.', 'All smart things are red.'], dtype=object) ]
7,008
['Bob is big.' 'Dave is big.' 'Dave is quiet.' 'Dave is round.' 'Fiona is round.' 'Harry is kind.' 'Harry is smart.']
['Big people are kind.' 'All kind, big people are round.' 'If someone is smart then they are kind.' 'If someone is green and smart then they are furry.' 'If someone is quiet and furry then they are smart.' 'Furry, big people are quiet.' 'All smart, kind people are big.' 'If someone is furry then they are big.' 'Round people are furry.']
Harry is round.
True
1
5
[array(['Harry is kind.', 'Harry is smart.', 'Harry is kind.'], dtype=object) array(['Harry is smart.', 'Harry is smart.', 'Harry is kind.'], dtype=object) array(['Harry is kind.', 'Harry is smart.', 'Harry is smart.'], dtype=object) array(['Harry is smart.', 'Harry is smart.', 'Harry is smart.'], dtype=object) ]
[array(['All smart, kind people are big.', 'All kind, big people are round.'], dtype=object) array(['If someone is smart then they are kind.', 'All smart, kind people are big.', 'All kind, big people are round.'], dtype=object) array(['If someone is smart then they are kind.', 'All smart, kind people are big.', 'All kind, big people are round.'], dtype=object) array(['If someone is smart then they are kind.', 'If someone is smart then they are kind.', 'All smart, kind people are big.', 'All kind, big people are round.'], dtype=object)]
7,009
['The bald eagle sees the cow.' 'The bald eagle visits the bear.' 'The bear is not cold.' 'The bear is rough.' 'The bear is young.' 'The bear needs the bald eagle.' 'The bear needs the cow.' 'The bear sees the lion.' 'The cow is cold.' 'The lion is red.' 'The lion is rough.' 'The lion needs the cow.' 'The lion sees the bald eagle.' 'The lion visits the bald eagle.' 'The lion visits the bear.' 'The lion does not visit the cow.']
['If something is rough then it visits the bald eagle.' 'If the lion needs the cow then the lion sees the bald eagle.' 'If something needs the lion then the lion visits the bear.' 'If something needs the cow then it is rough.' 'If something is young and not cold then it is not red.' 'If the cow visits the bald eagle and the bald eagle sees the lion then the cow is red.' 'If something needs the cow and the cow is not rough then it does not need the bear.' 'If something needs the cow and it is not red then it sees the cow.']
The bald eagle does not visit the bald eagle.
Unknown
1
-1
[]
[]
7,010
['Anne is big.' 'Anne is red.' 'Anne is smart.' 'Anne is white.' 'Charlie is quiet.' 'Erin is big.' 'Erin is quiet.' 'Erin is smart.' 'Erin is white.' 'Gary is quiet.']
['If someone is big and white then they are quiet.' 'Red people are cold.' 'If someone is red then they are quiet.' 'All quiet, blue people are red.' 'If Gary is smart and Gary is cold then Gary is red.' 'If Gary is cold and Gary is quiet then Gary is red.']
Gary is not cold.
Unknown
1
-1
[]
[]
7,011
['Anne is cold.' 'Bob is cold.' 'Bob is young.' 'Fiona is big.' 'Fiona is young.' 'Harry is big.' 'Harry is blue.' 'Harry is cold.' 'Harry is furry.' 'Harry is quiet.' 'Harry is red.' 'Harry is young.']
['Cold, young people are red.' 'Furry people are young.' 'Young, big people are blue.' 'Red, big people are quiet.' 'Quiet people are furry.' 'Blue people are red.' 'Young people are big.' 'All quiet, big people are furry.' 'If someone is blue and furry then they are cold.']
Bob is not blue.
False
1
4
[array(['Bob is young.', 'Bob is young.'], dtype=object)]
[array(['Young people are big.', 'Young, big people are blue.'], dtype=object) ]
7,012
['Erin is furry.' 'Erin is green.' 'Erin is quiet.' 'Erin is white.' 'Erin is young.' 'Gary is big.' 'Gary is green.' 'Gary is nice.' 'Gary is young.' 'Harry is big.' 'Harry is furry.' 'Harry is green.' 'Harry is nice.' 'Harry is quiet.' 'Harry is young.']
['If Erin is young and Erin is big then Erin is nice.' 'White, young things are big.']
Erin is nice.
True
1
5
[array(['Erin is young.', 'Erin is white.', 'Erin is young.'], dtype=object)]
[array(['White, young things are big.', 'If Erin is young and Erin is big then Erin is nice.'], dtype=object) ]
7,013
['Bob is red.' 'Bob is round.' 'Bob is white.' 'Bob is young.' 'Dave is green.' 'Dave is red.' 'Dave is rough.' 'Dave is round.' 'Dave is young.' 'Harry is big.' 'Harry is green.' 'Harry is red.' 'Harry is rough.' 'Harry is round.' 'Harry is white.' 'Harry is young.']
['All young things are big.' 'If Bob is big then Bob is green.']
Bob is green.
True
1
3
[array(['Bob is young.'], dtype=object)]
[array(['All young things are big.', 'If Bob is big then Bob is green.'], dtype=object) ]
7,014
['The cat is nice.' 'The cat is round.' 'The cat is young.' 'The cat needs the cow.' 'The cat sees the cow.' 'The cat visits the cow.' 'The cow is big.' 'The cow is kind.' 'The cow sees the cat.' 'The cow visits the cat.']
['If someone visits the cow then the cow needs the cat.' 'If the cow sees the cat and the cat is round then the cow needs the cat.' 'If someone is kind and they see the cat then they need the cow.' 'If someone visits the cow and the cow needs the cat then the cat is big.' 'If the cow visits the cat and the cat is nice then the cow is young.' 'If someone is big then they need the cat.']
The cat is big.
True
1
4
[array(['The cat visits the cow.', 'The cat visits the cow.'], dtype=object) array(['The cat visits the cow.', 'The cow is big.'], dtype=object) array(['The cat visits the cow.', 'The cow sees the cat.', 'The cat is round.'], dtype=object) ]
[array(['If someone visits the cow then the cow needs the cat.', 'If someone visits the cow and the cow needs the cat then the cat is big.'], dtype=object) array(['If someone is big then they need the cat.', 'If someone visits the cow and the cow needs the cat then the cat is big.'], dtype=object) array(['If the cow sees the cat and the cat is round then the cow needs the cat.', 'If someone visits the cow and the cow needs the cat then the cat is big.'], dtype=object) ]
7,015
['The squirrel chases the tiger.' 'The squirrel eats the tiger.' 'The squirrel is big.' 'The squirrel is green.' 'The squirrel is nice.' 'The squirrel is red.' 'The squirrel is round.' 'The squirrel needs the tiger.' 'The tiger chases the squirrel.' 'The tiger eats the squirrel.' 'The tiger is big.' 'The tiger is green.' 'The tiger is nice.' 'The tiger is red.' 'The tiger needs the squirrel.']
['If someone is round then they are red.' 'If someone is round then they need the tiger.' 'If someone eats the tiger then they chase the squirrel.' 'If someone needs the squirrel then the squirrel is round.' 'If someone needs the tiger then the tiger is green.' 'If someone needs the tiger then the tiger is round.']
The tiger needs the tiger.
True
1
3
[array(['The squirrel needs the tiger.'], dtype=object) array(['The squirrel is round.'], dtype=object) array(['The tiger needs the squirrel.'], dtype=object)]
[array(['If someone needs the tiger then the tiger is round.', 'If someone is round then they need the tiger.'], dtype=object) array(['If someone is round then they need the tiger.', 'If someone needs the tiger then the tiger is round.', 'If someone is round then they need the tiger.'], dtype=object) array(['If someone needs the squirrel then the squirrel is round.', 'If someone is round then they need the tiger.', 'If someone needs the tiger then the tiger is round.', 'If someone is round then they need the tiger.'], dtype=object)]
7,016
['The dog does not chase the rabbit.' 'The dog is big.' 'The dog is cold.' 'The dog is nice.' 'The dog is rough.' 'The dog is not young.' 'The dog likes the rabbit.' 'The dog sees the rabbit.' 'The rabbit chases the dog.' 'The rabbit is big.' 'The rabbit is cold.' 'The rabbit is rough.' 'The rabbit is young.' 'The rabbit likes the dog.' 'The rabbit sees the dog.']
['If something sees the rabbit then the rabbit chases the dog.' 'If something sees the rabbit and it is not young then the rabbit chases the dog.' 'If something is rough and big then it sees the rabbit.' 'If something sees the rabbit then it likes the rabbit.' 'If something likes the dog then it is cold.' 'If something sees the dog then the dog is cold.']
The rabbit does not like the rabbit.
False
1
4
[array(['The rabbit is rough.', 'The rabbit is big.'], dtype=object)]
[array(['If something is rough and big then it sees the rabbit.', 'If something sees the rabbit then it likes the rabbit.'], dtype=object) ]
7,017
['The bald eagle is kind.']
['If something is rough then it is green.' 'If the bald eagle is kind then the bald eagle is rough.' 'If something is red and rough then it is kind.' 'Green things are big.' 'If something is red and big then it is green.' 'If the bald eagle is red then the bald eagle is rough.']
The bald eagle is not big.
False
3
4
[array(['The bald eagle is kind.'], dtype=object)]
[array(['If the bald eagle is kind then the bald eagle is rough.', 'If something is rough then it is green.', 'Green things are big.'], dtype=object) ]
7,018
['Anne is smart.' 'Bob is quiet.' 'Bob is young.' 'Fiona is not quiet.' 'Gary is kind.' 'Gary is rough.' 'Gary is smart.']
['Rough, kind people are blue.' 'Young, kind people are rough.' 'If someone is furry then they are quiet.' 'Furry, young people are quiet.' 'All quiet people are young.' 'If someone is blue and kind then they are young.' 'If someone is smart then they are furry.' 'If Fiona is blue then Fiona is not kind.' 'Young people are kind.']
Gary is not quiet.
False
1
3
[array(['Gary is smart.'], dtype=object) array(['Gary is smart.', 'Gary is rough.', 'Gary is kind.', 'Gary is kind.'], dtype=object) ]
[array(['If someone is smart then they are furry.', 'If someone is furry then they are quiet.'], dtype=object) array(['If someone is smart then they are furry.', 'Rough, kind people are blue.', 'If someone is blue and kind then they are young.', 'Furry, young people are quiet.'], dtype=object) ]
7,019
['Fiona is furry.' 'Fiona is quiet.' 'Fiona is round.' 'Gary is nice.' 'Gary is rough.' 'Harry is cold.' 'Harry is green.' 'Harry is quiet.' 'Harry is rough.' 'Harry is round.']
['All quiet, cold people are rough.' 'All green people are nice.' 'Cold, quiet people are round.' 'Nice, furry people are round.' 'All green people are furry.' 'Nice people are furry.']
Gary is round.
True
1
4
[array(['Gary is nice.', 'Gary is nice.'], dtype=object)]
[array(['Nice people are furry.', 'Nice, furry people are round.'], dtype=object) ]
7,020
['Bob is round.' 'Bob is smart.' 'Charlie is not smart.' 'Fiona is young.' 'Gary is nice.' 'Gary is smart.' 'Gary is white.']
['If someone is young then they are smart.' 'If Fiona is young then Fiona is smart.' 'If someone is green and young then they are white.' 'If someone is smart then they are green.' 'If someone is quiet then they are round.' 'If someone is round and not smart then they are not quiet.' 'If someone is nice then they are quiet.' 'If someone is white then they are quiet.']
Bob is quiet.
Unknown
1
-1
[]
[]
7,021
['Charlie is not quiet.' 'Dave is green.' 'Fiona is quiet.' 'Harry is not furry.']
['If Fiona is smart then Fiona is white.' 'All quiet people are furry.' 'Cold people are green.' 'White people are green.' 'Furry people are cold.' 'If someone is blue and white then they are smart.']
Fiona is not green.
False
3
4
[array(['Fiona is quiet.'], dtype=object)]
[array(['All quiet people are furry.', 'Furry people are cold.', 'Cold people are green.'], dtype=object) ]
7,022
['The bald eagle eats the cow.' 'The bald eagle is young.' 'The cow is nice.' 'The cow sees the bald eagle.' 'The dog eats the bald eagle.' 'The tiger eats the cow.' 'The tiger needs the bald eagle.']
['If something is green and it eats the cow then it does not see the bald eagle.' 'If something eats the tiger then the tiger is young.' 'If something is red then it eats the tiger.' 'If something sees the bald eagle then it eats the cow.' 'If something is green and it needs the dog then it needs the bald eagle.' 'If something sees the tiger then it needs the bald eagle.' 'If something is red then it eats the bald eagle.' 'If something is young then it is red.' 'If something eats the dog and it is red then the dog is young.']
The tiger is young.
True
3
4
[array(['The bald eagle is young.'], dtype=object)]
[array(['If something is young then it is red.', 'If something is red then it eats the tiger.', 'If something eats the tiger then the tiger is young.'], dtype=object) ]
7,023
['Anne is cold.' 'Anne is not green.' 'Anne is not kind.' 'Anne is quiet.' 'Anne is round.' 'Bob is kind.' 'Bob is round.' 'Charlie is cold.' 'Charlie is quiet.' 'Charlie is round.' 'Erin is furry.']
['If something is quiet then it is rough.' 'Cold things are round.' 'If something is green then it is quiet.' 'All cold things are quiet.' 'Green things are quiet.' 'If something is kind and green then it is furry.' 'Furry things are green.' 'If Bob is kind then Bob is not rough.' 'If something is rough and green then it is cold.']
Bob is furry.
Unknown
1
-1
[]
[]
7,024
['The cow is not round.' 'The dog likes the cow.' 'The mouse is green.' 'The squirrel sees the dog.']
['If the dog likes the cow and the dog sees the cow then the cow sees the dog.' 'If the squirrel does not like the cow then the squirrel sees the mouse.' 'If someone is young and they do not see the squirrel then they need the cow.' 'If someone is big then they see the cow.' 'If the squirrel does not like the mouse then the mouse does not need the dog.' 'If someone likes the cow then they are big.' 'If the mouse sees the squirrel then the squirrel does not like the dog.' 'If the mouse is not big and the mouse does not need the cow then the cow sees the mouse.']
The dog does not see the cow.
False
1
3
[array(['The dog likes the cow.'], dtype=object)]
[array(['If someone likes the cow then they are big.', 'If someone is big then they see the cow.'], dtype=object)]
7,025
['Anne is green.' 'Anne is quiet.' 'Anne is young.' 'Charlie is big.' 'Charlie is blue.' 'Charlie is quiet.' 'Dave is red.' 'Dave is young.' 'Harry is kind.' 'Harry is young.']
['If someone is green then they are quiet.' 'Big people are green.' 'If someone is kind and young then they are big.']
Harry is green.
True
1
4
[array(['Harry is kind.', 'Harry is young.'], dtype=object)]
[array(['If someone is kind and young then they are big.', 'Big people are green.'], dtype=object) ]
7,026
['Dave is white.' 'Erin is white.' 'Fiona is not cold.']
['Big people are cold.' 'If someone is green and not white then they are not blue.' 'All rough, round people are not blue.' 'All big, cold people are green.' 'All round people are not green.' 'All white people are big.']
Erin is cold.
True
1
3
[array(['Erin is white.'], dtype=object)]
[array(['All white people are big.', 'Big people are cold.'], dtype=object)]
7,027
['The lion eats the squirrel.' 'The rabbit eats the lion.' 'The squirrel eats the lion.']
['If someone eats the lion and they eat the rabbit then they like the squirrel.' 'If someone chases the rabbit then the rabbit eats the squirrel.' 'If someone is blue then they chase the squirrel.' 'If someone eats the lion then they like the squirrel.' 'If someone chases the lion and they are green then the lion likes the rabbit.' 'If someone likes the lion then they are blue.']
The squirrel does not chase the squirrel.
Unknown
1
-1
[]
[]
7,028
['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.']
Dave is rough.
True
3
5
[array(['Dave is furry.', 'Dave is furry.'], dtype=object) array(['Dave is furry.', 'Dave is furry.', 'Dave is furry.'], dtype=object)]
[array(['If something is furry then it is red.', 'All red things are green.', 'If something is furry and green then it is rough.'], dtype=object) array(['If something is furry then it is red.', 'All red, furry things are green.', 'If something is furry and green then it is rough.'], dtype=object)]
7,029
['Bob is not smart.' 'Dave is not quiet.' 'Dave is red.' 'Dave is round.' 'Dave is smart.' 'Dave is not white.' 'Dave is young.' 'Gary is smart.' 'Harry is not green.' 'Harry is red.']
['Smart people are green.' 'If Gary is green then Gary is round.' 'If Gary is green and Gary is not red then Gary is smart.' 'If someone is round then they are young.' 'If someone is white and quiet then they are not round.' 'If Dave is not green then Dave is quiet.']
Gary is round.
True
1
3
[array(['Gary is smart.'], dtype=object)]
[array(['Smart people are green.', 'If Gary is green then Gary is round.'], dtype=object) ]
7,030
['The cat is not young.' 'The cat needs the rabbit.' 'The lion is big.' 'The lion is red.' 'The lion needs the cat.' 'The lion needs the rabbit.' 'The lion sees the cat.' 'The lion sees the rabbit.' 'The lion visits the cat.' 'The rabbit is big.' 'The rabbit is red.' 'The rabbit is young.' 'The rabbit does not need the cat.' 'The rabbit sees the cat.' 'The rabbit does not see the lion.' 'The rabbit visits the lion.']
['If the lion sees the rabbit and the lion is not blue then the lion is not big.' 'If something sees the cat and the cat is red then it sees the rabbit.' 'If something is cold and blue then it does not visit the cat.' 'If something is blue and cold then it does not need the rabbit.' 'If something sees the cat and it needs the rabbit then the cat is red.' 'If something is young and it does not see the rabbit then the rabbit is young.']
The rabbit sees the rabbit.
True
1
5
[array(['The rabbit sees the cat.', 'The lion sees the cat.', 'The lion needs the rabbit.'], dtype=object) ]
[array(['If something sees the cat and it needs the rabbit then the cat is red.', 'If something sees the cat and the cat is red then it sees the rabbit.'], dtype=object) ]
7,031
['The cow is big.']
['All big people are nice.' 'Big, kind people are red.' 'If someone is big and nice then they are kind.']
The cow is not red.
False
3
6
[array(['The cow is big.', 'The cow is big.', 'The cow is big.'], dtype=object) ]
[array(['All big people are nice.', 'If someone is big and nice then they are kind.', 'Big, kind people are red.'], dtype=object) ]
7,032
['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 lion does not chase the lion.
False
3
4
[array(['The squirrel chases the lion.'], dtype=object)]
[array(['If someone chases the lion then they eat the lion.', 'If someone eats the lion then the lion is big.', 'If someone is big then they chase the lion.'], dtype=object)]
7,033
['Charlie is not white.' 'Erin is cold.' 'Fiona is kind.']
['If something is green then it is not cold.' 'All kind things are green.' 'If Erin is not green then Erin is cold.']
Fiona is cold.
False
1
3
[array(['Fiona is kind.'], dtype=object)]
[array(['All kind things are green.', 'If something is green then it is not cold.'], dtype=object)]
7,034
['The cat chases the rabbit.' 'The cat likes the mouse.' 'The dog is blue.' 'The dog is not cold.' 'The dog likes the cat.' 'The dog likes the mouse.' 'The mouse is cold.' 'The mouse does not like the cat.' 'The rabbit chases the mouse.' 'The rabbit is nice.']
['If someone chases the dog then the dog likes the cat.' 'If someone is nice and they eat the mouse then the mouse chases the dog.' 'If someone likes the mouse then they are blue.' 'If someone eats the cat and they chase the rabbit then the rabbit likes the mouse.' 'If the dog eats the rabbit and the rabbit likes the mouse then the dog likes the mouse.' 'If the cat chases the rabbit then the cat chases the dog.' 'If someone eats the rabbit then they like the rabbit.' 'If someone is blue then they eat the cat.']
The rabbit does not like the mouse.
False
3
5
[array(['The cat likes the mouse.', 'The cat chases the rabbit.'], dtype=object) ]
[array(['If someone likes the mouse then they are blue.', 'If someone is blue then they eat the cat.', 'If someone eats the cat and they chase the rabbit then the rabbit likes the mouse.'], dtype=object) ]
7,035
['The bald eagle is green.' 'The bald eagle is rough.' 'The bald eagle is young.' 'The bald eagle needs the squirrel.' 'The bald eagle sees the squirrel.' 'The cat is round.' 'The cat needs the bald eagle.' 'The cat needs the dog.' 'The cat visits the bald eagle.' 'The dog needs the bald eagle.' 'The dog sees the bald eagle.' 'The dog visits the cat.' 'The squirrel needs the cat.' 'The squirrel visits the bald eagle.']
['If something sees the dog then it sees the cat.' 'If something needs the dog and it is round then it needs the cat.' 'If something visits the squirrel then the squirrel visits the dog.' 'If something is nice then it sees the dog.' 'If something needs the cat then it is nice.' 'If something sees the cat then it is green.' 'If something needs the cat then it is rough.' 'If something visits the squirrel and the squirrel visits the dog then the squirrel visits the bald eagle.']
The cat is not rough.
False
1
4
[array(['The cat needs the dog.', 'The cat is round.'], dtype=object)]
[array(['If something needs the dog and it is round then it needs the cat.', 'If something needs the cat then it is rough.'], dtype=object) ]
7,036
['Anne is round.' 'Bob is blue.' 'Bob is kind.' 'Bob is red.' 'Dave is big.' 'Dave is kind.' 'Dave is smart.' 'Fiona is big.' 'Fiona is red.' 'Fiona is rough.' 'Fiona is round.']
['If Bob is round and Bob is red then Bob is rough.' 'Big people are kind.' 'All blue people are big.' 'All round people are blue.' 'All smart, red people are kind.' 'All kind people are rough.' 'All rough, big people are smart.' 'Round, smart people are blue.' 'If Fiona is smart and Fiona is red then Fiona is big.']
Anne is not kind.
False
3
4
[array(['Anne is round.'], dtype=object)]
[array(['All round people are blue.', 'All blue people are big.', 'Big people are kind.'], dtype=object) ]
7,037
['Charlie is big.' 'Charlie is cold.' 'Charlie is nice.' 'Charlie is young.' 'Dave is big.' 'Dave is nice.' 'Fiona is big.' 'Fiona is nice.' 'Gary is cold.' 'Gary is nice.']
['All rough, young things are red.' 'All rough, cold things are young.' 'All nice, red things are round.' 'If Charlie is cold and Charlie is rough then Charlie is young.' 'All round, red things are rough.' 'All cold, big things are red.' 'Cold things are big.' 'If Dave is rough then Dave is cold.' 'If Fiona is cold then Fiona is red.']
Fiona is rough.
Unknown
1
-1
[]
[]
7,038
['The bear visits the cat.' 'The cat is cold.' 'The cat sees the mouse.' 'The mouse likes the rabbit.' 'The mouse sees the rabbit.' 'The mouse visits the rabbit.' 'The rabbit is blue.' 'The rabbit is round.' 'The rabbit likes the mouse.' 'The rabbit sees the cat.']
['If something visits the cat and it likes the cat then the cat visits the mouse.' 'If something visits the mouse then it sees the bear.' 'If something likes the cat then it visits the cat.' 'If the bear sees the mouse and the mouse is big then the mouse likes the bear.' 'If something visits the cat then it likes the cat.' 'If the cat likes the bear and the bear is big then the cat likes the mouse.' 'If something is blue and it sees the cat then the cat is big.' 'If something likes the mouse then it sees the rabbit.']
The mouse does not like the cat.
Unknown
1
-1
[]
[]
7,039
['Anne is big.' 'Anne is rough.' 'Dave is blue.' 'Dave is cold.' 'Dave is red.' 'Dave is rough.' 'Dave is round.' 'Gary is round.' 'Harry is cold.' 'Harry is rough.']
['All round things are blue.' 'If something is cold then it is blue.' 'Blue, red things are round.' 'If something is rough then it is red.' 'All big, red things are cold.' 'All round things are green.' 'Round, cold things are big.' 'If something is green then it is blue.']
Anne is cold.
True
1
4
[array(['Anne is big.', 'Anne is rough.'], dtype=object)]
[array(['If something is rough then it is red.', 'All big, red things are cold.'], dtype=object)]
7,040
['Bob is blue.' 'Bob is furry.' 'Bob is smart.' 'Fiona is furry.' 'Fiona is red.' 'Fiona is rough.' 'Fiona is white.']
['Furry people are red.' 'If someone is red then they are rough.' 'If Bob is white and Bob is smart then Bob is rough.' 'All furry, blue people are rough.' 'All white people are red.' 'If someone is red and blue then they are round.' 'If Bob is blue and Bob is round then Bob is white.' 'If Bob is blue and Bob is furry then Bob is rough.']
Bob is round.
True
1
4
[array(['Bob is furry.', 'Bob is blue.'], dtype=object)]
[array(['Furry people are red.', 'If someone is red and blue then they are round.'], dtype=object)]
7,041
['The bear chases the tiger.' 'The cat chases the mouse.' 'The cat visits the bear.' 'The mouse chases the tiger.' 'The mouse is rough.' 'The mouse is young.' 'The tiger is big.']
['If something chases the bear and the bear likes the mouse then the mouse likes the bear.' 'If something visits the mouse then the mouse visits the tiger.' 'If the tiger is young and the tiger likes the cat then the cat chases the tiger.' 'If something likes the mouse and it is green then it chases the mouse.' 'If something chases the cat then the cat likes the mouse.' 'If the cat visits the bear then the cat visits the mouse.' 'If something visits the tiger then the tiger chases the cat.' 'If something is green and it chases the tiger then the tiger chases the bear.']
The tiger does not chase the cat.
False
3
4
[array(['The cat visits the bear.'], dtype=object)]
[array(['If the cat visits the bear then the cat visits the mouse.', 'If something visits the mouse then the mouse visits the tiger.', 'If something visits the tiger then the tiger chases the cat.'], dtype=object) ]
7,042
['The bear chases the cow.' 'The bear chases the dog.' 'The bear eats the dog.' 'The bear is kind.' 'The cow chases the bear.' 'The cow chases the dog.' 'The cow does not eat the dog.' 'The cow is green.' 'The cow is kind.' 'The cow is nice.' 'The cow is not young.' 'The cow needs the bear.' 'The dog eats the cow.' 'The dog is not cold.' 'The dog is nice.' 'The dog does not need the cow.']
['If someone needs the cow and they are nice then the cow eats the dog.' 'If the cow is nice then the cow needs the dog.' 'If someone is green and they eat the dog then the dog does not eat the cow.' 'If someone eats the cow then they need the dog.' 'If someone needs the bear then the bear is kind.' 'If someone chases the cow then they do not need the cow.' 'If someone needs the dog then the dog does not chase the bear.' 'If someone needs the dog then they need the bear.']
The bear needs the bear.
Unknown
1
-1
[]
[]
7,043
['Charlie is young.' 'Fiona is blue.' 'Gary is blue.' 'Gary is white.' 'Harry is blue.' 'Harry is round.' 'Harry is smart.']
['If Charlie is round and Charlie is quiet then Charlie is not young.' 'If something is quiet then it is smart.' 'All blue things are young.' 'Big, blue things are quiet.' 'Young, white things are round.' 'If Fiona is big and Fiona is not white then Fiona is blue.' 'If Charlie is big and Charlie is young then Charlie is not smart.' 'Round things are big.']
Charlie is not big.
Unknown
1
-1
[]
[]
7,044
['The bald eagle chases the dog.' 'The bald eagle eats the cat.' 'The bald eagle is nice.' 'The bald eagle is rough.' 'The bald eagle likes the dog.' 'The cat is blue.' 'The dog chases the cat.']
['If someone is blue and they eat the cat then the cat is blue.' 'If the dog likes the bald eagle and the bald eagle likes the dog then the bald eagle is young.' 'If the dog does not eat the bald eagle then the dog eats the cat.' 'If someone eats the cat then they eat the dog.' 'If someone is blue then they eat the dog.' 'If someone eats the cat and the cat chases the bald eagle then the bald eagle likes the cat.' 'If the bald eagle eats the dog then the bald eagle is blue.' 'If someone eats the dog then they chase the bald eagle.']
The bald eagle likes the cat.
True
3
5
[array(['The bald eagle eats the cat.', 'The cat is blue.'], dtype=object) array(['The bald eagle eats the cat.', 'The bald eagle eats the cat.', 'The bald eagle eats the cat.'], dtype=object) ]
[array(['If someone is blue then they eat the dog.', 'If someone eats the dog then they chase the bald eagle.', 'If someone eats the cat and the cat chases the bald eagle then the bald eagle likes the cat.'], dtype=object) array(['If someone eats the cat then they eat the dog.', 'If the bald eagle eats the dog then the bald eagle is blue.', 'If someone is blue and they eat the cat then the cat is blue.', 'If someone is blue then they eat the dog.', 'If someone eats the dog then they chase the bald eagle.', 'If someone eats the cat and the cat chases the bald eagle then the bald eagle likes the cat.'], dtype=object) ]
7,045
['Anne is green.' 'Bob is green.' 'Charlie is kind.' 'Gary is white.']
['All young people are white.' 'If someone is young and white then they are cold.' 'All kind people are young.']
Bob is not cold.
Unknown
1
-1
[]
[]
7,046
['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)]
7,047
['Bob is cold.' 'Bob is furry.' 'Dave is big.' 'Dave is furry.' 'Dave is smart.' 'Fiona is big.' 'Fiona is nice.' 'Fiona is young.' 'Gary is cold.' 'Gary is nice.']
['All smart, cold people are young.' 'If someone is smart then they are cold.']
Dave is young.
True
1
4
[array(['Dave is smart.', 'Dave is smart.'], dtype=object)]
[array(['If someone is smart then they are cold.', 'All smart, cold people are young.'], dtype=object)]
7,048
['The bear chases the cat.' 'The bear chases the cow.' 'The bear likes the cat.' 'The bear likes the lion.' 'The bear visits the cat.' 'The cat is red.' 'The cat visits the bear.' 'The cat visits the cow.' 'The cow visits the lion.' 'The lion chases the cat.' 'The lion is nice.']
['If something likes the bear and it visits the lion then it is green.' 'If something likes the lion and the lion is nice then it chases the lion.' 'If something is green and it chases the cow then the cow is cold.' 'Cold things are green.' 'If something chases the lion and the lion chases the cat then it is cold.' 'If the lion likes the cat and the cat chases the lion then the lion is nice.' 'If something likes the cat then it likes the lion.' 'If something likes the cat then it likes the lion.' 'If something chases the lion then the lion visits the bear.']
The lion does not chase the lion.
Unknown
1
-1
[]
[]
7,049
['Dave is blue.' 'Fiona is smart.' 'Gary is nice.']
['If Fiona is nice and Fiona is quiet then Fiona is rough.' 'If something is blue and quiet then it is smart.' 'If Fiona is cold and Fiona is quiet then Fiona is smart.' 'Smart, rough things are cold.' 'Smart things are cold.' 'Blue things are quiet.']
Dave is smart.
True
1
4
[array(['Dave is blue.', 'Dave is blue.'], dtype=object)]
[array(['Blue things are quiet.', 'If something is blue and quiet then it is smart.'], dtype=object)]
7,050
['Bob is round.' 'Charlie is green.' 'Erin is nice.' 'Fiona is round.']
['Green things are cold.' 'All furry, round things are big.' 'Big things are green.' 'If something is furry then it is round.' 'Nice, young things are green.' 'Nice things are young.']
Erin is green.
True
1
4
[array(['Erin is nice.', 'Erin is nice.'], dtype=object)]
[array(['Nice things are young.', 'Nice, young things are green.'], dtype=object) ]
7,051
['Anne is big.' 'Anne is cold.' 'Anne is furry.' 'Charlie is big.' 'Charlie is not cold.' 'Dave is furry.' 'Dave is nice.' 'Dave is not quiet.' 'Dave is smart.' 'Fiona is quiet.' 'Fiona is smart.']
['Furry, white people are cold.' 'Furry, quiet people are white.' 'Quiet people are white.' 'All white, quiet people are nice.' 'White, nice people are furry.' 'All cold people are big.']
Charlie is not furry.
Unknown
1
-1
[]
[]
7,052
['Anne is red.' 'Anne is round.' 'Erin is quiet.' 'Erin is round.' 'Fiona is red.' 'Harry is rough.' 'Harry is smart.']
['All rough things are white.' 'If Fiona is smart and Fiona is round then Fiona is white.' 'If something is young then it is smart.' 'Red, white things are young.' 'Red things are quiet.' 'Young things are red.' 'If something is quiet then it is rough.' 'All round, white things are young.']
Erin is white.
True
1
3
[array(['Erin is quiet.'], dtype=object)]
[array(['If something is quiet then it is rough.', 'All rough things are white.'], dtype=object)]
7,053
['The bear chases the cat.' 'The bear chases the cow.' 'The bear likes the cat.' 'The bear likes the lion.' 'The bear visits the cat.' 'The cat is red.' 'The cat visits the bear.' 'The cat visits the cow.' 'The cow visits the lion.' 'The lion chases the cat.' 'The lion is nice.']
['If something likes the bear and it visits the lion then it is green.' 'If something likes the lion and the lion is nice then it chases the lion.' 'If something is green and it chases the cow then the cow is cold.' 'Cold things are green.' 'If something chases the lion and the lion chases the cat then it is cold.' 'If the lion likes the cat and the cat chases the lion then the lion is nice.' 'If something likes the cat then it likes the lion.' 'If something likes the cat then it likes the lion.' 'If something chases the lion then the lion visits the bear.']
The bear is green.
True
3
6
[array(['The bear likes the lion.', 'The lion is nice.', 'The lion chases the cat.'], dtype=object) array(['The bear likes the cat.', 'The lion is nice.', 'The lion chases the cat.'], dtype=object) array(['The bear likes the cat.', 'The lion is nice.', 'The lion chases the cat.'], dtype=object) ]
[array(['If something likes the lion and the lion is nice then it chases the lion.', 'If something chases the lion and the lion chases the cat then it is cold.', 'Cold things are green.'], dtype=object) array(['If something likes the cat then it likes the lion.', 'If something likes the lion and the lion is nice then it chases the lion.', 'If something chases the lion and the lion chases the cat then it is cold.', 'Cold things are green.'], dtype=object) array(['If something likes the cat then it likes the lion.', 'If something likes the lion and the lion is nice then it chases the lion.', 'If something chases the lion and the lion chases the cat then it is cold.', 'Cold things are green.'], dtype=object) ]
7,054
['Charlie is big.' 'Charlie is smart.' 'Gary is not furry.' 'Gary is green.' 'Gary is rough.' 'Gary is young.' 'Harry is green.']
['If Gary is kind and Gary is young then Gary is rough.' 'If Charlie is kind and Charlie is rough then Charlie is young.' 'If Charlie is not smart then Charlie is not rough.' 'If Charlie is young then Charlie is rough.' 'If something is young and rough then it is big.' 'All big, rough things are kind.' 'All green, big things are rough.' 'If something is smart and not green then it is young.']
Harry is not rough.
Unknown
1
-1
[]
[]
7,055
['Anne is cold.' 'Anne is furry.' 'Bob is nice.' 'Bob is red.' 'Bob is rough.' 'Bob is round.' 'Charlie is cold.' 'Charlie is furry.' 'Charlie is nice.' 'Charlie is red.' 'Charlie is round.' 'Charlie is young.' 'Dave is cold.' 'Dave is furry.' 'Dave is nice.']
['All cold things are rough.' 'If something is rough then it is nice.' 'All rough, nice things are young.']
Dave is not young.
False
1
4
[array(['Dave is cold.', 'Dave is nice.'], dtype=object) array(['Dave is cold.', 'Dave is cold.'], dtype=object)]
[array(['All cold things are rough.', 'All rough, nice things are young.'], dtype=object) array(['All cold things are rough.', 'All cold things are rough.', 'If something is rough then it is nice.', 'All rough, nice things are young.'], dtype=object) ]
7,056
['The bear is young.' 'The cat sees the bear.' 'The mouse eats the rabbit.' 'The rabbit is round.']
['If something is young and it visits the cat then it eats the bear.' 'If something sees the bear then the bear eats the mouse.' 'If something eats the mouse then the mouse is kind.' 'If something visits the bear then it sees the cat.' 'If something is kind then it eats the cat.' 'If something is rough then it eats the cat.']
The mouse is kind.
True
1
3
[array(['The cat sees the bear.'], dtype=object)]
[array(['If something sees the bear then the bear eats the mouse.', 'If something eats the mouse then the mouse is kind.'], dtype=object) ]
7,057
['Charlie is blue.' 'Charlie is round.' 'Fiona is big.' 'Fiona is cold.' 'Gary is nice.' 'Harry is nice.' 'Harry is round.']
['All rough, blue things are red.' 'All nice things are cold.' 'Big, cold things are rough.' 'If something is red and blue then it is rough.' 'All blue, cold things are nice.' 'All red things are blue.' 'If something is round and cold then it is blue.' 'Blue things are big.' 'If Charlie is big then Charlie is blue.']
Fiona is not red.
Unknown
1
-1
[]
[]
7,058
['Gary is white.']
['All cold people are round.' 'All furry people are cold.' 'All white people are cold.' 'If Gary is smart and Gary is white then Gary is not cold.' 'If Gary is furry and Gary is round then Gary is red.' 'All white people are furry.' 'If Gary is not cold and Gary is not red then Gary is quiet.' 'If Gary is smart and Gary is furry then Gary is not quiet.']
Gary is round.
True
1
3
[array(['Gary is white.'], dtype=object) array(['Gary is white.'], dtype=object)]
[array(['All white people are cold.', 'All cold people are round.'], dtype=object) array(['All white people are furry.', 'All furry people are cold.', 'All cold people are round.'], dtype=object) ]
7,059
['Harry is kind.' 'Harry is nice.' 'Harry is quiet.']
['Round, quiet things are green.' 'If something is quiet and green then it is round.' 'All quiet things are round.' 'All nice things are quiet.' 'Green things are kind.' 'All furry, green things are kind.']
Harry is green.
True
1
4
[array(['Harry is quiet.', 'Harry is quiet.'], dtype=object) array(['Harry is quiet.', 'Harry is nice.'], dtype=object) array(['Harry is nice.', 'Harry is quiet.'], dtype=object) array(['Harry is nice.', 'Harry is nice.'], dtype=object)]
[array(['All quiet things are round.', 'Round, quiet things are green.'], dtype=object) array(['All quiet things are round.', 'All nice things are quiet.', 'Round, quiet things are green.'], dtype=object) array(['All nice things are quiet.', 'All quiet things are round.', 'Round, quiet things are green.'], dtype=object) array(['All nice things are quiet.', 'All quiet things are round.', 'All nice things are quiet.', 'Round, quiet things are green.'], dtype=object) ]
7,060
['Anne is green.' 'Charlie is blue.' 'Charlie is not green.' 'Charlie is nice.' 'Erin is young.' 'Harry is kind.' 'Harry is white.']
['If something is blue then it is nice.' 'If something is blue and not quiet then it is nice.' 'If something is nice then it is kind.' 'If Erin is green then Erin is white.' 'All green things are blue.' 'If something is young then it is white.' 'If Harry is white then Harry is young.' 'If Erin is nice and Erin is blue then Erin is young.' 'All white things are green.']
Erin is blue.
True
3
4
[array(['Erin is young.'], dtype=object)]
[array(['If something is young then it is white.', 'All white things are green.', 'All green things are blue.'], dtype=object) ]
7,061
['Anne is big.' 'Anne is blue.' 'Anne is furry.' 'Anne is nice.' 'Anne is quiet.' 'Anne is rough.' 'Anne is round.' 'Charlie is blue.' 'Charlie is not quiet.' 'Charlie is round.' 'Dave is furry.' 'Dave is quiet.' 'Gary is rough.' 'Gary is round.']
['All round things are rough.' 'All round things are rough.' 'If Dave is round then Dave is blue.' 'If Dave is blue and Dave is round then Dave is furry.' 'If something is blue then it is nice.' 'Big things are nice.' 'If something is nice and rough then it is big.' 'Nice things are round.' 'Quiet things are blue.']
Charlie is big.
True
1
5
[array(['Charlie is blue.', 'Charlie is round.'], dtype=object) array(['Charlie is blue.', 'Charlie is round.'], dtype=object) array(['Charlie is blue.', 'Charlie is blue.'], dtype=object) array(['Charlie is blue.', 'Charlie is blue.'], dtype=object)]
[array(['If something is blue then it is nice.', 'All round things are rough.', 'If something is nice and rough then it is big.'], dtype=object) array(['If something is blue then it is nice.', 'All round things are rough.', 'If something is nice and rough then it is big.'], dtype=object) array(['If something is blue then it is nice.', 'If something is blue then it is nice.', 'Nice things are round.', 'All round things are rough.', 'If something is nice and rough then it is big.'], dtype=object) array(['If something is blue then it is nice.', 'If something is blue then it is nice.', 'Nice things are round.', 'All round things are rough.', 'If something is nice and rough then it is big.'], dtype=object) ]
7,062
['Anne is young.' 'Bob is not round.' 'Dave is not cold.' 'Fiona is smart.']
['If something is cold then it is blue.' 'If Dave is green then Dave is not cold.' 'Young things are cold.']
Anne is blue.
True
1
3
[array(['Anne is young.'], dtype=object)]
[array(['Young things are cold.', 'If something is cold then it is blue.'], dtype=object) ]
7,063
['The rabbit is kind.']
['All kind people are young.' 'If someone is young then they are not blue.' 'All blue people are kind.']
The rabbit is blue.
False
1
3
[array(['The rabbit is kind.'], dtype=object)]
[array(['All kind people are young.', 'If someone is young then they are not blue.'], dtype=object)]
7,064
['Anne is red.' 'Erin is smart.' 'Fiona is quiet.']
['All green, big people are quiet.' 'All furry people are smart.' 'All green people are not smart.' 'If someone is quiet and kind then they are green.' 'Red people are kind.' 'If Erin is furry then Erin is green.' 'Quiet people are furry.' 'Big people are red.']
Anne is not furry.
Unknown
1
-1
[]
[]
7,065
['Anne is furry.' 'Anne is smart.' 'Fiona is red.']
['All kind people are smart.' 'If Fiona is red and Fiona is round then Fiona is blue.' 'Red people are cold.' 'Smart people are furry.' 'All red people are furry.' 'If someone is round and cold then they are kind.']
Fiona is not smart.
Unknown
1
-1
[]
[]
7,066
['Anne is rough.' 'Charlie is young.' 'Fiona is quiet.']
['Rough, round things are smart.' 'All young things are quiet.' 'White, young things are round.' 'If something is white and nice then it is young.' 'If something is round then it is rough.' 'All quiet, young things are round.']
Anne is quiet.
Unknown
1
-1
[]
[]
7,067
['The dog is blue.' 'The dog sees the mouse.' 'The mouse is not round.' 'The mouse sees the dog.' 'The rabbit is cold.' 'The rabbit is red.' 'The rabbit sees the mouse.' 'The squirrel is green.' 'The squirrel needs the mouse.' 'The squirrel sees the dog.' 'The squirrel does not visit the dog.']
['If something sees the dog then it sees the squirrel.' 'If something is red and blue then it sees the squirrel.' 'If something needs the squirrel and it is green then it visits the rabbit.' 'If something needs the rabbit and the rabbit is blue then the rabbit does not need the dog.' 'If the mouse needs the rabbit and the rabbit is cold then the mouse is green.' 'If something sees the squirrel then it needs the rabbit.' 'If something sees the rabbit then it needs the mouse.' 'If something is blue then it needs the dog.' 'If something is green and it sees the dog then it is blue.']
The mouse is green.
True
3
5
[array(['The mouse sees the dog.', 'The rabbit is cold.'], dtype=object)]
[array(['If something sees the dog then it sees the squirrel.', 'If something sees the squirrel then it needs the rabbit.', 'If the mouse needs the rabbit and the rabbit is cold then the mouse is green.'], dtype=object) ]
7,068
['Bob is furry.' 'Bob is green.' 'Bob is quiet.' 'Bob is white.' 'Bob is young.' 'Dave is not furry.' 'Dave is not green.' 'Dave is red.' 'Dave is not round.' 'Dave is white.' 'Fiona is furry.' 'Fiona is green.' 'Fiona is red.' 'Fiona is not round.' 'Fiona is white.']
['If something is red and not quiet then it is green.' 'Quiet, green things are furry.' 'All furry, round things are red.' 'If something is furry then it is white.' 'If Bob is quiet then Bob is round.' 'If Bob is furry and Bob is quiet then Bob is white.']
Bob is not red.
False
1
4
[array(['Bob is furry.', 'Bob is quiet.'], dtype=object) array(['Bob is quiet.', 'Bob is green.', 'Bob is quiet.'], dtype=object)]
[array(['If Bob is quiet then Bob is round.', 'All furry, round things are red.'], dtype=object) array(['Quiet, green things are furry.', 'If Bob is quiet then Bob is round.', 'All furry, round things are red.'], dtype=object)]
7,069
['The cat eats the lion.' 'The cat eats the squirrel.' 'The cat is green.' 'The cat likes the cow.' 'The cow is not rough.' 'The cow likes the squirrel.' 'The lion needs the cat.' 'The lion needs the cow.' 'The squirrel likes the lion.' 'The squirrel needs the cat.']
['If someone needs the cow then they eat the cat.' 'If someone needs the cat then the cat eats the squirrel.' 'If someone eats the cat then they are not rough.']
The lion is rough.
False
1
3
[array(['The lion needs the cow.'], dtype=object)]
[array(['If someone needs the cow then they eat the cat.', 'If someone eats the cat then they are not rough.'], dtype=object)]
7,070
['Anne is cold.' 'Anne is round.' 'Bob is big.' 'Charlie is cold.' 'Charlie is nice.' 'Charlie is round.' 'Charlie is young.' 'Erin is nice.' 'Erin is not rough.' 'Erin is round.']
['If Charlie is cold then Charlie is not quiet.' 'If someone is cold and quiet then they are not big.' 'All young, quiet people are not big.' 'Cold, big people are round.' 'If Bob is round then Bob is nice.' 'If someone is nice and young then they are rough.' 'Big people are young.' 'Young people are cold.']
Bob is cold.
True
1
3
[array(['Bob is big.'], dtype=object)]
[array(['Big people are young.', 'Young people are cold.'], dtype=object)]
7,071
['The bald eagle likes the cat.' 'The bald eagle visits the rabbit.' 'The cat needs the bald eagle.' 'The cat needs the cow.' 'The cat visits the rabbit.' 'The cow likes the bald eagle.' 'The cow likes the rabbit.' 'The cow visits the bald eagle.' 'The rabbit is green.' 'The rabbit is red.' 'The rabbit needs the cat.']
['If someone needs the bald eagle and they are red then they visit the cow.' 'If someone needs the bald eagle then the bald eagle needs the rabbit.' 'If someone needs the cat then they like the bald eagle.' 'If someone needs the bald eagle then they are red.' 'If someone is green then they need the bald eagle.' 'If someone likes the bald eagle and they need the bald eagle then the bald eagle visits the rabbit.' 'If the cat likes the bald eagle then the bald eagle visits the cow.' 'If someone visits the cow then they need the cat.' 'If the cow is rough and the cow is nice then the cow is red.']
The rabbit visits the cow.
True
1
4
[array(['The rabbit is green.', 'The rabbit is red.'], dtype=object) array(['The rabbit is green.', 'The rabbit is green.'], dtype=object)]
[array(['If someone is green then they need the bald eagle.', 'If someone needs the bald eagle and they are red then they visit the cow.'], dtype=object) array(['If someone is green then they need the bald eagle.', 'If someone is green then they need the bald eagle.', 'If someone needs the bald eagle then they are red.', 'If someone needs the bald eagle and they are red then they visit the cow.'], dtype=object) ]
7,072
['The bald eagle likes the dog.' 'The bald eagle sees the dog.' 'The bear likes the dog.' 'The dog is green.' 'The dog sees the bald eagle.' 'The dog sees the bear.' 'The squirrel sees the bear.']
['If someone is kind then they visit the bald eagle.' 'If the dog is nice and the dog is cold then the dog sees the squirrel.' 'If someone visits the bald eagle and they are kind then the bald eagle is green.' 'If someone likes the bald eagle and the bald eagle is green then they like the dog.' 'If someone is rough and they like the bear then they visit the bald eagle.' 'Green people are kind.' 'If someone visits the bald eagle then the bald eagle sees the dog.' 'If the dog sees the squirrel and the squirrel is rough then the squirrel likes the bald eagle.']
The dog does not visit the bald eagle.
False
1
3
[array(['The dog is green.'], dtype=object)]
[array(['Green people are kind.', 'If someone is kind then they visit the bald eagle.'], dtype=object)]
7,073
['The mouse eats the squirrel.' 'The mouse is kind.' 'The mouse is red.' 'The mouse is not round.' 'The mouse is young.' 'The mouse does not like the squirrel.' 'The mouse needs the squirrel.' 'The squirrel eats the mouse.' 'The squirrel is green.' 'The squirrel is kind.' 'The squirrel is red.' 'The squirrel is round.' 'The squirrel is young.' 'The squirrel likes the mouse.' 'The squirrel needs the mouse.']
['If the squirrel needs the mouse then the mouse does not like the squirrel.' 'If something eats the squirrel and it is not young then it does not need the squirrel.' 'If something eats the squirrel and it likes the squirrel then the squirrel eats the mouse.' 'If something likes the mouse then the mouse is green.' 'If something is green then it eats the mouse.' 'If something is red and it does not need the squirrel then it is round.' 'If the squirrel is kind and the squirrel eats the mouse then the squirrel likes the mouse.' 'If something is round and it needs the squirrel then the squirrel likes the mouse.']
The mouse eats the mouse.
True
1
3
[array(['The squirrel likes the mouse.'], dtype=object) array(['The squirrel is kind.', 'The squirrel eats the mouse.'], dtype=object) array(['The squirrel is kind.', 'The squirrel is green.'], dtype=object)]
[array(['If something likes the mouse then the mouse is green.', 'If something is green then it eats the mouse.'], dtype=object) array(['If the squirrel is kind and the squirrel eats the mouse then the squirrel likes the mouse.', 'If something likes the mouse then the mouse is green.', 'If something is green then it eats the mouse.'], dtype=object) array(['If something is green then it eats the mouse.', 'If the squirrel is kind and the squirrel eats the mouse then the squirrel likes the mouse.', 'If something likes the mouse then the mouse is green.', 'If something is green then it eats the mouse.'], dtype=object) ]
7,074
['Anne is big.' 'Anne is blue.' 'Anne is kind.' 'Anne is round.' 'Charlie is green.' 'Gary is kind.' 'Harry is round.']
['All blue things are rough.' 'All white things are kind.' 'If something is green and kind then it is round.' 'If Anne is rough then Anne is big.' 'All big things are blue.' 'If something is green then it is blue.' 'Blue things are big.' 'If Anne is big and Anne is green then Anne is kind.' 'Rough things are white.']
Charlie is white.
True
3
4
[array(['Charlie is green.'], dtype=object)]
[array(['If something is green then it is blue.', 'All blue things are rough.', 'Rough things are white.'], dtype=object) ]
7,075
['Bob is big.' 'Charlie is smart.' 'Erin is kind.' 'Gary is rough.']
['All smart things are furry.' 'Smart things are not kind.' 'If something is furry and not kind then it is rough.' 'If something is big then it is cold.' 'Kind things are not cold.' 'All rough, smart things are blue.' 'Smart, blue things are big.' 'If something is smart and furry then it is big.']
Charlie is not big.
False
1
4
[array(['Charlie is smart.', 'Charlie is smart.'], dtype=object) array(['Charlie is smart.', 'Charlie is smart.', 'Charlie is smart.', 'Charlie is smart.'], dtype=object) ]
[array(['All smart things are furry.', 'If something is smart and furry then it is big.'], dtype=object) array(['All smart things are furry.', 'Smart things are not kind.', 'If something is furry and not kind then it is rough.', 'All rough, smart things are blue.', 'Smart, blue things are big.'], dtype=object) ]
7,076
['Dave is big.' 'Gary is red.' 'Harry is red.']
['If Dave is nice and Dave is blue then Dave is kind.' 'If something is big and round then it is blue.' 'Big, round things are kind.' 'If Harry is blue then Harry is rough.' 'All red things are blue.' 'All rough, kind things are nice.' 'All red, rough things are big.' 'All red, round things are nice.']
Harry is big.
True
3
5
[array(['Harry is red.', 'Harry is red.'], dtype=object)]
[array(['All red things are blue.', 'If Harry is blue then Harry is rough.', 'All red, rough things are big.'], dtype=object)]
7,077
['Bob is big.' 'Bob is not cold.' 'Bob is quiet.']
['If someone is smart and not cold then they are quiet.' 'If someone is smart then they are young.' 'If someone is quiet and kind then they are smart.' 'All kind people are not smart.' 'If someone is cold then they are smart.' 'If someone is big then they are smart.' 'If someone is kind and cold then they are big.' 'If Bob is cold then Bob is not big.']
Bob is not young.
False
1
3
[array(['Bob is big.'], dtype=object)]
[array(['If someone is big then they are smart.', 'If someone is smart then they are young.'], dtype=object)]
7,078
['Bob is red.' 'Charlie is nice.' 'Dave is nice.']
['If something is round then it is not blue.' 'All nice, furry things are blue.' 'If Dave is furry and Dave is red then Dave is not nice.' 'If something is green then it is round.' 'Nice things are green.' 'If something is furry then it is green.' 'If Bob is furry then Bob is not nice.' 'If something is nice and red then it is furry.']
Charlie is blue.
False
3
4
[array(['Charlie is nice.'], dtype=object)]
[array(['Nice things are green.', 'If something is green then it is round.', 'If something is round then it is not blue.'], dtype=object)]
7,079
['Anne is big.' 'Anne is blue.' 'Anne is kind.' 'Anne is round.' 'Charlie is green.' 'Gary is kind.' 'Harry is round.']
['All blue things are rough.' 'All white things are kind.' 'If something is green and kind then it is round.' 'If Anne is rough then Anne is big.' 'All big things are blue.' 'If something is green then it is blue.' 'Blue things are big.' 'If Anne is big and Anne is green then Anne is kind.' 'Rough things are white.']
Charlie is not rough.
False
1
3
[array(['Charlie is green.'], dtype=object)]
[array(['If something is green then it is blue.', 'All blue things are rough.'], dtype=object)]
7,080
['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 not white.
False
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) ]
7,081
['The bald eagle chases the lion.' 'The bald eagle sees the lion.' 'The bald eagle sees the tiger.' 'The lion chases the tiger.' 'The lion sees the tiger.' 'The rabbit does not chase the bald eagle.' 'The rabbit sees the bald eagle.' 'The rabbit does not see the lion.' 'The rabbit visits the bald eagle.' 'The rabbit visits the tiger.' 'The tiger is green.' 'The tiger visits the lion.']
['If someone visits the bald eagle and they visit the tiger then the bald eagle is green.' 'If someone chases the rabbit and they see the tiger then the rabbit is nice.' 'If the tiger chases the lion and the tiger is not nice then the lion visits the rabbit.' 'Nice people are green.' 'All big people are rough.' 'If someone is green then they chase the rabbit.' 'If someone sees the bald eagle then they see the rabbit.' 'If someone chases the lion and the lion is green then the lion chases the tiger.' 'If the lion sees the tiger then the tiger sees the bald eagle.']
The rabbit is nice.
True
3
6
[array(['The rabbit visits the bald eagle.', 'The rabbit visits the tiger.', 'The bald eagle sees the tiger.'], dtype=object) ]
[array(['If someone visits the bald eagle and they visit the tiger then the bald eagle is green.', 'If someone is green then they chase the rabbit.', 'If someone chases the rabbit and they see the tiger then the rabbit is nice.'], dtype=object) ]
7,082
['Bob is not blue.' 'Bob is nice.' 'Bob is red.' 'Charlie is blue.' 'Charlie is round.' 'Erin is nice.' 'Erin is round.' 'Erin is smart.' 'Gary is blue.' 'Gary is cold.' 'Gary is nice.' 'Gary is smart.']
['Blue, red people are nice.' 'All round, big people are nice.' 'If someone is round then they are big.' 'Big people are round.' 'Nice, round people are smart.' 'Smart, blue people are red.' 'All red, smart people are cold.' 'If someone is nice and not red then they are cold.']
Erin is not cold.
Unknown
1
-1
[]
[]
7,083
['The bald eagle is cold.' 'The bald eagle does not need the cat.' 'The bald eagle sees the cat.' 'The cat eats the bald eagle.' 'The cat is nice.' 'The cat needs the bald eagle.' 'The cat sees the bald eagle.']
['If something sees the cat and the cat eats the bald eagle then the bald eagle is nice.' 'If something needs the bald eagle and the bald eagle needs the cat then it does not eat the bald eagle.' 'If something is nice then it eats the bald eagle.' 'If the cat eats the bald eagle and the cat needs the bald eagle then the bald eagle eats the cat.' 'If something needs the cat then the cat does not see the bald eagle.' 'If something eats the bald eagle then it sees the bald eagle.']
The bald eagle eats the bald eagle.
True
1
4
[array(['The bald eagle sees the cat.', 'The cat eats the bald eagle.'], dtype=object) array(['The bald eagle sees the cat.', 'The cat is nice.'], dtype=object)]
[array(['If something sees the cat and the cat eats the bald eagle then the bald eagle is nice.', 'If something is nice then it eats the bald eagle.'], dtype=object) array(['If something is nice then it eats the bald eagle.', 'If something sees the cat and the cat eats the bald eagle then the bald eagle is nice.', 'If something is nice then it eats the bald eagle.'], dtype=object) ]
7,084
['Dave is kind.' 'Erin is smart.' 'Fiona is not kind.']
['All cold, kind people are red.' 'Blue people are cold.']
Dave is not red.
Unknown
1
-1
[]
[]
7,085
['Anne is red.' 'Dave is quiet.' 'Fiona is young.' 'Harry is quiet.']
['If something is red then it is green.' 'All rough things are quiet.' 'If something is rough then it is big.' 'Nice things are rough.' 'If Harry is rough and Harry is red then Harry is nice.' 'If Dave is quiet then Dave is nice.']
Anne is quiet.
Unknown
1
-1
[]
[]
7,086
['The bald eagle chases the tiger.' 'The lion eats the bald eagle.' 'The squirrel eats the lion.' 'The tiger is kind.']
['If the bald eagle eats the squirrel and the squirrel is kind then the squirrel sees the tiger.' 'If someone is kind then they see the squirrel.' 'If someone eats the squirrel and they eat the tiger then they see the bald eagle.' 'If the lion sees the squirrel and the lion is big then the squirrel eats the lion.' 'If someone sees the bald eagle and they are kind then the bald eagle sees the squirrel.' 'Blue people are kind.' 'If someone eats the bald eagle then the bald eagle is blue.' 'If someone eats the tiger and they eat the bald eagle then they are blue.']
The bald eagle is not kind.
False
1
3
[array(['The lion eats the bald eagle.'], dtype=object)]
[array(['If someone eats the bald eagle then the bald eagle is blue.', 'Blue people are kind.'], dtype=object) ]
7,087
['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 round.
True
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)]
7,088
['Bob is big.' 'Erin is round.' 'Erin is white.' 'Fiona is round.' 'Harry is blue.' 'Harry is kind.' 'Harry is round.']
['Young things are blue.' 'Round things are young.']
Bob is not blue.
Unknown
1
-1
[]
[]
7,089
['Bob is cold.' 'Charlie is furry.' 'Harry is round.']
['If something is kind then it is big.' 'Cold things are quiet.' 'If something is cold then it is kind.' 'Furry things are round.' 'If something is big then it is round.' 'Kind things are furry.']
Bob is furry.
True
1
3
[array(['Bob is cold.'], dtype=object)]
[array(['If something is cold then it is kind.', 'Kind things are furry.'], dtype=object) ]
7,090
['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 rabbit does not see the squirrel.
False
3
5
[array(['The rabbit is green.', 'The rabbit likes the squirrel.'], dtype=object) ]
[array(['If something is green then it chases the squirrel.', 'If something chases the squirrel and it likes the squirrel then it likes the rabbit.', 'If something likes the rabbit then it sees the squirrel.'], dtype=object) ]
7,091
['Anne is big.' 'Anne is smart.' 'Anne is not young.' 'Charlie is big.' 'Charlie is not rough.' 'Gary is big.' 'Gary is blue.' 'Gary is cold.' 'Gary is furry.' 'Gary is rough.' 'Gary is smart.' 'Gary is young.' 'Harry is big.' 'Harry is not furry.' 'Harry is smart.' 'Harry is young.']
['If someone is cold and not young then they are not rough.' 'All big people are cold.' 'If Harry is big then Harry is cold.']
Anne is rough.
False
1
4
[array(['Anne is big.', 'Anne is not young.'], dtype=object)]
[array(['All big people are cold.', 'If someone is cold and not young then they are not rough.'], dtype=object) ]
7,092
['The bear chases the cow.' 'The bear chases the dog.' 'The bear eats the dog.' 'The bear is kind.' 'The cow chases the bear.' 'The cow chases the dog.' 'The cow does not eat the dog.' 'The cow is green.' 'The cow is kind.' 'The cow is nice.' 'The cow is not young.' 'The cow needs the bear.' 'The dog eats the cow.' 'The dog is not cold.' 'The dog is nice.' 'The dog does not need the cow.']
['If someone needs the cow and they are nice then the cow eats the dog.' 'If the cow is nice then the cow needs the dog.' 'If someone is green and they eat the dog then the dog does not eat the cow.' 'If someone eats the cow then they need the dog.' 'If someone needs the bear then the bear is kind.' 'If someone chases the cow then they do not need the cow.' 'If someone needs the dog then the dog does not chase the bear.' 'If someone needs the dog then they need the bear.']
The dog needs the bear.
True
1
3
[array(['The dog eats the cow.'], dtype=object)]
[array(['If someone eats the cow then they need the dog.', 'If someone needs the dog then they need the bear.'], dtype=object)]
7,093
['Charlie is big.' 'Charlie is cold.' 'Charlie is nice.' 'Charlie is young.' 'Dave is big.' 'Dave is nice.' 'Fiona is big.' 'Fiona is nice.' 'Gary is cold.' 'Gary is nice.']
['All rough, young things are red.' 'All rough, cold things are young.' 'All nice, red things are round.' 'If Charlie is cold and Charlie is rough then Charlie is young.' 'All round, red things are rough.' 'All cold, big things are red.' 'Cold things are big.' 'If Dave is rough then Dave is cold.' 'If Fiona is cold then Fiona is red.']
Fiona is not red.
Unknown
1
-1
[]
[]
7,094
['The cow sees the squirrel.' 'The mouse is not blue.' 'The squirrel likes the cow.']
['If someone is cold and they need the squirrel then the squirrel does not need the cow.' 'If someone needs the mouse then they are round.' 'If the squirrel likes the cow then the squirrel needs the mouse.' 'If the mouse does not like the cow then the mouse is not cold.' 'If the cow likes the mouse then the cow does not like the squirrel.' 'If someone is kind and they like the mouse then the mouse needs the squirrel.' 'If someone is round then they like the mouse.' 'If someone is round then they need the mouse.']
The squirrel is round.
True
1
3
[array(['The squirrel likes the cow.'], dtype=object)]
[array(['If the squirrel likes the cow then the squirrel needs the mouse.', 'If someone needs the mouse then they are round.'], dtype=object) ]
7,095
['Anne is rough.' 'Charlie is red.' 'Fiona is not blue.']
['All rough things are smart.' 'All nice things are smart.' 'All smart things are nice.' 'If something is blue and not nice then it is red.' 'If something is nice then it is red.' 'If something is kind and not nice then it is not furry.']
Anne is not red.
False
3
4
[array(['Anne is rough.'], dtype=object)]
[array(['All rough things are smart.', 'All smart things are nice.', 'If something is nice then it is red.'], dtype=object) ]
7,096
['The bear needs the lion.' 'The lion is kind.']
['If something needs the lion then the lion likes the bear.' 'If something likes the lion then the lion does not like the bear.' 'If the lion is round then the lion is green.' 'If the lion chases the bear then the bear is not nice.' 'If the lion likes the bear then the lion needs the bear.' 'If something likes the bear and it needs the bear then the bear is not cold.' 'If the lion needs the bear and the bear does not need the lion then the bear does not like the lion.' 'If something likes the bear then it is cold.']
The lion does not need the bear.
False
1
3
[array(['The bear needs the lion.'], dtype=object)]
[array(['If something needs the lion then the lion likes the bear.', 'If the lion likes the bear then the lion needs the bear.'], dtype=object) ]
7,097
['Erin is big.' 'Erin is furry.' 'Erin is round.' 'Fiona is blue.' 'Fiona is furry.' 'Fiona is smart.' 'Gary is blue.']
['If Erin is smart and Erin is furry then Erin is blue.' 'Big people are smart.' 'If Gary is rough then Gary is furry.' 'Smart, blue people are big.' 'All rough people are furry.' 'All green people are blue.' 'All big, round people are smart.' 'If someone is round then they are furry.']
Gary is not big.
Unknown
1
-1
[]
[]
7,098
['The bear is young.' 'The bear likes the dog.' 'The bear sees the rabbit.' 'The bear sees the tiger.' 'The bear visits the dog.' 'The dog likes the tiger.' 'The dog visits the rabbit.' 'The dog visits the tiger.' 'The rabbit is rough.' 'The rabbit likes the bear.' 'The rabbit likes the dog.' 'The rabbit sees the bear.' 'The tiger is cold.' 'The tiger is rough.' 'The tiger is young.']
['If someone visits the rabbit then they are young.' 'If someone visits the rabbit then the rabbit sees the dog.' 'If someone is rough then they like the rabbit.' 'If someone sees the bear and the bear likes the dog then the dog likes the bear.' 'If the rabbit visits the tiger and the tiger likes the bear then the bear is rough.' 'If someone sees the dog then they visit the dog.']
The rabbit visits the dog.
True
1
3
[array(['The dog visits the rabbit.'], dtype=object)]
[array(['If someone visits the rabbit then the rabbit sees the dog.', 'If someone sees the dog then they visit the dog.'], dtype=object)]
7,099
['The bald eagle chases the cat.' 'The bald eagle likes the dog.' 'The cat is green.' 'The cat is red.' 'The cat likes the lion.' 'The dog chases the cat.' 'The dog is red.' 'The dog sees the bald eagle.' 'The dog sees the lion.' 'The lion is green.' 'The lion is rough.' 'The lion sees the cat.']
['If someone is cold then they like the bald eagle.' 'If someone sees the cat and they like the bald eagle then the cat is rough.' 'If someone sees the bald eagle then the bald eagle likes the dog.' 'All rough people are nice.' 'If someone sees the lion then they are green.' 'If the bald eagle is red then the bald eagle is nice.' 'All nice people are cold.' 'If someone chases the dog and the dog likes the cat then they see the bald eagle.' 'If someone is rough then they like the dog.']
The lion is not cold.
False
1
3
[array(['The lion is rough.'], dtype=object)]
[array(['All rough people are nice.', 'All nice people are cold.'], dtype=object) ]