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
16,400
['The dog chases the squirrel.' 'The lion eats the squirrel.' 'The lion sees the dog.' 'The squirrel chases the dog.' 'The squirrel chases the lion.' 'The squirrel eats the lion.' 'The squirrel is green.' 'The squirrel is rough.' 'The squirrel sees the dog.' 'The squirrel sees the lion.' 'The tiger is rough.']
['If something is blue then it chases the lion.' 'If something chases the lion and it eats the squirrel then the squirrel sees the tiger.' 'If the squirrel eats the lion and the squirrel is green then the lion sees the tiger.' 'If something sees the tiger then it is blue.' 'Rough things are big.' 'If something chases the dog then it chases the tiger.']
The tiger does not chase the lion.
Unknown
1
-1
[]
[]
16,401
['The lion does not chase the rabbit.' 'The lion is green.' 'The lion sees the rabbit.' 'The rabbit chases the lion.' 'The rabbit is green.' 'The rabbit needs the lion.' 'The rabbit sees the lion.']
['If the rabbit needs the lion then the rabbit chases the lion.' 'If something sees the rabbit and the rabbit sees the lion then it chases the lion.' 'If something needs the lion then the lion needs the rabbit.' 'All nice things are red.' 'If something is young then it needs the rabbit.' 'If something needs the rabbit then it needs the lion.']
The lion needs the lion.
True
1
3
[array(['The rabbit needs the lion.'], dtype=object)]
[array(['If something needs the lion then the lion needs the rabbit.', 'If something needs the rabbit then it needs the lion.'], dtype=object) ]
16,402
['Anne is blue.' 'Anne is furry.' 'Anne is nice.' 'Anne is rough.' 'Anne is round.' 'Anne is smart.' 'Anne is young.' 'Charlie is furry.' 'Charlie is nice.' 'Charlie is rough.' 'Charlie is young.' 'Dave is furry.' 'Dave is round.' 'Dave is smart.' 'Dave is young.']
['If someone is nice and smart then they are round.' 'If someone is furry then they are smart.']
Charlie is not round.
False
1
4
[array(['Charlie is nice.', 'Charlie is furry.'], dtype=object)]
[array(['If someone is furry then they are smart.', 'If someone is nice and smart then they are round.'], dtype=object)]
16,403
['The bear is green.' 'The bear likes the cow.' 'The bear likes the mouse.' 'The bear visits the cow.' 'The cow eats the mouse.' 'The cow visits the mouse.' 'The mouse eats the bear.' 'The mouse eats the cow.' 'The mouse likes the cow.' 'The mouse visits the cow.']
['If the bear is young and the bear visits the cow then the bear likes the mouse.' 'If someone is nice then they visit the mouse.' 'If the cow is round and the cow is rough then the cow likes the bear.' 'If someone eats the mouse then the mouse visits the bear.' 'If the bear eats the mouse then the mouse is young.' 'If the cow is green then the cow visits the mouse.' 'If the bear eats the cow then the cow visits the mouse.' 'If someone is green then they are nice.']
The bear does not visit the mouse.
False
1
3
[array(['The bear is green.'], dtype=object)]
[array(['If someone is green then they are nice.', 'If someone is nice then they visit the mouse.'], dtype=object)]
16,404
['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)]
16,405
['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.']
Harry is cold.
Unknown
3
-1
[]
[]
16,406
['The bald eagle chases the rabbit.' 'The rabbit is blue.' 'The rabbit visits the bald eagle.']
['If something is kind then it is green.' 'If something eats the bald eagle then it is nice.' 'If the bald eagle is kind then the bald eagle visits the rabbit.' 'If something eats the rabbit then the rabbit is kind.' 'If something is blue then it eats the rabbit.' 'If something visits the bald eagle then the bald eagle eats the rabbit.' 'If something chases the rabbit and it eats the bald eagle then the rabbit chases the bald eagle.' 'If something chases the rabbit then the rabbit chases the bald eagle.']
The rabbit is not kind.
False
1
3
[array(['The rabbit is blue.'], dtype=object) array(['The rabbit visits the bald eagle.'], dtype=object)]
[array(['If something is blue then it eats the rabbit.', 'If something eats the rabbit then the rabbit is kind.'], dtype=object) array(['If something visits the bald eagle then the bald eagle eats the rabbit.', 'If something eats the rabbit then the rabbit is kind.'], dtype=object) ]
16,407
['Anne is young.' 'Charlie is young.' 'Gary is red.']
['If something is blue then it is green.' 'All green things are blue.' 'If something is blue then it is rough.' 'All rough, young things are furry.' 'All red things are blue.' 'Green things are young.' 'If Charlie is nice and Charlie is red then Charlie is furry.' 'If something is red and rough then it is blue.']
Gary is rough.
True
1
3
[array(['Gary is red.'], dtype=object)]
[array(['All red things are blue.', 'If something is blue then it is rough.'], dtype=object)]
16,408
['The bear is kind.' 'The bear is young.' 'The mouse is red.']
['If the mouse likes the bear then the bear likes the mouse.' 'If something likes the bear then the bear visits the mouse.' 'If something is young then it likes the bear.' 'If something is red then it sees the bear.' 'If something visits the mouse then the mouse visits the bear.' 'If something is kind and it visits the bear then the bear is young.']
The bear does not visit the mouse.
False
1
3
[array(['The bear is young.'], dtype=object)]
[array(['If something is young then it likes the bear.', 'If something likes the bear then the bear visits the mouse.'], dtype=object) ]
16,409
['Dave is not green.' 'Dave is white.' 'Fiona is nice.' 'Fiona is round.' 'Gary is cold.' 'Gary is not red.' 'Harry is cold.']
['If someone is cold and green then they are big.' 'All nice people are green.' 'Cold people are green.' 'If Fiona is red then Fiona is cold.' 'If Fiona is white and Fiona is not nice then Fiona is red.' 'Nice people are red.']
Fiona is big.
True
3
6
[array(['Fiona is nice.', 'Fiona is nice.'], dtype=object) array(['Fiona is nice.', 'Fiona is nice.'], dtype=object)]
[array(['Nice people are red.', 'If Fiona is red then Fiona is cold.', 'All nice people are green.', 'If someone is cold and green then they are big.'], dtype=object) array(['Nice people are red.', 'If Fiona is red then Fiona is cold.', 'Nice people are red.', 'If Fiona is red then Fiona is cold.', 'Cold people are green.', 'If someone is cold and green then they are big.'], dtype=object)]
16,410
['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)]
16,411
['Anne is cold.' 'Anne is green.' 'Anne is rough.' 'Charlie is kind.' 'Dave is cold.' 'Dave is furry.' 'Dave is kind.' 'Dave is quiet.' 'Dave is red.' 'Erin is kind.' 'Erin is quiet.' 'Erin is red.']
['Furry, rough people are green.' 'Red people are furry.' 'All green people are kind.' 'Kind people are quiet.' 'If someone is cold then they are rough.' 'All furry, rough people are cold.' 'All quiet people are red.' 'All red, quiet people are cold.' 'If Anne is kind then Anne is furry.']
Charlie is furry.
True
3
4
[array(['Charlie is kind.'], dtype=object)]
[array(['Kind people are quiet.', 'All quiet people are red.', 'Red people are furry.'], dtype=object) ]
16,412
['The bear needs the dog.' 'The cow is young.' 'The dog eats the bear.' 'The mouse needs the cow.']
['If something needs the bear then the bear is young.' 'If something is round then it is cold.' 'If something is cold then it is round.' 'If something eats the dog then the dog needs the mouse.' 'If the bear needs the dog then the bear visits the cow.' 'If something needs the cow and it visits the mouse then the cow needs the mouse.']
The dog is not cold.
Unknown
1
-1
[]
[]
16,413
['Anne is red.' 'Dave is cold.' 'Gary is furry.']
['Big things are blue.' 'Red things are white.' 'Red, nice things are white.' 'Furry things are white.' 'All blue, big things are red.' 'If something is cold then it is white.' 'All big things are nice.' 'All cold things are big.']
Dave is not red.
False
3
6
[array(['Dave is cold.', 'Dave is cold.'], dtype=object)]
[array(['All cold things are big.', 'Big things are blue.', 'All cold things are big.', 'All blue, big things are red.'], dtype=object) ]
16,414
['The dog eats the lion.' 'The dog is not cold.' 'The dog needs the lion.' 'The dog does not visit the rabbit.' 'The lion eats the dog.' 'The lion eats the rabbit.' 'The lion is cold.' 'The lion is not kind.' 'The lion visits the dog.' 'The lion visits the rabbit.' 'The rabbit eats the dog.' 'The rabbit is cold.' 'The rabbit is kind.' 'The rabbit is not young.' 'The rabbit needs the dog.']
['If the dog does not need the lion then the dog visits the lion.' 'If someone eats the dog and they are young then the dog does not visit the lion.' 'If someone is young then they visit the lion.' 'If someone needs the dog and the dog does not eat the rabbit then they do not visit the lion.' 'If someone eats the lion then the lion is young.' 'If someone eats the lion and they are not kind then the lion needs the dog.']
The lion does not visit the lion.
False
1
3
[array(['The dog eats the lion.'], dtype=object)]
[array(['If someone eats the lion then the lion is young.', 'If someone is young then they visit the lion.'], dtype=object)]
16,415
['The cow is blue.' 'The cow likes the lion.' 'The cow visits the lion.' 'The lion is rough.' 'The lion likes the tiger.' 'The lion visits the cow.' 'The tiger does not chase the cow.' 'The tiger chases the lion.' 'The tiger is green.' 'The tiger likes the cow.' 'The tiger does not visit the cow.' 'The tiger visits the lion.']
['If something is green and it visits the lion then it is blue.' 'If something likes the tiger then it does not chase the tiger.' 'If something is green and rough then it chases the tiger.' 'If the lion is red then the lion is not blue.' 'If something likes the cow and it is blue then it likes the tiger.' 'If something chases the lion then it likes the lion.' 'If something chases the tiger then the tiger is nice.' 'If something likes the cow and the cow likes the lion then the lion is nice.']
The tiger does not like the tiger.
False
1
5
[array(['The tiger likes the cow.', 'The tiger is green.', 'The tiger visits the lion.'], dtype=object) ]
[array(['If something is green and it visits the lion then it is blue.', 'If something likes the cow and it is blue then it likes the tiger.'], dtype=object) ]
16,416
['The bald eagle chases the cat.' 'The bald eagle is kind.' 'The bald eagle needs the bear.' 'The bald eagle visits the bear.' 'The bear is red.' 'The cat chases the dog.' 'The cat is red.' 'The cat needs the dog.' 'The cat visits the bear.' 'The dog needs the bald eagle.' 'The dog needs the cat.' 'The dog visits the cat.']
['If someone visits the cat and the cat visits the dog then they are nice.' 'If someone needs the bear then they are kind.' 'If someone chases the bear then they visit the dog.' 'If someone chases the cat then the cat chases the bear.' 'If the dog is young and the dog chases the bald eagle then the dog needs the bear.' 'If someone is nice then they chase the cat.' 'If someone needs the bald eagle and the bald eagle chases the bear then they chase the dog.' 'If someone chases the cat then the cat needs the bald eagle.' 'If someone is nice and they visit the cat then the cat is nice.']
The cat does not visit the dog.
False
1
3
[array(['The bald eagle chases the cat.'], dtype=object)]
[array(['If someone chases the cat then the cat chases the bear.', 'If someone chases the bear then they visit the dog.'], dtype=object) ]
16,417
['Dave is not big.' 'Erin is blue.' 'Gary is cold.']
['Blue things are smart.' 'If something is smart then it is white.' 'If something is smart and not cold then it is not blue.' 'All cold things are blue.' 'If Erin is smart then Erin is big.' 'Cold, smart things are furry.']
Erin is white.
True
1
3
[array(['Erin is blue.'], dtype=object)]
[array(['Blue things are smart.', 'If something is smart then it is white.'], dtype=object)]
16,418
['The bald eagle is nice.' 'The bald eagle needs the cow.' 'The bald eagle needs the squirrel.' 'The cow is blue.' 'The cow likes the bald eagle.' 'The cow sees the squirrel.' 'The lion is kind.' 'The lion is nice.' 'The lion likes the bald eagle.' 'The lion needs the squirrel.' 'The lion sees the squirrel.' 'The squirrel likes the lion.']
['If something sees the lion then the lion likes the squirrel.' 'If something is kind and it sees the bald eagle then it needs the cow.' 'If something sees the squirrel and it sees the bald eagle then the bald eagle likes the cow.' 'If something sees the lion and the lion likes the squirrel then the lion needs the squirrel.' 'If something likes the squirrel and it needs the squirrel then the squirrel sees the cow.' 'If something sees the cow then it sees the lion.' 'If something needs the cow and it needs the squirrel then it likes the squirrel.' 'If something sees the lion then the lion sees the bald eagle.' 'If something sees the cow and it likes the cow then the cow sees the bald eagle.']
The squirrel does not see the cow.
False
1
5
[array(['The bald eagle needs the cow.', 'The bald eagle needs the squirrel.', 'The bald eagle needs the squirrel.'], dtype=object)]
[array(['If something needs the cow and it needs the squirrel then it likes the squirrel.', 'If something likes the squirrel and it needs the squirrel then the squirrel sees the cow.'], dtype=object) ]
16,419
['Anne is nice.' 'Anne is smart.' 'Bob is round.' 'Gary is big.' 'Gary is smart.' 'Harry is rough.' 'Harry is smart.']
['All young people are cold.' 'All smart, big people are rough.' 'If someone is big then they are young.' 'If someone is round then they are big.' 'All cold, round people are big.' 'If someone is nice and round then they are smart.' 'If Bob is young and Bob is big then Bob is nice.' 'If Bob is nice and Bob is cold then Bob is young.']
Bob is not young.
False
1
3
[array(['Bob is round.'], dtype=object)]
[array(['If someone is round then they are big.', 'If someone is big then they are young.'], dtype=object)]
16,420
['The bald eagle chases the cow.' 'The bald eagle eats the tiger.' 'The bald eagle is red.' 'The cow eats the bald eagle.' 'The cow is kind.' 'The dog chases the tiger.' 'The dog eats the cow.' 'The tiger chases the cow.' 'The tiger is red.' 'The tiger needs the dog.']
['If something chases the bald eagle and it is rough then the bald eagle needs the dog.' 'If something is green then it needs the cow.' 'If something eats the dog then the dog is green.' 'If something chases the cow then the cow eats the dog.' 'If the cow eats the tiger then the tiger chases the cow.' 'If something eats the bald eagle and it eats the cow then the cow needs the tiger.']
The dog is green.
True
1
3
[array(['The bald eagle chases the cow.'], dtype=object) array(['The tiger chases the cow.'], dtype=object)]
[array(['If something chases the cow then the cow eats the dog.', 'If something eats the dog then the dog is green.'], dtype=object) array(['If something chases the cow then the cow eats the dog.', 'If something eats the dog then the dog is green.'], dtype=object)]
16,421
['The cow needs the mouse.' 'The cow sees the mouse.' 'The cow sees the rabbit.' 'The mouse needs the cow.' 'The mouse needs the rabbit.' 'The mouse sees the rabbit.' 'The rabbit is blue.' 'The rabbit is red.' 'The rabbit needs the mouse.' 'The rabbit visits the mouse.']
['If something is blue and it needs the mouse then it sees the rabbit.' 'If something visits the rabbit then the rabbit needs the mouse.' 'If something visits the cow and it sees the cow then it visits the mouse.' 'If something sees the mouse then it is green.' 'If the mouse sees the rabbit and the mouse needs the cow then the cow sees the mouse.' 'If something is blue and it needs the mouse then it sees the rabbit.' 'If something sees the rabbit then it sees the mouse.' 'If something sees the rabbit and it is red then the rabbit visits the mouse.']
The mouse is not green.
False
1
3
[array(['The mouse sees the rabbit.'], dtype=object)]
[array(['If something sees the rabbit then it sees the mouse.', 'If something sees the mouse then it is green.'], dtype=object)]
16,422
['The lion is cold.' 'The lion does not need the mouse.' 'The lion visits the squirrel.' 'The mouse is cold.' 'The mouse does not visit the squirrel.' 'The rabbit is cold.' 'The rabbit is rough.' 'The rabbit does not need the lion.' 'The rabbit does not visit the squirrel.' 'The squirrel is kind.' 'The squirrel needs the mouse.' 'The squirrel needs the rabbit.' 'The squirrel does not see the lion.' 'The squirrel does not see the rabbit.']
['If something needs the rabbit and the rabbit sees the mouse then the mouse does not see the lion.' 'If something is rough then it visits the mouse.' 'If something needs the rabbit and it visits the mouse then the mouse needs the rabbit.' 'If something needs the rabbit and the rabbit is cold then it is rough.' 'If something needs the rabbit then the rabbit needs the squirrel.' 'If the squirrel sees the lion and the squirrel is not green then the lion needs the squirrel.' 'If something is big then it visits the lion.' 'If something visits the squirrel and the squirrel sees the lion then the lion is not kind.']
The mouse needs the rabbit.
True
3
6
[array(['The squirrel needs the rabbit.', 'The squirrel needs the rabbit.', 'The rabbit is cold.'], dtype=object) ]
[array(['If something needs the rabbit and the rabbit is cold then it is rough.', 'If something is rough then it visits the mouse.', 'If something needs the rabbit and it visits the mouse then the mouse needs the rabbit.'], dtype=object) ]
16,423
['The cow chases the squirrel.' 'The cow is big.' 'The cow is not cold.' 'The cow is not rough.' 'The cow is round.' 'The cow needs the squirrel.' 'The cow sees the squirrel.' 'The squirrel does not chase the cow.' 'The squirrel is big.' 'The squirrel is cold.' 'The squirrel is not rough.' 'The squirrel needs the cow.']
['If someone sees the squirrel then they see the cow.' 'If someone sees the cow then they need the cow.' 'If the squirrel is red and the squirrel does not see the cow then the squirrel is not rough.' 'If someone needs the cow and they do not see the cow then they are red.' 'If someone sees the squirrel and they are red then the squirrel does not chase the cow.' 'If the cow is rough and the cow does not chase the squirrel then the squirrel chases the cow.' 'If the squirrel is not big and the squirrel does not need the cow then the cow needs the squirrel.' 'If someone is big and they chase the cow then they are round.']
The cow needs the cow.
True
1
3
[array(['The cow sees the squirrel.'], dtype=object)]
[array(['If someone sees the squirrel then they see the cow.', 'If someone sees the cow then they need the cow.'], dtype=object)]
16,424
['The bear is cold.' 'The bear is nice.' 'The bear sees the dog.' 'The bear sees the mouse.' 'The dog chases the mouse.' 'The dog is cold.' 'The dog is nice.' 'The mouse chases the dog.' 'The mouse chases the rabbit.' 'The rabbit chases the dog.' 'The rabbit likes the bear.' 'The rabbit likes the mouse.']
['If the rabbit is nice and the rabbit likes the mouse then the mouse likes the rabbit.' 'If someone sees the mouse and the mouse is kind then the mouse is green.' 'If the mouse likes the rabbit and the mouse likes the dog then the mouse chases the dog.' 'If the rabbit likes the mouse and the rabbit is green then the rabbit is nice.' 'If the rabbit is rough and the rabbit chases the bear then the rabbit chases the dog.' 'If someone chases the rabbit then they see the dog.' 'If someone chases the bear then they like the dog.' 'If someone likes the bear then they are green.']
The rabbit is not nice.
False
1
4
[array(['The rabbit likes the mouse.', 'The rabbit likes the bear.'], dtype=object) ]
[array(['If someone likes the bear then they are green.', 'If the rabbit likes the mouse and the rabbit is green then the rabbit is nice.'], dtype=object) ]
16,425
['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 sees the bear.
True
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) ]
16,426
['Anne is round.' 'Anne is young.' 'Dave is cold.' 'Dave is not quiet.' 'Dave is red.' 'Dave is rough.' 'Dave is round.' 'Erin is quiet.' 'Erin is not rough.' 'Fiona is cold.' 'Fiona is quiet.' 'Fiona is smart.']
['All round, young people are quiet.' 'All smart people are cold.' 'If Anne is quiet and Anne is cold then Anne is rough.' 'If Dave is quiet and Dave is rough then Dave is smart.' 'All quiet people are red.' 'If someone is red and round then they are smart.']
Erin is cold.
Unknown
1
-1
[]
[]
16,427
['The bald eagle is big.' 'The bald eagle is red.' 'The bald eagle sees the tiger.' 'The bald eagle visits the bear.' 'The bear needs the bald eagle.' 'The bear sees the bald eagle.' 'The bear does not see the tiger.' 'The rabbit is big.' 'The rabbit needs the bald eagle.' 'The rabbit needs the bear.' 'The rabbit visits the tiger.' 'The tiger needs the bald eagle.' 'The tiger needs the rabbit.' 'The tiger visits the bear.']
['If something is big then it needs the tiger.' 'If something needs the tiger and it sees the bald eagle then the tiger is big.' 'If something needs the tiger and it visits the bear then the tiger needs the rabbit.' 'If the bald eagle visits the bear and the bald eagle needs the tiger then the bear needs the tiger.' 'If something needs the tiger then it is red.' 'If the bear sees the rabbit then the rabbit sees the tiger.' 'If something is blue then it visits the bear.' 'If something is blue and it needs the tiger then it does not visit the bald eagle.']
The bear needs the tiger.
True
1
4
[array(['The bald eagle visits the bear.', 'The bald eagle is big.'], dtype=object) ]
[array(['If something is big then it needs the tiger.', 'If the bald eagle visits the bear and the bald eagle needs the tiger then the bear needs the tiger.'], dtype=object) ]
16,428
['Anne is cold.' 'Anne is furry.' 'Anne is kind.' 'Anne is white.' 'Anne is young.' 'Charlie is furry.' 'Charlie is kind.' 'Charlie is white.' 'Charlie is young.' 'Dave is furry.' 'Dave is kind.' 'Dave is nice.' 'Dave is smart.' 'Dave is white.' 'Dave is young.' 'Erin is nice.']
['Kind people are cold.' 'If someone is kind and cold then they are smart.' 'Young, white people are nice.']
Charlie is not smart.
False
1
4
[array(['Charlie is kind.', 'Charlie is kind.'], dtype=object)]
[array(['Kind people are cold.', 'If someone is kind and cold then they are smart.'], dtype=object)]
16,429
['The bald eagle chases the tiger.' 'The bald eagle is not red.' 'The squirrel chases the bald eagle.' 'The squirrel is nice.' 'The squirrel visits the bald eagle.' 'The squirrel visits the tiger.' 'The tiger eats the squirrel.' 'The tiger is blue.' 'The tiger is not green.' 'The tiger visits the squirrel.']
['If something chases the tiger and the tiger is nice then it does not eat the tiger.' 'If the tiger visits the squirrel then the tiger is nice.']
The bald eagle does not eat the tiger.
True
1
4
[array(['The bald eagle chases the tiger.', 'The tiger visits the squirrel.'], dtype=object)]
[array(['If the tiger visits the squirrel then the tiger is nice.', 'If something chases the tiger and the tiger is nice then it does not eat the tiger.'], dtype=object) ]
16,430
['The bald eagle chases the tiger.' 'The bald eagle visits the dog.' 'The bear is not kind.' 'The bear needs the bald eagle.' 'The bear needs the tiger.' 'The dog chases the bald eagle.' 'The dog chases the bear.' 'The dog is not cold.' 'The dog needs the bear.' 'The tiger is kind.' 'The tiger is not young.']
['If someone visits the bald eagle then the bald eagle chases the tiger.' 'If someone visits the tiger then the tiger does not need the dog.' 'If the dog chases the bear and the dog is round then the bear visits the dog.' 'If someone chases the tiger and they chase the bald eagle then the bald eagle needs the dog.' 'If someone needs the dog then the dog is round.' 'If someone visits the dog then they chase the bald eagle.']
The bald eagle does not need the dog.
False
1
4
[array(['The bald eagle chases the tiger.', 'The bald eagle visits the dog.'], dtype=object)]
[array(['If someone visits the dog then they chase the bald eagle.', 'If someone chases the tiger and they chase the bald eagle then the bald eagle needs the dog.'], dtype=object) ]
16,431
['Bob is kind.' 'Bob is round.' 'Charlie is rough.' 'Erin is green.' 'Erin is rough.' 'Erin is round.' 'Gary is cold.']
['All rough people are green.' 'If someone is green then they are white.' 'If someone is white then they are not big.' 'If someone is green and not big then they are kind.' 'If someone is kind and not big then they are round.']
Erin is kind.
True
3
5
[array(['Erin is green.', 'Erin is green.'], dtype=object) array(['Erin is rough.', 'Erin is green.'], dtype=object) array(['Erin is green.', 'Erin is rough.'], dtype=object) array(['Erin is rough.', 'Erin is rough.'], dtype=object)]
[array(['If someone is green then they are white.', 'If someone is white then they are not big.', 'If someone is green and not big then they are kind.'], dtype=object) array(['All rough people are green.', 'If someone is green then they are white.', 'If someone is white then they are not big.', 'If someone is green and not big then they are kind.'], dtype=object) array(['All rough people are green.', 'If someone is green then they are white.', 'If someone is white then they are not big.', 'If someone is green and not big then they are kind.'], dtype=object) array(['All rough people are green.', 'All rough people are green.', 'If someone is green then they are white.', 'If someone is white then they are not big.', 'If someone is green and not big then they are kind.'], dtype=object) ]
16,432
['Bob is not cold.' 'Bob is furry.' 'Bob is round.' 'Charlie is big.' 'Charlie is furry.' 'Charlie is quiet.' 'Charlie is red.' 'Charlie is not white.' 'Erin is big.' 'Gary is big.' 'Gary is quiet.']
['If someone is red and cold then they are furry.' 'All furry people are round.' 'If Charlie is furry then Charlie is round.' 'Big people are red.' 'Round people are quiet.' 'If someone is red then they are cold.']
Gary is furry.
True
3
6
[array(['Gary is big.', 'Gary is big.'], dtype=object)]
[array(['Big people are red.', 'Big people are red.', 'If someone is red then they are cold.', 'If someone is red and cold then they are furry.'], dtype=object)]
16,433
['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 not blue.
False
1
3
[array(['Gary is smart.'], dtype=object)]
[array(['All smart people are cold.', 'Cold people are blue.'], dtype=object) ]
16,434
['Bob is quiet.' 'Bob is rough.' 'Bob is white.' 'Dave is kind.' 'Dave is quiet.' 'Dave is red.' 'Dave is rough.' 'Dave is white.' 'Dave is young.' 'Fiona is green.' 'Fiona is kind.' 'Fiona is quiet.' 'Fiona is red.' 'Fiona is rough.' 'Fiona is white.' 'Fiona is young.']
['Quiet things are green.' 'If something is kind and not quiet then it is green.' 'If something is rough and not quiet then it is red.' 'All quiet, red things are white.' 'All green things are young.' 'If something is rough and not red then it is young.']
Bob is young.
True
1
3
[array(['Bob is quiet.'], dtype=object)]
[array(['Quiet things are green.', 'All green things are young.'], dtype=object) ]
16,435
['The bear is young.' 'The dog is big.' 'The lion likes the bear.']
['If someone is young then they need the dog.' 'If someone likes the bear then they chase the bear.' 'If someone needs the dog and the dog is big then the dog is young.']
The dog is not young.
False
1
4
[array(['The bear is young.', 'The dog is big.'], dtype=object)]
[array(['If someone is young then they need the dog.', 'If someone needs the dog and the dog is big then the dog is young.'], dtype=object) ]
16,436
['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 white.
False
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)]
16,437
['Bob is big.' 'Bob is nice.' 'Bob is smart.' 'Charlie is nice.' 'Dave is nice.' 'Erin is big.' 'Erin is blue.' 'Erin is furry.' 'Erin is quiet.' 'Erin is round.' 'Erin is smart.']
['All nice things are big.' 'All furry things are blue.' 'Blue, furry things are quiet.' 'If something is round and nice then it is blue.' 'If Bob is round then Bob is blue.' 'Big, quiet things are furry.' 'If something is blue and furry then it is smart.' 'If Charlie is nice and Charlie is big then Charlie is quiet.']
Charlie is not quiet.
False
1
4
[array(['Charlie is nice.', 'Charlie is nice.'], dtype=object)]
[array(['All nice things are big.', 'If Charlie is nice and Charlie is big then Charlie is quiet.'], dtype=object) ]
16,438
['Bob is furry.' 'Erin is kind.' 'Fiona is kind.' 'Harry is red.']
['Young things are big.' 'If something is furry then it is blue.' 'If something is blue then it is young.']
Bob is young.
True
1
3
[array(['Bob is furry.'], dtype=object)]
[array(['If something is furry then it is blue.', 'If something is blue then it is young.'], dtype=object)]
16,439
['The cow chases the mouse.' 'The cow likes the mouse.' 'The cow likes the rabbit.' 'The cow likes the squirrel.' 'The cow sees the mouse.' 'The cow sees the squirrel.' 'The mouse likes the cow.' 'The mouse likes the rabbit.' 'The rabbit chases the squirrel.' 'The rabbit sees the cow.' 'The squirrel chases the rabbit.' 'The squirrel is kind.' 'The squirrel likes the rabbit.' 'The squirrel sees the cow.']
['If someone likes the cow and the cow sees the rabbit then the cow is kind.' 'If someone sees the rabbit and they like the cow then the cow is cold.' 'If someone is red then they like the cow.' 'If someone chases the rabbit then they are rough.' 'If someone likes the squirrel then they are red.' 'If someone likes the cow and they like the squirrel then the cow is kind.' 'If someone is kind then they chase the rabbit.' 'If someone likes the rabbit and the rabbit is rough then the rabbit chases the squirrel.' 'If someone sees the cow then they chase the squirrel.']
The cow likes the cow.
True
1
3
[array(['The cow likes the squirrel.'], dtype=object)]
[array(['If someone likes the squirrel then they are red.', 'If someone is red then they like the cow.'], dtype=object)]
16,440
['Charlie is furry.' 'Charlie is kind.' 'Charlie is not red.']
['All kind, young people are green.' 'All furry people are young.' 'If someone is kind then they are big.']
Charlie is not green.
False
1
4
[array(['Charlie is kind.', 'Charlie is furry.'], dtype=object)]
[array(['All furry people are young.', 'All kind, young people are green.'], dtype=object) ]
16,441
['Bob is quiet.' 'Charlie is furry.' 'Fiona is young.']
['If Fiona is quiet then Fiona is red.' 'If Bob is rough then Bob is furry.' 'If someone is round and white then they are red.' 'Quiet people are round.' 'All quiet, red people are young.' 'If Bob is quiet and Bob is round then Bob is white.']
Bob is not white.
False
1
4
[array(['Bob is quiet.', 'Bob is quiet.'], dtype=object)]
[array(['Quiet people are round.', 'If Bob is quiet and Bob is round then Bob is white.'], dtype=object) ]
16,442
['Anne is nice.' 'Gary is kind.']
['If someone is nice then they are big.' 'If someone is big then they are white.' 'Round, blue people are nice.' 'If Anne is kind then Anne is round.' 'Kind, cold people are round.' 'Kind people are big.' 'If Gary is white and Gary is nice then Gary is kind.' 'If someone is round then they are blue.']
Gary is not nice.
Unknown
1
-1
[]
[]
16,443
['The bear eats the dog.' 'The bear eats the tiger.' 'The bear is big.' 'The bear needs the cow.' 'The bear does not see the tiger.' 'The cow needs the dog.' 'The dog is red.' 'The dog needs the cow.' 'The dog sees the bear.' 'The tiger is red.' 'The tiger needs the cow.']
['If someone sees the dog then they see the bear.' 'If someone sees the tiger then the tiger eats the bear.' 'If someone eats the bear and they are round then they are not big.' 'If someone needs the dog then the dog eats the bear.' 'If someone sees the cow then they eat the dog.' 'If someone needs the dog then the dog is not green.' 'If someone needs the dog then they are red.' 'If someone sees the bear then they see the tiger.' 'If the tiger eats the bear then the tiger sees the dog.']
The tiger does not see the dog.
False
3
4
[array(['The dog sees the bear.'], dtype=object)]
[array(['If someone sees the bear then they see the tiger.', 'If someone sees the tiger then the tiger eats the bear.', 'If the tiger eats the bear then the tiger sees the dog.'], dtype=object) ]
16,444
['Gary is not red.' 'Gary is rough.' 'Gary is smart.']
['If Gary is smart and Gary is not red then Gary is kind.' 'If someone is kind and not red then they are green.' 'All green, rough people are furry.' 'If someone is cold and smart then they are rough.' 'If Gary is kind then Gary is green.' 'All red people are not smart.']
Gary is furry.
True
3
6
[array(['Gary is smart.', 'Gary is not red.', 'Gary is rough.'], dtype=object) array(['Gary is smart.', 'Gary is not red.', 'Gary is not red.', 'Gary is rough.'], dtype=object) ]
[array(['If Gary is smart and Gary is not red then Gary is kind.', 'If Gary is kind then Gary is green.', 'All green, rough people are furry.'], dtype=object) array(['If Gary is smart and Gary is not red then Gary is kind.', 'If someone is kind and not red then they are green.', 'All green, rough people are furry.'], dtype=object) ]
16,445
['The cat visits the mouse.' 'The cow needs the tiger.' 'The mouse likes the tiger.' 'The tiger is young.']
['If someone is young then they like the cow.' 'If someone is rough and they visit the tiger then the tiger needs the mouse.' 'If the tiger needs the mouse and the mouse likes the tiger then the mouse visits the tiger.' 'If someone is green and they visit the tiger then the tiger needs the cat.' 'If someone likes the cow then the cow needs the cat.' 'If someone visits the mouse then they are green.']
The cow needs the cat.
True
1
3
[array(['The tiger is young.'], dtype=object)]
[array(['If someone is young then they like the cow.', 'If someone likes the cow then the cow needs the cat.'], dtype=object) ]
16,446
['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) ]
16,447
['Anne is young.' 'Bob is quiet.' 'Gary is round.']
['If something is kind and rough then it is young.' 'Young things are round.' 'Quiet things are round.' 'All round, quiet things are rough.' 'If something is kind and round then it is not rough.' 'If something is big then it is quiet.']
Gary is rough.
Unknown
1
-1
[]
[]
16,448
['The cat chases the dog.' 'The cat sees the dog.' 'The dog is big.' 'The lion chases the cat.' 'The lion needs the cat.' 'The lion needs the dog.' 'The rabbit chases the cat.']
['If the lion needs the rabbit then the rabbit sees the cat.' 'If someone sees the dog and they need the dog then the dog needs the lion.' 'If someone is blue and they see the rabbit then the rabbit is blue.' 'If someone needs the lion and the lion chases the cat then they are rough.' 'If someone sees the cat then they are big.' 'If someone chases the dog then they need the dog.' 'If someone is blue then they need the rabbit.' 'If someone is cold and they chase the rabbit then they are blue.']
The rabbit does not need the rabbit.
Unknown
1
-1
[]
[]