id
stringlengths
10
12
answer
stringclasses
2 values
context
stringlengths
262
445
options
sequencelengths
2
2
question
stringlengths
53
68
raw_logic_programs
sequencelengths
1
1
ProntoQA_401
A
Rompuses are temperate. Each rompus is a wumpus. Wumpuses are not small. Wumpuses are impuses. Each impus is not blue. Every zumpus is liquid. Impuses are numpuses. Each numpus is not transparent. Every numpus is a yumpus. Yumpuses are shy. Yumpuses are jompuses. Jompuses are not liquid. Every jompus is a dumpus. Dumpuses are spicy. Every dumpus is a tumpus. Sally is a wumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Sally is not liquid.
[ "Predicates:\nRompus($x, bool) ::: Does x belong to Rompus?\nTemperate($x, bool) ::: Is x temperate?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nSmall($x, bool) ::: Is x small?\nImpus($x, bool) ::: Does x belong to Impus?\nBlue($x, bool) ::: Is x blue?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nLiquid($x, bool) ::: Is x liquid?\nNumpus($x, bool) ::: Does x belong to Numpus?\nTransparent($x, bool) ::: Is x transparent?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nShy($x, bool) ::: Is x shy?\nJompus($x, bool) ::: Does x belong to Jompus?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nSpicy($x, bool) ::: Is x spicy?\nTumpus($x, bool) ::: Does x belong to Tumpus?\n\nFacts:\nWumpus(Sally, True)\n\nRules:\nRompus($x, True) >>> Temperate($x, True)\nRompus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Small($x, False)\nWumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Blue($x, False)\nZumpus($x, True) >>> Liquid($x, True)\nImpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Transparent($x, False)\nNumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Shy($x, True)\nYumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Liquid($x, False)\nJompus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Spicy($x, True)\nDumpus($x, True) >>> Tumpus($x, True)\n\nQuery:\nLiquid(Sally, False)" ]
ProntoQA_402
A
Each wumpus is angry. Zumpuses are not bright. Each zumpus is a jompus. Jompuses are large. Jompuses are yumpuses. Yumpuses are liquid. Yumpuses are impuses. Each impus is hot. Each impus is a vumpus. Vumpuses are orange. Each vumpus is a rompus. Every rompus is not spicy. Each rompus is a numpus. Numpuses are not angry. Every numpus is a tumpus. Each tumpus is not shy. Tumpuses are dumpuses. Stella is a yumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Stella is not angry.
[ "Predicates:\nWumpus($x, bool) ::: Does x belong to Wumpus?\nAngry($x, bool) ::: Is x angry?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nBright($x, bool) ::: Is x bright?\nJompus($x, bool) ::: Does x belong to Jompus?\nLarge($x, bool) ::: Is x large?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nLiquid($x, bool) ::: Is x liquid?\nImpus($x, bool) ::: Does x belong to Impus?\nHot($x, bool) ::: Is x hot?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nOrange($x, bool) ::: Is x orange?\nRompus($x, bool) ::: Does x belong to Rompus?\nSpicy($x, bool) ::: Is x spicy?\nNumpus($x, bool) ::: Does x belong to Numpus?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nShy($x, bool) ::: Is x shy?\nDumpus($x, bool) ::: Does x belong to Dumpus?\n\nFacts:\nYumpus(Stella, True)\n\nRules:\nWumpus($x, True) >>> Angry($x, True)\nZumpus($x, True) >>> Bright($x, False)\nZumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Large($x, True)\nJompus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Liquid($x, True)\nYumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Hot($x, True)\nImpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Orange($x, True)\nVumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Spicy($x, False)\nRompus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Angry($x, False)\nNumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Shy($x, False)\nTumpus($x, True) >>> Dumpus($x, True)\n\nQuery:\nAngry(Stella, False)" ]
ProntoQA_403
B
Each vumpus is sour. Vumpuses are wumpuses. Wumpuses are opaque. Wumpuses are yumpuses. Yumpuses are angry. Each yumpus is a tumpus. Tumpuses are earthy. Tumpuses are rompuses. Each rompus is not wooden. Every rompus is a zumpus. Zumpuses are not bright. Every zumpus is a jompus. Each jompus is blue. Each jompus is an impus. Every dumpus is wooden. Every impus is not large. Every impus is a numpus. Alex is a vumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Alex is wooden.
[ "Predicates:\nVumpus($x, bool) ::: Does x belong to Vumpus?\nSour($x, bool) ::: Is x sour?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nOpaque($x, bool) ::: Is x opaque?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nAngry($x, bool) ::: Is x angry?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nEarthy($x, bool) ::: Is x earthy?\nRompus($x, bool) ::: Does x belong to Rompus?\nWooden($x, bool) ::: Is x wooden?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nBright($x, bool) ::: Is x bright?\nJompus($x, bool) ::: Does x belong to Jompus?\nBlue($x, bool) ::: Is x blue?\nImpus($x, bool) ::: Does x belong to Impus?\nLarge($x, bool) ::: Is x large?\nNumpus($x, bool) ::: Does x belong to Numpus?\nDumpus($x, bool) ::: Does x belong to Dumpus?\n\nFacts:\nVumpus(Alex, True)\n\nRules:\nVumpus($x, True) >>> Sour($x, True)\nVumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Opaque($x, True)\nWumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Angry($x, True)\nYumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Earthy($x, True)\nTumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Wooden($x, False)\nRompus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Bright($x, False)\nZumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Blue($x, True)\nJompus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Large($x, False)\nImpus($x, True) >>> Numpus($x, True)\nDumpus($x, True) >>> Wooden($x, True)\n\nQuery:\nWooden(Alex, False)" ]
ProntoQA_404
B
Each yumpus is not orange. Yumpuses are tumpuses. Tumpuses are cold. Every tumpus is an impus. Each impus is spicy. Impuses are dumpuses. Every jompus is not happy. Dumpuses are not small. Dumpuses are wumpuses. Wumpuses are earthy. Wumpuses are vumpuses. Vumpuses are transparent. Each vumpus is a zumpus. Each zumpus is happy. Zumpuses are rompuses. Fae is an impus.
[ "A) True", "B) False" ]
Is the following statement true or false? Fae is not happy.
[ "Predicates:\nYumpus($x, bool) ::: Does x belong to Yumpus?\nOrange($x, bool) ::: Is x orange?\nTumpuses($x, bool) ::: Does x belong to Tumpuses?\nCold($x, bool) ::: Is x cold?\nImpus($x, bool) ::: Does x belong to Impus?\nSpicy($x, bool) ::: Is x spicy?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nHappy($x, bool) ::: Is x happy?\nSmall($x, bool) ::: Is x small?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nEarthy($x, bool) ::: Is x earthy?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nTransparent($x, bool) ::: Is x transparent?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nRompus($x, bool) ::: Does x belong to Rompus?\n\nFacts:\nImpus(Fae, True)\n\nRules:\nYumpus($x, True) >>> Orange($x, False)\nYumpus($x, True) >>> Tumpuses($x, True)\nTumpuses($x, True) >>> Cold($x, True)\nTumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Spicy($x, True)\nImpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Happy($x, False)\nDumpus($x, True) >>> Small($x, False)\nDumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Earthy($x, True)\nWumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Transparent($x, True)\nVumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Happy($x, True)\nZumpus($x, True) >>> Rompus($x, True)\n\nQuery:\nHappy(Fae, False)" ]
ProntoQA_405
A
Each wumpus is wooden. Each wumpus is a tumpus. Every tumpus is feisty. Tumpuses are impuses. Impuses are orange. Each impus is a yumpus. Each yumpus is not bitter. Yumpuses are rompuses. Each rompus is not dull. Each rompus is a jompus. Each jompus is not floral. Jompuses are numpuses. Every numpus is kind. Numpuses are dumpuses. Dumpuses are transparent. Each zumpus is dull. Every dumpus is a vumpus. Wren is a wumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Wren is not dull.
[ "Predicates:\nWumpus($x, bool) ::: Does x belong to Wumpus?\nWooden($x, bool) ::: Is x wooden?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nFeisty($x, bool) ::: Is x feisty?\nImpus($x, bool) ::: Does x belong to Impus?\nOrange($x, bool) ::: Is x orange?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nBitter($x, bool) ::: Is x bitter?\nRompus($x, bool) ::: Does x belong to Rompus?\nDull($x, bool) ::: Is x dull?\nJompus($x, bool) ::: Does x belong to Jompus?\nFloral($x, bool) ::: Is x floral?\nNumpus($x, bool) ::: Does x belong to Numpus?\nKind($x, bool) ::: Is x kind?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nTransparent($x, bool) ::: Is x transparent?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nVumpus($x, bool) ::: Does x belong to Vumpus?\n\nFacts:\nWumpus(Wren, True)\n\nRules:\nWumpus($x, True) >>> Wooden($x, True)\nWumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Feisty($x, True)\nTumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Orange($x, True)\nImpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Bitter($x, False)\nYumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Dull($x, False)\nRompus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Floral($x, False)\nJompus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Kind($x, True)\nNumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Transparent($x, True)\nZumpus($x, True) >>> Dull($x, True)\nDumpus($x, True) >>> Vumpus($x, True)\n\nQuery:\nDull(Wren, False)" ]
ProntoQA_406
A
Every impus is dull. Each impus is a tumpus. Tumpuses are feisty. Each tumpus is a yumpus. Yumpuses are luminous. Every yumpus is a zumpus. Each zumpus is brown. Zumpuses are rompuses. Rompuses are cold. Every rompus is a numpus. Every dumpus is not cold. Each numpus is transparent. Every numpus is a jompus. Every jompus is earthy. Jompuses are vumpuses. Every vumpus is aggressive. Each vumpus is a wumpus. Sally is an impus.
[ "A) True", "B) False" ]
Is the following statement true or false? Sally is cold.
[ "Predicates:\nImpus($x, bool) ::: Does x belong to Impus?\nDull($x, bool) ::: Is x dull?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nFeisty($x, bool) ::: Is x feisty?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nLuminous($x, bool) ::: Is x luminous?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nBrown($x, bool) ::: Is x brown?\nRompus($x, bool) ::: Does x belong to Rompus?\nCold($x, bool) ::: Is x cold?\nNumpus($x, bool) ::: Does x belong to Numpus?\nTransparent($x, bool) ::: Is x transparent?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nJompus($x, bool) ::: Does x belong to Jompus?\nEarthy($x, bool) ::: Is x earthy?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nAggressive($x, bool) ::: Is x aggressive?\nWumpus($x, bool) ::: Does x belong to Wumpus?\n\nFacts:\nImpus(Sally, True)\n\nRules:\nImpus($x, True) >>> Dull($x, True)\nImpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Feisty($x, True)\nTumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Luminous($x, True)\nYumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Brown($x, True)\nZumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Cold($x, True)\nRompus($x, True) >>> Numpus($x, True)\nDumpus($x, True) >>> Cold($x, False)\nNumpus($x, True) >>> Transparent($x, True)\nNumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Earthy($x, True)\nJompus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Aggressive($x, True)\nVumpus($x, True) >>> Wumpus($x, True)\n\nQuery:\nCold(Sally, True)" ]
ProntoQA_407
A
Each impus is earthy. Zumpuses are happy. Impuses are yumpuses. Each yumpus is transparent. Yumpuses are vumpuses. Every vumpus is not spicy. Every vumpus is a numpus. Numpuses are large. Every numpus is a rompus. Each rompus is not hot. Every rompus is a dumpus. Every dumpus is not happy. Every dumpus is a wumpus. Wumpuses are not red. Each wumpus is a jompus. Jompuses are kind. Every jompus is a tumpus. Max is a yumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Max is not happy.
[ "Predicates:\nImpus($x, bool) ::: Does x belong to Impus?\nEarthy($x, bool) ::: Is x earthy?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nHappy($x, bool) ::: Is x happy?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nTransparent($x, bool) ::: Is x transparent?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nSpicy($x, bool) ::: Is x spicy?\nNumpus($x, bool) ::: Does x belong to Numpus?\nLarge($x, bool) ::: Is x large?\nRompus($x, bool) ::: Does x belong to Rompus?\nHot($x, bool) ::: Is x hot?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nRed($x, bool) ::: Is x red?\nJompus($x, bool) ::: Does x belong to Jompus?\nKind($x, bool) ::: Is x kind?\nTumpus($x, bool) ::: Does x belong to Tumpus?\n\nFacts:\nYumpus(Max, True)\n\nRules:\nImpus($x, True) >>> Earthy($x, True)\nZumpus($x, True) >>> Happy($x, True)\nImpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Transparent($x, True)\nYumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Spicy($x, False)\nVumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Large($x, True)\nNumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Hot($x, False)\nRompus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Happy($x, False)\nDumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Red($x, False)\nWumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Kind($x, True)\nJompus($x, True) >>> Tumpus($x, True)\n\nQuery:\nHappy(Max, False)" ]
ProntoQA_408
B
Every yumpus is happy. Each yumpus is a jompus. Each jompus is sour. Each jompus is a rompus. Rompuses are large. Each wumpus is mean. Every rompus is a zumpus. Zumpuses are opaque. Zumpuses are impuses. Impuses are blue. Impuses are vumpuses. Vumpuses are not mean. Vumpuses are tumpuses. Tumpuses are wooden. Each tumpus is a numpus. Numpuses are not bright. Every numpus is a dumpus. Sally is a jompus.
[ "A) True", "B) False" ]
Is the following statement true or false? Sally is mean.
[ "Predicates:\nYumpus($x, bool) ::: Does x belong to Yumpus?\nHappy($x, bool) ::: Is x happy?\nJompus($x, bool) ::: Does x belong to Jompus?\nSour($x, bool) ::: Is x sour?\nRompus($x, bool) ::: Does x belong to Rompus?\nLarge($x, bool) ::: Is x large?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nMean($x, bool) ::: Is x mean?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nOpaque($x, bool) ::: Is x opaque?\nImpuses($x, bool) ::: Does x belong to Impuses?\nBlue($x, bool) ::: Is x blue?\nVumpuses($x, bool) ::: Does x belong to Vumpuses?\nTumpuses($x, bool) ::: Does x belong to Tumpuses?\nWooden($x, bool) ::: Is x wooden?\nNumpus($x, bool) ::: Does x belong to Numpus?\nBright($x, bool) ::: Is x bright?\nDumpus($x, bool) ::: Does x belong to Dumpus?\n\nFacts:\nJompus(Sally, True)\n\nRules:\nYumpus($x, True) >>> Happy($x, True)\nYumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Sour($x, True)\nJompus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Large($x, True)\nWumpus($x, True) >>> Mean($x, True)\nRompus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Opaque($x, True)\nZumpus($x, True) >>> Impuses($x, True)\nImpuses($x, True) >>> Blue($x, True)\nImpuses($x, True) >>> Vumpuses($x, True)\nVumpuses($x, True) >>> Mean($x, False)\nVumpuses($x, True) >>> Tumpuses($x, True)\nTumpuses($x, True) >>> Wooden($x, True)\nTumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Bright($x, False)\nNumpus($x, True) >>> Dumpus($x, True)\n\nQuery:\nMean(Sally, True)" ]
ProntoQA_409
A
Every rompus is bright. Rompuses are zumpuses. Zumpuses are not blue. Zumpuses are jompuses. Jompuses are not opaque. Jompuses are numpuses. Numpuses are small. Numpuses are yumpuses. Each yumpus is feisty. Each yumpus is a wumpus. Every dumpus is not cold. Wumpuses are cold. Wumpuses are vumpuses. Stella is a zumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Stella is cold.
[ "Predicates:\nRompus($x, bool) ::: Does x belong to Rompus?\nBright($x, bool) ::: Is x bright?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nBlue($x, bool) ::: Is x blue?\nJompus($x, bool) ::: Does x belong to Jompus?\nOpaque($x, bool) ::: Is x opaque?\nNumpus($x, bool) ::: Does x belong to Numpus?\nSmall($x, bool) ::: Is x small?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nFeisty($x, bool) ::: Is x feisty?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nCold($x, bool) ::: Is x cold?\nVumpus($x, bool) ::: Does x belong to Vumpus?\n\nFacts:\nZumpus(Stella, True)\n\nRules:\nRompus($x, True) >>> Bright($x, True)\nRompus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Blue($x, False)\nZumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Opaque($x, False)\nJompus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Small($x, True)\nNumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Feisty($x, True)\nYumpus($x, True) >>> Wumpus($x, True)\nDumpus($x, True) >>> Cold($x, False)\nWumpus($x, True) >>> Cold($x, True)\nWumpus($x, True) >>> Vumpus($x, True)\n\nQuery:\nCold(Stella, True)" ]
ProntoQA_410
B
Every vumpus is transparent. Each vumpus is a tumpus. Every tumpus is not cold. Tumpuses are rompuses. Each rompus is not amenable. Rompuses are jompuses. Every jompus is not large. Jompuses are impuses. Impuses are metallic. Impuses are zumpuses. Zumpuses are sweet. Each zumpus is a dumpus. Every dumpus is orange. Numpuses are not sweet. Dumpuses are yumpuses. Sam is a tumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Sam is not sweet.
[ "Predicates:\nVumpus($x, bool) ::: Does x belong to Vumpus?\nTransparent($x, bool) ::: Is x transparent?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nCold($x, bool) ::: Is x cold?\nRompus($x, bool) ::: Does x belong to Rompus?\nAmenable($x, bool) ::: Is x amenable?\nJompus($x, bool) ::: Does x belong to Jompus?\nLarge($x, bool) ::: Is x large?\nImpus($x, bool) ::: Does x belong to Impus?\nMetallic($x, bool) ::: Is x metallic?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nSweet($x, bool) ::: Is x sweet?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nOrange($x, bool) ::: Is x orange?\nNumpus($x, bool) ::: Does x belong to Numpus?\nYumpus($x, bool) ::: Does x belong to Yumpus?\n\nFacts:\nTumpus(Sam, True)\n\nRules:\nVumpus($x, True) >>> Transparent($x, True)\nVumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Cold($x, False)\nTumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Amenable($x, False)\nRompus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Large($x, False)\nJompus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Metallic($x, True)\nImpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Sweet($x, True)\nZumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Orange($x, True)\nNumpus($x, True) >>> Sweet($x, False)\nDumpus($x, True) >>> Yumpus($x, True)\n\nQuery:\nSweet(Sam, False)" ]
ProntoQA_411
A
Each rompus is kind. Rompuses are wumpuses. Every wumpus is large. Numpuses are not bright. Every wumpus is an impus. Each impus is spicy. Each impus is a vumpus. Each vumpus is liquid. Every vumpus is a yumpus. Yumpuses are not floral. Each yumpus is a jompus. Jompuses are bright. Jompuses are dumpuses. Dumpuses are transparent. Each dumpus is a zumpus. Every zumpus is cold. Zumpuses are tumpuses. Stella is a wumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Stella is bright.
[ "Predicates:\nRompus($x, bool) ::: Does x belong to Rompus?\nKind($x, bool) ::: Is x kind?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nLarge($x, bool) ::: Is x large?\nNumpus($x, bool) ::: Does x belong to Numpus?\nBright($x, bool) ::: Is x bright?\nImpus($x, bool) ::: Does x belong to Impus?\nSpicy($x, bool) ::: Is x spicy?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nLiquid($x, bool) ::: Is x liquid?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nFloral($x, bool) ::: Is x floral?\nJompus($x, bool) ::: Does x belong to Jompus?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nTransparent($x, bool) ::: Is x transparent?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nCold($x, bool) ::: Is x cold?\nTumpus($x, bool) ::: Does x belong to Tumpus?\n\nFacts:\nWumpus(Stella, True)\n\nRules:\nRompus($x, True) >>> Kind($x, True)\nRompus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Large($x, True)\nNumpus($x, True) >>> Bright($x, False)\nWumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Spicy($x, True)\nImpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Liquid($x, True)\nVumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Floral($x, False)\nYumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Bright($x, True)\nJompus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Transparent($x, True)\nDumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Cold($x, True)\nZumpus($x, True) >>> Tumpus($x, True)\n\nQuery:\nBright(Stella, True)" ]
ProntoQA_412
B
Each vumpus is transparent. Every vumpus is an impus. Each impus is red. Every impus is a zumpus. Zumpuses are mean. Every zumpus is a numpus. Each numpus is not hot. Numpuses are tumpuses. Each tumpus is not happy. Each jompus is happy. Tumpuses are rompuses. Max is a vumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Max is happy.
[ "Predicates:\nVumpus($x, bool) ::: Does x belong to Vumpus?\nTransparent($x, bool) ::: Is x transparent?\nImpus($x, bool) ::: Does x belong to Impus?\nRed($x, bool) ::: Is x red?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nMean($x, bool) ::: Is x mean?\nNumpus($x, bool) ::: Does x belong to Numpus?\nHot($x, bool) ::: Is x hot?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nHappy($x, bool) ::: Is x happy?\nJompus($x, bool) ::: Does x belong to Jompus?\nRompus($x, bool) ::: Does x belong to Rompus?\n\nFacts:\nVumpus(Max, True)\n\nRules:\nVumpus($x, True) >>> Transparent($x, True)\nVumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Red($x, True)\nImpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Mean($x, True)\nZumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Hot($x, False)\nNumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Happy($x, False)\nJompus($x, True) >>> Happy($x, True)\nTumpus($x, True) >>> Rompus($x, True)\n\nQuery:\nHappy(Max, False)" ]
ProntoQA_413
B
Wumpuses are dull. Wumpuses are vumpuses. Every vumpus is metallic. Vumpuses are rompuses. Every rompus is not aggressive. Every rompus is a tumpus. Tumpuses are nervous. Every tumpus is a dumpus. Each dumpus is spicy. Every dumpus is a yumpus. Yumpuses are transparent. Every yumpus is a numpus. Each numpus is not small. Each numpus is a zumpus. Every zumpus is not brown. Each zumpus is an impus. Jompuses are small. Rex is a rompus.
[ "A) True", "B) False" ]
Is the following statement true or false? Rex is small.
[ "Predicates:\nWumpus($x, bool) ::: Does x belong to Wumpus?\nDull($x, bool) ::: Is x dull?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nMetallic($x, bool) ::: Is x metallic?\nRompus($x, bool) ::: Does x belong to Rompus?\nAggressive($x, bool) ::: Is x aggressive?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nNervous($x, bool) ::: Is x nervous?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nSpicy($x, bool) ::: Is x spicy?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nTransparent($x, bool) ::: Is x transparent?\nNumpus($x, bool) ::: Does x belong to Numpus?\nSmall($x, bool) ::: Is x small?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nBrown($x, bool) ::: Is x brown?\nImpus($x, bool) ::: Does x belong to Impus?\nJompus($x, bool) ::: Does x belong to Jompus?\n\nFacts:\nRompus(Rex, True)\n\nRules:\nWumpus($x, True) >>> Dull($x, True)\nWumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Metallic($x, True)\nVumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Aggressive($x, False)\nRompus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Nervous($x, True)\nTumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Spicy($x, True)\nDumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Transparent($x, True)\nYumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Small($x, False)\nNumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Brown($x, False)\nZumpus($x, True) >>> Impus($x, True)\nJompus($x, True) >>> Small($x, True)\n\nQuery:\nSmall(Rex, False)" ]
ProntoQA_414
B
Every wumpus is red. Wumpuses are tumpuses. Every rompus is not dull. Each tumpus is not sour. Tumpuses are jompuses. Jompuses are temperate. Jompuses are yumpuses. Each yumpus is nervous. Yumpuses are dumpuses. Dumpuses are not opaque. Dumpuses are impuses. Each impus is dull. Every impus is a vumpus. Every vumpus is earthy. Vumpuses are numpuses. Every numpus is large. Numpuses are zumpuses. Sally is a tumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Sally is not dull.
[ "Predicates:\nWumpus($x, bool) ::: Does x belong to Wumpus?\nRed($x, bool) ::: Is x red?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nRompus($x, bool) ::: Does x belong to Rompus?\nDull($x, bool) ::: Is x dull?\nSour($x, bool) ::: Is x sour?\nJompus($x, bool) ::: Does x belong to Jompus?\nTemperate($x, bool) ::: Is x temperate?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nNervous($x, bool) ::: Is x nervous?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nOpaque($x, bool) ::: Is x opaque?\nImpus($x, bool) ::: Does x belong to Impus?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nEarthy($x, bool) ::: Is x earthy?\nNumpus($x, bool) ::: Does x belong to Numpus?\nLarge($x, bool) ::: Is x large?\nZumpus($x, bool) ::: Does x belong to Zumpus?\n\nFacts:\nTumpus(Sally, True)\n\nRules:\nWumpus($x, True) >>> Red($x, True)\nWumpus($x, True) >>> Tumpus($x, True)\nRompus($x, True) >>> Dull($x, False)\nTumpus($x, True) >>> Sour($x, False)\nTumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Temperate($x, True)\nJompus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Nervous($x, True)\nYumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Opaque($x, False)\nDumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Dull($x, True)\nImpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Earthy($x, True)\nVumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Large($x, True)\nNumpus($x, True) >>> Zumpus($x, True)\n\nQuery:\nDull(Sally, False)" ]
ProntoQA_415
B
Every yumpus is feisty. Yumpuses are numpuses. Every numpus is not mean. Numpuses are tumpuses. Tumpuses are fruity. Tumpuses are rompuses. Each rompus is cold. Every rompus is a zumpus. Every zumpus is not dull. Zumpuses are impuses. Impuses are metallic. Every impus is a jompus. Wumpuses are red. Jompuses are small. Jompuses are vumpuses. Vumpuses are not red. Vumpuses are dumpuses. Alex is a rompus.
[ "A) True", "B) False" ]
Is the following statement true or false? Alex is red.
[ "Predicates:\nYumpus($x, bool) ::: Does x belong to Yumpus?\nFeisty($x, bool) ::: Is x feisty?\nNumpus($x, bool) ::: Does x belong to Numpus?\nMean($x, bool) ::: Is x mean?\nTumpuses($x, bool) ::: Does x belong to Tumpuses?\nFruity($x, bool) ::: Is x fruity?\nRompus($x, bool) ::: Does x belong to Rompus?\nCold($x, bool) ::: Is x cold?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nDull($x, bool) ::: Is x dull?\nImpuses($x, bool) ::: Does x belong to Impuses?\nMetallic($x, bool) ::: Is x metallic?\nJompus($x, bool) ::: Does x belong to Jompus?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nRed($x, bool) ::: Is x red?\nSmall($x, bool) ::: Is x small?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nDumpus($x, bool) ::: Does x belong to Dumpus?\n\nFacts:\nRompus(Alex, True)\n\nRules:\nYumpus($x, True) >>> Feisty($x, True)\nYumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Mean($x, False)\nNumpus($x, True) >>> Tumpuses($x, True)\nTumpuses($x, True) >>> Fruity($x, True)\nTumpuses($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Cold($x, True)\nRompus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Dull($x, False)\nZumpus($x, True) >>> Impuses($x, True)\nImpuses($x, True) >>> Metallic($x, True)\nImpuses($x, True) >>> Jompus($x, True)\nWumpus($x, True) >>> Red($x, True)\nJompus($x, True) >>> Small($x, True)\nJompus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Red($x, False)\nVumpus($x, True) >>> Dumpus($x, True)\n\nQuery:\nRed(Alex, False)" ]
ProntoQA_416
B
Zumpuses are hot. Zumpuses are wumpuses. Wumpuses are fruity. Wumpuses are numpuses. Numpuses are not wooden. Numpuses are jompuses. Each jompus is not large. Jompuses are tumpuses. Tumpuses are opaque. Tumpuses are yumpuses. Each rompus is not opaque. Yumpuses are bitter. Yumpuses are dumpuses. Polly is a zumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Polly is not opaque.
[ "Predicates:\nHot($x, bool) ::: Is x hot?\nWooden($x, bool) ::: Is x wooden?\nLarge($x, bool) ::: Is x large?\nOpaque($x, bool) ::: Is x opaque?\nBitter($x, bool) ::: Is x bitter?\n\nFacts:\nZumpus(Polly, True)\n\nRules:\nZumpus($x, True) >>> Hot($x, True)\nZumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Fruity($x, True)\nWumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Wooden($x, False)\nNumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Large($x, False)\nJompus($x, True) >>> Tumpuses($x, True)\nTumpuses($x, True) >>> Opaque($x, True)\nTumpuses($x, True) >>> Yumpus($x, True)\nRompus($x, True) >>> Opaque($x, False)\nYumpus($x, True) >>> Bitter($x, True)\nYumpus($x, True) >>> Dumpus($x, True)\n\nQuery:\nOpaque(Polly, False)" ]
ProntoQA_417
A
Every tumpus is orange. Tumpuses are vumpuses. Each vumpus is not small. Vumpuses are wumpuses. Wumpuses are transparent. Wumpuses are zumpuses. Each zumpus is dull. Every zumpus is a jompus. Every rompus is metallic. Each jompus is floral. Every jompus is a yumpus. Yumpuses are not metallic. Yumpuses are dumpuses. Each dumpus is not cold. Each dumpus is a numpus. Numpuses are shy. Numpuses are impuses. Polly is a vumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Polly is not metallic.
[ "Predicates:\nTumpus($x, bool) ::: Does x belong to Tumpus?\nOrange($x, bool) ::: Is x orange?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nSmall($x, bool) ::: Is x small?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nTransparent($x, bool) ::: Is x transparent?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nDull($x, bool) ::: Is x dull?\nJompus($x, bool) ::: Does x belong to Jompus?\nMetallic($x, bool) ::: Is x metallic?\nFloral($x, bool) ::: Is x floral?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nCold($x, bool) ::: Is x cold?\nNumpus($x, bool) ::: Does x belong to Numpus?\nShy($x, bool) ::: Is x shy?\nImpus($x, bool) ::: Does x belong to Impus?\nRompus($x, bool) ::: Does x belong to Rompus?\n\nFacts:\nVumpus(Polly, True)\n\nRules:\nTumpus($x, True) >>> Orange($x, True)\nTumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Small($x, False)\nVumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Transparent($x, True)\nWumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Dull($x, True)\nZumpus($x, True) >>> Jompus($x, True)\nRompus($x, True) >>> Metallic($x, True)\nJompus($x, True) >>> Floral($x, True)\nJompus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Metallic($x, False)\nYumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Cold($x, False)\nDumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Shy($x, True)\nNumpus($x, True) >>> Impus($x, True)\n\nQuery:\nMetallic(Polly, False)" ]
ProntoQA_418
B
Tumpuses are large. Every tumpus is a jompus. Each jompus is transparent. Every jompus is a wumpus. Each wumpus is not metallic. Every wumpus is a numpus. Numpuses are aggressive. Numpuses are dumpuses. Every rompus is not red. Dumpuses are red. Dumpuses are impuses. Impuses are bright. Each impus is a vumpus. Each vumpus is earthy. Vumpuses are yumpuses. Each yumpus is sweet. Each yumpus is a zumpus. Alex is a tumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Alex is not red.
[ "Predicates:\nLarge($x, bool) ::: Is x large?\nTransparent($x, bool) ::: Is x transparent?\nMetallic($x, bool) ::: Is x metallic?\nAggressive($x, bool) ::: Is x aggressive?\nRed($x, bool) ::: Is x red?\nBright($x, bool) ::: Is x bright?\nImpus($x, bool) ::: Does x belong to Impus?\nEarthy($x, bool) ::: Is x earthy?\nSweet($x, bool) ::: Is x sweet?\n\nFacts:\nTumpuses(Alex, True)\n\nRules:\nTumpuses($x, True) >>> Large($x, True)\nTumpuses($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Transparent($x, True)\nJompus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Metallic($x, False)\nWumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Aggressive($x, True)\nNumpus($x, True) >>> Dumpus($x, True)\nRompus($x, True) >>> Red($x, False)\nDumpus($x, True) >>> Red($x, True)\nDumpus($x, True) >>> Impuses($x, True)\nImpuses($x, True) >>> Bright($x, True)\nImpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Earthy($x, True)\nVumpuses($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Sweet($x, True)\nYumpus($x, True) >>> Zumpus($x, True)\n\nQuery:\nRed(Alex, False)" ]
ProntoQA_419
A
Each dumpus is not orange. Every dumpus is a tumpus. Tumpuses are floral. Tumpuses are rompuses. Rompuses are luminous. Each rompus is a yumpus. Each vumpus is small. Yumpuses are not cold. Each yumpus is a zumpus. Every zumpus is opaque. Zumpuses are jompuses. Jompuses are nervous. Each jompus is an impus. Impuses are not small. Each impus is a wumpus. Each wumpus is angry. Wumpuses are numpuses. Wren is a rompus.
[ "A) True", "B) False" ]
Is the following statement true or false? Wren is not small.
[ "Predicates:\nDumpus($x, bool) ::: Does x belong to Dumpus?\nOrange($x, bool) ::: Is x orange?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nFloral($x, bool) ::: Is x floral?\nRompus($x, bool) ::: Does x belong to Rompus?\nLuminous($x, bool) ::: Is x luminous?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nSmall($x, bool) ::: Is x small?\nCold($x, bool) ::: Is x cold?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nOpaque($x, bool) ::: Is x opaque?\nJompus($x, bool) ::: Does x belong to Jompus?\nNervous($x, bool) ::: Is x nervous?\nImpus($x, bool) ::: Does x belong to Impus?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nAngry($x, bool) ::: Is x angry?\nNumpus($x, bool) ::: Does x belong to Numpus?\n\nFacts:\nRompus(Wren, True)\n\nRules:\nDumpus($x, True) >>> Orange($x, False)\nDumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Floral($x, True)\nTumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Luminous($x, True)\nRompus($x, True) >>> Yumpus($x, True)\nVumpus($x, True) >>> Small($x, True)\nYumpus($x, True) >>> Cold($x, False)\nYumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Opaque($x, True)\nZumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Nervous($x, True)\nJompus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Small($x, False)\nImpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Angry($x, True)\nWumpus($x, True) >>> Numpus($x, True)\n\nQuery:\nSmall(Wren, False)" ]
ProntoQA_420
B
Every impus is bright. Every impus is a dumpus. Dumpuses are happy. Dumpuses are yumpuses. Every yumpus is not sour. Yumpuses are numpuses. Every numpus is mean. Numpuses are tumpuses. Every tumpus is hot. Tumpuses are wumpuses. Wumpuses are metallic. Every wumpus is a jompus. Rompuses are not opaque. Each jompus is opaque. Jompuses are zumpuses. Each zumpus is blue. Zumpuses are vumpuses. Rex is a yumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Rex is not opaque.
[ "Predicates:\nImpus($x, bool) ::: Does x belong to Impus?\nBright($x, bool) ::: Is x bright?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nHappy($x, bool) ::: Is x happy?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nSour($x, bool) ::: Is x sour?\nNumpus($x, bool) ::: Does x belong to Numpus?\nMean($x, bool) ::: Is x mean?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nHot($x, bool) ::: Is x hot?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nMetallic($x, bool) ::: Is x metallic?\nJompus($x, bool) ::: Does x belong to Jompus?\nOpaque($x, bool) ::: Is x opaque?\nRompus($x, bool) ::: Does x belong to Rompus?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nBlue($x, bool) ::: Is x blue?\nVumpus($x, bool) ::: Does x belong to Vumpus?\n\nFacts:\nYumpus(Rex, True)\n\nRules:\nImpus($x, True) >>> Bright($x, True)\nImpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Happy($x, True)\nDumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Sour($x, False)\nYumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Mean($x, True)\nNumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Hot($x, True)\nTumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Metallic($x, True)\nWumpus($x, True) >>> Jompus($x, True)\nRompus($x, True) >>> Opaque($x, False)\nJompus($x, True) >>> Opaque($x, True)\nJompus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Blue($x, True)\nZumpus($x, True) >>> Vumpus($x, True)\n\nQuery:\nOpaque(Rex, False)" ]
ProntoQA_421
B
Every numpus is not transparent. Every numpus is a wumpus. Every wumpus is not hot. Every wumpus is an impus. Each impus is liquid. Impuses are tumpuses. Tumpuses are brown. Tumpuses are jompuses. Jompuses are not spicy. Jompuses are dumpuses. Dumpuses are kind. Dumpuses are rompuses. Each rompus is not floral. Every rompus is a yumpus. Yumpuses are not nervous. Each zumpus is nervous. Each yumpus is a vumpus. Alex is a tumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Alex is nervous.
[ "Predicates:\nNumpus($x, bool) ::: Does x belong to Numpus?\nTransparent($x, bool) ::: Is x transparent?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nHot($x, bool) ::: Is x hot?\nImpus($x, bool) ::: Does x belong to Impus?\nLiquid($x, bool) ::: Is x liquid?\nTumpuses($x, bool) ::: Does x belong to Tumpuses?\nBrown($x, bool) ::: Is x brown?\nJompus($x, bool) ::: Does x belong to Jompus?\nSpicy($x, bool) ::: Is x spicy?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nKind($x, bool) ::: Is x kind?\nRompus($x, bool) ::: Does x belong to Rompus?\nFloral($x, bool) ::: Is x floral?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nNervous($x, bool) ::: Is x nervous?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nVumpus($x, bool) ::: Does x belong to Vumpus?\n\nFacts:\nTumpuses(Alex, True)\n\nRules:\nNumpus($x, True) >>> Transparent($x, False)\nNumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Hot($x, False)\nWumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Liquid($x, True)\nImpus($x, True) >>> Tumpuses($x, True)\nTumpuses($x, True) >>> Brown($x, True)\nTumpuses($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Spicy($x, False)\nJompus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Kind($x, True)\nDumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Floral($x, False)\nRompus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Nervous($x, False)\nZumpus($x, True) >>> Nervous($x, True)\nYumpus($x, True) >>> Vumpus($x, True)\n\nQuery:\nNervous(Alex, False)" ]
ProntoQA_422
B
Every wumpus is small. Wumpuses are yumpuses. Yumpuses are spicy. Every yumpus is a jompus. Jompuses are hot. Jompuses are tumpuses. Tumpuses are transparent. Impuses are not happy. Tumpuses are rompuses. Every rompus is kind. Each rompus is a numpus. Numpuses are earthy. Each numpus is a zumpus. Zumpuses are wooden. Zumpuses are dumpuses. Dumpuses are happy. Dumpuses are vumpuses. Fae is a tumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Fae is not happy.
[ "Predicates:\nWumpus($x, bool) ::: Does x belong to Wumpus?\nSmall($x, bool) ::: Is x small?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nSpicy($x, bool) ::: Is x spicy?\nJompus($x, bool) ::: Does x belong to Jompus?\nHot($x, bool) ::: Is x hot?\nTumpuses($x, bool) ::: Does x belong to Tumpuses?\nTransparent($x, bool) ::: Is x transparent?\nImpuses($x, bool) ::: Does x belong to Impuses?\nHappy($x, bool) ::: Is x happy?\nRompus($x, bool) ::: Does x belong to Rompus?\nKind($x, bool) ::: Is x kind?\nNumpus($x, bool) ::: Does x belong to Numpus?\nEarthy($x, bool) ::: Is x earthy?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nWooden($x, bool) ::: Is x wooden?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nVumpus($x, bool) ::: Does x belong to Vumpus?\n\nFacts:\nTumpuses(Fae, True)\n\nRules:\nWumpus($x, True) >>> Small($x, True)\nWumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Spicy($x, True)\nYumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Hot($x, True)\nJompus($x, True) >>> Tumpuses($x, True)\nTumpuses($x, True) >>> Transparent($x, True)\nImpuses($x, True) >>> Happy($x, False)\nTumpuses($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Kind($x, True)\nRompus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Earthy($x, True)\nNumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Wooden($x, True)\nZumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Happy($x, True)\nDumpus($x, True) >>> Vumpus($x, True)\n\nQuery:\nHappy(Fae, False)" ]
ProntoQA_423
B
Each rompus is not cold. Rompuses are wumpuses. Zumpuses are not transparent. Wumpuses are orange. Every wumpus is a yumpus. Each yumpus is not fruity. Yumpuses are numpuses. Numpuses are sour. Numpuses are jompuses. Each jompus is transparent. Jompuses are tumpuses. Tumpuses are liquid. Every tumpus is a dumpus. Dumpuses are angry. Dumpuses are vumpuses. Vumpuses are shy. Vumpuses are impuses. Wren is a rompus.
[ "A) True", "B) False" ]
Is the following statement true or false? Wren is not transparent.
[ "Predicates:\nRompus($x, bool) ::: Does x belong to Rompus?\nCold($x, bool) ::: Is x cold?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nTransparent($x, bool) ::: Is x transparent?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nOrange($x, bool) ::: Is x orange?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nFruity($x, bool) ::: Is x fruity?\nNumpus($x, bool) ::: Does x belong to Numpus?\nSour($x, bool) ::: Is x sour?\nJompus($x, bool) ::: Does x belong to Jompus?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nLiquid($x, bool) ::: Is x liquid?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nAngry($x, bool) ::: Is x angry?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nShy($x, bool) ::: Is x shy?\nImpus($x, bool) ::: Does x belong to Impus?\n\nFacts:\nRompus(Wren, True)\n\nRules:\nRompus($x, True) >>> Cold($x, False)\nRompus($x, True) >>> Wumpus($x, True)\nZumpus($x, True) >>> Transparent($x, False)\nWumpus($x, True) >>> Orange($x, True)\nWumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Fruity($x, False)\nYumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Sour($x, True)\nNumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Transparent($x, True)\nJompus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Liquid($x, True)\nTumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Angry($x, True)\nDumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Shy($x, True)\nVumpus($x, True) >>> Impus($x, True)\n\nQuery:\nTransparent(Wren, False)" ]
ProntoQA_424
A
Vumpuses are not nervous. Every vumpus is a jompus. Each jompus is fruity. Jompuses are rompuses. Each rompus is wooden. Each rompus is an impus. Wumpuses are mean. Impuses are transparent. Each impus is a numpus. Numpuses are not orange. Every numpus is a zumpus. Zumpuses are cold. Zumpuses are yumpuses. Each yumpus is not mean. Every yumpus is a tumpus. Polly is a rompus.
[ "A) True", "B) False" ]
Is the following statement true or false? Polly is not mean.
[ "Predicates:\nVumpus($x, bool) ::: Does x belong to Vumpus?\nNervous($x, bool) ::: Is x nervous?\nJompus($x, bool) ::: Does x belong to Jompus?\nFruity($x, bool) ::: Is x fruity?\nRompus($x, bool) ::: Does x belong to Rompus?\nWooden($x, bool) ::: Is x wooden?\nImpus($x, bool) ::: Does x belong to Impus?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nMean($x, bool) ::: Is x mean?\nTransparent($x, bool) ::: Is x transparent?\nNumpus($x, bool) ::: Does x belong to Numpus?\nOrange($x, bool) ::: Is x orange?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nCold($x, bool) ::: Is x cold?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nTumpus($x, bool) ::: Does x belong to Tumpus?\n\nFacts:\nRompus(Polly, True)\n\nRules:\nVumpus($x, True) >>> Nervous($x, False)\nVumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Fruity($x, True)\nJompus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Wooden($x, True)\nRompus($x, True) >>> Impus($x, True)\nWumpus($x, True) >>> Mean($x, True)\nImpus($x, True) >>> Transparent($x, True)\nImpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Orange($x, False)\nNumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Cold($x, True)\nZumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Mean($x, False)\nYumpus($x, True) >>> Tumpus($x, True)\n\nQuery:\nMean(Polly, False)" ]
ProntoQA_425
B
Impuses are shy. Impuses are rompuses. Each rompus is temperate. Rompuses are vumpuses. Vumpuses are dull. Every vumpus is a wumpus. Each wumpus is not fruity. Every wumpus is a zumpus. Each zumpus is not wooden. Every zumpus is a yumpus. Each yumpus is red. Every tumpus is not opaque. Every yumpus is a numpus. Each numpus is opaque. Every numpus is a jompus. Jompuses are small. Every jompus is a dumpus. Wren is a vumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Wren is not opaque.
[ "Predicates:\nImpuses($x, bool) ::: Does x belong to Impuses?\nShy($x, bool) ::: Is x shy?\nRompus($x, bool) ::: Does x belong to Rompus?\nTemperate($x, bool) ::: Is x temperate?\nVumpuses($x, bool) ::: Does x belong to Vumpuses?\nDull($x, bool) ::: Is x dull?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nFruity($x, bool) ::: Is x fruity?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nWooden($x, bool) ::: Is x wooden?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nRed($x, bool) ::: Is x red?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nOpaque($x, bool) ::: Is x opaque?\nNumpus($x, bool) ::: Does x belong to Numpus?\nJompus($x, bool) ::: Does x belong to Jompus?\nSmall($x, bool) ::: Is x small?\nDumpus($x, bool) ::: Does x belong to Dumpus?\n\nFacts:\nVumpuses(Wren, True)\n\nRules:\nImpuses($x, True) >>> Shy($x, True)\nImpuses($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Temperate($x, True)\nRompus($x, True) >>> Vumpuses($x, True)\nVumpuses($x, True) >>> Dull($x, True)\nVumpuses($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Fruity($x, False)\nWumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Wooden($x, False)\nZumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Red($x, True)\nTumpus($x, True) >>> Opaque($x, False)\nYumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Opaque($x, True)\nNumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Small($x, True)\nJompus($x, True) >>> Dumpus($x, True)\n\nQuery:\nOpaque(Wren, False)" ]
ProntoQA_426
B
Vumpuses are not bitter. Every vumpus is a rompus. Every rompus is temperate. Rompuses are zumpuses. Each zumpus is not large. Each zumpus is a jompus. Each jompus is not bright. Jompuses are tumpuses. Each tumpus is orange. Tumpuses are yumpuses. Yumpuses are feisty. Every yumpus is a wumpus. Wumpuses are transparent. Each wumpus is an impus. Every impus is not floral. Numpuses are floral. Impuses are dumpuses. Wren is a jompus.
[ "A) True", "B) False" ]
Is the following statement true or false? Wren is floral.
[ "Predicates:\nBitter($x, bool) ::: Is x bitter?\nTemperate($x, bool) ::: Is x temperate?\nLarge($x, bool) ::: Is x large?\nBright($x, bool) ::: Is x bright?\nFeisty($x, bool) ::: Is x feisty?\nFloral($x, bool) ::: Is x floral?\n\nFacts:\nJompus(Wren, True)\n\nRules:\nVumpuses($x, True) >>> Bitter($x, False)\nVumpuses($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Temperate($x, True)\nRompus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Large($x, False)\nZumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Bright($x, False)\nJompus($x, True) >>> Tumpuses($x, True)\nTumpuses($x, True) >>> Orange($x, True)\nTumpuses($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Feisty($x, True)\nYumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Transparent($x, True)\nWumpus($x, True) >>> Impuses($x, True)\nImpus($x, True) >>> Floral($x, False)\nNumpus($x, True) >>> Floral($x, True)\nImpuses($x, True) >>> Dumpus($x, True)\n\nQuery:\nFloral(Wren, True)" ]
ProntoQA_427
A
Jompuses are bright. Jompuses are vumpuses. Each vumpus is cold. Vumpuses are dumpuses. Dumpuses are mean. Dumpuses are rompuses. Each rompus is spicy. Rompuses are impuses. Impuses are not earthy. Every impus is a yumpus. Each numpus is not small. Yumpuses are not metallic. Yumpuses are tumpuses. Tumpuses are small. Tumpuses are zumpuses. Zumpuses are opaque. Zumpuses are wumpuses. Alex is a dumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Alex is small.
[ "Predicates:\nJompus($x, bool) ::: Does x belong to Jompus?\nBright($x, bool) ::: Is x bright?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nCold($x, bool) ::: Is x cold?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nMean($x, bool) ::: Is x mean?\nRompus($x, bool) ::: Does x belong to Rompus?\nSpicy($x, bool) ::: Is x spicy?\nImpus($x, bool) ::: Does x belong to Impus?\nEarthy($x, bool) ::: Is x earthy?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nNumpus($x, bool) ::: Does x belong to Numpus?\nSmall($x, bool) ::: Is x small?\nMetallic($x, bool) ::: Is x metallic?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nOpaque($x, bool) ::: Is x opaque?\nWumpus($x, bool) ::: Does x belong to Wumpus?\n\nFacts:\nDumpus(Alex, True)\n\nRules:\nJompus($x, True) >>> Bright($x, True)\nJompus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Cold($x, True)\nVumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Mean($x, True)\nDumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Spicy($x, True)\nRompus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Earthy($x, False)\nImpus($x, True) >>> Yumpus($x, True)\nNumpus($x, True) >>> Small($x, False)\nYumpus($x, True) >>> Metallic($x, False)\nYumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Small($x, True)\nTumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Opaque($x, True)\nZumpus($x, True) >>> Wumpus($x, True)\n\nQuery:\nSmall(Alex, True)" ]
ProntoQA_428
A
Jompuses are feisty. Yumpuses are sour. Each yumpus is a rompus. Every rompus is dull. Every rompus is a wumpus. Every wumpus is small. Wumpuses are numpuses. Every numpus is metallic. Numpuses are tumpuses. Each tumpus is not feisty. Tumpuses are zumpuses. Zumpuses are fruity. Every zumpus is a vumpus. Vumpuses are angry. Vumpuses are dumpuses. Each dumpus is cold. Dumpuses are impuses. Rex is a yumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Rex is not feisty.
[ "Predicates:\nJompus($x, bool) ::: Does x belong to Jompus?\nFeisty($x, bool) ::: Is x feisty?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nSour($x, bool) ::: Is x sour?\nRompus($x, bool) ::: Does x belong to Rompus?\nDull($x, bool) ::: Is x dull?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nSmall($x, bool) ::: Is x small?\nNumpus($x, bool) ::: Does x belong to Numpus?\nMetallic($x, bool) ::: Is x metallic?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nFruity($x, bool) ::: Is x fruity?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nAngry($x, bool) ::: Is x angry?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nCold($x, bool) ::: Is x cold?\nImpus($x, bool) ::: Does x belong to Impus?\n\nFacts:\nYumpus(Rex, True)\n\nRules:\nJompus($x, True) >>> Feisty($x, True)\nYumpus($x, True) >>> Sour($x, True)\nYumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Dull($x, True)\nRompus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Small($x, True)\nWumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Metallic($x, True)\nNumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Feisty($x, False)\nTumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Fruity($x, True)\nZumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Angry($x, True)\nVumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Cold($x, True)\nDumpus($x, True) >>> Impus($x, True)\n\nQuery:\nFeisty(Rex, False)" ]
ProntoQA_429
B
Every tumpus is earthy. Each tumpus is a jompus. Every jompus is spicy. Jompuses are impuses. Impuses are red. Each impus is a rompus. Numpuses are not shy. Every rompus is not amenable. Rompuses are zumpuses. Zumpuses are cold. Zumpuses are vumpuses. Vumpuses are metallic. Vumpuses are wumpuses. Wumpuses are shy. Wumpuses are yumpuses. Yumpuses are small. Yumpuses are dumpuses. Wren is an impus.
[ "A) True", "B) False" ]
Is the following statement true or false? Wren is not shy.
[ "Predicates:\nTumpus($x, bool) ::: Does x belong to Tumpus?\nEarthy($x, bool) ::: Is x earthy?\nJompus($x, bool) ::: Does x belong to Jompus?\nSpicy($x, bool) ::: Is x spicy?\nImpus($x, bool) ::: Does x belong to Impus?\nRed($x, bool) ::: Is x red?\nRompus($x, bool) ::: Does x belong to Rompus?\nAmenable($x, bool) ::: Is x amenable?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nCold($x, bool) ::: Is x cold?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nMetallic($x, bool) ::: Is x metallic?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nShy($x, bool) ::: Is x shy?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nSmall($x, bool) ::: Is x small?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nNumpus($x, bool) ::: Does x belong to Numpus?\n\nFacts:\nImpus(Wren, True)\n\nRules:\nTumpus($x, True) >>> Earthy($x, True)\nTumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Spicy($x, True)\nJompus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Red($x, True)\nImpus($x, True) >>> Rompus($x, True)\nNumpus($x, True) >>> Shy($x, False)\nRompus($x, True) >>> Amenable($x, False)\nRompus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Cold($x, True)\nZumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Metallic($x, True)\nVumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Shy($x, True)\nWumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Small($x, True)\nYumpus($x, True) >>> Dumpus($x, True)\n\nQuery:\nShy(Wren, False)" ]
ProntoQA_430
A
Zumpuses are transparent. Every zumpus is a tumpus. Each vumpus is shy. Tumpuses are red. Tumpuses are numpuses. Each numpus is floral. Each numpus is a yumpus. Yumpuses are not bright. Yumpuses are jompuses. Jompuses are mean. Jompuses are rompuses. Each rompus is not shy. Each rompus is an impus. Impuses are small. Impuses are wumpuses. Wumpuses are luminous. Wumpuses are dumpuses. Wren is a tumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Wren is not shy.
[ "Predicates:\nZumpus($x, bool) ::: Does x belong to Zumpus?\nTransparent($x, bool) ::: Is x transparent?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nShy($x, bool) ::: Is x shy?\nRed($x, bool) ::: Is x red?\nNumpus($x, bool) ::: Does x belong to Numpus?\nFloral($x, bool) ::: Is x floral?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nBright($x, bool) ::: Is x bright?\nJompus($x, bool) ::: Does x belong to Jompus?\nMean($x, bool) ::: Is x mean?\nRompus($x, bool) ::: Does x belong to Rompus?\nImpus($x, bool) ::: Does x belong to Impus?\nSmall($x, bool) ::: Is x small?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nLuminous($x, bool) ::: Is x luminous?\nDumpus($x, bool) ::: Does x belong to Dumpus?\n\nFacts:\nTumpus(Wren, True)\n\nRules:\nZumpus($x, True) >>> Transparent($x, True)\nZumpus($x, True) >>> Tumpus($x, True)\nVumpus($x, True) >>> Shy($x, True)\nTumpus($x, True) >>> Red($x, True)\nTumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Floral($x, True)\nNumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Bright($x, False)\nYumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Mean($x, True)\nJompus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Shy($x, False)\nRompus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Small($x, True)\nImpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Luminous($x, True)\nWumpus($x, True) >>> Dumpus($x, True)\n\nQuery:\nShy(Wren, False)" ]
ProntoQA_431
A
Impuses are transparent. Each impus is a jompus. Jompuses are not spicy. Jompuses are zumpuses. Every zumpus is hot. Each zumpus is a dumpus. Every dumpus is floral. Dumpuses are wumpuses. Wumpuses are liquid. Wumpuses are numpuses. Numpuses are not nervous. Each vumpus is not large. Every numpus is a rompus. Rompuses are large. Rompuses are yumpuses. Each yumpus is dull. Yumpuses are tumpuses. Rex is a zumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Rex is large.
[ "Predicates:\nImpuses($x, bool) ::: Does x belong to Impuses?\nTransparent($x, bool) ::: Is x transparent?\nJompus($x, bool) ::: Does x belong to Jompus?\nSpicy($x, bool) ::: Is x spicy?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nHot($x, bool) ::: Is x hot?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nFloral($x, bool) ::: Is x floral?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nLiquid($x, bool) ::: Is x liquid?\nNumpus($x, bool) ::: Does x belong to Numpus?\nNervous($x, bool) ::: Is x nervous?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nLarge($x, bool) ::: Is x large?\nRompus($x, bool) ::: Does x belong to Rompus?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nDull($x, bool) ::: Is x dull?\nTumpuses($x, bool) ::: Does x belong to Tumpuses?\n\nFacts:\nZumpus(Rex, True)\n\nRules:\nImpuses($x, True) >>> Transparent($x, True)\nImpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Spicy($x, False)\nJompus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Hot($x, True)\nZumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Floral($x, True)\nDumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Liquid($x, True)\nWumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Nervous($x, False)\nVumpus($x, True) >>> Large($x, False)\nNumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Large($x, True)\nRompus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Dull($x, True)\nYumpus($x, True) >>> Tumpuses($x, True)\n\nQuery:\nLarge(Rex, True)" ]
ProntoQA_432
B
Yumpuses are hot. Yumpuses are dumpuses. Each dumpus is not dull. Each wumpus is not red. Dumpuses are impuses. Each impus is large. Impuses are tumpuses. Every tumpus is amenable. Tumpuses are vumpuses. Vumpuses are red. Every vumpus is a jompus. Every jompus is happy. Every jompus is a numpus. Sally is a yumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Sally is not red.
[ "Predicates:\nYumpus($x, bool) ::: Does x belong to Yumpus?\nHot($x, bool) ::: Is x hot?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nDull($x, bool) ::: Is x dull?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nRed($x, bool) ::: Is x red?\nImpuses($x, bool) ::: Does x belong to Impuses?\nLarge($x, bool) ::: Is x large?\nTumpuses($x, bool) ::: Does x belong to Tumpuses?\nAmenable($x, bool) ::: Is x amenable?\nVumpuses($x, bool) ::: Does x belong to Vumpuses?\nJompus($x, bool) ::: Does x belong to Jompus?\nHappy($x, bool) ::: Is x happy?\nNumpus($x, bool) ::: Does x belong to Numpus?\n\nFacts:\nYumpus(Sally, True)\n\nRules:\nYumpus($x, True) >>> Hot($x, True)\nYumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Dull($x, False)\nWumpus($x, True) >>> Red($x, False)\nDumpus($x, True) >>> Impuses($x, True)\nImpus($x, True) >>> Large($x, True)\nImpuses($x, True) >>> Tumpuses($x, True)\nTumpus($x, True) >>> Amenable($x, True)\nTumpuses($x, True) >>> Vumpuses($x, True)\nVumpuses($x, True) >>> Red($x, True)\nVumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Happy($x, True)\nJompus($x, True) >>> Numpus($x, True)\n\nQuery:\nRed(Sally, False)" ]
ProntoQA_433
B
Yumpuses are floral. Yumpuses are dumpuses. Dumpuses are sweet. Every dumpus is a jompus. Each jompus is luminous. Jompuses are tumpuses. Tumpuses are blue. Every tumpus is a wumpus. Every wumpus is hot. Wumpuses are zumpuses. Every zumpus is large. Numpuses are not hot. Zumpuses are vumpuses. Vumpuses are not opaque. Every vumpus is a rompus. Each rompus is bright. Every rompus is an impus. Wren is a yumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Wren is not hot.
[ "Predicates:\nYumpus($x, bool) ::: Does x belong to Yumpus?\nFloral($x, bool) ::: Is x floral?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nSweet($x, bool) ::: Is x sweet?\nJompus($x, bool) ::: Does x belong to Jompus?\nLuminous($x, bool) ::: Is x luminous?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nBlue($x, bool) ::: Is x blue?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nHot($x, bool) ::: Is x hot?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nLarge($x, bool) ::: Is x large?\nNumpus($x, bool) ::: Does x belong to Numpus?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nOpaque($x, bool) ::: Is x opaque?\nRompus($x, bool) ::: Does x belong to Rompus?\nBright($x, bool) ::: Is x bright?\nImpus($x, bool) ::: Does x belong to Impus?\n\nFacts:\nYumpus(Wren, True)\n\nRules:\nYumpus($x, True) >>> Floral($x, True)\nYumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Sweet($x, True)\nDumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Luminous($x, True)\nJompus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Blue($x, True)\nTumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Hot($x, True)\nWumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Large($x, True)\nNumpus($x, True) >>> Hot($x, False)\nZumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Opaque($x, False)\nVumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Bright($x, True)\nRompus($x, True) >>> Impus($x, True)\n\nQuery:\nHot(Wren, False)" ]
ProntoQA_434
A
Jompuses are earthy. Jompuses are wumpuses. Wumpuses are not liquid. Wumpuses are yumpuses. Every yumpus is orange. Impuses are not small. Each yumpus is a dumpus. Dumpuses are transparent. Dumpuses are tumpuses. Tumpuses are small. Each tumpus is a numpus. Every numpus is not bright. Numpuses are rompuses. Every rompus is angry. Rompuses are vumpuses. Vumpuses are nervous. Every vumpus is a zumpus. Max is a jompus.
[ "A) True", "B) False" ]
Is the following statement true or false? Max is small.
[ "Predicates:\nJompus($x, bool) ::: Does x belong to Jompus?\nEarthy($x, bool) ::: Is x earthy?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nLiquid($x, bool) ::: Is x liquid?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nOrange($x, bool) ::: Is x orange?\nImpuses($x, bool) ::: Does x belong to Impuses?\nSmall($x, bool) ::: Is x small?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nTransparent($x, bool) ::: Is x transparent?\nTumpuses($x, bool) ::: Does x belong to Tumpuses?\nNumpus($x, bool) ::: Does x belong to Numpus?\nBright($x, bool) ::: Is x bright?\nRompus($x, bool) ::: Does x belong to Rompus?\nAngry($x, bool) ::: Is x angry?\nVumpuses($x, bool) ::: Does x belong to Vumpuses?\nNervous($x, bool) ::: Is x nervous?\nZumpus($x, bool) ::: Does x belong to Zumpus?\n\nFacts:\nJompus(Max, True)\n\nRules:\nJompus($x, True) >>> Earthy($x, True)\nJompus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Liquid($x, False)\nWumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Orange($x, True)\nImpuses($x, True) >>> Small($x, False)\nYumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Transparent($x, True)\nDumpus($x, True) >>> Tumpuses($x, True)\nTumpuses($x, True) >>> Small($x, True)\nTumpuses($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Bright($x, False)\nNumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Angry($x, True)\nRompus($x, True) >>> Vumpuses($x, True)\nVumpuses($x, True) >>> Nervous($x, True)\nVumpuses($x, True) >>> Zumpus($x, True)\n\nQuery:\nSmall(Max, True)" ]
ProntoQA_435
A
Every impus is happy. Each impus is a yumpus. Every yumpus is not floral. Wumpuses are opaque. Yumpuses are tumpuses. Each tumpus is liquid. Every tumpus is a jompus. Jompuses are not cold. Jompuses are dumpuses. Each dumpus is mean. Every dumpus is a rompus. Rompuses are not opaque. Every rompus is a zumpus. Every zumpus is dull. Zumpuses are numpuses. Numpuses are small. Numpuses are vumpuses. Rex is a yumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Rex is not opaque.
[ "Predicates:\nImpus($x, bool) ::: Does x belong to Impus?\nHappy($x, bool) ::: Is x happy?\nFloral($x, bool) ::: Is x floral?\nOpaque($x, bool) ::: Is x opaque?\nSmall($x, bool) ::: Is x small?\n\nFacts:\nYumpus(Rex, True)\n\nRules:\nImpus($x, True) >>> Happy($x, True)\nImpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Floral($x, False)\nWumpus($x, True) >>> Opaque($x, True)\nYumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Liquid($x, True)\nTumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Cold($x, False)\nJompus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Mean($x, True)\nDumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Opaque($x, False)\nRompus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Dull($x, True)\nZumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Small($x, True)\nNumpus($x, True) >>> Vumpus($x, True)\n\nQuery:\nOpaque(Rex, False)" ]
ProntoQA_436
A
Every impus is not wooden. Impuses are rompuses. Rompuses are dull. Rompuses are jompuses. Every jompus is hot. Jompuses are vumpuses. Vumpuses are brown. Vumpuses are dumpuses. Each dumpus is not small. Dumpuses are yumpuses. Tumpuses are not floral. Every yumpus is floral. Each yumpus is a zumpus. Zumpuses are not happy. Every zumpus is a wumpus. Every wumpus is not mean. Wumpuses are numpuses. Max is a rompus.
[ "A) True", "B) False" ]
Is the following statement true or false? Max is floral.
[ "Predicates:\nImpus($x, bool) ::: Does x belong to Impus?\nWooden($x, bool) ::: Is x wooden?\nRompus($x, bool) ::: Does x belong to Rompus?\nDull($x, bool) ::: Is x dull?\nJompus($x, bool) ::: Does x belong to Jompus?\nHot($x, bool) ::: Is x hot?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nBrown($x, bool) ::: Is x brown?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nSmall($x, bool) ::: Is x small?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nFloral($x, bool) ::: Is x floral?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nHappy($x, bool) ::: Is x happy?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nMean($x, bool) ::: Is x mean?\nNumpus($x, bool) ::: Does x belong to Numpus?\n\nFacts:\nRompus(Max, True)\n\nRules:\nImpus($x, True) >>> Wooden($x, False)\nImpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Dull($x, True)\nRompus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Hot($x, True)\nJompus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Brown($x, True)\nVumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Small($x, False)\nDumpus($x, True) >>> Yumpus($x, True)\nTumpus($x, True) >>> Floral($x, False)\nYumpus($x, True) >>> Floral($x, True)\nYumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Happy($x, False)\nZumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Mean($x, False)\nWumpus($x, True) >>> Numpus($x, True)\n\nQuery:\nFloral(Max, True)" ]
ProntoQA_437
B
Every tumpus is cold. Tumpuses are impuses. Impuses are bright. Impuses are yumpuses. Yumpuses are spicy. Every rompus is earthy. Each yumpus is a wumpus. Wumpuses are small. Wumpuses are jompuses. Jompuses are orange. Jompuses are vumpuses. Each vumpus is not earthy. Each vumpus is a dumpus. Fae is an impus.
[ "A) True", "B) False" ]
Is the following statement true or false? Fae is earthy.
[ "Predicates:\nTumpus($x, bool) ::: Does x belong to Tumpus?\nCold($x, bool) ::: Is x cold?\nImpus($x, bool) ::: Does x belong to Impus?\nBright($x, bool) ::: Is x bright?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nSpicy($x, bool) ::: Is x spicy?\nRompus($x, bool) ::: Does x belong to Rompus?\nEarthy($x, bool) ::: Is x earthy?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nSmall($x, bool) ::: Is x small?\nJompus($x, bool) ::: Does x belong to Jompus?\nOrange($x, bool) ::: Is x orange?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nDumpus($x, bool) ::: Does x belong to Dumpus?\n\nFacts:\nImpus(Fae, True)\n\nRules:\nTumpus($x, True) >>> Cold($x, True)\nTumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Bright($x, True)\nImpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Spicy($x, True)\nRompus($x, True) >>> Earthy($x, True)\nYumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Small($x, True)\nWumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Orange($x, True)\nJompus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Earthy($x, False)\nVumpus($x, True) >>> Dumpus($x, True)\n\nQuery:\nEarthy(Fae, False)" ]
ProntoQA_438
B
Zumpuses are cold. Every tumpus is small. Zumpuses are wumpuses. Wumpuses are orange. Wumpuses are dumpuses. Every dumpus is not sweet. Each dumpus is a vumpus. Each vumpus is liquid. Every vumpus is a numpus. Numpuses are floral. Numpuses are rompuses. Each rompus is happy. Rompuses are impuses. Impuses are not small. Impuses are yumpuses. Yumpuses are not dull. Yumpuses are jompuses. Sam is a dumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Sam is small.
[ "Predicates:\nZumpus($x, bool) ::: Does x belong to Zumpus?\nCold($x, bool) ::: Is x cold?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nSmall($x, bool) ::: Is x small?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nOrange($x, bool) ::: Is x orange?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nSweet($x, bool) ::: Is x sweet?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nLiquid($x, bool) ::: Is x liquid?\nNumpus($x, bool) ::: Does x belong to Numpus?\nFloral($x, bool) ::: Is x floral?\nRompus($x, bool) ::: Does x belong to Rompus?\nHappy($x, bool) ::: Is x happy?\nImpus($x, bool) ::: Does x belong to Impus?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nDull($x, bool) ::: Is x dull?\nJompus($x, bool) ::: Does x belong to Jompus?\n\nFacts:\nDumpus(Sam, True)\n\nRules:\nZumpus($x, True) >>> Cold($x, True)\nTumpus($x, True) >>> Small($x, True)\nZumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Orange($x, True)\nWumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Sweet($x, False)\nDumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Liquid($x, True)\nVumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Floral($x, True)\nNumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Happy($x, True)\nRompus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Small($x, False)\nImpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Dull($x, False)\nYumpus($x, True) >>> Jompus($x, True)\n\nQuery:\nSmall(Sam, True)" ]
ProntoQA_439
A
Each tumpus is orange. Rompuses are not temperate. Rompuses are wumpuses. Wumpuses are fruity. Every wumpus is a yumpus. Yumpuses are happy. Yumpuses are vumpuses. Each vumpus is transparent. Each vumpus is a zumpus. Every zumpus is amenable. Every zumpus is a numpus. Every numpus is not orange. Numpuses are dumpuses. Each dumpus is metallic. Every dumpus is a jompus. Sally is a wumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Sally is not orange.
[ "Predicates:\nTumpus($x, bool) ::: Does x belong to Tumpus?\nOrange($x, bool) ::: Is x orange?\nRompus($x, bool) ::: Does x belong to Rompus?\nTemperate($x, bool) ::: Is x temperate?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nFruity($x, bool) ::: Is x fruity?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nHappy($x, bool) ::: Is x happy?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nTransparent($x, bool) ::: Is x transparent?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nAmenable($x, bool) ::: Is x amenable?\nNumpus($x, bool) ::: Does x belong to Numpus?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nMetallic($x, bool) ::: Is x metallic?\nJompus($x, bool) ::: Does x belong to Jompus?\n\nFacts:\nWumpus(Sally, True)\n\nRules:\nTumpus($x, True) >>> Orange($x, True)\nRompus($x, True) >>> Temperate($x, False)\nRompus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Fruity($x, True)\nWumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Happy($x, True)\nYumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Transparent($x, True)\nVumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Amenable($x, True)\nZumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Orange($x, False)\nNumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Metallic($x, True)\nDumpus($x, True) >>> Jompus($x, True)\n\nQuery:\nOrange(Sally, False)" ]
ProntoQA_440
A
Rompuses are fruity. Rompuses are wumpuses. Wumpuses are dull. Wumpuses are impuses. Every impus is wooden. Every impus is a vumpus. Every vumpus is not mean. Every vumpus is a jompus. Every jompus is large. Every jompus is a tumpus. Tumpuses are cold. Tumpuses are numpuses. Each numpus is not transparent. Every numpus is a yumpus. Yumpuses are nervous. Each yumpus is a dumpus. Every zumpus is not cold. Stella is a wumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Stella is cold.
[ "Predicates:\nRompus($x, bool) ::: Does x belong to Rompus?\nFruity($x, bool) ::: Is x fruity?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nDull($x, bool) ::: Is x dull?\nImpus($x, bool) ::: Does x belong to Impus?\nWooden($x, bool) ::: Is x wooden?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nMean($x, bool) ::: Is x mean?\nJompus($x, bool) ::: Does x belong to Jompus?\nLarge($x, bool) ::: Is x large?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nCold($x, bool) ::: Is x cold?\nNumpus($x, bool) ::: Does x belong to Numpus?\nTransparent($x, bool) ::: Is x transparent?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nNervous($x, bool) ::: Is x nervous?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nZumpus($x, bool) ::: Does x belong to Zumpus?\n\nFacts:\nWumpus(Stella, True)\n\nRules:\nRompus($x, True) >>> Fruity($x, True)\nRompus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Dull($x, True)\nWumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Wooden($x, True)\nImpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Mean($x, False)\nVumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Large($x, True)\nJompus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Cold($x, True)\nTumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Transparent($x, False)\nNumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Nervous($x, True)\nYumpus($x, True) >>> Dumpus($x, True)\nZumpus($x, True) >>> Cold($x, False)\n\nQuery:\nCold(Stella, True)" ]
ProntoQA_441
B
Numpuses are aggressive. Yumpuses are small. Every numpus is an impus. Impuses are shy. Impuses are wumpuses. Wumpuses are red. Wumpuses are rompuses. Each rompus is earthy. Every rompus is a dumpus. Each dumpus is transparent. Dumpuses are vumpuses. Every vumpus is not small. Each vumpus is a tumpus. Tumpuses are metallic. Each tumpus is a zumpus. Zumpuses are dull. Each zumpus is a jompus. Fae is an impus.
[ "A) True", "B) False" ]
Is the following statement true or false? Fae is small.
[ "Predicates:\nNumpus($x, bool) ::: Does x belong to Numpus?\nAggressive($x, bool) ::: Is x aggressive?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nSmall($x, bool) ::: Is x small?\nImpus($x, bool) ::: Does x belong to Impus?\nShy($x, bool) ::: Is x shy?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nRed($x, bool) ::: Is x red?\nRompus($x, bool) ::: Does x belong to Rompus?\nEarthy($x, bool) ::: Is x earthy?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nTransparent($x, bool) ::: Is x transparent?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nSmall($x, bool) ::: Is x small?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nMetallic($x, bool) ::: Is x metallic?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nDull($x, bool) ::: Is x dull?\nJompus($x, bool) ::: Does x belong to Jompus?\n\nFacts:\nImpus(Fae, True)\n\nRules:\nNumpus($x, True) >>> Aggressive($x, True)\nYumpus($x, True) >>> Small($x, True)\nNumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Shy($x, True)\nImpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Red($x, True)\nWumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Earthy($x, True)\nRompus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Transparent($x, True)\nDumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Small($x, False)\nVumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Metallic($x, True)\nTumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Dull($x, True)\nZumpus($x, True) >>> Jompus($x, True)\n\nQuery:\nSmall(Fae, True)" ]
ProntoQA_442
A
Each numpus is bright. Numpuses are yumpuses. Yumpuses are not kind. Each yumpus is an impus. Every impus is not luminous. Each impus is a vumpus. Each vumpus is transparent. Vumpuses are tumpuses. Tumpuses are not floral. Tumpuses are rompuses. Rompuses are not large. Rompuses are zumpuses. Wumpuses are large. Each zumpus is not cold. Zumpuses are dumpuses. Dumpuses are not shy. Every dumpus is a jompus. Alex is a yumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Alex is not large.
[ "Predicates:\nNumpus($x, bool) ::: Does x belong to Numpus?\nBright($x, bool) ::: Is x bright?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nKind($x, bool) ::: Is x kind?\nImpus($x, bool) ::: Does x belong to Impus?\nLuminous($x, bool) ::: Is x luminous?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nTransparent($x, bool) ::: Is x transparent?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nFloral($x, bool) ::: Is x floral?\nRompus($x, bool) ::: Does x belong to Rompus?\nLarge($x, bool) ::: Is x large?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nCold($x, bool) ::: Is x cold?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nShy($x, bool) ::: Is x shy?\nJompus($x, bool) ::: Does x belong to Jompus?\nWumpus($x, bool) ::: Does x belong to Wumpus?\n\nFacts:\nYumpus(Alex, True)\n\nRules:\nNumpus($x, True) >>> Bright($x, True)\nNumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Kind($x, False)\nYumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Luminous($x, False)\nImpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Transparent($x, True)\nVumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Floral($x, False)\nTumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Large($x, False)\nRompus($x, True) >>> Zumpus($x, True)\nWumpus($x, True) >>> Large($x, True)\nZumpus($x, True) >>> Cold($x, False)\nZumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Shy($x, False)\nDumpus($x, True) >>> Jompus($x, True)\n\nQuery:\nLarge(Alex, False)" ]
ProntoQA_443
B
Numpuses are not metallic. Each yumpus is hot. Yumpuses are dumpuses. Dumpuses are not bright. Every dumpus is a rompus. Every rompus is spicy. Every rompus is a vumpus. Every vumpus is not fruity. Vumpuses are tumpuses. Tumpuses are large. Every tumpus is a wumpus. Every wumpus is not amenable. Every wumpus is a zumpus. Zumpuses are metallic. Every zumpus is an impus. Each impus is not transparent. Every impus is a jompus. Max is a rompus.
[ "A) True", "B) False" ]
Is the following statement true or false? Max is not metallic.
[ "Predicates:\nNumpus($x, bool) ::: Does x belong to Numpus?\nMetallic($x, bool) ::: Is x metallic?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nHot($x, bool) ::: Is x hot?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nBright($x, bool) ::: Is x bright?\nRompus($x, bool) ::: Does x belong to Rompus?\nSpicy($x, bool) ::: Is x spicy?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nFruity($x, bool) ::: Is x fruity?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nLarge($x, bool) ::: Is x large?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nAmenable($x, bool) ::: Is x amenable?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nImpus($x, bool) ::: Does x belong to Impus?\nTransparent($x, bool) ::: Is x transparent?\nJompus($x, bool) ::: Does x belong to Jompus?\n\nFacts:\nRompus(Max, True)\n\nRules:\nNumpus($x, True) >>> Metallic($x, False)\nYumpus($x, True) >>> Hot($x, True)\nYumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Bright($x, False)\nDumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Spicy($x, True)\nRompus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Fruity($x, False)\nVumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Large($x, True)\nTumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Amenable($x, False)\nWumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Metallic($x, True)\nZumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Transparent($x, False)\nImpus($x, True) >>> Jompus($x, True)\n\nQuery:\nMetallic(Max, False)" ]
ProntoQA_444
A
Every numpus is bright. Numpuses are zumpuses. Each zumpus is not fruity. Each zumpus is a yumpus. Each yumpus is bitter. Yumpuses are wumpuses. Every wumpus is feisty. Every wumpus is a dumpus. Each dumpus is angry. Each jompus is large. Each dumpus is a vumpus. Every vumpus is not temperate. Vumpuses are tumpuses. Tumpuses are transparent. Each tumpus is an impus. Each impus is not large. Impuses are rompuses. Alex is a wumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Alex is not large.
[ "Predicates:\nNumpus($x, bool) ::: Does x belong to Numpus?\nBright($x, bool) ::: Is x bright?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nFruity($x, bool) ::: Is x fruity?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nBitter($x, bool) ::: Is x bitter?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nFeisty($x, bool) ::: Is x feisty?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nAngry($x, bool) ::: Is x angry?\nJompus($x, bool) ::: Does x belong to Jompus?\nLarge($x, bool) ::: Is x large?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nTemperate($x, bool) ::: Is x temperate?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nTransparent($x, bool) ::: Is x transparent?\nImpus($x, bool) ::: Does x belong to Impus?\nRompus($x, bool) ::: Does x belong to Rompus?\n\nFacts:\nWumpus(Alex, True)\n\nRules:\nNumpus($x, True) >>> Bright($x, True)\nNumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Fruity($x, False)\nZumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Bitter($x, True)\nYumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Feisty($x, True)\nWumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Angry($x, True)\nJompus($x, True) >>> Large($x, True)\nDumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Temperate($x, False)\nVumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Transparent($x, True)\nTumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Large($x, False)\nImpus($x, True) >>> Rompus($x, True)\n\nQuery:\nLarge(Alex, False)" ]
ProntoQA_445
A
Yumpuses are transparent. Each yumpus is an impus. Every impus is not bright. Each impus is a zumpus. Zumpuses are not large. Zumpuses are jompuses. Every jompus is floral. Rompuses are not sour. Each jompus is a wumpus. Wumpuses are brown. Wumpuses are dumpuses. Every dumpus is not cold. Every dumpus is a vumpus. Every vumpus is not liquid. Vumpuses are numpuses. Each numpus is sour. Every numpus is a tumpus. Stella is a jompus.
[ "A) True", "B) False" ]
Is the following statement true or false? Stella is sour.
[ "Predicates:\nYumpus($x, bool) ::: Does x belong to Yumpus?\nTransparent($x, bool) ::: Is x transparent?\nImpus($x, bool) ::: Does x belong to Impus?\nBright($x, bool) ::: Is x bright?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nLarge($x, bool) ::: Is x large?\nJompus($x, bool) ::: Does x belong to Jompus?\nFloral($x, bool) ::: Is x floral?\nRompus($x, bool) ::: Does x belong to Rompus?\nSour($x, bool) ::: Is x sour?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nBrown($x, bool) ::: Is x brown?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nCold($x, bool) ::: Is x cold?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nLiquid($x, bool) ::: Is x liquid?\nNumpus($x, bool) ::: Does x belong to Numpus?\nTumpus($x, bool) ::: Does x belong to Tumpus?\n\nFacts:\nJompus(Stella, True)\n\nRules:\nYumpus($x, True) >>> Transparent($x, True)\nYumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Bright($x, False)\nImpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Large($x, False)\nZumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Floral($x, True)\nRompus($x, True) >>> Sour($x, False)\nJompus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Brown($x, True)\nWumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Cold($x, False)\nDumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Liquid($x, False)\nVumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Sour($x, True)\nNumpus($x, True) >>> Tumpus($x, True)\n\nQuery:\nSour(Stella, True)" ]
ProntoQA_446
B
Yumpuses are not temperate. Yumpuses are dumpuses. Dumpuses are shy. Each dumpus is a numpus. Every numpus is floral. Numpuses are jompuses. Jompuses are not amenable. Each jompus is a zumpus. Wumpuses are transparent. Zumpuses are not transparent. Zumpuses are impuses. Impuses are brown. Impuses are vumpuses. Each vumpus is not sour. Each vumpus is a tumpus. Tumpuses are wooden. Every tumpus is a rompus. Alex is a yumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Alex is transparent.
[ "Predicates:\nTemperate($x, bool) ::: Is x temperate?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nShy($x, bool) ::: Is x shy?\nNumpus($x, bool) ::: Does x belong to Numpus?\nFloral($x, bool) ::: Is x floral?\nJompus($x, bool) ::: Does x belong to Jompus?\nAmenable($x, bool) ::: Is x amenable?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nTransparent($x, bool) ::: Is x transparent?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nImpus($x, bool) ::: Does x belong to Impus?\nBrown($x, bool) ::: Is x brown?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nSour($x, bool) ::: Is x sour?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nWooden($x, bool) ::: Is x wooden?\nRompus($x, bool) ::: Does x belong to Rompus?\n\nFacts:\nYumpus(Alex, True)\n\nRules:\nYumpus($x, True) >>> Temperate($x, False)\nYumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Shy($x, True)\nDumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Floral($x, True)\nNumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Amenable($x, False)\nJompus($x, True) >>> Zumpus($x, True)\nWumpus($x, True) >>> Transparent($x, True)\nZumpus($x, True) >>> Transparent($x, False)\nZumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Brown($x, True)\nImpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Sour($x, False)\nVumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Wooden($x, True)\nTumpus($x, True) >>> Rompus($x, True)\n\nQuery:\nTransparent(Alex, False)" ]
ProntoQA_447
B
Each tumpus is blue. Each tumpus is an impus. Each impus is not sour. Each impus is a wumpus. Wumpuses are feisty. Every wumpus is a yumpus. Every yumpus is hot. Yumpuses are jompuses. Every jompus is not mean. Every jompus is a vumpus. Vumpuses are luminous. Every vumpus is a dumpus. Every zumpus is mean. Sally is a tumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Sally is mean.
[ "Predicates:\nTumpus($x, bool) ::: Does x belong to Tumpus?\nBlue($x, bool) ::: Is x blue?\nImpus($x, bool) ::: Does x belong to Impus?\nSour($x, bool) ::: Is x sour?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nFeisty($x, bool) ::: Is x feisty?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nHot($x, bool) ::: Is x hot?\nJompus($x, bool) ::: Does x belong to Jompus?\nMean($x, bool) ::: Is x mean?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nLuminous($x, bool) ::: Is x luminous?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nZumpus($x, bool) ::: Does x belong to Zumpus?\n\nFacts:\nTumpus(Sally, True)\n\nRules:\nTumpus($x, True) >>> Blue($x, True)\nTumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Sour($x, False)\nImpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Feisty($x, True)\nWumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Hot($x, True)\nYumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Mean($x, False)\nJompus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Luminous($x, True)\nVumpus($x, True) >>> Dumpus($x, True)\nZumpus($x, True) >>> Mean($x, True)\n\nQuery:\nMean(Sally, False)" ]
ProntoQA_448
B
Vumpuses are feisty. Vumpuses are tumpuses. Tumpuses are not large. Tumpuses are zumpuses. Zumpuses are not luminous. Zumpuses are jompuses. Every jompus is not dull. Jompuses are yumpuses. Every yumpus is not earthy. Yumpuses are wumpuses. Rompuses are not red. Wumpuses are transparent. Wumpuses are numpuses. Each numpus is not aggressive. Numpuses are impuses. Every impus is red. Impuses are dumpuses. Wren is a jompus.
[ "A) True", "B) False" ]
Is the following statement true or false? Wren is not red.
[ "Predicates:\nVumpus($x, bool) ::: Does x belong to Vumpus?\nFeisty($x, bool) ::: Is x feisty?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nLarge($x, bool) ::: Is x large?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nLuminous($x, bool) ::: Is x luminous?\nJompus($x, bool) ::: Does x belong to Jompus?\nDull($x, bool) ::: Is x dull?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nEarthy($x, bool) ::: Is x earthy?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nTransparent($x, bool) ::: Is x transparent?\nRompus($x, bool) ::: Does x belong to Rompus?\nRed($x, bool) ::: Is x red?\nNumpus($x, bool) ::: Does x belong to Numpus?\nAggressive($x, bool) ::: Is x aggressive?\nImpus($x, bool) ::: Does x belong to Impus?\nDumpus($x, bool) ::: Does x belong to Dumpus?\n\nFacts:\nJompus(Wren, True)\n\nRules:\nVumpus($x, True) >>> Feisty($x, True)\nVumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Large($x, False)\nTumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Luminous($x, False)\nZumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Dull($x, False)\nJompus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Earthy($x, False)\nYumpus($x, True) >>> Wumpus($x, True)\nRompus($x, True) >>> Red($x, False)\nWumpus($x, True) >>> Transparent($x, True)\nWumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Aggressive($x, False)\nNumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Red($x, True)\nImpus($x, True) >>> Dumpus($x, True)\n\nQuery:\nRed(Wren, False)" ]
ProntoQA_449
B
Impuses are not angry. Every impus is a vumpus. Each vumpus is not happy. Each vumpus is a yumpus. Every jompus is metallic. Each yumpus is transparent. Every yumpus is a numpus. Each numpus is small. Numpuses are zumpuses. Every zumpus is sweet. Zumpuses are rompuses. Each rompus is orange. Every rompus is a tumpus. Every tumpus is cold. Tumpuses are wumpuses. Wumpuses are not metallic. Each wumpus is a dumpus. Max is a numpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Max is metallic.
[ "Predicates:\nAngry($x, bool) ::: Is x angry?\nHappy($x, bool) ::: Is x happy?\nMetallic($x, bool) ::: Is x metallic?\nSmall($x, bool) ::: Is x small?\nSweet($x, bool) ::: Is x sweet?\n\nFacts:\nNumpus(Max, True)\n\nRules:\nImpuses($x, True) >>> Angry($x, False)\nImpuses($x, True) >>> Vumpuses($x, True)\nVumpuses($x, True) >>> Happy($x, False)\nVumpuses($x, True) >>> Yumpus($x, True)\nJompus($x, True) >>> Metallic($x, True)\nYumpus($x, True) >>> Transparent($x, True)\nYumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Small($x, True)\nNumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Sweet($x, True)\nZumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Orange($x, True)\nRompus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Cold($x, True)\nTumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Metallic($x, False)\nWumpus($x, True) >>> Dumpus($x, True)\n\nQuery:\nMetallic(Max, False)" ]
ProntoQA_450
B
Each vumpus is not bitter. Vumpuses are yumpuses. Yumpuses are floral. Yumpuses are jompuses. Jompuses are not dull. Every jompus is a tumpus. Each tumpus is happy. Each tumpus is a rompus. Rompuses are liquid. Rompuses are wumpuses. Every wumpus is mean. Wumpuses are zumpuses. Zumpuses are large. Zumpuses are dumpuses. Each dumpus is transparent. Every numpus is not transparent. Every dumpus is an impus. Stella is a tumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Stella is not transparent.
[ "Predicates:\nVumpus($x, bool) ::: Does x belong to Vumpus?\nBitter($x, bool) ::: Is x bitter?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nFloral($x, bool) ::: Is x floral?\nJompus($x, bool) ::: Does x belong to Jompus?\nDull($x, bool) ::: Is x dull?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nHappy($x, bool) ::: Is x happy?\nRompus($x, bool) ::: Does x belong to Rompus?\nLiquid($x, bool) ::: Is x liquid?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nMean($x, bool) ::: Is x mean?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nLarge($x, bool) ::: Is x large?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nTransparent($x, bool) ::: Is x transparent?\nNumpus($x, bool) ::: Does x belong to Numpus?\nImpus($x, bool) ::: Does x belong to Impus?\n\nFacts:\nTumpus(Stella, True)\n\nRules:\nVumpus($x, True) >>> Bitter($x, False)\nVumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Floral($x, True)\nYumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Dull($x, False)\nJompus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Happy($x, True)\nTumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Liquid($x, True)\nRompus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Mean($x, True)\nWumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Large($x, True)\nZumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Transparent($x, True)\nNumpus($x, True) >>> Transparent($x, False)\nDumpus($x, True) >>> Impus($x, True)\n\nQuery:\nTransparent(Stella, False)" ]
ProntoQA_451
B
Yumpuses are not dull. Vumpuses are angry. Each yumpus is a wumpus. Wumpuses are nervous. Each wumpus is a dumpus. Each dumpus is not opaque. Dumpuses are tumpuses. Tumpuses are cold. Each tumpus is an impus. Impuses are floral. Every impus is a zumpus. Every zumpus is wooden. Zumpuses are rompuses. Each rompus is not angry. Rompuses are numpuses. Numpuses are large. Numpuses are jompuses. Wren is a dumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Wren is angry.
[ "Predicates:\nYumpus($x, bool) ::: Does x belong to Yumpus?\nDull($x, bool) ::: Is x dull?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nAngry($x, bool) ::: Is x angry?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nNervous($x, bool) ::: Is x nervous?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nOpaque($x, bool) ::: Is x opaque?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nCold($x, bool) ::: Is x cold?\nImpus($x, bool) ::: Does x belong to Impus?\nFloral($x, bool) ::: Is x floral?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nWooden($x, bool) ::: Is x wooden?\nRompus($x, bool) ::: Does x belong to Rompus?\nLarge($x, bool) ::: Is x large?\nNumpus($x, bool) ::: Does x belong to Numpus?\nJompus($x, bool) ::: Does x belong to Jompus?\n\nFacts:\nDumpus(Wren, True)\n\nRules:\nYumpus($x, True) >>> Dull($x, False)\nVumpus($x, True) >>> Angry($x, True)\nYumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Nervous($x, True)\nWumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Opaque($x, False)\nDumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Cold($x, True)\nTumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Floral($x, True)\nImpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Wooden($x, True)\nZumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Angry($x, False)\nRompus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Large($x, True)\nNumpus($x, True) >>> Jompus($x, True)\n\nQuery:\nAngry(Wren, True)" ]
ProntoQA_452
B
Wumpuses are not wooden. Each wumpus is a tumpus. Each tumpus is sour. Every tumpus is a vumpus. Vumpuses are large. Vumpuses are rompuses. Every rompus is transparent. Rompuses are zumpuses. Zumpuses are not nervous. Jompuses are red. Zumpuses are dumpuses. Dumpuses are bright. Dumpuses are yumpuses. Every yumpus is not red. Each yumpus is a numpus. Numpuses are not mean. Every numpus is an impus. Max is a vumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Max is red.
[ "Predicates:\nWumpus($x, bool) ::: Does x belong to Wumpus?\nWooden($x, bool) ::: Is x wooden?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nSour($x, bool) ::: Is x sour?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nLarge($x, bool) ::: Is x large?\nRompus($x, bool) ::: Does x belong to Rompus?\nTransparent($x, bool) ::: Is x transparent?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nNervous($x, bool) ::: Is x nervous?\nJompus($x, bool) ::: Does x belong to Jompus?\nRed($x, bool) ::: Is x red?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nBright($x, bool) ::: Is x bright?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nNumpus($x, bool) ::: Does x belong to Numpus?\nMean($x, bool) ::: Is x mean?\nImpus($x, bool) ::: Does x belong to Impus?\n\nFacts:\nVumpus(Max, True)\n\nRules:\nWumpus($x, True) >>> Wooden($x, False)\nWumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Sour($x, True)\nTumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Large($x, True)\nVumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Transparent($x, True)\nRompus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Nervous($x, False)\nJompus($x, True) >>> Red($x, True)\nZumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Bright($x, True)\nDumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Red($x, False)\nYumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Mean($x, False)\nNumpus($x, True) >>> Impus($x, True)\n\nQuery:\nRed(Max, False)" ]
ProntoQA_453
A
Rompuses are opaque. Each rompus is a dumpus. Dumpuses are shy. Dumpuses are numpuses. Numpuses are not sour. Every numpus is an impus. Each impus is mean. Impuses are zumpuses. Each tumpus is brown. Zumpuses are not brown. Zumpuses are jompuses. Jompuses are hot. Jompuses are wumpuses. Every wumpus is earthy. Every wumpus is a vumpus. Every vumpus is dull. Every vumpus is a yumpus. Wren is a rompus.
[ "A) True", "B) False" ]
Is the following statement true or false? Wren is not brown.
[ "Predicates:\nOpaque($x, bool) ::: Is x opaque?\nSour($x, bool) ::: Is x sour?\nImpus($x, bool) ::: Does x belong to Impus?\nBrown($x, bool) ::: Is x brown?\nHot($x, bool) ::: Is x hot?\nEarthy($x, bool) ::: Is x earthy?\n\nFacts:\nRompus(Wren, True)\n\nRules:\nRompus($x, True) >>> Opaque($x, True)\nRompus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Shy($x, True)\nDumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Sour($x, False)\nNumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Mean($x, True)\nImpus($x, True) >>> Zumpus($x, True)\nTumpus($x, True) >>> Brown($x, True)\nZumpus($x, True) >>> Brown($x, False)\nZumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Hot($x, True)\nJompus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Earthy($x, True)\nWumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Dull($x, True)\nVumpus($x, True) >>> Yumpus($x, True)\n\nQuery:\nBrown(Wren, False)" ]
ProntoQA_454
A
Each dumpus is not floral. Every yumpus is not cold. Every yumpus is a vumpus. Vumpuses are bright. Every vumpus is a zumpus. Every zumpus is not shy. Zumpuses are numpuses. Every numpus is not angry. Every numpus is a jompus. Each jompus is wooden. Each jompus is a wumpus. Wumpuses are floral. Every wumpus is a rompus. Rompuses are spicy. Each rompus is an impus. Impuses are not opaque. Every impus is a tumpus. Sally is a vumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Sally is floral.
[ "Predicates:\nDumpus($x, bool) ::: Does x belong to Dumpus?\nFloral($x, bool) ::: Is x floral?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nCold($x, bool) ::: Is x cold?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nBright($x, bool) ::: Is x bright?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nShy($x, bool) ::: Is x shy?\nNumpus($x, bool) ::: Does x belong to Numpus?\nAngry($x, bool) ::: Is x angry?\nJompus($x, bool) ::: Does x belong to Jompus?\nWooden($x, bool) ::: Is x wooden?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nRompus($x, bool) ::: Does x belong to Rompus?\nSpicy($x, bool) ::: Is x spicy?\nImpus($x, bool) ::: Does x belong to Impus?\nOpaque($x, bool) ::: Is x opaque?\nTumpus($x, bool) ::: Does x belong to Tumpus?\n\nFacts:\nVumpus(Sally, True)\n\nRules:\nDumpus($x, True) >>> Floral($x, False)\nYumpus($x, True) >>> Cold($x, False)\nYumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Bright($x, True)\nVumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Shy($x, False)\nZumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Angry($x, False)\nNumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Wooden($x, True)\nJompus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Floral($x, True)\nWumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Spicy($x, True)\nRompus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Opaque($x, False)\nImpus($x, True) >>> Tumpus($x, True)\n\nQuery:\nFloral(Sally, True)" ]
ProntoQA_455
B
Every rompus is not blue. Each rompus is a jompus. Jompuses are dull. Jompuses are yumpuses. Every yumpus is amenable. Every dumpus is feisty. Every yumpus is a zumpus. Zumpuses are floral. Each zumpus is a tumpus. Tumpuses are large. Tumpuses are vumpuses. Vumpuses are not feisty. Each vumpus is an impus. Every impus is transparent. Every impus is a wumpus. Each wumpus is not luminous. Every wumpus is a numpus. Polly is a jompus.
[ "A) True", "B) False" ]
Is the following statement true or false? Polly is feisty.
[ "Predicates:\nBlue($x, bool) ::: Is x blue?\nJompus($x, bool) ::: Does x belong to Jompus?\nDull($x, bool) ::: Is x dull?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nAmenable($x, bool) ::: Is x amenable?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nFeisty($x, bool) ::: Is x feisty?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nFloral($x, bool) ::: Is x floral?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nLarge($x, bool) ::: Is x large?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nImpus($x, bool) ::: Does x belong to Impus?\nTransparent($x, bool) ::: Is x transparent?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nLuminous($x, bool) ::: Is x luminous?\nNumpus($x, bool) ::: Does x belong to Numpus?\nRompus($x, bool) ::: Does x belong to Rompus?\n\nFacts:\nJompus(Polly, True)\n\nRules:\nRompus($x, True) >>> Blue($x, False)\nRompus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Dull($x, True)\nJompus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Amenable($x, True)\nDumpus($x, True) >>> Feisty($x, True)\nYumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Floral($x, True)\nZumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Large($x, True)\nTumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Feisty($x, False)\nVumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Transparent($x, True)\nImpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Luminous($x, False)\nWumpus($x, True) >>> Numpus($x, True)\n\nQuery:\nFeisty(Polly, True)" ]
ProntoQA_456
B
Vumpuses are mean. Vumpuses are impuses. Impuses are not opaque. Every impus is a jompus. Jompuses are brown. Every jompus is a yumpus. Each yumpus is nervous. Each yumpus is a zumpus. Zumpuses are bitter. Zumpuses are rompuses. Dumpuses are not earthy. Rompuses are earthy. Rompuses are numpuses. Numpuses are hot. Each numpus is a wumpus. Wumpuses are bright. Every wumpus is a tumpus. Fae is an impus.
[ "A) True", "B) False" ]
Is the following statement true or false? Fae is not earthy.
[ "Predicates:\nVumpus($x, bool) ::: Does x belong to Vumpus?\nMean($x, bool) ::: Is x mean?\nImpus($x, bool) ::: Does x belong to Impus?\nOpaque($x, bool) ::: Is x opaque?\nJompus($x, bool) ::: Does x belong to Jompus?\nBrown($x, bool) ::: Is x brown?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nNervous($x, bool) ::: Is x nervous?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nBitter($x, bool) ::: Is x bitter?\nRompus($x, bool) ::: Does x belong to Rompus?\nEarthy($x, bool) ::: Is x earthy?\nNumpus($x, bool) ::: Does x belong to Numpus?\nHot($x, bool) ::: Is x hot?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nBright($x, bool) ::: Is x bright?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nDumpus($x, bool) ::: Does x belong to Dumpus?\n\nFacts:\nImpus(Fae, True)\n\nRules:\nVumpus($x, True) >>> Mean($x, True)\nVumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Opaque($x, False)\nImpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Brown($x, True)\nJompus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Nervous($x, True)\nYumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Bitter($x, True)\nZumpus($x, True) >>> Rompus($x, True)\nDumpus($x, True) >>> Earthy($x, False)\nRompus($x, True) >>> Earthy($x, True)\nRompus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Hot($x, True)\nNumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Bright($x, True)\nWumpus($x, True) >>> Tumpus($x, True)\n\nQuery:\nEarthy(Fae, False)" ]
ProntoQA_457
B
Impuses are happy. Impuses are vumpuses. Each vumpus is opaque. Vumpuses are rompuses. Every rompus is floral. Every rompus is a wumpus. Yumpuses are not large. Every wumpus is bitter. Every wumpus is a numpus. Numpuses are not cold. Numpuses are dumpuses. Every dumpus is bright. Dumpuses are jompuses. Each jompus is not red. Jompuses are zumpuses. Zumpuses are large. Every zumpus is a tumpus. Stella is a wumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Stella is not large.
[ "Predicates:\nImpuses($x, bool) ::: Does x belong to Impuses?\nHappy($x, bool) ::: Is x happy?\nVumpuses($x, bool) ::: Does x belong to Vumpuses?\nOpaque($x, bool) ::: Is x opaque?\nRompus($x, bool) ::: Does x belong to Rompus?\nFloral($x, bool) ::: Is x floral?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nLarge($x, bool) ::: Is x large?\nBitter($x, bool) ::: Is x bitter?\nNumpus($x, bool) ::: Does x belong to Numpus?\nCold($x, bool) ::: Is x cold?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nBright($x, bool) ::: Is x bright?\nJompus($x, bool) ::: Does x belong to Jompus?\nRed($x, bool) ::: Is x red?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nTumpus($x, bool) ::: Does x belong to Tumpus?\n\nFacts:\nWumpus(Stella, True)\n\nRules:\nImpuses($x, True) >>> Happy($x, True)\nImpuses($x, True) >>> Vumpuses($x, True)\nVumpuses($x, True) >>> Opaque($x, True)\nVumpuses($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Floral($x, True)\nRompus($x, True) >>> Wumpus($x, True)\nYumpus($x, True) >>> Large($x, False)\nWumpus($x, True) >>> Bitter($x, True)\nWumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Cold($x, False)\nNumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Bright($x, True)\nDumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Red($x, False)\nJompus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Large($x, True)\nZumpus($x, True) >>> Tumpus($x, True)\n\nQuery:\nLarge(Stella, False)" ]
ProntoQA_458
B
Tumpuses are bright. Tumpuses are jompuses. Rompuses are not transparent. Every jompus is not angry. Each jompus is a wumpus. Wumpuses are not shy. Every wumpus is an impus. Impuses are small. Impuses are vumpuses. Every vumpus is brown. Vumpuses are dumpuses. Dumpuses are transparent. Dumpuses are yumpuses. Yumpuses are sour. Every yumpus is a numpus. Numpuses are liquid. Every numpus is a zumpus. Rex is a jompus.
[ "A) True", "B) False" ]
Is the following statement true or false? Rex is not transparent.
[ "Predicates:\nTumpus($x, bool) ::: Does x belong to Tumpus?\nBright($x, bool) ::: Is x bright?\nJompus($x, bool) ::: Does x belong to Jompus?\nTransparent($x, bool) ::: Is x transparent?\nAngry($x, bool) ::: Is x angry?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nShy($x, bool) ::: Is x shy?\nImpus($x, bool) ::: Does x belong to Impus?\nSmall($x, bool) ::: Is x small?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nBrown($x, bool) ::: Is x brown?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nSour($x, bool) ::: Is x sour?\nNumpus($x, bool) ::: Does x belong to Numpus?\nLiquid($x, bool) ::: Is x liquid?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nRompus($x, bool) ::: Does x belong to Rompus?\n\nFacts:\nJompus(Rex, True)\n\nRules:\nTumpus($x, True) >>> Bright($x, True)\nTumpus($x, True) >>> Jompus($x, True)\nRompus($x, True) >>> Transparent($x, False)\nJompus($x, True) >>> Angry($x, False)\nJompus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Shy($x, False)\nWumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Small($x, True)\nImpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Brown($x, True)\nVumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Transparent($x, True)\nDumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Sour($x, True)\nYumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Liquid($x, True)\nNumpus($x, True) >>> Zumpus($x, True)\n\nQuery:\nTransparent(Rex, False)" ]
ProntoQA_459
A
Each tumpus is cold. Every tumpus is a vumpus. Vumpuses are luminous. Every vumpus is a yumpus. Yumpuses are happy. Yumpuses are jompuses. Every jompus is kind. Every rompus is not earthy. Jompuses are zumpuses. Each zumpus is not spicy. Each zumpus is a wumpus. Each wumpus is earthy. Wumpuses are numpuses. Every numpus is opaque. Numpuses are impuses. Every impus is dull. Every impus is a dumpus. Max is a vumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Max is earthy.
[ "Predicates:\nTumpus($x, bool) ::: Does x belong to Tumpus?\nCold($x, bool) ::: Is x cold?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nLuminous($x, bool) ::: Is x luminous?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nHappy($x, bool) ::: Is x happy?\nJompus($x, bool) ::: Does x belong to Jompus?\nKind($x, bool) ::: Is x kind?\nRompus($x, bool) ::: Does x belong to Rompus?\nEarthy($x, bool) ::: Is x earthy?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nSpicy($x, bool) ::: Is x spicy?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nNumpus($x, bool) ::: Does x belong to Numpus?\nOpaque($x, bool) ::: Is x opaque?\nImpus($x, bool) ::: Does x belong to Impus?\nDull($x, bool) ::: Is x dull?\nDumpus($x, bool) ::: Does x belong to Dumpus?\n\nFacts:\nVumpus(Max, True)\n\nRules:\nTumpus($x, True) >>> Cold($x, True)\nTumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Luminous($x, True)\nVumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Happy($x, True)\nYumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Kind($x, True)\nRompus($x, True) >>> Earthy($x, False)\nJompus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Spicy($x, False)\nZumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Earthy($x, True)\nWumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Opaque($x, True)\nNumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Dull($x, True)\nImpus($x, True) >>> Dumpus($x, True)\n\nQuery:\nEarthy(Max, True)" ]
ProntoQA_460
A
Each jompus is liquid. Dumpuses are bright. Dumpuses are impuses. Each impus is opaque. Impuses are yumpuses. Every yumpus is fruity. Each yumpus is a vumpus. Vumpuses are not orange. Every vumpus is a tumpus. Every tumpus is not liquid. Tumpuses are wumpuses. Each wumpus is small. Each wumpus is a numpus. Numpuses are feisty. Every numpus is a zumpus. Each zumpus is spicy. Zumpuses are rompuses. Sam is a dumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Sam is not liquid.
[ "Predicates:\nJompus($x, bool) ::: Does x belong to Jompus?\nLiquid($x, bool) ::: Is x liquid?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nBright($x, bool) ::: Is x bright?\nImpus($x, bool) ::: Does x belong to Impus?\nOpaque($x, bool) ::: Is x opaque?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nFruity($x, bool) ::: Is x fruity?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nOrange($x, bool) ::: Is x orange?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nSmall($x, bool) ::: Is x small?\nNumpus($x, bool) ::: Does x belong to Numpus?\nFeisty($x, bool) ::: Is x feisty?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nSpicy($x, bool) ::: Is x spicy?\nRompus($x, bool) ::: Does x belong to Rompus?\n\nFacts:\nDumpus(Sam, True)\n\nRules:\nJompus($x, True) >>> Liquid($x, True)\nDumpus($x, True) >>> Bright($x, True)\nDumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Opaque($x, True)\nImpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Fruity($x, True)\nYumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Orange($x, False)\nVumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Liquid($x, False)\nTumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Small($x, True)\nWumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Feisty($x, True)\nNumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Spicy($x, True)\nZumpus($x, True) >>> Rompus($x, True)\n\nQuery:\nLiquid(Sam, False)" ]
ProntoQA_461
A
Each zumpus is not earthy. Each zumpus is a vumpus. Vumpuses are not hot. Vumpuses are yumpuses. Yumpuses are metallic. Yumpuses are wumpuses. Every wumpus is bright. Each wumpus is a dumpus. Each dumpus is spicy. Each dumpus is an impus. Every impus is opaque. Every tumpus is not opaque. Every impus is a numpus. Numpuses are not kind. Numpuses are rompuses. Each rompus is not nervous. Rompuses are jompuses. Rex is a vumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Rex is opaque.
[ "Predicates:\nZumpus($x, bool) ::: Does x belong to Zumpus?\nEarthy($x, bool) ::: Is x earthy?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nHot($x, bool) ::: Is x hot?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nMetallic($x, bool) ::: Is x metallic?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nBright($x, bool) ::: Is x bright?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nSpicy($x, bool) ::: Is x spicy?\nImpus($x, bool) ::: Does x belong to Impus?\nOpaque($x, bool) ::: Is x opaque?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nNumpus($x, bool) ::: Does x belong to Numpus?\nKind($x, bool) ::: Is x kind?\nRompus($x, bool) ::: Does x belong to Rompus?\nNervous($x, bool) ::: Is x nervous?\nJompus($x, bool) ::: Does x belong to Jompus?\n\nFacts:\nVumpus(Rex, True)\n\nRules:\nZumpus($x, True) >>> Earthy($x, False)\nZumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Hot($x, False)\nVumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Metallic($x, True)\nYumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Bright($x, True)\nWumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Spicy($x, True)\nDumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Opaque($x, True)\nTumpus($x, True) >>> Opaque($x, False)\nImpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Kind($x, False)\nNumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Nervous($x, False)\nRompus($x, True) >>> Jompus($x, True)\n\nQuery:\nOpaque(Rex, True)" ]
ProntoQA_462
A
Rompuses are fruity. Every rompus is a tumpus. Every tumpus is metallic. Tumpuses are wumpuses. Wumpuses are mean. Wumpuses are jompuses. Each jompus is not brown. Every dumpus is opaque. Jompuses are vumpuses. Vumpuses are not opaque. Each vumpus is a numpus. Every numpus is nervous. Every numpus is a yumpus. Yumpuses are temperate. Each yumpus is an impus. Each impus is sour. Each impus is a zumpus. Sally is a rompus.
[ "A) True", "B) False" ]
Is the following statement true or false? Sally is not opaque.
[ "Predicates:\nRompus($x, bool) ::: Does x belong to Rompus?\nFruity($x, bool) ::: Is x fruity?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nMetallic($x, bool) ::: Is x metallic?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nMean($x, bool) ::: Is x mean?\nJompus($x, bool) ::: Does x belong to Jompus?\nBrown($x, bool) ::: Is x brown?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nOpaque($x, bool) ::: Is x opaque?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nNumpus($x, bool) ::: Does x belong to Numpus?\nNervous($x, bool) ::: Is x nervous?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nTemperate($x, bool) ::: Is x temperate?\nImpus($x, bool) ::: Does x belong to Impus?\nSour($x, bool) ::: Is x sour?\nZumpus($x, bool) ::: Does x belong to Zumpus?\n\nFacts:\nRompus(Sally, True)\n\nRules:\nRompus($x, True) >>> Fruity($x, True)\nRompus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Metallic($x, True)\nTumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Mean($x, True)\nWumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Brown($x, False)\nDumpus($x, True) >>> Opaque($x, True)\nJompus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Opaque($x, False)\nVumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Nervous($x, True)\nNumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Temperate($x, True)\nYumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Sour($x, True)\nImpus($x, True) >>> Zumpus($x, True)\n\nQuery:\nOpaque(Sally, False)" ]
ProntoQA_463
B
Jompuses are hot. Jompuses are rompuses. Each rompus is not transparent. Rompuses are dumpuses. Tumpuses are brown. Dumpuses are liquid. Dumpuses are wumpuses. Wumpuses are floral. Each wumpus is a vumpus. Each vumpus is spicy. Vumpuses are zumpuses. Each zumpus is not brown. Every zumpus is a yumpus. Stella is a rompus.
[ "A) True", "B) False" ]
Is the following statement true or false? Stella is brown.
[ "Predicates:\nJompus($x, bool) ::: Does x belong to Jompus?\nHot($x, bool) ::: Is x hot?\nRompus($x, bool) ::: Does x belong to Rompus?\nTransparent($x, bool) ::: Is x transparent?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nBrown($x, bool) ::: Is x brown?\nLiquid($x, bool) ::: Is x liquid?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nFloral($x, bool) ::: Is x floral?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nSpicy($x, bool) ::: Is x spicy?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nYumpus($x, bool) ::: Does x belong to Yumpus?\n\nFacts:\nRompus(Stella, True)\n\nRules:\nJompus($x, True) >>> Hot($x, True)\nJompus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Transparent($x, False)\nRompus($x, True) >>> Dumpus($x, True)\nTumpus($x, True) >>> Brown($x, True)\nDumpus($x, True) >>> Liquid($x, True)\nDumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Floral($x, True)\nWumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Spicy($x, True)\nVumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Brown($x, False)\nZumpus($x, True) >>> Yumpus($x, True)\n\nQuery:\nBrown(Stella, False)" ]
ProntoQA_464
B
Tumpuses are luminous. Tumpuses are jompuses. Each jompus is floral. Each jompus is a dumpus. Dumpuses are large. Dumpuses are zumpuses. Zumpuses are dull. Wumpuses are cold. Every zumpus is a yumpus. Each yumpus is not cold. Each yumpus is a vumpus. Each vumpus is not brown. Vumpuses are rompuses. Every rompus is transparent. Rompuses are impuses. Every impus is not nervous. Impuses are numpuses. Alex is a tumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Alex is cold.
[ "Predicates:\nTumpus($x, bool) ::: Does x belong to Tumpus?\nLuminous($x, bool) ::: Is x luminous?\nJompus($x, bool) ::: Does x belong to Jompus?\nFloral($x, bool) ::: Is x floral?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nLarge($x, bool) ::: Is x large?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nDull($x, bool) ::: Is x dull?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nCold($x, bool) ::: Is x cold?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nBrown($x, bool) ::: Is x brown?\nRompus($x, bool) ::: Does x belong to Rompus?\nTransparent($x, bool) ::: Is x transparent?\nImpus($x, bool) ::: Does x belong to Impus?\nNervous($x, bool) ::: Is x nervous?\nNumpus($x, bool) ::: Does x belong to Numpus?\n\nFacts:\nTumpus(Alex, True)\n\nRules:\nTumpus($x, True) >>> Luminous($x, True)\nTumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Floral($x, True)\nJompus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Large($x, True)\nDumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Dull($x, True)\nWumpus($x, True) >>> Cold($x, True)\nZumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Cold($x, False)\nYumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Brown($x, False)\nVumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Transparent($x, True)\nRompus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Nervous($x, False)\nImpus($x, True) >>> Numpus($x, True)\n\nQuery:\nCold(Alex, True)" ]
ProntoQA_465
B
Wumpuses are not liquid. Wumpuses are yumpuses. Each yumpus is opaque. Each yumpus is a jompus. Every jompus is bright. Every jompus is an impus. Impuses are not hot. Impuses are rompuses. Rompuses are nervous. Rompuses are numpuses. Numpuses are sour. Numpuses are vumpuses. Vumpuses are blue. Dumpuses are not sour. Vumpuses are zumpuses. Each zumpus is large. Each zumpus is a tumpus. Rex is a yumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Rex is not sour.
[ "Predicates:\nWumpus($x, bool) ::: Does x belong to Wumpus?\nLiquid($x, bool) ::: Is x liquid?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nOpaque($x, bool) ::: Is x opaque?\nJompus($x, bool) ::: Does x belong to Jompus?\nBright($x, bool) ::: Is x bright?\nImpus($x, bool) ::: Does x belong to Impus?\nHot($x, bool) ::: Is x hot?\nRompus($x, bool) ::: Does x belong to Rompus?\nNervous($x, bool) ::: Is x nervous?\nNumpus($x, bool) ::: Does x belong to Numpus?\nSour($x, bool) ::: Is x sour?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nBlue($x, bool) ::: Is x blue?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nLarge($x, bool) ::: Is x large?\nTumpus($x, bool) ::: Does x belong to Tumpus?\n\nFacts:\nYumpus(Rex, True)\n\nRules:\nWumpus($x, True) >>> Liquid($x, False)\nWumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Opaque($x, True)\nYumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Bright($x, True)\nJompus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Hot($x, False)\nImpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Nervous($x, True)\nRompus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Sour($x, True)\nNumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Blue($x, True)\nDumpus($x, True) >>> Sour($x, False)\nVumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Large($x, True)\nZumpus($x, True) >>> Tumpus($x, True)\n\nQuery:\nSour(Rex, False)" ]
ProntoQA_466
B
Zumpuses are angry. Impuses are shy. Impuses are vumpuses. Vumpuses are metallic. Vumpuses are tumpuses. Tumpuses are earthy. Every tumpus is a yumpus. Yumpuses are large. Yumpuses are numpuses. Numpuses are not angry. Every numpus is a jompus. Every jompus is not spicy. Every jompus is a wumpus. Each wumpus is transparent. Wumpuses are dumpuses. Dumpuses are brown. Each dumpus is a rompus. Max is an impus.
[ "A) True", "B) False" ]
Is the following statement true or false? Max is angry.
[ "Predicates:\nZumpus($x, bool) ::: Does x belong to Zumpus?\nAngry($x, bool) ::: Is x angry?\nImpuses($x, bool) ::: Does x belong to Impuses?\nShy($x, bool) ::: Is x shy?\nVumpuses($x, bool) ::: Does x belong to Vumpuses?\nMetallic($x, bool) ::: Is x metallic?\nTumpuses($x, bool) ::: Does x belong to Tumpuses?\nEarthy($x, bool) ::: Is x earthy?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nLarge($x, bool) ::: Is x large?\nNumpus($x, bool) ::: Does x belong to Numpus?\nAngry($x, bool) ::: Is x angry?\nJompus($x, bool) ::: Does x belong to Jompus?\nSpicy($x, bool) ::: Is x spicy?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nTransparent($x, bool) ::: Is x transparent?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nBrown($x, bool) ::: Is x brown?\nRompus($x, bool) ::: Does x belong to Rompus?\n\nFacts:\nImpuses(Max, True)\n\nRules:\nZumpus($x, True) >>> Angry($x, True)\nImpuses($x, True) >>> Shy($x, True)\nImpuses($x, True) >>> Vumpuses($x, True)\nVumpuses($x, True) >>> Metallic($x, True)\nVumpuses($x, True) >>> Tumpuses($x, True)\nTumpuses($x, True) >>> Earthy($x, True)\nTumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Large($x, True)\nYumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Angry($x, False)\nNumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Spicy($x, False)\nJompus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Transparent($x, True)\nWumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Brown($x, True)\nDumpus($x, True) >>> Rompus($x, True)\n\nQuery:\nAngry(Max, False)" ]
ProntoQA_467
B
Every rompus is transparent. Each rompus is a dumpus. Each dumpus is not dull. Dumpuses are vumpuses. Each vumpus is hot. Vumpuses are jompuses. Every jompus is not metallic. Jompuses are impuses. Impuses are floral. Every impus is a numpus. Zumpuses are not blue. Numpuses are feisty. Numpuses are yumpuses. Yumpuses are spicy. Yumpuses are wumpuses. Every wumpus is blue. Wumpuses are tumpuses. Alex is a jompus.
[ "A) True", "B) False" ]
Is the following statement true or false? Alex is not blue.
[ "Predicates:\nRompus($x, bool) ::: Does x belong to Rompus?\nTransparent($x, bool) ::: Is x transparent?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nDull($x, bool) ::: Is x dull?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nHot($x, bool) ::: Is x hot?\nJompus($x, bool) ::: Does x belong to Jompus?\nMetallic($x, bool) ::: Is x metallic?\nImpus($x, bool) ::: Does x belong to Impus?\nFloral($x, bool) ::: Is x floral?\nNumpus($x, bool) ::: Does x belong to Numpus?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nBlue($x, bool) ::: Is x blue?\nFeisty($x, bool) ::: Is x feisty?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nSpicy($x, bool) ::: Is x spicy?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nTumpus($x, bool) ::: Does x belong to Tumpus?\n\nFacts:\nJompus(Alex, True)\n\nRules:\nRompus($x, True) >>> Transparent($x, True)\nRompus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Dull($x, False)\nDumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Hot($x, True)\nVumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Metallic($x, False)\nJompus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Floral($x, True)\nImpus($x, True) >>> Numpus($x, True)\nZumpus($x, True) >>> Blue($x, False)\nNumpus($x, True) >>> Feisty($x, True)\nNumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Spicy($x, True)\nYumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Blue($x, True)\nWumpus($x, True) >>> Tumpus($x, True)\n\nQuery:\nBlue(Alex, False)" ]
ProntoQA_468
B
Tumpuses are fruity. Each tumpus is a yumpus. Yumpuses are cold. Every yumpus is a zumpus. Zumpuses are spicy. Every zumpus is a rompus. Each rompus is not opaque. Rompuses are impuses. Impuses are kind. Impuses are vumpuses. Each jompus is not kind. Vumpuses are not feisty. Vumpuses are dumpuses. Dumpuses are not liquid. Dumpuses are wumpuses. Each wumpus is not large. Each wumpus is a numpus. Polly is a tumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Polly is not kind.
[ "Predicates:\nTumpus($x, bool) ::: Does x belong to Tumpus?\nFruity($x, bool) ::: Is x fruity?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nCold($x, bool) ::: Is x cold?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nSpicy($x, bool) ::: Is x spicy?\nRompus($x, bool) ::: Does x belong to Rompus?\nOpaque($x, bool) ::: Is x opaque?\nImpuses($x, bool) ::: Does x belong to Impuses?\nKind($x, bool) ::: Is x kind?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nFeisty($x, bool) ::: Is x feisty?\nJompus($x, bool) ::: Does x belong to Jompus?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nLiquid($x, bool) ::: Is x liquid?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nLarge($x, bool) ::: Is x large?\nNumpus($x, bool) ::: Does x belong to Numpus?\n\nFacts:\nTumpus(Polly, True)\n\nRules:\nTumpus($x, True) >>> Fruity($x, True)\nTumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Cold($x, True)\nYumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Spicy($x, True)\nZumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Opaque($x, False)\nRompus($x, True) >>> Impuses($x, True)\nImpuses($x, True) >>> Kind($x, True)\nImpuses($x, True) >>> Vumpus($x, True)\nJompus($x, True) >>> Kind($x, False)\nVumpus($x, True) >>> Feisty($x, False)\nVumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Liquid($x, False)\nDumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Large($x, False)\nWumpus($x, True) >>> Numpus($x, True)\n\nQuery:\nKind(Polly, False)" ]
ProntoQA_469
A
Every wumpus is not dull. Each wumpus is a tumpus. Tumpuses are hot. Tumpuses are yumpuses. Yumpuses are red. Yumpuses are rompuses. Each rompus is spicy. Every vumpus is mean. Rompuses are dumpuses. Each dumpus is large. Dumpuses are impuses. Impuses are not mean. Each impus is a jompus. Each jompus is transparent. Every jompus is a numpus. Numpuses are not liquid. Numpuses are zumpuses. Polly is a tumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Polly is not mean.
[ "Predicates:\nWumpus($x, bool) ::: Does x belong to Wumpus?\nDull($x, bool) ::: Is x dull?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nHot($x, bool) ::: Is x hot?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nRed($x, bool) ::: Is x red?\nRompus($x, bool) ::: Does x belong to Rompus?\nSpicy($x, bool) ::: Is x spicy?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nMean($x, bool) ::: Is x mean?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nLarge($x, bool) ::: Is x large?\nImpus($x, bool) ::: Does x belong to Impus?\nJompus($x, bool) ::: Does x belong to Jompus?\nTransparent($x, bool) ::: Is x transparent?\nNumpus($x, bool) ::: Does x belong to Numpus?\nLiquid($x, bool) ::: Is x liquid?\nZumpus($x, bool) ::: Does x belong to Zumpus?\n\nFacts:\nTumpus(Polly, True)\n\nRules:\nWumpus($x, True) >>> Dull($x, False)\nWumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Hot($x, True)\nTumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Red($x, True)\nYumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Spicy($x, True)\nVumpus($x, True) >>> Mean($x, True)\nRompus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Large($x, True)\nDumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Mean($x, False)\nImpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Transparent($x, True)\nJompus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Liquid($x, False)\nNumpus($x, True) >>> Zumpus($x, True)\n\nQuery:\nMean(Polly, False)" ]
ProntoQA_470
B
Each jompus is earthy. Every jompus is a zumpus. Each zumpus is liquid. Zumpuses are wumpuses. Every wumpus is not mean. Wumpuses are vumpuses. Each vumpus is transparent. Every vumpus is a yumpus. Every yumpus is small. Yumpuses are rompuses. Dumpuses are not small. Every rompus is not bright. Each rompus is a tumpus. Tumpuses are orange. Each tumpus is a numpus. Every numpus is hot. Numpuses are impuses. Alex is a jompus.
[ "A) True", "B) False" ]
Is the following statement true or false? Alex is not small.
[ "Predicates:\nJompus($x, bool) ::: Does x belong to Jompus?\nEarthy($x, bool) ::: Is x earthy?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nLiquid($x, bool) ::: Is x liquid?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nMean($x, bool) ::: Is x mean?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nTransparent($x, bool) ::: Is x transparent?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nSmall($x, bool) ::: Is x small?\nRompus($x, bool) ::: Does x belong to Rompus?\nBright($x, bool) ::: Is x bright?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nOrange($x, bool) ::: Is x orange?\nNumpus($x, bool) ::: Does x belong to Numpus?\nHot($x, bool) ::: Is x hot?\nImpus($x, bool) ::: Does x belong to Impus?\nDumpus($x, bool) ::: Does x belong to Dumpus?\n\nFacts:\nJompus(Alex, True)\n\nRules:\nJompus($x, True) >>> Earthy($x, True)\nJompus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Liquid($x, True)\nZumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Mean($x, False)\nWumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Transparent($x, True)\nVumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Small($x, True)\nYumpus($x, True) >>> Rompus($x, True)\nDumpus($x, True) >>> Small($x, False)\nRompus($x, True) >>> Bright($x, False)\nRompus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Orange($x, True)\nTumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Hot($x, True)\nNumpus($x, True) >>> Impus($x, True)\n\nQuery:\nSmall(Alex, False)" ]
ProntoQA_471
A
Vumpuses are not bright. Each dumpus is metallic. Each dumpus is a wumpus. Wumpuses are spicy. Wumpuses are impuses. Impuses are red. Each impus is a numpus. Numpuses are opaque. Each numpus is a rompus. Each rompus is bright. Rompuses are zumpuses. Zumpuses are large. Zumpuses are yumpuses. Each yumpus is aggressive. Yumpuses are tumpuses. Tumpuses are not shy. Every tumpus is a jompus. Sam is a dumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Sam is bright.
[ "Predicates:\nVumpus($x, bool) ::: Does x belong to Vumpus?\nBright($x, bool) ::: Is x bright?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nMetallic($x, bool) ::: Is x metallic?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nSpicy($x, bool) ::: Is x spicy?\nImpus($x, bool) ::: Does x belong to Impus?\nRed($x, bool) ::: Is x red?\nNumpus($x, bool) ::: Does x belong to Numpus?\nOpaque($x, bool) ::: Is x opaque?\nRompus($x, bool) ::: Does x belong to Rompus?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nLarge($x, bool) ::: Is x large?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nAggressive($x, bool) ::: Is x aggressive?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nShy($x, bool) ::: Is x shy?\nJompus($x, bool) ::: Does x belong to Jompus?\n\nFacts:\nDumpus(Sam, True)\n\nRules:\nVumpus($x, True) >>> Bright($x, False)\nDumpus($x, True) >>> Metallic($x, True)\nDumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Spicy($x, True)\nWumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Red($x, True)\nImpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Opaque($x, True)\nNumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Bright($x, True)\nRompus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Large($x, True)\nZumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Aggressive($x, True)\nYumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Shy($x, False)\nTumpus($x, True) >>> Jompus($x, True)\n\nQuery:\nBright(Sam, True)" ]
ProntoQA_472
B
Numpuses are not luminous. Every numpus is a jompus. Every jompus is brown. Jompuses are vumpuses. Each vumpus is cold. Every vumpus is a tumpus. Tumpuses are mean. Tumpuses are zumpuses. Every zumpus is opaque. Each zumpus is a wumpus. Every wumpus is not small. Every yumpus is not sour. Every wumpus is an impus. Every impus is sour. Every impus is a rompus. Every rompus is happy. Rompuses are dumpuses. Wren is a vumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Wren is not sour.
[ "Predicates:\nNumpus($x, bool) ::: Does x belong to Numpus?\nLuminous($x, bool) ::: Is x luminous?\nJompus($x, bool) ::: Does x belong to Jompus?\nBrown($x, bool) ::: Is x brown?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nCold($x, bool) ::: Is x cold?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nMean($x, bool) ::: Is x mean?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nOpaque($x, bool) ::: Is x opaque?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nSmall($x, bool) ::: Is x small?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nSour($x, bool) ::: Is x sour?\nImpus($x, bool) ::: Does x belong to Impus?\nRompus($x, bool) ::: Does x belong to Rompus?\nHappy($x, bool) ::: Is x happy?\nDumpus($x, bool) ::: Does x belong to Dumpus?\n\nFacts:\nVumpus(Wren, True)\n\nRules:\nNumpus($x, True) >>> Luminous($x, False)\nNumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Brown($x, True)\nJompus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Cold($x, True)\nVumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Mean($x, True)\nTumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Opaque($x, True)\nZumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Small($x, False)\nYumpus($x, True) >>> Sour($x, False)\nWumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Sour($x, True)\nImpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Happy($x, True)\nRompus($x, True) >>> Dumpus($x, True)\n\nQuery:\nSour(Wren, False)" ]
ProntoQA_473
A
Dumpuses are aggressive. Each dumpus is a zumpus. Zumpuses are small. Zumpuses are yumpuses. Yumpuses are bitter. Every yumpus is a rompus. Each rompus is not blue. Each rompus is a numpus. Each impus is liquid. Numpuses are not happy. Each numpus is a wumpus. Wumpuses are not liquid. Wumpuses are vumpuses. Vumpuses are bright. Vumpuses are tumpuses. Each tumpus is floral. Tumpuses are jompuses. Max is a zumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Max is not liquid.
[ "Predicates:\nAggressive($x, bool) ::: Is x aggressive?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nSmall($x, bool) ::: Is x small?\nBitter($x, bool) ::: Is x bitter?\nRompus($x, bool) ::: Does x belong to Rompus?\nBlue($x, bool) ::: Is x blue?\nImpus($x, bool) ::: Does x belong to Impus?\nHappy($x, bool) ::: Is x happy?\nFloral($x, bool) ::: Is x floral?\nJompus($x, bool) ::: Does x belong to Jompus?\n\nFacts:\nZumpus(Max, True)\n\nRules:\nDumpus($x, True) >>> Aggressive($x, True)\nDumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Small($x, True)\nZumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Bitter($x, True)\nYumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Blue($x, False)\nRompus($x, True) >>> Numpus($x, True)\nImpus($x, True) >>> Liquid($x, True)\nNumpus($x, True) >>> Happy($x, False)\nNumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Liquid($x, False)\nWumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Bright($x, True)\nVumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Floral($x, True)\nTumpus($x, True) >>> Jompus($x, True)\n\nQuery:\nLiquid(Max, False)" ]
ProntoQA_474
B
Each zumpus is mean. Jompuses are not feisty. Jompuses are impuses. Impuses are not orange. Impuses are numpuses. Each numpus is not luminous. Numpuses are tumpuses. Tumpuses are not earthy. Tumpuses are rompuses. Rompuses are not small. Rompuses are yumpuses. Each yumpus is hot. Yumpuses are vumpuses. Each vumpus is bitter. Vumpuses are wumpuses. Every wumpus is not mean. Wumpuses are dumpuses. Sally is a tumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Sally is mean.
[ "Predicates:\nZumpus($x, bool) ::: Does x belong to Zumpus?\nMean($x, bool) ::: Is x mean?\nJompus($x, bool) ::: Does x belong to Jompus?\nFeisty($x, bool) ::: Is x feisty?\nImpuses($x, bool) ::: Does x belong to Impuses?\nOrange($x, bool) ::: Is x orange?\nNumpus($x, bool) ::: Does x belong to Numpus?\nLuminous($x, bool) ::: Is x luminous?\nTumpuses($x, bool) ::: Does x belong to Tumpuses?\nEarthy($x, bool) ::: Is x earthy?\nRompus($x, bool) ::: Does x belong to Rompus?\nSmall($x, bool) ::: Is x small?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nHot($x, bool) ::: Is x hot?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nBitter($x, bool) ::: Is x bitter?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nDumpus($x, bool) ::: Does x belong to Dumpus?\n\nFacts:\nTumpuses(Sally, True)\n\nRules:\nZumpus($x, True) >>> Mean($x, True)\nJompus($x, True) >>> Feisty($x, False)\nJompus($x, True) >>> Impuses($x, True)\nImpuses($x, True) >>> Orange($x, False)\nImpuses($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Luminous($x, False)\nNumpus($x, True) >>> Tumpuses($x, True)\nTumpuses($x, True) >>> Earthy($x, False)\nTumpuses($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Small($x, False)\nRompus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Hot($x, True)\nYumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Bitter($x, True)\nVumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Mean($x, False)\nWumpus($x, True) >>> Dumpus($x, True)\n\nQuery:\nMean(Sally, True)" ]
ProntoQA_475
B
Each jompus is red. Each jompus is a dumpus. Every dumpus is amenable. Every dumpus is a tumpus. Tumpuses are not nervous. Each tumpus is a numpus. Every numpus is temperate. Every numpus is a vumpus. Each vumpus is not floral. Every vumpus is an impus. Impuses are bright. Impuses are wumpuses. Wumpuses are wooden. Rompuses are not bright. Each wumpus is a zumpus. Zumpuses are spicy. Every zumpus is a yumpus. Polly is a dumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Polly is not bright.
[ "Predicates:\nJompus($x, bool) ::: Does x belong to Jompus?\nRed($x, bool) ::: Is x red?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nAmenable($x, bool) ::: Is x amenable?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nNervous($x, bool) ::: Is x nervous?\nNumpus($x, bool) ::: Does x belong to Numpus?\nTemperate($x, bool) ::: Is x temperate?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nFloral($x, bool) ::: Is x floral?\nImpus($x, bool) ::: Does x belong to Impus?\nBright($x, bool) ::: Is x bright?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nWooden($x, bool) ::: Is x wooden?\nRompus($x, bool) ::: Does x belong to Rompus?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nSpicy($x, bool) ::: Is x spicy?\nYumpus($x, bool) ::: Does x belong to Yumpus?\n\nFacts:\nDumpus(Polly, True)\n\nRules:\nJompus($x, True) >>> Red($x, True)\nJompus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Amenable($x, True)\nDumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Nervous($x, False)\nTumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Temperate($x, True)\nNumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Floral($x, False)\nVumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Bright($x, True)\nImpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Wooden($x, True)\nRompus($x, True) >>> Bright($x, False)\nWumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Spicy($x, True)\nZumpus($x, True) >>> Yumpus($x, True)\n\nQuery:\nBright(Polly, False)" ]
ProntoQA_476
A
Each wumpus is not amenable. Yumpuses are transparent. Each yumpus is a rompus. Each rompus is luminous. Rompuses are impuses. Impuses are not fruity. Each impus is a vumpus. Vumpuses are bitter. Vumpuses are jompuses. Jompuses are amenable. Every jompus is a zumpus. Zumpuses are not shy. Zumpuses are numpuses. Every numpus is cold. Every numpus is a dumpus. Every dumpus is small. Each dumpus is a tumpus. Wren is a yumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Wren is amenable.
[ "Predicates:\nAmenable($x, bool) ::: Is x amenable?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nTransparent($x, bool) ::: Is x transparent?\nRompus($x, bool) ::: Does x belong to Rompus?\nLuminous($x, bool) ::: Is x luminous?\nImpuses($x, bool) ::: Does x belong to Impuses?\nFruity($x, bool) ::: Is x fruity?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nBitter($x, bool) ::: Is x bitter?\nJompus($x, bool) ::: Does x belong to Jompus?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nShy($x, bool) ::: Is x shy?\nNumpus($x, bool) ::: Does x belong to Numpus?\nCold($x, bool) ::: Is x cold?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nSmall($x, bool) ::: Is x small?\nTumpus($x, bool) ::: Does x belong to Tumpus?\n\nFacts:\nYumpus(Wren, True)\n\nRules:\nWumpus($x, True) >>> Amenable($x, False)\nYumpus($x, True) >>> Transparent($x, True)\nYumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Luminous($x, True)\nRompus($x, True) >>> Impuses($x, True)\nImpuses($x, True) >>> Fruity($x, False)\nImpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Bitter($x, True)\nVumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Amenable($x, True)\nJompus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Shy($x, False)\nZumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Cold($x, True)\nNumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Small($x, True)\nDumpus($x, True) >>> Tumpus($x, True)\n\nQuery:\nAmenable(Wren, True)" ]
ProntoQA_477
A
Dumpuses are fruity. Dumpuses are vumpuses. Vumpuses are not happy. Every vumpus is a yumpus. Yumpuses are not bitter. Yumpuses are jompuses. Every jompus is not aggressive. Each jompus is a tumpus. Zumpuses are bright. Tumpuses are luminous. Every tumpus is a rompus. Rompuses are hot. Every rompus is a wumpus. Each wumpus is small. Every wumpus is a numpus. Every numpus is not bright. Each numpus is an impus. Fae is a jompus.
[ "A) True", "B) False" ]
Is the following statement true or false? Fae is not bright.
[ "Predicates:\nDumpus($x, bool) ::: Does x belong to Dumpus?\nFruity($x, bool) ::: Is x fruity?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nHappy($x, bool) ::: Is x happy?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nBitter($x, bool) ::: Is x bitter?\nJompus($x, bool) ::: Does x belong to Jompus?\nAggressive($x, bool) ::: Is x aggressive?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nBright($x, bool) ::: Is x bright?\nLuminous($x, bool) ::: Is x luminous?\nRompus($x, bool) ::: Does x belong to Rompus?\nHot($x, bool) ::: Is x hot?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nSmall($x, bool) ::: Is x small?\nNumpus($x, bool) ::: Does x belong to Numpus?\nImpus($x, bool) ::: Does x belong to Impus?\n\nFacts:\nJompus(Fae, True)\n\nRules:\nDumpus($x, True) >>> Fruity($x, True)\nDumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Happy($x, False)\nVumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Bitter($x, False)\nYumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Aggressive($x, False)\nJompus($x, True) >>> Tumpus($x, True)\nZumpus($x, True) >>> Bright($x, True)\nTumpus($x, True) >>> Luminous($x, True)\nTumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Hot($x, True)\nRompus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Small($x, True)\nWumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Bright($x, False)\nNumpus($x, True) >>> Impus($x, True)\n\nQuery:\nBright(Fae, False)" ]
ProntoQA_478
B
Wumpuses are spicy. Wumpuses are yumpuses. Yumpuses are aggressive. Numpuses are small. Every yumpus is a tumpus. Tumpuses are hot. Every tumpus is an impus. Impuses are not metallic. Impuses are rompuses. Every rompus is not small. Every rompus is a dumpus. Dumpuses are not floral. Every dumpus is a zumpus. Each zumpus is not bright. Each zumpus is a vumpus. Vumpuses are shy. Each vumpus is a jompus. Polly is a wumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Polly is small.
[ "Predicates:\nWumpus($x, bool) ::: Does x belong to Wumpus?\nSpicy($x, bool) ::: Is x spicy?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nAggressive($x, bool) ::: Is x aggressive?\nNumpus($x, bool) ::: Does x belong to Numpus?\nSmall($x, bool) ::: Is x small?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nHot($x, bool) ::: Is x hot?\nImpus($x, bool) ::: Does x belong to Impus?\nMetallic($x, bool) ::: Is x metallic?\nRompus($x, bool) ::: Does x belong to Rompus?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nFloral($x, bool) ::: Is x floral?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nBright($x, bool) ::: Is x bright?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nShy($x, bool) ::: Is x shy?\nJompus($x, bool) ::: Does x belong to Jompus?\n\nFacts:\nWumpus(Polly, True)\n\nRules:\nWumpus($x, True) >>> Spicy($x, True)\nWumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Aggressive($x, True)\nNumpus($x, True) >>> Small($x, True)\nYumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Hot($x, True)\nTumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Metallic($x, False)\nImpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Small($x, False)\nRompus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Floral($x, False)\nDumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Bright($x, False)\nZumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Shy($x, True)\nVumpus($x, True) >>> Jompus($x, True)\n\nQuery:\nSmall(Polly, False)" ]
ProntoQA_479
B
Wumpuses are not bitter. Every impus is not blue. Impuses are rompuses. Every rompus is temperate. Each rompus is a zumpus. Every zumpus is not small. Zumpuses are yumpuses. Yumpuses are not wooden. Yumpuses are tumpuses. Every tumpus is happy. Tumpuses are numpuses. Numpuses are transparent. Numpuses are dumpuses. Every dumpus is bitter. Each dumpus is a jompus. Jompuses are not amenable. Each jompus is a vumpus. Sally is a zumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Sally is not bitter.
[ "Predicates:\nBitter($x, bool) ::: Is x bitter?\nImpus($x, bool) ::: Does x belong to Impus?\nBlue($x, bool) ::: Is x blue?\nTemperate($x, bool) ::: Is x temperate?\nSmall($x, bool) ::: Is x small?\nWooden($x, bool) ::: Is x wooden?\nHappy($x, bool) ::: Is x happy?\nTransparent($x, bool) ::: Is x transparent?\nAmenable($x, bool) ::: Is x amenable?\n\nFacts:\nZumpus(Sally, True)\n\nRules:\nWumpus($x, True) >>> Bitter($x, False)\nImpus($x, True) >>> Blue($x, False)\nImpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Temperate($x, True)\nRompus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Small($x, False)\nZumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Wooden($x, False)\nYumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Happy($x, True)\nTumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Transparent($x, True)\nNumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Bitter($x, True)\nDumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Amenable($x, False)\nJompus($x, True) >>> Vumpus($x, True)\n\nQuery:\nBitter(Sally, False)" ]
ProntoQA_480
A
Rompuses are not temperate. Each rompus is a jompus. Jompuses are nervous. Jompuses are tumpuses. Tumpuses are small. Tumpuses are impuses. Every impus is orange. Every impus is a vumpus. Vumpuses are not dull. Vumpuses are yumpuses. Every yumpus is luminous. Each wumpus is dull. Yumpuses are dumpuses. Dumpuses are transparent. Dumpuses are zumpuses. Each zumpus is angry. Each zumpus is a numpus. Stella is a rompus.
[ "A) True", "B) False" ]
Is the following statement true or false? Stella is not dull.
[ "Predicates:\nTemperate($x, bool) ::: Is x temperate?\nNervous($x, bool) ::: Is x nervous?\nSmall($x, bool) ::: Is x small?\nLuminous($x, bool) ::: Is x luminous?\nAngry($x, bool) ::: Is x angry?\n\nFacts:\nRompus(Stella, True)\n\nRules:\nRompus($x, True) >>> Temperate($x, False)\nRompus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Nervous($x, True)\nJompus($x, True) >>> Tumpuses($x, True)\nTumpuses($x, True) >>> Small($x, True)\nTumpuses($x, True) >>> Impuses($x, True)\nImpuses($x, True) >>> Orange($x, True)\nImpuses($x, True) >>> Vumpuses($x, True)\nVumpuses($x, True) >>> Dull($x, False)\nVumpuses($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Luminous($x, True)\nWumpus($x, True) >>> Dull($x, True)\nYumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Transparent($x, True)\nDumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Angry($x, True)\nZumpus($x, True) >>> Numpus($x, True)\n\nQuery:\nDull(Stella, False)" ]
ProntoQA_481
A
Each tumpus is sweet. Each tumpus is a wumpus. Wumpuses are not orange. Wumpuses are dumpuses. Every dumpus is not temperate. Dumpuses are jompuses. Every jompus is kind. Every jompus is a numpus. Numpuses are liquid. Numpuses are zumpuses. Each zumpus is large. Each zumpus is a vumpus. Every vumpus is happy. Each impus is not happy. Every vumpus is a yumpus. Yumpuses are transparent. Yumpuses are rompuses. Polly is a dumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Polly is happy.
[ "Predicates:\nTumpus($x, bool) ::: Does x belong to Tumpus?\nSweet($x, bool) ::: Is x sweet?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nOrange($x, bool) ::: Is x orange?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nTemperate($x, bool) ::: Is x temperate?\nJompus($x, bool) ::: Does x belong to Jompus?\nKind($x, bool) ::: Is x kind?\nNumpus($x, bool) ::: Does x belong to Numpus?\nLiquid($x, bool) ::: Is x liquid?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nLarge($x, bool) ::: Is x large?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nHappy($x, bool) ::: Is x happy?\nImpus($x, bool) ::: Does x belong to Impus?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nTransparent($x, bool) ::: Is x transparent?\nRompus($x, bool) ::: Does x belong to Rompus?\n\nFacts:\nDumpus(Polly, True)\n\nRules:\nTumpus($x, True) >>> Sweet($x, True)\nTumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Orange($x, False)\nWumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Temperate($x, False)\nDumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Kind($x, True)\nJompus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Liquid($x, True)\nNumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Large($x, True)\nZumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Happy($x, True)\nImpus($x, True) >>> Happy($x, False)\nVumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Transparent($x, True)\nYumpus($x, True) >>> Rompus($x, True)\n\nQuery:\nHappy(Polly, True)" ]
ProntoQA_482
B
Zumpuses are angry. Zumpuses are jompuses. Every jompus is not happy. Each jompus is a tumpus. Tumpuses are not earthy. Tumpuses are wumpuses. Each wumpus is blue. Every wumpus is a rompus. Rompuses are not transparent. Every rompus is a numpus. Every numpus is sweet. Numpuses are yumpuses. Yumpuses are not large. Every yumpus is a vumpus. Every impus is temperate. Every vumpus is not temperate. Each vumpus is a dumpus. Rex is a wumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Rex is temperate.
[ "Predicates:\nAngry($x, bool) ::: Is x angry?\nHappy($x, bool) ::: Is x happy?\nEarthy($x, bool) ::: Is x earthy?\nBlue($x, bool) ::: Is x blue?\nSweet($x, bool) ::: Is x sweet?\nLarge($x, bool) ::: Is x large?\nTemperate($x, bool) ::: Is x temperate?\n\nFacts:\nWumpus(Rex, True)\n\nRules:\nZumpus($x, True) >>> Angry($x, True)\nZumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Happy($x, False)\nJompus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Earthy($x, False)\nTumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Blue($x, True)\nWumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Transparent($x, False)\nRompus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Sweet($x, True)\nNumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Large($x, False)\nYumpus($x, True) >>> Vumpus($x, True)\nImpus($x, True) >>> Temperate($x, True)\nVumpus($x, True) >>> Temperate($x, False)\nVumpus($x, True) >>> Dumpus($x, True)\n\nQuery:\nTemperate(Rex, False)" ]
ProntoQA_483
B
Each numpus is not transparent. Every numpus is a jompus. Jompuses are not shy. Each jompus is a zumpus. Zumpuses are not small. Zumpuses are dumpuses. Every dumpus is bitter. Each dumpus is a vumpus. Each vumpus is not amenable. Each vumpus is a wumpus. Each wumpus is not temperate. Wumpuses are tumpuses. Every impus is not red. Every tumpus is red. Tumpuses are rompuses. Rompuses are wooden. Rompuses are yumpuses. Sally is a zumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Sally is not red.
[ "Predicates:\nNumpus($x, bool) ::: Does x belong to Numpus?\nTransparent($x, bool) ::: Is x transparent?\nJompus($x, bool) ::: Does x belong to Jompus?\nShy($x, bool) ::: Is x shy?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nSmall($x, bool) ::: Is x small?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nBitter($x, bool) ::: Is x bitter?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nAmenable($x, bool) ::: Is x amenable?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nTemperate($x, bool) ::: Is x temperate?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nImpus($x, bool) ::: Does x belong to Impus?\nRed($x, bool) ::: Is x red?\nRompus($x, bool) ::: Does x belong to Rompus?\nWooden($x, bool) ::: Is x wooden?\nYumpus($x, bool) ::: Does x belong to Yumpus?\n\nFacts:\nZumpus(Sally, True)\n\nRules:\nNumpus($x, True) >>> Transparent($x, False)\nNumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Shy($x, False)\nJompus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Small($x, False)\nZumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Bitter($x, True)\nDumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Amenable($x, False)\nVumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Temperate($x, False)\nWumpus($x, True) >>> Tumpus($x, True)\nImpus($x, True) >>> Red($x, False)\nTumpus($x, True) >>> Red($x, True)\nTumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Wooden($x, True)\nRompus($x, True) >>> Yumpus($x, True)\n\nQuery:\nRed(Sally, False)" ]
ProntoQA_484
A
Every tumpus is fruity. Tumpuses are yumpuses. Yumpuses are not transparent. Yumpuses are rompuses. Every rompus is sour. Rompuses are numpuses. Every jompus is orange. Every numpus is dull. Every numpus is a dumpus. Every dumpus is not metallic. Dumpuses are vumpuses. Every vumpus is not orange. Every vumpus is a wumpus. Each wumpus is large. Wumpuses are zumpuses. Each zumpus is not temperate. Every zumpus is an impus. Fae is a yumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Fae is not orange.
[ "Predicates:\nTumpus($x, bool) ::: Does x belong to Tumpus?\nFruity($x, bool) ::: Is x fruity?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nTransparent($x, bool) ::: Is x transparent?\nRompus($x, bool) ::: Does x belong to Rompus?\nSour($x, bool) ::: Is x sour?\nNumpus($x, bool) ::: Does x belong to Numpus?\nJompus($x, bool) ::: Does x belong to Jompus?\nOrange($x, bool) ::: Is x orange?\nDull($x, bool) ::: Is x dull?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nMetallic($x, bool) ::: Is x metallic?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nLarge($x, bool) ::: Is x large?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nTemperate($x, bool) ::: Is x temperate?\nImpus($x, bool) ::: Does x belong to Impus?\n\nFacts:\nYumpus(Fae, True)\n\nRules:\nTumpus($x, True) >>> Fruity($x, True)\nTumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Transparent($x, False)\nYumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Sour($x, True)\nRompus($x, True) >>> Numpus($x, True)\nJompus($x, True) >>> Orange($x, True)\nNumpus($x, True) >>> Dull($x, True)\nNumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Metallic($x, False)\nDumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Orange($x, False)\nVumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Large($x, True)\nWumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Temperate($x, False)\nZumpus($x, True) >>> Impus($x, True)\n\nQuery:\nOrange(Fae, False)" ]
ProntoQA_485
B
Tumpuses are not bright. Each tumpus is a jompus. Every jompus is hot. Each jompus is a numpus. Each numpus is not kind. Every numpus is an impus. Impuses are blue. Impuses are zumpuses. Every zumpus is small. Zumpuses are wumpuses. Wumpuses are luminous. Wumpuses are yumpuses. Every yumpus is shy. Each dumpus is not luminous. Every yumpus is a rompus. Stella is a jompus.
[ "A) True", "B) False" ]
Is the following statement true or false? Stella is not luminous.
[ "Predicates:\nBright($x, bool) ::: Is x bright?\nHot($x, bool) ::: Is x hot?\nKind($x, bool) ::: Is x kind?\nImpus($x, bool) ::: Does x belong to Impus?\nBlue($x, bool) ::: Is x blue?\nSmall($x, bool) ::: Is x small?\nLuminous($x, bool) ::: Is x luminous?\n\nFacts:\nJompus(Stella, True)\n\nRules:\nTumpuses($x, True) >>> Bright($x, False)\nTumpuses($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Hot($x, True)\nJompus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Kind($x, False)\nNumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Blue($x, True)\nImpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Small($x, True)\nZumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Luminous($x, True)\nWumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Shy($x, True)\nDumpus($x, True) >>> Luminous($x, False)\nYumpus($x, True) >>> Rompus($x, True)\n\nQuery:\nLuminous(Stella, False)" ]
ProntoQA_486
A
Impuses are not blue. Every impus is a numpus. Numpuses are bitter. Numpuses are yumpuses. Yumpuses are not temperate. Each yumpus is a jompus. Rompuses are not opaque. Every jompus is metallic. Every jompus is a tumpus. Tumpuses are opaque. Every tumpus is a dumpus. Every dumpus is nervous. Dumpuses are zumpuses. Zumpuses are amenable. Zumpuses are wumpuses. Every wumpus is not fruity. Every wumpus is a vumpus. Sam is an impus.
[ "A) True", "B) False" ]
Is the following statement true or false? Sam is opaque.
[ "Predicates:\nBlue($x, bool) ::: Is x blue?\nBitter($x, bool) ::: Is x bitter?\nTemperate($x, bool) ::: Is x temperate?\nOpaque($x, bool) ::: Is x opaque?\nMetallic($x, bool) ::: Is x metallic?\nNervous($x, bool) ::: Is x nervous?\nAmenable($x, bool) ::: Is x amenable?\n\nFacts:\nImpuses(Sam, True)\n\nRules:\nImpuses($x, True) >>> Blue($x, False)\nImpuses($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Bitter($x, True)\nNumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Temperate($x, False)\nYumpus($x, True) >>> Jompus($x, True)\nRompus($x, True) >>> Opaque($x, False)\nJompus($x, True) >>> Metallic($x, True)\nJompus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Opaque($x, True)\nTumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Nervous($x, True)\nDumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Amenable($x, True)\nZumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Fruity($x, False)\nWumpus($x, True) >>> Vumpus($x, True)\n\nQuery:\nOpaque(Sam, True)" ]
ProntoQA_487
A
Wumpuses are aggressive. Wumpuses are jompuses. Each jompus is earthy. Jompuses are tumpuses. Each tumpus is bitter. Each tumpus is a vumpus. Vumpuses are large. Vumpuses are impuses. Impuses are bright. Each zumpus is not bright. Every impus is a rompus. Each rompus is feisty. Each rompus is a yumpus. Yumpuses are opaque. Each yumpus is a numpus. Each numpus is not wooden. Numpuses are dumpuses. Rex is a wumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Rex is bright.
[ "Predicates:\nWumpus($x, bool) ::: Does x belong to Wumpus?\nAggressive($x, bool) ::: Is x aggressive?\nJompus($x, bool) ::: Does x belong to Jompus?\nEarthy($x, bool) ::: Is x earthy?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nBitter($x, bool) ::: Is x bitter?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nLarge($x, bool) ::: Is x large?\nImpus($x, bool) ::: Does x belong to Impus?\nBright($x, bool) ::: Is x bright?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nRompus($x, bool) ::: Does x belong to Rompus?\nFeisty($x, bool) ::: Is x feisty?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nOpaque($x, bool) ::: Is x opaque?\nNumpus($x, bool) ::: Does x belong to Numpus?\nWooden($x, bool) ::: Is x wooden?\nDumpus($x, bool) ::: Does x belong to Dumpus?\n\nFacts:\nWumpus(Rex, True)\n\nRules:\nWumpus($x, True) >>> Aggressive($x, True)\nWumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Earthy($x, True)\nJompus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Bitter($x, True)\nTumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Large($x, True)\nVumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Bright($x, True)\nZumpus($x, True) >>> Bright($x, False)\nImpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Feisty($x, True)\nRompus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Opaque($x, True)\nYumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Wooden($x, False)\nNumpus($x, True) >>> Dumpus($x, True)\n\nQuery:\nBright(Rex, True)" ]
ProntoQA_488
A
Tumpuses are wooden. Every tumpus is a yumpus. Yumpuses are sweet. Each yumpus is a dumpus. Dumpuses are dull. Dumpuses are rompuses. Rompuses are kind. Rompuses are jompuses. Jompuses are hot. Each numpus is not hot. Each jompus is a vumpus. Each vumpus is opaque. Every vumpus is a wumpus. Wumpuses are nervous. Every wumpus is a zumpus. Zumpuses are not brown. Each zumpus is an impus. Alex is a tumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Alex is hot.
[ "Predicates:\nWooden($x, bool) ::: Is x wooden?\nSweet($x, bool) ::: Is x sweet?\nKind($x, bool) ::: Is x kind?\nHot($x, bool) ::: Is x hot?\nOpaque($x, bool) ::: Is x opaque?\nNervous($x, bool) ::: Is x nervous?\nBrown($x, bool) ::: Is x brown?\nImpus($x, bool) ::: Does x belong to Impus?\n\nFacts:\nTumpuses(Alex, True)\n\nRules:\nTumpuses($x, True) >>> Wooden($x, True)\nTumpuses($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Sweet($x, True)\nYumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Dull($x, True)\nDumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Kind($x, True)\nRompus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Hot($x, True)\nNumpus($x, True) >>> Hot($x, False)\nJompus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Opaque($x, True)\nVumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Nervous($x, True)\nWumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Brown($x, False)\nZumpus($x, True) >>> Impus($x, True)\n\nQuery:\nHot(Alex, True)" ]
ProntoQA_489
B
Every zumpus is nervous. Zumpuses are vumpuses. Vumpuses are orange. Every vumpus is a tumpus. Tumpuses are kind. Every tumpus is a dumpus. Dumpuses are bitter. Each dumpus is a wumpus. Each wumpus is liquid. Wumpuses are yumpuses. Yumpuses are not bright. Every yumpus is a numpus. Each numpus is transparent. Numpuses are jompuses. Every jompus is not cold. Impuses are cold. Every jompus is a rompus. Rex is a dumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Rex is cold.
[ "Predicates:\nZumpus($x, bool) ::: Does x belong to Zumpus?\nNervous($x, bool) ::: Is x nervous?\nVumpuses($x, bool) ::: Does x belong to Vumpuses?\nOrange($x, bool) ::: Is x orange?\nTumpuses($x, bool) ::: Does x belong to Tumpuses?\nKind($x, bool) ::: Is x kind?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nBitter($x, bool) ::: Is x bitter?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nLiquid($x, bool) ::: Is x liquid?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nBright($x, bool) ::: Is x bright?\nNumpus($x, bool) ::: Does x belong to Numpus?\nTransparent($x, bool) ::: Is x transparent?\nJompus($x, bool) ::: Does x belong to Jompus?\nCold($x, bool) ::: Is x cold?\nImpuses($x, bool) ::: Does x belong to Impuses?\nRompus($x, bool) ::: Does x belong to Rompus?\n\nFacts:\nDumpus(Rex, True)\n\nRules:\nZumpus($x, True) >>> Nervous($x, True)\nZumpus($x, True) >>> Vumpuses($x, True)\nVumpuses($x, True) >>> Orange($x, True)\nVumpuses($x, True) >>> Tumpus($x, True)\nTumpuses($x, True) >>> Kind($x, True)\nTumpuses($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Bitter($x, True)\nDumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Liquid($x, True)\nWumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Bright($x, False)\nYumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Transparent($x, True)\nNumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Cold($x, False)\nImpuses($x, True) >>> Cold($x, True)\nJompus($x, True) >>> Rompus($x, True)\n\nQuery:\nCold(Rex, False)" ]
ProntoQA_490
B
Each wumpus is red. Each wumpus is an impus. Impuses are not transparent. Every impus is a jompus. Every jompus is happy. Jompuses are vumpuses. Vumpuses are bitter. Vumpuses are rompuses. Each rompus is mean. Rompuses are zumpuses. Zumpuses are small. Every zumpus is a tumpus. Each tumpus is not earthy. Dumpuses are bright. Every tumpus is a yumpus. Yumpuses are not bright. Each yumpus is a numpus. Max is a vumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Max is bright.
[ "Predicates:\nWumpus($x, bool) ::: Does x belong to Wumpus?\nRed($x, bool) ::: Is x red?\nImpus($x, bool) ::: Does x belong to Impus?\nTransparent($x, bool) ::: Is x transparent?\nJompus($x, bool) ::: Does x belong to Jompus?\nHappy($x, bool) ::: Is x happy?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nBitter($x, bool) ::: Is x bitter?\nRompus($x, bool) ::: Does x belong to Rompus?\nMean($x, bool) ::: Is x mean?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nSmall($x, bool) ::: Is x small?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nEarthy($x, bool) ::: Is x earthy?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nBright($x, bool) ::: Is x bright?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nNumpus($x, bool) ::: Does x belong to Numpus?\n\nFacts:\nVumpus(Max, True)\n\nRules:\nWumpus($x, True) >>> Red($x, True)\nWumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Transparent($x, False)\nImpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Happy($x, True)\nJompus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Bitter($x, True)\nVumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Mean($x, True)\nRompus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Small($x, True)\nZumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Earthy($x, False)\nDumpus($x, True) >>> Bright($x, True)\nTumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Bright($x, False)\nYumpus($x, True) >>> Numpus($x, True)\n\nQuery:\nBright(Max, False)" ]
ProntoQA_491
B
Each tumpus is wooden. Every tumpus is an impus. Numpuses are cold. Every impus is kind. Each impus is a jompus. Each jompus is feisty. Every jompus is a yumpus. Yumpuses are not red. Each yumpus is a rompus. Rompuses are large. Rompuses are vumpuses. Each vumpus is bright. Vumpuses are wumpuses. Wumpuses are not cold. Wumpuses are dumpuses. Dumpuses are opaque. Dumpuses are zumpuses. Stella is a jompus.
[ "A) True", "B) False" ]
Is the following statement true or false? Stella is cold.
[ "Predicates:\nTumpus($x, bool) ::: Does x belong to Tumpus?\nWooden($x, bool) ::: Is x wooden?\nImpus($x, bool) ::: Does x belong to Impus?\nNumpus($x, bool) ::: Does x belong to Numpus?\nCold($x, bool) ::: Is x cold?\nKind($x, bool) ::: Is x kind?\nJompus($x, bool) ::: Does x belong to Jompus?\nFeisty($x, bool) ::: Is x feisty?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nRed($x, bool) ::: Is x red?\nRompus($x, bool) ::: Does x belong to Rompus?\nLarge($x, bool) ::: Is x large?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nBright($x, bool) ::: Is x bright?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nOpaque($x, bool) ::: Is x opaque?\nZumpus($x, bool) ::: Does x belong to Zumpus?\n\nFacts:\nJompus(Stella, True)\n\nRules:\nTumpus($x, True) >>> Wooden($x, True)\nTumpus($x, True) >>> Impus($x, True)\nNumpus($x, True) >>> Cold($x, True)\nImpus($x, True) >>> Kind($x, True)\nImpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Feisty($x, True)\nJompus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Red($x, False)\nYumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Large($x, True)\nRompus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Bright($x, True)\nVumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Cold($x, False)\nWumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Opaque($x, True)\nDumpus($x, True) >>> Zumpus($x, True)\n\nQuery:\nCold(Stella, False)" ]
ProntoQA_492
A
Every jompus is kind. Jompuses are wumpuses. Each wumpus is dull. Every wumpus is a vumpus. Every vumpus is not nervous. Vumpuses are zumpuses. Zumpuses are not sour. Each zumpus is a yumpus. Every yumpus is wooden. Each yumpus is an impus. Impuses are not orange. Every impus is a tumpus. Each tumpus is cold. Dumpuses are orange. Tumpuses are rompuses. Rompuses are transparent. Rompuses are numpuses. Rex is a wumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Rex is not orange.
[ "Predicates:\nJompus($x, bool) ::: Does x belong to Jompus?\nKind($x, bool) ::: Is x kind?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nDull($x, bool) ::: Is x dull?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nNervous($x, bool) ::: Is x nervous?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nSour($x, bool) ::: Is x sour?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nWooden($x, bool) ::: Is x wooden?\nImpus($x, bool) ::: Does x belong to Impus?\nOrange($x, bool) ::: Is x orange?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nCold($x, bool) ::: Is x cold?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nRompus($x, bool) ::: Does x belong to Rompus?\nTransparent($x, bool) ::: Is x transparent?\nNumpus($x, bool) ::: Does x belong to Numpus?\n\nFacts:\nWumpus(Rex, True)\n\nRules:\nJompus($x, True) >>> Kind($x, True)\nJompus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Dull($x, True)\nWumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Nervous($x, False)\nVumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Sour($x, False)\nZumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Wooden($x, True)\nYumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Orange($x, False)\nImpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Cold($x, True)\nDumpus($x, True) >>> Orange($x, True)\nTumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Transparent($x, True)\nRompus($x, True) >>> Numpus($x, True)\n\nQuery:\nOrange(Rex, False)" ]
ProntoQA_493
A
Numpuses are angry. Every wumpus is not floral. Wumpuses are dumpuses. Dumpuses are feisty. Each dumpus is a zumpus. Each zumpus is not wooden. Each zumpus is an impus. Every impus is transparent. Impuses are vumpuses. Vumpuses are orange. Vumpuses are jompuses. Each jompus is not angry. Each jompus is a tumpus. Tumpuses are not spicy. Tumpuses are rompuses. Alex is a dumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Alex is not angry.
[ "Predicates:\nNumpus($x, bool) ::: Does x belong to Numpus?\nAngry($x, bool) ::: Is x angry?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nFloral($x, bool) ::: Is x floral?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nFeisty($x, bool) ::: Is x feisty?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nWooden($x, bool) ::: Is x wooden?\nImpus($x, bool) ::: Does x belong to Impus?\nTransparent($x, bool) ::: Is x transparent?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nOrange($x, bool) ::: Is x orange?\nJompus($x, bool) ::: Does x belong to Jompus?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nSpicy($x, bool) ::: Is x spicy?\nRompus($x, bool) ::: Does x belong to Rompus?\n\nFacts:\nDumpus(Alex, True)\n\nRules:\nNumpus($x, True) >>> Angry($x, True)\nWumpus($x, True) >>> Floral($x, False)\nWumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Feisty($x, True)\nDumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Wooden($x, False)\nZumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Transparent($x, True)\nImpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Orange($x, True)\nVumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Angry($x, False)\nJompus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Spicy($x, False)\nTumpus($x, True) >>> Rompus($x, True)\n\nQuery:\nAngry(Alex, False)" ]
ProntoQA_494
A
Every vumpus is spicy. Each vumpus is a jompus. Every jompus is wooden. Jompuses are yumpuses. Yumpuses are dull. Every yumpus is an impus. Impuses are not transparent. Impuses are zumpuses. Zumpuses are not fruity. Every zumpus is a rompus. Each wumpus is fruity. Rompuses are not small. Rompuses are numpuses. Rex is a vumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Rex is not fruity.
[ "Predicates:\nVumpus($x, bool) ::: Does x belong to Vumpus?\nSpicy($x, bool) ::: Is x spicy?\nJompus($x, bool) ::: Does x belong to Jompus?\nWooden($x, bool) ::: Is x wooden?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nDull($x, bool) ::: Is x dull?\nImpus($x, bool) ::: Does x belong to Impus?\nTransparent($x, bool) ::: Is x transparent?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nFruity($x, bool) ::: Is x fruity?\nRompus($x, bool) ::: Does x belong to Rompus?\nSmall($x, bool) ::: Is x small?\nNumpus($x, bool) ::: Does x belong to Numpus?\nWumpus($x, bool) ::: Does x belong to Wumpus?\n\nFacts:\nVumpus(Rex, True)\n\nRules:\nVumpus($x, True) >>> Spicy($x, True)\nVumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Wooden($x, True)\nJompus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Dull($x, True)\nYumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Transparent($x, False)\nImpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Fruity($x, False)\nZumpus($x, True) >>> Rompus($x, True)\nWumpus($x, True) >>> Fruity($x, True)\nRompus($x, True) >>> Small($x, False)\nRompus($x, True) >>> Numpus($x, True)\n\nQuery:\nFruity(Rex, False)" ]
ProntoQA_495
A
Each wumpus is nervous. Each wumpus is a vumpus. Vumpuses are not liquid. Vumpuses are tumpuses. Every tumpus is hot. Tumpuses are zumpuses. Every zumpus is sour. Each zumpus is a jompus. Jompuses are not floral. Every jompus is an impus. Every numpus is not orange. Impuses are orange. Each impus is a yumpus. Yumpuses are not opaque. Each yumpus is a rompus. Every rompus is small. Every rompus is a dumpus. Sam is a vumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Sam is orange.
[ "Predicates:\nWumpus($x, bool) ::: Does x belong to Wumpus?\nNervous($x, bool) ::: Is x nervous?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nLiquid($x, bool) ::: Is x liquid?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nHot($x, bool) ::: Is x hot?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nSour($x, bool) ::: Is x sour?\nJompus($x, bool) ::: Does x belong to Jompus?\nFloral($x, bool) ::: Is x floral?\nImpus($x, bool) ::: Does x belong to Impus?\nNumpus($x, bool) ::: Does x belong to Numpus?\nOrange($x, bool) ::: Is x orange?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nOpaque($x, bool) ::: Is x opaque?\nRompus($x, bool) ::: Does x belong to Rompus?\nSmall($x, bool) ::: Is x small?\nDumpus($x, bool) ::: Does x belong to Dumpus?\n\nFacts:\nVumpus(Sam, True)\n\nRules:\nWumpus($x, True) >>> Nervous($x, True)\nWumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Liquid($x, False)\nVumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Hot($x, True)\nTumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Sour($x, True)\nZumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Floral($x, False)\nJompus($x, True) >>> Impus($x, True)\nNumpus($x, True) >>> Orange($x, False)\nImpus($x, True) >>> Orange($x, True)\nImpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Opaque($x, False)\nYumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Small($x, True)\nRompus($x, True) >>> Dumpus($x, True)\n\nQuery:\nOrange(Sam, True)" ]
ProntoQA_496
B
Each zumpus is not metallic. Every zumpus is a jompus. Rompuses are not aggressive. Jompuses are not red. Each jompus is a wumpus. Every wumpus is not nervous. Each wumpus is a tumpus. Tumpuses are transparent. Tumpuses are vumpuses. Every vumpus is cold. Each vumpus is a dumpus. Every dumpus is not dull. Each dumpus is a yumpus. Yumpuses are spicy. Yumpuses are numpuses. Numpuses are aggressive. Every numpus is an impus. Alex is a tumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Alex is not aggressive.
[ "Predicates:\nZumpus($x, bool) ::: Does x belong to Zumpus?\nMetallic($x, bool) ::: Is x metallic?\nJompus($x, bool) ::: Does x belong to Jompus?\nAggressive($x, bool) ::: Is x aggressive?\nRed($x, bool) ::: Is x red?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nNervous($x, bool) ::: Is x nervous?\nTumpuses($x, bool) ::: Does x belong to Tumpuses?\nTransparent($x, bool) ::: Is x transparent?\nVumpuses($x, bool) ::: Does x belong to Vumpuses?\nCold($x, bool) ::: Is x cold?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nDull($x, bool) ::: Is x dull?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nSpicy($x, bool) ::: Is x spicy?\nNumpus($x, bool) ::: Does x belong to Numpus?\nImpus($x, bool) ::: Does x belong to Impus?\n\nFacts:\nTumpuses(Alex, True)\n\nRules:\nZumpus($x, True) >>> Metallic($x, False)\nZumpus($x, True) >>> Jompus($x, True)\nRompus($x, True) >>> Aggressive($x, False)\nJompus($x, True) >>> Red($x, False)\nJompus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Nervous($x, False)\nWumpus($x, True) >>> Tumpuses($x, True)\nTumpuses($x, True) >>> Transparent($x, True)\nTumpuses($x, True) >>> Vumpuses($x, True)\nVumpuses($x, True) >>> Cold($x, True)\nVumpuses($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Dull($x, False)\nDumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Spicy($x, True)\nYumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Aggressive($x, True)\nNumpus($x, True) >>> Impus($x, True)\n\nQuery:\nAggressive(Alex, False)" ]
ProntoQA_497
B
Yumpuses are metallic. Yumpuses are wumpuses. Every wumpus is nervous. Every wumpus is a zumpus. Every zumpus is not sour. Zumpuses are numpuses. Each numpus is kind. Numpuses are rompuses. Rompuses are small. Every rompus is an impus. Every impus is not opaque. Impuses are dumpuses. Jompuses are not small. Dumpuses are not dull. Each dumpus is a vumpus. Each vumpus is orange. Each vumpus is a tumpus. Stella is a yumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Stella is not small.
[ "Predicates:\nYumpus($x, bool) ::: Does x belong to Yumpus?\nMetallic($x, bool) ::: Is x metallic?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nNervous($x, bool) ::: Is x nervous?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nSour($x, bool) ::: Is x sour?\nNumpus($x, bool) ::: Does x belong to Numpus?\nKind($x, bool) ::: Is x kind?\nRompus($x, bool) ::: Does x belong to Rompus?\nSmall($x, bool) ::: Is x small?\nImpus($x, bool) ::: Does x belong to Impus?\nOpaque($x, bool) ::: Is x opaque?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nDull($x, bool) ::: Is x dull?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nOrange($x, bool) ::: Is x orange?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nJompus($x, bool) ::: Does x belong to Jompus?\n\nFacts:\nYumpus(Stella, True)\n\nRules:\nYumpus($x, True) >>> Metallic($x, True)\nYumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Nervous($x, True)\nWumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Sour($x, False)\nZumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Kind($x, True)\nNumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Small($x, True)\nRompus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Opaque($x, False)\nImpus($x, True) >>> Dumpus($x, True)\nJompus($x, True) >>> Small($x, False)\nDumpus($x, True) >>> Dull($x, False)\nDumpus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Orange($x, True)\nVumpus($x, True) >>> Tumpus($x, True)\n\nQuery:\nSmall(Stella, False)" ]
ProntoQA_498
B
Jompuses are earthy. Every jompus is a dumpus. Dumpuses are liquid. Each vumpus is not sweet. Each dumpus is a wumpus. Wumpuses are transparent. Every wumpus is a numpus. Each numpus is aggressive. Each numpus is a zumpus. Zumpuses are brown. Zumpuses are tumpuses. Tumpuses are sweet. Tumpuses are rompuses. Every rompus is not dull. Every rompus is a yumpus. Yumpuses are temperate. Yumpuses are impuses. Rex is a dumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Rex is not sweet.
[ "Predicates:\nJompus($x, bool) ::: Does x belong to Jompus?\nEarthy($x, bool) ::: Is x earthy?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nLiquid($x, bool) ::: Is x liquid?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nSweet($x, bool) ::: Is x sweet?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nTransparent($x, bool) ::: Is x transparent?\nNumpus($x, bool) ::: Does x belong to Numpus?\nAggressive($x, bool) ::: Is x aggressive?\nZumpus($x, bool) ::: Does x belong to Zumpus?\nBrown($x, bool) ::: Is x brown?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nRompus($x, bool) ::: Does x belong to Rompus?\nDull($x, bool) ::: Is x dull?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nTemperate($x, bool) ::: Is x temperate?\nImpus($x, bool) ::: Does x belong to Impus?\n\nFacts:\nDumpus(Rex, True)\n\nRules:\nJompus($x, True) >>> Earthy($x, True)\nJompus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Liquid($x, True)\nVumpus($x, True) >>> Sweet($x, False)\nDumpus($x, True) >>> Wumpus($x, True)\nWumpus($x, True) >>> Transparent($x, True)\nWumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Aggressive($x, True)\nNumpus($x, True) >>> Zumpus($x, True)\nZumpus($x, True) >>> Brown($x, True)\nZumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Sweet($x, True)\nTumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Dull($x, False)\nRompus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Temperate($x, True)\nYumpus($x, True) >>> Impus($x, True)\n\nQuery:\nSweet(Rex, False)" ]
ProntoQA_499
B
Every wumpus is brown. Every wumpus is a dumpus. Every dumpus is dull. Dumpuses are yumpuses. Yumpuses are not metallic. Every yumpus is a tumpus. Tumpuses are sour. Tumpuses are numpuses. Every numpus is opaque. Each numpus is an impus. Each impus is small. Every impus is a jompus. Each zumpus is not small. Fae is a dumpus.
[ "A) True", "B) False" ]
Is the following statement true or false? Fae is not small.
[ "Predicates:\nWumpus($x, bool) ::: Does x belong to Wumpus?\nBrown($x, bool) ::: Is x brown?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nDull($x, bool) ::: Is x dull?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nMetallic($x, bool) ::: Is x metallic?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nSour($x, bool) ::: Is x sour?\nNumpus($x, bool) ::: Does x belong to Numpus?\nOpaque($x, bool) ::: Is x opaque?\nImpus($x, bool) ::: Does x belong to Impus?\nSmall($x, bool) ::: Is x small?\nJompus($x, bool) ::: Does x belong to Jompus?\nZumpus($x, bool) ::: Does x belong to Zumpus?\n\nFacts:\nDumpus(Fae, True)\n\nRules:\nWumpus($x, True) >>> Brown($x, True)\nWumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Dull($x, True)\nDumpus($x, True) >>> Yumpus($x, True)\nYumpus($x, True) >>> Metallic($x, False)\nYumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Sour($x, True)\nTumpus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Opaque($x, True)\nNumpus($x, True) >>> Impus($x, True)\nImpus($x, True) >>> Small($x, True)\nImpus($x, True) >>> Jompus($x, True)\nZumpus($x, True) >>> Small($x, False)\n\nQuery:\nSmall(Fae, False)" ]
ProntoQA_500
B
Every zumpus is aggressive. Zumpuses are yumpuses. Wumpuses are not small. Each yumpus is not luminous. Every yumpus is a jompus. Jompuses are orange. Jompuses are numpuses. Each numpus is earthy. Each numpus is a rompus. Rompuses are not sweet. Each rompus is a vumpus. Every vumpus is bright. Each vumpus is a dumpus. Each dumpus is small. Dumpuses are tumpuses. Every tumpus is cold. Every tumpus is an impus. Polly is a jompus.
[ "A) True", "B) False" ]
Is the following statement true or false? Polly is not small.
[ "Predicates:\nZumpus($x, bool) ::: Does x belong to Zumpus?\nAggressive($x, bool) ::: Is x aggressive?\nYumpus($x, bool) ::: Does x belong to Yumpus?\nWumpus($x, bool) ::: Does x belong to Wumpus?\nSmall($x, bool) ::: Is x small?\nJompus($x, bool) ::: Does x belong to Jompus?\nOrange($x, bool) ::: Is x orange?\nNumpus($x, bool) ::: Does x belong to Numpus?\nEarthy($x, bool) ::: Is x earthy?\nRompus($x, bool) ::: Does x belong to Rompus?\nSweet($x, bool) ::: Is x sweet?\nVumpus($x, bool) ::: Does x belong to Vumpus?\nBright($x, bool) ::: Is x bright?\nDumpus($x, bool) ::: Does x belong to Dumpus?\nTumpus($x, bool) ::: Does x belong to Tumpus?\nCold($x, bool) ::: Is x cold?\nImpus($x, bool) ::: Does x belong to Impus?\nLuminous($x, bool) ::: Is x luminous?\n\nFacts:\nJompus(Polly, True)\n\nRules:\nZumpus($x, True) >>> Aggressive($x, True)\nZumpus($x, True) >>> Yumpus($x, True)\nWumpus($x, True) >>> Small($x, False)\nYumpus($x, True) >>> Luminous($x, False)\nYumpus($x, True) >>> Jompus($x, True)\nJompus($x, True) >>> Orange($x, True)\nJompus($x, True) >>> Numpus($x, True)\nNumpus($x, True) >>> Earthy($x, True)\nNumpus($x, True) >>> Rompus($x, True)\nRompus($x, True) >>> Sweet($x, False)\nRompus($x, True) >>> Vumpus($x, True)\nVumpus($x, True) >>> Bright($x, True)\nVumpus($x, True) >>> Dumpus($x, True)\nDumpus($x, True) >>> Small($x, True)\nDumpus($x, True) >>> Tumpus($x, True)\nTumpus($x, True) >>> Cold($x, True)\nTumpus($x, True) >>> Impus($x, True)\n\nQuery:\nSmall(Polly, False)" ]