From 3a5091a0c054768f9aa59fd9b3576b8d20e722f0 Mon Sep 17 00:00:00 2001 From: Swaroop Mishra Date: Tue, 2 Nov 2021 03:50:35 -0700 Subject: [PATCH 1/3] Add files via upload --- tasks/task1737-mdd-answer_generation.json | 1745 ++ tasks/task1738-mdd-recommendation_check.json | 748 + .../task1739-mdd-recommendation_check_qa.json | 1489 ++ ...task1740-mdd_sentiment_classification.json | 1090 ++ ...task1741_cose_incorrectans_generation.json | 15041 +++++++++++++++ tasks/task1742_cose_text_generation.json | 15035 +++++++++++++++ tasks/task1743_starc_question_generation.json | 1319 ++ tasks/task1744_cose_answer_generation.json | 15695 ++++++++++++++++ 8 files changed, 52162 insertions(+) create mode 100644 tasks/task1737-mdd-answer_generation.json create mode 100644 tasks/task1738-mdd-recommendation_check.json create mode 100644 tasks/task1739-mdd-recommendation_check_qa.json create mode 100644 tasks/task1740-mdd_sentiment_classification.json create mode 100644 tasks/task1741_cose_incorrectans_generation.json create mode 100644 tasks/task1742_cose_text_generation.json create mode 100644 tasks/task1743_starc_question_generation.json create mode 100644 tasks/task1744_cose_answer_generation.json diff --git a/tasks/task1737-mdd-answer_generation.json b/tasks/task1737-mdd-answer_generation.json new file mode 100644 index 000000000..8b0c1ab19 --- /dev/null +++ b/tasks/task1737-mdd-answer_generation.json @@ -0,0 +1,1745 @@ +{ + "Contributors":[ + "Uday Yalamanchili" + ], + "Source":[ + "mdd" + ], + "Categories":[ + "Answer Generation" + ], + "Input_language": [ + "English" + ], + "Output_language": [ + "English" + ], + "Instruction_language": [ + "English" + ], + "Definition":"In this task you should answer the factual questions related to a movie as concisely as possible (preferably one word). The questions can be about the genre, language, actor, director etc. You can refer to datasets like OMDb and MovieLens to get the answers.\nThings to avoid: Avoid giving verbose answers.", + "Positive Examples":[ + { + "input":"what is the genre for the movie As Tears Go By?", + "output":"Romance", + "explanation":"As per OMDb and MovieLens datasets, the genre is correct" + }, + { + "input":"what is the genre for the movie Easier with Practice?", + "output":"Drama", + "expanation":"As per OMDb and MovieLens datasets, the genre is correct" + }, + { + "Input":"what was the genre of the film Crossing Over?", + "Output":"Drama", + "explanation":"As per OMDb and MovieLens datasets, the genre is correct" + }, + { + "input":"what is the genre for the movie An Alligator Named Daisy?", + "output":"Comedy", + "explanation":"As per OMDb and MovieLens datasets, the genre is correct" + } + ], + "Negative Examples":[ + { + "input":"what sort of movie is Super 8?", + "output":"Romance", + "explanation":"As per OMDb and MovieLens datasets, the genre is incorrect" + }, + { + "input":"what was the genre of the film Violet Tendencies?", + "output":"Drama", + "expanation":"As per OMDb and MovieLens datasets, the genre is incorrect" + }, + { + "input":"what is the genre for the movie Diamonds?", + "output":"Drama", + "explanation":"As per OMDb and MovieLens datasets, the genre is incorrect" + }, + { + "input":"what kind of movie is The Mirror Crack'd?", + "output":"Comedy", + "explanation":"As per OMDb and MovieLens datasets, the genre is incorrect" + } + ], + "Instances":[ + { + "input":"what is the genre for the movie As Tears Go By?", + "output":[ + "Romance" + ] + }, + { + "input":"what is the genre for the movie Easier with Practice?", + "output":[ + "Drama" + ] + }, + { + "input":"what was the genre of the film Crossing Over?", + "output":[ + "Drama" + ] + }, + { + "input":"what is the genre for the movie An Alligator Named Daisy?", + "output":[ + "Comedy" + ] + }, + { + "input":"what sort of movie is Super 8?", + "output":[ + "Thriller" + ] + }, + { + "input":"what was the genre of the film Violet Tendencies?", + "output":[ + "Comedy" + ] + }, + { + "input":"what is the genre for the movie Diamonds?", + "output":[ + "Comedy" + ] + }, + { + "input":"what kind of movie is The Mirror Crack'd?", + "output":[ + "Crime, Mystery" + ] + }, + { + "input":"what is the genre for the film Stalingrad?", + "output":[ + "Drama, War" + ] + }, + { + "input":"what type of film is Rapt?", + "output":[ + "Drama" + ] + }, + { + "input":"what is the genre of the film The Gun That Won the West?", + "output":[ + "Western" + ] + }, + { + "input":"what genre does What Just Happened fall under?", + "output":[ + "Drama, Comedy" + ] + }, + { + "input":"what is the genre for Altered?", + "output":[ + "Horror" + ] + }, + { + "input":"what type of movie is Bopha!?", + "output":[ + "Drama" + ] + }, + { + "input":"what is the genre for the movie There Be Dragons?", + "output":[ + "Drama, War" + ] + }, + { + "input":"what is the genre of the film Turbulence?", + "output":[ + "Thriller" + ] + }, + { + "input":"what type of movie is Talk to Her?", + "output":[ + "Drama" + ] + }, + { + "input":"what was the genre of the movie Story of a Prostitute?", + "output":[ + "War" + ] + }, + { + "input":"what is the genre for the movie Kwaidan?", + "output":[ + "Horror" + ] + }, + { + "input":"what was the genre of the movie Now Is Good?", + "output":[ + "Drama" + ] + }, + { + "input":"what sort of film is Female Trouble?", + "output":[ + "Comedy, Crime" + ] + }, + { + "input":"what is the genre of the film Despicable Me?", + "output":[ + "Comedy, Animation" + ] + }, + { + "input":"what genre of movie is Winchester '73?", + "output":[ + "Western" + ] + }, + { + "input":"what sort of film is A Guy Named Joe?", + "output":[ + "War" + ] + }, + { + "input":"what was the genre of the film Never Back Down?", + "output":[ + "Action" + ] + }, + { + "input":"what film genre is Challenge to Lassie?", + "output":[ + "Drama" + ] + }, + { + "input":"what genre is Rambo in?", + "output":[ + "Action, War" + ] + }, + { + "input":"what kind of movie is Sniper?", + "output":[ + "Action" + ] + }, + { + "input":"what is the genre of Gold Diggers of 1933?", + "output":[ + "Musical" + ] + }, + { + "input":"what type of movie is Repulsion?", + "output":[ + "Horror" + ] + }, + { + "input":"what sort of movie is The Legend of Hell House?", + "output":[ + "Horror" + ] + }, + { + "input":"what language is Sarraounia in?", + "output":[ + [ + "French" + ] + ] + }, + { + "input":"what language is The Best Intentions in?", + "output":[ + "Swedish" + ] + }, + { + "input":"what language is The Sacrifice in?", + "output":[ + "Swedish" + ] + }, + { + "input":"what is the language spoken in the movie Only God Forgives?", + "output":[ + "Thai" + ] + }, + { + "input":"what language is Zatoichi the Outlaw in?", + "output":[ + "Japanese" + ] + }, + { + "input":"what is the primary language in the film Giliap?", + "output":[ + "Swedish" + ] + }, + { + "input":"what is the main language in Jane Eyre?", + "output":[ + "English, French" + ] + }, + { + "input":"what language is To Rome with Love in?", + "output":[ + "Italian" + ] + }, + { + "input":"what language is Cut and Run in?", + "output":[ + "Italian" + ] + }, + { + "input":"what is the primary language in Godzilla vs. Megalon?", + "output":[ + "Japanese" + ] + }, + { + "input":"what is the language spoken in Joker?", + "output":[ + "Hindi" + ] + }, + { + "input":"what is the main language in LOL?", + "output":[ + "French" + ] + }, + { + "input":"what is the main language in Headhunters?", + "output":[ + "Norwegian" + ] + }, + { + "input":"what language is Patriotism in?", + "output":[ + "Japanese" + ] + }, + { + "input":"what is the language spoken in Eye of the Needle?", + "output":[ + "German" + ] + }, + { + "input":"what is the primary language in Between Your Legs?", + "output":[ + "Spanish" + ] + }, + { + "input":"what is the language spoken in Decision Before Dawn?", + "output":[ + "German" + ] + }, + { + "input":"what is the language spoken in the movie The Monk?", + "output":[ + "French" + ] + }, + { + "input":"what language is Los Bandoleros in?", + "output":[ + "Spanish" + ] + }, + { + "input":"what language is A Special Day in?", + "output":[ + "Italian" + ] + }, + { + "input":"what is the main language in 47 Ronin?", + "output":[ + "Japanese" + ] + }, + { + "input":"what is the primary language in Offside?", + "output":[ + "Swedish" + ] + }, + { + "input":"what is the primary language in the film The Last Deadly Mission?", + "output":[ + "French" + ] + }, + { + "input":"what language is Go for It in?", + "output":[ + "Italian" + ] + }, + { + "input":"what language is Two Mules for Sister Sara in?", + "output":[ + "French" + ] + }, + { + "input":"what language is Stations of the Cross in?", + "output":[ + "German" + ] + }, + { + "input":"what is the primary language in the film The Burglars?", + "output":[ + "English" + ] + }, + { + "input":"what is the language spoken in the film Carmina or Blow Up?", + "output":[ + "Spanish" + ] + }, + { + "input":"what is the language spoken in the movie Kenny Begins?", + "output":[ + "Swedish" + ] + }, + { + "input":"what is the primary language in the film Gangs of New York?", + "output":[ + "Irish" + ] + }, + { + "input":"what is the main language in The New York Ripper?", + "output":[ + "Italian" + ] + }, + { + "input":"what language is The Place Beyond the Pines in?", + "output":[ + "English" + ] + }, + { + "input":"what is the language spoken in I as in Icarus?", + "output":[ + "French" + ] + }, + { + "input":"what is the main language in The Sucker?", + "output":[ + "French" + ] + }, + { + "input":"what is the main language in Riding Alone for Thousands of Miles?", + "output":[ + "Japanese" + ] + }, + { + "input":"what is the language spoken in the movie That Night in Varennes?", + "output":[ + "French, Italian" + ] + }, + { + "input":"what language is the movie Taffin in?", + "output":[ + "Irish" + ] + }, + { + "input":"what is the language spoken in See the Sea?", + "output":[ + "French" + ] + }, + { + "input":"what is the language spoken in the film The Women on the 6th Floor?", + "output":[ + "French" + ] + }, + { + "input":"what is the primary language in Wings of Hope?", + "output":[ + "German" + ] + }, + { + "input":"what is the language spoken in the movie Dad Savage?", + "output":[ + "English" + ] + }, + { + "input":"what is the main language in Planet of the Apes?", + "output":[ + "English" + ] + }, + { + "input":"what is the main language in Talk of Angels?", + "output":[ + "English, Spanish" + ] + }, + { + "input":"what language is Whity in?", + "output":[ + "German" + ] + }, + { + "input":"what is the primary language in the film Raging Phoenix?", + "output":[ + "Thai" + ] + }, + { + "input":"what is the primary language in the film The Scent of Green Papaya?", + "output":[ + "Vietnamese" + ] + }, + { + "input":"what is the main language in Loft?", + "output":[ + "Flemish" + ] + }, + { + "input":"what is the primary language in Dororo?", + "output":[ + "Japanese" + ] + }, + { + "input":"what is the language spoken in Grill Point?", + "output":[ + "German" + ] + }, + { + "input":"what language is Welcome to New York in?", + "output":[ + "French" + ] + }, + { + "input":"what is the language spoken in the film Sisters?", + "output":[ + "French" + ] + }, + { + "input":"what is the primary language in the film Shoah?", + "output":[ + "French, German, Hebrew, Polish, Yiddish" + ] + }, + { + "input":"what is the language spoken in the film Metropolis?", + "output":[ + "German" + ] + }, + { + "input":"what is the main language in Nekromantik?", + "output":[ + "German" + ] + }, + { + "input":"what is the language spoken in Anything Goes?", + "output":[ + "English" + ] + }, + { + "input":"what language is The Iron Ladies in?", + "output":[ + "Thai" + ] + }, + { + "input":"what language is Envy in?", + "output":[ + "Turkish" + ] + }, + { + "input":"what is the language spoken in the movie Phaedra?", + "output":[ + "Greek" + ] + }, + { + "input":"what is the language spoken in the movie Cinderella?", + "output":[ + "English" + ] + }, + { + "input":[ + "what language is Nomads in?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what is the main language in The Little Fox?" + ], + "output":[ + "Hungarian" + ] + }, + { + "input":[ + "what language is Dust in?" + ], + "output":[ + "Macedonian" + ] + }, + { + "input":[ + "what language is Les Cousins in?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what is the language spoken in the movie March of the Penguins?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what is the language spoken in Live Flesh?" + ], + "output":[ + "Spanish" + ] + }, + { + "input":[ + "what is the main language in Summer Storm?" + ], + "output":[ + "German" + ] + }, + { + "input":[ + "what is the primary language in the film Venus in Fur?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what language is the movie The Red Balloon in?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what is the primary language in the film Avalon?" + ], + "output":[ + "Polish" + ] + }, + { + "input":[ + "what language is the movie Ciao, Professore! in?" + ], + "output":[ + "Italian" + ] + }, + { + "input":[ + "what is the language spoken in These Girls?" + ], + "output":[ + "English" + ] + }, + { + "input":[ + "what is the language spoken in Chalet Girl?" + ], + "output":[ + "German" + ] + }, + { + "input":[ + "what is the language spoken in the film Babette's Feast?" + ], + "output":[ + "Danish" + ] + }, + { + "input":[ + "what language is Orchestra Rehearsal in?" + ], + "output":[ + "Italian" + ] + }, + { + "input":[ + "what is the primary language in the film Three Brothers?" + ], + "output":[ + "Italian" + ] + }, + { + "input":[ + "what is the main language in The Other Side of Sunday?" + ], + "output":[ + [ + "Norwegian" + ] + ] + }, + { + "input":[ + "what language is the movie Santa Claus in?" + ], + "output":[ + "Spanish" + ] + }, + { + "input":[ + "what language is the movie Zombie and the Ghost Train in?" + ], + "output":[ + "Finnish" + ] + }, + { + "input":[ + "what language is Cell 211 in?" + ], + "output":[ + "Spanish" + ] + }, + { + "input":[ + "what language is Murmur of the Heart in?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what is the primary language in the film What Richard Did?" + ], + "output":[ + [ + "Irish" + ] + ] + }, + { + "input":[ + "what language is Hangmen Also Die! in?" + ], + "output":[ + "German" + ] + }, + { + "input":[ + "what language is Closer to the Moon in?" + ], + "output":[ + "Romanian" + ] + }, + { + "input":[ + "what is the primary language in A Monkey in Winter?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what is the language spoken in the movie Priceless?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what language is the movie Gloria in?" + ], + "output":[ + "Spanish" + ] + }, + { + "input":[ + "what language is Essential Killing in?" + ], + "output":[ + "Polish" + ] + }, + { + "input":[ + "what language is Stricken in?" + ], + "output":[ + "Dutch" + ] + }, + { + "input":[ + "what language is The Gilded Lily in?" + ], + "output":[ + "English" + ] + }, + { + "input":[ + "what is the primary language in the film Adventures of Captain Marvel?" + ], + "output":[ + "English" + ] + }, + { + "input":[ + "what is the language spoken in the movie Paulette?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what language is the movie Entre ses mains in?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what is the primary language in the film Shara?" + ], + "output":[ + [ + "Japanese" + ] + ] + }, + { + "input":[ + "what is the primary language in The Five Obstructions?" + ], + "output":[ + "Danish" + ] + }, + { + "input":[ + "what is the language spoken in the film Hideous Kinky?" + ], + "output":[ + "English" + ] + }, + { + "input":[ + "what language is The East in?" + ], + "output":[ + "English" + ] + }, + { + "input":[ + "what is the main language in The Science of Sleep?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what is the primary language in 3 Idiots?" + ], + "output":[ + [ + "Hindi" + ] + ] + }, + { + "input":[ + "what is the primary language in Firelight?" + ], + "output":[ + "English" + ] + }, + { + "input":[ + "what language is Come Dance with Me! in?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what language is Evilenko in?" + ], + "output":[ + "English" + ] + }, + { + "input":[ + "what is the language spoken in the movie The Wedding Director?" + ], + "output":[ + "Italian" + ] + }, + { + "input":[ + "what is the language spoken in Camino?" + ], + "output":[ + "Spanish" + ] + }, + { + "input":[ + "what language is Pandora's Box in?" + ], + "output":[ + "German" + ] + }, + { + "input":[ + "what language is Ararat in?" + ], + "output":[ + "French, Armenian" + ] + }, + { + "input":[ + "what is the language spoken in the film Leprechaun?" + ], + "output":[ + "English" + ] + }, + { + "input":[ + "what language is the movie Catch-22 in?" + ], + "output":[ + "Italian" + ] + }, + { + "input":[ + "what language is the movie Julia and Julia in?" + ], + "output":[ + "Italian" + ] + }, + { + "input":[ + "what is the language spoken in the movie Boarding Gate?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what is the primary language in the film The Blue Light?" + ], + "output":[ + "German" + ] + }, + { + "input":[ + "what language is Man Bites Dog in?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what is the primary language in the film Witchhammer?" + ], + "output":[ + "Czech" + ] + }, + { + "input":[ + "what is the language spoken in the movie Éxtasis?" + ], + "output":[ + "Spanish" + ] + }, + { + "input":[ + "what language is Love Me If You Dare in?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what is the primary language in Mad City?" + ], + "output":[ + "English" + ] + }, + { + "input":[ + "what language is All Things Fair in?" + ], + "output":[ + [ + "Swedish" + ] + ] + }, + { + "input":[ + "what is the primary language in the film Zatoichi on the Road?" + ], + "output":[ + [ + "Japanese" + ] + ] + }, + { + "input":[ + "what is the main language in Returner?" + ], + "output":[ + [ + "Japanese" + ] + ] + }, + { + "input":[ + "what is the primary language in the film Celine and Julie Go Boating?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what language is Forbidden Games in?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what language is Branded to Kill in?" + ], + "output":[ + [ + "Japanese" + ] + ] + }, + { + "input":[ + "what is the language spoken in the film Hunting and Gathering?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what is the primary language in the film Dog Nail Clipper?" + ], + "output":[ + "Finnish" + ] + }, + { + "input":[ + "what language is Dark Horse in?" + ], + "output":[ + "Danish" + ] + }, + { + "input":[ + "what is the language spoken in the film Lilies of the Field?" + ], + "output":[ + "German" + ] + }, + { + "input":[ + "what is the language spoken in the film Carmen?" + ], + "output":[ + "Spanish" + ] + }, + { + "input":[ + "what language is the movie The Blood Spattered Bride in?" + ], + "output":[ + "Spanish" + ] + }, + { + "input":[ + "what is the language spoken in the film Pusher?" + ], + "output":[ + "English" + ] + }, + { + "input":[ + "what language is Nomads in?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what is the main language in The Little Fox?" + ], + "output":[ + "Hungarian" + ] + }, + { + "input":[ + "what language is Dust in?" + ], + "output":[ + "Macedonian" + ] + }, + { + "input":[ + "what language is Les Cousins in?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what is the language spoken in the movie March of the Penguins?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what is the language spoken in Live Flesh?" + ], + "output":[ + "Spanish" + ] + }, + { + "input":[ + "what is the main language in Summer Storm?" + ], + "output":[ + "German" + ] + }, + { + "input":[ + "what is the primary language in the film Venus in Fur?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what language is the movie The Red Balloon in?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what is the primary language in the film Avalon?" + ], + "output":[ + "Polish" + ] + }, + { + "input":[ + "what language is the movie Ciao, Professore! in?" + ], + "output":[ + "Italian" + ] + }, + { + "input":[ + "what is the language spoken in These Girls?" + ], + "output":[ + "English" + ] + }, + { + "input":[ + "what is the language spoken in Chalet Girl?" + ], + "output":[ + "German" + ] + }, + { + "input":[ + "what is the language spoken in the film Babette's Feast?" + ], + "output":[ + "Danish" + ] + }, + { + "input":[ + "what language is Orchestra Rehearsal in?" + ], + "output":[ + "Italian" + ] + }, + { + "input":[ + "what is the primary language in the film Three Brothers?" + ], + "output":[ + "Italian" + ] + }, + { + "input":[ + "what is the main language in The Other Side of Sunday?" + ], + "output":[ + [ + "Norwegian" + ] + ] + }, + { + "input":[ + "what language is the movie Santa Claus in?" + ], + "output":[ + "Spanish" + ] + }, + { + "input":[ + "what language is the movie Zombie and the Ghost Train in?" + ], + "output":[ + "Finnish" + ] + }, + { + "input":[ + "what language is Cell 211 in?" + ], + "output":[ + "Spanish" + ] + }, + { + "input":[ + "what language is Murmur of the Heart in?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what is the primary language in the film What Richard Did?" + ], + "output":[ + [ + "Irish" + ] + ] + }, + { + "input":[ + "what language is Hangmen Also Die! in?" + ], + "output":[ + "German" + ] + }, + { + "input":[ + "what language is Closer to the Moon in?" + ], + "output":[ + "Romanian" + ] + }, + { + "input":[ + "what is the primary language in A Monkey in Winter?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what is the language spoken in the movie Priceless?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what language is the movie Gloria in?" + ], + "output":[ + "Spanish" + ] + }, + { + "input":[ + "what language is Essential Killing in?" + ], + "output":[ + "Polish" + ] + }, + { + "input":[ + "what language is Stricken in?" + ], + "output":[ + "Dutch" + ] + }, + { + "input":[ + "what language is The Gilded Lily in?" + ], + "output":[ + "English" + ] + }, + { + "input":[ + "what is the primary language in the film Adventures of Captain Marvel?" + ], + "output":[ + "English" + ] + }, + { + "input":[ + "what is the language spoken in the movie Paulette?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what language is the movie Entre ses mains in?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what is the primary language in the film Shara?" + ], + "output":[ + [ + "Japanese" + ] + ] + }, + { + "input":[ + "what is the primary language in The Five Obstructions?" + ], + "output":[ + "Danish" + ] + }, + { + "input":[ + "what is the language spoken in the film Hideous Kinky?" + ], + "output":[ + "English" + ] + }, + { + "input":[ + "what language is The East in?" + ], + "output":[ + "English" + ] + }, + { + "input":[ + "what is the main language in The Science of Sleep?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what is the primary language in 3 Idiots?" + ], + "output":[ + [ + "Hindi" + ] + ] + }, + { + "input":[ + "what is the primary language in Firelight?" + ], + "output":[ + "English" + ] + }, + { + "input":[ + "what language is Come Dance with Me! in?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what language is Evilenko in?" + ], + "output":[ + "English" + ] + }, + { + "input":[ + "what is the language spoken in the movie The Wedding Director?" + ], + "output":[ + "Italian" + ] + }, + { + "input":[ + "what is the language spoken in Camino?" + ], + "output":[ + "Spanish" + ] + }, + { + "input":[ + "what language is Pandora's Box in?" + ], + "output":[ + "German" + ] + }, + { + "input":[ + "what language is Ararat in?" + ], + "output":[ + "French, Armenian" + ] + }, + { + "input":[ + "what is the language spoken in the film Leprechaun?" + ], + "output":[ + "English" + ] + }, + { + "input":[ + "what language is the movie Catch-22 in?" + ], + "output":[ + "Italian" + ] + }, + { + "input":[ + "what language is the movie Julia and Julia in?" + ], + "output":[ + "Italian" + ] + }, + { + "input":[ + "what is the language spoken in the movie Boarding Gate?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what is the primary language in the film The Blue Light?" + ], + "output":[ + "German" + ] + }, + { + "input":[ + "what language is Man Bites Dog in?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what is the primary language in the film Witchhammer?" + ], + "output":[ + "Czech" + ] + }, + { + "input":[ + "what is the language spoken in the movie Éxtasis?" + ], + "output":[ + "Spanish" + ] + }, + { + "input":[ + "what language is Love Me If You Dare in?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what is the primary language in Mad City?" + ], + "output":[ + "English" + ] + }, + { + "input":[ + "what language is All Things Fair in?" + ], + "output":[ + [ + "Swedish" + ] + ] + }, + { + "input":[ + "what is the primary language in the film Zatoichi on the Road?" + ], + "output":[ + [ + "Japanese" + ] + ] + }, + { + "input":[ + "what is the main language in Returner?" + ], + "output":[ + [ + "Japanese" + ] + ] + }, + { + "input":[ + "what is the primary language in the film Celine and Julie Go Boating?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what language is Forbidden Games in?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what language is Branded to Kill in?" + ], + "output":[ + [ + "Japanese" + ] + ] + }, + { + "input":[ + "what is the language spoken in the film Hunting and Gathering?" + ], + "output":[ + "French" + ] + }, + { + "input":[ + "what is the primary language in the film Dog Nail Clipper?" + ], + "output":[ + "Finnish" + ] + }, + { + "input":[ + "what language is Dark Horse in?" + ], + "output":[ + "Danish" + ] + }, + { + "input":[ + "what is the language spoken in the film Lilies of the Field?" + ], + "output":[ + "German" + ] + }, + { + "input":[ + "what is the language spoken in the film Carmen?" + ], + "output":[ + "Spanish" + ] + }, + { + "input":[ + "what language is the movie The Blood Spattered Bride in?" + ], + "output":[ + "Spanish" + ] + }, + { + "input":[ + "what is the language spoken in the film Pusher?" + ], + "output":[ + "English" + ] + } + ] +} \ No newline at end of file diff --git a/tasks/task1738-mdd-recommendation_check.json b/tasks/task1738-mdd-recommendation_check.json new file mode 100644 index 000000000..363b88029 --- /dev/null +++ b/tasks/task1738-mdd-recommendation_check.json @@ -0,0 +1,748 @@ +{ + "Contributors":[ + "Uday Yalamanchili" + ], + "Source":[ + "mdd" + ], + "Categories":[ + "Recommendation Check" + ], + "Input_language": [ + "English" + ], + "Output_language": [ + "English" + ], + "Instruction_language": [ + "English" + ], + "Definition":"In this task, you're given two sentences. Sentence 1 is about the movies the speaker likes. Sentence 2 gives the name of the movie which is similar to his likes. Your job is to determine if the recommended movie is similar to the speakers likes or not. Indicate your answer with Y or N.", + "Positive Examples":[ + { + "input":[ + "I liked Shine, The City of Lost Children, The Princess Bride, Whats Eating Gilbert Grape, Emma, Rear Window, and The Matrix. Can you recommend something to watch?", + "Take the Money and Run" + ], + "output":"N", + "explanation":"The suggested movie is similar to the other movies the person liked" + }, + { + "input":[ + "I watched the films Autumn Sonata, In the Mood for Love, The Gospel According to St. Matthew, The Seventh Seal, Down by Law, The Spirit of the Beehive, and Stalker and loved them. Can you suggest something I might like?", + "Onibaba" + ], + "output":"N", + "expanation":"The suggested movie is similar to the other movies the person liked" + }, + { + "input":[ + "Raiders of the Lost Ark, Wreck-It Ralph, Glory, The Princess Bride, Monsters, Inc., The Matrix, and Forrest Gump are films I like. Would you suggest something I might like?", + "Iron Man 2" + ], + "output":"Y", + "explanation":"The suggested movie is similar to the other movies the person liked" + }, + { + "input":[ + "I love First Blood, Indiana Jones and the Last Crusade, Face/Off, Raiders of the Lost Ark, Last Action Hero, RoboCop, and The Bodyguard. Would you recommend a film?", + "The Big Hit" + ], + "output":"Y", + "explanation":"The suggested movie is similar to the other movies the person liked" + } + ], + "Negative Examples":[ + { + "input":[ + "I really liked The Asphalt Jungle, The Big Lebowski, 25th Hour, and Badlands. Would you suggest something I might like?', 'The Assassination of Jesse James by the Coward Robert Ford'" + ], + "output":"Y", + "explanation":"The suggested movie is not similar and does not have common cast to the other movies the person had liked " + }, + { + "input":[ + "Finding Forrester, Raiders of the Lost Ark, Insomnia, Scent of a Woman, Midnight Express, E.T. the Extra-Terrestrial, and Philadelphia are movies I loved. Can you suggest something to watch?", + "Cast Away" + ], + "output":"Y", + "expanation":"The suggested movie is not similar and does not have common cast to the other movies the person had liked" + }, + { + "input":[ + "The Hangover, The Usual Suspects, Pulp Fiction, Ocean's Eleven, A Beautiful Mind, Memento, and Gladiator are movies I like. Can you recommend something I might like?", + "Forgetting Sarah Marshall" + ], + "output":"Y", + "explanation":"The suggested movie is not similar and does not have common cast to the other movies the person had liked" + }, + { + "input":[ + "I like Ghostbusters, The Terminator, Raiders of the Lost Ark, Wings of Desire, Rumble in the Bronx, Midnight Run, and Brazil. Would you suggest something I might like?", + "Phantom of the Paradise" + ], + "output":"Y", + "explanation":"The suggested movie is not similar and does not have common cast to the other movies the person had liked" + } + ], + "Instances":[ + { + "input":[ + "Raging Bull, Being John Malkovich, X-Men, The Elephant Man, The Shawshank Redemption, Aliens, and Monty Python and the Holy Grail are films I liked. Can you suggest something I might like?", + "Dead Ringers" + ], + "output":"N" + }, + { + "input":[ + "Forrest Gump, City Lights, Jaws, Lawrence of Arabia, Jurassic Park, Fargo, and Before Sunrise are movies I really liked. Would you suggest something I might like?", + "Forget Paris" + ], + "output":"N" + }, + { + "input":[ + "I watched the films Emma, The Adventures of Priscilla, Queen of the Desert, Hamlet, The Wizard of Oz, Casablanca, Citizen Kane, and The Godfather and loved them. Can you recommend a film?", + "Jane Eyre" + ], + "output":"N" + }, + { + "input":[ + "Prizzi's Honor, Ninotchka, His Girl Friday, Beetlejuice, Casino, Roman Holiday, and All About Eve are films I love. Can you suggest something to watch?", + "Outrageous Fortune" + ], + "output":"N" + }, + { + "input":[ + "Four Days in September, Brazil, In the Realm of the Senses, Scream, All About Eve, Das Boot, and Out of the Past are movies I love. Would you recommend something I might like?", + "Barbarella" + ], + "output":"Y" + }, + { + "input":[ + "I watched the films Pulp Fiction, The Silence of the Lambs, The Butterfly Effect, Spirited Away, Fight Club, The Shawshank Redemption, and Total Recall and loved them. Would you recommend a movie?", + "Ninja Scroll" + ], + "output":"N" + }, + { + "input":[ + "Shine, To Kill a Mockingbird, Platoon, Citizen Kane, Mary Poppins, Annie Hall, and The French Connection are films I really liked. Can you suggest something I might like?", + "All About Eve" + ], + "output":"Y" + }, + { + "input":[ + "Harry Potter and the Chamber of Secrets, Harry Potter and the Goblet of Fire, Forrest Gump, Die Hard, Gattaca, Die Hard 2, and Harry Potter and the Prisoner of Azkaban are movies I really liked. Would you suggest something to watch?", + "Cop Land" + ], + "output":"N" + }, + { + "input":[ + "Natural Born Killers, Mad Max, Trainspotting, Oldboy, Pulp Fiction, Fight Club, and Eternal Sunshine of the Spotless Mind are films I love. Can you suggest something to watch?", + "Sin City" + ], + "output":"N" + }, + { + "input":[ + "Crimson Tide, Jumanji, Jurassic Park, The American President, Independence Day, Aladdin, and Beauty and the Beast are films I liked. Can you recommend something I might like?", + "Andre" + ], + "output":"Y" + }, + { + "input":[ + "I watched the films Shrek, West Side Story, Billy Elliot, The Birdcage, Dead Again, Ferris Bueller's Day Off, and Schindler's List and loved them. Can you recommend something to watch?", + "The Negotiator" + ], + "output":"N" + }, + { + "input":[ + "Gone Girl, Harry Potter and the Prisoner of Azkaban, Good Will Hunting, Into the Wild, Spider-Man, House of Flying Daggers, and There Will Be Blood are films I like. Would you suggest something to watch?", + "Iron Man 3" + ], + "output":"Y" + }, + { + "input":[ + "I love Casablanca, Cars, Indiana Jones and the Last Crusade, March of the Penguins, Being John Malkovich, Forrest Gump, and The Pianist. Can you suggest something I might like?", + "All the King's Men" + ], + "output":"Y" + }, + { + "input":[ + "Much Ado About Nothing, The Remains of the Day, Welcome to the Dollhouse, Muriel's Wedding, Schindler's List, Get Shorty, and The Shawshank Redemption are movies I liked. Can you recommend a movie?", + "Kids" + ], + "output":"Y" + }, + { + "input":[ + "Beetlejuice, Ghostbusters, Back to the Future, Run Lola Run, Amélie, Monsters, Inc., and Ferris Bueller's Day Off are films I loved. Can you recommend something I might like?", + "Clue" + ], + "output":"N" + }, + { + "input":[ + "I really like From Russia with Love, Blade Runner, 2 Days in the Valley, Ferris Bueller's Day Off, When Harry Met Sally..., The Sixth Sense, and Risky Business. Can you recommend a movie?", + "The Sugarland Express" + ], + "output":"N" + }, + { + "input":[ + "I really like A Man for All Seasons, Ordinary People, Central Station, Paris, Texas, What's Eating Gilbert Grape, Life Is Beautiful, and The Big Lebowski. Would you suggest something to watch?", + "Richard III" + ], + "output":"N" + }, + { + "input":[ + "Indiana Jones and the Last Crusade, The Good, the Bad and the Ugly, The Sting, A Christmas Story, Casablanca, Cool Hand Luke, and The Nightmare Before Christmas are films I like. Can you recommend something to watch?", + "Back to the Future Part II" + ], + "output":"N" + }, + { + "input":[ + "I like Pulp Fiction, In the Line of Fire, Schindler's List, Toy Story, Dances with Wolves, Batman, and Braveheart. Would you suggest a movie?", + "Rumble in the Bronx" + ], + "output":"N" + }, + { + "input":[ + "The American President, Tombstone, Dangerous Minds, Outbreak, Dead Man Walking, The Client, and The Firm are movies I liked. Can you recommend a movie?", + "Congo" + ], + "output":"N" + }, + { + "input":[ + "I like Schindler's List, Fargo, Kids, The Silence of the Lambs, Shallow Grave, The Usual Suspects, and Hoop Dreams. Can you suggest something I might like?", + "Six Degrees of Separation" + ], + "output":"N" + }, + { + "input":[ + "Pollyanna, Goldfinger, Forrest Gump, Clear and Present Danger, Funny Face, Gone with the Wind, and The Princess Bride are movies I really liked. Would you recommend a movie?", + "Monty Python and the Holy Grail" + ], + "output":"Y" + }, + { + "input":[ + "Die Hard, Goodfellas, Mystic River, The Exorcist, The Terminator, Taxi Driver, and Double Indemnity are movies I really liked. Would you suggest something to watch?", + "Rope" + ], + "output":"N" + }, + { + "input":[ + "The Fabulous Baker Boys, Tampopo, Blue Velvet, Finding Forrester, Dogma, The Tin Drum, and The Usual Suspects are films I love. Would you suggest something I might like?", + "The Razor's Edge" + ], + "output":"Y" + }, + { + "input":[ + "I like Aliens, American Beauty, Alien, Solaris, Metropolis, Brazil, and A Clockwork Orange. Can you recommend a film?", + "The Thing from Another World" + ], + "output":"Y" + }, + { + "input":[ + "Schindler's List, 10 Things I Hate About You, Good Will Hunting, Dances with Wolves, Emma, Amélie, and Dirty Dancing are movies I really like. Can you recommend a movie?", + "Hedwig and the Angry Inch" + ], + "output":"N" + }, + { + "input":[ + "I liked Adventures in Babysitting, Dirty Dancing, Heathers, Good Will Hunting, Some Like It Hot, A Christmas Story, and Hoop Dreams. Would you recommend a movie?", + "To Die For" + ], + "output":"Y" + }, + { + "input":[ + "The Muppet Movie, The Usual Suspects, Capote, The Last Picture Show, Gallipoli, Evil Dead II, and The Straight Story are movies I liked. Can you suggest something to watch?", + "Rashomon" + ], + "output":"N" + }, + { + "input":[ + "Goodfellas, Taxi Driver, A Streetcar Named Desire, The Silence of the Lambs, The Princess Bride, Ghostbusters, and Cool Hand Luke are films I really liked. Can you recommend something to watch?", + "The Usual Suspects" + ], + "output":"N" + }, + { + "input":[ + "The Big Lebowski, Secretary, Dogtooth, Angel Heart, Inception, Oldboy, and Mysterious Skin are movies I love. Would you suggest something I might like?", + "The Travelling Players" + ], + "output":"N" + }, + { + "input":[ + "Naked, Dogtooth, American Beauty, Audition, Suspiria, Angel Heart, and Mysterious Skin are films I really like. Would you suggest a movie?", + "The Travelling Players" + ], + "output":"Y" + }, + { + "input":[ + "A Grand Day Out, Gone with the Wind, Indiana Jones and the Last Crusade, Super Size Me, A Beautiful Mind, Vertigo, and The Lion King are films I like. Can you suggest something to watch?", + "All the King's Men" + ], + "output":"N" + }, + { + "input":[ + "I watched the films The Terminator, Blown Away, Jurassic Park, The Hunt for Red October, Blink, Die Hard 2, and Back to the Future and loved them. Can you suggest something to watch?", + "Desperate Measures" + ], + "output":"Y" + }, + { + "input":[ + "Eastern Promises, American Beauty, The Big Sleep, The Shining, Brazil, Office Space, and My Neighbor Totoro are movies I really liked. Would you suggest something to watch?", + "The Girl Who Leapt Through Time" + ], + "output":"Y" + }, + { + "input":[ + "I really liked The Princess Bride, Pleasantville, Back to the Future, The Fox and the Hound, The Silence of the Lambs, The Wizard of Oz, and The Sixth Sense. Would you recommend a film?", + "Harry Potter and the Prisoner of Azkaban" + ], + "output":"Y" + }, + { + "input":[ + "I really liked Children of Men, Being John Malkovich, Crash, American History X, The Godfather, Kiss Kiss Bang Bang, and True Grit. Can you suggest a movie?", + "Curse of the Golden Flower" + ], + "output":"Y" + }, + { + "input":[ + "Bicycle Thieves, The Sea Inside, Y Tu Mamá También, Oldboy, Pulp Fiction, The Royal Tenenbaums, and Amélie are movies I liked. Would you suggest a movie?", + "Divorce Italian Style" + ], + "output":"Y" + }, + { + "input":[ + "Toy Story 3, The Avengers, Reservoir Dogs, The Usual Suspects, X-Men, Ghostbusters, and Alien are films I really like. Would you suggest a movie?", + "The Prestige" + ], + "output":"Y" + }, + { + "input":[ + "The Sting, Psycho, The Graduate, The Commitments, Pollock, Stranger Than Paradise, and Gladiator are movies I really liked. Can you recommend a movie?", + "La Femme Nikita" + ], + "output":"Y" + }, + { + "input":[ + "I loved Gone with the Wind, Shakespeare in Love, Moulin Rouge!, Ghostbusters, The Insider, The Thomas Crown Affair, and Fight Club. Would you suggest something to watch?", + "Evita" + ], + "output":"N" + }, + { + "input":[ + "October Sky, Shakespeare in Love, American Graffiti, Jurassic Park, West Side Story, Cocoon, and The Hunt for Red October are films I really liked. Can you recommend a movie?", + "Parenthood" + ], + "output":"Y" + }, + { + "input":[ + "Who Framed Roger Rabbit, Night of the Living Dead, Clerks, Office Space, Fantasia, Goodfellas, and Back to the Future are films I loved. Can you recommend a film?", + "Dolores Claiborne" + ], + "output":"N" + }, + { + "input":[ + "Pleasantville, Galaxy Quest, The Last Picture Show, Lawrence of Arabia, The Princess Bride, Moonstruck, and Fargo are movies I really liked. Can you recommend something to watch?", + "The Opposite of Sex" + ], + "output":"N" + }, + { + "input":[ + "Badlands, M, A Close Shave, The Usual Suspects, Sling Blade, Evil Dead II, and Stop Making Sense are films I really liked. Can you recommend a movie?", + "Miller's Crossing" + ], + "output":"N" + }, + { + "input":[ + "I liked Frances Ha, Fight Club, Silver Linings Playbook, American History X, The Talented Mr. Ripley, Never Let Me Go, and Morvern Callar. Can you suggest something I might like?", + "The Big Picture" + ], + "output":"N" + }, + { + "input":[ + "Octopussy, Monty Python and the Holy Grail, Jurassic Park, Office Space, The Princess Bride, GoldenEye, and I, Robot are films I really liked. Can you recommend a movie?", + "Die Another Day" + ], + "output":"Y" + }, + { + "input":[ + "Jurassic Park, The Color Purple, Schindler's List, The Usual Suspects, Pi, The Exorcist, and Crouching Tiger, Hidden Dragon are movies I loved. Would you recommend something I might like?", + "The Good, the Bad and the Ugly" + ], + "output":"Y" + }, + { + "input":[ + "Finding Neverland, Mr. Holland's Opus, Saw IV, Juno, The Amityville Horror, Saw II, and The Dark Knight are movies I love. Would you recommend a film?", + "Problem Child 2" + ], + "output":"N" + }, + { + "input":[ + "Starship Troopers, Dogma, American Beauty, The Great Muppet Caper, Raiders of the Lost Ark, Indiana Jones and the Last Crusade, and Into the Woods are films I really liked. Would you suggest something to watch?", + "Shrek" + ], + "output":"N" + }, + { + "input":[ + "The Lady Eve, M, Farewell My Concubine, High Plains Drifter, The Third Man, A Christmas Story, and A Streetcar Named Desire are films I love. Would you recommend something to watch?", + "The Scarlet Empress" + ], + "output":"N" + }, + { + "input":[ + "A Grand Day Out, Airplane!, The Shawshank Redemption, Sneakers, The Wrong Trousers, Ghostbusters, and Big are films I loved. Can you suggest a movie?", + "Fletch" + ], + "output":"N" + }, + { + "input":[ + "I watched the films Schindler's List, The Terminator, Big Night, The Blues Brothers, Goldfinger, Anne Frank Remembered, and Glory and loved them. Would you suggest a movie?", + "Thunderball" + ], + "output":"Y" + }, + { + "input":[ + "All That Jazz, Taxi Driver, Wonder Boys, Aliens, The Towering Inferno, Drugstore Cowboy, and Dazed and Confused are films I really liked. Can you recommend something I might like?", + "Sexy Beast" + ], + "output":"Y" + }, + { + "input":[ + "The Texas Chain Saw Massacre, E.T. the Extra-Terrestrial, Gattaca, Kingpin, Raiders of the Lost Ark, King Kong, and The Wrong Trousers are movies I liked. Can you recommend a film?", + "Metropolis" + ], + "output":"Y" + }, + { + "input":[ + "A Christmas Story, Aliens, Casino, Blade Runner, Schindler's List, Bringing Up Baby, and Cape Fear are films I loved. Would you recommend a movie?", + "Dead Again" + ], + "output":"N" + }, + { + "input":[ + "Blade, Akira, Reservoir Dogs, Harold and Maude, Scream, Fear, and Basic Instinct are movies I really like. Can you recommend a film?", + "Blown Away" + ], + "output":"N" + }, + { + "input":[ + "Farewell My Concubine, Raise the Red Lantern, The General, L.A. Confidential, Tropic Thunder, The Good, the Bad and the Ugly, and The Hidden Fortress are films I love. Would you suggest something to watch?", + "Gone Baby Gone" + ], + "output":"Y" + }, + { + "input":[ + "The American President, Unforgettable, The Umbrellas of Cherbourg, Love Affair, Richard III, Belle de Jour, and Underground are films I really liked. Can you suggest something I might like?", + "My Family" + ], + "output":"N" + }, + { + "input":[ + "I really like Magnolia, Rosemary's Baby, North by Northwest, Eternal Sunshine of the Spotless Mind, Jesus Christ Superstar, Vertigo, and American Beauty. Would you suggest something I might like?", + "Arizona Dream" + ], + "output":"Y" + }, + { + "input":[ + "Fight Club, Ghostbusters, The Silence of the Lambs, Alien, The Godfather, The Nightmare Before Christmas, and Pulp Fiction are movies I loved. Would you suggest something to watch?", + "The Texas Chain Saw Massacre" + ], + "output":"Y" + }, + { + "input":[ + "Children of Men, O Brother, Where Art Thou?, Fear and Loathing in Las Vegas, Hot Fuzz, The Departed, Oldboy, and The Man Who Wasn't There are movies I like. Would you recommend a movie?", + "Wet Hot American Summer" + ], + "output":"Y" + }, + { + "input":[ + "Little Big Man, The African Queen, Singin' in the Rain, MASH, Gladiator, Dr. No, and Butch Cassidy and the Sundance Kid are movies I really like. Would you recommend a movie?", + "My Dog Skip" + ], + "output":"Y" + }, + { + "input":[ + "The Princess Bride, The Gold Rush, All About My Mother, Fight Club, Gladiator, Chasing Amy, and Butch Cassidy and the Sundance Kid are movies I like. Would you suggest something I might like?", + "Six Degrees of Separation" + ], + "output":"Y" + }, + { + "input":[ + "The Silence of the Lambs, Pulp Fiction, Six Degrees of Separation, Trainspotting, Hoop Dreams, Fargo, and The Usual Suspects are films I really liked. Can you recommend something to watch?", + "Shallow Grave" + ], + "output":"Y" + }, + { + "input":[ + "Cinema Paradiso, Boys Don't Cry, Vertigo, Laura, Ocean's Eleven, The Kid, and Children of Paradise are movies I really liked. Can you recommend a film?", + "The Town Is Quiet" + ], + "output":"Y" + }, + { + "input":[ + "The Fall, Magnolia, Gattaca, The Usual Suspects, and The Lives of Others are movies I like. Would you recommend something I might like?", + "The Life of David Gale" + ], + "output":"N" + }, + { + "input":[ + "Finding Nemo, Erin Brockovich, Philadelphia, Love Actually, French Kiss, Moulin Rouge!, and The Sixth Sense are films I liked. Can you suggest something to watch?", + "Frida" + ], + "output":"Y" + }, + { + "input":[ + "Monsters, Inc., The Hangover, The Fountain, Fight Club, Mulan, Girl, Interrupted, and Spirited Away are movies I really like. Can you recommend a movie?", + "Gattaca" + ], + "output":"Y" + }, + { + "input":[ + "The Rocky Horror Picture Show, Fargo, The Little Mermaid, E.T. the Extra-Terrestrial, Miracle on 34th Street, Police Academy, and Clue are movies I like. Would you suggest a film?", + "Election" + ], + "output":"N" + }, + { + "input":[ + "Ronin, Leaving Las Vegas, The Matrix, The Princess Bride, Lock, Stock and Two Smoking Barrels, High Fidelity, and The Godfather are films I liked. Would you suggest a film?", + "Heist" + ], + "output":"Y" + }, + { + "input":[ + "I watched the films Notting Hill, The Usual Suspects, Dead Again, North by Northwest, Absolute Power, Copycat, and Pleasantville and loved them. Can you recommend a film?", + "Jagged Edge" + ], + "output":"N" + }, + { + "input":[ + "The Untouchables, The Bridges of Madison County, Chariots of Fire, The Breakfast Club, As Good as It Gets, An Affair to Remember, and Schindler's List are movies I like. Would you recommend something I might like?", + "Shooting Fish" + ], + "output":"Y" + }, + { + "input":[ + "Black Cat, White Cat, The Shawshank Redemption, Blade Runner, Pi, Donnie Darko, Fanny and Alexander, and In Bruges are films I really like. Would you recommend something to watch?", + "Another Year" + ], + "output":"N" + }, + { + "input":[ + "Atlantic City, The French Connection, Babe, Requiem for a Dream, The Third Man, Lone Star, and Dial M for Murder are films I really like. Would you recommend something I might like?", + "Body Heat" + ], + "output":"Y" + }, + { + "input":[ + "I watched the films Pollyanna, Red Rock West, Arsenic and Old Lace, The Fugitive, Rumble in the Bronx, Sleeping Beauty, and Nine Months and loved them. Would you recommend something to watch?", + "The Rescuers" + ], + "output":"N" + }, + { + "input":[ + "I watched the films The Emperor's New Groove, The Silence of the Lambs, Spirited Away, Run Lola Run, Six Degrees of Separation, A Fish Called Wanda, and Earth Girls Are Easy and loved them. Can you recommend a film?", + "Addams Family Values" + ], + "output":"Y" + }, + { + "input":[ + "Ghost in the Shell, The Princess Bride, Monty Python and the Holy Grail, Serenity, Schindler's List, Reservoir Dogs, and Donnie Darko are films I really liked. Would you suggest something I might like?", + "The Incredibles" + ], + "output":"Y" + }, + { + "input":[ + "I love Clueless, F/X, Atlantic City, Run Lola Run, Requiem for a Dream, Touch of Evil, and Lone Star. Can you suggest something I might like?", + "The French Connection" + ], + "output":"Y" + }, + { + "input":[ + "The Usual Suspects, Schindler's List, The Silence of the Lambs, Four Weddings and a Funeral, Jurassic Park, and Pulp Fiction are films I really like. Would you suggest something to watch?", + "The Fugitive" + ], + "output":"Y" + }, + { + "input":[ + "Frequency, Little Women, Night Moves, Seven Brides for Seven Brothers, A History of Violence, Fiddler on the Roof, and Father of the Bride are films I really like. Can you suggest something I might like?", + "That's Entertainment, Part II" + ], + "output":"Y" + }, + { + "input":[ + "Fargo, Sleepers, Toy Story, Schindler's List, The Wrong Trousers, Philadelphia, and The Breakfast Club are films I really like. Can you recommend something I might like?", + "The Shawshank Redemption" + ], + "output":"Y" + }, + { + "input":[ + "Much Ado About Nothing, Crouching Tiger, Hidden Dragon, Hilary and Jackie, Bridget Jones's Diary, To Catch a Thief, Sense and Sensibility, and The Little Princess are movies I liked. Would you recommend a movie?", + "Indochine" + ], + "output":"Y" + }, + { + "input":[ + "The Wizard of Oz, The Terminator, Double Indemnity, The Matrix, Shakespeare in Love, The Muppet Movie, and Raiders of the Lost Ark are films I really liked. Would you recommend a film?", + "Stop Making Sense" + ], + "output":"N" + }, + { + "input":[ + "Red Dragon, Confessions of a Dangerous Mind, X-Men, Pitch Black, Blade Runner, Full Metal Jacket, and Beverly Hills Cop are movies I really like. Can you recommend something I might like?", + "Daredevil" + ], + "output":"N" + }, + { + "input":[ + "Hitch, The Prestige, Taxi 2, Cellular, Bad Boys, Harry Potter and the Order of the Phoenix, and 16 Blocks are movies I really like. Can you suggest something to watch?", + "Hart's War" + ], + "output":"Y" + }, + { + "input":[ + "Monty Python and the Holy Grail, Chasing Amy, The Full Monty, Alice in Wonderland, Dances with Wolves, The Sting, and The Parent Trap are films I loved. Can you suggest something I might like?", + "The Shawshank Redemption" + ], + "output":"Y" + }, + { + "input":[ + "Pulp Fiction, Reservoir Dogs, National Lampoon's Vacation, Casablanca, Eternal Sunshine of the Spotless Mind, North by Northwest, and The Wizard of Oz are films I like. Would you suggest a movie?", + "The Big Lebowski" + ], + "output":"N" + }, + { + "input":[ + "Sleepy Hollow, A Clockwork Orange, Where the Wild Things Are, Mary and Max, Batman Returns, Spirited Away, and Mr. Nobody are movies I like. Can you suggest something I might like?", + "Shortbus" + ], + "output":"Y" + }, + { + "input":[ + "I liked The Hunt for Red October, So I Married an Axe Murderer, Rain Man, Sabrina, Dogma, Indiana Jones and the Last Crusade, and Raiders of the Lost Ark. Can you recommend a film?", + "Four Weddings and a Funeral" + ], + "output":"N" + }, + { + "input":[ + "Grosse Pointe Blank, Finding Nemo, Aliens, Sin City, The Terminator, The Shining, and Groundhog Day are films I like. Can you recommend something I might like?", + "Amélie" + ], + "output":"N" + }, + { + "input":[ + "Ghost in the Shell, Saving Private Ryan, Fight Club, American Beauty, Schindler's List, Office Space, and A Clockwork Orange are films I like. Can you suggest something to watch?", + "Fear and Loathing in Las Vegas" + ], + "output":"Y" + }, + { + "input":[ + "Mr. Holland's Opus, Female Perversions, Chasing Amy, The Devil's Own, Das Boot, Independence Day, and The Substitute are films I loved. Would you recommend something I might like?", + "The First Wives Club" + ], + "output":"Y" + }, + { + "input":[ + "I really liked Nine Months, Grease, Snow White and the Seven Dwarfs, Stargate, Dangerous Minds, Dead Poets Society, and The Fugitive. Can you suggest a movie?", + "Pete's Dragon" + ], + "output":"Y" + }, + { + "input":[ + "I really liked The Wizard of Oz, Unforgiven, Men in Black, The Natural, Shadowlands, Central Station, and Monty Python and the Holy Grail. Can you recommend a film?", + "Shane" + ], + "output":"N" + } + ] +} \ No newline at end of file diff --git a/tasks/task1739-mdd-recommendation_check_qa.json b/tasks/task1739-mdd-recommendation_check_qa.json new file mode 100644 index 000000000..441639216 --- /dev/null +++ b/tasks/task1739-mdd-recommendation_check_qa.json @@ -0,0 +1,1489 @@ +{ + "Contributors":[ + "Uday Yalamanchili" + ], + "Source":[ + "mdd" + ], + "Categories":[ + "ecommendation + Question Answer Check" + ], + "Input_language": [ + "English" + ], + "Output_language": [ + "English" + ], + "Instruction_language": [ + "English" + ], + "Definition":"In this task, you're given a conversation involving recommendation followed by question/answer. Sentence 1 is usually about the movies the speaker likes. The following sentences are fact based question and answers which is about the speakers updated preference. The conversation is ended with a final recommendation based on the speaker's taste. Your job is to determine if the final recommended movie is similar to the speakers updated preference or not. Indicate your answer with Y if the recommendation is as per the preferences else N.", + "Positive Examples":[ + { + "input":[ + "House of Games, Psycho, Apocalypse Now, Good Will Hunting, Schindler's List, Malcolm X, and Hoop Dreams are films I liked", + "I'm looking for a Corruption movie.", + "Serpico", + "Who does that star?", + "Al Pacino", + "I like Ray Liotta movies more. Do you know anything else?", + "Cop Land" + ], + "output":"Y", + "explanation":"The final recommendation is as per the person's updated preferences" + }, + { + "input":[ + "Quiz Show, Taxi Driver, Fargo, The Usual Suspects, Schindler's List, Little Women, and Babe are movies I liked. I'm looking for a Kate Winslet movie.", + "Sense and Sensibility", + "Who is that directed by?", + "Ang Lee", + "I like Steven Soderbergh movies more. Do you know anything else?", + "Contagion" + ], + "output":"N", + "expanation":"The final recommendation is as per the person's updated preferences" + }, + { + "input":[ + "The Matrix, The Thing, My Neighbor Totoro, American Beauty, Donnie Darko, Alien, and The City of Lost Children are movies I loved. I'm looking for a Stanley Tucci movie.", + "The Impostors", + "Who does that star?", + "Stanley Tucci, Oliver Platt", + "I prefer Susan Sarandon movies. Can you suggest an alternative?", + "The Lovely Bones" + ], + "output":"N", + "expanation":"The final recommendation is as per the person's updated preferences" + }, + { + "input":[ + "Die Hard, The Fugitive, Pulp Fiction, Schindler's List, Braveheart, The Remains of the Day, and Heat are movies I really liked. I'm looking for an Animation movie.", + "Heavy Metal", + "Who is that directed by?", + "Gerald Potterton", + "I prefer Jack Kinney movies. Can you suggest an alternative?", + "Pinocchio" + ], + "output":"Y", + "expanation":"The final recommendation is as per the person's updated preferences" + } + ], + "Negative Examples":[ + { + "input":[ + "Say Anything..., The Princess Bride, A Nightmare on Elm Street, Excalibur, Desperado, Young Guns, and Conan the Barbarian are movies I really like. I'm looking for a Comedy movie.", + "Down to You", + "Who is that directed by?", + "Kris Isacsson", + "I prefer Gauri Shinde movies. Can you suggest an alternative?", + "English Tenglish" + ], + "output":"Y", + "explanation":"The final recommendation is not as per the person's updated preferences" + }, + { + "input":[ + "Cliffhanger, Jumanji, Assassins, Braveheart, Maverick, Batman, and Waterworld are movies I really liked. I'm looking for an Action movie.", + "Beverly Hills Cop III", + "Who does that star?", + "Eddie Murphy", + "I prefer Famke Janssen movies. Can you suggest an alternative?", + "Taken 3" + ], + "output":"N", + "expanation":"The final recommendation is not as per the person's updated preferences" + }, + { + "input":[ + "I watched the films Fargo, Duck Soup, Annie Hall, Body Heat, Dial M for Murder, Requiem for a Dream, and The Graduate and loved them. I'm looking for a Crime movie.", + "Atlantic City", + "Who does that star?", + "Susan Sarandon, Burt Lancaster, Michel Piccoli, Kate Reid", + "I rate Robert De Niro movies. Any other suggestions?", + "Mean Streets" + ], + "output":"N", + "expanation":"The final recommendation is not as per the person's updated preferences" + }, + { + "input":[ + "I liked The Seventh Seal, The Graduate, M, Lolita, Taxi Driver, Cool Hand Luke, and Handle with Care. I'm looking for a Drama movie.", + "Days of Heaven", + "Who is that directed by?", + "Terrence Malick", + "I like Neil LaBute movies more. Do you know anything else?", + "Possession" + ], + "output":"N", + "expanation":"The final recommendation is not as per the person's updated preferences" + } + ], + "Instances":[ + { + "input":[ + "Gentlemen of Fortune, Revanche, Eternal Sunshine of the Spotless Mind, Prometheus, Fanny and Alexander, The Hurt Locker, and 127 Hours are films I really like. I'm looking for a Brian De Palma movie.", + "Blow Out", + "Who does that star?", + "John Travolta, John Lithgow, Nancy Allen, Dennis Franz", + "I prefer Robert De Niro movies. Can you suggest an alternative?", + "Hi, Mom!" + ], + "output":"Y" + }, + { + "input":[ + "I really liked The Killing Fields, The Shawshank Redemption, Princess Mononoke, Once Upon a Time in the West, The Maltese Falcon, Vertigo, and Sling Blade. I'm looking for a spaghetti western movie.", + "For a Few Dollars More", + "Who does that star?", + "Clint Eastwood, Lee Van Cleef, Gian Maria Volonté", + "I prefer Eli Wallach movies. Can you suggest an alternative?", + "The Good, the Bad and the Ugly" + ], + "output":"N" + }, + { + "input":[ + "I watched the films Children of Paradise, Raiders of the Lost Ark, Alien, and Blade Runner and loved them. I'm looking for a science fiction movie.", + "Forbidden Planet", + "Who does that star?", + "Leslie Nielsen, Walter Pidgeon, Anne Francis, Warren Stevens", + "I rate Max von Sydow movies. Any other suggestions?", + "Minority Report" + ], + "output":"Y" + }, + { + "input":[ + "Outbreak, Some Like It Hot, Indiana Jones and the Temple of Doom, The Mask of Zorro, Spy Hard, Home Alone, and Jurassic Park are films I love. I'm looking for a Comedy movie.", + "Grumpier Old Men", + "Who does that star?", + "Jack Lemmon, Walter Matthau, Sophia Loren", + "I like Benicio Del Toro movies more. Do you know anything else?", + "Fear and Loathing in Las Vegas" + ], + "output":"N" + }, + { + "input":[ + "The French Connection, The Fugitive, The Matrix, The Player, L.A. Confidential, Blade Runner, and Duck Soup are movies I really liked. I'm looking for a Veronica Lake movie.", + "Sullivan's Travels", + "Who does that star?", + "Joel McCrea, Veronica Lake", + "I like Susan Hayward movies more. Do you know anything else?", + "I Married a Witch" + ], + "output":"Y" + }, + { + "input":[ + "The Patriot, Dr. No, The Green Mile, Lethal Weapon 2, My Cousin Vinny, The Man with the Golden Gun, and Sleepy Hollow are films I loved. I'm looking for a Buddy movie.", + "Lethal Weapon", + "Who does that star?", + "Mel Gibson, Danny Glover, Gary Busey, Mitchell Ryan", + "I prefer Nick Nolte movies. Can you suggest an alternative?", + "48 Hrs." + ], + "output":"N" + }, + { + "input":[ + "I liked Clueless, Rushmore, Wings of Desire, Rear Window, Dead Ringers, Solaris, and Casablanca. I'm looking for a Virginia Woolf movie.", + "Orlando", + "Who is that directed by?", + "Sally Potter", + "I like Marleen Gorris movies more. Do you know anything else?", + "Mrs Dalloway" + ], + "output":"N" + }, + { + "input":[ + "I loved Indiana Jones and the Last Crusade, A Fish Called Wanda, Men in Black, The Blues Brothers, The Princess Bride, Raiders of the Lost Ark, and Ghostbusters. I'm looking for a Drama movie.", + "Forrest Gump", + "Who is that directed by?", + "Robert Zemeckis", + "I rate Ingmar Bergman movies. Any other suggestions?", + "Saraband" + ], + "output":"N" + }, + { + "input":[ + "Fight Club, Let the Right One In, Near Dark, Forrest Gump, The Evil Dead, Amélie, and The Matrix are films I like. I'm looking for a Horror movie.", + "Let Me In", + "Who is that directed by?", + "Matt Reeves", + "I like Mario Bava movies more. Do you know anything else?", + "The Whip and the Body" + ], + "output":"N" + }, + { + "input":[ + "Braveheart and Independence Day are movies I love. I'm looking for a Forest Whitaker movie.", + "Phenomenon", + "Who is that directed by?", + "Jon Turteltaub", + "I rate Forest Whitaker movies. Any other suggestions?", + "Hope Floats" + ], + "output":"N" + }, + { + "input":[ + "The Shawshank Redemption, The Truman Show, Back to the Future Part II, Meet the Parents, The Wrong Trousers, Spider-Man, and Harry Potter and the Prisoner of Azkaban are films I loved. I'm looking for an Action movie.", + "The Bourne Identity", + "Who is that directed by?", + "Doug Liman", + "I prefer Anders Nilsson movies. Can you suggest an alternative?", + "The Third Wave" + ], + "output":"Y" + }, + { + "input":[ + "I really liked The Sixth Sense, Clerks, Ransom, Fools Rush In, Pulp Fiction, Rudy, and The Mask. I'm looking for a College movie.", + "The Program", + "Who does that star?", + "James Caan, Halle Berry, Omar Epps, Craig Sheffer", + "I like Sarah Stouffer movies more. Do you know anything else?", + "Bloomington" + ], + "output":"N" + }, + { + "input":[ + "The Assassination of Jesse James by the Coward Robert Ford, Badlands, 25th Hour, and The Big Lebowski are films I loved. I'm looking for a John Huston movie.", + "The Asphalt Jungle", + "Who is that directed by?", + "John Huston" + ], + "output":"Y" + }, + { + "input":[ + "Alien, Spirited Away, Ghostbusters, Election, Toy Story, Eternal Sunshine of the Spotless Mind, and Annie Hall are films I like. I'm looking for an Errol Morris movie.", + "The Thin Blue Line", + "Who is that directed by?", + "Errol Morris" + ], + "output":"N" + }, + { + "input":[ + "Taxi Driver, Forrest Gump, The Shawshank Redemption, Pulp Fiction, Schindler's List, Babe, and Braveheart are movies I liked. I'm looking for a Curtis Hanson movie.", + "L.A. Confidential", + "Who does that star?", + "Russell Crowe, Kevin Spacey, Guy Pearce", + "I prefer Kim Basinger movies. Can you suggest an alternative?", + "8 Mile" + ], + "output":"N" + }, + { + "input":[ + "Manhattan, Scent of a Woman, An American in Paris, That's Entertainment! III, A Beautiful Mind, Singin' in the Rain, and Notting Hill are movies I loved. I'm looking for a Documentary movie.", + "That's Entertainment, Part II", + "Who is that directed by?", + "Gene Kelly", + "I prefer Leslie Iwerks movies. Can you suggest an alternative?", + "The Pixar Story" + ], + "output":"N" + }, + { + "input":[ + "I loved Fiddler on the Roof, The Hunt for Red October, Down by Law, 12 Angry Men, The Sound of Music, Saving Private Ryan, and Rear Window. I'm looking for a Comedy movie.", + "Guess Who's Coming to Dinner", + "Who is that directed by?", + "Stanley Kramer", + "I prefer Peter Baldwin movies. Can you suggest an alternative?", + "Meet Wally Sparks" + ], + "output":"N" + }, + { + "input":[ + "I really liked The Princess Bride, Total Recall, Raiders of the Lost Ark, Schindler's List, Indiana Jones and the Last Crusade, Alien, and Stand by Me. I'm looking for an Action movie.", + "Superman", + "Who does that star?", + "Marlon Brando, Gene Hackman, Ned Beatty, Christopher Reeve", + "I prefer Sondra Locke movies. Can you suggest an alternative?", + "Sudden Impact" + ], + "output":"N" + }, + { + "input":[ + "I really like Before Sunrise, Rear Window, Slums of Beverly Hills, When Harry Met Sally..., A Simple Plan, Manhattan, and Three Kings. I'm looking for a Paul Auster movie.", + "Smoke", + "Who is that directed by?", + "Wayne Wang, Paul Auster", + "I like Philip Haas movies more. Do you know anything else?", + "The Music of Chance" + ], + "output":"Y" + }, + { + "input":[ + "I love Fight Club, Groundhog Day, The Dark Crystal, Once Upon a Time in the West, How to Train Your Dragon, The Matrix, and Leaving Las Vegas. I'm looking for a Comedy movie.", + "Down with Love", + "Who does that star?", + "Ewan McGregor, Renée Zellweger", + "I prefer Samantha Mathis movies. Can you suggest an alternative?", + "Super Mario Bros." + ], + "output":"N" + }, + { + "input":[ + "I love The African Queen, Sabrina, Shrek, Dead Man Walking, Toy Story 2, The Player, and North by Northwest. I'm looking for a Sydney Pollack movie.", + "Tootsie", + "Who does that star?", + "Dustin Hoffman, Jessica Lange, Teri Garr, Dabney Coleman", + "I like Peter Falk movies more. Do you know anything else?", + "Castle Keep" + ], + "output":"N" + }, + { + "input":[ + "Patton, The Matrix, Armageddon, Basic Instinct, Die Hard, Pulp Fiction, and The Green Mile are movies I really liked. I'm looking for a Frank Coraci movie.", + "The Wedding Singer", + "Who does that star?", + "Adam Sandler, Drew Barrymore", + "I rate Fairuza Balk movies. Any other suggestions?", + "The Waterboy" + ], + "output":"N" + }, + { + "input":[ + "I loved Heat, Speed, Die Hard, The Fugitive, Clear and Present Danger, Schindler's List, and The Silence of the Lambs. I'm looking for a Wolfgang Petersen movie.", + "In the Line of Fire", + "Who is that directed by?", + "Wolfgang Petersen" + ], + "output":"Y" + }, + { + "input":[ + "The Philadelphia Story, Some Folks Call It a Sling Blade, Breaking Away, Aliens, MASH, Psycho, and Yellow Submarine are movies I love. I'm looking for a national film registry movie.", + "The Producers", + "Who is that directed by?", + "Mel Brooks", + "I like George Roy Hill movies more. Do you know anything else?", + "Butch Cassidy and the Sundance Kid" + ], + "output":"N" + }, + { + "input":[ + "Schindler's List, The Princess Bride, Parenthood, Aliens, Cocoon, October Sky, and Superman are films I loved. I'm looking for a Jules Verne movie.", + "20,000 Leagues Under the Sea", + "Who does that star?", + "Ben Cross", + "I rate Steve Coogan movies. Any other suggestions?", + "Around the World in 80 Days" + ], + "output":"Y" + }, + { + "input":[ + "I liked Cold Mountain, Elizabeth, Life Is Beautiful, Hope Floats, Doctor Zhivago, Amistad, and Deliverance. I'm looking for a Harrison Ford movie.", + "Witness", + "Who does that star?", + "Harrison Ford, Kelly McGillis", + "I prefer Michelle Pfeiffer movies. Can you suggest an alternative?", + "What Lies Beneath" + ], + "output":"Y" + }, + { + "input":[ + "Star Trek, A Beautiful Mind, Titanic, The Shawshank Redemption, Mulan, Toy Story 3, and Forrest Gump are movies I really liked. I'm looking for a Comedy movie.", + "Ratatouille", + "Who is that directed by?", + "Brad Bird, Jan Pinkava", + "I rate Richard Donner movies. Any other suggestions?", + "Scrooged" + ], + "output":"Y" + }, + { + "input":[ + "Night Falls on Manhattan, Sling Blade, Shakespeare in Love, Cinema Paradiso, American Beauty, Scrooged, and A Room with a View are movies I liked. I'm looking for an animated movie.", + "The Jungle Book", + "Who does that star?", + "George Sanders, Sebastian Cabot, Phil Harris, Bruce Reitherman", + "I rate Ari Folman movies. Any other suggestions?", + "Waltz with Bashir" + ], + "output":"Y" + }, + { + "input":[ + "I like Raiders of the Lost Ark, Donnie Darko, Monty Python and the Holy Grail, Forbidden Planet, Galaxy Quest, 12 Angry Men, and Army of Darkness. I'm looking for a Robert Wise movie.", + "The Day the Earth Stood Still", + "Who is that directed by?", + "Robert Wise" + ], + "output":"N" + }, + { + "input":[ + "Old Yeller, Somewhere in Time, Mulan, Source Code, Raiders of the Lost Ark, The Lady Vanishes, and Clerks are movies I loved. I'm looking for an Eva Green movie.", + "Franklyn", + "Who does that star?", + "Eva Green, Ryan Phillippe, Sam Riley", + "I like María Valverde movies more. Do you know anything else?", + "Cracks" + ], + "output":"Y" + }, + { + "input":[ + "The NeverEnding Story, Lethal Weapon 3, Top Gun, Forrest Gump, Stand by Me, Animal House, and Days of Thunder are movies I really liked. I'm looking for an Anthony Hopkins movie.", + "The Silence of the Lambs", + "Who does that star?", + "Jodie Foster", + "I prefer Natalie Portman movies. Can you suggest an alternative?", + "Thor" + ], + "output":"N" + }, + { + "input":[ + "I liked Mr. Smith Goes to Washington, The Color Purple, Farewell My Concubine, Ghostbusters, Cat on a Hot Tin Roof, Dracula, and Tombstone. I'm looking for a film noir movie.", + "Key Largo", + "Who does that star?", + "Humphrey Bogart, Lauren Bacall, Lionel Barrymore, Edward G. Robinson", + "I rate Orson Welles movies. Any other suggestions?", + "The Lady from Shanghai" + ], + "output":"N" + }, + { + "input":[ + "Dirty Pretty Things, The Royal Tenenbaums, Amélie, Fargo, Trainspotting, Iris, and The Squid and the Whale are movies I really liked. I'm looking for a Drama movie.", + "Blue Valentine", + "Who does that star?", + "Ryan Gosling, Michelle Williams", + "I prefer Colin Firth movies. Can you suggest an alternative?", + "Arthur Newman" + ], + "output":"Y" + }, + { + "input":[ + "American Beauty, The Usual Suspects, Black Hawk Down, Heat, Run Lola Run, Pulp Fiction, and Lock, Stock and Two Smoking Barrels are movies I really liked. I'm looking for a decent movie.", + "New Jersey Drive", + "Who does that star?", + "Saul Stein, Gabriel Casseus, Sharron Corley" + ], + "output":"Y" + }, + { + "input":[ + "Vertigo, Blue Velvet, Finding Nemo, A Close Shave, Only Angels Have Wings, Taxi Driver, and Nausicaä of the Valley of the Wind are films I like. I'm looking for a Val Guest movie.", + "The Day the Earth Caught Fire", + "Who is that directed by?", + "Val Guest" + ], + "output":"Y" + }, + { + "input":[ + "Back to the Future, American Beauty, The Shawshank Redemption, Gladiator, Fight Club, Raiders of the Lost Ark, and Schindler's List are movies I loved. I'm looking for a Leonardo DiCaprio movie.", + "Inception", + "Who does that star?", + "Leonardo DiCaprio, Tom Hardy, Ellen Page", + "I like Kate Winslet movies more. Do you know anything else?", + "Revolutionary Road" + ], + "output":"Y" + }, + { + "input":[ + "Modern Times, Evil Dead II, The Seventh Seal, Man Bites Dog, Do the Right Thing, Ninotchka, and Housekeeping are films I liked. I'm looking for a Tony Curtis movie.", + "Sweet Smell of Success", + "Who is that directed by?", + "Alexander Mackendrick", + "I like Stanley Kubrick movies more. Do you know anything else?", + "Spartacus" + ], + "output":"N" + }, + { + "input":[ + "Executive Decision, I.Q., Quiz Show, Aladdin, Tommy Boy, Apollo 13, and Clerks are films I really liked. I'm looking for a Drama movie.", + "Mr. Holland's Opus", + "Who is that directed by?", + "Stephen Herek", + "I prefer Sydney Pollack movies. Can you suggest an alternative?", + "They Shoot Horses, Don't They?" + ], + "output":"N" + }, + { + "input":[ + "The Untouchables, The Good, the Bad and the Ugly, Witness, City of God, Unforgiven, Slumdog Millionaire, and E.T. the Extra-Terrestrial are movies I loved. I'm looking for a death movie.", + "About Schmidt", + "Who does that star?", + "Jack Nicholson", + "I like Alain Prost movies more. Do you know anything else?", + "Senna" + ], + "output":"Y" + }, + { + "input":[ + "Bad Education, Fargo, The Usual Suspects, The Sound of Music, Forrest Gump, The Closet, and Run Lola Run are films I really liked. I'm looking for a Clint Eastwood movie.", + "In the Line of Fire", + "Who is that directed by?", + "Wolfgang Petersen", + "I like Clint Eastwood movies more. Do you know anything else?", + "Blood Work" + ], + "output":"Y" + }, + { + "input":[ + "Rushmore, Gladiator, Chinatown, Traffic, Saving Private Ryan, The Shawshank Redemption, and My Favorite Year are movies I loved. I'm looking for a Comedy movie.", + "Mars Attacks!", + "Who does that star?", + "Jack Nicholson, Pierce Brosnan, Annette Bening, Glenn Close", + "I prefer Rudy Ray Moore movies. Can you suggest an alternative?", + "Dolemite" + ], + "output":"N" + }, + { + "input":[ + "Black Beauty, While You Were Sleeping, Beauty and the Beast, Dances with Wolves, Jeffrey, Murder in the First, and Shallow Grave are films I like. I'm looking for a Kathy Bates movie.", + "Angus", + "Who is that directed by?", + "Patrick Read Johnson", + "I rate Jon Avnet movies. Any other suggestions?", + "Fried Green Tomatoes" + ], + "output":"Y" + }, + { + "input":[ + "Apocalypse Now, The Godfather, Casablanca, Punch-Drunk Love, The Royal Tenenbaums, Brazil, and Goodfellas are movies I like. I'm looking for a scotland movie.", + "Local Hero", + "Who is that directed by?", + "Bill Forsyth", + "I prefer Neil Marshall movies. Can you suggest an alternative?", + "Doomsday" + ], + "output":"Y" + }, + { + "input":[ + "Heat, A Bronx Tale, The Cider House Rules, Forrest Gump, The Green Mile, Happy Gilmore, and Independence Day are films I love. I'm looking for a Marisa Tomei movie.", + "My Cousin Vinny", + "Who is that directed by?", + "Jonathan Lynn", + "I rate Brad Furman movies. Any other suggestions?", + "The Lincoln Lawyer" + ], + "output":"Y" + }, + { + "input":[ + "Schindler's List, True Lies, Nell, Dances with Wolves, and Forrest Gump are movies I liked. I'm looking for a r movie.", + "The Piano", + "Who is that directed by?", + "Jane Campion", + "I rate Andrew Niccol movies. Any other suggestions?", + "Lord of War" + ], + "output":"N" + }, + { + "input":[ + "Strictly Ballroom, Blue Velvet, Toy Story 2, Shakespeare in Love, American Beauty, The Sixth Sense, and The Gods Must Be Crazy are movies I really like. I'm looking for a Comedy movie.", + "Moonstruck", + "Who does that star?", + "Nicolas Cage, Cher, Olympia Dukakis, Vincent Gardenia", + "I rate Jason Schwartzman movies. Any other suggestions?", + "I Heart Huckabees" + ], + "output":"Y" + }, + { + "input":[ + "Ben-Hur, Titanic, It's a Wonderful Life, Philadelphia, The Lion King, Fantasia, and Gone with the Wind are movies I like. I'm looking for a Drama movie.", + "My Left Foot", + "Who does that star?", + "Brenda Fricker, Alison Whelan, Kirsten Sheridan", + "I rate Raymond Massey movies. Any other suggestions?", + "The Fountainhead" + ], + "output":"N" + }, + { + "input":[ + "I really like About a Boy, Fargo, The Joy Luck Club, My Fair Lady, The Breakfast Club, Waiting for Guffman, and Sliding Doors. I'm looking for a Family movie.", + "Finding Neverland", + "Who is that directed by?", + "Marc Forster", + "I like Genndy Tartakovsky movies more. Do you know anything else?", + "Hotel Transylvania" + ], + "output":"N" + }, + { + "input":[ + "Some Like It Hot, The Usual Suspects, The Sixth Sense, Strangers on a Train, Absolute Power, Bulworth, and L.A. Confidential are movies I like. I'm looking for a richard nixon movie.", + "Dick", + "Who does that star?", + "Kirsten Dunst, Michelle Williams, Dan Hedaya", + "I rate Don Cheadle movies. Any other suggestions?", + "The Assassination of Richard Nixon" + ], + "output":"N" + }, + { + "input":[ + "Dracula, In a Better World, The Fountain, Meet the Fockers, This Is England, Despicable Me, and Avatar are films I really liked. I'm looking for a Majid Majidi movie.", + "The Song of Sparrows", + "Who is that directed by?", + "Majid Majidi" + ], + "output":"N" + }, + { + "input":[ + "The Godfather, Manhattan, Once Upon a Time in America, Butch Cassidy and the Sundance Kid, Life Is Beautiful, Big, and Gosford Park are movies I really like. I'm looking for an Elmore Leonard movie.", + "Get Shorty", + "Who does that star?", + "John Travolta, Gene Hackman, Danny DeVito, Rene Russo", + "I prefer Gina Gershon movies. Can you suggest an alternative?", + "Touch" + ], + "output":"Y" + }, + { + "input":[ + "The Shawshank Redemption, Crimson Tide, Beauty and the Beast, The Fugitive, Jurassic Park, and The Silence of the Lambs are movies I really liked. I'm looking for a Harrison Ford movie.", + "Clear and Present Danger", + "Who does that star?", + "Harrison Ford", + "I prefer Christopher Meloni movies. Can you suggest an alternative?", + "42" + ], + "output":"Y" + }, + { + "input":[ + "Jerry Maguire, Phenomenon, The Rock, Courage Under Fire, Ransom, Sleepers, and A Time to Kill are movies I really liked. I'm looking for a Drama movie.", + "Emma", + "Who is that directed by?", + "Douglas McGrath", + "I like George Melford movies more. Do you know anything else?", + "The Sheik" + ], + "output":"N" + }, + { + "input":[ + "I really liked The Godfather, While You Were Sleeping, Peter Pan, Sleeping Beauty, Rain Man, The American President, and Forrest Gump. I'm looking for a Richard Donner movie.", + "The Goonies", + "Who is that directed by?", + "Richard Donner" + ], + "output":"N" + }, + { + "input":[ + "The Night of the Hunter, The Conversation, Superman, A Streetcar Named Desire, Ghostbusters, Sin City, and Fiddler on the Roof are movies I love. I'm looking for a Gary Oldman movie.", + "Hannibal", + "Who does that star?", + "Gary Oldman, Julianne Moore, Anthony Hopkins", + "I rate Glenn Close movies. Any other suggestions?", + "Air Force One" + ], + "output":"Y" + }, + { + "input":[ + "The Princess Bride, Run Lola Run, Fast Times at Ridgemont High, Evil Dead II, The Adventures of Baron Munchausen, Fahrenheit 9/11, and City of God are films I really liked. I'm looking for a national film registry movie.", + "Do the Right Thing", + "Who is that directed by?", + "Spike Lee", + "I rate Alan Crosland movies. Any other suggestions?", + "The Jazz Singer" + ], + "output":"Y" + }, + { + "input":[ + "The Princess Bride, Snow White and the Seven Dwarfs, Ghost in the Shell, White Squall, The Doors, A Streetcar Named Desire, and Taxi Driver are movies I love. I'm looking for a Comedy movie.", + "Mallrats", + "Who does that star?", + "Jason Lee", + "I prefer Robert Downey Jr. movies. Can you suggest an alternative?", + "Heart and Souls" + ], + "output":"N" + }, + { + "input":[ + "The Corporation, Crash, V for Vendetta, Miss Potter, Gone with the Wind, True Lies, and Schindler's List are films I really like. I'm looking for a bond movie.", + "Casino Royale", + "Who is that directed by?", + "Martin Campbell", + "I rate Terence Young movies. Any other suggestions?", + "From Russia with Love" + ], + "output":"Y" + }, + { + "input":[ + "Braveheart, The Birdcage, Apollo 13, Crimson Tide, Get Shorty, Jurassic Park, and Outbreak are movies I like. I'm looking for a Chris Farley movie.", + "Tommy Boy", + "Who is that directed by?", + "Peter Segal", + "I like Penelope Spheeris movies more. Do you know anything else?", + "Wayne's World" + ], + "output":"Y" + }, + { + "input":[ + "Zombieland, Singin' in the Rain, The Manchurian Candidate, Gattaca, The Sixth Sense, The Usual Suspects, and Braveheart are films I really liked. I'm looking for a Domhnall Gleeson movie.", + "Frank", + "Who is that directed by?", + "Lenny Abrahamson", + "I like Richard Curtis movies more. Do you know anything else?", + "About Time" + ], + "output":"N" + }, + { + "input":[ + "Whiplash, No Country for Old Men, Men in Black, Nausicaä of the Valley of the Wind, Aliens, The Life Aquatic with Steve Zissou, and The Good, the Bad and the Ugly are films I love. I'm looking for an Adventure movie.", + "Sky Captain and the World of Tomorrow", + "Who does that star?", + "Gwyneth Paltrow, Jude Law", + "I like Carol Lynley movies more. Do you know anything else?", + "The Poseidon Adventure" + ], + "output":"Y" + }, + { + "input":[ + "I like Miracle on 34th Street, Babe, The Nightmare Before Christmas, Sense and Sensibility, The Godfather, The Madness of King George, and Schindler's List. I'm looking for a John Irvin movie.", + "Widows' Peak", + "Who is that directed by?", + "John Irvin" + ], + "output":"Y" + }, + { + "input":[ + "Crouching Tiger, Hidden Dragon, Singin' in the Rain, Harvey, Rain Man, About a Boy, A Room with a View, and When Harry Met Sally... are movies I really liked. I'm looking for a courtesan movie.", + "Gigi", + "Who is that directed by?", + "Vincente Minnelli", + "I rate Marshall Herskovitz movies. Any other suggestions?", + "Dangerous Beauty" + ], + "output":"Y" + }, + { + "input":[ + "THX 1138, Superman, The Big Lebowski, On the Waterfront, Fiddler on the Roof, Brokeback Mountain, and Talk Radio are movies I really liked. I'm looking for a Johnny Depp movie.", + "Cry-Baby", + "Who is that directed by?", + "John Waters", + "I like Terry Gilliam movies more. Do you know anything else?", + "The Imaginarium of Doctor Parnassus" + ], + "output":"N" + }, + { + "input":[ + "The Sound of Music, When Harry Met Sally..., Back to the Future Part III, Pretty in Pink, Beaches, The Princess Bride, and The NeverEnding Story are movies I loved. I'm looking for a Comedy movie.", + "Me Myself I", + "Who is that directed by?", + "Pip Karmel", + "I rate Howard Deutch movies. Any other suggestions?", + "The Replacements" + ], + "output":"N" + }, + { + "input":[ + "I love Toy Story 2, Dances with Wolves, Women on the Verge of a Nervous Breakdown, The Crying Game, Beauty and the Beast, Shadowlands, and Erin Brockovich. I'm looking for a Comedy movie.", + "Gigi", + "Who is that directed by?", + "Vincente Minnelli", + "I prefer Trey Parker movies. Can you suggest an alternative?", + "Cannibal! The Musical" + ], + "output":"N" + }, + { + "input":[ + "I really liked Cool Hand Luke, The Bourne Identity, The Sting, Good Will Hunting, and The Bourne Supremacy. I'm looking for a Drama movie.", + "Gladiator", + "Who does that star?", + "Russell Crowe, Joaquin Phoenix, Connie Nielsen, Oliver Reed", + "I prefer Rock Hudson movies. Can you suggest an alternative?", + "Seconds" + ], + "output":"N" + }, + { + "input":[ + "I loved Contact, The Truman Show, Eternal Sunshine of the Spotless Mind, The Wizard of Oz, A Grand Day Out, What Lies Beneath, and The Princess Bride. I'm looking for a Crime movie.", + "The Mission", + "Who is that directed by?", + "Johnnie To", + "I prefer Alfred Hitchcock movies. Can you suggest an alternative?", + "The Wrong Man" + ], + "output":"N" + }, + { + "input":[ + "Braveheart, The Deer Hunter, Tombstone, Goodfellas, The Big Lebowski, and The Good, the Bad and the Ugly are films I like. I'm looking for a Comedy movie.", + "Smokey and the Bandit", + "Who is that directed by?", + "Hal Needham", + "I prefer Judd Apatow movies. Can you suggest an alternative?", + "Knocked Up" + ], + "output":"N" + }, + { + "input":[ + "American Beauty, The Godfather, Crouching Tiger, Hidden Dragon, Garden State, Dancer in the Dark, Reservoir Dogs, and Pulp Fiction are movies I love. I'm looking for a Cate Blanchett movie.", + "Heaven", + "Who does that star?", + "Cate Blanchett, Giovanni Ribisi", + "I like Tobey Maguire movies more. Do you know anything else?", + "The Good German" + ], + "output":"N" + }, + { + "input":[ + "Batman, Spy Hard, Speed, Apollo 13, Stargate, Crimson Tide, and Clear and Present Danger are movies I liked. I'm looking for a Comedy movie.", + "Money Train", + "Who does that star?", + "Woody Harrelson, Wesley Snipes, Jennifer Lopez, Robert Blake", + "I like John Cleese movies more. Do you know anything else?", + "And Now for Something Completely Different" + ], + "output":"Y" + }, + { + "input":[ + "The Rock, Jaws, National Lampoon's Vacation, Mrs. Doubtfire, Toy Story, Raiders of the Lost Ark, and Saving Private Ryan are movies I really liked. I'm looking for a Tom Cruise movie.", + "Top Gun", + "Who is that directed by?", + "Tony Scott", + "I prefer James Mangold movies. Can you suggest an alternative?", + "Knight and Day" + ], + "output":"Y" + }, + { + "input":[ + "I loved Harry Potter and the Prisoner of Azkaban, The Matrix, The Shawshank Redemption, The Breakfast Club, Pulp Fiction, Clerks, and While You Were Sleeping. I'm looking for a Vincent Price movie.", + "Edward Scissorhands", + "Who does that star?", + "Johnny Depp, Winona Ryder, Dianne Wiest, Anthony Michael Hall", + "I like Judith Evelyn movies more. Do you know anything else?", + "The Tingler" + ], + "output":"Y" + }, + { + "input":[ + "Keeping the Faith, What Women Want, 10 Things I Hate About You, Great Expectations, Return to Me, What Dreams May Come, and Finding Forrester are movies I liked. I'm looking for a Chris Rock movie.", + "Down to Earth", + "Who does that star?", + "Chris Rock", + "I prefer Ben Stiller movies. Can you suggest an alternative?", + "Madagascar" + ], + "output":"Y" + }, + { + "input":[ + "I like Jaws 2, The Dark Knight Rises, The Tuxedo, Volcano, The Wedding Planner, Avatar, and Inception. I'm looking for a Steve Miner movie.", + "Lake Placid", + "Who does that star?", + "Bill Pullman, Brendan Gleeson, Oliver Platt, Bridget Fonda", + "I prefer Elijah Wood movies. Can you suggest an alternative?", + "Forever Young" + ], + "output":"N" + }, + { + "input":[ + "Following, Touching the Void, Son of the Bride, L.A. Confidential, Laura, Shaun of the Dead, and Ragtime are films I liked. I'm looking for a Laurent Cantet movie.", + "Time Out", + "Who does that star?", + "Aurélien Recoing, Karin Viard", + "I prefer Jalil Lespert movies. Can you suggest an alternative?", + "Human Resources" + ], + "output":"Y" + }, + { + "input":[ + "The Usual Suspects, Heat, Crimson Tide, The Englishman Who Went Up a Hill But Came Down a Mountain, Clear and Present Danger, Casino, and Pulp Fiction are movies I loved. I'm looking for a super-hero movie.", + "Batman", + "Who is that directed by?", + "Tim Burton", + "I prefer Pitof movies. Can you suggest an alternative?", + "Catwoman" + ], + "output":"N" + }, + { + "input":[ + "The Muppet Christmas Carol, You've Got Mail, Life Is Beautiful, Who Framed Roger Rabbit, The Bank Dick, On the Waterfront, and North by Northwest are films I liked. I'm looking for a Dashiell Hammett movie.", + "The Maltese Falcon", + "Who does that star?", + "Bebe Daniels, Ricardo Cortez, Dudley Digges", + "I like William Powell movies more. Do you know anything else?", + "The Thin Man" + ], + "output":"N" + }, + { + "input":[ + "Alien, Big Trouble in Little China, The Thing, Akira, Seven Samurai, Yojimbo, and Raise the Red Lantern are movies I loved. I'm looking for a Steven Spielberg movie.", + "Empire of the Sun", + "Who is that directed by?", + "Steven Spielberg", + "I like Joe Dante movies more. Do you know anything else?", + "Gremlins" + ], + "output":"Y" + }, + { + "input":[ + "I like Election, The Usual Suspects, Lost in Translation, Pulp Fiction, Repo Man, Goodfellas, and Amélie. I'm looking for a Crime movie.", + "Narc", + "Who is that directed by?", + "Joe Carnahan", + "I prefer David Ayer movies. Can you suggest an alternative?", + "Sabotage" + ], + "output":"Y" + }, + { + "input":[ + "The Great Escape, Glory, Butch Cassidy and the Sundance Kid, The Best Exotic Marigold Hotel, The Sting, Schindler's List, and The Bridge on the River Kwai are movies I like. I'm looking for a George Clooney movie.", + "The Good German", + "Who is that directed by?", + "Steven Soderbergh", + "I like Ethan Coen movies more. Do you know anything else?", + "Intolerable Cruelty" + ], + "output":"N" + }, + { + "input":[ + "Immortal Beloved, Ghostbusters, MASH, The Deer Hunter, Saving Private Ryan, Gone with the Wind, and The Godfather are films I liked. I'm looking for a Drama movie.", + "Evita", + "Who does that star?", + "Antonio Banderas, Jonathan Pryce, Madonna", + "I rate Joan Plowright movies. Any other suggestions?", + "Equus" + ], + "output":"N" + }, + { + "input":[ + "In the Line of Fire, The Rock, A Fish Called Wanda, Lost Highway, Back to the Future, The Godfather, and Monty Python and the Holy Grail are movies I love. I'm looking for a Paul Auster movie.", + "Smoke", + "Who is that directed by?", + "Wayne Wang, Paul Auster", + "I prefer Philip Haas movies. Can you suggest an alternative?", + "The Music of Chance" + ], + "output":"N" + }, + { + "input":[ + "The English Patient, Sense and Sensibility, Jane Eyre, An Ideal Husband, The Bone Collector, Emma, and Topsy-Turvy are films I like. I'm looking for a Drama movie.", + "Anna and the King", + "Who does that star?", + "Jodie Foster", + "I like Stacey Dash movies more. Do you know anything else?", + "Lap Dance" + ], + "output":"Y" + }, + { + "input":[ + "True Lies, Saving Private Ryan, The Untouchables, Clerks, Cape Fear, Shakespeare in Love, and The Crow are films I loved. I'm looking for a Henry Hathaway movie.", + "Kiss of Death", + "Who is that directed by?", + "Henry Hathaway" + ], + "output":"N" + }, + { + "input":[ + "I love Lola Versus, Heartbeats, Silver Linings Playbook, Fight Club, American History X, Laurence Anyways, and Fantastic Mr. Fox. I'm looking for a Noah Baumbach movie.", + "Frances Ha", + "Who is that directed by?", + "Noah Baumbach" + ], + "output":"N" + }, + { + "input":[ + "And Now for Something Completely Different, The Shawshank Redemption, A Close Shave, Amélie, In the Name of the Father, Spirited Away, and The Wrong Trousers are films I liked. I'm looking for a tarantino movie.", + "Grindhouse", + "Who does that star?", + "Kurt Russell, Rosario Dawson, Zoë Bell", + "I like Christoph Waltz movies more. Do you know anything else?", + "Inglourious Basterds" + ], + "output":"N" + }, + { + "input":[ + "Dances with Wolves, The Englishman Who Went Up a Hill But Came Down a Mountain, Sense and Sensibility, The Remains of the Day, The Piano, Much Ado About Nothing, and The Madness of King George are films I love. I'm looking for a Comedy movie.", + "Four Weddings and a Funeral", + "Who is that directed by?", + "Mike Newell", + "I like Kenneth Branagh movies more. Do you know anything else?", + "Peter's Friends" + ], + "output":"Y" + }, + { + "input":[ + "I liked Payback, The Rock, The Godfather, True Lies, The Untouchables, In the Line of Fire, and Predator. I'm looking for a martial arts movie.", + "Game of Death", + "Who does that star?", + "Bruce Lee", + "I prefer Jet Li movies. Can you suggest an alternative?", + "Martial Arts of Shaolin" + ], + "output":"Y" + }, + { + "input":[ + "Men in Black, Sense and Sensibility, Mr. Holland's Opus, That Thing You Do!, Grumpier Old Men, and The Godfather are movies I loved. I'm looking for a Richard Pearce movie.", + "A Family Thing", + "Who does that star?", + "Robert Duvall, James Earl Jones, Irma P. Hall", + "I rate Steve Martin movies. Any other suggestions?", + "Leap of Faith" + ], + "output":"Y" + }, + { + "input":[ + "As Good as It Gets, Saving Private Ryan, Shakespeare in Love, Fargo, Life Is Beautiful, Babe, and E.T. the Extra-Terrestrial are movies I loved. I'm looking for a Comedy movie.", + "The American President", + "Who does that star?", + "Michael J. Fox, Michael Douglas, Annette Bening, Martin Sheen", + "I rate Denholm Elliott movies. Any other suggestions?", + "Trading Places" + ], + "output":"N" + }, + { + "input":[ + "I love Liar Liar, The Rock, Contact, G.I. Jane, Groundhog Day, The Birdcage, and Arsenic and Old Lace. I'm looking for a Mary Stuart Masterson movie.", + "Some Kind of Wonderful", + "Who is that directed by?", + "Howard Deutch", + "I rate Michael Goldenberg movies. Any other suggestions?", + "Bed of Roses" + ], + "output":"Y" + }, + { + "input":[ + "GoldenEye, True Lies, Independence Day, Tomorrow Never Dies, Monty Python and the Holy Grail, Legend, and The Black Hole are movies I loved. I'm looking for a Comedy movie.", + "Meatballs", + "Who is that directed by?", + "Ivan Reitman", + "I like Zach Clark movies more. Do you know anything else?", + "White Reindeer" + ], + "output":"N" + }, + { + "input":[ + "I really liked Glengarry Glen Ross, Raiders of the Lost Ark, A Clockwork Orange, Clerks, Fargo, Reservoir Dogs, and Chinatown. I'm looking for a College movie.", + "Animal House", + "Who does that star?", + "Tom Hulce", + "I like Meagan Good movies more. Do you know anything else?", + "Stomp the Yard" + ], + "output":"Y" + }, + { + "input":[ + "I loved The Net, Clueless, I.Q., Clear and Present Danger, Miracle on 34th Street, Hackers, and Batman. I'm looking for a Santa Claus movie.", + "The Santa Clause", + "Who does that star?", + "Tim Allen", + "I like Dylan McDermott movies more. Do you know anything else?", + "Miracle on 34th Street" + ], + "output":"N" + }, + { + "input":[ + "I watched the films Das Boot, Conspiracy Theory, Die Hard, The Hunt for Red October, The French Connection, Butch Cassidy and the Sundance Kid, and Out of Sight and loved them. I'm looking for an Action movie.", + "The Killer", + "Who does that star?", + "Danny Lee, Sally Yeh", + "I like Cung Le movies more. Do you know anything else?", + "Dragon Eyes" + ], + "output":"Y" + }, + { + "input":[ + "Beauty and the Beast, Leaving Las Vegas, Edward Scissorhands, Ghostbusters, Snow White and the Seven Dwarfs, The Silence of the Lambs, and Unbreakable are movies I really like. I'm looking for a Christopher Lloyd movie.", + "Back to the Future Part II", + "Who does that star?", + "Christopher Lloyd, Michael J. Fox, Lea Thompson, Thomas F. Wilson", + "I like Macaulay Culkin movies more. Do you know anything else?", + "The Pagemaster" + ], + "output":"N" + }, + { + "input":[ + "Watchmen, Masculin Féminin, Deconstructing Harry, Juno, Fear and Loathing in Las Vegas, Talk to Her, and 300 are movies I loved. I'm looking for a Good movie.", + "This Island Earth", + "Who is that directed by?", + "Joseph M. Newman", + "I like Len Wiseman movies more. Do you know anything else?", + "Live Free or Die Hard" + ], + "output":"Y" + }, + { + "input":[ + "Gattaca, Meet the Fockers, Ice Age, The Hangover Part II, A Separation, This Is England, and Brüno are films I love. I'm looking for an iran movie.", + "The Song of Sparrows", + "Who is that directed by?", + "Majid Majidi", + "I rate Till Schauder movies. Any other suggestions?", + "The Iran Job" + ], + "output":"N" + }, + { + "input":[ + "Quiz Show, Searching for Bobby Fischer, The Fugitive, Independence Day, The Remains of the Day, The Usual Suspects, and Schindler's List are movies I really like. I'm looking for a Joe Pesci movie.", + "Casino", + "Who does that star?", + "Robert De Niro, Joe Pesci, Sharon Stone", + "I prefer Ray Liotta movies. Can you suggest an alternative?", + "Goodfellas" + ], + "output":"N" + }, + { + "input":[ + "Heavy Metal, The World Is Not Enough, Ferris Bueller's Day Off, The Black Hole, Friday the 13th, Fletch, and The Terminator are films I liked. I'm looking for a Michael Ritchie movie.", + "The Golden Child", + "Who is that directed by?", + "Michael Ritchie" + ], + "output":"Y" + }, + { + "input":[ + "I watched the films Army of Darkness, American Beauty, The Running Man, Sweet and Lowdown, Stop Making Sense, Raiders of the Lost Ark, and Unbreakable and loved them. I'm looking for a Thriller movie.", + "Memento", + "Who is that directed by?", + "Christopher Nolan", + "I like Chris Gorak movies more. Do you know anything else?", + "Right at Your Door" + ], + "output":"N" + }, + { + "input":[ + "The Jerk, The City of Lost Children, The Apostle, Rushmore, Platoon, It Happened One Night, and Kramer vs. Kramer are films I like. I'm looking for a Comedy movie.", + "Some Like It Hot", + "Who is that directed by?", + "Billy Wilder", + "I like Buster Keaton movies more. Do you know anything else?", + "The Electric House" + ], + "output":"N" + }, + { + "input":[ + "The Pianist, Tootsie, Dead Poets Society, The Breakfast Club, Amélie, Life Is Beautiful, and Chariots of Fire are movies I really liked. I'm looking for a fairy tale movie.", + "Into the Woods", + "Who does that star?", + "Emily Blunt, Anna Kendrick, James Corden, Daniel Huttlestone", + "I rate Donna Murphy movies. Any other suggestions?", + "Tangled" + ], + "output":"Y" + }, + { + "input":[ + "I really liked Casino Royale, Skyfall, Fight Club, and The Prestige. I'm looking for a Comedy movie.", + "Submarine", + "Who does that star?", + "Paddy Considine, Noah Taylor, Craig Roberts, Yasmin Paige", + "I rate Billy Crystal movies. Any other suggestions?", + "When Harry Met Sally..." + ], + "output":"Y" + }, + { + "input":[ + "The Killing, No Country for Old Men, Paths of Glory, The Wrong Trousers, The Graduate, Paris, Texas, and 12 Angry Men are movies I love. I'm looking for an Action movie.", + "Once Upon a Time in China", + "Who does that star?", + "Jet Li", + "I rate Richard Boone movies. Any other suggestions?", + "The Raid" + ], + "output":"N" + }, + { + "input":[ + "Fargo, Casablanca, Raging Bull, Welcome to the Dollhouse, Diva, Goodfellas, and The Graduate are movies I liked. I'm looking for a fairy-tale movie.", + "Snow White and the Seven Dwarfs", + "Who is that directed by?", + "Wilfred Jackson, Ben Sharpsteen, David Hand, William Cottrell, Larry Morey, Perce Pearce" + ], + "output":"Y" + }, + { + "input":[ + "The People vs. Larry Flynt, Evita, Hoodlum, Scream, Good Will Hunting, Contact, and Titanic are movies I really liked. I'm looking for a Comedy movie.", + "Soul Food", + "Who does that star?", + "Vivica A. Fox, Nia Long, Vanessa Williams, Michael Beach", + "I rate Sandra Bullock movies. Any other suggestions?", + "Forces of Nature" + ], + "output":"Y" + }, + { + "input":[ + "The Usual Suspects, Lost Highway, The Experiment, A Clockwork Orange, La Haine, Castle in the Sky, and Little Miss Sunshine are films I liked. I'm looking for a Takeshi Kitano movie.", + "Dolls", + "Who is that directed by?", + "Takeshi Kitano", + "I prefer Kinji Fukasaku movies. Can you suggest an alternative?", + "Battle Royale" + ], + "output":"Y" + }, + { + "input":[ + "Sling Blade, The Wild Bunch, Forrest Gump, The Deer Hunter, Crimson Tide, Charade, and Stalag 17 are films I loved. I'm looking for a Drama movie.", + "The Caine Mutiny", + "Who does that star?", + "Humphrey Bogart, Fred MacMurray, José Ferrer, Van Johnson", + "I prefer Jason Segel movies. Can you suggest an alternative?", + "The End of the Tour" + ], + "output":"Y" + }, + { + "input":[ + "Blade Runner, Brazil, The Red Violin, Dark City, Eternal Sunshine of the Spotless Mind, and Tank Girl are films I really liked. I'm looking for a Fantasy movie.", + "The City of Lost Children", + "Who is that directed by?", + "Marc Caro", + "I like Frank Oz movies more. Do you know anything else?", + "The Dark Crystal" + ], + "output":"N" + }, + { + "input":[ + "I really liked Tombstone, The Shawshank Redemption, The Fugitive, I.Q., Legends of the Fall, Babe, and Four Weddings and a Funeral. I'm looking for a cult movie.", + "Forrest Gump", + "Who is that directed by?", + "Robert Zemeckis", + "I prefer Rob Reiner movies. Can you suggest an alternative?", + "The Princess Bride" + ], + "output":"Y" + }, + { + "input":[ + "Stargate, The Treasure of the Sierra Madre, Alien, The Maltese Falcon, North by Northwest, Harvey, and Rio Bravo are films I like. I'm looking for a J. Lee Thompson movie.", + "The Guns of Navarone", + "Who does that star?", + "Gregory Peck, Anthony Quinn, David Niven, Stanley Baker", + "I like Roddy McDowall movies more. Do you know anything else?", + "Battle for the Planet of the Apes" + ], + "output":"Y" + }, + { + "input":[ + "Heat, Miracle on 34th Street, Ghost, Home Alone, The Silence of the Lambs, The Net, and Forrest Gump are movies I love. I'm looking for a schwarzenegger movie.", + "True Lies", + "Who does that star?", + "Arnold Schwarzenegger, Jamie Lee Curtis", + "I prefer Robin Tunney movies. Can you suggest an alternative?", + "End of Days" + ], + "output":"Y" + }, + { + "input":[ + "Forrest Gump, The Wizard of Oz, The Little Mermaid, Moulin Rouge!, Shrek 2, Beauty and the Beast, and Life Is Beautiful are movies I really like. I'm looking for a Mystery movie.", + "The Da Vinci Code", + "Who does that star?", + "Tom Hanks, Ian McKellen, Jean Reno, Audrey Tautou", + "I rate James Garner movies. Any other suggestions?", + "They Only Kill Their Masters" + ], + "output":"Y" + }, + { + "input":[ + "The Client, The River Wild, Copycat, The Usual Suspects, The Fugitive, Outbreak, and Pulp Fiction are films I really liked. I'm looking for a Comedy movie.", + "Babe", + "Who is that directed by?", + "Chris Noonan", + "I rate Peter Medak movies. Any other suggestions?", + "The Ruling Class" + ], + "output":"N" + }, + { + "input":[ + "I really like The Silence of the Lambs, Fargo, Midnight Cowboy, Lawrence of Arabia, The Maltese Falcon, Road to Perdition, and Goodfellas. I'm looking for a remake movie.", + "The Heartbreak Kid", + "Who is that directed by?", + "Peter Farrelly", + "I prefer Kevin Tancharoen movies. Can you suggest an alternative?", + "Fame" + ], + "output":"Y" + }, + { + "input":[ + "The Usual Suspects, The Breakfast Club, The Hustler, Fargo, Pulp Fiction, The Outsiders, and Donnie Brasco are films I like. I'm looking for a Drama movie.", + "Braveheart", + "Who is that directed by?", + "Mel Gibson", + "I prefer Ivan Reitman movies. Can you suggest an alternative?", + "Draft Day" + ], + "output":"Y" + }, + { + "input":[ + "I like Brazil, The Royal Tenenbaums, Annie Hall, Man on Wire, Clerks II, Funny People, and The Terminator. I'm looking for a Thriller movie.", + "Dead Man's Shoes", + "Who is that directed by?", + "Shane Meadows", + "I prefer Nicholas DiBella movies. Can you suggest an alternative?", + "Cherry Crush" + ], + "output":"Y" + }, + { + "input":[ + "Fantasia, The Good, the Bad and the Ugly, 12 Angry Men, The Wizard of Oz, Muppet Treasure Island, Much Ado About Nothing, and Casablanca are films I really liked. I'm looking for a Vincente Minnelli movie.", + "An American in Paris", + "Who is that directed by?", + "Vincente Minnelli" + ], + "output":"Y" + }, + { + "input":[ + "American Beauty, Full Metal Jacket, Shrek, American History X, American Pie, The Godfather, and Requiem for a Dream are movies I really liked. I'm looking for a Gabriel Byrne movie.", + "The Usual Suspects", + "Who does that star?", + "Benicio Del Toro, Gabriel Byrne, Kevin Pollak, Stephen Baldwin", + "I prefer Arnold Schwarzenegger movies. Can you suggest an alternative?", + "End of Days" + ], + "output":"Y" + }, + { + "input":[ + "I loved Rise of the Planet of the Apes, The Game, Being John Malkovich, The Matrix, Metropolis, The Silence of the Lambs, and Groundhog Day. I'm looking for a Comedy movie.", + "True Lies", + "Who does that star?", + "Arnold Schwarzenegger, Jamie Lee Curtis", + "I prefer Joey Bishop movies. Can you suggest an alternative?", + "Texas Across the River" + ], + "output":"Y" + }, + { + "input":[ + "I really like Memento, Traffic, The Deer Hunter, Who Framed Roger Rabbit, Office Space, Jackie Brown, and The Incredibles. I'm looking for a Franklin J. Schaffner movie.", + "The Boys from Brazil", + "Who is that directed by?", + "Franklin J. Schaffner" + ], + "output":"Y" + }, + { + "input":[ + "The Godfather, American Beauty, Minority Report, Predator, Schindler's List, High Fidelity, and The Princess Bride are movies I really like. I'm looking for a science fiction movie.", + "Gattaca", + "Who does that star?", + "Ethan Hawke, Uma Thurman, Gore Vidal", + "I rate Shane Carruth movies. Any other suggestions?", + "Primer" + ], + "output":"N" + }, + { + "input":[ + "Grumpier Old Men, 101 Dalmatians, and Othello are movies I liked. I'm looking for a treasure movie.", + "Muppet Treasure Island", + "Who is that directed by?", + "Brian Henson", + "I rate Steven Spielberg movies. Any other suggestions?", + "The Adventures of Tintin" + ], + "output":"Y" + }, + { + "input":[ + "Analyze This, Independence Day, Toy Story 2, Citizen Kane, Back to the Future, The King and I, and Mr. Smith Goes to Washington are films I like. I'm looking for a Rob Minkoff movie.", + "Stuart Little", + "Who is that directed by?", + "Rob Minkoff", + "I prefer Roger Allers movies. Can you suggest an alternative?", + "The Lion King" + ], + "output":"N" + }, + { + "input":[ + "I liked Malice, The Brothers McMullen, The American President, In the Line of Fire, Farewell My Concubine, Forrest Gump, and The Client. I'm looking for an interesting movie.", + "Before and After", + "Who does that star?", + "Liam Neeson, Meryl Streep, Edward Furlong, Julia Weldon" + ], + "output":"N" + } + ] +} \ No newline at end of file diff --git a/tasks/task1740-mdd_sentiment_classification.json b/tasks/task1740-mdd_sentiment_classification.json new file mode 100644 index 000000000..2cdcb541b --- /dev/null +++ b/tasks/task1740-mdd_sentiment_classification.json @@ -0,0 +1,1090 @@ +{ + "Contributors":[ + "Uday Yalamanchili" + ], + "Source":[ + "mdd" + ], + "Categories":[ + "Sentiment Classification" + ], + "Input_language": [ + "English" + ], + "Output_language": [ + "English" + ], + "Instruction_language": [ + "English" + ], + "Definition":"In this task, you're given a discussion between two people about movies, pulled from reddit. Your job is to determine if the discussion is positive i.e both of them have the same opinion else negative. The discussion must not be based purely on the negative/positive words but on context and if the people involved are on the same lines. Neutral (non-negative) discussions can be categorised as positive. Indicate your answer with Y if the discussion is positive else N.", + "Positive Examples":[ + { + "input":[ + "She dead", + "Too soon ?" + ], + "output":"Y", + "explanation":"Even though the discussion is about a person's demise, it is on the same lines and hence positive" + }, + { + "input":[ + "Disappointing ( but not surprising ) to see that he'll vote for best animated short without ever watching any of them , or that he'll vote against Jennifer Lawrence because her SNL episode was unfunny . Also , I'm confused by the image at the top of this article , which shows votes for awards and reasons given , but those have nothing to do with what's in the article.", + "This whole article just shows why a lot of people view the Academy as pointless . This person admits to basically being biased to anything for even the slightest issue . His reason for making Lincoln no.2, It is a bore..but it is Spielberg so he gets the spot ? ! Just absurd and annoying to think that there are probably WAY more people voting with this standard . A Best Picture shouldn't be nominated just because of a Director , or because it was just `` Alright", + " it should be a Best Picture..meaning it had everything going for it when you viewed it . This whole article just pissed me off ! XD * Especially the Jennifer Lawrence bit.. -_-" + ], + "output":"Y", + "expanation":"The discussion is about the Jury in Academy awards. Both the people in the discussion agree with their remarks and hence positive" + }, + { + "input":[ + "No on says a word about this guy seeing House of a Thousand Corpses at ten years of age in a theater ? Ill 'wtf' that. Lol you're a trooper", + "hahaha yea , i was desensitized at a young age when I went to horror conventions and saw Evil dead on dvd when I was 9 . Lol , it sounds bad , but it's actually not as bad as you think it is . Yes , I love horror movies slightly more than regular movies , but i'm not some messed up psycho adult who had a messed up childhood with irresponsible parents. I just love horror films. When I go to those horror movie conventions, I see kids all the time with their parents, some with masks and costumes of characters like jason or freddy or ghostface ( like what other people usually do at conventions ) . It's all in fun , the age doesn't matter" + ], + "output":"Y", + "expanation":"The discussion is about a person's fondness for horror films. There is nothing negative in the discussion" + }, + { + "input":[ + "`` Steve Carrel is unrecognizable playing Robin Williams in One Hour Photo .", + "I visited the link , too !" + ], + "output":"Y", + "expanation":"There is nothing negative in the discussion." + } + ], + "Negative Examples":[ + { + "input":[ + "I imagine they probably were enhanced by CGI .", + "I imagine a future where humans are enhanced by CGI ." + ], + "output":"N", + "explanation":"There is nothing negative in the discussion. Just a neutral discussion about CGI. So output should not be N" + }, + { + "input":[ + "independent escort in delhi , independent escort service in delhi , delhi independent escort , independent female escort in delhi . http : / www.escortsindelhincr.com / independent-escort-in-delhi /", + "are your hoes that shitty that you need to spam on reddit for them ? ... whow ." + ], + "output":"N", + "expanation":"The discussion is negative as the reply is against the first input." + }, + { + "input":[ + "Thank you ! Don't give up , it take a while to get the hang of . Not meant to be rushed . With that being said , if you ever want a custom piece I take commissions : www.btjpyro.com / Thanks again !", + "... thank you . Bookmarked as : 'Brilliant Art." + ], + "output":"N", + "expanation":"The person involved liked the other person's art. So positive" + }, + { + "input":[ + "I agree on the greatness of Man Bites Dog- I own that Criterion edition . That films perfectly teeters on the line of truly demented and darkly hilarious. I enjoyed it as a dark-comedy on real-life killers , but Behind the Mask was such a great commentary on the teen-slashers I grew up loving . Apparently I'm in the minority here , but I loved the third act . The transition from commentary on teen-slashers to actually become what it was mocking felt so seamless and like the perfect finale for the film . Tucker and Dale spoiler : [ Tucker and Dale made the same transition in its third act and I loved it . The only reason I like Behind the Mask more , is I felt Tucker and Dale cheesed it up way too much . ] ( / spoiler ) My all-time favorite `` kind of satire , kind of throwback , totally self-aware film would have to be Shaun of the Dead , however .", + "As someone who has shown this movie to friends and is also in the minority regarding the 3rd act , I know how you feel ." + ], + "output":"N", + "expanation":"Both of them agree with the points raised and are on the same lines" + } + ], + "Instances":[ + { + "input":[ + "This is the author of the article . These were my picks and it 's an opinion . I did say Quantum was mediocre to bad and it 's because the trailer is so incredible and Casino Royale was so great that it was a let down . Also are you really gon na say Phantom Menace wasnt a terrible movie that had a great trailer .", + "True its an opinion as is my comment . I 'd say quantum of solace was meh , bland . But it had one of the best bond villains around . As for phantom menace , I 'd say it gets far more hate than it deserves . Did I personally enjoy it ? Yes . Was it a good movie ? Not especially . Did it live up to the hype ? God no ? Was it terrible ? Not even close . Attack of the clones on the other hand , that was dreck .", + "Well if we ca n't have common ground that TPM is a horrible film in every sense ( especially as a Star Wars film ) well ... To quote Obi Wan in Rots `` well then you are lost ! '' ? ?", + "Haha , I 'm not on the Bryan Young level of idolizing it , but my inner 12 year old enjoyed it ." + ], + "output":"Y" + }, + { + "input":[ + "Quicktime X", + "Thanks buddy ." + ], + "output":"Y" + }, + { + "input":[ + "The Princess Bride ?", + "Yes . I was going to go with `` How 's the sicky ? `` , but that 's not the first line ." + ], + "output":"Y" + }, + { + "input":[ + "Already on my to-watch list . ( Koyaanisqatsi ) edit : Link to quote ?", + "yeah , I could n't find the quote . I took a Sci-Fi film class in college and I remember it in my readings . If i find it , I will let you know ." + ], + "output":"Y" + }, + { + "input":[ + "I hope he plays Gary Mitchell . He 'd look pretty intimidating with pure white contacts .", + "I just pictured that and it looks amazing" + ], + "output":"Y" + }, + { + "input":[ + "Orlando Bloom was his own stuntman was n't he ? He did pretty much everything by himself .", + "That was Viggo Mortensen . Though Orlando Bloom might have done his stunts too but I have n't heard that before ." + ], + "output":"Y" + }, + { + "input":[ + "How you could find Citizen Kane boring I do not know .", + "I was just thinking I 'd pick Citizen Kane . I was aware of the ending long before seeing it and ca n't help feeling the experience watching it was diminished alread knowing that final outcome ." + ], + "output":"Y" + }, + { + "input":[ + "WTF", + "?" + ], + "output":"N" + }, + { + "input":[ + "A phone call to someone outside would have sufficed and taken all of 15 seconds", + "But it would n't have had all the other benefits of those scenes . And it would n't have been nearly as interesting . Sometimes `` sufficed '' is n't good enough .", + "Alternatively , we get a 15 minute loop where nothing happens . We all know nothing is going to get better until Batman shows up . This scene serves no purpose to the movie , makes the plot convoluted , drags out the movie , slows down the plot , kills the suspense . I was bored to death during the city under watch scenes .", + "15 minutes is vastly exaggerating the length of these scenes . They were more like 5 minutes of screen time , tops . > This scene serves no purpose to the movie , makes the plot convoluted , drags out the movie , slows down the plot , kills the suspense . Not the case . Between myself and others , we 've already pointed out the purpose of those scenes , from informing the audience to character development . It was no more `` convoluted '' than anything else in the movie . Honestly , if you were bored during those scenes then maybe this movie just was n't for you .", + "> Honestly , if you were bored during those scenes then maybe this movie just was n't for you . Exactly . But the same movie without those scenes would have been for me .", + "The thing is , I think if you watched the movie a bit differently you would n't hate those scenes so much ." + ], + "output":"N" + }, + { + "input":[ + "I doubt anyone will talk about the avengers movies 40 years from now .", + "Eh , people will probably talk about the Avengers movies , but not like they do Star Wars ." + ], + "output":"Y" + }, + { + "input":[ + "I made the right choice , Will .", + "Hello , Dr. Lecter ." + ], + "output":"Y" + }, + { + "input":[ + "... kind of defeats the purpose of what the story centers around . Sure you have the corruption factor in it but you also have the revenge story . Which is a large part of it . There 's also a duality that exists in his presence as a Hellspawn and his own ideals . The Violator character is there to emphasize this with Spawn . What you are pitching is The Dark Knight with Spawn and that sounds silly to me . Spawn is an almost derivative take on Sam Raimi 's Darkman with physical allegorical references to religion , Heaven and Hell .", + "Save it for the sequels . This is a low-budget endeavour to rebuild public interest in the character . You can touch on those themes through the kids ' shared mythology , make it part of the investigation . Plus , Batman is a central character in Nolan 's films . I 'm proposing that Spawn is portrayed as a rumor -- a hushed whisper nervously passed along . He 's the terror in his victims ' faces . A sheet of blood swallowing a gangster . Demon 's eyes in the darkness dripping green light ." + ], + "output":"N" + }, + { + "input":[ + "That was a conscious choice by Gyllenhaal . The backstory he created for that character was that he was an extremely smart guy ( like genius level ) and because of that he decided he should have a tick . His tick was blinking .", + "I did not know that , thanks for the info" + ], + "output":"N" + }, + { + "input":[ + "Jaws ... intriguing . I 've never been to film school , though . I was , I guess , referencing the [ AFI `` rankings . `` ] ( http : / en.wikipedia.org / wiki / AFI's_100_Years % E2 % 80 % A6100_Movies )", + "The AFI rankings are awful . Granted , they get some things right , but how the fuck is * Dances with Wolves * one of the greatest 100 American films ?" + ], + "output":"N" + }, + { + "input":[ + "I used to be a film major ( still looking to go into the industry , just not with a film degree ) and every department crew I ever worked with was just like this . the director thought he had the best idea , but never went through with it and the project would fall apart , every time . One of the story ideas was about a world in where numbers did n't exist .", + "I think every group in our class had at least one person that thought their ideas were the best - and the rest of the group had to talk them down ( except for one group who did that idea , and barely passed with it ) , so I assume that happens a LOT in these courses . We had four out of five in our group that thought they could handle the directing role , but it was only me that seemed to understand how the filmmaking process worked . I think it may just be the college / university 'pressure ' that makes production crews fall apart . Everyone wants to show they can do it and show their skills and none of their ideas mesh with anyone elses ' , no teamwork or collaboration in that . But goddamn that movie about no numbers sounds amazing ." + ], + "output":"N" + }, + { + "input":[ + "I 'm fine with all of them except the `` damaged '' one on his head . That one is just silly .", + "I think that some classy tattoos depicting images of harlequins and jesters would have worked well . It would have created a nice juxtaposition with the rest of what he has going on . Also yes , ditch the `` Damaged '' ." + ], + "output":"N" + }, + { + "input":[ + "I 'd say yes , If studios will only produce certain amount of movies and they keep grabbing the low hanging fruit great movies will be produced much less often . obviously this is the fault of the consumer for watching them in the first place but if horrible movies did n't exist people would likely watch good movies more often . Also I think apathy is never the answer .", + "If we agree that in many cases more people see the movies you call `` low hanging fruit '' than see the great films , then I would pose this question to you : Where would the funding for these great films come from when the studios know they likely wo n't make much money , if not from the tons of money brought in by the `` lesser '' movies ?", + "Great question , my argument relies on the fact that people would go to see movies in similar numbers if the quality were to rise . Which I believe to be true but may not be . Given this , the money would come from the same place it comes from now , the movies that succeed . except the movies that success would be of higher quality . Which I do n't believe would cost any more to make . Like I said though , I mostly blame the consumer not the studios .", + "The problem is that a quality film usually makes a strong emotional connection with the viewer , which is difficult to do on a large scale . Quality is obviously subjective , and it 's difficult to make compelling and relatable characters for a general audience . What does resonate with the most consumers ? The lowest common denominator . Blue humor , stereotypical archetypes , and predictable stories . There 's a large demand for the generic escapism ; one that I do n't believe `` quality '' films would be able to fill ." + ], + "output":"Y" + }, + { + "input":[ + "But Skyfall revealed that Craig 's Bond real name is James Bond and it 's not his code name . His parents had the last name Bond . So , * if * that theory was correct then Craig would be the first Bond . This still presents us with the time paradox problem cause by Judi Dench 's M , Casino Royale on being a reboot is the only logical answer . I suppose it * might * work as a prequel if you 're a fan of the multiverse theory but then every different Bond is technically a reboot .", + "James Bond was named after his father , James Bond , the first person to be 007 and have the James Bond moniker . Also , she called Brosnan a relic of the Cold War era , and in * Casino Royale * said she misses the Cold War . Does n't necessarily mean that she 's been M since the Cold War ." + ], + "output":"N" + }, + { + "input":[ + "> His on-screen charisma fits the character like a glove . i think , * as a person * , vin diesel is kind of interesting . it mentions in the article , > > the series even spawned a fantastic video game , a rare feat when jumping from film to game . what they do n't mention is that the two riddick games were put out by tigon studios , vin diesel 's personal video game company . he founded a video game company . `` tigon '' as in the opposite of a `` liger '' ( remember napoleon dynamite ? yeah ) . it 's a reference to his own multi-racial heritage , about which he made a student film that 's apparently pretty good . yeah , he went to film school . oh , and he apparently plays dungeons and dragons . vin diesel 's a geek .", + "I remember hearing about the D & D thing . I didnt even play it and I immediately liked the guy a little more ." + ], + "output":"N" + }, + { + "input":[ + "Found the nerd .", + "Well , as long as you can feel superior" + ], + "output":"Y" + }, + { + "input":[ + "that 's pretty specific . watch The Battery", + "> The Battery seen that one , thanks for responding.. and it should not be a comedy heh", + "I assume you have seen take shelter ? Sorry I do n't get very obscure Edit : This does n't really fit your description", + "yes seen it , very good" + ], + "output":"N" + }, + { + "input":[ + "Because not everybody finds those two women attractive .", + "Everyone does n't have to find them attractive for there to be tons of them , just tons of people need to find them attractive .", + "But by making them commonplace they will cease to be attractive .", + "Not to me ." + ], + "output":"N" + }, + { + "input":[ + "I like it since I feel this trailer was an homage to video games . Hopefully that 's not how the movie actually is , cause some of the choreography in here was awesome . I 'd love to see a full movie like this as long as it 's toned down a bit", + "I feel like this passed 'homage . ' Doom was an homage , Tomb Raider was an Homage , even friggin Street Fighter and Mortal Kombat were Homages because they just had elements of video games in them , but were still movies . This is just ... I mean come on , it has a grenade tutorial in it ." + ], + "output":"Y" + }, + { + "input":[ + "Not entirely . They go to the video rental place and play hockey outside , IIRC .", + "Damn . It 's been too long ... Well , it 's * mainly * set in a convenience store" + ], + "output":"Y" + }, + { + "input":[ + "I think ( or maybe just hope ? ) that he was talking about the Twilight books specifically .", + "Yes I thought about it . We 'll see if he replies ." + ], + "output":"Y" + }, + { + "input":[ + "Try watching the `` Never heard of it '' choices next time . Most of them are really quite good .", + "Also try the foreign nominees , because it 's pretty unlikely that the Hollywood film chosen by Hollywood to be the `` best of the year '' actually is the best ." + ], + "output":"N" + }, + { + "input":[ + "2 and 3 were great !", + "Yet how many were made ?", + "I think there were 5 or 6 released in theatres and then another couple that went straight to VHS .", + "There were seven , and one set for release in 2014 apparently ." + ], + "output":"Y" + }, + { + "input":[ + "The Prestige .", + "I 've only seen it once and I love it ... what 's in the second viewing that means I need to see it again ?" + ], + "output":"N" + }, + { + "input":[ + "Nothing to see here , just [ another spammer ] ( http : / www.reddit.com / user / brycecovert ) .", + "Not a spammer , just a fan of the work on ND20 . I assure you I 'm human . If you do n't like the content , do n't read !" + ], + "output":"N" + }, + { + "input":[ + "no you have that the other way around , he wrote the script and refused to sell it unless he starred as rocky", + "For sure ; he was still born to play the part ." + ], + "output":"Y" + }, + { + "input":[ + "On the plus side , I did get to write for him for a little bit .", + "I do n't know if it helps you feel better , but you are totally my hero for contributing to the Muppets . I am not exaggerating when I say that few things make me feel as great as the Muppets . They remind me of some really great times in my life , and they have definitely shaped who I am today . So thanks ." + ], + "output":"N" + }, + { + "input":[ + "Hey , would you be interested in an Europe-based reviewer ? I go to the movies 2 / 3 times a week at least , with a pretty endless supply of indie movies from the UK , France , Italy , Scandinavia & such . We also get some movies ahead of the US every once in a while , so ... If you think that could be useful , let me know !", + "Absolutely , that would be great . Send me an email , apply @ nerdarray.com and we can get into it further ! Thanks : )" + ], + "output":"N" + }, + { + "input":[ + "I was always hoping that they would introduce Sinister first , since he was the one was was trying to splice the Sommers together to destroy Apocalypse . At least from what I remember from 616 .", + "They would have to build up scott and for some reason bryan singer has an incredible disdain for all things scott and jean related" + ], + "output":"N" + }, + { + "input":[ + "It shows that Ullman was a douche and knew what was going on the whole time .", + "Does it ? I would n't have made that connection ! Guess I do n't know the Shinning as well as I thought I did .", + "The tennis ball is seen a few times throughout the movie . Jack throws it against the wall before he looks at the miniature maze and 'sees ' Danny and Wendy . It 's also rolled to Danny to lure him into Room 237 . Having Ullman give it back to Danny is quite creepy , in my opinion . It shows he knew what Jack was getting himself and his family into .", + "It never occurred to me that he was `` in on it . '' Next time I watch the first act of the movie I 'm gon na look for clues ." + ], + "output":"Y" + }, + { + "input":[ + "Walter Mitty is Papa Johns . Demolition Man is Taco Bell / Pizza hut ( Depending on where you live )", + "Yes , but in demolition man it was used to good effect . It was n't just there , it was pretty funny ." + ], + "output":"N" + }, + { + "input":[ + "I have n't seen Wick . Do you mean that it was the good kind of action ? It 's on my list ...", + "I remember during the making of The Bourne Supremacy , there was a clip where the cameraman was n't moving as much as the director Paul Greengrass wanted , so Paul stands behind the cameraman , grabs his arms and physically shakes them to show how he wants the shot done . John Wick is the antithesis of this . When the shakes are gone , when you do n't use these cheap tricks , you have to rely on the strength of your actors and their choreography , the stunt co-ordinators and their planning , and that the stuff you 're seeing looks so good you do n't have to shake the camera to cover cover your ass . This style wo n't work for every action or war movie , but it works for John Wick" + ], + "output":"N" + }, + { + "input":[ + "/r/shittytumblrgifs", + "Sorry everyone ." + ], + "output":"N" + }, + { + "input":[ + "[ Here you go . ] ( https : / www.youtube.com / watch ? v=nOzR5Jnd6bU )", + "Oh the kerbstomp scene . Thanks ." + ], + "output":"N" + }, + { + "input":[ + "Just wanted to say the American Akira would be close to `` Chronicle '' I highly recommend that movie , it 's pretty awesome", + "Chronicle is awesome , and it 's going to be a trilogy !", + "Trilogy ? Anywhere I can read more about this ? I thought the movie was awesome . It had a very real feel to it , and less of that Hollywood b * ; )", + "All Wikipedia says is 'On October 10 , 2012 it was revealed that Fox was unhappy with Landis ' draft for Chronicle 2 . ' However , I 'm a sort of 'friend-of-a-friend ' of Max Landis and get a lot of insider info . One of those inside tips was that it 's definitely going to be a trilogy ! And I love how you caught on that there 's so little Hollywood in the movie - Landis had to fight tooth and nail to get his own friend as cinematographer and not some Hollywood A-name . Expect much more from this prodigy in the years to come ." + ], + "output":"Y" + }, + { + "input":[ + "I why would they use CGI ? That 's part of why the first one was magical . It just ruins movies when CGI replaces practical effects . It simply looks goofy . Not that animation is a practical effect I just do n't like CGI", + "Just because the Dragon will be CGI does n't mean the effects wo n't still be practical ." + ], + "output":"Y" + }, + { + "input":[ + "I do n't necessarily see what 's wrong with that , to be honest . Is n't one of the major points of art in all it 's forms the ability to interpret it as we see fit ?", + "I am not arguing that it is wrong , but it is annoying when a reader implies what the AUTHOR was conveying rather than what the individual happens to see or take away ." + ], + "output":"Y" + }, + { + "input":[ + "We do n't really see it in the books , but there is great potential there .", + "The lead up and the explanation afterwards was cool . It was implied it was intense battle . Even Gandalf got hurt ." + ], + "output":"Y" + }, + { + "input":[ + "Well , I do like Ben Foster , so that 's pretty cool news for me . I 'm also pretty excited for this movie to actually get made . I 'm not a huge wow fan , but I think the Warcraft universe is awesome . Been loving it since WC III . I know it 's a video game movie , and those do n't usually go so well , but I will not lose hope .", + "I 'm excited also , great world for a film . Also , I wonder what happened with Colin Farrell ... if he 's still joining but has n't sign on as of yet , or if he passed on it ." + ], + "output":"N" + }, + { + "input":[ + "Were n't there rumors about Avengers 3 being split into 2 movies ?", + "Do n't know . I think that 's Justice League ." + ], + "output":"Y" + }, + { + "input":[ + "The purpose of that whole thing ( other than starting off the book with something exciting ) was to show that Lisbeth was living luxuriously off of her money , but still could n't help herself from taking down abusive people when the opportunity arose . The point of the section could be made by having her push a guy off a cruise ship or something similar .", + "No I totally get that , its purpose in the story could be achieved in some other way or just abandoned all-together like the Swedish film did . But pushing a man off a cruise ship is no where near as epic and enthralling as Lisbeth braving a beach strewn with debris in the middle of a Hurricane to save a woman 's life . She beats the shit out of that man and then leaves him to get swallowed up by the storm . You can achieve the same plot implications by changing the scenario , but you can not match the intensity of that scene .", + "Why do you people keep capitalizing hurricane", + "They 're either fans of the University of Miami , or hockey in North Carolina ." + ], + "output":"N" + }, + { + "input":[ + "As an ex cast member in theatre operations at Walt Disney World , this works but we have quite a few better and more interesting solutions for some shows .", + "Such as ? Are you allowed to discuss the details ? At the very least , could you point out which attractions have these , so we ( who are lucky enough to have access to the parks ) can see for ourselves ?", + "The stand based reflective captions are at the 3D shows and a couple of animatronic shows but you will have to request when going in and sit in front . We will usually want proof provided by guest relations but often trigger it on request anyway or out of boredom . Some other shows such as Finding Nemo or American Idol have it on the ceiling for lyrics . American Idol projects lyrics and score information on the back wall of the theatre , which is why they are always looking out at the audience . Country Bear , Voyages of the Little Mermaid , and others also have the reflective captioning . I think even Fantasmic has it , but it may just be an assistive hearing device . Some theaters can handle a hand held device for captioning shows and attractions , some can handle translation via red large red headphones . My favorite is at Festival of the Lion King where , when a group comes in that is deaf , we will put two people translating under spotlights and have them dance and sign the entire show . The other neat things ? If we run out , you may get handed a printed script to read from . If you are in a theater during a show , watch the cast as a lot of us will lip sync or even do small dances to the show while it runs , so you can get an idea of what is coming up from us . If we move suddenly , something is about to happen usually . And if we form a kick line ... well , someone is either having too much fun or we are excited for the end of the final show of the day .", + "B & B has it too !", + "Yep . B & B , IJSS , etc . all have it . Even the buses have a captioning system .", + "Oh man , I have n't thought about IJSS in forever ! You 're making me reminisce about my CP days now . Good times .", + "When was your CP ? FA10 and Alum11 here .", + "Spring Advantage , 2008 . Costuming hostess , mostly shows and parades . Yourself ?" + ], + "output":"Y" + }, + { + "input":[ + "That 's what scares me though . Cause even if it borrows certain things from the book it wont be the same just because it will be following a single central group of characters .", + "Which is really too bad , because it could have worked as a film as it . Just one central character , the interviewer , who we see meet with all of the subjects of his book in present day , speak a little , then flashbacks . It would have been interesting , to say the least .", + "That would have been awesome . I feel like they would n't do that though since none of the characters ( except mabye the interviewer ) would get much camera time . And so most big name actors would n't be interested ( which I would n't say is a bad thing at all ) but then the big studios would n't want to put too much money into it . But I could be completely wrong about that .", + "It 's also really sad if only due to the fact that I always pictured * the president * - the guy who is , in one of the stories , plowing a field or doing some other sort of dirty work ( it 's been awhile since I 've read the book ) - as Morgan Freeman ." + ], + "output":"N" + }, + { + "input":[ + "Teefury ? or elsewhere ? I see your shirt 's black faded super quick too : ( on the upside it 's the only one that has done that , spose it was a printing issue . Also that is some bizarrely specific cosplay ...", + "Why is it bizarre ?" + ], + "output":"N" + }, + { + "input":[ + "`` I 'm Batman . ''", + "`` And I 'm Javert ! Do not forget my name . ''", + "My name eh Jeff .", + "Ah ! Star-Prince !", + "Who ?", + "The babe with the power ." + ], + "output":"Y" + }, + { + "input":[ + "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIHHHHHHHHHHHHHHHHHHHHHH ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !", + "But ... But Ballsaaaaack ! NOOOOOOOOOOOO !" + ], + "output":"N" + }, + { + "input":[ + "The odd thing is , that is how the military is . They scream safety and regulations , but in the end , they just want the job done by any means . So I really identified with the guy telling him great job . You think he is going to blast him for being a douche , but nope , he gets the gold star for the day because he gets shit done . Its how the military operates .", + "Were you in the military ? I was n't , but I ca n't imagine that that 's how it operates . Even if you can argue that they `` just want the job done by any means '' , I doubt that phrase applies in this case and in this way . Disobeying direct orders and jeopardizing the safety of your entire team because you feel like a hotshot ? No repercussions because no one got hurt ? The phrase `` that only happens in the movies '' was made for movies like this . If the main character behaved that way in real life , he 'd be dead ( or discharged ) by the 4th bomb , let alone the 804th .", + "Served 10 Years on board submarines . Let me tell you a story . So normally , to climb on the sail of a sub , you have to have a safety harness and another guy to tend to it , along with safety tags so that none of the mast and antennas can be moved while your on top . For your safety . So there I was , in the middle of the Atlantic ocean , on top of the sail , no harness , no safety tags , none of the above . Because the radar was not transmitting and I had to go and see why . Direct orders . The military wants everyone to think they have strict rules and guidelines for safety , but in the end , they want the job done . Period . The person that says he will not do something because of a safety reason , is promptly replaced by someone who will do the job .", + "You may be right when it comes to sails and submarines , but again , does your story and its principles apply when you 're part of a bomb disposal unit trying to disarm bombs , and you disobey a direct command to GTFO and instead remain tinkering around which could easily get your whole team blown up ? And afterwards when your teammates are chewing you out you shrug it off like it was nothing ? Your example is about ignoring relatively useless formalities in order to do your job more efficiently . The movie example is about completely ignoring your teammate yelling direct orders at you for the safety of the whole team , literally just because you feel like being a hotshot . A more accurate example for you would be if you decided to go up the mast without a harness , and then your CO bitched you out right there and told you to come down right away , but instead you say , `` ... .Nah , I do n't think I will '' and stay until you 're good and done . You tell me what would happen to you once you got down that pole .", + "But again , you say all this never having served in the military . I would hardly call a safety harness while on top of the sail a useless formality . If I would have fallen the 30 feet to bounce off the hull , then been pulled into the screw because we were steaming ahead , it would have killed me . I am telling you from experience , and you are arguing with me from an opinion .", + "You did n't respond to any of my points and instead picked at the definition of `` useless formality '' , trying to convince me that not wearing a safety harness is a big deal . Your example is not even analogous . It might have killed you , but not your entire crew . And you were n't doing it while your commanding officer was standing there screaming at you to get down . You were actually told to go up there , by your own words : > So there I was , in the middle of the Atlantic ocean , on top of the sail , no harness , no safety tags , none of the above . Because the radar was not transmitting and I had to go and see why . * Direct orders . * Your `` experience '' does n't apply here , while my `` opinion '' is based in logic -- logic you have yet to counter .", + "I am telling you from 10 years of serving in the military compared to your none . If you are not willing to accept that , so be it . Your logic however , does not trump my real life experiences as having served and seen this type of thing first hand . You want to believe that the military runs the way you think , yet you have not actually witnessed it and have no experience to back up your opinion .", + "Holy crap . Okay fine , your experience is superior . Now please respond to my points or forfeit the argument . Yes , I am accusing you of dodging . I do n't think you have an answer . Prove . Me . Wrong .", + "I am not dodging . You are basing your argument on logic , however logic based on an idea . Your argument is that in your opinion , based on how you think things work , a situation like this would never happen . However , I am telling you , from experience , I have seen sailors praised for breaking the rules and getting the job done . I have seen medals and awards issued for doing just this . The bottom line is this . If he does not defuse the bomb , they are all dead . If he defuses the bomb , they live . If he has to break to the rules , so be it , job got done . Which is why , very accurately , he was very young to be in his position of rank . This is because he took chances that paid off . If he took chances and failed , he would be crucified . Been there and seen it go both ways in person .", + "> The bottom line is this . If he does not defuse the bomb , they are all dead . If he defuses the bomb , they live . That is not even close to the bottom line . Why do you keep trying to ignore certain parts of my argument , especially the parts I * really really * want you to answer ? The only explanation I can come up with is that you do n't have an answer , and are therefore trying to distract me by trying to get me believe that the bottom line is something other than what it is . Earlier , I said this : > A more accurate example for you would be if you decided to go up the mast without a harness , and then your CO bitched you out right there and told you to come down right away , but instead you say , `` ... .Nah , I do n't think I will '' and stay until you 're good and done . You tell me what would happen to you once you got down that pole . So , tell me . I think you would have gotten down when he told you to the first time . Or realistically , you might have said , `` Oh , just a second , I 'm almost finished here anyway '' or something similar . You would n't have completely ignored him , and then acted completely unchastized when you got reprimanded afterwards . Say what you want about cutting corners in the name of efficiency . Do n't try to convince me it 's OK to flippantly ignore direct orders from your CO / team whenever you feel like it , as long as nobody gets hurt . There is a big difference , and I want you to admit it . Or is that what you 're actually trying to argue ?" + ], + "output":"N" + }, + { + "input":[ + "What , who like the Spirit ? Even the people who made it fucking hated it .", + "Haha , seriously ? I know one person who loved it , and even chewed me out for not liking it . Needless to say , I did n't agree to a second date with him ." + ], + "output":"Y" + }, + { + "input":[ + "Fuck you beat me to posting this ; ) Do n't you just love the music as well ? The Jonny Greenwood score works perfectly again . My fuck does this look like a worthy followup to TWBB .", + "man it 's going to be a shoe-in for Phoenix for an Oscar ... only thing that was worrying me was no Robert Elswit behind the camera ... but judging from this ... it looks beautiful already ." + ], + "output":"N" + }, + { + "input":[ + "Nuff people say , you know they ca n't believe , Jamaica , we have a bobsled team !", + "So had the Netherlands Antilles ( same period and region ) , they ranked 29th in the competition ." + ], + "output":"N" + }, + { + "input":[ + "His alcoholism did not save them , his skills and experience did .", + "But he would 've never had the balls / confidence to do what he did whilst sober", + "Do we ever have evidence of that , though ?", + "We do n't need to , the film implies it , it 's one of the key elements of the film.." + ], + "output":"N" + }, + { + "input":[ + "It 's going to be the next DC animated movie .", + "I 'm talking about wide release live action films .", + "I do n't really see them doing both . But I really liked that arc so I 'd be down for it .", + "Oh I misunderstood you , I thought you were saying that DC was n't actually making a live action movie for Aquaman . I do n't know , I mean they just made TDKReturns animated and used elements of it in Rises and Batman v Superman ." + ], + "output":"Y" + }, + { + "input":[ + "That 's an understatement . The majority of King 's filmed works have been awful , and he has endorsed almost all of them . More to the point , of the very few good King films , I can only think of one or two that were the kind of supernatural stories he is most known for and * The Stand * is most certainly `` supernatural '' . Going off the track record alone this will probably be mediocre at best . Let 's be honest , though , it does n't matter how much they butcher his book , it is still a story of God 's chosen few bringing on and surviving the end of the world to rebuild society the way it should be . That sort of thing appeals to a lot of people with a certain worldview , so It would have to be absolutely awful to not be a box office success .", + "It 's the inconsistency with which the projects bearing his name have been developed , as well as the endorsements of things simply not that good . The Stand has religious undertones , for sure , but I 've never considered it the primary motivation . His work tends to be less heaven / hell and more good / evil , with Randall Flagg being the source of evil in this case . Depending on how it 's done , this can go either way ." + ], + "output":"N" + }, + { + "input":[ + "Even cut short , I do n't feel like I 'm missing out on anything with how it started .", + "You did ." + ], + "output":"Y" + }, + { + "input":[ + "> To quote DS9 , `` it guts the story . '' I ca n't find this DS9 quote , what is it in reference to ?", + "It was the episode * Far Beyond the Stars * , where the protagonists are re-imagined as 50 's sci-fi writers . That particular quote is in reference to why you should n't have a story end as being someone 's dream . Reddit 's link formatting does n't like brackets , so here 's a direct link : http : / en.memory-alpha.org / wiki / Far_Beyond_the_Stars_ ( episode )" + ], + "output":"Y" + }, + { + "input":[ + "Well he was , but he had to make the `` right '' decision , for the good of Japan or somesuch . I do n't remember , I just remember needing to shut off the TV , get out and get some air , walk down the street , seeing neon signs pass over my left and right shoulder as I walk endlessly on the wet sidewalk , sleeping in cheap hotels and drinking even cheaper whisky , days turning into weeks , weeks turning into months , until the only thing left of me is a pair of worn-down winklepickers , a scrunched-up pack of cigarettes , and a soul full of nostalgia . Why did n't they leave me at that beach in Guadalcanal ? I could 've made some crabs happy at the very least , the monthly rent in ribcages is on the up and up .", + "That got noir quickly ..." + ], + "output":"Y" + }, + { + "input":[ + "I 'm going to check this out now .", + "Both are very cool . Hope you enjoy them as much as I did ." + ], + "output":"Y" + }, + { + "input":[ + "I believe Jonathan Ross said he would when he introduced him . I 'm not sure what stage The Hobbit is at though ; is it possible the filming has already started ?", + "Filming has n't started yet . Starts very soon .", + "Saruman is not in the Hobbit at all .", + "neither are frodo or galadriel , but they 're going to be in the movie ..." + ], + "output":"N" + }, + { + "input":[ + "2:40 is n't that long . If I can comfortable sit through 3 hours and 45 minutes of biology exam , 2 hours and 40 minutes of the hobbit is going to go in a blink .", + "Not sure what the biology exam analogy has to do with anything but 2:40 is pretty long for a movie , at least to the point that it needs to be warranted . Fanboys generally like that kind of a length because it means they can spend more time marvelling at special effects , but in terms of telling a good story effectively , a modest length is usually a good thing . And in the case of The Hobbit , the hefty running time combined with the fact that there are going to be three movies is enough to make anyone a bit skeptical ." + ], + "output":"N" + }, + { + "input":[ + "[ Machete Order ! ] ( http : / www.wired.com / geekdad / 2012 / 02 / machete-order-star-wars / ) Watch it this way : IV , V , II , III , VI It preserves a lot of the suspense built in IV and V , back tracks to tell Vader 's backstory , and then resolves itself with VI . Episode I is really pretty unnecessary , save it ( and the disappointment ) for after you experience the core story .", + "you make a fair argument for this method . what would you say to the people who say to watch them in the order they were released ?", + "Go Machete Order", + "Your reasoning ? Same as joklehoma ?" + ], + "output":"Y" + }, + { + "input":[ + "Interesting , I 'll have to check it out , it has some doing to beat out The Incredibles for me though .", + "Incredibles is great too but in a different way . Wall-E has a charm not often found in movies anymore ." + ], + "output":"N" + }, + { + "input":[ + "Holy hyperbole Batman ! I would n't actually describe Signs or The Village as `` rectum garbage '' . His last three movies have been very bad movies . But I do not think he is incapable of making an excellent film . That 's what I 'm saying .", + "Based on what , exactly ." + ], + "output":"Y" + }, + { + "input":[ + "Tom Cruise wasnt the last fucking samurai in Last Samurai .", + "Yes I know , when did I say he was ? I was n't implying that . He was the major character or even the main character of the movie - the white guy who is the savior of other cultures . This trope has been done to death ( Dances with Wolves , Avatar , Last Samurai etc. ) . That 's what I was implying ." + ], + "output":"N" + }, + { + "input":[ + "Pitchblack ?", + "Good guess . Older and more frightening .", + "Jacob 's Ladder ?", + "Nope !", + "But Alien feels so obvious !", + "Close ! It also takes place in space .", + "Event Horizon !", + "Ding ding ding ding ! You really worked for that one ." + ], + "output":"Y" + }, + { + "input":[ + "No contest . Ash would wipe them both .", + "Ash 's nightmare would be interesting to see . I 'm guessing it 'd start off with a lot of hot girls and end with absurd amounts of blood ." + ], + "output":"Y" + }, + { + "input":[ + "No I did n't , how many are there ? Are they good ?", + "There are tons . I have not read them myself but there is plenty to draw from ." + ], + "output":"Y" + }, + { + "input":[ + "Sheesh . There 's no short way to tell this , but in 2010 I moved to LA , and was working and studying at Upright Citizens Brigade , which had long been a dream of mine . The same week my classes ended - I lost my job . For a few weeks I was just writing and smoking joints on the beach , which , though it 's a good gig if you can get it - does n't exactly pay the bills . So with no ties , I decided to say fuck it , buy a plane ticket to New Jersey , and pursue a lifelong dream of running across America . For four months and 3,000 miles I ran like a stupid asshole by myself , through hurricanes , shin splints , tropical storms , blizzards , mountain lions , food poisoning , and a litany of other things I probably should have known about but was too lazy to research beforehand . I got married along the way too . I was a runaway husband , is my running joke ( that 's two in one ) , and the goal was to finish by Valentine 's Day , as I 'd already missed Thanksgiving and Christmas with my wife to spend each of them stuck in a shack , waiting out ice storms in different parts of the country . With four days left I reached Amboy , CA on the outskirts of the Mojave , near Joshua Tree . And with nothing for almost a hundred miles in any direction , that Amboy had a gas station at all was a blessing . There 's a sign in front of the facility that says Roy 's Motel and Cafe . Except there is no motel . Or cafe . They both shut down . The town proper has a population of 4 . Yes - FOUR . You really should read a bit about it . It 's a pretty interesting town . Even aside from housing an airplane hangar that Harrison Ford uses . Here 's their [ wiki ] ( http : / en.wikipedia.org / wiki / Amboy , _California ) . For context , I was caught in an ice storm in Amarillo about a month before . Having been too dumb to research , I had no idea it snowed in Texas . Let alone had lethal , prolonged ice storms . But I was fortunate enough to meet a family - total strangers - that put me up for the week and fed me , kept me warm , and offered wonderful company . The hardest part about the trip was the psychological aspect of it , talking to maybe just a couple people a day for a few minutes at a time . It was incredibly lonely , and any company was very much appreciated . Well this family , bless their hearts , the last night I was there the patriarch , Seth , the man I owed my safety to , got a call that his dad had just passed away . i 'd met him the day before , and could only look on with envy at the way his grandkids - and son - admired him , and hung on his every word like it was bible . It was absolutely heart-wrenching . And I knew I could n't stay any longer . The next day we bid farewell . But before we did an old hippie friend of the family 's pulled me aside . `` If I give you something . Will you take it ? '' he asked . I asked what it was . `` Three tabs of dynamite LSD. '' In case it 's not apparent , this trip was very much about rediscovering the excitement of life , of seeing what 's out there . So you can bet your sweet sweatpants I took that old hippie 's LSD. `` Now save this for something special . Something beautiful . Something you might never see any time else . A mountain top . A gorgeous sunset . You 'll know when to do it . '' Which brings me back to February 9th , 2011 . I reached Amboy in the early afternoon , and asked the man at the station with the thousand yard stare ( think Jake Gyllenhaal in the movie 'Nightcrawler ' ) what 's in Amboy . `` Besides the rattlesnakes , tarantulas and wolves ? Not a damn thing . You 're lookin at it . '' This was not reassuring . `` Well , '' he retorted . `` You * could * hike up the crater . '' Turns out there 's a dormant volcano a couple miles away , with a hiking path that people walk up . Considering there was n't enough daylight to push the 35 miles to the next town of Twentynine Palms , I stowed my gear at the station , packed a bag of water and foodstuffs , toasted my LSD to the gods above , tossed it down the hatch , and made for the volcano in the hell-hot afternoon . Here 's a [ pic ] ( http : / imgur.com / UmVPtGb ) before the drugs took hold . I made a playlist of Kraftwerk , LCD Soundsystem , James Brown and choice others , and proceeded to dance gleefully - sometimes nude , sometimes not - in the outlying lava field at the base of the crater as waves of anxious childlike curiosity washed over me . As afternoon turned to pre-dusk the drugs took hold WITH A FURY , and I thought , `` Whoooooa . How cool would it be to watch the sunset from ATOP the volcano ? '' And that was that . I left my pack at the Visitor 's Center parking lot and sprinted the mile to the crater as fast as my legs could take me , over mounds of volcanic ash and cobwebbed holes with signs reading `` CAUTION : TARANTULAS . '' And I can promise you : I 've never run faster , and harder , with as big of a shit-eating grin on as I did that day . I skipped and yelled and sang as I reached the base of the crater , caught between a rock and a hard place . Take the mile-long footpath up - and maybe miss the sunset - or find a different way . * Make * a different way . This was no choice really . I ran STRAIGHT UP that fucking volcano at the speed of acid , clawing my way up that crag of loose , razor sharp rock as fast as the drugs would allow me . And sure as life is fucking amazing , I reached the peak ( in all senses ) just as the sun began to set . It was FUCKING . AMAZING . Words will never do it justice . To me it 's one of the happiest moments of my life . Volcano + Sunset + LSD + Me . I would have never imagined it , and it was truly all because of that old hippie in Amarillo . But the mood turned ON A DIME . The realization was a kick in the dick . I left my headlamp in my bag . And once this sunlight goes ... I 'm * fucked . * What you do n't learn in the city is that nature does n't give a flying fuck about you . Your family , your neighbors , your facebook friends - yes . But no one is looking for you in the desert . The desert gives less than no fucks . And in an instant , the mood was over . I roared screamingly down that volcano as fast as I could , lacerating my legs and arms on the jagged rock , hoping for nothing more than to not get sodomized by the pack of nearby howling wolves after nightfall . Bloodied to shit I reached the bottom , and began my aimless sprint through the dark towards the unknown location where my backpack and headlamp resided . My mind began to turn on me , playing back all those Faces of Death clips I watched growing up - and should have learned from - shaming me into my resounding fate that , yes , this was a * really * bad idea . And maybe I could survive a night alone in the freezing darkness of the desert on acid with a short-sleeve shirt and shorts . But at the time it meant nothing but d-e-a-t-h . Thankfully - miraculously ! - I ended up stumbling upon my pack just as pitch-blackness draped over the desert , and I raced back to Roy 's with the [ smirk ] ( http : / imgur.com / R1HOdIj ) of a man who just petted heavily with death . I sat in Roy 's doodling , journalling , and trying to contend with my visual hallucinations , until they closed an hour later . Before retiring to my windowless , open-air room in the airplane hangar , I asked Gyllenhaal if I was gon na be alright outside . You know : with the rattlesnakes and spiders and wolves and shit . And you know what that heartless son of a bitch said ? `` I do n't know . I do n't sleep outside . '' And with that , he locked up , and I sat in my tent for another couple of hours as the wind screamed and a wolf pack howled in the distance , doing anything to keep my mind off the four- and eight-legged creatures waiting to savage me in the night . The last thing I did before bed was send a message to a friend that said : `` I exist in a world where pizza orders people . '' I still do n't know what the hell that means . But I made it safely through the night . Until I got kidnapped by a meth-head the next day while hungover on LSD. Harrison Ford 's airplane hangar : 5 / 10 Harrison Ford 's airplane hangar with rice : Still 5 / 10. tl ; dr Did acid . Slept in airplane hangar . Edit : Added pictures . Made words better . Here 's a [ link ] ( http : / harryhartounian.imgur.com / all / ) to an album of some pics from the follow-up bike trip earlier this year .", + "Your story is like Forrest Gump + Fear And Loathing In Las Vegas + The Grey all in one . Great tale bud . I enjoyed reading it .", + "Thanks man ! Friends described it similarly , which was very flattering . They pestered me to write a book about it , which I thought was dumb . Because what 's exciting about hearing someone put one foot in front of the other ? But I realized the story was n't about me - it was about the wonderful , humbling people that helped me along the way . I released the ebook last year looking to drum up interest and hopefully find a publisher . I did n't know how to get the word out , being I had no money or means , so I biked across the country early this year to promote it , but had no success . Incidentally I 've been told I 'm the first person ever to run and bike solo across America , which is weird for an out of shape stoner to hear . But I 'd rather it be me than some * real * athlete . Just goes to show - anyone can do anything ! : )", + "I would read that book . Now go swim across the country and I 'll be really impressed .", + "That 'll have to wait . We 're gon na crab walk it next .", + "Got ta link to that ebook ? I 'll buy a copy .", + "Thank you . I really appreciate that . I added an edit above . But PM me your email and I 'd be happy to send it to you . : )", + "I 'd love to read that ebook ! Send me a link please ?", + "PM your email and it 's all yours . : )", + "Oh man I want to read that so much ! I 'm also at a turning point in my life ( first job = dead end job ) , moving back with my parents , lost gf , what have you not . I 'm hoping to find some inspiration right now . I guess ... Ca n't seem to find the link ?" + ], + "output":"N" + }, + { + "input":[ + "Do n't be so bloody pedantic , one fucking letter and some idiot makes a comment as if my point of view is suddenly void .", + "Woah , defensive much ? I was n't negating your entire comment , I was merely trying to correct a malapropism ." + ], + "output":"Y" + }, + { + "input":[ + "/r/theydidthemath", + "/r/youmademelaugh" + ], + "output":"N" + }, + { + "input":[ + "Did you not read my post ... ? because what you said I could n't do , I did it . Ca n't is n't in my vocabulary . But cunt is ... and the difference between those two words is U . Stop being a cunt and accept the fact people are have different opinions . I did n't ask for you to bash mine , I asked you to agree or disagree . I did n't ask you to be a ... well you catch my drift .", + "So I 'm a cunt because you 're an assumative douchebag who has n't seen the thing he 's calling the worst of a year that just fucking started ? Get a life , bud , this is fucking sad . BTW , it 's Genisys , not Gynesis .", + "Sorry to ruin your day with my spelling . Sad is what you see when you look in the mirror . Have a Happy New Year !", + "Keep trying , someday you 'll hurt my feelings . Still does n't make this post of yours any less pathetic .", + "The fact that you felt the need to respond is pathetic enough . Also , grab a tissue is your upset . I do n't really care .", + "I find it pathetic you feel the need to continue on a day after I forgot you even existed . Go back to jerking off , thinking you know shit about politics and bitching about Terminator .", + "Really ... ? Hahaha I 'm glad I 've given you 're life some kind of purpose . You 're welcome . Move on buddy .", + "It 's cute how you being the whiny bitch thinks you have moral high ground over me . It 's sort of adorable .", + "Whiny bitch ? ? ? You must be reading your responses . Please move on . Seriously , you 're not doing yourself any favors . And to be completely honest ... I do n't really care . You 're just another person on the internet . Yippee , congratulations . Blow your morality trumpet in triumph .", + "I 'm not whining about anything . You 're bitching about a film that 's not even out yet . I 'm just dealing with someone who wo n't acknowledge something was done with . A whole day passed , you were more than capable of ignoring me . But no . If you seriously wanted to `` win '' this , you should 've ignored me . Like you said , I 'm just another person on the Internet .", + "Sounds like your trumpet is a blowing ! ! Remember to take a breath .", + "You 're unsaveable . So obsessed with making jabs . I really pity you ." + ], + "output":"Y" + }, + { + "input":[ + "If you go the laserdisc rout may I suggest an LP ( or double LP ) frame to put it in ? I did this for my dad for xmas last year ( Blazing Saddles , one of his favorite movies . ) It ended up looking really cool .", + "That 's a great idea . It 'd be cool to get it into the hands of someone who could rip the LD and upload it , since it has n't gotten a release in so many years , but that 's probably a bit far-fetched ." + ], + "output":"N" + }, + { + "input":[ + "I dunno . I just remember crying when he was flying off", + "Have you read the sequels ? Brian 's Winter is a pretty solid sequel / what-if imagining ." + ], + "output":"N" + }, + { + "input":[ + "In the movie Sleeping Beauty she plays a girl who joins a high class whore house . This is them wondering if they will hire her , inspection of a sort . The Sleeping Beauty part of the title is kinda misleading ( This is not spoilers it 's in the trailer and plot blurb they give ) because it twists the traditional fairytale into one where she purposefully drugs herself whenever she sleeps with men . Pretty weird premise . Reviews have been fairly mixed , calling it either an erotic fairytale , or a male fantasy taken to disturbing extremes .", + "> she plays a girl who joins a high class whore house . She 's already getting type cast as the high class hooker ." + ], + "output":"N" + }, + { + "input":[ + "With all due respect , come on man . Ace Ventura , Lloyd Christmas , and the list goes on .", + "Yeah , I do n't know how you can beat Ace Ventura . Even his character in The Mask was amazing ." + ], + "output":"N" + }, + { + "input":[ + "This is the best idea ... also explains how an outbreak becomes so widespread initially . 100 slow zombies ca n't overtake Manhattan ... 100 fast zombies can .", + "Yeah but I like that most zombie movies play on the fact that the disease spreads through the desperation and compassion of humans . I mean it really gets at our fear of dying or losing a loved one .", + "True true . But it still would be easily contained once the word got out . I ca n't see a slow moving zombie from the outset outbreak overrunning civilization .", + "Yeah but the thing is when people learn that it 's a zombie plague and once you get bitten you 're screwed they start hiding the fact that they 've been bitten until they turn , usually in a place people already consider safe , that and people try to save their loved ones and end up getting bitten . People would turn on one another as this news got out causing social anarchy . I could see saying the cdc or other disease control would lock things down as quick as they could but think about how it went in `` the Crazies '' .", + "So the Government would have a scorched earth policy ? I could get behind that .", + "I imagine they would be rather militant upon discovering a zombie like plague . They would n't want to take chances . I guess the transmittal method also plays a huge part tho. Like in the walking dead where the disease is actually air born .", + "It 's impossible to say what would happen without enough information .", + "I bet if we hopped over to r / conspiracy they 'd be able to inform us on the Cdc 's zombie protocol ." + ], + "output":"Y" + }, + { + "input":[ + "I dunno . I 'm skeptical ... I hope it 's good . I really like Will Smith and Tommy Lee Jones .", + "It looks good , but lots of people do n't think its a good idea because it has been so long since we have seen a Men In Black movie ." + ], + "output":"N" + }, + { + "input":[ + "Looks like `` Mud 2 : even muddier ''", + "* Tree of Death * , bitch .", + "Picture of dick with nails hammered through it below .", + "You 're doing gods work .", + "No , he 's not . He 's just feeding the troll .", + "? How ? I took it as a warning against clicking the link ." + ], + "output":"Y" + }, + { + "input":[ + "Most of those are n't villains or even antagonists ...", + "They 're all villains . Two ( kind of three ) are antagonists .", + "Not in a literary sense ... You ca n't be a / the villain without being an antagonist . You can be an antagonist and not be a / the villain ...", + "Not true . I could post 100 different links , but I 'll use [ this one ] ( http : / tvtropes.org / pmwiki / pmwiki.php / Main / VillainProtagonist ) . The best example is Daniel Plainview in There Will Be Blood . The whole * point * of the movie is his villainy .", + "You have a really simplistic view of There Will Be Blood movie . If you want to call him a villain you 'd also have to call him an antagonist , which would probably be accurate . He is certainly antagonizing ... He 's also not on that list . I would n't necessarily disagree that There Will Be Blood has the villain of the movie as its main character . Like I said , it is not on that list .", + "Um , yes it is on the list . Go to the `` film '' section . Two , you 're not making a point . You 're just using your same opinion . Saying `` if he 's a villain you 'd also have to call him an antagonist '' is n't supporting your argument of : > You ca n't be a / the villain without being an antagonist . It 's repeating it . And Like * I * said , it * is * on that list . With an `` obviously '' next to it and everything ." + ], + "output":"N" + }, + { + "input":[ + "I did n't know why he was suddenly acting strangely until I checked online after I finished watching it . I thought duPont was physically abusing him or something", + "Late comment . I got the vibe that he was being abused aswell by the way he said `` you know I ca n't stay here '' . The way it cut to Tatum with blonde tips doin coke in the day and du Plont coming to get him at night to wrestle made me think his become some sort of cocain sex slave . After that he was a bad wrestler and they could no longer talk to each other" + ], + "output":"N" + }, + { + "input":[ + "Grumpy Old Men ?", + "You , yes you . You 're quite funny ." + ], + "output":"Y" + }, + { + "input":[ + "love that movie", + "It 's one of those movies that 's so bad , but if it 's on TV you ca n't help yourself watching it ." + ], + "output":"Y" + }, + { + "input":[ + "It gets a little crazy in the end . I 'd finish it if I were you .", + "Describe a little crazy . I do n't mind being spoiled . I 'm not rushing to see it . Or , I 'll just go look on imdb ." + ], + "output":"Y" + }, + { + "input":[ + "Would Superior Spider-Man be rubbing it in too much ?", + "The world 's not ready for the Superior Spider-Man .", + "I am . Come 2 me Doc Ock", + "No ." + ], + "output":"N" + }, + { + "input":[ + "This . Im so pissed about this . You make him plastic and black . You give him a human hand . And on top of all of that , you screw up the damn origin .", + "Oh god , nothing makes me angrier than the human hand . They build an entire suit , and leave his hand just ... bare . what the fuck ." + ], + "output":"Y" + }, + { + "input":[ + "Never seen it . Is it better then the first one or more of the same ?", + "Much better . They got the director of Crank to do it . It knows it 's a stupid premise , and let Nicolas Cage do all sorts of wacky Nic Cage stuff . It 's a fun little film , I like it" + ], + "output":"N" + }, + { + "input":[ + "All the Marvel movies that built up to Avengers ( Captain America , Iron Man 2 , Thor , and The Incredible Hulk ) had absolutely no connection with the Avengers movie during the films themselves , only single minute after-credit sequences . Plus none of them connected to each other either ... well , outside Howard Stark 's character in Captain America - which did n't really factor into any meaningful connection anyways . On the other hand , Iron Man 3 made a handful of references back to Avengers . In-fact , one of Tony 's main character traits in IM3 was a direct result of the trauma he experienced during the final battle scene in Avengers . Not to mention the off-hand references here and there to the other super heroes ( from Tony himself , from his fans , from news reports ) or the fact that the entire film , from start to finish , was framed as Tony Stark literally retelling the story to Bruce Banner ( The Hulk ) .", + "And they pointed out why the Avengers were n't involved in a conversation between Tony and Rhodey . It was an American problem , not a superhero problem . Tony himself was n't even supposed to get involved , but he involved himself when the Mandarin made it personal . I thought it worked well enough ." + ], + "output":"N" + }, + { + "input":[ + "Troll Hunter ( very funny , it is )", + "I love Troll Hunter ! I just watched it again a few nights ago with my kids . They loved it , too ." + ], + "output":"Y" + }, + { + "input":[ + "lol ok , i 'm not talking comparing terrible situation to this ... i 'm talking good comparison ... as in sitting at home watching it on tv", + "Of course of course I merely wanted to put it all into perspective , it was getting first-world-problemy in here" + ], + "output":"N" + }, + { + "input":[ + "you 're welcome : )", + "Hey ... Your not op ...", + "Do n't you dare talk about his not op", + "Who 's O.P.P . ?" + ], + "output":"N" + }, + { + "input":[ + "The second one is coming soon . Trailer - > http : / www.dejavurl.com / trailers / grave-encounters-2 /", + "ooh shiny !" + ], + "output":"Y" + }, + { + "input":[ + "Mainstream ? The Interview is n't mainstream ; nobody outside some internet nerds watched it , hence Sony losing so much money . Go outside and ask anyone if they 've seen it - they probably heard about it from all the US propaganda about NK , but I doubt they actually bothered to see it ( which is good , because outside of a couple of funny lines , the movie was meh ) .", + "It 's mainstream on the internet , therefore it 's mainstream to morons like you and reddit . Movie was fun , it deserves to at least make a profit and cocksuckers like you will do anything to prevent this for some reason ." + ], + "output":"Y" + }, + { + "input":[ + "Unsure yet , there 's no details , however in the 2008 line up , Vance Astro makes a crucial team member after showing up from the future . I 'm thinking they may be using Yondu in the same way , possibly in order to connect / reveal the alternate time lines that exist in the Marvel universe .", + "Thanks for the reply ! That sounds interesting . Even more so to see Rooker play a good guy .", + "Absolutely ! I love Rooker , but I want to see him in some other capacity than creepy / racist jerk .", + "I think he 'd make a fantastic protagonist . As the anti-hero towards the end in TWD , he sure gained a lot of fans in that short time ." + ], + "output":"N" + }, + { + "input":[ + "YES", + "YES YES", + "NO NO", + "MAYBE MAYBE" + ], + "output":"Y" + }, + { + "input":[ + "Here 's a fun fact . Sergio Leone , director of Once Upon a Time in America and The Good , The Bad , and The Ugly talked about remaking Gone With The Wind , but making it longer and keeping it closer to the book .", + "Longer ? ! ? The original is almost 4 hours long !" + ], + "output":"Y" + }, + { + "input":[ + "I would appreciate it", + "Before I suggest , what rating do you want ( PG , PG-13 , or R ) or it does n't matter ?", + "Doesnt matter . Trial by fire in this house .", + "Pi Predestination The Matrix Jurassic Park Blade Runner ( Director 's Cut ) Minority Report 12 Monkeys Alien Aliens Chronicle Akira Cube Close Encounters of the Third Kind Dark City Donnie Darko Dredd Edge of Tomorrow Gattaca Looper Pacific Rim Rise of the Planet of the Apes Dawn of the Planet of the Apes Planet of the Apes ( original ) Predator Real Steel Robocop Starship Troopers Super 8 The Terminator The Terminator 2 Back to the Future E.T . Star Wars original trilogy ( Despecialized Edition , basically the closest thing to the theatrical release ) The Iron Giant Treasure Planet Metropolis" + ], + "output":"Y" + }, + { + "input":[ + "Could I burden you to explain the joke to me ?", + "It 's a triple-entendre . Java is an [ island in Indonesia ] ( http : / en.wikipedia.org / wiki / Java ) , a slang for coffee , and also the name of a popular a [ programming language and software platform ] ( http : / en.wikipedia.org / wiki / Java_ ( programming_language\\ ) ) . You can read it three ways : Hackers really like Java ." + ], + "output":"Y" + }, + { + "input":[ + "You did n't recognize his face in the background ? ?", + "Yes I did , but he 's not on the big list of actors . I did n't even knew that Hiddleston was back in the movie , I was hoping the find Eccleston at his place . For a minute , I thought it was him , because of the resemblance of the names ." + ], + "output":"Y" + }, + { + "input":[ + "You have a time machine !", + "I do.. it 's called the internet . If you 've been waiting this long for a movie to come to netflix so you could watch it , well , I 've got nothing , that 's just sad ." + ], + "output":"N" + }, + { + "input":[ + "They 're just fun . I just want to sit back and watch car chases and shit blow up .", + "That 's fair but people hate Transformers for the same reason .", + "One is well made and never take itself too seriously . The other is Transformers .", + "Well if you 're talking about from a technical standpoint , a lot of the Transformers movies are incredibly well done . And I would n't exactly say a movie with the most blatant comic relief characters of all time ( robot homie twins , John Turturro , etc . ) takes itself too seriously . Do n't get me wrong . I hate Transformers . I just think it 's a double standard ." + ], + "output":"N" + }, + { + "input":[ + "We all know how that turned out .", + "It went * okay * .", + "I liked it quite a bit . Not the best film out there , but much better than Origins was .", + "The Ryan Reynolds curse probably did n't help the movie .", + "It wouldnt have been any better if it were someone else cast either .", + "Yep . The cinematography was like an 80 's made for TV movie . But in a bad way ." + ], + "output":"N" + }, + { + "input":[ + "I do n't mean trilogy as they are a series . I mean trilogy as in an actors piece of work collected .", + "That 's just three movies . My question still stands about this sub , it 's only loosely related to your post ." + ], + "output":"N" + }, + { + "input":[ + "I recall hearing that ParaNorman was pretty fantastic .", + "Paranorman is a little edgier than anything else that has come out this year , and I mean it actually takes some risks talking about bullying and having a [ Spoiler ] ( / s `` gay character '' ) . It has a really spectacular finale sequence too , but otherwise it 's honestly a little pedestrian ." + ], + "output":"Y" + }, + { + "input":[ + "Pirates of the Caribbean was based off the ride though and the first movie story was great .", + "True , but it had clear direction of what the story was going to be about . There is no Tomorrowland `` ride '' like there was with Pirates . Tomorrowland is more of a theme encompassing a bunch of different rides at the park ." + ], + "output":"Y" + }, + { + "input":[ + "Except for Othello , of course . He 's definitely not a real person .", + "As far as we know ..." + ], + "output":"Y" + }, + { + "input":[ + "Goodfellas and Beetlejuice always do it to me", + "Goodfellas would definitely be a film I 'd stop everything for ." + ], + "output":"N" + }, + { + "input":[ + "Please explain your understanding of `` chi ''", + "chi=HP right ?" + ], + "output":"N" + }, + { + "input":[ + "> 90s > older films", + "He 's going to love Predator , made sometime in the Book of Genesis , iirc ." + ], + "output":"N" + }, + { + "input":[ + "Chris Evans was the perfect Johnny Storm .", + "He 's also the perfect Captain America . So ... .", + "Right ? ... and they 're such different characters . I guess at some point one has to conclude that he 's a good actor .", + "Holy shit when I found out the Human Torch was going to play Captain America , I thought to myself , `` they 're going to bring in that clown ( as in funny , not derogatory ) as Cap ? '' Lo and behold , Chris Evans is now Captain America and Captain American is Chris Evans .", + "I 'll never forget Chris Evans with a banana wedged between his ass cheeks .", + "`` Janey 's got a guun ! ''" + ], + "output":"Y" + }, + { + "input":[ + "I want to see this movie now .", + "Starring a young Chris Evans !" + ], + "output":"Y" + }, + { + "input":[ + "Glad to see it was n't Hustle ... not that I hate that movie , but there were definitely better movies this year and if it won PGA it would be that much closer to a Best Picture win . And a tie makes things SO interesting . PGA could have made the Oscars a clearer picture but not it makes things far more interesting . I still think 12 Years is going to win Best Picture but this is the closest race in a while .", + "Cuar ? n has the upper hand to win DGA , but the BAFTAs could be a nice PR boost for 12 Years a Slave as that is the predicted winner at this point . 12 Years vs . Gravity down to the wire ." + ], + "output":"Y" + }, + { + "input":[ + "which scene ?", + "http : / www.youtube.com / watch ? v=jN8HTKLsKkU Around the 13 second mark . Nice catch ." + ], + "output":"Y" + }, + { + "input":[ + "My prior account had 100,000 karma . I had no trouble until creating a new account . So apparently I 'm just not funny anymore .", + "Apparently so . Horribly unfunny even ." + ], + "output":"Y" + }, + { + "input":[ + "That 's a very intense movie . I love it", + "Same . Towards the end I physically could n't bring my eyes away from the screen ." + ], + "output":"Y" + }, + { + "input":[ + "Part one ? ? ! SERIOUSLY ?", + "It worked for Twilight and Harry Potter so I guess Hunger Games decided to follow suit .", + "Mockingjay is the weakest book of the trilogy . They 're going to have to add a load of original content , because I do n't think Katniss being angsty and PTSDy is going to translate into two whole movies very well .", + "They were kind of laying the groundwork for it in * Catching Fire * , I think it could work if properly developed ." + ], + "output":"N" + }, + { + "input":[ + "You obviously have missed Whiplash .", + "I have not yet but I 've been meaning to . I 've seen him in Footloose , Project X and 21 & Over . He was excessively annoying in all of those and had a smug face I just wanted to punch ." + ], + "output":"N" + }, + { + "input":[ + "AMC busted this Myth last weekend . It 's a shirtless extra", + "http : / www.youtube.com / watch ? v=BabO0zoMbQA this is a shirtless extra ?" + ], + "output":"N" + }, + { + "input":[ + "Actually it 's `` I 'm the dude playin ' the dude disguised as another dude ! ''", + "`` Everybody 's gay once in a while ''" + ], + "output":"Y" + }, + { + "input":[ + "I feel pretty meh with aliens . I recently watched both alien and aliens and I must say that alien aged a lot better than aliens and is by far the superior movie to me .", + "I love both Alien and Aliens , though I do have a preference for the first . Now Aliens is a great action film , which tried to be different from the original ( which is a good thing.. you do n't want the sequel to be identical to the first ) . However , I must say the problem with Aliens is that there 's one thing in the mythology that it kind of shat on . In the original Alien , the single creature ( Xenomorph ) is established as practically unkillable . The perfect organism . In Aliens they become a swarm , which the characters proceed to exterminate in numbers with their guns . That has always kind of bothered me . A friend of mine had only seen Alien and Alien 3 . He was a huge fan of Alien but for some reason had never seen the other movies . So I showed Aliens to him , and he was shocked at the different image of the xenomorphs in that film , as he was n't used to it . I can totally understand .", + "Thing is , in Alien , they never had the weaponry that the Colonial Marines had , in Aliens . Talking about this subject though , I have the same problem with T-2 . In the first Terminator movie , Arnold 's Terminator is meant to be the ultimate killing machine , extremely hard to kill etc . Yet in the sequel , a new one comes along and makes Arnold 's look practically obsolete .", + "they also shat on the whole 'nothing dead goes ' by allowing the T1000 to time travel", + "What do you mean by this ? I thought it would be just the same as the T-800 .", + "They made the excuse in the first film that the T-800 could go through because it was covered in organic skin . The context was the cops asking why Reese could n't bring back any 'ray guns ' . Full exchange : > Dr . Silberman : Why did n't you bring any weapons , something more advanced ? Do n't you have , uh ... ray guns ? Show me a piece of future technology . > Detective Vukovich : [ chuckling ] Ray guns ? > Kyle Reese : You go naked . Something about the field generated by a living organism . Nothing dead will go . > Dr . Silberman : Why ? > Kyle Reese : I did n't build the fucking thing ! > Dr . Silberman : Okay , okay . But this cyborg , if it 's metal ... > Kyle Reese : Surrounded by living tissue ! > Dr . Silberman : Oh , right , right ." + ], + "output":"N" + }, + { + "input":[ + "I was mistaken about how many had actually been planned . I had thought there were two previous Jobs films , but this is one of those two that I already knew of , I just did n't realize it . Either way , I may see it , I 'm just tired of hearing about movies about Steve Jobs . It 's like the next installment of the Cars saga , I 'm just tired of them .", + "Yeh , I agree . Whilst Steve Jobs was influential , I 'm sure that there are candidates out whose story deserves to be made into a movie ." + ], + "output":"N" + }, + { + "input":[ + "World War Z 's an obvious example . Filmed the whole thing , took a look at the final product and said fuck that , went back and reshot 40 minutes and cut an additional 12 . Movie did great at the box office . A very daring yet successful play by the producers ( who included Pitt himself ) and the screenwriter who was brought in to fix it .", + "So , was the script before the reshoots supposed to be better or worse than the final cut ? I have n't seen the movie so no spoilers , but I 'm just curious what side of the fence it was on before the reshoots because I remember reading a lot about the changes .", + "Based on what I 've read and heard , I 'd say the reshot version was better than the original cut , probably by a large factor . It was a little less emotional , but a lot less wtf . ETA : I Am Legend otoh replaced a good ending with a really shitty one .", + "> otoh just spell it out you lazy asshole ." + ], + "output":"Y" + }, + { + "input":[ + "Are you criticizing the marketing ? I honestly do n't remember much about it because I was working on a show at the time and I was locked in my writing room for about 20 hours a day . I only saw the finished product . It had a very good script , much better than it needed to be . It was also very skillfully directed ; Andrew got some great performances out of the leads . But they blew so much money on the visual effects that the movie was never going to turn a profit no matter what . It was doomed from go . And I 'm really afraid that because of it Andrew 's never going to get to direct another live-action feature again .", + "I do n't really know about the american marketing , just all that reached Europe was the movie released , a generic trailer for some weeks and this poster that said JOHN CARTER in big sans serif bold letters taking all the poster . So , either we were all ignorant about Elvis ' and Michael Jackson 's love child we were all supposed to know about , or we just ignored it because a very generic English name as movie title did nothing for us ." + ], + "output":"N" + }, + { + "input":[ + "There is ! ? got a link or something ? I 'd love to see another one .", + "http : / www.reddit.com /r/movies / comments / 30uj7b / tron_3_to_be_titled_tron_ascension /", + "Welp im hyped . thanks for the info !", + "No problem . Also , on a whim I just checked and , yes , /r/Tron does exist ." + ], + "output":"Y" + } + ] +} \ No newline at end of file diff --git a/tasks/task1741_cose_incorrectans_generation.json b/tasks/task1741_cose_incorrectans_generation.json new file mode 100644 index 000000000..d0bfa7752 --- /dev/null +++ b/tasks/task1741_cose_incorrectans_generation.json @@ -0,0 +1,15041 @@ +{ + "Contributors": [ + "Mayank Garg" + ], + "Source": [ + "CosE v1.0 (https://huggingface.co/datasets/cos_e)" + ], + "Categories": [ + "Incorrect Answer Generation" + ], + "Input_language": [ + "English" + ], + "Output_language": [ + "English" + ], + "Instruction_language": [ + "English" + ], + "Definition": "You're given a sentence and a question, generate an incorrect answer to the question given. Concise and simple \"answer\" is preferred over those complex and verbose ones.", + "Positive Examples": [ + { + "input": "Sentence: The house is the only place you can find multiple closets. \nQuestion: Where can one find multiple closets?", + "output": "Garden", + "explanation": "In the sentence, it clearly states that one can find multiple closets in the house. It is very unlikely to find the closets in the garden." + }, + { + "input": "Sentence: It shows that people who work in an office building wear suits and ties. \nQuestion: The ground floor of what structure would contain workers in suits and ties?", + "output": "Cineplex", + "explanation": "In the sentence, it clearly states that people who work in an office wear suits and ties. It is highly unlikely to find people in suits and ties in the cineplex." + } + ], + "Negative Examples": [ + { + "input": "Sentence: An office has many rooms for people to work. \nQuestion: Where would you find many computers in a group of the work spaces?", + "output": "office building", + "explanation": "The input sentence clearly states that an office building has many rooms for people to work. So, The office building is the correct answer. Note that the task is to generate an incorrect answer." + }, + { + "input": "Sentence: Age and lack of cooperation by body parts is indicative of arthritis. \nQuestion: The aging rockstar had to finally stop playing guitar, his hands just wouldn't cooperate because of the what?", + "output": "arthritis", + "explanation": "The input sentence clearly states that aging rockstar's hands wouldn't cooperate is the indication of arthritis. But the task is to generate an incorrect answer." + } + ], + "Instances": [ + { + "input": "Sentence: cleanliness the teen wanted to impress his girlfriend by doing housework. \nQuestion: The teen wanted to impress his girlfriend by doing housework, what impresses the girl?", + "output": [ + "pain and suffering" + ] + }, + { + "input": "Sentence: you would unlikely love and item of value but you would cherish it, impossible to forgive an inanimate object \nQuestion: How does a sentient being do to something valuable?", + "output": [ + "love" + ] + }, + { + "input": "Sentence: when hot weather gets unbearable, individuals generally use a form of air conditioning or other ways to cool off to escape the heat. \nQuestion: Going in an air conditioned room to cool off is a good way to get what from hot weather?", + "output": [ + "go swimming" + ] + }, + { + "input": "Sentence: who denotes that fact that it is a person as other objects are not referred to as who \nQuestion: who uses a contraceptive device?", + "output": [ + "bedroom" + ] + }, + { + "input": "Sentence: this is the only choice where a hidden force may be. \nQuestion: If I am forgiving, what hidden force may be activated in my life?", + "output": [ + "good heart" + ] + }, + { + "input": "Sentence: because students are mostly in the classroom \nQuestion: Where do students keep rubber bands?", + "output": [ + "bedside table" + ] + }, + { + "input": "Sentence: the most direct response to being hurt is crying. babies don't have the cognitive function to deceive or act and cry for no reason. \nQuestion: Why was the baby crying?", + "output": [ + "acting" + ] + }, + { + "input": "Sentence: education below the level for people above school age. \nQuestion: If I am a person who want to go to college, what am I seeking?", + "output": [ + "speak spanish" + ] + }, + { + "input": "Sentence: documentries are watched. everything else is experienced \nQuestion: Where can you watch information on lizards?", + "output": [ + "costa rica" + ] + }, + { + "input": "Sentence: tetrahedron have four equal sides \nQuestion: The four equal sides were all a smooth surface, he had carved and sanded a perfect what?", + "output": [ + "lake" + ] + }, + { + "input": "Sentence: dogs prefer to lay on soft ground surfaces. \nQuestion: The sleeping dog wasn't allowed on the new couch, so it was where?", + "output": [ + "tree" + ] + }, + { + "input": "Sentence: doing things right away is how you get things done \nQuestion: She had to run errands that day, she did it right away because she prefers to what?", + "output": [ + "helpful" + ] + }, + { + "input": "Sentence: if they are at their job all day, it means that the person works hard. \nQuestion: If a person spends all day at their job, what are they likely doing?", + "output": [ + "walk away" + ] + }, + { + "input": "Sentence: people want to explore space means they should do with space shuttle \nQuestion: People want to explore space, so what should they use to do it?", + "output": [ + "roadblock" + ] + }, + { + "input": "Sentence: nerds are typically a smart person, and software design done by smart people \nQuestion: What is a nerd most likely to have a curiosity to do that others wouldn't?", + "output": [ + "use television" + ] + }, + { + "input": "Sentence: an airport is the only place where you would be heading home but be able to find a gift shop \nQuestion: While in the process of heading home he realized at the last moment he hadn't gotten a souvenir from the trip, luckily the what had a gift shop?", + "output": [ + "hotel" + ] + }, + { + "input": "Sentence: re-home means someone elses home so a new room or a rug would not work \nQuestion: Where might I re-home a well loved piece of furniture from college days?", + "output": [ + "room" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: What is someone having a hard time learning abut science likely to experience?", + "output": [ + "smiles" + ] + }, + { + "input": "Sentence: a computer is the only place to store a digital file. \nQuestion: Where can someone keep a digital file?", + "output": [ + "filing cabinet" + ] + }, + { + "input": "Sentence: john would be feeling stress if he was running late for work, not boredom. \nQuestion: John was driving to work and running late, what did he feel?", + "output": [ + "boredom" + ] + }, + { + "input": "Sentence: many people attempt to just pass time as they've not got much else to do. \nQuestion: The old man was retired and liked the simple things, he would do crossword puzzle every morning simply just to do what?", + "output": [ + "mentally challenged" + ] + }, + { + "input": "Sentence: c is the only option that generally leads to sadness \nQuestion: If someone is fiddling a sad tune, what is the song likely about?", + "output": [ + "unpredictable" + ] + }, + { + "input": "Sentence: the beach is an ideal place to lie in the sun. \nQuestion: If people are on a beach, what are they likely doing?", + "output": [ + "gain wealth" + ] + }, + { + "input": "Sentence: staying stationary for too long can cause stiffness. \nQuestion: Sarah loved riding horse but she was having pain in his legs because of it. She was experiencing what sesation?", + "output": [ + "fear" + ] + }, + { + "input": "Sentence: tree is the only place that birds likely make nests. \nQuestion: What does the bird have in tree?", + "output": [ + "forest" + ] + }, + { + "input": "Sentence: the art show is the place to spend money. \nQuestion: Where could you go to spend money?", + "output": [ + "bank vault" + ] + }, + { + "input": "Sentence: when people are happy they feel good. \nQuestion: Mandy was naturally entertaining. She enjoyed making people feel good and hoped that she could bring lasting what to them?", + "output": [ + "laughter" + ] + }, + { + "input": "Sentence: today's world technology promotions \nQuestion: Why do most people engage in chatting with friends?", + "output": [ + "inspiration" + ] + }, + { + "input": "Sentence: personal knowledge is not in a book/encyclopedia \nQuestion: Where is the best way to store personal knowledge?", + "output": [ + "book" + ] + }, + { + "input": "Sentence: the crossword section is in the newspaper. \nQuestion: The man immediately recognized his picture opposite the crossword section, what was he reading?", + "output": [ + "desktop" + ] + }, + { + "input": "Sentence: the mall is covered so it is unlikely to get damaged from the rain \nQuestion: An electronics store had things damaged from the rain, where should these things be stored?", + "output": [ + "strip mall" + ] + }, + { + "input": "Sentence: define look up (phrasal verb) and get synonyms. what is look up (phrasal verb)? look up (phrasal verb) meaning, pronunciation and more by macmillan ... \nQuestion: How do people see the sky?", + "output": [ + "photo" + ] + }, + { + "input": "Sentence: the doctor's recommendation is related to riding germs, which is a health issue. \nQuestion: The doctor recommended washing hands, what was being promoted?", + "output": [ + "dry skin" + ] + }, + { + "input": "Sentence: hockey rink is where you see people you use a puck professionally \nQuestion: At what structure can you see people you use a puck professionally?", + "output": [ + "locker room" + ] + }, + { + "input": "Sentence: students at schools use an eraser. \nQuestion: Where do people sometimes use an eraser?", + "output": [ + "office supply store" + ] + }, + { + "input": "Sentence: small hole one indicator of a mouse in your house \nQuestion: One indicator of a mouse in your house is what?", + "output": [ + "garden" + ] + }, + { + "input": "Sentence: he was willing to play despite his injury \nQuestion: Playing basketball through an injury was his only choice, there was no way he was missing the big game so he would just have to ignore the what?", + "output": [ + "cheers" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: If a person want a changing society, what is a likely motive?", + "output": [ + "new laws" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: While some people prefer to lie, others do prefer to bluntly what?", + "output": [ + "talking loudly" + ] + }, + { + "input": "Sentence: theoretic physics speech is the good for business. \nQuestion: Where are you when you need a pencil during a advanced theoretical physics speech?", + "output": [ + "desk drawer" + ] + }, + { + "input": "Sentence: in tension of getting drunk, your body might experience loss of control. \nQuestion: If one is drinking with the intention of getting drunk, what might your body experience?", + "output": [ + "getting drunk" + ] + }, + { + "input": "Sentence: because a lecture is where you go to grow intellectually \nQuestion: The student was attending a lecture on engineering, what was he hoping to do?", + "output": [ + "inspiration" + ] + }, + { + "input": "Sentence: studying for a final exam lets you review what material you learned over the course of the class. \nQuestion: What can you do before taking final exams to help with them?", + "output": [ + "sweat" + ] + }, + { + "input": "Sentence: \"have fun\" makes sense grammatically. \"making friends\" does not. it would have to be \"make friends.\" and he wouldn't want to get anxious, nobody wants that. \nQuestion: James was not good at socializing but he didn't care. He just wanted to do what?", + "output": [ + "anxiety" + ] + }, + { + "input": "Sentence: great oceans confines and shark was sick \nQuestion: The shark was sick of the confines of its tank, what was it looking for?", + "output": [ + "tropical waters" + ] + }, + { + "input": "Sentence: the trachea is located on the neck. \nQuestion: They had to create a passage by cutting into the trachea, this meant slicing open his what?", + "output": [ + "upper respiratory tract" + ] + }, + { + "input": "Sentence: buying or spending involves exchange of funds. \nQuestion: While you're at the store buy beer what happens to your wealth?", + "output": [ + "relaxation" + ] + }, + { + "input": "Sentence: an oath is a public expression of an intention to hold a promise \nQuestion: What might someone do to someone they love to show their commitment?", + "output": [ + "live life" + ] + }, + { + "input": "Sentence: you buy cold food from a shop or disneyland, you don't store it there. you store cold food in a refrigerator. \nQuestion: Where do you store cold food?", + "output": [ + "disneyland" + ] + }, + { + "input": "Sentence: if something is moving, it is not stagnant \nQuestion: The sloth was quite the sight, it moved quite slow while in what from one vine to another?", + "output": [ + "tropical jungle" + ] + }, + { + "input": "Sentence: the best way to relax and forget about work is to think about something else, and watching television will do that. \nQuestion: James needed to reset after a long day at work. He turned on the television and found a good show. What might that help him do?", + "output": [ + "lay down" + ] + }, + { + "input": "Sentence: public buildings are open to all people and must be safe for them to enter. \nQuestion: There are laws concerning safety, therefore a fire extinguisher must be kept in every what?", + "output": [ + "most businesses" + ] + }, + { + "input": "Sentence: basement usually floods first \nQuestion: Where should I not put these boxes if my house is likely to flood?", + "output": [ + "attic" + ] + }, + { + "input": "Sentence: they have no job so they do not have to work \nQuestion: What would you be if you do not have work?", + "output": [ + "play" + ] + }, + { + "input": "Sentence: whilst cleaning you would be dislodging the dust and breathing it in \nQuestion: If you were doing housework and there was a lot of dust, what can it give you?", + "output": [ + "arguments" + ] + }, + { + "input": "Sentence: nailing and polishing doesn't change shape, only carving does. \nQuestion: How can the shape of wood be changed?", + "output": [ + "nailed" + ] + }, + { + "input": "Sentence: painting is the only place a motionless horse would be likely to be found. \nQuestion: Where might a motionless horse be?", + "output": [ + "washington" + ] + }, + { + "input": "Sentence: find a bar of soap away from home at hotel. \nQuestion: Where would you find a tiny bar of soap away from home?", + "output": [ + "bathtub" + ] + }, + { + "input": "Sentence: a gathering of people, like a meeting, would require a lot of chairs. \nQuestion: There weren't enough chairs for everyone. What might have to be delayed?", + "output": [ + "office" + ] + }, + { + "input": "Sentence: a train can run on steam and when the steam is gone the train will slow down significantly. \nQuestion: What is a train-related expression for exhaustion?", + "output": [ + "have rest" + ] + }, + { + "input": "Sentence: you will build character and your resume when you volunteer \nQuestion: What is a great way for teens to build character and pad their resume?", + "output": [ + "hang out" + ] + }, + { + "input": "Sentence: there are no fields in city neighborhoods \nQuestion: Where are horses found in fields?", + "output": [ + "race track" + ] + }, + { + "input": "Sentence: a wishing well is basically throwing money away. \nQuestion: James's parents felt that he was wasting his money, but they still let him put a coin where every weekend?", + "output": [ + "piggy bank" + ] + }, + { + "input": "Sentence: towns located at small city halls \nQuestion: Where are small city halls usually located?", + "output": [ + "detroit" + ] + }, + { + "input": "Sentence: new york is a very populated area \nQuestion: Where are you not likely to find an apple tree?", + "output": [ + "washington state" + ] + }, + { + "input": "Sentence: this is a work place, and not an education place. and \"cost money\" doesn't make any sense \nQuestion: There are many cubicles in the office, they all have computers for employees to what?", + "output": [ + "cost money" + ] + }, + { + "input": "Sentence: the kitchen drawer is not an item, nor is the table. also, the fork would be in the kitchen drawer. \nQuestion: What item does the fork belong on?", + "output": [ + "kitchen drawer" + ] + }, + { + "input": "Sentence: if it preferred tyo hunt at night, it's prey did not have the ability to see at night \nQuestion: The car preferred hunting in the dark, what ability did it have that its prey did not?", + "output": [ + "run away" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: The monger removed the bone, what was he looking to serve?", + "output": [ + "skeleton" + ] + }, + { + "input": "Sentence: behind its wood rail fence stood a white frame house that wouldn’t have looked out of place in any luxury cul-de-sac. three generations of billionaires shared that home, and for a long stretch of the eighties, they were the most popular television family in the country. \nQuestion: Victoria is the name of many cities, you'd say the one where does it big?", + "output": [ + "british columbia" + ] + }, + { + "input": "Sentence: a suburb is the only thing that has a back yard from the answers. \nQuestion: In the city the family didn't have a back yard, but now they did since they lived in a what?", + "output": [ + "property" + ] + }, + { + "input": "Sentence: feeling pain is the only thing associated with becoming old \nQuestion: What does an animal do when it becomes old?", + "output": [ + "eating" + ] + }, + { + "input": "Sentence: the phrase \"that didn't help\" shows that there was a negative outcome instead of the other two positive choices. \nQuestion: Bobby was just having fun when he jumped off of the slide, but that didn't help. When he landed, he had what?", + "output": [ + "being happy" + ] + }, + { + "input": "Sentence: . hell is a computer user likely to think a computer crash is? answer choices: \nQuestion: What is a computer user likely to think a computer crash is?", + "output": [ + "house" + ] + }, + { + "input": "Sentence: a container is any receptacle or enclosure for holding a product used in storage, packaging, and shipping. things kept inside of a container are protected by ... \nQuestion: Where can you put leftover soup?", + "output": [ + "supermarket" + ] + }, + { + "input": "Sentence: to be profound is to stop and think. \nQuestion: The question the teacher asked was profound, it made all the students stop and what?", + "output": [ + "analyse" + ] + }, + { + "input": "Sentence: latin america is not in the us, therefore its the best choice \nQuestion: What southern area not in the US are you likely to find a marmoset?", + "output": [ + "mountains" + ] + }, + { + "input": "Sentence: the sky is the only option where an airplane would definitely be moving. \nQuestion: Where would someone be likely to see a moving airplane?", + "output": [ + "military base" + ] + }, + { + "input": "Sentence: orphanage might a child go who has no home? \nQuestion: Where might a child go who has no home?", + "output": [ + "school" + ] + }, + { + "input": "Sentence: syntactically, the words \"victory\" and \"fall\" do not make sense in this context. \nQuestion: The leading team was upset, they had stopped actively reaching advantage because they had grown too comfortable what?", + "output": [ + "victory" + ] + }, + { + "input": "Sentence: action needs to be taken to get things done. \nQuestion: What are you contemplating taking when you need to get something done?", + "output": [ + "revelations" + ] + }, + { + "input": "Sentence: any task that you complete to satisfaction, you will feel enlightenment. \nQuestion: If I am creating art and have completed it to satisfaction, what is my feeling?", + "output": [ + "relax" + ] + }, + { + "input": "Sentence: a village is small so the opposite of a village is something big like a city. \nQuestion: What is the opposite of a village?", + "output": [ + "ohio" + ] + }, + { + "input": "Sentence: he clearly got to much \nQuestion: The man needed less than he usually did. The session was obviously a what?", + "output": [ + "greater" + ] + }, + { + "input": "Sentence: an accident is the only choice that often causes injury. \nQuestion: What is a common cause of injury?", + "output": [ + "doctor's office" + ] + }, + { + "input": "Sentence: shirts a typically stored in drawers in dressers that pull open to get to the stored clothing \nQuestion: John was was looking for a shirt, so he pulled open this. What did John pull open?", + "output": [ + "dresser" + ] + }, + { + "input": "Sentence: a street is generally lined with many houses with front yards visible. \nQuestion: What lawn is most likely to be on a street?", + "output": [ + "michigan" + ] + }, + { + "input": "Sentence: you get prescription medication from a drug store. \nQuestion: Where would you get prescription mouthwash?", + "output": [ + "dentist's office" + ] + }, + { + "input": "Sentence: running that many miles would wear just about anyone out at that point. \nQuestion: He truly was a marathon runner, even after running twenty six miles he wasn't even beginning to what?", + "output": [ + "excruciating pain" + ] + }, + { + "input": "Sentence: to know the muchmore information about the news \nQuestion: What can happen to someone too sure of their learning?", + "output": [ + "growth" + ] + }, + { + "input": "Sentence: the closest and most accurate option \nQuestion: Where do you store your groceries when you drive home?", + "output": [ + "supermarket" + ] + }, + { + "input": "Sentence: a balloon uses air or helium to rise into the air and remains there until the air is lost or let out. \nQuestion: What method of transportation uses air to float?", + "output": [ + "space shuttle" + ] + }, + { + "input": "Sentence: talk about themselves person next to me is always on her cell phone. \nQuestion: That person next to me is always on her cell phone.", + "output": [ + "know what time" + ] + }, + { + "input": "Sentence: 1a state of extreme physical or mental tiredness. ... 'they've played before and are a perfect match when it comes to energy levels and desire to terrorize the other until both have passed out from mental exhaustion.' 'nothing is worse than chronic irritability, a feeling of exhaustion and mental fatigue.' \nQuestion: What does exercising immediately lead to?", + "output": [ + "use energy" + ] + }, + { + "input": "Sentence: the opposite of unhappy is joyful. \nQuestion: What is the furthest emotion away from unhappy?", + "output": [ + "happy" + ] + }, + { + "input": "Sentence: the only place that might have them \nQuestion: Where could you find an actual weasel?", + "output": [ + "fairytale" + ] + }, + { + "input": "Sentence: bartender will often do mix before they serve the cocktails \nQuestion: When people social at a bar, the bartender will often do what to the cocktails they serve?", + "output": [ + "meet people" + ] + }, + { + "input": "Sentence: holds items for organization \nQuestion: The man saw a bald eagle on green paper, what was that paper considered?", + "output": [ + "iowa" + ] + }, + { + "input": "Sentence: if the sickness is fading, one would naturally feel better. \nQuestion: The sickness was beginning to fade after resting, he was what?", + "output": [ + "doing nothing" + ] + }, + { + "input": "Sentence: engineers do the testing of automation in lab \nQuestion: The engineers were testing the automaton, where were they likely doing this?", + "output": [ + "banking" + ] + }, + { + "input": "Sentence: a convention is usually a place where expos happen, expos of all kinds, all industries, and attended by many citizens, including workers related to the industry. \nQuestion: What sort of gathering might business people attend to get updates about their industry?", + "output": [ + "wedding" + ] + }, + { + "input": "Sentence: a container is any receptacle or enclosure for holding a product used in storage, packaging, and shipping \nQuestion: Something that holds food or other items is called what?", + "output": [ + "jar" + ] + }, + { + "input": "Sentence: if the restaurant is busy, then james is definitely waiting for a table at the door. \nQuestion: James is a customer at a restaurant. The restaurant is very busy and James is frustrated. What might he be doing?", + "output": [ + "order dinner" + ] + }, + { + "input": "Sentence: the government sometimes has too much control over markets, economy, trade. etc. \nQuestion: What does the government sometimes have too much of?", + "output": [ + "trouble" + ] + }, + { + "input": "Sentence: when you share information, you are talking for a multitude of reasons. \nQuestion: People are always talking for a multitude of reasons, the most basic is that is a way of doing what with one another?", + "output": [ + "obtaining information" + ] + }, + { + "input": "Sentence: basements generally are dark and have moisture, ideal place for spiders. \nQuestion: Where are there often spiders in a house?", + "output": [ + "cellar" + ] + }, + { + "input": "Sentence: though she might have trouble remembering it, her wedding day was a very happy day for her so when she was able to remember it, it filled her with pleasure. \nQuestion: She had trouble remembering her happy wedding day, but when she did, what did she experience?", + "output": [ + "depression" + ] + }, + { + "input": "Sentence: sea world may i view sharks in a clear tunne \nQuestion: Where may I view sharks in a clear tunnel?", + "output": [ + "gulf of mexico" + ] + }, + { + "input": "Sentence: just in towns you can find ring road. \nQuestion: After exiting a ring road and headed to a group of homes, where are you going?", + "output": [ + "freeway system" + ] + }, + { + "input": "Sentence: drug stores carry health and beauty supplies \nQuestion: Where is a good place to buy moistener?", + "output": [ + "hand lotion" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: The crab was feeling cold in the water, where was he stuck?", + "output": [ + "gulf of mexico" + ] + }, + { + "input": "Sentence: robins' eggs hatch in nests. \nQuestion: What should my brother and I find if we want to see a robin at the end of summer instead of this blue egg?", + "output": [ + "plate" + ] + }, + { + "input": "Sentence: men wont die from explicit fantasies and dreams are not stiff situations. \nQuestion: Males can sometimes have explicit fantasies while sleeping, this can lead to what stiff situations?", + "output": [ + "dreams" + ] + }, + { + "input": "Sentence: national parks exist in part to protect the environment, including forest areas. \nQuestion: You can find a protected forest in just about any what?", + "output": [ + "temperate zone" + ] + }, + { + "input": "Sentence: sweating excessively during exercise means you need to drink water \nQuestion: Sweating excessively when you exercise will mean you need to do what?", + "output": [ + "get tired" + ] + }, + { + "input": "Sentence: cordoba is the only unit of currency \nQuestion: 100 centavos make a?", + "output": [ + "colon" + ] + }, + { + "input": "Sentence: this is the next holiday after christmas in the choices. \nQuestion: What happens soon after christmas?", + "output": [ + "halloween" + ] + }, + { + "input": "Sentence: bob will not pokemon cards were common and worthless but wrong about them so feel really rare to delay \nQuestion: Bob thought that his Pokemon cards were common and worthless, but he was wrong about them. They were really what?", + "output": [ + "special" + ] + }, + { + "input": "Sentence: the disappoint people expect every thing will wrong around them \nQuestion: If people are disappointed by something they aren't entitled to, what must they do?", + "output": [ + "dance well" + ] + }, + { + "input": "Sentence: apples fall on the ground. \nQuestion: To where do apple trees drop their fruit?", + "output": [ + "uzbekistan" + ] + }, + { + "input": "Sentence: travelling abroad is the best way for people to experience new things and ideas. \nQuestion: How can people gain new perspectives?", + "output": [ + "change direction" + ] + }, + { + "input": "Sentence: the only place trash consistently grows is a garbage dump \nQuestion: Where always has a large amount of trash that only grows?", + "output": [ + "dumpster" + ] + }, + { + "input": "Sentence: the children play to actor \nQuestion: The children all got their shot to become actors, the school was putting on a what?", + "output": [ + "television" + ] + }, + { + "input": "Sentence: air doesn't really become wet and seattle is always dangerous \nQuestion: What becomes wet and dangerous when it rains?", + "output": [ + "air" + ] + }, + { + "input": "Sentence: newspapers are the most traditional way of getting news from the world \nQuestion: Where do people traditionally get information about the world?", + "output": [ + "television" + ] + }, + { + "input": "Sentence: a television in the bedroom is a nice way to relax at the end of a long day. \nQuestion: Where can you have a television to watch when you're retiring at the end of the day?", + "output": [ + "cabinet" + ] + }, + { + "input": "Sentence: a motorboat is the only option where you are supposed to feel the wind while driving. \nQuestion: The windshield was mostly for spray, but there was also wind to consider while in the what?", + "output": [ + "motor vehicle" + ] + }, + { + "input": "Sentence: neighbors house is the only place where people can complain from \nQuestion: The children playing was bothersome to others in the area, where did one complaint come from?", + "output": [ + "park" + ] + }, + { + "input": "Sentence: in a forest stumbled closely on some wild animals blocked all the trees. \nQuestion: He unwittingly stumbled closely on some wild animals, all the trees in the what had blocked their views of each other?", + "output": [ + "zoo" + ] + }, + { + "input": "Sentence: being at the airport about to leave your flight, it was the only way to endure in your emergency going to the bathroom \nQuestion: Jane was a human who had to poop really bad. But she couldn't because her ride was about to come in and she didn't want to miss it. Where might she be?", + "output": [ + "bed" + ] + }, + { + "input": "Sentence: exercising this way tires a person out, especially for an extended amount of time. \nQuestion: If you are jogging all day what is likely to happen?", + "output": [ + "heart attacks" + ] + }, + { + "input": "Sentence: in order to produce products, manufacturers usually have many machines. \nQuestion: Why do manufacturers have many machines?", + "output": [ + "perform work" + ] + }, + { + "input": "Sentence: coming home is the only reason a friend would throw a party that's the most likely, since answers a and c aren't reasons that friends really throw parties. \nQuestion: What might a friend throw a party for another friend?", + "output": [ + "rely on" + ] + }, + { + "input": "Sentence: the other options aren't something that you do to a book \nQuestion: In order to read a book what must you do to it?", + "output": [ + "learn to read" + ] + }, + { + "input": "Sentence: when people learn, they can be stressed out very often. \nQuestion: What negative emotions or feelings can learning cause?", + "output": [ + "effectiveness" + ] + }, + { + "input": "Sentence: if innocent people are killed, it's morally unacceptable \nQuestion: Punishing innocent people with the death penalty should cause what?", + "output": [ + "get angry" + ] + }, + { + "input": "Sentence: there are livestock judging competitions at fairs. \nQuestion: The cows were being judged, where were they?", + "output": [ + "countryside" + ] + }, + { + "input": "Sentence: guys will pay for a pretty girls drink at a bar so they never pay \nQuestion: They were naive and bound for trouble, but the pretty girls never had to pay for themselves at the what?", + "output": [ + "car show" + ] + }, + { + "input": "Sentence: sheets of paper are often stored in boxes \nQuestion: Where can someone store extra sheets of paper?", + "output": [ + "office" + ] + }, + { + "input": "Sentence: the excavation workers had to take extra care to stay hydrated,what landscape might they be working in montana \nQuestion: The excavation workers had to take extra care to stay hydrated, what landscape might they be working?", + "output": [ + "montana" + ] + }, + { + "input": "Sentence: the storage unit in a kitchen is usually a cupboard. \nQuestion: Where are extra coffee mugs stored in the kitchen?", + "output": [ + "shelf" + ] + }, + { + "input": "Sentence: panic attacks happen like this \nQuestion: If you were going public outing and heart was racing what are you feeling?", + "output": [ + "embarrassment" + ] + }, + { + "input": "Sentence: anything jane saw a box labeled \\stuff,\\ what could be in the box \nQuestion: Jane saw a box labeled \"stuff,\" what could be in the box?", + "output": [ + "cupboard" + ] + }, + { + "input": "Sentence: an office would have promotional items with their logo on them. \nQuestion: Where might I find pens with a company logo?", + "output": [ + "school" + ] + }, + { + "input": "Sentence: every clouds have wet \nQuestion: What could happen to you after you see some beautiful clouds above you?", + "output": [ + "dull" + ] + }, + { + "input": "Sentence: you could feasibly obtain a gun at the others (although probably not buy) but it wouldn't be specifically for hunting, like one bought in a sporting goods store would be. \nQuestion: Where can you buy guns for hunting?", + "output": [ + "roadblock" + ] + }, + { + "input": "Sentence: one can be stuck in a store. \nQuestion: He got a job dancing and waving an advertisement, he got to be outside instead of stuck inside the what?", + "output": [ + "bus" + ] + }, + { + "input": "Sentence: a new look may make someone scared of change. \nQuestion: Van Gogh fretted over his painting because it appeared different, what was he scared of?", + "output": [ + "slashes" + ] + }, + { + "input": "Sentence: the french government used a white surrender flag before \nQuestion: The circus monkey waived a white surrender flag, the conductor joked the monkey must work in the what?", + "output": [ + "madagascar" + ] + }, + { + "input": "Sentence: kitchen cupboard would you store a saltshaker when not in use \nQuestion: Where would a child be happy to find chocolate?", + "output": [ + "box" + ] + }, + { + "input": "Sentence: anxiety is most likely to felt if you had to listen to potentially embarrassing stories about yourself. \nQuestion: What may you feel if your listening to your mother tell childhood stories to your date?", + "output": [ + "fatigue" + ] + }, + { + "input": "Sentence: it might not be legal for long, meaning it will be banned. \nQuestion: James is addicted to potatosol. Potatosol is legal, but he's concerned that it might not be for long. What might happen to potatosol i the near future?", + "output": [ + "underage" + ] + }, + { + "input": "Sentence: drunkenness is the only inebriated state. \nQuestion: Becoming inebriated leads to what state?", + "output": [ + "arrest" + ] + }, + { + "input": "Sentence: business sector is the obvious choice for a business restaurant to be at because business men and women would be the wanted clients. \nQuestion: Where is a business restaurant likely to be located?", + "output": [ + "at hotel" + ] + }, + { + "input": "Sentence: exercising is a type of wellness protocol, that helps you live better overall. \nQuestion: The person began exercising, what is he seeking?", + "output": [ + "financial security" + ] + }, + { + "input": "Sentence: you don't get paid to do house work and a backache is pain \nQuestion: What can happen after doing housework that does not involve pain?", + "output": [ + "low pay" + ] + }, + { + "input": "Sentence: the other two words dont describe a type of person, and elderly people are more likely to get ill than other ages of people \nQuestion: What type of person usually gets an illness?", + "output": [ + "stomach" + ] + }, + { + "input": "Sentence: the sun almost always causes shadows to be cast on the ground. \nQuestion: Where does a shadow usually appear?", + "output": [ + "bridge" + ] + }, + { + "input": "Sentence: the people are have money to spend want things to own objects. \nQuestion: When people have money wand want things, what do they tend to do?", + "output": [ + "tell truth" + ] + }, + { + "input": "Sentence: taking lessions and practising are actions, not states of mind/feeling \nQuestion: James loved to play violin. He did it in his spare time because he found it what?", + "output": [ + "take lessons" + ] + }, + { + "input": "Sentence: generally emotions run high when people compete and argue \nQuestion: What is likely to run high when two people are competing against each other?", + "output": [ + "encouraging" + ] + }, + { + "input": "Sentence: if someone plays bass drum and enjoys classical music, they would want to be in an orchestra \nQuestion: John played a brass drum very well. He loved classical music and decided that he wanted to join what?", + "output": [ + "drum set" + ] + }, + { + "input": "Sentence: fun is the only positive self expression as an answer \nQuestion: Art, playing music, and other hobbies are great ways of expressing yourself that can be great what?", + "output": [ + "understood" + ] + }, + { + "input": "Sentence: when you are caught doing something wrong you go to jail \nQuestion: If you are starting a fire on purpose and are caught what will happen?", + "output": [ + "warmth" + ] + }, + { + "input": "Sentence: dividers are representative of a math class more than being in a notebook, and furthermore, one in a math class would be more likely to misunderstand something than if they were in an office suite setting \nQuestion: Billyjust stared at the divider on the page. His mind was blank. He didn't understand. Where is he?", + "output": [ + "office suite" + ] + }, + { + "input": "Sentence: if you don't want to see it, yet you are still working, you would want to put stationery in a desk because it is still accessible if something comes up, but it isn't in the way. \nQuestion: Where would you put stationery if you do not want to see it while you are working?", + "output": [ + "post office" + ] + }, + { + "input": "Sentence: hippy was wanted a peace in all nature and humans \nQuestion: The hippy wanted peace with all humans, he had strong what for them all?", + "output": [ + "names" + ] + }, + { + "input": "Sentence: \"every aspect of life\" is not a place kids can go to. and the \"class room\" is not specific enough about where kids go before primary school. \nQuestion: Where do kids go before they start primary school?", + "output": [ + "every aspect of life" + ] + }, + { + "input": "Sentence: meeting friends is the first thing to do at school because we like to be socialized. \nQuestion: What does a person want to do the first day of school?", + "output": [ + "die of cancer" + ] + }, + { + "input": "Sentence: most dental offices are located in towns rather than inside hospitals, or michigan. \nQuestion: The farmer needed to go to the dental office, where did he have to go after turning out of his field?", + "output": [ + "hospital" + ] + }, + { + "input": "Sentence: opera shows are usually very long running. \nQuestion: Which long saga will we be watching on tonight's program?", + "output": [ + "concert" + ] + }, + { + "input": "Sentence: sweating is the only thing that the body will produce \nQuestion: I get hot when I run, so what am is my body likely to do?", + "output": [ + "shortness of breath" + ] + }, + { + "input": "Sentence: he was not willing to walk away, therefore he would engage in a fight. \nQuestion: Bill did not abandon the fight, but did what to the enemy?", + "output": [ + "embrace" + ] + }, + { + "input": "Sentence: urban areas tend to have more people in them. \nQuestion: If a doctor want to work in a busy hospital, where should they seek work?", + "output": [ + "every state" + ] + }, + { + "input": "Sentence: toy store is the only place a train would be. \nQuestion: What store is likely to have a non-functioning train as a result of electricity loss?", + "output": [ + "basement" + ] + }, + { + "input": "Sentence: syntactically, you can't be \"brought wonderful.\" and nobody really wants jealousy. and since joe wants a relationship, he is looking for something good, like satisfaction. \nQuestion: Joe wants to have a relationship with someone. He thinks that loving another will bring him what?", + "output": [ + "jealousy" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: A projectile ball is in what after being launched?", + "output": [ + "arcade" + ] + }, + { + "input": "Sentence: this is the most common location for an eye to be \nQuestion: Where would you expect to see a human eye?", + "output": [ + "potato" + ] + }, + { + "input": "Sentence: drugstore john walks down an aisle that is full of over the counter medication. and another with assorted items,toys,candy,and whatnot. if there isn't any food other than candy,what type of store is he probably in? \nQuestion: John walks down an aisle that is full of over the counter medication. and another with assorted items, toys, candy, and whatnot. If there isn't any food other than candy, what type of store is he probably in?", + "output": [ + "department store" + ] + }, + { + "input": "Sentence: department stores carry different types of items all in one store. \nQuestion: Where can you buy sports equipment tools and a lawn mower at the mall?", + "output": [ + "sporting event" + ] + }, + { + "input": "Sentence: identification is what is typically shown at an airport with a ticket. \nQuestion: After waiting in long lines at the airport he finally got to the ticket checker, he got out his billfold to show his ticket and what?", + "output": [ + "money" + ] + }, + { + "input": "Sentence: it is impossible for him to wear a movie or a big house \nQuestion: Sarah knew that bob was a gentleman because he took her to a show and was stylish in his what?", + "output": [ + "movie" + ] + }, + { + "input": "Sentence: an electric fan is the only one that uses a hub motor. \nQuestion: A hub motor is used in some of what breeze making devices?", + "output": [ + "propeller" + ] + }, + { + "input": "Sentence: place of employment of business \nQuestion: Where is it unlikely to find a office building?", + "output": [ + "high tower" + ] + }, + { + "input": "Sentence: a ham sandwich is the only option made from meat and bread. \nQuestion: The employee asked which kind of meat and bread the customer wanted, they chose to have a what?", + "output": [ + "oven" + ] + }, + { + "input": "Sentence: a house is the most likely place that would have his bedroom in it. \nQuestion: Bob walks up to the second floor to his bedroom, where is he?", + "output": [ + "hotel" + ] + }, + { + "input": "Sentence: they must have a days off. it is mandatory \nQuestion: What kind of leave did the manager assign all nonessential personnel?", + "output": [ + "necessary" + ] + }, + { + "input": "Sentence: the backyard is likely the only one that james is legally allowed to install it \nQuestion: James felt the best place to install the spa would be where?", + "output": [ + "health centre" + ] + }, + { + "input": "Sentence: they have internal instincts \nQuestion: James was returning to work after a period of sickness. He was happy to be working because he had suffered from something during his illness. What did he suffer from?", + "output": [ + "malaise" + ] + }, + { + "input": "Sentence: a lot of operas are in german and are almost always accompanied by classical music \nQuestion: Where are you if you're hearing a bass clarinet accompanying people singing in German?", + "output": [ + "orchestra" + ] + }, + { + "input": "Sentence: if you don't own the home, you are no the homeowner \nQuestion: The door to door salesman asked for the homeowner, but the man didn't what?", + "output": [ + "cut grass" + ] + }, + { + "input": "Sentence: generally they are trying to sell you something \nQuestion: What is a performance by actors on tv to promote buying a certain product?", + "output": [ + "show" + ] + }, + { + "input": "Sentence: anya gage has learned that to get anything good in life, you have to work for it. she has no expectations, no dreams. \nQuestion: Where is a knight likely to be a hero?", + "output": [ + "chess set" + ] + }, + { + "input": "Sentence: the feeling accompanied with getting paid does not have any regards to sorrow or income tax. \nQuestion: How does getting paid feel?", + "output": [ + "sorrow" + ] + }, + { + "input": "Sentence: student union is the only place that a bookshop specializes in course texts is located. \nQuestion: The bookshop specializes in course texts, where is it located?", + "output": [ + "mall" + ] + }, + { + "input": "Sentence: buying clothes is the only option that would get the person pants. \nQuestion: A person doesn't have pants that fit, what should he do?", + "output": [ + "let himself go" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: What will happen after you have rest?", + "output": [ + "exhausted" + ] + }, + { + "input": "Sentence: stress is an emotion when something is difficult to endure. \nQuestion: What might a homeowner feel when their house is going to market?", + "output": [ + "walking" + ] + }, + { + "input": "Sentence: a theater is indoors, so although it has balconies, you aren't likely to get cold. michigan is by far colder than new orleans, so michigan is the most appropriate choice. \nQuestion: Where is someone likely to get cold on a balcony?", + "output": [ + "new orleans" + ] + }, + { + "input": "Sentence: a solution is unimportant if a better one is found \nQuestion: He put in a mighty effort to his solution, but a better one was discovered making his what?", + "output": [ + "helpless" + ] + }, + { + "input": "Sentence: this type of water is most likely to be in the kitchen. \nQuestion: The crab was when it saw something in the kitchen, what did it see?", + "output": [ + "pacific ocean" + ] + }, + { + "input": "Sentence: mammoth are found in places of excavations \nQuestion: Where would you go to find a mammoth?", + "output": [ + "south dakota" + ] + }, + { + "input": "Sentence: farewell means goodbye, therefore a wave would be the appropriate response to someone \nQuestion: If you say farewell to a group of children what gesture might they make?", + "output": [ + "spring into action" + ] + }, + { + "input": "Sentence: the body sweats during fever to try and keep it cool \nQuestion: A human could have the sweats from working out, but if they wake up with them they probably what?", + "output": [ + "think and reason" + ] + }, + { + "input": "Sentence: you would expect to see a harmonica in pocket or in a music store but not in a rock band. \nQuestion: Where would be an unusual place for a harmonica?", + "output": [ + "music store" + ] + }, + { + "input": "Sentence: it's correct to feel that when you're doing right and responsible things. \nQuestion: What should a person feel when doing responsible action with their pet, such as walking a dog?", + "output": [ + "tiredness" + ] + }, + { + "input": "Sentence: you could probably find a coffee table book in most houses, but the most likely place to find an old one is a place that sells old things, i.e. an antique store. \nQuestion: Where can you find an old coffee table book?", + "output": [ + "house" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: The evacuation became mandatory, so what came on the TV?", + "output": [ + "optional" + ] + }, + { + "input": "Sentence: even unpredictable can be called a pattern \nQuestion: Starting a fire is a terrible idea because flames move in what pattern?", + "output": [ + "explosion" + ] + }, + { + "input": "Sentence: shares of a lemonade producer long island iced tea corporation jumped 43% in a single day on the news that the company changed \nQuestion: Jason seemed calm on the exterior, but his recent loses had made him what?", + "output": [ + "flustered" + ] + }, + { + "input": "Sentence: people get their beer in bottle. \nQuestion: What medium do people get their beer from ?", + "output": [ + "grocery store" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: Why wouldn't someone want to work in an office?", + "output": [ + "being paid" + ] + }, + { + "input": "Sentence: sporting goods store get sports equipment if you do not have any \nQuestion: Where would you get sports equipment if you do not have any?", + "output": [ + "sears" + ] + }, + { + "input": "Sentence: because that is the word that describes why everyone was left speechless \nQuestion: The eloquent performance was stunning, it left everybody what?", + "output": [ + "muttering" + ] + }, + { + "input": "Sentence: shifting needs and capabilities usually ends up with a change in leadership. \nQuestion: Artificial intelligence is changing society. Shifting needs and capabilities have led to what?", + "output": [ + "no water" + ] + }, + { + "input": "Sentence: if a dentist's office wanted more visibility to its customers, it would make most sense to locate on a main street where there is the most traffic. \nQuestion: A dentist's office wanted to have higher visibility than the other medical offices. Where would it set up shop to maximize visibility?", + "output": [ + "metropolitan city" + ] + }, + { + "input": "Sentence: nearly all animals of all species can hear and all living beings reproduce.; only humans can drive cars. \nQuestion: What is something only humans can do?", + "output": [ + "hear sounds" + ] + }, + { + "input": "Sentence: you would wear a white coat in a laboratory \nQuestion: If you want to find a small dog, perhaps wearing a white coat, where might it be?", + "output": [ + "photograph" + ] + }, + { + "input": "Sentence: this is why you should not drink and drive. call an uber \nQuestion: If person goes to a bar, spends a few hours hitting the bottle, then takes himself home, what might he get?", + "output": [ + "alcoholism" + ] + }, + { + "input": "Sentence: its a small dog so it would fit very well on a baby carriage, \nQuestion: If you have a small dog you can have it ride in what instead of walking?", + "output": [ + "grandma's house" + ] + }, + { + "input": "Sentence: you wouldn't gain weight that fast. you wouldn't rush because of bad breath. \nQuestion: The man was eating lunch, but rushed when he looked at his watch, why did he rush?", + "output": [ + "gain weight" + ] + }, + { + "input": "Sentence: one might like to hand out with friends when there is no agenda \nQuestion: What would one like to do with friends when there is no agenda?", + "output": [ + "side with" + ] + }, + { + "input": "Sentence: on the right side \nQuestion: Where would one find a captive monkey?", + "output": [ + "tree tops" + ] + }, + { + "input": "Sentence: heretical behavior is unorthodox. he was pushing orthodox behavior so the correct choice would be the opposite \nQuestion: The priest pushed for more orthodox behavior, what kind of behavior was he trying to stop?", + "output": [ + "liberal" + ] + }, + { + "input": "Sentence: analyse means to carefully consider, think about. \nQuestion: When one wishes to analyse a subject you must do what at great length?", + "output": [ + "learn new" + ] + }, + { + "input": "Sentence: when eating you usually consume liquids which is why the answer would be c \nQuestion: When having food it is common to do what other act of consumption?", + "output": [ + "sit" + ] + }, + { + "input": "Sentence: then best place to get relaxed is at home. \nQuestion: After work and errands the mother just wanted some peace and quiet, she couldn't wait to just get where?", + "output": [ + "library" + ] + }, + { + "input": "Sentence: the best leaves in trees. \nQuestion: Where are leaves best left?", + "output": [ + "roof" + ] + }, + { + "input": "Sentence: i not sure pencils \nQuestion: John ran out of pencils. Where did he go to get more?", + "output": [ + "shelf" + ] + }, + { + "input": "Sentence: holds items for organization \nQuestion: Because of foot rails coming loose, he always kept a screwdriver behind the what?", + "output": [ + "toolkit" + ] + }, + { + "input": "Sentence: one cannot have a major view from a shorter building. \nQuestion: He looked down from the observation deck on the 75th storey, it was quite the view from the top of the what?", + "output": [ + "apartment building" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: They medics were frantic and screaming that the patient was losing consciousness, it seemed what was inevitable?", + "output": [ + "injury" + ] + }, + { + "input": "Sentence: a trade show sounds more like a person at a demonstration then the other options \nQuestion: If I am a spectator at a trade show, what am I likely watching?", + "output": [ + "show" + ] + }, + { + "input": "Sentence: it would, in fact, be hard to play a sport that involves hand eye coordination if yours was bad, \nQuestion: He had really bad hand-eye coordination, so playing baseball was what?", + "output": [ + "fun to play" + ] + }, + { + "input": "Sentence: if you're telling many people one at a time about something, then you would just need to speak to them, rather than shout or yell at them. \nQuestion: When you're telling many people about something you will need to do what to address them?", + "output": [ + "yell" + ] + }, + { + "input": "Sentence: new orleans bbq is the best bbq \nQuestion: What delta state is known for good bbq?", + "output": [ + "restaurant" + ] + }, + { + "input": "Sentence: when a new year of shcool is about to start, you most likely will take everything out of the boxes. \nQuestion: The teachers needed to get their classrooms ready for the school year. What is one thing they might do?", + "output": [ + "teach children" + ] + }, + { + "input": "Sentence: people commonly store sugar in a cupboard. \nQuestion: Where is sugar stored when it's not needed?", + "output": [ + "coffee" + ] + }, + { + "input": "Sentence: exercise can only lead to one of these which is fatigue \nQuestion: Much like a jaunt on the treadmill, thinking hard and long can cause what?", + "output": [ + "depression" + ] + }, + { + "input": "Sentence: nightmares induce fear and anxiety that could remain when woken up \nQuestion: Dreaming scary things is likely to lead to waking up with a sense of this?", + "output": [ + "sleepwalking" + ] + }, + { + "input": "Sentence: a school bus is not part of a house and many/most homes do not have stairwells. \nQuestion: Where can you keep a fire extinguisher in the house if it's really big?", + "output": [ + "stairwell" + ] + }, + { + "input": "Sentence: two ears all humans have on the side of their head? \nQuestion: What do all humans have on the side of their head?", + "output": [ + "one head" + ] + }, + { + "input": "Sentence: great outdoors at in home \nQuestion: A blowfish lives free. He lives on his own. Where does he live?", + "output": [ + "pet shop" + ] + }, + { + "input": "Sentence: key suggests positive learning, and distress and dysfunction are negative. \nQuestion: What is key to a student's ability to learn?", + "output": [ + "distress" + ] + }, + { + "input": "Sentence: yard is usually used to measure property \nQuestion: What is a yard usually part of?", + "output": [ + "neighborhood" + ] + }, + { + "input": "Sentence: a trance us likely to feel in peacefulness \nQuestion: What is someone likely to feel while going into a trance?", + "output": [ + "sleepwalking" + ] + }, + { + "input": "Sentence: minimizing distance needed to travel is a measure of efficiency. \nQuestion: Joe and John and sylvia were all running errands. They split up their tasks into blocks that were near each other and then each person took one block of tasks. They did this because it gave them more what?", + "output": [ + "stress" + ] + }, + { + "input": "Sentence: people generally start their day when they wake up in bed. \nQuestion: What's the first thing you have to do to return to work one day?", + "output": [ + "go to meeting" + ] + }, + { + "input": "Sentence: people play long time in sports they get tired \nQuestion: When people are playing sports for to long what happens?", + "output": [ + "running" + ] + }, + { + "input": "Sentence: best place he could take shelter quickly. surface of the earth could not provide cover. \nQuestion: The human was cold and just needed to step inside quickly, what did he look for?", + "output": [ + "surface of earth" + ] + }, + { + "input": "Sentence: the question is what they're doing, not the effect of what they do \nQuestion: What are armies having to do when the countries are waging war?", + "output": [ + "death and destruction" + ] + }, + { + "input": "Sentence: road rage is unlikely to have you quit altogether and getting there would likely be faster in a car \nQuestion: What might make a person stop driving to work and instead take the bus?", + "output": [ + "road rage" + ] + }, + { + "input": "Sentence: people would only get in line if they were waiting for something \nQuestion: Why would people be getting in line?", + "output": [ + "longer lines" + ] + }, + { + "input": "Sentence: altruism most closely correlates to the student's description. \nQuestion: The college student was actually quite selfish and image obsessed, he only spoke of helping others and his what kind of values", + "output": [ + "philanthropic" + ] + }, + { + "input": "Sentence: a common goal-setting mistake (in my opinion) is to confuse end goals with means goals. end goals define outcomes where you're unwilling to compromise — they describe exactly what you want. means goals, on the other hand, define one of many paths to reach your end goals. \nQuestion: A person wants to be successful, the end goal is to what?", + "output": [ + "self esteem" + ] + }, + { + "input": "Sentence: generally you think of a grocery store in order to buy your groceries or in other words the foods that you will be consuming. suntan lotion will not be eaten, thus it is not a grocery item. \nQuestion: What is a place that sells food but does not usually sell suntan lotion?", + "output": [ + "pharmacy" + ] + }, + { + "input": "Sentence: the bald eagle is a bird of prey found in north america. a sea eagle, it has two known subspecies and forms a species pair with the white-tailed eagle ... \nQuestion: Where on the planet would you expect a bald eagle to live?", + "output": [ + "protection" + ] + }, + { + "input": "Sentence: principal is the person who manage the school. \nQuestion: The audience watched the principal speaking, where were they seated?", + "output": [ + "concert hall" + ] + }, + { + "input": "Sentence: people typically don't dawdle when they are busy. \nQuestion: If people are busy, what do they tend to do?", + "output": [ + "make lists" + ] + }, + { + "input": "Sentence: plastic saucers aren't stored in more noble parts home the home like the other two options \nQuestion: James wanted a plastic saucer to put some cat food on He certainly wasn't going to use a good saucer. Where might he look for one?", + "output": [ + "tea room" + ] + }, + { + "input": "Sentence: it's the only word that fits the sentence \nQuestion: They were ready to buy house for the first time, they wanted to be what and make sure they knew what they were doing?", + "output": [ + "down payment" + ] + }, + { + "input": "Sentence: it's right because weasels have to live somewhere and they happen to like logs. \nQuestion: The weasel wanted a home, where did it happen to find one?", + "output": [ + "backyards" + ] + }, + { + "input": "Sentence: it is only the history museum where are most likely to see exhibits. \nQuestion: During a quest for knowledge what can you do at a history museum?", + "output": [ + "learn new" + ] + }, + { + "input": "Sentence: late is the only result that will happen to the next appointment if the one before it takes too long. \nQuestion: What happens to the next appointment when a grooming takes longer than expected?", + "output": [ + "beauty" + ] + }, + { + "input": "Sentence: paper airplanes are meant to be thrown and move forward. \nQuestion: He made a paper airplane, and then ironically sent the stationary what?", + "output": [ + "mobile" + ] + }, + { + "input": "Sentence: the experience felt outdoors to what he would experience in a theater. \nQuestion: The IMAX screen was even bigger than he imagined, it was so big he felt outdoors rather than in a what?", + "output": [ + "movies" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: If you wait until the last minute when buying christmas presents what are you likely to experience?", + "output": [ + "pleasure" + ] + }, + { + "input": "Sentence: river might a bass move closer \nQuestion: Where might a bass move closer?", + "output": [ + "freshwater lake" + ] + }, + { + "input": "Sentence: carpeting is not sold in a bookstore. \nQuestion: What could you find in a bookstore that is not for sale?", + "output": [ + "magazines" + ] + }, + { + "input": "Sentence: library is the source of information \nQuestion: Where might informational pamphlets be found?", + "output": [ + "bookstore" + ] + }, + { + "input": "Sentence: an event, such as an opera, is where people would be rushing down the isles if someone screamed fire. \nQuestion: People rushed down the aisles in confusion as someone shouted fire, what were they running out of?", + "output": [ + "mind" + ] + }, + { + "input": "Sentence: the car's pedal when pressed causes acceleration and a car to gain speed. \nQuestion: What could happen to a car when you press one of its pedals?", + "output": [ + "rush away" + ] + }, + { + "input": "Sentence: to breathe fresh air, you breathe deeply \nQuestion: When they got out of the car in the mountains he felt like he was breathing fresh air for the first time, he began to do what to enjoy it more?", + "output": [ + "feeling good" + ] + }, + { + "input": "Sentence: as time goes on, people get older and their body ages. \nQuestion: When you haven't seen someone since they were young and years have passed what has happened to them?", + "output": [ + "mature" + ] + }, + { + "input": "Sentence: shelfthe old lady wanted to purchase a can of paint,the helpful employee got it for her off the what? answer choices: \nQuestion: The old lady wanted to purchase a can of paint, the helpful employee got it for her off the what?", + "output": [ + "hardware store" + ] + }, + { + "input": "Sentence: pedestrians always have right of way. \nQuestion: When you drive and see someone walking across the street what do we do?", + "output": [ + "walking" + ] + }, + { + "input": "Sentence: heat up the temparature changing rapidly in process \nQuestion: The sun was out and the temperature changing rapidly, it was really beginning to what?", + "output": [ + "drop to zero" + ] + }, + { + "input": "Sentence: most birds head south during winter time. \nQuestion: What are birds likely to do in the winter?", + "output": [ + "fly high" + ] + }, + { + "input": "Sentence: watching tv is relaxing you cant relax while relaxing and pee is not relaxing \nQuestion: A sedentary lifestyle of always sitting down is nearly as unhealthy as a bad diet, but still people sit on the couch all day and what?", + "output": [ + "relaxing" + ] + }, + { + "input": "Sentence: the cable is not finished \nQuestion: Where could you find a steel cable that has not been completed yet?", + "output": [ + "winch" + ] + }, + { + "input": "Sentence: a computer needs another computer in order to share files as it makes no sense to share with itself. \nQuestion: What would you need at least two computers to do?", + "output": [ + "multitask" + ] + }, + { + "input": "Sentence: \"jump\" is a song by american hard rock band van halen. it was released in december 1983 as the lead single from their album 1984. it is van halen's most ... \nQuestion: How does a flea locomote?", + "output": [ + "lay eggs" + ] + }, + { + "input": "Sentence: i an in the reproduction \nQuestion: If you were to make a new copy an original sculpture what have you made?", + "output": [ + "copy" + ] + }, + { + "input": "Sentence: would clean the car up before going to car show and not to the repair shop or airport \nQuestion: John spent hours polishing his tires, because he wanted to take his vehicle where?", + "output": [ + "airport" + ] + }, + { + "input": "Sentence: in order to communicate with someone it triggers the brain to think \nQuestion: What might be a reaction if I were to start communicating to others?", + "output": [ + "distributed information" + ] + }, + { + "input": "Sentence: eating better and using water does not lead to allergies. \nQuestion: What does cleaning waht you eat lead to?", + "output": [ + "allergies" + ] + }, + { + "input": "Sentence: answer a and c are both forms of relaxation. \nQuestion: What does a person do before going on vacation?", + "output": [ + "lie in bed" + ] + }, + { + "input": "Sentence: the fridge is the only place likely to prevent food from melting \nQuestion: The frozen food is starting to melt, where would I put it?", + "output": [ + "grocery store" + ] + }, + { + "input": "Sentence: people tend to be murdered or killed in twisted ways. horror films don't tend to focus on war and cremation. \nQuestion: What happens to people in horror movies who die?", + "output": [ + "cremated" + ] + }, + { + "input": "Sentence: you can be \"on\" the surface. you would be \"in\" one of the buildings. \nQuestion: If you could never see yourself flying because of fear of doing so, you're probably most comfortable on where?", + "output": [ + "school" + ] + }, + { + "input": "Sentence: diary would you write down a passage? \nQuestion: Where would you write down a passage?", + "output": [ + "labyrinth" + ] + }, + { + "input": "Sentence: she would not be able to feel the other selections as she would already be dead. \nQuestion: Janet knew she was dying from her injuries because she could feel herself doing what?", + "output": [ + "death and decay" + ] + }, + { + "input": "Sentence: children go back to school during the fall season. \nQuestion: The child dreaded fall and having to what?", + "output": [ + "have sex" + ] + }, + { + "input": "Sentence: spending more leads to increased inflation \nQuestion: WHen people are fighting inflation what should they stop doing?", + "output": [ + "deflation" + ] + }, + { + "input": "Sentence: when someone is dieting they try to avoid eating chocolate because it is too sweet. \nQuestion: She was on a diet, resisting the indulgent chocolates would be what?", + "output": [ + "strict" + ] + }, + { + "input": "Sentence: however, while the letter l was historically pronounced in the latter two, could never ... could. simple past tense of can. before i was blind, i could see very well. \nQuestion: What is the likelihood of drowning when getting wet?", + "output": [ + "cool off" + ] + }, + { + "input": "Sentence: a room has high walls and doors, but that doesn't mean they are high walls and doors. \nQuestion: The rooms in the experimental home were quite unique, they weren't the traditional what?", + "output": [ + "high walls" + ] + }, + { + "input": "Sentence: in order for the map to be more than half of water, there had to be something else on it. \nQuestion: John noticed that there was a lot of water on his map. Water covered more than half of his map, in fact. What might his map have been of?", + "output": [ + "ocean" + ] + }, + { + "input": "Sentence: when a child no longer imitates adults, the child begins to make their own decisions. \nQuestion: Part of child development is when he/she stops imitating and following and begins to do what on their own?", + "output": [ + "gather flowers" + ] + }, + { + "input": "Sentence: soda pop is known to be mostly sugar so makes soda pop the likely answer. \nQuestion: Other than water, sugar is the main ingredient in what?", + "output": [ + "cupboard" + ] + }, + { + "input": "Sentence: the attic is the only option that was a floor which would make creaking noises. \nQuestion: Billy is stumbling about because he has little light. There's a rolled up map of stars in the corner. The floor creaks with every step. His flashlight is fading. Where might she be?", + "output": [ + "universe" + ] + }, + { + "input": "Sentence: watching tv is the way of thought to avoid the arguments \nQuestion: The man was watching TV instead of talking to his wife, what is he avoiding?", + "output": [ + "wasting time" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: James wanted to stop competing. What might he have been feeling?", + "output": [ + "death" + ] + }, + { + "input": "Sentence: if someone falls in love, they are considered to be a lover to another person. \nQuestion: How does someone become a lover?", + "output": [ + "distance themselves" + ] + }, + { + "input": "Sentence: no one looks forward to stress or failure in anything in life therefore it can only be success \nQuestion: What do I look forward to when opening a business?", + "output": [ + "failure" + ] + }, + { + "input": "Sentence: tradition causes people to change \nQuestion: The person changed because what demanded it?", + "output": [ + "stagnation" + ] + }, + { + "input": "Sentence: you wash yourself when you are dirty. if she hates being dirty, she will expend great effort to wash herself. \nQuestion: Brenda spent a lot of effort on washing herself. She hated what?", + "output": [ + "get dirty" + ] + }, + { + "input": "Sentence: usually men and women play soccer with their feet. \nQuestion: Where are you if you're drinking beer and watching men hit a black and white ball with their feet?", + "output": [ + "can" + ] + }, + { + "input": "Sentence: the only thing to talk into \nQuestion: What do you talk into the mouthpiece of?", + "output": [ + "wind instrument" + ] + }, + { + "input": "Sentence: outback is a term for the inhabited regions of australia. \nQuestion: He knew of prairie dogs back home but wasn't sure if what he saw was a marmot, but the outback tour guide explained it was during his tour of where?", + "output": [ + "wilderness" + ] + }, + { + "input": "Sentence: sport field is the only place you can see people in uniform playing with ball \nQuestion: Where would you see people in uniform playing with a ball?", + "output": [ + "sporting goods store" + ] + }, + { + "input": "Sentence: proper receptacles keep trash from ending up on the ground. \nQuestion: Where does trash end up if you don't put it in a proper receptacle?", + "output": [ + "parking lot" + ] + }, + { + "input": "Sentence: house is the only place that is not likely to sell a lantern. \nQuestion: A snake is not something you want to come across on a plane, but it's most likely to happen while out in mother what?", + "output": [ + "france" + ] + }, + { + "input": "Sentence: this is the only place that is a native habitat \nQuestion: What is a good description of the sloth's native habitat?", + "output": [ + "amazonia" + ] + }, + { + "input": "Sentence: bad feelings regrets their actions in the person. \nQuestion: A person regrets their actions, what are they likely to have?", + "output": [ + "deception" + ] + }, + { + "input": "Sentence: walking implies that the star is something that can walk, in this case a movie star. \nQuestion: Where could a star be walking?", + "output": [ + "globular cluster" + ] + }, + { + "input": "Sentence: the prospect of gaining more land made the person prideful \nQuestion: My chest is swelling at the prospect of gaining more land. Why is my chest swelling?", + "output": [ + "go to war" + ] + }, + { + "input": "Sentence: you can't pay bills or register to vote at a tomb or arena, only a public building. \nQuestion: The central passage was a big arched hallway, you could pay your bills or register to vote at this what?", + "output": [ + "tomb" + ] + }, + { + "input": "Sentence: a rose garden would be filled with living flowers full of pollen for bees. \nQuestion: Where do bees congregate with red flowerS?", + "output": [ + "trash can" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: What would you use to find a company?", + "output": [ + "armed forces" + ] + }, + { + "input": "Sentence: you cannot retain or maintain something you are not part of \nQuestion: If some was to abandon a pet at the shelter then it would potentially be able to find a new family to what?", + "output": [ + "retain" + ] + }, + { + "input": "Sentence: a computer screen shows you what you are currently working on \nQuestion: You can view a window with your current task on what?", + "output": [ + "car" + ] + }, + { + "input": "Sentence: helmets are most appropriate at a construction site \nQuestion: The catwalk was five stories up and exposed, everybody had to wear helmets and harnesses at the where?", + "output": [ + "fashion show" + ] + }, + { + "input": "Sentence: find the perfect dead body stock photos and editorial news pictures from getty images. download premium images you can't get anywhere else. \nQuestion: Where would you put a dead body if you do not want anyone to find it and you do not have a car?", + "output": [ + "funeral" + ] + }, + { + "input": "Sentence: bowling alleys are normally louder than classrooms. \"transmission\" isn't a place. \nQuestion: The noise was loud, especially on impact. John tried to drawn it out with the radio, but only succeeded in hurting his ears. Where might John be?", + "output": [ + "classroom" + ] + }, + { + "input": "Sentence: the dog wants to go outside and the porch is the only choice that is outside of the home. \nQuestion: Where would you put a dog if it wants to go outside?", + "output": [ + "front door" + ] + }, + { + "input": "Sentence: house is the only place that is not likely to sell a lantern. \nQuestion: If a person is looking at houses, what is their end goal?", + "output": [ + "will succeed" + ] + }, + { + "input": "Sentence: a football stadium is most likely since the question describes football players and football game actions \nQuestion: Where do people gather to see large men in pads play a game where they run and smash in to each other?", + "output": [ + "car show" + ] + }, + { + "input": "Sentence: the opposite of forward is reverse \nQuestion: Jim is normal. He are bad sushi, and he made a terrible mistake. He hit a car because he mistook forward for what?", + "output": [ + "ill" + ] + }, + { + "input": "Sentence: baking is a method of cooking food that uses prolonged dry heat. \nQuestion: When is food never cold?", + "output": [ + "prepared" + ] + }, + { + "input": "Sentence: cellars are usually abandoned and spiders thrive in places like this \nQuestion: If you're afraid of spiders what should you avoid owning?", + "output": [ + "cupboard" + ] + }, + { + "input": "Sentence: she got what she expected for enteraining \nQuestion: Sally thought that the people she hired were entertaining, but that was what she expected. After all, it was what they were what?", + "output": [ + "appreciate more" + ] + }, + { + "input": "Sentence: a science lab is most likely to have a tuning fork because you wouldnt bring a tuning fork into a music shop or store \nQuestion: Where would you go to get a tuning fork you forgot?", + "output": [ + "music shop" + ] + }, + { + "input": "Sentence: you would not watch a baseball stadium or a train station. you would watch a baseball game or buy a train ticket, but in this case, you would watch a movie. \nQuestion: What could a ticket be used to watch?", + "output": [ + "baseball stadium" + ] + }, + { + "input": "Sentence: look at the detective had to analyse all the clues,every little thing at the scene \nQuestion: The detective had to analyse all the clues, every little thing at the scene he had to what?", + "output": [ + "think about" + ] + }, + { + "input": "Sentence: the french government is not located in the us and neither is madagascar. \nQuestion: Where could you find a monkey nearby if you live in the United States?", + "output": [ + "french government" + ] + }, + { + "input": "Sentence: white mice are thought of often as laboratory mice. \nQuestion: Where is a white mouse likely to be found?", + "output": [ + "computer lab" + ] + }, + { + "input": "Sentence: place of employment of business \nQuestion: John was working late at night in a Casino. When he got off work, he looked for a bar but couldn't find one. Where might he go instead?", + "output": [ + "new york city" + ] + }, + { + "input": "Sentence: the boss made it clear that social activity was not permitted, so the obvious choice is the exchange of info? \nQuestion: Their boss informed them they can't just be chatting with friends on the clock, it was okay if they were doing what though?", + "output": [ + "will laugh" + ] + }, + { + "input": "Sentence: fairgrounds are known for lots of fried foods that are usually on a stick. \nQuestion: Where would you eat lots of fried foods on a stick?", + "output": [ + "space shuttle" + ] + }, + { + "input": "Sentence: two people disagreeing often only ends with them coming apart. \nQuestion: Why might happen to two individuals experiencing fear that can't agree?", + "output": [ + "confuse" + ] + }, + { + "input": "Sentence: people cannot hear you on the radio unless you call in \nQuestion: What can you use hear other people but not be heard yourself?", + "output": [ + "song" + ] + }, + { + "input": "Sentence: this answer answers the question more directly. your body could be going somewhere or exercising, but literally speaking, your body is moving. \nQuestion: What does your body do when walking?", + "output": [ + "getting somewhere" + ] + }, + { + "input": "Sentence: he will find a working stove at a friend's. who will be comfortable with him cooking from there. \nQuestion: James stove didn't work, so he had to cook where?", + "output": [ + "apartment" + ] + }, + { + "input": "Sentence: michigan can get very cold. and both \"toy store\" and \"cupboard\" are inside not outside. \nQuestion: Where might a chess set outside get frozen?", + "output": [ + "toy store" + ] + }, + { + "input": "Sentence: it seems that there is essentially a hunt for knowledge in this question. learning new things would be a way of gaining that knowledge. \nQuestion: What do people want to do on their quest for knowledge?", + "output": [ + "read book" + ] + }, + { + "input": "Sentence: if it crossed while it was busy, it was not scared of the traffic \nQuestion: If a chicken crossed a busy road you'd say it was stupid or what?", + "output": [ + "beef" + ] + }, + { + "input": "Sentence: most people want to cool down on hot days but not everyone can dive and some people are allergic to ice cream. \nQuestion: What would anyone want to do during a hot day, even if they cannot swim or have alergies?", + "output": [ + "eat ice cream" + ] + }, + { + "input": "Sentence: a murder is when someone kills someone else \nQuestion: What happens to the victim of someone committing a murder?", + "output": [ + "kill" + ] + }, + { + "input": "Sentence: jockeys have the most contact with horse on the race track \nQuestion: Where are horses found with jockeys?", + "output": [ + "countryside" + ] + }, + { + "input": "Sentence: having fun would interrupt the boredom. \nQuestion: Someone who is facing boredom will often be told to go out and do what?", + "output": [ + "entertain" + ] + }, + { + "input": "Sentence: she wanted the dog to come to her and be safer \nQuestion: Her dog was getting too close to the street, she yelled for it to get away and do what to where she pointed down?", + "output": [ + "being here" + ] + }, + { + "input": "Sentence: puzzle box is one piece whereas others are multiple pieces \nQuestion: What is made out of only one piece?", + "output": [ + "jigsaw puzzle" + ] + }, + { + "input": "Sentence: only someone who had problems would actually be able to commit a murder \nQuestion: Why would someone be committing murder?", + "output": [ + "guilty conscience" + ] + }, + { + "input": "Sentence: if the attack is over then the other two options don't make sense \nQuestion: What would someone do after attacking me?", + "output": [ + "attacked" + ] + }, + { + "input": "Sentence: for cold coffee using a refrigerator to keept it \nQuestion: James got a teabag and boiled some tea, he then poured it into a container, put it away, and went back to his computer. Where did he put the tea?", + "output": [ + "cupboard" + ] + }, + { + "input": "Sentence: unbelievable claims should be evaluated and scrutinized. \nQuestion: What should a savvy consumer do when being presented with proof for the effectiveness of a product that seem too good to be true?", + "output": [ + "exasperation" + ] + }, + { + "input": "Sentence: begun implies the hairloss is in the beginning stages verus falling out is in the later stages. \nQuestion: She considered a wig, her hair had begun to what up top?", + "output": [ + "fall out" + ] + }, + { + "input": "Sentence: when boxing, if a person has a longer reach they have a better chance of being victorious. \nQuestion: A reaching advantage can help a boxer achieve what?", + "output": [ + "fall" + ] + }, + { + "input": "Sentence: hat rack in your entrance hall can you keep you head wea \nQuestion: Where in your entrance hall can you keep you head wear?", + "output": [ + "large home" + ] + }, + { + "input": "Sentence: drawer is not right place to sleep \nQuestion: James took the junk off of the place where he sleeps and threw it into what?", + "output": [ + "television" + ] + }, + { + "input": "Sentence: experiment is a fun way for children to be learning about science? \nQuestion: What is a fun way for children to be learning about science?", + "output": [ + "become educated" + ] + }, + { + "input": "Sentence: if the child wanted to eat then they'd better do it quickly otherwise mom will not wait \nQuestion: The child always talked about being hungry, but the mom was in a hurry, what did the child have to do?", + "output": [ + "eat vegetables" + ] + }, + { + "input": "Sentence: a box would hold all the cubes together \nQuestion: What is on the base of a stack of cubes?", + "output": [ + "vessel" + ] + }, + { + "input": "Sentence: the term \"foreleg\" literally means \"front of the leg.\" \nQuestion: The elbow is at the back of arm, what is the front of leg called?", + "output": [ + "arm" + ] + }, + { + "input": "Sentence: not everyone who wants to get in shape is overweight \nQuestion: Why does someone want to get in shape?", + "output": [ + "overweight" + ] + }, + { + "input": "Sentence: definition of wilderness. 1a(1) : a tract or region uncultivated and uninhabited by human beings \nQuestion: Where are you likely to to find a marmot other than the zoo?", + "output": [ + "south america" + ] + }, + { + "input": "Sentence: adressing the issue is the best thing to do then confronted with a problem. \nQuestion: What do you want to do to a problem when you want to reach a conclusion?", + "output": [ + "syllogism" + ] + }, + { + "input": "Sentence: something that is not here is in another place. \nQuestion: A marmoset is not here, where is it?", + "output": [ + "foreign country" + ] + }, + { + "input": "Sentence: the best to protect ourselve from a cannon is to wear a body armor \nQuestion: What would someone wear to protect themselves from a cannon?", + "output": [ + "ungulate" + ] + }, + { + "input": "Sentence: eggs are usually found at the grocery store. \nQuestion: Where can you buy eggs along side many other types of food?", + "output": [ + "egg carton" + ] + }, + { + "input": "Sentence: out side is the proper place for a dog to relive its self. \nQuestion: Where do you bring a small dog if it needs to relieve itself?", + "output": [ + "heat" + ] + }, + { + "input": "Sentence: we often check our calendars near our working space, such as a desktop \nQuestion: Where does one put a calendar in their home?", + "output": [ + "wrist watch" + ] + }, + { + "input": "Sentence: communicating means he is waiting for a reply \nQuestion: James didn't like communicating with mail. He didn't like waiting for what?", + "output": [ + "exchanging ideas" + ] + }, + { + "input": "Sentence: cooking is an easy way to do nice things for someone without having to be too close. \nQuestion: How what could you do for a friend to comfort friend without touching him or her?", + "output": [ + "hug" + ] + }, + { + "input": "Sentence: music is most often listened to through headphones while in public. \nQuestion: The other passengers on the bus were quite loud, so he put on his headphones to relax and what?", + "output": [ + "go to bed" + ] + }, + { + "input": "Sentence: because the businessman was going to attend a meeting, it would be presumed that he would be carrying his work in a briefcase. \nQuestion: The business man had a big meeting that day, but his small child had gotten marker all over his fancy leather what?", + "output": [ + "desk" + ] + }, + { + "input": "Sentence: james could be more worthy \nQuestion: James wasn't a bad person, but he was bitter do to being trapped in a wheelchair. James which he could be more what?", + "output": [ + "worthy" + ] + }, + { + "input": "Sentence: this explains that jane had another room devoted to books that were kept on a shelf. \nQuestion: Jane read all of the related literature before she went into the room to speak with the others. Where did she keep her literature?", + "output": [ + "conference" + ] + }, + { + "input": "Sentence: historical due to it not happening yet at the old time movies and others \nQuestion: What cannot be historical due to it not happening yet?", + "output": [ + "ahistorical" + ] + }, + { + "input": "Sentence: if the man takes too long on grooming, he will be late for work. \nQuestion: The man took 3 hours every morning for grooming, what is the likely result with his job?", + "output": [ + "looking good" + ] + }, + { + "input": "Sentence: enthusiastic is the opposite of tepid. \nQuestion: The boy was very tepid, meaning he was not?", + "output": [ + "hot" + ] + }, + { + "input": "Sentence: ribbon around a present is a bouquet which is an floral arrangement \nQuestion: What do people usually tie a ribbon around as a present?", + "output": [ + "typewriter" + ] + }, + { + "input": "Sentence: human beings only have one heart. \nQuestion: Sarah opened his chest and found a second heart. Her patient might not be what?", + "output": [ + "istanbul" + ] + }, + { + "input": "Sentence: a grocery store is where you can buy apples and ice cream \nQuestion: Where would you go if you wanted to buy an apple and some ice cream?", + "output": [ + "refrigerator" + ] + }, + { + "input": "Sentence: losing at something creates a negative side-effect, frustration is the only option that can be taken as negative in this situation. \nQuestion: what does losing when competing against someone likely to cause?", + "output": [ + "encouraging" + ] + }, + { + "input": "Sentence: people fish off of boats which is a danger to fish. \nQuestion: What might a fish avoid for safety?", + "output": [ + "pond" + ] + }, + { + "input": "Sentence: this is the only part listed that would allow you to keep writing \nQuestion: Instead of buying brand new pens, what part can you replace to keep using them?", + "output": [ + "caps" + ] + }, + { + "input": "Sentence: truck stops are all along the highway \nQuestion: John is drinking down the highway and he's quite lost. Where might he go to buy a map?", + "output": [ + "classroom" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: What is usually the mood when chatting with friends?", + "output": [ + "gathering of information" + ] + }, + { + "input": "Sentence: it's normal to see snow on the ground, but a tourist would want a picture of something nice, like snow on the mountains \nQuestion: The tourist was probably most happy to capture pictures of snow on what?", + "output": [ + "canada" + ] + }, + { + "input": "Sentence: microscopic is the best option to explain breaking down and looking at smaller parts of a bigger issue. \nQuestion: If you look at a big picture issue and break it down into small parts and find something gross about it, you have found something gross on what level compared to the whole?", + "output": [ + "fine" + ] + }, + { + "input": "Sentence: large houses have a lot of room \nQuestion: Though it stayed strictly indoors, the small dog felt like it had all the space in the world in the what?", + "output": [ + "small apartment" + ] + }, + { + "input": "Sentence: candy is the only thing that a kid would consider a treat. \nQuestion: Where do you buy treats for kids over a counter?", + "output": [ + "kitchen" + ] + }, + { + "input": "Sentence: you eat from a disposable plate on a table, and it is not stored in a cabinet. \nQuestion: Where would my son place his paper plate?", + "output": [ + "cabinet" + ] + }, + { + "input": "Sentence: when someone goes through a cave, they have a destination in mind. \nQuestion: If they weren't sightseeing, why were they diving through the cave?", + "output": [ + "get wet" + ] + }, + { + "input": "Sentence: david interested in this sort of career and he bugs the stuff \nQuestion: David was in a type of writing program. He was interested in this sort of career, but the stuff he wrote didn't work right. He would go over it again and again, but it was full of what.", + "output": [ + "frustration" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: where can you catch a ball?", + "output": [ + "sporting goods store" + ] + }, + { + "input": "Sentence: thin glass breaks easily \nQuestion: What is a characteristic of thin glass?", + "output": [ + "shattering" + ] + }, + { + "input": "Sentence: the man rally not like i am strongly belive that you would not like to show these pictures \nQuestion: The man really like the picture and wanted to look at it while checking emails, where did he paste it?", + "output": [ + "table" + ] + }, + { + "input": "Sentence: although a spider may live in all kinds of places, only a web could be called its home. \nQuestion: What type of home does a spider live in?", + "output": [ + "mail box" + ] + }, + { + "input": "Sentence: you don't always go broke when buying something. it may make you feel better after buying it, but not always. \nQuestion: When buying something you gain that item but you also what?", + "output": [ + "go broke" + ] + }, + { + "input": "Sentence: there are fifty states, including louisiana, while neither the deep south or gulf states are signified by the specific number of fifty. \nQuestion: Louisiana is one of fifty, together they make up the what?", + "output": [ + "deep south" + ] + }, + { + "input": "Sentence: a period of rest would be the most typical action after doing something non-stop \nQuestion: The couple had been copulating seemingly non stop, eventually they finally had a what?", + "output": [ + "intense pleasure" + ] + }, + { + "input": "Sentence: everyone works hard to lead a better life \nQuestion: If a person works hard how is their situation improved?", + "output": [ + "complimented" + ] + }, + { + "input": "Sentence: children are winding down before bed, listening to stories helps them relax to sleep. \nQuestion: What do children often do before bed?", + "output": [ + "play with toys" + ] + }, + { + "input": "Sentence: the friends company brings enjoyment, and not excitement. \nQuestion: How might you feel when meeting a friend who company you greatly enjoy?", + "output": [ + "excitement" + ] + }, + { + "input": "Sentence: a state park is the only option wherein it's illegal to live. \nQuestion: Billy lived alone by a lake. He was told he had to move because people weren't allowed to live where?", + "output": [ + "dead body" + ] + }, + { + "input": "Sentence: calculus is the only attribute a person can have when describing their skillsets. the other options are descriptors for words and items. \nQuestion: When one is calculating attributes, what is the likely skillset being used?", + "output": [ + "description" + ] + }, + { + "input": "Sentence: thinking about something allows you to get to know more about the topic \nQuestion: Contemplating a concept can lead to what?", + "output": [ + "action" + ] + }, + { + "input": "Sentence: the cabin in an airplane is used to carry and transport passengers \nQuestion: What is the purpose of the cabin in an airplane?", + "output": [ + "slow down" + ] + }, + { + "input": "Sentence: arena is where one would person on public \nQuestion: Where would you find performers on a platform in public?", + "output": [ + "concert hall" + ] + }, + { + "input": "Sentence: because he has trouble this suggests he gets tired; the other two answers are about translocation \nQuestion: Bill loved riding his bike and did it all the time. He had trouble going up hills and sometimes pushed himself to the point of what?", + "output": [ + "travelling" + ] + }, + { + "input": "Sentence: mar 14, 2018 - here are 10 more tips to lose weight even faster: eat a high-protein breakfast. avoid sugary drinks and fruit juice. drink water a half hour before meals. choose weight loss-friendly foods (see list). eat soluble fiber. drink coffee or tea. eat mostly whole, unprocessed foods. eat your food slowly. \nQuestion: Someone takes up exercising a lot does what?", + "output": [ + "breathlessness" + ] + }, + { + "input": "Sentence: retaliation would take place when justice was not served for man charged with killing people \nQuestion: What would a father feel after he learned the man charged with killing people was being let free and justice was not served?", + "output": [ + "remorse" + ] + }, + { + "input": "Sentence: addresses are only written onto things headed to that location through the mail, which requires post offices \nQuestion: Danny sealed the box and wrote the address on it. Then he took it where?", + "output": [ + "closet" + ] + }, + { + "input": "Sentence: the north sea contains a lot of jellyfish in it. \nQuestion: Where could you find millions of jellyfish?", + "output": [ + "smack" + ] + }, + { + "input": "Sentence: would cause injury \nQuestion: If you break someone's nose while wrestling what will come out of it?", + "output": [ + "wins" + ] + }, + { + "input": "Sentence: a mall sells both clothing and other items. things are not sold at a house and a clothing store does not carry other items. \nQuestion: Where would you go if you wanted to buy clothes as well as other things?", + "output": [ + "clothing store" + ] + }, + { + "input": "Sentence: buy floating shelves and wall shelves to create the perfect solution for your room. choose from a variety of great products at affordable prices. shop online today. \nQuestion: If you head to a store to look for a teddy bear, where will you find them in the store?", + "output": [ + "home" + ] + }, + { + "input": "Sentence: train is the only means of transportation. \nQuestion: If I wanted to travel and get bar service, what is one of my best options?", + "output": [ + "hotel" + ] + }, + { + "input": "Sentence: it is fairly common to have sore muscles after climbing a mountain. \nQuestion: What does climbing a mountain lead to?", + "output": [ + "fear of heights" + ] + }, + { + "input": "Sentence: when you first start exercising in a long time, you are physically unfit and more likely to be out of breath and tired. \nQuestion: What does exercising lead to when you are out of shape?", + "output": [ + "lost weight" + ] + }, + { + "input": "Sentence: cars give off pollutants when they are in use. \nQuestion: What does a driving car cause?", + "output": [ + "on time" + ] + }, + { + "input": "Sentence: eating beans can cause gas. \nQuestion: If you have beans while eating breakfast you may experience what?", + "output": [ + "fullness" + ] + }, + { + "input": "Sentence: the only thing that is irreplaceable for a shadow to appear is light. \nQuestion: What does there need to be for a shadow to appear?", + "output": [ + "bridge" + ] + }, + { + "input": "Sentence: electric heaters are used to keep your house warm. \nQuestion: There is a heating element usually controlled by a knob in what device to keep your house warm?", + "output": [ + "electric range" + ] + }, + { + "input": "Sentence: most games are fun, playing a game should be fun \nQuestion: What would happen too you if you are playing game?", + "output": [ + "entertain" + ] + }, + { + "input": "Sentence: why would james do work in a microwave or meatloaf? he does work in his room. \nQuestion: The cat was annoying because it would not leave James alone. Whenever he locked himself down for work it would find its way into where?", + "output": [ + "microwave" + ] + }, + { + "input": "Sentence: you would only load computer paper into a computer printer to print out reports. \nQuestion: Not many people write out reports anymore, they only use paper by loading it into the what?", + "output": [ + "office supply store" + ] + }, + { + "input": "Sentence: the person would water the garden to prevent other tomatoes from dying. \nQuestion: The person saw the tomatoes were dying, what did he do next?", + "output": [ + "eat fruit" + ] + }, + { + "input": "Sentence: a pet or companion animal is an animal kept primarily for a person's company, protection, entertainment, or as an act of compassion such as taking in and ... \nQuestion: Though advertised as pet friendly her new what she was moving to wouldn't allow her small dog?", + "output": [ + "grandmother's house" + ] + }, + { + "input": "Sentence: airplanes can fly so you need that to get to another continent. \nQuestion: Where could you find passengers that are planning to travel to another continent?", + "output": [ + "bus depot" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: What is a light source that does not require electricity?", + "output": [ + "lamp" + ] + }, + { + "input": "Sentence: you would expect to find a drug dealer at a bar or crack house \nQuestion: Where is the worst place to find a drug dealer?", + "output": [ + "bar" + ] + }, + { + "input": "Sentence: a door is usually the barrier for a house to outside \nQuestion: What do kids have to do before they can go outside a house?", + "output": [ + "wonder about" + ] + }, + { + "input": "Sentence: punishment is usually the cause, not feeling. more hurt is already implied \nQuestion: What else might one feel when hurting?", + "output": [ + "more hurt" + ] + }, + { + "input": "Sentence: michigan is the only state listed. it is also glove shaped. \nQuestion: In what glove-shaped state can you get something to eat at a delicatessen?", + "output": [ + "large city" + ] + }, + { + "input": "Sentence: basements are usually in houses. \nQuestion: Where is a basement likely to be small?", + "output": [ + "closet" + ] + }, + { + "input": "Sentence: people want to be happy, and \"then have\" doesn't even make sense. he is getting headaches, because it makes sense and no one wants one. \nQuestion: Sam is getting something that he doesn't want. What is he getting?", + "output": [ + "being happy" + ] + }, + { + "input": "Sentence: tree trunks are not on the ground and appropriate habitats for lizards. \nQuestion: If it isn't on the ground where is a lizard likely to be found?", + "output": [ + "front porch" + ] + }, + { + "input": "Sentence: effects of deforestation. deforestation can have a negative impact on the environment. \nQuestion: The forests were depleting everywhere, what does this negatively affect?", + "output": [ + "countryside" + ] + }, + { + "input": "Sentence: 'going to jail' is the only location specific answer \nQuestion: If you harm property after starting a fire where are you likely to end up?", + "output": [ + "damage" + ] + }, + { + "input": "Sentence: i was naughty person \nQuestion: He really liked her, she was nice but also a little what?", + "output": [ + "horrible" + ] + }, + { + "input": "Sentence: john gets no respects so his friends put down anything he does. \nQuestion: John's know that friends didn't respect him. Every day he suffered what at their hands?", + "output": [ + "irreverence" + ] + }, + { + "input": "Sentence: sometimes injuries can make you cry. \nQuestion: What happened to the boy to make him cry?", + "output": [ + "hurt" + ] + }, + { + "input": "Sentence: a moustache is the only thing that he could have trimmed. \nQuestion: He was a great man, because of this he had to keep the hair of his what trimmed?", + "output": [ + "barber shop" + ] + }, + { + "input": "Sentence: hebrew is associated with jewish people, who worship in synagogues. \nQuestion: What kind of building has many a book written in Hebrew?", + "output": [ + "library of congress" + ] + }, + { + "input": "Sentence: dentist offices often have machines and tools audibly buzzing \nQuestion: The person was nervously fumbling through the magazines while waiting to be called next, he could hear the whir of machines and instruments in the next room where?", + "output": [ + "bed" + ] + }, + { + "input": "Sentence: a movie theater is the only choice that is a building that provides entertainment. \nQuestion: You have to spend money at a ticket booth before entering what building for entertainment?", + "output": [ + "venue" + ] + }, + { + "input": "Sentence: a freeway has the fastest moving objects \nQuestion: Where do commuters usually move quickly?", + "output": [ + "road" + ] + }, + { + "input": "Sentence: it is available through the construction management association of america \nQuestion: The construction manager was communicating to the concerned financiers of the building, what was he briefing them on?", + "output": [ + "static" + ] + }, + { + "input": "Sentence: talk too much talk t hteacher yelled at her students,what prompted her to do that \nQuestion: The teacher yelled at her students, what prompted her to do that?", + "output": [ + "open boxes" + ] + }, + { + "input": "Sentence: office is where we will need to sign forms with a rubber stamp. \nQuestion: Where does someone with a signature rubber stamp work?", + "output": [ + "indiana" + ] + }, + { + "input": "Sentence: milk is sourced from cows before it goes to a store. \nQuestion: What animal produces milk?", + "output": [ + "supermarket" + ] + }, + { + "input": "Sentence: an art museum would hold a gallery. not the other places. \nQuestion: There were many features displayed, but most were where for the one particular gallery?", + "output": [ + "london" + ] + }, + { + "input": "Sentence: you wouldn't need to check if the person knew what there were doing. \nQuestion: What leads a person to check up on someone else when they are working?", + "output": [ + "isolation" + ] + }, + { + "input": "Sentence: when a person is dying their skin will change of it's color. \nQuestion: As a person is dying, what might be a sign that it is happening?", + "output": [ + "would cease to exist" + ] + }, + { + "input": "Sentence: a salesman would be expected to sell a good or service in a shop. \nQuestion: Where do salesman work?", + "output": [ + "toy store" + ] + }, + { + "input": "Sentence: dogs are often groomed by their owners before dog shows. \nQuestion: Where is a small dog likely to be well groomed?", + "output": [ + "animal shelter" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: What might two people have before returning to work?", + "output": [ + "anxiety" + ] + }, + { + "input": "Sentence: if not have no money left after paying your bills then you are considered broke \nQuestion: If there is nothing left after paying bills you are what?", + "output": [ + "grief" + ] + }, + { + "input": "Sentence: stand still someone who gets nervous and doesn't know how to dance might do what when they attempt to start dancing \nQuestion: Someone who gets nervous and doesn't know how to dance might do what when they attempt to start dancing?", + "output": [ + "wallflower" + ] + }, + { + "input": "Sentence: trees that are dry have no water to keep them alive \nQuestion: What is likely to happen to trees that are dry?", + "output": [ + "branch out" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: What are you about to do If you're going to study in a library?", + "output": [ + "concentration" + ] + }, + { + "input": "Sentence: neither can nor machines have a wall. \nQuestion: Dan found a bunch of ball bearings behind a wall when he was doing renovations. Where might that wall have been?", + "output": [ + "can" + ] + }, + { + "input": "Sentence: \"calm\" does not refer to an emotion in the context of the sea. \nQuestion: The calm seas weren't going to stay that way long, their sails filled as it got what?", + "output": [ + "stressed" + ] + }, + { + "input": "Sentence: most congruent with the question. you will not concentrate thinking about random things. sitting quietly is one of the prerequisites. \nQuestion: If you sit back and think about nice memories you will be able to?", + "output": [ + "sit quietly" + ] + }, + { + "input": "Sentence: i like people in understanding \nQuestion: John loved talking to people about their feelings. He felt that this gave him something about them. What might it give him?", + "output": [ + "adverse reaction" + ] + }, + { + "input": "Sentence: i was secure my house \nQuestion: Which door with lock do you secure when running an errand?", + "output": [ + "safe" + ] + }, + { + "input": "Sentence: only big cities have subway stations \nQuestion: Subway stations are generally found in a?", + "output": [ + "london" + ] + }, + { + "input": "Sentence: gathering information and feeling angry are related to but not current events. \nQuestion: Current Events", + "output": [ + "feeling angry" + ] + }, + { + "input": "Sentence: you don't need to buy tickets or become a passenger when you're in an airplane. \nQuestion: What do people do to pass time before they can use electronics when fly in airplane?", + "output": [ + "buy tickets" + ] + }, + { + "input": "Sentence: this is the only answer you do to the river, the others you do to fish \nQuestion: What could you do to a river when you go fishing?", + "output": [ + "catching fish" + ] + }, + { + "input": "Sentence: a hotel is the only place with moer than one \nQuestion: Where would you find many shower curtain being used?", + "output": [ + "department store" + ] + }, + { + "input": "Sentence: florida keys is a land mass and flower bed is normally on land neither can support sea life. \nQuestion: Many sea anemones live in what group of tiny marine animals?", + "output": [ + "florida keys" + ] + }, + { + "input": "Sentence: book shelves are where people keep books in their home \nQuestion: Where are books often kept in a home?", + "output": [ + "table" + ] + }, + { + "input": "Sentence: lack of competition would be just playing for the fun of it \nQuestion: What is the hope of playing sports without competition?", + "output": [ + "winning" + ] + }, + { + "input": "Sentence: you would find a bowl in a cupboard or kitchen cabinet. you could find non-kitchen items in a cupboard but not in a kitchen cabinet, so the cabinet is the most descriptive option. \nQuestion: The child wanted his cereal bowl and knew he could reach it, where would he find it?", + "output": [ + "china shop" + ] + }, + { + "input": "Sentence: home is the only answer where the family could play the board game. \nQuestion: Where would you play a board game with your family?", + "output": [ + "toy shop" + ] + }, + { + "input": "Sentence: mexico is known for being warm and the population speaks spanish. \nQuestion: I need a place to stay that speaks Spanish and has warm weather, where should I look?", + "output": [ + "town" + ] + }, + { + "input": "Sentence: police do not punish and pleasure is not part of killing \nQuestion: What part are the police likely to have in a killing?", + "output": [ + "punishment" + ] + }, + { + "input": "Sentence: when you break the law you go to jail or prison and prison isn't on the list. \nQuestion: If a human breaks the law, where could they be placed?", + "output": [ + "love" + ] + }, + { + "input": "Sentence: did not able to understood the language \nQuestion: Learning languages is difficult. Even in a full immersion environment you're likely to make mistakes, mistakes will cause misinterpretation, which will be uncomfortable, which will cause what?,", + "output": [ + "headaches" + ] + }, + { + "input": "Sentence: a nightgown is the only thing specific and likely to be silk. \nQuestion: Billy bought some silk clothing for his wife. What might he have gotten?", + "output": [ + "garments" + ] + }, + { + "input": "Sentence: if they didn't want any trouble, they would do nothing. \nQuestion: What would a person do if they saw a bully make a person cry but they wanted no trouble?", + "output": [ + "courageous" + ] + }, + { + "input": "Sentence: this is the only answer that you would need to ask about staying somewhere. \nQuestion: Steve needed a place to sleep so he asked around and found a place to stay. Where might he be staying?", + "output": [ + "apartment" + ] + }, + { + "input": "Sentence: people tend to suffer in pain and agony when there is a war. \nQuestion: What usually happens to citizens when there is waging war?", + "output": [ + "evil" + ] + }, + { + "input": "Sentence: sleep together two people are walking into a house,what do they plan to do? \nQuestion: If two people are walking into a house, what do they plan to do?", + "output": [ + "own things" + ] + }, + { + "input": "Sentence: business requires communication and learning languages allows this \nQuestion: Why should people try learning language for business settings?", + "output": [ + "happiness" + ] + }, + { + "input": "Sentence: packaged vegetables are more expensive than the loose variety \nQuestion: Sam and June bought loose corn because it was less expensive than what other variety?", + "output": [ + "compact" + ] + }, + { + "input": "Sentence: it's correct because i know i would be going there for those cookies too. \nQuestion: Fresh baked cookies are delicious, it is why they loved to go to Grandma's what?", + "output": [ + "plate" + ] + }, + { + "input": "Sentence: supermarket and mart are both where you would be shopping, when you finish shopping you would be home. \nQuestion: Where does the shopping bag go after you finish shopping?", + "output": [ + "supermarket" + ] + }, + { + "input": "Sentence: restaurant and kitchen cabinet are not where people live \nQuestion: What do you buy new cups for when you move in the city?", + "output": [ + "kitchen cabinet" + ] + }, + { + "input": "Sentence: an actor is a person who portrays a character in a performance (also actress; see below). the actor performs \"in the flesh\" in the traditional medium of the theatre or in modern media such as film, radio, and television. \nQuestion: If an actor is said to be on the “silver screen\" where would you see them perform?", + "output": [ + "play" + ] + }, + { + "input": "Sentence: a mid-ranking officer would be the one who is in control of a company. \nQuestion: James is a mid-ranking officer. He leads a group known as a what?", + "output": [ + "army" + ] + }, + { + "input": "Sentence: a house has many light sou \nQuestion: If I want more light sources while I am awake at night, where should I install them?", + "output": [ + "lamp" + ] + }, + { + "input": "Sentence: one cooks dinner because they are hungry. \nQuestion: Why would you cook dinner?", + "output": [ + "buy groceries" + ] + }, + { + "input": "Sentence: it was enjoy for run and play in room \nQuestion: The herding dog had ample room to run and play, he loved it at the what?", + "output": [ + "neighbor's house" + ] + }, + { + "input": "Sentence: light and objects creates shadow \nQuestion: If there is a source of light behind a tree what would expect to happen?", + "output": [ + "branch out" + ] + }, + { + "input": "Sentence: we get flute in musical instrument store \nQuestion: Where can someone get a flute?", + "output": [ + "symphony" + ] + }, + { + "input": "Sentence: ice, which is frozen water, is very cold. \nQuestion: What can ice help you to do?", + "output": [ + "form crystals" + ] + }, + { + "input": "Sentence: q. .... one of the adults survives and returns to the breeding territory to keep it going. \nQuestion: What would a bald eagle be likely to avoid?", + "output": [ + "mountainous area" + ] + }, + { + "input": "Sentence: house is the place that's most likely to have skylight. \nQuestion: What kind of building would you expect to find a skylight?", + "output": [ + "office building" + ] + }, + { + "input": "Sentence: if he was resigning, he probably confessed to something less than flattering. \nQuestion: Press people were waiting for the embarrassed politician to give his resignation speech, what were they expecting to hear?", + "output": [ + "national park" + ] + }, + { + "input": "Sentence: because he wants to learn. \nQuestion: A student takes an unpaid membership, why on Earth would he do that?", + "output": [ + "listen carefully" + ] + }, + { + "input": "Sentence: horseradish sauce is a very common condiment for roast beef sandwiches. \nQuestion: He was eating a roast beef sandwich on his sofa bed and spilled what spicy spicy sauce on it?", + "output": [ + "basement" + ] + }, + { + "input": "Sentence: holds items for organization \nQuestion: What is someone looking for in a new mattress when returning one that had lots of rigidity?", + "output": [ + "flexibility" + ] + }, + { + "input": "Sentence: they wouldn't store dirt in a closet or space. \nQuestion: Where do many vacuums store dirt?", + "output": [ + "closet" + ] + }, + { + "input": "Sentence: in meteorology, a cloud is an aerosol consisting of a visible mass of minute liquid droplets, frozen crystals, or other particles suspended in the atmosphere of a planetary body. water or various other chemicals may compose the droplets and crystals. \nQuestion: Where are you unlikely to see clouds?", + "output": [ + "air" + ] + }, + { + "input": "Sentence: submarine and destroyer do not sound small \nQuestion: The battleship fleet had all sorts of ships, the small one was called a what?", + "output": [ + "submarine" + ] + }, + { + "input": "Sentence: the heavy meal causes something to happen, which has to include a verb. snore also fits, but it can happen any night, with no food involved. \nQuestion: Some people believe that eating a heavy meal before going to sleep at night will cause you to what?", + "output": [ + "restlessness" + ] + }, + { + "input": "Sentence: if a person was walking on one of the side of the street and saw a store on the other side as the question explains,the person would cross the street to get there. dreaming would imply the person is sleeping, and drinking coffee would help in no way to get there. \nQuestion: What would a human do if they want to get to a store that he or she can see?", + "output": [ + "dream dreams" + ] + }, + { + "input": "Sentence: none of the other options fit in a house \nQuestion: What do you use to move water out of a flooded room?", + "output": [ + "hydroelectric dam" + ] + }, + { + "input": "Sentence: he is a trouble maker so the teacher has to keep an eye on him all time, even when he is well behaved. \nQuestion: He had a reputation for causing trouble, even when he was what the teacher kept an eye on him?", + "output": [ + "calm" + ] + }, + { + "input": "Sentence: to show her affection, she entertained her friends. \nQuestion: She a deep love for all her friends, every Friday she had an open invitation for them as she loved to host and what?", + "output": [ + "paint" + ] + }, + { + "input": "Sentence: because in the university you get more knowledge \nQuestion: They prided themselves on being a wealth of knowledge, and that's why many chose to attend their what?", + "output": [ + "meeting" + ] + }, + { + "input": "Sentence: work in teams there are group projects,how do people normally work on them? \nQuestion: When there are group projects, how do people normally work on them?", + "output": [ + "receive gifts" + ] + }, + { + "input": "Sentence: the only escape is the sweet relief of death \nQuestion: The twisted kidnapper laid out the deal, killing seemed to be the only way the victim could gain his what?", + "output": [ + "sorrow" + ] + }, + { + "input": "Sentence: while the other two options have temples, the middle east is home to the most well known. \nQuestion: what region are the most famous temples located?", + "output": [ + "nepal" + ] + }, + { + "input": "Sentence: a jar is the only place where you would put your change and not have immediate access to it. \nQuestion: Where would you put your change if you will not need to use it soon?", + "output": [ + "purse" + ] + }, + { + "input": "Sentence: the police do not need power to direct traffic. \nQuestion: What can a police officer do if power is out?", + "output": [ + "retire" + ] + }, + { + "input": "Sentence: they need to be able to focus on what they are thinking about \nQuestion: To think for a long time you need to be able to?", + "output": [ + "sit quietly" + ] + }, + { + "input": "Sentence: because mold is a type of fungus that is given by humidity, and in the shower is where it is more humid \nQuestion: Mildew is a type of fungus you most often find where?", + "output": [ + "cave" + ] + }, + { + "input": "Sentence: furniture and rug are the ones likely to be infested with fleas \nQuestion: Hers pets had fleas, not only did she have to treat them but the furniture and what too?", + "output": [ + "cat" + ] + }, + { + "input": "Sentence: a ficus is a plant that could be grown and studied in a science class. \nQuestion: Where might a student grow a ficus?", + "output": [ + "flowerpot" + ] + }, + { + "input": "Sentence: you tend to forget things after you drink alot \nQuestion: If a person was getting drunk the previous night and woke up the next morning, what might they experience?", + "output": [ + "slurred speech" + ] + }, + { + "input": "Sentence: you run because you were never good at team sports and running is a solo act. \nQuestion: Why do people take up running?", + "output": [ + "heart attack" + ] + }, + { + "input": "Sentence: if they are no longer on strike that means they would be going back to work \nQuestion: Their union had settled and they would go off strike and what?", + "output": [ + "more money" + ] + }, + { + "input": "Sentence: talking helps people to be close \nQuestion: Why do people spend time chatting with friends?", + "output": [ + "gathering of information" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: John wanted to get grapes so he went where?", + "output": [ + "fruit basket" + ] + }, + { + "input": "Sentence: farm yard is the most specific answer. \nQuestion: Where is a horse likely to live?", + "output": [ + "michigan" + ] + }, + { + "input": "Sentence: plants need water to grow and a farmer grows plants \nQuestion: What does a farmer have to do when there is no precipitation?", + "output": [ + "can produce" + ] + }, + { + "input": "Sentence: grow corn does a farmer wanting to make a maze \nQuestion: What does a farmer wanting to make a maze do?", + "output": [ + "supply food" + ] + }, + { + "input": "Sentence: this lables exactly 50% of the earths surface. \nQuestion: An astronout in space needed to know what side of the planet the English Channel was on, where did he aim his spacecraft?", + "output": [ + "england" + ] + }, + { + "input": "Sentence: loud noise is probably what they are making that would make you want to stop. you wouldn't want relaxation to stop. sadness is too vague on its own to decided if it is a reason for stopping or not. \nQuestion: Why would you try to stop someone from playing violin?", + "output": [ + "sadness" + ] + }, + { + "input": "Sentence: a guide usually is at a museum to show exhibits and talk about them \nQuestion: The class of children walked around the place in a line, their guide took them to what?", + "output": [ + "tickle" + ] + }, + { + "input": "Sentence: opera house sing soprano, live for money \nQuestion: Where would a soprano sing live for money?", + "output": [ + "choir" + ] + }, + { + "input": "Sentence: only dressing is a possible activity with clothes. \nQuestion: What do adults do with their clothing?", + "output": [ + "drink beer" + ] + }, + { + "input": "Sentence: it is the only answer that makes sense (hopefully you are friends with your neighbor) \nQuestion: Jimmy wanted a beer but his wife was an alcoholic on probation. Where might he go?", + "output": [ + "prison" + ] + }, + { + "input": "Sentence: home keep their teddy bear in their beds in their room \nQuestion: People keep their teddy bear in their beds in their room, which is found in a?", + "output": [ + "shelf" + ] + }, + { + "input": "Sentence: you wouldn't fall into tears if you were happy, and you might laugh, but falling into laughter doesn't make a lot of sense. you fall in love, and usually when happy. \nQuestion: What can someone feeling happiness fall into?", + "output": [ + "laughter" + ] + }, + { + "input": "Sentence: a sheep costs a lot of money. \nQuestion: When you go to buy a sheep you will learn that it is what?", + "output": [ + "wolf" + ] + }, + { + "input": "Sentence: homework assignments are assigned at school, so they would be in a classroom. \nQuestion: Where would you find a binder containing homework assignments?", + "output": [ + "office supply store" + ] + }, + { + "input": "Sentence: mortal danger, such as the smell of smoke, would lead children to run out of wherever they are. \nQuestion: Why would children run out of a house?", + "output": [ + "walk" + ] + }, + { + "input": "Sentence: a factory is the only place where you will find manufacturing operations. \nQuestion: Where would a human expect to find manufacturing operations?", + "output": [ + "band" + ] + }, + { + "input": "Sentence: the waiter received in the drinks \nQuestion: If you've already received your drinks what is a waiter likely going to do next?", + "output": [ + "set table" + ] + }, + { + "input": "Sentence: england is the only option that is a country. \nQuestion: She always wanted to live in a brick row house in what foggy country?", + "output": [ + "ghetto" + ] + }, + { + "input": "Sentence: been sprayed with a hose would logically get you wet \nQuestion: If a beautiful person sprays you with a hose what will you be?", + "output": [ + "dull" + ] + }, + { + "input": "Sentence: to survive a fly swatter a mosquito would have to fly away \nQuestion: The mosquitoes were about to be crushed by a fly swatter, what would they do to survive?", + "output": [ + "bug campers" + ] + }, + { + "input": "Sentence: usually a chess board and pieces are kept in a case. \nQuestion: If I wanted to store my chess pawn when I wasn't using it, what would be a good place for that?", + "output": [ + "chess game" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: Where is confetti thrown from the rooftops?", + "output": [ + "air" + ] + }, + { + "input": "Sentence: senior here refers to the last year of either high school or college. \nQuestion: James was a senior. He was looking forward to talking a year off once he was finished. Where might James be?", + "output": [ + "republican party" + ] + }, + { + "input": "Sentence: a instrument case is the only thing that you would store your mandolin. \nQuestion: When not playing your mandolin, where would you store it?", + "output": [ + "music store" + ] + }, + { + "input": "Sentence: while typing someone is commonly preparing some information to be forwarded. \nQuestion: If someone is typing, what are they doing?", + "output": [ + "communication" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: Who takes forever to pass a bill?", + "output": [ + "wallet" + ] + }, + { + "input": "Sentence: persuade. verb [ t ] uk ​ /pəˈsweɪd/ us ​ /pɚˈsweɪd/ b1 to make someone do or believe something by giving them a good reason to do it or by talking to that person and making them believe it: if she doesn't want to go, nothing you can say will persuade her. \nQuestion: When talking to someone and gaining their trust they will do what they want because of you have done what?", + "output": [ + "learn" + ] + }, + { + "input": "Sentence: you don't need to kill to use television. \nQuestion: What can you see when you use television but is not needed to use television?", + "output": [ + "open eyes" + ] + }, + { + "input": "Sentence: outside activities are part of a healthy lifestyle. \nQuestion: Working in the vegetable garden everyday is good for you, you get to spend time where?", + "output": [ + "backyard" + ] + }, + { + "input": "Sentence: eletronic devices have plenty of leds to indicate different functions and statuses \nQuestion: LEds are commonly found on kehyboards and other what?", + "output": [ + "pc board" + ] + }, + { + "input": "Sentence: dormitorya university,what sort of building is likely to be called a hall? \nQuestion: At a university, what sort of building is likely to be called a hall?", + "output": [ + "conference" + ] + }, + { + "input": "Sentence: downtown is the only answer that is a part of group of houses and businesses. while the other two are names for those entire places. \nQuestion: The mall can usually be found in what part of a large group of houses and businesses?", + "output": [ + "large city" + ] + }, + { + "input": "Sentence: say hello is the best word to meet \nQuestion: How would a human verbally great another?", + "output": [ + "drink tea" + ] + }, + { + "input": "Sentence: common sense john hated getting in line,but he wanted anyway. \nQuestion: John hated getting in line, but he wanted anyway. Not breaking line was just what?", + "output": [ + "agitation" + ] + }, + { + "input": "Sentence: office is one of the place to peoples are surrounded by coffee cups in the break time \nQuestion: Where will you find coffee cups surrounded by people in ties?", + "output": [ + "conference" + ] + }, + { + "input": "Sentence: soldiers must obey orders from their superiors \nQuestion: If a soldier is directed by someone with a higher status what do they have to do?", + "output": [ + "coming home" + ] + }, + { + "input": "Sentence: only in a house can one sleep. \nQuestion: If one wants to breathe while they sleep, air needs to be inside of what?", + "output": [ + "surface of earth" + ] + }, + { + "input": "Sentence: trees are important for the ecosphere because they provide important nutrients to our atmosphere \nQuestion: John spent his days planting ficus trees. He did so because trees were an important part of what?", + "output": [ + "tropical rainforest" + ] + }, + { + "input": "Sentence: when a play begins the house lights are turned off. \nQuestion: When a play starts in an auditorium, what tends to fade out?", + "output": [ + "crowd" + ] + }, + { + "input": "Sentence: eating usually requires chewing \nQuestion: What is a good thing to do while eating?", + "output": [ + "watching tv" + ] + }, + { + "input": "Sentence: he needs an idea on what to do \nQuestion: Billy wants to learn how to socialize, but he doesn't know where to start. He calls his best friend and asks for what?", + "output": [ + "friendship" + ] + }, + { + "input": "Sentence: fear to speak death of crossing over \nQuestion: What do people fear when they speak of crossing over?", + "output": [ + "fight each other" + ] + }, + { + "input": "Sentence: if you do not currently have a marker, that means you cannot get one from your briefcase or from your drawer, so you must buy one at the store. \nQuestion: Where would you get a marker if you do not have one?", + "output": [ + "briefcase" + ] + }, + { + "input": "Sentence: street corner is a more common place for people to stand at an intersection. \nQuestion: Where are people likely to stand at an intersection?", + "output": [ + "cars" + ] + }, + { + "input": "Sentence: trouble is the only answer that implies life being harder \nQuestion: What have you done if something you do makes life harder for someone?", + "output": [ + "make progress" + ] + }, + { + "input": "Sentence: children contentiously play they get tired very very soon \nQuestion: After a while playing, what was happening to the children?", + "output": [ + "having fun" + ] + }, + { + "input": "Sentence: when lips are loose, it is necessary to be discreet. \nQuestion: Loose lips sink ships, so the surprise party planners had to be very what?", + "output": [ + "faithful" + ] + }, + { + "input": "Sentence: northern california has a bay area with cow farm, unlike rural areas that aren't a bay. a option is not relevant \nQuestion: The cow farm was free range, it provided all the quality meat to t he bay area of where?", + "output": [ + "nursery rhyme" + ] + }, + { + "input": "Sentence: because the word competing alludes to conflict of sort and a heated discussion \nQuestion: Competing viewpoints can lead to a what between two people?", + "output": [ + "tension" + ] + }, + { + "input": "Sentence: she felt relief because billy forgave her. \nQuestion: Billy was a forgiving person. When Marna confessed to him, she felt what?", + "output": [ + "absolution" + ] + }, + { + "input": "Sentence: a ferret with special abilities would only be in a comic book. \nQuestion: Where can you learn about a ferret with special abilities far beyond normal ferrets?", + "output": [ + "north carolina" + ] + }, + { + "input": "Sentence: bread is a staple food prepared from a dough of flour and water, usually by baking. throughout recorded history it has been a prominent food in large parts \nQuestion: Where can one find a variety of bread?", + "output": [ + "refrigerator" + ] + }, + { + "input": "Sentence: is the option closest to the question \nQuestion: WHere do you store dry food?", + "output": [ + "neighbor's house" + ] + }, + { + "input": "Sentence: the fact that it was made public implies that people were intended to congregate there. \nQuestion: The condominium has public recreational areas, what was the purpose of these?", + "output": [ + "florida" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: When they got a divorce, they stopped talking to each other, so what did they have?", + "output": [ + "emotional distress" + ] + }, + { + "input": "Sentence: the red bridge is synonymous with california \nQuestion: The child remarked that despite the name the famous bridge was red, this site was just one of the many highlights of the family vacation where?", + "output": [ + "over water" + ] + }, + { + "input": "Sentence: other places are likely to have car maps \nQuestion: Where would you get a map that shows locations that can only be walked to?", + "output": [ + "gas station" + ] + }, + { + "input": "Sentence: fountain is a modern art at the village \nQuestion: Sarah drank from a water fountain, like many before her. Where might she be?", + "output": [ + "city" + ] + }, + { + "input": "Sentence: if you construct something in the middle of the street, a parade can't run properly. \nQuestion: James wanted to ruin the parade. In order to do that, he did something in the middle of the street. What did he do?", + "output": [ + "found" + ] + }, + { + "input": "Sentence: people that live in a public house would serve drinks to their guests. \nQuestion: When John flew to a new state he didn't know where any of the bars where. He eventually found something that wasn't a bar but still served drinks. What might he have found?", + "output": [ + "michigan" + ] + }, + { + "input": "Sentence: carnivals typically feature noise, food, and games whereas the other answers aren't even celebrations \nQuestion: There is plenty of noise when you're at what celebration featuring food and games?", + "output": [ + "factory" + ] + }, + { + "input": "Sentence: many contact lawyers for divorces. \nQuestion: Who is someone you might need when you are stopping being married to spouse?", + "output": [ + "trouble" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: A poor family has no decorations in December, what would make a great gift?", + "output": [ + "department store" + ] + }, + { + "input": "Sentence: a marching band performs on a field. \nQuestion: If playing the saxophone wasn't enough, she also had to learn the choreographed moves on the field to perform with the what?", + "output": [ + "orchestra" + ] + }, + { + "input": "Sentence: a tree is the only high place \nQuestion: Where might a snake drop from?", + "output": [ + "feild" + ] + }, + { + "input": "Sentence: this is the location of which the bone is found \nQuestion: The humorous is a bone located where?", + "output": [ + "tomb" + ] + }, + { + "input": "Sentence: that is the definition of not moving \nQuestion: What will you do if you do not turn and you do not move either?", + "output": [ + "going straight" + ] + }, + { + "input": "Sentence: staticcould stop two people from communicating \nQuestion: What could stop two people from communicating?", + "output": [ + "progress" + ] + }, + { + "input": "Sentence: better job is the best part \nQuestion: A person who wants to make more at their job but can't will often need to find a what?", + "output": [ + "save money" + ] + }, + { + "input": "Sentence: adults tend to be silent when they are trying to get an infant to stop making noise. \nQuestion: All the adults were sitting quietly in the other room watching TV, they were hoping the baby would what?", + "output": [ + "meditate" + ] + }, + { + "input": "Sentence: if the monkey lives in a tropical area or a story book, they haven't been caught. \nQuestion: Where is a caught monkey likely to live at least to begin with?", + "output": [ + "story book" + ] + }, + { + "input": "Sentence: everyday we carry our brass and gold instruments while playing. \nQuestion: Where would someone have to carry their brass instrument while they played?", + "output": [ + "jazz band" + ] + }, + { + "input": "Sentence: they have internal instincts \nQuestion: The beach had a pathway for riding bike, peacefully cruising along brought many what?", + "output": [ + "falling down" + ] + }, + { + "input": "Sentence: we use our hands to hold things. \nQuestion: Collections of atoms called molecules make up everything you can hold in your what?", + "output": [ + "anything" + ] + }, + { + "input": "Sentence: heart attacks can be fatal. \nQuestion: What might cause someone to panic is they are having a heart attack?", + "output": [ + "loss of life" + ] + }, + { + "input": "Sentence: the opposite of altruism (selfless) is egoistic (selfish) \nQuestion: If I'm feeling altruistic, one feeling I certainly don't have is what?", + "output": [ + "selfish" + ] + }, + { + "input": "Sentence: corvettes are sleeker and faster than a conventional battleship. \nQuestion: A battleship is a powerful vessel. If you need something similar but faster, what would you use?", + "output": [ + "patrol boat" + ] + }, + { + "input": "Sentence: because i think it's the closest one \nQuestion: What may happen to a dangerous rescue?", + "output": [ + "endanger" + ] + }, + { + "input": "Sentence: everyone would want to talk to a popular person \nQuestion: Why would a person be approached by a lot of people?", + "output": [ + "care about" + ] + }, + { + "input": "Sentence: it makes sense because the tropical areas and snakes seem to just go naturally together. \nQuestion: Where are you likely to find a dangerous snake?", + "output": [ + "feild" + ] + }, + { + "input": "Sentence: electric refrigerator is the one of the place to having the many things in the electric mode \nQuestion: The electric motor powered many important things, including one if almost every house. Name this item?", + "output": [ + "electric typewriter" + ] + }, + { + "input": "Sentence: astronauts wear bulky suits and spacecraft are uniquely designed. \nQuestion: The seats were designed to accommodate cumbersome clothing, where were they seats located?", + "output": [ + "bowling alley" + ] + }, + { + "input": "Sentence: sweat and exercise aren't the ending goal, but good health is. \nQuestion: what does someone getting in shape want to achieve?", + "output": [ + "sweat" + ] + }, + { + "input": "Sentence: students are expected to pass a course when they're in school \nQuestion: What performance is expected of a student in school sessions?", + "output": [ + "better grade" + ] + }, + { + "input": "Sentence: there is no problem in identifying the crucial questions \nQuestion: In what society did slaves outnumber the citizens?", + "output": [ + "plantation" + ] + }, + { + "input": "Sentence: nice homes require more housework to keep up. \nQuestion: Where is a person doing housework likely to work?", + "output": [ + "low pay" + ] + }, + { + "input": "Sentence: wine is often served with french food \nQuestion: What is served with dinner at a french restaurant?", + "output": [ + "quebec" + ] + }, + { + "input": "Sentence: sponges absorb water just as paper towels do. \nQuestion: If I have a sponge and a spill, how can it be used?", + "output": [ + "hold water" + ] + }, + { + "input": "Sentence: a shop is the most logical place to get a radio. \nQuestion: Where would you get a radio if you do not have one?", + "output": [ + "space shuttle" + ] + }, + { + "input": "Sentence: people that help without expecting something are overall altruistic \nQuestion: People are helping others while expecting nothing in return, how are they behaving?", + "output": [ + "cruel" + ] + }, + { + "input": "Sentence: being uncommon or special aren't likely to mean you can make boring stories dramatic, but being hyperbolic does. \nQuestion: He could make even the average story dramatic, he had a knack for being what?", + "output": [ + "uncommon" + ] + }, + { + "input": "Sentence: care is synonymous with comfort and both tie to the affection we have for friends. \nQuestion: What do you feel for a someone when you comfort friend?", + "output": [ + "money" + ] + }, + { + "input": "Sentence: it's the only one you can vacuum. \nQuestion: The kids ate crackers as the played on the floor, afterwards their mother had to vacuum up all the what?", + "output": [ + "table" + ] + }, + { + "input": "Sentence: city is a place where people can go easily and it help people in transportation, land use, hotels, restaurants. theater and commercial building are very limit. \nQuestion: Sonny thought the concert hall was best located in a place with a lot of people. Where might he put it?", + "output": [ + "commercial building" + ] + }, + { + "input": "Sentence: a wedding is a perfect ocasion to wear white shoes. \nQuestion: Where must one wear a white shoe?", + "output": [ + "left foot" + ] + }, + { + "input": "Sentence: showers are in bathrooms. \nQuestion: The shower obviously wasn't in the living room of the home, where was it?", + "output": [ + "motel room" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: People from all countries enjoyed the music, what was the music like?", + "output": [ + "soothing" + ] + }, + { + "input": "Sentence: the sailor must first board the ship before he can do any of the tasks that need done on the ship. \nQuestion: A sailor has to do a lot of prep work before the ship can leave, but what is the first step he must take?", + "output": [ + "sail boat" + ] + }, + { + "input": "Sentence: in valleys we find trees as solitary \nQuestion: Where are apple trees likely to be solitary?", + "output": [ + "fields" + ] + }, + { + "input": "Sentence: high altitude is usually not a human being's friend. \nQuestion: The climber was suffering elevation sickness, his wits were suffering what?", + "output": [ + "disgust" + ] + }, + { + "input": "Sentence: go somewhere equals traveling \nQuestion: What does someone want to do if they want to travel?", + "output": [ + "have money" + ] + }, + { + "input": "Sentence: a school teaches lessons using a computer \nQuestion: Where can a computer user learn geography, math, or history?", + "output": [ + "internet cafe" + ] + }, + { + "input": "Sentence: normally paper clip is found in desk drawers only. \nQuestion: Where could I find a paper clip?", + "output": [ + "file folder" + ] + }, + { + "input": "Sentence: teachers want to encourage children to learn by asking things \nQuestion: What do teachers encourage a child to do?", + "output": [ + "wave goodbye" + ] + }, + { + "input": "Sentence: while oregon and washington are in the pacific northwest so is california and all are in the united states. \nQuestion: What covers the largest percentage of the pacific northwest?", + "output": [ + "oregon" + ] + }, + { + "input": "Sentence: pride is the only emotion that makes sense in this context. \nQuestion: What do you feel when successful when competing against a worthy adversary.", + "output": [ + "one winner" + ] + }, + { + "input": "Sentence: when you work your body hard, playing, you work up an appetite which requires eating. \nQuestion: Jimmy and Tim like playing together. When they play for a long time they have to stop because they do what?", + "output": [ + "injury" + ] + }, + { + "input": "Sentence: a castle is an informal term for a rook. \nQuestion: If you found yourself explaining what a rook was named a rook, it might be because a child is calling it a what?", + "output": [ + "trees" + ] + }, + { + "input": "Sentence: auditoria are the usual places used for graduation ceremonies. \nQuestion: Where will the stage for the students' graduation be found?", + "output": [ + "opera" + ] + }, + { + "input": "Sentence: a person needs their belongings for work. \nQuestion: What does someone do before they travel to work?", + "output": [ + "have job" + ] + }, + { + "input": "Sentence: water is the most logical place a beaver would be found. \nQuestion: Where does a beaver leave?", + "output": [ + "british columbia" + ] + }, + { + "input": "Sentence: facts are founded in truth. \nQuestion: What do facts enable a person to do ?", + "output": [ + "intelligent children" + ] + }, + { + "input": "Sentence: if one person feels bad about the odds of something and someone disagrees with them, that means the individual believes the opposite, or in this case, that the odds are in favor of them. \nQuestion: Sarah felt bad about their odds. Billy disagreed with her. What did he think about their odds?", + "output": [ + "adequate" + ] + }, + { + "input": "Sentence: every sensation has to pass to your nervous system to get to your brain \nQuestion: How does a sensation on your hand reach your head?", + "output": [ + "stimulus" + ] + }, + { + "input": "Sentence: over water is a bridge likely to be found \nQuestion: Where is a bridge likely to be found?", + "output": [ + "river valley" + ] + }, + { + "input": "Sentence: close in my eyes and little bit pray god to thank \nQuestion: What is the last thing you do before you start sleeping?", + "output": [ + "tired" + ] + }, + { + "input": "Sentence: gandhi memorial museum, established in 1959, is a memorial museum for gandhi located in the city of madurai in tamil nadu, india. known as gandhi ... \nQuestion: Where could you find a quite old clavichord?", + "output": [ + "music hall" + ] + }, + { + "input": "Sentence: the process of aging in humans \nQuestion: Why does a bodybuilder eat so much?", + "output": [ + "satisfy hunger" + ] + }, + { + "input": "Sentence: the job of a teacher is to educate their students in order to help them acquire knowledge. \nQuestion: What is a teacher trying to impart to their class?", + "output": [ + "state facts" + ] + }, + { + "input": "Sentence: after washing clothes they become wet but the language of the question means that 'get wet' would be an inappropriate response. \nQuestion: After washing clothes in what condition are they?", + "output": [ + "wear out" + ] + }, + { + "input": "Sentence: this is where the fish were located \nQuestion: The seafood restaurant specialized in fresh caught Atlantic fish, but a controversy arose that it was getting them from the grimy rivers around where?", + "output": [ + "boston" + ] + }, + { + "input": "Sentence: desk is help to write comfortably. \nQuestion: John was writing into the wee hours. Because of this he left a mess where?", + "output": [ + "table" + ] + }, + { + "input": "Sentence: bus stop is the only place you would have to wait outside \nQuestion: Where would you stand in a line and need a coat if it is cold?", + "output": [ + "graph" + ] + }, + { + "input": "Sentence: any of the foods or substances that are combined to make a particular dis \nQuestion: If the recipe called for a potato, where could you get one along with other ingredients?", + "output": [ + "soil" + ] + }, + { + "input": "Sentence: bells and whistles is the commonly used continuation of the phrase in this context \nQuestion: Bob doesn't want to buy a plain stereo system. He wants something studio quality, with all of the what?", + "output": [ + "decorative" + ] + }, + { + "input": "Sentence: you're cold (a) and feel comfortable (c) is not a grammatically correct answer given the word \"even\" in the sentence. \nQuestion: She got an extra blanket to get warm, this would hopefully make her even what?", + "output": [ + "you're cold" + ] + }, + { + "input": "Sentence: the selection 'illustrate point' is fitting because if it was to cool off, fists wouldn't be made and if it was to punch, it would be aimed not shaken. \nQuestion: Someone expressing anger will shake their fists to do what?", + "output": [ + "punch" + ] + }, + { + "input": "Sentence: cats can't live on a lap \"tabby\" implies a degree of wildness \nQuestion: Where do tabby cats usually like to live?", + "output": [ + "home" + ] + }, + { + "input": "Sentence: on a sunny day, the sky is not cloudy or rainy, and thus appears blue. \nQuestion: What does the sky look like on a sunny day?", + "output": [ + "cloud over" + ] + }, + { + "input": "Sentence: i believe its a misspelling of frugal, so they wouldn't buy expensive and therefore lavish things. spendthrift implies the opposite and prodigal doesn't make sense in this context \nQuestion: I am a frudal person. I don't buy things that are what?", + "output": [ + "prodigal" + ] + }, + { + "input": "Sentence: the only option you have at a restaurant for determining if they serve milk is to check the menu. \nQuestion: I'm at a restaurant ans want a glass of milk, how do I find out if they serve that?", + "output": [ + "home" + ] + }, + { + "input": "Sentence: washing machines do not go in cellars \nQuestion: Where might be an odd place to put a washing machine?", + "output": [ + "house" + ] + }, + { + "input": "Sentence: thrift store is the only place where broken jeans should be sold. \nQuestion: If you like your jeans already broken in where should you shop?", + "output": [ + "gap" + ] + }, + { + "input": "Sentence: human populations are also referred to as civilizations. \nQuestion: Government, planned cities, workers, institutions, technology and record keeping are characteristics of what among human populations?", + "output": [ + "canada" + ] + }, + { + "input": "Sentence: skating is synonymous with speed \nQuestion: Joe lived skating. It was very Zen to him. He was calm and steady. He could feel the wind. He loved to do what?", + "output": [ + "increased heart rate" + ] + }, + { + "input": "Sentence: the other two are not part of serious research \nQuestion: Discovering truth would come during what part of serious research?", + "output": [ + "relief" + ] + }, + { + "input": "Sentence: explanation: most likely they'd be calling from the neighbor's house \nQuestion: If a person answers the phone from a local area code, where might the call be coming from?", + "output": [ + "office" + ] + }, + { + "input": "Sentence: supermarket is the place to sell a lot of thing, including candy and foods. movies are to be watched, jar is to hold candies. you are not supposed to buy from moives/jars. \nQuestion: Where would you buy candy and other foods?", + "output": [ + "movies" + ] + }, + { + "input": "Sentence: an office building could house many companies or corporations and a bank can only house one. and work is far to vague. \nQuestion: Where are you likely to find a cubicle for many corporations?", + "output": [ + "bank" + ] + }, + { + "input": "Sentence: social ostracism is the only choice that is a consequence of being known for frequent farting, a violation of social norms. \nQuestion: What happens to the person that is well known for frequent farting?", + "output": [ + "loud noise" + ] + }, + { + "input": "Sentence: she always made her infant sleeping at that time she read the articles made her paranoid death. \nQuestion: She always made sure her infant was sleeping the right way, the articles she read had made her paranoid about what happening?", + "output": [ + "dreams" + ] + }, + { + "input": "Sentence: only pain is a necessary outcome of getting hit with a stick. \nQuestion: If you hit a person with a stick, it is likely that they will do what?", + "output": [ + "turn blue" + ] + }, + { + "input": "Sentence: ... supermarkets (large grocers) and department stores may have a pharmacy inside the main store, but such a pharmacy is not usually referred to as a drugstore ... \nQuestion: Where is a good place to purchase a contraceptive?", + "output": [ + "pharmacy" + ] + }, + { + "input": "Sentence: a shirt is the only thing that is worn, not carried \nQuestion: Where would you put sunglasses if you do not have anything to put them in that can be carried with you?", + "output": [ + "bag" + ] + }, + { + "input": "Sentence: there has to be a coming together of persons, so they can express their ideas about topics that relate to their business, \nQuestion: What do gentleman organize when they need to discuss business?", + "output": [ + "club" + ] + }, + { + "input": "Sentence: old houses would you put a wooden rod after buying it if you do not have any clocks \nQuestion: Where would you put a wooden rod after buying it if you do not have any clocks?", + "output": [ + "old clock" + ] + }, + { + "input": "Sentence: perjury is a crime that leads to jail time \nQuestion: Bob asked James to be an alibi witness for him but James is worried about committing perjury. He's afraid he'll be found out and he'll what?", + "output": [ + "embarrassment" + ] + }, + { + "input": "Sentence: he would feel sorrow over being accused of a crime he didn't commit. \nQuestion: What did the innocent man feel after he was accused of committing murder?", + "output": [ + "die" + ] + }, + { + "input": "Sentence: since they are apart physically, closeness is what they could share \nQuestion: John thought the distance between himself ahd Sally was insurmountable. But when he opened up to her, he found that they shared something What did they share?", + "output": [ + "near" + ] + }, + { + "input": "Sentence: perspiration, also known as sweating, is the production of fluids secreted by the sweat glands in the skin of mammals. two types of sweat glands can be found in humans: eccrine glands and apocrine glands. the eccrine sweat glands are distributed over much of the body. \nQuestion: What can occur in fencing when it is really hot?", + "output": [ + "severe injuries" + ] + }, + { + "input": "Sentence: in order to build a new addition, a permit is required. \nQuestion: Bill would not allow Sam to built a new addition. Sam protested that the construction was what?", + "output": [ + "restrict" + ] + }, + { + "input": "Sentence: shane solved the problem the correct proper way as instructed either by the book or teacher and although he did not get the correct answer, he still got partial credit for following the instructions. \nQuestion: The answer was incorrect, but Shane got partial credit for it anyway, because because his method was what?", + "output": [ + "right" + ] + }, + { + "input": "Sentence: a desktop is what you would connect a monitor to. the internet cafe would not do anything if plugged in and neither would the box \nQuestion: James bought a new monitor and unpacked it. He discarded the packaging materials and connected it. What did he connect it to?", + "output": [ + "internet cafe" + ] + }, + { + "input": "Sentence: people play games for entertainment. \nQuestion: What is the usual reason people enjoy playing games?", + "output": [ + "competitiveness" + ] + }, + { + "input": "Sentence: most hair is on a head. \nQuestion: Most human hair is where?", + "output": [ + "sink" + ] + }, + { + "input": "Sentence: a battlefield is the only place that fighting would take place. \nQuestion: John joined the army because he wanted to see the world. When the fighting started, he only saw what sort of things?", + "output": [ + "other countries" + ] + }, + { + "input": "Sentence: concerts are the only place likely to be wild. \nQuestion: James didn't know what drugs he did. They were being passed around and he just took one. It was the last time he would go to such a wild what?", + "output": [ + "school" + ] + }, + { + "input": "Sentence: a lawsuit is a proceeding by a party or parties against another in the civil court of law. ... each of these participants can bring any number of cross claims. \nQuestion: What is the likely end of bringing suit?", + "output": [ + "going to court" + ] + }, + { + "input": "Sentence: usually you would want to prepare the day before a task/performance \nQuestion: What would a person do the day before they were supposed to perform?", + "output": [ + "attend drama classes" + ] + }, + { + "input": "Sentence: that is a long time to have to talk to someone making them tired \nQuestion: Friday wasn't in the mood to be answering questions. After a ten hour interrogation he was what?", + "output": [ + "sharing information" + ] + }, + { + "input": "Sentence: a large city would have many places that could have one or two statues so across the whole city you could find many statues. \nQuestion: What kind of place could have thousands of statue?", + "output": [ + "central park" + ] + }, + { + "input": "Sentence: this is where other systems are located \nQuestion: Where goes well beyond the world to other worlds?", + "output": [ + "solar system" + ] + }, + { + "input": "Sentence: countryside is the best ooption besides teh park where you can see landmark surrounded by many plants \nQuestion: Where could you see a landmark surrounded by many miles of plants, other than in a park?", + "output": [ + "city" + ] + }, + { + "input": "Sentence: it would make sense that someone that is an executive would be talking about business, especially if it's strategic. \nQuestion: The executives talked strategy walking through the lobby, what were they likely discussing?", + "output": [ + "office building" + ] + }, + { + "input": "Sentence: if a company's committee is to meet, it makes the most sense that they would meet in their boardroom which is built to accommodate such occurrences. \nQuestion: Where would a company's committee meet for a meeting?", + "output": [ + "city hall" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: If you want to buy you must what?", + "output": [ + "have in mind" + ] + }, + { + "input": "Sentence: a promise is usually a good thing and a manager would find working hard to be a good thing \nQuestion: He was applying for a job, what did he promise to do when he spoke with the manager?", + "output": [ + "frustration" + ] + }, + { + "input": "Sentence: television is something more likely for many people to watch together. \nQuestion: Dan didn't like what he was seeing, so he turned the control know and flipped it to Andy. What is the knob on?", + "output": [ + "doorway" + ] + }, + { + "input": "Sentence: the emphasis is on the person not being caught. if they aren't caught, they would not eventually receive imprisonment or incarceration. \nQuestion: What will eventually happen someone who is committing murder, even if he or she is not caught?", + "output": [ + "imprisonment" + ] + }, + { + "input": "Sentence: a factory is where a car would be made. \nQuestion: Making the cars made a lot of noise, everybody had to wear earplugs at the what?", + "output": [ + "big city" + ] + }, + { + "input": "Sentence: you don't add food to a dinner (because it's not dinner before you add food), nor a dishwasher. \nQuestion: What would you put a spoon next to before adding food to it?", + "output": [ + "dinner" + ] + }, + { + "input": "Sentence: fall(ing) in love is not an expression of feelings, but embracing is. \nQuestion: James and Lilly have strong feelings for each other. To express those feelings they kiss. What else might they do?", + "output": [ + "fall in love" + ] + }, + { + "input": "Sentence: most new york offices are in skyscrapers versus the other two choices. \nQuestion: Where are a lot of offices in New York?", + "output": [ + "work" + ] + }, + { + "input": "Sentence: when looking into bright light you have to shade your eyes. \nQuestion: Sam didn't expect to see something like that underground. He used his hand to shade his eyes from what?", + "output": [ + "brightness" + ] + }, + { + "input": "Sentence: when a child acts independently they require less help and attention \nQuestion: What does an older child do that decreases the amount of attention they require?", + "output": [ + "tie shoelace" + ] + }, + { + "input": "Sentence: bridges are almost always built above bodies of water. \nQuestion: Where are you likely to find water underneath?", + "output": [ + "toilet" + ] + }, + { + "input": "Sentence: the location is correct,the place is not wrong \nQuestion: The place felt wrong, but higher up had said this was the right what?", + "output": [ + "almost anywhere" + ] + }, + { + "input": "Sentence: a lotion is a low-viscosity topical preparation intended for application to the skin. by contrast, creams and gels have higher viscosity, typically due to lower water \nQuestion: What is a place that sells suntan lotion but not food or medicine?", + "output": [ + "grocery store" + ] + }, + { + "input": "Sentence: ambiguous is only thing that she prefered to be. \nQuestion: Sally found it difficult to write questions using univocal terms. She prefered to be what?", + "output": [ + "polysemic" + ] + }, + { + "input": "Sentence: marmot used to live in the high mountains where no human exists. \nQuestion: Where is a marmot known to live?", + "output": [ + "hiding place" + ] + }, + { + "input": "Sentence: everyone wants to be safe and secure in life. \nQuestion: If you're human, or even if you aren't, you'll want to stay out of this. What is this?", + "output": [ + "society" + ] + }, + { + "input": "Sentence: exposure james had trouble learning the french language because \nQuestion: James had trouble learning the French language because he never had any what to it?", + "output": [ + "thought" + ] + }, + { + "input": "Sentence: lily bought some new clothing at the mall so take in her house \nQuestion: Lily bought some new clothing at the mall. She put it in her car and took it somewhere. Where might she take it?", + "output": [ + "drawer" + ] + }, + { + "input": "Sentence: brain stoming is a way of thinking you cant contol events or dress as a group \nQuestion: The people in class were instructed to brainstorm ideas, how would they use their minds for this?", + "output": [ + "control events" + ] + }, + { + "input": "Sentence: something that is in the middle of bad and good is clearly only sufficient. \nQuestion: What would something be if it is not bad but not too good?", + "output": [ + "excellent" + ] + }, + { + "input": "Sentence: e is the only place that is not likely to sell a lantern \nQuestion: She wanted to donate her old clothes to charity, she began folding and stacking the clothing into a what?", + "output": [ + "trunk" + ] + }, + { + "input": "Sentence: the building is privately owned, and used for personal entertainment, and not for conventions. \nQuestion: The building could accommodate many people. The entrance hall alone was impressive, being wide enough to admit a hundred shoulder to shoulder. But the building was owned by a billionaire and used only for his personal entertainment. How would you describe this place?", + "output": [ + "public building" + ] + }, + { + "input": "Sentence: if it is across the street from his house, then it is most likely his neighbor's house rather than a modern house or downtown which would not be across from his house. \nQuestion: He saw the garage across the street from his house, where was the garage located?", + "output": [ + "modern house" + ] + }, + { + "input": "Sentence: the people compete with each other to finding enough resoucres. \nQuestion: If people have trouble finding enough resources to fulfill their calorie requirements, what might they have to do?", + "output": [ + "feel lonely" + ] + }, + { + "input": "Sentence: a tailor shop is the only answer where fabric is cut \nQuestion: Fabric is cut to order at what type of seller?", + "output": [ + "sewing room" + ] + }, + { + "input": "Sentence: holds items for organization \nQuestion: Where in your shirt can you keep your plane ticket?", + "output": [ + "airport" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: Where would a person put an automobile when not using it?", + "output": [ + "fast lane" + ] + }, + { + "input": "Sentence: carnivores don't eat vegetables. \nQuestion: A cat is a carnivore which means they don't do what?", + "output": [ + "wool sweater" + ] + }, + { + "input": "Sentence: face to face is the best way to converse with others. \nQuestion: How can people best have a conversation?", + "output": [ + "enjoy themselves" + ] + }, + { + "input": "Sentence: you use a recorder to record something, not the other options. \nQuestion: WHat do you use to recording something?", + "output": [ + "tape" + ] + }, + { + "input": "Sentence: a head is found at the top of someone's neck. \nQuestion: Every living person has what on top of their neck?", + "output": [ + "name" + ] + }, + { + "input": "Sentence: kissing often and make someone feel loved and be happy \nQuestion: What is the result of kissing often?", + "output": [ + "sexual excitement" + ] + }, + { + "input": "Sentence: prague is in europe \nQuestion: A person wanted to see Prague, so what did he do?", + "output": [ + "feel upset" + ] + }, + { + "input": "Sentence: a rainforest does not have many people and neither does a research lab \nQuestion: Some monkeys originated in this place that has borders and many people.", + "output": [ + "rain forest" + ] + }, + { + "input": "Sentence: you make a noise when you let out a sigh. \nQuestion: What kind of breathing makes noise but does not indicate that you are sick?", + "output": [ + "live" + ] + }, + { + "input": "Sentence: the sunshine makes the street, which is a surface hot, due to material it is composed of. \nQuestion: Jame's bare feet were burned as he walked, because the sunshine had made the surface hot. Where might he have been?", + "output": [ + "windowsill" + ] + }, + { + "input": "Sentence: a key is needed to open a door, not money. \nQuestion: When you return to work you will likely need what to get in the door if you are the first to arrive?", + "output": [ + "need money" + ] + }, + { + "input": "Sentence: silverware may refer to: household silver including. tableware · cutlery · candlesticks. the work of a silversmith; silverware is also a slang term for a collection ... \nQuestion: John noticed a plate flanked by silverware set aside for him. Where was this plate?", + "output": [ + "kitchen" + ] + }, + { + "input": "Sentence: water is a transparent, tasteless, odorless, and nearly colorless chemical substance, which is the main constituent of earth's streams, lakes, and oceans, and the ... \nQuestion: What do tv studios use milk to mimic?", + "output": [ + "calcium" + ] + }, + { + "input": "Sentence: having more people in a line makes it longer. \nQuestion: What is the result of more people getting in line?", + "output": [ + "have to wait for" + ] + }, + { + "input": "Sentence: full bloom garden the most beautiful \nQuestion: When is a garden the most beautiful?", + "output": [ + "back yard" + ] + }, + { + "input": "Sentence: a teacher goes through a lot of paper clips to complete their work. \nQuestion: The teacher could write off paper clips, this was because they were necessary for her what?", + "output": [ + "university" + ] + }, + { + "input": "Sentence: a populated area is the only place where i can find a theather \nQuestion: Where could you find many theater?", + "output": [ + "school" + ] + }, + { + "input": "Sentence: radio broadcasts are generally referred to transmissions. \nQuestion: Noise takes the form of static in a radio what?", + "output": [ + "bowling alley" + ] + }, + { + "input": "Sentence: decompression sickness happens when a scuba diver ascends too quickly. \nQuestion: The deep ocean is dark, and diving into it is both dangerous and what?", + "output": [ + "high" + ] + }, + { + "input": "Sentence: friend's house is the best place because it has a supposition that a friend from a friend, can be friend with the host. \nQuestion: As they left his house he insured them that it was okay they could come to the party too because it was taking place where?", + "output": [ + "fraternity house" + ] + }, + { + "input": "Sentence: they like the sugar and climb in but it is hard for them to get back out of the hole \nQuestion: Where could a bee get stuck easily?", + "output": [ + "swarm" + ] + }, + { + "input": "Sentence: murder is a crime and you will go on criminal trial if you are caught doing it \nQuestion: Killing will result in what kind of trial?", + "output": [ + "no longer live" + ] + }, + { + "input": "Sentence: sam's lack of skill when climbing most likely is due to his lack of dexterity. \nQuestion: Sam went climbing but wasn't good at it. He was nimble and had what?", + "output": [ + "muscles" + ] + }, + { + "input": "Sentence: only few were shown as big \nQuestion: The spoiled child's playroom was massive, but only one of many rooms in the what?", + "output": [ + "building" + ] + }, + { + "input": "Sentence: climbing a mountain and breathing fresh air can make you excited, which is what exhilarating means. \nQuestion: When a person climbs a mountain and is breathing fresh air, which feeling are they likely to have?", + "output": [ + "reviving" + ] + }, + { + "input": "Sentence: ficus is a plant and it is put in flowerpot indoor. \nQuestion: A ficus can get quite large, but a smaller one can be kept inside in a what?", + "output": [ + "science class" + ] + }, + { + "input": "Sentence: absorb moisture makes no sense. experience pain would be the opposite of forgetting it. so deceive himself makes the most sense because he is pretending she didn't cheat \nQuestion: The person saw his wife cheating on him, but tries to forget it, what was he doing?", + "output": [ + "experience pain" + ] + }, + { + "input": "Sentence: diamonds of good quality would be clear, rather than rare or pretty. \nQuestion: The jeweler was impressed by the quality of the diamonds, why was he so impressed?", + "output": [ + "rare" + ] + }, + { + "input": "Sentence: western north america is where most bald eagles live. \nQuestion: Where could you find more than a few bald eagle?", + "output": [ + "aerie" + ] + }, + { + "input": "Sentence: enjoyment is the reason people sing. \nQuestion: Why does she sing so much?", + "output": [ + "annoy people around" + ] + }, + { + "input": "Sentence: dogs can have bad breath and pointed ears but dont have consciousness. \nQuestion: Humans are said to have this thing, but dogs are thought not to have it, What is it?", + "output": [ + "bad breath" + ] + }, + { + "input": "Sentence: new york is on the opposite side of the country from la is is often used to contrast it as they are both large cities. \nQuestion: Their food was the same every where you went, the fast food restaurant was standard from Los Angeles to where?", + "output": [ + "america" + ] + }, + { + "input": "Sentence: coffeepots generally hold hot liquid, while watering cans hold cold liquid. baseball bats do not hold liquid. \nQuestion: The plastic handle broke away and the hot liquid spilled everywhere when the what hit the ground?", + "output": [ + "baseball bat" + ] + }, + { + "input": "Sentence: mammoth and the time it lived,he used terms foreign to the students to explain new \nQuestion: The teacher was explaining the mammoth and the time it lived, he used terms foreign to the students to explain this such as what?", + "output": [ + "smithsonian institution" + ] + }, + { + "input": "Sentence: flesh is the only thing to completely cover bone \nQuestion: What covers the bones in a human body?", + "output": [ + "muscle" + ] + }, + { + "input": "Sentence: people are pleased to know they're not the only someone who's ugly \nQuestion: He finally found someone as ugly as him, knowing he wouldn't be the one sticking out was what?", + "output": [ + "gorgeous" + ] + }, + { + "input": "Sentence: the cub got in and destroyed the carpet \nQuestion: A wild animal got in and destroyed the carpeting, who is likely at fault?", + "output": [ + "home or office" + ] + }, + { + "input": "Sentence: why do young children start going to school? \nQuestion: What do you to learn new things as a kid?", + "output": [ + "ask questions" + ] + }, + { + "input": "Sentence: this is the most likely to be done in a public setting. getting drunk is caused by drinking too much. \nQuestion: What do people who are celebrating in a bar do sometimes?", + "output": [ + "having sex" + ] + }, + { + "input": "Sentence: bathroom is the best place smoker man \nQuestion: The best place for the troublemaker to sneak a smoke while he was in where, was in the bathroom?", + "output": [ + "theater" + ] + }, + { + "input": "Sentence: similarly the farmer kept potato their own kitchen and cabinet \nQuestion: Where does a small farmer keep a potato after it's done growing?", + "output": [ + "kitchen cabinet" + ] + }, + { + "input": "Sentence: https://en.wikipedia.org/wiki/united_arab_emirates the united arab emirates sometimes simply called the emirates (arabic: الإمارات al-ʾimārāt), ..... the uae egovernment is the extension of the uae federal government in its electronic form \nQuestion: The united arab emirates is one of the so called whats?", + "output": [ + "asia" + ] + }, + { + "input": "Sentence: advantageous is a positive \nQuestion: What is something bad unlikely to be to anyone?", + "output": [ + "virtuous" + ] + }, + { + "input": "Sentence: it is one of the largest freshwater high-altitude (alpine) lakes in eurasia · peyto lake, alberta, canada. a lake is an area filled with water, localized in a basin, that is surrounded by land, apart from ... \nQuestion: The man loved to fish bass, to be happy all he needed was a boat, his equipment, and a what?", + "output": [ + "music store" + ] + }, + { + "input": "Sentence: students must be put together on teams or directed to form teams in order to work together. \nQuestion: How will a teacher begin projects for students required to work together?", + "output": [ + "better knowledge" + ] + }, + { + "input": "Sentence: by definition, choosing too much food would lead to overeating. \nQuestion: What can happen when eating breakfast but not choosing the amount of food correctly?", + "output": [ + "heartburn" + ] + }, + { + "input": "Sentence: movies contain people who act out motion capture \nQuestion: They needed human to act out motion capture, what were they producing?", + "output": [ + "cafe" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: Between each customer some times a waiter is required to do what?", + "output": [ + "present bill" + ] + }, + { + "input": "Sentence: home is where people spent most of thier lives since birth. \nQuestion: The poet needed to write about his distant past, where did he have to go to do so?", + "output": [ + "university" + ] + }, + { + "input": "Sentence: doing anything all day would likely lead to exhaustion especially something physical like housework \nQuestion: What is likely to happen if you're doing housework all day?", + "output": [ + "tiredness" + ] + }, + { + "input": "Sentence: assembly line are machines put together? \nQuestion: How are machines put together?", + "output": [ + "laundromat" + ] + }, + { + "input": "Sentence: the only place that might have \nQuestion: John wanted to play tennis. He thought he might be able to find a tennis court somewhere. Where might he look?", + "output": [ + "town" + ] + }, + { + "input": "Sentence: usually the habitat of a fox is forest and it must be looking for it \nQuestion: The fox walked from the city into the forest, what was it looking for?", + "output": [ + "dense forest" + ] + }, + { + "input": "Sentence: pennsylvania is the only state listed. \nQuestion: What eastern state is home to a mountain?", + "output": [ + "picture" + ] + }, + { + "input": "Sentence: neither florida nor a fountain traditionally have a water spout. \nQuestion: The water spout wouldn't turn off. Eventually, what was totally filled?", + "output": [ + "florida" + ] + }, + { + "input": "Sentence: food isn't free, so the only way to get it is spending the money to buy groceries/meals. \nQuestion: The cashier said if you want to buy food you have to do what?", + "output": [ + "paying" + ] + }, + { + "input": "Sentence: texas is the other place that would have a border that someone would want to advertise about. \nQuestion: Lisa was driving down the highway when she saw a billboard telling her that she was near the border. Where might she be?", + "output": [ + "countryside" + ] + }, + { + "input": "Sentence: likely school supplies compared to other answers \nQuestion: Pencils, paper and curiosity are all great things to bring with you when you do what?", + "output": [ + "go to market" + ] + }, + { + "input": "Sentence: there are a lot of spectators at a baseball game watching the batter \nQuestion: What would you hold by the handle while many people are watching you?", + "output": [ + "watering can" + ] + }, + { + "input": "Sentence: the question is phrased in a way that implies a negative affect to one's health. \nQuestion: What can too much jogging lead to?", + "output": [ + "increased heart rate" + ] + }, + { + "input": "Sentence: dissapointed is the only answer that makes sense while defying your parents. brush is an action, and arouse doesn't fit the circumstances. \nQuestion: If your parents taught you not to tease other children and you do you will what your parents?", + "output": [ + "brush" + ] + }, + { + "input": "Sentence: holds items for organization \nQuestion: What electronic device would be used when being bored?", + "output": [ + "surf net" + ] + }, + { + "input": "Sentence: they have internal instincts \nQuestion: Optimus Prime isn't just a robot but sentient being, so when men did him wrong he was able to what?", + "output": [ + "cherish" + ] + }, + { + "input": "Sentence: the most likely place to find a murder victim is in a cemetery \nQuestion: The judge had ruled the murder case could be reopened, excavation soon began where?", + "output": [ + "under ground" + ] + }, + { + "input": "Sentence: nothing is giving fresh and healthy feeling then having fresh air since astronaut was used to breathe conditioned air for long time \nQuestion: After being in space the astronaut was happy to be breathing fresh air, it left him what?", + "output": [ + "breathe deeply" + ] + }, + { + "input": "Sentence: synonyms for more intelligent at thesaurus.com with free online thesaurus, antonyms, and definitions. find descriptive alternatives for more intelligent. \nQuestion: Jan wasn't very good at studying. What might help him study better?", + "output": [ + "inspiration" + ] + }, + { + "input": "Sentence: most balls are round \nQuestion: The elementary-age child was asked to describe a ball, what word did he likely use for it?", + "output": [ + "spherical" + ] + }, + { + "input": "Sentence: it is a way to explain to people something \nQuestion: What is writing a form of?", + "output": [ + "writer's cramp" + ] + }, + { + "input": "Sentence: demeaning someone, such as tearing them down and insulting them, is the opposite of dignifying them. \nQuestion: What is the opposite of to dignify someone?", + "output": [ + "humiliate" + ] + }, + { + "input": "Sentence: employers often tell you to branch out in the workplace \nQuestion: What is a good simile about trees that can be used in the workplace?", + "output": [ + "fall down" + ] + }, + { + "input": "Sentence: the great outdoors is the only choice where you would find a lake in the woods. \nQuestion: A shark isn't something you have to worry about at the lake in the woods, but there are plenty of dangers in the what?", + "output": [ + "great oceans" + ] + }, + { + "input": "Sentence: no other answers are a specific country. \nQuestion: What country would you not find a marmoset in the continent south of North America?", + "output": [ + "foreign country" + ] + }, + { + "input": "Sentence: british columbia and rocky mountains are places not things that are treated \nQuestion: The comedian made a dull joke about a bald eagle and it ending up that way because of what treatment?", + "output": [ + "british columbia" + ] + }, + { + "input": "Sentence: food is metabolized into energy. \nQuestion: What is the biological purpose of eating breakfast?", + "output": [ + "fullness" + ] + }, + { + "input": "Sentence: you would most likely watch television when you're bored \nQuestion: If you were lazy you'd probably choose to just watch television simply because what?", + "output": [ + "entertained" + ] + }, + { + "input": "Sentence: likely remorse is the first feeling one should have \nQuestion: After killing people in a rage what is someone likely to feel?", + "output": [ + "sadness" + ] + }, + { + "input": "Sentence: big cities was all the people likes to have plenty of them. \nQuestion: It seems weird to have a fast food restaurant with all the local choices, but with all the people what have plenty of them?", + "output": [ + "new york" + ] + }, + { + "input": "Sentence: vineyards are large farms of plants that grow fruits/vegetables with vines- plants need sunshine to create their fruits/vegetables. \nQuestion: Lance owns a vineyard. To make grapes he needs plenty of what?", + "output": [ + "deserts" + ] + }, + { + "input": "Sentence: the other choices both happen while you sleep. \nQuestion: What cannot happen to you while you are sleeping?", + "output": [ + "relaxation" + ] + }, + { + "input": "Sentence: yes, you can forgive someone and not talk to them because to forgive a person is so that we can heal and move on, but it doesn't mean that we have to keep them in your life. \nQuestion: If I have a forgiving attitude toward someone, what do they receive?", + "output": [ + "absolution" + ] + }, + { + "input": "Sentence: other answers are not forms of communication \nQuestion: He had to try to make the call in the middle of the night, it was hard to communicate using only a what?", + "output": [ + "hanging up" + ] + }, + { + "input": "Sentence: rice is a dry staple good that does not need to be refrigerated \nQuestion: Where would you find a container full of rice?", + "output": [ + "kitchens" + ] + }, + { + "input": "Sentence: bodice is worn because it is fitting and prevents offensive accidents. \nQuestion: Men wear a plastron when they fight, what do women commonly wear?", + "output": [ + "dress shirt" + ] + }, + { + "input": "Sentence: making reservations is the only thing that is relevant to the fact that he likes to eat in restaurants. \nQuestion: Sam likes to eat in restaurants, but he always forgets to do what?", + "output": [ + "polite" + ] + }, + { + "input": "Sentence: insatiable means it can't be satisfied, so even a plentiful, or a lot, wouldn't be satisfactory. \nQuestion: His want for more was insatiable, a what wasn't enough?", + "output": [ + "overabundance" + ] + }, + { + "input": "Sentence: it's the only option that would be desirable to some. \nQuestion: Why would I want to be exercising?", + "output": [ + "tiredness" + ] + }, + { + "input": "Sentence: the cans are theirs, they would be in their home \nQuestion: Where do people keep their food cans?", + "output": [ + "backpack" + ] + }, + { + "input": "Sentence: horror movies are scary and make people fearful. \nQuestion: What might a person be if they watch a horror movie?", + "output": [ + "misfortune" + ] + }, + { + "input": "Sentence: he had many differing interests \nQuestion: Bob pulled a rock out of the ground. He wanted to examine the thing because he was into geology. He was also into waterskiing. He had many what?", + "output": [ + "interesting" + ] + }, + { + "input": "Sentence: man don't usually use a purse and don't walk with a jar around \nQuestion: Where would you put your change if you plan to use it soon and you are a man?", + "output": [ + "jar" + ] + }, + { + "input": "Sentence: they exaggerate because it is a sales tactic to sell the home. \nQuestion: What does a real estate agent typically do when describing homes?", + "output": [ + "cover up" + ] + }, + { + "input": "Sentence: the best reason to come to a table is good food. \nQuestion: A person who is successful at bringing people to the table probably makes what?", + "output": [ + "acquire wealth" + ] + }, + { + "input": "Sentence: irritated someone like be if they receive a surpring bill \nQuestion: What will someone like be if they receive a surprising bill?", + "output": [ + "might scare" + ] + }, + { + "input": "Sentence: i enjoy the lot of money and i spend and invest casino \nQuestion: I have a lot of money and a need to visit a desert, where is my likely destination?", + "output": [ + "race track" + ] + }, + { + "input": "Sentence: the great wall of china is the longest ancient wall so most likely that's where it would be. \nQuestion: The lizard lived at the base of the ancient longest wall, what country did it likely live in?", + "output": [ + "forrest" + ] + }, + { + "input": "Sentence: demonstrations are the only thing that occur in the street. \nQuestion: The person was prevented from leaving work, what blocked him in the street?", + "output": [ + "garage" + ] + }, + { + "input": "Sentence: a desk is the only type of furniture listed. \nQuestion: What kind of furniture would you put stamps in if you want to access them often?", + "output": [ + "cabinet" + ] + }, + { + "input": "Sentence: virginia is the only state with a city named james \nQuestion: What state has a city named james and is the furthest in the direction of the side that lost the Civil War?", + "output": [ + "south dakota" + ] + }, + { + "input": "Sentence: the bedroom is the only place to sleep \nQuestion: The comforter was missing from the couples' sleep the other night and they were cold, where should it have been?", + "output": [ + "washing machine" + ] + }, + { + "input": "Sentence: since his shoelaces were untied, he tripped on them when he tried to run \nQuestion: His running escape didn't last long once he tripped, perhaps he should've thought to what?", + "output": [ + "sit down" + ] + }, + { + "input": "Sentence: it makes sense that if you don't know how to play, you read the book to learn it. \nQuestion: If you are fiddling through a music book when you should be playing, you probably dont have?", + "output": [ + "dexterity" + ] + }, + { + "input": "Sentence: taking care of proposals refers to a particular task, and doing a task should end in results. \nQuestion: Diligently taking care of proposals got him good what?", + "output": [ + "marriage" + ] + }, + { + "input": "Sentence: a sentence is words put together. \nQuestion: What do a string of words with a proper noun and verb form?", + "output": [ + "language" + ] + }, + { + "input": "Sentence: poisonous george's cleaner was nonpoisonous,but he wasn't sure,so he treated it \nQuestion: George's cleaner was nonpoisonous, but he wasn't sure, so he treated it as if it were what?", + "output": [ + "venomous" + ] + }, + { + "input": "Sentence: no conditions, hurdles or obstacles would make your power absolute \nQuestion: Joe's dictatorship was not conditional. There were no obstacles to his rule. It was what?", + "output": [ + "categorical" + ] + }, + { + "input": "Sentence: frequent is the only word out of the three choices that would describe how often something occurs. \nQuestion: How often are secular parties held?", + "output": [ + "short term" + ] + }, + { + "input": "Sentence: eyeglasses case are kept in shirt pocket while at work \nQuestion: Where might someone keep an eyeglasses case when at work?", + "output": [ + "drawer" + ] + }, + { + "input": "Sentence: a jar is the place where cookies are store, so medice will be in the jar. \nQuestion: The old lady was peculiar, she kept her medicine hidden below the cookies in the what?", + "output": [ + "bathroom" + ] + }, + { + "input": "Sentence: the key to this lies in the interaction of sounds that one hears when many notes on multiple ranks of the pipe organ or electronic organ are played together \nQuestion: Where could you hear an organ being played?", + "output": [ + "music store" + ] + }, + { + "input": "Sentence: hair is styled at a salon. \nQuestion: Debbie noticed that there was a ficus decorating the room while she was getting a perm. Where was this plant?", + "output": [ + "flower garden" + ] + }, + { + "input": "Sentence: the atlantic ocean is a cold ocean \nQuestion: Where might a jellyfish get cold?", + "output": [ + "store" + ] + }, + { + "input": "Sentence: for bacteria to become slimy it must attain h2o \nQuestion: Where is bacteria likely to be slimy?", + "output": [ + "petri dish" + ] + }, + { + "input": "Sentence: you try to gain the approval of people you admire. \nQuestion: When chatting with friends you admire, what are you hoping to achieve?", + "output": [ + "feel close to" + ] + }, + { + "input": "Sentence: he didn't know why, so it couldn't be any of the other options, which are possible reasons. all he knew was that there was a reason. \nQuestion: Sam couldn't turn off his computer and it was stuck. He didn't know why, but he called tech support because he was sure of what?", + "output": [ + "control model" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: The lady was eating less sweets and snacks, this did what to her weight?", + "output": [ + "defecating" + ] + }, + { + "input": "Sentence: you are releasing the fish so you aren't looking to keep them. this makes the trip about having fun. \nQuestion: Why would you be going fishing and releasing the fish?", + "output": [ + "catching fish" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: James wanted to add space for an extra guest, so he bought a hide bed sofa. With that he'd be able to have two people stay over, one in the guest room, and one on the sofa. Where might he have been?", + "output": [ + "hotel" + ] + }, + { + "input": "Sentence: arcade most often refers to: arcade (architecture), a series of adjoining arches; amusement arcade, a place with arcade games; arcade game, a coin-operated ... \nQuestion: The shopping arcade had a lot of foot traffic, where was it located?", + "output": [ + "canada" + ] + }, + { + "input": "Sentence: the potato is a starchy, tuberous crop from the perennial nightshade solanum tuberosum. in many contexts, potato refers to the edible tuber \nQuestion: What is an easy way to make a potato soft?", + "output": [ + "steak house" + ] + }, + { + "input": "Sentence: a grocery store is the only option that sells ketchup. \nQuestion: Where do you buy ketchup?", + "output": [ + "refrigerator" + ] + }, + { + "input": "Sentence: is the option closest to the question \nQuestion: Joe wasn't prepared to wage war. He had not raised what?", + "output": [ + "energy" + ] + }, + { + "input": "Sentence: air conditioning is the process of removing heat and moisture from the interior of an occupied space, to improve the comfort of occupants. \nQuestion: The employees were complaining about lack of air conditioning, so where did the boss decide to install it?", + "output": [ + "movie theatre" + ] + }, + { + "input": "Sentence: they do not work so hard they did skate instead \nQuestion: It is a lovely day, let's go outside and skate instead of doing what?", + "output": [ + "really" + ] + }, + { + "input": "Sentence: travelling is easier when the road conditions are safe, which is more common in the warm months than when it snows, sleets, hails, etc. \nQuestion: What will be made easier during good weather in the winter?", + "output": [ + "go somewhere" + ] + }, + { + "input": "Sentence: you will are only likely to be twirling noodles if you are eating it, thus spaghetti sauce that does with the noodle makes the most sense here. \nQuestion: As everybody at the table began to twirl noodles she mentioned that wine was he secret ingredient in the what?", + "output": [ + "art show" + ] + }, + { + "input": "Sentence: many things disappear in the bermuda triangle \nQuestion: The lizard startled the vacationer, he then joked it was one thing that hadn't disappeared in the mysterious triangle where?", + "output": [ + "south carolina" + ] + }, + { + "input": "Sentence: opposite of mandatory is optional and breaks are opposite of work \nQuestion: The boss told his employees that work was mandatory, but what was his attitude toward smoke breaks?", + "output": [ + "elective" + ] + }, + { + "input": "Sentence: only cars can park. \nQuestion: What can you put in a parking lot?", + "output": [ + "town" + ] + }, + { + "input": "Sentence: balloon will fly upwards if its not tied down by anything. \nQuestion: If you let go of a balloon where will it go?", + "output": [ + "grocery store" + ] + }, + { + "input": "Sentence: shame is the only feeling that is tied with not liking it here. \nQuestion: John didn't like committing perjury. It made him feel what emotion?", + "output": [ + "tension" + ] + }, + { + "input": "Sentence: a passing grade is what you expect if you do well and are competent in school. \nQuestion: What would a person expect if they are competent in their school work?", + "output": [ + "avoid pain" + ] + }, + { + "input": "Sentence: notebook can be purchased only from the bookstore \nQuestion: Where is a notebook often purchased?", + "output": [ + "classroom" + ] + }, + { + "input": "Sentence: pleasurable is the only description, not action. \nQuestion: What is kissing often described as?", + "output": [ + "pleasure" + ] + }, + { + "input": "Sentence: control panel usually have knobs to control things. \nQuestion: What could have a knob but not a display?", + "output": [ + "hardware store" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: Old cowboy and indians movies always have a horse, they also usually take place in what region?", + "output": [ + "kentucky derby" + ] + }, + { + "input": "Sentence: perform is a thing that casts do. stage is a noun (not a verb) and filming something is not something a cast does. \nQuestion: The cast had rehearsed for weeks, they were all prepared to what?", + "output": [ + "stage" + ] + }, + { + "input": "Sentence: offices contain several drawers in their desks. \nQuestion: Where is there likely to b more than one desk drawer?", + "output": [ + "room" + ] + }, + { + "input": "Sentence: when a round object rolls down the ramp its speed increases as it is slanting \nQuestion: As the round object rolls down the ramp it will what?", + "output": [ + "become broken" + ] + }, + { + "input": "Sentence: having an amiable soloution means the outcome came about pleasant. \nQuestion: They came to an amiable solution to their rather what problem?", + "output": [ + "ungracious" + ] + }, + { + "input": "Sentence: eager to know or learn something \nQuestion: If kids are curious regarding the weather outside, what can they do to go outside?", + "output": [ + "wonder about" + ] + }, + { + "input": "Sentence: a speaker would demonstrate the product for other people to show what it does. \nQuestion: The speaker did what with the new product for the others?", + "output": [ + "conference" + ] + }, + { + "input": "Sentence: at a public zoological park you are most likely to see snakes at a terrarium. \nQuestion: Where can you see snakes at a public zoological park?", + "output": [ + "kew gardens" + ] + }, + { + "input": "Sentence: knowledge is a familiarity, awareness, or understanding of someone or something, such as facts, information, descriptions, or skills, which is acquired through ... \nQuestion: Faith can be defined as belief without what?", + "output": [ + "disbelief" + ] + }, + { + "input": "Sentence: sleeping and dance would most likely get you kicked out of a bar. \nQuestion: What are people more likely to do when they drink alcohol at a bar?", + "output": [ + "sleep at night" + ] + }, + { + "input": "Sentence: a backpack is something that can keep on you thus a binder can be placed in the backpack. \nQuestion: Where can you keep your binder on your person between periods of instruction?", + "output": [ + "office supply store" + ] + }, + { + "input": "Sentence: to physically look at a drum and perhaps play it, one must go to a music store. \nQuestion: If I wanted to look at a drum, where would I go?", + "output": [ + "rock band" + ] + }, + { + "input": "Sentence: the closest and most accurate option \nQuestion: The all star was still playing ball in the championship, he wasn't one hundred percent because of a what?", + "output": [ + "having fun" + ] + }, + { + "input": "Sentence: getting in shape creates leaner muscle tone causing clothes to fit better. \nQuestion: How is clothing better after getting in shape?", + "output": [ + "feel stronger" + ] + }, + { + "input": "Sentence: malls sell almost anything \nQuestion: June didn't like being around other people, so she avoided beaches. But she she needed a new bathing suit anyway so she couldn't avoid going where?", + "output": [ + "concert" + ] + }, + { + "input": "Sentence: europe is the only country that has an eiffel tower. \nQuestion: What kind of tour is someone likely to see the eiffel tower on?", + "output": [ + "movies" + ] + }, + { + "input": "Sentence: cotton candy from the concession stands in people favourites \nQuestion: Jan wanted to get some cotton candy from the concession stands, but he also didn't want to miss anything. Where might he be?", + "output": [ + "fair" + ] + }, + { + "input": "Sentence: the pricepal spoke well \nQuestion: The college freshmen was set on getting a fresh start, he was determined on making friends so did lots of what?", + "output": [ + "smile" + ] + }, + { + "input": "Sentence: a big city has a lot of people, so the city has to have enough fast food restaurants to feed such a large population. \nQuestion: There was a fast food restaurant every 200 feet to help handle the foot traffic, what is this characteristic of in general?", + "output": [ + "america" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: If people need something on the other side of a body of water, what must they do?", + "output": [ + "die suddenly" + ] + }, + { + "input": "Sentence: a marmoset likes a warm climate and lives outdoors--out of place in a shopping mall. \nQuestion: Where would a marmoset be out of place?", + "output": [ + "warm climate" + ] + }, + { + "input": "Sentence: usually seeing things from long ago bring back memories \nQuestion: The archaeologist was seeing artifacts that he had lost long ago while reading a textbook, what did this bring up?", + "output": [ + "thinking" + ] + }, + { + "input": "Sentence: a balloon can take you high, but not so far that you can't be seen from earth. you need a spacecraft for that. the space shuttle is a spacecraft. \nQuestion: How might we get so far up into the air around Earth, we cannot be seen?", + "output": [ + "supermarket" + ] + }, + { + "input": "Sentence: the bed is the most likely place to find shoes under. \nQuestion: Where might shoes be found under?", + "output": [ + "table" + ] + }, + { + "input": "Sentence: aorta is in the torso, not the neck, and torso is more specific. \nQuestion: The aorta is the main artery in what area of the body?", + "output": [ + "human body" + ] + }, + { + "input": "Sentence: when a prostitute makes a call for them \nQuestion: Where are you likely to find a professional prostitute?", + "output": [ + "street corner" + ] + }, + { + "input": "Sentence: if you are installing a hinged door, the place it would get stuck is within the doorway. \nQuestion: The handyman finished installing the hinged door, unfortunately it was getting stuck closed within the what?", + "output": [ + "jamb" + ] + }, + { + "input": "Sentence: compliments make you smile. \nQuestion: What might make a person smile?", + "output": [ + "own house" + ] + }, + { + "input": "Sentence: bacteria likely to naturally ground water \nQuestion: Where is bacteria likely to be found naturally?", + "output": [ + "water" + ] + }, + { + "input": "Sentence: purposefully harming others is closely affiliated with the word cruel. \nQuestion: People are purposefully harming others, what trait are they exhibiting?", + "output": [ + "deceptive" + ] + }, + { + "input": "Sentence: all national parks are protected \nQuestion: You might find a marmoset in a South American protected what?", + "output": [ + "american west" + ] + }, + { + "input": "Sentence: areas is a plural word, as is stations; both downtown area and europe are singular. \nQuestion: The largest train stations are in what areas?", + "output": [ + "downtown area" + ] + }, + { + "input": "Sentence: when something is unexpected, you feel surprise but don't feel dedicated; solutions is not something that happens to people so that answer doesn't make sense \nQuestion: What happens to a person when they're confronted with something unexpected?", + "output": [ + "dedication" + ] + }, + { + "input": "Sentence: cups are the usual vessels for drinking so one would aquire one if they were getting a drink \nQuestion: What do you normally get out to get yourself a drink?", + "output": [ + "backpack" + ] + }, + { + "input": "Sentence: a family is the only one that talks about people who are close to them \nQuestion: If a person is supported by those closest to them what do they have?", + "output": [ + "strong bones" + ] + }, + { + "input": "Sentence: grocery store are likely to have in someone neighborhood. \nQuestion: If there is a grocery store nearby it is in your what?", + "output": [ + "street" + ] + }, + { + "input": "Sentence: the other options are not a type of medicine, but a place that a medicine might be kept, so it doesn't make sense to choose those. \nQuestion: A doctor can prescribe an antibiotic in many forms, what type might have a gel coating?", + "output": [ + "pharmacy" + ] + }, + { + "input": "Sentence: as she does not ask for anything in return, she probably cares most about the people that she is helping. \nQuestion: Sarah loves giving assistance. She doesn't ask for anything in returned. What does Sarah probably care about most?", + "output": [ + "learning new skills" + ] + }, + { + "input": "Sentence: if you don't renewal your card, it will stop working. the b option was the consequence and c is not relevant \nQuestion: If you're taking a break from your library, you should still put in the effort to complete what sort of form before your card stop working?", + "output": [ + "not working" + ] + }, + { + "input": "Sentence: those who stay when not paid must enjoy working. \nQuestion: Why would a person stay at their job without being paid?", + "output": [ + "wait in line" + ] + }, + { + "input": "Sentence: you water plants with a wtering can \nQuestion: You would hold what tool used to make plants wet by a handle?", + "output": [ + "baseball bat" + ] + }, + { + "input": "Sentence: a fairgrounds is where you would see food items for sale also where people would have tickets and rides. \nQuestion: There's tickets, rides, and games but the real money made where is in the food sales?", + "output": [ + "military base" + ] + }, + { + "input": "Sentence: stammering means having a hard time speaking, the other choices don't describe how someone speaks \nQuestion: Ben was usually an eloquent speaker, but this time he had difficulty reading the words on the teleprompter, so he did much what?", + "output": [ + "maundering" + ] + }, + { + "input": "Sentence: wet ground you walk barefooted after the rain? \nQuestion: Why shouldn't you walk barefooted after the rain?", + "output": [ + "water garden" + ] + }, + { + "input": "Sentence: the process of aging in humans \nQuestion: Sitting to close while watching TV can cause what sort of pain?", + "output": [ + "laughter" + ] + }, + { + "input": "Sentence: a bank. a desk drawer and/or a purse would not use an account book, they are inanimate objects and have no use for the book. \nQuestion: What would use an account book?", + "output": [ + "desk drawer" + ] + }, + { + "input": "Sentence: poker is a game in which people lose their money. \nQuestion: If I am not good at playing poker, I will begin what if I play?", + "output": [ + "social event" + ] + }, + { + "input": "Sentence: business people wear dress shirts and ties \nQuestion: Fencer's wear a plastron, what do business people wear?", + "output": [ + "turtle" + ] + }, + { + "input": "Sentence: holds items for organization \nQuestion: If a cockroach is crawling on my hanged-up shirts, where is it likely to be?", + "output": [ + "cupboard" + ] + }, + { + "input": "Sentence: cellar is the only place that is in a house and not upstairs \nQuestion: John was cleaning out the old house. while there was nothing upstairs, he found a bunch of old stuff somewhere else. Where did he find stuff?", + "output": [ + "museum" + ] + }, + { + "input": "Sentence: a blanket is a piece of soft cloth large enough either to cover or to enfold a great portion of the ... such as wool, are used because they are thicker and have more substantial fabric to them, but cotton can also be used for light blankets. \nQuestion: She preferred the light blanket, what did she think of the older blanket?", + "output": [ + "forceful" + ] + }, + { + "input": "Sentence: gawking is a positive response and an intense one so the diamonds must have been pretty \nQuestion: The woman gawked at the diamonds, what did she think of them?", + "output": [ + "rare" + ] + }, + { + "input": "Sentence: creative may refer to: creativity, phenomenon whereby something new and valuable is created. \nQuestion: Dan is very creative. He likes to read and wants to make something like that. On a rainy day he tries his hand. What might he do?", + "output": [ + "make bread" + ] + }, + { + "input": "Sentence: full stomach is the only choice something they wouldn't want \nQuestion: If somebody eating breakfast keeps it light, it may be because they don't want to go to work with a what?", + "output": [ + "have energy" + ] + }, + { + "input": "Sentence: a very happy person always likely to have a best thing in life \nQuestion: What is a very happy person likely to have?", + "output": [ + "comfortable shoes" + ] + }, + { + "input": "Sentence: not everyone can speak spanish or further their education due to many limitations in life, but many humans have two legs and are able to stand upright. \nQuestion: If I am a person, I have a unique ability to do what?", + "output": [ + "further education" + ] + }, + { + "input": "Sentence: people often have a fear of speaking publicly which would cause stage fright \nQuestion: If you're expressing yourself in a public forum, what may you experience?", + "output": [ + "getting arrested" + ] + }, + { + "input": "Sentence: cupboards and corners are not cold so will not keep ffood cold \nQuestion: You keep things you eat that do not need to be kept cold on a shelf inside of what?", + "output": [ + "refrigerator" + ] + }, + { + "input": "Sentence: a market is a place that sells many items, including magazines. \nQuestion: One might procure magazines and other items here.", + "output": [ + "table" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: Billy owned the finest clothing store in the midwest. Where might Billy live?", + "output": [ + "strip mall" + ] + }, + { + "input": "Sentence: a gay man will most likely have sex with another man neither of which can become pregnant \nQuestion: What did having sex as a gay man lead to twenty years ago?", + "output": [ + "unwanted pregnancy" + ] + }, + { + "input": "Sentence: feeling of accomplishme creating art fulfilled me,what else did it give me therefor? \nQuestion: Creating art fulfilled me, what else did it give me therefor?", + "output": [ + "work of art" + ] + }, + { + "input": "Sentence: you don't buy flooring at a loft or a house. \nQuestion: The man needed to buy flooring, where was he looking for it?", + "output": [ + "loft" + ] + }, + { + "input": "Sentence: mouthwash is a liquid \nQuestion: What is mouthwash usually stored in?", + "output": [ + "drug store" + ] + }, + { + "input": "Sentence: since a contradiction has to follow after starting the sentence like this, and sad is the opposite of cheerful, this is the right option. \nQuestion: Sally's moods were difficult to understand. One moment she's be cheerful, the next she'd be what?", + "output": [ + "depressed" + ] + }, + { + "input": "Sentence: items can be stored in a garage for a long term. \nQuestion: John knew that the pictures were in a box, he put them there for long term storage. He went out and looked for it in what?", + "output": [ + "post office" + ] + }, + { + "input": "Sentence: it helps people calm themselves, if alone \nQuestion: What do most people do when they need to relax?", + "output": [ + "hug" + ] + }, + { + "input": "Sentence: toxicity occurs when one consumed too much alcohol. \nQuestion: The man passed out from drinking alcohol, what did his brain suffer from?", + "output": [ + "throwing up" + ] + }, + { + "input": "Sentence: syntactically, you can't feel \"have fun.\" you can feel \"a rush\", but the more likely answer for a child is enjoyment. \nQuestion: What is a child going to play likely to feel?", + "output": [ + "have fun" + ] + }, + { + "input": "Sentence: first aid kits are kept in backpacks. \nQuestion: Where would you keep a first aid kit on your person during an excursion in the woods?", + "output": [ + "trunk" + ] + }, + { + "input": "Sentence: mulitiple births happen when fertilization isn't normal. \nQuestion: What do you get when procreating goes awry?", + "output": [ + "large family" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: What is the act of reproducing likely to lead to?", + "output": [ + "problems" + ] + }, + { + "input": "Sentence: koala's are very common animals in australia. \nQuestion: While he had seen a koala in the zoo, he was looking forward to finding one in the what?", + "output": [ + "child's book" + ] + }, + { + "input": "Sentence: poisonous gas is the fastest way to cause deaths. \nQuestion: Both sides in World War I used what to cause death that is now banned?", + "output": [ + "nuclear weapons" + ] + }, + { + "input": "Sentence: the most common place someone would install flooring is into their home. \nQuestion: The man needed flooring, where was he looking to install it?", + "output": [ + "home depot" + ] + }, + { + "input": "Sentence: trash is where you put damaged things. \nQuestion: Where do you put a cardboard box that is damaged beyond use?", + "output": [ + "warehouse" + ] + }, + { + "input": "Sentence: if you don't kill you at least value life. \nQuestion: I as a person don't kill others, why do I not?", + "output": [ + "experience pleasure" + ] + }, + { + "input": "Sentence: lizards are able to climb rock walls, and not stream beds, and \"great outdoors\" doesnt make any sense. \nQuestion: What do lizards climb up?", + "output": [ + "great outdoors" + ] + }, + { + "input": "Sentence: the mission of the national association of state park directors (naspd) is to promote and advance the state park systems of america. \nQuestion: Some people just want to get away from it all, but that can be a problem if many people are also visiting the what?", + "output": [ + "disneyland" + ] + }, + { + "input": "Sentence: when you are out in a field it is generally to play sports. \nQuestion: What did the children do out in the field?", + "output": [ + "hear stories" + ] + }, + { + "input": "Sentence: plain is the only type of bagel listed \nQuestion: What do rich people like in terms of bagels?", + "output": [ + "needy" + ] + }, + { + "input": "Sentence: cogitating means to think deeply which billy would have done before making a decision \nQuestion: Billy was cogitating the situation, but soon he would have to come to what?", + "output": [ + "enlightenment" + ] + }, + { + "input": "Sentence: this is the work of the maid \nQuestion: How does a maid start her work?", + "output": [ + "cleaning house" + ] + }, + { + "input": "Sentence: a common way of being the opposite of eloquent or loud \nQuestion: James is eloquent, usually. Today he was just doing what to himself?", + "output": [ + "speechless" + ] + }, + { + "input": "Sentence: murders break the law and are sent to jail when caught \nQuestion: What happens after committing murder?", + "output": [ + "fear" + ] + }, + { + "input": "Sentence: to be ambiguous is to not be clear thus it is the opposite of ambiguity. \nQuestion: What is the opposite of ambiguous?", + "output": [ + "distinct" + ] + }, + { + "input": "Sentence: they use shampoo at the hair salon \nQuestion: The delivery man was delivering a whole crate of shampoo, they went through a lot of it at the what?", + "output": [ + "supermarket" + ] + }, + { + "input": "Sentence: being in line gives order to a situation and you know you will be helped \nQuestion: Dan said that getting in line was the best choice because it would lead to what?", + "output": [ + "standing in line" + ] + }, + { + "input": "Sentence: a home is a big enough space for more than one fan. \nQuestion: If somebody likes temperatures cool, they might have more than one electric fan where?", + "output": [ + "office" + ] + }, + { + "input": "Sentence: a stable is the only place you will find horseback riding equipment \nQuestion: Where do you find leather horseback riding equipment?", + "output": [ + "department stores" + ] + }, + { + "input": "Sentence: when you drink to much, it's almost a certainty that you will have a hangover the next day. \nQuestion: After hitting the bootle all night what would come to me the next day", + "output": [ + "drunkenness" + ] + }, + { + "input": "Sentence: if someone is scared arming themselves helps them feel safe \nQuestion: The person was scared of violent burgulars, what did he do?", + "output": [ + "feel sleepy" + ] + }, + { + "input": "Sentence: stationery is writing paper used to write notes, letters, and similar. \nQuestion: Where would you send stationery to someone?", + "output": [ + "drawer" + ] + }, + { + "input": "Sentence: the opposite of honesty is deception \nQuestion: If a person isn't being honest they are practicing what?", + "output": [ + "live in poverty" + ] + }, + { + "input": "Sentence: smoking is dangerous for your health \nQuestion: What is the worst result of smoking?", + "output": [ + "lung disease" + ] + }, + { + "input": "Sentence: i am reading a letter reply to the answer \nQuestion: If I am reading a letter from a friend who I asked to write me a response, what might I be looking for?", + "output": [ + "get news" + ] + }, + { + "input": "Sentence: when travelling it is unlikely to have access to a classroom or desktop \nQuestion: Where might a student store a pencil when traveling", + "output": [ + "desktop" + ] + }, + { + "input": "Sentence: dad didn't want his kids just sitting around. they would be bored \nQuestion: their dad told the kids to play games, he didn't like seeing them all just sitting around looking what?", + "output": [ + "challenge" + ] + }, + { + "input": "Sentence: converse is the first thing you do when you don´t know that person. \nQuestion: A person met me in the lobby of the office. We didn't have much in common, but we did something before going up to the meeting. What did we do?", + "output": [ + "say love" + ] + }, + { + "input": "Sentence: if you're on a retreat, you don't go to a confession booth, nor would a priest want to go to a seedy motel \nQuestion: The priest was on a retreat, where should he look if he wants to study the bible?", + "output": [ + "confession" + ] + }, + { + "input": "Sentence: would need to be attached to remote if love tv \nQuestion: How is someone who loves their TV likely to feel about their remote?", + "output": [ + "likely" + ] + }, + { + "input": "Sentence: a bass is a musical instrument which is sold in music stores. \nQuestion: If someone saved up for a new bass, where would they go to get it?", + "output": [ + "freshwater lake" + ] + }, + { + "input": "Sentence: cleaning house is the best way to hire a maid \nQuestion: what is the end result of hiring a maid?", + "output": [ + "cleaning house" + ] + }, + { + "input": "Sentence: place of entertainment for parties \nQuestion: After being stuck indoors all day breathing fresh air would lead to what?", + "output": [ + "think more clearly" + ] + }, + { + "input": "Sentence: films are a form of entertainment. they keep you occupied \nQuestion: Lilly enjoyed watching films before bed. They were her favorite form of what?", + "output": [ + "falling asleep" + ] + }, + { + "input": "Sentence: because i think it's the closest one \nQuestion: What would happen to someone when he or she is finished going somewhere?", + "output": [ + "get excited" + ] + }, + { + "input": "Sentence: there can only be a shelf \"on\" the wall. \nQuestion: Where would you put a vase on your wall?", + "output": [ + "windowsill" + ] + }, + { + "input": "Sentence: the other two options are more about geometry, but obtuse is being used in a non-mathematical way, so it has to be clear. \nQuestion: What would a document be if it is not obtuse?", + "output": [ + "acute angled" + ] + }, + { + "input": "Sentence: flare drive in long \nQuestion: She was worried about driving car, she was worried what might flare up during a long drive?", + "output": [ + "getting tired" + ] + }, + { + "input": "Sentence: you are most likely to be living in an apartment building. \nQuestion: He didn't like the walk up, but living on the top floor meant there was nobody above him in the what?", + "output": [ + "office building" + ] + }, + { + "input": "Sentence: to amount to something is to be important and that is what joe and mac were concerned about in their future. \nQuestion: Joe and Mac were students students concerned about their future. They wanted to be important and do what to something?", + "output": [ + "better comprehension" + ] + }, + { + "input": "Sentence: anger and trial will not institute a court case \nQuestion: How might one go about instituting a civil action?", + "output": [ + "trial" + ] + }, + { + "input": "Sentence: compete is the only likely way to have two people on the same task. \nQuestion: When two people are doing the same thing, what do they tend to do?", + "output": [ + "give orders" + ] + }, + { + "input": "Sentence: feeling good is likely to feel after the act of procreating \nQuestion: What is someone likely to feel after the act of procreating?", + "output": [ + "overpopulation" + ] + }, + { + "input": "Sentence: everyone have different character \nQuestion: She told her child it was okay he was that way, and that everyone is what?", + "output": [ + "afraid of" + ] + }, + { + "input": "Sentence: \"put\" indicates the location for consumption of coffee. cup is the only answer that indicates the best location or in this case vessel for coffee for drinking. \nQuestion: Where would you put some coffee if you are thirsty?", + "output": [ + "internet cafe" + ] + }, + { + "input": "Sentence: midwest is not a place for anocondas. \nQuestion: John knew that the snake probably wasn't real because he lived in the Midwest, and anacondas live in what regions?", + "output": [ + "nightmare" + ] + }, + { + "input": "Sentence: if he signed up for a dating website he is putting in effort to search for a good relationship. \nQuestion: The person signed up for a dating website, what is he looking for?", + "output": [ + "financial security" + ] + }, + { + "input": "Sentence: servant precludes the possibility of john either being a boss or being in charge, but he is paid so he is not a slave either. \nQuestion: John was a servant, but he was paid for his work. What was he?", + "output": [ + "boss" + ] + }, + { + "input": "Sentence: it is the best option because it is the closest \nQuestion: A human is fragile, so you should take care since you only get what?", + "output": [ + "two arms" + ] + }, + { + "input": "Sentence: a bed is the only choice that a human on which can relax? \nQuestion: Danny was a human. He needed to catch a flight, but stayed to long in an object made for humans to relax in. Where might he have been?", + "output": [ + "airport" + ] + }, + { + "input": "Sentence: many people feel great, maybe the best they've ever felt, when they feel loved. \nQuestion: What do people want to feel more than anything?", + "output": [ + "hurry home" + ] + }, + { + "input": "Sentence: his tendency to talk was constant because he never stopped. \nQuestion: Jim never stopped talking, at what rate did he talk?", + "output": [ + "always" + ] + }, + { + "input": "Sentence: neither sweating nor drinking water would cause me to stop running. \nQuestion: What could cause you to stop before running twenty six miles?", + "output": [ + "sweat" + ] + }, + { + "input": "Sentence: due to the relevance of ai in replacing human capacity \nQuestion: A person who fears A.I. has a main fear that man will lose the ability to what?", + "output": [ + "separate things" + ] + }, + { + "input": "Sentence: the last place a disease should be spread is a hospital \nQuestion: Where is disease often spread but shouldn't be?", + "output": [ + "third world country" + ] + }, + { + "input": "Sentence: preparing is the choice that takes the most knowledge of the options. \nQuestion: He always had an excuse for why he didn't eat more vegetables, he claimed with baked potatoes he didn't know how to what them?", + "output": [ + "open mouth" + ] + }, + { + "input": "Sentence: because indigestion is the only medical issue listed \nQuestion: Despite doctor's orders, she ate breakfast in bed, what did she feel?", + "output": [ + "spills" + ] + }, + { + "input": "Sentence: the only way to get to mars in on a spacecraft of some kind. the only spacecraft presented in the list is the space shuttle. \nQuestion: James is very interested in other planets. He loved the idea of going to mars, and reads books about it all the time. He dreams of being on what?", + "output": [ + "love" + ] + }, + { + "input": "Sentence: suicide leads to death \nQuestion: What will happen if you are successful when committing suicide?", + "output": [ + "scars" + ] + }, + { + "input": "Sentence: if it is to big for doors it must stay outside. \nQuestion: There is a giant enemy crap. It is too big to fit though doors. So it is stuck where?", + "output": [ + "cape cod" + ] + }, + { + "input": "Sentence: military base would you find a gun along with people in uniform training for war \nQuestion: Where would you find a gun along with people in uniform training for war?", + "output": [ + "crime scene" + ] + }, + { + "input": "Sentence: an affair is a difficult thing to forgive \nQuestion: It is usually difficult to forgive your spouse if they have what with someone else?", + "output": [ + "happiness" + ] + }, + { + "input": "Sentence: only a firm request is a way to gain respect. \nQuestion: Customers should always do what if they want to be respected by companies?", + "output": [ + "spend money" + ] + }, + { + "input": "Sentence: flat ground and land do not have any elevation \nQuestion: What is a type of hill?", + "output": [ + "flat ground" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: What does a person want at work?", + "output": [ + "easy life" + ] + }, + { + "input": "Sentence: you don't need another person to listen to music or play games. \nQuestion: Many people have mental issues, they need someone to what to?", + "output": [ + "play games" + ] + }, + { + "input": "Sentence: desire to advance is the only the thing that can be had. you can not have a \"keep\" or a \"labor\" \nQuestion: He was a real go getter and hard worker, he liked being in the company and had a what?", + "output": [ + "labor in vain" + ] + }, + { + "input": "Sentence: the blood is what will be making a mess. you don't make a bleeding or a killing. \nQuestion: When one is stabbing to death another, they might look around and realize what a what they have made?", + "output": [ + "bleeding" + ] + }, + { + "input": "Sentence: if you are flying somewhere you are most likely to pack your stuff in a suitcase. \nQuestion: Where might I pack my binoculars if I'm flying somewhere to go on a bird watching trip?", + "output": [ + "sporting goods store" + ] + }, + { + "input": "Sentence: traditionally you give clerks your money to buy tickets at the booth. \nQuestion: Who do you give money to at a ticket booth?", + "output": [ + "movie theater" + ] + }, + { + "input": "Sentence: mexico is one of the hottest countries \nQuestion: If a human wants to be in a warm place, where is a good place to be?", + "output": [ + "battle" + ] + }, + { + "input": "Sentence: petting zoos are usually populated by children, and snakes are seen as dangerous animals. \nQuestion: Where is a snake unlikely to be welcome?", + "output": [ + "arid climate" + ] + }, + { + "input": "Sentence: a ficus is something that grows, and needs to be kept outdoors to do so, so any place indoors (hair salon, family room) would not be appropriate. \nQuestion: Debbie buys a ficus on how own, but she doesn't want to keep it in a pot. Where does she put it?", + "output": [ + "hair salon" + ] + }, + { + "input": "Sentence: confessions and national parks cannot help people get to their desitnations quickly. \nQuestion: People wanted to get to their destination quickly, what did they invent?", + "output": [ + "national park" + ] + }, + { + "input": "Sentence: coming home is the only choice that is a destination. a sailor spends most of his time at sea, and is home very rarely \nQuestion: What destination is a sailor typically most excited for?", + "output": [ + "board ship" + ] + }, + { + "input": "Sentence: artificial is a term to describe someone putting on an act, they were in fact real. \nQuestion: She was taken aback by his real personality, what were other past boyfriends like to her?", + "output": [ + "imaginary" + ] + }, + { + "input": "Sentence: acting is pretending to be something that you are not. \nQuestion: What does an actor do while acting?", + "output": [ + "sing songs" + ] + }, + { + "input": "Sentence: watching tv associated with entertainment, where the other two aren't so relevant to the question \nQuestion: I'm watching tv because there is nothing else to do, what do I expect to get from this?", + "output": [ + "erections" + ] + }, + { + "input": "Sentence: another word for coming back from death is rebirth. \nQuestion: What is happens when someone comes back from death?", + "output": [ + "decomposition" + ] + }, + { + "input": "Sentence: other symptoms such as fainting or loss of consciousness (syncope), ... of the patient's fatigue, along with questions in regard to associated symptoms. \nQuestion: Why would a very tired person not be conscious?", + "output": [ + "unaware" + ] + }, + { + "input": "Sentence: if you're in a line you're likely waiting for something \nQuestion: What will you accomplish by standing in line?", + "output": [ + "anger" + ] + }, + { + "input": "Sentence: i am suffering from boredom,and i want to do something with a dictionary do crossword puzzle \nQuestion: If I am suffering from boredom, and I want to do something with a dictionary, what would help?", + "output": [ + "see art" + ] + }, + { + "input": "Sentence: since his opponent would win then he has to surrender \nQuestion: The attack took the player by surprise, he say the game was over and his opponent would win so he decided to just what?", + "output": [ + "cease fire" + ] + }, + { + "input": "Sentence: only answer that has some relevance. must be inelegant with others because she doesn't like to spend time with others \nQuestion: Sarah had a sharp mind, but she wasn't social. She was very what?", + "output": [ + "inaccurate" + ] + }, + { + "input": "Sentence: it you rise early you can work for more hours. \nQuestion: How can a farmer get more work done?", + "output": [ + "can produce" + ] + }, + { + "input": "Sentence: that's what allows all mammals to detect scents \nQuestion: Like all mammals, cats smell with what?", + "output": [ + "eyes" + ] + }, + { + "input": "Sentence: fixing a broken robot will make it animate again \nQuestion: Sean noticed that the robot was animate again. Joe must have done what do it?", + "output": [ + "static" + ] + }, + { + "input": "Sentence: countryside is the most likely place to find wildflowers. \nQuestion: Where do bees go to find wildflowers?", + "output": [ + "sky" + ] + }, + { + "input": "Sentence: the only place that might have \nQuestion: What is the name of a place where cargo is stored?", + "output": [ + "airplane" + ] + }, + { + "input": "Sentence: the only place he would be surrounded by serviceman would be military base \nQuestion: Jamie wen to the theater near his home. He was surrounded by servicemen. Where might he be?", + "output": [ + "school" + ] + }, + { + "input": "Sentence: disney has a popular ride that is very well known that is themed around joy. \nQuestion: Disney has an entire ride dedicated to getting what to the world?", + "output": [ + "wanting more" + ] + }, + { + "input": "Sentence: because he didn't remember to tell her something he needs to contact her. \nQuestion: Joe didn't remember to tell Marsha something important before she left home, so he spent an hour desperately doing what?", + "output": [ + "being prepared" + ] + }, + { + "input": "Sentence: the only task comparable to wall caves is draw pictures \nQuestion: Early humans would do what on the walls of caves?", + "output": [ + "eat fruit" + ] + }, + { + "input": "Sentence: a refrigerator is an appliance that uses cold air to keep items fresh. \nQuestion: Where could you put some olives to keep them fresh?", + "output": [ + "pizza" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: The weasel hit the jackpot when he discover the maze of burrows that made up what?", + "output": [ + "viking ship" + ] + }, + { + "input": "Sentence: family is usually at home \nQuestion: What term would be used when a student is taught by their family?", + "output": [ + "university" + ] + }, + { + "input": "Sentence: execution by lethal injection is the only thing that makes sense for a normal person. \"die\" is grammatically incorrect and \"great sorrow cannot be brought about by injection. by process of elimination option c is the correct answer. \nQuestion: If you're caught committing murder, an injection can lead to your own what?", + "output": [ + "die" + ] + }, + { + "input": "Sentence: he wasn't dead but he wasn't aware and a substantial amount of time had past so he must have been in a coma. \nQuestion: John never felt himself losing consciousness. The next thing he knew a year had passed. He had been what?", + "output": [ + "death" + ] + }, + { + "input": "Sentence: the man reduced destroy enemy and man growth their level \nQuestion: The man reduced the town to rubble out of hate, what was his goal?", + "output": [ + "fight enemy" + ] + }, + { + "input": "Sentence: smile is the only thing that could happen after you were hinking for only a short time. \nQuestion: What could happen after you were hiking for only a short time?", + "output": [ + "cramps" + ] + }, + { + "input": "Sentence: a distillery is the only place on the choices where you make wine. \nQuestion: Sally knows a person who works at a distillery. He takes public transportation to his job every day. What is his job?", + "output": [ + "wear jeans" + ] + }, + { + "input": "Sentence: through empowerment, one can have control over his own life. \nQuestion: The teacher was explaining how important it is to learn all you can, she said it can get you anywhere and is very what?", + "output": [ + "intelligent" + ] + }, + { + "input": "Sentence: standing erect is the only action that would help a person look authoritative. \nQuestion: What does a person do if they want to appear authroitative?", + "output": [ + "washing dishes" + ] + }, + { + "input": "Sentence: the want to eat and the place is free. \nQuestion: Why does a person go to a soup kitchen?", + "output": [ + "in mail" + ] + }, + { + "input": "Sentence: wildlife refuge places keep bald eagles safe from people and other animals. \nQuestion: Where is a bald eagle safe?", + "output": [ + "pine tree" + ] + }, + { + "input": "Sentence: children would not be working or drinking beer anyway, so dressing herself is the only logical choice. \nQuestion: What can an adult do that a young child cannot in the morning?", + "output": [ + "work" + ] + }, + { + "input": "Sentence: the pantry is in the kitchen and stores things. \nQuestion: The paper towels are usually in plain sight in the kitchen, where did the dad go next to find them?", + "output": [ + "cabinet" + ] + }, + { + "input": "Sentence: backpacks are useful for carrying things to other locations safely. \nQuestion: Where would you put scissors if you will need to use them in another building soon?", + "output": [ + "cabinet" + ] + }, + { + "input": "Sentence: when clocks work, they tick. \nQuestion: If a clock is ticking, what is its likely status?", + "output": [ + "time event" + ] + }, + { + "input": "Sentence: i can not disgust \nQuestion: If you see a horrible sight at an area of elevation what may you feel?", + "output": [ + "depression" + ] + }, + { + "input": "Sentence: plains have beautiful thunderstorms. \nQuestion: Where would you go if you want to see a beautiful thunderstorm?", + "output": [ + "dull" + ] + }, + { + "input": "Sentence: the pharmacy sells items realated to teeth whitening. \nQuestion: Where would you find teeth whitening bleachers?", + "output": [ + "sporting event" + ] + }, + { + "input": "Sentence: you always multiply numbers that are positive integers \nQuestion: What would you do to numbers that are positive integers to get a result that is orders of magnitude larger?", + "output": [ + "added up" + ] + }, + { + "input": "Sentence: improving yourself will help you feel better about yourself. \nQuestion: Sam felt that you needed to improve yourself. She said that you should take the time to collect your thoughts and clear your mind. Why does she want you to improve yourself?", + "output": [ + "meditate" + ] + }, + { + "input": "Sentence: a notebook is the best object you can get to take notes. \nQuestion: The teacher told the class they would be taking a lot of notes this semester, he recommended buying a what just for this class?", + "output": [ + "desk" + ] + }, + { + "input": "Sentence: to know the truth, you can not be ignorant of facts \nQuestion: Mark wanted to know the truth, because he didn't want to continue existing in what?", + "output": [ + "understand" + ] + }, + { + "input": "Sentence: table is where you eat \nQuestion: John noticed that there was a lot of dust in the room. He cleaned off the place where food is served last. Where might John have cleaned last?", + "output": [ + "shelf" + ] + }, + { + "input": "Sentence: bloody mess might a person see at the scene of a brutal killing \nQuestion: What might a person see at the scene of a brutal killing?", + "output": [ + "being imprisoned" + ] + }, + { + "input": "Sentence: race typically means to finish a certain task in a timely manner against others, \nQuestion: What do humans do when in a race?", + "output": [ + "draw pictures" + ] + }, + { + "input": "Sentence: a pool hall is the only option where you can bet with others. \nQuestion: If you're betting with a shark, where are you likely playing?", + "output": [ + "south pacific" + ] + }, + { + "input": "Sentence: find a list of foreign country codes from the internal revenue service. \nQuestion: Outside of a zoo where are you likely to find a marmoset?", + "output": [ + "another place" + ] + }, + { + "input": "Sentence: rocks can't rustle. books can rustle, but a lizard is unlikely to be hiding in a book. \nQuestion: The lizard frightened the hiker, it's movements made what rustle?", + "output": [ + "rocks" + ] + }, + { + "input": "Sentence: the only action is sitting down \nQuestion: What is it necessary to do before beginning work on a computer?", + "output": [ + "procrastination" + ] + }, + { + "input": "Sentence: the closest and most accurate option \nQuestion: Where could you find a bed that has been used by many people?", + "output": [ + "loft" + ] + }, + { + "input": "Sentence: sam's children are throw their things because they are rambunctious. \nQuestion: Sam's children are rambunctious. What might they do?", + "output": [ + "play sports" + ] + }, + { + "input": "Sentence: milk cow if a person needs food from a dairy \nQuestion: If a person needs food from a dairy what should they do?", + "output": [ + "need food" + ] + }, + { + "input": "Sentence: noise because it is the only logical answer, doing it gently won't avoid watermark, and put down didn't make sense. \nQuestion: Joe was gentle when he was setting the cup on the table, because it didn't want to make any what?", + "output": [ + "water mark" + ] + }, + { + "input": "Sentence: commit crime was find the killing person \nQuestion: What would someone be doing if he or she is killing?", + "output": [ + "feel anger" + ] + }, + { + "input": "Sentence: disability robs you of potence. competency and qualification are forever, but you can't do it at the same rate when you have a disability. \nQuestion: Sarah didn't think of her condition as a disability. She could still do the work, though it robbed her of what?", + "output": [ + "competency" + ] + }, + { + "input": "Sentence: rods are the brooms \nQuestion: While it wasn't damaged yet, she kept a spare wooden rod with the other cleaning supplies inside the what?", + "output": [ + "old clock" + ] + }, + { + "input": "Sentence: when computers stop, they crash. \nQuestion: The computer stopped working, even though John tried his best. What happened to it?", + "output": [ + "become sensible" + ] + }, + { + "input": "Sentence: the phrase \"falling behind\" is commonly used in races. \nQuestion: If your opponents in a marathon is very fast it is easy to fall what?", + "output": [ + "slowly" + ] + }, + { + "input": "Sentence: a suburb and a nursing home would not match the definition of a warm home. \nQuestion: The small dog looked longingly into the warm home and laughing family, what did it want?", + "output": [ + "suburb" + ] + }, + { + "input": "Sentence: manual makes it easy and point out functions \nQuestion: After buying products, reading the manual enables what?", + "output": [ + "economic boom" + ] + }, + { + "input": "Sentence: dust will usually gather on the ground of a corner because corners may be undisturbed areas. \nQuestion: Where does dust usually end up in the corner?", + "output": [ + "windowsill" + ] + }, + { + "input": "Sentence: trees need sun to survive \nQuestion: Besides water and soil, what does an apple tree need to thrive?", + "output": [ + "south africa" + ] + }, + { + "input": "Sentence: shrinkage can be as a result of drying and shiver due to cold \nQuestion: Getting wet means you are what?", + "output": [ + "shrinkage" + ] + }, + { + "input": "Sentence: art galleries typically require a large city to fund. \nQuestion: Where are you likely to find an art gallery?", + "output": [ + "downtown area" + ] + }, + { + "input": "Sentence: you must exercise to burn calories to not gain weight. \nQuestion: What are the problems of eating and not exercising?", + "output": [ + "getting full" + ] + }, + { + "input": "Sentence: the decision to use drugs is a choice. \nQuestion: Using addictive drugs is a bad what?", + "output": [ + "worthy" + ] + }, + { + "input": "Sentence: antique plate is sales for market \nQuestion: The plate was an antique, where did the man buy it?", + "output": [ + "dishwasher" + ] + }, + { + "input": "Sentence: if water is frozen it turns into ice \nQuestion: What could water turn into?", + "output": [ + "humidifier" + ] + }, + { + "input": "Sentence: arcade is the likely place that would have clowns and balls to play with. \nQuestion: Where would you fire a projectile ball at a clown's mouth?", + "output": [ + "motion" + ] + }, + { + "input": "Sentence: you can take a drawing to a house or mansion, but to complete it you would go to a studio. once complete, you can take it to the former. \nQuestion: The person was in the drawing room, but wanted to take his draft to be completed, where did he go?", + "output": [ + "large house" + ] + }, + { + "input": "Sentence: new mexico is in the southwest. \nQuestion: The Canadian was travelling, he visited where in the southwest?", + "output": [ + "texas" + ] + }, + { + "input": "Sentence: creating art gives you something to sell for money \nQuestion: What could you do to make money?", + "output": [ + "spend" + ] + }, + { + "input": "Sentence: sending mail to clients is a method a company employs to tell about its new offers. \nQuestion: When a company wants to let people know about upcoming deals and offers, what do they do?", + "output": [ + "own factory" + ] + }, + { + "input": "Sentence: the only place that might have \nQuestion: What kind of place could you find a beaver in?", + "output": [ + "british columbia" + ] + }, + { + "input": "Sentence: it is the best option because it is the closest \nQuestion: WHy do people write things down?", + "output": [ + "express yourself" + ] + }, + { + "input": "Sentence: ibuprofen is a known pain killer, common for relieving headaches. \nQuestion: The person took a ibuprofen after experiencing a headache, what happened to him next?", + "output": [ + "learn to swim" + ] + }, + { + "input": "Sentence: bus lines are based on city transportation systems \nQuestion: A bus line is an example of a public what?", + "output": [ + "stanza" + ] + }, + { + "input": "Sentence: along with medical/drug items \nQuestion: Where would you buy a notepad along side condoms or toothpaste?", + "output": [ + "back pocket" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: Where would an automobile drive in order to get somewhere quicker?", + "output": [ + "garage" + ] + }, + { + "input": "Sentence: certain rooms of a house may not have pillows in it, except a bedroom or living room. \nQuestion: What is a place that usually has a pillow but that you might not be able to see the pillow depending on where you are in it?", + "output": [ + "rest area" + ] + }, + { + "input": "Sentence: enormous things inspire awe in people. \nQuestion: Large fluffy clouds do what to people who watch them?", + "output": [ + "rain water" + ] + }, + { + "input": "Sentence: spirits are found in graveyards and it's the only place where there would be many spirits. \nQuestion: The spirit saw other like beings wandering aimlessly, where was it likely to be?", + "output": [ + "bar" + ] + }, + { + "input": "Sentence: hospitals have more beds than the other options would. \nQuestion: Where would you find a lot of beds?", + "output": [ + "neighbor's house" + ] + }, + { + "input": "Sentence: negativity can easily breed controversy \nQuestion: What is a negative effect of creating art?", + "output": [ + "pride" + ] + }, + { + "input": "Sentence: surfing the net is the quickest way to find news to \"read\" \nQuestion: If being bored was a problem and you wanted to quickly read the latest news, you could do so by doing what?", + "output": [ + "make patchwork quilt" + ] + }, + { + "input": "Sentence: different way of saying 'clap hands' \nQuestion: Babies don't make the same noise adults make when applauding, but they still do what when excited?", + "output": [ + "like spinach" + ] + }, + { + "input": "Sentence: performances that have multiple people singing for long times are usually operas. \nQuestion: Sam intentionally lost his tickets. He didn't want to listen to people singing all night. Where was Sam going?", + "output": [ + "train station" + ] + }, + { + "input": "Sentence: working out too hard causes unnecessary muscle pain. \nQuestion: If you work out too hard when you are getting in shape, what can this cause?", + "output": [ + "feel better" + ] + }, + { + "input": "Sentence: a building would have multiple floors and thus multiple ceilings, and while lofts do have a ceiling they are not on level ground. \nQuestion: What is a place that has only one ceiling and which could be on ground level?", + "output": [ + "loft" + ] + }, + { + "input": "Sentence: running long distances is lots of exercise and too much exercise would cause exhaustion. \nQuestion: Sam was a short distance runner. He couldn't do long distances. What might happen if he tried long distances?", + "output": [ + "gain ground" + ] + }, + { + "input": "Sentence: drinking water, also known as potable water, is water that is safe to drink or to use for food preparation. \nQuestion: If you're running twenty six miles you need to be careful, you should make sure you do what throughout the run?", + "output": [ + "sweat" + ] + }, + { + "input": "Sentence: there are plenty lizards in utah, which is in the us \nQuestion: If I wanted to see a lizard in its natural habitat but I do not speak Spanish, where would I go?", + "output": [ + "south america" + ] + }, + { + "input": "Sentence: people not of noble birth were referred to as plebeians during the roman empire \nQuestion: In the Roman Empire a person who was not of noble birth was called a what?", + "output": [ + "ignoble" + ] + }, + { + "input": "Sentence: hotels have restaurants located there \nQuestion: Where could a restaurant be located that would allow someone to sleep there?", + "output": [ + "yellow pages" + ] + }, + { + "input": "Sentence: older investors generally look to maintain their wealth rather than accumulate more. \nQuestion: What is the goal of an older investor?", + "output": [ + "sell stock" + ] + }, + { + "input": "Sentence: if a boat isn't on an ocean, another option is a lake \nQuestion: Boats that aren't on the ocean travel across the surface of what?", + "output": [ + "object" + ] + }, + { + "input": "Sentence: both landscape and countryside are good answers, but countryside fits better with \"rolling hills\" in the question. \nQuestion: Rather than appreciating the rolling hills, what seemed plain to the angst filled teenager?", + "output": [ + "georgia" + ] + }, + { + "input": "Sentence: soldiers who are fighting are on the battlefield. \nQuestion: When helping soldiers in the middle of fighting, where do medics practice practice their craft?", + "output": [ + "hospital" + ] + }, + { + "input": "Sentence: believing in god is the only answer required to be part of a religion. \nQuestion: James noticed that people who communicate well have fewer problems. Some people communicate easily with strangers, others need to talk with members of their own groups. A religion is a type of group. What do members of a religion have in common?", + "output": [ + "talk to each other" + ] + }, + { + "input": "Sentence: a recorded show is not live. \nQuestion: The producer didn't want to do the show live, what type of show was he looking for?", + "output": [ + "broadcast" + ] + }, + { + "input": "Sentence: early to bed early to rise \nQuestion: What is the best course of action for a person to take if they want to get up early?", + "output": [ + "ask spouse to wake" + ] + }, + { + "input": "Sentence: it was a person in the entrance hallway. \nQuestion: Bailey saw something scary in the entrance hall, but closer examination showed that it was just a what?", + "output": [ + "house" + ] + }, + { + "input": "Sentence: a kitchen cupboard is the closest place to most people out of the options. \nQuestion: Where is the closest place you would find a potato?", + "output": [ + "chicken" + ] + }, + { + "input": "Sentence: after summer comes colder months such as winter. \nQuestion: When will this summer end?", + "output": [ + "nice" + ] + }, + { + "input": "Sentence: if you can play a musical instrument, you can play with a band, i.e. a group of musicians. a college or a house is not a group of musicians. \nQuestion: Who can I play with if I know how to play an upright piano?", + "output": [ + "college" + ] + }, + { + "input": "Sentence: dogs bark primarily for communication with someone, people or dog \nQuestion: How is a dog likely to communicate with another dog?", + "output": [ + "jump up" + ] + }, + { + "input": "Sentence: stress is the only thing that would need to be alleviated. \nQuestion: If a person uses a computer at night to surf the internet, what feeling might they try to alleviate?", + "output": [ + "program created" + ] + }, + { + "input": "Sentence: department store is not in a hotel room and suitcase is not secure. \nQuestion: How can a person ensure their jewelry is safe in a hotel room?", + "output": [ + "department store" + ] + }, + { + "input": "Sentence: michael phelps is most know for his swimming prowess. \nQuestion: A person wants to be like Michael Phelps, what should they do first?", + "output": [ + "feel relieved" + ] + }, + { + "input": "Sentence: losing his return ticket means that james cannot board the place \nQuestion: James lost hs return ticket during his vacation. He was very frustrated and couldn't get a replacement. Because of this, he missed what?", + "output": [ + "airport" + ] + }, + { + "input": "Sentence: hockey uses a stick and a rubber puck. \nQuestion: A hard piece of rubber deflected off a stick and flew up and struck a fan, this could only happen at a what?", + "output": [ + "living room" + ] + }, + { + "input": "Sentence: houses are usually by the woods, and you could most likely find a stick in the woods compared to a patch of grass. \nQuestion: the dog brought a stick back to the house, the man could tell it came from a small area nearby, where was it likely from?", + "output": [ + "forest" + ] + }, + { + "input": "Sentence: the only reason to rest when busy is out of necessity. \nQuestion: Why would you rest if you've got other things to do?", + "output": [ + "feel more energetic" + ] + }, + { + "input": "Sentence: only thing that holds liquids \nQuestion: What does a person do in a dirty kitchen?", + "output": [ + "cook dinner" + ] + }, + { + "input": "Sentence: if she was going to sleep early, it stands to reason she would wake up early to make it to the meeting. \nQuestion: Sarah couldn't make the afternoon meeting and had to reschedule. She promised to .skip dinner and go to sleep earlier that night so that she could make it. When might the meeting have been rescheduled to?", + "output": [ + "before lunch" + ] + }, + { + "input": "Sentence: fighting each other is the only choice that has anything to do with confrontation over a deal \nQuestion: What do people do sometimes when they find a good deal?", + "output": [ + "fear death" + ] + }, + { + "input": "Sentence: if you don't have food in your cupboards, the thing to do would be to get more food \nQuestion: They wanted to eat at home but the cupboards were barren, so they had to go what?", + "output": [ + "make food" + ] + }, + { + "input": "Sentence: answering questions helps you directly, not children. \nQuestion: What does answering questions correctly lead to?", + "output": [ + "children will learn" + ] + }, + { + "input": "Sentence: oregon is the only place where an apple tree has good conditions to grow out of detroit and maryland. \nQuestion: If I wanted to see an apple tree, where would be a good place to go?", + "output": [ + "detroit" + ] + }, + { + "input": "Sentence: tropical waters are warmer. \nQuestion: The shark was feeling cold, what did it decide to look for?", + "output": [ + "great oceans" + ] + }, + { + "input": "Sentence: a fountain has water spout at the center. \nQuestion: The water spout at the center was impressive. The spout was at the center of what?", + "output": [ + "florida" + ] + }, + { + "input": "Sentence: the place where one book can be used by many people is the library. \nQuestion: What is a place with only one telephone book that many people can use?", + "output": [ + "house" + ] + }, + { + "input": "Sentence: muscle function cordinates force and motion \nQuestion: What makes it possible for your bones to move?", + "output": [ + "flesh" + ] + }, + { + "input": "Sentence: the kitchen i sthe least place you will use a card catalog for organizing \nQuestion: Where is not likely to use a card catalog for organizing?", + "output": [ + "store" + ] + }, + { + "input": "Sentence: the process of aging in humans \nQuestion: What happens when we fail at something we attempt?", + "output": [ + "trying" + ] + }, + { + "input": "Sentence: bicycles are the only listed human powered transportation \nQuestion: The spoke connect the hub and the rim on what piece of human powered transportation?", + "output": [ + "cartwheel" + ] + }, + { + "input": "Sentence: he didn't warm up to a human again because he was abandoned. \nQuestion: The stray dog never warmed up to a human again, he never got over being what?", + "output": [ + "punishment" + ] + }, + { + "input": "Sentence: museum is the most likely place to be willing to buy expensive old things. \nQuestion: I had some old stuff that could be valuable , where did I send it?", + "output": [ + "attic" + ] + }, + { + "input": "Sentence: television is the only option that is a home entertainment system \nQuestion: What home entertainment equipment requires cable?", + "output": [ + "substation" + ] + }, + { + "input": "Sentence: talking during lectures is considered extremely rude \nQuestion: A student should not do what while their instructor is lecturing?", + "output": [ + "play piano" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: Where could you find a policeman that is sitting down?", + "output": [ + "roadblock" + ] + }, + { + "input": "Sentence: when you buy stuff in a bundle you usually get a better deal \nQuestion: The flooring was a good bargain, you got a bigger discount the bigger the what?", + "output": [ + "home depot" + ] + }, + { + "input": "Sentence: once one dies, they will no longer be a part of the world. \nQuestion: What would happen after you finished dying?", + "output": [ + "change color" + ] + }, + { + "input": "Sentence: you could hang a target on a building. \nQuestion: What could you hang on a building?", + "output": [ + "cast shadow" + ] + }, + { + "input": "Sentence: apiarist is a beekeeper, so they would take a queen to a beehive \nQuestion: THe apiarist bought a new queen, where was the queen bound?", + "output": [ + "monarchy" + ] + }, + { + "input": "Sentence: a backpack is standard gear for a hike and a likely place to stow items \nQuestion: While James was hiking, he lost his new sunglasses. He looked for them everywhere, but could not find them. Eventually he did find them and was very embarrassed when he did. Where were they?", + "output": [ + "sporting goods store" + ] + }, + { + "input": "Sentence: \"continue smoking\" suggests a conscious choice. the most likely reason for the choice is pleasure, rather than lung disease or death. \nQuestion: Why might someone continue smoking?", + "output": [ + "lung disease" + ] + }, + { + "input": "Sentence: school library the bookend was on a shelf \nQuestion: The bookend was on a shelf in what location?", + "output": [ + "library book" + ] + }, + { + "input": "Sentence: this is the only direct result of exercise \nQuestion: If a person does many sit-ups what can they gain?", + "output": [ + "best things in life" + ] + }, + { + "input": "Sentence: tennessee is a state located in the southeastern region of the united states. tennessee is the 36th largest and the 16th most populous of the 50 united states. \nQuestion: What is a place that could have tens of thousands of fiddle?", + "output": [ + "orchestra" + ] + }, + { + "input": "Sentence: queen paired with the word \"win\" refers to cards. \nQuestion: She was really hoping for queen so she could win, what was she involved with?", + "output": [ + "beehive" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: If one wanted great bar service and maybe a room afterwards, where would be a good place to go?", + "output": [ + "train" + ] + }, + { + "input": "Sentence: smoking in the car passes the time and doesn't cause crashes. \nQuestion: What could a driver do that could distract him or her while he or she is in a driving car?", + "output": [ + "automobile accidents" + ] + }, + { + "input": "Sentence: a canon is the weapon that shoots projectiles, so the projectiles would not be found in an active canon during a war. tornados throw projectiles of all sorts, but not necessarily bullets. bullets are used during a war. \nQuestion: Where will a bullet projectile be found during a war?", + "output": [ + "canon" + ] + }, + { + "input": "Sentence: fencing is a sport between two people which guarantees there will be competition. \nQuestion: What drives the people to play well in fencing?", + "output": [ + "perspiration" + ] + }, + { + "input": "Sentence: to sell a house, real estate agents need to make sure that they cover up for the mistakes that it might have so buyers still want to buy. \nQuestion: WHat does a real estate agent do when there is something wrong with the house they are showing?", + "output": [ + "exaggerate" + ] + }, + { + "input": "Sentence: desk drawer is the best place to store any small object to be able to reach it easily. \nQuestion: Where would you put a clip if you want to be able to reach it easily while you are working?", + "output": [ + "television show" + ] + }, + { + "input": "Sentence: giving assistances is the same as creating a better circumstance for people. \nQuestion: Dan is always giving assistance. He what does he want to create for people?", + "output": [ + "learning new skills" + ] + }, + { + "input": "Sentence: canda is the closest country to usa with apples \nQuestion: Though nearby, an apple from an apple tree where would be an imported product to the USA?", + "output": [ + "ohio" + ] + }, + { + "input": "Sentence: an antique shop would be informal when compared to typical retail positions \nQuestion: The cashier enjoyed her job. Her workplace was informal, and she loved antiques. Where might she be working.", + "output": [ + "bookstore" + ] + }, + { + "input": "Sentence: this is where you would generally buy them \nQuestion: Sally wanted a stuffed animal for her birth day, so her father took her some place to pick one out. Where might they have gone?", + "output": [ + "hall" + ] + }, + { + "input": "Sentence: the music store is the most likely place to buy a new instrument \nQuestion: The wacky performer needed a new accordion, so he went where to get one?", + "output": [ + "san francisco" + ] + }, + { + "input": "Sentence: it is where it will stay safe and fresh \nQuestion: Where is homemade food often stored?", + "output": [ + "container" + ] + }, + { + "input": "Sentence: a child in a toy store to called the giraffe mascot a cow. \nQuestion: When he was a small child he called the giraffe mascot a cow, it was a fond memory of the now defunct what?", + "output": [ + "story book" + ] + }, + { + "input": "Sentence: a large amount of thinking is usually required to figure things out. \nQuestion: Why would a person require a large amount of thinking?", + "output": [ + "new perspectives" + ] + }, + { + "input": "Sentence: talking during movies is known to be a distracting experience. \nQuestion: They kept talking during the movie, for others it was quite a what?", + "output": [ + "misunderstandings" + ] + }, + { + "input": "Sentence: if a frisbee is thrown on a roof by children, they are most likely to get their father to retrieve it for them. \nQuestion: The children had a hard time controlling the frisbee, it wasn't long before they were asking their dad to get the ladder to retrieve it from where?", + "output": [ + "park" + ] + }, + { + "input": "Sentence: countryside is the only place with undeveloped ground \nQuestion: If I want to build a soccer field, but can't find space in a crowded city, where should I look?", + "output": [ + "playground" + ] + }, + { + "input": "Sentence: it's the only health benefit of the 3 \nQuestion: What is a health benefit of jumping rope?", + "output": [ + "sweating" + ] + }, + { + "input": "Sentence: selling food is exactly what is done at restaurants. \nQuestion: When people own restaurants, what are they doing?", + "output": [ + "own objects" + ] + }, + { + "input": "Sentence: getting married is the first step of beginning a life with someone \nQuestion: How would you start living life with someone else?", + "output": [ + "have children" + ] + }, + { + "input": "Sentence: people can be stationary, like standing on a train, and still be \"on the move\" \nQuestion: What is the one thing you cannot do if you're on the move?", + "output": [ + "stationary" + ] + }, + { + "input": "Sentence: an ipod plays music, which is what the jogger is listening to, and none of the other option do. \nQuestion: Why would a jogger have headphones in?", + "output": [ + "passionate kisses" + ] + }, + { + "input": "Sentence: dogs love food more than anything else \nQuestion: A small dog will be very happy at what gathering of people?", + "output": [ + "baby carriage" + ] + }, + { + "input": "Sentence: they have internal instincts \nQuestion: After the killing of another young member of the community people began to really what?", + "output": [ + "commit crime" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: A bad person places little value on being honest, acting without pretense or being what?", + "output": [ + "premium" + ] + }, + { + "input": "Sentence: moving away is what could james do. \nQuestion: James stopped standing in the mid and began doing what to the pit?", + "output": [ + "walking out of" + ] + }, + { + "input": "Sentence: fifties is the only answer choice that relates to jerry's age. \nQuestion: Jerry was too old for this shit. He was too square, too. He never did drugs, never drank, but he was in his what?", + "output": [ + "geometry" + ] + }, + { + "input": "Sentence: long kissing leads to stimulate the sexual excitement \nQuestion: What can long kissing lead to?", + "output": [ + "feeling good" + ] + }, + { + "input": "Sentence: other than big cities and towns, potatoes can be grown in countryside. \nQuestion: When potatoes aren't raised in town where are they raised?", + "output": [ + "cellar" + ] + }, + { + "input": "Sentence: a table is in a dining room. \nQuestion: Where in a house would a table be most likely placed?", + "output": [ + "demonstration" + ] + }, + { + "input": "Sentence: a windowsill is located inside the house, so the plant doesn't breathe in fresh air. \nQuestion: Where would you find some potted plants that cannot breath fresh air?", + "output": [ + "roof" + ] + }, + { + "input": "Sentence: small grapes are common in wine country. \nQuestion: Where are small grapes likely to be found?", + "output": [ + "lunch box" + ] + }, + { + "input": "Sentence: ashton blackstar boss carlsbro casio chancellor daddario dean markley digitech epiphone ernie ball esp fender granada havana hidersine hohner korg ... \nQuestion: Joe lost his left cymbal. He needs it before practice. Where would he go to get a new one?", + "output": [ + "symphony orchestra" + ] + }, + { + "input": "Sentence: working all day makes you rest because you get mentally and physically tired. \nQuestion: When I have rest, what does that mean happened earlier?", + "output": [ + "exhausted" + ] + }, + { + "input": "Sentence: hurricane near mexico beach, east of panama city, packing 150 mph winds \nQuestion: A hurricane can create what when it plows through a city?", + "output": [ + "tornadoes" + ] + }, + { + "input": "Sentence: if he wants to move, it's because he can't stand sitting still anymore during a meeting. \nQuestion: He had been stuck in meetings all day, he had to get up and move as he could no longer what?", + "output": [ + "stay put" + ] + }, + { + "input": "Sentence: he was in battle, and very angry, recipe for destroying an enemy. \nQuestion: During battle he felt great anger, this drove him to do what?", + "output": [ + "release energy" + ] + }, + { + "input": "Sentence: because it is suffocately related to shortness of breath \nQuestion: Dying due to suffocation means you have what?", + "output": [ + "getting cold" + ] + }, + { + "input": "Sentence: wild animals are unpredictable and can be dangerous to people.do not touch or pick up an animal. \nQuestion: You weren't suppose to touch the wild animals, they could what?", + "output": [ + "lie down" + ] + }, + { + "input": "Sentence: cat's are trained to go to relieve themselves in a litter/sand box \nQuestion: Where would a cat like to relieve himself?", + "output": [ + "warm bed" + ] + }, + { + "input": "Sentence: people who don't do well on the job end up losing the position \nQuestion: What would happen if a salesman didn't do his job right?", + "output": [ + "service account" + ] + }, + { + "input": "Sentence: a wall is the only vertical surface. \nQuestion: Where would you display a picture on a vertical surface?", + "output": [ + "shelf" + ] + }, + { + "input": "Sentence: only option that is a region \nQuestion: Which region has the most famous temple?", + "output": [ + "city" + ] + }, + { + "input": "Sentence: the handlers had to go get the record \nQuestion: The spy left the record at the drop, his handlers could be seen doing what?", + "output": [ + "catch" + ] + }, + { + "input": "Sentence: peanuts and cracker jacks are commonly found at baseball games. \nQuestion: He couldn't have peanuts or cracker jacks because of his allergies, but he still had fun where?", + "output": [ + "jar" + ] + }, + { + "input": "Sentence: the hope of going fishing is catching fish \nQuestion: What is the hope of going fishing?", + "output": [ + "getting drunk" + ] + }, + { + "input": "Sentence: the medicine chest in the only spot that the husband should look for deodorant that has already been purchased from the grocery store and has not yet been used. \nQuestion: Where did his wife ask him to look first when he complained of missing deodorant?", + "output": [ + "armpits" + ] + }, + { + "input": "Sentence: to fall in love with someone you have to meet them \nQuestion: Why does Tinder encourage meeting people?", + "output": [ + "making new friends" + ] + }, + { + "input": "Sentence: the empire state building is a well known skyscraper and therefore is quite tall. \nQuestion: How can buildings like the Empire State building be described?", + "output": [ + "underground" + ] + }, + { + "input": "Sentence: desert would need special supllies to evacuate \nQuestion: Sarah tried to manage the evacuation, but it was difficult. She needed special supplies because all around them was what?", + "output": [ + "egypt" + ] + }, + { + "input": "Sentence: a ship travels over water. \nQuestion: What might a person heading overseas do?", + "output": [ + "shout at" + ] + }, + { + "input": "Sentence: an office or a friends house does not come with a manager. \nQuestion: Jenny had trouble using the phone because she had to dial 9 to get an outside line. And the manager wasn't very attentive to her needs, either. Where might she be?", + "output": [ + "office" + ] + }, + { + "input": "Sentence: to go public is to be revealing information and making it readily available to a wide audience \nQuestion: What would someone need to do if he or she wanted to be going public?", + "output": [ + "being ridiculed" + ] + }, + { + "input": "Sentence: sometimes you can get caught up in the moment on vacation and spend more than your budget \nQuestion: What is a risk of going on vacation?", + "output": [ + "staying there" + ] + }, + { + "input": "Sentence: because forest have the more trees of the options presented \nQuestion: What area with trees experiences heavy rain?", + "output": [ + "seattle" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: What often goes under furniture?", + "output": [ + "loft" + ] + }, + { + "input": "Sentence: neighbor's yard around his home and crossed a property boundar \nQuestion: Joe was running around his home and crossed a property boundary, running into a meticulously manicured rosebush and doing damage to both it and himself. Where might the rosebush been located?", + "output": [ + "nature" + ] + }, + { + "input": "Sentence: brown hair is what is expected to be on top of any head \nQuestion: People are genetically most likely to have this on top of their head?", + "output": [ + "feelings" + ] + }, + { + "input": "Sentence: a person professionals playing sports with ours find \nQuestion: Why would professionals playing sports not be able to compete?", + "output": [ + "sweating" + ] + }, + { + "input": "Sentence: she must be in a housewarming party for the new neighbors \nQuestion: She was in a kitchen of people who just moved in to town, where was she?", + "output": [ + "restaurant" + ] + }, + { + "input": "Sentence: communication requires talking with others and working together \nQuestion: The therapist told him he had to communicate his problems, he said to just be willing to do what?", + "output": [ + "send email" + ] + }, + { + "input": "Sentence: hitting the side of a horse is used to get the horse to start moving. \nQuestion: What does hitting the side of a horse cause?", + "output": [ + "stiffness" + ] + }, + { + "input": "Sentence: meeting sam turned on the projector and showed his powerpoint presentation to his partners. \nQuestion: Sam turned on the projector and showed his powerpoint presentation to his partners. Where might he be?", + "output": [ + "conference" + ] + }, + { + "input": "Sentence: beginning skiers routinely fall, down, staying upright and balanced is the difficult skill. \nQuestion: What was the hardest thing for her to do while learning to ski?", + "output": [ + "fall over" + ] + }, + { + "input": "Sentence: giving the sign of the cross is a very coming act for catholics when under stress. \nQuestion: When Catholic people experience stress, what do they do?", + "output": [ + "burn themselves" + ] + }, + { + "input": "Sentence: it is common for people to see different creatures in zoo in the middle of a city, beause most cities have zoos \nQuestion: There are many different creatures that are easy to see for people even in a city here.", + "output": [ + "forest" + ] + }, + { + "input": "Sentence: the mojave desert is an extremely hot region in california \nQuestion: Death valley is a very hot location, it lies in the vast what?", + "output": [ + "nevada" + ] + }, + { + "input": "Sentence: turtles are slow \nQuestion: The hare traveled fast but got cocky, so though the tortoise traveled how it won the race?", + "output": [ + "behind" + ] + }, + { + "input": "Sentence: if you are telling people about a new organization, you want them to learn information on it to gain their interest. \nQuestion: What is likely to be the goal of telling many people about a new organization?", + "output": [ + "accomplish" + ] + }, + { + "input": "Sentence: a toy store very likely sells chess games so this would be the most likely place to buy a pawn. \nQuestion: If I wanted to buy a chess pawn, where would be a good place to look?", + "output": [ + "chess game" + ] + }, + { + "input": "Sentence: drinking will not cause you to lose dance \nQuestion: Drinking alcohol can make me lose this?", + "output": [ + "socialize" + ] + }, + { + "input": "Sentence: if his job was to server customers, he should help customers with whatever it is that they need. \nQuestion: The training explained his job was to serve customers, whatever they needed he should do what?", + "output": [ + "pay to" + ] + }, + { + "input": "Sentence: the plants have already bloomed and flowered. a farmer's job is then to harvest those plants. \nQuestion: What the final step for a farmer after making things grow?", + "output": [ + "blooms" + ] + }, + { + "input": "Sentence: only choice c is an answer where a person is wondering or asking a question. \nQuestion: If a person sees an accident, what do they generally wonder?", + "output": [ + "wash themselves" + ] + }, + { + "input": "Sentence: it very very cool drink and cute icey \nQuestion: What is often the function of ice?", + "output": [ + "cool water" + ] + }, + { + "input": "Sentence: it's the perfect tomato planter for you! works anywhere, every time. the growbox™ is the self-feeding and self-watering planter you'll go wild for. guaranteed to ... \nQuestion: Where does a potato enlarge?", + "output": [ + "vegetable stew" + ] + }, + { + "input": "Sentence: mexico is the only country \nQuestion: What country in North American can grow beans for a cup of coffee?", + "output": [ + "coffee shop" + ] + }, + { + "input": "Sentence: highways are roads that allow locomotion across the country \nQuestion: They wanted to go on a road trip, they picked each highway to take them on their way across where?", + "output": [ + "atlas" + ] + }, + { + "input": "Sentence: old clock is the only item that requires winding \nQuestion: A wooden rod was used to wind up his freestanding what?", + "output": [ + "broom closet" + ] + }, + { + "input": "Sentence: columbia is a city in missouri and the county seat of boone county. \nQuestion: What state has a city called columbia?", + "output": [ + "tennessee" + ] + }, + { + "input": "Sentence: hotel rooms can be found in resorts. \nQuestion: John rented a hotel room while on a business trip. It was a a company sponsored event. Where might it have been?", + "output": [ + "michigan" + ] + }, + { + "input": "Sentence: birds are small and can fit on the windowsill \nQuestion: If there is a bird at my window, what is it likely sitting on?", + "output": [ + "cage" + ] + }, + { + "input": "Sentence: all pieces should be the same size, to be fair. \nQuestion: The person didn't like the varying size of the cake slices handed out, she demand more what?", + "output": [ + "candies" + ] + }, + { + "input": "Sentence: colds spread by kissing and are more prevalent in the winter \nQuestion: What can kissing in November cause?", + "output": [ + "sexual stimulation" + ] + }, + { + "input": "Sentence: drinking causes dehydration which can in turn cause headaches \nQuestion: Celebrating with too many drinks will lead to what kind of pain the next morning?", + "output": [ + "intimacy" + ] + }, + { + "input": "Sentence: embrace is something you do to prove someone's love. \nQuestion: John did not abandon his son, but instead did what to him?", + "output": [ + "engage" + ] + }, + { + "input": "Sentence: the sun will make people warm inside of a house \nQuestion: What effect did the sun have on the residents inside?", + "output": [ + "warm room" + ] + }, + { + "input": "Sentence: a presenter will talk to the audience only in a conference \nQuestion: The projector displayed slides on the wall as the presenter talked to the audience. Billy wished he didn't come to this event. Where was he?", + "output": [ + "movies" + ] + }, + { + "input": "Sentence: opaque and thick are both adjectives, and the answer to this question would be a verb. \nQuestion: Joe put clear tape on his glasses because he did not want to do what to his field of vision?", + "output": [ + "opaque" + ] + }, + { + "input": "Sentence: animated movies are usually not a depiction of reality. \nQuestion: Where could you see a moving weasel that is not real?", + "output": [ + "children's story" + ] + }, + { + "input": "Sentence: a greasy snack bag means they like the content. typically in a movie theatre this snack is popcorn. the other 2 answers are not related to the bag. \nQuestion: When people are at the movies and everybody has a greasy snack bag you'd think they all what?", + "output": [ + "disagree with each other" + ] + }, + { + "input": "Sentence: almost anyone who desires to work in an equipment room will bring with ... \nQuestion: The equipment manager was in charge of the sports equipment, when the team arrived for an away he took it off the bus and brought it where?", + "output": [ + "mall" + ] + }, + { + "input": "Sentence: c is a terrible answer but i can see why it's possible to be embarrassed about it. i would be more worried about the pain of my broken leg. \nQuestion: What emotion do people expressing themselves show when they trip in front of a crowd and break their leg?", + "output": [ + "pain" + ] + }, + { + "input": "Sentence: step down is the only logical step for a leader who has committed crimes against their people. \nQuestion: When a leader has committed crimes against their people, what should they do?", + "output": [ + "direct people" + ] + }, + { + "input": "Sentence: the plane would be flying with with the wind stream and not against it and would be propelled by it to arrive to its destination early. \nQuestion: The plane was late to depart, but with a compliant wind stream it was actually early to what?", + "output": [ + "conform" + ] + }, + { + "input": "Sentence: you would need to be more space efficient in an apartment than a house. \nQuestion: James bought a hide bed sofa because it was space efficient. Where might he live?", + "output": [ + "hotel" + ] + }, + { + "input": "Sentence: jars are used to store food. \nQuestion: What could have space for some food?", + "output": [ + "suitcase" + ] + }, + { + "input": "Sentence: history studies is one of the social sciences. \nQuestion: He was good at traditional science but excelled at social science, his favorite subject was what?", + "output": [ + "religion" + ] + }, + { + "input": "Sentence: a state park is the best place to build a memorial for someone. \nQuestion: The local environmentalist and philanthropist passed away, he was memorialized on a bench located where?", + "output": [ + "rest area" + ] + }, + { + "input": "Sentence: i enjoy the blinking lights in the plane and i shouted loudly byeeee \nQuestion: If you see blinking lights in the air at night, what are you usually looking at?", + "output": [ + "concert" + ] + }, + { + "input": "Sentence: a habit of lying would cause a person to distrust someone. \nQuestion: The two friends had been close for decades, but one of their new habits of lying had become a what between the two?", + "output": [ + "deception" + ] + }, + { + "input": "Sentence: it is unlikely that james is having his own curtains installed in a public space. \nQuestion: James installed his new curtains to keep the light from shinning on his television. Where is James probably hanging his curtains?", + "output": [ + "department store" + ] + }, + { + "input": "Sentence: a hockey game is the only choice with a penalty box. \nQuestion: The referee called a foul when one player punched another. The player went to the penalty box. What game are they playing?", + "output": [ + "sporting event" + ] + }, + { + "input": "Sentence: this phrase can only describe a corner. \nQuestion: If you wanted to put a lamp in an area of the room where the walls meet, where would you put it?", + "output": [ + "office" + ] + }, + { + "input": "Sentence: almost every person is familiar to some knowledge level. \nQuestion: What familiarity would one have for more remembering?", + "output": [ + "depression" + ] + }, + { + "input": "Sentence: mt rushmore is a famous mountain sculpture in south dakota, usa \nQuestion: If you were in a aberdeen and had just left a tourist spot of four faces carved in a mountain, you'd probably be where?", + "output": [ + "washington" + ] + }, + { + "input": "Sentence: his car has a trunk for luggage. \nQuestion: A man was driving himself to the airport, where did he put his luggage?", + "output": [ + "bus stop" + ] + }, + { + "input": "Sentence: sam might have been in space shuttle to listen for instructions on the radio from the ground. \nQuestion: Sam listened for instructions from the ground on the radio. Where might have Sam been?", + "output": [ + "shop" + ] + }, + { + "input": "Sentence: fragile items are easy to break. \nQuestion: He bought a warranty for the fragile objects just it case they what?", + "output": [ + "gain speed" + ] + }, + { + "input": "Sentence: the fish should majority of time should spend underwater. \nQuestion: Where do fish spend the majority of their time?", + "output": [ + "lake superior" + ] + }, + { + "input": "Sentence: john feels bad for breaking the window to his friend's house. \nQuestion: The window across the street was broken and John felt guilty. He never meant to damage what?", + "output": [ + "classroom" + ] + }, + { + "input": "Sentence: to learn about things that have already happened, one needs to study history \nQuestion: If a student wishes to learn about things that have already happened, what should they do?", + "output": [ + "better grade" + ] + }, + { + "input": "Sentence: to constantly be analyzing data, the artificial intelligence is constantly learning more information. \nQuestion: The artificial intelligence was constantly analysing the data, it was programmed to always be what?", + "output": [ + "better knowledge" + ] + }, + { + "input": "Sentence: all things need a form of food to survive \nQuestion: What will happen to the animal if it doesn't eat?", + "output": [ + "feel hunger" + ] + }, + { + "input": "Sentence: people often feel good when having sex. \nQuestion: What does sex often make happen in people?", + "output": [ + "wonderful thing" + ] + }, + { + "input": "Sentence: transport or transportation (us) is the movement of humans, animals and goods from one location to another. in other words the action of transport is defined as ... \nQuestion: China transports lots of cargo, one way is by sea in a very large what?", + "output": [ + "ship's hold" + ] + }, + { + "input": "Sentence: you meet your friend before you play with them. \nQuestion: What might a kid do with his friend before going to play?", + "output": [ + "sit" + ] + }, + { + "input": "Sentence: she would need a platter to present the carefully arranged cookies on \nQuestion: The guests were soon to arrive, she carefully arranged the cookies and set them out on a what?", + "output": [ + "jar" + ] + }, + { + "input": "Sentence: after you get wet you often feel cold \nQuestion: What could happen to you after getting wet?", + "output": [ + "melting" + ] + }, + { + "input": "Sentence: if a person is raised selfish, they have some personality traits that many people find undesirable. chances are, she got into an altercation or argument where she didn't get what she wanted, thus leading to her being mean. \nQuestion: The little girl was raised selfish, she didn't even care when she was doing what?", + "output": [ + "disinterest" + ] + }, + { + "input": "Sentence: the pleasure is an automatic scooter manufactured in india by hero honda since \nQuestion: Why would someone be using computer?", + "output": [ + "program created" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: Where can you find gamblers who watch four legged animals?", + "output": [ + "building" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: I need to pick up a balloon after getting some snacks and a cake, where can I get all these things at once?", + "output": [ + "birthday party" + ] + }, + { + "input": "Sentence: profanity is inappropriate to anyone whom is close to you. \nQuestion: What kind of thing might be offensive to say to someone who has blessed you?", + "output": [ + "condemned" + ] + }, + { + "input": "Sentence: buying products means spending money, so, loosing it. \nQuestion: If someone spends too much time buying products what are they likely to experience?", + "output": [ + "being able to use" + ] + }, + { + "input": "Sentence: b is the obvious choice, something is described as shaggy, and going anyways based on the date. \nQuestion: He seemed to be putting too much stock in the date, even though it wasn't shaggy he went to what?", + "output": [ + "wait for" + ] + }, + { + "input": "Sentence: anthology is not something plants grow on and a state park does not have every type of flower \nQuestion: Lilly wanted to see every type of flower that there is. But this is a tall order, because flowers grow all over what?", + "output": [ + "state park" + ] + }, + { + "input": "Sentence: only blisters can be found on feet. \nQuestion: Dancing or walking too much will lead to what on your feet?", + "output": [ + "exhaustion" + ] + }, + { + "input": "Sentence: other areas are likely to have evergreen plants and trees \nQuestion: Where are woods likely to not have evergreens?", + "output": [ + "rural area" + ] + }, + { + "input": "Sentence: landowners were the villain in the middle ages \nQuestion: A villain in the middle ages is a type of what?", + "output": [ + "aristocrat" + ] + }, + { + "input": "Sentence: eating is the only one that always happens when you are having a meal. \nQuestion: What always happens when you are having lunch?", + "output": [ + "choke" + ] + }, + { + "input": "Sentence: eagles can land on mountains so they will be able to see around. \nQuestion: Where could a bald eagle see for mile around?", + "output": [ + "wilderness area" + ] + }, + { + "input": "Sentence: a western movie is the most likely thing to need more than one horse. \nQuestion: Someone probably used more than one horse to make one of these?", + "output": [ + "canada" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: Jimmy didn't like going to the party. It seemed like the guys there did nothing but what?", + "output": [ + "have fun" + ] + }, + { + "input": "Sentence: the theatre is usually located downtown in a city \nQuestion: What area are theaters typically located?", + "output": [ + "shopping mall" + ] + }, + { + "input": "Sentence: at the train station, a train can be boarded as the means of transportation \nQuestion: How would you get to a town?", + "output": [ + "michigan" + ] + }, + { + "input": "Sentence: better grade answering questions,what positive thing will happen \nQuestion: If you practice answering questions, what positive thing will happen?", + "output": [ + "sharing information" + ] + }, + { + "input": "Sentence: carnivals and night clubs are usually too loud for elderly people anyway, they wouldn't want to hear the singer more than the music. in the opera, the singer is the most important part. \nQuestion: Where do older people sometimes want to hear the singer more than the music?", + "output": [ + "carnival" + ] + }, + { + "input": "Sentence: the other answers don't make sense \nQuestion: If I recieve a letter from a friend over seas, why might I read it?", + "output": [ + "answer" + ] + }, + { + "input": "Sentence: if something is cold in your mouth and you don't want it anymore, you would spit it out \nQuestion: This ice in my mouth is cold, what should i do with it?", + "output": [ + "light fire" + ] + }, + { + "input": "Sentence: bass is an instrument, music shop has supplies for those \nQuestion: I need to string a bass, where should I get the necessary supplies?", + "output": [ + "orchestra" + ] + }, + { + "input": "Sentence: practical people worry about being able to afford something before they will worry about the other two. \nQuestion: What was the practical husband concerned most about when house shopping?", + "output": [ + "excitement" + ] + }, + { + "input": "Sentence: his efforts were useless because they accomplished nothing \nQuestion: Sam thought that his efforts were necessary, but in reality the accomplished nothing. They were what?", + "output": [ + "superfluous" + ] + }, + { + "input": "Sentence: likely discussing a bank robbery \nQuestion: They robbers didn't just want the money the tellers had, they wanted to make sure they got the big load of money in the what?", + "output": [ + "art show" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: Other than women's leggings what is commonly made of nylon?", + "output": [ + "stockings" + ] + }, + { + "input": "Sentence: princesses are at disneyland \nQuestion: Where do tourists go to see princesses in America?", + "output": [ + "beach" + ] + }, + { + "input": "Sentence: alcohol can cause disorientation. \nQuestion: When people are drinking alcohol, what state are they in?", + "output": [ + "death" + ] + }, + { + "input": "Sentence: attending lectures is the best way of learning \nQuestion: He enjoyed attending lecture, it was his favorite way of what?", + "output": [ + "taking notes" + ] + }, + { + "input": "Sentence: contract requires a signature so therefore if it is to be valid, it as to be \"signed\" with a signature on it. \nQuestion: A valid contract has to be?", + "output": [ + "rejected" + ] + }, + { + "input": "Sentence: a speaker is very knowledgeable and would be able to teach \nQuestion: What are you hoping to do when listening to an expert speak?", + "output": [ + "fatigue" + ] + }, + { + "input": "Sentence: inspiration is the only happy emotion listed, remembering success is a positive thing \nQuestion: Remembering past successe is likely to cause what?", + "output": [ + "crying" + ] + }, + { + "input": "Sentence: typically the purpose of makeup is to look more attractive \nQuestion: A person is putting on makeup, what is their likely goal?", + "output": [ + "feel pleasure" + ] + }, + { + "input": "Sentence: twins are two offspring produced by the same pregnancy. twins can be either monozygotic ('identical'), meaning that they develop from one zygote, which splits ... \nQuestion: Sarah didn't even know that she was fertile. He doctor told her that procreating was impossible for her. So she was extremely surprised when she learned that she was having what?", + "output": [ + "children born" + ] + }, + { + "input": "Sentence: i wanted to have a contest for who can come up with the best weatherman \nQuestion: The storm was surprising, where didn't it show up for meteorologists?", + "output": [ + "tropical seas" + ] + }, + { + "input": "Sentence: frustration and being annoyed are a result of the line not moving. delays is the only option that makes sense. \nQuestion: The tickets were supposed to arrive by 1AM, but Sally had been standing in queue for the concert since midnight and it was now 2AM and the line hadn't moved. Why was this?", + "output": [ + "frustration" + ] + }, + { + "input": "Sentence: maximum of salesperson stand in the shop \nQuestion: The salesperson was like a shark pacing around for his prey, and the what was his sea?", + "output": [ + "bookstore" + ] + }, + { + "input": "Sentence: the ground is where they are located so that is where he would leave them \nQuestion: James raked fallen leaves into a pile. Where might he leave the pile?", + "output": [ + "forest" + ] + }, + { + "input": "Sentence: the answer, \"sporting goods store\" would be the best because a bowling alley does nto generally have balls for people to keep or buy and a sporting event would be a time for people to bring a ball they own, a \"sporting goods store\" would be the best option due to the variety and volume. \nQuestion: Where would you get a ball if you do not have one?", + "output": [ + "sporting event" + ] + }, + { + "input": "Sentence: this behavior is generally not acceptable in public. \nQuestion: The woman was yelling obscenities in public, and while it was entertaining for people passing by, what did her husband feel?", + "output": [ + "fulfillment" + ] + }, + { + "input": "Sentence: countries borders are artificially made by humans, where thoughts have free move and everyone is in the same universe. \nQuestion: The world is natural geographically divided in parts, but man artificially divided it into what?", + "output": [ + "universe" + ] + }, + { + "input": "Sentence: is the option closest to the question \nQuestion: Where could you find many radio studio?", + "output": [ + "office building" + ] + }, + { + "input": "Sentence: pinatas are stuffed with candy, so it makes the most sense that a person would get candy out of a pinata. \nQuestion: What does a person get out of a pinata?", + "output": [ + "fairness" + ] + }, + { + "input": "Sentence: it is the best option because it is the closest \nQuestion: After procreating what can't some people handle that makes them turn to the government?", + "output": [ + "quintuplets" + ] + }, + { + "input": "Sentence: buy food if you want to eat dinner,but do not have any raw ingredient \nQuestion: What would you do if you want to eat dinner, but do not have any raw ingredients?", + "output": [ + "cook food" + ] + }, + { + "input": "Sentence: if the guest of honor knew about the surprise party then there is no surprise. \nQuestion: They were throwing a surprise party but failed, turned out to the guest of honor it was what?", + "output": [ + "foreshadowed" + ] + }, + { + "input": "Sentence: two people argument competing get into \nQuestion: What might two people competing get into?", + "output": [ + "stress" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: The gardener was famous for his rosebush, the roses were used all over America and up north where?", + "output": [ + "california" + ] + }, + { + "input": "Sentence: even though a garage or an orchard might have a ladder. a hardware store specializes in selling items of that nature. so this would be a good place to obtain (purchase) a ladder \nQuestion: Where is a good place to obtain a ladder?", + "output": [ + "garage" + ] + }, + { + "input": "Sentence: spring into action is the only choice that explains the best course of action to achieve his dreams \nQuestion: The person knew what he had to do to achieve his dreams, so what did he do?", + "output": [ + "travel to europe" + ] + }, + { + "input": "Sentence: due to turbulence in the airplane \nQuestion: Where could you find a seat that sometimes vibrates?", + "output": [ + "in cinema" + ] + }, + { + "input": "Sentence: when the snow melts and thaws the ice becomes water and moves with fluidity. \nQuestion: When frozen it showed solidity, but as it thawed and melted it showed what?", + "output": [ + "weakness" + ] + }, + { + "input": "Sentence: supermarket is only option that would always have food \nQuestion: He worked in the back unloading large container from delivery trucks, they always had food in them because he worked where?", + "output": [ + "garden" + ] + }, + { + "input": "Sentence: sharing information would help me to answer questions \nQuestion: If I needed help with answering questions, what would help me?", + "output": [ + "getting tired" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: Where might a large dog live?", + "output": [ + "drink water" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: James chose to not to print the cards, because he wanted to be more personal. What type of cards did he choose, instead?", + "output": [ + "online media" + ] + }, + { + "input": "Sentence: these are found in the arctic \nQuestion: Where would you expect to see a white fox?", + "output": [ + "open meadow" + ] + }, + { + "input": "Sentence: they have internal instincts \nQuestion: Where can someone get information in audio?", + "output": [ + "meeting" + ] + }, + { + "input": "Sentence: getting good grades just takes a willingness to want to learn. \nQuestion: What would a person do if he or she wanted to get good grades?", + "output": [ + "need assistance" + ] + }, + { + "input": "Sentence: giggling leads to laughing \nQuestion: A person tickling someone else knows they are getting close to a very ticklish spot when they start to hear what sound?", + "output": [ + "laughing" + ] + }, + { + "input": "Sentence: if you are driving, it is imperative that you are awake. \nQuestion: What do you need to make sure that you are at night while driving?", + "output": [ + "vehicle" + ] + }, + { + "input": "Sentence: choice c has no bearing on the question. the person (at least at this point) was not looking to express anything she found, she was just trying to find the data. thus a is correct. \nQuestion: The person was frustrated when she couldn't find what she was looking for online, what did she desire?", + "output": [ + "freedom of expression" + ] + }, + { + "input": "Sentence: if someone is after the bottom line they are interested in making money. \nQuestion: While seeing idea become reality was rewarding, she was really after the bottom line and want to what?", + "output": [ + "very nice" + ] + }, + { + "input": "Sentence: it is fulfilling to achieve goals that had to be worked hard for. \nQuestion: The person worked hard and achieved his goals and got to feel what?", + "output": [ + "simplicity" + ] + }, + { + "input": "Sentence: we get paint in hardware store \nQuestion: The project needs paint, where to go to get some?", + "output": [ + "windowsill" + ] + }, + { + "input": "Sentence: you cant drink oil. \nQuestion: Where could you find some plumbing that would not be of use to you if you are thirsty?", + "output": [ + "water fountain" + ] + }, + { + "input": "Sentence: guests stay in a guest room, not a basement, and horseradish doesn't make sense \nQuestion: They were having friends stay at their home, they apologized for only having a sofa bed in the what?", + "output": [ + "basement" + ] + }, + { + "input": "Sentence: because a drawer is a storage unit \nQuestion: Where would you put a phone book if you did not need to use it any more?", + "output": [ + "hotel" + ] + }, + { + "input": "Sentence: utah is known for its canyons. \nQuestion: Where can I find a steakhouse with a view of canyons?", + "output": [ + "mexico" + ] + }, + { + "input": "Sentence: when you awake, the first thing we do is open our eyes. deep sleep is the opposite of conscious. \nQuestion: What will you do after you are awake?", + "output": [ + "deep sleep" + ] + }, + { + "input": "Sentence: the most likely place from where sarah would get cold bottled water while at home is from the refrigerator. \nQuestion: Sarah was at home and wanted to drink something so she took cold bottled water from what?", + "output": [ + "water cooler" + ] + }, + { + "input": "Sentence: a company may take power to disapprove the transfer of shares \nQuestion: If parents are recommended to show their children they don't like a behavior, what would they show?", + "output": [ + "discourage" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: Billy often eat hamburgers, but he did not always have then with cheese. Billy are cheeseburgers more often than some people, but less often than others. You could say that it was something he did only when?", + "output": [ + "seldom" + ] + }, + { + "input": "Sentence: if something is too heavy, then usually someone cannot lift that thing. \nQuestion: The child couldn't lift the box of lead, it was what?", + "output": [ + "toxic" + ] + }, + { + "input": "Sentence: cardio heats of the body and makes people sweat \nQuestion: What will a body be doing after jogging?", + "output": [ + "shin splints" + ] + }, + { + "input": "Sentence: satisfaction is the only emotion that you would feel at your favorite restaurant. \nQuestion: What kind of emotion does eating at your favorite restaurant bring about?", + "output": [ + "getting full" + ] + }, + { + "input": "Sentence: . inhale smoking certain drugs will not have a desired effect without a proper what? answer choices: \nQuestion: Smoking certain drugs will not have a desired effect without a proper what?", + "output": [ + "go outside" + ] + }, + { + "input": "Sentence: if they have a basement, they have multiple floors. most homes have stairs to climb. \nQuestion: If a person has clean laundry in the basement, what will they have to do in order to put it away in the bedroom?", + "output": [ + "love objects" + ] + }, + { + "input": "Sentence: water and attic are a part of earth. the only thing past earth is the universe. \nQuestion: Light from the sun goes past earth and becomes weaker as it spreads out into the what/", + "output": [ + "ocean" + ] + }, + { + "input": "Sentence: guns can be dangerous. \nQuestion: Why are guns not allowed in some areas?", + "output": [ + "semiautomatic" + ] + }, + { + "input": "Sentence: a music store or musical instrument store is a retail business that sells musical instruments and related equipment and accessories \nQuestion: Inside what would a listener most likely hear a new student trying a clarinet?", + "output": [ + "orchestra" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: Where would you find water that is not visible?", + "output": [ + "crushed ice" + ] + }, + { + "input": "Sentence: because a music store is the place that would sell a violin. \nQuestion: Where can you buy your child's first violin?", + "output": [ + "symphony orchestra" + ] + }, + { + "input": "Sentence: great existential existence can only be classified as a phenomenal one \nQuestion: Someone who has lived a great existential existence and have thrived at all they do can be called what?", + "output": [ + "noumenal" + ] + }, + { + "input": "Sentence: gathering information is enhancing reading skills \nQuestion: Enhance reading skills", + "output": [ + "get information" + ] + }, + { + "input": "Sentence: they cause reason of pain putting check up quickly \nQuestion: What could cause people who put off having a check up change their ways quickly?", + "output": [ + "trouble" + ] + }, + { + "input": "Sentence: crying is a normal physiological response to sadness, whereas the other two are simply chosen responses. \nQuestion: What could happen immediately after sadness?", + "output": [ + "get drunk" + ] + }, + { + "input": "Sentence: high places to see any threat from a vantage point at least and show supremacy \nQuestion: Even when not in flight a bald eagle likes to have a lay of the land, because of this you'll see them perched up where?", + "output": [ + "everglades" + ] + }, + { + "input": "Sentence: the fiddle music at a hoedown is upbeat. \nQuestion: If someone is fiddling at a hoedown, how do they likely feel?", + "output": [ + "unpredictable" + ] + }, + { + "input": "Sentence: a purse is a the thing that woman can put the pen and carry with her \nQuestion: Where would you put a writing instrument if you are a woman and want to bring it with you?", + "output": [ + "classroom" + ] + }, + { + "input": "Sentence: if someone is celebrating something, they usually show that they are happy. \nQuestion: If they were celebrating the occasion, how could the occasion be described?", + "output": [ + "enjoyment" + ] + }, + { + "input": "Sentence: when you have vivid imaginations you can do anything \nQuestion: Kids have vivid imaginations, they can take anything and use it to what?", + "output": [ + "play with toys" + ] + }, + { + "input": "Sentence: apartments are a nice get together place for friends to meet. \nQuestion: You may drink from a cup in what small dwelling that are normally grouped together in one building?", + "output": [ + "closet" + ] + }, + { + "input": "Sentence: most artists paint landscapes from anywhere, not just one place. \nQuestion: The artist didn't use many colors to capture the view, he was famous for his very plain what?", + "output": [ + "georgia" + ] + }, + { + "input": "Sentence: meditation is a practice where an individual uses a technique – such as mindfulness, or focusing their mind on a particular object, thought or activity – to train ... \nQuestion: If one is contemplating during meditation, what does one strive for?", + "output": [ + "sense of fulfillment" + ] + }, + { + "input": "Sentence: dance is a form of expression. the other choices are nonsense \nQuestion: A dance is a great way to do what?", + "output": [ + "am happy" + ] + }, + { + "input": "Sentence: experience helps a man to judge things wisely. \nQuestion: James loves judging things, but all he has to go on is his own what?", + "output": [ + "ignorance" + ] + }, + { + "input": "Sentence: a harmonica instrument sold in smallestt instrument store \nQuestion: A harmonica might be the smallest instrument sold where?", + "output": [ + "pocket" + ] + }, + { + "input": "Sentence: being inspired by other people's works helps give artists new ideas and ways to express themselves. \nQuestion: Sam loves to create art. Looking at other peoples work does what to him?", + "output": [ + "express yourself" + ] + }, + { + "input": "Sentence: this is the only option that would stop a parade \nQuestion: The people wanted to stop the parade, so what did they set up to thwart it?", + "output": [ + "public place" + ] + }, + { + "input": "Sentence: a ripple will occur if you throw something into the water of a lake \nQuestion: Where do you throw a pebble to watch a ripple?", + "output": [ + "pond" + ] + }, + { + "input": "Sentence: electronics generally do not do well in water \nQuestion: James bought an ipod so that he could listen to music. It was delicate electronics, so he didn't plan to take it where?", + "output": [ + "mall" + ] + }, + { + "input": "Sentence: when something increases in temperature, it heats up, or warms \nQuestion: John notices that the solution is getting warm. This is an expected consequence of what?", + "output": [ + "starting fire" + ] + }, + { + "input": "Sentence: a grocery store or grocer's shop is a retail shop that primarily sells food. a grocer is a bulk seller of food \nQuestion: We were having a canned food drive and I needed to pick up some contributions, where did I go?", + "output": [ + "cupboard" + ] + }, + { + "input": "Sentence: a bathroom towel would be found in a closet. \nQuestion: Where would a bathroom towel be found?", + "output": [ + "cupboard" + ] + }, + { + "input": "Sentence: a horse would not be decorated if it were at home in the countryside or in a movie. \nQuestion: The horse was decorated because it was taking part in something. What was it in?", + "output": [ + "countryside" + ] + }, + { + "input": "Sentence: supermaket families decide on dinner together \nQuestion: Where might families decide on dinner together?", + "output": [ + "park" + ] + }, + { + "input": "Sentence: doing bad in cards normaly equals anger. \nQuestion: He was on tilt and losing hand after hand, the playing cards were causing him great what?", + "output": [ + "happiness" + ] + }, + { + "input": "Sentence: a bad movie wouldn't have a toy villain \nQuestion: Where can you find a rubber shark as a villain?", + "output": [ + "outside" + ] + }, + { + "input": "Sentence: home is the place to relax, rest, and sleep \nQuestion: What does a person do at the end of the day?", + "output": [ + "make money" + ] + }, + { + "input": "Sentence: a marine museum is most likely to have shark skeletons on display \nQuestion: The jaw skeleton of the shark was on display for the children to walk through, it was one of the many attractions where?", + "output": [ + "business" + ] + }, + { + "input": "Sentence: he would have left his work on his desk. \nQuestion: The man had to leave work in a hurry, in the middle of work, where was his paper work left?", + "output": [ + "office" + ] + }, + { + "input": "Sentence: it was heavy so he kept it safely in locker room \nQuestion: James's duffel bag was too heavy to carry with him, so he left it where?", + "output": [ + "bus station" + ] + }, + { + "input": "Sentence: a strike is another way of saying punch or kick which would be involved in a fight. \nQuestion: A surprising strike is likely to start this. What is it?", + "output": [ + "humor" + ] + }, + { + "input": "Sentence: a zoo is a facility in which all animals are housed within enclosures, displayed to the public, and in which they may also breed \nQuestion: When you feed food to animals, you are at a petting?", + "output": [ + "spoon" + ] + }, + { + "input": "Sentence: people tend to keep money in the bank, because that's where it's safest. \nQuestion: Where do people keep money that is not in their wallet?", + "output": [ + "casino" + ] + }, + { + "input": "Sentence: becuase lawbooks are made for lawyers research \nQuestion: Where would a lawyer look to find a rule they are governed by?", + "output": [ + "text book" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: A man wanted to find the United States on a visual, where should he look?", + "output": [ + "northern hemisphere" + ] + }, + { + "input": "Sentence: automobile accidents destroy a car after becoming inebriated \nQuestion: How can a person destroy a car after becoming inebriated?", + "output": [ + "drunk driving" + ] + }, + { + "input": "Sentence: a corner does not have four walls. a building has more than four walls sometimes. \nQuestion: Where are four walls usually built?", + "output": [ + "corner" + ] + }, + { + "input": "Sentence: people are present at hockey games, so the answer makes sense for people to be moving around on ice often. \nQuestion: Where might someone fall on ice?", + "output": [ + "antarctica" + ] + }, + { + "input": "Sentence: this is the quickest form of transportation \nQuestion: It was important precious cargo, so it was delivered as quickly as possible by means of what?", + "output": [ + "ship's hold" + ] + }, + { + "input": "Sentence: landlords are responsible for fixing problems in the home. \nQuestion: John is not allowed to abrogate the agreement with his tennents, so he is required to do what to their home, even if they caused the problem?", + "output": [ + "establish" + ] + }, + { + "input": "Sentence: carpet is found in the entire room \nQuestion: Mold on what will lead to a smelly room?", + "output": [ + "refrigerator" + ] + }, + { + "input": "Sentence: musical movie hand many song and dance \nQuestion: The movie had many a song and dance, it was a what?", + "output": [ + "napster" + ] + }, + { + "input": "Sentence: in order for travelers to get to a different continent, they must travel over seas, which requires an airplane, thus an airport. \nQuestion: Where would you find travelers that are planning to go to a different continent?", + "output": [ + "bus depot" + ] + }, + { + "input": "Sentence: if the women had a job, the most likely choice was selling beer. \nQuestion: The women were scantily clad but did their jobs well. It was easy to use sex to do what?", + "output": [ + "last hour" + ] + }, + { + "input": "Sentence: the school has a lot of people, therefore it gets dirty often. \nQuestion: The bathroom was dirty and messy. It was cleaned every day, but it was always full of water and pee by morning. Where is the bathroom located?", + "output": [ + "neighbor's house" + ] + }, + { + "input": "Sentence: a sunny place is the only place guaranteed to be warm \nQuestion: The lizard tried to warm itself by resting where?", + "output": [ + "rocky areas" + ] + }, + { + "input": "Sentence: house is the only place that is not likely to sell a lantern. \nQuestion: Billy was doing his homework at the last minute but he could barely think straight. What might he have been suffering from?", + "output": [ + "allergies" + ] + }, + { + "input": "Sentence: in order to create children, one must be pregnant \nQuestion: What are women expecting to begin procreating?", + "output": [ + "having children" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: By laughing while playing, what were the children doing?", + "output": [ + "getting tired" + ] + }, + { + "input": "Sentence: farmer's markets usually carry a variety of honey in them. \nQuestion: I am looking to buy honey right from an apiary, where should I go?", + "output": [ + "beehive" + ] + }, + { + "input": "Sentence: relation is killing chance possible \nQuestion: What is someone likely to do to someone accused of killing people they love?", + "output": [ + "sadness" + ] + }, + { + "input": "Sentence: deserts are in the southwest \nQuestion: Where would you find a horse in the desert?", + "output": [ + "state fair" + ] + }, + { + "input": "Sentence: people can die or be injured in war, which causes suffering. \nQuestion: Sam experienced a great deal of confusion because of what he suffered. What might he have suffered?", + "output": [ + "opera" + ] + }, + { + "input": "Sentence: mperial war museums is a british national museum organisation with branches at five locations in england, three of which are in london. founded as the imperial war museum in 1917, the museum was intended to record the civil and military war effort and sacrifice of britain and its empire during the first world war. \nQuestion: Where can you see a cannon and learn about the past?", + "output": [ + "fort" + ] + }, + { + "input": "Sentence: only thing that holds liquids \nQuestion: What will happen if you apply a heat source to combustible materials inside of a building with ill intentions?", + "output": [ + "warmth" + ] + }, + { + "input": "Sentence: evaluate progress does a teacher do for a student over the semeste \nQuestion: WHat does a teacher do for a student over the semester?", + "output": [ + "include examples" + ] + }, + { + "input": "Sentence: steps. be curious. a curious mind seeks to be educated. read, watch and see things that you don't know anything about. try to expand your mind by learning beyond your comfort zone and seeing how other people think, perceive and understand things. challenge yourself. \nQuestion: When someone is learning about science what happens to them?", + "output": [ + "excitement" + ] + }, + { + "input": "Sentence: golf courses is where the doctors can relax when not working \nQuestion: Where are doctors known for going in their off time?", + "output": [ + "nursing home" + ] + }, + { + "input": "Sentence: treetops could be a reasonable answer too. playful mood is not revelant. brazil has a high population of monkeys \nQuestion: The monkey was frightened because the zoo looked nothing like his home. The plants were the same, the trees were the same, but it still wasn't right Where did the monkey come from?", + "output": [ + "treetops" + ] + }, + { + "input": "Sentence: a store is the only place where you could get furniture that isn't already owned \nQuestion: Where is the best place to get furniture from?", + "output": [ + "loft" + ] + }, + { + "input": "Sentence: you can't stand on a bridge in the other two options and san francisco has a very famous red bridge \nQuestion: Where can you eat fruit on a red bridge?", + "output": [ + "market" + ] + }, + { + "input": "Sentence: a big match is most likely to be held in a football stadium. \nQuestion: The big match was today and those lucky enough to have tickets filled in to the what?", + "output": [ + "bus depot" + ] + }, + { + "input": "Sentence: by helping you're likely to give good emotions to peoples' well beings. \nQuestion: What is helping likely to make someone have?", + "output": [ + "enjoyment" + ] + }, + { + "input": "Sentence: reception desk is the good for business \nQuestion: You would expect to find the reception desk in what part of a business?", + "output": [ + "building" + ] + }, + { + "input": "Sentence: detailed work requires focus and concentration \nQuestion: What is needed mentally to ready one's self to begin detailed work?", + "output": [ + "shower" + ] + }, + { + "input": "Sentence: letting oneself go is a healthy way of being in a relationship. \nQuestion: What does a person typically do when he is in a relationship?", + "output": [ + "buy clothes" + ] + }, + { + "input": "Sentence: soft drinks will always contain suger \nQuestion: Water is an important ingredient in what sugary beverage?", + "output": [ + "whirlpool bath" + ] + }, + { + "input": "Sentence: they destroy things and need to be disciplined \nQuestion: WHat do cats get into when they are ripping things apart?", + "output": [ + "nature" + ] + }, + { + "input": "Sentence: the only place a bed can go is on a floor \nQuestion: Where would you place a bed in a new house?", + "output": [ + "sleep" + ] + }, + { + "input": "Sentence: people who are drunk have difficulty speaking. \nQuestion: After getting drunk people couldn't understand him, it was because of his what?", + "output": [ + "lower standards" + ] + }, + { + "input": "Sentence: alabama is about as far south as you can get. \nQuestion: What direction would you go to get to alabama?", + "output": [ + "united states" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: There were so many guests for Thanksgiving, where did the host put the extra table?", + "output": [ + "card room" + ] + }, + { + "input": "Sentence: to meet new people you have to interact with new people. to do that, you must go out \nQuestion: Billy was a very creative person but he wasn't very social. He wanted to meet new people. What would he have to do to accomplish that?", + "output": [ + "come home" + ] + }, + { + "input": "Sentence: most kids enjoy playing video games after school. \nQuestion: What does a child want to do after school?", + "output": [ + "wave goodbye" + ] + }, + { + "input": "Sentence: if it is outdoor the customers gets wet so they should move to building \nQuestion: The outdoor restaurant has no business when it rained, where should it move to?", + "output": [ + "town" + ] + }, + { + "input": "Sentence: using a map you can plan out which way you are going to go \nQuestion: What can you use to plan your route when driving to the pacific ocean?", + "output": [ + "west" + ] + }, + { + "input": "Sentence: well the only way to see something thats not there, would be a picture \nQuestion: Where can you see a mountain in your own home?", + "output": [ + "switzerland" + ] + }, + { + "input": "Sentence: if its a victim then killing them would cause them to die \nQuestion: What would killing people make one of your victims do?", + "output": [ + "prison sentence" + ] + }, + { + "input": "Sentence: the other two options are very likely to find antiques \nQuestion: Where is one not likely to find antiques?", + "output": [ + "attic" + ] + }, + { + "input": "Sentence: the pantry is a place to store things that dont need to be in a fridge or refrigerator because they wont go bad quickly \nQuestion: When looking for a non perishable food in your house, you'll often go look in the?", + "output": [ + "plate" + ] + }, + { + "input": "Sentence: a winery could produce either vinegar or topshelf product, where's a fruitstand sells lunch or a quick snack. where field is a loss of potential. \nQuestion: What's the place every grape wants to go in the end?", + "output": [ + "fruit stand" + ] + }, + { + "input": "Sentence: turkey has tryptophan in it. \nQuestion: If you ate some turkey, what could happen to you?", + "output": [ + "heartburn" + ] + }, + { + "input": "Sentence: since the money donated was quite large,a science building would be the most appropriate answer \nQuestion: The billionaire donated a large sum to his former college, this allowed them to construct a new science what?", + "output": [ + "fraternity house" + ] + }, + { + "input": "Sentence: to obtain lunch at a restaurant one must spend money. obtaining lunch does not stipulate eating the lunch, and therefore does not necessarily lead to heartburn, or obesity. \nQuestion: What does having to obtain lunch at a restaurant result in?", + "output": [ + "heartburn" + ] + }, + { + "input": "Sentence: notices are left on the front door so they can be seen quickly \nQuestion: Where is a paper notice likely to be left on a house?", + "output": [ + "conference" + ] + }, + { + "input": "Sentence: accomplish sides were able to even reach tentative agreement \nQuestion: The fact the two sides were able to even reach tentative agreement was a feat to what?", + "output": [ + "do business" + ] + }, + { + "input": "Sentence: office depot is where you would buy the pencil, a shelf is a bad place to keep more than one pencil unsecured as they could roll, so a cup is the best option \nQuestion: Where is a good place to keep many a pencil?", + "output": [ + "shelf" + ] + }, + { + "input": "Sentence: by making money and storing it in a bank, is a great way to buy things. \nQuestion: How can people acquire things they desire?", + "output": [ + "wait in line" + ] + }, + { + "input": "Sentence: the grammatically correct answer to 'what did it do?' is 'lose money'. \nQuestion: The business did not make profit. What did it do?", + "output": [ + "expense" + ] + }, + { + "input": "Sentence: knowing and understanding are two different things \nQuestion: I know the answer, but I do not do what to it?", + "output": [ + "ignorant" + ] + }, + { + "input": "Sentence: bubble gum is bought at the supermarket. \nQuestion: Sally bought bubblegum. Where might she have gotten it?", + "output": [ + "pocket" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: What does a person known as a cowboy do?", + "output": [ + "green thumb" + ] + }, + { + "input": "Sentence: it indicates a person \nQuestion: Who might end up with a wound from lying in bed?", + "output": [ + "hospital" + ] + }, + { + "input": "Sentence: it hot outside, kids would want to cool off in a swimming pool \nQuestion: Where would kids walk to if it hot outside?", + "output": [ + "toy store" + ] + }, + { + "input": "Sentence: in general, if a milking animal is not milked for an extended period of time (more than 1 or 2 days for a cow giving a normal volume of milk – dairy cows are typically milked two or three times per day), they are likely to become ill and may develop mastitis, which is an inflammation and infection in the udder.apr 25, 2012 \nQuestion: I need a person to milk a cow would a volunteer do this?", + "output": [ + "milk cow" + ] + }, + { + "input": "Sentence: although the other answers make sense, by being prepared they are able to do more for people \nQuestion: What could someone who give assistance help someone else to be?", + "output": [ + "help one" + ] + }, + { + "input": "Sentence: people stay put when they don't want to move \nQuestion: If someone doesn't want to move where they live they are often said to want to what?", + "output": [ + "sit still" + ] + }, + { + "input": "Sentence: he was employed in a workplace, the other options are more broad and are in other spectrum. \nQuestion: Sam didn't want to join a union, but he had no choice. He was employed at a union shop. If he didn't want to join, he's have to leave what?", + "output": [ + "province" + ] + }, + { + "input": "Sentence: this indicates he could not breathe properly and required a mask \nQuestion: The exhausted football player was having trouble breathing fresh air, on the sideline he put on a mask to increase his what?", + "output": [ + "feeling refreshed" + ] + }, + { + "input": "Sentence: fairgrounds are the most likely place to buy tickets for games from a booth. \nQuestion: Where do you buy tickets at a ticket booth for games/", + "output": [ + "metro station" + ] + }, + { + "input": "Sentence: it is the only answer that is not anther light source, which were not available. \nQuestion: A lighter was his only light source after the power went out, he left his room and tried to navigate down the what?", + "output": [ + "lamp" + ] + }, + { + "input": "Sentence: long term consumption can lead to illnesses above being just intoxicating \nQuestion: Long term consumption of beer can lead to all sorts of problems, it can be quite what?", + "output": [ + "liquid" + ] + }, + { + "input": "Sentence: a location of a house is not a newspaper because newspapers are not locations, thus a street is most appropriate as that is where houses are hound. \nQuestion: When a house has a normal location, where is it found?", + "output": [ + "newspaper" + ] + }, + { + "input": "Sentence: mailboxes are usually located in the front yard of homes. \nQuestion: Many people have a mailbox where near the road?", + "output": [ + "downtown area" + ] + }, + { + "input": "Sentence: church and government committes are unlikely to be fast growing. \nQuestion: The committee had more responsibility, they were a fast growing what?", + "output": [ + "church" + ] + }, + { + "input": "Sentence: likely to want to do something because it is fun \nQuestion: Why would someone be playing basketball?", + "output": [ + "knee injury" + ] + }, + { + "input": "Sentence: beautiful women and catwalks are commonly associated with fashion shows \nQuestion: The beautiful women walked up and down the catwalk, the cameras flashed and everybody was enjoying the what?", + "output": [ + "construction site" + ] + }, + { + "input": "Sentence: glass is fragile and breaks easily \nQuestion: What happens when glass has been hit?", + "output": [ + "break easily" + ] + }, + { + "input": "Sentence: a fabric store is the only one that sells items that are unmade into anything (i.e. clothing) \nQuestion: Where could you get something that is made out of wool but cannot be worn?", + "output": [ + "clothing store" + ] + }, + { + "input": "Sentence: all three of these are not applicable to construction sites and engines \nQuestion: You'd find a metal rod or two in welding, home improvement, and manufacturing whats?", + "output": [ + "construction site" + ] + }, + { + "input": "Sentence: clothes are stored in dressers when at home or not traveling \nQuestion: You're not traveling but you need to put your shirt somewhere, what is the name of the object that you'd put it in?", + "output": [ + "suitcase" + ] + }, + { + "input": "Sentence: a good reason for stopping when dirving is due to avoiding pedestrians. \nQuestion: When you drive you may have to stop if someone is doing what?", + "output": [ + "stop" + ] + }, + { + "input": "Sentence: an intelligent person might study greek \nQuestion: what might an intelligent person do?", + "output": [ + "open doors" + ] + }, + { + "input": "Sentence: someone may play an acoustic guitar in a house during someone's birthday party. \nQuestion: Where might a person play an acoustic guitar at a birthday party?", + "output": [ + "music shop" + ] + }, + { + "input": "Sentence: state park is the place where we can go for fishing \nQuestion: Where would people go if they want to go fishing?", + "output": [ + "carnival" + ] + }, + { + "input": "Sentence: people want to study \nQuestion: A government seeks what over it's people?", + "output": [ + "trouble" + ] + }, + { + "input": "Sentence: if you are about to pinned, you will lose. getting free ensures the match goes on. \nQuestion: Wrestling is a contest where two people try to pin each other to the ground. If you are about to be pinned, what should you try to do?", + "output": [ + "competition" + ] + }, + { + "input": "Sentence: food is grown in the fields, on the ground, into the earth \nQuestion: It was time for a harvest, you could find potato after potato in the what?", + "output": [ + "farmer's field" + ] + }, + { + "input": "Sentence: the high teenager was having trouble grasping that the world is a good \nQuestion: Name a sort of place where live crabs are not allowed.", + "output": [ + "fancy restaurant" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: What does god want people to do for money?", + "output": [ + "speak to people" + ] + }, + { + "input": "Sentence: dying is what happens if you are immortal, so expect to die fits. \nQuestion: Since we aren't immortal, people should what?", + "output": [ + "eat corn" + ] + }, + { + "input": "Sentence: colorado borders seven states and texas is not part of them. \nQuestion: Which large state does colorado not bordeR?", + "output": [ + "united states" + ] + }, + { + "input": "Sentence: only answers can be 'filled out'. \nQuestion: He was trying to contemplate the formula, as it came to him he filled out the whats?", + "output": [ + "think of" + ] + }, + { + "input": "Sentence: house is the only place where he would take his shoes off \nQuestion: Sam left his muddy shoes in the entryway. Where might he be?", + "output": [ + "department store" + ] + }, + { + "input": "Sentence: you need to be able to communicate to sing. \nQuestion: What is needed when creating art that includes singing?", + "output": [ + "controversy" + ] + }, + { + "input": "Sentence: skateboarding and skiing is done outside, but you can hang out inside at a bar. \nQuestion: What could you do inside but not outside if you have boredom?", + "output": [ + "skateboard" + ] + }, + { + "input": "Sentence: kiss is the only thing that happens when being in love. \nQuestion: Being in love, John and Betty did what when they were alone together?", + "output": [ + "sing" + ] + }, + { + "input": "Sentence: hospital is a place where we find sadness in the waiting room \nQuestion: Where is there likely to be sadness in a waiting room?", + "output": [ + "airport" + ] + }, + { + "input": "Sentence: because in a concert there are different types of instruments, among them those of strings \nQuestion: Where do you hear a stringed instrument?", + "output": [ + "string quartet" + ] + }, + { + "input": "Sentence: staying healthy will lead to a long life more directly than to happiness or injury. \nQuestion: What will happen to you if you are staying healthy?", + "output": [ + "happiness" + ] + }, + { + "input": "Sentence: indoor cats only stay inside of the residence \nQuestion: Where did the old ladies indoor only pet cat stay?", + "output": [ + "front door" + ] + }, + { + "input": "Sentence: enjoying oneself is the reason people want to have fun. \nQuestion: Why do people want to have fun?", + "output": [ + "laughter" + ] + }, + { + "input": "Sentence: an auditorium is a building, not a subway or trainstation \nQuestion: Where is the ticket booth often outside the building?", + "output": [ + "train station" + ] + }, + { + "input": "Sentence: it is commonly known that einstein related energy and matter. \nQuestion: What did Einstein decide energy was related to?", + "output": [ + "weakness" + ] + }, + { + "input": "Sentence: seeing with your eyes dosnt consist of being close \nQuestion: How can you find a jellyfish without coming near it?", + "output": [ + "hand" + ] + }, + { + "input": "Sentence: the sun comes out so its not a storm any more \nQuestion: If ships are in a storm and the sun comes out, what has happened?", + "output": [ + "cross river" + ] + }, + { + "input": "Sentence: driveway is a good place to be an automobile \nQuestion: Where is a good place to be an automobile?", + "output": [ + "exit ramp" + ] + }, + { + "input": "Sentence: they are starting the day, not ending it. \nQuestion: When a person is beginning work, what aren't they doing yet?", + "output": [ + "momentum" + ] + }, + { + "input": "Sentence: big houses have lots of rooms \nQuestion: They had room for many bedrooms, an office, a study, even a playroom; They certain had a what?", + "output": [ + "nursery school" + ] + }, + { + "input": "Sentence: you wouldn't have room for a cemetery in a populated area. \nQuestion: Where is a bad place to put a cemetery?", + "output": [ + "churchyard" + ] + }, + { + "input": "Sentence: running twenty six miles would cause one to feel tired \nQuestion: What does someone feel after running twenty six miles?", + "output": [ + "short breath" + ] + }, + { + "input": "Sentence: the general saw that by taking hill he was reaching because he will reach victory. \nQuestion: The general saw that by taking the hill, he was reaching advantage, what was the likely result of such a move?", + "output": [ + "being ahead" + ] + }, + { + "input": "Sentence: you would not look under a house or a drugstore for a hairbrush, but you would look under a bed. \nQuestion: Denny couldn't find his hairbrush. He looked everywhere for it. Under and over, up and down, it was not where he thought it would be. So he closed the door behind him and continued his systematic search. Where might Denny have looked first?", + "output": [ + "drugstore" + ] + }, + { + "input": "Sentence: discos are found in many towns, not just rio or germany \nQuestion: What part of a an area would a disco be found in?", + "output": [ + "rio de janeiro" + ] + }, + { + "input": "Sentence: shipping goods is a way to get a large number of goods to many people, and this cannot be achieved through mail order. \nQuestion: How can a company get things to their customers?", + "output": [ + "mail order" + ] + }, + { + "input": "Sentence: if we do any action for long time means we become tired. \nQuestion: Dancing for a long time will lead you to become what?", + "output": [ + "expression" + ] + }, + { + "input": "Sentence: solutions or answers are only provided for problems. \nQuestion: What is one likely trying to find an answer for when something is broken?", + "output": [ + "wrong" + ] + }, + { + "input": "Sentence: manhattan is a city right beside a bay \nQuestion: What specific area is known for it's bay?", + "output": [ + "coastal area" + ] + }, + { + "input": "Sentence: is the option that matches the question \nQuestion: What were people's thoughts on the bad words being said in church?", + "output": [ + "mean many things" + ] + }, + { + "input": "Sentence: things that i own are most likely to be in my home instead of anywhere else \nQuestion: Where would be the closest place you would find a piece of literature you own?", + "output": [ + "public library" + ] + }, + { + "input": "Sentence: a meeting of cardinals in the cathloic tradition is known as a conclave. \nQuestion: A regular everyday human would just call it a meeting, but people like cardinals might call it a what?", + "output": [ + "stadium" + ] + }, + { + "input": "Sentence: one derives satisfaction from achieving a dream \nQuestion: The morbidly obese man with unkempt facial hair got his dream job, he was eating hamburger for a show every week which brought him total what?", + "output": [ + "nausea" + ] + }, + { + "input": "Sentence: communication is primarily the skill of sharing information it may not necessarily be intended to share knowledge or causing people to think. \nQuestion: If I am communication, what is my chief motive for doing so?", + "output": [ + "people to think" + ] + }, + { + "input": "Sentence: college is the only place that he would live that he wouldn't have enough space for an upright piano. \nQuestion: Bill bought an upright piano but didn't have anywhere to put it because he lived where?", + "output": [ + "house" + ] + }, + { + "input": "Sentence: thinkthe team was able to communicate effectively,they knew what each other would what? \nQuestion: The team was able to communicate effectively, they knew what each other would what?", + "output": [ + "talk with people" + ] + }, + { + "input": "Sentence: the only option where the cow can shelter during the night safely. \nQuestion: Where is a cow likely to be happy at night?", + "output": [ + "slaughter house" + ] + }, + { + "input": "Sentence: have fun break from all the rides to have lunch,while eating hamburger they talked \nQuestion: They took a break from all the rides to have lunch, while eating hamburger they talked about how they were going to what on the next ride?", + "output": [ + "food poisoning" + ] + }, + { + "input": "Sentence: grapes amount for the 100 \nQuestion: Where can a person purchase grapes?", + "output": [ + "wine country" + ] + }, + { + "input": "Sentence: the action to cease activity is 'rest'. \nQuestion: John told Billy to cease activity. Billy needed to do what?", + "output": [ + "inactivity" + ] + }, + { + "input": "Sentence: fresh foods are kept in the fridge \nQuestion: What is the best way to keep tomatoes fresh?", + "output": [ + "market" + ] + }, + { + "input": "Sentence: first grade is where they can learn further than what was taught on kindergarten. \nQuestion: Where do students go after kindergarten?", + "output": [ + "nursery school" + ] + }, + { + "input": "Sentence: a stlantic ocean was navigating across \nQuestion: The shark was navigating across from the African coast to New York, where was it?", + "output": [ + "seawater" + ] + }, + { + "input": "Sentence: peace is the concept of harmonious well-being and freedom from hostile aggression. in a social sense, peace is commonly used to mean a lack of conflict (such as war) and freedom from fear of violence between individuals or heterogeneous (relatively foreign or distinct) groups. \nQuestion: The war was followed by a tentative peace. People didn't think it would last because despite a desire to move forward, there rebuilding was difficult and there was a lot of what?", + "output": [ + "hostility" + ] + }, + { + "input": "Sentence: if he thought about making a choice yesterday, it's logical that he will make a decision today \nQuestion: He was contemplating a choice, what was he doing the following day?", + "output": [ + "relaxation" + ] + }, + { + "input": "Sentence: you use logic to calculate things. \nQuestion: What would you need to use to calculate kinetic energy?", + "output": [ + "sluggish" + ] + }, + { + "input": "Sentence: if it was too loud, speech would be inaudible. \nQuestion: What she was saying was inaudible to him, the band was playing very what?", + "output": [ + "vocal" + ] + }, + { + "input": "Sentence: generally slumber parties are held at private residences. \nQuestion: Where did the two best friends end up having a slumber party?", + "output": [ + "fraternity house" + ] + }, + { + "input": "Sentence: there are any forest in the country side \nQuestion: The runner preferred exercise in the forest to the city, so where did he drive to every morning?", + "output": [ + "south america" + ] + }, + { + "input": "Sentence: any good gambler knows when to hold them and when to fold them. if its a good night you never celebrate in front of the folks you just beat out of their money. you cash in and call it a good night. \nQuestion: The gambler had been winning a lot, he wisely decided to what?", + "output": [ + "celebrate" + ] + }, + { + "input": "Sentence: honor is a common theme with those who serve their country. respecting respect sounds ridiculous, and reverence doesn't make sense. \nQuestion: While he had great disdain for the King and his knights he still respected their what?", + "output": [ + "respect" + ] + }, + { + "input": "Sentence: pepople they get outcome winning possible answer and result \nQuestion: Other than wining what outcome is possible when people are competing?", + "output": [ + "stress" + ] + }, + { + "input": "Sentence: jars are used to preserve foods. \nQuestion: The jelly needed to be preserved, where should we put it?", + "output": [ + "donuts" + ] + }, + { + "input": "Sentence: countryside (plural countrysides) (typically used with the definite article). a rural area, or the rural part of a larger area, as in \"the swedish countryside \nQuestion: Mice live many places, but what is their native habitat?", + "output": [ + "laboratory" + ] + }, + { + "input": "Sentence: here body was not use to the wear the instrument has on the body \nQuestion: She was new at playing violin, what did she immediately notice developing?", + "output": [ + "read music" + ] + }, + { + "input": "Sentence: the encyclopedia is where you can actually find out what a mammoth was \nQuestion: The child asked what a mammoth was, so his grandpa got a volume of the what out to show the child?", + "output": [ + "south dakota" + ] + }, + { + "input": "Sentence: an art show is a good place to see a picture created by a professional artist. \nQuestion: Where would you see a picture created by a professional?", + "output": [ + "wall" + ] + }, + { + "input": "Sentence: typically you are given a look and explanation from tour guides about exhibits. \nQuestion: Curiosity was high since it was a good tour guide, she explained things first then took the group to what?", + "output": [ + "hear testimony" + ] + }, + { + "input": "Sentence: hospitals are generally located in all cities for people to go to \nQuestion: Where would you expect to find a hospital?", + "output": [ + "military base" + ] + }, + { + "input": "Sentence: the answer should indicate the opposite of real or fact. \nQuestion: News and reality shows are examples of programs that are not works of what?", + "output": [ + "old information" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: She was sick and staying in bed the day of the event, unfortunately this meant she was what?", + "output": [ + "comfort" + ] + }, + { + "input": "Sentence: real estate is most likely to sell something that expensive \nQuestion: At reception desk John asked to see a person who was helping him make a sale. Lilly came out immediately and took him back to her space, and talked to him about his needs. He said that he was willing to lower the price to 80,000 if it would sale faster. Where might John be?", + "output": [ + "at hotel" + ] + }, + { + "input": "Sentence: punching causes bruise on one's body \nQuestion: He was the victim of a random punching, what did he find on his body?", + "output": [ + "cause pain" + ] + }, + { + "input": "Sentence: everyone dies in the end \nQuestion: There is a lot of ways to live life, but it all ends the same with what?", + "output": [ + "coma" + ] + }, + { + "input": "Sentence: printing implies a book or newspaper. something physical \nQuestion: Where can you learn about the anatomy of a blowfish in print?", + "output": [ + "fish market" + ] + }, + { + "input": "Sentence: the store is the only place on the list where you can obtain an item you don't already have in your possession. \nQuestion: Where would you get an eyeglasses case if you do not have one?", + "output": [ + "purse" + ] + }, + { + "input": "Sentence: a depression is caused when a society changes faster than the financial system, \nQuestion: What happened when economic forces don't match a changing society?", + "output": [ + "anger" + ] + }, + { + "input": "Sentence: inflation means high market prices \nQuestion: The bill was passed in hopes of fighting inflation on the products, but it failed to force the companies into what?", + "output": [ + "raising interest rates" + ] + }, + { + "input": "Sentence: you are likely to find one ticket office at a theater but no more \nQuestion: Where could you find more than one ticket office, of different types?", + "output": [ + "movie theaters" + ] + }, + { + "input": "Sentence: ears are an easily identified part of the anatomy. \nQuestion: What part of dogs can you see?", + "output": [ + "no consciousness" + ] + }, + { + "input": "Sentence: the library is an indirect way of getting i nfo, and internet is too new \nQuestion: Where would a person find information in the old days?", + "output": [ + "internet" + ] + }, + { + "input": "Sentence: misunderstandingslearning language,people often don' t know which word to use,or pick the wrong ones by accident. this can cause what? \nQuestion: When learning language, people often don' t know which word to use, or pick the wrong ones by accident. This can cause what?", + "output": [ + "frustration" + ] + }, + { + "input": "Sentence: a bugle is not a common instrument but it is definitely used to play morning reville and evening taps at a military base - thus, that's where you'll find it. \nQuestion: A bugle sounded every morning where?", + "output": [ + "music store" + ] + }, + { + "input": "Sentence: esoteric is essentially the opposite of arcane, so of course he wouldn't like the notion of arcane. \nQuestion: He thought all information should be esoteric in nature, he didn't like the notion of the what?", + "output": [ + "exclusive" + ] + }, + { + "input": "Sentence: laundromats typically have tvs. \nQuestion: Washing clothes at the laundromat was time consuming, most people waited and would do what?", + "output": [ + "singing" + ] + }, + { + "input": "Sentence: writing a letter is the only way to warn of upcoming litigation. \nQuestion: What could a solicitor do to warn of upcoming litigation?", + "output": [ + "claim compensation" + ] + }, + { + "input": "Sentence: people in love often buy presents on birthdays to gift others \nQuestion: What do people in love do on their birthdays?", + "output": [ + "make friends" + ] + }, + { + "input": "Sentence: in our room desk is the best place to keep the scissors,so we can identify easily \nQuestion: Where in your room would you put scissors that you use all the time?", + "output": [ + "backpack" + ] + }, + { + "input": "Sentence: the only country mentioned is america. \nQuestion: You can find a fast food restaurant in every town in what country?", + "output": [ + "big cities" + ] + }, + { + "input": "Sentence: africa is where elephants came from originally, not the zoo or circus. \nQuestion: From where do elephants originate?", + "output": [ + "zoo" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: What do parents tell their kids to stop doing when they want them to go to sleep?", + "output": [ + "get in bed" + ] + }, + { + "input": "Sentence: an iron is used in golf to get the ball in the hole \nQuestion: Holding a iron and looking in the distance the idea seemed simple enough to him, he just had to get the ball in the what?", + "output": [ + "sporting event" + ] + }, + { + "input": "Sentence: failure is the state or condition of not meeting a desirable or intended objective, and may be viewed as the opposite of success. product failure ranges from failure to sell the product to fracture of the product, in the worst cases leading to personal injury, the province of forensic engineering. \nQuestion: What can cause failure even with reduced goals?", + "output": [ + "amount to nothing" + ] + }, + { + "input": "Sentence: this is a synonym for decorations \nQuestion: If something isn't plain but has adornments, what is it called?", + "output": [ + "exotic" + ] + }, + { + "input": "Sentence: congress group is likely to contain a human weasel \nQuestion: What group is likely to contain a human weasel?", + "output": [ + "children's song" + ] + }, + { + "input": "Sentence: the more thoroughly a person understands life, the less he will mock, though in the end he might still \nQuestion: If people listen, they can understand each other better. If they understand each other, they can do what?", + "output": [ + "talk to each other" + ] + }, + { + "input": "Sentence: someone must have money in order to shop. \nQuestion: What must someone have in order to shop?", + "output": [ + "get money" + ] + }, + { + "input": "Sentence: colorado isn't in mexico or texas \nQuestion: Colorado became one of the first to legalize recreational marijuana in the what?", + "output": [ + "texas" + ] + }, + { + "input": "Sentence: let down is the only answer that is an emotion \nQuestion: What does a human feel when their friends ditch tehm?", + "output": [ + "turn away" + ] + }, + { + "input": "Sentence: they don't mind the behavior and it embarrasses them. \nQuestion: If a person acts in a manner that embarrasses themselves and family their behavior is what?", + "output": [ + "restricted" + ] + }, + { + "input": "Sentence: wood from a hardwood store would unlikely to be fresh ; you'd be lucky to find any wood in a boat. all trees have fresh wood. \nQuestion: where is a good place to get fresh wood?", + "output": [ + "boat" + ] + }, + { + "input": "Sentence: making friends makes a good feeling \nQuestion: John and James loved making friends. It gave them what?", + "output": [ + "conflict" + ] + }, + { + "input": "Sentence: one is scared of breaking bones, especially after an accident. \nQuestion: He was scared of skiing after the accident, what did he want to avoid in general?", + "output": [ + "healthy body" + ] + }, + { + "input": "Sentence: deck is a floor area so the railings will block the view \nQuestion: I put up a railing to make sure I don't fall at my house, but now when I sit outside it blocks my view, what am I sitting on?", + "output": [ + "house" + ] + }, + { + "input": "Sentence: you should go to a grocery shop if you are bored and hungry. \nQuestion: If I am suffering from boredom, and I am also hungry, what should I do?", + "output": [ + "do crossword puzzle" + ] + }, + { + "input": "Sentence: offering to pay would make up for the needed funds. \nQuestion: The lady fumbled in her purse for change she didn't have, the person beyond offered a helping hand in what?", + "output": [ + "heart" + ] + }, + { + "input": "Sentence: a bookstore is a place where customers flipping through pages as a way of browsing around. \nQuestion: The customer was flipping around quietly browsing when someone spoke, the customer was shocked to see a salesperson on the floor working at the what?", + "output": [ + "toy store" + ] + }, + { + "input": "Sentence: stage is the best place a performer can stand on. \nQuestion: What does a performer stand on?", + "output": [ + "party" + ] + }, + { + "input": "Sentence: because of personal injury dangers you don't see shop offered in high school. \nQuestion: Because of dangers you don't always see shop as an option in what anymore?", + "output": [ + "container" + ] + }, + { + "input": "Sentence: a snowman is likely shrinking when getting wet. \nQuestion: What is likely to happen to a snowman that is getting wet?", + "output": [ + "cool off" + ] + }, + { + "input": "Sentence: you pay at restaurants \nQuestion: Where are you if you've received bbq after paying?", + "output": [ + "backyard" + ] + }, + { + "input": "Sentence: an apartment is a living quarter, also known as a room. \nQuestion: The college kids weren't known for their apartment decor choices, they used a folding chair inside their what?", + "output": [ + "church" + ] + }, + { + "input": "Sentence: without any friends, it isn't very easy to speak to people for long. \nQuestion: What is required for someone to be chatting with friends?", + "output": [ + "phone" + ] + }, + { + "input": "Sentence: runaway could find a place to stay and work in city \nQuestion: Where might a runway head?", + "output": [ + "military base" + ] + }, + { + "input": "Sentence: sport includes all forms of competitive physical activity or games which, through casual or organised participation, aim to use, maintain or improve physical... \nQuestion: Celebrating sports teams sometimes start what when they get out of hand?", + "output": [ + "headaches" + ] + }, + { + "input": "Sentence: the teacher noticed early \nQuestion: The child was suffering from neglect, luckily the teach took what?", + "output": [ + "consideration" + ] + }, + { + "input": "Sentence: repairbob destroyed wendy's favorite toy. wendy isn't sad because she believes she can do what to it? \nQuestion: Bob destroyed Wendy's favorite toy. Wendy isn't sad because she believes she can do what to it?", + "output": [ + "build" + ] + }, + { + "input": "Sentence: containers don't always keep things fresh because it's not refrigerated \nQuestion: They were worried about the fruit staying fresh in the heat, so they put it in the what?", + "output": [ + "container" + ] + }, + { + "input": "Sentence: using ball we can play only in the street \nQuestion: Where do kids play with a ball that is concrete?", + "output": [ + "pool table" + ] + }, + { + "input": "Sentence: only option that a reporter has any interest in \nQuestion: These locker rooms are often visited by reporters.", + "output": [ + "gymnasium" + ] + }, + { + "input": "Sentence: because they are not being bought and bookstores don't let people take chairs. \nQuestion: Where would you borrow some chairs if you do not have any?", + "output": [ + "race track" + ] + }, + { + "input": "Sentence: in a house or an office building let can always get in. \nQuestion: There is no skylight or anything else to let in light in what kind of structure?", + "output": [ + "house" + ] + }, + { + "input": "Sentence: the only place that might have food \nQuestion: John left his plates secure in his belief that someone else would get it and went out with a full belly. Where was john eating?", + "output": [ + "shelf" + ] + }, + { + "input": "Sentence: noxious water, is swampy water \nQuestion: What is likely to be filled with noxious water?", + "output": [ + "perfume" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: Where might jellyfish stay warm?", + "output": [ + "atlantic ocean" + ] + }, + { + "input": "Sentence: the evening meal is often referred to as dinner. \nQuestion: What meal would you find on your serving dish in the evening?", + "output": [ + "plate" + ] + }, + { + "input": "Sentence: heaven in a religious sense where would a lemur be found \nQuestion: In a religious sense where would a lemur be found?", + "output": [ + "field" + ] + }, + { + "input": "Sentence: doctor visits can be stressful for seniors on original medicare, part a and part read on for tips about planning doctor visits so you'll know what to expect \nQuestion: Where does someone go to step on a scale annually?", + "output": [ + "post office" + ] + }, + { + "input": "Sentence: brain is the only part of the human body listed \nQuestion: He was studying anatomy, he knew that the main artery in his neck provided blood to his what?", + "output": [ + "busy city" + ] + }, + { + "input": "Sentence: atlas is made of paper and helps navigate \nQuestion: If you're traveling along a highway what item made of paper can you use to find your way?", + "output": [ + "united states" + ] + }, + { + "input": "Sentence: most people will sweat when they are nervous. \nQuestion: What happens to living beings when they are nervous?", + "output": [ + "getting old" + ] + }, + { + "input": "Sentence: stay positive and happy. work hard and don't give up hope. be open to criticism and keep learning. surround yourself with happy, warm and genuine people. \nQuestion: I love to see an idea become a reality. In order to accomplish that, I must do what?", + "output": [ + "patent" + ] + }, + { + "input": "Sentence: leaves are generally raked up into mounds or piles. \nQuestion: If you raking up dead leaves how do they end up arranged?", + "output": [ + "tree" + ] + }, + { + "input": "Sentence: the roof is above the shower \nQuestion: Where would you mount a towel that you wanted above your shower?", + "output": [ + "dryer" + ] + }, + { + "input": "Sentence: the only one that describes both the ball and rim. \nQuestion: It is hard to predict a rebound in basketball, this is because the ball and rim are what?", + "output": [ + "punctured" + ] + }, + { + "input": "Sentence: a honest person would refuse to deceive someone. \nQuestion: What did the honest real estate agent refuse to do to a client?", + "output": [ + "charming" + ] + }, + { + "input": "Sentence: the result of wanting to socialize more would lead to friendship, but not necessarily the other two options. \nQuestion: James wanted to socialize more because he felt he lacked what?", + "output": [ + "entertainment" + ] + }, + { + "input": "Sentence: biologically, a child (plural: children) is a human being between the stages of birth and puberty. the legal definition of child generally refers to a minor, otherwise .. \nQuestion: What would children do if they are bored?", + "output": [ + "walk" + ] + }, + { + "input": "Sentence: defend is what you do against someone who is attacking \nQuestion: The game allowed you to take turns, one player would attack while the other would what?", + "output": [ + "cease fire" + ] + }, + { + "input": "Sentence: snore can you do while resting that affects other people? answer choices: \nQuestion: What can you do while resting that affects other people?", + "output": [ + "fall asleep" + ] + }, + { + "input": "Sentence: hunting lodges can be remote (out in the middle of nowhere), whereas the others usually aren't. \nQuestion: It was a crude building with drafting floors, so all the friends slept high in lofts while at the remote what?", + "output": [ + "apartment building" + ] + }, + { + "input": "Sentence: they do not have enough finances to live in their current home \nQuestion: A person, cannot afford their home, they are likely to be experiencing what?", + "output": [ + "bad feelings" + ] + }, + { + "input": "Sentence: windows shopping means not buying anything and just looking. she was putting stuff in the cart presumably to buy it \nQuestion: She wasn't just out windows shopping, she was filling up her cart and doing what?", + "output": [ + "compare prices" + ] + }, + { + "input": "Sentence: conversatiion requires that the people speak a language, in this case, english. \nQuestion: In Canada you'll hear most people doing what to converse?", + "output": [ + "water plants" + ] + }, + { + "input": "Sentence: a sale is on an item to be bought. \"overpriced\" and \"expensive\" dont make any sense here \nQuestion: If you need an item is it a good idea to wait for a sale before what?", + "output": [ + "overpriced" + ] + }, + { + "input": "Sentence: the stem is generally picked off the apple. it has no flavor. \nQuestion: What part of the apple is typically left behind after eating?", + "output": [ + "seeds inside" + ] + }, + { + "input": "Sentence: it was summer and sarah couldn't stand living so it should be a place so texas \nQuestion: Sarah couldn't stand living without an air conditioner. It was summer and she was in what?", + "output": [ + "car" + ] + }, + { + "input": "Sentence: taking the time to start the day properly with fuel to build energy during a stressful and busy time \nQuestion: If you've been in a rut and busy, taking the time and eating breakfast could help you have a what?", + "output": [ + "dirty dishes" + ] + }, + { + "input": "Sentence: fair would i try knocking down bottles with a baseball \nQuestion: Where would I try knocking down bottles with a baseball?", + "output": [ + "farmer's market" + ] + }, + { + "input": "Sentence: advantage means you'll be ahead, but not necessarily that you'd win and has no relationship to falling \nQuestion: A reaching advantage will lead to what in a race?", + "output": [ + "victory" + ] + }, + { + "input": "Sentence: tables are typically used during a conference because they seat many people at them. \nQuestion: What are tables sometimes necessary for when a variety of thoughts are needed?", + "output": [ + "fast food restaurant" + ] + }, + { + "input": "Sentence: compost is used in small, localized areas. \nQuestion: You can use compost to help insure a lush what?", + "output": [ + "forest" + ] + }, + { + "input": "Sentence: the only place that might have \nQuestion: Where can you find aisles filled with food?", + "output": [ + "theatre" + ] + }, + { + "input": "Sentence: to awake or to concentrate neither would be good answers for having to tell her class about it. \nQuestion: Jane need to memorize the section because she was expected to do what to it in class?", + "output": [ + "awake" + ] + }, + { + "input": "Sentence: go down to food for the food \nQuestion: The restaurant had no business out in the countryside, where should it move to?", + "output": [ + "new york" + ] + }, + { + "input": "Sentence: when polished a piece of wood it will get the pure on the surface \nQuestion: When would you be able to see your reflection in a piece of wood?", + "output": [ + "nailed" + ] + }, + { + "input": "Sentence: if you don't move your car you get a ticket. \nQuestion: What do you get for not moving your car during the required time?", + "output": [ + "driving" + ] + }, + { + "input": "Sentence: play piano could you do if you want to listen to music \nQuestion: What could you do if you want to listen to music?", + "output": [ + "fiddle" + ] + }, + { + "input": "Sentence: a deserted island will allow you to achieve peace \nQuestion: If you're going on vacation on a deserted island what are you hoping to achieve?", + "output": [ + "panic" + ] + }, + { + "input": "Sentence: a math book is the only likely place to find information about operations with numbers. \nQuestion: Where can you learn about operations with numbers?", + "output": [ + "office" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: Where would you likely find a laser in a university?", + "output": [ + "hospital" + ] + }, + { + "input": "Sentence: you can drink from a water fountain, but not from an oil refinery or \"show\". \nQuestion: Where could you find some plumbing that would be able to help you if you are thirsty?", + "output": [ + "oil refineries" + ] + }, + { + "input": "Sentence: predators hunt for food \nQuestion: This animal with sharp teeth does what for dinner?", + "output": [ + "fight for life" + ] + }, + { + "input": "Sentence: synonyms for put together at thesaurus.com with free online thesaurus, antonyms, and definitions. find descriptive alternatives for put together. \nQuestion: Sarah didn't think that they deserved division. She spend a lot of effort doing what to them?", + "output": [ + "multiplication" + ] + }, + { + "input": "Sentence: learn is the only benefit from watching t.v. \nQuestion: What benefit can you get from watch tv?", + "output": [ + "fall asleep" + ] + }, + { + "input": "Sentence: spreadsheets contain columns and rows of data, or numbers \nQuestion: What would you use if you wanted to make some columns of numbers?", + "output": [ + "roman architecture" + ] + }, + { + "input": "Sentence: only find a monkey,elephant,or zebra in forest \nQuestion: Where could you find a monkey, elephant, or zebra enjoying a drink?", + "output": [ + "african continent" + ] + }, + { + "input": "Sentence: the other 2 options are where you would go with the ticket you bought, and would have assigned seats. cutting in line would be applicable in a line for tickets. \nQuestion: If you cut when waiting at the ticket office, what should your punishment be?", + "output": [ + "auditorium" + ] + }, + { + "input": "Sentence: wires are the only option that would involve checking a connection. \nQuestion: If electrical equipment won't power on, what connection should be checked?", + "output": [ + "airport" + ] + }, + { + "input": "Sentence: if a business is not successful that means people will not go to it. they will be paying rent and gaining no profit so they lose money. \nQuestion: What happens at the first opening of a business if it's not succesful?", + "output": [ + "get rich" + ] + }, + { + "input": "Sentence: the word alley is associated with city living so an alley cat is most likely to live in an urban environment. \nQuestion: Where is an alley cat likely to live?", + "output": [ + "soft place" + ] + }, + { + "input": "Sentence: stories are often told around campfires. \nQuestion: The children gathered around the camp fire to do what?", + "output": [ + "play with toys" + ] + }, + { + "input": "Sentence: chairs belong on the floor. \nQuestion: Billy set of the chairs on what surface?", + "output": [ + "conference" + ] + }, + { + "input": "Sentence: work is an adult's main responsibility. \nQuestion: What is the responsibility of many an adult?", + "output": [ + "marry" + ] + }, + { + "input": "Sentence: because he intended to pick that answer in the first place. \nQuestion: John thought that it was a mistake to pick A. He meant to choose B put picked A by accident. He was relieved when he learned that A was what?", + "output": [ + "correction" + ] + }, + { + "input": "Sentence: you don't spill cups when you carefully put them on the table \nQuestion: What might happen when not being careful setting a cup on a table?", + "output": [ + "clutter" + ] + }, + { + "input": "Sentence: cats love to sit in laps, so it makes sense that they would be happy there. \nQuestion: Where is a tabby cat likely to be happiest?", + "output": [ + "home" + ] + }, + { + "input": "Sentence: germany is where a bavarian town would be located \nQuestion: Where is a person likely to dance to disco in a Bavarian town?", + "output": [ + "rio de janeiro" + ] + }, + { + "input": "Sentence: a stressed person needs to take breaths of fresh air to clear their head of what is causing their stress in hopes of reducing their stress. \nQuestion: When a stressed person is breathing fresh air, what are they often looking to do?", + "output": [ + "exhilaration" + ] + }, + { + "input": "Sentence: bowling is the only answer in which the object of the game is to use a ball to knock down pins. \nQuestion: Where do you use a ball to knock things down?", + "output": [ + "gymnasium" + ] + }, + { + "input": "Sentence: because i think it's the closest one \nQuestion: What would happen if you are loving another and he or she loves you?", + "output": [ + "peace" + ] + }, + { + "input": "Sentence: the words \"this was a\" is asking for a word relating to time instead of words describing feelings. \nQuestion: The woman experienced great joy, but despite that this was a what?", + "output": [ + "sorrow" + ] + }, + { + "input": "Sentence: a building is insulated and has a roof so the person can warm up and get dry. a hospital is too specific, and a bus stop is not insulated. \nQuestion: The person was cold and wet, where should he go?", + "output": [ + "bus stop" + ] + }, + { + "input": "Sentence: watch movies now is the place to be for horror movies, drama, sci-fi, thriller, action and much more. new full-length feature films will be posted every week... \nQuestion: What class activity is unlikely to cause boredom?", + "output": [ + "play cards" + ] + }, + { + "input": "Sentence: mother will use the ribbon to tie the girl's hair \nQuestion: Where is a mother likely to put a ribbon?", + "output": [ + "floral arrangement" + ] + }, + { + "input": "Sentence: sparse implies that the resources are spread far apart from one another \nQuestion: If an area is not thick with resource, those resources are what?", + "output": [ + "slender" + ] + }, + { + "input": "Sentence: choices a and c are not something that happens to an athlete after an ice bath \nQuestion: The athlete needed cooling off, but after ten seconds in an ice bath he had the whats?", + "output": [ + "better decisions" + ] + }, + { + "input": "Sentence: large stores can buy things \nQuestion: Where can you buy clothing, sporting goods, and housewares?", + "output": [ + "backpack" + ] + }, + { + "input": "Sentence: i think it's unlikely, but since no one else seems to know where it's from it might be worth checking \nQuestion: Where is lint unlikely to be?", + "output": [ + "laundromat" + ] + }, + { + "input": "Sentence: wonder doesn't make sense. this led him to solution to problem doesn't make sense grammaticall yso the first is correct \nQuestion: Joe was very good at thinking. As he grew, he learned out to apply his thoughts to most situations. This led to him doing what?", + "output": [ + "solution to problem" + ] + }, + { + "input": "Sentence: birth defects aren't related to lungs, bad breath isn't a birth defect \nQuestion: What symptom does smoking relate to the organ of breathing?", + "output": [ + "bad breath" + ] + }, + { + "input": "Sentence: snake will most likely not go to a creek. \nQuestion: Where is a snake not likely to go?", + "output": [ + "outdoors" + ] + }, + { + "input": "Sentence: settle disputes that lawyers are always doing while they were growing up \nQuestion: What is that lawyers are always doing while they were growing up?", + "output": [ + "keep quiet" + ] + }, + { + "input": "Sentence: a hotel room is a place that you rent. \nQuestion: If a cockroach is by the bed I am renting, where is it likely to be?", + "output": [ + "closet" + ] + }, + { + "input": "Sentence: the closest and most accurate option \nQuestion: The sloth of a man was convicted of the crime caused by his apathy, he would spend at least a hundred hours finally doing a what?", + "output": [ + "costa rica" + ] + }, + { + "input": "Sentence: while there may be attics in older homes and victorian houses, the nearest one would likely be in your house. \nQuestion: Where would you find the nearest attic?", + "output": [ + "older houses" + ] + }, + { + "input": "Sentence: you can't see over a shape or over doors and windows \nQuestion: The cubicles felt like their own little rooms, you could hardly even see over the what?", + "output": [ + "square shape" + ] + }, + { + "input": "Sentence: the lawyer will definitely expect \nQuestion: What can a lawyer do to be sure spectators anticipate future actions in the correct frame of reference?", + "output": [ + "produce evidence" + ] + }, + { + "input": "Sentence: a hotel would have a regular bed. \nQuestion: Mary offered to let James sleep on her hide sofa bed, but he thought it was uncomfortable. Where might he have decided to stay?", + "output": [ + "apartment" + ] + }, + { + "input": "Sentence: it shows that the man went from being sad and lonely to happy and surrounded by friends. \nQuestion: While chatting with friends for hours, what did the formerly lonely man feel?", + "output": [ + "communication" + ] + }, + { + "input": "Sentence: cabinet in your room would you put scissors that you will not need to use any time soon? \nQuestion: Where in your room would you put scissors that you will not need to use any time soon?", + "output": [ + "desk" + ] + }, + { + "input": "Sentence: blowfish are normally kept in a pet shop \nQuestion: Where might a blowfish be kept?", + "output": [ + "great outdoors" + ] + }, + { + "input": "Sentence: they have internal instincts \nQuestion: What to living things do to continue their species?", + "output": [ + "perspiration" + ] + }, + { + "input": "Sentence: hard thought and decsions \nQuestion: How does a human solve problems?", + "output": [ + "better himself" + ] + }, + { + "input": "Sentence: running is tiring, you do it too many times you will get tired. \nQuestion: What happens when going for a run too many times?", + "output": [ + "feeling refreshed" + ] + }, + { + "input": "Sentence: joe believed it was necessary. \nQuestion: Sam didn't want to do it because he felt that it was nonessential. But Joe insisted, because he believed that it was what?", + "output": [ + "mandatory" + ] + }, + { + "input": "Sentence: the local place is famous place not like a urban city \nQuestion: The local place didn't have the variety the customer was after, so he traveled to see the show room in the big what?", + "output": [ + "car dealership" + ] + }, + { + "input": "Sentence: if he didn't like to eat hamburgers, it is because they gave him a bad feeling, in this case nausea. \nQuestion: John didn't like eating the hamburger. It made him feel what?", + "output": [ + "enjoy" + ] + }, + { + "input": "Sentence: cars are the only things that move and can crash. \nQuestion: What is likely to crash in an intersection?", + "output": [ + "city street" + ] + }, + { + "input": "Sentence: players are the only thing that go on a football field. \nQuestion: What can go on a football field?", + "output": [ + "college campus" + ] + }, + { + "input": "Sentence: there are essentially four basic ways to store your kitchen knives. ... but this is more for the professional chef who travels with his tools, and is ... magnetic wall strips are a safe and convenient way to store your cutting tools. \nQuestion: Where is a good place to keep a butcher knife?", + "output": [ + "fishing boat" + ] + }, + { + "input": "Sentence: the smaller the house the less rooms likely to have a table, kitchen is where you sit to eat. \nQuestion: Where is a small house likely to have a table?", + "output": [ + "conference" + ] + }, + { + "input": "Sentence: forgivienss is all about feelings \nQuestion: If I am forgiving, what might people think I have?", + "output": [ + "new freedom" + ] + }, + { + "input": "Sentence: ships carry people across the ocean if it's not a cargo ship \nQuestion: What do ships other than cargo ships do when they are in the ocean?", + "output": [ + "cross river" + ] + }, + { + "input": "Sentence: europe is a foreign countrythus a foreign airline is required \nQuestion: If there are no domestic airlines and I want to fly to Europe, what kind of airline should i book a flight on?", + "output": [ + "wild" + ] + }, + { + "input": "Sentence: in a courtroom, you take notes on a shorthand typewriter instead of writing it all down by hand. \nQuestion: The clicking away of a shorthand typewriter was doing what while hearing testimony?", + "output": [ + "writing down" + ] + }, + { + "input": "Sentence: south america is the largest place. \nQuestion: What is one of the largest areas with lizards in it?", + "output": [ + "utah" + ] + }, + { + "input": "Sentence: states are not objects that can be hung \nQuestion: After coming home from his trip to the west coat, John hung the fox on his wall. He could do this because the fox was what?", + "output": [ + "california" + ] + }, + { + "input": "Sentence: baseball is a sport where a mitt is required to catch the ball. \nQuestion: The child pounded his mitt in excitement while enjoying his first game in the bleachers where?", + "output": [ + "soccer game" + ] + }, + { + "input": "Sentence: to loss mass, you must thin down or get fitter \nQuestion: A person wants to lose mass,what steps do the take?", + "output": [ + "increase stamina" + ] + }, + { + "input": "Sentence: people often feel ashamed when they accidentally harm another \nQuestion: If a person accidentally harms another person, what happens to them?", + "output": [ + "work at home" + ] + }, + { + "input": "Sentence: concert halls are commercial buildings, so it's more relevant to the question. \nQuestion: James wanted to build a new concert hall, but his land wasn't zoned for what?", + "output": [ + "city" + ] + }, + { + "input": "Sentence: theatre because that's where professional artist perform for the audience. \nQuestion: She couldn't wait to see the performance, she stood in the line for the box office where?", + "output": [ + "movie theater" + ] + }, + { + "input": "Sentence: a washcloth is placed in a linen closet. \nQuestion: Where would you put a washcloth if you do not need to use it?", + "output": [ + "walmart" + ] + }, + { + "input": "Sentence: hunting would lead to having meat to eat, but not the other options. \nQuestion: Humans often have hunting instincts, so what do they do?", + "output": [ + "excrete" + ] + }, + { + "input": "Sentence: a good way for children to learn dining etiquette would be to set a table and gain a personal understanding of how, when and where to place or use different items, the other 2 options are not a good way for a child to learn etiquette. \nQuestion: What is a good way for children to learn about dining etiquette?", + "output": [ + "sun themselves" + ] + }, + { + "input": "Sentence: if you enjoy dancing, taking a class to do it better makes the most sense \nQuestion: Why do almost all people that take dance classes do it?", + "output": [ + "express yourself" + ] + }, + { + "input": "Sentence: plastic toys can only be spilled out of a barrel (out of the given options). \nQuestion: The playroom had many classic toys, the child spilled out each and every plastic monkey out of the what?", + "output": [ + "captivity" + ] + }, + { + "input": "Sentence: you rest when your body is not moving \nQuestion: The hikers were feeling exhaustion, so they sat on a log to what?", + "output": [ + "run out of steam" + ] + }, + { + "input": "Sentence: having children creates a responsibility to bring them and educate them. \nQuestion: People who make people now have what responsibility?", + "output": [ + "water plants" + ] + }, + { + "input": "Sentence: a person can have honor, but cannot have the other options. \nQuestion: In Japanese feudal times leaders would despise and punish people who they believe had no what?", + "output": [ + "admire" + ] + }, + { + "input": "Sentence: the help is the steering control of boats with motors \nQuestion: The helm is the steering control of what powered leisure vessel?", + "output": [ + "tugboat" + ] + }, + { + "input": "Sentence: traffic rush away due to driver hit the post \nQuestion: The car hit a post, but the driver didn't stop. He did what?", + "output": [ + "suffer damage" + ] + }, + { + "input": "Sentence: you can turn round to go another way. \nQuestion: If you yell when a person starts to go in another direction, what are they likely to do?", + "output": [ + "work hard" + ] + }, + { + "input": "Sentence: the pantry is the only logical place you will store food \nQuestion: The food needs to be kept chilled but there is no refrigerator. Where should it be kept?", + "output": [ + "stapler" + ] + }, + { + "input": "Sentence: only during celebration that people drink and cheer \nQuestion: Everybody raised a drink and cheered, they were doing what?", + "output": [ + "were thirsty" + ] + }, + { + "input": "Sentence: incarceration is the law enacted on offenders. \nQuestion: When a person is convicted of committing murder, what happend to them?", + "output": [ + "imprisonment" + ] + }, + { + "input": "Sentence: medicine is usually not stored in jars, and in a hospital you do not store medicine yourself. \nQuestion: People often have to take medicine, they tend to keep it where?", + "output": [ + "jar" + ] + }, + { + "input": "Sentence: studying is how you learn new things. \nQuestion: What is necessary for learning by yourself?", + "output": [ + "thought" + ] + }, + { + "input": "Sentence: create art everybody has a little bit of creativity,but only a few lucky ones \nQuestion: Everybody has a little bit of creativity, but only a few lucky ones get to do what for a living?", + "output": [ + "write" + ] + }, + { + "input": "Sentence: a plane that is not carrying passengers would be carrying freight. \nQuestion: Tim flies airplanes, but not passenger planes. He doesn't have to worry about passengers. All he has to do is what?", + "output": [ + "catch on fire" + ] + }, + { + "input": "Sentence: increased workload is the only answer that only someone who is currently work will experience; anxiety and fear may be experienced by someone applying for a job who is currently jobless. \nQuestion: How does applying for job while working impact someone?", + "output": [ + "anxiety and fear" + ] + }, + { + "input": "Sentence: kenne small dog sleep and trouble peeing indoors \nQuestion: Where should a small dog sleep if they have trouble peeing indoors?", + "output": [ + "aspca" + ] + }, + { + "input": "Sentence: synonyms for playfulness at thesaurus.com with free online thesaurus, antonyms, and definitions. find descriptive alternatives for playfulness. \nQuestion: What is a flirty person known for?", + "output": [ + "new experiences" + ] + }, + { + "input": "Sentence: parks are the most logical place to have a chess board between the three \nQuestion: The older gentlemen enjoyed socializing over a chess board, on clear warm days he did this at the local what?", + "output": [ + "library" + ] + }, + { + "input": "Sentence: check out the latest race car review, specs, prices, photos and videos articles: news (1096), reviews (688), photos (1554), videos (638), prices, specifications ... \nQuestion: Thrill seeking people who love competition might be found in one of these?", + "output": [ + "fear death" + ] + }, + { + "input": "Sentence: bus depot is where you wait for a bus (public transportation) \nQuestion: Many people take public transportation and can be found waiting where?", + "output": [ + "football stadium" + ] + }, + { + "input": "Sentence: lubricate began to copulate,someone used spit \nQuestion: They began to copulate, someone used spit to what?", + "output": [ + "kiss" + ] + }, + { + "input": "Sentence: a person who is known to be someone's fan would be thinking about them a lot. if they had a chance to meet their idol going crazy is likely what you'll see. \nQuestion: What reaction would a fan have if they met their idol?", + "output": [ + "cool room" + ] + }, + { + "input": "Sentence: mission workers only talk about religion. \nQuestion: What are mission workers constantly telling many people about?", + "output": [ + "learn about" + ] + }, + { + "input": "Sentence: the only place that might have \nQuestion: She needs to visit a bookshop after buying the latest fashion, where should she look?", + "output": [ + "student union" + ] + }, + { + "input": "Sentence: the best wa for students to be social is to study in groups. \nQuestion: How can students be social when completing assignments?", + "output": [ + "further education" + ] + }, + { + "input": "Sentence: a church holds services on sunday and therefore is most occupied on this day. \nQuestion: What kind of building sometimes has a basement and is occupied the most on the day after Saturday?", + "output": [ + "office building" + ] + }, + { + "input": "Sentence: when you are bored you want entertainment \nQuestion: The child was complaining of boredom, so his dad began to goof around to do what?", + "output": [ + "meet interesting people" + ] + }, + { + "input": "Sentence: breathing is necessary for life. death is the cessation of life and growing older is a part of life. \nQuestion: What would you need to do to live life?", + "output": [ + "death" + ] + }, + { + "input": "Sentence: someone may become a union member if they want to advance their profession in something, like being in a construction business. \nQuestion: Sammy was a union member. He had to be. It was the only way to advance in his profession. What was his profession?", + "output": [ + "province" + ] + }, + { + "input": "Sentence: front door letters are sometimes delivered by hand through one of these. \nQuestion: Letters are sometimes delivered by hand through one of these.", + "output": [ + "post office" + ] + }, + { + "input": "Sentence: if you save money, you are also fighting inflation. \nQuestion: In order to fight inflation you should be doing this?", + "output": [ + "dissatisfaction" + ] + }, + { + "input": "Sentence: a table would be the only place to put it to use it \nQuestion: Where would you put a dictionary while you're using it?", + "output": [ + "library" + ] + }, + { + "input": "Sentence: dog will help to find the stick \nQuestion: He kept throwing the stick away, but thanks to the dog the stick would always what?", + "output": [ + "come here" + ] + }, + { + "input": "Sentence: the only way you can see yourself on a piece of paper would be in a storybook. \nQuestion: The fox saw itself on a piece of paper wearing silly clothes, what was the fox looking at?", + "output": [ + "natural habitat" + ] + }, + { + "input": "Sentence: when you do well at something, it is usually because you follow instructions well. \nQuestion: Billy didn't understand computers but he could work them. This was because he could easily do what?", + "output": [ + "produce sound" + ] + }, + { + "input": "Sentence: most ferret feel they enjoy outdoor \nQuestion: Where would a ferret feel most free?", + "output": [ + "north carolina" + ] + }, + { + "input": "Sentence: equal opportunity is the only possible answer to give someone in applying for a job \nQuestion: No matter the background of the person, they should all be given what in applying for the job?", + "output": [ + "critical thinking" + ] + }, + { + "input": "Sentence: people usually do something relaxing, such as taking trips, when they don't need to work. \nQuestion: People do what during their time off from work?", + "output": [ + "grow shorter" + ] + }, + { + "input": "Sentence: everyone wants free stuff so you would have to stand in line \nQuestion: What could you do if you want to get free stuff that is worth money?", + "output": [ + "apply for job" + ] + }, + { + "input": "Sentence: encyclopedia is not a place, and countryside is too vague. the great plains are in the midwest, so it is the best fit. \nQuestion: What midwestern area is likely to have a marmot running free?", + "output": [ + "encyclopedia" + ] + }, + { + "input": "Sentence: it is a stereotype that grown people live in there parents basements cause the can't afford to leave home. \nQuestion: Though he was an adult he still stereotypical slept on a sofa bed in his parent's what", + "output": [ + "horseradish" + ] + }, + { + "input": "Sentence: shock discovering the truth and the person had always assumed. \nQuestion: The person had always assumed, but discovering the truth came as a what?", + "output": [ + "hurt" + ] + }, + { + "input": "Sentence: this makes the most sense since she is getting up early and using drops \nQuestion: Getting up early was new for her, she needed some drops to clear up her what?", + "output": [ + "starting early" + ] + }, + { + "input": "Sentence: the engine block is the most likely option to require assembly. \nQuestion: He was ready to install the new cylinder, afterwards he would have to reassemble the entire what?", + "output": [ + "pump" + ] + }, + { + "input": "Sentence: a mountain is a large landform that rises above the surrounding land in a limited area, usually in the form of a peak. a mountain is generally steeper than a hill. mountains are formed through tectonic forces or volcanism. these forces can locally raise the surface of the earth. \nQuestion: Where would it be too cold for a marmoset?", + "output": [ + "colorado" + ] + }, + { + "input": "Sentence: in a salad is the best place to find fungus \nQuestion: where might someone eat a fungus?", + "output": [ + "locker room" + ] + }, + { + "input": "Sentence: you wouldn't want to be running if you were out of breathe \nQuestion: What is not a reason that you would want to be going for run?", + "output": [ + "better health" + ] + }, + { + "input": "Sentence: i can find a steakhouse in a nebraska of corn field \nQuestion: Where can I find a steakhouse with a view of corn fields?", + "output": [ + "mexico" + ] + }, + { + "input": "Sentence: well, not being able to eat anything makes one die easily. \nQuestion: What happens to people when they do not have enough food?", + "output": [ + "eat fish" + ] + }, + { + "input": "Sentence: the sloth is a mammal that lives in the trees of south america. they have a slow and peculiar way of moving about. in fact, they are the slowest land mammals and travel very sluggishly on the ground (0.025 m/s–0.050 m/s) \nQuestion: A sloth climbs slow, but it can eventually reach all the way up where?", + "output": [ + "tropical rainforest" + ] + }, + { + "input": "Sentence: anyone could water plants. and garden roses isn't a verb, so it's not something anyone would do. \nQuestion: What is a landscape gardner likely to do?", + "output": [ + "water plants" + ] + }, + { + "input": "Sentence: they enjoyed their success which made the crowd go mad. \nQuestion: The band enjoyed their success and fans, they loved to what at the start of every concert?", + "output": [ + "celebrate" + ] + }, + { + "input": "Sentence: this suggests she feels the opposite of him \nQuestion: Sam came to despise his sister. On the other hand, she felt what for him?", + "output": [ + "honor" + ] + }, + { + "input": "Sentence: explanation: a university would be the most likely of them all to contain that many paper clips \nQuestion: What could have tens of thousands of paper clips?", + "output": [ + "drawer" + ] + }, + { + "input": "Sentence: it's in their job description to do so. \nQuestion: What do fire fighters do?", + "output": [ + "cleansing" + ] + }, + { + "input": "Sentence: janitor works for a company which would have a utility room. \nQuestion: The janitor got his pail out of where?", + "output": [ + "wishing well" + ] + }, + { + "input": "Sentence: for a child, nobody would recommend a real wagon so a toy would be just fine and amazing \nQuestion: Where can a child get a wagon?", + "output": [ + "backyard" + ] + }, + { + "input": "Sentence: a state park would be the only choice where nature is known to be protected by law. \nQuestion: Where are trees likely to be protected?", + "output": [ + "countryside" + ] + }, + { + "input": "Sentence: laughter and sense of humor go hand in hand. \nQuestion: Jerry was entertaining because he had a super sense of humor. He brought what to many people?", + "output": [ + "like" + ] + }, + { + "input": "Sentence: the only place of work out of the three choices is a synagogue. \nQuestion: John put the book in his pack and then went off to work. Where might he be working?", + "output": [ + "briefcase" + ] + }, + { + "input": "Sentence: incase we want to something in rise in lower vioce. \nQuestion: What do we do if we rise something and want to put it back down?", + "output": [ + "below" + ] + }, + { + "input": "Sentence: the feeling of guilt is the only answer that pertains to the murderer's conscience. \nQuestion: What happens to the conscience of someone who has been caught committing a murder?", + "output": [ + "going to prison" + ] + }, + { + "input": "Sentence: condoms use in only bedrooms \nQuestion: Where do you use condoms?", + "output": [ + "supermarket" + ] + }, + { + "input": "Sentence: get the happiness on the moment \nQuestion: The people danced to the music, what was the music like for them?", + "output": [ + "soothing" + ] + }, + { + "input": "Sentence: a trip comes after in beginning \nQuestion: The middle of a trip comes after the what?", + "output": [ + "first" + ] + }, + { + "input": "Sentence: cash registers are secured and monitored to prevent theft. \nQuestion: Where is likely a safe place to keep money?", + "output": [ + "supermarket" + ] + }, + { + "input": "Sentence: better indicates that they are likely to beat you in the fight \nQuestion: When competing against a fighter with better training you'll likely get a what?", + "output": [ + "one winner" + ] + }, + { + "input": "Sentence: it can be hard to tell — after all, someone who has lost a lot of weight may have another type of health. \nQuestion: If someone needs to eat what should they be doing?", + "output": [ + "say grace" + ] + }, + { + "input": "Sentence: it is best to just cool off or stay away when an anger is about to explode. \nQuestion: His anger reached a boiling point, the therapist said they should take a break and what?", + "output": [ + "destroy enemy" + ] + }, + { + "input": "Sentence: you can't see a priest believe in god, you see him do something. people watch priests give mass, not drink coffee. \nQuestion: If there are people watching a priest, what is he doing?", + "output": [ + "believe in god" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: When would you want to have food?", + "output": [ + "eat" + ] + }, + { + "input": "Sentence: streets are made to be driven on. \nQuestion: What divider is often between two buildings that cars drive on?", + "output": [ + "binder" + ] + }, + { + "input": "Sentence: monsters killing are a very frightening experience \nQuestion: Rumors of roving bands of monsters killing people could lead to what?", + "output": [ + "go to prison" + ] + }, + { + "input": "Sentence: if it is required of someone to be safe, then the situation is dangerous. \nQuestion: The guide told them to be very safe in this section, the bears in this are were very what?", + "output": [ + "precarious" + ] + }, + { + "input": "Sentence: refrigerators keep things cold \nQuestion: The gel container said to keep it cool, where should you put it?", + "output": [ + "tube" + ] + }, + { + "input": "Sentence: a test is used to demonstrate knowledge \nQuestion: Remembering facts is how you demonstrate what when taking a test?", + "output": [ + "depression" + ] + }, + { + "input": "Sentence: i watching the television \nQuestion: On what device can you watch a program without leaving your home?", + "output": [ + "opera" + ] + }, + { + "input": "Sentence: opposite of cold is hot \nQuestion: What is the fastest way to combat being cold?", + "output": [ + "get warm" + ] + }, + { + "input": "Sentence: humans use their mouths to speak \nQuestion: What does every person talk out of?", + "output": [ + "name" + ] + }, + { + "input": "Sentence: drinking alcohol would cause you to throw up. \nQuestion: Why would you go to a bathroom after drinking alcohol?", + "output": [ + "disorientation" + ] + }, + { + "input": "Sentence: if it is snowing out and you are outside for a prolonged period of time, you will likely get cold, regardless of kissing. \nQuestion: if i were kissing someone and it started to snow what would be a likely result", + "output": [ + "being happy" + ] + }, + { + "input": "Sentence: a hat protects against the cold. \nQuestion: What do people do in the cold?", + "output": [ + "kill animals" + ] + }, + { + "input": "Sentence: newspapers are printed on paper \nQuestion: The big rolling machines made tons of newspapers everyday simply by getting the stories what?", + "output": [ + "recycled" + ] + }, + { + "input": "Sentence: if it's not in my house, then my neighbor would have the next closest to me. \nQuestion: Where is the closest sofa located that isn't in your own residence?", + "output": [ + "home" + ] + }, + { + "input": "Sentence: some customers want things straight to the doorstep is a good \nQuestion: For convenience some customers want things straight to the doorstep and use what?", + "output": [ + "demand satisfaction" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: Billy bought pencils and put them in his what?", + "output": [ + "classroom" + ] + }, + { + "input": "Sentence: most people's opinion of congress is terrible, so a weasel would be a good mascot. \nQuestion: Given people's opinion of congress what place might they give the mascot of a weasel to?", + "output": [ + "public office" + ] + }, + { + "input": "Sentence: showing that god didnt kill everyone \nQuestion: God didn't kill off everyone in the flood, so what does that suggest he has?", + "output": [ + "everything" + ] + }, + { + "input": "Sentence: waiting in a motel for a meeting is just plain sleazy. a law firm could have a reception area in its office, but it is too specific. not all meetings take place in law firms. \nQuestion: Where do you wait in a reception area for a meeting?", + "output": [ + "motel" + ] + }, + { + "input": "Sentence: the closeness indicates that only people on the inside know something. \nQuestion: Why did only the close friends laugh about the fox?", + "output": [ + "grassy field" + ] + }, + { + "input": "Sentence: someone that has nice skin tends to be hydrated and healthy overall. \nQuestion: What is typical of a person with blemish free, flowing skin?", + "output": [ + "finger" + ] + }, + { + "input": "Sentence: fairytales are the only place that nymphs exisst \nQuestion: Where might nymphs live in a pleasure garden?", + "output": [ + "japan" + ] + }, + { + "input": "Sentence: she has a talent hence might end up making music \nQuestion: She began to play violin at a young age, she had a passion to do what?", + "output": [ + "inspiring" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: Sally noticed that the sword was straight. She wanted one with a different type of blade. What type of sword did she want?", + "output": [ + "crooked" + ] + }, + { + "input": "Sentence: excessive alcohol causes sickness and vomiting \nQuestion: What can you get after drinking too much alcohol?", + "output": [ + "frequent urination" + ] + }, + { + "input": "Sentence: humans smile and will sometimes whistle a tune when in a good mood. \nQuestion: How would a human be feeling if they were smiling and whistling?", + "output": [ + "greek tragedy" + ] + }, + { + "input": "Sentence: the others are countries or cities \nQuestion: What state would have many Mexican restaurants?", + "output": [ + "san diego" + ] + }, + { + "input": "Sentence: its an excavating contractor located in montanna \nQuestion: Where is gruber exacavation from?", + "output": [ + "work area" + ] + }, + { + "input": "Sentence: an artist would paint to commemorate \nQuestion: How can an artist commemorate a horse forever.", + "output": [ + "triple crown" + ] + }, + { + "input": "Sentence: exercise is a good method to lose weight and improve overall well-being. \nQuestion: Someone takes up exercising to improve their what", + "output": [ + "breathlessness" + ] + }, + { + "input": "Sentence: the statement describes lips that are in motion from being detached from a person. \nQuestion: John saw a pair of disembodied lips floating towards him. He was hypnotized by their what?", + "output": [ + "human face" + ] + }, + { + "input": "Sentence: a crab is most likely to be moving on the beach where it lives \nQuestion: The crab was scuttling but strained when he moved, what was impeding him?", + "output": [ + "tide pool" + ] + }, + { + "input": "Sentence: because fish have no legs \nQuestion: Fish have fins to move underwater, but can't walk because what?", + "output": [ + "gills" + ] + }, + { + "input": "Sentence: trauma is the direct cause of a terrible event \nQuestion: Remembering a terrible event is likely to cause what?", + "output": [ + "crying" + ] + }, + { + "input": "Sentence: has entertainment value to it \nQuestion: Why do people ready gossip magazines?", + "output": [ + "get information" + ] + }, + { + "input": "Sentence: shirts generally and stored in the closet when not needed \nQuestion: She got home and needed to put away her shirts, where did she put them?", + "output": [ + "suitcase" + ] + }, + { + "input": "Sentence: roads leading to a river are valleys \nQuestion: If you follow a road toward a river what feature are you driving through?", + "output": [ + "town" + ] + }, + { + "input": "Sentence: although the first option, \"spending money\", is also something that could be done, the question asks what should be done, so this is the correct answer. \nQuestion: What should people do right after getting paid?", + "output": [ + "spending money" + ] + }, + { + "input": "Sentence: vacations are taken to remove stress from your everyday life \nQuestion: Why might a person take a vacation?", + "output": [ + "admiration" + ] + }, + { + "input": "Sentence: just dance at the party or other places \nQuestion: Jane didn't care about talking with others. She went dancing just to do what?", + "output": [ + "fatigue" + ] + }, + { + "input": "Sentence: lamps can be purchased at stores \nQuestion: James needed a new lamp so he went where?", + "output": [ + "bedroom" + ] + }, + { + "input": "Sentence: swamp smell wouldn't go away with just water, fountain don't smell and perfume can easily be put away with water. \nQuestion: She'd sooner just spray herself with water than the what she didn't like the smell of?", + "output": [ + "swamp" + ] + }, + { + "input": "Sentence: having good vocal control means staying “on pitch”. ... singers with good vocal control can sing each note distinctly for the intended musical effect in a melody or harmony. they can also handle note leaps accurately, not jumping too far or not far enough in pitch. singers with a good voice have strong vocal control.aug 22, 2014 \nQuestion: What would someone tell a person they possessed if they sing well?", + "output": [ + "enjoy" + ] + }, + { + "input": "Sentence: kitchen drawer i store this clean fork if i am not presently using it? \nQuestion: Where can I store this clean fork if I am not presently using it?", + "output": [ + "table" + ] + }, + { + "input": "Sentence: bed is the place someone go for spleep. \nQuestion: What leads to someone going to to bed?", + "output": [ + "get pregnant" + ] + }, + { + "input": "Sentence: tardis is where in the main room go to right \nQuestion: The master control for the Tardis is where in the main room?", + "output": [ + "main office" + ] + }, + { + "input": "Sentence: because seeing the question is the answer that best matches the question \nQuestion: The stove had to be moved so the kitchen could be remodeled, where did it go?", + "output": [ + "friend's house" + ] + }, + { + "input": "Sentence: marmots are excellent climbers, and their natural habitat would be in the trees. \nQuestion: Where could a marmot go to try to escape from you?", + "output": [ + "colorado" + ] + }, + { + "input": "Sentence: an apartment is the only answer where balcony railings and home go together. \nQuestion: Where might someone find lots of homes with a balcony railing?", + "output": [ + "theatre" + ] + }, + { + "input": "Sentence: canada is north of us \nQuestion: Where can you find a barber shop north of the U.S.?", + "output": [ + "neighborhood" + ] + }, + { + "input": "Sentence: a likely ending of war is violance and death (i.e. destroying each other). \nQuestion: If people are at war with one another, what might they do as a consequence?", + "output": [ + "run amok" + ] + }, + { + "input": "Sentence: thoughtful is the opposite of reckless \nQuestion: What is the opposite of foolhardy?", + "output": [ + "cautious" + ] + }, + { + "input": "Sentence: deep grass is one of the best places for a snake to hide. \nQuestion: Where would a snake hide before ambushing prey?", + "output": [ + "burlap sack" + ] + }, + { + "input": "Sentence: loquacious people talk continually and constantly. \nQuestion: The loquacious man needed to listen, what should he do?", + "output": [ + "pay attention" + ] + }, + { + "input": "Sentence: this means mild temperatures making it easy to live \nQuestion: What is the easiest place for a human or another animal to live?", + "output": [ + "gravesite" + ] + }, + { + "input": "Sentence: the questions says that sean was a native english speaker and therefore speaks it well and then contrasts ludwig as not speaking well which means he not native and is a foreigner \nQuestion: Sean was a native English speaker, a fact that he found helpful. Ludwig didn't speak the language well because he was what?", + "output": [ + "immigrant" + ] + }, + { + "input": "Sentence: if we indulge the question a little we find that people have actually studied \nQuestion: What would you get if you want a painting but cannot afford the original?", + "output": [ + "derivative" + ] + }, + { + "input": "Sentence: he might have left the pics inside suitcase when he returned back \nQuestion: John was cleaning up and found pics from his trip to California in something old. What did he probablt find them in?", + "output": [ + "attic" + ] + }, + { + "input": "Sentence: dirty dishes are the only physical thing they could leave behind \nQuestion: The children were running late for school, after eating breakfast they left behind their what?", + "output": [ + "bad breath" + ] + }, + { + "input": "Sentence: produce heat the electricity bill,now what can't i do with my ground pump \nQuestion: I forgot to pay the electricity bill, now what can't I do with my ground pump?", + "output": [ + "shock" + ] + }, + { + "input": "Sentence: cities and hotels are expensive, whereas motels are infamously cheap and bare bones. \nQuestion: John couldn't find a place to stay, and he didn't want to waste money. He picked a place that was inexpensive and offered few luxuries. Where might he be staying?", + "output": [ + "hotel" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: John rushed into his house and threw off his pants. He desperately needed to use which part of the house?", + "output": [ + "rooms" + ] + }, + { + "input": "Sentence: a dog could drink from a cup if his bowl is empty. \nQuestion: What might help if my dog wants a drink but his bowl is empty?", + "output": [ + "cabinet" + ] + }, + { + "input": "Sentence: the other options are unlikely \nQuestion: What is eating too much dinner likely to result in?", + "output": [ + "living longer" + ] + }, + { + "input": "Sentence: stress is the only reaction one would have to not being able to get home promptly. \nQuestion: He knew that beginning work on this job would mean he couldn't get home on time for several days. What is his reaction?", + "output": [ + "panic" + ] + }, + { + "input": "Sentence: you would need a followup if you are unsure of what's going on \nQuestion: Why might someone decide to having a checkup for followup?", + "output": [ + "stress" + ] + }, + { + "input": "Sentence: this is the only option that is inside. \nQuestion: Where would you see some civilians standing in a line inside?", + "output": [ + "bus stop" + ] + }, + { + "input": "Sentence: cheers are made by drinkers. \nQuestion: What could an alcoholic say that would cause someone to say \"shame on you\" to him or her?", + "output": [ + "thanks" + ] + }, + { + "input": "Sentence: the social change is radical which indicates a disruption to the social norm. \nQuestion: What is it called when a group is radically changing society?", + "output": [ + "social activism" + ] + }, + { + "input": "Sentence: a carnival is a place where you want to attract visitors. \nQuestion: They were hoping to attract visitors, so they installed lights, where were they installed?", + "output": [ + "building" + ] + }, + { + "input": "Sentence: smiles describes the joy studying science brings. \nQuestion: If you like learning about science, you are all?", + "output": [ + "frustration" + ] + }, + { + "input": "Sentence: he was lying about something and what he said was untrue \nQuestion: She knew his story was untrue, she just hoped he had remained what?", + "output": [ + "veracious" + ] + }, + { + "input": "Sentence: for security reasons \nQuestion: Before a new student can go to school they have to do what with the school's administration?", + "output": [ + "old enough" + ] + }, + { + "input": "Sentence: people have to wait for a bus to arrive, typically on a street corner outdoors. \nQuestion: Sally waited in the rain with another person. Both of them were waiting to do what?", + "output": [ + "make wine" + ] + }, + { + "input": "Sentence: inside is not a word usually applied to a city or a state. \nQuestion: Where is a delicatessen likely to be inside?", + "output": [ + "large city" + ] + }, + { + "input": "Sentence: sporting goods store is the best place to get knives. \nQuestion: Where would you get some knives if you do not have any?", + "output": [ + "kitchen" + ] + }, + { + "input": "Sentence: every building contains the other two answers and other structures with doors \nQuestion: What sort of structures do you enter through a doorway?", + "output": [ + "castle" + ] + }, + { + "input": "Sentence: windows are the only specified car part that the flung rocks would break. \nQuestion: Large trucks can fling rocks on the highway, this can be trouble for cars and their whats?", + "output": [ + "trunks" + ] + }, + { + "input": "Sentence: sewing is related to these two hobbies and is the only thing involving needles. \nQuestion: If someone is quite crafty with needles they might have all sorts of hobbies like needlepoint, crocheting, or just plain what?", + "output": [ + "livingroom" + ] + }, + { + "input": "Sentence: the 'but' after 'they may be out of bed' indicates that they are behaving in a way that is contradictory of the literal statement. \nQuestion: They may be out of bed, but for some they don't what until they eat breakfast?", + "output": [ + "open mouth" + ] + }, + { + "input": "Sentence: a packed store is a busy store with lots of customers. \nQuestion: What do you do when shopping in a packed store?", + "output": [ + "spending money" + ] + }, + { + "input": "Sentence: sweat smells bad and makes you feel dirty. \nQuestion: What is an uncomfortable consequence of jumping rope?", + "output": [ + "increased heart rate" + ] + }, + { + "input": "Sentence: an engine can't be seen from the outside and license plates can be read \nQuestion: What is a thing that almost all cars have which can be seen from the outside but cannot be read?", + "output": [ + "engine" + ] + }, + { + "input": "Sentence: the fact that he wasn't spoken to often eliminates the chance of him being a friend or family member. \nQuestion: Billy wasn't a stranger, but they hadn't spoken to him often, either. How would you describe him?", + "output": [ + "family" + ] + }, + { + "input": "Sentence: they arrive by mail in the mailbox \nQuestion: Where would you find pamphlets when they're delivered to your home?", + "output": [ + "health department" + ] + }, + { + "input": "Sentence: middle ages is the only answer in which a live and nonfictional knight could exist. \nQuestion: Where could you find a real knight?", + "output": [ + "chess board" + ] + }, + { + "input": "Sentence: only city mentioned is manhattan. \nQuestion: What city is known for having a nightclub scene?", + "output": [ + "major city" + ] + }, + { + "input": "Sentence: jumping jacks is an exercise that is routinely done on a military base. \nQuestion: Where would you see some people doing jumping jacks?", + "output": [ + "bus stop" + ] + }, + { + "input": "Sentence: the electronic store may be in the opposite side of food kiosks. \nQuestion: The electronics store benefited from people walking from the food kiosks, where was it located?", + "output": [ + "strip mall" + ] + }, + { + "input": "Sentence: a concerto is performed by a concert band or orchestra. \nQuestion: A musician is most likely to perform a concerto for clarinet with what type of group?", + "output": [ + "jazz band" + ] + }, + { + "input": "Sentence: you have to walk a lot when visiting a museum. \nQuestion: A lot of people go to museums to experience this, what is it?", + "output": [ + "being bored" + ] + }, + { + "input": "Sentence: you can physically see smiles. banding together and rapport are not physically identifiable. \nQuestion: What would you see if you are looking at people that are agreeing with each other?", + "output": [ + "rapport" + ] + }, + { + "input": "Sentence: john missed something because he was not thorough enough. \nQuestion: John only gave a perfunctory examination of the corpse, though he did everything required of him. He missed the real cause of death. He wouldn't have if he had been more what?", + "output": [ + "careful" + ] + }, + { + "input": "Sentence: even though option also slightly applies, this is one option that would lead to learning to play the violin. \nQuestion: What do you have to do to learn to play violin?", + "output": [ + "relaxing" + ] + }, + { + "input": "Sentence: these three food items are known to cause halitosis. \nQuestion: The guy ate a lunch of onions, sardines, and garlic, what did he have as a result?", + "output": [ + "late for work" + ] + }, + { + "input": "Sentence: before creating art you must relax and set an intention for your art \nQuestion: What does someone need to do to begin creating art?", + "output": [ + "controversy" + ] + }, + { + "input": "Sentence: they have internal instincts \nQuestion: I went to eat in a restaurant, but I left because the person at the front wasn't what?", + "output": [ + "make reservations" + ] + }, + { + "input": "Sentence: a music shop is likely the only place to sell a new trumpet \nQuestion: Where might a person visit if they need a new trumpet?", + "output": [ + "high school band" + ] + }, + { + "input": "Sentence: the board room is a place to gather, so the answer makes sense for seeing people often. \nQuestion: Where is the president likely to meet others?", + "output": [ + "trouble" + ] + }, + { + "input": "Sentence: being rich or wealthy wouldn't stop you, being busy would stop you \nQuestion: What could stop someone from opening business?", + "output": [ + "wealth" + ] + }, + { + "input": "Sentence: a park is the only logical and safe place to play with a frisbee. \nQuestion: Where might someone play with a frisbee?", + "output": [ + "roof" + ] + }, + { + "input": "Sentence: only a dinner is usually accompanied with drinks. \nQuestion: What goes well with drinks?", + "output": [ + "refrigerator" + ] + }, + { + "input": "Sentence: a supermart is the location that would sell these for general consumption \nQuestion: Where do you buy potato chips?", + "output": [ + "pantry" + ] + }, + { + "input": "Sentence: washington dc and used car lot are places not things that are played \nQuestion: The family TV personality was dressed as a weasel, and he began to play a what?", + "output": [ + "washington d.c" + ] + }, + { + "input": "Sentence: lighting or illumination is the deliberate use of light to achieve a practical or aesthetic effect. lighting includes the use of both artificial light sources like lamps ... \nQuestion: If you're lighting a candle to see what are you in?", + "output": [ + "synagogue" + ] + }, + { + "input": "Sentence: the child would obviously eat the food \nQuestion: The fat child could not be trusted to have food around, there was only one thing it would do and that was what?", + "output": [ + "eating" + ] + }, + { + "input": "Sentence: organism require food to continue living. \nQuestion: What is required for an organism to continue living?", + "output": [ + "eventually die" + ] + }, + { + "input": "Sentence: usually a friend's house where you can hang out with your friend is where you may want to go to enjoy company. \nQuestion: If a human wants to enjoy another human's company, where might they go?", + "output": [ + "place of work" + ] + }, + { + "input": "Sentence: holds items for organization \nQuestion: Seeing the desired results of doing housework left her what?", + "output": [ + "getting good grades" + ] + }, + { + "input": "Sentence: reproduce means the same as have sex. \nQuestion: What do humans do when they want to reproduce?", + "output": [ + "sit down" + ] + }, + { + "input": "Sentence: there are alot of people at the train station. \nQuestion: In what place could you find air that has been breathed by many people recently?", + "output": [ + "house" + ] + }, + { + "input": "Sentence: to have fun is the most likely thing you will heard from soomeone when you are about to do somethign you like. \nQuestion: If you are going to watch your favorite team play a sport what is the most likely thing someone will tell you when you let them know?", + "output": [ + "win game" + ] + }, + { + "input": "Sentence: hot water is the best place to use a soapy sponge \nQuestion: If I have a soapy sponge and a place to use it further away, how should I use it at that moment?", + "output": [ + "wet surface" + ] + }, + { + "input": "Sentence: paying more attention could allow for more things to be noticed and avoided. \nQuestion: While working he injured himself, his coworker said he should do what more?", + "output": [ + "accomplishment" + ] + }, + { + "input": "Sentence: after a long trip away you would likely want to meet up with old friends and talk \nQuestion: He had been away from his hometown for years, upon returning he said he would love to what?", + "output": [ + "buy presents for others" + ] + }, + { + "input": "Sentence: inhaling is the first part of any sneeze \nQuestion: In order to sneeze one must do what?", + "output": [ + "blow nose" + ] + }, + { + "input": "Sentence: its the only item in the list that is light enough to transport a good amount of grabs. size & portability. \nQuestion: Where is a bunch of grapes likely to be carried in?", + "output": [ + "fruit cocktail" + ] + }, + { + "input": "Sentence: people like experiencing things that are interactive. \nQuestion: What do you want to do when you go to performance that is interactive?", + "output": [ + "admiration" + ] + }, + { + "input": "Sentence: a briefcase is the only option that would be proper for the storage of important documents, such as a plane ticket. \nQuestion: Where would a business man keep a plane ticket with other documents?", + "output": [ + "pocket" + ] + }, + { + "input": "Sentence: living room isn't live, and hockey doesn't have snap plays \nQuestion: He watched the team play every Sunday, but this was the first time the fan would enter a what to see a snap live?", + "output": [ + "living room" + ] + }, + { + "input": "Sentence: michigan is a specific state where a delicatessen could be located. \nQuestion: Where would a specific place for a delicatessen be?", + "output": [ + "large city" + ] + }, + { + "input": "Sentence: classroom is the only place that is likely to be in a school \nQuestion: The children loved their pet weasel. The teacher came every weekend to make sure it was fed and watered and exercised. Children from all over the school came to visit the weasel. Where did they come?", + "output": [ + "law firm" + ] + }, + { + "input": "Sentence: cabinets are not made in the room that they are used in. \nQuestion: Sally checked her undersink and oversink cabinets to see where they were make. Where might they have been made?", + "output": [ + "kitchen" + ] + }, + { + "input": "Sentence: the opposite of convoluted would be straightforward. \nQuestion: It was a ridiculous answer to a simple question. The professor expected something loss convoluted and more what?", + "output": [ + "solemn" + ] + }, + { + "input": "Sentence: british columbia is the only province \nQuestion: Though a bald eagle is synonymous with the USA, they can be found in what two word province too?", + "output": [ + "rocky mountains" + ] + }, + { + "input": "Sentence: laying in bed so late at night is typical for people trying to get to bed. \nQuestion: She was going to bed at 11 at night, what was she looking to do?", + "output": [ + "laziness" + ] + }, + { + "input": "Sentence: candy stores sells chocolate, where a box only has a bunch and christmas stocking only one or none \nQuestion: Where can one find a wide variety of chocolate?", + "output": [ + "box" + ] + }, + { + "input": "Sentence: a notebook is the only one of the choices that would fit in a ring binder. \nQuestion: What might someone store in a ring binder?", + "output": [ + "office" + ] + }, + { + "input": "Sentence: kansas city is well known for its steakhouses. \nQuestion: What relatively small area is known for its steakhouses?", + "output": [ + "michigan" + ] + }, + { + "input": "Sentence: people gain knowledge by learning so their goal of learning would be to increase their knowledge. \nQuestion: What is someone likely hoping to gain from learning?", + "output": [ + "know more" + ] + }, + { + "input": "Sentence: new york city is the main region in us known for theaters. \nQuestion: Where in America is known for theaters?", + "output": [ + "shopping mall" + ] + }, + { + "input": "Sentence: town is the opposite of the country, and the other two refer to places, and the place is already given. \nQuestion: If you're in an eatery and not in the country, where are you?", + "output": [ + "commercial building" + ] + }, + { + "input": "Sentence: grinding is associated with skateboarding. \nQuestion: He was suffering from boredom, the security guard would let him grind his favorite spot on his what?", + "output": [ + "listen to music" + ] + }, + { + "input": "Sentence: a see will be sword in museum \nQuestion: Where would you go to see a sword?", + "output": [ + "collection" + ] + }, + { + "input": "Sentence: ignoble is the opposite of noble \nQuestion: The man's goals were noble, but his methods were what?", + "output": [ + "inferior" + ] + }, + { + "input": "Sentence: a university is not a store, neither is a friend's house, though both may have books. the only sensible choice is therefore a large city. \nQuestion: Where can you find many stores with books?", + "output": [ + "university" + ] + }, + { + "input": "Sentence: normally you'd pot rosebushes if you want to keep them inside \nQuestion: Where would I put a rosebush if I did not want to keep it outside?", + "output": [ + "formal garden" + ] + }, + { + "input": "Sentence: the only place that might have \nQuestion: She had to finish reading book for school, but it was late and she kept what?", + "output": [ + "sit" + ] + }, + { + "input": "Sentence: business people wear suits, so they would most likely be in a business district. \nQuestion: What type of area would you be entering if dressed in a suit when putting your car in a parking lot?", + "output": [ + "amusement park" + ] + }, + { + "input": "Sentence: people don't typically do their grocery shopping in other countries \nQuestion: Billy bought coffee and waited for his wife to arrive from France. Where might he have been?", + "output": [ + "grocery store" + ] + }, + { + "input": "Sentence: losing is a negative thing which often makes people angry \nQuestion: What does someone feel when they lose playing soccer?", + "output": [ + "getting tired" + ] + }, + { + "input": "Sentence: a shrewd investor would already be conscious of where money was going out, so the only their way would be to make more money. \nQuestion: The shrewd investor had a simple plan to fight inflation, and that was to make what?", + "output": [ + "save money" + ] + }, + { + "input": "Sentence: planting a rosebush makes sense after your previous bush has been eaten. \nQuestion: What does a person begin to do after a deer has eaten their rosebush?", + "output": [ + "delaware" + ] + }, + { + "input": "Sentence: table i put it i brought the mail in \nQuestion: I brought the mail in, where should I put it?", + "output": [ + "post office" + ] + }, + { + "input": "Sentence: he children in the picture look delicate and otherworldly, as though they had never run or played. \nQuestion: The old man was taken away from all his worldly possessions and taken on an what adventure of morals?", + "output": [ + "naive" + ] + }, + { + "input": "Sentence: building john stumbled in the dark trying to find a lamp,but there wasn't one nearby. it was late and everything was dark. the entire what was pitch black. answer choices: \nQuestion: John stumbled in the dark trying to find a lamp, but there wasn't one nearby. It was late and everything was dark. The entire what was pitch black.", + "output": [ + "bedroom" + ] + }, + { + "input": "Sentence: if a teacher has an upright piano, then they are likely a music teacher and would thus store it in their music room to teach their students how to play the piano. \nQuestion: Where would a teacher store their upright piano?", + "output": [ + "music store" + ] + }, + { + "input": "Sentence: to have a high sense of self-esteem is to be satisfied with oneself. \nQuestion: Grooming ones self is know to increase this, by generally increasing self-esteem?", + "output": [ + "injury" + ] + }, + { + "input": "Sentence: balconies are most associated with theaters. \nQuestion: Where can someone watch a show from a balcony?", + "output": [ + "new orleans" + ] + }, + { + "input": "Sentence: obesity is completely unrelated as one could be obese and also have a light, healthy lunch. usually after having a light lunch you do not necessarily feel full. \nQuestion: How does having a light, healthy lunch affect you?", + "output": [ + "obesity" + ] + }, + { + "input": "Sentence: what christian in american in the 1700s did to britian was to rebel \nQuestion: If I was a christian in American in the 1700s, what did I do to Britain?", + "output": [ + "fail" + ] + }, + { + "input": "Sentence: positive cable should a negative cable not be attached to? answer choices: \nQuestion: What cable should a negative cable not be attached to?", + "output": [ + "nonnegative" + ] + }, + { + "input": "Sentence: you can't \"attend\" the other options. \nQuestion: If you're enjoying a contralto, what event are you attending?", + "output": [ + "choir" + ] + }, + { + "input": "Sentence: judgemental groups and sure groups in a court setting are not a thing. \nQuestion: In a court what group passes a sentence?", + "output": [ + "judgemental" + ] + }, + { + "input": "Sentence: you wouldn't keep car parts anywhere other than a garage \nQuestion: Where would you keep a cardboard box full of car parts?", + "output": [ + "warehouse" + ] + }, + { + "input": "Sentence: if you intentionally start a fire, you will definitely go to jail. \nQuestion: If you're found responsible for intentionally starting a fire what will happen?", + "output": [ + "death" + ] + }, + { + "input": "Sentence: the folding chair in my house put in the closet by varranda \nQuestion: Where would you put a folding chair if you do not plan to use it and you do not have any large doors in your house?", + "output": [ + "beach" + ] + }, + { + "input": "Sentence: terrorists target travel services and locations \nQuestion: Where do uniformed officials search travelers looking for terrorists?", + "output": [ + "prison" + ] + }, + { + "input": "Sentence: usually, children are not in an office building and a church is not one where playtime really occurs, thus a house, which some do have basements, can be said to be a room with children playing in it. \nQuestion: Where would you find a basement with children playing in it?", + "output": [ + "office building" + ] + }, + { + "input": "Sentence: a laptop is most likely to be on table at an internet cafe \nQuestion: If I see a laptop on a table, where might I be?", + "output": [ + "meeting" + ] + }, + { + "input": "Sentence: only in the barber shop you can get a comb \nQuestion: Who is likely to use a comb?", + "output": [ + "suitcase" + ] + }, + { + "input": "Sentence: fast food restaurants have drive through windows where you don't have to leave your car \nQuestion: Where can you get chicken without leaving your car?", + "output": [ + "pizza" + ] + }, + { + "input": "Sentence: getting angry is the reaction to hearing bad things happening in society \nQuestion: If you hear about terrible injustices while reading a newspaper what can happen?", + "output": [ + "learning about world" + ] + }, + { + "input": "Sentence: in the food store we have bought the beans \nQuestion: If you do not have a bean, where would you go to get one?", + "output": [ + "cooking pot" + ] + }, + { + "input": "Sentence: kitchen cupboard would you store a saltshaker when not in use \nQuestion: Where would you store a saltshaker when not in use?", + "output": [ + "table setting" + ] + }, + { + "input": "Sentence: the logical outcome to a partner behaving badly is for the relationship to end and it appears that mary was acting badly for quite some time. \nQuestion: Mary was a complete bitch to Mark throughout the contest, and so their relationship did what?", + "output": [ + "unfinished" + ] + }, + { + "input": "Sentence: business men are the only ones likely to manage finances and increase sales in their industry compared to an industrial or city dweller. \nQuestion: A modern farmer needs many skills common for who in order to manage finances and increase sales?", + "output": [ + "industrial" + ] + }, + { + "input": "Sentence: broke lend money from the person for new house \nQuestion: How can you help a person who is broke?", + "output": [ + "feel sorry" + ] + }, + { + "input": "Sentence: water is the only place likely to annoy a cat. \nQuestion: What happens to cats if they are near water?", + "output": [ + "need food" + ] + }, + { + "input": "Sentence: fucking is not something that is professional and typically used for business agreements \nQuestion: Joe and Jane have begun reaching a tentative agreement about the merger of their two companies. Their negotiations have become less than professional, and have begun doing something that is very unprofessional and compromises their objectivity. What might they be doing?", + "output": [ + "compromises" + ] + }, + { + "input": "Sentence: a drunk person would eventually pass out. \nQuestion: Why would someone be unable to talk to other people after getting drunk?", + "output": [ + "stumbling" + ] + }, + { + "input": "Sentence: a disneyland go to john and james eat hot dogs puff \nQuestion: John and James wanted to eat hot dogs but weren't sure where they could by some. They asked a costumed person for directions. This was their first trip where?", + "output": [ + "park" + ] + }, + { + "input": "Sentence: fire's can be provided using rubbing rocks \nQuestion: From where would you expect to pick up a rock?", + "output": [ + "mountain range" + ] + }, + { + "input": "Sentence: get to work makes no sense because you're driving to work. speeding ticket isn't 100% guaranteed to happen. so use gas is the correct choice \nQuestion: What happens to your car when you're driving to work?", + "output": [ + "get to work" + ] + }, + { + "input": "Sentence: often, items for children are found in a toy store. \nQuestion: Where is the best place to get a bicycle for a child?", + "output": [ + "street" + ] + }, + { + "input": "Sentence: the amazon basin is where portuguese is mainly spoken \nQuestion: The sloth heard portuguese being spoken nearby and cowered, where was the sloth?", + "output": [ + "tropical forests" + ] + }, + { + "input": "Sentence: the coach was tired of watching him miss the catch. \nQuestion: The receiver had another drop, on the sideline his coach begged him to just make one what?", + "output": [ + "picking up" + ] + }, + { + "input": "Sentence: politicians like to promise things to get people's vote to win the election \nQuestion: A politician makes countless empty promises during a campaign, but the only real goal is to what?", + "output": [ + "bribe" + ] + }, + { + "input": "Sentence: becuase \"nothing to do\" will amount to free or spare time \nQuestion: If a person has nothing they have to do they are said to have what?", + "output": [ + "know everything" + ] + }, + { + "input": "Sentence: cows eat grass that felids are made up of \nQuestion: Where do cows graze?", + "output": [ + "red barn" + ] + }, + { + "input": "Sentence: stopping the medication allows them to regain their previous symptoms \nQuestion: A person with mental illness who stops their medication may have symptoms do what?", + "output": [ + "managed" + ] + }, + { + "input": "Sentence: only freeze dried food can be eaten in space, therefore it must be done before going in a space shuttle \nQuestion: Food must be freeze dried before it is taken on what vehicle?", + "output": [ + "fairgrounds" + ] + }, + { + "input": "Sentence: long and deep breathing can lead to relaxation \nQuestion: The exercise involved long and deep breathing, this slowed the heart and led to what?", + "output": [ + "living" + ] + }, + { + "input": "Sentence: only \"being done against\" makes sense grammatically \nQuestion: James loved violence and used it all the time. But he changed his tune when it was him that it was what?", + "output": [ + "war" + ] + }, + { + "input": "Sentence: when climbing slopes it is uphill therefore making you have to work harder. flat ground keeps the terrain neutral therefore the amount of work done would be less than the one it takes to climb uphill. \nQuestion: Susan climbed the slops. It was very difficult. She wished that she was on what?", + "output": [ + "downhill" + ] + }, + { + "input": "Sentence: it's the only place you would get rejected from for using a student id \nQuestion: The dumb kid tried to use his student ID at the door, this obviously did not get him into the what?", + "output": [ + "kindergarten class" + ] + }, + { + "input": "Sentence: weasel can be an expression used to describe someone sleazy, such as a lawyer. \nQuestion: Joe was a weasel, but he wasn't the sort who you kept was a pet. He was the sort that used complex words that carried multiple different meanings. Where might you find Joe", + "output": [ + "terrarium" + ] + }, + { + "input": "Sentence: a locker room is the only place where taking a shower would be intimidating since the other options provide more privacy. \nQuestion: Some kids are shy in school, so taking a shower where can be intimidating?", + "output": [ + "bath room" + ] + }, + { + "input": "Sentence: an airbase is the only place you would have landing and taking off going on. \nQuestion: He controlled all traffic taking off and landing from the control room, what military facility did he work at?", + "output": [ + "recording studio" + ] + }, + { + "input": "Sentence: when you are focused, you are dedicated. \nQuestion: while luck plays a big role, every person who is great at something has focus and what to it?", + "output": [ + "solutions" + ] + }, + { + "input": "Sentence: mammoths lived in a time before history was recorded \nQuestion: what period did mammoth's live in?", + "output": [ + "forest" + ] + }, + { + "input": "Sentence: most oil spills are the result of some sort of accident \nQuestion: John was responsible for the biggest oil spill ever. It was entirely what?", + "output": [ + "detestable" + ] + }, + { + "input": "Sentence: freedomstan would not accept a conditional surrender, so he obviously desired the opposite- and unconditional surrender. \nQuestion: Totalatia was willing to make a conditional surrender, but the Freedomstan would not accept it. What kind of surrender did Freedomstan want.", + "output": [ + "categorical" + ] + }, + { + "input": "Sentence: san francisco bay the shark kept bumping into piers and couldn't seem to get out into open water \nQuestion: The shark kept bumping into piers and couldn't seem to get out into open water, where was it stuck?", + "output": [ + "new england" + ] + }, + { + "input": "Sentence: because seeing the question is the answer that best matches the question \nQuestion: In a war, the killing ends when every person does what?", + "output": [ + "going to jail" + ] + }, + { + "input": "Sentence: mammals sally liked hair,and wanted to rub some every single day \nQuestion: Sally liked hair, and wanted to rub some every single day. However, she has no skill at cutting hair at all, and no interest in doing so. What might she get to let her rub hair?", + "output": [ + "barber shop" + ] + }, + { + "input": "Sentence: injury reson not going \nQuestion: Fencing is a sport and like other sports their is a risk of what?", + "output": [ + "puncture wound" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: WHy do young people like to driving car?", + "output": [ + "concentrate" + ] + }, + { + "input": "Sentence: death is the result gotten when you fight with the enemy \nQuestion: He promised he would fight enemy over the transgression, even if it was to the what?", + "output": [ + "victory" + ] + }, + { + "input": "Sentence: the christian sunday school teacher gave out a punishment,this happened when the students did what to her orders disobey \nQuestion: The christian Sunday school teacher gave out a punishment, this happened when the students did what to her orders?", + "output": [ + "commit sin" + ] + }, + { + "input": "Sentence: the body is usually exhausted after a long day of work. \nQuestion: What is the consequence of a long day of doing housework?", + "output": [ + "low pay" + ] + }, + { + "input": "Sentence: air conditioners can blow hard. \nQuestion: Her air conditioner was broken she explained, no matter how low she set the dial it always blew what?", + "output": [ + "car" + ] + }, + { + "input": "Sentence: the other choices are really useful for absorbing a liquid \nQuestion: What do people use to absorb extra ink from a fountain pen?", + "output": [ + "shirt pocket" + ] + }, + { + "input": "Sentence: a graveyard i sthe best place you can go to be neear your ancestors \nQuestion: Where would a human go to be near his or her ancestors?", + "output": [ + "civilisation" + ] + }, + { + "input": "Sentence: file folder allows ease of portability and usability. \nQuestion: what is better than a paper clip to hold together paperwork in a hospital desk drawer?", + "output": [ + "desk drawer" + ] + }, + { + "input": "Sentence: when someone talks to you in a mean way, it usually hurts people. \nQuestion: Talking to others can make you feel better, but when the people you talk to are mean, then can cause what?", + "output": [ + "communicating with others" + ] + }, + { + "input": "Sentence: when you play, you play to have fun. \nQuestion: When you play around with your dog they will have?", + "output": [ + "black" + ] + }, + { + "input": "Sentence: a beam is a structural element that primarily resists loads applied laterally to the beam's axis. its mode of deflection is primarily by bending. the loads applied to ... \nQuestion: Where is a beam likely to be created?", + "output": [ + "large building" + ] + }, + { + "input": "Sentence: good feling and contentment \nQuestion: If no one is expressing displeasure to you, what are you likely to feel?", + "output": [ + "approbation" + ] + }, + { + "input": "Sentence: a desk drawer is safe to store starioneries \nQuestion: What is the best place to store a pen?", + "output": [ + "classroom" + ] + }, + { + "input": "Sentence: the hall is the only place where the stuffed animal shouldn't be. \nQuestion: Billy's mother tripped over a stuffed animal. She yelled at him not to leave his things where?", + "output": [ + "amusement park" + ] + }, + { + "input": "Sentence: to experience life, one must venture into the unknown in one form or another \nQuestion: If a person is trying new things, what is their goal?", + "output": [ + "man crew" + ] + }, + { + "input": "Sentence: the most likely place to find a tap \nQuestion: Where is a tap show likely to make a lot of noise?", + "output": [ + "soda fountain" + ] + }, + { + "input": "Sentence: art shows would have exhibits and refreshments. \nQuestion: They served wine and cheese after everybody saw the exhibits and installations where?", + "output": [ + "liquor store" + ] + }, + { + "input": "Sentence: winning or losing are two options for any results, other than a tie. \nQuestion: If I did not tie an event when competing, which two results where also possible?", + "output": [ + "wins" + ] + }, + { + "input": "Sentence: one would use a car to travel to a place not close enough to walk to. \nQuestion: They were going somewhere outside of walking distance, so they took the what?", + "output": [ + "transporting" + ] + }, + { + "input": "Sentence: when fall down in the water,our dress will be wet \nQuestion: What could happen if you are going fishing in a river and fall down?", + "output": [ + "catching fish" + ] + }, + { + "input": "Sentence: while bought a new car it will spent the lot of money \nQuestion: Why might someone avoid getting a new car?", + "output": [ + "crash" + ] + }, + { + "input": "Sentence: backaches will make driving a car uncomfortable \nQuestion: What could a driver have that could cause the driver to not want to be driving car?", + "output": [ + "automobile accidents" + ] + }, + { + "input": "Sentence: the cake was stabilized for mobility. \nQuestion: He made the tower cake very rigid, this made it easier to balance it while doing what?", + "output": [ + "flexible" + ] + }, + { + "input": "Sentence: shop online for all your home improvement needs: appliances, bathroom decorating ideas, kitchen remodeling, patio furniture, power tools, bbq grills, carpeting, ... \nQuestion: Where does a tabby cat go to get warm?", + "output": [ + "barn" + ] + }, + { + "input": "Sentence: the neighbor's house is the closest. \nQuestion: James went across the street for food because his was contaminated. Where might he have gone?", + "output": [ + "military base" + ] + }, + { + "input": "Sentence: because corruption is bad and will lead to trouble \nQuestion: What is a corrupt government likely to lead to?", + "output": [ + "control" + ] + }, + { + "input": "Sentence: only location not near the pacific \nQuestion: Which coast are toll roads not near the pacific ocean on?", + "output": [ + "connecticut" + ] + }, + { + "input": "Sentence: while it potentially might lead to the other options as well, this seems the most fitting. \nQuestion: What can overfilling with happiness lead to?", + "output": [ + "love" + ] + }, + { + "input": "Sentence: an atlas is nothing but a compilation of maps. a backpack or classroom may have some maps, but it's not 100%. \nQuestion: Where are you likely to find a lot of maps?", + "output": [ + "backpack" + ] + }, + { + "input": "Sentence: people most often play games in order to have fun. \nQuestion: What happens when you play games?", + "output": [ + "bored" + ] + }, + { + "input": "Sentence: the perfect place to look for a comb you keep close to a mirror is the medice cabinet. \nQuestion: Joe is looking for his comb, which he keeps near a mirror. Where might he try looking for it?", + "output": [ + "barber shop" + ] + }, + { + "input": "Sentence: most of turkey is located in asia minor. \nQuestion: The main part of turkey makes up what?", + "output": [ + "middle east" + ] + }, + { + "input": "Sentence: writing a letter is the only means of communicating with someone who is not in the same place as you. \nQuestion: How do you communicate with a friend when you are apart?", + "output": [ + "promise to help" + ] + }, + { + "input": "Sentence: contempt is to lack respect for a person. \nQuestion: If you contemn someone they most certainly will not have your what?", + "output": [ + "venerate" + ] + }, + { + "input": "Sentence: many who find a solution agree. \nQuestion: Though the negotiation was hard, the two sides found a solution that was what?", + "output": [ + "easy" + ] + }, + { + "input": "Sentence: getting sleepy while driving is dangerous, so the driver should stop driving. \nQuestion: What might cause someone to stop driving a car?", + "output": [ + "moving" + ] + }, + { + "input": "Sentence: he already got the money, and you don't do happiness; you would celebrate after winning \nQuestion: He had won big, it was time to cash in and get some bubbly and do what?", + "output": [ + "get money" + ] + }, + { + "input": "Sentence: while effort and balance are needed without feet, you can't stand up. \nQuestion: I wanted to stand up, what would I use to do this?", + "output": [ + "effort" + ] + }, + { + "input": "Sentence: toothpaste is usually in the bathroom, near the medicine cabinet. \nQuestion: Where in your home would you store birth control pills near your toothpaste?", + "output": [ + "drug store" + ] + }, + { + "input": "Sentence: we love the good \nQuestion: James likes listening to after a long and hard day, along with a cool bath. He finds that it makes him what?", + "output": [ + "enlightenment" + ] + }, + { + "input": "Sentence: a lot of bald eagles tend to make nests on cliffs or areas that are similar to that. \nQuestion: Where did the bald eagle make its nest so that it couldn't be reached after it escaped?", + "output": [ + "captivity" + ] + }, + { + "input": "Sentence: the way you get recognition at work is to work hard so you can separate yourself from your coworkers and look good. \nQuestion: What do you need to do to get recognition at work?", + "output": [ + "purchase" + ] + }, + { + "input": "Sentence: students need crafting supplies that most schools keep neatly organized in a closet, while not all houses or bedrooms have their supplies organized in a closet \nQuestion: Where is a supply closet likely to be located?", + "output": [ + "bedroom" + ] + }, + { + "input": "Sentence: they wouldn't like being single or spouseless, but for the kids they needed to do it; avoiding children suffering \nQuestion: James and Holly were getting a divorce. They didn't like it, but they needed it. What might they be trying to avoid?", + "output": [ + "being single" + ] + }, + { + "input": "Sentence: pencils and articles don't always involve small papers \nQuestion: What are people playing when they want to take the lead with small papers?", + "output": [ + "news article" + ] + }, + { + "input": "Sentence: indiana is a state in the united states \nQuestion: What country is indiani in?", + "output": [ + "midwest" + ] + }, + { + "input": "Sentence: when one needs more sleep, the only way to remedy that is to go to sleep. \nQuestion: James needed more sleep at night, so he did what earlier?", + "output": [ + "relax" + ] + }, + { + "input": "Sentence: he is a clerk, and he wants to put the sign up in front of his shop to attract customers. \nQuestion: The clerk had a paper sign, where did he put it?", + "output": [ + "public place" + ] + }, + { + "input": "Sentence: he was going to go somewhere like ciollege \nQuestion: He told his parents he was going to go somewhere, they told him to call when he what?", + "output": [ + "fart" + ] + }, + { + "input": "Sentence: jewish people eat kosher food. \nQuestion: What are is most likely to have a kosher deli?", + "output": [ + "jewish neighborhoods" + ] + }, + { + "input": "Sentence: if you are tired and need to lay down the couch is where you would go \nQuestion: Sam needed to rest after a long day of work, but he didn't have time to sleep. So instead he just went to the couch. What might he do on the couch?", + "output": [ + "go to bed" + ] + }, + { + "input": "Sentence: a system not booting suggests a computer problem and a whole new computer would be bought at a computer store. \nQuestion: His system wouldn't boot, he decided to buy a whole new one where?", + "output": [ + "computer science" + ] + }, + { + "input": "Sentence: with a building being unfinished it could lead to hazards causing injuries. \nQuestion: What could happen to you if you are cleaning on the 10th floor of an unfinished building?", + "output": [ + "getting tired" + ] + }, + { + "input": "Sentence: all the answers are possible with friends, but if you are discussing something, you must be talking about it first. \nQuestion: When you are relaxing with friends, what are you doing if you discuss anything?", + "output": [ + "side with" + ] + }, + { + "input": "Sentence: a potato is grown underground, not elsewhere. \nQuestion: The potato wants to grow, where should it be placed?", + "output": [ + "boiling water" + ] + }, + { + "input": "Sentence: people are not nostalgic for tragic events, nor does it help them gain knowledge. \nQuestion: When remembering a tragedy in the past, what do many people feel?", + "output": [ + "nostalgia" + ] + }, + { + "input": "Sentence: interesting is the only adjective to define how you find new people move in \nQuestion: When you see new people move in next door you might find it what?", + "output": [ + "new experience" + ] + }, + { + "input": "Sentence: ground is the only place where can take well water \nQuestion: Where can someone get well water?", + "output": [ + "kansas" + ] + }, + { + "input": "Sentence: encyclopedias are an old school way of learning \nQuestion: What is considered to be an outdated way to gain knowledge?", + "output": [ + "book" + ] + }, + { + "input": "Sentence: out of all the mentioned options a supermarket is the only place that would offer the option. \nQuestion: Where could I buy some chocolate?", + "output": [ + "mouth" + ] + }, + { + "input": "Sentence: i went to bed last night and left my sunroof open on my car. \nQuestion: What is likely to happen to a driver with an open sunroof during rainstorm?", + "output": [ + "spinal injuries" + ] + }, + { + "input": "Sentence: if someone is alone, they would probably feel lonely with no one around \nQuestion: What could happen to a person if no one is around him or her?", + "output": [ + "graduate from high school" + ] + }, + { + "input": "Sentence: recreational centers are the only place that the general public can access athletic courts \nQuestion: Where can you find a tennis court for non professionals?", + "output": [ + "college campus" + ] + }, + { + "input": "Sentence: strangers are new people to meet \nQuestion: Choosing a cruise for traveling can have many benefits, socially you're in close proximity strangers and get to experience what more quickly?", + "output": [ + "disorientation" + ] + }, + { + "input": "Sentence: any country that lies next to the west indian ocean is a gulf states. \nQuestion: Saudi Arabia, the UAE as well as Yemen are all what that lie to the west of the Indian Ocean?", + "output": [ + "middle east" + ] + }, + { + "input": "Sentence: there is no room for uncertainty after you reach an agreement, you would only feel satisfied \nQuestion: What is someone likely to feel after reaching a tentative agreement?", + "output": [ + "uncertainty" + ] + }, + { + "input": "Sentence: buy cotton trousers, casual trousers, formal trousers, cargo trousers, high waist trousers, skinny trousers at great prices online in india. \nQuestion: If your trouser fly is unfastened what should you do?", + "output": [ + "button up" + ] + }, + { + "input": "Sentence: insomnia is a condition in which someone has trouble falling asleep \nQuestion: What prevents someone from going to bed?", + "output": [ + "making love" + ] + }, + { + "input": "Sentence: would be easy to find among country flowers \nQuestion: Where could you see a single bee?", + "output": [ + "soft drink" + ] + }, + { + "input": "Sentence: a neighborhood can be located in the suburbs, but cannot be used to describe a single dwelling unit. \nQuestion: The back courtyard was common feature of every house in the neighborhood, where could they be found?", + "output": [ + "large house" + ] + }, + { + "input": "Sentence: intelligent is the only thing related to learning which you can be \nQuestion: What do you need to be to learn hard concepts?", + "output": [ + "empowering" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: The food show specialized in pizzas, each week they went to different states visiting a pizzeria in each of their what?", + "output": [ + "new york" + ] + }, + { + "input": "Sentence: the united states of america (usa), commonly known as the united states (u.s. or us) or america, is a country composed of 50 states, a federal district, five ... \nQuestion: Where can you get on a highway in San Diego, Omaha, and Atlanta?", + "output": [ + "countryside" + ] + }, + { + "input": "Sentence: a blunt instrument can produce a mess if used to hurt someone. \nQuestion: He used a blunt instrument to do the killing, there was no way to clean up the what?", + "output": [ + "sorrow" + ] + }, + { + "input": "Sentence: if someone has a head they will most likely have eyes and arms and be able to point at something. \nQuestion: If someone has a head they will also have the ability to what?", + "output": [ + "subordinate" + ] + }, + { + "input": "Sentence: usually this second or third question that unearths what the ... and you will be light years ahead of the other job candidates you're competing with. \nQuestion: Most people loved competing, it's a way to show of their what?", + "output": [ + "competition" + ] + }, + { + "input": "Sentence: *his* screwdriver would be in *his* toolkit, not in a shop or bar. \nQuestion: John needs a screwdriver to take the old blade off of his lawnmower. Where does John look for his screwdriver?", + "output": [ + "repair shop" + ] + }, + { + "input": "Sentence: even though he could be hesitant about rejection or getting less sleep, the question specifically mentioned a job making employment the logical choice. \nQuestion: Jim is applying for his first job. He's really nervous, though, and isn't sure he is ready for what?", + "output": [ + "rejection" + ] + }, + { + "input": "Sentence: the other options would not qualify as they are not nouns, \nQuestion: Someone who creates art is very?", + "output": [ + "artist" + ] + }, + { + "input": "Sentence: i can pick up to make up hours. \nQuestion: What can you do to make up hours you lose at work?", + "output": [ + "come across" + ] + }, + { + "input": "Sentence: fratnernities are mostly of colleges \nQuestion: The fraternity preferred working out at the gymnasium, where was this located?", + "output": [ + "spa" + ] + }, + { + "input": "Sentence: create art is the answer because you would be creating after inspiration. \nQuestion: Inspiration is the start, then it takes creativity to do what?", + "output": [ + "sew" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: What high rise is often made of windows?", + "output": [ + "wall" + ] + }, + { + "input": "Sentence: the only place that might have \nQuestion: What dirty method of getting from one place to another in large cities may not allow you to see daylight?", + "output": [ + "race track" + ] + }, + { + "input": "Sentence: james is a television repair man \nQuestion: James wasn't a repair person, but even he knew that he didn't need a freon coin in a what?", + "output": [ + "refrigerator" + ] + }, + { + "input": "Sentence: you drain oil from cars, so it should be at the same place as them \nQuestion: He kept a container can for draining oil in what location of the house?", + "output": [ + "pantry" + ] + }, + { + "input": "Sentence: typically it is doctors and scientists that wear white coats and the fact the question references people (plural) it suggests a group assembled in one place \nQuestion: When a monkey is taken away from their home they are often brought to this place where people wear white coats.", + "output": [ + "rain forest" + ] + }, + { + "input": "Sentence: lizards can lay on a hot rock at places besides texas and arid regions \nQuestion: Why does a lizard lay on a rock in the sun?", + "output": [ + "west texas" + ] + }, + { + "input": "Sentence: the glass is a typical name for the plastic at a hockey game \nQuestion: The idiots in the front row would not stop banging on the glass, there's always at least one of them at a what?", + "output": [ + "sporting event" + ] + }, + { + "input": "Sentence: \"experts,\" especially those quoted frequently by the media, are constantly warning us of dangers to our kids. what usually grabs our attention and instills fear in our hearts are the case stories they present \nQuestion: Someone who plays game online too much rarely sees another human, that is unless they do their gaming at a public what?", + "output": [ + "chair" + ] + }, + { + "input": "Sentence: hunger is a good reason to buy food despite the fact that it is unhealthy. \nQuestion: Though it was unhealthy they decided to buy food from the stand, they were travelling and suffering from what?", + "output": [ + "spend money" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: What do you read to help with at night?", + "output": [ + "having fun" + ] + }, + { + "input": "Sentence: thought has to happen before any communication. \nQuestion: Is has been speculated that a aliens could be communicating by doing this?", + "output": [ + "effort" + ] + }, + { + "input": "Sentence: how do you describe a bad real estate agent cover up \nQuestion: HOw do you describe a bad real estate agent?", + "output": [ + "exaggerate" + ] + }, + { + "input": "Sentence: only plugging in a cord will facilitate use of a television. \nQuestion: They had just moved in but had already gotten cable, wanting to use television they did what with the cord?", + "output": [ + "switch on" + ] + }, + { + "input": "Sentence: box is the only think that is not a computer \nQuestion: Sarah didn't own a computer or a monitor. Instead she just used something connected to her TV. How would she describe the thing connected to her TV?", + "output": [ + "internet cafe" + ] + }, + { + "input": "Sentence: a vacation, or holiday, is a leave of absence from a regular occupation, or a specific trip or journey, usually for the purpose of recreation or tourism. people often ... \nQuestion: If you're going on vacation and you leave your tickets at home what might you experience when you get to the airport?", + "output": [ + "peace" + ] + }, + { + "input": "Sentence: a nail can attach something to the wood \nQuestion: What is done to wood to attach something to it?", + "output": [ + "carved" + ] + }, + { + "input": "Sentence: koala found somewhere that is unusual \nQuestion: A koala couldn't find it's usual haunts, so it made its home at the top of something else. Where was the Koala?", + "output": [ + "great outdoors" + ] + }, + { + "input": "Sentence: good health is the best reason to get in shape. \nQuestion: Why would you be getting in shape?", + "output": [ + "exercise" + ] + }, + { + "input": "Sentence: a drunk person is most likely to get into fights. \nQuestion: The aggressive soldiers were getting drunk, what are they at they at risk of doing with the locals?", + "output": [ + "relaxation" + ] + }, + { + "input": "Sentence: armchairs get used a lot in a hospital \nQuestion: Where could you find an armchair that is used by many people?", + "output": [ + "furniture store" + ] + }, + { + "input": "Sentence: a guard protects from attack. \nQuestion: What will the guard protect us from?", + "output": [ + "prisoner" + ] + }, + { + "input": "Sentence: office is the only other location in the list of answer choices. desktop and wristwatch are both items. \nQuestion: The accountant used a calculator regularly, he kept one at home and one at the what?", + "output": [ + "desktop" + ] + }, + { + "input": "Sentence: the climate is hotter in the south. \nQuestion: In what area is the use of an air conditioner more common?", + "output": [ + "house" + ] + }, + { + "input": "Sentence: a goal is a long term decision hence what you want to achieve \nQuestion: What is the goal of a younger , risky investor?", + "output": [ + "sell stock" + ] + }, + { + "input": "Sentence: after committing suicide he will die. \nQuestion: The boy pondered commititng suicide, but didn't think of the consequences, what would he do should he carry though with it?", + "output": [ + "interruption" + ] + }, + { + "input": "Sentence: because to nonreligious people, prayers are just a pointless activity \nQuestion: Bill saw that Lilly was praying. He wasn't religious, so he didn't pray himself. He felt that it was just what?", + "output": [ + "feel safer" + ] + }, + { + "input": "Sentence: a watch's hands do not move \nQuestion: What device with movements of hands tells time?", + "output": [ + "watch" + ] + }, + { + "input": "Sentence: angels are found in heaven and they have wings. \nQuestion: Where do wings symbolize a transition has happened?", + "output": [ + "airplane" + ] + }, + { + "input": "Sentence: a trial happens after an investigation so therefore a jury would be deciding on a punishment and would not have any reason to have retribution against the defendant on trial. \nQuestion: When a person is on trial for killing, what is a jury likely to decide?", + "output": [ + "investigation" + ] + }, + { + "input": "Sentence: the other options don't even make grammatical or contextual sense. a collection implies having one of everything. \nQuestion: If a person has one of every kind of a thing, what do they have?", + "output": [ + "have to hold" + ] + }, + { + "input": "Sentence: fantasizing about turtles fighting as heroes is exciting (not so mundane) and hence would have given joy to may \nQuestion: May was watchign a film about turtles who fight crime. It was a silly film, but exciting. It gave her a great deal of what?", + "output": [ + "stupidity" + ] + }, + { + "input": "Sentence: if you are planning to use condiments, you would put them on the table for easy use. \nQuestion: Where would you put condiments if you are planning to use them soon?", + "output": [ + "pantry" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: Unlike Mars and all its dust, what is full of all sorts of features from soil and rock to water and grass?", + "output": [ + "desktop" + ] + }, + { + "input": "Sentence: laboratoty funfor ballons and parties, a helium talk. \nQuestion: While fun for balloons and parties, a helium tank can also be found in what place of research?", + "output": [ + "atmosphere" + ] + }, + { + "input": "Sentence: secondary means second, so it comes directly after the main item. it doesn't make it unimportant \nQuestion: When making a list what comes after the main item?", + "output": [ + "minor" + ] + }, + { + "input": "Sentence: ticket booth most used in train station \nQuestion: Where does a ticket booth stand at the front of?", + "output": [ + "subway" + ] + }, + { + "input": "Sentence: people rush when they're late \nQuestion: John rushed to get there in time. He ended up being what?", + "output": [ + "all at once" + ] + }, + { + "input": "Sentence: too much of any kind of food causes obesity \nQuestion: What can be the result of too much lunch too often?", + "output": [ + "spending money" + ] + }, + { + "input": "Sentence: you would need a rail to hold up a flight of stairs \nQuestion: Where would you find a railing you hold on to while moving up?", + "output": [ + "railway station" + ] + }, + { + "input": "Sentence: lunch is during the day so they would not likely be sleepy, and \"satisfy hunger\" doesn't make any sense, so it would be because they are full. \nQuestion: A person is done eating lunch, why have they likely stopped?", + "output": [ + "feel sleepy" + ] + }, + { + "input": "Sentence: in chemistry, bases are substances that, in aqueous solution, release hydroxide (oh−) ions, are slippery to the touch, can taste bitter if an alkali, change the color \nQuestion: What is a head attached to?", + "output": [ + "point" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: The farmer chose plants he could make bird feed from and use of again the next year, he only planted what?", + "output": [ + "grow plants" + ] + }, + { + "input": "Sentence: you would expect to find crabs on an island or in a fishing boat. you wouldn't want them in your underpants. \nQuestion: Where is a very bad place to find a crab?", + "output": [ + "seychelles" + ] + }, + { + "input": "Sentence: putting away denotes storage, hence garage. \nQuestion: Dad is putting away folding chairs after a party, where does he store them?", + "output": [ + "room" + ] + }, + { + "input": "Sentence: he was ready to go anywhere as he was hungry \nQuestion: Any place sounded good besides McDonalds, he was hungry enough to go where?", + "output": [ + "location" + ] + }, + { + "input": "Sentence: most do not want to become a cat, a lot care to be believed, but mostly all want to enjoy their life and be happy. \nQuestion: What does everyone try their whole life to be?", + "output": [ + "believed" + ] + }, + { + "input": "Sentence: a drill is a tool; tools are stored in a tool shed when not being used. \nQuestion: Where is a drill not being used likely to be found?", + "output": [ + "repair shop" + ] + }, + { + "input": "Sentence: he wanted something that would be in the takeout, and a warm coat a book are not items you would find in a takeout order. \nQuestion: The person enjoyed the takeout, but he felt there was too many vegetables and wanted what?", + "output": [ + "warm coat" + ] + }, + { + "input": "Sentence: downtown is the only logical answer because not anyone can visit a house and not any age could go into a school library \nQuestion: Where could you find a library that people of any age can visit?", + "output": [ + "house" + ] + }, + { + "input": "Sentence: holds items for organization storage \nQuestion: What keeps a cigarette fresh?", + "output": [ + "hand" + ] + }, + { + "input": "Sentence: very common way to transport dirty laundry \nQuestion: A person would carry a large netted drawstring bag to what sort of place?", + "output": [ + "jewelry store" + ] + }, + { + "input": "Sentence: scars might be left after a suicide attempt. \nQuestion: How could you find out if someone tried committing suicide?", + "output": [ + "misery" + ] + }, + { + "input": "Sentence: what goes up most come down. \nQuestion: What does an airplane do a while after take off?", + "output": [ + "put on" + ] + }, + { + "input": "Sentence: wildflowers don't grow on a rock, and a garden is tended by humans \nQuestion: A bug was looking for wildflowers and no human interruption, where did he go?", + "output": [ + "garden" + ] + }, + { + "input": "Sentence: driving in a icy road is very dangerous \nQuestion: If you are driving too fast on an icy road you are being what?", + "output": [ + "stressful" + ] + }, + { + "input": "Sentence: people could still inhabit england and a castle. \nQuestion: What is something that would become uninhabited if it did not have a queen?", + "output": [ + "castle" + ] + }, + { + "input": "Sentence: food court is the perfect place to get any type of food, specially pizza. \nQuestion: Where would you expect to find a pizzeria while shopping?", + "output": [ + "chicago" + ] + }, + { + "input": "Sentence: a cellar is a place where mold can accumulate. \nQuestion: John wanted to clean the mold out of his house. Where might he check for mold?", + "output": [ + "carpet" + ] + }, + { + "input": "Sentence: not just fingertips but the entire body \nQuestion: Where are human nerves found?", + "output": [ + "fingertips" + ] + }, + { + "input": "Sentence: you can't \"having sex\" alone and enjoying yourself usually happens at a party, not before \nQuestion: what do you do before going to party?", + "output": [ + "having sex" + ] + }, + { + "input": "Sentence: cellar the person prepared for anything,this is why he kept months worth of canned food in his what? \nQuestion: The person prepared for anything, this is why he kept months worth of canned food in his what?", + "output": [ + "grocery store" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: Why do parents encourage their kids to play baseball?", + "output": [ + "hard" + ] + }, + { + "input": "Sentence: the opposite of extreme is moderate. \nQuestion: Joe's political views were extreme, which caused him to argue with his wife a lot. She was very what?", + "output": [ + "least" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: James was hit on the head and suffered a concussion. He found himself losing consciousness at annoying times. He also suffered from something else. What was it?", + "output": [ + "coma" + ] + }, + { + "input": "Sentence: specialty store my friend has very specific tastes,and i need to get him a gift,where do i look? \nQuestion: My friend has very specific tastes, and I need to get him a gift, where do I look?", + "output": [ + "christmas tree" + ] + }, + { + "input": "Sentence: the other options are things police do after they have already gotten ready for work. \nQuestion: What do police do when getting ready to work?", + "output": [ + "direct traffic" + ] + }, + { + "input": "Sentence: a saw probably wouldn't fit in a toolbox or toolkit, but even if it did, those would already be at home, whereas the hardware store sells saws that you can take home. \nQuestion: Where would you get a saw that you can take home?", + "output": [ + "toolbox" + ] + }, + { + "input": "Sentence: wedding party answers the question of \"who\" and pertains to persons within that group. where as a restaurant and church basement describe a place. \nQuestion: Who sits at the center table at a receeption?", + "output": [ + "restaurant" + ] + }, + { + "input": "Sentence: if sarah wasn't starting work she wasn't accomplishing anything. \nQuestion: Sarah had trouble beginning work. She was not doing what?", + "output": [ + "panic" + ] + }, + { + "input": "Sentence: a soccer field that is not contained in a outside building \nQuestion: A soccer field that is not contained in a building would be where?", + "output": [ + "playground" + ] + }, + { + "input": "Sentence: if there is no land in sight, he's on water. and the only water between britain and america is the atlantic ocean. \nQuestion: John is surrounded by water. There is no land in sight. He was going from Britain to America, when his vessel went down. Where might he be?", + "output": [ + "sink" + ] + }, + { + "input": "Sentence: the most common place to see mold, due to the high amounts of food kept in the refrigerator \nQuestion: John was disgusted when he opened this and saw mold. What is this?", + "output": [ + "carpet" + ] + }, + { + "input": "Sentence: you need a new computer if the other one crashes \nQuestion: What would a person working in an office need after a system crash?", + "output": [ + "peaceful sleep" + ] + }, + { + "input": "Sentence: connecticut is the only place where the lodge is located specifically \nQuestion: What state is the John Davis Lodge toll road found in?", + "output": [ + "eastern united states" + ] + }, + { + "input": "Sentence: when you go on vacation, you need to take a flight and stay at a hotel. \nQuestion: The person was looking up airline and hotel prices, what was he looking to do?", + "output": [ + "control computer" + ] + }, + { + "input": "Sentence: oprah winfrey network is the first and only network named for, and inspired by, a single iconic leader. oprah winfrey's heart and creative instincts inform the brand -- and the magnetism of the channel. ... tyler perry’s the haves and the have not \nQuestion: Everybody is their own, all people are what?", + "output": [ + "innocent until proven guilty" + ] + }, + { + "input": "Sentence: you put dividers in notebooks; offices don't divide subjects, and you don't need to separate english in a math class \nQuestion: James put a divider between arithmetic and English. This meant that he could continue using what?", + "output": [ + "office suite" + ] + }, + { + "input": "Sentence: i enjoyed the television to watch it first time. \nQuestion: If you tape a television show to watch it again then you what when you watched it the first time?", + "output": [ + "see again" + ] + }, + { + "input": "Sentence: in pantry visitors is not likely to enter. \nQuestion: James imported ugly cabinets because they were cheap. They wouldn't be seen so it didn't matter what they looked like. Where might they be installed?", + "output": [ + "mexico" + ] + }, + { + "input": "Sentence: if out in the open, plenty of air is available, but air becomes cut off deep in the earth. \nQuestion: Where would a marmoset be unable to breathe?", + "output": [ + "dictionary" + ] + }, + { + "input": "Sentence: female cow would join the others in the pasture likely \nQuestion: Where would the heifer go to join her herd?", + "output": [ + "barnyard" + ] + }, + { + "input": "Sentence: in my mind all three answers are right - but at the end of a war there are the dead people who counts. \nQuestion: What can be the end result of waging war?", + "output": [ + "evil" + ] + }, + { + "input": "Sentence: because i think it's the closest one \nQuestion: Bobby worked in a kosher deli, but all delis were kosher where he lived. Where might he live?", + "output": [ + "town" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: What does a town make up a small part of?", + "output": [ + "countryside" + ] + }, + { + "input": "Sentence: a cat that is not hungry and is bored will want to interact with their owner through stroking. \nQuestion: What would a cat want if it is not hungry but it is bored?", + "output": [ + "nothing to do with" + ] + }, + { + "input": "Sentence: hard work makes people exhausted. \nQuestion: Doing housework is hard, what can that lead to?", + "output": [ + "headache" + ] + }, + { + "input": "Sentence: to replenish depleted supplies \nQuestion: Where do I go to pick more candy up when it's all gone?", + "output": [ + "box" + ] + }, + { + "input": "Sentence: forgetfulness is why some people dont know where they left somethings \nQuestion: Why would someone not know where he or she left something after getting drunk?", + "output": [ + "stumbling" + ] + }, + { + "input": "Sentence: the uncle of you daughter would be you brother. \nQuestion: If a man had a daughter, her uncle would be his what?", + "output": [ + "son" + ] + }, + { + "input": "Sentence: john and steve felt resentment in their relationship. \nQuestion: John didn't think he and Steve should be competing against each other. It wasn't good for their relationship. The losers always felt jealousy and what?", + "output": [ + "winning or losing" + ] + }, + { + "input": "Sentence: a countryside is a place where there are lots of vegetations and very little construction. \nQuestion: The city boy noticed much more vegetation than where he lived, where was he visiting?", + "output": [ + "surface of earth" + ] + }, + { + "input": "Sentence: there is no need for using the bowl. \nQuestion: Where will you store a bowl while not in use?", + "output": [ + "restaurant" + ] + }, + { + "input": "Sentence: a baseball is the only thing commonly thought of as a projectile. \nQuestion: What kind of projectile is not usually dangerous?", + "output": [ + "canon" + ] + }, + { + "input": "Sentence: imprisonment is a legal consequence and the other alternatives are not legal consequences. \nQuestion: What is the legal consequence of killing likely to be?", + "output": [ + "no longer live" + ] + }, + { + "input": "Sentence: a shower or drug store cannot cut things \nQuestion: Who might use a double edged razor to cut things precisely?", + "output": [ + "shower" + ] + }, + { + "input": "Sentence: a private investigator has more tools to discover the truth than the police \nQuestion: The police had been stumped for years, the grieving family hired a private investigator in a hope to what?", + "output": [ + "gathering facts" + ] + }, + { + "input": "Sentence: eat food is the answer because it is what you do during your lunch meal. \nQuestion: What do you do when you have lunch?", + "output": [ + "get food" + ] + }, + { + "input": "Sentence: you need to own a home in order to take care of a small dog adequately. \nQuestion: If you have a small dog it is good to have what?", + "output": [ + "dog show" + ] + }, + { + "input": "Sentence: the street would be the only place i would be standing where a taxi would be driving down it. \nQuestion: Where do you usually flag down a taxi?", + "output": [ + "airport" + ] + }, + { + "input": "Sentence: the plaintiff would usually declare the opposite of what the defendant claims. veracious is used in a legal setting \nQuestion: The defendant was adamant the claims were untrue, but the plaintiff claimed they were making quite what claims?", + "output": [ + "faithful" + ] + }, + { + "input": "Sentence: if they are in a glass case, they are on display \nQuestion: Where could one find old opera glasses in a glass case?", + "output": [ + "theater" + ] + }, + { + "input": "Sentence: rainy is the only good answer to pick. \nQuestion: Sam thought that it was beautiful outside, even though it was what?", + "output": [ + "repulsive" + ] + }, + { + "input": "Sentence: to judge something one needs to evaluate their options. \nQuestion: At a state fair judging pigs requires careful what?", + "output": [ + "prejudice" + ] + }, + { + "input": "Sentence: a dispense machine help to need some food. \nQuestion: What could a machine help you with if you need some food?", + "output": [ + "wash dishes" + ] + }, + { + "input": "Sentence: when you express any happy related facial expression or emotion, it is usually a smile. \nQuestion: She was pretending to be happy for others, she would always what?", + "output": [ + "religion" + ] + }, + { + "input": "Sentence: common traits are easy to depict even with bad artistry skills and so people will know what an object is easier. \nQuestion: Though the drawing of the object was ambiguous at best, the people playing the drawing game were able to identify the item because it was what?", + "output": [ + "known" + ] + }, + { + "input": "Sentence: a statue is a free-standing sculpture in which the realistic, full-length figures of persons or animals or non-representational forms are carved in a durable material like wood, metal, or stone. \nQuestion: Pigeons perch and poop on what in cities?", + "output": [ + "park" + ] + }, + { + "input": "Sentence: to live life is the most vital and important thing one can do. \nQuestion: Betty felt that being in love was vital and important, necessary to do what?", + "output": [ + "kiss" + ] + }, + { + "input": "Sentence: dense forest in the mountains . the roots of trees and rocks covered with moss. dense forest. tropical dense forest with morning sunlight shine on to it. \nQuestion: The fox was lost among the many trees, where was it?", + "output": [ + "natural habitat" + ] + }, + { + "input": "Sentence: when someone have to talk for a long time is normal that they feel irritation \nQuestion: After answering questions from the press for hours, what did the police chief feel?", + "output": [ + "polite" + ] + }, + { + "input": "Sentence: if a movie is sad, you usually tend to cry during it. \nQuestion: Sam would cry when he watched Old Yeller. The movie was what?", + "output": [ + "miserable" + ] + }, + { + "input": "Sentence: advantage means better than hence it is superior \nQuestion: Reaching advantage position in a competitin puts me in what position as compared to others?", + "output": [ + "determination" + ] + }, + { + "input": "Sentence: civil action usually ends up with bad feelings. \nQuestion: What can instituting civil action be preceded by?", + "output": [ + "going to court" + ] + }, + { + "input": "Sentence: because learning to speak is what happens before you can learn how to talk \nQuestion: What does a baby do before it can talk?", + "output": [ + "boy or girl" + ] + }, + { + "input": "Sentence: settle everything is a way for the fight to be over \nQuestion: Johnny and bill fought over money. Johnny wanted it to be over. What might he choose to do?", + "output": [ + "control people" + ] + }, + { + "input": "Sentence: synonyms for unhelpful at thesaurus.com with free online thesaurus, antonyms, and definitions. find descriptive alternatives for unhelpful. \nQuestion: While reading yelp, I saw many favourable reviews despite me wanting to find critiques of the business, how did I find the reviews?", + "output": [ + "inauspicious" + ] + }, + { + "input": "Sentence: turbines are made to produce electricity. \nQuestion: Where does water enter in a dam to create electricity?", + "output": [ + "thin soup" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: Where does a marmoset roam free?", + "output": [ + "burrow" + ] + }, + { + "input": "Sentence: because the movement can be changed or finished. \nQuestion: Exhausted", + "output": [ + "fear and panic" + ] + }, + { + "input": "Sentence: cooling is the loss of heat energy \nQuestion: James was cooling off two quickly. He would die if he didn't find some way to stop what?", + "output": [ + "revenge" + ] + }, + { + "input": "Sentence: racers line up at the start. \nQuestion: The racers were about to compete, the referee told them to all line up at the what?", + "output": [ + "sign up" + ] + }, + { + "input": "Sentence: if people are constantly buying, a manufacturer is seeing constant sales and therefore an economic boom \nQuestion: What can a manufacturer experience when people are constantly buying products?", + "output": [ + "being able to use" + ] + }, + { + "input": "Sentence: an artist is likely to have large pieces of paper in their studio that is for practice and not for sale. \nQuestion: Where could you find some large pieces of paper that are not for sale?", + "output": [ + "computer printer" + ] + }, + { + "input": "Sentence: liking to listen doesnt imply creating or being inspired by that. \nQuestion: What does someone who likes to hear someone play violin enjoy?", + "output": [ + "inspiring" + ] + }, + { + "input": "Sentence: sponges absorb a lot of water and are good for cleaning wet surfaces \nQuestion: When I have a sponge, but am unsure of where to use it, where should I use it?", + "output": [ + "hold water" + ] + }, + { + "input": "Sentence: the bald eagle is a bird of prey found in north america. a sea eagle, it has two known subspecies and forms a species pair with the white-tailed eagle ... \nQuestion: Roberto sees a bald eagle, and wonders what it has come to symbolize?", + "output": [ + "countryside" + ] + }, + { + "input": "Sentence: kids enjoy visiting museums of old dinosaur bones. \nQuestion: What happens to kids when visiting museums of old dinosaur bones?", + "output": [ + "crowding" + ] + }, + { + "input": "Sentence: it would be a grocery store because the person wants a local small shop. \nQuestion: I need to buy frozen food locally in the smaller shop, where would I go?", + "output": [ + "fridge" + ] + }, + { + "input": "Sentence: countryside is the only place you can grow out of the three choices. \nQuestion: The farmer knew the potatoes wouldn't grow in the city, so where did he look for a plot?", + "output": [ + "plate" + ] + }, + { + "input": "Sentence: children happy they do skip and play enjoy \nQuestion: If children are happy, what do they do?", + "output": [ + "enjoyed" + ] + }, + { + "input": "Sentence: when insects jump, they tend to jump through the air. \nQuestion: What can insects jump through?", + "output": [ + "field" + ] + }, + { + "input": "Sentence: rioting is the only answer choice that involves people fighting back. \nQuestion: The government was instituting civil action left and right, the people fought back and began to what?", + "output": [ + "restitution" + ] + }, + { + "input": "Sentence: altho, it could be a number of different things she does, telling a story is the best choice listed here since it has to be something one can hear. \nQuestion: James and Jenny are good friends. They spend a lot of time together and usually get home late. Jenny is very smart and James likes to hear her doing something. What might James like to hear Jenny do?", + "output": [ + "going out at night" + ] + }, + { + "input": "Sentence: it did not give him a better understanding or be enlightened, as both are signs of learning, therefore he must have gotten a headache \nQuestion: James thought that analyzing all the data would help him learn more, but it did not. It only gave him what?", + "output": [ + "better understanding" + ] + }, + { + "input": "Sentence: the disingenuous kooky approach didn't work, so i assume the conventional approach will work. \nQuestion: The hipsters tried to take a disingenuous kooky approach to their cafe, they were soon out of business to the competitor who took what kind of approach?", + "output": [ + "mainstream" + ] + }, + { + "input": "Sentence: people drink lemonade and also feel sick at carnivals. \nQuestion: A happy person drinking a lemonade and also feeling nauseous or dizzy might be at what event?", + "output": [ + "fairgrounds" + ] + }, + { + "input": "Sentence: son unlike identical twins,with fraternal you can end up with both a daughter and what? answer choices: \nQuestion: Unlike identical twins, with fraternal you can end up with both a daughter and what?", + "output": [ + "brother" + ] + }, + { + "input": "Sentence: suburb is the only place a newpaper would be delivered in the driveway. \nQuestion: The small dog always picked up the newspaper from the driveway, where did the dog live?", + "output": [ + "nursing home" + ] + }, + { + "input": "Sentence: because he experienced the pain of life or anything. \nQuestion: What's one characteristic that separates a person from a stuffed dummy?", + "output": [ + "deceive himself" + ] + }, + { + "input": "Sentence: after you graduate, it doesn't make sense to do the amount of work it takes to go back to school. \nQuestion: Why might some graduates choose not to be attending school later in life?", + "output": [ + "detention" + ] + }, + { + "input": "Sentence: if you are eating something that you really like, you show that you enjoy it. \nQuestion: Sarah was eating a hamburger. She seemed to be okay. She looked like she was doing what?", + "output": [ + "nausea" + ] + }, + { + "input": "Sentence: laughter is commonly heard at parties. \nQuestion: What is likely heard by those going to a party?", + "output": [ + "happiness" + ] + }, + { + "input": "Sentence: most males do not sit while taking a pee, so this is the most likely answer. \nQuestion: They teased him relentlessly for being a girl, this all started when he was caught in the locker room bathroom sitting down to do what?", + "output": [ + "relaxing" + ] + }, + { + "input": "Sentence: the only answer that makes sense \nQuestion: Where would you put some coffee if you do not need it immediately?", + "output": [ + "internet cafe" + ] + }, + { + "input": "Sentence: food is on the plate right before you eat it, but in your stomach after you eat it, and in the pantry way before you put it on the plate. \nQuestion: Where is the last place food is before being eaten?", + "output": [ + "stomach" + ] + }, + { + "input": "Sentence: the house is the only thing that may produce a non-natural light \nQuestion: Where could you find an artificial light source?", + "output": [ + "books" + ] + }, + { + "input": "Sentence: a jewelry store sells chains \nQuestion: Where would you get a chain if you do not have one?", + "output": [ + "tow truck" + ] + }, + { + "input": "Sentence: if the clothes have developed a smell then they are already dirty, or soiled so air out is the only viable option. \nQuestion: If clothes have developed a smell and can't be washed what should you do with them?", + "output": [ + "become soiled" + ] + }, + { + "input": "Sentence: a rain cloud produces rain, which falls from the sky. \nQuestion: Where does water in the sky come from?", + "output": [ + "lake or river" + ] + }, + { + "input": "Sentence: to succeed in a vocation of any kind, it takes hard work and concentration to become a success. \nQuestion: He worked hard to have great success at his chosen what?", + "output": [ + "michigan" + ] + }, + { + "input": "Sentence: applied is the only action likely to practical applications. \nQuestion: The work was pure math. It couldn't be what to practical applications?", + "output": [ + "contaminated" + ] + }, + { + "input": "Sentence: junkyard is the only option where you can scrap metal \nQuestion: The man had spent all day collecting old appliance and such, he took the metal to get scrapped where?", + "output": [ + "instruments" + ] + }, + { + "input": "Sentence: paralyzed people can't kneel, and it's difficult to get to church \nQuestion: What do you do when you pray, even if you are paralyzed?", + "output": [ + "kneel" + ] + }, + { + "input": "Sentence: criminals are definitely found on a pirate ship \nQuestion: You will find many a cannon on what vessel full of criminals?", + "output": [ + "fort" + ] + }, + { + "input": "Sentence: a statue is a free-standing sculpture in which the realistic, full-length figures of persons or animals or non-representational forms are carved in a durable material like wood, metal, or stone. \nQuestion: where do you go to see most statues?", + "output": [ + "new york city" + ] + }, + { + "input": "Sentence: the idea that something is addictive denotes it is negative. listening to music and playing chess would not be bad things however watching too much tv is a bad thing. \nQuestion: What is something children do at home that is very addictive?", + "output": [ + "listen to music" + ] + }, + { + "input": "Sentence: much makes grammatical sense \nQuestion: She let him know he was being over the top, and that his antics where a little what?", + "output": [ + "lot of" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: John he dreaming that he's falling. What could happen when he hits the ground in his dream?", + "output": [ + "fear" + ] + }, + { + "input": "Sentence: feeling still in love while ending a marriage is best described by depression \nQuestion: If you're still in love and end up stopping being married to your partner, what emotion are you likely to experience?", + "output": [ + "wrong" + ] + }, + { + "input": "Sentence: clouds are usually what's in the air to look at. \nQuestion: Today was beautiful, clear blue skies are nice but there's nothing to look at up there if it isn't a little what?", + "output": [ + "grotesque" + ] + }, + { + "input": "Sentence: vineyards grow grapes, and an orchid is a flower. \nQuestion: Where is an apple tree likely found in abundance?", + "output": [ + "vineyard" + ] + }, + { + "input": "Sentence: shrubs are generally planted outside in the lawn. \nQuestion: Where is a good place to put a rosebush?", + "output": [ + "planting" + ] + }, + { + "input": "Sentence: beavers live in the water \nQuestion: Where is beaver likely to be found?", + "output": [ + "millpond" + ] + }, + { + "input": "Sentence: the culture of each country diversifies thought. \nQuestion: What differs in people living in different parts the world?", + "output": [ + "universe" + ] + }, + { + "input": "Sentence: play is accord with wrestl and have fun \nQuestion: The two were wrestling, having fun and what?", + "output": [ + "constructing" + ] + }, + { + "input": "Sentence: a person is the only human being capable of having a caring heart. \nQuestion: Who is likely yo have a caring heart?", + "output": [ + "all mammals" + ] + }, + { + "input": "Sentence: a sideboard would consist of a table where food would be put out for people to be served or to serve themselves in a formal situation. \nQuestion: Where are you likely to find a sideboard filled with serving dishes?", + "output": [ + "kitchen" + ] + }, + { + "input": "Sentence: countryside is the only generic term. the question never mentioned africa. \nQuestion: If I lived in a small village outside a city, which general geographic area would this be?", + "output": [ + "africa" + ] + }, + { + "input": "Sentence: expression of love often accompanies marriage \nQuestion: George is a person who kept things bottled up Even though he was married, he never did what?", + "output": [ + "sit up" + ] + }, + { + "input": "Sentence: ditch is the perfect spot for tornados. \nQuestion: James found a snake on the ground while hiding from a tornado. Where might the snake have been?", + "output": [ + "north america" + ] + }, + { + "input": "Sentence: being together is something that seperated people no longer want to do \nQuestion: Tom and Mary agreed to a separation. They were no longer comfortable in what state?", + "output": [ + "being near" + ] + }, + { + "input": "Sentence: someone who sings likes to be heard. \nQuestion: Billy loved singing, because it let him do what?", + "output": [ + "change in mood" + ] + }, + { + "input": "Sentence: if you're not forced to do something, you can only resist doing it. \nQuestion: Even though they were never told or forced to obey, the people still fashionably claimed they what?", + "output": [ + "violate" + ] + }, + { + "input": "Sentence: the high teenager was having trouble grasping that the world is a good \nQuestion: The high teenager was having trouble grasping that the world was always in motion even if he laid there what?", + "output": [ + "standing still" + ] + }, + { + "input": "Sentence: it something one does when they do not care about someone \nQuestion: Ben didn't have much respect for Sue. He would always do what about her wishes?", + "output": [ + "humiliate" + ] + }, + { + "input": "Sentence: it is the only state in the list of options \nQuestion: There was a big convention going on and all the hotel rooms were booked. There weren't any available in the entire state of what?", + "output": [ + "resort" + ] + }, + { + "input": "Sentence: a and b would not happen immediately \nQuestion: What is likely to happen immediately a rash killing?", + "output": [ + "being imprisoned" + ] + }, + { + "input": "Sentence: the only thing that a suicide can cause another person is pain. \nQuestion: The man was in a rut of selfish thoughts and decided to commit suicide, he didn't think of the what it would cause others?", + "output": [ + "end life" + ] + }, + { + "input": "Sentence: phone book needed to find out how to contact a person with a certain name,where should i look? \nQuestion: I needed to find out how to contact a person with a certain name, where should I look?", + "output": [ + "directory" + ] + }, + { + "input": "Sentence: choosing to control your conscious thoughts, habits, and environment can create many benefits to help you sleep better. here are 10 ways to have peaceful... \nQuestion: If someone is free from guilt what are they likely to achieve?", + "output": [ + "new computer" + ] + }, + { + "input": "Sentence: when a show ends, they close the curtains so people know it's over. \nQuestion: When a curtain closes this is over. What is this?", + "output": [ + "house" + ] + }, + { + "input": "Sentence: choosing to stay in bed shows they are already there, but would like to sleep more \nQuestion: The man was very tired and sore, he decided to stay in bed to what?", + "output": [ + "you're sick" + ] + }, + { + "input": "Sentence: having a hoarse voice makes it harder to sing \nQuestion: John was good at singing, usually. But today he couldn't do it. Why can't John sing?", + "output": [ + "being heard" + ] + }, + { + "input": "Sentence: california is near the pacific \nQuestion: Bob was tossed from his boat in the pacific ocean near the United States. He sees a shore to the east and swims toward it. Where is he most likely swimming to?", + "output": [ + "ocean" + ] + }, + { + "input": "Sentence: you buy bag at stores \nQuestion: Where do you get a new shopping bag?", + "output": [ + "car trunk" + ] + }, + { + "input": "Sentence: because i think it's the closest one \nQuestion: Broom stood in the middle of the room. There were two doors on opposite sides of him, but he couldn't see them. Where were they?", + "output": [ + "front back" + ] + }, + { + "input": "Sentence: this is the only answer that indicates a place in a home where satchels would be stored. \nQuestion: Where in your home would you store a satchel?", + "output": [ + "luggage compartment" + ] + }, + { + "input": "Sentence: a linen closet is the only choice where the cloths would not already be paced. \nQuestion: The cloth's are not yet placed where they belong, where should we put them?", + "output": [ + "fabric store" + ] + }, + { + "input": "Sentence: at river delta is normal for the soil to be marshy and become swamp \nQuestion: You will find many swamps in the in the southern U.S. along what geographic feature?", + "output": [ + "michigan" + ] + }, + { + "input": "Sentence: a child can learn from what he or she is reading. \nQuestion: What happens when a child reads something?", + "output": [ + "balloon" + ] + }, + { + "input": "Sentence: to think is human \nQuestion: The robot could do lots of things, but unlike a human when presented with new situations it could not what?", + "output": [ + "torture" + ] + }, + { + "input": "Sentence: bobby sat on the examination in the doctor's office. \nQuestion: Bobby sat on the examination table. Happy that this was a simple procedure, and he could do it here instead of staying overnight some place else. Where might he be?", + "output": [ + "hospital" + ] + }, + { + "input": "Sentence: he didnt know he was not really giving thoughtful answers \nQuestion: Though it was mostly overlooked, he thought he gave a very thoughtful reply to the what?", + "output": [ + "initiate" + ] + }, + { + "input": "Sentence: economic instability is caused by not fighting inflation causing increased cost of living and reduction in value of currency. \nQuestion: What could fighting inflation cause if it is not successful?", + "output": [ + "not noticeable" + ] + }, + { + "input": "Sentence: wooden definition: 1. made of wood: 2. used to describe behaviour that is awkward or shows little expression: 3. made of wood: . learn more. \nQuestion: Hammers are made of metal and what other item?", + "output": [ + "plastic" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: Someone who is awake is likely to know what's going on because they are this?", + "output": [ + "deep sleep" + ] + }, + { + "input": "Sentence: math class is the only logical selection for students to measure a triangle. \nQuestion: Where do students usually measure a triangle?", + "output": [ + "orchestra" + ] + }, + { + "input": "Sentence: storing in bags will keep it neat \nQuestion: Having your marijuana in bags help keep it what?", + "output": [ + "illegal" + ] + }, + { + "input": "Sentence: church is usually on a sunday and regularly \nQuestion: The woman played piano every Sunday morning, where did she play?", + "output": [ + "symphony orchestra" + ] + }, + { + "input": "Sentence: since they do not eat food, they have to make their own through photosynthesis \nQuestion: The plants are hungry, what do they need to do for satiation?", + "output": [ + "grow tall" + ] + }, + { + "input": "Sentence: family was playing cards is an entertainment \nQuestion: The family was playing cards, what would be a reason for this?", + "output": [ + "losing money" + ] + }, + { + "input": "Sentence: farm yard is only place to raise vegetables in the choices given \nQuestion: If you raise vegetables where would you put a shed?", + "output": [ + "backyard" + ] + }, + { + "input": "Sentence: participants do use a sword in fencing \nQuestion: Fencing is a sport in which participants use a what?", + "output": [ + "protection" + ] + }, + { + "input": "Sentence: the hopeful in opposite hopeless. \nQuestion: What is the opposite of hopeful?", + "output": [ + "desperate" + ] + }, + { + "input": "Sentence: bad taste people who do not care about quality food are said \nQuestion: People who do not care about quality food are said to have what?", + "output": [ + "cheap" + ] + }, + { + "input": "Sentence: embarrassment deals with negative feelings which is something i would feel in this situation. \nQuestion: The man began asking me questions about my sloppy habits in front of others, what did I feel?", + "output": [ + "children will learn" + ] + }, + { + "input": "Sentence: by taking the countryside, they would not be on busy roads like freeways or highways and would be able to enjoy the scenes that a country road would provide. \nQuestion: The people wanted to take the scenic route, they chose the highway that cut through the what?", + "output": [ + "atlas" + ] + }, + { + "input": "Sentence: seemed it would soon be over the sky at top \nQuestion: As one side made advances on the other it seemed it would soon be over, the losers were doomed because not everyone gets to celebrate what?", + "output": [ + "happy" + ] + }, + { + "input": "Sentence: inevitably, there can only be one winner. \nQuestion: What is the outcome when two people are competing against each other?", + "output": [ + "injury" + ] + }, + { + "input": "Sentence: can you take a bath in business trip to hotel room. \nQuestion: When you're away on a business trip where can you take a bath?", + "output": [ + "house" + ] + }, + { + "input": "Sentence: you could buy a cake from a supermarket, but it wouldn't be appropriate to eat it in there. it is appropriate to eat food in a restaurant. \nQuestion: Where could I eat a chocolate cake?", + "output": [ + "mouth" + ] + }, + { + "input": "Sentence: a tin is something will find in a hardware store. \nQuestion: Where would you get some tin if you do not have any?", + "output": [ + "grocery store" + ] + }, + { + "input": "Sentence: if you run a long time, you will get exhausted. sweating is natural and will occur way early and fall down is only the last case scenario \nQuestion: If I run a long time, I run the risk of what?", + "output": [ + "sweat" + ] + }, + { + "input": "Sentence: feeling full or becoming tired has more to do with overeating. it was never specified how much was eaten, but that it was delicious, so hopefully the person would feel satisfied. \nQuestion: If someone has a delicious lunch what are they likely to claim?", + "output": [ + "feel full" + ] + }, + { + "input": "Sentence: i find seating to wait in bus depot for public transit. \nQuestion: Where might I find seating while waiting to take public transit in a major city?", + "output": [ + "church" + ] + }, + { + "input": "Sentence: fruitfulness – the prospect that a hypothesis may explain further phenomena in the future. \nQuestion: A theory requires that the hypothesis be what?", + "output": [ + "practise" + ] + }, + { + "input": "Sentence: recycled should be done with old newspapers \nQuestion: What should be done with old newspapers?", + "output": [ + "printed on paper" + ] + }, + { + "input": "Sentence: hoses are normally stored in garden sheds if the person has one. \nQuestion: If the vegetable plants needed watering, you might want to get the hose out of the what?", + "output": [ + "garage" + ] + }, + { + "input": "Sentence: a vehicle crashes or someone crashes it, it is involved in an accident, usually a serious one in which the vehicle \nQuestion: When a computer stops working it's called a what?", + "output": [ + "networked" + ] + }, + { + "input": "Sentence: customer service support is a place to ask questions. \nQuestion: The customer service agent sent a reply after a long two days, turns out they didn't even address the original what?", + "output": [ + "answer" + ] + }, + { + "input": "Sentence: if he was in a rush and leaving a hotel, it is safe to presume he was on a vacation, because what other reason would you need to have a suitcase and be in a hotel. and if he forgot socks, it means that he had to pack clothes. it is safe to assume he double checked his suitcase, but because he was in a rush, he forgot the socks \nQuestion: He was in a rush and forgot his socks, what did he double check before leaving the hotel?", + "output": [ + "bed" + ] + }, + { + "input": "Sentence: a country is the only entity that can form its own currency. \nQuestion: What group of residents have their own currency?", + "output": [ + "apartment" + ] + }, + { + "input": "Sentence: they were drinking outside, probably in a park. that´s why the bottle were in the grass \nQuestion: People went out drinking and threw bottles in the grass. For that reason, there was a lot of broken glass where?", + "output": [ + "street" + ] + }, + { + "input": "Sentence: friends are likely to be familiar and comfortable with one another, so misunderstanding is more probable. \nQuestion: If people get upset while chatting with friends, what is the likely culprit?", + "output": [ + "discomfort" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: Where do you see signs that state a point of view?", + "output": [ + "state park" + ] + }, + { + "input": "Sentence: the question is about where something is kept, so the word \"keep\" is the necessary one here \nQuestion: Where would you keep a business telephone directory?", + "output": [ + "house" + ] + }, + { + "input": "Sentence: floor definition: 1. the flat surface of a room on which you walk: 2. a level of a building: 3. a public space for activities such as dancing and having formal ... \nQuestion: What should the bean bag chair sit on?", + "output": [ + "family room" + ] + }, + { + "input": "Sentence: driving drunk is known to cause car accidents where the driver or others are killed, therefore it is deadly. \nQuestion: Driving drunk is very stupid, it can even end up what?", + "output": [ + "dangerous" + ] + }, + { + "input": "Sentence: bad shoelaces, particularly if loose, could cause you to trip. \nQuestion: The runner lost the race because he had bad shoelaces. What might his shoelaces have caused him to do?", + "output": [ + "get tired" + ] + }, + { + "input": "Sentence: when someone is sick, their lungs become congested making it hard to breathe \nQuestion: What causes hard breathing when you are sick", + "output": [ + "live" + ] + }, + { + "input": "Sentence: better grade a student is failing what should they try to achieve? \nQuestion: If a student is failing what should they try to achieve?", + "output": [ + "study history" + ] + }, + { + "input": "Sentence: a desk is the most likely place to place your coffee cup \nQuestion: There was a black ring where James had placed his full coffee cup. Where might the ring be?", + "output": [ + "trash" + ] + }, + { + "input": "Sentence: church had to move all the rows of benches,they were putting in new carpet where? \nQuestion: The installers had to move all the rows of benches, they were putting in new carpet where?", + "output": [ + "bowling alley" + ] + }, + { + "input": "Sentence: a person does not like talking so they would be annoyed by a talkative person \nQuestion: What might someone not wanting to have someone talking to them have to a talkative person.?", + "output": [ + "rumors spread" + ] + }, + { + "input": "Sentence: dishearten is the only word that is an adjective. \nQuestion: What is likely to be the feeling of someone who does not feel they have been empowered?", + "output": [ + "prohibit" + ] + }, + { + "input": "Sentence: peace would be the norm if everyone loved each other \nQuestion: What would happen in a country if everyone is loving another?", + "output": [ + "heartache" + ] + }, + { + "input": "Sentence: freeway system one not likely to find a ring road \nQuestion: Where is one not likely to find a ring road?", + "output": [ + "town" + ] + }, + { + "input": "Sentence: earth is the only known place where humans live \nQuestion: Where do almost all humans live?", + "output": [ + "train wreck" + ] + }, + { + "input": "Sentence: to find out the truth about something, detectives ask questions of people. \nQuestion: A detective tries to discover truth, some of the best results are from gathering witnesses and doing what?", + "output": [ + "find facts" + ] + }, + { + "input": "Sentence: the other answer choices would be a common result of snoring, while death would only occur in rare cases. \nQuestion: What could snoring cause in rare cases?", + "output": [ + "complaining" + ] + }, + { + "input": "Sentence: fighting and running would not cause someone to be wet. \nQuestion: Why would someone be wet after being full of fear?", + "output": [ + "fight enemy" + ] + }, + { + "input": "Sentence: a great dictatorship formed when republics formed. \nQuestion: A lot of republics have what from of government?", + "output": [ + "democratic" + ] + }, + { + "input": "Sentence: conversations are generally louder at a party than at dinner or at a friend's house \nQuestion: Where is conversation likely to get loud?", + "output": [ + "dinner" + ] + }, + { + "input": "Sentence: if you're away from your home, you aren't at home \nQuestion: The first or second floor is the safest from fire when you sleep where away from home?", + "output": [ + "school" + ] + }, + { + "input": "Sentence: if the medium were opaque or obscure then it would not be described as clear. \nQuestion: Why might someone have a hard time seeing through a clear medium?", + "output": [ + "opaque" + ] + }, + { + "input": "Sentence: normally people who doesn't feel any connection or just don´t like you, treat you contempt. \nQuestion: James had almost religious reverence for Bill, but Bill didn't return the feelings. How did Bill treat James.", + "output": [ + "blasphemy" + ] + }, + { + "input": "Sentence: stress relief and the possibility of laughing are not neccissarily happiness, only indicators of happines. \nQuestion: James was having fun with Jane. What sort of feelings might this bring him?", + "output": [ + "stress relief" + ] + }, + { + "input": "Sentence: a fruit is both sweet and healthy for the body. \nQuestion: They say a person should do what if they want something sweet and healthy?", + "output": [ + "feel stupid" + ] + }, + { + "input": "Sentence: he was born in the small town of castleford, in yorkshire. ... these examples are from the cambridge english corpus and from sources on the web. any opinions in the examples do not represent the opinion of the cambridge dictionary editors or of cambridge university press or its ... \nQuestion: The steak house where I come from is the best in where?", + "output": [ + "japan" + ] + }, + { + "input": "Sentence: meaning that he would not be gambling if he was at the bar, and las vegas is the place associated with gambling. \nQuestion: Sure you could get a drink absolutely anywhere, but he found he lost less money if he was just at the bar where?", + "output": [ + "nightclub" + ] + }, + { + "input": "Sentence: children saw superman fly and expressed awesome \nQuestion: The children saw superman fly overhead, what did they exclaim as a result?", + "output": [ + "skip" + ] + }, + { + "input": "Sentence: firearm john needed a new lock to lock his antique pirate artifact. what might that artifact be? \nQuestion: John needed a new lock to lock his antique pirate artifact. What might that artifact be?", + "output": [ + "drawer" + ] + }, + { + "input": "Sentence: james hated getting in line so feel in him time waste \nQuestion: James hated getting in line. The time spent brought him only what feeling?", + "output": [ + "linearity" + ] + }, + { + "input": "Sentence: a dam is built on water, such as a river, that stops its flow \nQuestion: A beaver can destroy a machines functionality if they build their dam in this?", + "output": [ + "strip club" + ] + }, + { + "input": "Sentence: you'll need it close to you. \nQuestion: Where would you put a tissue holder if you have a cold and plan to stay inside?", + "output": [ + "car" + ] + }, + { + "input": "Sentence: love and lust go hand in hand many times \nQuestion: The person looked lustfully into his girlfriend's eyes, what did he want to do?", + "output": [ + "race against time" + ] + }, + { + "input": "Sentence: when you make a date with someone, you expect them to keep their plans with you. \nQuestion: The person was stood up on a date, what was his reaction?", + "output": [ + "machine part" + ] + }, + { + "input": "Sentence: . an activity, such as a job, that a person uses physical or mental effort to do, usually for money: 2. the material used by someone at work, \nQuestion: It was a long hard day of work, it was now time for sitting down and what?", + "output": [ + "watch tv" + ] + }, + { + "input": "Sentence: perjury could result in feuds between sides \nQuestion: The lawyer explained what committing perjury was, this was big case with high what?", + "output": [ + "arrest" + ] + }, + { + "input": "Sentence: he would gain weight if he is eating too much and doesn't exercise \nQuestion: He was eating too much while no exercising enough, what did he suffer as a result?", + "output": [ + "gas" + ] + }, + { + "input": "Sentence: you can eat food at a house, but the only place to both purchase and eat food is at a restaurant. \nQuestion: Where can you purchase food and eat it at tables?", + "output": [ + "house" + ] + }, + { + "input": "Sentence: when items are done being used they need to be thrown away \nQuestion: James crushed his paper coffee cup and then left it in its proper place. Where might he have left it?", + "output": [ + "cupboard" + ] + }, + { + "input": "Sentence: sun set is what happens at the end of the day. \nQuestion: After the sun has risen what happens at the end of the day?", + "output": [ + "lower" + ] + }, + { + "input": "Sentence: the cat would be comfortable laying in a lap \nQuestion: A tabby cat might be found laying where?", + "output": [ + "alley" + ] + }, + { + "input": "Sentence: a parking lot is a common place to leave one's car for a time. \nQuestion: Where is a good place to leave a car in public?", + "output": [ + "city" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: The insects were bigger this time. They were exposed to a significant level of DDT. How were they exposed?", + "output": [ + "detestable" + ] + }, + { + "input": "Sentence: to know about the environmental factors through the science \nQuestion: What might someone get from learning about science?", + "output": [ + "see things differently" + ] + }, + { + "input": "Sentence: train is the only option that would be on rails, therefore flying off the rails would result in a train wreck. \nQuestion: What would a human experience if they fly off the rails?", + "output": [ + "dress shop" + ] + }, + { + "input": "Sentence: many families have a television in their living room. \nQuestion: where do families likely watch television?", + "output": [ + "bar" + ] + }, + { + "input": "Sentence: a synagogue is a hol building, but the others arent \nQuestion: Where are floors kept clean for holy purposes?", + "output": [ + "all buildings" + ] + }, + { + "input": "Sentence: opposing political views can be found everywhere. \nQuestion: Sam was very orthodox. This was in opposition to his roommate, who was very what?", + "output": [ + "heretical" + ] + }, + { + "input": "Sentence: cars are large and made of metal, and likely to seriously injure or kill a human \nQuestion: If you hit someone while driving what could happen to that person?", + "output": [ + "deaths" + ] + }, + { + "input": "Sentence: the only place that might have \nQuestion: Where is a good place to set an attache case other than a desk?", + "output": [ + "business meeting" + ] + }, + { + "input": "Sentence: hotel room is the only place not possibly a home. \nQuestion: You'll likely have a kitchenette in what place where you sleep away from home?", + "output": [ + "apartment" + ] + }, + { + "input": "Sentence: the traffic in hurry along. \nQuestion: The policemen wanted to clear the scene of the accident, so what did they do to traffic?", + "output": [ + "help" + ] + }, + { + "input": "Sentence: always going up the stock \nQuestion: What is the object with a point used for mountain climbing?", + "output": [ + "needle" + ] + }, + { + "input": "Sentence: selling stock is the only option for an investor to get money \nQuestion: How does an investor get cash?", + "output": [ + "save money" + ] + }, + { + "input": "Sentence: birds basically do everything in the air with thier wings \nQuestion: What would a bird do if it wanted to scoop up more air?", + "output": [ + "head south" + ] + }, + { + "input": "Sentence: not standing upright makes you slouch other answers make no sense \nQuestion: The teen had bad posture, he never stood what?", + "output": [ + "premium" + ] + }, + { + "input": "Sentence: some dry foods or very sugary or fatty ones like jam or peanut butter can be stored in the open tin in a cool, dry, place,\" says buchtmann. \nQuestion: Where might I put this can of food in my home?", + "output": [ + "supermarket" + ] + }, + { + "input": "Sentence: museums are places people usually got to see older artifacts and relics. \nQuestion: Where is a likely place to view an old copy machine?", + "output": [ + "barn" + ] + }, + { + "input": "Sentence: subtracting apples is an example of a math problem. \nQuestion: \"There are 10 apples on an apple tree. Three fall off. Now there are X apples.\" What is this an example of?", + "output": [ + "garden center" + ] + }, + { + "input": "Sentence: music has a calming effect on people. \nQuestion: What could listening to music cause you to be?", + "output": [ + "entertainment" + ] + }, + { + "input": "Sentence: people spend money in the supermarket. \nQuestion: Where can someone spend money?", + "output": [ + "pocket" + ] + }, + { + "input": "Sentence: the 3 answers are equally valid. \nQuestion: Sex is often referred to being part of what for everyone?", + "output": [ + "procreation" + ] + }, + { + "input": "Sentence: ordinary the child's imagination was unbelievable,he made extraordinary out of what? \nQuestion: The child's imagination was unbelievable, he made extraordinary out of what?", + "output": [ + "feasible" + ] + }, + { + "input": "Sentence: receptionist at lobby and man was seeking directions. \nQuestion: The man was seeking directions in the lobby, who should he talk to?", + "output": [ + "business plan" + ] + }, + { + "input": "Sentence: usually children play games to break boredom. \nQuestion: What is good way to break boredom for kids?", + "output": [ + "play cards" + ] + }, + { + "input": "Sentence: as people become old they become shorter. \nQuestion: Unlike young people, older people can do what?", + "output": [ + "take trips" + ] + }, + { + "input": "Sentence: casts make up movies, not stages, and perform doesn't make sense grammatically \nQuestion: The cast was quite special and full of huge stars, this was clearly a big budget what?", + "output": [ + "perform" + ] + }, + { + "input": "Sentence: the only selection that provides heat to food is oven. \nQuestion: What is a good way to get food hot?", + "output": [ + "fridge" + ] + }, + { + "input": "Sentence: learning and obtaining more information is increasing knowledge \nQuestion: If I want to find more information about things in general, what am I seeking?", + "output": [ + "headaches" + ] + }, + { + "input": "Sentence: a museum is the best place of the options to do research on a well-crafted chesterfield. \nQuestion: He wanted to research well-crafted chesterfield, where should he look?", + "output": [ + "living room" + ] + }, + { + "input": "Sentence: house is the only place that is not likely to sell a lantern. \nQuestion: The bird is young and still nesting, what does it need to do soon to move on?", + "output": [ + "squawk" + ] + }, + { + "input": "Sentence: washington is in the west of the country \nQuestion: What state has a county called columbia and is the furthest in the direction that the sun sets?", + "output": [ + "missouri" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: John loves to eat baked potato but he doesn't have time to cook. Where might he go for potatoes?", + "output": [ + "pantry" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: What is a thing that almost all cars have which can be seen from the outside and can be read?", + "output": [ + "wheels" + ] + }, + { + "input": "Sentence: common side effects of drinking alcohol include becoming drunk and exclude death, as death is usually uncommon unless you poisoned yourself with a large amount of alcohol. \nQuestion: What is an uncommon side effect of drinking alcohol?", + "output": [ + "become drunk" + ] + }, + { + "input": "Sentence: because a ficus tree lives in desert environments. \nQuestion: Where is the ficus tree native to?", + "output": [ + "dictionary" + ] + }, + { + "input": "Sentence: it gives mind relaxation and happiness \nQuestion: What does kissing lead to?", + "output": [ + "shyness" + ] + }, + { + "input": "Sentence: card catalog implies a library, but older recipes were written and stored on index cards, so it could refer to a kitchen. stores don't use anything resembling a card catalog \nQuestion: Where is not likely to organize with a card catalog?", + "output": [ + "kitchen" + ] + }, + { + "input": "Sentence: refuse is trash, and trash goes to the dump. \nQuestion: Where is refuse stored for a long time?", + "output": [ + "incinerator" + ] + }, + { + "input": "Sentence: the autobahn is in germany. \nQuestion: Where might one be unrestricted on a superhighway?", + "output": [ + "america" + ] + }, + { + "input": "Sentence: diamonds and gold mostly are found under rocks \nQuestion: Where are mine's typically located under?", + "output": [ + "cambodia" + ] + }, + { + "input": "Sentence: horrible is the opposite of being nice \nQuestion: What is the opposite of being nice to someone?", + "output": [ + "awful" + ] + }, + { + "input": "Sentence: bowling balls are spheres and bowling pins are ten white objects \nQuestion: Where would you enjoy a beer while throwing heavy spheres toward ten white objects?", + "output": [ + "fridge" + ] + }, + { + "input": "Sentence: passitivity means that one doesn't have a preference of one thing over another. \nQuestion: Josh didn't care about what activity they did.. Carol complained to james about his what?", + "output": [ + "inactivity" + ] + }, + { + "input": "Sentence: because an attic is usually thought of as dark \nQuestion: Where would you not be able to see light?", + "output": [ + "universe" + ] + }, + { + "input": "Sentence: slender and thin have different connotations to them. but when it comes to describing the female body, people who are seen as too \"thin\" can be seen as undesireable. \nQuestion: The crass men were talking about what they called a broad, one said he thought she was too what?", + "output": [ + "slender" + ] + }, + { + "input": "Sentence: arrive early the baby came unexpectedly \nQuestion: The baby came unexpectedly, what did it do?", + "output": [ + "learn to walk" + ] + }, + { + "input": "Sentence: place of employment of business \nQuestion: Who is likely to use too much salt?", + "output": [ + "kitchen cupboard" + ] + }, + { + "input": "Sentence: pubs is the only public place on that list that sells alcohol and food. \nQuestion: I'm looking for alcohol and fried foods, any suggestions?", + "output": [ + "fraternity house" + ] + }, + { + "input": "Sentence: department store go into a building and see many people going in and out of the entry way. most going out are carrying plastic bags. where might you be. \nQuestion: You go into a building and see many people going in and out of the entry way. Most going out are carrying plastic bags. Where might you be.", + "output": [ + "office building" + ] + }, + { + "input": "Sentence: inside our heads, tons of images and sounds passing through while we sleep \nQuestion: What can happen in your mind while sleeping?", + "output": [ + "get cold" + ] + }, + { + "input": "Sentence: transport suggests transportation, which is typically associated with vehicles. \nQuestion: What enables most people to transport themselves?", + "output": [ + "dance together" + ] + }, + { + "input": "Sentence: only comparing prices you can have multiples of it so you can decide the best deal. \nQuestion: When shopping for an expensive product you should do what to make sure you get the best deal?", + "output": [ + "purchasing" + ] + }, + { + "input": "Sentence: people often start to dream right before they sleep \nQuestion: She had a vision before going to bed, what was she doing?", + "output": [ + "laziness" + ] + }, + { + "input": "Sentence: shelves with study materials are located in bedrooms \nQuestion: Joe kept all of his school books on a shelf where he could easily get to them when he wanted to study. Where was this shelf likely located?", + "output": [ + "school building" + ] + }, + { + "input": "Sentence: the suitcase is the most likely place to find a shirt. \nQuestion: Where can a shirt be found in a hotel room?", + "output": [ + "closet" + ] + }, + { + "input": "Sentence: manhattan is a well known dense island. \nQuestion: There's few places where a skyscraper just blends in, a panorama of what dense island is one of them?", + "output": [ + "big city" + ] + }, + { + "input": "Sentence: the person with whom someone of power relates to best. derived from jesus sitting at the right hand of god. \nQuestion: A person might have their right-hand man, they could also be referred to as what digit?", + "output": [ + "wellness" + ] + }, + { + "input": "Sentence: you have a knight when playing chess. \nQuestion: Where is small knight likely to be found?", + "output": [ + "middle ages" + ] + }, + { + "input": "Sentence: if an animal was killed it would no longer be living. something dead cannot grieve or commit suicide. \nQuestion: After killing the animal, what was the animal doing?", + "output": [ + "suicide" + ] + }, + { + "input": "Sentence: : michigan got in the bus in hell and got off at christmas,it was a fun trip through where? \nQuestion: He got in the bus in Hell and got off at Christmas, it was a fun trip through where?", + "output": [ + "city" + ] + }, + { + "input": "Sentence: motion sickness usually occurs during travel not after \nQuestion: What often happens after a long day of traveling?", + "output": [ + "jet lag" + ] + }, + { + "input": "Sentence: she feels pressure about a decision she has to make today \nQuestion: While driving to work she felt the what of the important decisions to be made today?", + "output": [ + "impatience" + ] + }, + { + "input": "Sentence: new york is fairly simple with two words that are 4 letters at most. if they reside in the united states they would be able to spell it. since they may or may not have heard of connecticut they may or may not be able to spell it. also, connecticut is not spelled exactly how it sounds. \nQuestion: He took a toll road and ended up in a state he couldn't spell, it was probably which one?", + "output": [ + "eastern united states" + ] + }, + { + "input": "Sentence: the food near the end of the day is called dinner. \nQuestion: If someone is cooking near the end of the day what are they going to have?", + "output": [ + "cooked food" + ] + }, + { + "input": "Sentence: a mom does thing out of love. \nQuestion: The mom liked giving assistance to her children, why did she do it?", + "output": [ + "out of pocket" + ] + }, + { + "input": "Sentence: a windmill is used for making energy out of air. \nQuestion: The moving air turned the blade and provided power. What type of object is this?", + "output": [ + "turbine" + ] + }, + { + "input": "Sentence: istanbul is the only place among the choices. \nQuestion: Mary looked though the chest that her grandfather brought with him. She could no longer return to his birthplace, because it was not gone. Now it's called what?", + "output": [ + "human being" + ] + }, + { + "input": "Sentence: home can be the better place to sleep when puppy house is broken \nQuestion: Where can you let a puppy sleep after it's been housebroken?", + "output": [ + "dog house" + ] + }, + { + "input": "Sentence: : calm and in control of your emotions : not feeling or showing anger, fear, etc. see the full definition for composed in the english language learners dictionary. composed. \nQuestion: The music was very dear to him, he had done what with it during an important time in his life?", + "output": [ + "written on paper" + ] + }, + { + "input": "Sentence: the dog is very smart because it knows how to get around all the obstacles preventing him from escaping. \nQuestion: What is likely true about a dog that escapes regularly?", + "output": [ + "very loyal" + ] + }, + { + "input": "Sentence: stoves are gas or electric \nQuestion: What types of stoves are there?", + "output": [ + "warm room" + ] + }, + { + "input": "Sentence: because i think it's the closest one \nQuestion: His friend insisted that he must, but his conscience stopped him as he knew that he what?", + "output": [ + "optional" + ] + }, + { + "input": "Sentence: two wings is the only option that makes sense for a bird to fly \nQuestion: The bird took flight by moving its what?", + "output": [ + "feathers" + ] + }, + { + "input": "Sentence: usually people tend to tie bows loosely and not too tight or it may be uncomfortable. \nQuestion: When you tie a bow, how is it tied?", + "output": [ + "slowly" + ] + }, + { + "input": "Sentence: thanking god is something a christian would typically do to show appreciation \nQuestion: What does a Christian do when they get what they needed?", + "output": [ + "cross street" + ] + }, + { + "input": "Sentence: park is too small for frisbee. \nQuestion: Where would you play frisbee after enjoying some hot dogs?", + "output": [ + "sporting event" + ] + }, + { + "input": "Sentence: both new hampshire and virginia do not have a capital called london. \nQuestion: Portmouth is a city in what nation whose capital is London?", + "output": [ + "virginia" + ] + }, + { + "input": "Sentence: a bribe is taking something that should not be taken by a politician. \nQuestion: James was a politician, but he loved the finer things in life and had few scruples. He took things that he shouldn't have. What might those things have been?", + "output": [ + "win elections" + ] + }, + { + "input": "Sentence: an average person would feel guilt harming someone else \nQuestion: If you started killing people for no reason, what are you likely to lack?", + "output": [ + "prison sentence" + ] + }, + { + "input": "Sentence: more hockey pucks in minnesota flying on the ice rink \nQuestion: Where is a dentist likely to be busy because of hockey?", + "output": [ + "office building" + ] + }, + { + "input": "Sentence: panic the chief of police was answering questions as fast as possible \nQuestion: The chief of police was answering questions as fast as possible, what was he trying to avoid?", + "output": [ + "confusion" + ] + }, + { + "input": "Sentence: kids always are happy to play and is a natural reaction for being entertained. \nQuestion: What is a child's reaction likely to be when going to play?", + "output": [ + "meet" + ] + }, + { + "input": "Sentence: you cannot use a sky or house in this sense. \nQuestion: What would you need a light source to use?", + "output": [ + "sky" + ] + }, + { + "input": "Sentence: it is unlikely that someone would learn or think about objects that they've seen many times before. \nQuestion: What can seeing artifacts cause if you have already seen them many times before?", + "output": [ + "learning" + ] + }, + { + "input": "Sentence: when someone is not caught in an act or lie, they often carry a guilty conscience. \nQuestion: What might someone not caught killing someone have?", + "output": [ + "retribution" + ] + }, + { + "input": "Sentence: her goal had to be expressing emotion if she wanted to share how she felt with others. \nQuestion: She created music to share how she felt with another, what was her goal?", + "output": [ + "quiet mind" + ] + }, + { + "input": "Sentence: plants grow in gardens, and there is more to it than just watering plants \nQuestion: What is the reason for having a gardener?", + "output": [ + "water plants" + ] + }, + { + "input": "Sentence: the other two options are what you would get from using a computer too much. \nQuestion: Why would you want to be using computer?", + "output": [ + "eye strain" + ] + }, + { + "input": "Sentence: a boat uses gasoline to move around \nQuestion: In what would you find gasoline in the water?", + "output": [ + "gas station" + ] + }, + { + "input": "Sentence: health club monitors the health of patients regularly \nQuestion: Today's lesson was on the tennis court, they really kept the paying patients busy where?", + "output": [ + "wimbledon" + ] + }, + { + "input": "Sentence: he was going to go somewhere like handsome one \nQuestion: I want to create something new, what do I need?", + "output": [ + "plastisol" + ] + }, + { + "input": "Sentence: to bake the cake we need to put it in an oven \nQuestion: If your cake is still unbaked, where should you put it?", + "output": [ + "bakery" + ] + }, + { + "input": "Sentence: if you cut long hair, it will end up being more lightweight than before. \nQuestion: When you hair grows too long and heavy you can cut it to make it more what?", + "output": [ + "very thin" + ] + }, + { + "input": "Sentence: ending up in prison is a major consequence. \nQuestion: What could happen after becoming inebriated and then being sent to prison?", + "output": [ + "drunkenness" + ] + }, + { + "input": "Sentence: there's a strong association between friends and secrets. any one can borrow money or meet for lunch. \nQuestion: Best friends are often good at?", + "output": [ + "borrow money" + ] + }, + { + "input": "Sentence: you've been admitted and you're coming to cornell as a new first-year undergraduate in fall 2019. now what? beginning in the spring this site will highlight key ... \nQuestion: John was 15 and this was the first year he would get to do what?", + "output": [ + "try to get" + ] + }, + { + "input": "Sentence: band togetherpeople do if they are agreeing with each other? \nQuestion: What would people do if they are agreeing with each other?", + "output": [ + "smiles" + ] + }, + { + "input": "Sentence: apple season is in the fall, therefore the season before fall (summer) they would be no quite ready \nQuestion: When does an apple tree have apples that are not yet ready to eat?", + "output": [ + "spring" + ] + }, + { + "input": "Sentence: a health centre is the only place likely to provide similar services to a spa. \nQuestion: Where would you likely find a spa alongside similar services?", + "output": [ + "country club" + ] + }, + { + "input": "Sentence: people are tired when they're bored. \nQuestion: What may you experience after listening to a boring talk for a long time?", + "output": [ + "anxiety" + ] + }, + { + "input": "Sentence: when a person is found to have lied in the court of law, he could bring and feel shame. \nQuestion: The judge found him guilty of committing perjury, this brought the man great what?", + "output": [ + "tension" + ] + }, + { + "input": "Sentence: many varieties of the same species of plant can often be found together only in a conservatory, which is a collection of plant species. \nQuestion: Where might someone find many varieties of ficus?", + "output": [ + "front yard" + ] + }, + { + "input": "Sentence: a confident person has trust in him \nQuestion: What does a confident person do?", + "output": [ + "know what time" + ] + }, + { + "input": "Sentence: the woods can be defined as a bunch of trees surrounding each other \nQuestion: The woman picked from an apple tree while surrounded by other trees, where was she?", + "output": [ + "illinois" + ] + }, + { + "input": "Sentence: a swimming pool would only be found at a house and not the other options. \nQuestion: At the house party everybody went skinny dipping, there weren't any trunks or bikinis in the what?", + "output": [ + "beach" + ] + }, + { + "input": "Sentence: most of the wild cat live in barn \nQuestion: Where does a wild cat usually live?", + "output": [ + "beam of sunlight" + ] + }, + { + "input": "Sentence: teach relates directly to his desire to learn. \nQuestion: Josh loved to learn. Because of that, his mother put in effort to do what to him?", + "output": [ + "quit" + ] + }, + { + "input": "Sentence: a clay pot and a shady place can be both in and out of house, so they are ambiguous with respect to the question. however, a porch is definitely outside the house, so that's the answer. \nQuestion: My ficus isn't in my house, but it is protected from bugs, where did I place it?", + "output": [ + "shady places" + ] + }, + { + "input": "Sentence: a bus station has to be located on a street because a bus has to drive on the street to get there. \nQuestion: What does a bus station have to be near?", + "output": [ + "city centre" + ] + }, + { + "input": "Sentence: play and write are not things that would be said \nQuestion: When people are interested in protecting fetuses from abortion, what is a common slogan they campaign with?", + "output": [ + "play outside" + ] + }, + { + "input": "Sentence: virginia is a rural area. \nQuestion: I love crab, but I don't get much where I live in rural where?", + "output": [ + "cape cod" + ] + }, + { + "input": "Sentence: urban areas have a larger population to drive ticket sales \nQuestion: WHere are baseball stadiums typically located?", + "output": [ + "phoenix" + ] + }, + { + "input": "Sentence: fridge is the only item a normal person would have at home. \nQuestion: Where do you keep your beer at home?", + "output": [ + "sporting event" + ] + }, + { + "input": "Sentence: sadly, few dogs die peacefully in their sleep at home \nQuestion: The small dog had died and, the family treasured him a lot, where did they decide to place it?", + "output": [ + "denmark" + ] + }, + { + "input": "Sentence: if james lived in california, across the country might be michigan to him. \nQuestion: When James flew to see his sister across the country, the first thing he looked for was a bar. Where might Jame's sister have lived?", + "output": [ + "public house" + ] + }, + { + "input": "Sentence: own home because there are wood frames that build the house, or furniture that is also a frame. \nQuestion: Where would you find the closest items made from wood?", + "output": [ + "carpet" + ] + }, + { + "input": "Sentence: getting drunk doesn't make you happy, and there's no reason for reciprocity if you're depressed. \nQuestion: I was depressed and my friends threw me a party, why did they do that?", + "output": [ + "get drunk" + ] + }, + { + "input": "Sentence: if you add more wood to a shelter, it eventually would become a house. \nQuestion: James used an axe and a saw to chop wood, shape it, and make a shelter. He kept adding wood to it, building it bigger and bigger, until it became a what?", + "output": [ + "tree" + ] + }, + { + "input": "Sentence: nowadays raising money in an event is how people help eachother out. \nQuestion: He wanted to comfort friend with piling medical bills, he set up an event to raise what?", + "output": [ + "care" + ] + }, + { + "input": "Sentence: the army corps starts their day and ends their day with bugle playing. \nQuestion: What are you a part of if you hear a bugle in the mornings?", + "output": [ + "brass band" + ] + }, + { + "input": "Sentence: the closest and most accurate option \nQuestion: Where is a variety of birds likely to be?", + "output": [ + "park" + ] + }, + { + "input": "Sentence: when it gives you vitamin d, the sun may just end up giving dark spots in beach \nQuestion: The pretty girls needed to get some sun, what was the best place to achieve this end?", + "output": [ + "bar" + ] + }, + { + "input": "Sentence: televisions give visuals while radio only gives audio \nQuestion: John thought that using television is different from listening to radio. How is television different from radio?", + "output": [ + "entertained" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: They're living conditions put restrictions on their pet ownership, they only had a small dog because they lived where?", + "output": [ + "big house" + ] + }, + { + "input": "Sentence: there is sinks in the labratory \nQuestion: The researcher cut his hand and went to the sink, where was the researcher?", + "output": [ + "apartment" + ] + }, + { + "input": "Sentence: shoes shouldnt be where people eat \nQuestion: Where should shoes not be?", + "output": [ + "closet" + ] + }, + { + "input": "Sentence: divorce is how you stop being married \nQuestion: Joe wants to stop being married to Jane. Jane doesn't want it, but she sadly accepts what?", + "output": [ + "heartbreak" + ] + }, + { + "input": "Sentence: studies and research are held in a laborary \nQuestion: They needed a machine to help with their studies, it was used often in the where?", + "output": [ + "industrial area" + ] + }, + { + "input": "Sentence: passing water is the only option for animals to do at a river since it's noted that they are not thirsty. \nQuestion: The animals were not thirsty, so what did they do when they were by the river?", + "output": [ + "die of cancer" + ] + }, + { + "input": "Sentence: people lay in bed when they are sick so they can rest up and heal from the illness. \nQuestion: The mom told her son to stay in bed instead of going to school, what did she likely say afterwards?", + "output": [ + "were sick" + ] + }, + { + "input": "Sentence: office supply stores don't always provide high quality goods \nQuestion: Where can you buy a letter opener along with high quality writing instruments?", + "output": [ + "dek" + ] + }, + { + "input": "Sentence: a train station is where you wait for your transportation. \nQuestion: You can read a magazine where while waiting for your transportation on rails to arrive?", + "output": [ + "bookstore" + ] + }, + { + "input": "Sentence: living room is only place to sit in options \nQuestion: where can you sit to work on your needlepoint near your front door?", + "output": [ + "frame" + ] + }, + { + "input": "Sentence: a large city hall is usually located in the downtown area of a city- and the question is asking about any city hall, and where in a town it is located in. \nQuestion: Where is a large city hall usually located?", + "output": [ + "detroit" + ] + }, + { + "input": "Sentence: if the person works for long time he can only be tired. \nQuestion: John didn't like getting in line. He had been working for a long time and was suffering from what?", + "output": [ + "common sense" + ] + }, + { + "input": "Sentence: shitty values are focused on external circumstances \nQuestion: What time of core value is likely to not be trivial?", + "output": [ + "important" + ] + }, + { + "input": "Sentence: usually a hamburger with friends indicates a good time. \nQuestion: While eating a hamburger with friends, what are people trying to do?", + "output": [ + "tasty" + ] + }, + { + "input": "Sentence: big parties on campus are held at fraternities \nQuestion: Where did the group of in crowd guys throw their big party on campus?", + "output": [ + "friend's house" + ] + }, + { + "input": "Sentence: farm yard james was scared of the old well. it was there when he bought \nQuestion: James was scared of the old well. It was there when he bought what?", + "output": [ + "farm country" + ] + }, + { + "input": "Sentence: large groups rebels, sometimes violently, when they claim for something \nQuestion: What do large groups often do when claiming to be changing society?", + "output": [ + "change yourself" + ] + }, + { + "input": "Sentence: an objection is a great way to show disagreement about the way things are. \nQuestion: If you think that the surface of the road is not good, what would you do?", + "output": [ + "tetrahedron" + ] + }, + { + "input": "Sentence: mexico has coastal borders while the other two options are landlocked states. \nQuestion: Where could I go to a steakhouse with an ocean view?", + "output": [ + "utah" + ] + }, + { + "input": "Sentence: you row in a canoe \nQuestion: What might a couple do in a canoe?", + "output": [ + "communicate" + ] + }, + { + "input": "Sentence: one would want to be entertained when watching a movie. \nQuestion: When someone is watching a film, what are they hoping for?", + "output": [ + "fear" + ] + }, + { + "input": "Sentence: atlases were collections of highway and street maps \nQuestion: Google Maps and other highway and street GPS services have replaced what?", + "output": [ + "united states" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: What does someone committing suicide want to do?", + "output": [ + "interruption" + ] + }, + { + "input": "Sentence: hiking is what people do to enjoy nature \nQuestion: Why do people go hiking?", + "output": [ + "get lost" + ] + }, + { + "input": "Sentence: hangovers occur the next morning, other options occur during drinking process \nQuestion: If you're drinking for the purpose of getting drunk, the next morning what might you experience?", + "output": [ + "loss of control" + ] + }, + { + "input": "Sentence: an airplane is the only choice that flies. \nQuestion: What has metal wings?", + "output": [ + "heaven" + ] + }, + { + "input": "Sentence: rocks form mountains in nature usually \nQuestion: What would a rock form in nature above the treeline?", + "output": [ + "surface of earth" + ] + }, + { + "input": "Sentence: the floor is the only area listed that is inside a house. \nQuestion: Where should a cat be in a house?", + "output": [ + "backyard" + ] + }, + { + "input": "Sentence: in order to actually complete the action of drinking, a person must swallow the liquid. \nQuestion: When you are drinking liquid, what are you doing?", + "output": [ + "sickness" + ] + }, + { + "input": "Sentence: art shows is the most common place to view famous pictures \nQuestion: where do people go to view famous pictures?", + "output": [ + "newspaper" + ] + }, + { + "input": "Sentence: florida is the only option that is a location. \nQuestion: A water spout was seen in the ocean off the coast of what?", + "output": [ + "sink" + ] + }, + { + "input": "Sentence: the crowd is not part of the action therefore there wouldn't be any stress nor would an argument happen. \nQuestion: What might be felt by a crowd during an intense competition?", + "output": [ + "stress" + ] + }, + { + "input": "Sentence: they come home when theyre done fighting \nQuestion: When their engagement has ended what do soldiers get to do?", + "output": [ + "follow orders" + ] + }, + { + "input": "Sentence: you gain personal resources over time when you are remain in a company. \nQuestion: Joe worked for the company for years. He had connections and what?", + "output": [ + "mail order" + ] + }, + { + "input": "Sentence: truancy refers to avoiding schools and classes, and this person needed the opposite which would be to attend more classes. \nQuestion: I needed more knowledge and had a reputation for truancy, what did I need to go to more of?", + "output": [ + "meeting" + ] + }, + { + "input": "Sentence: a fan is interested in watching sporting events. \nQuestion: What could a fan watch?", + "output": [ + "hot room" + ] + }, + { + "input": "Sentence: bathing is required to become clean \nQuestion: Dan's mother always told him that bathing was necessary because it led to what?", + "output": [ + "nudity" + ] + }, + { + "input": "Sentence: you have to think about what you are seeing are artifacts or not. \nQuestion: What will you need to do to decide whether to be seeing artifacts?", + "output": [ + "pleasure" + ] + }, + { + "input": "Sentence: knife wounds would be the expected result of being stabbed. \nQuestion: Joe found that he was stabbing a man to death. He didn't expect to be doing that, he was just angry. He was scared of the consequences Thecollapsed covered with what?", + "output": [ + "jail time" + ] + }, + { + "input": "Sentence: parks are city property and are thus maintained by city employees. \nQuestion: Where are plants likely to be handled by a city employee?", + "output": [ + "windowsill" + ] + }, + { + "input": "Sentence: mexico contains thousands of miles of beaches, so it would be reasonable to assume far more tourists visit these beaches instead of any one specific location. \nQuestion: Where do tourists frequent most in mexico?", + "output": [ + "disneyland" + ] + }, + { + "input": "Sentence: detroit is in michigan \nQuestion: Bill picks from an apple tree in southern Michigan, where is he most likely to be?", + "output": [ + "maryland" + ] + }, + { + "input": "Sentence: an arcade has coin operated machines. \nQuestion: Where would you play with a toy that fires a projectile ball and coin operated machines?", + "output": [ + "flintlock" + ] + }, + { + "input": "Sentence: if they don't usually live in a building, it's most likely that they live outside. \nQuestion: Marmot's don't uisually live in buildings.They're most likely to be found where?", + "output": [ + "rocky hillside" + ] + }, + { + "input": "Sentence: place of employment of business \nQuestion: He leaned the beam over the flooded gap to create a makeshift what?", + "output": [ + "warehouse" + ] + }, + { + "input": "Sentence: windows are built into walls \nQuestion: Where would you find a window in a house?", + "output": [ + "office" + ] + }, + { + "input": "Sentence: facts are objectively always true so they cannot be false \nQuestion: What can statements not be if they are going to be considered facts?", + "output": [ + "TRUE" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: If you needed a lamp to do your work, where would you put it?", + "output": [ + "corner" + ] + }, + { + "input": "Sentence: a fair is the only place that has concession stands and rides that are high in the air. \nQuestion: Sam stopped at the concession stand and bought a couple of drinks. He felt that this was the best use of his money, since he was afraid of heights. Where might he be?", + "output": [ + "state park" + ] + }, + { + "input": "Sentence: citizens implies it is a public building available to citizens \nQuestion: Many random citizens would use an entrance hall to enter this sort of building. What is it?", + "output": [ + "convention center" + ] + }, + { + "input": "Sentence: the other 2 choices can be found in the correct answer, there are trees in \"the wild\" and there are open parts of colorado that could be called \"wild\" and a marmot is a wild animal. \nQuestion: Where would you most commonly find a marmot?", + "output": [ + "colorado" + ] + }, + { + "input": "Sentence: a hospital would seek to reduce exposure to toxins or anything bad from the outside, and also reduce transmitting anything to the outside. \nQuestion: Where should a ventilation system be closed?", + "output": [ + "large building" + ] + }, + { + "input": "Sentence: weapons can defend during an attack. \nQuestion: What do people use in the army when they are being attacked?", + "output": [ + "desire to travel" + ] + }, + { + "input": "Sentence: because the child is difficult, she did not want to sit down. \nQuestion: The students were all told to sit quietly, the trouble child stayed quiet but would not what?", + "output": [ + "alone" + ] + }, + { + "input": "Sentence: a hotel is the only place that is likely to be playing music in an elevator, to offer the paid patrons comfort. \nQuestion: Where is music likely to be playing in a elevator?", + "output": [ + "building" + ] + }, + { + "input": "Sentence: because we use more oxygen while jogging, the body has to breathe harder. \nQuestion: What does someone do while going jogging?", + "output": [ + "getting tired" + ] + }, + { + "input": "Sentence: hockey game is the only option that can be played, a game. \nQuestion: Violence is inescapable. In both the conflict between nations and the conflict between men. Donny enjoyed the violence. He likes going up against other people. That's why he played what?", + "output": [ + "being done against" + ] + }, + { + "input": "Sentence: i have to buy apiano in next tuesday \nQuestion: where do you buy a piano?", + "output": [ + "neighbor's house" + ] + }, + { + "input": "Sentence: the floor in the building above ceiling. \nQuestion: What is directly above the floor in a building?", + "output": [ + "sky" + ] + }, + { + "input": "Sentence: a countainer is the only place you would put a ficus to stop floor damage. \nQuestion: Where would you put a ficus if you do not want it to damage your floor?", + "output": [ + "middle east" + ] + }, + { + "input": "Sentence: the only vehicle that is so constructed is a train and those are fund only at train stations. \nQuestion: Where would you see a stranger that is planning to use a large vehicle made up of multiple sections that are attached to each other?", + "output": [ + "park" + ] + }, + { + "input": "Sentence: when i will go to the party i'm so happy \nQuestion: What is likely the mood of those going to a party?", + "output": [ + "babies" + ] + }, + { + "input": "Sentence: hardware stores carry knobs but don't use them to make light and sound. and a control panel can only connect to somethig else that makes the light and sound. \nQuestion: What could have a knob and emits light and sound?", + "output": [ + "hardware store" + ] + }, + { + "input": "Sentence: a garge is a place where normally mice enter into a house. \nQuestion: Where is a mouse likely to enter a house?", + "output": [ + "kitchen" + ] + }, + { + "input": "Sentence: people of the same faith would attend the same synagogue \nQuestion: Where do people with the same faith meet?", + "output": [ + "car show" + ] + }, + { + "input": "Sentence: no one likes to talk about personal issues in a group setting \nQuestion: When a person brings up marital issues while chatting with friends, what is the general feeling?", + "output": [ + "misunderstanding" + ] + }, + { + "input": "Sentence: sex gives us physical pleasure and also it reproduces offspring as part of the biological function. \nQuestion: What is the intended biological function when a person has sex?", + "output": [ + "affluent" + ] + }, + { + "input": "Sentence: businesses want to help build good will because it make people like and buy their brand. \nQuestion: Businesses giving assistance to those in need build what?", + "output": [ + "dependence" + ] + }, + { + "input": "Sentence: the phrase \"was loose\" means the belt is no longer loose, meaning that fast and bind couldn't be the answer. \nQuestion: Sam's belt was loose, so he did what to it?", + "output": [ + "fast" + ] + }, + { + "input": "Sentence: shoes are most appropriately kept in a closet. \nQuestion: Where is the best place to put shoes?", + "output": [ + "table" + ] + }, + { + "input": "Sentence: shoe store is always filled up with stacks of small cardboard boxes. \nQuestion: Joe works in an establishment that is filled with stacks of small cardboard boxes with removable lids. Where does Joe work?", + "output": [ + "back alley" + ] + }, + { + "input": "Sentence: high schools have cafeterias \nQuestion: Where are kids likely to be found in a school cafeteria?", + "output": [ + "polytechnic" + ] + }, + { + "input": "Sentence: a court case does not involve personal feelings or grudges, but rather outcomes, like prosecution and jailing. \nQuestion: A court case with a tough judging might result in what?", + "output": [ + "feeling guilty" + ] + }, + { + "input": "Sentence: a dark tunnel requires illumination in order to get through it, thus lighting a match. \nQuestion: Lighting a match in a dark tunnel is most likely for what?", + "output": [ + "make fire" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: An arch is a very strong way to have a doorway in a what?", + "output": [ + "cathedral" + ] + }, + { + "input": "Sentence: a playground would usually have space to play soccer. \nQuestion: James and Sarah went to the soccer field to spend their time, because it was muddy where they usually go. Where might they usually go?", + "output": [ + "mexico" + ] + }, + { + "input": "Sentence: a dynamite expert is mostly to work at a mining operation site \nQuestion: The dynamite expert was checking all the fuses, if everything went right it would be a profitable day at the what?", + "output": [ + "box" + ] + }, + { + "input": "Sentence: fat does not go through weight loss or death. \nQuestion: Losing weight may mean fat is going through what?", + "output": [ + "weight loss" + ] + }, + { + "input": "Sentence: most people probably leave their vehicles at the parking lot when they fly, or when their waiting to pick people up at the airport. \nQuestion: Where are people likely to leave a car in a parking lot for an extended time?", + "output": [ + "city" + ] + }, + { + "input": "Sentence: the monkey was exchanging in activities that indicated he was wanting to play. \nQuestion: The monkey was hopping around, climbing things, and swinging around his habitat. What might he have been feeling?", + "output": [ + "brazil" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: How are people typically positioned in an interview?", + "output": [ + "gather together" + ] + }, + { + "input": "Sentence: a desk drawer is the best place to store a ballpoint pen. \nQuestion: Where is a ballpoint pen best stored?", + "output": [ + "bank" + ] + }, + { + "input": "Sentence: apartment building residents socialized,played dice,and people smoked all at the busy landing of the what? \nQuestion: Residents socialized, played dice, and people smoked all at the busy landing of the what?", + "output": [ + "stairwell" + ] + }, + { + "input": "Sentence: if you do not want to stay in your house, you can go somewhere while feeling excited. \nQuestion: What would you do if you have excitement and do not want to stay in your house?", + "output": [ + "express information" + ] + } + ] +} \ No newline at end of file diff --git a/tasks/task1742_cose_text_generation.json b/tasks/task1742_cose_text_generation.json new file mode 100644 index 000000000..b87c7c543 --- /dev/null +++ b/tasks/task1742_cose_text_generation.json @@ -0,0 +1,15035 @@ +{ + "Contributors": [ + "Mayank Garg" + ], + "Source": [ + "CosE v1.0 (https://huggingface.co/datasets/cos_e)" + ], + "Categories": [ + "Text Generation" + ], + "Input_language": [ + "English" + ], + "Output_language": [ + "English" + ], + "Instruction_language": [ + "English" + ], + "Definition": "You're given a question and an answer. Generate an abstractive explanation or common sense knowledge from which one has predicted the answer.", + "Positive Examples": [ + { + "input": "Question: Why do people hire cleaning staff? \nAnswer: cleaning", + "output": "because cleaning staff do cleaning", + "explanation": "Question is \"What is maid hired for?\", Its answer is \"Cleaning\". The output pretty well sums it up based on common sense knowledge." + }, + { + "input": "Question: Where would you use a computer while gaining knowledge? \nAnswer: school", + "output": "because school is more organised to give us knowledge.", + "explanation": "Question is \"At what place you use the computer while gaining knowledge\". Its answer is \"school\". The output pretty well sums it up based on common sense knowledge." + } + ], + "Negative Examples": [ + { + "input": "Question: Why does wood float? \nAnswer: less dense than water", + "output": "wood is non-metal", + "explanation": "Question is asking \"Why does wood float?\", Its answer is \"less dense than water\", but output reasoning doesn't support that. One can't answer the question based on the output reasoning." + }, + { + "input": "Question: Sam loved buying Christmas presents. Giving to others made him feel what? \nAnswer: happiness", + "output": "Christmas is the season of giving", + "explanation": "Question is about \"Giving presents to others made him feel what?\", the answer is \"happiness\", but the output reasoning doesn't support that fact." + } + ], + "Instances": [ + { + "input": "Question: Where might you feel cramped in a cubicle? \nAnswer: work", + "output": [ + "cubicles are synonymous with work places" + ] + }, + { + "input": "Question: Where will you find a brownstone apartment away from the center of town? \nAnswer: subdivision", + "output": [ + "i consider it the best option because they have to be more true" + ] + }, + { + "input": "Question: What is used just before leaving a barber shop? \nAnswer: comb", + "output": [ + "barber life is important comb" + ] + }, + { + "input": "Question: Where can one find multiple closets? \nAnswer: house", + "output": [ + "in a house is the only place you can find multiple closets." + ] + }, + { + "input": "Question: Where would you find many computers in a group of work spaces? \nAnswer: office building", + "output": [ + "an office has many rooms for people to work" + ] + }, + { + "input": "Question: The ground floor of what structure would contain workers in suits and ties? \nAnswer: office building", + "output": [ + "shows that people who work in an office building with suites and ties." + ] + }, + { + "input": "Question: Where would you likely find male alcoholics on a college campus? \nAnswer: fraternity house", + "output": [ + "frat boys are ofter alcoholics and are in a college campus" + ] + }, + { + "input": "Question: The peaceful nation sent diplomats for negotiating, what were they hoping to avoid? \nAnswer: warring", + "output": [ + "belligerent and violent describe something so they are not something that can be avoided." + ] + }, + { + "input": "Question: What is used to make beans into a drink? \nAnswer: cooking pot", + "output": [ + "the only device listed is a cooking pot." + ] + }, + { + "input": "Question: Where can you find a pretty flower in the ground? \nAnswer: park", + "output": [ + "you can see the pretty flower in the ground you definitely take it down" + ] + }, + { + "input": "Question: I am lost on a turnpike without a GPS, so what should I consult? \nAnswer: atlas", + "output": [ + "atlas is the only thing a person would look at if they're lost." + ] + }, + { + "input": "Question: If you have a punishing work schedule what may you experience? \nAnswer: stress", + "output": [ + "a punishing work schedule gives a person a lot of stress. resentment and hatred are feelings you work feel towards a person." + ] + }, + { + "input": "Question: What is the most common but not long lasting side effect of having a bath? \nAnswer: wet skin", + "output": [ + "that's the best option since that's where there are more roses" + ] + }, + { + "input": "Question: The large container caught rain water, though hardly potable it was used to water the what? \nAnswer: garden", + "output": [ + "a container would not hold enough water to water anything much larger than a garden." + ] + }, + { + "input": "Question: James wanted to eat hamburger. He wanted to do so in order to do what? \nAnswer: satisfy hunger", + "output": [ + "john wanting a hamburger would be very satisfying to his appetite." + ] + }, + { + "input": "Question: The sloth was very muscular, but he couldn't compete in the contest because it had a humans only rule. What contest was the sloth trying to enter? \nAnswer: universe", + "output": [ + "sloth is an alien" + ] + }, + { + "input": "Question: What places would have a cemetery? \nAnswer: most cities", + "output": [ + "cemeteries are found in most cities as society needs to tend to the dead in some capacity nearby the loved ones of the deceased." + ] + }, + { + "input": "Question: What happens if you eat hamburger that's very big? \nAnswer: get full", + "output": [ + "eating a lot makes you full. a big hamburger would be a lot to eat." + ] + }, + { + "input": "Question: Why is eating breakfast the best meal of the day? \nAnswer: have energy", + "output": [ + "breakfast is considered the best meal because it gets your body ready for the day." + ] + }, + { + "input": "Question: Where is a suitcase stored while a person travels by air? \nAnswer: baggage compartment", + "output": [ + "only a cargo hold is a place large enough to hold a suitcase." + ] + }, + { + "input": "Question: George cared nothing about democracy. The system he wanted was one without authority. What did he want? \nAnswer: anarchy", + "output": [ + "the opposite of democracy is either dictatorship or anarchy" + ] + }, + { + "input": "Question: When you bring home fish, where could you go? \nAnswer: go to market", + "output": [ + "fish are sold at the market." + ] + }, + { + "input": "Question: Why does someone make sure they are eating breakfast? \nAnswer: have energy", + "output": [ + "having energy is the more important result of having a full stomach from breakfast" + ] + }, + { + "input": "Question: A traveler from Atlanta wants to meet friends in Hong Kong, so he drives where? \nAnswer: airport", + "output": [ + "the only way to get from atlanta to hong kong is via the air or boat, and there is no boat mentioned." + ] + }, + { + "input": "Question: Where do bees spend time traveling? \nAnswer: sky", + "output": [ + "bees travel in the sky to reach one of the other two options, that are destinations" + ] + }, + { + "input": "Question: She had worked hard her whole life saving money, featuring her dream entrance hall she bought a new what? \nAnswer: large home", + "output": [ + "browse large house plans with photos. see thousands of plans. watch walk-through video of home plans." + ] + }, + { + "input": "Question: John lived in a small island surrounded by flowing liquid H2O Where might he live? \nAnswer: mississippi river", + "output": [ + "a river would have flowing water." + ] + }, + { + "input": "Question: What can someone do to end relaxing? \nAnswer: invigorating", + "output": [ + "being invigorated is the opposite of relaxing" + ] + }, + { + "input": "Question: John was playing football when he suffered a concussion. He was really worried about the possible consequences of his sport, but the concussion was less scary than what? \nAnswer: death", + "output": [ + "death is the only one that is worse than a concussion" + ] + }, + { + "input": "Question: In the modern days we give what kind of classification to buildings to protect them from being town down? \nAnswer: historical", + "output": [ + "we protect out historical buildings" + ] + }, + { + "input": "Question: Where does a lizard likely live? \nAnswer: new mexico", + "output": [ + "the other two choices are two broad" + ] + }, + { + "input": "Question: Eating to much will lead to what kind of pain? \nAnswer: stomach aches", + "output": [ + "people get stomach aches when they eat too much" + ] + }, + { + "input": "Question: The rich young people who had just graduated suffered from boredom, being without responsibility they decided to do what before starting jobs? \nAnswer: travel", + "output": [ + "travel is the movement of people between distant geographical locations. travel can be done by foot, bicycle, automobile, train, boat, bus, airplane, ship or other ..." + ] + }, + { + "input": "Question: The people were building a backdrop for the play, their tools echoed in the empty what? \nAnswer: theater", + "output": [ + "i consider it the best option because they have to be more true" + ] + }, + { + "input": "Question: The old clothes weren't even useful as rags, they belonged where? \nAnswer: trash", + "output": [ + "clothes that can't even be used for rags should be thrown away." + ] + }, + { + "input": "Question: What do you use when chatting with friends that aren't in the same place together? \nAnswer: phone", + "output": [ + "a phone has been used for long distance communication for over 100 yrs" + ] + }, + { + "input": "Question: Sarah was cooking thick gravy in her saucepan because she wanted some authentic soul food. Where might Sarah live? \nAnswer: georgia", + "output": [ + "soul food is not served in an italian restaurant or the kitchen cupboard." + ] + }, + { + "input": "Question: In war, your primary method is combat, but your goal is to do what? \nAnswer: conquer opponent", + "output": [ + "conquering the opponent is the only option that has an end goal, the other options are possible means to the end, but not the actual goal." + ] + }, + { + "input": "Question: Where in a building would you play a board game? \nAnswer: den", + "output": [ + "is the option closest to the question" + ] + }, + { + "input": "Question: Her first job was when she used to wait tables, she reminisced about the simple task of having to what? \nAnswer: serve food", + "output": [ + "serve food is the only simple task." + ] + }, + { + "input": "Question: James punched a man again and again. His nose bled, and some blood covered Jame's what? \nAnswer: fists", + "output": [ + "to hit someone or something with your fist (= closed hand): he punched him in the stomach." + ] + }, + { + "input": "Question: The religious man was explaining that his faith was something that only he could what? \nAnswer: experience", + "output": [ + "they have internal instincts" + ] + }, + { + "input": "Question: Professionally the fighters always maintained a level of respect, but personally they held each other in what for things that were said? \nAnswer: contempt", + "output": [ + "fighters are known to challenge one another verbally a lot." + ] + }, + { + "input": "Question: She already had many friends, but she never stopped socialising to what? \nAnswer: become more popular", + "output": [ + "a become more popular is the only thing that she never stopped socialising." + ] + }, + { + "input": "Question: He contacted the skyscraper management and asked for a telephone directory, where was the person he wanted to contact? \nAnswer: building", + "output": [ + "you would not find a library or a kitchen inside of a skyscraper, but a skyscraper is a building." + ] + }, + { + "input": "Question: HOw do you watch film before its on video? \nAnswer: go to movies", + "output": [ + "the other options are requisites to watching a movie, but you need to go to a movie to see it." + ] + }, + { + "input": "Question: What does every person have that makes them feel? \nAnswer: heart", + "output": [ + "the process of aging in humans" + ] + }, + { + "input": "Question: Sally wanted to buy a house close to a city, but not too far away. Where did Sally look for a home? \nAnswer: suburbs", + "output": [ + "suburbs, or suburban, implies near an urban area, or a city" + ] + }, + { + "input": "Question: The plate needed to be put away where did the mother put it? \nAnswer: kitchen cupboard", + "output": [ + "the only place where you would put a plate away is in the kitchen cupboard." + ] + }, + { + "input": "Question: John couldn't reach the place he needed to dust. What couldn't he reach? \nAnswer: shelf", + "output": [ + "the other options are low" + ] + }, + { + "input": "Question: Dan wondered where those ball bearings came from. Ball bearings are used in what sort of thing? \nAnswer: machines", + "output": [ + "ball bearings are not used in the other options they are only used in machines." + ] + }, + { + "input": "Question: Indoor cats versus outdoor tend to what longer? \nAnswer: live many years", + "output": [ + "is it well known that outdoor cats have to face a lot of dangers, from climate, disease, to predators and cars. thus it make sense indoor ones are likely to live longer." + ] + }, + { + "input": "Question: What does a projectile pass through? \nAnswer: air", + "output": [ + "the projectile should pass at the way of air." + ] + }, + { + "input": "Question: What emotion might someone feel if they've been doing housework all day and someone messed up your home? \nAnswer: anger", + "output": [ + "if you have been working all day you would be really mad if someone messed up your house for no reason." + ] + }, + { + "input": "Question: What is a maid usually hired for? \nAnswer: cleaning house", + "output": [ + "because cleaning house is what maids a hired to do" + ] + }, + { + "input": "Question: What is required for someone to win when competing against someone else in ball? \nAnswer: skill", + "output": [ + "just because you have an edge and you want to win, doesn't mean you will win" + ] + }, + { + "input": "Question: What is one horrible thing exercise can contribute to preventing? \nAnswer: heart attacks", + "output": [ + "is the option closest to the question" + ] + }, + { + "input": "Question: Those who cut themselves despite being warned that an object is sharp could be called what? \nAnswer: unobservant", + "output": [ + "becuase the person was warned about sharp objects, we can guess that they didnt notice the sharp object or weren't paying attention" + ] + }, + { + "input": "Question: When people have guests over, what do they often do for their guests? \nAnswer: cook food", + "output": [ + "when you have guests, you can be expected to make them food more than just share food" + ] + }, + { + "input": "Question: To deal with sadness many people will do what on their iPhone? \nAnswer: listen to music", + "output": [ + "listening to music is the only task the iphone can perform." + ] + }, + { + "input": "Question: When someone is shopping for clothes at a store, where can they try them on and check themselves out in a mirror? \nAnswer: dressing room", + "output": [ + "it is the only option you can find at a store" + ] + }, + { + "input": "Question: If you're hearing sounds what product the uses a laser are you using? \nAnswer: cd players", + "output": [ + "cd players uses lasers to create sound." + ] + }, + { + "input": "Question: John was very slow. His bosses thought that he could be ore what? \nAnswer: prompt", + "output": [ + "people that are very slow need to be prompted." + ] + }, + { + "input": "Question: Where are seats often plush? \nAnswer: opera", + "output": [ + "in the opera you have to sit for a long time and it is usually fancier" + ] + }, + { + "input": "Question: The aisle that John was on had macaroni, rice, and hamburger helper. What sort of store is John most likely shopping at? \nAnswer: grocery store", + "output": [ + "a grocery store has food, and maybe even a drugstore" + ] + }, + { + "input": "Question: Where are you likely to find an injured soldier? \nAnswer: war zone", + "output": [ + "war zone is the only place likely to find an injured soldier because that's where the soldiers are fighting one another." + ] + }, + { + "input": "Question: What is a negative effect of getting divorce that does not involve people other than the person getting divorced? \nAnswer: lot of grief", + "output": [ + "'lot of grief' is the only choice that does not involve people." + ] + }, + { + "input": "Question: What would you put a spoon into after you finish eating? \nAnswer: dishwasher", + "output": [ + "you would put a spoon in a dishwasher after using it" + ] + }, + { + "input": "Question: She had an addiction to buying products, it was the act of shopping she was after not actually what anything? \nAnswer: owning", + "output": [ + "to own something, one must first buy or otherwise acquire it." + ] + }, + { + "input": "Question: I have something in my head I want to share, what ways can I do that? \nAnswer: speak information", + "output": [ + "speak information something in my head i want to share,what ways" + ] + }, + { + "input": "Question: What will happen if you are performing successfully? \nAnswer: happiness", + "output": [ + "people become happy when they perform successfully" + ] + }, + { + "input": "Question: What effect did the TV have on the kids? \nAnswer: distracting", + "output": [ + "kids having the interest while watching the tv" + ] + }, + { + "input": "Question: The contestant had a really smart design idea, he caught the judges attention by just being what? \nAnswer: garish", + "output": [ + "a garish person able to attract attention by showing off bright and exessive objects." + ] + }, + { + "input": "Question: If you legs are tired and you need to have a rest you should do what? \nAnswer: sit down", + "output": [ + "sitting down is the best way to rest your legs" + ] + }, + { + "input": "Question: If one is eating healthier and exercising what is likely to happen? \nAnswer: weight loss", + "output": [ + "the best way to lose weight is to watch what you are eating and exercise at the same time. eating healthy is a great way to avoid things that are not beneficial to you." + ] + }, + { + "input": "Question: If someone committed perjury, but the evidence was taken illegally, what might happen? \nAnswer: mistrial", + "output": [ + "if evidence is taken improperly, a mistrial is most likely to happen." + ] + }, + { + "input": "Question: He came across a raw item but his pack was full, he had to abandon something if he was to what the item? \nAnswer: acquire", + "output": [ + "what he wanted to acquire is what he came across" + ] + }, + { + "input": "Question: Billy was a human being who spent time doing something called a job. Where might a job be done? \nAnswer: workplace", + "output": [ + "you do your job at a workplace, not at school or at home" + ] + }, + { + "input": "Question: It was a cold morning, so staying staying in bed brought warm what? \nAnswer: comfort", + "output": [ + "being cold is unpleasant. so being under your blankets and comforter in bed is much more comfortable than being out in the cold." + ] + }, + { + "input": "Question: When all the members drank the poison and died it was because everybody what? \nAnswer: believed", + "output": [ + "everybody believed that why when all the members drank the poison died" + ] + }, + { + "input": "Question: When james was climbing he experiences a couple of symptoms. The most painful and long lasting was on his hands. What might have happened to him? \nAnswer: blisters", + "output": [ + "when climbing only blisters will happen in hands" + ] + }, + { + "input": "Question: What happens when friends observe something at the same time? \nAnswer: see like", + "output": [ + "to do something together is to do the same thing" + ] + }, + { + "input": "Question: His quest for knowledge brought him to the archives, he began to do what? \nAnswer: read book", + "output": [ + "archives are books, hence he would read them" + ] + }, + { + "input": "Question: Ryan answered the call, but the person on the other end did what? \nAnswer: hanging up", + "output": [ + "the other person hung up instead of responding" + ] + }, + { + "input": "Question: The show was done live, but what were the producers worried about? \nAnswer: broadcast", + "output": [ + "if it's done live, there can be no mistakes" + ] + }, + { + "input": "Question: Sometimes things don't concern people themselves, this often leads them to what about the result? \nAnswer: care less", + "output": [ + "lack of concern means care less" + ] + }, + { + "input": "Question: Who designs a building? \nAnswer: architect", + "output": [ + "architect are designers for building" + ] + }, + { + "input": "Question: Where can a ferret hide easily? \nAnswer: wood pile", + "output": [ + "ferrets are more likely to be able to hide from people or other animals in a wood pile over a small taxi cab or a house with people in it." + ] + }, + { + "input": "Question: Joe is a philosopher who spends his day listening to music. He finds that it evokes a mental state that opens his thoughts and brings him closer to obtaining what? \nAnswer: enlightenment", + "output": [ + "enlightment is the only mental state on the list of answers." + ] + }, + { + "input": "Question: The sample needed to be pure, but the lab assistant got it what? \nAnswer: contaminated", + "output": [ + "lab assistant is the main person in lab" + ] + }, + { + "input": "Question: The person got called down as a contestant, he ran down the aisle very what? \nAnswer: excited", + "output": [ + "he is happy to be selected." + ] + }, + { + "input": "Question: Officers will carry a pistol to shoot deserters from what? \nAnswer: war", + "output": [ + "war is the only answer that could have deserters" + ] + }, + { + "input": "Question: If you get in a fight after getting drunk where are you likely to end up? \nAnswer: jail", + "output": [ + "the cops will arrest you" + ] + }, + { + "input": "Question: What is the farmer's main goal? \nAnswer: raise crops", + "output": [ + "farmers want to raise crops, the other two options are things you do as part of this effort" + ] + }, + { + "input": "Question: The boy is good at making friends, what happens as an immediate and obvious result? \nAnswer: having friends", + "output": [ + "it's easy for the boy to make friends, so he more than likely has quite a few friends." + ] + }, + { + "input": "Question: My uncle was getting a divorce, where did he leave? \nAnswer: aunt's house", + "output": [ + "the uncle left the aunt's house because he was married to the aunt and it is assumed he lived with her." + ] + }, + { + "input": "Question: what is the cartridge of a bullet called? \nAnswer: casing", + "output": [ + "magazine and gun shop do not answer the question, so casing is the logical answer." + ] + }, + { + "input": "Question: What might you feel after doing housework for hours? \nAnswer: stress", + "output": [ + "she feel after doing housework so should have stress" + ] + }, + { + "input": "Question: He had a hard time getting his father's attention, he hoped that the winning baseball game would finally get him some what? \nAnswer: recognition", + "output": [ + "he just wants his dad to notice him, not celebrate him or make him feel pride" + ] + }, + { + "input": "Question: He had said he would cook dinner, but first he needed to what? \nAnswer: buy groceries", + "output": [ + "if he is cooking then he wouldn't need to buy food (food most likely refers to already prepared food in this case). he would need to buy groceries prior to cooking dinner." + ] + }, + { + "input": "Question: If you were to play a video game all alone, it would be a way to what? \nAnswer: enjoy yourself", + "output": [ + "is the best since it is the best backup" + ] + }, + { + "input": "Question: The humorous is a bone found where? \nAnswer: arm", + "output": [ + "the humorous is always in the arm." + ] + }, + { + "input": "Question: How much water would there be if there was not a little amount of water? \nAnswer: lot of", + "output": [ + "when describing an amount of water you would not say big or large." + ] + }, + { + "input": "Question: Where do kids throw a ball around? \nAnswer: playground", + "output": [ + "you don't throw balls in a bowling alley or a gymnasium (you're not supposed to anyway unless you are competing in a sport in the gym like dodgeball) so playground makes sense. especially cause it specified kids" + ] + }, + { + "input": "Question: What could a person do after eating some turkey? \nAnswer: fall asleep", + "output": [ + "turkey releases the same chemicals as those that help people sleep" + ] + }, + { + "input": "Question: When people have a lot of things to do, what activity can help them organize? \nAnswer: make lists", + "output": [ + "making a list is a good way to remember to do a lot of things and figure out which ones are important." + ] + }, + { + "input": "Question: Where might a bald eagle soar in clear skies? \nAnswer: mountainous area", + "output": [ + "eagles natural habitat is generally in mountainous areas." + ] + }, + { + "input": "Question: Sally loved the color of fallen leaves in autumn. She often took long walks in September. Where might she walk? \nAnswer: forest", + "output": [ + "forests are full of trees that lose leaves in the fall." + ] + }, + { + "input": "Question: Garry felt like he could eat a whole cow, he didn't care. Where might he go? \nAnswer: butcher shop", + "output": [ + "shop is the place for bought the food item" + ] + }, + { + "input": "Question: After eating dinner, having plenty to eat, and exercising, what is likely to happen? \nAnswer: become tired", + "output": [ + "exercising is tiring" + ] + }, + { + "input": "Question: The area of land next to the ocean is called what? \nAnswer: beach", + "output": [ + "the question is what specific land is next to the ocean, which is the beach -- so b is too broad, while a is a description of what land is in the ocean." + ] + }, + { + "input": "Question: Being jobless for 6 months, he had an interview after applying for a job, what did he feel? \nAnswer: stress", + "output": [ + "it will not be easy being out of a job for such a long time" + ] + }, + { + "input": "Question: If two people have a common goal how can they accomplish that goal? \nAnswer: work together", + "output": [ + "working together is the only way to accomplish a common goal." + ] + }, + { + "input": "Question: What is a positive effect of creating art? \nAnswer: pride", + "output": [ + "pride is the only positive emotion in these choices" + ] + }, + { + "input": "Question: What item is smelted out of minerals on the country side? \nAnswer: metal", + "output": [ + "a metal is a material that, when freshly prepared, polished, or fractured, shows a lustrous appearance, and conducts electricity and heat relatively well. metals ..." + ] + }, + { + "input": "Question: If I'm altruistic, I can't be what? \nAnswer: selfish", + "output": [ + "being selfish is directly opposite of being altruistic." + ] + }, + { + "input": "Question: A gazelle needs to run and jump when it's on what sort of terrain? \nAnswer: steppe", + "output": [ + "steppe is the only example of terrain in the choices above." + ] + }, + { + "input": "Question: I feel hunger, but I don't want to get any food because work has been slow this month, what don't I want to do? \nAnswer: spend money", + "output": [ + "since work is slow so no money to spend" + ] + }, + { + "input": "Question: Where might someone keep personal soap? \nAnswer: own home", + "output": [ + "you would have personal soap at home not in the other locations" + ] + }, + { + "input": "Question: What can prevent a person from being lonely when they are out for coffee? \nAnswer: meet friend", + "output": [ + "they could contact a person they already know rather than get to know people they don't" + ] + }, + { + "input": "Question: What will likely happen to one's body if the only eat hamburgers? \nAnswer: getting fat", + "output": [ + "is the best since it is the best backup" + ] + }, + { + "input": "Question: What can be the consequence of having many drinks when celebrating? \nAnswer: getting drunk", + "output": [ + "if someone drinks too much, they are very likely to get drunk." + ] + }, + { + "input": "Question: The courant is a famous newspaper in Connecticut. Like most newspapers, it's black and white and read all over. But there's another currant that is black in color. This other courant is illegal in New York, and it's a type of what? \nAnswer: liqueur", + "output": [ + "liqueur is a black currant and illegal in new york" + ] + }, + { + "input": "Question: The judge had to hear testimony from everybody who would what that day? \nAnswer: appear in court", + "output": [ + "appearing in court in the only place where a judge can hear testimony." + ] + }, + { + "input": "Question: Where would I put a rosebush if I did not have any containers to store it in? \nAnswer: formal garden", + "output": [ + "no container means no pot, can't be planted in a garden center. hence a formal garden." + ] + }, + { + "input": "Question: After spending a hot summer day running after ball while playing baseball, what might happen to a person's body? \nAnswer: sweating", + "output": [ + "sweating is the body responding to the hot temperature" + ] + }, + { + "input": "Question: Where could you put some olives if you want to cook them? \nAnswer: pizza", + "output": [ + "a pizza is the only place you could put olives that would cook them." + ] + }, + { + "input": "Question: What is the worst part of playing games? \nAnswer: losing", + "output": [ + "losing is the worst part of playing a game" + ] + }, + { + "input": "Question: What would you be doing if you are pretending to be a cop or robber? \nAnswer: play", + "output": [ + "innocent pretending is playing" + ] + }, + { + "input": "Question: A weasel is cursed by a witch, where is the weasel stuck? \nAnswer: fairytale", + "output": [ + "fairytale is the only likely option to find a witch" + ] + }, + { + "input": "Question: The air conditioning went out during a film, and the clientele walked out due to discomfort, what were they leaving? \nAnswer: movie theatre", + "output": [ + "the air conditioning out during in movie theatre." + ] + }, + { + "input": "Question: When the farmer was reproducing sheep, what did one sheep give later? \nAnswer: birth", + "output": [ + "birth is the output of reproducing process of sheep" + ] + }, + { + "input": "Question: Where can you get a bugle to take home with you? \nAnswer: music store", + "output": [ + "the only place that might have" + ] + }, + { + "input": "Question: Why would you be able to wait for someone? \nAnswer: have patience", + "output": [ + "more than 2 hours i have wait for someone in my heart." + ] + }, + { + "input": "Question: The planned sky scraper was still years away from completion, but excavation had begun where? \nAnswer: construction site", + "output": [ + "that's the best option since that's where there are more roses" + ] + }, + { + "input": "Question: Where would a woman store her leg razor? \nAnswer: medicine cabinet", + "output": [ + "medicine cabinet would a woman store her leg razor" + ] + }, + { + "input": "Question: A significant even in someone's life is something that is not what? \nAnswer: ignorable", + "output": [ + "a significant event can´t never be ignored." + ] + }, + { + "input": "Question: Where would you put an account book if you are leaving and need to bring it with you? \nAnswer: purse", + "output": [ + "you don't bring a desk drawer or a bank with you" + ] + }, + { + "input": "Question: The bald eagle avoided big cities, what kinds of place did he prefer to be? \nAnswer: countryside", + "output": [ + "the countryside is the only place not around the city specifically where the bald eagle wanted to be." + ] + }, + { + "input": "Question: How would you show someone that you are agreeing with them without getting close or speaking? \nAnswer: nodding", + "output": [ + "i consider it the best option because they have to be more true" + ] + }, + { + "input": "Question: John saw an insect using its legs to do this. Mary saw some insects using their wings to do this. What is this? \nAnswer: move", + "output": [ + "it is a function that bugs perform" + ] + }, + { + "input": "Question: They were keeping audible records, but one hadn't turned towards the microphone rendering his notes what? \nAnswer: inaudible", + "output": [ + "when you are not faceing a recording device it will be hard to hear what's going on." + ] + }, + { + "input": "Question: What is a square constructed of? \nAnswer: four sides", + "output": [ + "is the best option in all" + ] + }, + { + "input": "Question: Where would you put tin after you buy it? \nAnswer: shopping bag", + "output": [ + "shopping bags online at india's best online shopping store for buy it" + ] + }, + { + "input": "Question: If your evening meal isn't served on a dish, at what kind of eatery are you eating? \nAnswer: fast food restaurant", + "output": [ + "plate and dinner are not types of eaterys" + ] + }, + { + "input": "Question: The difficulty of life was killing him, so what did he decide to do? \nAnswer: suicide", + "output": [ + "suicide is the only action in the list, and it's an action one would take if life felt too hard." + ] + }, + { + "input": "Question: The roadway passed a sign and gate house, what was behind the gatehouse? \nAnswer: subdivision", + "output": [ + "is the best since it is the best backup" + ] + }, + { + "input": "Question: Where would you find a group of travellers who are travelling by road? \nAnswer: bus depot", + "output": [ + "buses ride on roads" + ] + }, + { + "input": "Question: what can one add to a building to increase it's size? \nAnswer: rooms", + "output": [ + "a building is made up of rooms." + ] + }, + { + "input": "Question: Where are all employees likely to carry a weapon? \nAnswer: police station", + "output": [ + "the word 'employees' rule out a war, because soldiers are not typically called employees. the police, however, are armed, and are employees of the city or state, so the correct answer is police station." + ] + }, + { + "input": "Question: I was watching a film with explicit eroticism, what do I want to do? \nAnswer: masturbation", + "output": [ + "because i think it's the closest one" + ] + }, + { + "input": "Question: Where could you find a laundry room that is only used by staff? \nAnswer: hotel", + "output": [ + "hotels have a private laundry to clean the bed sheets for the guests." + ] + }, + { + "input": "Question: Some times I have trouble expressing myself, but I use clothing, sometimes even ugly clothing as a form of this. \nAnswer: communication", + "output": [ + "it always them to show how they are feeling" + ] + }, + { + "input": "Question: What would cause someone to have to re illustrate point? \nAnswer: did not understand", + "output": [ + "only reason to re illustrate something" + ] + }, + { + "input": "Question: James's hammer bent while he was driving nails. He needed a new one. Where might he go to find one? \nAnswer: hardware store", + "output": [ + "he need to go the hardware store to get nails" + ] + }, + { + "input": "Question: Where would a person have a small bookshelf? \nAnswer: bedroom", + "output": [ + "a person is likely to have a small bookshelf in his/her bedroom." + ] + }, + { + "input": "Question: When a person has lost all hope, what do they tend to do? \nAnswer: expect miracles", + "output": [ + "people hope for miracles." + ] + }, + { + "input": "Question: James wants to go to a large church, what some might call a megachurch. Where would he look for one of those? \nAnswer: city", + "output": [ + "cities have megachurches because they have higher population." + ] + }, + { + "input": "Question: He was a very sharp engineer, but when it came to the details his calculations could were often what? \nAnswer: inaccurate", + "output": [ + "e is the only place that is not likely to sell a lantern" + ] + }, + { + "input": "Question: Even if two people don't experience attraction when they meet, over time they can grow to do what? \nAnswer: love another", + "output": [ + "love doesn't happen immediately" + ] + }, + { + "input": "Question: James is an anthropologist. He believes that creating art was one of the earliest forms of what? \nAnswer: communication", + "output": [ + "this person studies how primitive cultures behaved" + ] + }, + { + "input": "Question: Where is a good place for a lawn chair? \nAnswer: porch", + "output": [ + "porch is a good place for a lawn chair?" + ] + }, + { + "input": "Question: Sam was having a meeting with a friend. When they saw each other they exchanged greetings and did what? \nAnswer: shake hands", + "output": [ + "a handshake is a globally widespread, brief greeting or parting tradition in which two people ... to cultures. different cultures may be more or less likely to shake hands, or there may be different customs about how or when to shake hands." + ] + }, + { + "input": "Question: Where is one unlikely to get popcorn? \nAnswer: soccer game", + "output": [ + "other answers are common places to get popcorn, but soccer game is not a very good answer either b/c sporting events often have popcorn" + ] + }, + { + "input": "Question: James walked barefoot on a something that was made hot by sunshine. What is he probably walking on? \nAnswer: street", + "output": [ + "the moon and a desktop are not something james would walk on. the street is the only thing that would be made hot by the sun directly (except the moon)" + ] + }, + { + "input": "Question: Reaching advantage in anything requires hard work and? \nAnswer: determination", + "output": [ + "hard work and determination usually go hand in hand when people talk about reaching advantages or accomplishing a goal." + ] + }, + { + "input": "Question: Bar service is a very important part of what kind of celebration? \nAnswer: wedding", + "output": [ + "wedding is the only choice that is a celebration." + ] + }, + { + "input": "Question: Lilly was getting warm and John's hands ran down her hips and rubbed her butt. She wasn't quite there yet, but she was beginning to experience what? \nAnswer: pleasure", + "output": [ + "pleasure is the only option given how intimidate they are getting with each other." + ] + }, + { + "input": "Question: The mother was worried about all the spills, so she bought a rug for under the what? \nAnswer: table", + "output": [ + "a rug under a table would be a reasonable solution for the mother who was worried about all the spills." + ] + }, + { + "input": "Question: The student didn't have a dictionary at the dorm, so the student went where? \nAnswer: library", + "output": [ + "dictionary is a book and the most likely place to find one is a library because there are tons of books there" + ] + }, + { + "input": "Question: What in the building is very far from the ground floor? \nAnswer: ceiling", + "output": [ + "the ceiling is the only thing that is still in the building that is far from the ground floor." + ] + }, + { + "input": "Question: Air conditioning makes summers more comfortable in what work spaces? \nAnswer: offices", + "output": [ + "office is a work space" + ] + }, + { + "input": "Question: What building has a ot of glue bottles? \nAnswer: school", + "output": [ + "school is a building" + ] + }, + { + "input": "Question: At what institution can you learn about a shark, a whale, or a dolphin? \nAnswer: marine museum", + "output": [ + "marine museum is the only option where you can learn about animals that live underwater." + ] + }, + { + "input": "Question: Where should an excavation never take place? \nAnswer: cemetary", + "output": [ + "cemetery is the only location where an excavation should not take place." + ] + }, + { + "input": "Question: An atheist was asked what happens after dying, what was his response? \nAnswer: no longer exist", + "output": [ + "atheist people does not believe that your soul or anything goes beyond dead." + ] + }, + { + "input": "Question: What sets escalators apart from stairs? \nAnswer: motion", + "output": [ + "apart means a distinct difference between the two. in this case, since you can find escalators and stairs both in malls and department stores, they cannot be the answer, and that leaves a as the only valid choice." + ] + }, + { + "input": "Question: The storm was started due to warm waters, what kinds of places does this happen? \nAnswer: tropical seas", + "output": [ + "tropical waters are often warmer than smaller bodies of water elsewhere." + ] + }, + { + "input": "Question: How do geese normally get from place to place? \nAnswer: fly", + "output": [ + "geese are able to fly." + ] + }, + { + "input": "Question: How do you indicate that you agree wtih someone? \nAnswer: nodding", + "output": [ + "traditionally we nod our head when agreeing with someone" + ] + }, + { + "input": "Question: If you're going out often and talking to a lot of people you have an active what? \nAnswer: social life", + "output": [ + "someone who talks to a lot of people can be seen as social" + ] + }, + { + "input": "Question: What do humans have that cerberus does not have? \nAnswer: one head", + "output": [ + "one head not for sale,where is it likely to be?" + ] + }, + { + "input": "Question: People want to go on vacation. Where might they go? \nAnswer: national park", + "output": [ + "visiting a national park is a fun activity." + ] + }, + { + "input": "Question: What could prevent someone from buying chistmas presents? \nAnswer: lack of money", + "output": [ + "only lack of money is applicable in the question, because he doesn't have any to spend." + ] + }, + { + "input": "Question: Sam was against Allison's decision. Joe was the opposite. What was Joe, regarding that decision? \nAnswer: being for", + "output": [ + "because it was clear sam was against the decision, it would be the opposite position to be for the decision." + ] + }, + { + "input": "Question: Jon put drops in his eyes so that they wouldn't do what? \nAnswer: dry out", + "output": [ + "eye drops are usually used for eye lubrication." + ] + }, + { + "input": "Question: Where do you get a needle for a routine checkup? \nAnswer: doctor's office", + "output": [ + "hospital is the only place that is using the needle for the checkup" + ] + }, + { + "input": "Question: Where will you find more than one door? \nAnswer: apartment", + "output": [ + "a building could be small, but an apartment is likely to have more than one door becuasew of many rooms" + ] + }, + { + "input": "Question: They were a culture of peace, but they still had competitions where the men were always what? \nAnswer: fighting", + "output": [ + "the only word that fits grammatically here is \"fighting\". neither \"men were always turmoil\" or \"men were always hostility\" make sense." + ] + }, + { + "input": "Question: WHat could prevent someone from the ability to buy a house? \nAnswer: lose money", + "output": [ + "losing money precludes large purchases." + ] + }, + { + "input": "Question: To learn must have the right book, to work efficiently what must one have? \nAnswer: have tools", + "output": [ + "the best way to get a job done is using tools" + ] + }, + { + "input": "Question: What kind of facial expression would the audience have if they liked watching someone perform? \nAnswer: smile", + "output": [ + "smile is the only facial expression available to be chosen among the other alternatives." + ] + }, + { + "input": "Question: Where could a pilot go after he or she is finished working? \nAnswer: shower", + "output": [ + "a shower is a good place to go after a hard days work." + ] + }, + { + "input": "Question: Standing in queue at a store allows you to be able to do what to your surroundings? \nAnswer: look around", + "output": [ + "you can't daydream to your surroundings" + ] + }, + { + "input": "Question: The person was there to study the apes, she would have to live out the in what for months? \nAnswer: isolation", + "output": [ + "she is by herself to study the apes." + ] + }, + { + "input": "Question: He claimed the veracious nature of his accusations, and how they were proven to not be what? \nAnswer: FALSE", + "output": [ + "\"veracious\" means accurate and truthful, so to be not false is to be veracious, and one would most likely use \"false\" over \"untruthful\"" + ] + }, + { + "input": "Question: What part of the life-cycle can love never conquer? \nAnswer: deaths", + "output": [ + "unfortuantely death is inevitable" + ] + }, + { + "input": "Question: Getting drunk often leads to what when people have disagreements? \nAnswer: violence", + "output": [ + "alcohol decreases brain thinking capability and so discussion leads to violence over disagreements" + ] + }, + { + "input": "Question: What would you likely see a group of horses doing together? \nAnswer: running in herd", + "output": [ + "horses like running in the field" + ] + }, + { + "input": "Question: James was a stranger to them, but to me he was what? \nAnswer: friend", + "output": [ + "if he is not a stranger to me, then we have a relationship. it is not a family relationship or that would be stated. he is then, by default, a friend." + ] + }, + { + "input": "Question: Where would a doctor rush to? \nAnswer: emergency room", + "output": [ + "emergency room is where would a doctor rush to" + ] + }, + { + "input": "Question: James shaved, but this left a lot of hair where? \nAnswer: sink", + "output": [ + "a person usually shaves in a sink, where the hair is left once shaved." + ] + }, + { + "input": "Question: The fumes weren't being well ventilated, the worker kept getting what? \nAnswer: headaches", + "output": [ + "humans need air or our bodies being to break down in many forms, including headaches." + ] + }, + { + "input": "Question: After a long night out the drunken man lost consciousness, he showed a sign of sickness right before passing out, what was it? \nAnswer: vomiting", + "output": [ + "vomiting is a very common side effect of being drunk" + ] + }, + { + "input": "Question: The factory made all sorts of specialized toys; AK47's, MiGs, anything having to do with what? \nAnswer: russia", + "output": [ + "the toy weapons are imitations that are specialized to russian military." + ] + }, + { + "input": "Question: Where can you get gasoline? \nAnswer: gas station", + "output": [ + "the gas station is the only option where you can actually purchase and get gasoline." + ] + }, + { + "input": "Question: What is it called if a person has poor luck? \nAnswer: misfortune", + "output": [ + "a synonym to poor luck is misfortune" + ] + }, + { + "input": "Question: After a person celebrates an occasion for hours on end, what might the person experience? \nAnswer: becoming tired", + "output": [ + "having a good time and exerting a lot of energy can make someone tired quickly." + ] + }, + { + "input": "Question: Where is the closest dining room? \nAnswer: own home", + "output": [ + "own home is the closest dining room" + ] + }, + { + "input": "Question: To prevent unwanted pregnancies, you'd keep the heifers and the bulls in separate what? \nAnswer: corral", + "output": [ + "locking the cattle up in separate corals is the only option to prevent them from being in a similar pen together." + ] + }, + { + "input": "Question: An employer would prefer your planning vacation take place during what? \nAnswer: free time", + "output": [ + "fee time is measure of time." + ] + }, + { + "input": "Question: The steakhouse was conveniently located near the largest cattle ranch in America, where was it? \nAnswer: florida", + "output": [ + "the largest cattle ranch in america, the deseret ranch, is located in florida." + ] + }, + { + "input": "Question: Where would you be unlikely to find more than one steak house? \nAnswer: strip mall", + "output": [ + "strip mall is small and condensed whereas the other two selections are whole states" + ] + }, + { + "input": "Question: John hated mosquitoes. It wasn't the bloodsucking that he disliked, it was that the insects made what? \nAnswer: buzz", + "output": [ + "mosquitoes buzz when they are flying" + ] + }, + { + "input": "Question: Bob was having fun with bill. How might Bob express his feelings? \nAnswer: may laugh", + "output": [ + "if bob is having fun, he is most likely likely to be laughing." + ] + }, + { + "input": "Question: If I can feel material, then where am I generally speaking? \nAnswer: physical world", + "output": [ + "in the physical world is the only option where you would feel." + ] + }, + { + "input": "Question: What is someone doing to the other party when hurting someone else? \nAnswer: causing pain", + "output": [ + "causing pain is someone doing to the other party when hurting someone else?" + ] + }, + { + "input": "Question: What is a fast but expensive way to send small cargo? \nAnswer: airplane", + "output": [ + "the airplane is the fastest option out of the other two choices." + ] + }, + { + "input": "Question: The man was bad at getting a job because of his poor references, what did he need to work on being? \nAnswer: reputable", + "output": [ + "you don't need to be first class to have good references and you definitely won't have good references if you are a benevolent person." + ] + }, + { + "input": "Question: The clothing was extremely expensive compared to other places, where was it likely purchased? \nAnswer: mall", + "output": [ + "clothing might be more expensive at a mall than at a shop or a department store" + ] + }, + { + "input": "Question: James was caught committing perjury in a mock trial for his law class. Everyone laughed at his inept lies. He couldn't stand the what? \nAnswer: embarrassment", + "output": [ + "embarrassment is a painful but important emotional state. most researchers believe that its purpose is to make people feel bad about their social or personal ..." + ] + }, + { + "input": "Question: Where would you give something other than money to a clerk? \nAnswer: post office", + "output": [ + "the post office clerks are trained to handle packages, mail, and certified letters." + ] + }, + { + "input": "Question: From where does a mother read a story to their child? \nAnswer: book of stories", + "output": [ + "while the other two choices make some sense for location the more appropriate answer is the book of stores since that's where one might select a story to read." + ] + }, + { + "input": "Question: The new kitten hadn't gotten used to what it was allowed to climb on in most rooms, so the owned kept the bedroom door what? \nAnswer: closed", + "output": [ + "the owner would keep the door closed to keep the kitten out and it would not be necessary to lock the door." + ] + }, + { + "input": "Question: John went into the front garden of his palatial mansion. Where might his mansion be located? \nAnswer: michigan", + "output": [ + "michigan is the most logical choice for where john's mansion is located." + ] + }, + { + "input": "Question: A person can like all sorts of pets but they always prefer their what? \nAnswer: own animal", + "output": [ + "people are emotionally attached to their own pets which makes them always choose their pet over other animals." + ] + }, + { + "input": "Question: Billy and June were driving down the street when they heard lovely sound coming from a something. What might that be? \nAnswer: concert hall", + "output": [ + "concert halls give off lovely sounds to the outside" + ] + }, + { + "input": "Question: Jane was going to the party. She didn't care about making friends or gorging on alcohol, she just wanted to do what? \nAnswer: have fun", + "output": [ + "having fun does not require alcohol nor does she worry about making friends." + ] + }, + { + "input": "Question: What happens when you take a shower after going for a run? \nAnswer: feeling refreshed", + "output": [ + "refreshing is the most likely feeling after a shower after a run." + ] + }, + { + "input": "Question: Sam tried to reach the button but he was too small. What might he wish himself to be? \nAnswer: big", + "output": [ + "being big is the opposite of being small." + ] + }, + { + "input": "Question: What is an effect of jumping rope? \nAnswer: becoming tired", + "output": [ + "jumping rope takes up a lot of energy causing tiredness." + ] + }, + { + "input": "Question: My favorite type of entertainment are rollercoasters and ferris wheels, where should I go? \nAnswer: fairgrounds", + "output": [ + "rollercoasters and ferris wheels are only found at the fair ground" + ] + }, + { + "input": "Question: The boss gave him the money to appease the clients, he had to what? \nAnswer: take care of proposals", + "output": [ + "if he is appeasing clients he is taking care of proposals. the other 2 options are more along the lines of looking for a job." + ] + }, + { + "input": "Question: If something is obtuse, what couldn't it be? \nAnswer: acute angled", + "output": [ + "if something is obtuse couldn't it be acute angled" + ] + }, + { + "input": "Question: In the battle they would fight enemy, their only goal was ultimate what? \nAnswer: victory", + "output": [ + "if people are in a battle, their primary goal is to win." + ] + }, + { + "input": "Question: Where do you keep perishable food for a longer time? \nAnswer: freezer", + "output": [ + "you use a freezer to prevent perishables from spoiling." + ] + }, + { + "input": "Question: What sense does jumping rope give you? \nAnswer: sense of rhythm", + "output": [ + "jumping rope requires you to know when to jump based on timing" + ] + }, + { + "input": "Question: The women decided it was time to talk about the issue, they were tired of staying and what? \nAnswer: being silent", + "output": [ + "ump to attitude, being quiet - quotes about silence, attitude, weakness, talking, being quiet ... never forget that when we are silent, we are one." + ] + }, + { + "input": "Question: Where is the best place to keep personal lettuce? \nAnswer: refrigerator", + "output": [ + "refrigerator the best place to keep personal lettuce?" + ] + }, + { + "input": "Question: What type of location would you find fish for sale? \nAnswer: market", + "output": [ + "market is the only place for sale the fish" + ] + }, + { + "input": "Question: There was a surplus of condos due to the overuse of space in the area, where were the condos located? \nAnswer: suburbia", + "output": [ + "the only place that might have neighborhoods" + ] + }, + { + "input": "Question: What type of environment does a lemur call home? \nAnswer: forrest", + "output": [ + "lemurs live in forests." + ] + }, + { + "input": "Question: Where do you go when you're about to board a vehicle on railing? \nAnswer: railway station", + "output": [ + "railway station are a form of transportation where the trains are on rails." + ] + }, + { + "input": "Question: He really enjoyed the restaurant, when he got home he gave it what? \nAnswer: good review", + "output": [ + "people leave good reviews when they enjoy certain restaurants" + ] + }, + { + "input": "Question: What do dogs need to be happy? \nAnswer: affection", + "output": [ + "dogs need lots of affection to be hapy" + ] + }, + { + "input": "Question: Where is likely to have an open air market? \nAnswer: village", + "output": [ + "cities do not have open air markets and rural areas do not have many markets." + ] + }, + { + "input": "Question: The friends enjoyed getting together to play cards, even though one of them always won because he was what? \nAnswer: good at", + "output": [ + "if someone always won, so he is good at it." + ] + }, + { + "input": "Question: John looked for shade but couldn't find any. Where might be be? \nAnswer: sunny place", + "output": [ + "comparative darkness and coolness caused by shelter from direct sunlight" + ] + }, + { + "input": "Question: The bully said mean words, what was the affect on others? \nAnswer: hurt people", + "output": [ + "when someone says something mean, it usually hurts other people's feelings." + ] + }, + { + "input": "Question: The hikers were suffering from fatigue on the steep trail, they decided to stop and what? \nAnswer: have rest", + "output": [ + "tired while hiking you rest, can't go to bed or sleep" + ] + }, + { + "input": "Question: If someone is looking for new carpeting where can they put it? \nAnswer: home or office", + "output": [ + "home or office is the best place yo can put new carpeting" + ] + }, + { + "input": "Question: If I had a jar which was likely to spoil if left out, where would I want to put it? \nAnswer: refrigerator", + "output": [ + "cold storage or refrigeration prevents food spoilage." + ] + }, + { + "input": "Question: Where are there often multiple personal televisions? \nAnswer: house", + "output": [ + "only a house can have a \"personal television\"" + ] + }, + { + "input": "Question: What could you put your foot under? \nAnswer: table", + "output": [ + "feet go under tables when you sit at them." + ] + }, + { + "input": "Question: Outside of the city where could you find a sloth in a small zoo? \nAnswer: countryside", + "output": [ + "the country is outside fo the city" + ] + }, + { + "input": "Question: What does a police officer in their sixities? \nAnswer: retire", + "output": [ + "many police officers retire in their sixities." + ] + }, + { + "input": "Question: Where do you buy a chess board? \nAnswer: toy store", + "output": [ + "is the best since it is the best backup" + ] + }, + { + "input": "Question: What kind of people will someone who is in charge of project look for? \nAnswer: have knowledge", + "output": [ + "someone who is already in charge is the boss and needs knowledgable people to work for her." + ] + }, + { + "input": "Question: What do those of a relative committing suicide likely to feel? \nAnswer: sorrow", + "output": [ + "relatives aren't dead, they're mourning" + ] + }, + { + "input": "Question: Where would you see someone using a thermometer? \nAnswer: hospital", + "output": [ + "a hospital is the only location to use a thermometer" + ] + }, + { + "input": "Question: She was determined that night, she was a flirt looking to do what with the right man? \nAnswer: have sex", + "output": [ + "flirting mostly leads to sex" + ] + }, + { + "input": "Question: The siblings fought so much it seemed like the mother had to make a rule for every what? \nAnswer: family situation", + "output": [ + "when siblings fight a lot rules are necessary in this family situation" + ] + }, + { + "input": "Question: What happens while chatting with friends about current events? \nAnswer: exchanging information", + "output": [ + "that's the best option since that's where there are more roses" + ] + }, + { + "input": "Question: How do birds leave the nest? \nAnswer: spread wings", + "output": [ + "i consider it the best option because they have to be more true" + ] + }, + { + "input": "Question: She was giggling and flirting, his mustache elicited what for her? \nAnswer: sexual attraction", + "output": [ + "sexual attraction can be a likely cause of flirting." + ] + }, + { + "input": "Question: Where would a local terrorist end up if they are caught? \nAnswer: prison", + "output": [ + "terroist go directly to jail when caught." + ] + }, + { + "input": "Question: Where would you find some potted plants that are outside but not exposed to rain? \nAnswer: porch", + "output": [ + "the porch is the only thing outside but covered as well." + ] + }, + { + "input": "Question: What do parents encourage kids to do when they experience boredom? \nAnswer: read book", + "output": [ + "to do practice the reading habit" + ] + }, + { + "input": "Question: James lived in a an American state that was to the West, and below another with a similar name. Where might he live? \nAnswer: south dakota", + "output": [ + "south dakota is a u.s. state in the midwestern region of the united states. it is named after the lakota and dakota sioux native american tribes, who compose a ..." + ] + }, + { + "input": "Question: Almost everyone who has been driving a car has seen or been in a what? \nAnswer: automobile accidents", + "output": [ + "a car is an automobile and cars cars can have accidents" + ] + }, + { + "input": "Question: Where would you put a book after you buy it? \nAnswer: house", + "output": [ + "you dont return it you must read the book" + ] + }, + { + "input": "Question: What's a good solution for being bored? \nAnswer: go somewhere", + "output": [ + "entertain is the best general way to break up boredom." + ] + }, + { + "input": "Question: What would you experience after awaking from a nightmare? \nAnswer: shock", + "output": [ + "nightmares are a source of fear" + ] + }, + { + "input": "Question: A student puked in the cafeteria, the janitor retrieved his bucket of sawdust from the what? \nAnswer: utility closet", + "output": [ + "all janitors store their supplies in a utility closet." + ] + }, + { + "input": "Question: John slit beneath the bars. He did this because, he couldn't go where? \nAnswer: over", + "output": [ + "he couldnt go over because he was beneath." + ] + }, + { + "input": "Question: Where can you buy sunglasses at? \nAnswer: drugstore", + "output": [ + "drugstore is the place where you can buy sunglasses." + ] + }, + { + "input": "Question: Why would someone be driving a car? \nAnswer: transportation", + "output": [ + "when you drive a car it is because you need transportation." + ] + }, + { + "input": "Question: The teacher took great pride in her work, she loved getting kids to what? \nAnswer: learn things", + "output": [ + "a teacher teaches, so she wants kids to learn" + ] + }, + { + "input": "Question: Why would you stop chatting with friends? \nAnswer: misunderstanding", + "output": [ + "a misunderstanding would be the best reason to stop speaking to friends." + ] + }, + { + "input": "Question: Townspeople called the rednecks in the pickup truck a bunch of what? \nAnswer: hicks", + "output": [ + "hick is synonymous with redneck" + ] + }, + { + "input": "Question: The detective had to discover the truth, he started by searching and sifting through the lies to what? \nAnswer: find facts", + "output": [ + "a detective is to investigate and find the facts" + ] + }, + { + "input": "Question: What would someone do have fun at a winter party outside? \nAnswer: wrap up", + "output": [ + "you would want to keep warm outside in the winter" + ] + }, + { + "input": "Question: The upright piano helped what get a better sound? \nAnswer: band", + "output": [ + "bands often have pianos in them" + ] + }, + { + "input": "Question: Where would one find a snake on a mountain? \nAnswer: oregon", + "output": [ + "oregon is the only place one would find both snakes and mountains." + ] + }, + { + "input": "Question: She caught the first snowflake of her life on her tongue, she was naively excited to be spending a what in a region that actually had snow? \nAnswer: winter", + "output": [ + "winter is the season where snow will fall if the region experiences cold weather." + ] + }, + { + "input": "Question: Billy hated watchign the turtle move. He couldn't stand the silly parts. He was annoyed by all of the what? \nAnswer: stupidity", + "output": [ + "if you cand stand a silly movie, you will be annoyed by the stupidity" + ] + }, + { + "input": "Question: Where can a mouse be found in a box? \nAnswer: computer store", + "output": [ + "computer store mouse be found in a box?" + ] + }, + { + "input": "Question: What can judging something wrong lead to? \nAnswer: controversy", + "output": [ + "judging something wrong may cause controversy" + ] + }, + { + "input": "Question: When someone isn't being ridiculous but somewhat cranky, what is called? \nAnswer: somber", + "output": [ + "that's the best option since that's where there are more roses" + ] + }, + { + "input": "Question: What do people with a lot of money do? \nAnswer: own property", + "output": [ + "owning property is expensive." + ] + }, + { + "input": "Question: While moving the antique a wooden rod fell out, but since it was just part of the chimes what was still functional? \nAnswer: old clock", + "output": [ + "old clocks have chimes." + ] + }, + { + "input": "Question: They were planning a surprise party, a car pulled up and they started to do what the guest of honor? \nAnswer: hide from", + "output": [ + "place of entertainment for parties" + ] + }, + { + "input": "Question: What could happen to cause you to feel sensation? \nAnswer: stimulus", + "output": [ + "the only one that is an event is stimulus." + ] + }, + { + "input": "Question: What will pass while washing clothes? \nAnswer: time", + "output": [ + "time moves on while you perform actions." + ] + }, + { + "input": "Question: What might a person receive from their boss if they do a poor job? \nAnswer: criticism", + "output": [ + "an employee who doesn't do what is asked of him/her can expect to be reprimanded by his/her superior." + ] + }, + { + "input": "Question: Where could you find a bookstore? \nAnswer: city", + "output": [ + "bookstore can be found in places so it is city" + ] + }, + { + "input": "Question: If something is going to die what is likely to happen first? \nAnswer: stop breathing", + "output": [ + "the first thing that happens when something is going to die is that is stops breathing, then it stops living and then goes to heaven." + ] + }, + { + "input": "Question: She wanted to learn to needlepoint, what was he goal competency? \nAnswer: sewing", + "output": [ + "this is a sewing term" + ] + }, + { + "input": "Question: Why would someone light a fire? \nAnswer: warm room", + "output": [ + "you light a fire to warm up a room." + ] + }, + { + "input": "Question: Sally wanted to keep her saltshaker some place where she could find it but where it would be out of the way. Where might she have put it? \nAnswer: cabinet", + "output": [ + "it is safe and useful for that place" + ] + }, + { + "input": "Question: What type of word do you use as a preposition to someone? \nAnswer: pronoun", + "output": [ + "is the best since it is the best backup" + ] + }, + { + "input": "Question: Long Island Sound is a tidal estuary of what body of water? \nAnswer: atlantic", + "output": [ + "of or adjoining the atlantic ocean" + ] + }, + { + "input": "Question: where would a good newspaper boy put a paper in the rain? \nAnswer: front door", + "output": [ + "is the best since it is the best backup" + ] + }, + { + "input": "Question: Jenny answered the phone because this was what she did for a living. She took a message and passed it on. It was important, about a big project. Where might Jenny be? \nAnswer: office", + "output": [ + "an office is the most common place where someone can have a job answering the phone." + ] + }, + { + "input": "Question: Where are you when you put your birth control pill to the test? \nAnswer: bedroom", + "output": [ + "you will probably have sex in the bedroom" + ] + }, + { + "input": "Question: One reason to keep going to work is what? \nAnswer: promotions", + "output": [ + "if people have a good attendance at work, they have a better chance at being promoted." + ] + }, + { + "input": "Question: Where can you find the U.S. federal government? \nAnswer: washington d.c", + "output": [ + "the federal government is and always has been located in dc" + ] + }, + { + "input": "Question: Seeing people play the game made Victor remember when he played the game. He experienced something, remembering his past. What might he have felt? \nAnswer: longing", + "output": [ + "remembering the past in a positive way is longing" + ] + }, + { + "input": "Question: Where can you find many a squirrel outside of the city? \nAnswer: forest", + "output": [ + "forest is the only option that is something not found in a city" + ] + }, + { + "input": "Question: Where would you find a piano that is owned by a person? \nAnswer: drawing room", + "output": [ + "a drawing room in a house is a dedicated place for a person to play piano." + ] + }, + { + "input": "Question: Where are rosebushes typically found outside of large buildings? \nAnswer: courtyard", + "output": [ + "courtyard are rosebushes typically found outside of large buildings" + ] + }, + { + "input": "Question: What might people do to protect their legs from getting dirty on the farm? \nAnswer: wear jeans", + "output": [ + "jeans cover over legs." + ] + }, + { + "input": "Question: What is a reason to pay your television bill? \nAnswer: legal", + "output": [ + "the reason you pay is because of the legality. you don't pay because it's entertaining, you pay because you have the bill already and you owe money to the company, it would be ilegal not to pay for services rendered." + ] + }, + { + "input": "Question: What business serves alcoholic refreshment? \nAnswer: bar", + "output": [ + "alcoholism, now known as alcohol use disorder, is a condition in which a person has a desire or physical need to consume alcohol, even ." + ] + }, + { + "input": "Question: Where do you wear bikinis? \nAnswer: beach", + "output": [ + "bikinis are swim wear appropriate at the beach, but the answer swimming pool would also be appropriate for bikinis." + ] + }, + { + "input": "Question: What does cancer have the potential to do? \nAnswer: kill", + "output": [ + "because cancer can be a fatal disease." + ] + }, + { + "input": "Question: The former wrestler wanted to give back, he donated a new main wrestling mat to the what? \nAnswer: school", + "output": [ + "wrestler wanted to give back to community, school is only option" + ] + }, + { + "input": "Question: John went to sleep on his couch and was dreaming that he was fighting a giant whale in the ocean. When he woke up he was outside in the rain, wrestling an inflatable chair. What was John doing? \nAnswer: sleepwalking", + "output": [ + "john did not realize that he was wrestling an inflatable chair because he was sleepwalking" + ] + }, + { + "input": "Question: The child had never seen a jellyfish in real life, he had only seen them in a what? \nAnswer: movie", + "output": [ + "the opposite of \"in real life\" is on tv or in a movie" + ] + }, + { + "input": "Question: Malls are where you go shopping. What else do you do at malls? \nAnswer: meeting friends", + "output": [ + "apart from shopping we hang out with friends" + ] + }, + { + "input": "Question: Joe was a horse. He lived in an American State. The environment was too cold for his taste. Where did he probably live? \nAnswer: michigan", + "output": [ + "joe was love the environment in cool. so it should love the michigan." + ] + }, + { + "input": "Question: The travelers didn't have much money but didn't have far to travel, so were did they go? \nAnswer: bus depot", + "output": [ + "a bus is a great way to travel if you don’t have far to go." + ] + }, + { + "input": "Question: At the casino I end up playing cards, what is a reason I would do this? \nAnswer: win money", + "output": [ + "people typically head to the casino in order to win money." + ] + }, + { + "input": "Question: She got in the car after becoming inebriated, what did she cause afterwards? \nAnswer: death and destruction", + "output": [ + "you can only cause death and destruction. you cannot cause a or c answer choices." + ] + }, + { + "input": "Question: When children are in a hurry, what might they do? \nAnswer: rush around", + "output": [ + "when you are in a hurry, you tend to rush so that you can get the desired results in the desired time." + ] + }, + { + "input": "Question: The bald eagle made a nest in a tree surrounded by others, it made it's home in a vast what? \nAnswer: forrest", + "output": [ + "forrest is the best place for a eagle to make nest because of its ambiance and suitability." + ] + }, + { + "input": "Question: If you're needing to gain more land and have few resources what do you have to do? \nAnswer: save money", + "output": [ + "government has to introduce the new plan and they needing to gain more land free." + ] + }, + { + "input": "Question: If I wanted to get some oxygen, what will I get it from? \nAnswer: air", + "output": [ + "you can only get breathable oxygen from the air." + ] + }, + { + "input": "Question: The person was exposed as a liar, so what happened as a result? \nAnswer: feel humiliated", + "output": [ + "being exposed as a liar doesn't relate to hunting for food or preparing to go." + ] + }, + { + "input": "Question: What do teachers often do after teaching a lesson? \nAnswer: answering questions", + "output": [ + "a teacher make a lesson is finish so student answer the question" + ] + }, + { + "input": "Question: Jane saw her flirting with her boyfriend, what was her reaction? \nAnswer: jealousy", + "output": [ + "jealousy causes people to have advert reactions to situations." + ] + }, + { + "input": "Question: John likes Disney films and there was nothing good on, so he decided to see what? \nAnswer: movie", + "output": [ + "films are also referred to as movies" + ] + }, + { + "input": "Question: When going to the market, you will be happy when you? \nAnswer: arriving at desination", + "output": [ + "when you go to the market, you can find a different way" + ] + }, + { + "input": "Question: The kids had been having fun all day, there was now a what? \nAnswer: need for rest", + "output": [ + "after having fun, one may need to rest." + ] + }, + { + "input": "Question: If a teacher wants to punish a student by not allowing them to go to recess, what are they doing to them? \nAnswer: deny", + "output": [ + "deny if a teacher wants to punish a student by not allowing t" + ] + }, + { + "input": "Question: How does a police officer report his work? \nAnswer: case", + "output": [ + "you don't direct traffic to report work and you don't retire either" + ] + }, + { + "input": "Question: What do people want to minimize by surprising rather then prepping? \nAnswer: expectation", + "output": [ + "if you are not preparing for something you have lower expectations." + ] + }, + { + "input": "Question: Where is a special wild rosebush found? \nAnswer: california", + "output": [ + "wild rosebushs are endemic to california" + ] + }, + { + "input": "Question: If done correctly grooming pet's nails generally does not cause this? \nAnswer: injury", + "output": [ + "correct grooming shouldn't cause injury, and would bring satisfaction; late doesn't answer the question" + ] + }, + { + "input": "Question: He was tuning out the business show in the background, they were yammering about how to fight inflation with a certain percentage to what? \nAnswer: raise interest rates", + "output": [ + "inflation means something getting bigger, so a raise in interest rates is the only one that shows something growing." + ] + }, + { + "input": "Question: John had his appointment book with him when he got a medical checkup but he lost it somewhere. He doesn't want to bother looking for it, so where would he go to get a new one? \nAnswer: office supply store", + "output": [ + "an arrangement to meet someone at a particular time and place" + ] + }, + { + "input": "Question: What country is the native home of lemurs? \nAnswer: russia", + "output": [ + "russia is the only country listed" + ] + }, + { + "input": "Question: What's a good thing for people to do with other people? \nAnswer: make friends", + "output": [ + "making new friends in chennai doesn't have to be difficult. if you can focus on finding the most compatible people around you, developing new friendships can ..." + ] + }, + { + "input": "Question: Where are there many large rock? \nAnswer: mountain range", + "output": [ + "mountain ranges are just large rock formations basically, so it is the most likely choice." + ] + }, + { + "input": "Question: Where is one able to find amusement without traveling too far? \nAnswer: movies", + "output": [ + "people typically have movie theaters closer to them than amusement parks or circuses." + ] + }, + { + "input": "Question: What do walls often make up? \nAnswer: building", + "output": [ + "buildings are composed of walls." + ] + }, + { + "input": "Question: Where do you go to find people who are active in the same field as you? \nAnswer: conference", + "output": [ + "a conference is the most likely to be work oriented." + ] + }, + { + "input": "Question: What does a computer have to do before a program can exist? \nAnswer: compile", + "output": [ + "computers are not capable of being frustrated or writing a code themselves, so \"compile\" must be the answer." + ] + }, + { + "input": "Question: What happens when people have no nourishment? \nAnswer: suffer hunger", + "output": [ + "i consider it the best option because they have to be more true" + ] + }, + { + "input": "Question: I was in a kitchen that I didn't know, so I informally asked where the spoons were, where was I? \nAnswer: friend's house", + "output": [ + "a friend's house is a place i can somewhat be free to explore." + ] + }, + { + "input": "Question: Where would someone be likely to store a double edge razor? \nAnswer: shower", + "output": [ + "a shower is a logical place to store a razor when not in use" + ] + }, + { + "input": "Question: James sat in a chair and listened to the speaker. Where might James be? \nAnswer: auditorium", + "output": [ + "people often give lectures and speeches in auditoriums where people listen to them" + ] + }, + { + "input": "Question: The blowfish was being served at a Michelin starred restaurant, where was this likely happening? \nAnswer: france", + "output": [ + "many of the most famous restaurants are in france" + ] + }, + { + "input": "Question: Studying too intensely can cause what problem? \nAnswer: headaches", + "output": [ + "studying causes the brain to work" + ] + }, + { + "input": "Question: The person sees the messy house that was clean earlier that day, what was the reaction? \nAnswer: feel upset", + "output": [ + "feeling upset is the only negative emotion listed." + ] + }, + { + "input": "Question: If you're going fishing what do you need to buy? \nAnswer: bate", + "output": [ + "without bate, the whole fishing rod is unusable for catching and tricking fish." + ] + }, + { + "input": "Question: What is committing perjury likely to lead to? \nAnswer: arrest", + "output": [ + "nothing says 'please take me to jail' like lying in court." + ] + }, + { + "input": "Question: Where do you originally get kleenex from? \nAnswer: box", + "output": [ + "most kleenex are sold in boxes." + ] + }, + { + "input": "Question: A lawyer is taking care of proposals, what are they trying to do? \nAnswer: getting work done", + "output": [ + "proposals are part of a lawyers work. thus, he is getting work done" + ] + }, + { + "input": "Question: If I go outside and look down, what will I find outside? \nAnswer: ground", + "output": [ + "when go out look down ground only we can saw" + ] + }, + { + "input": "Question: Someone who is selfish wouldn't share a sandwich with their hungry friend, someone who is what might though? \nAnswer: selfless", + "output": [ + "opposite of selfish is selfless." + ] + }, + { + "input": "Question: A person who does good to others garners what pleasing quality in their reputation? \nAnswer: admiration", + "output": [ + "anyone that is a good person would be admired for it." + ] + }, + { + "input": "Question: What do you need to do on your face to watch film? \nAnswer: open eyes", + "output": [ + "in order to watch a film your eyes, located on your face, need to be open" + ] + }, + { + "input": "Question: If people major in computer science, what is a logical career path for them? \nAnswer: write programs", + "output": [ + "writing programs is what computer science students study and practice. and out of the choices, that is the only career." + ] + }, + { + "input": "Question: How can you get rid of anger? \nAnswer: release energy", + "output": [ + "release energy. the fast growth of developing economies in asia and the continued increases in consumption in the west has caused demand for oil and gas ." + ] + }, + { + "input": "Question: Where can you can enjoy music in public ? \nAnswer: theatre", + "output": [ + "theatre is a public place where people do listen to music altogether" + ] + }, + { + "input": "Question: While sitting on the patio they saw a fox come out of the woods and run by, it was a common sight in their cabin's what? \nAnswer: back yard", + "output": [ + "usually they just run away from you. i've seen some beautiful red foxes in my town, and out in the woods" + ] + }, + { + "input": "Question: Where could you find a fortune? \nAnswer: treasure chest", + "output": [ + "you have to work to get a fortune in the other options." + ] + }, + { + "input": "Question: Fayetteville is a name of many cities, the on furthest up is located where? \nAnswer: west virginia", + "output": [ + "west virginia is furthest north of the choices." + ] + }, + { + "input": "Question: Disputes \nAnswer: fights", + "output": [ + "fight is the definition of a dispute." + ] + }, + { + "input": "Question: If you decided to make a rule to shut up when someone else is talking, what has happened to the rule that you made? \nAnswer: establish", + "output": [ + "establis hyou decided to make a rule to shut up when someone else is talking,what has happened to the rule that you made?" + ] + }, + { + "input": "Question: Danny was studying statistics in class, and he something disturbing about driving. It causes a significant number of what? \nAnswer: deaths", + "output": [ + "death is the most disturbing of the consequences of driving listed." + ] + }, + { + "input": "Question: What is a good thing for farmers to have to start off? \nAnswer: farm land", + "output": [ + "farmers need farm land to start." + ] + }, + { + "input": "Question: If I have a reception with many people attending, where should I be sure to hold it? \nAnswer: large room", + "output": [ + "you would need a large room if many people are gathering. a country club or a lobby may be too small." + ] + }, + { + "input": "Question: When standing in queue and daydreaming, someone might get your attention from far away by doing using what technique? \nAnswer: whistle", + "output": [ + "whistle standing in queue and daydreaming,someone might get your attention from far away by doing using what technique" + ] + }, + { + "input": "Question: When two people who love each other are alone, they will probably try to contact each other and get what? \nAnswer: together", + "output": [ + "together two people love each are alone." + ] + }, + { + "input": "Question: Brother Dan sat in a holding char around in a circle and talked to his peers. Where could he have been? \nAnswer: meeting hall", + "output": [ + "a meeting hall has flexible seating options." + ] + }, + { + "input": "Question: If there is a pond with nobody nearby, where is it likely located? \nAnswer: countryside", + "output": [ + "what is someone likely to call a baz" + ] + }, + { + "input": "Question: Lilly owns the only kosher deli in the area. She isn't in a heavily populated area. Where might she live? \nAnswer: town", + "output": [ + "towns have a low population of people." + ] + }, + { + "input": "Question: John wanted to hunt blowfish, but he didn't want to leave America. Where might he search? \nAnswer: hawaiian waters", + "output": [ + "hawaiian waters are found in america as he doesn't want to leave america" + ] + }, + { + "input": "Question: What do you feel from playing football? \nAnswer: exhilaration", + "output": [ + "exhilaration is the only option that involves feelings." + ] + }, + { + "input": "Question: where do you buy a pen? \nAnswer: office supply store", + "output": [ + "office suppy stores are the best places to get a pen." + ] + }, + { + "input": "Question: He turned off his phone to avoid every single call, all anybody was going to hear from him today was his what? \nAnswer: voice mail", + "output": [ + "phone is turn off on call via voice mail" + ] + }, + { + "input": "Question: If I was not fainthearted, what would I be? \nAnswer: brave", + "output": [ + "to not be fainthearted would mean that you are brave" + ] + }, + { + "input": "Question: You can use a stick to swat at what growing in a field? \nAnswer: grass", + "output": [ + "a grass should growing in a field to use a stick." + ] + }, + { + "input": "Question: What event might cause someone to get rid of their car? \nAnswer: crash", + "output": [ + "'crash' is the only event listed." + ] + }, + { + "input": "Question: When a snake prefers warm, sunny weather, where would it likely want to live? \nAnswer: new mexico", + "output": [ + "new mexico is typically warm and sunny" + ] + }, + { + "input": "Question: John's RV needs electricity so that he can cook lunch. Where would he go to plug in? \nAnswer: rest area", + "output": [ + "people don't plug rvs into basements or toy stores but they do plug them in at rest areas." + ] + }, + { + "input": "Question: What happens while someone is going somewhere? \nAnswer: having to travel", + "output": [ + "going indicates a state in between two places, which requires traveling." + ] + }, + { + "input": "Question: While the marmoset is a new world monkey, you still won't find one anywhere but a zoo in which mile high place? \nAnswer: colorado", + "output": [ + "denver is in colorado and is known as the mile high city" + ] + }, + { + "input": "Question: The man had much to do, but was using television, what was his problem? \nAnswer: laziness", + "output": [ + "laziness the man had much to do,but was using television,what was his problem?" + ] + }, + { + "input": "Question: What is recommended behavior for a friend to stop another friend from doing something stupid? \nAnswer: discourage", + "output": [ + "discouraging is the only way to convince a friend from doing something" + ] + }, + { + "input": "Question: Where do plants usually start? \nAnswer: ground", + "output": [ + "while they may start at a park, generally, they still start on the ground at that park." + ] + }, + { + "input": "Question: She needed a diaphragm, she went to buy one where? \nAnswer: drugstore", + "output": [ + "drugstores frequently sell birth control products such as diaphragms." + ] + }, + { + "input": "Question: In a predicament an animal might choose flight or what? \nAnswer: fight for life", + "output": [ + "flight or fight is a common defense mechanism in animals" + ] + }, + { + "input": "Question: Where can someone level up? \nAnswer: video game", + "output": [ + "a common expression in a video game is to level up." + ] + }, + { + "input": "Question: John played a stringed instrument. Billy was the singer. James was the drummer. Vince played the keyboard and piano. What might they have been? \nAnswer: rock band", + "output": [ + "rock band john played a stringed instrument. billy was the singer" + ] + }, + { + "input": "Question: When someone is not living anymore they? \nAnswer: die", + "output": [ + "they liked to read" + ] + }, + { + "input": "Question: What do we feel after travelling a long distance? \nAnswer: fatigue", + "output": [ + "asking for a feeling after traveling over a long duration. the result would be feeling tired or fatigue." + ] + }, + { + "input": "Question: Where would a marmot be unable to walk to another continent? \nAnswer: new zealand", + "output": [ + "new zealand is an island that is separated by water from other countries" + ] + }, + { + "input": "Question: Where could an electric razor be exposed to water? \nAnswer: bathroom", + "output": [ + "there is water only at a bathroom and that is where an electric razor would most likely be anyway" + ] + }, + { + "input": "Question: Jane was beautiful on the inside, but on the outside she wasn't much to look at. How might she be described? \nAnswer: homely", + "output": [ + "homely describes being beautiful on the inside, not so much outside" + ] + }, + { + "input": "Question: Little sarah didn't think that anyone should be kissing boys. She thought that boys had what? \nAnswer: cooties", + "output": [ + "cooties little sarah didn't think that anyone should be kissing boys. she thought that boys had what?" + ] + }, + { + "input": "Question: What has a cash register with a limited items line? \nAnswer: supermarket", + "output": [ + "supermarkets have an express line." + ] + }, + { + "input": "Question: Rocks can be found on many planets and moons, but we know of the widest variety of them on the what? \nAnswer: surface of earth", + "output": [ + "earth is essentially a big rock." + ] + }, + { + "input": "Question: The teacher has activity planned the students probably won't enjoy--- what was it? \nAnswer: time test", + "output": [ + "time test is a thing students don't enjoy." + ] + }, + { + "input": "Question: Where do you keep a chess board? \nAnswer: cabinet", + "output": [ + "games are often put in cabinets" + ] + }, + { + "input": "Question: A poet may need to go where to achieve learning as an adult? \nAnswer: university", + "output": [ + "maturity comes when the age reaches 16" + ] + }, + { + "input": "Question: Where do you dip a spoon into? \nAnswer: bowl of soup", + "output": [ + "spoons are not used to iced tea as iced tea is a drink and a table setting cannot have a spoon dipped into it." + ] + }, + { + "input": "Question: I'm getting warm because I increased the thermostat in my bedroom. What might I be doing soon? \nAnswer: feeling comfortable", + "output": [ + "with increased temperature, the room temperature will be warmer, providing more comfort." + ] + }, + { + "input": "Question: Bob raised the curtain and people descended upon him like a hoard. He regretted his job on this of all days. Where does Bob work? \nAnswer: department store", + "output": [ + "department store is the only place that provides jobs" + ] + }, + { + "input": "Question: Danny hasn't experienced all that it means to be human yet. He is missing something important. What might he be missing? \nAnswer: love", + "output": [ + "love is an american romantic comedy web television series created by judd apatow, lesley arfin, and paul rust, starring gillian jacobs," + ] + }, + { + "input": "Question: Where could there be a floating cottage? \nAnswer: fairy story", + "output": [ + "a cottage could not float in the \"real\" word. therefore, only \"fairy story\" makes sense." + ] + }, + { + "input": "Question: The soldiers raised their rifles toward the invading soldiers with hate, what are they looking to do? \nAnswer: fight enemy", + "output": [ + "you fight an invader." + ] + }, + { + "input": "Question: How might one conquer boredom by controlling the destiny of imaginary kingdoms? \nAnswer: play chess", + "output": [ + "play chess might one conquer boredom by controlling the destiny of imaginary kingdoms?" + ] + }, + { + "input": "Question: Where is a small registry office likely to be located? \nAnswer: town", + "output": [ + "because registries are always built where its accesssible" + ] + }, + { + "input": "Question: Where would a human need to check how much oxygen he or she has? \nAnswer: spacecraft", + "output": [ + "oxygen has to be provided in a spacecraft, on the other hand a graveyard is outdoors and has oxygen." + ] + }, + { + "input": "Question: What is someone who gets angry after getting drunk likely to participate in? \nAnswer: violence", + "output": [ + "while you are likely to fall down or lower your standards while drunk, only violence is related to getting angry." + ] + }, + { + "input": "Question: While resting what are you trying to achieve? \nAnswer: relaxation", + "output": [ + "laziness is the cause of excessive rest, not the result. falling asleep is not necessarily the intention when someone rests. only relaxation is the intended result." + ] + }, + { + "input": "Question: When meeting a friend, what does one generally do at first? \nAnswer: say hi", + "output": [ + "i would not talk about meeting with my friends whether the meeting was planned or not. if i spoke of meeting with someone i would imply a more" + ] + }, + { + "input": "Question: You should probably have something healthier than just eat ice cream if you what? \nAnswer: were hungry", + "output": [ + "ice cream is not a very nutritious or balanced meal." + ] + }, + { + "input": "Question: Sam spent time chatting with friends about important things because he wanted to get what? \nAnswer: answers", + "output": [ + "when we talk about things we learn about things" + ] + }, + { + "input": "Question: Where in town could you find most banks? \nAnswer: main street", + "output": [ + "banks typically are more likely to be constructed near town centers and not in grocery store or financial center. and a main street runs through the center of a town." + ] + }, + { + "input": "Question: When a person takes business calls on the phone, where does it tend to take place? \nAnswer: office", + "output": [ + "the phone will be in office when it moves" + ] + }, + { + "input": "Question: You can share files with someone if you have a connection to a what? \nAnswer: computer network", + "output": [ + "files can be transmitted over a computer network, and not a freeway. \"wires\" doesnt make any sense" + ] + }, + { + "input": "Question: He sat down at the table to play poker, to join the hand he had to what? \nAnswer: ante up", + "output": [ + "it's one of the rules of poker of paying a ante before playing. losing money is only one of the possible outcomes and drinking is only tangentially related" + ] + }, + { + "input": "Question: Johnny build a house somewhere on the planet. He wanted to do so away from the city, but still close enough. But he gave up that dream and settled for building it inside the city limits. Where might he have built it? \nAnswer: residential area", + "output": [ + "residential areas are mainly houses surrounding each other with it being a quiet place to live" + ] + }, + { + "input": "Question: where do you typically find a trash can in the city? \nAnswer: corner", + "output": [ + "you're likely to find a trash can at a bus stop." + ] + }, + { + "input": "Question: What does going jogging help prevent? \nAnswer: heart attacks", + "output": [ + "exercise reduces the chance of heart problems." + ] + }, + { + "input": "Question: After exercising for 3 hours straight, what did the girl experience? \nAnswer: pain", + "output": [ + "3 hours of straight exercising would be painfull to the body without breaks. sore muscles etc." + ] + }, + { + "input": "Question: Where could you go on top of a superhighway? \nAnswer: industrialized country", + "output": [ + "computer networks and cyberspace are virtual, not physical" + ] + }, + { + "input": "Question: Whether it's livestock or produce a farmer does what? \nAnswer: produce food", + "output": [ + "there are various kinds of farming and all produce food" + ] + }, + { + "input": "Question: What event would soldiers be trained to use explosive devices? \nAnswer: war", + "output": [ + "all the war situations soldiers be trained to use as warriors" + ] + }, + { + "input": "Question: Where can you keep your binoculars when trekking across open country? \nAnswer: backpack", + "output": [ + "a backpack is typically worn while trekking, not a suitcase." + ] + }, + { + "input": "Question: The mat was non slip, it was also picked to match the colors of everything else in the what? \nAnswer: bathroom", + "output": [ + "a non slip mat is only usually found in a bathroom" + ] + }, + { + "input": "Question: Where do you get clothes in a shopping bag? \nAnswer: retail store", + "output": [ + "because they get put in a bag when you buy them at a retail store." + ] + }, + { + "input": "Question: He is at a field hospital, where is he likely to be? \nAnswer: military base", + "output": [ + "military base is where he is likely to be ." + ] + }, + { + "input": "Question: There is rain outside, what happens to the stuff left outside? \nAnswer: wet things", + "output": [ + "wet things shirt everything in the products" + ] + }, + { + "input": "Question: Where would you see footprints that happen due to dirt being left behind inside? \nAnswer: rug", + "output": [ + "dirt would stick most easily to a rug" + ] + }, + { + "input": "Question: It was a rowdy group, he even smashed his guitar at the end of the what? \nAnswer: concert", + "output": [ + "smashing guitars can take place at the end of concerts in which a group of people would attend." + ] + }, + { + "input": "Question: She wanted to use television but couldn't find the remote, and she didn't know how to manually what? \nAnswer: switch on", + "output": [ + "switch on is the thing you do when you want to wach televition." + ] + }, + { + "input": "Question: Where would you carry food while on a long walk in the countryside? \nAnswer: backpack", + "output": [ + "the backpack is the only choice that would be big enough and easy enough to carry during a long walk in the countryside." + ] + }, + { + "input": "Question: From state to state gardeners appreciate the bee, it is a popular pollinator where? \nAnswer: united states", + "output": [ + "this includes multiple states so united states would be the most likely choice." + ] + }, + { + "input": "Question: He was constantly chasing their love, and it seemed being a success was the only way to what? \nAnswer: please parents", + "output": [ + "the parents must have wishing for the guy in the question to settle down with a family for some time" + ] + }, + { + "input": "Question: What can large amounts of water do over long periods of time? \nAnswer: move mountains", + "output": [ + "large amounts of water is one way that mountains get moved" + ] + }, + { + "input": "Question: Where does a cast act? \nAnswer: stage", + "output": [ + "is the best option in all" + ] + }, + { + "input": "Question: The man was happy to be seeing his idea become a reality, and knew his father would be proud, what did he feel in himself? \nAnswer: fulfilling", + "output": [ + "is the best since it is the best backup" + ] + }, + { + "input": "Question: What can ignorance between groups cause? \nAnswer: hostility", + "output": [ + "hostility is most often the result of intergroup ignorance" + ] + }, + { + "input": "Question: Susan was subordinate to Marsha but she mouthed off so Marsha wrote her up for being what? \nAnswer: insubordinate", + "output": [ + "mouthing off is the opposite of being subordinate, so she was insubordinate." + ] + }, + { + "input": "Question: Billy likes eating breakfast in bed, but he doesn't do it often. He likes his clean sheets too much. Why doesn't he eat breakfast in bed that often? \nAnswer: spills", + "output": [ + "spill definition: if a liquid spills or if you spill it, it accidentally flows over the edge of a... | meaning, pronunciation, translations and examples." + ] + }, + { + "input": "Question: The diamonds were difficult for the prospectors to find, but why is that? \nAnswer: rare", + "output": [ + "it is not easy to find diamonds as they have to be dug out of places" + ] + }, + { + "input": "Question: The children play cards often, but they make their own rules because they can't what the originals? \nAnswer: remember", + "output": [ + "remember is the only option that would cause someone to make something new every time" + ] + }, + { + "input": "Question: Some people fart playfully in order to get what? \nAnswer: attention", + "output": [ + "such a childish display would usually be considered a cry for attention." + ] + }, + { + "input": "Question: After getting wet cotton clothing may suffer from what? \nAnswer: shrinkage", + "output": [ + "cotton clothes usually shrink." + ] + }, + { + "input": "Question: The comforter was used constantly and treaded upon by everyone, where should it be placed? \nAnswer: washing machine", + "output": [ + "the comforter is dirty and now needs to be washed" + ] + }, + { + "input": "Question: Before buying a house, what should I look for concerning my job? \nAnswer: measureing distances", + "output": [ + "a home should always be bought near to your job location" + ] + }, + { + "input": "Question: If there is a creature that you cannot see, where is it likely to be? \nAnswer: dark place", + "output": [ + "you can't see in the dark. the world doesn't make sense and in the woods there is a chance you would see something there." + ] + }, + { + "input": "Question: Why do parents tell kids to play games? \nAnswer: entertainment", + "output": [ + "entertainment parents tell kids to play games?" + ] + }, + { + "input": "Question: They were competing in basketball, the goal was to what? \nAnswer: score points", + "output": [ + "in a competitive basketball game, the aim is to score points" + ] + }, + { + "input": "Question: Playing piano and other creative activities need what? \nAnswer: inspiration", + "output": [ + "playing the piano or other instruments or activities that need creativity usually need inspiration to complete them." + ] + }, + { + "input": "Question: The token was tossed aside carelessly, where did it end up? \nAnswer: ashtray", + "output": [ + "ashtrays are for unwanted things" + ] + }, + { + "input": "Question: Bill wants to make a fortune while sailing in the Caribbean, what should he look for? \nAnswer: treasure chest", + "output": [ + "a treasure chest is something that would bring a sailor a fortune." + ] + }, + { + "input": "Question: Mississippi is one of the more oddly spelled places in the entire where? \nAnswer: united states", + "output": [ + "united states is the most accurate answer. the others are more ambiguously defined." + ] + }, + { + "input": "Question: Behind what small door are canned goods usually kept in? \nAnswer: cupboard", + "output": [ + "canned goods are stored in cupboards in most homes" + ] + }, + { + "input": "Question: Two friends lived in different countries, how did they frequently communicate? \nAnswer: internet cafe", + "output": [ + "the internet is the best way for people in different countries to talk." + ] + }, + { + "input": "Question: Where would you get a stepladder if you do not have one? \nAnswer: hardware store", + "output": [ + "step ladders are typically sold at a hardware store" + ] + }, + { + "input": "Question: When someone who is shy does something out of character but are embarrassed about it what would they be? \nAnswer: bold", + "output": [ + "to be a strong person" + ] + }, + { + "input": "Question: What does someone committing perjury likely to have? \nAnswer: guilt", + "output": [ + "guilt. you don't have lies or testify, you have guilt." + ] + }, + { + "input": "Question: Where is a student likely to keep books? \nAnswer: backpack", + "output": [ + "students keep book mostly in backpack" + ] + }, + { + "input": "Question: A person who has a good sense of humor is often called? \nAnswer: witty", + "output": [ + "witty is the only personality descriptor for sense of humor." + ] + }, + { + "input": "Question: What could happen if a band is not very good? \nAnswer: blaring", + "output": [ + "blaring could happen if a band is not very good?" + ] + }, + { + "input": "Question: Why would someone not want to sit down next to you? \nAnswer: fart", + "output": [ + "farts smell like very, very bad" + ] + }, + { + "input": "Question: He looked up for a certain star, it was the one that helped him spot the rest of the what? \nAnswer: constellation", + "output": [ + "constelations are made up of groups of stars" + ] + }, + { + "input": "Question: What would happen to a person if he or she fell down and broke his or her leg? \nAnswer: need assistance", + "output": [ + "that is the thing out of all the options that would most likely happen." + ] + }, + { + "input": "Question: What does a couple do at the end of the sleighing ride? \nAnswer: kissing", + "output": [ + "kissing is an activity for couples." + ] + }, + { + "input": "Question: The knob of the kitchen drawer wouldn't stay tightened, so he went to buy a new screw where? \nAnswer: hardware store", + "output": [ + "a hardware store sells tools and supplies for diy projects around the home." + ] + }, + { + "input": "Question: I am looking for a gift for someone I barely know, where do I look? \nAnswer: department store", + "output": [ + "a department store is the only place with a variety of things that most people like." + ] + }, + { + "input": "Question: The crossroads were deserted of traffic, where was it located? \nAnswer: countryside", + "output": [ + "traffic is not relevant to the idea of a journey or life." + ] + }, + { + "input": "Question: People of faith believe what is a vessel for the soul? \nAnswer: human body", + "output": [ + "only human bodies are believed to have a soul" + ] + }, + { + "input": "Question: Playing chess is like most things where practice helps to build your what at it? \nAnswer: skill", + "output": [ + "play the chess important skills" + ] + }, + { + "input": "Question: James think that people need to communicate more. What do people need to do in order to communicate? \nAnswer: talk to each other", + "output": [ + "talking is a form of communication" + ] + }, + { + "input": "Question: Man probably invented sports because of its instinctual need to be what? \nAnswer: competitive", + "output": [ + "i consider it the best option because they have to be more true" + ] + }, + { + "input": "Question: A small dog lived with a a woman who loved him. Where might he have lived? \nAnswer: person's house", + "output": [ + "dog living in a only house with women" + ] + }, + { + "input": "Question: Where is there usually more than one telephone? \nAnswer: hospital", + "output": [ + "hospitals always have more than one telephone" + ] + }, + { + "input": "Question: You have to clean the tank and remember to feed them, but fish make good entry level what? \nAnswer: pets", + "output": [ + "fish are only useful as pets or food so pets is the only correct answer here" + ] + }, + { + "input": "Question: What is a place that has a queen who is not an insect? \nAnswer: england", + "output": [ + "england has queen elizabeth ii" + ] + }, + { + "input": "Question: Where might a bureau be in charge? \nAnswer: french government", + "output": [ + "the government of the french republic (french: gouvernement de la république française) exercises executive power in france. it is composed of the prime minister, who is the head of government, and both junior and senior ministers." + ] + }, + { + "input": "Question: What does someone likely need after finding the right shoe? \nAnswer: left foot", + "output": [ + "is the best option in all" + ] + }, + { + "input": "Question: Crabs crawl along the bottom of what? \nAnswer: bodies of water", + "output": [ + "crabs crawl under bodies of water." + ] + }, + { + "input": "Question: John is bringing suit against Seth. This problem has straight there relationship. What might be increasing between them? \nAnswer: tensions", + "output": [ + "if a problem is straining their relationship, then tensions are the only thing that can be increasing. resentment would only exist if a problem existed prior to this." + ] + }, + { + "input": "Question: A teenager that is playing a trumpet might be part of what group? \nAnswer: high school band", + "output": [ + "a teenager would be the right age to be playing a trumpet in a high school band." + ] + }, + { + "input": "Question: What did the friendly man do when meeting knew people to show he was happy? \nAnswer: smiling", + "output": [ + "smiling is a sign of happiness" + ] + }, + { + "input": "Question: John was an idealist. He gave away internet ready computers because he wanted to do what? \nAnswer: help people", + "output": [ + "some people want to help and one way is to give away internet ready computers" + ] + }, + { + "input": "Question: What is the opposite of getting a document online? \nAnswer: hardcopy", + "output": [ + "hardcopy is the opposite of getting a document online" + ] + }, + { + "input": "Question: Where would you find trees that provide food? \nAnswer: orchard", + "output": [ + "tree that provide food are found" + ] + }, + { + "input": "Question: Where is not known for apple trees? \nAnswer: wisconsin", + "output": [ + "wisconsin is not a known source for apple trees." + ] + }, + { + "input": "Question: If the authorities see you hurting someone else what will happen to you? \nAnswer: arrested", + "output": [ + "hurting someone is a crime" + ] + }, + { + "input": "Question: Billy needed his hammer, so he looked where? \nAnswer: tool box", + "output": [ + "people store tools in a toolbox" + ] + }, + { + "input": "Question: John's bathroom wouldn't flush, so on Saturdays he was forced to poop where? \nAnswer: neighbor's house", + "output": [ + "a school or flat may be closed on weekends, but a neighbor is likely home." + ] + }, + { + "input": "Question: Joe bought a bunch of grapes because he likes to use them to top his what? \nAnswer: deserts", + "output": [ + "lots of people put grapes on top of their desserts" + ] + }, + { + "input": "Question: What can a vehicle do to groceries? \nAnswer: carry", + "output": [ + "a vehicle is used to bring groceries home." + ] + }, + { + "input": "Question: He was looking at the price of ink, it seemed buying a whole new printer was more cost effective for his what? \nAnswer: home office", + "output": [ + "he would buy the printer for his own personal use at home." + ] + }, + { + "input": "Question: Where would you find a lizard in the wild? \nAnswer: utah", + "output": [ + "lizards live in utah." + ] + }, + { + "input": "Question: The woman called herself the Joy. She married a man called what? \nAnswer: sorrow", + "output": [ + "the opposite of joy is sorrow" + ] + }, + { + "input": "Question: The mother was punishing her children, she raised her voice to do what to them? \nAnswer: yell at", + "output": [ + "raising her voice to discipline would most likely mean yell." + ] + }, + { + "input": "Question: The person was thirsty, what should he have done? \nAnswer: drink water", + "output": [ + "the person was thirsty, so drink water." + ] + }, + { + "input": "Question: Where do people view more than one rosebush? \nAnswer: botanical gardens", + "output": [ + "other locations are unlikely to contain rosebushes at all" + ] + }, + { + "input": "Question: If you do not have an organ, where would you get it? \nAnswer: music store", + "output": [ + "yamaha musical instrument dealers near me. ... honey musical instruments g.. ... musical instrument dealers, musical instrument repair & services, .." + ] + }, + { + "input": "Question: When someone covers wood thinly with gold metal, they have done what to it? \nAnswer: gilded", + "output": [ + "things that are gilded are covered in gold" + ] + }, + { + "input": "Question: How does a cat usually sleep? \nAnswer: relaxed position", + "output": [ + "a cat will usually find the most comfortable and relaxing position to sleep." + ] + }, + { + "input": "Question: The college student was trying to explain how he viewed existence, he didn't think it ended at death but it was still a vast empty what? \nAnswer: void", + "output": [ + "when there is a void there is a vast emptiness." + ] + }, + { + "input": "Question: Where does a heifer end? \nAnswer: slaughter house", + "output": [ + "since its a young female cow that has not borne a calf they dont need it at the farm" + ] + }, + { + "input": "Question: Where are shoppers likely to find toilets? \nAnswer: mall", + "output": [ + "who find the toilets in the mall" + ] + }, + { + "input": "Question: What body of water is typically shallow water? \nAnswer: pond", + "output": [ + "pond body of water is typically shallow water" + ] + }, + { + "input": "Question: The fingers do this with the hand. What is it? \nAnswer: articulate", + "output": [ + "hand with fingers doing the articulate." + ] + }, + { + "input": "Question: Where are all planets located? \nAnswer: universe", + "output": [ + "is the best since it is the best backup" + ] + }, + { + "input": "Question: where do humans go to escape cities? \nAnswer: country", + "output": [ + "the country is the opposite of the city, so it would be an ideal place to go to get away from the city," + ] + }, + { + "input": "Question: Where is known for powerful storms from the ocean? \nAnswer: tropics", + "output": [ + "although powerful storms can happen anywhere, they are particularly common in the tropics." + ] + }, + { + "input": "Question: A marmoset can be found many places, but they are usually found where? \nAnswer: in wild", + "output": [ + "marmosets are typically found in the wild, as it's their natural habitat." + ] + }, + { + "input": "Question: The receptionist lady loved to use a rubber stamp on her notes, she was the most pleasant person in the whole what? \nAnswer: office", + "output": [ + "a receptionist uses to work in an office." + ] + }, + { + "input": "Question: Where do people sit outside on bleachers? \nAnswer: sporting event", + "output": [ + "bleachers are found in sporting event" + ] + }, + { + "input": "Question: What is a marmot likely to be good at finding? \nAnswer: hiding place", + "output": [ + "marmots tend to seek out hiding places, but i don't think they have much interest in seeking out the other options" + ] + }, + { + "input": "Question: What area is likely to contain a large village? \nAnswer: ohio", + "output": [ + "ohio could contain a large village, but neither a big city nor a rural area would contain such a village." + ] + }, + { + "input": "Question: The detective had a lot of corporeal evidence to sort through, unfortunately the bulk of it would prove to be what? \nAnswer: insubstantial", + "output": [ + "the word unfortunately suggests that the evidence is going to not be able to do what it is meant to do: prove something." + ] + }, + { + "input": "Question: What east coast city is known for their pizzerias? \nAnswer: new york", + "output": [ + "new york is the only place on the east coast." + ] + }, + { + "input": "Question: Where can a human take flight? \nAnswer: aircraft", + "output": [ + "humans can only fly in airplanes, and neither factories nor bands typically fly." + ] + }, + { + "input": "Question: Where would you put a writing instrument if you are a man and want to bring it with you? \nAnswer: pocket", + "output": [ + "a man typically only has pockets to carry any sort of small belonging like a writing intstrument" + ] + }, + { + "input": "Question: What makes people happy when it is surprising and unexpected? \nAnswer: humor", + "output": [ + "happy is a joyful emotion filled with laughter. humor indicates laughter." + ] + }, + { + "input": "Question: Her child was in a competition and she couldn't relax, he friend told her to what? \nAnswer: stop worrying", + "output": [ + "when it is difficult to relax, it is best to let go of the worries." + ] + }, + { + "input": "Question: What kind of object would you need to see something dirty underground? \nAnswer: bright", + "output": [ + "it is dark underground and one cannot see because there is no light" + ] + }, + { + "input": "Question: What would be the result of going into a deep trance in order to purge the subconscious? \nAnswer: memory loss", + "output": [ + "subconscious implies a part of the brain we have no control over, so the correct answer should be loss of control, if anything, memory would come back after a deep trance" + ] + }, + { + "input": "Question: They decided that they were going public with the big announcment. The announcement was completely unexpected and confusing. It brought the nation to a what? \nAnswer: shock", + "output": [ + "this falls in line with c better than it does with a and b" + ] + }, + { + "input": "Question: The child was asked where his ear is, what did the child respond with? \nAnswer: side of head", + "output": [ + "the location of ears is the side of the head." + ] + }, + { + "input": "Question: After working overtime and double shifts he was cashing in, that weekend he would celebrate and relax with some unhealthy what? \nAnswer: binge drinking", + "output": [ + "binge drinking is the only thing that is not a healthy option and that could 'relax' him." + ] + }, + { + "input": "Question: I went to a party at my friend's house in New York and everyone there shared a meal in what eating place? \nAnswer: dining room", + "output": [ + "the only place that might have" + ] + }, + { + "input": "Question: Frankie found a bone in her good. It probably belonged to what? \nAnswer: cow", + "output": [ + "the bone is most likely to have come from an animal, animals don't have arms. and it's very unlikely the bone came from a museum if she's just bought some goods." + ] + }, + { + "input": "Question: The jellyfish was pushed along by the water. It was caught in what? \nAnswer: current", + "output": [ + "moving water is called a current" + ] + }, + { + "input": "Question: Why might you be found grooming yourself in the mirror on the way out the door? \nAnswer: neatness", + "output": [ + "to give an impression of neatness to others." + ] + }, + { + "input": "Question: John runs a small corner shop. If you were walking on a sidewalk near it, where would you look for it? \nAnswer: street corner", + "output": [ + "is the best option in all" + ] + }, + { + "input": "Question: Why do people start to play sports at the gym? \nAnswer: get in shape", + "output": [ + "the gym is the main place people go to get in shape." + ] + }, + { + "input": "Question: Where is a church found at? \nAnswer: every town", + "output": [ + "a church found every town" + ] + }, + { + "input": "Question: James was printing on his printer and the paper got stuck. Then when it was unjammed, he had to clear what? \nAnswer: queue", + "output": [ + "when your printer is unjammed, you will have a queue of documents to finish printing." + ] + }, + { + "input": "Question: Where could you find a blowfish in a zoo? \nAnswer: cuba", + "output": [ + "there isn't a zoo in the atlantic ocean or the jungle" + ] + }, + { + "input": "Question: Reaching tentative agreement is the first result when two side make what to come closer together? \nAnswer: compromises", + "output": [ + "people have to be willing to communicate and agree on something to come to a compromise" + ] + }, + { + "input": "Question: What happens if you trip while playing basketball? \nAnswer: fall down", + "output": [ + "fall down when playing basketball" + ] + }, + { + "input": "Question: The results were wildly erratic towards either end of the spectrum, it was actually quite what to actually get the average result? \nAnswer: uncommon", + "output": [ + "being erratic doesn't often land on an average value. this is why \"uncommon\" is the best choice here." + ] + }, + { + "input": "Question: What is usually too small for a cat to fit into? \nAnswer: paper bag", + "output": [ + "homes are large and cats can fit into them. the paper bag is the smallest among the choices, therefore a cat could not fit into it." + ] + }, + { + "input": "Question: How is cheese kept freshest? \nAnswer: refrigerator", + "output": [ + "cheese requires refrigeration - pizza and market don't apply" + ] + }, + { + "input": "Question: Where would you go if you need an armchair? \nAnswer: furniture store", + "output": [ + "you would go to a furniture store because they carry armchairs." + ] + }, + { + "input": "Question: Where do you change lanes while in a car? \nAnswer: highway", + "output": [ + "while on a highway, a car can change lanes." + ] + }, + { + "input": "Question: Where would you find people who work with a round brush? \nAnswer: hair salon", + "output": [ + "art brushed as pointy and straight to draw or paint. shower brushes may be round but it's not something people work with. the only fitting answer is hair salon because they use a round brush to brush people's hair." + ] + }, + { + "input": "Question: James spent a lot of time walking long distances. He walked not because he liked it, it made his feet sore, nut because it was his only means of what? \nAnswer: locomotion", + "output": [ + "the process of aging in humans" + ] + }, + { + "input": "Question: If you listen to someone what skill do you have? \nAnswer: able to hear", + "output": [ + "you hear when you listen to something" + ] + }, + { + "input": "Question: Why do you need faith in religion? \nAnswer: unknowable", + "output": [ + "to know the unknowable." + ] + }, + { + "input": "Question: When a person drinks, becoming inebriated, how are they likely to move? \nAnswer: staggering", + "output": [ + "being inebriated, in other words, substantially impaired, a person would be expected to stagger in his or her movements." + ] + }, + { + "input": "Question: I want to make a fortune selling houses, what should I study? \nAnswer: real estate", + "output": [ + "real estate is the only answer that involves the selling of houses and the commissions involved in the sales process." + ] + }, + { + "input": "Question: When taking a long walk, where would you store your clothing? \nAnswer: backpack", + "output": [ + "backpacks carry items of importance" + ] + }, + { + "input": "Question: Where do people compete to see who is quicker? \nAnswer: race track", + "output": [ + "a race track is the only place you would be competing on speed." + ] + }, + { + "input": "Question: John doesn't like seeing new movies. He thinks that they're bad, and excessive. What emotion might he experience where he sees one. \nAnswer: fear", + "output": [ + "a strong feeling deriving from one's circumstances, mood, or relationships with others." + ] + }, + { + "input": "Question: The hard working man was stuck at home after his injury, he tried to keep bust doing housework but it caused what? \nAnswer: pain and suffering", + "output": [ + "moving around does not give the rest needed to heal" + ] + }, + { + "input": "Question: What is a bad but frequent reason for hurting someone else? \nAnswer: punishment", + "output": [ + "punishment is the only bad thing for huting someone else." + ] + }, + { + "input": "Question: If a person exercised heavily yesterday, what are the likely to do first when they awake? \nAnswer: stretch", + "output": [ + "stretching would be the first thing when they awake." + ] + }, + { + "input": "Question: What happens when humans are exposed to noises? \nAnswer: hear sounds", + "output": [ + "hearing sounds is directly correlated to being exposed to noise." + ] + }, + { + "input": "Question: When you do the opposite of departing from the norm? \nAnswer: conform", + "output": [ + "conforming to the norm is the opposite of departing from it." + ] + }, + { + "input": "Question: If you're bored sitting at a friends home what should you do? \nAnswer: go somewhere", + "output": [ + "you're already at the friend's house, so you're socializing and cleaning your friends room is inappropriate if you're bored. going somewhere would relieve the boredom." + ] + }, + { + "input": "Question: Why do people want to play games? \nAnswer: fun", + "output": [ + "people play video games to have fun." + ] + }, + { + "input": "Question: Dust accumulates where? \nAnswer: most buildings", + "output": [ + "that's the best option since that's where there are more roses" + ] + }, + { + "input": "Question: Where would someone bring you a cup? \nAnswer: restaurant", + "output": [ + "restaurant is the place where someone bring you a cup." + ] + }, + { + "input": "Question: The dog loved to run after ball, it would do it over and over until it would what? \nAnswer: get tired", + "output": [ + "since he would do it if he could it suggests the dog is tired" + ] + }, + { + "input": "Question: Drinking a lot of alcohol leads to what? \nAnswer: drunkenness", + "output": [ + "alcohol consumption does not neccessarily lead to amnesia or a hangover." + ] + }, + { + "input": "Question: The man was hungry and going fishing, what was he planning to do with the fish? \nAnswer: killing", + "output": [ + "they have internal instincts" + ] + }, + { + "input": "Question: The cat was wild but like all others he was always read for a cat what? \nAnswer: nap", + "output": [ + "cat tuna fish or cat food now do not make sense." + ] + }, + { + "input": "Question: What does reading letters produce when one is unaware of a condition? \nAnswer: realization", + "output": [ + "by reading a letter we can realize the condition of someone of which we are unaware of." + ] + }, + { + "input": "Question: What would a christian student do if they are not good at learning? \nAnswer: fail", + "output": [ + "if you can't learn you will fail as student." + ] + }, + { + "input": "Question: What might a child do with cards? \nAnswer: play games", + "output": [ + "cards are most likely to be used for game playing here, since it does not help to hear stories or play with other toys." + ] + }, + { + "input": "Question: James went into his office at city hall. What type of building is this? \nAnswer: public building", + "output": [ + "a city hall is always a public building, but it may not be tall or a skyscraper" + ] + }, + { + "input": "Question: Where do you keep salt when you're about to have a meal? \nAnswer: table", + "output": [ + "because we are having the meals in a table" + ] + }, + { + "input": "Question: Where could you put a clock on the floor? \nAnswer: own bedroom", + "output": [ + "because you already have a place to hang it but not a room to do so" + ] + }, + { + "input": "Question: If a human hits their hand on something it is their own what that caused it? \nAnswer: stupidity", + "output": [ + "only stupidity is a unique answer to this phrase" + ] + }, + { + "input": "Question: The rich kids suffered from boredom, one suggested heading up to his parents lodge and that they what? \nAnswer: go skiing", + "output": [ + "typical a lodge is referred to a place up in the mountains, that one could go skiing from." + ] + }, + { + "input": "Question: What does reckless driving lead to on a person? \nAnswer: injuries", + "output": [ + "injuries is the best answer for \"on a person\"" + ] + }, + { + "input": "Question: What are students trying to do? \nAnswer: further education", + "output": [ + "students go to only education" + ] + }, + { + "input": "Question: What happens to people, including their stomach, if they do not eat enough food? \nAnswer: suffering pain", + "output": [ + "is the best option in all" + ] + }, + { + "input": "Question: What does a policeman patrol? \nAnswer: street", + "output": [ + "patrolling usually refers to keeping track of a localized area." + ] + }, + { + "input": "Question: Why can drinking alcohol cause a car crash? \nAnswer: disorientation", + "output": [ + "disorientation can happen when drinking alcohol." + ] + }, + { + "input": "Question: The traveler needs a place to say, where are hotels located? \nAnswer: every country", + "output": [ + "hotels are located in every country in the world." + ] + }, + { + "input": "Question: The farmer sought an apple tree cultivar that was hardy in the western United States, where was he looking to plant it? \nAnswer: idaho", + "output": [ + "new hampshire and rhode island are in the eastern us" + ] + }, + { + "input": "Question: If you are deep in a cave, what would you follow to find your way out? \nAnswer: light", + "output": [ + "light is the only source of removing dark in cave" + ] + }, + { + "input": "Question: During the roadtrip they finally stopped seeing signs for falling rock, there surroundings were getting less step as the entered the open what? \nAnswer: countryside", + "output": [ + "a countryside usually doesn't have falling rocks. a mountain range is likely what they'd be going away from, and \"ground\" doesn't make sense" + ] + }, + { + "input": "Question: Where is kingston located in the US? \nAnswer: new york", + "output": [ + "ontario and jamaica are not in the us." + ] + }, + { + "input": "Question: When you dont want something, you do what to it? \nAnswer: reject", + "output": [ + "reject is the only solution of don't want something." + ] + }, + { + "input": "Question: What does our president always get in? \nAnswer: trouble", + "output": [ + "he get in trouble because of inexperience." + ] + }, + { + "input": "Question: Spending too much time contemplating can lead to what kind of pain? \nAnswer: headache", + "output": [ + "headaches are a form of pain." + ] + }, + { + "input": "Question: A sporting goods store is usually found in shopping squares and malls, but the privately owned shop was just right there in the small what? \nAnswer: town", + "output": [ + "towns have more family oriented bossiness." + ] + }, + { + "input": "Question: Alcohol wasn't allowed at the meeting, so where did the alcoholic put his flask? \nAnswer: coat pocket", + "output": [ + "they would have to sneak it in and this is the most logical place." + ] + }, + { + "input": "Question: Where can you keep a candle in case of emergency? \nAnswer: kitchen", + "output": [ + "candles are regularly used to decorate the other two choices." + ] + }, + { + "input": "Question: Some celebrities find going public useful after being caught at what? \nAnswer: getting high", + "output": [ + "to get the high positions in their life" + ] + }, + { + "input": "Question: Where do you watch garbage? \nAnswer: television", + "output": [ + "the verb \"watch\" implies viewing a program on a television" + ] + }, + { + "input": "Question: Where are humans kept in large amounts in small spaces? \nAnswer: apartment building", + "output": [ + "most of the kept amount in bank locker and some human kept in their own apartment buildiing" + ] + }, + { + "input": "Question: The poker player was not gaining money on the night, what was he doing instead? \nAnswer: loosing", + "output": [ + "if you are not winning then you are loosing." + ] + }, + { + "input": "Question: What are people doing when washing hands for a long time? \nAnswer: thinking", + "output": [ + "the really option that can indicates a correct answer. the person must be thinking about something and forgot what he came to do in the first place." + ] + }, + { + "input": "Question: If you're a small dog owned by your father's mother, where would you live? \nAnswer: grandma's house", + "output": [ + "my father's mother is my grandma" + ] + }, + { + "input": "Question: They frequently had guests stay over, so even though it wasn't the exact style they wanted they decided on a sofa bed for the what? \nAnswer: living room", + "output": [ + "this is a place where a pull out couch normal goes" + ] + }, + { + "input": "Question: If someone decided to go somewhere an hour away, they would be doing what in an hour? \nAnswer: arriving", + "output": [ + "go somewhere an hour away in my mind relaxation" + ] + }, + { + "input": "Question: The team began analysing all the DNA evidence, they were hoping to once and for all be what? \nAnswer: discovering truth", + "output": [ + "finding the truth is be direction of scientiic" + ] + }, + { + "input": "Question: Why might someone without much to do keep driving? \nAnswer: boredom", + "output": [ + "boredom is usually solved by keeping busy." + ] + }, + { + "input": "Question: People have to eat and drink, breathing is also a key factor in what? \nAnswer: living", + "output": [ + "in order to live, one must breathe" + ] + }, + { + "input": "Question: During the seated interview the hiring agent hired the man on the spot, he got a contract and pen out of the what right on the spot? \nAnswer: desk drawer", + "output": [ + "becuase you are in the hiring agents office, so the contract would likely be in the desk drawer" + ] + }, + { + "input": "Question: What will a conscious person likely become after a blow to the head? \nAnswer: unconscious", + "output": [ + "trama to the head knocks a person unconscious" + ] + }, + { + "input": "Question: The portly man was having lunch, he ate so fast he didn't chew small enough pieces and sure enough began to what? \nAnswer: choke", + "output": [ + "eating fast without chewing may cause choking" + ] + }, + { + "input": "Question: Parents often yell in times of chaos, what are they trying to do? \nAnswer: control children", + "output": [ + "when people yell they are trying to control a situation" + ] + }, + { + "input": "Question: After getting a divorce what does your relationship status change to? \nAnswer: being single", + "output": [ + "i consider it the best option because they have to be more true" + ] + }, + { + "input": "Question: Humans tend to be born two ways, these two ways are what? \nAnswer: male or female", + "output": [ + "male or female are the genders in which one is born." + ] + }, + { + "input": "Question: Where do a lot of people store their extra toilet paper? \nAnswer: cabinet", + "output": [ + "a cabinet would the the most likely place to find extra toilet paper" + ] + }, + { + "input": "Question: What is someone watching a person who is playing guitar doing? \nAnswer: listening to music", + "output": [ + "whoever is playing guitar is making music" + ] + }, + { + "input": "Question: What would you tell ali to do if he bumps into you when you are walking? \nAnswer: slow down", + "output": [ + "if you're moving too quickly walking around others, you might be clumsier and bump into them" + ] + }, + { + "input": "Question: Billy wanted to have rest because he needed to do what? \nAnswer: relax", + "output": [ + "they have internal instincts" + ] + }, + { + "input": "Question: Manny broke his triangle. Where might he go to get a new one? \nAnswer: music shop", + "output": [ + "music shop is the place that sells triangle for music instrument." + ] + }, + { + "input": "Question: John carred for Lucy but had trouble expressing it. Lucy was disturbed by John's inability to express affection and felt that he was what? \nAnswer: unfeeling", + "output": [ + "lucy felt john was unfeeling because he had trouble expressing his feelings" + ] + }, + { + "input": "Question: If you sale all seven of them you might come across an isle or two, but the one with the treasure is in just a single what? \nAnswer: sea", + "output": [ + "a treasure is an object that would show above any other object." + ] + }, + { + "input": "Question: What would you do with your plumbing to a plumber if it is broken? \nAnswer: show", + "output": [ + "most professional plumbers offer free estimates to customers — be wary of any who want to give you one" + ] + }, + { + "input": "Question: If a person wants to get coffee without leaving their car, where might they stop? \nAnswer: fast food restaurant", + "output": [ + "the person will get coffee to restaurant on break time" + ] + }, + { + "input": "Question: What is the place teenagers hate to go to most but have the most incentive to attend? \nAnswer: high school", + "output": [ + "the only place that almost all teenagers hate to go is high school. it's the only place they would consider as boring and not fun." + ] + }, + { + "input": "Question: Always wash your hands before eating, you don't want to get germs onto food and inside your what? \nAnswer: mouth", + "output": [ + "water already has germs in it and you don't put your hand in your doctor." + ] + }, + { + "input": "Question: Where can you store a pie? \nAnswer: refrigerator", + "output": [ + "pies are perishable goods so they need to be stored in a refrigerator to stay edible." + ] + }, + { + "input": "Question: A garage is a type of what? \nAnswer: building", + "output": [ + "a building is the only type of structure listed." + ] + }, + { + "input": "Question: What must a train do before reaching the station? \nAnswer: slow down", + "output": [ + "typically, a train stops at a station and must slow down to do so" + ] + }, + { + "input": "Question: Many grains of sand together form what? \nAnswer: sand pile", + "output": [ + "a sand pile is the only answer that could describe a large number of grains of sand." + ] + }, + { + "input": "Question: Too much shopping could lead to? \nAnswer: bankruptcy", + "output": [ + "too much shopping could lead to unmanageable debts." + ] + }, + { + "input": "Question: What could happen to a car if it crashes? \nAnswer: smoke", + "output": [ + "the question is looking for a result from a possible car crash. smoke is a likely result of a car accident." + ] + }, + { + "input": "Question: What force keeps objects on the surface of the earth? \nAnswer: gravity", + "output": [ + "gravity keeps objects on earth due to its inviasble downward force." + ] + }, + { + "input": "Question: When you meet interesting people your contacts list is likely to do what? \nAnswer: grow", + "output": [ + "you would want to save contact information about people you have met that you would enjoy talking to again." + ] + }, + { + "input": "Question: Where would a restaurant put a candle? \nAnswer: table", + "output": [ + "restaurants usually place candles on tables for decoration" + ] + }, + { + "input": "Question: Where would you need a ladder to eat? \nAnswer: apple orchard", + "output": [ + "a ladder would allow you to reach food like an apple tree in an apple orchard." + ] + }, + { + "input": "Question: What can you do in your house during the winter? \nAnswer: knit", + "output": [ + "this fall and winter, you’re going to be seeing a lot of new hardshell jackets and pants touting their use of the new gore-tex c-knit waterproof-breathable membrane" + ] + }, + { + "input": "Question: Where is the source of this steak house kobe? \nAnswer: japan", + "output": [ + "kobe generally comes from japan." + ] + }, + { + "input": "Question: What would you need after recording somethign and then having it transcribed? \nAnswer: spell checker", + "output": [ + "transcribed involves listening and writing, so spell c.heck would be helpful" + ] + }, + { + "input": "Question: The grass at the park was torn up with cleat marks, what likely perspired? \nAnswer: soccer game", + "output": [ + "soccer game planning in grass" + ] + }, + { + "input": "Question: The man had worked hard to see idea become reality, seeing it work had him beaming with what? \nAnswer: pride", + "output": [ + "everybody will feel pride of the result of the days of hard work." + ] + }, + { + "input": "Question: Where is Singapore located? \nAnswer: southeast asia", + "output": [ + "the south china see is the only location given that an island could be." + ] + }, + { + "input": "Question: Where can you take your kids to buy things for them to play with? \nAnswer: toy store", + "output": [ + "kids buy items from toy stores." + ] + }, + { + "input": "Question: What does the first person in a group of people to have a child often feel like doing? \nAnswer: making new friends", + "output": [ + "the answer has to include a verb, because the person feels like doing something." + ] + }, + { + "input": "Question: The lock prevented people from getting into the school, where was it placed? \nAnswer: entrance", + "output": [ + "an entrance is the only port a person enters at a school and would would contain lock" + ] + }, + { + "input": "Question: What causes an apple tree to grow? \nAnswer: sunshine", + "output": [ + "apple is a good fruit and it is my favourite" + ] + }, + { + "input": "Question: Billy is going to sleep. What will he be for the next few hours? \nAnswer: not awake", + "output": [ + "not awake is the most accurate descriptor for someone who voluntarily falls asleep" + ] + }, + { + "input": "Question: If I want to listen to the movie what do I need to do? \nAnswer: shut up", + "output": [ + "quite environment is the suitable place for listen the something" + ] + }, + { + "input": "Question: Getting a gift you wanted for you birthday will cause what state? \nAnswer: being happy", + "output": [ + "\"being happy\" would be the only positive outcome of the choices that could come from receiving a gift that you wanted." + ] + }, + { + "input": "Question: Bob's feet hurt from running barefoot on the hot pavement. I lost his shoes, didn't know where they landed, and had to run from the corner store to his home. About where did he run? \nAnswer: city block", + "output": [ + "corner store implies the corner of a block" + ] + }, + { + "input": "Question: The sniper had the target in sight but couldn't pull the trigger, a what memory from a decade earlier made him freeze? \nAnswer: distant", + "output": [ + "lost in a sight of memory" + ] + }, + { + "input": "Question: The real estate agent that could get anybody to do anything was quite what? \nAnswer: manipulate", + "output": [ + "if someone is able to get many people to do anything, that is the textbook definition of being manipulative." + ] + }, + { + "input": "Question: If someone was determined to curb their inability to save for retirement, they might want to look into the what? \nAnswer: stockmarket", + "output": [ + "that's the best option since that's where there are more roses" + ] + }, + { + "input": "Question: Where does a plane go when it has reached its destination? \nAnswer: runway", + "output": [ + "a plane has to land when it reaches it's destination, and planes can only land on runways" + ] + }, + { + "input": "Question: Where do you keep a teakettle? \nAnswer: cupboard", + "output": [ + "teakettles are usually kept in cupboards." + ] + }, + { + "input": "Question: James looked for an out of the way spot for his new floor lamp. Where might he have put it? \nAnswer: corner", + "output": [ + "corner james looked for an out of the way spot for his new floor lamp. where might he have put it?" + ] + }, + { + "input": "Question: If you're caught buying beer for children what will happen? \nAnswer: get arrested", + "output": [ + "the most logical outcome for being caught committing a crime is to be arrested. while you might lose money you will get arrested." + ] + }, + { + "input": "Question: The artist felt creating art was more than just making a picture, he felt his work had to evoke what? \nAnswer: strong emotion", + "output": [ + "good picture are the arts" + ] + }, + { + "input": "Question: What do all humans want to experience in their own home? \nAnswer: feel comfortable", + "output": [ + "if you're in your own home you would want to feel comfortable, working hard and falling in love usually happen outside of the home." + ] + }, + { + "input": "Question: What is generally a person's main goal when they spend time learning about a subject? \nAnswer: gain knowledge", + "output": [ + "not all subjects cause elation or a headache. if you learn about any subject, you will gain knowledge." + ] + }, + { + "input": "Question: He was not talkative because he had no voice box making him what? \nAnswer: mute", + "output": [ + "the phrase \"no voice box\" means that literally no words could be uttered making mute more appropriate than laconic or dour." + ] + }, + { + "input": "Question: What would you most likely use a blower to remove snow from? \nAnswer: ground", + "output": [ + "blower is used to blow ice on the ground" + ] + }, + { + "input": "Question: Where would you put something after an iron has been used on it? \nAnswer: linen closet", + "output": [ + "i consider it the best option because they have to be more true" + ] + }, + { + "input": "Question: Where are you if you're buying whiskey, grain, and saddles at the general store? \nAnswer: old west", + "output": [ + "old west you're buying whiskey,grain,and saddles at the general store" + ] + }, + { + "input": "Question: What drops from clouds on a warm day? \nAnswer: rain water", + "output": [ + "b & c aren't forms of percipitation" + ] + }, + { + "input": "Question: A lot of people who wrestle are very? \nAnswer: strong", + "output": [ + "wrestling is a sport that requires strength" + ] + }, + { + "input": "Question: Sometimes playing game means losing, he wasn't good at losing though and showed lots of what? \nAnswer: anger", + "output": [ + "the only logical reaction to losing." + ] + }, + { + "input": "Question: He followed the train tracks hoping to get home, he had gotten lost in the Yooperland where? \nAnswer: michigan", + "output": [ + "that is what i have hear michigan called." + ] + }, + { + "input": "Question: The dime store was full of old donated goods, it reminded the customer of the what? \nAnswer: past", + "output": [ + "old goods are the most likely to remind customers of the past." + ] + }, + { + "input": "Question: What is the goal of someone planning to kill? \nAnswer: take life", + "output": [ + "killing is taking life" + ] + }, + { + "input": "Question: John was glad that he had help. The piano was what? \nAnswer: heavy", + "output": [ + "being heavy is the only reason of why he would be happy for the extra help" + ] + }, + { + "input": "Question: What's it called when you have seen something through an eyepiece? \nAnswer: sights", + "output": [ + "sights are the only things that people attempt to view when using eyepieces; it doesn't make sense to look through an eyepiece to see another type of magnifying device." + ] + }, + { + "input": "Question: A kitchenette is common in what dwellings that are stacked on top of each other? \nAnswer: apartment", + "output": [ + "an apartment doesn't have a lot of room so it makes sense for things to be stacked on top of each other such as the kitchenette setup." + ] + }, + { + "input": "Question: What happens when someone is playing too aggressively? \nAnswer: injury", + "output": [ + "when people get too aggressive it almost always results in injury." + ] + }, + { + "input": "Question: Shopping all day is likely to lead to? \nAnswer: tiredness", + "output": [ + "if you shop all the day then your body will get tired" + ] + }, + { + "input": "Question: Where is a copy machine likely to be? \nAnswer: office", + "output": [ + "offices usually contain copy machines" + ] + }, + { + "input": "Question: Why would a person drop out of school? \nAnswer: more leisure time", + "output": [ + "dropping out means not attending school, which leaves the time open to do other things." + ] + }, + { + "input": "Question: Joe began setting the cup on the table after Bill asked him to do what to it? \nAnswer: put down", + "output": [ + "when you put down an item you set it on a surface so it does not break or spill." + ] + }, + { + "input": "Question: Breathing was difficult after the injury, but he was still able to what with it? \nAnswer: live", + "output": [ + "image result for breathingwww.newyorker.com breathing (or respiration, or ventilation) is the process of moving air into and out of the lungs to facilitate gas exchange with the internal environment, mostly by bringing in oxygen and flushing out carbon dioxide" + ] + }, + { + "input": "Question: If a person is on vacation what are they likely to achieve? \nAnswer: feel pleasure", + "output": [ + "when your on any vacation you would feel pleasure." + ] + }, + { + "input": "Question: The couple decided the new shades didn't match the old wall color, where did they go next? \nAnswer: paint store", + "output": [ + "the couple must go to the paint store to buy a new color for their walls to match the shades." + ] + }, + { + "input": "Question: While he was falling into a pile of broken glass, what did he fear? \nAnswer: lacerations", + "output": [ + "he was fear for broken glass should not lacerations" + ] + }, + { + "input": "Question: Billy's boss told him to get a book from a high shelf, so he took a stepladder from what? \nAnswer: store room", + "output": [ + "deep, try shelving meant for ... i've got everything in billy's as besides “normal” books i've also got .." + ] + }, + { + "input": "Question: The rich kid thought he could offer the professor money, and in turn the professor would let him what? \nAnswer: pass course", + "output": [ + "to offer someone money is typically to purchase a service, this suggests answer a & however, since the person being offered money is a professor, one is more likely to associate the service being course related. thus \"pass course\" is the logical answer." + ] + }, + { + "input": "Question: The statistician looked at the attribute but wanted more information, what did he want? \nAnswer: description", + "output": [ + "description makes the most sense because of what the statistcian wants, which is more information." + ] + }, + { + "input": "Question: What has happened to a person's money after he or she has used the last of it? \nAnswer: dissipate", + "output": [ + "dissipate is the only option that means for everything to be used up." + ] + }, + { + "input": "Question: Having a dog is a responsibility. To prevent overpopulation you should have them fixed. And, of course, they also do what? \nAnswer: need food", + "output": [ + "is the best since it is the best backup" + ] + }, + { + "input": "Question: When you play games with children you're doing what to them? \nAnswer: entertaining", + "output": [ + "that's the best option since that's where there are more roses" + ] + }, + { + "input": "Question: When a person is looking at an altar, where might they be standing? \nAnswer: temple", + "output": [ + "temples have altars in them" + ] + }, + { + "input": "Question: Lips are found on a person's what? \nAnswer: faces", + "output": [ + "lips are found on faces" + ] + }, + { + "input": "Question: Climbing a hill when hiking can really give one an appreciation of what? \nAnswer: great outdoors", + "output": [ + "“somewhere between the bottom of the climb and the summit is the answer to" + ] + }, + { + "input": "Question: If a person throws a coin in the water, where is that person likely? \nAnswer: wishing well", + "output": [ + "a lake or a river is where someone would throw a coin into the water because people sometimes do that for good luck." + ] + }, + { + "input": "Question: What happens when you eat hamburger too fast without swallowing? \nAnswer: choking", + "output": [ + "you are likely to choke when you eat too fast" + ] + }, + { + "input": "Question: Where does light come from? \nAnswer: universe", + "output": [ + "the universe is the only option that makes light." + ] + }, + { + "input": "Question: What would humans do when their legs are tired? \nAnswer: sit down", + "output": [ + "sitting down allows you to rest your legs, not having to use them anymore for a while." + ] + }, + { + "input": "Question: What happens when you try to help someone but make it worse? \nAnswer: hinder", + "output": [ + "if you're not helping then you might be hindering the person progress" + ] + }, + { + "input": "Question: If you eat beans when eating dinner, what noise are you likely to make? \nAnswer: flatulence", + "output": [ + "beans are know to cause flatulence" + ] + }, + { + "input": "Question: He showed his ticket and went straight to the bathroom to get out any pee, he didn't want anything to make him have to get up once he took his seat in the what? \nAnswer: theater", + "output": [ + "ticket required at a theater most often." + ] + }, + { + "input": "Question: What gas vehicle uses a chain to move the back wheel? \nAnswer: motorbike", + "output": [ + "a bicycle does not use gas and a tow truck has rims" + ] + }, + { + "input": "Question: Washing clothes over and over many times what do they do? \nAnswer: wear out", + "output": [ + "cloths get wet no matter how many times you wash them. the over and over means that its something that only happens with repetition, which would be wear out in this case." + ] + }, + { + "input": "Question: It was the only way out of town, the police parked their vehicles and drew their guns to create a what? \nAnswer: roadblock", + "output": [ + "police cars create a barrier you can not cross" + ] + }, + { + "input": "Question: John enjoyed his time visiting the museum. He wanted to spend more time there, so that he could study the exhibits more. He was a very academic person and loved doing what? \nAnswer: gaining knowledge", + "output": [ + "you go to a museum to get knowledge, not the other two options." + ] + }, + { + "input": "Question: Jim sought to work in an open space, what was he sick of? \nAnswer: desk", + "output": [ + "jjim in depending on age" + ] + }, + { + "input": "Question: John went to see the massive ball of yarn that was supposedly the largest in the world, but he didn't enjoy it. In hindsight, he found it to be what? \nAnswer: lame", + "output": [ + "lame is the only answer that indicates john didn't enjoy it." + ] + }, + { + "input": "Question: Loraine didn't like drinking alcohol. She didn't get a buzz from it. What might she have experienced when drinking? \nAnswer: nausea", + "output": [ + "nausea is one of the most common reactions when our bodies reject a substance." + ] + }, + { + "input": "Question: If you're about to reach a stop sign in your car what must you do? \nAnswer: slow down", + "output": [ + "stop signs mean slow to a stop before proceeding" + ] + }, + { + "input": "Question: He was bound to get hired quickly apply for job, he had a reputation for what? \nAnswer: working hard", + "output": [ + "working hard is the only option out of the three which an employer looks in a candidate." + ] + }, + { + "input": "Question: What do athletes do? \nAnswer: play sports", + "output": [ + "athletes are known for playing sports." + ] + }, + { + "input": "Question: What is a person going for a long walk in need of? \nAnswer: comfortable shoes", + "output": [ + "you don't need best things in life to take a walk." + ] + }, + { + "input": "Question: If a person is accused of committing murder, who must they face in court? \nAnswer: prosecution", + "output": [ + "because i think it's the closest one" + ] + }, + { + "input": "Question: Playing poker can be casual, but for others they play in tournaments for the prizes and challenge of what? \nAnswer: competition", + "output": [ + "competitions are tournaments played for a prize" + ] + }, + { + "input": "Question: What is a person visiting a museum likely to feel after realizing an object is missing? \nAnswer: shock", + "output": [ + "usually when an important piece from a museum is missing, one is shocked by such an act." + ] + }, + { + "input": "Question: Sitting down in a cushy chair will lead to what? \nAnswer: comfort", + "output": [ + "when people want to relax and be comfortable they choose soft, cushioned chairs." + ] + }, + { + "input": "Question: Though the controversial star was slammed in the media as selfish, it turned out he actually had many causes and was quite what? \nAnswer: philanthropic", + "output": [ + "it takes a selfless person to be philantropic" + ] + }, + { + "input": "Question: Why do people compete in sports? \nAnswer: accomplishment", + "output": [ + "sports are not generally played in an effort to kill the competition." + ] + }, + { + "input": "Question: Joe washed his coffee cup and then stowed it. Where might he stow it? \nAnswer: cupboard", + "output": [ + "cupboards are where things in the kitchen are stored if they want to use it again" + ] + }, + { + "input": "Question: Though the rules of the class assignment seemed strict, there was actually a what amount of room for imagination? \nAnswer: permissive", + "output": [ + "holds items for organization" + ] + }, + { + "input": "Question: If someone suffers from hunger but has nothing in the house what do they have to do? \nAnswer: buy food", + "output": [ + "if there's nothing to eat, you have to go fins something to eat" + ] + }, + { + "input": "Question: Discovering truth normally occurs at what part of a research process? \nAnswer: conclusion", + "output": [ + "conclusion can be considered the summary of research process, which can also reveal the truth." + ] + }, + { + "input": "Question: Where would a rosebush be most likely to die due to lack of water? \nAnswer: california", + "output": [ + "califorina is the place where it is hot and less water" + ] + }, + { + "input": "Question: What does running after balls lead to? \nAnswer: physical exertion", + "output": [ + "running is hard and tiring" + ] + }, + { + "input": "Question: Some do not enjoy getting drunk, it gives them what? \nAnswer: nausea", + "output": [ + "nausea is a bad feeling one is likely to get from drinking" + ] + }, + { + "input": "Question: Jane thought the cake was divine, but George's pie was the opposite. It was what? \nAnswer: horrible", + "output": [ + "the other answers are not something the opposite of divine." + ] + }, + { + "input": "Question: What do people make with crab? \nAnswer: delicious meal", + "output": [ + "you can't make a market or flat with crab" + ] + }, + { + "input": "Question: Can you name a good reason for attending school? \nAnswer: get smart", + "output": [ + "people attend school to be educated and get smarter." + ] + }, + { + "input": "Question: The ball was in Lucy's court, which was good, since she played handball here all the time. Where might she be/ \nAnswer: gymnasium", + "output": [ + "handball is a sport and people often play sports in gymnasiums" + ] + }, + { + "input": "Question: Even though people in the team sometimes what, they argue constructively? \nAnswer: disagree with each other", + "output": [ + "when two people argue, they disagree" + ] + }, + { + "input": "Question: What is the opposite of little? \nAnswer: big", + "output": [ + "becuse big is the opposite of little." + ] + }, + { + "input": "Question: Bobby found the lamp beside him when he got up. Where was the lamp? \nAnswer: bedroom", + "output": [ + "the bedroom is where a person would normally be sleeping at." + ] + }, + { + "input": "Question: When a child reaches thier late teens what happens? \nAnswer: become adult", + "output": [ + "is the best since it is the best backup" + ] + }, + { + "input": "Question: The committee had its first meeting. John was glad to be a part of it. This is what he ran for. Where might the meeting be? \nAnswer: city hall", + "output": [ + "he is an elected official and city hall is where there are elected offcials and meeting for them." + ] + }, + { + "input": "Question: John heard a language that he could not understand. He thought that the door was shut, but he eventually realized that there was no door, and that the light source that was blinding his eyes was very familiar. He was on his back looking at what? \nAnswer: sky", + "output": [ + "the light source was clearly the sun, which is in the sky." + ] + }, + { + "input": "Question: What do you do to hold loose papers together? \nAnswer: bound", + "output": [ + "papers are easily bound and not packaged or compacted when storing." + ] + }, + { + "input": "Question: Where are cars likely to move quickly? \nAnswer: freeway", + "output": [ + "the speed limit is faster here" + ] + }, + { + "input": "Question: What's black and white and contains many a story? \nAnswer: newspaper", + "output": [ + "newspaper contain the lot of world news" + ] + }, + { + "input": "Question: After four long years he would no longer be a student, what had he been able to do? \nAnswer: finish college", + "output": [ + "finishing college makes him no longer a student." + ] + }, + { + "input": "Question: How can you achieve happiness in a group? \nAnswer: play games", + "output": [ + "playing games allows people to interact together" + ] + }, + { + "input": "Question: Socialising with the in crowd was tiring, she found herself always suffering what when seeing what everybody had that she didn't? \nAnswer: jealousy", + "output": [ + "if someone desires and suffers for something others have, they often feel jealousy" + ] + }, + { + "input": "Question: Death Valley is in the North American what? \nAnswer: continent", + "output": [ + "north america is in fact a continent as opposed to a mountainous region" + ] + }, + { + "input": "Question: Brother Mike escaped the collapsed mine. Ever since, he was afraid of what? \nAnswer: being trapped", + "output": [ + "a collapsed mine causes you to be trapped" + ] + }, + { + "input": "Question: What's a good way to remember your small dog after he's gone? \nAnswer: photograph", + "output": [ + "photograph a good way to remember your small dog after he's gone?" + ] + }, + { + "input": "Question: The ranch house overlooked unobscured mountains and valleys, where was it located? \nAnswer: countryside", + "output": [ + "mountains and valleys do not tend to be in cities" + ] + }, + { + "input": "Question: What does a human wear when surfing? \nAnswer: wet suit", + "output": [ + "a wet suit is very often worn by surfers and is the most likely choice." + ] + }, + { + "input": "Question: What might someone be doing that committing perjury would result in jail time? \nAnswer: testify", + "output": [ + "perjury is lying in front of the court and pretending that what is being said is the truth. this is normally done in court where someone is testifying or telling the judge they are speaking the truth." + ] + }, + { + "input": "Question: When people are overly drunk how do the seem to others? \nAnswer: appear ridiculous", + "output": [ + "drunk people can be ridiculous." + ] + }, + { + "input": "Question: If you wanted to confirm information that you had, you would do what to someone? \nAnswer: question", + "output": [ + "to confirm something you must ask a question" + ] + }, + { + "input": "Question: John needed to escape. He hadn't expected that because he was a solid runt. What is he scared off? \nAnswer: be imprisoned", + "output": [ + "unless you are a prisoner, there should be no need to escape." + ] + }, + { + "input": "Question: Skiing can be very risky, it can be the cause of a very serious what? \nAnswer: accident", + "output": [ + "accidents are very serious" + ] + }, + { + "input": "Question: Grumpy is grooming himself because he's been told that his appearance can impact his mood, and he wants to be what? \nAnswer: positive", + "output": [ + "grumpy is grooming himself because he's been told that is his appearance can positive import" + ] + }, + { + "input": "Question: Where is an unused weapon likely to be? \nAnswer: holster", + "output": [ + "unused weapon holster likely to be" + ] + }, + { + "input": "Question: Pretty girls make everything look better. Where might you expect to find pretty girls accentuating things? \nAnswer: car show", + "output": [ + "car show is the only place that would have items to accentuate, namely cars." + ] + }, + { + "input": "Question: What you viewing if you're not looking at paintings while visiting a museum? \nAnswer: seeing artifacts", + "output": [ + "in a museum you can also look at seeing artifacts." + ] + }, + { + "input": "Question: You can buy a pen here. \nAnswer: office supply store", + "output": [ + "that's the best option since that's where there are more roses" + ] + }, + { + "input": "Question: He had chosen to live a fulfilling life, he was content in the end and died with no regrets as he took his last what? \nAnswer: breathe", + "output": [ + "when someone died, it is usually the last breath they take. also, not being able to breathe means no life left." + ] + }, + { + "input": "Question: Where is known for it's red suspension bridge? \nAnswer: california", + "output": [ + "golden gate bridge in san francisco is world famous." + ] + }, + { + "input": "Question: If you get your paper back marked with corrections, where are you? \nAnswer: classroom", + "output": [ + "the teacher in the classroom will mark your paper, i.e. grade" + ] + }, + { + "input": "Question: Going to bed would help someone to do what? \nAnswer: rest", + "output": [ + "beds are used to sleep which is also know as rest" + ] + }, + { + "input": "Question: Sarah thought that she had been home all evening. That meant that the only time to leave was when? \nAnswer: early morning", + "output": [ + "the safest bet is early morning because it is the farthest away from evening" + ] + }, + { + "input": "Question: If you poke yourself with sharp knitting needle what will you start doing? \nAnswer: bleeding", + "output": [ + "if you poke yourself, you will bleed from the wound that you just did. you will only have carpal tunnel syndrome if you do it too much, and have fun if you are a masochist." + ] + }, + { + "input": "Question: What does the idea of going on vacation inspire ? \nAnswer: pleasant thoughts", + "output": [ + "pleasant thoughts does the idea of going on vacation inspire ?" + ] + }, + { + "input": "Question: What could using a driving car help someone to be? \nAnswer: on time", + "output": [ + "a car is used to help someone achieve their objective." + ] + }, + { + "input": "Question: The jelly was put into a tube, where was it bound? \nAnswer: donuts", + "output": [ + "you put jelly in a tube to fill donuts, not before putting it in a jar or back into the refrigerator" + ] + }, + { + "input": "Question: If shark is stuffed and preserved,where might it be displayed? \nAnswer: maritime museum", + "output": [ + "task 2: explanation: house is the only place that is not likely to sell a lantern." + ] + }, + { + "input": "Question: How do birds have babies? \nAnswer: lay eggs", + "output": [ + "the birds reproduce the babys by lay eggs" + ] + }, + { + "input": "Question: What happens to someone wading while fishing? \nAnswer: wet clothes", + "output": [ + "a person wading in water while fishing is likely to get wet clothes" + ] + }, + { + "input": "Question: What would cause someone to use invitro for reproducing? \nAnswer: problems", + "output": [ + "invitro is to help someone conceive" + ] + }, + { + "input": "Question: When a teacher gives you a command what should you do? \nAnswer: follow", + "output": [ + "commands are directives that should be followed." + ] + }, + { + "input": "Question: Where is the best place to make food? \nAnswer: kitchen", + "output": [ + "a kitchen is the only place where you prepare food, the others are for buying and eating food." + ] + }, + { + "input": "Question: What geological feature is made mostly of rock? \nAnswer: mountain range", + "output": [ + "bridges and the ground have rocks in the composition, but aren't made mostly by it" + ] + }, + { + "input": "Question: Some horses are white others are black, but many are this color which might lead some people to think their milk would taste like chocolate? \nAnswer: brown", + "output": [ + "chocolate milk is brown" + ] + }, + { + "input": "Question: Where is a bay always found? \nAnswer: coastal area", + "output": [ + "bays can also found in the lake shores" + ] + }, + { + "input": "Question: They were finding information on their political enemies, what did they hope to gain? \nAnswer: power", + "output": [ + "they will gain power when they find information on political enemies" + ] + }, + { + "input": "Question: If you want to stop being married to someone it's usually because of what? \nAnswer: trouble", + "output": [ + "a problem occurred in the marriage so the marriage is in trouble" + ] + }, + { + "input": "Question: The car hit the curb at high speed, what happened as a result? \nAnswer: bottom out", + "output": [ + "the suspension of a car would only accommodate a curb a very low speeds." + ] + }, + { + "input": "Question: A mail service will often drop packages off, but also do what with them? \nAnswer: pick up", + "output": [ + "mail services include drop of and pick up of packages at residences and office spaces." + ] + }, + { + "input": "Question: John bought a new bookend for a shelf, but he was frustrated because he forgot that they were supposed to come in what? \nAnswer: pair", + "output": [ + "to properly hold books in place, one needs a bookend on both ends of the group of books." + ] + }, + { + "input": "Question: Why would people use airplanes? \nAnswer: war", + "output": [ + "the other two options are nouns, the answer requires a verb." + ] + }, + { + "input": "Question: Billy shoplifted a cheap watch. Where might he have grabbed it from? \nAnswer: department store", + "output": [ + "department stores will have the best deals" + ] + }, + { + "input": "Question: When a person has a meal or sips hot drinks while reading, what will happen? \nAnswer: gain knowledge", + "output": [ + "gaining knowledge while reading is the only result that makes sense from the answer choices." + ] + }, + { + "input": "Question: It was going to be a long winter during his commute, the heater had gone out in his what? \nAnswer: automobile", + "output": [ + "an automobile is what he would be driving" + ] + }, + { + "input": "Question: Where might customers go to walk around? \nAnswer: mall", + "output": [ + "when you think of customer and walking you think of a mall." + ] + }, + { + "input": "Question: Where would you find an expensive lantern? \nAnswer: antique shop", + "output": [ + "the best place to find an expensive lantern is an antique shop" + ] + }, + { + "input": "Question: James's condition continued to deteriorate despite hopes that he would get what? \nAnswer: better", + "output": [ + "that it continued to deteriorates shows they had hoped it would get better" + ] + }, + { + "input": "Question: The weasel was sifting through garbage, where did it look for it? \nAnswer: backyards", + "output": [ + "the backyard most likely contains the garbage weasels look for." + ] + }, + { + "input": "Question: This can set in after going to work with to little sleep? \nAnswer: exhaustion", + "output": [ + "you get exhausted with little sleep." + ] + }, + { + "input": "Question: People die, that's why you tend to find a graveyard where? \nAnswer: every town", + "output": [ + "the problem is most acute in cities that do not practise grave recycling." + ] + }, + { + "input": "Question: The house wasn't connected to anything but rather was randomly plopped down in the woods, what did it need to have visitors? \nAnswer: street", + "output": [ + "the minimal thing so someone can receive a visit is to build a street. subdivision and city are too much" + ] + }, + { + "input": "Question: If a person wants to take up harmonica where might they find one to get started? \nAnswer: music shop", + "output": [ + "a music shop is where a beginner might find a harmonica to start playing." + ] + }, + { + "input": "Question: Where would you go yourself if there is no one to drive you from your house? \nAnswer: school", + "output": [ + "you're already home and the surface of the earth is not a place you can go to." + ] + }, + { + "input": "Question: What would you do to a bag in your hand if someone tells you to shut up and give the bag to him or her? \nAnswer: release", + "output": [ + "he might just be armed" + ] + }, + { + "input": "Question: What would answering questions cause if the questions are not interesting? \nAnswer: boredom", + "output": [ + "is the best since it is the best backup" + ] + }, + { + "input": "Question: He was practicing deep breathing techniques, he had to have great control of his what? \nAnswer: abdominal muscles", + "output": [ + "deep breathing requires strong control of the muscles you use to breath, which would be abdominal" + ] + }, + { + "input": "Question: Where would you put a wedding ring before proposing? \nAnswer: box", + "output": [ + "a ring put in a box before proposing." + ] + }, + { + "input": "Question: After getting dressed very formally and getting the stereotypical viewing glasses, they went to the ticket office where? \nAnswer: opera house", + "output": [ + "you need special glasses at the opera" + ] + }, + { + "input": "Question: What is likely to happen to someone's speech after becoming inebriated? \nAnswer: talking nonsense", + "output": [ + "talking nonsense is the only option that relates to an inebriated person giving a speech." + ] + }, + { + "input": "Question: Joe rented a loft, which is a type of what? \nAnswer: city apartment", + "output": [ + "a loft is commonly known to not be a free-standing structure like a house or lodge." + ] + }, + { + "input": "Question: There was a saucepan used only for marinara, where was it kept? \nAnswer: italian restaurant", + "output": [ + "marianara is an itallian delicacy" + ] + }, + { + "input": "Question: The fox was caught by animal control, where was it released? \nAnswer: rural area", + "output": [ + "in most cases animal control will release a wild animal into its natural surroundings. the fox is found quite often in the country and other rural areas." + ] + }, + { + "input": "Question: James worked at a Kosher Deli in a Jewish neighborhood in the same city where his grandparents came over from Europe in the 40s. He could see the big green torch from his bedroom. Where might he live? \nAnswer: new york city", + "output": [ + "nyc is a city that is not in europe and many people immigrated to nyc in the 40s." + ] + }, + { + "input": "Question: How might someone relieve stress with friends? \nAnswer: hang out at bar", + "output": [ + "stressed can be relieved by hanging out at a bar" + ] + }, + { + "input": "Question: You might hear clippers more than anything at a barber, but you'll hear a pair of scissors more often at a what? \nAnswer: hair salon", + "output": [ + "a hair salon performs ladies haircutting, which usually involves long hair." + ] + }, + { + "input": "Question: What could cause a drop of blood to fall? \nAnswer: needle", + "output": [ + "a needle is likely to make a person bleed but not copiously" + ] + }, + { + "input": "Question: Because bottled water was environmentally unfriendly, where did she start getting her water from? \nAnswer: water cooler", + "output": [ + "it is resuable plastic that allows her to refill her own cuos" + ] + }, + { + "input": "Question: The van had three rows of seats, he was stuck sitting right in the middle in the what? \nAnswer: front back", + "output": [ + "rows are front to back, not left-right or large-small" + ] + }, + { + "input": "Question: Graphite is referred to as lead in what writing implement? \nAnswer: lead pencil", + "output": [ + "we write with lead pencil" + ] + }, + { + "input": "Question: The man was set on discovering truth in the situation, even if that truth what? \nAnswer: hurt", + "output": [ + "i consider it the best option because they have to be more true" + ] + }, + { + "input": "Question: Killing people had become a way of life for the gangster, but surely he would also what? \nAnswer: get killed", + "output": [ + "they have internal instincts" + ] + }, + { + "input": "Question: The student needed to get some new pencils, where did he go? \nAnswer: store", + "output": [ + "pencils are sold in stores." + ] + }, + { + "input": "Question: The person wanted to use her ear to detect the buffalo herd, where did she put it? \nAnswer: ground", + "output": [ + "the two african species of rhinoceros lack teeth at the front of their mouths, relying instead on their lips to pluck food." + ] + }, + { + "input": "Question: What happens when you cash in? \nAnswer: get money", + "output": [ + "that's the best option since that's where there are more roses" + ] + }, + { + "input": "Question: Sam liked getting drunk. He did it for what? \nAnswer: relaxation", + "output": [ + "alcohol relaxes people." + ] + }, + { + "input": "Question: What could happen to guns if they are hit on the ground? \nAnswer: break", + "output": [ + "if a gun or any object is on the ground and it is hit, it is likely to get broken." + ] + }, + { + "input": "Question: Where are you If you're on a road that passes a group of residences, stores, and other public buildings? \nAnswer: town", + "output": [ + "north america is too general and a valley isn't next to public buildings; a town is" + ] + }, + { + "input": "Question: The toddler thought it would be fun to try eating breakfast in bed, what resulted? \nAnswer: mess", + "output": [ + "a toddler having fun with food in bed will end in a mess." + ] + }, + { + "input": "Question: The referee wasn't specialized in one thing. He refereed many games. He was offered a job but wasn't sure what it would be. What did he know it would be? \nAnswer: sporting event", + "output": [ + "referees are know for working in sporting events, but with only the word referee, we can't know which type." + ] + }, + { + "input": "Question: Tickling for a prolonged period of time can cause dizziness and with the spinning, what else can happen? \nAnswer: nausea", + "output": [ + "a spinning feeling is often accompanied by nausea" + ] + }, + { + "input": "Question: Where do people go to gain knowledge? \nAnswer: classroom", + "output": [ + "classroom is the only educational answer on the list" + ] + }, + { + "input": "Question: He was hopeful for a good result, this was his last shot and he was what? \nAnswer: desperate", + "output": [ + "i have just focussed on being in a good space and obviously" + ] + }, + { + "input": "Question: What happens after having food too much? \nAnswer: getting fat", + "output": [ + "getting fat is caused by eating too much food" + ] + }, + { + "input": "Question: The student chefs were instructed to start the tacos with the main ingredient, adding it to a hot pan to do what? \nAnswer: brown meat", + "output": [ + "brown meat is a way to cook the meat with ingredients." + ] + }, + { + "input": "Question: What do people watch television to become? \nAnswer: entertained", + "output": [ + "tv is entertaining" + ] + }, + { + "input": "Question: If you choose to fly in an airplane, it normally means you have to? \nAnswer: go far", + "output": [ + "that is the only answer that normally applies to flying." + ] + }, + { + "input": "Question: James owned a historic deli. It had some protections that helped him keep it open. It was an important landmark where? \nAnswer: new york city", + "output": [ + "new york city allows protection against certain historic places." + ] + }, + { + "input": "Question: When do girls eat ice cream on the couch? \nAnswer: depressed", + "output": [ + "when some people get sad, they eat ice cream at home on the couch" + ] + }, + { + "input": "Question: What would you be if you comfort friend? \nAnswer: friendly", + "output": [ + "so you can help them in their time of need and be a better son, friend, and husband/boyfriend" + ] + }, + { + "input": "Question: Where is a pleasure garden likely to have orginated? \nAnswer: japan", + "output": [ + "japans have pleasure gardens" + ] + }, + { + "input": "Question: What will happen to you if your need is met? \nAnswer: satisfied", + "output": [ + "because i think it's the closest one" + ] + }, + { + "input": "Question: Where do you see signs that give direction while moving fast? \nAnswer: freeway", + "output": [ + "you move the fastest in a freeway, unlike the other options where you are slow or stationary" + ] + }, + { + "input": "Question: John traveled deeper and deeper. As he went, the light faded away until it was pitch black. Where might he be? \nAnswer: ocean", + "output": [ + "ocean is the only option that applies to a description like this. only in an ocean can the light from the sky vanish the deeper you go in it." + ] + }, + { + "input": "Question: Where can you find people trying to alleviate suffering? \nAnswer: hospital", + "output": [ + "doctors and nurses who work in a hospital alleviate suffering." + ] + }, + { + "input": "Question: What would you use if you wanted to play music? \nAnswer: cassettes", + "output": [ + "we can play music only in cassettes" + ] + }, + { + "input": "Question: The sick boy began reading letter after letter, there had been a campaign of strangers all over sending him letters and it brought him feelings of what? \nAnswer: happiness", + "output": [ + "he would be happy that strangers sent him letters, not strained, and realization doesn't make sense" + ] + }, + { + "input": "Question: Where are leaves likely to cause an accident? \nAnswer: street", + "output": [ + "leaves sitting on a roof or trees are normal and just sit there, but on the street can cause a car accident." + ] + }, + { + "input": "Question: What is a lawyer required to do during the discovery phase of a trial? \nAnswer: produce evidence", + "output": [ + "producing evidence is the only thing required during discovery." + ] + }, + { + "input": "Question: Sam felt that he only had the power to destroy. He was scared when he learned that Jane was pregnant. He was surprised that he could do what? \nAnswer: create", + "output": [ + "he thought he could only destroy but as jane was pregnant, he learned he can create life." + ] + }, + { + "input": "Question: John wants to buy a writing instrument and paperclips. Where would be go? \nAnswer: office supply store", + "output": [ + "a paper clip (or sometimes paperclip) is a device used to hold sheets of paper together, usually made of steel wire bent to a looped shape. most paper clips are ..." + ] + }, + { + "input": "Question: Where would you sit in a waiting room before getting an x-ray of your jaw? \nAnswer: dentist's office", + "output": [ + "is the best since it is the best backup" + ] + }, + { + "input": "Question: How do people exchange information to large groups at work? \nAnswer: meeting", + "output": [ + "information exchange or information sharing are informal terms that can either refer to bidirectional information transfer in telecommunications and computer science or communication seen from a system-theoretic or information-theoretic point of view." + ] + }, + { + "input": "Question: If you are getting in shape you cannot do this when trying to achieve your goals? \nAnswer: give up", + "output": [ + "if you give up you can never get in shape." + ] + }, + { + "input": "Question: A grain of sand might cause you discomfort if it get into your what? \nAnswer: bathing suit", + "output": [ + "a grain of sand causes much didcomfort when it is accidentally falls into any clothing whether it be a shoe or a piece of clothing." + ] + }, + { + "input": "Question: WHat does someone want to overcome the mundane? \nAnswer: new", + "output": [ + "i consider it the best option because they have to be more true" + ] + }, + { + "input": "Question: Why would someone be likely to avoid kissing? \nAnswer: herpes", + "output": [ + "herpes can be infected by kissing." + ] + }, + { + "input": "Question: If I was very excited about meeting people who were very close family, what emotion would I be feeling? \nAnswer: love", + "output": [ + "love is the most likely emotion to describe excitement at meeting very close family." + ] + }, + { + "input": "Question: Where might you go to buy silk? \nAnswer: chinatown", + "output": [ + "chinatown is a place where you can buy silk. nightgown are made of silk. garments are an accessorizes" + ] + }, + { + "input": "Question: Where could you find an organ that cannot be played? \nAnswer: human body", + "output": [ + "other selections could be displayed because they are not contained in the body" + ] + }, + { + "input": "Question: The back courtyard led to a walkout basement, where was it attached to? \nAnswer: large house", + "output": [ + "most of the large house the back courty and let walkout" + ] + }, + { + "input": "Question: The bat was abducted and absconded to top secret government facilities, where did this happen? \nAnswer: new mexico", + "output": [ + "new mexico is where the top secret gov. facilities are" + ] + }, + { + "input": "Question: Where would you find people using a laser to alleviate suffering? \nAnswer: hospital", + "output": [ + "hospital would you find people using a laser to alleviate suffering?" + ] + }, + { + "input": "Question: The cabinets were imported from the south. John bought they because he knew that they would look good. Where might they be installed? \nAnswer: kitchen", + "output": [ + "cabinets are not installed in a pantry a kitchen makes sense." + ] + }, + { + "input": "Question: If you are getting drunk you will need to drink what? \nAnswer: booze", + "output": [ + "booze is the only substance that drinking will lead to getting drunk." + ] + }, + { + "input": "Question: He wasn't able to enjoy the party because he was too worried about his things and cleaning up, where was the party? \nAnswer: home", + "output": [ + "his things would be in his home." + ] + }, + { + "input": "Question: The toddler is awaking from a nap, what doesn't he feel anymore? \nAnswer: tiredness", + "output": [ + "sleeping gets rid of tiredness and is why a person sleeps." + ] + }, + { + "input": "Question: Some cultures find it odd that other cultures have this kind of bathroom in an apartment? \nAnswer: common", + "output": [ + "a bathroom in a common." + ] + }, + { + "input": "Question: Capable people do tend to do what after drying off from a shower \nAnswer: dress themselves", + "output": [ + "after drying off you're naked so the next thing you need to do is get dressed unless walking around naked" + ] + }, + { + "input": "Question: Where would you go to argue about important bills? \nAnswer: congress", + "output": [ + "well, it only makes sense for the folks we choose to pass bills in our interest to do what they're supposed to." + ] + }, + { + "input": "Question: Where are files likely to be hanging? \nAnswer: filing cabinet", + "output": [ + "filing cabinet files likely to be hanging" + ] + }, + { + "input": "Question: The steel cable could be used to pull the tug if Steve had what? \nAnswer: winch", + "output": [ + "you would use a winch to pull a tug" + ] + }, + { + "input": "Question: What is likely to be the feeling of someone who hurts someone else? \nAnswer: feel remorse", + "output": [ + "out of which feeling you would most likely feel remorse after hurting someone" + ] + }, + { + "input": "Question: There's many places such as clerks, businesses, and more that a human can visit in a what? \nAnswer: office block", + "output": [ + "office block places such as clerks,businesses,and more that a human can visit" + ] + }, + { + "input": "Question: Where is one likely to keep a stylus? \nAnswer: palm pilot", + "output": [ + "only a palm pilot keeps a stylus in storage." + ] + }, + { + "input": "Question: Violence is present in many human endeavors, including sports. But Danny doesn't play sports. He does violence only during what? \nAnswer: war", + "output": [ + "if someone is in a war, they are most likely to endure or commit violent actions towards other people." + ] + }, + { + "input": "Question: The man went to clown college, he had always want to run away with the what? \nAnswer: circus", + "output": [ + "if you go to a clown college, you will want to go with the circus" + ] + }, + { + "input": "Question: Which state still has wild bald eagles? \nAnswer: utah", + "output": [ + "utah is the only state that has wild bald eagles." + ] + }, + { + "input": "Question: What new things can lead to understanding better? \nAnswer: ideas", + "output": [ + "only with the new ideas you can get interested and acquire wisdom to understand something better" + ] + }, + { + "input": "Question: Where does my body go after I am no longer living? \nAnswer: graveyard", + "output": [ + "because the question specifically asks where the body is after death, not the casket" + ] + }, + { + "input": "Question: It was tradition for the team to enter what through the central passage? \nAnswer: arena", + "output": [ + "an arena has a central passage." + ] + }, + { + "input": "Question: Where do most people get carrots? \nAnswer: store", + "output": [ + "well, while some do get them from farms, it's just more sensible to get them at a grocery store." + ] + }, + { + "input": "Question: The couple was getting divorce, they were most concerned about causing their children what? \nAnswer: emotional distress", + "output": [ + "divorce is a division of the home which causes children to be upset and spllit." + ] + }, + { + "input": "Question: Bill sits down on a whoopee cushion, what sound does he make when he sits? \nAnswer: flatulence", + "output": [ + "whoopie cushion is a gag that makes rude sounds" + ] + }, + { + "input": "Question: Most people recognize that earth experiences a set of distinct what? \nAnswer: four seasons", + "output": [ + "earth has four seasons" + ] + }, + { + "input": "Question: John 's baking over worked, but his what would not turn on? \nAnswer: stove", + "output": [ + "assuming the correct word is oven, it's safe to assume the stove would not turn on." + ] + }, + { + "input": "Question: What general area is a monkey found in? \nAnswer: great outdoors", + "output": [ + "the great outdoors is where monkeys natural habitat is" + ] + }, + { + "input": "Question: What does being fat lead a person to want to do in the gym? \nAnswer: get in shape", + "output": [ + "a gym can help a person get into shape" + ] + }, + { + "input": "Question: Where is a state highway likely to be crowded? \nAnswer: california", + "output": [ + "california is a state in the pacific region of the united states. with 39.6 million residents, california is the most populous u.s. state and the third-largest by area." + ] + }, + { + "input": "Question: The tool didn't fit the bolt, and the tool had a standard sizing, what was the bolt like? \nAnswer: nonstandard", + "output": [ + "if the tool didn't work and had standard sizing, it only makes sense that the bolt was nonstandard." + ] + }, + { + "input": "Question: Billy was a solider. He joined the military because he wanted to do what? \nAnswer: fight for freedom", + "output": [ + "soldiers typically join the military in order to bring freedom to the people." + ] + }, + { + "input": "Question: Where are people likely to live in small areas? \nAnswer: apartment", + "output": [ + "out of the choices, you can only live in an apartment, not a supermarket or opera." + ] + }, + { + "input": "Question: What do waitresses refill? \nAnswer: cup", + "output": [ + "a cup is the the only thing that a waitress could refill." + ] + }, + { + "input": "Question: Being tired makes humans realize they need what even in a car, or chair? \nAnswer: have rest", + "output": [ + "people require sleep when they are tired, and that can occur anywhere, not just in bed." + ] + }, + { + "input": "Question: Sally had two dogs, so he put newspaper somewhere. Where did he put it? \nAnswer: floor", + "output": [ + "dogs would pee on the floor" + ] + }, + { + "input": "Question: There are many cottages where James lives. He likes drawing pictures of those cottages and the people who live in them. When he's finished with one, he shows it to the others. This type of place is called what? \nAnswer: village", + "output": [ + "village was natural places" + ] + }, + { + "input": "Question: What is killing likely to lead to for legal purposes? \nAnswer: criminal trial", + "output": [ + "only option that is a legal purpose, the others are human values consequence." + ] + }, + { + "input": "Question: Joe put the back of the painting against the way, and displayed what side? \nAnswer: anterior", + "output": [ + "placing the back of the painting on the wall would make is so the front or \"anterior\" would be showing." + ] + }, + { + "input": "Question: When I was driving, I saw a lot of emergency vehicles up ahead. What might have happened? \nAnswer: traffic accident", + "output": [ + "a traffic accident will cause emergency vehicles to arrive at the scene." + ] + }, + { + "input": "Question: Where would you buy magazines after looking for vegetables? \nAnswer: market", + "output": [ + "vegetables will not be found at the train station or bookstore" + ] + }, + { + "input": "Question: He set up his cart all over the city, but the hot dogs always sold best where people were active like at the what? \nAnswer: park", + "output": [ + "people are active at parks, not at disneyland or at sporting events" + ] + }, + { + "input": "Question: The narrator explained the behaviors of the gazelle, sitting on the couch he was enjoying the what? \nAnswer: television program", + "output": [ + "a narrator is a television voice actors job on a television show." + ] + }, + { + "input": "Question: There would be over a hundred thousand people at the football field that weekend, it was the most popular spot on the what? \nAnswer: college campus", + "output": [ + "many colleges have a football field, and \"it was the most popular spot on the oklahoma\" does not make sense." + ] + }, + { + "input": "Question: Lying can cause what when trying to find accurate information? \nAnswer: confusion", + "output": [ + "lies are not accurate information so a person expecting accurate information would be confused by a lie" + ] + }, + { + "input": "Question: Having children do what after dinner helps to teach them responsibilty? \nAnswer: wash dishes", + "output": [ + "washing your dishes by hand. fill the sink with hot water. use the hottest water that you can without making it so hot that you burn yourself. soak pots and pans." + ] + }, + { + "input": "Question: If the temperature was really high, what is a likely reason for awaking in the middle of the night and being unable to fall back asleep? \nAnswer: discomfort", + "output": [ + "you can't feel depressed or irritable when you're asleep, but you can feel uncomfortable." + ] + }, + { + "input": "Question: A business on the 110th floor is in what kind of structure? \nAnswer: skyscraper", + "output": [ + "because in a skyscraper there are higher floors" + ] + }, + { + "input": "Question: There was a list of employees that weren't getting the job done, they were attending meeting to help them with their what? \nAnswer: understanding", + "output": [ + "becuase a group of people who are not getting a job done probably need a meeting for their understanding" + ] + }, + { + "input": "Question: He would finally see idea become reality, never in a million years did he what that this would happen? \nAnswer: think", + "output": [ + "he never thought that this would happen to him." + ] + }, + { + "input": "Question: The recipe called for much salt to really bring out the flavor, but given his dietary restrictions he added just a what? \nAnswer: little bit", + "output": [ + "he would only add a little bit so his dietary restrictions weren't compromised." + ] + }, + { + "input": "Question: Where is a good place to store a frying pan? \nAnswer: kitchen cabinet", + "output": [ + "frying pan is used for cooking so it will remain in the kitchen cabinet for easy access." + ] + }, + { + "input": "Question: I was sick of driving the car as I had done so for 10 hours, how was I feeling? \nAnswer: getting tired", + "output": [ + "driving a car for a long time causes one to become tired." + ] + }, + { + "input": "Question: What collection of writing would you be able to look up what a sloth is? \nAnswer: encyclopedia", + "output": [ + "its only in a collection of writing that we can find information" + ] + }, + { + "input": "Question: He admired the apple tree, he was relaxing in the smallest of the fifty where? \nAnswer: rhode island", + "output": [ + "rhode island is the smallest of the fifty states in usa" + ] + }, + { + "input": "Question: John took his place at the table, along with the others. What might they have been doing? \nAnswer: meeting", + "output": [ + "a meeting takes place at a room alongisde other people." + ] + }, + { + "input": "Question: Laura likes blue anemones, and John wants to give her something special for her birthday. Where might John go to get an anemone for Laura? \nAnswer: flower shop", + "output": [ + "the best place to buy anemones is on a flower shop." + ] + }, + { + "input": "Question: Family is always the best for devotion, but it is also nice if a person has what? \nAnswer: loyal friends", + "output": [ + "family and friends are usually those whom one is devoted to, and none of the other answers make grammatical sense." + ] + }, + { + "input": "Question: In what environment would you expect to find a shark? \nAnswer: deep ocean", + "output": [ + "sharks like deep waters and would most likely be found in the deep ocean." + ] + }, + { + "input": "Question: If you are cleaning house, what will happen to it? \nAnswer: order", + "output": [ + "definition of order - the arrangement or disposition of people or things in relation to each other according to a particular sequence, pattern, or metho." + ] + }, + { + "input": "Question: Where does a person usually plant a rosebush? \nAnswer: flower bed", + "output": [ + "someone would usually plant a rosebush in a flower bed." + ] + }, + { + "input": "Question: What would you read about an apple tree in? \nAnswer: bible", + "output": [ + "the bible is the only option that is a book." + ] + }, + { + "input": "Question: Where in a town would you see trees near houses? \nAnswer: yard", + "output": [ + "trees would be near houses because most houses have yards." + ] + }, + { + "input": "Question: Where is the most likely place for more than one stadium? \nAnswer: large city", + "output": [ + "a stadium require a lot of space" + ] + }, + { + "input": "Question: Where can you get a french horn to take home with you? \nAnswer: music store", + "output": [ + "only in the music store you can take home with one music intrument" + ] + }, + { + "input": "Question: Where would glasses be needed by many people? \nAnswer: meeting", + "output": [ + "in meetings there is generally some reading material which is needed to be read(pamphlets ,reports ,slideshows etc) so these generally need glasses for weak sighted people." + ] + }, + { + "input": "Question: What is leather used for in a car primarily? \nAnswer: car seats", + "output": [ + "car seats are meant to be soft and easy to clean" + ] + }, + { + "input": "Question: Mary never allowed her animal friend to do what without a leash? \nAnswer: leave home", + "output": [ + "animal friend's not clean" + ] + }, + { + "input": "Question: Despite reports of bad weather, the wedding day was gorgeous, what did the weather do? \nAnswer: surprise us", + "output": [ + "everybody expected bad weather, but it was good." + ] + }, + { + "input": "Question: The poet was being discussed amoung teenagers using Socratic dialogue, where was this happening? \nAnswer: classroom", + "output": [ + "most teenagers aren't old enough for university, and most probably aren't studying at home with many other teenagers, hence \"classroom\"." + ] + }, + { + "input": "Question: What type of outdoor sporting area has a foul line? \nAnswer: ball field", + "output": [ + "only an outdoor sport can be played on a field." + ] + }, + { + "input": "Question: He was lost going up and down the long hall, it must've been a very what to contain a hall that long? \nAnswer: large building", + "output": [ + "only a large building would contain a hall that long" + ] + }, + { + "input": "Question: They don't get grades or sit at desks, but crowds of fish do what? \nAnswer: school together", + "output": [ + "crowds of fish are called a school of fish" + ] + }, + { + "input": "Question: If someone is hurting someone else what is likely to happen from the police? \nAnswer: punishment", + "output": [ + "it is their job to stop someone from hurting someone else" + ] + }, + { + "input": "Question: To what part of your home is your morning paper delivered? \nAnswer: front porch", + "output": [ + "your morning paper is delivered to the house not the grocery store or synagogue." + ] + }, + { + "input": "Question: As he was looking sharp, how did his wife speak to him when she saw him in his new clothes? \nAnswer: complimentary", + "output": [ + "his wife praised him" + ] + }, + { + "input": "Question: The only thing, that every human has, that is absolutely necessary to play a harmonica is what? \nAnswer: mouth", + "output": [ + "only thing that holds liquids" + ] + }, + { + "input": "Question: What will someone do in the house in the evening because of being hungry? \nAnswer: cook dinner", + "output": [ + "if someone is in the house in the evening, they are likely cooking dinner if they are hungry." + ] + }, + { + "input": "Question: Where might a snake slither out of? \nAnswer: underbrush", + "output": [ + "you cant slither out of the outdoors or from under a creek but you can from under a bush" + ] + }, + { + "input": "Question: What would release energy, but not mainly in your muscles? \nAnswer: think", + "output": [ + "this is the only kind of energy that would be released without actively moving your muscles." + ] + }, + { + "input": "Question: What is a northern country where one might find a bald eagle preserve? \nAnswer: canada", + "output": [ + "in canada bald eagle preserve at northern country." + ] + }, + { + "input": "Question: Sam examined the thing closely. He was interested in it, and he wanted to do what? \nAnswer: learn more about", + "output": [ + "when you find something interesting you want to know more about it" + ] + }, + { + "input": "Question: They had just gotten their first house and needed a washer and dryer, they walked up and down the showroom where? \nAnswer: appliance store", + "output": [ + "appliances can be found in showrooms of appliance stores so it's the only place they can get a washer and dryer. theaters/electronics stores don't carry appliances mentioned in statement." + ] + }, + { + "input": "Question: Where would you see someone typing on a keyboard? \nAnswer: office", + "output": [ + "offices have computers that people work on" + ] + }, + { + "input": "Question: A person made coffee using hot water and coffee grounds, now where should he pour it? \nAnswer: coffee cup", + "output": [ + "coffee cup is the only receptacle for a beverage you would want to drink from." + ] + }, + { + "input": "Question: The hamburger were frozen from exposure, where were they? \nAnswer: hockey game", + "output": [ + "a hockey game is the only thing that takes place out in the cold." + ] + }, + { + "input": "Question: James loved his workplace. He was a cashier but he has a lot of leisure time which he spent browsing the new releases and bestsellers. Where might he be working? \nAnswer: bookstore", + "output": [ + "if you work in a bookstore you need to find information about new releases and bestsellers." + ] + }, + { + "input": "Question: What could a real estate agent do if his or her customer wants to get a house? \nAnswer: offer price", + "output": [ + "because i think it's the closest one" + ] + }, + { + "input": "Question: What might cause someone to have a last passing sentence? \nAnswer: death", + "output": [ + "people have ceased activity are usually unable to do so due to death." + ] + }, + { + "input": "Question: When you first wake up and head to work what do you have to do? \nAnswer: get going", + "output": [ + "you need to get going otherwise you will not arrive at work" + ] + }, + { + "input": "Question: Bill has a desire to learn, but doesn't personally know any teacher, where should he go? \nAnswer: attend school", + "output": [ + "he attended high school and medical school in madras." + ] + }, + { + "input": "Question: I have some food that I want to eat right now, where would I put it? \nAnswer: plate", + "output": [ + "we generally eat food by putting onto the plate." + ] + }, + { + "input": "Question: What gathering of loved ones follows your final birthday? \nAnswer: funeral", + "output": [ + "your final birthday implies you will have no more birthdays, so you are dead." + ] + }, + { + "input": "Question: Where would a woman store a train ticket on her person? \nAnswer: purse", + "output": [ + "women who carry purses usually store items in them." + ] + }, + { + "input": "Question: He waited for his friend at the squash court, but he was worried his friend thought he meant the at the other end of the public what? \nAnswer: park", + "output": [ + "country clubs and fitness centers are rarely public" + ] + }, + { + "input": "Question: What does a person feel when they are close to their birthday? \nAnswer: excited", + "output": [ + "an excited crowd waited for the singer to arrive. no wonder the children are excited, - this is the first time they've been abroad. they were really excited about the project, but now they seem to have lost interest in it now." + ] + }, + { + "input": "Question: Expressing yourself in public without wearing pants will likely result in what? \nAnswer: getting arrested", + "output": [ + "arrests one is drunk driving and the police find out,what is the likely resul" + ] + }, + { + "input": "Question: John's parking space was in a great position. Where was it in relation to the building? \nAnswer: front", + "output": [ + "i was front of the building" + ] + }, + { + "input": "Question: His saw was too big to fit with all his wrenches and screwdrivers in his metal what? \nAnswer: toolbox", + "output": [ + "tools are places in toolboxes, and toolboxes are always metal" + ] + }, + { + "input": "Question: James raised the stairs, but john wanted to get up too. What did James have to do to the stairs? \nAnswer: lower", + "output": [ + "lower was the better choice over push down." + ] + }, + { + "input": "Question: If something is occurring at an altar, what might the occasion be? \nAnswer: ceremony", + "output": [ + "ceremonies are held at the altar." + ] + }, + { + "input": "Question: When you enter a dental office where have you just left? \nAnswer: street", + "output": [ + "the closest and most accurate option" + ] + }, + { + "input": "Question: Bess told Sam to move, but he refused. He said that he was doing what? \nAnswer: staying put", + "output": [ + "sam was staying put for which he refused and that is what he is doing" + ] + }, + { + "input": "Question: The ECB was focused on fighting inflation without concern for other issues. This obviously caused what? \nAnswer: problems", + "output": [ + "problems the ecb was focused on fighting inflation without concern for other issues. this obviously caused what?" + ] + }, + { + "input": "Question: I as a person like to enjoy expensive things, why do I do that? \nAnswer: experience pleasure", + "output": [ + "only likely answer, most people do not purposely want to go into debt" + ] + }, + { + "input": "Question: If you are playing poker, what are you doing? \nAnswer: game playing", + "output": [ + "i doing in game playing." + ] + }, + { + "input": "Question: When the woman put her belonging in the drawstring bag, how did she want her things to stay? \nAnswer: safe", + "output": [ + "when people put things in drawstring bags they usually want them to be safe." + ] + }, + { + "input": "Question: What feeling does see favorite show eliminate? \nAnswer: bored", + "output": [ + "you watch shows because they are entertaining, so its not a feeling you eliminate by watching one. therefore, it must be because you are bored." + ] + }, + { + "input": "Question: Three quarters of what are covered by the ocean? \nAnswer: surface of earth", + "output": [ + "a beach isn't covered by the ocean, underwater is a state of being not a thing" + ] + }, + { + "input": "Question: What might be the result of a season of successful skiing? \nAnswer: healthy body", + "output": [ + "sucessful skiing implies that you will become healhty" + ] + }, + { + "input": "Question: When people are learning about science and not burdened by the morals of a higher power, they are more likely to come up with what? \nAnswer: new ideas", + "output": [ + "ideas are something you come up with, the other two options are things you believe or learn." + ] + }, + { + "input": "Question: Driving to work had become a chore for her and she felt what at the slightest hint of traffic? \nAnswer: impatience", + "output": [ + "only possible answer after work being a chore" + ] + }, + { + "input": "Question: What might someone jogging be trying to achieve long term? \nAnswer: being healthy", + "output": [ + "hotel ambience excellency, wakad, pune. ... shop 8, vrindavan apartment, opposite polaris hospital, wakad, pune. ... yes being healthy is pocket friendly but food test is not impressive" + ] + }, + { + "input": "Question: John didn't have to ride his bike. He did it for only one reason. What reason is that? \nAnswer: enjoyment", + "output": [ + "the phrase suggests john is riding for enjoyment and thirst and fatigue are nto enjoyable." + ] + }, + { + "input": "Question: Minerals can be found on what third rock from the sun? \nAnswer: earth", + "output": [ + "earth is the third planet from the sun and fits the question best." + ] + }, + { + "input": "Question: Steam turns to vapor quickly when it is exposed to what? \nAnswer: cold air", + "output": [ + "steam needs to touch something cold in order to vaporize" + ] + }, + { + "input": "Question: If you're telling many people about tasks you perform you have what? \nAnswer: accomplish", + "output": [ + "tasks you perform indicate getting thing done, which is similar with accomplishment." + ] + }, + { + "input": "Question: A person was finishing a test and looking frantically at the clock, what did they have to do? \nAnswer: race against time", + "output": [ + "looking at the clock indicates a concern for the time." + ] + }, + { + "input": "Question: Where should you not drink water from? \nAnswer: toilet", + "output": [ + "water in the toilet is dirty." + ] + }, + { + "input": "Question: What is someone likely to feel after receiving a gift that is not common? \nAnswer: special", + "output": [ + "they will feel as if the person went out their way to make them feel more than normal" + ] + }, + { + "input": "Question: What is a computer user using Zillow have as a goal? \nAnswer: own home", + "output": [ + "zillow is a place to buy homes, not necessarily a house" + ] + }, + { + "input": "Question: What do use coal to light? \nAnswer: fire", + "output": [ + "always start with a clean fire grate. place two firelighters in the middle of the grate." + ] + }, + { + "input": "Question: The hot weather was unbearable and I needed relief, what did I go to do? \nAnswer: swim", + "output": [ + "swimming is a relief from the heat." + ] + }, + { + "input": "Question: Where could you find a barbershop that is not in a separate building from other stores? \nAnswer: shopping mall", + "output": [ + "barbershop is located in vilage" + ] + }, + { + "input": "Question: What part of us is virginia in? \nAnswer: south", + "output": [ + "minnisota is a state and united states is the whole nation. south is the only answer that is a part of the us." + ] + }, + { + "input": "Question: Where should we move this furniture? \nAnswer: room", + "output": [ + "\"move this furniture\" suggests that the furniture has arrived at a residence and, therefore, it would be expected that the resident would move it into a room." + ] + }, + { + "input": "Question: What could happen if someone isn't playing basketball carefully? \nAnswer: knee injury", + "output": [ + "the knee is one of the body's more complicated joints susceptible to various injuries.and" + ] + }, + { + "input": "Question: When you clean clothes what do you need to put in the washer? \nAnswer: soap", + "output": [ + "soap is something that helps to remove the stains" + ] + }, + { + "input": "Question: The comforter was a favorite for cuddling in front of the TV, where did the family put it? \nAnswer: livingroom", + "output": [ + "most tvs for families are in living rooms" + ] + }, + { + "input": "Question: What usually happens to work when taking a break? \nAnswer: delay", + "output": [ + "you postpone what you're working on when you take a break from it." + ] + }, + { + "input": "Question: After I urinate what should I do before I eat? \nAnswer: wash hands", + "output": [ + "i do before i eat after urinate wash hands." + ] + }, + { + "input": "Question: You can get off the road and relax on a couch at what roadside location? \nAnswer: rest area", + "output": [ + "when you are driving you can get off the road and relax at a rest area.." + ] + }, + { + "input": "Question: Bob rested his bottom on a chair in the orchestra pit. A bottom is also called what? \nAnswer: butt", + "output": [ + "butts sit in chairs." + ] + }, + { + "input": "Question: Who would you go to if you wanted a picture of a thermometer? \nAnswer: drawer", + "output": [ + "a thermometer would most likely be found in a hospital. the odds are pretty low to find it in either a random cabinet or drawer." + ] + }, + { + "input": "Question: What is someone who enjoys to give assistance likely to do? \nAnswer: help one", + "output": [ + "giving assistance is the same as helping one" + ] + }, + { + "input": "Question: Where would you find a timetable being read by people who plan to travel to another country? \nAnswer: train station", + "output": [ + "possible in train station" + ] + }, + { + "input": "Question: Some people have many pairs of jeans, they store them in their what? \nAnswer: closet", + "output": [ + "the closet is the only logical place to store a pair of jeans that you own." + ] + }, + { + "input": "Question: What state should your bedroom have before sleeping? \nAnswer: darkness", + "output": [ + "darkness is how a bedroom usually is before sleeping (other two nonsensical too)" + ] + }, + { + "input": "Question: I have some liquid food that I want to store, where would I put it? \nAnswer: jar", + "output": [ + "that's the best option since that's where there are more roses" + ] + }, + { + "input": "Question: Where would you find a monitor wall that is used for watching moving lines? \nAnswer: hospital", + "output": [ + "hospital would you find a monitor wall that is used for watching moving lines?" + ] + }, + { + "input": "Question: Where could a fungus grow and not be disturbed by sunlight? \nAnswer: under rocks", + "output": [ + "the sunlight not to be reached under rocks" + ] + }, + { + "input": "Question: Where might I find the names of a place to stay? \nAnswer: phone book", + "output": [ + "phone book is the only option that is not a place to stay" + ] + }, + { + "input": "Question: Danny hated helping people. It always brought what? \nAnswer: complications", + "output": [ + "if helping people brought him satisfaction or made him feel good about himself, danny wouldn't hate helping folks. choice a is the only one that has a negative connotation and thusly would make danny dislike helping." + ] + }, + { + "input": "Question: He was very formal when talking to others, he always maintained an effort to what? \nAnswer: make eye contact", + "output": [ + "a person talking formally to others will try to make eye contact." + ] + }, + { + "input": "Question: Where will you find an automobile that has broken down? \nAnswer: side of road", + "output": [ + "is the best since it is the best backup" + ] + }, + { + "input": "Question: They got their kid a nice new play mat, they put it in front of the TV in the where? \nAnswer: living room", + "output": [ + "living room is the place where people watch tv" + ] + }, + { + "input": "Question: What feature of a snake makes people dislike touching it? \nAnswer: scales", + "output": [ + "scales are rough and humans don't like rough feeling items." + ] + }, + { + "input": "Question: Where is a sleeping dog unlikely to be? \nAnswer: tree", + "output": [ + "a dog don't usually sleep outside by a tree because it is out in the open and not cozy." + ] + }, + { + "input": "Question: The wheel was loose, and threatened to fall off when they were what? \nAnswer: fast", + "output": [ + "if a car's wheel is loose, it could result in falling off." + ] + }, + { + "input": "Question: What's a bad thing people do? \nAnswer: use drugs", + "output": [ + "drugs are not a good thing" + ] + }, + { + "input": "Question: Success is usually a product of preparation and what? \nAnswer: working hard", + "output": [ + "working hands to make success" + ] + }, + { + "input": "Question: Where does a hat go when you wear it? \nAnswer: head", + "output": [ + "it's correct because there's not really any other good place to wear a hat." + ] + }, + { + "input": "Question: James found himself watching films all the time. He did it because he was too high strung and needed some what? \nAnswer: relaxation", + "output": [ + "if you are too edgy you need to calm down" + ] + }, + { + "input": "Question: What could you use a net as? \nAnswer: fishing gear", + "output": [ + "there are different types of fishing, one being with a net." + ] + }, + { + "input": "Question: Computers have always been cutting edge technology, so they what? \nAnswer: cost money", + "output": [ + "new technology is usually more costly than old technology." + ] + }, + { + "input": "Question: When a union shop decides to go off strike what will they do? \nAnswer: return to work", + "output": [ + "when you end a strike you go back to work" + ] + }, + { + "input": "Question: Most building are located overground, not? \nAnswer: underground", + "output": [ + "underground is the only thing that makes sense phonetically and opposite of overground." + ] + }, + { + "input": "Question: She felt the need to continue to lose weight, this was despite her already being what? \nAnswer: skinny", + "output": [ + "losing weight doesn't mean somebody is actually healthy or feeling better" + ] + }, + { + "input": "Question: The horse had given so many rides that day, that they didn't know where to find him except where his favorite toy was next to his dinner and bed? \nAnswer: found in stall", + "output": [ + "horses live and eat in their stalls in barns" + ] + }, + { + "input": "Question: This country spans the entire breadth of the landmass. What is it called? \nAnswer: america", + "output": [ + "a and b are not the names of a country" + ] + }, + { + "input": "Question: If I wanted to thank someone for saying I have done a good job, what would I do? \nAnswer: say you're welcome", + "output": [ + "it's the costumary response, where the other two options are the reactions, but not a response." + ] + }, + { + "input": "Question: I was having a bath for 4 hours, what might I suffer from physiologically? \nAnswer: wrinkled skin", + "output": [ + "more than the others taking a bath for four hours straight gives you wrinkled skin" + ] + }, + { + "input": "Question: If you're watching a horror film what are you likely to experience? \nAnswer: fear", + "output": [ + "horror films are the only genre that can instill fear into their viewers." + ] + }, + { + "input": "Question: What does hearing someone play violin beautifully make you? \nAnswer: inspiring", + "output": [ + "hearing someone play a violin beautifully makes me inspired." + ] + }, + { + "input": "Question: James took his duffle bag with him when he walked to a place in order to go to another place. Where did he walk to? \nAnswer: bus station", + "output": [ + "bus station is the place to go to find transport." + ] + }, + { + "input": "Question: Where might a conductor flail his arms in the air while he faces people? \nAnswer: orchestra", + "output": [ + "i consider it the best option because they have to be more true" + ] + }, + { + "input": "Question: Where do you typically buy leather jackets? \nAnswer: department stores", + "output": [ + "people buy products in stores, no car seats or stables have leather jackets for sale" + ] + }, + { + "input": "Question: Why would you not want to be working with wood? \nAnswer: blisters", + "output": [ + "i consider it the best option because they have to be more true" + ] + }, + { + "input": "Question: They launch a surprise attack, this ended the what? \nAnswer: cease fire", + "output": [ + "some thing that ended the surprise attack" + ] + }, + { + "input": "Question: A marmot is an animal that is normally found in what type of environment? \nAnswer: american forest", + "output": [ + "a forest is a specific is a habitat for marmots rather than a broad location." + ] + }, + { + "input": "Question: What is the worst outcome of an injury? \nAnswer: cause death", + "output": [ + "some of the injury goes to the death in spread" + ] + }, + { + "input": "Question: The person gave a good hands on what to show how to do the work? \nAnswer: demonstration", + "output": [ + "demonstration is the only thing that shows something, and not is something" + ] + }, + { + "input": "Question: What might I use to grow a ficus on my patio? \nAnswer: pots", + "output": [ + "a patio doesn't have a tropical forest or an arboretum." + ] + }, + { + "input": "Question: Where could a human get an outfit, makeup, and eat lunch all at the same place? \nAnswer: shopping mall", + "output": [ + "shopping malls contain stores where you can buy makeup and eat lunch and buy clothes" + ] + }, + { + "input": "Question: The pioneer went to the general store for food preservation supplies, what was he looking for? \nAnswer: salt", + "output": [ + "food does not be prepared without salt" + ] + }, + { + "input": "Question: Prescriptions being the specialty the store charges higher prices for most other goods, I'd be paying for convenience if I bought a hair dryer where? \nAnswer: drug store", + "output": [ + "drug stores sell prescriptions, and usually sell other goods that are more expensive." + ] + }, + { + "input": "Question: During his guilty sentencing for the killing the suspect was stoned faced, he expressed remorse for the what he had caused the victim's families? \nAnswer: sorrow", + "output": [ + "a killing of a family member would usually evoke sorrow within the victim's family." + ] + }, + { + "input": "Question: What does the policeman gain from discovering the truth in a crime? \nAnswer: increased knowledge", + "output": [ + "the policman in discovering for increased knowledge." + ] + }, + { + "input": "Question: What can other person do to cheer a group up who are feeling down? \nAnswer: make people laugh", + "output": [ + "making people laugh is the best way to cheer someone up." + ] + }, + { + "input": "Question: The man was still up at 2:30 am, so he was using the television, what was he hoping he would accomplish? \nAnswer: falling asleep", + "output": [ + "the man was up because he couldnt fall asleep" + ] + }, + { + "input": "Question: Where is a bird likely to feel free? \nAnswer: sky", + "output": [ + "the sky is completely open with nothing around." + ] + }, + { + "input": "Question: If a person wants to put some excitement into his routine, he learn how to do what? \nAnswer: dance", + "output": [ + "place of entertainment for parties" + ] + }, + { + "input": "Question: What does an airplane do before takeoff? \nAnswer: accelerate", + "output": [ + "an airplane needs to accelerate before flying." + ] + }, + { + "input": "Question: I was creating art while angry, what did my painting convey inadvertently? \nAnswer: strong emotion", + "output": [ + "we express our own emotions through our art so if you are angry it will show in your art as well" + ] + }, + { + "input": "Question: She explained that you won't always get what you want with a goal, but you should still do what with it? \nAnswer: reach for", + "output": [ + "goals are think in life that we want to accomplish so we should always try and reach for them" + ] + }, + { + "input": "Question: Grapes are often grown in what sort of location in order to produce a beverage that impairs the senses when inbibed? \nAnswer: winery", + "output": [ + "a winery is the only place that makes an alcoholic drink from grapes." + ] + }, + { + "input": "Question: What is required to be good at driving cars? \nAnswer: concentrate", + "output": [ + "concentrate is the only option that affects your driving performance positively" + ] + }, + { + "input": "Question: A teacher thought that John wasn't doing his best. She knew he had potential, so she tried to do what to him? \nAnswer: encourage", + "output": [ + "when someone isn't doing their best, encouragement can help them to succeed." + ] + }, + { + "input": "Question: If someone is fiddling with something what skill do they likely have? \nAnswer: dexterity", + "output": [ + "to successfully fiddle with something, one needs flexible fingers" + ] + }, + { + "input": "Question: The scientists thought it was an impossibility, but with new evidence there was a chance it was a what? \nAnswer: possibility", + "output": [ + "the opposite of impossible is possible" + ] + }, + { + "input": "Question: The coach explained respect to the players before the game against the worst team in the league, he didn't want his players to what to the opponents? \nAnswer: belittle", + "output": [ + "belittling the opponents would be disrespectful." + ] + }, + { + "input": "Question: If you get something, you'll what it? \nAnswer: then have", + "output": [ + "if you get something then you then have something." + ] + }, + { + "input": "Question: Where can you get a brand new book shelf? \nAnswer: furniture store", + "output": [ + "furniture store is the place to get brand new book shelf" + ] + }, + { + "input": "Question: What are adult people usually expected to do? \nAnswer: pay bills", + "output": [ + "adults are expected to pay bills. they do not need to own property and all ages can shake hands." + ] + }, + { + "input": "Question: There was a ruin under the site. Billy did what to it? \nAnswer: found", + "output": [ + "discovered the new ruin" + ] + }, + { + "input": "Question: Where would a box office be selling tickets for something that is happening outside? \nAnswer: ballpark", + "output": [ + "ticket sales for ballpark" + ] + }, + { + "input": "Question: What happens if lovers want to show affection? \nAnswer: kiss each other", + "output": [ + "if you want to show affection to someone else, you don't leave them." + ] + }, + { + "input": "Question: Jane was doing housework and started sneezing when she used a cleaning agent, what did the cleaner cause in her? \nAnswer: allergies", + "output": [ + "cleanliness and pain and suffering would not cause sneezing" + ] + }, + { + "input": "Question: The person wanted to make money, so what did he do? \nAnswer: selling things", + "output": [ + "selling items is the only way to make money, while machine part is not an action and feel resentful would not make him any money" + ] + }, + { + "input": "Question: To avoid problems when going somewhere, whats a crucial step you should take? \nAnswer: plan ahead", + "output": [ + "planning ahead is best option to avoid problems" + ] + }, + { + "input": "Question: I need to store my honey, where should it go? \nAnswer: jar", + "output": [ + "a persons honey is kept in a jar" + ] + }, + { + "input": "Question: Where would you put groceries after you have bought them and reached your house? \nAnswer: shelf", + "output": [ + "a shelf is the only location that would be in one's house" + ] + }, + { + "input": "Question: What did georgia leave from in the 1800s? \nAnswer: united states", + "output": [ + "georgia leave from united states in the 1800s" + ] + }, + { + "input": "Question: James tripped while running in the house. His mother had repeatedly warned him to put his toys away but he did not listen. Where might his toys have been? \nAnswer: floor", + "output": [ + ": floor tripped while running in the house. his mother had repeatedly warned him to put his toys away but he did not listen. where might his toys have been?" + ] + }, + { + "input": "Question: You want a real estate agent that is straight forward with you, the last thing you want is for them to what a house's quality? \nAnswer: misrepresent", + "output": [ + "someone who is straightforward does not cover things up and does not necessarily offer the price on a house. they should represent the price accurately." + ] + }, + { + "input": "Question: Where do kids go that does not involve water or buying something? \nAnswer: disneyland", + "output": [ + "you go to a toy store to buy something, you go to a swimming pool which consists of water, but you don't generally go to disneyland for either." + ] + }, + { + "input": "Question: Where would you put a washcloth to clean it? \nAnswer: bathroom sink", + "output": [ + "bathroom sink is the only place that suitable to wash something." + ] + }, + { + "input": "Question: Some may call it lame but capitalism distributes resources in what way? \nAnswer: efficient", + "output": [ + "free flow of resources is an efficient part of capitalism." + ] + }, + { + "input": "Question: She asked to swallow semen, he shrugged and replied it was fine if that's what? \nAnswer: you're into", + "output": [ + "this goes wrong that he was fine" + ] + }, + { + "input": "Question: Miles tried to debuff the enemies, but he only succeeded in doing what to their stats? \nAnswer: improve", + "output": [ + "debuff the enemies has to improve their knowledge" + ] + }, + { + "input": "Question: The skin was cut while chopping onions, where was this skin likely cut? \nAnswer: finger", + "output": [ + "the finger is the most likely to be cut with a knife as you hold it in your hand." + ] + }, + { + "input": "Question: He saw the kid begin to fiddle with things, he then stated his observation to the kid saying what directed at him? \nAnswer: you're bored", + "output": [ + "to fiddle with something is to play or move it around in a directionless, non-purposeful way. it's something you do with your hands when you have nothing else to do, i.e., you're bored." + ] + }, + { + "input": "Question: Sam's penis was flacid, but even in that state it felt very what? \nAnswer: firm", + "output": [ + "\"but even\" implies that it is still what it would be in a different state. if it is flacid it could not be erect, but it could still be firm. turgid has different connotations." + ] + }, + { + "input": "Question: Killing people wasn't enough for him, he was out for revenge and wanted to cause them what? \nAnswer: anguish", + "output": [ + "anguish is cuased by someone wanting revenge." + ] + }, + { + "input": "Question: If I have to pass through a ticket booth to see a concert, where is the concert? \nAnswer: venue", + "output": [ + "a ticket booth would keep you from passing through to a venue that holds a concert." + ] + }, + { + "input": "Question: James went to the tennis court that was located in his home what? \nAnswer: town", + "output": [ + "town is the only word that would make sense to be conjoined with the word \"home\"." + ] + }, + { + "input": "Question: What can happen as a result of a business spending money and having to make a declaration? \nAnswer: bankruptcy", + "output": [ + "the only declaration a company can make from spending too much money is bankruptcy." + ] + }, + { + "input": "Question: How did the sleeping child know they were still in the process of going somewhere? \nAnswer: movement", + "output": [ + "going somewhere implies movement" + ] + }, + { + "input": "Question: Where might you have to pay for a shopping bag now? \nAnswer: supermarket", + "output": [ + "a supermarket is the only place one would need to purchase a shopping bag." + ] + }, + { + "input": "Question: What can you do in front of a tv if you have curiosity about what is being displayed on the tv? \nAnswer: see favorite show", + "output": [ + "see favorite show can you do in front of a tv if you have curiosity about what is being displayed on the tv" + ] + }, + { + "input": "Question: What is food that is able to be eaten? \nAnswer: edible", + "output": [ + "edible is a word that means food that is able to be eaten" + ] + }, + { + "input": "Question: What is likely to happen if humans act carelessly? \nAnswer: make mistakes", + "output": [ + "is the best option in all" + ] + }, + { + "input": "Question: For a stressed out mother a baby is cutest when it is able to what? \nAnswer: sleep soundly", + "output": [ + "if the mother is stressed having a baby sleeping would be the most relaxing option." + ] + }, + { + "input": "Question: He wanted to keep his sandwich from spoiling, what did he use? \nAnswer: fridge", + "output": [ + "in order to keep a sandwich from spoiling it would need to be chilled. the spoiling would be based on temperature on the food rising - so the fridge is the best place for it." + ] + }, + { + "input": "Question: Billy wanted to see a Forrest. Where might he go? \nAnswer: national park", + "output": [ + "billy wanted to se the caracter forrest gump, who can only be found in a national park." + ] + }, + { + "input": "Question: Lance was a hothead, but he was getting better. He removed himself from the situation and spent some time cooling off. He didn't need what? \nAnswer: revenge", + "output": [ + "if he was a hothead but he was getting better, than the only thing that he wouldn't need would be revenge." + ] + }, + { + "input": "Question: How will I feel if there is no guard on duty? \nAnswer: unprotected", + "output": [ + "a guard's job is to protect." + ] + }, + { + "input": "Question: If a person has to pee then their bladder is what? \nAnswer: full", + "output": [ + "full means something is inside" + ] + }, + { + "input": "Question: The drugged college kid was pondering life, he felt like he was in a big what? \nAnswer: void", + "output": [ + "void the drugged college kid was pondering life,he felt like he was in a big what?" + ] + }, + { + "input": "Question: If an apple tree were in the North, where would it be? \nAnswer: new jersey", + "output": [ + "new jersey is located in the northern part of the united states." + ] + }, + { + "input": "Question: They all decided they needed a break and having lunch was a good idea, but they ended up having a hard time deciding on which what? \nAnswer: food", + "output": [ + "the toughest prison sim in the yard - now celebrating over 10 million downloads!!! create your own inmate and attempt to survive in a prison where every ..." + ] + }, + { + "input": "Question: When you lift a cup to take a drink when your hand is headed back to the table you are doing what with it? \nAnswer: putting down", + "output": [ + "putting down a drink is the only option to do back to the table." + ] + }, + { + "input": "Question: James needed storage for 500 tons o beans in crates. What sort of facility might he use? \nAnswer: warehouse", + "output": [ + "you would most likely rent a warehouse to store stuff when needed." + ] + }, + { + "input": "Question: What can you do after learning about science? \nAnswer: invent", + "output": [ + "the words imply an action while two of the three options do not align to that answer. smiles doesn't really make sense and frustration is not an action." + ] + }, + { + "input": "Question: What is likely to be a long term negative consequence of of over eating hamburger? \nAnswer: gaining weight", + "output": [ + "gaining weight is a long term consequence, whereas feeling full or getting a stomach ache is short term." + ] + }, + { + "input": "Question: Billy wants to understand people better. He's a very big-hearrted person, He has a lot of what? \nAnswer: compassion", + "output": [ + "compassionate people want to understand others better." + ] + }, + { + "input": "Question: It was dumb luck, his bad move had actually put him in an what position? \nAnswer: advantageous", + "output": [ + "it was by chance or coincidence, not on purpose, but lucky" + ] + }, + { + "input": "Question: All the kooky kids enjoyed each other's company, to them their behavior was perfectly what? \nAnswer: normal", + "output": [ + "you seem normal around company that is alike." + ] + }, + { + "input": "Question: What always happens to someone after he or she finishes getting divorce? \nAnswer: no spouse", + "output": [ + "no spouse happens to someone after he or she finishes getting divorce?" + ] + }, + { + "input": "Question: James thought that giving the AI a secular upbringing would be the better choice. He felt that the alternative might have results that were too what? \nAnswer: unpredictable", + "output": [ + "results can sometimes be unpredictable." + ] + }, + { + "input": "Question: WHere do you generally find beavers? \nAnswer: great outdoors", + "output": [ + "beavers are usually found in the outdoors." + ] + }, + { + "input": "Question: Where could you find a library that only friends can visit? \nAnswer: house", + "output": [ + "the other options are public" + ] + }, + { + "input": "Question: James needed the tools now. He wished he had remembered to pack them when? \nAnswer: then", + "output": [ + "definition of then - at that time; at the time in question, after that; next; afterwards, in that case; therefore." + ] + }, + { + "input": "Question: When visiting a museum, what might a child experience? \nAnswer: wonder", + "output": [ + "children get excited by museums and learning and so they experience wonder" + ] + }, + { + "input": "Question: Why did the student raise her hand? \nAnswer: answer question", + "output": [ + "students raise their hands whenever they want to give the correct answer to a questoin" + ] + }, + { + "input": "Question: Where would you find sugar in a town? \nAnswer: every home", + "output": [ + "sugar is found in most homes" + ] + }, + { + "input": "Question: What is a staple of the manufacturing industry? \nAnswer: factory", + "output": [ + "you can't manufacture anything without a place to manufatcure it, a factory" + ] + }, + { + "input": "Question: What would people do if they need money badly? \nAnswer: commit crimes", + "output": [ + "committing a crime is a desperate way to get money." + ] + }, + { + "input": "Question: Even though he was a tourist he went to a fast food restaurant, of all the choices of pizza alone, he still chose a chain where? \nAnswer: new york", + "output": [ + "because the food was fine" + ] + }, + { + "input": "Question: Where does something get weighed on a scale in order to determine a price? \nAnswer: post office", + "output": [ + "a post office is the only place where something weighed is likely to be priced for shipping." + ] + }, + { + "input": "Question: John didn't like celebrating with his friends. He was awkward because he had a problem. What sort of problem did he have? \nAnswer: drinking", + "output": [ + "the only behavior that could make someone ashamed is drinking." + ] + }, + { + "input": "Question: John asked for a tissue holder because he had a cold. Where might he be? \nAnswer: airplane", + "output": [ + "since he asked for a tissue holder, a convenient spot makes no sense or there would be one already and a car makes no sense because why would he be asking for a tissue holder in a car? unless he was in a limo with tons of people" + ] + }, + { + "input": "Question: What does drinking water effect in most humans? \nAnswer: need to urinate", + "output": [ + "water is processed by the body when humans drink it, and is expelled." + ] + }, + { + "input": "Question: What is the opposite of ordinary? \nAnswer: exceptional", + "output": [ + "the opposite of ordinary is etraordinary and the closest thing to that is exceptional" + ] + }, + { + "input": "Question: Plenty of love, candy and a small dog always awaited them, so the children always loved visiting where? \nAnswer: grandmother's house", + "output": [ + "children love visiting their grandparents" + ] + }, + { + "input": "Question: Where can you find a few hundred or thousand apartment? \nAnswer: town", + "output": [ + "town is only place where you are most likely to find an apartment." + ] + }, + { + "input": "Question: Despite warnings to not do it while printing on printer, they still had an issue with people carelessly doing what near it? \nAnswer: drink coffee", + "output": [ + "coffee is carelessly drunk around workplaces, but usually papers and errors are involved with conscious work." + ] + }, + { + "input": "Question: The king gave a speech about it being an auspicious day, but he was assassinated in the middle of it making it actually what? \nAnswer: disastrous", + "output": [ + "disastrous the king gave a speech about it being an auspicious day,but he was assassinated in the middle of it making it actually what" + ] + }, + { + "input": "Question: John lives in a farmhouse. There are many farmhouses close together. You might describe this place as what? \nAnswer: farming community", + "output": [ + "when many people have farmhouses close together they form farming communities." + ] + }, + { + "input": "Question: Where can you find a movie theater along with other stores in one placE? \nAnswer: shopping mall", + "output": [ + "e is the only place that is not likely to sell a lantern" + ] + }, + { + "input": "Question: What can happen if you're too worn out before going to opera? \nAnswer: fall asleep", + "output": [ + "however, if you give it a fighting chance, you'll find that opera can be enjoyed" + ] + }, + { + "input": "Question: The man sat down at the piano and played the A note for others to emulate, who was he with? \nAnswer: symphony orchestra", + "output": [ + "because i think it's the closest one" + ] + }, + { + "input": "Question: Jenny answered the telephone because she couldn't stand the ringing. She shouldn't have though, because it wasn't here place. She was just visiting. Where might she be? \nAnswer: friend's house", + "output": [ + "friend's house jenny answered the telephone because she couldn't stand the ringing. she shouldn't have though,because it wasn't here place. she was just visiting." + ] + }, + { + "input": "Question: What should you put on the floor? \nAnswer: desk", + "output": [ + "because it is the only thing to mange things on the desk" + ] + }, + { + "input": "Question: If a man needs a shave he'd go to the bathroom, then maybe get the disposable razor out of where? \nAnswer: medicine cabinet", + "output": [ + "a medicine cabinet is located inside a bathroom." + ] + }, + { + "input": "Question: What does a ferret like to crawl up? \nAnswer: trouser leg", + "output": [ + "the only place that might have" + ] + }, + { + "input": "Question: Where do you buy fresh vegetables? \nAnswer: market", + "output": [ + "the market is the only place where things can be bought." + ] + }, + { + "input": "Question: Nowadays people have smart ones, but at one time it was cutting edge to have a tiny calculator on your what? \nAnswer: wristwatch", + "output": [ + "i consider it the best option because they have to be more true" + ] + }, + { + "input": "Question: James wanted to know the truth because questions were weighing on him. Learning would give him what? \nAnswer: free mind", + "output": [ + "they have internal instincts" + ] + }, + { + "input": "Question: Expressing yourself by using complicated words and technical language is likely to draw what from you audience? \nAnswer: blank stares", + "output": [ + "words that are complicated and technical are difficult to understand, thus drawing blank stares." + ] + }, + { + "input": "Question: If a person spends a lot of time hitting the bottle, what might he have? \nAnswer: alcoholism", + "output": [ + "alcoholism a person spends a lot of time hitting the bottle" + ] + }, + { + "input": "Question: When remembering you referencing things that you have what? \nAnswer: prior knowledge of", + "output": [ + "remembering calls upon the past for things you've learned or done and therefore have prior knowledge." + ] + }, + { + "input": "Question: Where can you visit hundreds of dentist? \nAnswer: las vegas", + "output": [ + "there are hundreds of dentists located in las vegas" + ] + }, + { + "input": "Question: If you're checking the schedule for transportation that rides on rails, where are you? \nAnswer: train station", + "output": [ + "trains ride on rails and buses do not" + ] + }, + { + "input": "Question: While mowing the lawn he had to be careful not to hit the landscaping, he didn't want to launch a rock at a passing car while working in the what? \nAnswer: front yard", + "output": [ + "the front yard is next to street where car passes" + ] + }, + { + "input": "Question: What garment popular with the flappers of the 1920's has thin shoulder straps? \nAnswer: chemise", + "output": [ + "chemise garment popular with the flappers of the 1920's has thin shoulder straps?" + ] + }, + { + "input": "Question: Cats are laying by the refrigerator why do they do that? \nAnswer: like heat", + "output": [ + "if a cat likes heat, it will want to lay near a warm electrical appliance." + ] + }, + { + "input": "Question: A lonely man committed suicide, why would he do that? \nAnswer: unhappy", + "output": [ + "unhappy is the best answer to describe someone who is lonely, suffering usually has more to do with mental or physical pain, and lonely people aren't usually avoiding problems." + ] + }, + { + "input": "Question: Sam was an alcoholic. He was in a car crash two years ago and was injured. Where might he have crashed? \nAnswer: bridge", + "output": [ + "cars can crash on bridges." + ] + }, + { + "input": "Question: Where you have finished a conversation with a person what do you say? \nAnswer: say goodbye", + "output": [ + "this is the respected action when ending a conversation" + ] + }, + { + "input": "Question: They mocked their friend for being timid, but it kept her out of the trouble they got into by being what? \nAnswer: reckless", + "output": [ + "keeping people out of trouble prevents them from being reckless" + ] + }, + { + "input": "Question: I'm naked in the snow. I need some method of getting warm. What mightI try? \nAnswer: starting fire", + "output": [ + "because seeing the question is the answer that best matches the question" + ] + }, + { + "input": "Question: East coast areas such as Florida are found where? \nAnswer: united states", + "output": [ + "florida is a state in the usa" + ] + }, + { + "input": "Question: The CEO's curiosity about the product got the best of her, so she decided to do what with it? \nAnswer: go to market", + "output": [ + "a ceo has the power to take a product to market" + ] + }, + { + "input": "Question: What do people in love do after they get married? \nAnswer: reproduce", + "output": [ + "people are usually reproduce a child after they get married" + ] + }, + { + "input": "Question: What mammal has a diaphragm? \nAnswer: human", + "output": [ + "human mammal has a diaphragm?" + ] + }, + { + "input": "Question: What is a cathode ray tube typically part of? \nAnswer: television", + "output": [ + "television cathode ray tube typically part of?" + ] + }, + { + "input": "Question: What does a person want to do to get a promotion at work? \nAnswer: gain respect", + "output": [ + "\"fish lake\" does not make sense grammatically as something someone can do. unless someone works as a botanist, planting flowers will not necessarily lead to a promotion. it is too specific." + ] + }, + { + "input": "Question: Why is it necessary for someone to be going to bed? \nAnswer: feeling refreshed", + "output": [ + "it is only necessary for someone to need to go to bed in order to feel refreshed." + ] + }, + { + "input": "Question: Where can you likely buy many poems? \nAnswer: book store", + "output": [ + "the only choice that allows anything to be bought is a book store." + ] + }, + { + "input": "Question: Where would you bring some towels other than to a shower? \nAnswer: swimming pool", + "output": [ + "after getting out of a swimming pool, a person would want to dry themselves off." + ] + }, + { + "input": "Question: What are children in uniforms and helmets about to do? \nAnswer: play sports", + "output": [ + "via de play sports-website en app komen heel wat extra's bovenop de live-wedstrijden in real time naar je toe: opstellingen, balbezit, goal alert… jij kiest ..." + ] + }, + { + "input": "Question: What could you be doing if you are relaxing and are awake but have your eyes closed? \nAnswer: listening to music", + "output": [ + "because i think it's the closest one" + ] + }, + { + "input": "Question: He knew he no longer wanted to keep the clothes, but they were still good so he decided to do what? \nAnswer: give away", + "output": [ + "we should keep the clothes at all times." + ] + }, + { + "input": "Question: Going public about a controversial issue is likely to get what? \nAnswer: press coverage", + "output": [ + "controversial issue is likel is a good" + ] + }, + { + "input": "Question: She had locked her key in her car again, but luckily she always kept a spare in her what? \nAnswer: purse", + "output": [ + "shop for purses & handbags at thinkgeek. we have a selection of purses and clutches, because we understand who your trusted sidekick is: your handbag." + ] + }, + { + "input": "Question: The tourists sought out red telephone boxes, where do they look? \nAnswer: london", + "output": [ + "red telephone boxes are only found in london" + ] + }, + { + "input": "Question: What is a soccer field at a school next to? \nAnswer: school yard", + "output": [ + "a school is the only likely place for a soccer field at a school." + ] + }, + { + "input": "Question: What does a person try to do in a dangerous situation? \nAnswer: stay alive", + "output": [ + ". a dangerous person, animal, thing, or activity could harm you: 2. able or likely to cause harm or death, or unpleasant problems" + ] + }, + { + "input": "Question: If you were to take Communion on a Sunday morning, what you expect the glass on the walls to be? \nAnswer: many different colors", + "output": [ + "communication in sunday morning is the best of our knowledge in mind." + ] + }, + { + "input": "Question: There was no food in Danny place. He had to go across the road and ask for some. Where might he have asked for food? \nAnswer: neighbor's house", + "output": [ + "neighbour's house is the least likely place to have food out of the three choices." + ] + }, + { + "input": "Question: If you are enjoying sunshine on the beach, what do you likely have views of? \nAnswer: sea", + "output": [ + "the beach has a view of the sea." + ] + }, + { + "input": "Question: Where can a person buy clothing and appliances? \nAnswer: department store", + "output": [ + "clothing and appliances are found at the department store." + ] + }, + { + "input": "Question: The athlete was competing in a race and saw the finish line, what did he feel as a result? \nAnswer: adrenaline rush", + "output": [ + "adrenaline rush the athlete was competing in a race and saw the finish line" + ] + }, + { + "input": "Question: His long walk home wasn't over, he lived on the tenth storey of a walk up what? \nAnswer: apartment building", + "output": [ + "an apartment building is the only option where he could live." + ] + }, + { + "input": "Question: If you're going to a party held at work you are there to make what? \nAnswer: new contacts", + "output": [ + "new contacts going to a party held at work" + ] + }, + { + "input": "Question: What is listening a big part of? \nAnswer: empathy", + "output": [ + "having empathy requires listening to someone to understand what they are feeling." + ] + }, + { + "input": "Question: A human wants to go shopping in a dense urban area. Where might be a good place for a person to go shopping? \nAnswer: downtown", + "output": [ + "\"downtown\" is where commerce is carried out in a city, so a perfect place for a human that wanted to shop in a dense urban area." + ] + }, + { + "input": "Question: What does a chicken do in a joke? \nAnswer: cross road", + "output": [ + "how can you drop an egg six feet without breaking it" + ] + }, + { + "input": "Question: As he flipped through a yearbook he had fond memories of playing cornet in his what? \nAnswer: high school band", + "output": [ + "yearbooks are typical of high school" + ] + }, + { + "input": "Question: What would someone be if he or she is not sensitive to other people's feelings? \nAnswer: uncaring", + "output": [ + "synonyms for uncaring at thesaurus.com with free online thesaurus, antonyms, and definitions. find descriptive alternatives for uncaring" + ] + }, + { + "input": "Question: If there is a pond with tall building around it, where is it unlikely to be? \nAnswer: rural area", + "output": [ + "rural areas do not typically have tall buildings so it" + ] + }, + { + "input": "Question: When camping a home base is what? \nAnswer: desirable", + "output": [ + "having a designated space while camping provides comfort, and thus is desirable when in an unfamiliar, outside environment." + ] + }, + { + "input": "Question: The tree was stationary despite the passage of time, what was the rest of the world doing? \nAnswer: changing", + "output": [ + "changing the tree was stationary despite the passage of time,what was the rest of the world doing" + ] + }, + { + "input": "Question: Where do most people keep magazines? \nAnswer: table", + "output": [ + "table is the most likely option as to where a person would keep their magazines." + ] + }, + { + "input": "Question: cats have how many apendages? \nAnswer: four legs", + "output": [ + "cats have four legs" + ] + }, + { + "input": "Question: People are lying to one another, how are they behaving? \nAnswer: deceptive", + "output": [ + "lying indicates deceptive behavior." + ] + }, + { + "input": "Question: Where do you put a new dining table? \nAnswer: house", + "output": [ + "normally you buy a dining table for the home," + ] + }, + { + "input": "Question: Danny sealed the small box and put it somewhere cozy and out of the way but easily accessible. Where might he put it? \nAnswer: closet", + "output": [ + "a closet is accessible but private and out of the way" + ] + }, + { + "input": "Question: Where can I ride my bicycle in order to take graduate classes? \nAnswer: university", + "output": [ + "you think of classes and graduate you think of universiry" + ] + }, + { + "input": "Question: Why might someone decide on going to bed? \nAnswer: drowsiness", + "output": [ + "usually you go to bed when you are feeling tired." + ] + }, + { + "input": "Question: If a negotiator is being flexible, what is he trying to avoid being? \nAnswer: hardline", + "output": [ + "avoiding being hardline or unpliable requires flexibility." + ] + }, + { + "input": "Question: The bear wasn't animate. What was it? \nAnswer: inanimate", + "output": [ + "the bear wasn't moving, so it's inanimate." + ] + }, + { + "input": "Question: Boredom led him to go out to the bar, there were many characters there and he what? \nAnswer: meet interesting people", + "output": [ + "many characters indicates many people at the bar" + ] + }, + { + "input": "Question: When you niece is a child what relation of your would she live with? \nAnswer: brother's house", + "output": [ + "your niece is your sibilings child. she would live with your brother." + ] + }, + { + "input": "Question: Some people really love competing, it is usually a safe way to get out a little what? \nAnswer: aggression", + "output": [ + "sports are often suggested as a way to express anger or frustration" + ] + }, + { + "input": "Question: What is everyones goal for having sex long? \nAnswer: last hour", + "output": [ + "being able to have sex for an extended period of time is many people's goal." + ] + }, + { + "input": "Question: Where are there millions of marmoset sitting in trees? \nAnswer: latin america", + "output": [ + "marmoset are native to latin america" + ] + }, + { + "input": "Question: When getting in shape you need to have this in between workouts? \nAnswer: period of recovery", + "output": [ + "without a period of recovery you will not get any gains." + ] + }, + { + "input": "Question: People do what in crisis? \nAnswer: become hysterical", + "output": [ + "people become hysterical" + ] + }, + { + "input": "Question: The person deposited a check, what was she looking to do? \nAnswer: bank savings", + "output": [ + "banks savings are usually increased by depositing checks" + ] + }, + { + "input": "Question: Where are you not likely to find a bed? \nAnswer: rest area", + "output": [ + "a rest area is a stop along a highway for travelers to take a break" + ] + }, + { + "input": "Question: John wants to catch crabs. He's thinking of moving somewhere that this would be easier. Where might he go? \nAnswer: cape cod", + "output": [ + "cape cod is a coastal community." + ] + }, + { + "input": "Question: Matt had issues controlling his anger, what did he do when someone set him off? \nAnswer: punch", + "output": [ + "cooling off and illustrating points are things that calm people do." + ] + }, + { + "input": "Question: Where could you see an advertisement while reading news? \nAnswer: web page", + "output": [ + "a lot of people read the news on a web page these days" + ] + }, + { + "input": "Question: What would contain an image of a blowfish? \nAnswer: books", + "output": [ + "blowfish images contains only in the books and others like newspaper etc.," + ] + }, + { + "input": "Question: A John is a bum. Much like the stereotype, he lives near this sort of transportation infrastructure. Where does he live? \nAnswer: bridge", + "output": [ + "the stereotypical place for a bum to live is under a bridge." + ] + }, + { + "input": "Question: Where would you get a mailbox if you do not have one? \nAnswer: hardware store", + "output": [ + "mailboxes are sold at hardware stores mainly" + ] + }, + { + "input": "Question: After hours of eating, what did he satisfyingly have? \nAnswer: full stomach", + "output": [ + "if you eat for hour, you will be with a full stomach and be satisfied with it. full belly is also a choice" + ] + }, + { + "input": "Question: What do people feel when they have a bit of hunger? \nAnswer: discomfort", + "output": [ + "people feel discomfort and they have hunger time" + ] + }, + { + "input": "Question: They said they started what at first sight, well before their first kiss? \nAnswer: falling in love", + "output": [ + "love at first sight is a common phrase." + ] + }, + { + "input": "Question: You'll often find wine and crackers served by men in robes where? \nAnswer: church", + "output": [ + "leaders of churches wear robes, and are typically men" + ] + }, + { + "input": "Question: Where are you likely to find the freshest tomatoes? \nAnswer: market", + "output": [ + "markets usually have fresh tomatoes located in them." + ] + }, + { + "input": "Question: The therapist said they needed to work on what, and that just talking to one another is the first step? \nAnswer: communication", + "output": [ + "communication is finding a way to talking with one another" + ] + }, + { + "input": "Question: What is a food that a child wouldn't want to have? \nAnswer: eat vegetables", + "output": [ + "eat vegetables t is a food that a child wouldn't want to have" + ] + }, + { + "input": "Question: The players got chills and goosebumps as the went through the central passage into the what? \nAnswer: arena", + "output": [ + "players of sports play in arenas" + ] + }, + { + "input": "Question: Where is someone likely to eat a hot dog at a sporting event? \nAnswer: soccer game", + "output": [ + "soccer game someone likely to eat a hot dog at a sporting event?" + ] + }, + { + "input": "Question: She was famous for her needlepoint, this one was going to be round so she grabbed her round wooden what? \nAnswer: frame", + "output": [ + "doing a round needlepiont requires you to have a round needlepoint frame to hold the cloth." + ] + }, + { + "input": "Question: Studying for taking final exams can be nerve wracking, especially if you're afraid of what? \nAnswer: failure", + "output": [ + "is the best since it is the best backup" + ] + }, + { + "input": "Question: He explained the differences between a town and township, the latter of which were common in which of the fifty? \nAnswer: michigan", + "output": [ + "a township is a division of a county, while a town is a populated area with less people than a city but more than a village. townships are generally much larger than towns and usually contain many towns and villages within their geographical limits." + ] + }, + { + "input": "Question: The swimming pool couln't be refilled due to drought regulations, where was it located? \nAnswer: california", + "output": [ + "country is suffering from water scarcity" + ] + }, + { + "input": "Question: The professor spoke in a laconic tone, what kind of language was he avoiding? \nAnswer: verbose", + "output": [ + "the professor should avoid the verbose because he spoke laconic tone." + ] + }, + { + "input": "Question: When you are expressing yourself by yelling after getting a bruise, what are you feeling? \nAnswer: pain", + "output": [ + "you are obviously feeling pain when you yell because of a bruise." + ] + }, + { + "input": "Question: What does playing guitar cause a person to do? \nAnswer: making music", + "output": [ + "benefits of playing guitar that will help improve social, personal, professional," + ] + }, + { + "input": "Question: Where would a violinist stand on a platform? \nAnswer: concert hall", + "output": [ + "concert hallwould a violinist stand on a platform?" + ] + }, + { + "input": "Question: If you want to make a big splash in a river with a rock, from where should you throw it? \nAnswer: bridge", + "output": [ + "a bridge is most likely the highest place you could get while being near water." + ] + }, + { + "input": "Question: Where is known to have many a lake? \nAnswer: michigan", + "output": [ + "michigan has a lake named after it and has perhaps the most lakes of any state." + ] + }, + { + "input": "Question: James consumed a liquid. What did he most likely use to hold the liquid? \nAnswer: drinking glass", + "output": [ + "drinking glass is where you would consume the liquid from" + ] + }, + { + "input": "Question: Children can become obsessed. Charlie focused on reproducing what made him feel good. He wanted to squeeze all the what out of every experience. \nAnswer: fun", + "output": [ + "fun is the only thing make kids feel good." + ] + }, + { + "input": "Question: How can someone listen to vinyl? \nAnswer: record albums", + "output": [ + "record albums is the best way to listen to vinyl" + ] + }, + { + "input": "Question: What is the first thing a spouse might do when they get up early? \nAnswer: ask spouse to wake", + "output": [ + "some people wake up early in the morning" + ] + }, + { + "input": "Question: Billy loved climbing, and he eventually suffered a brain injury due to what? \nAnswer: loss of oxygen", + "output": [ + "if you lose oxygen you will suffer brain damage" + ] + }, + { + "input": "Question: Johnny had a number of tools, including a hammer, which is needed because of his work. Where might he have worked? \nAnswer: repair shop", + "output": [ + "machine repair shop in a work shop" + ] + }, + { + "input": "Question: His hair was getting long enough that it could be put in a ponytail, so he headed to this place to have what happen? \nAnswer: cut there", + "output": [ + "he was heading to a hair salon to have his hair cut because it was getting very long." + ] + }, + { + "input": "Question: James enjoyed listening to music, especially for rock. The genre stirred his emotions. What emotions did it probably stir? \nAnswer: ardor", + "output": [ + "rock music is commonly associated with enthusiasm." + ] + }, + { + "input": "Question: What type of plant is the tallest found on earth? \nAnswer: tree", + "output": [ + "a tree is the only option that is a plant." + ] + }, + { + "input": "Question: Joe wanted to know the truth because he was an academic and south to learn as much as possible. He would do anything in pursuit of what? \nAnswer: further knowledge", + "output": [ + "joe seeks more information as a student who is learning." + ] + }, + { + "input": "Question: What does a person receive in jail from loved ones? \nAnswer: receive letters", + "output": [ + "is the best option in all" + ] + }, + { + "input": "Question: Where would you go if someone in front of you is blocking your path? \nAnswer: away", + "output": [ + "is they are in front of you going away from them is the only option that makes sense." + ] + }, + { + "input": "Question: John spent an hour in the bath just relaxing. He enjoyed the sensations of it. He liked doing what? \nAnswer: feeling good", + "output": [ + "that's the best option since that's where there are more roses" + ] + }, + { + "input": "Question: What is a psychological benefit of having fun? \nAnswer: stress relief", + "output": [ + "stress relief is psychological the glee and laugh are emotions." + ] + }, + { + "input": "Question: A person who is constantly grooming is try to preserve their what? \nAnswer: beauty", + "output": [ + "people groom themselves in order to preserve their beauty" + ] + }, + { + "input": "Question: Billy couldn't pick a side against a friend, so he stood where? \nAnswer: in between", + "output": [ + "you stand in between friends so as not to be on one side." + ] + }, + { + "input": "Question: Where would someone likely bring an attache case? \nAnswer: business meeting", + "output": [ + "that's the best option since that's where there are more roses" + ] + }, + { + "input": "Question: What might happen after too much drinking? \nAnswer: vomiting", + "output": [ + "vomiting is an ailment that occurs as a consequence of drinking too much alcohol" + ] + }, + { + "input": "Question: The snake was cold, what did it seek? \nAnswer: warm place", + "output": [ + "animals that are cold look for warm places" + ] + }, + { + "input": "Question: Where would people be looking at some things which can move, but are not moving? \nAnswer: car show", + "output": [ + "a car is the only thing that can move, but it is not moving." + ] + }, + { + "input": "Question: Understanding better is a great goal to have. If everyone understood each other better, it would help being about what? \nAnswer: peace", + "output": [ + "there would be no fighting if everyone understood each other." + ] + }, + { + "input": "Question: She had a bad habit of washing hands over one thousand times a day, what did she experience as a result? \nAnswer: dry skin", + "output": [ + "hand washing often can result in dry skin" + ] + }, + { + "input": "Question: Care not to burn you hand on the handle of what small high-walled vessel? \nAnswer: saucepan", + "output": [ + "an item capable of burning a hand" + ] + }, + { + "input": "Question: Where do you have to fan yourself in public watching people run and throw balls? \nAnswer: sports stadium", + "output": [ + "sports stadium is a place you would expect to see people run and throw balls and is also in public." + ] + }, + { + "input": "Question: There was a show on television about a ranger who loved flowers, but the next day it was about a gardener who also loved flowers. It was a what? \nAnswer: anthology", + "output": [ + "an anthology is the name for a series of shows with a theme." + ] + }, + { + "input": "Question: They saw a fox at the park, they tried to get their phones out quickly to get a what? \nAnswer: picture", + "output": [ + "you take pictures with phones." + ] + }, + { + "input": "Question: Where in your office would you store a highlight that you don't use often? \nAnswer: desk drawer", + "output": [ + "things you use often probably should have a higher degree of visibility than hidden in a drawer." + ] + }, + { + "input": "Question: Virginia is a commonwealth within the what? \nAnswer: united states", + "output": [ + "virginia is a part of the united states mainland" + ] + }, + { + "input": "Question: Following a killing, what are the police likely to begin? \nAnswer: investigation", + "output": [ + "the police are charged with investigating, not punishing or taking revenge." + ] + }, + { + "input": "Question: What do all people have at first but later might not have? \nAnswer: parents", + "output": [ + "everyone has parents when they are born but the parents eventually die." + ] + }, + { + "input": "Question: He was looking for the holiday decorations and found an old box of clothes up where? \nAnswer: attic", + "output": [ + "i consider it the best option because they have to be more true" + ] + }, + { + "input": "Question: If grass is given plenty of water and light, what will it do? \nAnswer: continue to grow", + "output": [ + "water and light usually lead to growth when together, burning happens with too much light and no water" + ] + }, + { + "input": "Question: John plays brass instruments in a band that has a lot of diverse people in it and many different instruments. They mostly play at clubs. What sort of band might he be in. \nAnswer: jazz band", + "output": [ + "a brass instrument is a musical instrument that produces sound by sympathetic vibration of air in a tubular resonator in sympathy with the vibration of the player's ..." + ] + }, + { + "input": "Question: In smaller whats are there less needs a bus stop? \nAnswer: towns", + "output": [ + "in smaller towns, people can walk instead of riding a bus." + ] + }, + { + "input": "Question: What's a good game activity for two children to do together? \nAnswer: play chess", + "output": [ + "chess is the only game among the answers. it requires two people to play" + ] + }, + { + "input": "Question: If I go for a run and don't watch where I place my feet, what's likely to happen? \nAnswer: fall down", + "output": [ + "it is the answer that explains what happens if you dont watch where you are going" + ] + }, + { + "input": "Question: A monkey is out in the wild, where are they likely to be? \nAnswer: tropical areas", + "output": [ + "tropical areas are the only real places that could include wild places." + ] + }, + { + "input": "Question: Susan was attending a meeting of the KKK, even though she did not believe in their cause. Why might she have been doing so? \nAnswer: getting information", + "output": [ + "she must be collecting information for another use. the other options would not be received well in a kkk rally" + ] + }, + { + "input": "Question: John was in a ship. It began taking water. He was worried because the ship might do what? \nAnswer: sink", + "output": [ + "sinking is what can easily happens when a ship takes on water so this is the most logical answer." + ] + }, + { + "input": "Question: What can you stick a key in? \nAnswer: front door", + "output": [ + "you can place or put a key in a purse and/or pocket, but you can only stick it in a door." + ] + }, + { + "input": "Question: If diamonds are not free nor cheap, what are they? \nAnswer: expensive", + "output": [ + "in general terms if expensive is the opposite of cheap." + ] + }, + { + "input": "Question: What would an adult do at a party? \nAnswer: drink beer", + "output": [ + "adult used in the sentence would be interpreted as something a child could not do" + ] + }, + { + "input": "Question: A kid is studying new words at home in the kitchen, where could a dictionary be? \nAnswer: table", + "output": [ + "dictionary would be in a table" + ] + }, + { + "input": "Question: When deciding how to shop cereal, what decision to most cereal manufacturers make? \nAnswer: box", + "output": [ + "it is best preserved in a box" + ] + }, + { + "input": "Question: The weather was nice, but Sean didn't count on that. He knew it could do what? \nAnswer: change quickly", + "output": [ + "the weather was change quickly" + ] + }, + { + "input": "Question: Where can a human find body coverings? \nAnswer: clothing store", + "output": [ + "pools and phone booths do note have body coverings" + ] + }, + { + "input": "Question: Danny needed a new mouse, his was jumping around whenever he moved it. Where might his mouse be? \nAnswer: desktop", + "output": [ + "he is masculine in desktop" + ] + }, + { + "input": "Question: Sarah didn't like driving cars. The traffic gave her a lot of what? \nAnswer: stress", + "output": [ + "stress is what is expected when something is problematic to somebody." + ] + }, + { + "input": "Question: What plastic item can you store dairy in? \nAnswer: container", + "output": [ + "a fridge/refridgerator is usually not all plastic, while a container could certainly be a wholly plastic item." + ] + }, + { + "input": "Question: What type of structure has doorways that are connected to vehicles? \nAnswer: airport", + "output": [ + "the doorways secure the airplane" + ] + }, + { + "input": "Question: Where do fountains tend to exist? \nAnswer: public place", + "output": [ + "public place do fountains tend to exist" + ] + }, + { + "input": "Question: She said it was her turn to watch television, it was time for her to what? \nAnswer: see favorite show", + "output": [ + "if she insists to see a program in the tv, she must really like it." + ] + }, + { + "input": "Question: What is a group of bungalows in a small area? \nAnswer: neighborhood", + "output": [ + "a group of bungalows is not a woods, because bungalows are not trees. suburbs are a small area specifically near cities, and the \"small area\" is not specifically near a city according to the sentence." + ] + }, + { + "input": "Question: When not in a city where would expect to see a bald eagle? \nAnswer: rural area", + "output": [ + "bald eagles cannot thrive in the habitat of an urban area." + ] + }, + { + "input": "Question: Where would you find food packaged in MRE's? \nAnswer: military base", + "output": [ + "military base would you find food packaged in mre's?" + ] + }, + { + "input": "Question: Humans usually get what from taking a break? \nAnswer: relaxation", + "output": [ + "the point of a break is to later resume work in a more efficient way" + ] + }, + { + "input": "Question: The teacher told all the students that listening was key, it was the main way they would gain what? \nAnswer: knowlege", + "output": [ + "to gain knowledge requires focus, which in turn means you're listening" + ] + }, + { + "input": "Question: What would sex in a happy relationship be called? \nAnswer: making love", + "output": [ + "making love is the only answer that implies a relationship and is common slang" + ] + }, + { + "input": "Question: Why do people primarily partake in surfing? \nAnswer: enjoyment", + "output": [ + "surfing is a habby" + ] + }, + { + "input": "Question: What could there be near an excavation site? \nAnswer: work area", + "output": [ + "excavations sites are usually active work zones for constructions or research." + ] + }, + { + "input": "Question: Where is a beaver unlikely to be found? \nAnswer: strip club", + "output": [ + "beavers don't go to strip clubs, but they do live in rivers and ponds." + ] + }, + { + "input": "Question: Error - Big House, Large House, and Mansion are identical in meaning. \nAnswer: big house", + "output": [ + "they are all the same" + ] + }, + { + "input": "Question: John threw the trash on the field, which annoyed everyone. Where might John be? \nAnswer: soccer game", + "output": [ + "he is on a field so that's a clue" + ] + }, + { + "input": "Question: Bill noticed that his hands could do many things. He was thirsty, so he used his hands to do what? \nAnswer: cup water", + "output": [ + "hands can be cupped to hold some water to quench bill's thirst." + ] + }, + { + "input": "Question: It was time for her favorite program, she got comfortable and turned on the what? \nAnswer: television", + "output": [ + "televisions are the only answer that you can turn on at a certain time to view a certain program" + ] + }, + { + "input": "Question: If people are scared, why would they get a gun? \nAnswer: arm themselves", + "output": [ + "people arm themselves with weapons, namely a gun." + ] + }, + { + "input": "Question: Water is used as a mirror when designing a what? \nAnswer: reflecting pool", + "output": [ + "reflecting pools are meant to mirror their surroundings." + ] + }, + { + "input": "Question: Sam appear calm, but he had been up all night because he was what? \nAnswer: anxious", + "output": [ + "anxious all night because he was serious" + ] + }, + { + "input": "Question: The poet wanted to promote his new literature to literary majors, where did he go to do so? \nAnswer: university", + "output": [ + "university is where the poet would find those who are studying language fields which include poetry." + ] + }, + { + "input": "Question: What would you do to numbers that are positive integers to get a smaller result? \nAnswer: divided", + "output": [ + "if you want to get a smaller result, division is the best way." + ] + }, + { + "input": "Question: Billy wanted to return home, but his mother told him to do what? \nAnswer: go away", + "output": [ + "that's the best option since that's where there are more roses" + ] + }, + { + "input": "Question: There are many dance clubs and higher rates of obesity where? \nAnswer: united states", + "output": [ + "united states are commonly associated with obesity." + ] + }, + { + "input": "Question: He brought his wallet with him, this was because buying products means what? \nAnswer: spending money", + "output": [ + "because it is heavily implied money will be needed to purchase the item." + ] + }, + { + "input": "Question: What is likely to have more than one level in a city? \nAnswer: garage", + "output": [ + "cities are congested and there are more cars to be accommodated" + ] + }, + { + "input": "Question: I live in a rural area, so where am I likely going if I drive through a turnpike? \nAnswer: urban region", + "output": [ + "urban regions are the only areas to have turnpikes" + ] + }, + { + "input": "Question: Sarah was contemplating her fate. She didn't know what Dane had planned for her, but she knew that when something happened she couldn't do what? \nAnswer: hesitation", + "output": [ + "if you aren't sure what someone is planning for you, you need to think and react quickly." + ] + }, + { + "input": "Question: Where do you keep more than one drop of blood? \nAnswer: test tube", + "output": [ + "\"keep\" implies safe storage with access" + ] + }, + { + "input": "Question: The peaceful nation was scared of their neighbor amassing troops at the border, what behavior did they fear? \nAnswer: belligerent", + "output": [ + "because they are eager to fight, the other two words suggest they are already fighting." + ] + }, + { + "input": "Question: He was a trivia hound and loved being able to answer anything, he loved studying to do what? \nAnswer: increasing knowledge", + "output": [ + "studying is a good way to gain the knowledge necessary to answer anything." + ] + }, + { + "input": "Question: When does Christmas happen in Argentina? \nAnswer: summer", + "output": [ + "argentina is in the southern hemisphere, where december is a summer month." + ] + }, + { + "input": "Question: John had a lot of respect for Jill, but not many other people did. She faced a lot of what? \nAnswer: disparagement", + "output": [ + "disparagement is the opposite of respect which is what john had for jim." + ] + }, + { + "input": "Question: The diesel fumes penetrated his nose, he was waiting in line for the ticket window where? \nAnswer: bus depot", + "output": [ + "there are no diesel fumes at a train station or at a movie" + ] + }, + { + "input": "Question: The hot dogs were extremely expensive despite where they walked, where were they? \nAnswer: disneyland", + "output": [ + "at disney, food is very expensive and prices doesn't change" + ] + }, + { + "input": "Question: What does the government have control over? \nAnswer: city", + "output": [ + "government over control in city for example traffics" + ] + }, + { + "input": "Question: Where might you find a row of apple tree? \nAnswer: park", + "output": [ + "trees are found in parks" + ] + }, + { + "input": "Question: Where would you find rows and rows of speakers? \nAnswer: concert", + "output": [ + "a desktop could have a few speakers, and a conference might have several of them, but most concerts definitely have many speakers lining their stages." + ] + }, + { + "input": "Question: Wanting to understand a subject more, he began reading, what happened as a result? \nAnswer: further knowledge", + "output": [ + "he wanted to understand the subject more, so he gained further knowledge." + ] + }, + { + "input": "Question: Where would you play basketball outside? \nAnswer: park", + "output": [ + "only a park is outside, not a sporting goods store or a gymnasium." + ] + }, + { + "input": "Question: Why is it difficult to tell what the weather might do sometimes? \nAnswer: unpredictable", + "output": [ + "if it is difficult to tell what something might do, it is inherently unpredictable." + ] + }, + { + "input": "Question: What is required to go on vacation before anything else? \nAnswer: have money", + "output": [ + "have money definition: to be rich: . learn more. ... meaning of have money in english. have money. ​." + ] + }, + { + "input": "Question: She grabbed the handle very tightly to work out the knots, she began to what? \nAnswer: brush", + "output": [ + "because usually we find ourselves in hair" + ] + }, + { + "input": "Question: Some human beings have chocolate in their pockets, what happens to them as a result? \nAnswer: melt", + "output": [ + "because chocolate has a low melting point, it will melt when humans put it into their pockets." + ] + }, + { + "input": "Question: What professional space is likely to have an air conditioner? \nAnswer: office building", + "output": [ + "it is where people gather to work together as a job" + ] + }, + { + "input": "Question: What has happened after a tennis game has started? \nAnswer: progress", + "output": [ + "if a game has started, the only viable choice here is progress towards the end of the game." + ] + }, + { + "input": "Question: The instructor showed how to keep everything tied tight, he didn't want to see any what in their lines? \nAnswer: slack", + "output": [ + "holds items for organization" + ] + }, + { + "input": "Question: James is a gardener. That is his profession. He gardens. What is one thing that he cannot do in his job? \nAnswer: pick flowers", + "output": [ + "picking flowers as a gardener would be unprofessional, so he cannot do it" + ] + }, + { + "input": "Question: Silk is used to make high quality what? \nAnswer: garments", + "output": [ + "silk is used for various things but generally garments of all types." + ] + }, + { + "input": "Question: Where might someone live if they are only able to have a small dog? \nAnswer: manhattan apartment", + "output": [ + "a person usually inhabitates an apartment over a yard or a tree, and a small dog can fit in a smaller space such as an apartment." + ] + }, + { + "input": "Question: Where is a snake likely to startle a farmer? \nAnswer: feild", + "output": [ + "a feild is the only place a snake can stay hidden while also running into a farmer" + ] + }, + { + "input": "Question: The drama had quite an affect on the humans, the highs and lows had them all what? \nAnswer: emotional", + "output": [ + "this drama affected by human life not a cinema" + ] + }, + { + "input": "Question: In the middle of the day what will someone do because of being hungry? \nAnswer: have lunch", + "output": [ + "lunch is the only choice that happens in the middle of the day." + ] + }, + { + "input": "Question: John looked for beavers but couldn't find any, because he lived where? \nAnswer: australia", + "output": [ + "he could not find to any beavers paints in australia" + ] + }, + { + "input": "Question: What could cats do if they were taller? \nAnswer: open doors", + "output": [ + "cats can't reach door knob because of their shorter heingh. if they were taller, they would eventually learn to open doors." + ] + }, + { + "input": "Question: The turkey needed to be kept unspoiled, what is the full name of a useful impelement in this situation? \nAnswer: refrigerator", + "output": [ + "the refrigerator can save things and unspoiled." + ] + }, + { + "input": "Question: If a cockroach is next to a stack of plates, where is it likely to be? \nAnswer: cupboard", + "output": [ + "a cupboard is the only place dishes are placed normally." + ] + }, + { + "input": "Question: After being on his feet all day he told his boss he was taking a break and doing what on the bench? \nAnswer: sitting down", + "output": [ + "because benches are for sitting" + ] + }, + { + "input": "Question: Where is highly unusual to put a furnace? \nAnswer: cellar", + "output": [ + "it's not unusual to see furnaces oversized by simply put, gross oversizing causes comfort issues" + ] + }, + { + "input": "Question: John bought a small butane stove. He knew that he couldn't use it inside because of the fumes, but he could use it outside. What structure would John most likely use the stove outside of? \nAnswer: tent", + "output": [ + "that's the best option since that's where there are more roses" + ] + }, + { + "input": "Question: What is the least aggressive way to show anger? \nAnswer: write letter", + "output": [ + "before the advent of modern technology made communication so easy, the art of writing a letter was considered an important requirement. even today a letter is ..." + ] + }, + { + "input": "Question: The children were going to play, the parents encouraged it hoping it resulted in what? \nAnswer: sleepiness", + "output": [ + "parents often try to tired out their kids by allowing them to play. when they are tired out, they become sleepy." + ] + }, + { + "input": "Question: When one is looking at a series of attributes, how are they typically displayed? \nAnswer: array", + "output": [ + "when someone looks at a lot of attributes, they are usually displayed in an array." + ] + }, + { + "input": "Question: What do people do if they do not like each other? \nAnswer: part company", + "output": [ + "usually when people are not particularity fond of one another they dont like to hang out so they part ways." + ] + }, + { + "input": "Question: Jan is a person who works in a zoo and is very well organized. You might say that he is very what? \nAnswer: put together", + "output": [ + "to be put together is to be well organized" + ] + }, + { + "input": "Question: Attempting to light a wet match is likely to result in what? \nAnswer: frustration", + "output": [ + "a match will not successfully light if it is wet." + ] + }, + { + "input": "Question: Where can someone find a shiny advertisement? \nAnswer: magazine", + "output": [ + "because i think it's the closest one" + ] + }, + { + "input": "Question: The man washed clothes, but needed more than water, what did he need? \nAnswer: use soap", + "output": [ + "besides water, soap is what is needed." + ] + }, + { + "input": "Question: The child ran to fast and hit his foot on a rock, what happened next? \nAnswer: fall down", + "output": [ + "fall down is the logical choice since he was running fast when he hit the rock." + ] + }, + { + "input": "Question: If you're late getting to work, what is something you experience? \nAnswer: stress", + "output": [ + "stress late getting to work,what is something you experience" + ] + }, + { + "input": "Question: Driving car can be monotonous, so many turn the dial and do what? \nAnswer: listen to radio", + "output": [ + "radios are the only items that have dials used to select stations" + ] + }, + { + "input": "Question: When enjoying flowers in a recreation area run by local government, where are you? \nAnswer: state park", + "output": [ + "the question is asking for a nature specific and publicly funded place." + ] + }, + { + "input": "Question: The company just came out with some new buying products! It lets you purchase as much as you want! So what does it help you do? \nAnswer: spending money", + "output": [ + "that's asking your customer to do your heavy lifting for you" + ] + }, + { + "input": "Question: She was a very vain person, in a crowd she loved nothing more than to do what? \nAnswer: draw attention to themselves", + "output": [ + "very vain people like attention more than anything else" + ] + }, + { + "input": "Question: Where would you not be able to hear a telephone? \nAnswer: party", + "output": [ + "party is the only option where is too loud to hear anything." + ] + }, + { + "input": "Question: How do people trade for services or goods? \nAnswer: use money", + "output": [ + "money is universally accepted as a medium of exchange" + ] + }, + { + "input": "Question: She had learned how to make bread that was quite good, she had finished a new loaf and now all there was left to do was to what? \nAnswer: eat bread", + "output": [ + "if the bread was quite good, she would want to eat it." + ] + }, + { + "input": "Question: If proof is found of someone killing people they will likely receive a long what? \nAnswer: prison sentence", + "output": [ + "people go to prison when found guilty of killing someone" + ] + }, + { + "input": "Question: What do you have to pay when you are getting paid? \nAnswer: income tax", + "output": [ + "income tax is paid when being paid." + ] + }, + { + "input": "Question: Bob is in a dressing room. He's putting on waterproof trunks and goggles. What sort of facility is he most likely visiting? \nAnswer: swimming pool", + "output": [ + "waterproof trunks and goggles are key requirements for most people when visiting a swimming pool" + ] + }, + { + "input": "Question: What is a useful activity when experiencing loneliness? \nAnswer: socialize", + "output": [ + "making people laugh and meeting a friend are both activities that would fall under socializing, so socializing is inclusive of the other answers." + ] + }, + { + "input": "Question: How can you get the attention of a person across the room? \nAnswer: shout at", + "output": [ + "to get someones attention you must call out to them" + ] + }, + { + "input": "Question: The lizard tried to stay cool by resting in what sort of location? \nAnswer: shady spot", + "output": [ + "a shady spot is the west way for lizards to stay fresh." + ] + }, + { + "input": "Question: John found that being in love made him higher. He wanted to share his love with everyone, to express it. He wanted to do what all the time. \nAnswer: sing", + "output": [ + "singing is a form of expression that you can share with others." + ] + }, + { + "input": "Question: If I am a spectator at a movie theater, what am I likely watching? \nAnswer: show", + "output": [ + "only a show would be held for viewing at a movie theater." + ] + }, + { + "input": "Question: What does someone feel when they run away from a big animal? \nAnswer: frightened", + "output": [ + "if you are running away you feel threatened or in danger" + ] + }, + { + "input": "Question: The man wanted a new cereal bowl, where should he buy one? \nAnswer: china shop", + "output": [ + "a china shop is the only place he can purchase a new cereal bowl from." + ] + }, + { + "input": "Question: Joe bought a ficus. He thought it would look good in what part of his home? \nAnswer: family room", + "output": [ + "ficus is a common house plant." + ] + }, + { + "input": "Question: Why is waiting for the doctor difficult for people who need to do work? \nAnswer: time consuming", + "output": [ + "waiting at the doctor prevents people from working when they need to." + ] + }, + { + "input": "Question: John liked to listen to music while he read. He felt it helped him do what? \nAnswer: understand", + "output": [ + "only explanation for doing something while doing something else" + ] + }, + { + "input": "Question: Where do security guards usually drive around in golf carts and protect young adults? \nAnswer: university", + "output": [ + "a university is the only place where that would be considered their main job" + ] + }, + { + "input": "Question: If a person wants to make sure their lemonade is the most refreshing, where might they store it? \nAnswer: refrigerator", + "output": [ + "the only logical place to store lemonade is in the refrigerator" + ] + }, + { + "input": "Question: Sarah was watching a film, but she missed the middle. She closed her eyes in the beginning and when she opened them the credits were rolling. What did she do? \nAnswer: falling asleep", + "output": [ + "she fell asleep during the movie, she didn't cry and entertainment doesn't fit grammatically" + ] + }, + { + "input": "Question: If you're printing on a printer, someone might notice because of what? \nAnswer: noise", + "output": [ + "printing on a printer create noise so easy to notice the work" + ] + }, + { + "input": "Question: Oil can fix the squeak on the hinges on what that you open or close when you drive to the store? \nAnswer: car door", + "output": [ + "you open and close your car door when you drive to the store" + ] + }, + { + "input": "Question: Humans have a number of body parts that serve multiple functions. Name something that they have an abundance of, and which serves a dual function. \nAnswer: ten fingers", + "output": [ + "abundance suggests a lot of, i.e. more than just 1 or 2." + ] + }, + { + "input": "Question: What might you feel if you're meeting a friend you haven't seen in a long time? \nAnswer: excitement", + "output": [ + "if one hadn't seen a close friend in some time, a typical person would feel excitment leading up to the event." + ] + }, + { + "input": "Question: They were going to play at the theater, part way through there was a what? \nAnswer: intermission", + "output": [ + "a and b don't typically happen in the middle of a play" + ] + }, + { + "input": "Question: what is the goal of going jogging? \nAnswer: lose weight", + "output": [ + "the goal has to be something positive for the jogger, in this case is losing weight." + ] + }, + { + "input": "Question: What do taking illegal drugs do long term? \nAnswer: cause illness", + "output": [ + "drugs are usually bad medicines that hurt your body" + ] + }, + { + "input": "Question: He was serious and pragmatic, so why did he drive his car? \nAnswer: transportation", + "output": [ + "people drive cars to get around. a pragmatic and serious person probably would not get stressed and want to just drive around, and death just doesn't make sense." + ] + }, + { + "input": "Question: Billy is an archaeologist. He looks for information about ancient human civilization. What is something that he might enjoy finding? \nAnswer: library", + "output": [ + "the library is a place where you can find information about anything." + ] + }, + { + "input": "Question: Where can you get a yellow fungus on your person? \nAnswer: toenails", + "output": [ + "toenails are the only option that are actually on a person." + ] + }, + { + "input": "Question: They wanted to build a new entertainment complex down town, but the costs were doing what to the budget? \nAnswer: destroying", + "output": [ + "this is an expensive venture" + ] + }, + { + "input": "Question: Where characteristically has a heart? \nAnswer: all mammals", + "output": [ + "this question did not make sense." + ] + }, + { + "input": "Question: I was creating art, what would be my end product? \nAnswer: work of art", + "output": [ + "a work of art comes from creative expression." + ] + }, + { + "input": "Question: What would you do to numbers that are positive integers to get a result that is at most twice as large? \nAnswer: added up", + "output": [ + "dividing numbers would make them smaller and multiplying could make it more than twice as large so addition is the answer." + ] + }, + { + "input": "Question: What business uses lots of potatoes? \nAnswer: fast food restaurant", + "output": [ + "a produce and vegetable market sell potatoes, while a fast food restaurant uses potatoes to cook the food they sell." + ] + }, + { + "input": "Question: What do you conduct drinking out of? \nAnswer: glass", + "output": [ + "most people drink their beverages out of a glass?" + ] + }, + { + "input": "Question: Where is a restroom likely to be quiet? \nAnswer: library", + "output": [ + "the library is a very quiet place throughout." + ] + }, + { + "input": "Question: What could happen if you are fishing but do not catch any fish? \nAnswer: anger", + "output": [ + "anger is the only reasonable outcome from provided options for not getting what you want." + ] + }, + { + "input": "Question: What would you do if you want to be able to earn money? \nAnswer: apply for job", + "output": [ + "the only way to earn money is to get a job thus you must apply for a job." + ] + }, + { + "input": "Question: John saw a billboard every day on his way to work. The billboard was visible from where? \nAnswer: street", + "output": [ + "the only place that might have" + ] + }, + { + "input": "Question: What could stop someone from staying healthy? \nAnswer: injury", + "output": [ + "happiness and long life don't make you unhealthy, but an injury could keep you from moving around as much, which would impact your health." + ] + }, + { + "input": "Question: What happens to people playing games? \nAnswer: happiness", + "output": [ + "the only place that might have" + ] + }, + { + "input": "Question: Where would a loose weasel cause the most destruction? \nAnswer: hen house", + "output": [ + "it would kill the hens in the hen house." + ] + }, + { + "input": "Question: John was a medic but he never saw combat. Where might he be stationed? \nAnswer: military base", + "output": [ + "john never saw combat as he is located in the military base and not directly in the battlefield or warzone. not actie combat happens in a military base." + ] + }, + { + "input": "Question: Where would a cat not belong? \nAnswer: milky way galaxy", + "output": [ + "you would find a cat in an alley or in a compost pile, but you wouldn't find one floating in space" + ] + }, + { + "input": "Question: Hurting someone else may cause what consequences for the offender? \nAnswer: legal problems", + "output": [ + "legal problems are the consequence for the accused." + ] + }, + { + "input": "Question: What is often stirred up in a person when playing violin? \nAnswer: feelings", + "output": [ + "feelings get touched when hearing sad music." + ] + }, + { + "input": "Question: On what continent would you find a lemur? \nAnswer: australia", + "output": [ + "forrests, and cages, are not continents, but australia is one." + ] + }, + { + "input": "Question: What are plants made out of? \nAnswer: millions of cells", + "output": [ + "plants are comprised of millions of cells like all living things on earth" + ] + }, + { + "input": "Question: James had difficult beginning work, but once it did he didn't stop. He worked best when he had what? \nAnswer: momentum", + "output": [ + "to not stop after getting started is a good example of momentum, where panic/having accomplished a task would be a reason to stop." + ] + }, + { + "input": "Question: Where would you put an eraser if you are at home and need to go to class? \nAnswer: pencil box", + "output": [ + "because you carry erasers in a pencil box" + ] + }, + { + "input": "Question: If geese are invading a secure installation from where will they be spotted first? \nAnswer: guard house", + "output": [ + "only a guard house is a secure installation." + ] + }, + { + "input": "Question: If you feel like everything is spinning while climbing you are experiencing what? \nAnswer: vertigo", + "output": [ + "this is the symptoms of having the condition" + ] + }, + { + "input": "Question: Where is the tearoom likely to have originated? \nAnswer: england", + "output": [ + "the english are world famous for their tea and although london is in england, the more general answer is better" + ] + }, + { + "input": "Question: He volunteered to help them after the disaster, he was able bodied and hoped to be what? \nAnswer: of service to", + "output": [ + "likely to want to be of service after a disaster" + ] + }, + { + "input": "Question: Where is it likely to find a beach towel? \nAnswer: swimming pool", + "output": [ + "swimming pool is the only place to likely find a beach towel" + ] + }, + { + "input": "Question: Why does this person eat so much? \nAnswer: gain weight", + "output": [ + "it's often assumed that we can balance out healthy foods and treats each day to meet our daily ..." + ] + }, + { + "input": "Question: Where is texas located? \nAnswer: united states", + "output": [ + "is the best option in all" + ] + }, + { + "input": "Question: What do people typically have a hard time doing while at a shop? \nAnswer: spending of money", + "output": [ + "spending of money do people typically have a hard time doing while at a shop" + ] + }, + { + "input": "Question: What type of college do you learn science at? \nAnswer: university", + "output": [ + "a college is another term for university." + ] + }, + { + "input": "Question: Where do humans go in space? \nAnswer: international space station", + "output": [ + "the international space station is the only place that is in space." + ] + }, + { + "input": "Question: Billy wasn't good at communicating with other people so he took a found a mentor and put a lot of effort into doing what? \nAnswer: learning", + "output": [ + "learning billy wasn't good at communicating with other people so he took a found a mentor and put a lot of effort into doing" + ] + }, + { + "input": "Question: The man drank his coffee at work? \nAnswer: office", + "output": [ + "if he is at work then an office makes the most sense" + ] + }, + { + "input": "Question: What can an injury happen to? \nAnswer: living thing", + "output": [ + "living things feel pain, and therefore can be injured." + ] + }, + { + "input": "Question: The food was packaged for sale, where was it bound? \nAnswer: shop", + "output": [ + "the shop is the only choice where things are sold, so it makes sense to have been packaged there as well." + ] + }, + { + "input": "Question: Two people were grooming each other in anticipation of a party. Why might they be grooming? \nAnswer: looking pretty", + "output": [ + "positive is a bit vague, and get doesn't really describe why they are grooming themselves. they want to look pretty for the party" + ] + }, + { + "input": "Question: How does the fur of a puppy feel after it takes a bath? \nAnswer: soft", + "output": [ + "soft feeling of better" + ] + }, + { + "input": "Question: Where would you find a dime store along other such enterprises? \nAnswer: commercial building", + "output": [ + "commercial building has multiple stores" + ] + }, + { + "input": "Question: Where would a gazelle like to run? \nAnswer: open field", + "output": [ + "the gazelle like to open field." + ] + }, + { + "input": "Question: A strong laxative will help you keep what kind of bowel movements? \nAnswer: regular", + "output": [ + "strong is good and keeps everything regular" + ] + }, + { + "input": "Question: During offiical judging what must be avoided? \nAnswer: prejudice", + "output": [ + "judging has to be fair and no prejudice." + ] + }, + { + "input": "Question: What feeling might propel one to instituting civil action? \nAnswer: anger", + "output": [ + "anger is a feeling, unlike court cases and trials" + ] + }, + { + "input": "Question: Where do soldiers not deployed eat their food? \nAnswer: military base", + "output": [ + "a soldier who is deployed is not living at their home base, but has been moved to the field." + ] + }, + { + "input": "Question: Bobby was doing housework when he became sick. He thought he worked too hard, but the doctor said what it was what? \nAnswer: allergies", + "output": [ + "generally people become sick while doing housework dust due to allergies." + ] + }, + { + "input": "Question: What would happen to a building if it is not needed any more? \nAnswer: fall down", + "output": [ + "a building should need a fall down filler." + ] + }, + { + "input": "Question: The act of traveling is simple, you're just what? \nAnswer: getting somewhere", + "output": [ + "the primary function of traveling is getting to somewhere else." + ] + }, + { + "input": "Question: How can someone use their thinking to do things a new way? \nAnswer: new perspectives", + "output": [ + "is the best option in all" + ] + }, + { + "input": "Question: What is the opposite of dissociate with someone? \nAnswer: join", + "output": [ + "this is the opposite meaning" + ] + }, + { + "input": "Question: What kind of water comes from a faucet? \nAnswer: room temperature", + "output": [ + "the water comes according to the temperature of that room." + ] + }, + { + "input": "Question: Lawyers often lease where? \nAnswer: office building", + "output": [ + "military band group may be one of the few where playing the bugle has a big role" + ] + }, + { + "input": "Question: Climbing a hill can give you a good way to survey what? \nAnswer: landscape", + "output": [ + "landscapes are typically the only things that are surveyed that are on this list." + ] + }, + { + "input": "Question: Bill is setting his cup on a table. He puts a napkin under it to avoid leaving what? \nAnswer: water mark", + "output": [ + "a water mark is the only option that could be left behind" + ] + }, + { + "input": "Question: What is a negative external consequence for someone who takes part in a killing? \nAnswer: being imprisoned", + "output": [ + "being imprisoned is an external consequence as opposed to being an inconvenience" + ] + }, + { + "input": "Question: His hands were shaking as he was setting cup on table, he was worried he would what the cup if he tried to drink? \nAnswer: let go of", + "output": [ + "when someone's hands are shaking, they are unstable and unable to securely hold a cup" + ] + }, + { + "input": "Question: Where do people find bills with bread? \nAnswer: restaurant", + "output": [ + "restaurant is only place where people get the bills for eating the bread." + ] + }, + { + "input": "Question: Where would you usually keep your personal telephone directory? \nAnswer: house", + "output": [ + "phone booths are public, so it wouldn't have someone's personal directory, and an office would have its own directory." + ] + }, + { + "input": "Question: Bill told the audience that good things would happen to them if they gave him all of their money. Where is Bill most likely speaking? \nAnswer: church", + "output": [ + "church is the only place they could be raising money" + ] + }, + { + "input": "Question: I have given up my goal of gaining more land. Why did I give up? \nAnswer: higher taxes", + "output": [ + "land is very valuable and thus taxed accordingly." + ] + }, + { + "input": "Question: Where can a person drink alcohol as they slice a steak? \nAnswer: restaurants", + "output": [ + "restaurants are the place where dring and eating is done together." + ] + }, + { + "input": "Question: What are you likely to see on Independence Day? \nAnswer: fireworks display", + "output": [ + "fireworks events are often used during holidays." + ] + }, + { + "input": "Question: What do people like least about farting? \nAnswer: bad smell", + "output": [ + "farting is a normal part of digestion that reflects the activity of the bacteria in your gut. you might also notice that you fart more when you eat certain foods that are more difficult to digest, such as beans or raw vegetables. while farting every day is normal, farting all the time is not" + ] + }, + { + "input": "Question: Bob the mouse lived in a densely populated area. Where might he look for shelter? \nAnswer: abandoned houses", + "output": [ + "mice seek out shelter in abandoned houses" + ] + }, + { + "input": "Question: We want to try some new barbecue sauces, where should we buy some? \nAnswer: retail store", + "output": [ + "the store would be where you would specifically buy bbq sauce" + ] + }, + { + "input": "Question: The day was over and the teeth filled, the dentist had to put all his metal what away? \nAnswer: instruments", + "output": [ + "dentists have tools which are metal, and, need to be cleaned and put away properly." + ] + }, + { + "input": "Question: Ones and zeroes are how computers do everything, you could say they simply what? \nAnswer: do arithmetic", + "output": [ + "ones and zero's are numbers which is arithmetic" + ] + }, + { + "input": "Question: What group may be one of the few where playing the bugle has a big role? \nAnswer: military band", + "output": [ + "military band group may be one of the few where playing the bugle has a big role" + ] + }, + { + "input": "Question: The delivery man knocked on the door, it was a new computer being delivered and the recipient could not wait to open the what? \nAnswer: box", + "output": [ + "packages carried my delivery men are boxes, and the recipient wanted to open the box that had his computer" + ] + }, + { + "input": "Question: Why does someone engage in chatting with friends when they want to workout? \nAnswer: inspiration", + "output": [ + "inspiration someone engage in chatting with friends when they want to workou" + ] + }, + { + "input": "Question: Despite numerous bad public reviews the expert found the product to be what? \nAnswer: first rate", + "output": [ + "after bad reviews the expert can just find the product to be first rate" + ] + }, + { + "input": "Question: The barn was torn to shreds and all the pieces of board became one projectile after another flying through the air, it was a powerful what? \nAnswer: tornado", + "output": [ + "tornado's destroy objects and make them active projectiles, spinning them in the air and throwing them in random directions." + ] + }, + { + "input": "Question: Which lawn do people not care about as much since people don't see it? \nAnswer: back yard", + "output": [ + "since backyard accompanied by personal things" + ] + }, + { + "input": "Question: What is a convenient way for a farmer to preserve their crops? \nAnswer: can produce", + "output": [ + "\"preserve\" says to save it for later. canning is the only option that is a way to save crops" + ] + }, + { + "input": "Question: How does a human get around? \nAnswer: bus", + "output": [ + "a bus is a form of transportation." + ] + }, + { + "input": "Question: What could be used to write with a steel pen? \nAnswer: hand", + "output": [ + "hand is the only thing listed that can be used to write." + ] + }, + { + "input": "Question: If the world is materials, what is it made out of? \nAnswer: anything", + "output": [ + "there are many different things the world can be made out of" + ] + }, + { + "input": "Question: His therapist said he had to get out there and begin socialising, it was the only was to start what? \nAnswer: friendships", + "output": [ + "the closest and most accurate option" + ] + }, + { + "input": "Question: I pay someone in a ticket booth for tickets to \"The Greatest Showman.\" Where am I likely to be? \nAnswer: movie theatre", + "output": [ + "only the movie theatre would be expected to exhibit \"the greatest showman.\"" + ] + }, + { + "input": "Question: She was found guilty of neglect, the judge taking away the child was a serious what? \nAnswer: consideration", + "output": [ + "the judge has the responsibility to act according to laws written and for the best interest of a child; if someone is guilty of neglect, the judge has to take in consideration that the child should be removed for their safety from that situation." + ] + }, + { + "input": "Question: Why might people go to a party? \nAnswer: enjoy themselves", + "output": [ + "people normally have or go to parties to enjoy themselves, so that option makes the most sense." + ] + }, + { + "input": "Question: After doing what he held his breathe? \nAnswer: inhaling", + "output": [ + "the way the question is worded the answer has to be in the infinitive form (-ing ending). therefore, he could only have been holding his breathe after inhaling." + ] + }, + { + "input": "Question: Where would you get a baseball if you do not have one? \nAnswer: sporting goods store", + "output": [ + "a sporting goods store sells sports equipment like baseballs. you can't buy a baseball at a park, and \"america\" is far too general of an answer." + ] + }, + { + "input": "Question: The cows were enjoying the sunshine and solitude by the barn, where were they? \nAnswer: farmyard", + "output": [ + "when i think of barn, i think of a farm so the barn would be in the farmyard." + ] + }, + { + "input": "Question: Where do you get a table? \nAnswer: furniture store", + "output": [ + "you make purchases at a store." + ] + }, + { + "input": "Question: The people began thanking each other, and they sealed the deal by doing what? \nAnswer: shake hands", + "output": [ + "a handshake is typically thought of as a deal sealer." + ] + }, + { + "input": "Question: What could cause a driving car to stop? \nAnswer: run out of gas", + "output": [ + "cars need gas to run, therefore they stop without it." + ] + }, + { + "input": "Question: John took a carboard box and emptied his closet racks into it. He was using the box to do what? \nAnswer: store clothes", + "output": [ + "clothes are the only things contained in closet racks, and that is what john was emptying" + ] + }, + { + "input": "Question: WHat does learning about world poverty lead to? \nAnswer: sadness", + "output": [ + "learning about world poverty may sadden others because you come to the realization that many suffer because of poverty." + ] + }, + { + "input": "Question: What can help you with an illness? \nAnswer: doctor's office", + "output": [ + "doctor's office is the only person that can help you with an illness." + ] + }, + { + "input": "Question: Where are small grapes used? \nAnswer: wine press", + "output": [ + "the house will be in the house" + ] + }, + { + "input": "Question: What would be a cheap way for a medieval family to satisfy their hunger? \nAnswer: make bread", + "output": [ + "a medieval family would probably make their own bread to have a cheap way to get full." + ] + }, + { + "input": "Question: She would cogitate over every little thing, she was what? \nAnswer: obsessive compulsive", + "output": [ + "thinking about every single small thing is obsessive. siting quietly doesn't have a negative connotation while have brain doesn't make sense." + ] + }, + { + "input": "Question: where do you have dressing rooms for all types of things? \nAnswer: department store", + "output": [ + "clothing stores only have changing rooms for clothes." + ] + }, + { + "input": "Question: She was very saddened about the condition of the person, it was who she most what? \nAnswer: care about", + "output": [ + "showing emotion towards a person means you care for them." + ] + }, + { + "input": "Question: Where would there be few or no people, regarless of whether there is rain? \nAnswer: forest", + "output": [ + "the forest is the only place where there would be few or no people." + ] + }, + { + "input": "Question: The had a reputation for celebrating in a debaucherous manner, what often happened as a result? \nAnswer: drunkenness", + "output": [ + "it is normal not a good idea to get drunk" + ] + }, + { + "input": "Question: She had an alacrity for anything life threw her way, but when it came to relationships she had some what? \nAnswer: reluctance", + "output": [ + "opposite of reluctance, the but also indicated it was the opposite" + ] + }, + { + "input": "Question: A large river drains into a tropical forest where? \nAnswer: amazon basin", + "output": [ + "amazon basin is the only specified body of water for the river to drain into" + ] + }, + { + "input": "Question: What could using computer not cause if you are blind? \nAnswer: eye strain", + "output": [ + "if you are blind, you are not able to see a computer screen, therefore, you would not get eye strain." + ] + }, + { + "input": "Question: Why do people like getting wet in the summer? \nAnswer: cooling off", + "output": [ + "the summer is the hottest time of the year, and likely when you would need cooling off." + ] + }, + { + "input": "Question: If a person is feeling sick, but has a project to finish, what should they do? \nAnswer: work at home", + "output": [ + "it's imperative that the person finish the project, and thus should do the work. if too sick for the office, said person must do the work at home." + ] + }, + { + "input": "Question: If a person is trying to weasel out of punishment for a crime, where are they likely to be? \nAnswer: court room", + "output": [ + "court rooms are used to defend or accuse people for crimes" + ] + }, + { + "input": "Question: Where could a gentleman go to other than a theater? \nAnswer: europe", + "output": [ + "europe is somewhere people go wen they want to go travel somewhere." + ] + }, + { + "input": "Question: Where can a woman get birth control pills? \nAnswer: pharmacy", + "output": [ + "a pharmacy is where you purchase pills" + ] + }, + { + "input": "Question: Where would you find a cottage that gets flooded often? \nAnswer: rural area", + "output": [ + "i would find the cottage in a rural area because thats where i spend most of my time" + ] + }, + { + "input": "Question: What is someone likely to experience after hurting someone else even if they are not caught? \nAnswer: bad karma", + "output": [ + "bad karma is associated with bad actions towards others without being caught." + ] + }, + { + "input": "Question: What causes fear in skating? \nAnswer: might fall", + "output": [ + "falling is probably the largest fear associated with skating" + ] + }, + { + "input": "Question: Video games can be quite fun and entertaining, but some are actual good for kids and what? \nAnswer: educational", + "output": [ + "i consider it the best option because they have to be more true" + ] + }, + { + "input": "Question: If you're giving assistance to people in need what are you likely to see on their faces? \nAnswer: smiles", + "output": [ + "people smile with their faces." + ] + }, + { + "input": "Question: If you want to stay warm while watching television you're take your comforter where? \nAnswer: livingroom", + "output": [ + "the tv is most likely to be in the living room, so that is where you'd bring your comforter to watch it." + ] + }, + { + "input": "Question: If I were to stand up and put my leg in front of the other leg repeatedly I would do what? \nAnswer: start walking", + "output": [ + "walking is the only activity where you put one leg in front of the other" + ] + }, + { + "input": "Question: Though working 8 hours a day was mandatory at the company, what was their policy toward employee contributions to retirement? \nAnswer: elective", + "output": [ + "elective may refer to: choice, the mental process of judging the merits of multiple options and selecting one of them." + ] + }, + { + "input": "Question: What is a person using their whole body for work likely to complain of? \nAnswer: sore muscles", + "output": [ + "sore muscles encompasses aching back and lower back pain" + ] + }, + { + "input": "Question: Where could you see a gentleman that is not real? \nAnswer: movie", + "output": [ + "movies can depict things that are not real" + ] + }, + { + "input": "Question: What do all rooms facing outside have? \nAnswer: doors and windows", + "output": [ + "all rooms have door and outside facing rooms usually have windows" + ] + }, + { + "input": "Question: Who has blood and parents? \nAnswer: person", + "output": [ + "only a person has both blood and parents. a vein has blood but no parents. a hospital is an inanimate thing and cannot have parents (though parents of other people may be within a hospital, as could be blood)." + ] + }, + { + "input": "Question: What could you see from a courtyard? \nAnswer: lawn", + "output": [ + "lawn is the only thing that i could see from a courtyard." + ] + }, + { + "input": "Question: What is the opposite of an odd number? \nAnswer: even", + "output": [ + "because even number is divided by 2" + ] + }, + { + "input": "Question: Where is a common gathering place for adults often the football field? \nAnswer: college campus", + "output": [ + "college campusf a lantern is not for sale,where is it likely to be?" + ] + }, + { + "input": "Question: If you're look at a black and white photograph that isn't recent it is likely what? \nAnswer: old", + "output": [ + "if it's not recent, it is probably old." + ] + }, + { + "input": "Question: A common saying, Sam thought, was to go forth, also this. \nAnswer: back and", + "output": [ + "saying go forth is coupled with back and phrase also." + ] + }, + { + "input": "Question: Where might someone have a statement printed? \nAnswer: newspaper", + "output": [ + "we can see statement printed in a news paper" + ] + }, + { + "input": "Question: What events are typical, expected and not divine? \nAnswer: humdrum", + "output": [ + "humdrum means lacking excitement, which is the only thing that usually happens when things are typical and expected." + ] + }, + { + "input": "Question: What type of areas have parking lots for stores? \nAnswer: urban area", + "output": [ + "amusement parks have their parking lots for visitors, not stores, business districts are known for having parking meters, but might have parking lots as well, however, urban areas often have garages and lots for businesses." + ] + }, + { + "input": "Question: To stay on the team he had to pass class, so he and the tutor began to what? \nAnswer: study hard", + "output": [ + "my college tutor start lesson to the students" + ] + }, + { + "input": "Question: What do employees have when they want to have a group discussion? \nAnswer: meeting", + "output": [ + "it is not possible to have a group discussion if you are not meeting together" + ] + }, + { + "input": "Question: Where do almost all people live? \nAnswer: surface of earth", + "output": [ + "the surface of the earth is the only option large enough for almost all people to live." + ] + }, + { + "input": "Question: What would a paper be if the typing on the paper was made using foreign characters? \nAnswer: indeterminate", + "output": [ + "intermijnate of the paper" + ] + }, + { + "input": "Question: It was stuffy, so she decided on breathing fresh air, what happens as a result? \nAnswer: feeling better", + "output": [ + "if you breathe fresh air, you will feel better" + ] + }, + { + "input": "Question: He needed a stapler and index card, he figure where would be the best place to purchase them? \nAnswer: office supply store", + "output": [ + "the office supply store is the only place that would sell a stapler and index card." + ] + }, + { + "input": "Question: If an outdoors man wants accommodations, where is he likely looking to go? \nAnswer: camp ground", + "output": [ + "since it is an outdoors man then he would look for accommodation in camp ground." + ] + }, + { + "input": "Question: The audience recognized the filming location. Where might it have been filmed? \nAnswer: new york", + "output": [ + "new york is easily recognizable." + ] + }, + { + "input": "Question: If I wanted to work a crossword puzzle, where might I find one? \nAnswer: newspaper", + "output": [ + "most newspapers have a free daily crossword puzzle, and toy shops are better known for other kinds of puzzles." + ] + }, + { + "input": "Question: What about eating hamburgers makes someone want more? \nAnswer: tasty", + "output": [ + "tasty is the only possible option that a person would want to eat more hamburgers" + ] + }, + { + "input": "Question: When you're driving you're what from place to place? \nAnswer: moving", + "output": [ + "traffic jam makes you stuck to something and transportation is not relevant" + ] + }, + { + "input": "Question: Where would most people store their fortune? \nAnswer: bank", + "output": [ + "fortunes are usually money and money is usually stored in a bank" + ] + }, + { + "input": "Question: Where would be able to get a bbq meal away from home? \nAnswer: restaurant", + "output": [ + "if you are away from home, you can get a bbq meal from a restaurant in almost any town. you can only get this meal for louisiana if you are in louisiana." + ] + }, + { + "input": "Question: People gather where to watch large four-legged animals run? \nAnswer: race track", + "output": [ + "people and animals often run on tracks." + ] + }, + { + "input": "Question: What were southern institutions where slaves do the labor called? \nAnswer: plantation", + "output": [ + "the true definition of the place where slaves do labor in the south is called a plantation." + ] + }, + { + "input": "Question: She wanted to do something exceptionally well, what was she trying to escape? \nAnswer: commonly", + "output": [ + "the common is the opposite of the exceptional." + ] + }, + { + "input": "Question: What can happen after drinking alcohol that takes a long time to finish? \nAnswer: get pregnant", + "output": [ + "both blackouts and bad breath are short term, pregnancy is not." + ] + }, + { + "input": "Question: There are a lot of ways to relax, for this person it is simply opening one up and what? \nAnswer: read book", + "output": [ + "is the best since it is the best backup" + ] + }, + { + "input": "Question: Jane's baking oven was broken and she was afraid to use it. She didn't want to burn what? \nAnswer: house", + "output": [ + "jane's baking oven is probably located in her home and it is her home she doesn't want to burn down." + ] + }, + { + "input": "Question: Where are trees safest? \nAnswer: state park", + "output": [ + "all trees and wildlife are legally protected and maintained in state parks. there are usually rangers to enforce this at state parks, as opposed to university or the city of san francisco." + ] + }, + { + "input": "Question: The museum made an odd choice for the koala display, they put the stuffed creature in what area where you'd usually find a panda? \nAnswer: bamboo grove", + "output": [ + "pandas eat bamboo and a museum is not located in a child's book or the austrailian outback." + ] + }, + { + "input": "Question: Where are fish from salt water happiest? \nAnswer: ocean", + "output": [ + "the ocean is filled with happy salt water fish." + ] + }, + { + "input": "Question: John had his appointment book with him when he got a medical checkup but he lost it somewhere. Where is the first place that he'd look for it? \nAnswer: doctor's office", + "output": [ + "it reasonable to start looking for something on the last place you remember you used it." + ] + }, + { + "input": "Question: WHere do photographers post pictures alongside articles? \nAnswer: newspaper", + "output": [ + "newspaper do photographers post pictures alongside articles" + ] + }, + { + "input": "Question: What do people consider chatting with friends when there is work to do ? \nAnswer: silliness", + "output": [ + "postponing work activities to deal with personal staff is silly." + ] + }, + { + "input": "Question: Where is a student likely to keep their notebook? \nAnswer: backpack", + "output": [ + "it's more common for students to leave their notebooks in a backpack instead of a classroom, or even a bookstore." + ] + }, + { + "input": "Question: Where do you keep instruments when you travel? \nAnswer: case", + "output": [ + "traveling means portability and where donates item location. hence, case." + ] + }, + { + "input": "Question: What do you need to do so that other people can use television? \nAnswer: plug in", + "output": [ + "for the television to work so others can use it, someone has to plug it in to power it on." + ] + }, + { + "input": "Question: What is learning about the world and how it works likely to cause? \nAnswer: loss of innocence", + "output": [ + "it is the only one that is not an emotion, which would be how would you feel about it." + ] + }, + { + "input": "Question: John's router kept going to sleep. This made his internet searches much slower, because it increased this. What is this? \nAnswer: latency", + "output": [ + "latency is the term used to describe a delay that occurs before a transfer of data, and is therefore the appropriate term to use to describe the slowness of the internet searches." + ] + }, + { + "input": "Question: The aboriginal people ended up being displaced by settlers who justified themselves with the fact that the displaced people didn't have a formal system to do what? \nAnswer: own land", + "output": [ + "being displaced typically suggests losing a place of resident, which can be a home or land, so this suggests both b and c are possible. however, being displaced by \"settlers\", which usually is associated with finding new land to acquire and build a life there. therefore \"own land\" is the most likely answer." + ] + }, + { + "input": "Question: He just needed to pick up one more thing off his list and fill his cart, he grabbed some coffee on his way to checking out of where? \nAnswer: grocery store", + "output": [ + "the grocery store is the only place where he would be checking out and use a cart for the items on his list." + ] + }, + { + "input": "Question: Where would you store a violin along with all of your other instruments? \nAnswer: music room", + "output": [ + "musicroom is a place that you store music instruments, unlike the other two." + ] + }, + { + "input": "Question: Where would I buy beer if I ran out? \nAnswer: grocery store", + "output": [ + "a grocery store is the only place you would go to buy beer if you ran out." + ] + }, + { + "input": "Question: If a person bought food from a grocery store, what will they do next? \nAnswer: bring home", + "output": [ + "after buying food, a person is likely to bring it home." + ] + }, + { + "input": "Question: Why do people spend money? \nAnswer: buy things", + "output": [ + "make money is not a reason to spend money, and go shopping is not a reason to spend money it's what you do when you have money" + ] + }, + { + "input": "Question: What do people in a family typically do on the holidays? \nAnswer: gather together", + "output": [ + "they usually gather together whether or not they get angry at each other. \"facing each other\" is too specific and doesn't make sense" + ] + }, + { + "input": "Question: Why is this person getting married? \nAnswer: promise to do", + "output": [ + "i promise to give you my all" + ] + }, + { + "input": "Question: When you are finished drinking out of a cup and want it clean you use this. \nAnswer: dishwasher", + "output": [ + "the table and shelf would be the places you would put it after it is clean." + ] + }, + { + "input": "Question: Where does the sun set? \nAnswer: west", + "output": [ + "the compass point corresponding to west." + ] + }, + { + "input": "Question: Jim chose clear paint. He could have chosen another type but it would have covered up the natural beauty of the wood. What sort of paint could he have chosen instead? \nAnswer: opaque", + "output": [ + "opaque means to cover up or not see through" + ] + }, + { + "input": "Question: While doing housework you came across a dusty corner which caused you to start doing what? \nAnswer: sneezing", + "output": [ + "while doing housework you came across a dusty corner which caused you to start doing sneezing" + ] + }, + { + "input": "Question: When musicians give exceptional performances you've seen a great what? \nAnswer: show", + "output": [ + "musicians indicates a group of people playing instruments and that describes a band." + ] + }, + { + "input": "Question: The squirrel was rather plump, it had found a home that leaves out what? \nAnswer: nuts", + "output": [ + "nuts is the only explanation for a plump squirrel" + ] + }, + { + "input": "Question: Where would you look up what an anemone is? \nAnswer: dictionary", + "output": [ + "that's the best option since that's where there are more roses" + ] + }, + { + "input": "Question: What has stopped if your spouse abandon you? \nAnswer: unite", + "output": [ + "a person is no longer united if they are abandoned" + ] + }, + { + "input": "Question: Where do people typically make a friend as an adult? \nAnswer: workplace", + "output": [ + "since adults spend more time at their work." + ] + }, + { + "input": "Question: He was stabbing to death his wife when he was caught, at trial he still denied the what? \nAnswer: killing", + "output": [ + "because seeing the question is the answer that best matches the question" + ] + }, + { + "input": "Question: Where would you go if you need an eraser? \nAnswer: office supply store", + "output": [ + "if you need an eraser, you likely don't have one in your pencil box. also, unless you're a student, you're unlikely to get one from school." + ] + }, + { + "input": "Question: A person needing to rest often is often a sign of what? \nAnswer: weak", + "output": [ + "those who need rest often are weak." + ] + }, + { + "input": "Question: How might someone feel if they spend time learning about a subject they're very passionate? \nAnswer: elation", + "output": [ + "you experience elation if you're studying something you're passionate about" + ] + }, + { + "input": "Question: What does a child have to do in order to officially become a student? \nAnswer: enter school", + "output": [ + "entering school is the only way to become a scholar." + ] + }, + { + "input": "Question: When I take clean clothes out of the dryer, what do I do to to them next? \nAnswer: sort", + "output": [ + "holds items for organization" + ] + }, + { + "input": "Question: If I were to suffer from sudden illness I would be within reason to visit where? \nAnswer: hospital", + "output": [ + "only place that treats sudden illnesses" + ] + }, + { + "input": "Question: A school is most likely to be located in what sort of zone? \nAnswer: residential neighborhood", + "output": [ + "a residential neighborhood is the only place that is likely to be a property zone." + ] + }, + { + "input": "Question: What could be done to help prevent poverty? \nAnswer: fight inflation", + "output": [ + "inflation that outpaces wage increases leads to more people in poverty." + ] + }, + { + "input": "Question: There was an attendant at the door to keep light from coming in during the show, it was a big premiere night at the what? \nAnswer: theater", + "output": [ + "lights are controlled at theatres to stop it from interfering with performances" + ] + }, + { + "input": "Question: If you aren't experiencing curiosity and want to ensure viewing enjoyment, what may you watch? \nAnswer: see favorite show", + "output": [ + "see favorite show you aren't experiencing curiosity and want to ensure viewing enjoyment" + ] + }, + { + "input": "Question: Where would you put a telephone after you bought it? \nAnswer: desktop", + "output": [ + "telephones are placed on desks." + ] + }, + { + "input": "Question: Where can you watch a performance like a symphony? \nAnswer: concert hall", + "output": [ + "symphony performances are located inside concert halls." + ] + }, + { + "input": "Question: Where could you put a dollar that would make it hard to get out without breaking? \nAnswer: piggy bank", + "output": [ + "only put a dollar piggy bank" + ] + }, + { + "input": "Question: When darkness came, what was she prompted to go to? \nAnswer: bed", + "output": [ + "most people go to bed in the dark" + ] + }, + { + "input": "Question: What do most people have on their feet? \nAnswer: shoes and socks", + "output": [ + "other answers do not relate to feet" + ] + }, + { + "input": "Question: What are you hoping to achieve when talking to someone? \nAnswer: communicating with others", + "output": [ + "talking is a form of communication with others." + ] + }, + { + "input": "Question: John would do anything because he didn't care. He would do what? \nAnswer: whatever", + "output": [ + "the only answer that implies 'anything' is 'whatever'." + ] + }, + { + "input": "Question: What kind of activity is making bread? \nAnswer: gratifying", + "output": [ + "making bread is gratifying because you have created something that you can eat through baking. you accomplished something that you worked towards." + ] + }, + { + "input": "Question: The mental patient suffered confusion, what were his doctor's trying to decipher? \nAnswer: mind", + "output": [ + "mental goes with mind" + ] + }, + { + "input": "Question: What do most people hope to achieve when having sex? \nAnswer: orgasm", + "output": [ + "most people hope to get an orgasm when having sex." + ] + }, + { + "input": "Question: Where do you stock weaponry? \nAnswer: artillery", + "output": [ + "artillery is a class of heavy military weapons built to fire munitions far beyond the range and power of infantry's small arms." + ] + }, + { + "input": "Question: What is a child likely hoping to achieve by going to play? \nAnswer: have fun", + "output": [ + "have fun child likely hoping to achieve by going" + ] + }, + { + "input": "Question: What is important in a car when you are driving fast and come to a light? \nAnswer: breaks to help stop", + "output": [ + "brakes are the only thing that would help you stop" + ] + }, + { + "input": "Question: Plants can't move, so what must they do to continue their lineage? \nAnswer: reproduce asexually", + "output": [ + "although growing and photosynthises are good for the plant reproduction is the only way to continue linage." + ] + }, + { + "input": "Question: Snakes have many things what are they most likely to have when you find their home? \nAnswer: nest full of babies", + "output": [ + "snakes most likely nest full of babies" + ] + }, + { + "input": "Question: I framed the picture so I could look at it while I ate dinner, so where did I put it? \nAnswer: table", + "output": [ + "a table is the usual place to eat dinner." + ] + }, + { + "input": "Question: Bill was on a diet, but that didn't matter. He cared most about his audio quality. He had to turn up the gain because the high-impedance equipment he used cause what to volume? \nAnswer: loss", + "output": [ + "you can \"cause loss to volume.\" you can't \"cause reduce to volume.\" and volume can't lose weight ..." + ] + }, + { + "input": "Question: What would you open to find a bottle of glue? \nAnswer: desk drawer", + "output": [ + "people keep glue bottles in drawers,especially at a desk." + ] + }, + { + "input": "Question: The agent of change had a loath feeling for the king, he would set for a plan to have him what? \nAnswer: disposed", + "output": [ + "the loath feeling indicates a desire to be rid of the problem (the king), thus to have him disposed of." + ] + }, + { + "input": "Question: What will happen to someone writing a term paper too quickly likely encounter? \nAnswer: errors", + "output": [ + "taking your time and being thorough results in less errors." + ] + }, + { + "input": "Question: She needed a new night table, what does she need to visit to get one legally? \nAnswer: furniture store", + "output": [ + "furniture stores sell night tables" + ] + }, + { + "input": "Question: How can you stop a dog from biting nearby people? \nAnswer: leash", + "output": [ + "if a dog is on a leash, the person who is holding the leash has control of where they dog goes." + ] + }, + { + "input": "Question: The person was trying to describe what makes a good movie, he liked all the little what? \nAnswer: details", + "output": [ + "details make movies unforgettable and amazing" + ] + }, + { + "input": "Question: What causes meeting people to be preceded by meditation? \nAnswer: anxiety", + "output": [ + "is the best since it is the best backup" + ] + }, + { + "input": "Question: Where does a group of beaver build a dam? \nAnswer: river or stream", + "output": [ + "a beaver builds a dam on the water to block a pool." + ] + }, + { + "input": "Question: Why will breathing fresh air help you when deciding whether to do something? \nAnswer: think more clearly", + "output": [ + "nov 6, 2014 - train your brain to think more clearly. mentally edit out fuzzy buzzwords. while most business buzzwords are simply annoying (like saying \"utilize\" rather than \"use\"), some are so fuzzy and vague that they automatically lead to confused thinking. simplify your business writing. play the \"one syllable\" game." + ] + }, + { + "input": "Question: What happens when people touch a hot stove? \nAnswer: burn themselves", + "output": [ + "only heat would cause a burn" + ] + }, + { + "input": "Question: I am at school and want a glass of milk, where do I look? \nAnswer: cafeteria", + "output": [ + "cafeteria i am at school and want a glass of milk,where do i look?" + ] + }, + { + "input": "Question: The boys looked at pretty girls in bikinis, where were they? \nAnswer: beach", + "output": [ + "people usually where bikinis at the beach." + ] + }, + { + "input": "Question: What would you experience if a friend robs you after cashing in chips at a casino? \nAnswer: betrayal", + "output": [ + "betrayal is the only logical result from being hurt by someone you trust." + ] + }, + { + "input": "Question: James doesn't like reading books before bed. He has an active imagination and finds that late night reading gives him what? \nAnswer: nightmares", + "output": [ + "an active imagination can lead to an active subconscious and dream state" + ] + }, + { + "input": "Question: Joe went to a place with a mix of carpet and hardwood floors in order to have a good time with his friends. Where might he have gone?. \nAnswer: bowling alley", + "output": [ + "bowling alleys are primarily carpet with wooden lanes" + ] + }, + { + "input": "Question: If you wanted to cross this, you might want a canoe. What is this? \nAnswer: water", + "output": [ + "a canoe can cross anybody of water, not just a stream, boat house doesn't make sense." + ] + }, + { + "input": "Question: Where do you typically find a lizard generally? \nAnswer: great outdoors", + "output": [ + "is the best option in all" + ] + }, + { + "input": "Question: What do you have to do at the store when you're buying beer? \nAnswer: spend money", + "output": [ + "it costs money to buy beer at the store." + ] + }, + { + "input": "Question: Where would child's work be on the wall? \nAnswer: classroom", + "output": [ + "a classroom is the only place that a child would normally hang their work? children don't normally sell artwork, and don't put things in a labyrinth" + ] + }, + { + "input": "Question: Young Timmy had a weak arm and could never quite land the newspaper all the way up on my what? \nAnswer: porch", + "output": [ + "someone who throws a newspaper always try to aim for the porch" + ] + }, + { + "input": "Question: How can you distinguish garbage from other things? \nAnswer: smells bad", + "output": [ + "garbage tends to stink" + ] + }, + { + "input": "Question: What is likely to be felt by someone after a kill? \nAnswer: feel remorse", + "output": [ + "sad for taking someone's life" + ] + }, + { + "input": "Question: What falls out of the sky but is generally well received? \nAnswer: rain water", + "output": [ + "rain water falls out of the sky but is generally well received" + ] + }, + { + "input": "Question: Where must a car park be? \nAnswer: outside", + "output": [ + "you have to park your car outside" + ] + }, + { + "input": "Question: What could you add a line to? \nAnswer: graph", + "output": [ + "bus stop and post office are 3 dimensional, lines are 2 dimensional" + ] + }, + { + "input": "Question: What is the best way to learn new things from someoen else? \nAnswer: ask questions", + "output": [ + "the other two options are from facts and disciplines, not personal lives of someone else." + ] + }, + { + "input": "Question: Where can a child learn about the adventures of a talking monkey? \nAnswer: story book", + "output": [ + "a child can be taught about a talking money within a story book, not a pet store or tropical areas." + ] + }, + { + "input": "Question: Ben was an alcoholic and was in an accident. Because of his mistake, he spent 8 years somewhere. Where was he? \nAnswer: prison", + "output": [ + "it sounds like ben was responsible for his accident due to his drinking" + ] + }, + { + "input": "Question: A person needs to make a withdrawal, what is he looking for? \nAnswer: bank money", + "output": [ + "at a bank you can deposit and withdraw money. you can not withdraw something when you're shopping" + ] + }, + { + "input": "Question: How would chicken be served? \nAnswer: plate", + "output": [ + "a plate is a standard serving item." + ] + }, + { + "input": "Question: Why would we handle glass with care ? \nAnswer: break easily", + "output": [ + "glass having the low quality high gloss pressure-sensitive labels" + ] + }, + { + "input": "Question: Laura and Bob are a married couple who have begun reaching tentative agreement regarding their sexual incompatibility. They love each other and want to remain together, but have decided that they can see other people to fulfill their needs as long as they are honest about it. Then entire negotiation is being done with a surprising amount of what given the subject matter? \nAnswer: calmness", + "output": [ + "the subject matter can often leated to some very heated situations. so while \"compromises" + ] + }, + { + "input": "Question: Her and her harp took center stage, it would be her first performance where? \nAnswer: concert hall", + "output": [ + "because i think it's the closest one" + ] + }, + { + "input": "Question: What would someone's face look like when they greeted me? \nAnswer: smile", + "output": [ + "the other two options are not looks/facial expressions." + ] + }, + { + "input": "Question: Where would you put your car keys after you get out of your car? \nAnswer: pocket", + "output": [ + "your pocket is where you would put your keys immediately after getting out of your car." + ] + }, + { + "input": "Question: Where could you buy an old pie safe with decorative tin? \nAnswer: antique store", + "output": [ + "you cannot purchase anything from a landfill or a shopping bag, but you can purchase old products from antique stores." + ] + }, + { + "input": "Question: Billy found that his toilet was overflowing. Water was splashing onto the floor and making a huge mess. He got a mop and tried to clean it up. Where might the toilet be located? \nAnswer: bathroom", + "output": [ + "toilets are located in bathrooms." + ] + }, + { + "input": "Question: James loved watching the sloth on television. This was his favorite what? \nAnswer: commercial", + "output": [ + "a commercial is the only answer that would allow watching a sloth on television to happen." + ] + }, + { + "input": "Question: Why would a person take drugs? \nAnswer: not feel pain", + "output": [ + "a person will take drugs so they do not feel pain." + ] + }, + { + "input": "Question: You can get surf and turf at a steakhouse in what northeastern US state? \nAnswer: maine", + "output": [ + "maine is the state that's known for seafood." + ] + }, + { + "input": "Question: A boss may like an employee's ambition, so the employee may get put what? \nAnswer: in charge of project", + "output": [ + "bosses like workers who are hard working and will reward them accordingly." + ] + }, + { + "input": "Question: He had done wrong, he felt everybody judging him and began what? \nAnswer: feeling guilty", + "output": [ + "a natural human response to feeling that we did something wrong is guilt." + ] + }, + { + "input": "Question: John needed to go across the country so he ordered tickets online and got into his car. Where might he be going? \nAnswer: train station", + "output": [ + "race track goes around in circles. opera occurs at a single location. train station is where one goes to catch a train to travel from one spot to another." + ] + }, + { + "input": "Question: Sam was moving out to college. His parents packed up all of his old toys are placed them in long term storage. Where might they put the boxes of toys? \nAnswer: basement", + "output": [ + "people usually put items in the basement that they won't use or don't need daily" + ] + }, + { + "input": "Question: If something you do moves you toward a predetermined goal what have you done? \nAnswer: make progress", + "output": [ + "scenario construction begins with the identification of predetermined elements. the management control process should endeavour to measure whether predetermined goals are being achieved. we turned on a pre-arranged course and climbed at a predetermined rate of feed per minute at a certain airspeed." + ] + }, + { + "input": "Question: Suzie waited in a room covered with posters of celeberties and robots. She liked this place, but she wished it was better decorated. Where might she be? \nAnswer: friend's house", + "output": [ + "waiting in a room suggests that suzie is not in her own home or apartment and a school would not likely have posters of celebrities, so a friend's house is the best option." + ] + }, + { + "input": "Question: The meteorologist said that there was a storm coming. This forced John to delay his trip to what location? \nAnswer: caribbean", + "output": [ + "caribbean is the only choice that is a specific place" + ] + }, + { + "input": "Question: What would you do if you see food on a plate? \nAnswer: eat", + "output": [ + "foods are used to eat" + ] + }, + { + "input": "Question: The spy was listening to the target chatting with friends, his mission was just what? \nAnswer: gathering of information", + "output": [ + "spies usually try to stay away from \"feeling close\" to people and they are often not relaxed" + ] + }, + { + "input": "Question: Billy was an an event and his wife asked him to go to the snack bar and pick up some drinks for her and the kids. Where might Billy have been? \nAnswer: race track", + "output": [ + "race track has an event at anytime" + ] + }, + { + "input": "Question: What type of water transportation is human powered? \nAnswer: row boat", + "output": [ + "the other two options are not types of water transportation." + ] + }, + { + "input": "Question: They say America is a melting pot, this is because the people are all what? \nAnswer: different", + "output": [ + "a melting pot is used to melt a variety of different items into one whole." + ] + }, + { + "input": "Question: What kind of playing game could result in you winning? \nAnswer: competition", + "output": [ + "competition is the best answer because it is the logical behaviour people engage in when playing a game to win." + ] + }, + { + "input": "Question: What is someone with courage in a surprising situation not likely to feel? \nAnswer: frightened", + "output": [ + "being frightened is the opposite of having courage." + ] + }, + { + "input": "Question: Jamie started fiddling when she was 13. It was an exciting thing for her. She'd never played an instrument before and was thrilled. What might have been thrilling for her? \nAnswer: discovery", + "output": [ + "she never played an instrument before and discovered that she enjoyed it." + ] + }, + { + "input": "Question: What is a teacher required to do for her students? \nAnswer: state facts", + "output": [ + "teacher state facts when they teach so this is the most logical answer." + ] + }, + { + "input": "Question: If the characters are wearing hats and in a dime store what are you likely watching? \nAnswer: old movie", + "output": [ + "a dime store used to be around a long time ago, and would be seen in old movies." + ] + }, + { + "input": "Question: What does someone experience after eating lunch? \nAnswer: feel full", + "output": [ + "eating makes you feel full" + ] + }, + { + "input": "Question: The writer began to contemplate the purpose of his story that he had lost along the way, soon he began to finally what? \nAnswer: get ideas", + "output": [ + "i consider it the best option because they have to be more true" + ] + }, + { + "input": "Question: What will happen after agreeing with verbally about a deal that you made with him or her? \nAnswer: shake hands", + "output": [ + "it is a tradition to shake hand after a deal is made" + ] + }, + { + "input": "Question: Sam liked procreating. He didn't care about the children, but he loved a specific part of it. What did he enjoy? \nAnswer: orgasm", + "output": [ + "the most enjoyable part of sex is the orgasm, and this is true across all species of life." + ] + }, + { + "input": "Question: Where would bacteria be contained? \nAnswer: septic tank", + "output": [ + "bacteria is a microscopic organism,they are found in septic tank." + ] + }, + { + "input": "Question: Bobby wanted peace and quiet, so he went to a place where people study. Where did he go? \nAnswer: library", + "output": [ + "the library is the only option that is know for being quiet." + ] + }, + { + "input": "Question: Joe did something very bad and he was worried that The People would try punishing him. What type of punishment might be be worried about? \nAnswer: going to jail", + "output": [ + "jail is the only punishment listed among the options" + ] + }, + { + "input": "Question: The water was transferred with the fish in it, where did the fish end up? \nAnswer: fish tank", + "output": [ + "the fish tank is the only thing that could be carried and with a fish in it." + ] + }, + { + "input": "Question: John refused to sleep because of Freddy. Nothing can hurt you as long as you do what? \nAnswer: stay awake", + "output": [ + "freddy gets you in the dark/when you sleep" + ] + }, + { + "input": "Question: The bald eagle was perched on a redwood, what region was it in? \nAnswer: northern california", + "output": [ + "redwoods are commonly found in northern california" + ] + }, + { + "input": "Question: Where is a master control likely to be in a technology company? \nAnswer: main office", + "output": [ + "a main office is the only typical place that something crucial to a company would be kept." + ] + }, + { + "input": "Question: Though he had been untruthful throughout the whole ordeal, they still thought he was being what in this instance? \nAnswer: truthful", + "output": [ + "the word though means despite or contrary to the fact" + ] + }, + { + "input": "Question: Where on the east coast of the U.S. would you find some of the most famous skyscrapers? \nAnswer: new york city", + "output": [ + "chicago is not a east coast and large city is too vague" + ] + }, + { + "input": "Question: What is the goal for a student to improve in? \nAnswer: every aspect of life", + "output": [ + "you want students to take there education beyond school and be able to use it in every day life" + ] + }, + { + "input": "Question: Jeremy is mastering a music scale, where should he find books on the matter? \nAnswer: music store", + "output": [ + "music store is the only place that would sell music-related books" + ] + }, + { + "input": "Question: Where do you store a salad bowl when not in use? \nAnswer: cupboard", + "output": [ + "the only option to store something in" + ] + }, + { + "input": "Question: The teacher explained that this topic would be on the test, so everything they were learning that day was what? \nAnswer: very important", + "output": [ + "if something is going to be on a test, it is very important to pay attention to this information so that you can do well on the test." + ] + }, + { + "input": "Question: The christian rock band was on a large stage, the singer's foot got caught on a wire and he had a small what? \nAnswer: stumble", + "output": [ + "when a person trips over something they have stumbled" + ] + }, + { + "input": "Question: what is likely the fate of a lying employee? \nAnswer: being fired", + "output": [ + "likely the fate of a lying in being fired." + ] + }, + { + "input": "Question: Sean made a mistake on the test, but it wasn't an accident. Why did he do it? \nAnswer: on purpose", + "output": [ + "on purpose sean made a mistake on the test,but it wasn't an accident" + ] + }, + { + "input": "Question: His wife began to worry when he was setting cup on table, she saw what shaking? \nAnswer: hands", + "output": [ + "a prehensile organ resembling the hand and forming the end part of a limb of various mammals, such as that on all four limbs of a monkey." + ] + }, + { + "input": "Question: Where can you find aisles where people are sitting and moving at the same time? \nAnswer: plane", + "output": [ + "a plane frequently has people standing up to use the restroom while others are seated." + ] + }, + { + "input": "Question: What do you have to do in a boat to bring home fish? \nAnswer: go fishing", + "output": [ + "a boat is the only location in this list you can fish from." + ] + }, + { + "input": "Question: I put a towel in a cardboard box for the kitten, I wanted it to have what? \nAnswer: warm place", + "output": [ + "a towel will bring warmth thus the purpose of a towel can be to create a warm area." + ] + }, + { + "input": "Question: Where would a clock help you to know when something will get there? \nAnswer: train station", + "output": [ + "a train station is the only answer that is a place where you wait for something to get there" + ] + }, + { + "input": "Question: If you're reading a good book what has the author done to you? \nAnswer: entertained", + "output": [ + "reading a book can keep you entertained" + ] + }, + { + "input": "Question: Bailey was a real estate agent and good at his job. He could easily do what to people? \nAnswer: manipulate", + "output": [ + "verb context does not make sense for two answers. a person can not incompetent or exaggerate people, but they can manipulate them." + ] + }, + { + "input": "Question: What should my family and I look into getting if we don't want an egg from the supermarket? \nAnswer: henhouse", + "output": [ + "another option is having one's own hens" + ] + }, + { + "input": "Question: Danny noticed a ceramic object on the table and picked a grape out of it. What might have been on the table? \nAnswer: bowl of fruit", + "output": [ + "a kitchen wouldn't be on a table and fruit baskets aren't typically made out of ceramic" + ] + }, + { + "input": "Question: What would a camper need to do before he or she can start cooking food? \nAnswer: light fire", + "output": [ + "light fire would a camper need to do before he or she can start cooking food?" + ] + }, + { + "input": "Question: WHat is the central bank responding to when they are fighting inflation? \nAnswer: problems", + "output": [ + "people respond to problems." + ] + }, + { + "input": "Question: I have a machine for making bread, I keep it in my what? \nAnswer: house", + "output": [ + "house is the only place you can keep the machine" + ] + }, + { + "input": "Question: When do you bring a clock to a clockmaker? \nAnswer: stop working", + "output": [ + "a clockmaker fixes clock that are no longer working." + ] + }, + { + "input": "Question: Is there a way for people going into trance to see things that do not exist? \nAnswer: hallucination", + "output": [ + "hallucination is the a way for people going into trance to see things that do not exist." + ] + }, + { + "input": "Question: The bachelor didn't bother cleaning his sink, where was the unfortunate sink located? \nAnswer: apartment", + "output": [ + "you think of younger single people and you think apartment." + ] + }, + { + "input": "Question: A person is cold, how can the fire help them. \nAnswer: warm hands", + "output": [ + "if someone is cold and needs help the preferred action is to warm hands." + ] + }, + { + "input": "Question: What do many people do to a person on their birthday? \nAnswer: give gifts", + "output": [ + "on a person's birthday, it is traditional to give them gifts" + ] + }, + { + "input": "Question: The artist used a stylus on a pad to draw digitally, he kept a very steady what? \nAnswer: hand", + "output": [ + "you draw with your hand, therefore it needs to be steady" + ] + }, + { + "input": "Question: Where might a small ball be bounced from? \nAnswer: child's hand", + "output": [ + "a small ball be bounced from child's hand." + ] + }, + { + "input": "Question: Sometimes it seems like government wants to control anything and what? \nAnswer: everything", + "output": [ + "everything makes it a common phrase." + ] + }, + { + "input": "Question: On what surface does a bean bag chair sit? \nAnswer: floor", + "output": [ + "floor is the only surface a bean bag chair can sit." + ] + }, + { + "input": "Question: Where might a traveler keep their comb? \nAnswer: suitcase", + "output": [ + "people on the move have to keep necessities with them at all times" + ] + }, + { + "input": "Question: If you get too drunk and make a mess with your own liquids what have you likely done? \nAnswer: vomit", + "output": [ + "vomit is the only way to make a mess with your own liquids" + ] + }, + { + "input": "Question: The prisoners often grouped to play cards, it was one of the few ways to avoid being what in there? \nAnswer: bored", + "output": [ + "prisoners get bored time they paly cards" + ] + }, + { + "input": "Question: Where would you find a dentist office along side other such providers? \nAnswer: medical center", + "output": [ + "a medical center will most likely have a dentist office too." + ] + }, + { + "input": "Question: The story was interesting, the character grew to become a baby boy after starting out a what? \nAnswer: old man", + "output": [ + "because the character became a baby, it means that they started out as a older person. because it was a boy, the best option is old man" + ] + }, + { + "input": "Question: Where do tourists go on hikes to take pictures? \nAnswer: waterfall", + "output": [ + "waterfall best picture and hike my profile" + ] + }, + { + "input": "Question: Where can you buy copy paper, pens and desks? \nAnswer: office supply store", + "output": [ + "it is the only place you can purchase these items." + ] + }, + { + "input": "Question: Lindy was a senior. He lived with his children because he didn't want to go where? \nAnswer: old people's home", + "output": [ + "seniors live in old people's homes" + ] + }, + { + "input": "Question: Lindy is building a new factory. He wants to minimize the taxes he pays, so he's looking to build in what sort of place? \nAnswer: free trade zones", + "output": [ + "lindy is trying to keep costs down" + ] + }, + { + "input": "Question: What are cathodes in ? \nAnswer: storage battery", + "output": [ + "theyre located within the battery" + ] + }, + { + "input": "Question: What do people in the same family often share? \nAnswer: names", + "output": [ + "name is most logical and likely option of what a family often shares." + ] + }, + { + "input": "Question: What color is milk? \nAnswer: white", + "output": [ + "white is the only color" + ] + }, + { + "input": "Question: He explained that the concept was corporeal and the student should be able to grasp it, but the student found the ideas what? \nAnswer: intangible", + "output": [ + "that means that it is something that can't be touched." + ] + }, + { + "input": "Question: Where would you find a waiting room with only some fathers? \nAnswer: maternity ward", + "output": [ + "most men waiting in a maternity ward can be assumed to be fathers" + ] + }, + { + "input": "Question: Where is a good place to purchase a toy balloon? \nAnswer: amusement park", + "output": [ + "the only place where a toy balloon uses to be sell is on an amusement park" + ] + }, + { + "input": "Question: Where are there more than 1 trillion planets like earth? \nAnswer: universe", + "output": [ + "because seeing the question is the answer that best matches the question" + ] + }, + { + "input": "Question: John goes to the booking office and books a flight to a place that is notoriously foggy, where they like tea, and that is ruled by a Queen. Where is John going? \nAnswer: england", + "output": [ + "england is a place that is notoriously foggy,where they like tea,and that is ruled by a queen." + ] + }, + { + "input": "Question: Where could there be people making noise if no one is supervising the people? \nAnswer: classroom", + "output": [ + "a classroom needs constant supervision." + ] + }, + { + "input": "Question: James drove down the thoroughfare though his home what? \nAnswer: town", + "output": [ + "home town is a common phrase. the other answers would require different sentence structure to make sense." + ] + }, + { + "input": "Question: What dwelling might one take a bowl to after buying it? \nAnswer: apartment", + "output": [ + "dwelling in one take a bowl then buy some products is good" + ] + }, + { + "input": "Question: When you examine thing at a store for a long time you feel this? \nAnswer: might want", + "output": [ + "examining an item for too long makes you consider buying it" + ] + }, + { + "input": "Question: What state north of alabama has many a beaver? \nAnswer: kentucky", + "output": [ + "kentucky is north of alabama, and the closes to it. montana is near wyoming than alabama." + ] + }, + { + "input": "Question: What could you do while you are listening to music? \nAnswer: have fun", + "output": [ + "something to do while i am already listening to music, can be at a party" + ] + }, + { + "input": "Question: When people spend time quietly in nature, what tend to happen for them? \nAnswer: think of life", + "output": [ + "nature is the world's leading multidisciplinary science journal. nature publishes the finest peer-reviewed research that drives" + ] + }, + { + "input": "Question: When someone is having fun how can you physically see it on their face? \nAnswer: smiling", + "output": [ + "smiling definition: having a smile: . learn more. ... meaning of smiling in english ... i really miss seeing their happy smiling faces. thesaurus: synonyms and .." + ] + }, + { + "input": "Question: Where would I go to see a musician playing a snare drum in a theater? \nAnswer: orchestra", + "output": [ + "the only place you would see someone playing a snare drum in a theater it would be at an orchestra." + ] + }, + { + "input": "Question: They were surprised that he enjoy rap, but he explained that every genre has what? \nAnswer: good music", + "output": [ + "good music comes in all genres. music being the prominent word." + ] + }, + { + "input": "Question: The teen was required to go to school, which made him a what? \nAnswer: student", + "output": [ + "teen to go over class loads and make sure they're balanced" + ] + }, + { + "input": "Question: where does a homeless person live for shelter? \nAnswer: bridge", + "output": [ + "a homeless person lives outside in the various weather and a bridge is a good cover from the elements." + ] + }, + { + "input": "Question: What noise can you make while having lunch that does not indicate you might die soon? \nAnswer: burp", + "output": [ + "noise and not die soon points to burp as it is a safe sound and usually occur sometimes when we eat food." + ] + }, + { + "input": "Question: Who is likely going in to a market? \nAnswer: that you", + "output": [ + "i think tomorrow will meet" + ] + }, + { + "input": "Question: You might hear someone say árbol de manzana instead of apple tree where? \nAnswer: spain", + "output": [ + "de manzana is a spanish term which is the language in spain." + ] + }, + { + "input": "Question: Where would you see a conductor and performers singing in German? \nAnswer: opera", + "output": [ + "an opera is the only option that has a conductor and is often sung in german." + ] + }, + { + "input": "Question: Where would someone find it odd to discover bread? \nAnswer: refrigerator", + "output": [ + "refrigerator is where someone find it odd to discover bread" + ] + }, + { + "input": "Question: Why do people want to swim in the heat? \nAnswer: cool down", + "output": [ + "heat does not make people want to exercise; it makes them want to cool down. 'excercise' is not a real word." + ] + }, + { + "input": "Question: He was receiving workman's compensation, he had tripped over a metal rod while building where? \nAnswer: construction site", + "output": [ + "tou can only trip over a rod at a construction site" + ] + }, + { + "input": "Question: James picked glass walls because they let more light into the room. Why did they let light in? \nAnswer: clear", + "output": [ + "being fragile or recyclable does not effect light being let in." + ] + }, + { + "input": "Question: Where would a person keep a personal ficus? \nAnswer: own home", + "output": [ + "own home would a person keep a personal ficus?" + ] + }, + { + "input": "Question: Old folks who are living in facilities are often lonely, what do they need? \nAnswer: interaction", + "output": [ + "interaction distracts from loneliness, while respiration is completely unrelated, and expiration is too permanent a solution" + ] + }, + { + "input": "Question: James wanted to abrogate the rule against headbutting. How to do that he would have to prove that headbutting was safe, and he did not have enough evidence to do what regarding that fact? \nAnswer: establish", + "output": [ + "james will need to establish evidence that headbutting is a safe act to perform." + ] + }, + { + "input": "Question: Jim's grass didn't get any sunlight because he parked his car over it. The grass began to do what? \nAnswer: turn brown", + "output": [ + "loss of sunlight kills grass" + ] + }, + { + "input": "Question: They had so much fun that afternoon that it seemed like it had become what in a blink of the eye? \nAnswer: evening", + "output": [ + "after a fun afternoon, the evening seems like it comes faster" + ] + }, + { + "input": "Question: Where can you get in shape and drink at a juice bar? \nAnswer: gym", + "output": [ + "a gym has work out equipment and classes where you can get in shape and then get a drink at a juice bar when you get thirsty." + ] + }, + { + "input": "Question: Sarah opened her newspaper to the second page and sat where? \nAnswer: porch", + "output": [ + "porch is one of the roof" + ] + }, + { + "input": "Question: He wanted a saxophone, so he went where? \nAnswer: music store", + "output": [ + "saxophones are sold at a music store." + ] + }, + { + "input": "Question: Where would you put a fire extinguisher if there is only one floor in your house and you cannot cook food in your house? \nAnswer: garage", + "output": [ + "extinguishers stored in the bedroom or bedroom closet will be readily available. extinguishers should be placed along escape routes from the house." + ] + }, + { + "input": "Question: Jack saw little point to communicating beyond the basics. To him, it was just a means to do what? \nAnswer: exchange information", + "output": [ + "jack did not see value in communicating so the purpose would be for function only, just to exchange information." + ] + }, + { + "input": "Question: The man loved all sorts of puzzles, he would do crossword puzzle every morning to be what? \nAnswer: mentally challenged", + "output": [ + "we generally do something on habitually to challenge ourselves." + ] + }, + { + "input": "Question: When you have fun by doing many things that are planned, you are? \nAnswer: spontaneous", + "output": [ + "doing a lot of things you enjoy very often is a sign of a person with spontaneity ." + ] + }, + { + "input": "Question: The janitor had to climb high in the rafters of the auditorium, he was replacing the stage whats? \nAnswer: lights", + "output": [ + "lights are located high in rafters of auditoriums." + ] + }, + { + "input": "Question: What might understanding better what a subject is lead to? \nAnswer: interest in", + "output": [ + "the more one understands, the more interested he/she will become. this makes it the likely best answer." + ] + }, + { + "input": "Question: The master control for ones electricity is usually where? \nAnswer: basement", + "output": [ + "this is the most convenient place to put it" + ] + }, + { + "input": "Question: One way to relieve your hunger if you live near the coast is to do what? \nAnswer: bring home fish", + "output": [ + "the only place that might have" + ] + }, + { + "input": "Question: If you have an empty glass and are thirsty, where would you put the glass? \nAnswer: water cooler", + "output": [ + "if you have an empty glass and are thirsty, you put the glass in a water cooler" + ] + }, + { + "input": "Question: The hot dogs were selling fast at intermission, where were they being sold? \nAnswer: sporting event", + "output": [ + "parks and disneyland do not have intermission, but sporting events do." + ] + }, + { + "input": "Question: When someones is buying something what are they doing with their wallet? \nAnswer: using money", + "output": [ + "people keep money in their wallets to buy things, either in the form of bills or credit cards." + ] + }, + { + "input": "Question: If a person can only eat certain things their diet is said to be what? \nAnswer: restricted", + "output": [ + "restricted means limited in the choices that are available." + ] + }, + { + "input": "Question: If somebody had a great love of music, they probably do what in the car? \nAnswer: listen to radio", + "output": [ + "all major indian fm radio stations ready for you to enjoy free music and much more. online radio in english" + ] + }, + { + "input": "Question: What area is likely to use a ring road to connect cities? \nAnswer: european city", + "output": [ + "elsewhere they have different names" + ] + }, + { + "input": "Question: What is the benefit of ships if there is no bridge available? \nAnswer: cross river", + "output": [ + "crossing a river is the primary function of a bridge" + ] + }, + { + "input": "Question: Billy saw a couple kissing when he was walking in the park. What might he have thought about it? \nAnswer: sweet", + "output": [ + "that's the best option since that's where there are more roses" + ] + }, + { + "input": "Question: She was a horrible pet owner, she would put a what on her cat? \nAnswer: wool sweater", + "output": [ + "i consider it the best option because they have to be more true" + ] + }, + { + "input": "Question: If you spend most of your time resting you may be what? \nAnswer: laziness", + "output": [ + "laziness is when you rest for a large amount of time." + ] + }, + { + "input": "Question: What type of explosive weapon often kills innocents long after the war is over? \nAnswer: landmine", + "output": [ + "a landmine can explode after a war has finished, whereas the army or a fireworks display would not necessary kill anybody." + ] + }, + { + "input": "Question: Where would you keep a pair of scissors when they're not in use? \nAnswer: drawer", + "output": [ + "a drawer is a place to keep things, and appropriate for scissors. a hair salon is only appropriate if you happen to work in such a place." + ] + }, + { + "input": "Question: Where is there typically small unpaved lanes? \nAnswer: rural countryside", + "output": [ + "the country side is usually a developing rural area" + ] + }, + { + "input": "Question: Where would you find many products for sale? \nAnswer: market", + "output": [ + "the only place products are for sale are in markets and stores" + ] + }, + { + "input": "Question: Where can you get a puck to take home? \nAnswer: sporting goods store", + "output": [ + "it is the best option because it is the closest" + ] + }, + { + "input": "Question: What is the first thing a farmer must do to start a crop? \nAnswer: plant seeds", + "output": [ + "in order for things to crow, such as a crop, you must plant seeds." + ] + }, + { + "input": "Question: How is someone likely to feel about someone hurting someone else they love? \nAnswer: will resent", + "output": [ + "the person is not having his/her love reciprocated" + ] + }, + { + "input": "Question: What has happened to a man wearing a tutu to lose his masculine features? \nAnswer: emasculated", + "output": [ + "the process of aging in humans" + ] + }, + { + "input": "Question: The ficus grew vigorously, this is because it got plenty of humidity and weather where? \nAnswer: tropical rainforest", + "output": [ + "once place to find plenty of humidity and weather is the rainforest" + ] + }, + { + "input": "Question: Where might astronauts who miss a landing end up? \nAnswer: orbit", + "output": [ + "orbit is the most logical place for an astronaut to end up if they miss a landing since they were in orbit to start with." + ] + }, + { + "input": "Question: Sam didn't like the people he met while traveling. What might he do to get away from them? \nAnswer: come home", + "output": [ + "sam would like to be at home as he doesn't like to travel" + ] + }, + { + "input": "Question: If a cottage is above the cloud line, where is it? \nAnswer: mountains", + "output": [ + "mountains are the only location a building can reside on if it is above the cloud line." + ] + }, + { + "input": "Question: The host of the party spent most of her time at the front door so she could what? \nAnswer: welcome guests", + "output": [ + "the job of the party host is to welcome guests." + ] + }, + { + "input": "Question: The coupon frenzied lady bought many bags of chips, she had her kids stuff the bags on the shelves in the what? \nAnswer: pantry", + "output": [ + "since the lady already bought the bags and was putting them on the shelf, it makes sense that that would be in the pantry in her home." + ] + }, + { + "input": "Question: Standing in line is made more difficult by what? \nAnswer: tiredness", + "output": [ + "long time standing is very difficult." + ] + }, + { + "input": "Question: What can light do when it passes through the air? \nAnswer: illuminate", + "output": [ + "when light is passing through the air, it is passive." + ] + }, + { + "input": "Question: What runway involves shoes that would not be seen on a drag queen? \nAnswer: bowling alley", + "output": [ + "bowling alley runway involves shoes that would not be seen on a drag queen" + ] + }, + { + "input": "Question: Sam thought that Jane was mean, but she was actually what? \nAnswer: nice", + "output": [ + "jane mean is nice" + ] + }, + { + "input": "Question: Procreating isn't the only consequence of sex. What is even more common than kids? \nAnswer: venereal disease", + "output": [ + "venereal disease is the only option other than kids" + ] + }, + { + "input": "Question: What happens to family members after death? \nAnswer: sadness", + "output": [ + "the surviving family members would experience grief, and not something associated with having died." + ] + }, + { + "input": "Question: Where would you get an electric razor if you do not have one? \nAnswer: k mart", + "output": [ + "kmart is the only place where you could get one if you didn't already have one" + ] + }, + { + "input": "Question: Where are you if a number of athletes are wrestling? \nAnswer: competition", + "output": [ + "people take part in competitions in groups." + ] + }, + { + "input": "Question: What is best for a rosebush? \nAnswer: temperate climate", + "output": [ + "knowing rosebushes are very delicate and difficult to grow, one would assume temperature climate would be a key attribute to growing them." + ] + }, + { + "input": "Question: Where does one wait on a bench for something on tracks? \nAnswer: train station", + "output": [ + "only trains are on tracks." + ] + }, + { + "input": "Question: Where do you go to meet a friend who lives close to you? \nAnswer: neighbor's house", + "output": [ + "neighbor's can be live in their house only" + ] + }, + { + "input": "Question: Where are you likely to find a corner shop selling hats? \nAnswer: england", + "output": [ + "england has a lot of corner shops that sell items such as hats." + ] + }, + { + "input": "Question: Bald eagles naturally live where? \nAnswer: great outdoors", + "output": [ + "toy store and nature reserve arent natural habitats, so great outdoors is the correct option." + ] + }, + { + "input": "Question: Where are leaving in order to go to a spa? \nAnswer: house", + "output": [ + "people most commonly leave their house when the go places." + ] + }, + { + "input": "Question: Charlie had a desire to learn, but didn't live near a school, so what did he do? \nAnswer: read book", + "output": [ + "reading a book or going to the library is the second bets thing to attending school" + ] + }, + { + "input": "Question: Why would a person stop buying products? \nAnswer: running out of money", + "output": [ + "if you don't have money, then you have no choice to buy anything." + ] + }, + { + "input": "Question: She had grown to despise her husband, she though committing murder was the only way to end her what? \nAnswer: misery", + "output": [ + "she saw no way out of her relationship other than through murdering her husband." + ] + }, + { + "input": "Question: There is too much junk mail in me email account, what should I create specifically for this type of mail? \nAnswer: mail box", + "output": [ + "mail goes into mailboxes." + ] + }, + { + "input": "Question: If a murderer killed people related to one's family, the family members would feel what when crying? \nAnswer: anguish", + "output": [ + "when crying, one feels usually feels anguish over retaliation in the moment, although they may feel like retaliating later. and they wouldn't feel remorse, since they hadn't done anything wrong." + ] + }, + { + "input": "Question: In any city you usually see a high rise where? \nAnswer: downtown", + "output": [ + "high rise buildings are ost commonly found in the downtown area the other answers are too specific." + ] + }, + { + "input": "Question: What could happen if you are listening to someone who is answering questions incorrectly on purpose? \nAnswer: irritation", + "output": [ + "answering incorrectly on purpose is annoying. politeness or boredom are valid responses to someone accidentally making mistakes." + ] + }, + { + "input": "Question: What do eating hamburgers in excess lead to short term? \nAnswer: nausea", + "output": [ + "the only short term problem is nausea the others are long term" + ] + }, + { + "input": "Question: What does jumping rope make you? \nAnswer: become tired", + "output": [ + "makes jubilee tried become" + ] + }, + { + "input": "Question: What is the goal of most people playing games? \nAnswer: winning", + "output": [ + "playing games to football" + ] + }, + { + "input": "Question: What happens when I make a pig of myself eating breakfast? \nAnswer: full stomach", + "output": [ + "a colloquial phrase for over indulging in food" + ] + }, + { + "input": "Question: Which country is very known to have a mine and explosion problem? \nAnswer: cambodia", + "output": [ + "there were a lot of wars in cambodia" + ] + }, + { + "input": "Question: Where does someone keep their favorite text? \nAnswer: own home", + "output": [ + "we tend to surround ourselves with comfort items within our own spaces and homes" + ] + }, + { + "input": "Question: If union workers go off strike it means management did what? \nAnswer: demands were met", + "output": [ + "many translated example sentences containing \"demands were met\" – french-english dictionary and search engine for french translations." + ] + }, + { + "input": "Question: If I am reading a letter and want to find an illogically spelled word, what might I look for? \nAnswer: though", + "output": [ + "the only place that might have" + ] + }, + { + "input": "Question: Where do you send mail over a counter? \nAnswer: post office", + "output": [ + "maximum mail send in system not going in post office" + ] + }, + { + "input": "Question: What can you do if you're fiddling on violin? \nAnswer: make music", + "output": [ + "fiddling usually means playing" + ] + }, + { + "input": "Question: what happens to a company when it is bankrupt? \nAnswer: liquidated", + "output": [ + "it is liquidated so that debts will be paid off" + ] + }, + { + "input": "Question: If changing society happens, what could be an outcome? \nAnswer: confusion and chaos", + "output": [ + "if society changes, there could be confusion and chaos within society as our every day way of living is no longer the same." + ] + }, + { + "input": "Question: If a human wants to harm another person, what should he join? \nAnswer: battle", + "output": [ + "battle a human wants to harm another person" + ] + }, + { + "input": "Question: Where would you put nails to stop them from damaging other things nearby? \nAnswer: container", + "output": [ + "being in contained in a container would keep them from damaging other things" + ] + }, + { + "input": "Question: What does Discovery have a number of, starring a shark? \nAnswer: television program", + "output": [ + "the television program descovery show about shark very knowlegable" + ] + }, + { + "input": "Question: The new play was the go to performance of the year, all the crowds would stand and what? \nAnswer: applaud", + "output": [ + "if the performance is a crowd favorite then the crowd will applaud when it's done ." + ] + }, + { + "input": "Question: What is person probably feeling that plans on stopping being married to their spouse? \nAnswer: detachment", + "output": [ + "when you are detached you dont want to move on" + ] + }, + { + "input": "Question: A monkey ran through La Defense with classified documents, who was chasing it? \nAnswer: french government", + "output": [ + "la defense is in paris, so it would make sense that the french government are chasing the monkey." + ] + }, + { + "input": "Question: What do you get when you analysing something new? \nAnswer: better knowledge", + "output": [ + "that's the best option since that's where there are more roses" + ] + }, + { + "input": "Question: Where is toothpaste likely to be? \nAnswer: bathroom", + "output": [ + "people only store toothpaste in the bathroom" + ] + }, + { + "input": "Question: Billy's disability prevented him from moving, but it didn't alter his mind or what? \nAnswer: competency", + "output": [ + "competency is the only thing that billy's disability alter." + ] + }, + { + "input": "Question: What might have a drop of flood on their fingertip? \nAnswer: person", + "output": [ + "only people have fingertips. a test tube and a battlefield do not have fingers." + ] + }, + { + "input": "Question: What is a place that could have cobwebs, never requires going outside to reach, and could be flooded? \nAnswer: basement", + "output": [ + "of the choices a basement is most likely to be flooded, being the lowest." + ] + }, + { + "input": "Question: What is the opposite of deep? \nAnswer: high", + "output": [ + "the other answers don't fit well" + ] + }, + { + "input": "Question: The college student wanted to meet people, but he didn't really like to what? \nAnswer: go to parties", + "output": [ + "most college students participate in parties and that is how a lot of people meet." + ] + }, + { + "input": "Question: Sally's boss told her to stop playing. She was being very loud. What was she playing? \nAnswer: organ", + "output": [ + "i consider it the best option because they have to be more true" + ] + }, + { + "input": "Question: What would someone be if he or she is not massive? \nAnswer: dwarf", + "output": [ + "the only option that is an opposite of massive." + ] + }, + { + "input": "Question: What is a great, but non-specific, overall benefit of exercise? \nAnswer: good health", + "output": [ + "heart attacks is too specific, relaxation is also too specific and some people may not relax due to exercise, they may get energized" + ] + }, + { + "input": "Question: The person isn't a dog person, but you can find the person how? \nAnswer: with cat", + "output": [ + "with cat the person isn't a dog person,but you can find the person" + ] + }, + { + "input": "Question: When a bald eagle flies at the northern extreme of the continental Unites States, where is it? \nAnswer: maine", + "output": [ + "country side and united states of america could be anywhere maine is more specific of location" + ] + }, + { + "input": "Question: Mark's semen was very thick, but after his vasectomy it was also what? \nAnswer: clear", + "output": [ + "vasectomy stops the production of sperm which makes semen cloudy." + ] + }, + { + "input": "Question: If two groups of people want to vacation somewhere else for free, what can they do? \nAnswer: trade places", + "output": [ + "trading places would give each group somewhere else to vacation." + ] + }, + { + "input": "Question: The president usually lays his weary head to bed where? \nAnswer: whitehouse", + "output": [ + "the white house is where the president lives." + ] + }, + { + "input": "Question: There is a lot of sugar in what food that fits in your hand? \nAnswer: candy bar", + "output": [ + "candy bar is the only food that fits in a hand" + ] + }, + { + "input": "Question: Why would water come out of someones eyes ? \nAnswer: tear up", + "output": [ + "tear up the water outcome of eyes" + ] + }, + { + "input": "Question: What is a place that could have hundreds of sporting goods store? \nAnswer: city", + "output": [ + "a city is the largest type of residence to choose from." + ] + }, + { + "input": "Question: What is it called when people are suspicious of their leaders? \nAnswer: question authority", + "output": [ + "they do not trust what the authority is telling them to do" + ] + }, + { + "input": "Question: The car had its turn signal one, where was it stopped? \nAnswer: street corner", + "output": [ + "vehicles will only turn on a turn signal when approaching roads that fork off the one they're at on corners." + ] + }, + { + "input": "Question: A disposable razor is aptly named, it ends up where? \nAnswer: garbage", + "output": [ + "once the razor has been used it will be thrown into the garbage." + ] + }, + { + "input": "Question: What might the inability to learn cause? \nAnswer: distress", + "output": [ + "if you are unable to learn, effectiveness and education are not going to be something that happen to you. you may become distressed though" + ] + }, + { + "input": "Question: What does committing murder lead to in teh family of the murdered? \nAnswer: great sorrow", + "output": [ + "house is the only place that is not likely to sell a lantern." + ] + }, + { + "input": "Question: The shore was now a tourist attraction with nearby little shops, but at one time this what was home to a bustling fishing industry? \nAnswer: seaside town", + "output": [ + "seaside town the shore was now a tourist attraction with nearby little shops,but at one time this what was home to a bustling fishing industry?" + ] + }, + { + "input": "Question: Why do people go to see others playing baseball? \nAnswer: entertainment", + "output": [ + "it is entertaining to watch others perform in professional competitions." + ] + }, + { + "input": "Question: Where is the wrong place to throw garbage? \nAnswer: floor", + "output": [ + "the floor is usually the last place a caring individual would throw garbage." + ] + }, + { + "input": "Question: If I I see a heifer looking pleased with herself, where might I be? \nAnswer: county fair", + "output": [ + "a country fair is see the heifer look" + ] + }, + { + "input": "Question: What could a balalaika be needed for? \nAnswer: symphony", + "output": [ + "the balalaika in symphony." + ] + }, + { + "input": "Question: The elephants had way more personality than he expected, he found the younger ones were quite playful and what? \nAnswer: cute", + "output": [ + "young elephants are considered playful and cute" + ] + }, + { + "input": "Question: Where is trash emptied from often? \nAnswer: dumpster", + "output": [ + "a dumpster is the source of trash. it is taken from there for processing. you can have trash on the subway, but it would be collected from there, because it's loose, it wouldn't be \"emptied from the subway.\"" + ] + }, + { + "input": "Question: After the sex she had spent the night at his house, he got up early to make and what? \nAnswer: eat breakfast", + "output": [ + "eating breakfast is the only thing that you can both make and eat" + ] + }, + { + "input": "Question: If you slap a horse's butt while you're on it, it will gallop, If you do so when you're off of it, what will the horse do? \nAnswer: go away", + "output": [ + "the horse will still gallop if you aren't on it, so it'd be running away from you if you were behind it." + ] + }, + { + "input": "Question: The spider web clung to the mans face as he walked outside, where was it? \nAnswer: front door", + "output": [ + "he is probably leaving his house" + ] + }, + { + "input": "Question: After checking in at the ticket office the couple entered their prom in the school's what? \nAnswer: auditorium", + "output": [ + "the auditorium is the best place to enter after checking in at the ticket office" + ] + }, + { + "input": "Question: A person who is well off is said to be what? \nAnswer: affluent", + "output": [ + "affluent basically means rich which is well off also means." + ] + }, + { + "input": "Question: What does one do when they play games? \nAnswer: try to win", + "output": [ + "the goal of a game is to win" + ] + }, + { + "input": "Question: The cafe had seating outside, but you could also sit inside the what? \nAnswer: building", + "output": [ + "sitting inside requires a structure to sit in" + ] + }, + { + "input": "Question: What is the purpose of a basketball court? \nAnswer: use", + "output": [ + "purpose typically means use" + ] + }, + { + "input": "Question: We live in a small town and when we want to have a nice meal out we go where? \nAnswer: big city", + "output": [ + "a small town would have limited choices for a nice meal." + ] + }, + { + "input": "Question: If someone is looking at a ceiling for issues before putting down a rent deposit, where are they likely? \nAnswer: loft", + "output": [ + "most lofts are rented out" + ] + }, + { + "input": "Question: Dan is driving a car. His foot presses the accelerator. The car should be doing what? \nAnswer: moving", + "output": [ + "the accelerator increases the gas, which causes the engine to rotate and the wheels to move." + ] + }, + { + "input": "Question: It had a beach with shallow water, while not the ocean this was a hot spot all the locals enjoyed on the what? \nAnswer: lake", + "output": [ + "a lake would be similar to an ocean with a beach and visited by locals." + ] + }, + { + "input": "Question: What can be done to ice in order to give it a desired shape? \nAnswer: carved", + "output": [ + "you can only control the shape of ice if you carve it." + ] + }, + { + "input": "Question: Where are the boxes that can't be accessed while standing upright? \nAnswer: attic", + "output": [ + "attics are usually not full floors so you have to stoop; basements and garages are places you can stand straight" + ] + }, + { + "input": "Question: Where would a ficus plant brighten up a room? \nAnswer: apartment", + "output": [ + "is the best option in all" + ] + }, + { + "input": "Question: The key to living life and not just existing is what? \nAnswer: happiness", + "output": [ + "acquiring knowledge and existing are just existing, happiness is thriving" + ] + }, + { + "input": "Question: What does an apple tree need to create new trees? \nAnswer: flowers", + "output": [ + "flowers form on the trees after they are created" + ] + }, + { + "input": "Question: Where does a marmoset feel safest? \nAnswer: burrow", + "output": [ + "a burrow is the only place a marmoset would feel its safest because a burrow is its home." + ] + }, + { + "input": "Question: As the man descended the mountains into the marsh, where was he? \nAnswer: low lands", + "output": [ + "there are marsh areas in the low lands." + ] + }, + { + "input": "Question: Where could you see a sloth that only exists in your head? \nAnswer: bad dream", + "output": [ + "the sloth must be imaginary, such as in a bad dream." + ] + }, + { + "input": "Question: Using television to broadcast the same shows to everyone, you can potentially increase what? \nAnswer: conformity", + "output": [ + "everyone would conform to what they saw." + ] + }, + { + "input": "Question: What does a person do before going into tertiary education? \nAnswer: graduate from high school", + "output": [ + "a person graduates high school before tertiary education." + ] + }, + { + "input": "Question: What might someone be starting a fire to achieve? \nAnswer: warmth", + "output": [ + "a fire allows one to be warmth thus one usually lights a fire to create warmth." + ] + }, + { + "input": "Question: Where is a front yard likely to be small? \nAnswer: suburb", + "output": [ + "suburbs are known to have multiple homes right next to each other limiting the size of yards." + ] + }, + { + "input": "Question: At the end of your meal what will a waiter do? \nAnswer: present bill", + "output": [ + "presenting a bill is the only option for the end of a meal" + ] + }, + { + "input": "Question: A night owl was going to sleep, what was he trying to avoid? \nAnswer: early bird", + "output": [ + "earlybird is a venture capital investor focused on european technology innovators." + ] + }, + { + "input": "Question: After a winning baseball game, what experience would a team member feel? \nAnswer: pride", + "output": [ + "a team member would feel proud to be apart of a winning team. recognition doesn't make much sense since he individually did not win. celebrating is not really an emotion and doesn't make as much sense as feeling proud." + ] + }, + { + "input": "Question: The man spent big money and time maintaining his lawn, it was part of keeping up with the Joneses where? \nAnswer: suburbia", + "output": [ + "it is an elitist neighbourhood in a suburb" + ] + }, + { + "input": "Question: After serving in the military the man became antisocial, he even began to dissociate with his former what? \nAnswer: unit", + "output": [ + "is the best since it is the best backup" + ] + }, + { + "input": "Question: A man was called a weasel for \"ambulance chasing,\" where did he likely work? \nAnswer: law office", + "output": [ + "lawyer's will sometimes benefit after someone becomes injured." + ] + }, + { + "input": "Question: The president is the leader of what institution? \nAnswer: government", + "output": [ + "the constituion say it." + ] + }, + { + "input": "Question: What do professors do to prove their points? \nAnswer: state facts", + "output": [ + "only facts can be proven" + ] + }, + { + "input": "Question: Why is grooming often recommended to greasy teens? \nAnswer: cleanliness", + "output": [ + "grooming them makes them cleaner" + ] + }, + { + "input": "Question: If you must remember facts for a test you must do what while studying? \nAnswer: concentrate", + "output": [ + "it requires mental focus i.e. concentration, in order to recall facts." + ] + }, + { + "input": "Question: Mandy was watching television because she had a long day. She could do much else because she was experiencing what? \nAnswer: fatigue", + "output": [ + "fatigue mandy was watching television because she had a long day. she could do much else because she was experiencing what? headaches" + ] + }, + { + "input": "Question: Where is a good place to plant an apple tree you just bought? \nAnswer: front yard", + "output": [ + "we can assume that the vast majority of people who buy apple trees aren't just going to run out and plant them at random. they would plant them on their property, making a the best answer." + ] + }, + { + "input": "Question: What do you build when you exercise vigorously? \nAnswer: thirst", + "output": [ + "you don't \"build\" sweat when exercising and thirst is a common side effect of exercise" + ] + }, + { + "input": "Question: The workers passed through the lobby, what building were they in? \nAnswer: office building", + "output": [ + "most office buildings have a lobby so this is the most likely solution." + ] + }, + { + "input": "Question: The salesperson had to be especially good with children, he did work where after all? \nAnswer: toy store", + "output": [ + "place of employment of business" + ] + }, + { + "input": "Question: Where might someone get beads on a balcony? \nAnswer: new orleans", + "output": [ + "new orleans is known for beads being thrown from a balcony." + ] + }, + { + "input": "Question: If you catch your girlfriend lying about seeing another guy, you'll most likely experience what? \nAnswer: broken heart", + "output": [ + "getting caught and mistrust are potential results but the most likely result is a broken heart." + ] + }, + { + "input": "Question: Where can you store candy to keep it from going stale? \nAnswer: jar", + "output": [ + "in order to prevent it from going stale, candy can be stored in a jar." + ] + }, + { + "input": "Question: His friend thought it was ironic to put a sofabed in there, afterall the place was called a what? \nAnswer: sitting room", + "output": [ + "you sit on a sofa" + ] + }, + { + "input": "Question: John suffered from mental illness, but he was in good hands. He would have to be on drugs for the rest of his life, but they allowed it to be what? \nAnswer: effectively treated", + "output": [ + "drugs are commonly used as a treatment for mental illness" + ] + }, + { + "input": "Question: Where could you find a library that only people of a certain age usually visit? \nAnswer: school", + "output": [ + "school libraries often are only visited by kids that are in school." + ] + }, + { + "input": "Question: If you are going public store when sad how many you feel? \nAnswer: sorrow", + "output": [ + "when you are sad you will be filled with sorrow" + ] + }, + { + "input": "Question: If I want to maximize my number of potential customers, where should I build a new department store? \nAnswer: big city", + "output": [ + "a big city has the most people out of the choices given" + ] + }, + { + "input": "Question: The bird was tired, where did it land? \nAnswer: roof", + "output": [ + "birds perch on a roof" + ] + }, + { + "input": "Question: He felt pride when he looked at his new mile time, what did he do? \nAnswer: improve yourself", + "output": [ + "what training might do" + ] + }, + { + "input": "Question: What is another way to say someone is a failure? \nAnswer: amount to nothing", + "output": [ + "it is synonymous with failure" + ] + }, + { + "input": "Question: Where will you find eggs before the farmer collects them? \nAnswer: chicken coop", + "output": [ + "a farmer collects eggs from their chicken coop" + ] + }, + { + "input": "Question: The patient was recovering well but still had a long recovery ahead, while chatting with friends he explained all the what? \nAnswer: discomfort", + "output": [ + "people are in pain and uncomfortable when recovering from injury/illness" + ] + }, + { + "input": "Question: A father was trying to teach his daughter to throw a football, she didn't want to and figured her dad wanted a what? \nAnswer: boy", + "output": [ + "boys are usually seen as wanting to learn sports, not girls." + ] + }, + { + "input": "Question: Where would you go if you want to get a newspaper with a specific title? \nAnswer: library", + "output": [ + "library would you go if you want to get a newspaper with a specific title?" + ] + }, + { + "input": "Question: What is usually next to a door? \nAnswer: wall", + "output": [ + "wall is the closest to the door." + ] + }, + { + "input": "Question: What is it called when animals produce offspring? \nAnswer: procreate", + "output": [ + "to procreate is to produce an offspring" + ] + }, + { + "input": "Question: Sometimes people are wronged, and sometimes getting revenge brings them what? \nAnswer: satisfaction", + "output": [ + "many times revenge brings people satisfaction for carrying out an action." + ] + }, + { + "input": "Question: The teach was very enthusiastic, she got all the children involved and they would all what? \nAnswer: learn together", + "output": [ + "the teach was very enthusiastic so the children learn together involved in teach" + ] + }, + { + "input": "Question: Where does a television often display sports? \nAnswer: bar", + "output": [ + "most bars play sports to engage the customers." + ] + }, + { + "input": "Question: This is probably too shallow for a canoe. What is this? \nAnswer: mountain stream", + "output": [ + "a canoe would easily fit into a boat house and water can be deep or shallow depending on the body being named. mountain stream indicates a small shallow body of water." + ] + }, + { + "input": "Question: Where would a dance club be the furthest in the same direction as the side that won the Civil War? \nAnswer: michigan", + "output": [ + "michigan is a midwestern u.s. state bordering 4 of the great lakes. it contains more than 11,000 inland lakes, spread across its lower and upper peninsulas." + ] + }, + { + "input": "Question: Why do people want to read fiction books? \nAnswer: having fun", + "output": [ + "fiction doesn't have factual material, so you don't read it to learn. most people don't read to fall asleep, either." + ] + }, + { + "input": "Question: What is the natural instinct of someone not known as a fighter when filled with fear? \nAnswer: run", + "output": [ + "urinate and fight enemy are not flight" + ] + }, + { + "input": "Question: What are you hoping will happen when talking? \nAnswer: people to listen", + "output": [ + "when you talk you hope people are listening" + ] + }, + { + "input": "Question: It was a very expensive wristwatch, when he wasn't wearing it he kept it displayed in it's what? \nAnswer: case", + "output": [ + "better place to keep a expensive wristwatch is its case." + ] + }, + { + "input": "Question: Old people can have difficulty using computer, it can turn a simple task into a lot of what? \nAnswer: stress", + "output": [ + "to have difficulty with something likely means that the emotion you feel is stress from not being able to achieve what you want more easily." + ] + }, + { + "input": "Question: What is a student encouraged to do as they mature? \nAnswer: think for himself", + "output": [ + "with learning as a student you are encouraged to think for yourself through your knowledge" + ] + }, + { + "input": "Question: Where does an audience come every week to listen to a person speaking? \nAnswer: church", + "output": [ + "in a church people listen to a priest or pastor speak." + ] + }, + { + "input": "Question: The shocked patient had become non verbal, any communication was what? \nAnswer: written", + "output": [ + "writing would be the best way to deal with lack of speech." + ] + }, + { + "input": "Question: They decided to hash things out over drinks, after enough booze they were able to get close on a few things and what? \nAnswer: reach tentative agreement", + "output": [ + "that's the best option since that's where there are more roses" + ] + }, + { + "input": "Question: What might have a ground floor? \nAnswer: house", + "output": [ + "house contains many floors" + ] + }, + { + "input": "Question: If student work hard, how would they be expected to perform? \nAnswer: do well", + "output": [ + "doing well is the normal, hopeful outcome of working hard." + ] + }, + { + "input": "Question: Billy didn't know what to do. He had just bought a huge ficus, but he has no where to put it. It was just too gid for his house. Right now, the ficus waited outside in something. What is the ficus in? \nAnswer: large pot", + "output": [ + "a plant is put into a pot." + ] + }, + { + "input": "Question: Trying to stay sane between work and home life was hard on her, the two parts of her life always seemed what? \nAnswer: unbalanced", + "output": [ + "unbalanced to stay sane between work and home life was hard on her,the two parts of her life" + ] + }, + { + "input": "Question: What is a place that someone can go buy a teddy bear? \nAnswer: toy store", + "output": [ + "a teddy bear is a common toy, which are generally purchased at toy stores." + ] + }, + { + "input": "Question: Where can you buy shampoo along side items for nourishment? \nAnswer: supermarket", + "output": [ + "super market is the only place you can buy shampoo and food related items" + ] + }, + { + "input": "Question: You go into a building. There were two guards at the entryway checking IDs. Where might you be. \nAnswer: office building", + "output": [ + "in office building i can see two guards in entryway checking id's." + ] + }, + { + "input": "Question: Why is a husband looking at apartments after communicating with his wife when they are tired? \nAnswer: misunderstandings", + "output": [ + "misunderstandings why is a husband looking at apartments after communicating with his wife" + ] + }, + { + "input": "Question: Where would a snake find a great hiding place in the United Kingdom? \nAnswer: kew gardens", + "output": [ + "a kew garden would provide the most hiding spots that is also in the united kingdom." + ] + }, + { + "input": "Question: The person had no car, but needed to get somewhere, where should he go? \nAnswer: bus stop", + "output": [ + "a bus stop is the only place that he could go that would assist him in getting somewhere." + ] + }, + { + "input": "Question: Jogging can do what for your body? \nAnswer: improved health", + "output": [ + "jogging has been scientifically proven to improve health through increased heart rate and lose of weight." + ] + }, + { + "input": "Question: If people are 19 years of age, what has happened already to most of them? \nAnswer: complete high school", + "output": [ + "complete high school is the only common thing for a 19 year old to have done" + ] + }, + { + "input": "Question: Why would someone be committing suicide? \nAnswer: misery", + "output": [ + "misery committing to suicide" + ] + }, + { + "input": "Question: Where would you find several businesses in the same location? \nAnswer: office building", + "output": [ + "in office we would find the lot of business ideas" + ] + }, + { + "input": "Question: What gets rid of a mundane routine? \nAnswer: new", + "output": [ + "new rid of a mundane routine" + ] + }, + { + "input": "Question: Where are mats usually placed in a house? \nAnswer: floors", + "output": [ + "a floor is the bottom surface of a room or vehicle. floors vary from simple dirt in a cave to many-layered surfaces modern technology. floors may be stone, wood, ..." + ] + }, + { + "input": "Question: What corner areas have lots of windows? \nAnswer: office", + "output": [ + "an office has a lot of windows, not a wall or front door" + ] + }, + { + "input": "Question: The police didn't arrest Bo. They thought he was just where? \nAnswer: wrong place", + "output": [ + "he was at the wrong place at the wrong time" + ] + }, + { + "input": "Question: My friend makes a living playing trumpet, where might he work? \nAnswer: orchestra", + "output": [ + "getting paid eliminates high school, to play eliminates music shop" + ] + }, + { + "input": "Question: Where are hot dogs are a commonly sold item away from a grocery store? \nAnswer: sporting event", + "output": [ + "sporting event are hot dogs are a commonly sold item away from a grocery store?" + ] + }, + { + "input": "Question: Where would you find a desk normally occupied by a young person? \nAnswer: schoolroom", + "output": [ + "schoolroom is mainly occupied by young persons." + ] + }, + { + "input": "Question: Where can you find pamphlets regarding diseases and ailments? \nAnswer: health department", + "output": [ + "when you think of disease and ailments, the health department is a place that comes to mind." + ] + }, + { + "input": "Question: Billy bounced the ball off the wall. There was a target on the wall for him to bounce against. Where might he be? \nAnswer: playroom", + "output": [ + "playrooms contain objects that can be used in games" + ] + }, + { + "input": "Question: What do you need the most to be living life? \nAnswer: breathe", + "output": [ + "i likie it life" + ] + }, + { + "input": "Question: He was finding information through meditation and yoga, what was he seeking? \nAnswer: happiness", + "output": [ + "meditation and yoga do not provide power or answers" + ] + }, + { + "input": "Question: When children aren't playing outside what do they like to do? \nAnswer: play video games", + "output": [ + "if they aren't playing outside, they are probably playing inside." + ] + }, + { + "input": "Question: Some people hate attending meeting, they're worried it'll bore and they will what? \nAnswer: fall asleep", + "output": [ + "when something is boring and you can't pay attention, you drift off and fall asleep" + ] + }, + { + "input": "Question: After the bald eagle was caught, where did it spend the rest of its life? \nAnswer: captivity", + "output": [ + "captivity is the answer because the eagle was captured and not released." + ] + }, + { + "input": "Question: Greg's performance was mediocre. What might his habits he like? \nAnswer: peculiar", + "output": [ + "exceptional and outstanding are positive, mediocre implies something negative" + ] + }, + { + "input": "Question: Where would sunshine be likely to fall on a plant that a person owns? \nAnswer: windowsill", + "output": [ + "windowsill is a place where sunshine probably will fall." + ] + }, + { + "input": "Question: What kingdom is frequently associated with pubs? \nAnswer: great britain", + "output": [ + "pubs are found ubiquitously throughout all of the british lands." + ] + }, + { + "input": "Question: The camper looked up at the vast night sky, it left him feeling mighty what? \nAnswer: insignificant", + "output": [ + "camper is a footwear company with headquarters in mallorca, spain. lorenzo fluxa founded the company in 1975." + ] + }, + { + "input": "Question: Billy loves science, history, and art but isn't very creative. When he was visiting the museum, he felt a great deal of what emotion? \nAnswer: enjoyment", + "output": [ + "billy enjoys science, history and art." + ] + }, + { + "input": "Question: Where should you keep a pet lizard? \nAnswer: glass cage", + "output": [ + "lizards are often kept in glass cages" + ] + }, + { + "input": "Question: WHat is the size of the school cafeteria? \nAnswer: large room", + "output": [ + "large room is most likely to be where the cafeteria is/ the size of it." + ] + }, + { + "input": "Question: Sally was very precise, but that didn't help because the measurements he was given were what? \nAnswer: inexact", + "output": [ + "in order to complete the task sally needs precise and consistent measurements" + ] + }, + { + "input": "Question: If I am forgiving, what might my conscience and sense of vengeance find? \nAnswer: new freedom", + "output": [ + "they have internal instincts" + ] + }, + { + "input": "Question: Where did he put the newspaper for his new puppy's leaks? \nAnswer: floor", + "output": [ + "is the best option in all" + ] + }, + { + "input": "Question: Where are trees likely to line a road? \nAnswer: countryside", + "output": [ + "trees are most likely to be in a line in the country" + ] + }, + { + "input": "Question: When people aren't communicating or talking to each other, what happens? \nAnswer: misunderstandings", + "output": [ + "when a situation lacks communication, misunderstandings become common" + ] + }, + { + "input": "Question: Where are you likely to find a tupperware container? \nAnswer: kitchens", + "output": [ + "kitchens is a place where they would be stored" + ] + }, + { + "input": "Question: What happens to a sick person when he or she is not sick any more? \nAnswer: get better", + "output": [ + "get better happens to a sick person when he or she is not sick any more?" + ] + }, + { + "input": "Question: Lilly was still getting warm. She ran her hands over John's body, he kissed her. She couldn't think straight anymore. Every nerve was tingling. Nothing ever felt so right. She was experiencing what? \nAnswer: euphoria", + "output": [ + "lilly was becoming sexually aroused" + ] + }, + { + "input": "Question: He was thanking everybody for coming, he gave them each a big what? \nAnswer: smile", + "output": [ + "because you can give a big smile, unlike appreciation or shaking hands" + ] + }, + { + "input": "Question: When you're creating art and are interrupted constantly you will likely feel what? \nAnswer: frustration", + "output": [ + "being interrupted constantly is univerally seem as frustrating, and not at all relaxing." + ] + }, + { + "input": "Question: What would not be able to happen to your mouth if you shut up? \nAnswer: open", + "output": [ + "you can't shut up and open your mouth at the same time" + ] + }, + { + "input": "Question: What would dogs do if there are no intruders nearby? \nAnswer: sleep soundly", + "output": [ + "that's the best option since that's where there are more roses" + ] + }, + { + "input": "Question: Where is the night table with the hand cream? \nAnswer: homes", + "output": [ + "the only likely option where you could find a night table with hand cream on it." + ] + }, + { + "input": "Question: If you've had a difficult work day what are you hoping to gain when buying beer? \nAnswer: relaxation", + "output": [ + "we don't want those to be one year wonders and not get the easy .... sell days this month: 22" + ] + }, + { + "input": "Question: Where should a human go if they have a full feeling in their bladder? \nAnswer: restroom", + "output": [ + "a human has to use the restroom to empty the bladder." + ] + }, + { + "input": "Question: What would be a dream vacation for some children? \nAnswer: disneyland", + "output": [ + "school is more of a nightmare for children. a zoo is not exactly a dream vacation for anyone." + ] + }, + { + "input": "Question: Where can you often find many soldiers? \nAnswer: battlefield", + "output": [ + "the latest news and updates for all things battlefield, the ea and dice video game franchise." + ] + }, + { + "input": "Question: Diving off a cliff for a cartoon character often ends in comedic what? \nAnswer: splats", + "output": [ + "this is usual the safest view to show children in cartoons" + ] + }, + { + "input": "Question: She was bad at dancing, so what basic skill did the instructor teach her? \nAnswer: rhythmic movement", + "output": [ + "rhythmic movement is a basic skill taught to dancers." + ] + }, + { + "input": "Question: When a person gets dressed, where can they often check a mirror to see how their outfiit looks? \nAnswer: bedroom", + "output": [ + "getting dressed implies you weren't in clothes to begin with which implies their own bedroom" + ] + }, + { + "input": "Question: Where is a dish usually used? \nAnswer: table", + "output": [ + "a dish is kept in the kitchen cabinet or pantry, but is only used on the table when there is food" + ] + }, + { + "input": "Question: Even though many in his neighborhood dropped out, he still had the ambition to what? \nAnswer: go to school", + "output": [ + "leaving school is called dropping out" + ] + }, + { + "input": "Question: The family ran out of paper towels, where did they go to buy some more? \nAnswer: grocery store", + "output": [ + "grocery shop is the only place selling paper towels." + ] + }, + { + "input": "Question: After his mother saw his report card he knew he was going to be doing housework, what could have prevented this? \nAnswer: getting good grades", + "output": [ + "report cards are where grades are reported." + ] + }, + { + "input": "Question: What do I cook on the stove when I want to make tacos? \nAnswer: brown meat", + "output": [ + "brown meat is used to make tacos" + ] + }, + { + "input": "Question: Billy was a human, and he had human bodily functions. He needed to catch his flight but ended up missing it, because he had too much mexican and was stuck where? \nAnswer: bathroom", + "output": [ + "a necessary involuntry call he had to obey" + ] + }, + { + "input": "Question: Where might baggage be searched? \nAnswer: airports", + "output": [ + "airports alway search baggage before boarding, while other answers may not search." + ] + }, + { + "input": "Question: Where would you find a metal rod in most people's preferred method of transportation? \nAnswer: engine", + "output": [ + "metal transportation rod in most preferred" + ] + }, + { + "input": "Question: Where would you be able to hear a bassoon played in an unpleasing fashion? \nAnswer: high school band", + "output": [ + "a high school band would be comprised of musicians still learning their instruments. a symphony or orchestra would be comprised of musicians who have mastered their instruments." + ] + }, + { + "input": "Question: Why do people go about killing people ? \nAnswer: hate", + "output": [ + "hate is the only reason people go about killing people" + ] + }, + { + "input": "Question: James enjoyed playing chess but he could not beat his best friend. His failure to win caused him a great deal of what? \nAnswer: frustration", + "output": [ + "he is likely to feel frustrated for not being able to win" + ] + }, + { + "input": "Question: The person used a candle to navigate up the spiral staircase, where were they likely? \nAnswer: light house", + "output": [ + "lighthouses commonly have spiral staircases and are a place you may need a light source to navigate." + ] + }, + { + "input": "Question: The annoying person always had a comment to share, he must think he must what? \nAnswer: know everything", + "output": [ + "most people who have an endless supply of comments or suggestions often are considered a \"know it all\"." + ] + }, + { + "input": "Question: All the artist had to do was paint the lips, what would his end result be on the canvas? \nAnswer: human face", + "output": [ + "lips are part of a human face in art." + ] + }, + { + "input": "Question: The concierge said to ask him any question that you needed answered, he said he can get you what? \nAnswer: express information", + "output": [ + "express information he concierge said to ask him any question that you needed answered" + ] + }, + { + "input": "Question: To prevent any glare during the big football game he made sure to clean the dust of his what? \nAnswer: television", + "output": [ + "tvs can have glare and dust." + ] + }, + { + "input": "Question: The area between oceans and continents is very? \nAnswer: wide", + "output": [ + "wide is the only accurate description that can be used to describe an area between oceans and continents" + ] + }, + { + "input": "Question: Sarah liked driving cars more than she liked cigarettes. After she quit, she'd take long drives for what? \nAnswer: relaxation", + "output": [ + "only explanation for someone to take long drives is to relax" + ] + }, + { + "input": "Question: What country is arkansas in? \nAnswer: united states", + "output": [ + "arkansas is a state in the southern region of the united states, home to over 3 million people as of 2017. its name is of siouan derivation from the language of ..." + ] + }, + { + "input": "Question: When he couldn't hear the sickness in her voice over the phone anymore he told the object of his love you what? \nAnswer: sound well", + "output": [ + "when people arent sick their voices are clear and normal, rather than stuffy and low" + ] + }, + { + "input": "Question: Where south of the U.S. can you find a steak house serving Dos Equis cerveza? \nAnswer: mexico", + "output": [ + "mexico is the only place south of the u.s. where you can find a steakhouse serving dos equis cerveza." + ] + }, + { + "input": "Question: I am hungry, what would be a way to alleviate this? \nAnswer: have food", + "output": [ + "have food is the most encompassing answer." + ] + }, + { + "input": "Question: I want a dog that's easy to spot, which one should I get? \nAnswer: black", + "output": [ + "black is the only word that can be used to describe the appearance of a dog." + ] + }, + { + "input": "Question: I only like fiction books, why should I read a non-fiction book? \nAnswer: knowledge", + "output": [ + "the closest and most accurate option" + ] + }, + { + "input": "Question: The cats hovered by the exit ready to what? \nAnswer: go outside", + "output": [ + "cat goes to the exit to go outside" + ] + }, + { + "input": "Question: With all the leaves falling each year, a natural compost keeps the soil healthy for all the trees where? \nAnswer: forest", + "output": [ + "leaves normally fall from trees, and forest have the most trees" + ] + }, + { + "input": "Question: where is the information superhighway? \nAnswer: cyberspace", + "output": [ + "cyberspace is the information superhighway." + ] + }, + { + "input": "Question: Where is knowledge of all kinds likely to be found? \nAnswer: book", + "output": [ + "we can gain knowledge by using books" + ] + }, + { + "input": "Question: To become great at fiddling you need lots of? \nAnswer: practice", + "output": [ + "it takes time and effort to learn how to do something new" + ] + }, + { + "input": "Question: When eating everything on the tasting menu, what does one tend to feel? \nAnswer: getting full", + "output": [ + "large meals tend to fill people up" + ] + }, + { + "input": "Question: The worker tried to steal the office pens and pencils, where did he put them? \nAnswer: suitcase", + "output": [ + "no one is able to see inside a suitcase" + ] + }, + { + "input": "Question: What do people feel when they see large guard dogs? \nAnswer: frightening", + "output": [ + "large dogs are scary, \"found outside\" isn't a feeling" + ] + }, + { + "input": "Question: What do customers do to a waiter after the waiter serves customers? \nAnswer: pay to", + "output": [ + "waiters get paid after their services are complete." + ] + }, + { + "input": "Question: Where would you bring a picnic basket filled with food? \nAnswer: country", + "output": [ + "the country is the only place that wouldn't have food." + ] + }, + { + "input": "Question: Someone lacking immortality will one day be? \nAnswer: dead", + "output": [ + "the closest and most accurate option" + ] + }, + { + "input": "Question: The department store is located in the Northwest USA. Where might it be? \nAnswer: idaho", + "output": [ + "idaho is located in the northwest of usa." + ] + }, + { + "input": "Question: What leads to mass death? \nAnswer: nuclear weapons", + "output": [ + "nuclear weapon is the weapon with the most probability of causing mass death." + ] + }, + { + "input": "Question: What task can a lawyer plan for to engage a witness who has been difficult to find? \nAnswer: come early", + "output": [ + "if someone has been difficult to find, the only thing you would want from them is to come on time" + ] + }, + { + "input": "Question: John didn't like skating much, but he liked it more than his other options. The doctor said that he needed to take better care of himself, and skating was an activity that did what to him? \nAnswer: increased heart rate", + "output": [ + "skating involves any sports or recreational activity which consists of traveling on surfaces or on ice using skates. there are several different kinds of skating : ..." + ] + }, + { + "input": "Question: The boy loved to surprise his mother by jumping out from hiding and giving her a good what? \nAnswer: scare", + "output": [ + "scare is the only thing that could make sense when trying to surprise someone." + ] + }, + { + "input": "Question: Though he was foreign he no longer carried an accent and people always just assumed he was what? \nAnswer: native", + "output": [ + "if you don't have an accent, then you are perceived as native." + ] + }, + { + "input": "Question: Where would you read your magazine wile preparing to turn in for the day? \nAnswer: bed", + "output": [ + "the bed is the most likely place for you to read while relaxing." + ] + }, + { + "input": "Question: When spending a long time walking a dog what would you feel? \nAnswer: tiredness", + "output": [ + "long walks make you tired" + ] + }, + { + "input": "Question: When people are honest, what do they tend to do? \nAnswer: tell truth", + "output": [ + "telling the trutch is the only answer involving being honest." + ] + }, + { + "input": "Question: He would entertain with a pool party regularly, it was the best way to beat the what? \nAnswer: hot", + "output": [ + "hot is the best way to beat when people go into a pool." + ] + }, + { + "input": "Question: If someone rents a room where would the passageway to it be located? \nAnswer: hotel", + "output": [ + "hotels offer rooms to rent." + ] + }, + { + "input": "Question: A rosebush or squirrel or other plants and animals are part of what? \nAnswer: nature", + "output": [ + "plants and animals are typically located out in nature." + ] + }, + { + "input": "Question: The man has much to do, but was watching tv, what was he doing? \nAnswer: wasting time", + "output": [ + "despite having much to do a man was wasting time watching tv." + ] + }, + { + "input": "Question: The vessel was taking in water, where did it need to go? \nAnswer: port", + "output": [ + "the water in vessel to be transported to port." + ] + }, + { + "input": "Question: When would you not know if someone is guilty? \nAnswer: not proven", + "output": [ + "you must be proven guilty, otherwise you are not guilty" + ] + }, + { + "input": "Question: Bailey liked playing games against other people. He found it exhilarating. What might Bailey like about games? \nAnswer: competitiveness", + "output": [ + "when you play a video game from the long line of batman titles, you're sure to experience the true exhilaration of the life of a hero." + ] + }, + { + "input": "Question: A gentleman is very wealthy and flaunts it, where does he likely live? \nAnswer: big house", + "output": [ + "wealthy man wants to live in a big house" + ] + }, + { + "input": "Question: Boris was lying to Natasha. That dress did make her but look far. But he wanted to avoid what? \nAnswer: hurt feelings", + "output": [ + "i consider it the best option because they have to be more true" + ] + }, + { + "input": "Question: If somebody was ready to eat breakfast they would enter the kitchen, but if it was barren they'd have to what? \nAnswer: buy food", + "output": [ + "someone who enters the kitchen to eat breakfast is already awake, and opening their mouth would not solve the barren state of the kitchen. so, buying food is necessary for this person to have breakfast." + ] + }, + { + "input": "Question: What happens to most people after playing tennis all day? \nAnswer: becoming tired", + "output": [ + "all day is a long time to play tennis, one is bound to be exhausted." + ] + }, + { + "input": "Question: Two bookends were on the shelf. They supported a line of what? \nAnswer: library book", + "output": [ + "shelves hold books, not libraries or pairs" + ] + }, + { + "input": "Question: All the day traders did well on the floor that day, they celebrated at a steak house where? \nAnswer: new york", + "output": [ + "day traders usually operate specifically at the new york stock exchange" + ] + }, + { + "input": "Question: The investigator considered the gun evidence, where did he send it? \nAnswer: police station", + "output": [ + "investigator is probably a police officer" + ] + }, + { + "input": "Question: James was watching TV when he saw flashing lights that did something bad to him. What might john have had? \nAnswer: seizure", + "output": [ + "because flashing lights trigger seizures." + ] + }, + { + "input": "Question: On what is your evening meal served if you're not at a quick casual diner? \nAnswer: plate", + "output": [ + "food is usually served on a plate." + ] + }, + { + "input": "Question: What does a human need to do before a program will exist? \nAnswer: write code", + "output": [ + "there should be conception of the idea of the program and then it has to be created and at that point, it can come to life by using codes." + ] + }, + { + "input": "Question: While the statistician thought the anomaly was important, what did the contrarian demographer think? \nAnswer: negligible", + "output": [ + "because seeing the question is the answer that best matches the question" + ] + }, + { + "input": "Question: Where might there be lots of different lawns? \nAnswer: north america", + "output": [ + "there are different climates and types of grass in north america" + ] + }, + { + "input": "Question: Where would you put a drink if you do not plan to use it soon? \nAnswer: cabinet", + "output": [ + "you would put this here to store it for later" + ] + }, + { + "input": "Question: Where would you find a desk drawer which has people nearby whose age could be orders of magnitude different from each other? \nAnswer: school", + "output": [ + "a school contains grades of specific groups of certain ages of people" + ] + }, + { + "input": "Question: What place in the US has a lot of mines? \nAnswer: pennsylvania", + "output": [ + "pennsylvania is a specific place in the us." + ] + }, + { + "input": "Question: All people need to move, otherwise what will atrophy? \nAnswer: muscles", + "output": [ + "muscles that haven't been used in a long time will be unable to without therapy." + ] + }, + { + "input": "Question: Sarah was celebrating with way too many beers. Even so, she succeeded in doing what? \nAnswer: have fun", + "output": [ + "the other two options are not an example of celebrating" + ] + }, + { + "input": "Question: what do scientists want to identify when they discover a new animal? \nAnswer: specific", + "output": [ + "plants aren't animals and humans anre't new animals." + ] + }, + { + "input": "Question: When people look to store their plastic cutlery, what do they use? \nAnswer: cupboard", + "output": [ + "both everything and own home are too broad of answers for something so specific as plastic cutlery, cupboards are in a kitchen usually, and plastic cutlery would usually be found in a kitchen." + ] + }, + { + "input": "Question: He was climbing higher and higher, what was he scared of as he got higher? \nAnswer: falling down", + "output": [ + "becuase when discussing going higher and higher, one is primarily worried about falling" + ] + }, + { + "input": "Question: Ballet dancing is a form of artistic what? \nAnswer: expression", + "output": [ + "become tired and intercourse both make no sense after the word artistic" + ] + }, + { + "input": "Question: What is a way that people who are dating great each other? \nAnswer: kiss each other", + "output": [ + "people who are dating kiss" + ] + }, + { + "input": "Question: Where are not many people allowed to go? \nAnswer: space shuttle", + "output": [ + "a space shuttle is the only place on the list not many people are allowed to go." + ] + }, + { + "input": "Question: The audience sits enthralled watching a spectacular battle full of shooting and explosions. Where is the audience most likely to be? \nAnswer: movie theater", + "output": [ + "people sit and watch battles at the movies." + ] + }, + { + "input": "Question: From the groups having fun to the falling pins, you'll hear a lot of noise where? \nAnswer: bowling alley", + "output": [ + "this is where you think of faling pins." + ] + }, + { + "input": "Question: She enjoyed the song, it was a famous one about a girl with eyes that where what? \nAnswer: brown", + "output": [ + "the frog and the nightingale summary along with ... he has published six books of poetry and three novels" + ] + }, + { + "input": "Question: When old conservative people observe a changing society, what do the experience? \nAnswer: anger", + "output": [ + "older people are more reluctant to change, and might react in anger if change occurs." + ] + }, + { + "input": "Question: Where should leftovers go after coming out of the pan? \nAnswer: container", + "output": [ + "it makes sense because its not safe to store leftovers in the pots and pans they're cooked in for long." + ] + }, + { + "input": "Question: Where would you find a dictionary near young people getting lessons? \nAnswer: classroom", + "output": [ + "lessons was takenn in the classroom" + ] + }, + { + "input": "Question: If one sees a fox and is standing in a landlocked, southern state, where is this person? \nAnswer: arkansas", + "output": [ + "arkansas if one sees a fox and is standing in a landlocked,southern state,where is this person" + ] + }, + { + "input": "Question: Seeing someone open a gift after buying Christmas presents causes what for the gift giver? \nAnswer: pleasure", + "output": [ + "pleasure seeing someone open a gift after buying Christmas presents causes what fo" + ] + }, + { + "input": "Question: Where would a lizard surprise a person? \nAnswer: garden", + "output": [ + "lizards typically live in the desert, which is a large part of new mexico. finding a lizard in a garden where there is an abundance of water compared to a desert is surprising." + ] + }, + { + "input": "Question: What could happen after driving car that does not involve pain? \nAnswer: getting tired", + "output": [ + "getting tired is the only one of the options that doesn't involve being hurt." + ] + }, + { + "input": "Question: What do we feel when we run out of energy? \nAnswer: weakness", + "output": [ + "we feel weakness when we run out of energy" + ] + }, + { + "input": "Question: Where would you buy a disk with software on it? \nAnswer: computer store", + "output": [ + "a software can be purchased in a computer store." + ] + }, + { + "input": "Question: When people get older what happens to their hair? \nAnswer: very thin", + "output": [ + "a person's hair will typically get thinner as they age." + ] + }, + { + "input": "Question: Like with owning a kitten, what is a common danger when participating in the sport of fencing? \nAnswer: small cuts", + "output": [ + "small cuts are common with owning a kitten and fencing." + ] + }, + { + "input": "Question: Where would you find a lizard that is owned by someone with high income? \nAnswer: new hampshire", + "output": [ + "new hampshire has a higher income than south america. encyclopedia is not a place." + ] + }, + { + "input": "Question: A person had run all day and felt tired, what did they need? \nAnswer: time to rest", + "output": [ + "time to rest an felt" + ] + }, + { + "input": "Question: When a person is living on the streets they likely what? \nAnswer: have no home", + "output": [ + "they are living on the street so obviously have no home" + ] + }, + { + "input": "Question: What kind of performance can be viewed on a DVD? \nAnswer: movie", + "output": [ + "movies are often encoded onto dvds" + ] + }, + { + "input": "Question: Where would a kitchen towel be found? \nAnswer: cupboard", + "output": [ + "for practicality and convenience, a kitchen towel would be expected to be found in the kitchen, in a cupboard." + ] + }, + { + "input": "Question: Who can have the most influence on washington from a given county? \nAnswer: representative", + "output": [ + "representatives make things happen" + ] + }, + { + "input": "Question: He finished installing a swinging hinge on both parts, she had always wanted a fancy what? \nAnswer: french door", + "output": [ + "swinging hinge on both parts at the end of the world and place." + ] + }, + { + "input": "Question: Bob lost his sunglasses. He looked everywhere for them. Where might he get new ones quickly? \nAnswer: drugstore", + "output": [ + "the only place to sell wha the needs" + ] + }, + { + "input": "Question: The helm is the steering control for what which pulls shipping barges through bodies of water? \nAnswer: tugboat", + "output": [ + "tugboats pull other boats behind them" + ] + }, + { + "input": "Question: The two teams were really competing out there, they had all worked up a what? \nAnswer: sweat", + "output": [ + "the two team really competing because they had sweat all worked up." + ] + }, + { + "input": "Question: Where can you store a book you won't need for a while nearby to fabric items you wear? \nAnswer: closet", + "output": [ + "the closet is the only place that house clothing in the options." + ] + }, + { + "input": "Question: This is a great way to move across water in one of its more popular states. \nAnswer: skating rink", + "output": [ + "you could not move on a humidifer or on ice cubes" + ] + }, + { + "input": "Question: What prevents someone from climbing? \nAnswer: fear of heights", + "output": [ + "a fear of heights can cause someone to be scared of climbing" + ] + }, + { + "input": "Question: To learn something new, what is something an adult can take? \nAnswer: college class", + "output": [ + "a college class is the only thing that an adult can take to learn something new." + ] + }, + { + "input": "Question: What is a positive effect of expressing yourself? \nAnswer: empowerment", + "output": [ + "empowerment is a positive effect of expressing yourself" + ] + }, + { + "input": "Question: The spider web was in a dark, cold place, where was it? \nAnswer: basement", + "output": [ + "basements are dark and cold" + ] + }, + { + "input": "Question: What might happen to a person after falling? \nAnswer: feel embarrassed", + "output": [ + "you wouldn't give gifts or get letters after falling, but you would feel embarrassed" + ] + }, + { + "input": "Question: Playing tennis can be a great workout, all the lateral movement really gets the whats? \nAnswer: legs", + "output": [ + "the tennis can be great to moment really get legs." + ] + }, + { + "input": "Question: What do humans often do while they're asleep? \nAnswer: dream dreams", + "output": [ + "neither drinking or crossing can be done while asleep." + ] + }, + { + "input": "Question: How can jumping rope effect above your shoulders? \nAnswer: smiling", + "output": [ + "you smile is above your shoulders" + ] + }, + { + "input": "Question: When you want to see new items what do you have to do? \nAnswer: open eyes", + "output": [ + "open eyes project is a company that organizes sustainable trips in india. we have been working since 2011 to make vacations special for everyone. our trips ..." + ] + }, + { + "input": "Question: Billy was smart but inexperienced. In many ways he was what? \nAnswer: ignorant", + "output": [ + "ignorant means one lacks knowledge or wisdom." + ] + }, + { + "input": "Question: What is something that people do early in the day? \nAnswer: eat eggs", + "output": [ + "people eat eggs for breakfast in the morning." + ] + }, + { + "input": "Question: James was hunted for stabbing someone to death. He was afraid that he would be forced to serve what? \nAnswer: jail time", + "output": [ + "jail time is what you serve after committing a crime." + ] + }, + { + "input": "Question: Devil's food is something you can win at what fundraising game popular at churches? \nAnswer: cakewalk", + "output": [ + "neither angel nor god are fundraising games. cakewalk is." + ] + }, + { + "input": "Question: Bill had to pay tax on the full price in spite of the fact that he received what? \nAnswer: discount", + "output": [ + "discount is the most appropriate since the question talks about price of the item." + ] + }, + { + "input": "Question: What might an elderly person install a railing on to help them pull themselves up? \nAnswer: stairwell", + "output": [ + "that's the best option since that's where there are more roses" + ] + }, + { + "input": "Question: The teacher was arranging and sorting papers at her desk, needing paper clips she opened up the left what? \nAnswer: drawer", + "output": [ + "opening something in a desk must be a drawer" + ] + }, + { + "input": "Question: The fight enemy choice had led him to a grave injury, he was now what? \nAnswer: dying", + "output": [ + "grave injury means injury leading to death" + ] + }, + { + "input": "Question: What are the potential outcomes of playing ball? \nAnswer: losing", + "output": [ + "losing can be the outcome of the game, not injury or having fun." + ] + }, + { + "input": "Question: What can happen with too much relaxing? \nAnswer: sleeping", + "output": [ + "they have internal instincts" + ] + }, + { + "input": "Question: She always kept an umbrella handy for the frequent rain, where did she likely live? \nAnswer: seattle", + "output": [ + "seattle is the only actual location." + ] + }, + { + "input": "Question: Where might you find dirt on a place you would see a gutter and rubber hit it regularly? \nAnswer: street", + "output": [ + "a street is the only place that contains a gutter that could be hit by a rubber tire. the others lack one or the other." + ] + }, + { + "input": "Question: He won a prize for hitting bottle, he had very good what? \nAnswer: aim", + "output": [ + "his hand eye coordination was so good that he won a prize for it" + ] + }, + { + "input": "Question: What will all the differences equal? \nAnswer: sum", + "output": [ + "the sum is always the result of an equal." + ] + }, + { + "input": "Question: What always happens when visiting museum? \nAnswer: seeing artifacts", + "output": [ + "museums by definition house artifacts." + ] + }, + { + "input": "Question: When running a business what is the opposite of debt? \nAnswer: profit", + "output": [ + "opposite of debt is profit" + ] + }, + { + "input": "Question: He knew how to make bread, but he said \"I don't have all day because what\"? \nAnswer: i'm hungry", + "output": [ + "in a large bowl, dissolve yeast in warm water. add the sugar, salt, oil and 3 cups flour. ... turn onto a floured surface; knead until smooth and elastic, 8-10 minutes" + ] + }, + { + "input": "Question: What does someone evaluate in the dressing room? \nAnswer: body", + "output": [ + "people look at their body in dressing rooms." + ] + }, + { + "input": "Question: Sarah knew she was committing perjury, so there was a lot of what feeling between her and the prosecutor? \nAnswer: tension", + "output": [ + "sarah was lying and the prosecutor knew it so it created tension" + ] + }, + { + "input": "Question: Some envy children's bliss, meanwhile some children wish they were what so they could do anything they want? \nAnswer: grown ups", + "output": [ + "the other two groups can't do anything they want" + ] + }, + { + "input": "Question: Sally loved shopping and she hated it. She loved getting what she wanted, and she never bought to much, but it was still painful for her to buy, because she hated any what? \nAnswer: loss of money", + "output": [ + "people hate to lose money when they shop" + ] + }, + { + "input": "Question: Learning usually leads to greater what? \nAnswer: intelligence", + "output": [ + "when one learns intelligence increases" + ] + }, + { + "input": "Question: Sarah thought that the movie was entertaining but vapid. How might Sarah feel about the book? \nAnswer: appreciate more", + "output": [ + "the book may be more interesting than the movie" + ] + }, + { + "input": "Question: Where would you find a trash can while enjoying the great outdoors? \nAnswer: park", + "output": [ + "alley and water cooler are in cities or indoors." + ] + }, + { + "input": "Question: What does a lead for a journalist lead to? \nAnswer: news article", + "output": [ + "journalists make news articles from leads." + ] + }, + { + "input": "Question: While getting drunk the body can only process so much at a time, go too fast and your belly might just make you what? \nAnswer: throw up", + "output": [ + "throwing up is a reaction of the belly" + ] + }, + { + "input": "Question: What might john order at an indian resturant on top of the space needle? \nAnswer: curry", + "output": [ + "an indian restaurant is likely to offer curry as it is a staple dish of indian cuisine. the other answers make no sense, as a restaurant can't sell a city." + ] + }, + { + "input": "Question: Where might birds be on a statute? \nAnswer: park", + "output": [ + "that's the best option since that's where there are more roses" + ] + }, + { + "input": "Question: Why do children usually like jumping rope? \nAnswer: having fun", + "output": [ + "children enjoy having fun." + ] + }, + { + "input": "Question: Where must a jellyfish live? \nAnswer: salt water", + "output": [ + "salt water is the only place jellyfish live." + ] + }, + { + "input": "Question: Where is the lawnmower I hear from across the street? \nAnswer: neighbor's house", + "output": [ + "that's the only option that is close enough to be across the street." + ] + }, + { + "input": "Question: What do people who are collectivist do? \nAnswer: share things", + "output": [ + "is the best since it is the best backup" + ] + }, + { + "input": "Question: The man didn't like getting out of bed and stepping on the cold tile, so where did he put carpeting? \nAnswer: bedroom", + "output": [ + "the bedroom is the only room where someone would get out of bed." + ] + }, + { + "input": "Question: The bird flies up in what? \nAnswer: sky", + "output": [ + "a sky is up." + ] + }, + { + "input": "Question: In Hollywood, Beautiful isn't exceptional. What is it? \nAnswer: average", + "output": [ + "place of employment of business" + ] + }, + { + "input": "Question: Where can you expect to find items made of fabric that adorn one's body? \nAnswer: clothing store", + "output": [ + "clothing can be found in tailor shops and sewing rooms, but in terms of the likelihood of finding something you would want to wear, a clothing store is the best choice of where to look." + ] + }, + { + "input": "Question: They were baking together, the instructions called for sugar so they got it out of the what? \nAnswer: cupboard", + "output": [ + "the cupboard is the most common place that sugar is kept." + ] + }, + { + "input": "Question: They checked the weather one more time during the flight, they were on their way to paradise and wanted it to what? \nAnswer: look beautiful", + "output": [ + "paradise is usually considered to look very beautiful for most people." + ] + }, + { + "input": "Question: Tweed is a fabric I am looking to make clothing with, where should I go to buy some? \nAnswer: fabric store", + "output": [ + "because the word is right in the title that they would sell fabrics there." + ] + }, + { + "input": "Question: When he touched the exposed wire he shouldn't have found it surprising that he got what? \nAnswer: shocked", + "output": [ + "an exposed wire can cause an electrical shock." + ] + }, + { + "input": "Question: People took their seats and read their programs. They were expecting to enjoy an entertaining night of what? \nAnswer: theater", + "output": [ + "the theater is the only place that people would be given programs and expect to have an entertaining night." + ] + }, + { + "input": "Question: Living in a humid climate can be uncomfortable, it leads to a lot of what? \nAnswer: perspiration", + "output": [ + "humidity makes you feel hot and sweaty" + ] + }, + { + "input": "Question: Where can you get a trumpet to take home? \nAnswer: music store", + "output": [ + "yamaha musical instrument dealers near me. ... honey musical instruments g.. ... musical instrument dealers, musical instrument repair & services, .." + ] + }, + { + "input": "Question: Where would you put a sealed drink if you want to bring it with you? \nAnswer: backpack", + "output": [ + "backpacks- buy travel backpacks online at the lowest prices in india on flipkart. huge collection of college backpacks & waterproof backpacks under rs.899 ..." + ] + }, + { + "input": "Question: As they skipped stones, where were they looking for new ones? \nAnswer: river bed", + "output": [ + "because rivers tend to have rocks on the bottom maybe more so than a shallow creek" + ] + }, + { + "input": "Question: What would you use to get a wash cloth wet without having to squat down? \nAnswer: sink", + "output": [ + "you have to use a sink to wash cloth." + ] + }, + { + "input": "Question: What does someone want to do when they have greed? \nAnswer: get", + "output": [ + "greed brings the desire to get more." + ] + }, + { + "input": "Question: Which state has blue ridge mountains that are called Blue Mountain? \nAnswer: pennsylvania", + "output": [ + "blue ridge mountains pennsylvania" + ] + }, + { + "input": "Question: When someone falls from a mountain it will lead them to? \nAnswer: die", + "output": [ + "most humans will die after falling from a mountain." + ] + }, + { + "input": "Question: He had been lying to many people, the lies caused problems and left him what? \nAnswer: feeling guilty", + "output": [ + "feeling guilty is the only type of feeling or emotion." + ] + }, + { + "input": "Question: The people wanted to do a demonstration, where did they decide to do it? \nAnswer: public place", + "output": [ + "there would be more people at a public place" + ] + }, + { + "input": "Question: Where is liquor usually stored in a home? \nAnswer: cabinet", + "output": [ + "liquors stay safe in a cabinet" + ] + }, + { + "input": "Question: John loved plants because of how they look. What part does John like best? \nAnswer: flower petals", + "output": [ + "flower petals are colourful and pretty to look at" + ] + }, + { + "input": "Question: They made a mess eating on the sofa bed, they dripped a tangy what sauce all over it? \nAnswer: horseradish", + "output": [ + "horseradish is a sauce and the other answers do not make sense as they are not a sauce" + ] + }, + { + "input": "Question: Joe has two caregivers. One is his mother. What might the other be? \nAnswer: father", + "output": [ + "since he has two caregivers and one is his mother, the only choice that is reasonable is father. his mother is one of the caregivers so it makes sense the other is his father." + ] + }, + { + "input": "Question: The pretty girls were seeking intoxication, where should they go? \nAnswer: bar", + "output": [ + "alcohol is often sold in bars" + ] + }, + { + "input": "Question: John lives in a farhouse well away from anyone. He doesn't farm himself, the farm shut down long ago. How would you describe the area where he lives? \nAnswer: rural area", + "output": [ + "farmhouses are typically found in rural areas and no where else." + ] + }, + { + "input": "Question: When people drive they usually do what to ward off boredom? \nAnswer: listen to radio", + "output": [ + "people usually listen to their radio/music in their cars to ward off boredom" + ] + }, + { + "input": "Question: Index cards were on display at the museum, what kind of museum was it? \nAnswer: library", + "output": [ + "a library is the likeliest theme for a museum" + ] + }, + { + "input": "Question: Where do you typically use a tourniquet? \nAnswer: hospital", + "output": [ + "it is a device used in hospital to control arterial and venous blood flow to a portion of an extremity for a period of time" + ] + }, + { + "input": "Question: The politician promised money, what was he hoping to do? \nAnswer: control people", + "output": [ + "politicians are usually power hungry." + ] + }, + { + "input": "Question: The student sat in the quiet classroom with a piece of paper in front of them, what where they working on? \nAnswer: complete test", + "output": [ + "piece of paper infront of the desk is important" + ] + }, + { + "input": "Question: The sloppy dad saw the random stuff in the kitchen, and didn't know where to put it, where did he decide to place it? \nAnswer: cabinet", + "output": [ + "in the kitchen, cabinets hold most things" + ] + }, + { + "input": "Question: What sort of organization do employees usually work for? \nAnswer: company", + "output": [ + "the other two options are not an organization and therefore cannot hire employees. office can colloquially, but company is a better choice because it always makes sense in this situation." + ] + }, + { + "input": "Question: What must someone go through when heading to the sky? \nAnswer: atmosphere", + "output": [ + "the atmosphere would be considered the highest point in the sky before going to space" + ] + }, + { + "input": "Question: What is a place with pictures that a small dog is not allowed into? \nAnswer: movies", + "output": [ + "movies are the only thing with pictures" + ] + }, + { + "input": "Question: He was well ahead at the casino, he wisely decided to cash in which brought a smile of what? \nAnswer: happiness", + "output": [ + "he was winning so he smiled" + ] + }, + { + "input": "Question: What do you need to be able to understand testimony after hearing testimony? \nAnswer: careful listening", + "output": [ + "when you hear, you know someone is talking, but when you listen, you understand what is being talked about" + ] + }, + { + "input": "Question: Along what feature will you find a rosebush? \nAnswer: hedgerow", + "output": [ + "hedgerows usually feature rosebushes." + ] + }, + { + "input": "Question: What would you need to have insulation to go to? \nAnswer: arctic", + "output": [ + "arctic would you need to have insulation" + ] + }, + { + "input": "Question: Where would a bald eagle land? \nAnswer: pine tree", + "output": [ + "most birds land somewhere in a tree." + ] + }, + { + "input": "Question: Some cars have racing lines on them called? \nAnswer: stripes", + "output": [ + "stripes are the only answer that would be \"on\" the car." + ] + }, + { + "input": "Question: What is the path of the earth around the sun called? \nAnswer: orbit", + "output": [ + "an orbit is the path of an object around another object." + ] + }, + { + "input": "Question: The mother had to run some errands, she told he son if he did his chores while she was gone it would be what? \nAnswer: helpful", + "output": [ + "helpful had to run some errands,she told he son if he did his chores while she was gone" + ] + }, + { + "input": "Question: What can occur in fencing if you are not careful? \nAnswer: severe injuries", + "output": [ + "if you are not careful you could severely injure yourself." + ] + }, + { + "input": "Question: Where can a talking bee be found? \nAnswer: story book", + "output": [ + "a story book is where a talking bee be found" + ] + }, + { + "input": "Question: They all wanted to play a board game, it was retrieved from inside where? \nAnswer: cupboard", + "output": [ + "it would probably be in the cupboard." + ] + }, + { + "input": "Question: She had a problem that she would always spend money, her favorite hobby was to what? \nAnswer: go shopping", + "output": [ + "i have spend money in night time" + ] + }, + { + "input": "Question: Bill is a customer of an electric company. He calls his electric company. Why might he be calling? \nAnswer: pay bills", + "output": [ + "the electric company is an american educational children's television series created by paul dooley and directed by robert schwarz (1971 and 1977)," + ] + }, + { + "input": "Question: If people are looking for fun in the summertime, where's one good place for them to go? \nAnswer: carnival", + "output": [ + "carnivals are fun and are usually held in the summertime so that is the most likely place for people to go if they are looking to have fun." + ] + }, + { + "input": "Question: He had been running for a very long time, he knew it was time to stop because he was what? \nAnswer: becoming tired", + "output": [ + "people become tired after running for a very long time" + ] + }, + { + "input": "Question: He was so cheap he stole a bar of soap since it was so nice and high-end, where did he take it from? \nAnswer: hotel", + "output": [ + "hotel is the only place from where he can steal a bar of soap" + ] + }, + { + "input": "Question: A large container was a dime a dozen, there were hundreds of rows of them in the giant what? \nAnswer: warehouse", + "output": [ + "warehouse a large container was a dime a dozen,there were hundreds of rows of them in the giant what?" + ] + }, + { + "input": "Question: Balthazar is a popular french restaurant located where? \nAnswer: manhattan", + "output": [ + "french restaurant is the biggest restaurent in french." + ] + }, + { + "input": "Question: John is getting something important. What does this make him feel? \nAnswer: being happy", + "output": [ + "if it is important it implies john is trusted therefore making him happy. if the object is important, it is also likely to be interesting" + ] + }, + { + "input": "Question: Where did Europeans take their slaves from? \nAnswer: poor countries", + "output": [ + "is the best option in all" + ] + }, + { + "input": "Question: Who does the government help with schools? \nAnswer: school children", + "output": [ + "children go to school" + ] + }, + { + "input": "Question: The professor spoke in a reserved, conservative, and laconic tone, what kind of language was he avoiding?A \nAnswer: loquacious", + "output": [ + "loquacious means to be talkative and reserved is the only option that is the opposite of that." + ] + }, + { + "input": "Question: What happens to water in a leaky faucet? \nAnswer: dribble", + "output": [ + "in a leaky faucet does not having the consumption of water in internal area" + ] + }, + { + "input": "Question: What does a robot need to be able to be working? \nAnswer: energy", + "output": [ + "robots rely on energy to be able to work" + ] + }, + { + "input": "Question: The lady was getting worked up about the article explaining the uptick in accidents in their area, but her husband was dismissive of it stating that accidents what? \nAnswer: happen anywhere", + "output": [ + "it's the most dismissive answer between the presented here" + ] + }, + { + "input": "Question: What could happen after sitting down and hearing some good news? \nAnswer: sigh of relief", + "output": [ + "it takes stress of the person who might think something bad is going to happen" + ] + }, + { + "input": "Question: Them two going out for coffee could be expensive, so she just had it over at her what? \nAnswer: friend's house", + "output": [ + "the friend's house is the only place that one could claim to be \"her\"s." + ] + }, + { + "input": "Question: Where would you put condiments to stop them from combining with other condiments? \nAnswer: container", + "output": [ + "each condiment will have its own space in a container." + ] + }, + { + "input": "Question: Grandma always had baked cookies, all you had to do was look in the what? \nAnswer: jar", + "output": [ + "if you want to make 9 dozen cookies, you'll have to increase the amount of each ingredient listed in the recipe" + ] + }, + { + "input": "Question: What is it called when a reproduction of an original movie is made? \nAnswer: remake", + "output": [ + "remake called original movie and reproduction made it" + ] + }, + { + "input": "Question: Where would you get lasagna if you do not have any? \nAnswer: market", + "output": [ + "the market is where you get things you do not already have." + ] + }, + { + "input": "Question: In a volatile social climate people will tend to what? \nAnswer: hate each other", + "output": [ + "hate exisits in volatile social climates" + ] + }, + { + "input": "Question: Where would a weasel go if it is hungry? \nAnswer: cherry tree", + "output": [ + "that's the only logical place for a weasel to find food from those options" + ] + }, + { + "input": "Question: Where can someone enjoy ice cream in the dark? \nAnswer: movie", + "output": [ + "movie theater is the place where people enjoys eating ice cream in the dark" + ] + }, + { + "input": "Question: What could happen if something surprising happens while you are driving? \nAnswer: accidents", + "output": [ + "being distracted by a surprise when driving is dangerous" + ] + }, + { + "input": "Question: The man was a great motivational speaker, he explained how his disability was actually his greatest what? \nAnswer: strength", + "output": [ + "most motivational speakers encourage strength through hard work and motivation." + ] + }, + { + "input": "Question: Where is a bee naturally found? \nAnswer: great outdoors", + "output": [ + "bees live outdoors and herb gardens and story books dont produce there needs in nature" + ] + }, + { + "input": "Question: Some people use love to do what for themselves? \nAnswer: entertain", + "output": [ + "they have internal instincts" + ] + }, + { + "input": "Question: What is smaller than a country but larger than a city? \nAnswer: state", + "output": [ + "state is the only option that is not a country and also larger than a city." + ] + }, + { + "input": "Question: James and Paul needed to pour a certain amount of juice into a container. James had less than Paul, but between the two of them they had more than enough. When they were finished, the container was what? \nAnswer: ful", + "output": [ + "the amount of juice they put into the container would have filled it." + ] + }, + { + "input": "Question: It was a popular and common gift this year, so he headed to the what where it would be easy to find? \nAnswer: department store", + "output": [ + "a deopartment store is a good place to buy a common gift." + ] + }, + { + "input": "Question: California is known for sunshine and what theme park? \nAnswer: disneyland", + "output": [ + "other choices are not the names of theme parks" + ] + }, + { + "input": "Question: Bob is happy that the programs he was in will be seen by millions of people. Where will these programs be shown? \nAnswer: television", + "output": [ + "programs on tv reach millions of people" + ] + }, + { + "input": "Question: The laid of factory worker had what feeling when hearing about a changing society? \nAnswer: resentment", + "output": [ + "they would probably resent against the decision" + ] + }, + { + "input": "Question: When people start learning about science and presented with hard science facts, many of them turn to what, despite what they may have learned growing up? \nAnswer: atheism", + "output": [ + "many turn to atheism when presented with hard science facts." + ] + }, + { + "input": "Question: Where could you find a laundry room that is only used by a few people? \nAnswer: house", + "output": [ + "house could you find a laundry room that is only used by a few people?" + ] + }, + { + "input": "Question: What will a person have when very happy? \nAnswer: experience joy", + "output": [ + "people experience joy if happy" + ] + }, + { + "input": "Question: Jim enjoyed killing people, but he did it too often and the cops found out. What might the cops do to him? \nAnswer: get arrested", + "output": [ + "cops found jim killing people and arrested him" + ] + }, + { + "input": "Question: Hundreds of miles away a paper was signed and the conflict was over, not a single drop of blood would hit the what that day? \nAnswer: battlefield", + "output": [ + "the ending of a conflict would only affect what happened on a battlefield." + ] + }, + { + "input": "Question: Where are student likely to utilize a parking structure? \nAnswer: college campus", + "output": [ + "a big city or chicago may not always be concentrated with students" + ] + }, + { + "input": "Question: The graveyard was zoned by the pastor, where was it located? \nAnswer: church property", + "output": [ + "pastor would indicate that it is church property." + ] + }, + { + "input": "Question: Where would you find a spare pillowcase in a house? \nAnswer: linen closet", + "output": [ + "a pillow that is not in use is normally kept in the linen closet." + ] + }, + { + "input": "Question: I was entertained while watching film, what is my reaction to it? \nAnswer: like", + "output": [ + "most often one likes a film when they are entertained by it..." + ] + }, + { + "input": "Question: What is an area with no grass where I can get things to sell at a roadside stand? \nAnswer: garden", + "output": [ + "in garden no grass sell at a roadside stand" + ] + }, + { + "input": "Question: The picture was clear,. Obviously, there had been a what? \nAnswer: misunderstood", + "output": [ + "misunderstood would be what someone would do if they perceived a picture not be clear that was clear." + ] + }, + { + "input": "Question: What does a priest do even if he or she cannot talk? \nAnswer: believe in god", + "output": [ + "if a priest cannot speak, he will still believe in god." + ] + }, + { + "input": "Question: Sally bought tickets to the event and headed out. She was a fan, though some people found it boring and loud. She liked watching them go around. Where is Sally going? \nAnswer: race track", + "output": [ + "a race track is the only one of the three options where one would be able to watch something go around." + ] + }, + { + "input": "Question: After standing in line all day what is likely to happen? \nAnswer: get tired", + "output": [ + "tiredness grammatically makes sense as something that would happen after any all day physical activity." + ] + }, + { + "input": "Question: What would describe the hands of someone who doesn't do manual labor? \nAnswer: soft", + "output": [ + "people who do manual labor are likely to have calluses, so they wont have soft hands. the other two choices make no sense with respect to manual labor" + ] + }, + { + "input": "Question: When two people are married what would they do to have children? \nAnswer: make love", + "output": [ + "making love is the only option that directly leads to having children" + ] + }, + { + "input": "Question: He spent his whole life being a subordinate, but his next project he was determined to do it how? \nAnswer: independent", + "output": [ + "being independent would have him not under someone else." + ] + }, + { + "input": "Question: The country enjoyed a period of peace, it was brought about by a very what time? \nAnswer: violent", + "output": [ + "violence often leads to peace and is the most likely answer (violent period that is)" + ] + }, + { + "input": "Question: What has insulation on all sides? \nAnswer: house", + "output": [ + "house were be bounded for safe" + ] + }, + { + "input": "Question: What could have a hot handle? \nAnswer: frying pan", + "output": [ + "frying pan is the most likely to get a hot handle." + ] + }, + { + "input": "Question: Where could a bee die due to lack of oxygen? \nAnswer: trash can", + "output": [ + "a trash can is the most likely place to be trapped with lack of oxygen" + ] + }, + { + "input": "Question: What are you buying at the general store when you buy a box full of black and red chips? \nAnswer: checkers", + "output": [ + "in the game of checkers the board is boxed shaped and the objects used to play are usually red and black. you cant buy a shopping mall in a general store nor a old west." + ] + }, + { + "input": "Question: Where do captured elephants live? \nAnswer: zoo", + "output": [ + "captured elephants live in a zoo because that's where they are caged in." + ] + }, + { + "input": "Question: Many people gather together on Sundays, they tend to believe that earth is what? \nAnswer: god's creation", + "output": [ + "gathering on sundays is known to be a tradition of those who are religious." + ] + }, + { + "input": "Question: A king or queen is a member of what class? \nAnswer: monarchy", + "output": [ + "monarchy is the only answer that denotes a class of people." + ] + }, + { + "input": "Question: Where does a jellyfish always live? \nAnswer: underwater", + "output": [ + "jellyfish is a marine animal so they likely always live underwater including, but not always, in the red sea" + ] + }, + { + "input": "Question: Emilio needed the exercise, but he didn't do it. He suffered from what? \nAnswer: sloth", + "output": [ + "a sloth does not exercise" + ] + }, + { + "input": "Question: She looked longingly at her unrequited love, what did she want to be for him? \nAnswer: matter to", + "output": [ + "matter to looked longingly at her unrequited love,what did she want to be for him" + ] + }, + { + "input": "Question: Bobby had a toothache so he went to the closet dentist office, which was in a strange place. Where might it be? \nAnswer: office building", + "output": [ + "c—and which to choose depends on your business' needs and budget." + ] + }, + { + "input": "Question: Where might people gather while they are waiting for a ride across town? \nAnswer: bus stop", + "output": [ + "weddings and conventions do not have reliable transportation provided, but bus stops usually do." + ] + }, + { + "input": "Question: When Bill goes out the door and look up, what does he find outside? \nAnswer: sky", + "output": [ + "the sun isn't always out and the ground is looking down" + ] + }, + { + "input": "Question: What do people break into a brownstone to steal? \nAnswer: ring", + "output": [ + "it is an item that they could steal from a house" + ] + }, + { + "input": "Question: What is likely to be a child's reaction to going to play? \nAnswer: happiness", + "output": [ + "children typically want to go play, not sit around or laugh when proposed with the activity. they typically experience happiness at the thought of being able to play." + ] + }, + { + "input": "Question: If a product doesn't last, what does it have a reputation of doing? \nAnswer: fall apart", + "output": [ + "falling apart would be more likely a phrase used on a product, where the other 2 explain it in a different manner" + ] + }, + { + "input": "Question: Where is dirty clothing likely to be put? \nAnswer: washing machine", + "output": [ + "unlikely to put dirty clothes anywhere else except a washing machine" + ] + }, + { + "input": "Question: Rather than just present the items on a shelf for sale the company sent someone out to give a what of the product? \nAnswer: demonstration", + "output": [ + "a demonstration is the only way to show what a product does" + ] + }, + { + "input": "Question: The freeway had signs in miles instead of kilometers, where was it located? \nAnswer: america", + "output": [ + "america is the only country that measures distance in miles and not kilometers." + ] + }, + { + "input": "Question: Where are you normally when you take a bath? \nAnswer: own home", + "output": [ + "you usually take showers in our home in the great majority of the cases" + ] + }, + { + "input": "Question: Where could you find a nearby apple tree if you live in the United States? \nAnswer: woods", + "output": [ + "the woods are the only option where you might find an apple tree in the united states" + ] + }, + { + "input": "Question: He was excitedly making bread with his sourdough starter, he watched intently as it began to rise inside the where? \nAnswer: oven", + "output": [ + "you bake bread in an oven." + ] + }, + { + "input": "Question: What do you have when you are learning? \nAnswer: thought", + "output": [ + "a thought is what happens when your brain makes a connection." + ] + }, + { + "input": "Question: What would you be unable to do if you are bathing and your hands are wet? \nAnswer: reading newspaper", + "output": [ + "this is the only thing listed that you could not do with wet hands while bathing" + ] + }, + { + "input": "Question: If I am attending a self-help lecture, what am I hoping to accomplish? \nAnswer: inspiration", + "output": [ + "self-help requires drive and motivation, and thus inspiration." + ] + }, + { + "input": "Question: The lady had her specialized looking glasses and gown ready for the evening, she sent her butler to the ticket office of the what? \nAnswer: opera house", + "output": [ + "the only thing you would need a looking glass and gown for." + ] + }, + { + "input": "Question: I feel like going to a city with lots of fast food chains, where should I visit? \nAnswer: united states", + "output": [ + "america is known for it's fast food" + ] + }, + { + "input": "Question: Where are you likely to find an artisan market? \nAnswer: town", + "output": [ + "artisian markets are semi-rare so a big community is more likely to have one" + ] + }, + { + "input": "Question: What is the payment collected on a toll road designed to do to the condition of roads? \nAnswer: good repair", + "output": [ + "nothing else makes sense, good repair relates to the condition of the roads" + ] + }, + { + "input": "Question: Johnny saw a person with torn pants it work. He thought the person was silly, and he should have done what? \nAnswer: wear jeans", + "output": [ + "if the person pants were torn he should have worn jeans instead of something ripped to work." + ] + }, + { + "input": "Question: Why might a person go to get counseling? \nAnswer: understand themselves", + "output": [ + "understand themselves might a person go to get counseling" + ] + }, + { + "input": "Question: How may one feel after playing games for a long time? \nAnswer: fatigue", + "output": [ + "after doing any activity for a long time, it is likely a person will feel tired." + ] + }, + { + "input": "Question: John knows that molecules are very important. Where might John look for them? \nAnswer: anything", + "output": [ + "molecules can be found on anything." + ] + }, + { + "input": "Question: Where do you park in the parking lot with shopping bags? \nAnswer: shopping malls", + "output": [ + "if you are in a parking lot with shopping bags, logic stands to reason that you were at the mall." + ] + }, + { + "input": "Question: He enjoyed the factory work, he liked the idea that he did what for sale? \nAnswer: produce goods", + "output": [ + "it's a factory which produces items and hence, that's what a worker does." + ] + }, + { + "input": "Question: You wouldn't want a weasel indoors, where do you want it? \nAnswer: out of doors", + "output": [ + "weasel are out door animals." + ] + }, + { + "input": "Question: Sam was performing live. John couldn't be there but he still listened. What did he listen to? \nAnswer: broadcast", + "output": [ + "broadcasting is the distribution of audio or video content to a dispersed audience via any electronic" + ] + }, + { + "input": "Question: What type of place has stopped giving out plastic shopping bags? \nAnswer: grocery store", + "output": [ + "grocery stores use more shopping bags than anywhere else" + ] + }, + { + "input": "Question: The man was cleaning clothes for his date, what was he looking to achieve? \nAnswer: attractive appearance", + "output": [ + "people want to appear attractive when on a date." + ] + }, + { + "input": "Question: Where would you put an account book if you are leaving and do not need to bring it with you? \nAnswer: desk drawer", + "output": [ + "desk drawer is the most immediate place you can store a account book." + ] + }, + { + "input": "Question: What do people who are composers do? \nAnswer: make music", + "output": [ + "people who make music are called composers." + ] + }, + { + "input": "Question: When someone is searching for a place to have lunch they are trying to? \nAnswer: find food", + "output": [ + "when you search for a place to have lunch, you want to find food, not a place to prepare food" + ] + }, + { + "input": "Question: Where might a family go on a nice day? \nAnswer: park", + "output": [ + "because going to a park is the only thing contingent upon it being a nice day." + ] + }, + { + "input": "Question: The mother opened the dryer to a mess, somebody had left bubblegum in their what? \nAnswer: pocket", + "output": [ + "bubblegum leaves a mess when somebody leaves it in a dryer" + ] + }, + { + "input": "Question: The teacher didn't just want the answer and work shown but also for the students to what? \nAnswer: include examples", + "output": [ + "include examples is the most likely thing a teach would ask for in this situation." + ] + }, + { + "input": "Question: Where would you go to learn how to play a french horn? \nAnswer: music class", + "output": [ + "music class is a place where they can learn to play a french horn" + ] + }, + { + "input": "Question: What feature can a river flow through? \nAnswer: valley", + "output": [ + "a river flowing through a valley and hills is the common thing to be seen" + ] + }, + { + "input": "Question: If I wanted to find out the hours that Marmot was open, I might look where? \nAnswer: yellow pages", + "output": [ + "c is the only option that would have that information" + ] + }, + { + "input": "Question: Some people believe that giving assistance to those in need will remove their ability to assist themselves, building what? \nAnswer: dependence", + "output": [ + "is the best option in all" + ] + }, + { + "input": "Question: What does someone committing perjury likely doing? \nAnswer: lies", + "output": [ + "if any one tell that perjury" + ] + }, + { + "input": "Question: Computers were important in John's work, but they were useless if they weren't what? \nAnswer: networked", + "output": [ + "only a network would be involved with a computer system" + ] + }, + { + "input": "Question: In what western sate might one find a bald eagle? \nAnswer: colorado", + "output": [ + "only colorado is considered a state by nearly all people." + ] + }, + { + "input": "Question: She thought she had some old clothes that might work for the costume, she went to retrieve them down in the what? \nAnswer: basement", + "output": [ + "basemenshe had some old clothes that might work for the costume" + ] + }, + { + "input": "Question: What is water to someone? \nAnswer: important", + "output": [ + "without water we can´t live" + ] + }, + { + "input": "Question: Where would you not be likely to find ice? \nAnswer: refrigerator", + "output": [ + "refrigerator would you not be likely to find ice" + ] + }, + { + "input": "Question: George couldn't move without being killed, so he put in effort to do what? \nAnswer: be still", + "output": [ + "it is the best option because it is the closest" + ] + }, + { + "input": "Question: The man began to cogitate about cogitating, being able to do this meant he clearly he must what? \nAnswer: have brain", + "output": [ + "that's the best option since that's where there are more roses" + ] + }, + { + "input": "Question: What do you want to do when you love something? \nAnswer: get", + "output": [ + "in some days my mind asking to love something" + ] + }, + { + "input": "Question: Where could you find out about a cow that does not exist? \nAnswer: story book", + "output": [ + "we can find only in story books about the cow that does not exist" + ] + }, + { + "input": "Question: Some might say that if you want to do something that results in changing society then you need to start from within, to do this what would you be doing? \nAnswer: change yourself", + "output": [ + "people change themselves in order to change society." + ] + }, + { + "input": "Question: Where can I put a coin to stop my car from being towed? \nAnswer: parking meter", + "output": [ + "parking meters take coins to pay for parking." + ] + }, + { + "input": "Question: Applying for job after job is part of the grind, but when no calls come back it can lead to what? \nAnswer: frustration", + "output": [ + "no calls from job applications lead to frustration because our hopes fade away." + ] + }, + { + "input": "Question: Where do people go to borrow sugar? \nAnswer: neighbor's house", + "output": [ + "the nearest place aperson can borrow sugar without being charged" + ] + }, + { + "input": "Question: Where would the Air Force keep an airplane? \nAnswer: military base", + "output": [ + "is the best since it is the best backup" + ] + }, + { + "input": "Question: Where can you use a toilet after a meal you paid to eat? \nAnswer: restaurant", + "output": [ + "you pay to eat meals in restaurants" + ] + }, + { + "input": "Question: Where is an expressway likely to be crowded? \nAnswer: large city", + "output": [ + "a busy and crowded expressway usually takes place in a large city." + ] + }, + { + "input": "Question: Where could you put some olives to prevent them from getting nearby food wet? \nAnswer: jar", + "output": [ + "the question assumes you are going to be eating the olives, so that's why the fridge isn't the best choice. and to put it on a pizza means the olives would be contaminating it." + ] + }, + { + "input": "Question: Many prefer a happy and clean home, but for some lazy people doing housework is one big what? \nAnswer: headache", + "output": [ + "lazy people do not want to do housework and might try to avoid it, which is why they see it as a headache." + ] + }, + { + "input": "Question: Where do you play board games? \nAnswer: house", + "output": [ + "you play board games in a house, not on a shelf or in a den" + ] + }, + { + "input": "Question: It is a well known adage that you should not mix business with what? \nAnswer: pleasure", + "output": [ + "to not do the business to adage with the pleasure." + ] + }, + { + "input": "Question: Dan is driving a car, though he's stopped at a light right now. What else can we assume that he's doing? \nAnswer: going someplace", + "output": [ + "he is obviously on his way somewhere, not moving at the current moment, and nothing indicates that he's tired." + ] + }, + { + "input": "Question: Sam treasured his freedom. When he became a POW, he tried to escape from what? \nAnswer: captivity", + "output": [ + "pow means prisoner of war and a prisoner is someone in captivity" + ] + }, + { + "input": "Question: Where does someone lay with their leg elevated when it's broken? \nAnswer: hospital bed", + "output": [ + "other options aren't furniture for laying on" + ] + }, + { + "input": "Question: Where are old pictures kept? \nAnswer: attic", + "output": [ + "holds items for organization" + ] + }, + { + "input": "Question: What is likely the result of praying leading to the desired outcome? \nAnswer: relief", + "output": [ + "praying leadsn to relief when the outcome works in your favor." + ] + }, + { + "input": "Question: Where would people be conscious of the material doors are made of after watching a disaster preparedness video? \nAnswer: apartment", + "output": [ + "apartment constructed has a secured and planned way of construction after government approvals." + ] + }, + { + "input": "Question: The snake was worried about predators overhead, where did it go for cover? \nAnswer: wooded area", + "output": [ + "snakes like to stay in the woods." + ] + }, + { + "input": "Question: Where would a zoo keep a lemur? \nAnswer: cage", + "output": [ + "a zoo keeps all animals in cages." + ] + }, + { + "input": "Question: How do you usually rest when you are laying down in a bed? \nAnswer: sleeping", + "output": [ + "resting can happen many places but people usually sleep in a bed" + ] + }, + { + "input": "Question: Where is a good place to keep personal money? \nAnswer: pocket", + "output": [ + "pocket safest place to keep personal money of the three choices." + ] + }, + { + "input": "Question: What do people do with the old song about twisting? \nAnswer: and shout", + "output": [ + "the song is \"twist and shout.\"" + ] + }, + { + "input": "Question: How did the mother feel about going somewhere and getting a whole new house to decorate? \nAnswer: excitement", + "output": [ + "women are usually excited about getting to decorate." + ] + }, + { + "input": "Question: What is a farmer growing in Illinois or Iowa? \nAnswer: raise corn", + "output": [ + "when planting sweet corn, plant the seeds 1/2 inch deep in cool, moist soil, and at least 1 to 1 1/2 inches deep in warm, dry soil. plant 12 inches apart with at least 30 to 36 inches between rows." + ] + }, + { + "input": "Question: Bob found a bunch of ball bearings behind a wall when he was renovating. He didn't want them to scatter around, so he picked them up in put them in a what? \nAnswer: can", + "output": [ + "cans are used to put tools into. it is the only reasonable answer to the question." + ] + }, + { + "input": "Question: A member of the audience was struck in the head by a ball. What sort of building is the audience most likely in? \nAnswer: stadium", + "output": [ + "a stadium is the only place a ball would be flying through the air to hit an audience member in the head." + ] + }, + { + "input": "Question: The best thing a person can do for their health is to exercise and what? \nAnswer: eat well", + "output": [ + "eating well goes with exercise" + ] + }, + { + "input": "Question: Where would normally find two eyes? \nAnswer: person's head", + "output": [ + "jul 30, 2018 - please find below the person's head answer and solution which is part of daily themed crossword july 31 2018 answers. many other players ..." + ] + }, + { + "input": "Question: Stood below the balloons and studied them closely. As he looked to the sky, he didn't see anything holding them up. He wondered what the balloons where? \nAnswer: aloft", + "output": [ + "when balloons are un-tethered, they float upwards as they are designed to do so." + ] + }, + { + "input": "Question: Even if not all events are enjoyable, what is a person traveling to many different places likely to have? \nAnswer: interesting experiences", + "output": [ + "traveling to many different places would create many interesting experiences." + ] + }, + { + "input": "Question: Where would a cat be digging for a mouse? \nAnswer: compost pile", + "output": [ + "you can't dig in a galaxy, and it's also hard to dig in a back alley. you can certainly dig into a compost pile, so that is the best choice here." + ] + }, + { + "input": "Question: Why would you be bringing suit that is for outside use? \nAnswer: swimming", + "output": [ + "when swimming swim suit is more important" + ] + }, + { + "input": "Question: There used to be children playing here, but drug dealers and criminals had taken over the local what? \nAnswer: park", + "output": [ + "children play at a park" + ] + }, + { + "input": "Question: Everybody wants to be the frontman or play guitar in a what? \nAnswer: rock band", + "output": [ + "only in a rock band can one be considered a frontman." + ] + }, + { + "input": "Question: The patient was getting healthier, the doctor said to start jogging to cause a what? \nAnswer: increased heart rate", + "output": [ + "already getting healthy so not \"being healthy\" and \"knee pain\" is not a desirable outcome." + ] + }, + { + "input": "Question: Where would you find a shark that is not alive? \nAnswer: maritime museum", + "output": [ + "a shark would be alive in the ocean or reef as there would be water for it to swim in - a museum would display a dead shark." + ] + }, + { + "input": "Question: What can you do to a door but not to a jar? \nAnswer: locked", + "output": [ + "you can open and close a jar but not lock it" + ] + }, + { + "input": "Question: Where are you likely to find many a bench? \nAnswer: bus depot", + "output": [ + "people would sit on a bench at the bus depot to wait for the bus." + ] + }, + { + "input": "Question: What would an adult man do to get ready for work? \nAnswer: dress himself", + "output": [ + "male, so himself. don't drink beer before work." + ] + }, + { + "input": "Question: How much money should we print if we want to fight inflation? \nAnswer: not very much", + "output": [ + "inflation is caused by printing too much money." + ] + }, + { + "input": "Question: What do animals and humans have in common? \nAnswer: bodies", + "output": [ + "not all animals have bones and humans don't have tails" + ] + }, + { + "input": "Question: The man enjoyed sitting quietly by himself, he felt it helped him come up with his best what about things? \nAnswer: insights", + "output": [ + "when in solidarity, one can find positive insights." + ] + }, + { + "input": "Question: The person was quite sure how to express his thought with proper language, he didn't know how to what? \nAnswer: word sentence", + "output": [ + "someone who can't think of how to word something can't put together a proper sentance about it" + ] + }, + { + "input": "Question: A ferret would probably growl if it is in what kind of state? \nAnswer: bad mood", + "output": [ + "growling is an expression of being in a bad mood." + ] + }, + { + "input": "Question: She needed help from a friend to over tighten the strap on her fancy what? \nAnswer: brassiere", + "output": [ + "she asked a friend to help tighten something which implies it is private" + ] + }, + { + "input": "Question: If you want to go on vacation what do you need to afford the trip? \nAnswer: save money", + "output": [ + "to be able to afford something means you have additional money available for such a thing. the way to have this sort of money is to save it." + ] + }, + { + "input": "Question: A farmer needed to build a pond for his trout, where did he locate it? \nAnswer: countryside", + "output": [ + "is the option that matches the question" + ] + }, + { + "input": "Question: The man woke up with a hangover and broken nose, it seemed he decided to get drunk and what? \nAnswer: fall down", + "output": [ + "fall down is the only resonable answer. he broke his nose theefore he fell down" + ] + }, + { + "input": "Question: How do you feel if you overindulge when eating breakfast? \nAnswer: fullness", + "output": [ + "after you overindulge at breakfast, you will feel definitely full, and not necessarily gain energy nor get gas." + ] + }, + { + "input": "Question: What would happen if you win after playing a game? \nAnswer: satisfaction", + "output": [ + "you would be happy after winning a game." + ] + }, + { + "input": "Question: He though that a teakettle would be a good souvenir from his trip to merry old what? \nAnswer: england", + "output": [ + "\"merry old england\" is an old proverb." + ] + }, + { + "input": "Question: Building in downtown New York are not? \nAnswer: small", + "output": [ + "downtown new york is always filled with a lot of large buildings that tend to have underground basements." + ] + }, + { + "input": "Question: James was concerned about the reduction in his work hours because he felt that it reduced his chances for what? \nAnswer: promotion", + "output": [ + "more work hours means more of a chance to impress your boss and receive a promotion" + ] + }, + { + "input": "Question: How might praying make someone feel as they wait for an outcome? \nAnswer: being comforted", + "output": [ + "meditation isn't a feeling, and the relief wouldn't come until the prayer was answered." + ] + }, + { + "input": "Question: Where is glue well used? \nAnswer: art room", + "output": [ + "an art room would have various of things that would need to be glued for projects and such." + ] + }, + { + "input": "Question: The robot shockingly began to read book after book, it had apparently done what? \nAnswer: learn to read", + "output": [ + "the robot is reading book after book so it learned to read" + ] + }, + { + "input": "Question: A person fear failure, what does he thing will happen? \nAnswer: amount to nothing", + "output": [ + "amount to anything. : to turn out to be (something or someone important, impressive, etc.) i don't think he'll ever amount to anything." + ] + }, + { + "input": "Question: The mother finished wrapping the very last gift, she then placed it under the what? \nAnswer: Christmas tree", + "output": [ + "one typically puts wrapped gift under a Christmas tree for opening on Christmas morning" + ] + }, + { + "input": "Question: If I want to write a proper sentence, what must I make sure it is not? \nAnswer: incomplete", + "output": [ + "a proper sentence means a completed sentence." + ] + }, + { + "input": "Question: If a reception is held near a golf course, what is the likely venue? \nAnswer: country club", + "output": [ + "golf courses are typically associated with country clubs." + ] + }, + { + "input": "Question: People have to get paid for the job, so the boss does what at the end of the week? \nAnswer: sign checks", + "output": [ + "this is the only answer that results in someone being paid." + ] + }, + { + "input": "Question: What place of worship often has a lot of candles? \nAnswer: church", + "output": [ + "a church is a place of worship." + ] + }, + { + "input": "Question: How does someone begin eating? \nAnswer: chewing", + "output": [ + "the only way to begin eating is to start chewing, not drinking or watching something." + ] + }, + { + "input": "Question: The measurement was important and they had to make a, what kind of increase, to get it just right? \nAnswer: slight", + "output": [ + "slight measurement was important and they had to make a,what kind of increase,to get it just right?" + ] + }, + { + "input": "Question: If you order mixed drinks \"on the rocks\" you will get what in your drink? \nAnswer: mixed drinks", + "output": [ + "if you ordered a drink that is on the rocks, it will be a mixed drink." + ] + }, + { + "input": "Question: Where are you if there is a dental office along with other similar provider? \nAnswer: medical building", + "output": [ + "dentists are medical providers and groups of medical providers are most likely going to be in a medical building" + ] + }, + { + "input": "Question: Where does she keep her notebook with her when not in use? \nAnswer: backpack", + "output": [ + "notebooks are normally found in backpacks." + ] + }, + { + "input": "Question: Sarah pressed the button on the handle and took a sip. What is she using? \nAnswer: water fountain", + "output": [ + "you don't take a sip out of a store or a fridge, but you do out of a water fountain" + ] + }, + { + "input": "Question: When Bob plugs has electricity next to his nightstand, where is he? \nAnswer: bedroom", + "output": [ + "you'd find a nightstand in a bedroom" + ] + }, + { + "input": "Question: Thank to all the moss growth the stony path was oddly what? \nAnswer: soft", + "output": [ + "i consider it the best option because they have to be more true" + ] + }, + { + "input": "Question: What kind of life is not acknowledged in the secular world? \nAnswer: eternal", + "output": [ + "is the option closest to the question" + ] + }, + { + "input": "Question: The man was eating lunch but never ate reasonably sized meals, what happened as a result? \nAnswer: gain weight", + "output": [ + "not eating normal sized meals can mean that he is eating an abundance of food, resulting in weight gain." + ] + }, + { + "input": "Question: Why might someone be going into a trance? \nAnswer: loss of control", + "output": [ + "loss of control generally refers to lack of the ability to provide conscious limitation of impulses and behavior as a result of overwhelming emotion. states of agitation such as fighting, screaming, and uncontrollable weeping are most often thought of as behavior illustrative of loss of control." + ] + }, + { + "input": "Question: Jane has a desire to learn every animal's taxonomic name on the planet, what must she do? \nAnswer: memorize", + "output": [ + "is the best since it is the best backup" + ] + }, + { + "input": "Question: Where is a personal washing machine likely to be found? \nAnswer: house", + "output": [ + "a laundromat does not have personal washing machines and a cellar is too small for a washing machine." + ] + }, + { + "input": "Question: The class was billed as a way to improve yourself, the instructor told everybody to close their eyes and what? \nAnswer: meditate", + "output": [ + "you usually close your eyes to meditate, and not celebrate or feel better about yourself" + ] + }, + { + "input": "Question: Modesty is an important virtue. An insufficient amount of it in the face of individuals of greater station may be interpreted as what? \nAnswer: impudence", + "output": [ + "the opposite of modesty is impudence" + ] + }, + { + "input": "Question: What might talking to others about false stories lead to? \nAnswer: rumors spread", + "output": [ + "false stories can also be known as rumors or fake news" + ] + }, + { + "input": "Question: Alaska has the most coast of any in the what? \nAnswer: united states", + "output": [ + "is the best since it is the best backup" + ] + }, + { + "input": "Question: People needed to find a red telephone box in the country side, where are they looking? \nAnswer: england", + "output": [ + "england is well known for their red telephone boxes, and telephone boxes are not just in london and are not likely to be in a restaurant." + ] + }, + { + "input": "Question: Though never finishing high school, why did she like reading? \nAnswer: further education", + "output": [ + "studying outside of school in general by reading can help make one smarter" + ] + }, + { + "input": "Question: They had heard it was a good movie, so even though it was going to be packed the still decided to what? \nAnswer: wait in line", + "output": [ + "they want to see a good movie despite the long wait in line that will ensure." + ] + }, + { + "input": "Question: James enjoyed playing games, but he didn't like games that lacked safety. He was afraid of potential what? \nAnswer: loss of life", + "output": [ + "loss of life is the only negative outcome tha tone could be scared of" + ] + }, + { + "input": "Question: Where can I find a bowl of whipped cream? \nAnswer: refrigerator", + "output": [ + "cream goes bad if not chilled" + ] + }, + { + "input": "Question: If you are in your house, where is the sunshine likely to come through? \nAnswer: windowsill", + "output": [ + "a window is the mostly place the sun can come through due to the glass" + ] + }, + { + "input": "Question: Where would you put clothing that you have already used? \nAnswer: hamper", + "output": [ + "clothing that has been used would probably need to be washed and a hamper is where you store clothes that need to be washed." + ] + }, + { + "input": "Question: He was going to sleep at his summer home, he turned on an electric fan to air out his what? \nAnswer: hot room", + "output": [ + "your room is the mostly likely place that you are going to sleep." + ] + }, + { + "input": "Question: How can one's views change after learning about science? \nAnswer: see things differently", + "output": [ + "science opens your eyes" + ] + }, + { + "input": "Question: The star had 4 rocky planets and 4 gaseous planets orbiting it, what was it part of \nAnswer: solar system", + "output": [ + "a star is part of a constellation, and a solar system, but it references the planets which means the best answer is c" + ] + }, + { + "input": "Question: The woman was worried about environmental impact, what did she fret over while attempting to wash clothes? \nAnswer: use water", + "output": [ + "the woman needs to use water to wash clothes." + ] + }, + { + "input": "Question: The trainer told him to keep doing the same exercise, he said he had to keep doing it until he what? \nAnswer: get tired", + "output": [ + "results from exercising will not be visible if you only do a few." + ] + }, + { + "input": "Question: He was on his first long haul and had gotten lost, he made sure to buy a map when he came across a what to stop at? \nAnswer: truck stop", + "output": [ + "truck stops sells maps" + ] + }, + { + "input": "Question: The westward travels had to break for the day, a spoke had broken on a what? \nAnswer: wagon wheel", + "output": [ + "a spoke is part of a wagon wheel." + ] + }, + { + "input": "Question: What can happen to water at different temperatures? \nAnswer: take several forms", + "output": [ + "take several forms in cool drinks" + ] + }, + { + "input": "Question: What could have a title on it which takes up a large percentage of the space? \nAnswer: magazine article", + "output": [ + "magazine articles have titles and take up entire pages of magazines" + ] + }, + { + "input": "Question: If one is without happiness, what might they not be experiencing and need to do? \nAnswer: live life", + "output": [ + "live life quotes from brainyquote, an extensive collection of quotations by famous authors, celebrities, and newsmakers." + ] + }, + { + "input": "Question: When the man was preparing for having a bath, what did he look for in the water? \nAnswer: being clear", + "output": [ + "you can't look for \"will drown\" and personal cleanliness isn't in the water" + ] + }, + { + "input": "Question: Joe's movements could be very kinetic, but most of the time he went slow. He went slow because he was what? \nAnswer: lazy", + "output": [ + "lazy joe's movements could be very kinetic,but most of the time he went slow. he went slow because he was what?" + ] + }, + { + "input": "Question: The student had difficulties reading, he would furrow his brow while doing what on a line of the book? \nAnswer: concentrating", + "output": [ + "furrowing your brow is indicative of concentrating. it would not be concentration because that is not a verb." + ] + }, + { + "input": "Question: Where is someone likely to purchase a double edged razor? \nAnswer: drug store", + "output": [ + "the drug store is the only place which would sell a razor." + ] + }, + { + "input": "Question: What is something that happens when you are learning about science? \nAnswer: increased knowledge", + "output": [ + "learning facilitates an increase of knowledge." + ] + }, + { + "input": "Question: Johnny sat on a bench and relaxed after doing a lot of work on his hobby. Where is he? \nAnswer: garden", + "output": [ + "garden are typically very relaxing." + ] + }, + { + "input": "Question: What is a genius likely to be in all subjects? \nAnswer: exceptional", + "output": [ + "exceptional is the quality of genius in all subject" + ] + }, + { + "input": "Question: The advertisement appeared outside of a central Wisconsin town, where was it located? \nAnswer: la ville", + "output": [ + "dining is a key highlight at la ville hotel & suites with three restaurants, a lobby café and rooftop bar offering surprising cosmopolitan and social experiences, ..." + ] + }, + { + "input": "Question: The nice lady nursed the injured and abandoned cat back to health, after recovery it went on to what? \nAnswer: live many years", + "output": [ + "implies the cat regained health, most relevant option" + ] + }, + { + "input": "Question: Where would computers be used for sorting? \nAnswer: post office", + "output": [ + "mail is sorted at post offices" + ] + }, + { + "input": "Question: What do you do to an old clock to reset the time? \nAnswer: wind down", + "output": [ + "resetting time does not require one to stop working. telling the time was not asked about." + ] + }, + { + "input": "Question: There are hundreds of bars and eateries in what east coast metropolis? \nAnswer: new york city", + "output": [ + "new york city is an east coast metropolis" + ] + }, + { + "input": "Question: If song were to touch your heart it would do it through what? \nAnswer: hearing", + "output": [ + "you listen to songs via hearing." + ] + }, + { + "input": "Question: What does not happen to all cats? \nAnswer: have cancer", + "output": [ + "not all cats get cancer or live long enough to get cancer." + ] + }, + { + "input": "Question: A person with children might have a lot of plastic things in what place? \nAnswer: own home", + "output": [ + "save the children is the best ngo that works for rights of children including child education and child protection in india. donate to charity to support save the ..." + ] + }, + { + "input": "Question: Where do people drive on the left on a motorway? \nAnswer: england", + "output": [ + "in england, they drive on the left" + ] + }, + { + "input": "Question: The automaton wanted to save money like normal humans, what did it need to learn about? \nAnswer: banking", + "output": [ + "banking info most likely to help person or robot save money." + ] + }, + { + "input": "Question: which half of the earth do marmots live in? \nAnswer: northern hemisphere", + "output": [ + "the earth is divided into two hemispheres, north and south." + ] + }, + { + "input": "Question: The person burped loudly with satisfaction, he had been what? \nAnswer: well fed", + "output": [ + "the well fed person burped loudly as a show of satisfaction." + ] + }, + { + "input": "Question: What room could you put a side chair to help putting on or taking off shoes? \nAnswer: bedroom", + "output": [ + "one of the basic pieces of furniture, a chair is a type of seat. its primary features are two pieces of a durable material, attached as back and seat to one another at ..." + ] + }, + { + "input": "Question: You need to take your morning pill. Where in your house would you look for it? \nAnswer: medicine cabinet", + "output": [ + "people tend to keep their medications in a cabinet within their homes." + ] + }, + { + "input": "Question: Where can a human find an animal park among other attractions? \nAnswer: new york city", + "output": [ + "a zoo is an animal park by itself, whereas new york encompasses other attractions. many places is too vague." + ] + }, + { + "input": "Question: What type of person typically contracts illness? \nAnswer: elderly person", + "output": [ + "c is not revelant, sick person is already ill, and elders are prone do get another illness" + ] + }, + { + "input": "Question: If spend time finding information on operating something, what do you hope to acheive? \nAnswer: being able to use", + "output": [ + "control the functioning of (a machine, process, or system)." + ] + }, + { + "input": "Question: What do children often do to express happiness? \nAnswer: sing", + "output": [ + "singing is the only choice that is self-expression." + ] + }, + { + "input": "Question: Sarah expected to a fortune on her new business. However, she ended up going broke because no one could get money to buy. What might her business have been? \nAnswer: real estate", + "output": [ + "a real estate need the customers with money to buy property" + ] + }, + { + "input": "Question: She was a human in America who wanted to live well, what was a given for her situation? \nAnswer: need money", + "output": [ + "need money is the only thing that was given for her situation." + ] + }, + { + "input": "Question: Bald eagles can be spotted more often in the northern versus the southern reaches of what range? \nAnswer: rocky mountains", + "output": [ + "many bald eagles live in the northern area of the rocky mountains." + ] + }, + { + "input": "Question: Where could you find multiple ruler that are owned by different people? \nAnswer: office", + "output": [ + "office could you find multiple ruler that are owned by different people" + ] + }, + { + "input": "Question: where can someone get a new chess set? \nAnswer: toy store", + "output": [ + "it's a game, and while someone may be able to get a new chess set from michigan, it does not tell us specifically where and cupboards do not sell new chess sets." + ] + }, + { + "input": "Question: A person broke up with me, what do I have now? \nAnswer: broken heart", + "output": [ + "when you lose a person close to you your heart aches, hence a broken heart." + ] + }, + { + "input": "Question: The teacher explained that even though everybody is general each of the students was an individual, she wanted each student to feel what? \nAnswer: special", + "output": [ + "a person who is an individual is unique in their own special way." + ] + }, + { + "input": "Question: You need to press down and twist the top of this to get your pill out. What is it? \nAnswer: medicine bottle", + "output": [ + "pressing down and twisting a cap is a common child safety lock for medicine bottles." + ] + }, + { + "input": "Question: The man needed to visit the shopping arcade but wanted to avoid crowds, where did he go? \nAnswer: town", + "output": [ + "towns are much smaller than cities and less likely to have crowds." + ] + }, + { + "input": "Question: If you need to go on stage but the stage is elevated you must do what? \nAnswer: climb stairs", + "output": [ + "climb stairs to gain elevation." + ] + }, + { + "input": "Question: Where can I find a constitutional monarchy with a parliamentary democracy and federation? \nAnswer: canada", + "output": [ + "canada is the specific location as an answer." + ] + }, + { + "input": "Question: The person wanted to fix his car, what did he order? \nAnswer: machine part", + "output": [ + "a machine part is the only thing listed that would fix the car." + ] + }, + { + "input": "Question: How might people perceive someone they are scared of? \nAnswer: dangerous", + "output": [ + "people they scared dangerous place and dangerous incident" + ] + }, + { + "input": "Question: If you're standing in line all day and someone cuts in front of you what may you feel? \nAnswer: agitation", + "output": [ + "more times than not you'd be agitated if someone cuts in front of you." + ] + }, + { + "input": "Question: The video game featured an anger bar that you charged up to more easily do what? \nAnswer: destroy enemy", + "output": [ + "the video game featured in destroy enemy." + ] + }, + { + "input": "Question: Why would people go into a ship? \nAnswer: heading east", + "output": [ + "run aground and near shore implies that the people are already in the ship. heading east is the best answer." + ] + }, + { + "input": "Question: The toothbrush was given to the man for free, where did the man get it? \nAnswer: dentist office", + "output": [ + "dentist offices usually give patients free toothbrushes" + ] + }, + { + "input": "Question: The man suffered from beef allergies, what did he suffer from as a result of eating hamburger? \nAnswer: gas", + "output": [ + "if you suffer from beef allergies, you will likely have side effects such as gas." + ] + }, + { + "input": "Question: What do you give people when they meet people? \nAnswer: greeting", + "output": [ + "greeting is the only option that is an action that you give people" + ] + }, + { + "input": "Question: The student was having difficulty finding information in the book, so he raise his hand and began to what? \nAnswer: ask questions", + "output": [ + "if you are having problems with yous assigment, you will ask questions." + ] + }, + { + "input": "Question: What do people do when they remember that they left their oven turned on? \nAnswer: hurry home", + "output": [ + "they left it on means they are out so hurry home is the only possible choice." + ] + }, + { + "input": "Question: What can learning about the world from a shut in lead to? \nAnswer: confusion", + "output": [ + "a shut in doesn't know much about the world becuase they are a shut in so it would lead to confusion." + ] + }, + { + "input": "Question: What vehicle uses a chain to move the back wheel? \nAnswer: bicycle", + "output": [ + "only bicycles use chains" + ] + }, + { + "input": "Question: What did Van Gogh feel when he found his long lost painting? \nAnswer: great relief", + "output": [ + "great relief is more of a feeling then any of the other choices." + ] + }, + { + "input": "Question: Trains tend to come on time, airplanes on the other hand tend to what? \nAnswer: arrive late", + "output": [ + "airplanes do indeed often carry freight, but given the context here, which is a time comparison with trains, the correct answer has to be \"arrive late.\"" + ] + }, + { + "input": "Question: Where are huskies that play football unlikely to be? \nAnswer: connecticut", + "output": [ + "he was going to go somewhere in ground and other places" + ] + }, + { + "input": "Question: Sam was picked up a group of travelers. They told him that they wanted to see the countryside. Where might the travelers be going? \nAnswer: train station", + "output": [ + "a train would take you through the countryside" + ] + }, + { + "input": "Question: If you believe something but then you begin getting and understanding new information you may come to a what? \nAnswer: new realization", + "output": [ + "getting new information leads to realizations" + ] + }, + { + "input": "Question: Waiting for a bus that has already came and went would be an example of bad what? \nAnswer: timing", + "output": [ + "it is a bad example of timing because you want to be waiting before the bus comes." + ] + }, + { + "input": "Question: What is a person who is well educated? \nAnswer: knowledgable", + "output": [ + "a and b have nothing to do with knowledge" + ] + }, + { + "input": "Question: If you dont fail at life you are? \nAnswer: succeeding", + "output": [ + "a succeeding is avoid fail the life" + ] + }, + { + "input": "Question: The dog liked to be pet, especially on his floppy what? \nAnswer: two ears", + "output": [ + "teeth and legs are not floppy" + ] + }, + { + "input": "Question: what can a dog sometimes be taught to do? \nAnswer: shake hands", + "output": [ + "x. please select a region. mumbai. shake hands - national store. home · dog · - articles · - food · - grooming · - miscellaneous · - toys · cat. - articles · - food · - ..." + ] + }, + { + "input": "Question: Sally made a mistake. She came home drunk and endeared the wrong house. What was the relationship between the house and her neighbor? \nAnswer: belong to", + "output": [ + "one day i drunk and endeared the wrong house in late night" + ] + }, + { + "input": "Question: After being stopping being married to someone who takes everything, what are you likely to experience? \nAnswer: bankruptcy", + "output": [ + "bankruptcy happens when someone takes everything from you." + ] + }, + { + "input": "Question: The elephant was asked to recall a number mentioned earlier, why was it asked this? \nAnswer: remember everything", + "output": [ + "elephants are known to have a great ability to remember." + ] + }, + { + "input": "Question: Where would you be landing if you jumped out of a cruise ship? \nAnswer: ocean", + "output": [ + "you would land in the water if you jumped from a cruise ship" + ] + }, + { + "input": "Question: The position required exoteric knowledge, but it provided material for what type of interview? \nAnswer: exclusive", + "output": [ + "the other two are not interview types" + ] + }, + { + "input": "Question: What is a positive feeling that you might get after going jogging? \nAnswer: feel pride", + "output": [ + "while going jogging we want to refresh our mind in relax mode" + ] + }, + { + "input": "Question: If man and mammoth wanted to meet, they would probably have to do it during when? \nAnswer: stone age", + "output": [ + "during the stone age is the only time mammoths lived." + ] + }, + { + "input": "Question: In what sort of region would you expect to find a large number of apartment buildings? \nAnswer: urban area", + "output": [ + "indiana is a state and not really a region, the suburbs would have less apartment buildings than an urban area" + ] + }, + { + "input": "Question: The living do many things that the dead do not, but one is most important. What do the living do that the dead do not? \nAnswer: have experiences", + "output": [ + "hat does not mean that i am a perfect person." + ] + }, + { + "input": "Question: Where do investment bankers hang out in the suburbs? \nAnswer: country club", + "output": [ + "country clubs are found in suburbs, wall street is not. there are suburbs in more places than michigan." + ] + }, + { + "input": "Question: He wanted his favorite horse memorialized permanently, so what did he comission? \nAnswer: engraving", + "output": [ + "engravings last for a long time, and are one way people use to attempt to make their memories last as long as possible." + ] + }, + { + "input": "Question: Where does a human not often go? \nAnswer: solar system", + "output": [ + "humans do not often go to the solar system as it is far away and takes a lot of work to reach the solar system." + ] + }, + { + "input": "Question: The old house had a loose window, this meant the what needed a coat of paint yearly? \nAnswer: windowsill", + "output": [ + "windowsill is what is used to form the bottom part of the window" + ] + }, + { + "input": "Question: They are chatting with friends about old memories, it won't be long before somebody what? \nAnswer: will laugh", + "output": [ + "since the friends already know each other and have old memories together, they are aren't exchanging new information, and instead will likely laugh about old memories." + ] + }, + { + "input": "Question: In December how can you throw water at your friends? \nAnswer: snowball", + "output": [ + "snow is precipitation in the form of ice crystals and is very common in december." + ] + }, + { + "input": "Question: Things were getting hot and heavy, one of them got a contraceptive from the what of the nightstand? \nAnswer: drawer", + "output": [ + "the drawer is what usually contains the condoms." + ] + }, + { + "input": "Question: When one person is agreeing with another, they might say that they existing in what? \nAnswer: harmony", + "output": [ + "harmony means blends together the other two words dont." + ] + }, + { + "input": "Question: Where is the milky way? \nAnswer: space", + "output": [ + "the milky way can only exist in space and consists of stars." + ] + }, + { + "input": "Question: What is probably not built out of a wooden rod? \nAnswer: old houses", + "output": [ + "old houses are not built out of wooden rods. old houses are probably built out of stone or wooden planks." + ] + }, + { + "input": "Question: What often happens to the knowledge base of someone who is learning? \nAnswer: growth", + "output": [ + "knowledge based study and learning is very important." + ] + }, + { + "input": "Question: The archaeologist was seeing artifacts that he knew were fake, how did he feel? \nAnswer: angry", + "output": [ + "it's correct because fake artifacts are a good reason to feel that way." + ] + }, + { + "input": "Question: What might someone do with a book if they are experiencing boredom? \nAnswer: learn new", + "output": [ + "i learn new books" + ] + }, + { + "input": "Question: Where might a small dog run in packs? \nAnswer: trailer park", + "output": [ + "a park, as opposed to houses, is the only place large enough for a pack of dogs to run" + ] + }, + { + "input": "Question: Jane bought a small dog half way through her trip while driving back home to Toronto from Mexico. Where might she have bought the dog? \nAnswer: illinois", + "output": [ + "illinois is in america and america is between toronto and mexico." + ] + }, + { + "input": "Question: During what could you hear a viola along with many other types of instruments? \nAnswer: symphony", + "output": [ + "a viola is a musical instrument that is part of the symphony." + ] + }, + { + "input": "Question: Where do people often keep a bag from the grocery store? \nAnswer: drawer", + "output": [ + "drawer is a place where a bag likely to be in a grocery store." + ] + }, + { + "input": "Question: Many in the flock often forget the most basic tenants, a big one being that on god can what? \nAnswer: judge men", + "output": [ + "in the end according to most religions only real judge of men, is god" + ] + }, + { + "input": "Question: Visiting museum was eerie and weird to him, he hated the stillness of it and having to only what? \nAnswer: whisper", + "output": [ + "visitors are expected to be quiet in museums to not disturb the other visitors." + ] + }, + { + "input": "Question: Where might a catwalk be quiet? \nAnswer: theater", + "output": [ + "cat walk is the slowest walk ever in all other formats" + ] + }, + { + "input": "Question: What will have to happen to a chess set before you can play chess? \nAnswer: made", + "output": [ + "item must be made before it can be used" + ] + }, + { + "input": "Question: Where is it especially important to keep a dry, clean floor? \nAnswer: restaurant", + "output": [ + "restaurant floors should be dry because a client might slip and fall and then accuse the restaurant in court to pay a high price for the injury." + ] + }, + { + "input": "Question: Sam thought that his money would grow, instead his savings only did what? \nAnswer: diminish", + "output": [ + "by using instead it shows that the action thought to happen did not, so the opposite of growth would be diminish" + ] + }, + { + "input": "Question: what is another word for getting drunk? \nAnswer: intoxication", + "output": [ + "drug may be said" + ] + }, + { + "input": "Question: Texas has a very long shoreline, but it isn't the longest of the nearby whats? \nAnswer: gulf states", + "output": [ + "the answer is referring to texas and the other states with a shoreline." + ] + }, + { + "input": "Question: Where can a child go to get in lines with other children? \nAnswer: school", + "output": [ + "school is the only option where children would wait in line together." + ] + }, + { + "input": "Question: What is a good way to eat a potato? \nAnswer: vegetable soup", + "output": [ + "it is the only choice you are able to eat anything." + ] + }, + { + "input": "Question: The mystery drama TV show was trying to advertise itself, their tagline was to expect the what? \nAnswer: unexpected", + "output": [ + "yeah, the drama show was reach the next level" + ] + }, + { + "input": "Question: What do two people know to be talking to each other effectively? \nAnswer: language", + "output": [ + "the other answers are things every person knows" + ] + }, + { + "input": "Question: Where does a spoon go on one side of a plate? \nAnswer: table setting", + "output": [ + "table setting is the only one that deals with utensil placement" + ] + }, + { + "input": "Question: A wife asks a husband to stop being married to her, what is he likely to feel even with friends? \nAnswer: grief", + "output": [ + "since it was the wife that asked for the divorce, and he still has friends (no isolation) then he will likely feel grief." + ] + }, + { + "input": "Question: Where can you find millions of apple tree? \nAnswer: spain", + "output": [ + "spain is a location while the others, while they might also contain apple trees, are not a location." + ] + }, + { + "input": "Question: He didn't like washing clothes because he thought the machine would do what to his good jeans? \nAnswer: wear out", + "output": [ + "washing clothers wears it out, but not torn it. wetting it is expected from washing something." + ] + }, + { + "input": "Question: He was back in his hometown, he was planning on having fun and doing what? \nAnswer: visiting friends", + "output": [ + "hometown - shop online for furniture, home decor, furnishings, kitchenware, dining products at best prices from hometown.in. get best furniture and home ..." + ] + }, + { + "input": "Question: the instructions were complicated but very distinct, still the man found them frustrating and what? \nAnswer: confusing", + "output": [ + "the frustration by the man indicates that he does not feel confident in his understanding of the task." + ] + }, + { + "input": "Question: Seeing how old things created so long ago is likely to cause? \nAnswer: reverence", + "output": [ + "reverence makes sense because it seems reasonable to have respect/appreciation for the things made long ago that were the base of new technologies today." + ] + }, + { + "input": "Question: What do people who are speech therapists do? \nAnswer: complete sentences", + "output": [ + "speech therapists work with clients to speak better, which involves completing sentences." + ] + }, + { + "input": "Question: Jim is fiddling in a barn while couples ritualistically circle each other. What might the couples be doing? \nAnswer: square dancing", + "output": [ + "the most likely dance you would do in a barn is the square dance" + ] + }, + { + "input": "Question: The patrons were all chit chatting with predictions and excitement, the ticket window had finally opened for the big what? \nAnswer: movie", + "output": [ + "they had been waiting for the release day of the movie" + ] + }, + { + "input": "Question: People enjoy many things, using television is the most common way people are what? \nAnswer: entertained", + "output": [ + "television is a very popular source of entertainment" + ] + }, + { + "input": "Question: Some people add up to something, but others put in no effort in their lives ending with what result? \nAnswer: amount to nothing", + "output": [ + "amount to nothing in the idioms dictionary. amount to nothing phrase. what does amount to nothing expression mean? definitions by the largest ..." + ] + }, + { + "input": "Question: Suzan is fiddling while Johnny, Jerry, and the rest are having some wild fun with not particular rhyme or pattern. What might they be doing? \nAnswer: dancing about", + "output": [ + "dancing is the best of form of fun we all love to do." + ] + }, + { + "input": "Question: If a person feels they are getting a job but they never get the offer, how might they feel? \nAnswer: let down", + "output": [ + "expecting something but not receiving it leads to being let down - not to gratitude or illness." + ] + }, + { + "input": "Question: Jimmy kept his double edged razor where he could use it easily. It was where? \nAnswer: medicine cabinet", + "output": [ + "medicine cabinet jimmy kept his double edged razor where he could use it easily" + ] + }, + { + "input": "Question: The antarctic ocean touches a few others, but the next in line alphabetically is which one? \nAnswer: atlantic", + "output": [ + "because it starts with 'a'" + ] + }, + { + "input": "Question: His hatred drove him, he rose through the ranks and eventually led the soldiers to the end game of doing what? \nAnswer: conquer opponent", + "output": [ + "this is very poor grammar but is asking what the goal of a military commander would be." + ] + }, + { + "input": "Question: They weren't quite south of the border but close enough, after seeing some Navy ships they had dinner at an authentic mexican restaurant where? \nAnswer: san diego", + "output": [ + "it is implied that they are in america, and san diego is an american city near the ocean that is also related to mexican culture." + ] + }, + { + "input": "Question: If you do not have any corn, where would you get it? \nAnswer: supermarket", + "output": [ + "the supermarket is where you can buy corn." + ] + }, + { + "input": "Question: If an animal is tired, what is it likely to do? \nAnswer: lie down", + "output": [ + "animal is tired to lie down" + ] + }, + { + "input": "Question: The person was shocked when the FBI talked to her about some facebook posts, what did the person want? \nAnswer: freedom of expression", + "output": [ + "frequently, this includes individual liberty and freedom of expression." + ] + }, + { + "input": "Question: Bob is a very creative person. Visiting the museum gave him a lot of what? \nAnswer: inspiration", + "output": [ + "very creative people are high in personality trait openness and have a need for new experience." + ] + }, + { + "input": "Question: Jim wanted to make a fortune but didn't like physical labor or dealing with people, what did he try studying? \nAnswer: stock market", + "output": [ + "manage your finance with our online stock trading news, live cnbc tv18, share market, views and analysis on equity and stock markets tips, sensex, nifty, ..." + ] + }, + { + "input": "Question: Sunshine and warmth are the weathers associated with what? \nAnswer: summer", + "output": [ + "that's the best option since that's where there are more roses" + ] + }, + { + "input": "Question: After running twenty six miles he felt like he had lost twenty six pounds, this was from all the what? \nAnswer: sweat", + "output": [ + "we lost some money that is really hurts." + ] + }, + { + "input": "Question: Where is likely to have a lot of fire extinguishers? \nAnswer: hospital", + "output": [ + "a hospital is the biggest place listed" + ] + }, + { + "input": "Question: Greg wasn't interested in academics or history, so when he was visiting the museum with his class he was crushed by what feeling? \nAnswer: boredom", + "output": [ + "boredom is logical feeling to have if not interested in topics that relate to the museum" + ] + }, + { + "input": "Question: What kind of flight cannot be taken to s foreign country? \nAnswer: domestic", + "output": [ + "if a country is foreign it is not domestic" + ] + }, + { + "input": "Question: Sarah was very good with a brass drum. Her friend Jane was performing at a concert and asked Sarah to join her. What did Jane ask Sarah to join? \nAnswer: rock band", + "output": [ + "she was good playing her instrutment" + ] + }, + { + "input": "Question: The spider web was out of the way of human traffic, where was it? \nAnswer: corner", + "output": [ + "a corner is tucked away and is not somewhere a person will usually go to like a front door or basement." + ] + }, + { + "input": "Question: The people were confused by the words being spoken, why would this be? \nAnswer: mean many things", + "output": [ + "because the words spoken are not known, they can mean many things." + ] + }, + { + "input": "Question: When is good time for garlic bread? \nAnswer: dinner", + "output": [ + "the garlic bread for in dinner time for very good food item" + ] + }, + { + "input": "Question: Where might a runway be trying to escape? \nAnswer: military base", + "output": [ + "a military base is the only option that you would have to escape from." + ] + }, + { + "input": "Question: Sally was a stony woman, but that was only half the storm. Underneath her impassive exterior, there was a whirlwind. Was was secretly very what? \nAnswer: passionate", + "output": [ + "secretly implies that it would be different than her stony appearance" + ] + }, + { + "input": "Question: What do people do when they are bored? \nAnswer: write stories", + "output": [ + "starvation is not a symptom of boredom." + ] + }, + { + "input": "Question: What can be the feeling of someone giving assistance? \nAnswer: feeling good", + "output": [ + "when people are helped, it makes us feel good" + ] + }, + { + "input": "Question: Gold collected by people with peg legs and parrots was stored where? \nAnswer: treasure chest", + "output": [ + "pirates uses this two items and put golds in chests" + ] + }, + { + "input": "Question: What does giving assistance give to someone? \nAnswer: good feeling", + "output": [ + "anyone who is being helped, would feel great about it." + ] + }, + { + "input": "Question: Fighting inflation is always a topic in economics, but the soon to be homeowner had to worry about the what? \nAnswer: higher interest rates", + "output": [ + "is the best option in all" + ] + }, + { + "input": "Question: If you're spending too much time intensely jogging what can happen? \nAnswer: heart attacks", + "output": [ + "feb 14, 2018 - during a heart attack, the blood supply that normally nourishes the heart with oxygen is cut off and the heart muscle begins to die. heart attacks ..." + ] + }, + { + "input": "Question: If a person loses their balance while on roller skating and can't recover what happened to them? \nAnswer: falling down", + "output": [ + "losing one's balance would cause you to lose your balance." + ] + }, + { + "input": "Question: Round bread covered with cheese and pepperoni comes out of an oven at what sort of eatery? \nAnswer: pizza place", + "output": [ + "this is a good description of a pizza so that is the most likely choice." + ] + }, + { + "input": "Question: What can an injury cause that is messy? \nAnswer: cause bleeding", + "output": [ + "bleeding is messy when you get injured" + ] + }, + { + "input": "Question: Running is great cardio for working out the heart, but the regular muscles it targets are in the what? \nAnswer: legs", + "output": [ + "when you are running you are using your legs." + ] + }, + { + "input": "Question: I was shopping at a car dealership, what did a salesman do? \nAnswer: appear suddenly", + "output": [ + "while shopping, a salesman is mostly likely to appear suddenly." + ] + }, + { + "input": "Question: Where can you play a board game with your family? \nAnswer: house", + "output": [ + ": house can you play a board game with your family?" + ] + }, + { + "input": "Question: Where might someone store guns in a loft? \nAnswer: hunting lodge", + "output": [ + "people store guns in hunting lodges." + ] + }, + { + "input": "Question: What do you do to make sure that you are remembering? \nAnswer: stopping to think", + "output": [ + "you need to think to remember" + ] + }, + { + "input": "Question: Where might you find a penny beside your shoe? \nAnswer: ground", + "output": [ + "the ground is typically beside one's show, and pockets and piggy banks are not." + ] + }, + { + "input": "Question: The weasel was scavenging in the cold winter on a farmer's land, where was he likely? \nAnswer: corn fields", + "output": [ + "the weasel went to a land that is seeded, as a farmer land" + ] + }, + { + "input": "Question: Where is a jellyfish not likely to be? \nAnswer: store", + "output": [ + "a store is the only place that is not likely to have ocean water where a jellyfish can be found." + ] + }, + { + "input": "Question: He had only experienced tangible and corporeal events in his life, but the hippy girl opened up his what side? \nAnswer: spiritual", + "output": [ + "the hippy girl opened up this side for spiritual." + ] + }, + { + "input": "Question: The bus stop implemented a size restriction for luggage, where was the bus stop going? \nAnswer: airport", + "output": [ + "airlines have luggage restrictions, the other two do not." + ] + }, + { + "input": "Question: What eastern U.S. local government has plenty of crab fishing? \nAnswer: north carolina", + "output": [ + "north carolina is the only specific answer on the list." + ] + }, + { + "input": "Question: When you get down to the primal basics, flirting causes what? \nAnswer: sexual excitement", + "output": [ + "hormones increase in body after flirting goes well" + ] + }, + { + "input": "Question: James was a collector of literature. Where might he have gone to get some? \nAnswer: public library", + "output": [ + "is the best option in all" + ] + }, + { + "input": "Question: Where might a smaller amount of cans of food be kept? \nAnswer: cupboard", + "output": [ + "a shelf is the only likely place for a small amount of food." + ] + }, + { + "input": "Question: If you buying a potato, carrots, strawberries and bananas, how would you carry them home? \nAnswer: shopping bags", + "output": [ + "strawberries and bananas are good desserts for dinner" + ] + }, + { + "input": "Question: Where are you likely to find more than one parking lot? \nAnswer: city", + "output": [ + "the city is the best play to find multiples parking lots." + ] + }, + { + "input": "Question: The man is drunk what does he do after the bar closes? \nAnswer: walk off", + "output": [ + "one can not drink and drive, thus one has to walk away after a bar closes" + ] + }, + { + "input": "Question: The neolithic person was hungry, so what was their solution to the prblem? \nAnswer: hunt for food", + "output": [ + "hunting for food would be the only effective option for dealing with hunger" + ] + }, + { + "input": "Question: If you tried really hard to go to sleep sooner than normal, you would probably be trying to also what? \nAnswer: get up early", + "output": [ + "i got to bed early when i have to wake up early." + ] + }, + { + "input": "Question: Where might I find a history of the kingdom? \nAnswer: book", + "output": [ + "seeking information is best done with a book" + ] + }, + { + "input": "Question: Sam lives in a ranch house, which is a bit of a sterotype where he lives. Everyone from out of state thinks he's a cowboy. Where might he live? \nAnswer: texas", + "output": [ + "texas is known for the for cowboy stereotype." + ] + }, + { + "input": "Question: A person who found something odd, may have found it odd because it wasn't what? \nAnswer: expected", + "output": [ + "if it was expected then they would have not found it odd" + ] + }, + { + "input": "Question: How can music help someone who is down? \nAnswer: provide comfort", + "output": [ + "provide comfort can music help someone who is down?" + ] + }, + { + "input": "Question: A person that is really skilled with harmonica might find a gig with what sort of group? \nAnswer: blues band", + "output": [ + "blues band is what person with music skill would find the gig with" + ] + }, + { + "input": "Question: God made a platypus, what does this indicate about him? \nAnswer: imagination", + "output": [ + "a platypus unusual in appearance and would need great imagine in order to be created." + ] + }, + { + "input": "Question: If you are prescribed an antibiotic by your doctor, where would you go to get it? \nAnswer: pharmacy", + "output": [ + "usually it's the main place one would legally get medicine." + ] + }, + { + "input": "Question: what does someone do when they do not reply to a question? \nAnswer: ignore", + "output": [ + "if someone does not reply to you, they are ignoring you." + ] + }, + { + "input": "Question: A student wants to hear what the professor is saying, what does he do? \nAnswer: listen carefully", + "output": [ + "listening is necessary for hearing to take place" + ] + }, + { + "input": "Question: John opened the window and climbed out because he didn't want to listen to someone for an hour. Where might he have been? \nAnswer: classroom", + "output": [ + "an hour is the typical length for a school lesson, and the fact he knew in advance it was an hour means a fixed time period, making a friend's house extremely unlikely." + ] + }, + { + "input": "Question: The shelf was showing signs of instability, what should the carpenter fix to avoid any issues? \nAnswer: wall", + "output": [ + "a wall or school building are not part of a shelf." + ] + }, + { + "input": "Question: She like her job at the reception desk, but didn't like her long commute, what did she likely live far away from? \nAnswer: office park", + "output": [ + "if there was a long commute it must be a long way between home and the office." + ] + }, + { + "input": "Question: He needed to sign the papers, he got his good fountain pen from the sliding what? \nAnswer: desk drawer", + "output": [ + "a good fountain pen is not likely to be kept in a pocket" + ] + }, + { + "input": "Question: What is often classified into periods? \nAnswer: history", + "output": [ + "school has periods, but not in the classification sense, only history does." + ] + }, + { + "input": "Question: James wanted a hot tub just like the one at the spa he visited, but he didn't want anyone to know about it. He was afraid that if the neighbors knew, they'd all want to use it, and it would turn his house into what? \nAnswer: country club", + "output": [ + "country clubs are often have hot tubs, and have many people who use it." + ] + }, + { + "input": "Question: If a child is given a warning at the dinner table, it is because they did what to get the mashed potatoes? \nAnswer: reach over", + "output": [ + "the logical choice is reach over as the other two options are not something one would be doing to get mashed potatoes at the dinner table" + ] + }, + { + "input": "Question: A creek can be located in a tree are called what? \nAnswer: forest", + "output": [ + "creeks are like small rivers so trees grows around" + ] + }, + { + "input": "Question: A cartographer in the early 19th century was mapping out Malaysia, but at that time period what else what it might have been known as? \nAnswer: indochina", + "output": [ + "before discovery could not have been called malaysia" + ] + }, + { + "input": "Question: What might happen to someone if they were found guilty of committing perjury? \nAnswer: going to jail", + "output": [ + "perjury is illegal and you go to jail if you break the law" + ] + }, + { + "input": "Question: Where would you find some swords in your house? \nAnswer: collection", + "output": [ + "a collection is the only fitting choice because it a private display" + ] + }, + { + "input": "Question: He was staying at a resort near Nevada and California, he left on his boat from the dock in the north and at the opposite end spotted a bald eagle, where was he? \nAnswer: south lake tahoe", + "output": [ + "south lake tahoe is the only location that fits the text." + ] + }, + { + "input": "Question: The farmer was scooping out eyes to plant in the ground, what was he scooping them from? \nAnswer: potato", + "output": [ + "the cutting of the potato" + ] + }, + { + "input": "Question: The building was ready for flooring, and that's where the flooring who came in to the picture? \nAnswer: tradesmen", + "output": [ + "a tradesman is most likely the person to supply the flooring." + ] + }, + { + "input": "Question: Something I haven't done recently is have rest, how do I feel? \nAnswer: exhausted", + "output": [ + "c is not grammatically correct, a does not logically follow, and b, exhausted, is a feeling that directly results from not resting recently" + ] + }, + { + "input": "Question: A ruler is likely to hold court where? \nAnswer: palace", + "output": [ + "the palace is traditionally the place from which rulers hold court." + ] + }, + { + "input": "Question: When generals want to drop bombs, what vehicle do they need? \nAnswer: aircraft", + "output": [ + "aircraft is the only vehicle." + ] + }, + { + "input": "Question: Where could there by tens of thousands of people playing baseball? \nAnswer: america", + "output": [ + "america is the only place where you can fit tens of thousand people" + ] + }, + { + "input": "Question: The organization was giving assistance to families, what were the families dealing with? \nAnswer: hardship", + "output": [ + "hardship is the only option that one would need assistance for" + ] + }, + { + "input": "Question: He had an index card he had to return, so where did he put it after finding the book he needed? \nAnswer: card catalogue", + "output": [ + "you store index cards in card catalogues, unlike the other options" + ] + }, + { + "input": "Question: What do dead trees often do? \nAnswer: fall down", + "output": [ + "fall down is the only thing that dead trees do." + ] + }, + { + "input": "Question: If someone is committing perjury and it leads to convictions what has been committed? \nAnswer: injustices", + "output": [ + "perpetrate or carry out (a mistake, crime, or immoral act)." + ] + } + ] +} \ No newline at end of file diff --git a/tasks/task1743_starc_question_generation.json b/tasks/task1743_starc_question_generation.json new file mode 100644 index 000000000..f20514eb2 --- /dev/null +++ b/tasks/task1743_starc_question_generation.json @@ -0,0 +1,1319 @@ +{ + "Contributors": [ + "Mayank Garg" + ], + "Source": [ + "STARC (https://arxiv.org/pdf/2004.14797.pdf)" + ], + "Categories": [ + "Questions Generations" + ], + "Input_language": [ + "English" + ], + "Output_language": [ + "English" + ], + "Instruction_language": [ + "English" + ], + "Definition": "You're given a paragraph. You need to generate a question from the passage that evaluate one's understanding of such references. All the questions should be answerable from the given passage.", + "Positive Examples": [ + { + "input": " From 2006 to 2008, Duran took out 68 commercial and personal loans from 39 banks in Spain. He farmed the money out to social activists, funding speaking tours against capitalism and TV cameras for a media network. “I saw that, on one side, these social movements were building alternatives but that they lacked resources and communication capacities,”he said. “Meanwhile, our economy was perpetually growing, which lead to a system that created money out of nothing.”", + "output": "['What was the money Duran took from the banks used for?', 'What does Duran believe was wrong with Spain’s economic system?', 'How has Spain’s economic situation been changing, according to Duran?']", + "explanation": "The first question is based on the following sentence in the passage \"He farmed the money out to social activists, funding speaking tours against capitalism and TV cameras\". The 2nd question is based on \"Meanwhile, our economy was perpetually growing, which lead to a system that created money out of nothing.\". The third question is based on \"Meanwhile, our economy was perpetually growing\". All the question can correctly be answered from the passage." + }, + { + "input": " Clay Cockrell is sitting in his office at Columbus Circle, across the street from 1 Central Park West, which houses Trump International Hotel and Tower. In front of the tower is Central Park, where Cockrell holds his popular walk and talk therapy sessions. Cockrell, a former Wall Street worker turned therapist, spends large parts of his days walking through Central Park or the Battery Park in downtown Manhattan near Wall Street, as a confidant and counselor to some of New York’s wealthiest people.", + "output":"['Where does Clay Cockrell hold his popular therapy sessions?', 'What was Cockrell’s occupation before taking on his current job?', 'What is opposite Cockrell’s office?']", + "explanation":"The first question is based on the following sentence in the passage \"In front of the tower is Central Park, where Cockrell holds his popular walk and talk therapy sessions.\". The Second question is based upon \"Cockrell, a former Wall Street worker turned therapist\". The third question is based upon \"in his office at Columbus Circle, across the street from 1 Central Park West, which houses Trump International Hotel and Tower\". All the question can correctly be answered from the passage. " + } + ], + "Negative Examples": [ + { + "input": " Hannah, a 41-year-old City lawyer, has conducted nearly 500 visits for the Mystery Dining Company in her spare time without receiving remuneration or travel expenses. As a prestigious “platinum diner”, she is regularly hand-picked by the Mystery Dining Company to carry out their most exclusive assignments, enjoying £200 meals at Michelin-starred Mayfair restaurants and overnight stays at boutique hotels. But there’s no such thing as a free lunch, even if you work for a mystery dining company. Hannah says she typically spends two to four hours after each visit writing detailed reports on everything from the quality of the food to specific interactions with staff, whom she always needs to be able to name or “subtly” describe. Trickiest of all, she must memorize all these details while eating her meal – unable, of course, to openly write anything down.", + "output": "[' Who does Hanna visit?', ' Why can Hanna’s job be easy?', ' What is one thing Hannah must do when eating at a restaurant as a mystery diner?']", + "explanation": "The first question is out of context and could not be answered clearly from the paragraph. While the second question is asking \"why hanna's job is easy?\", but according to the paragraph her job becomes difficult." + }, + { + "input": " Shoppers are usually repaid any money they spend in the stores. “I’m typically given between £5 and £20 to spend at each store, to assess the service I receive at the counter,” says Laura, a 50-year-old mystery shopper from Devon, who has been paid to visit around 7,000 shops since 2001. The purchase usually has to be related to a service or a type of product that the retailer wants her to check. “I’m always given a scenario, such as buying something from a specific department or a new product range, but, within that framework, I can often buy whatever I want – and keep it.”", + "output": "[' What does Laura get?', ' What is Laura’s job?', ' What items can Laura purchase at stores?']", + "explanation": "The first question is ambiguous and could not be answered from the given paragraph. There could be multiple answers for that. Again, the Second question is out of context, and it could not be clearly answered from the given passage." + } + ], + "Instances": [ + { + "input": " Galina Zaglumyonova was woken in her flat in central Chelyabinsk by an enormous explosion that blew in the balcony windows and shattered clay pots containing her few houseplants. When she jumped out of bed she could see a huge vapor trail hanging in the morning sky and hear the wail of car alarms from the street below. “I didn’t understand what was going on,” said Zaglumyonova. “There was a big explosion and then a series of little explosions. My first thought was that it was a plane crash.” What she had actually witnessed were the death throes of a ten-ton meteorite that plunged to Earth in a series of fireballs just after sunrise. Officials put the number of people injured at almost 1,200, with more than 40 taken to hospital – most as a result of flying glass shattered by the sonic boom created by the meteorite’s descent. There were no reported deaths.", + "output": [ + " What happened in Galina's apartment because of the explosion?", + " What happened to almost 1,200 people?", + " Who arrived at the hospital?" + ] + }, + { + "input": " The meteorite entered the atmosphere traveling at a speed of at least 33,000mph and broke up into chunks between 18 and 32 miles above the ground, according to a statement from the Russian Academy of Sciences. The event caused panic in Chelyabinsk, a Russian city of one million people to the south of the Ural mountains, as mobile phone networks swiftly became jammed by the volume of calls. Amateur video footage from the area, often peppered with the obscene language of frightened observers, showed the chunks of meteorite glowing more brightly as they approached the moment of impact. The vapor trail was visible for hundreds of miles around, including in neighboring Kazakhstan.", + "output": [ + " Where is Chelyabinsk located?", + " What was notable about the vapor trail left behind by the meteorite?", + " Where do one million people live?" + ] + }, + { + "input": " Tatyana Bets was at work in the reception area of a hospital clinic in the center of the city when the meteorite struck. “First we noticed the wind, and then the room was filled with a very bright light and we could see a cloud of some unspecified smoke in the sky,” she said. Then, after a few minutes, came the explosions. At least three craters were subsequently discovered, according to the Ministry of the Interior, and were being monitored by the military. One crater was more than six meters wide, while another lump of meteorite was reported to have slammed through the thick ice of a nearby lake. Radiation levels at the impact sites were normal, according to local military officials.", + "output": [ + " What was Tatyana Bets doing as she noticed the wind, light and smoke?", + " What is true of one of the meteorite fragments?", + " What happened in the room Tatyana Bets worked in?" + ] + }, + { + "input": " In Chelyabinsk itself, schools and universities were closed and many other staff told to go home early. About 200 children were among the injured. A steady stream of lightly injured people, most suffering cuts from flying glass, came into the clinic where Bets works. She said a nearby college was particularly badly affected and many of the students were brought in suffering from fright. “There were a lot of girls from the college in shock. Some were very pale and many of them fainted,” she said. Early estimates suggested more than 100,000 square meters of glass had been broken and 3,000 buildings hit. The total cost of the damage in the city was being valued at in excess of one billion roubles (£20m). ", + "output": [ + " What is true of most of the people who came into the clinic where Bets works?", + " Who was in shock, according to Bets?", + " What does Bets say about the students of a nearby college?" + ] + }, + { + "input": " The meteorite over Chelyabinsk arrived less than a day before asteroid 2012 DA14 was expected to make the closest pass to Earth (about 17,510 miles) of any recorded cosmic body. But experts said the two events were linked by nothing more than coincidence. Rumors and conspiracy theories, however, swirled in the first few hours after the incident. Reports on Russian state television and in local media suggested that the meteorite was engaged by local air defense units and blown apart at an altitude of more than 15 miles. ", + "output": [ + " What is true of the asteroid 2012 DA14?", + " What did rumours say about the Russian military and air defense?", + " What took place in the first few hours after the incident?" + ] + }, + { + "input": " The ultranationalist leader of Russia’s Liberal Democrat party, Vladimir Zhirinovsky, said it was not a meteorite but military action by the United States, echoing much of the speculation voiced on amateur film footage. “It’s not a meteorite falling – it’s a test of new American weapons,” Zhirinovsky said. Some were quick to take advantage of the confusion. Enterprising people were offering lumps of meteorite for sale through internet sites within a few hours of the impact. President Vladimir Putin and the Prime Minister, Dmitry Medvedev, were informed about the incident, and Putin convened a meeting with the head of the Emergency Situations Ministry. “It’s proof that not only are economies vulnerable but the whole planet,” Medvedev said at an economic forum in Siberia.", + "output": [ + " What did Vladimir Zhirinovsky say?", + " What does Dmitry Medvedev say the incident shows?", + " How did some people react to the meteorite crash?" + ] + }, + { + "input": " Swedish prisons have long had a reputation around the world for being progressive. But are the country’s prisons a soft option? The head of Sweden’s prison and probation service, Nils Oberg, announced in November 2013 that four Swedish prisons are to be closed due to an “out of the ordinary” decline in prisoner numbers. Although there has been no fall in crime rates, between 2011 and 2012 there was a 6% drop in Sweden’s prisoner population, now a little over 4,500. A similar decrease is expected in 2013 and 2014. Oberg admitted to being puzzled by the unexpected dip, but expressed optimism that the reason was to do with how his prisons are run. “We certainly hope that the efforts we invest in rehabilitation and preventing relapse of crime has had an impact,” he said.", + "output": [ + " What changed between 2011 and 2012?", + " What does Oberg hope is the reason for the reduction in the number of prisoners in Sweden?", + " Did Oberg anticipate the falling number of prisoners in Swedish prisons?" + ] + }, + { + "input": " “The modern prison service in Sweden is very different from when I joined as a young prison officer in 1978,” says Kenneth Gustafsson, governor of Kumla Prison, Sweden’s most secure jail. However, he doesn’t think the system has gone soft. “When I joined, the focus was very much on humanity in prisons. Prisoners were treated well – maybe too well, some might say. But, after a number of high-profile escapes in 2004, we had to implement changes to make prisons more secure.” The Swedes still managed to maintain a broadly humane approach to sentencing, even of the most serious offenders: jail terms rarely exceed ten years. Sweden was the first country in Europe to introduce the electronic tagging of convicted criminals and continues to strive to minimize short-term prison sentences wherever possible by using community-based punishments, which have been proven to be more effective at reducing reoffending.", + "output": [ + " What changed in Swedish prisons after 2004?", + " What is one measure that has been effective in preventing criminals from reoffending?", + " What caused prisons to reevaluate their security in 2004?" + ] + }, + { + "input": " The overall reoffending rate in Sweden stands at between 30 and 40% over three years – to compare that with another European country, the number is around half that of the UK. One likely reason for the relatively low reoffending rate and the low rate of incarceration in Sweden (below 70 per 100,000 head of population) is that the age of criminal responsibility is set at 15. In the UK, for example, children aged ten to 17 and young people under the age of 21 record the highest reoffending rates: almost three quarters and two thirds, respectively. A good proportion of these offenders go on to populate adult jails. In Sweden, no young person under the age of 21 can be sentenced to life – this is not the case in many other countries – and every effort is made to ensure that as few juvenile offenders as possible end up in prison.", + "output": [ + " What does “below 70 per 100,000” refer to?", + " What is true of young offenders in many countries that is not true in Sweden?", + " What is true of offenders under the age of 15 in Sweden?" + ] + }, + { + "input": " One strong reason for the drop in prison numbers might be the amount of post-prison support available in Sweden. A confident probation service – a government agency – is tasked not only with supervising those on probation but is also guaranteed to provide treatment programs for offenders with drug, alcohol or violence issues. The service is assisted by around 4,500 lay supervisors – members of the public who volunteer to befriend and support offenders under supervision. “In Sweden, we believe very much in the concept of rehabilitation, without being naive of course,” says Gustafsson. “There are some people who will not or cannot change. But, in my experience, the majority of prisoners want to change, and we must do what we can to help to facilitate that. It is not always possible to achieve this in one prison sentence.”", + "output": [ + " Who helps the treatment programs for prisoners?", + " What is something Gustafsson says about prisoners’ behavior?", + " What kind of programs are run by the Swedish government?" + ] + }, + { + "input": " There are approximately 50,000 mystery shopping trips carried out every month in the UK, according to the Mystery Shopping Providers Association, and, because more and more spending takes place online, the demand for mystery shoppers is growing. Mystery shoppers pretend to be a customer in a store but they are really collecting information on how good or bad its service is. “Retailers are becoming increasingly aware that shoppers who are prepared to set foot in a physical store want a service and an experience they can’t get online,” says Simon Boydell, spokesman for Marketforce, which has more than 300,000 mystery shoppers on its books. “Our clients want to measure how well their stores are delivering on that experience.”", + "output": [ + " Which factor has been contributing to the increasing demand for mystery shoppers?", + " Why do retailers hire the services of Marketforce?", + " Who are the clients of Marketforce?" + ] + }, + { + "input": " “We assign different store locations to each shopper and rotate them so that they never go back to the same shop within three months,” says Jill Spencer of mystery shopping company ABa. “Each day, they typically spend up to eight hours visiting five to ten stores, plus another hour or two filing detailed reports on every aspect of their visit.” For that, the mystery shoppers can earn up to £155 a day. They are also reimbursed for their gasoline and hotel stays, and compensated for their car depreciation (the shoppers can be expected to drive as many as 20,000 miles a year). Meanwhile, video mystery shoppers, who film their visits with a hidden camera planted in a buttonhole or handbag, can earn even more – around £300 a day.", + "output": [ + " How many hours do mystery shoppers spend visiting stores per day?", + " What does the mystery shopper have to do to earn around £300 a day?", + " How many stores do mystery shoppers visit per day?" + ] + }, + { + "input": " Like most full-time mystery shoppers, Laura is self-employed, taking jobs from ABa and other mystery shopping companies as and when they come up. Her income is typically £30,000 to £40,000 a year and that doesn’t include all the freebies she gets on the job. “With the perks, it’s enough to live on. But I don’t do it because I love shopping. In fact, I hate shopping now. When I’m not working, it pains me to have to go out and buy a pint of milk.” She does, however, find it satisfying to return to a store she has previously mystery shopped and see standards have improved. “I know it must be because of my feedback or why would they pay me to give it? Some of the retailers I shop at win awards for customer service and I think that is down to us mystery shoppers. I feel I’m not just doing a service to my company; I’m doing a service to all shoppers everywhere.”", + "output": [ + " What is Laura’s opinion of her income from being a full-time mystery shopper?", + " What does Laura say is “satisfying”?", + " What does Laura find satisfying when returning to some of the stores she visited while mystery shopping?" + ] + }, + { + "input": " It’s estimated that more than 500,000 people have registered as mystery shoppers in the UK, but just 10% or less manage to get regular work each month and this has led to a dramatic reduction in compensation. “Where once you got a fee, reimbursement for your purchase and mileage, you now often just receive a contribution towards a purchase,” says Val, a 51-year-old former mystery shopper. Nowadays, mystery shopping companies mostly rely on the promise of freebies to incentivize their workers. “Marketforce shoppers typically get a couple of pounds for a visit as a token gesture for their time and effort,” says Boydell. “At the most, we’ll pay £15 to £25 plus reimbursement for expenses, such as a meal for two or a hotel stay. We don’t directly employ any shoppers so we don’t have to pay them the minimum wage.”", + "output": [ + " Who is Val?", + " What is the typical amount Marketforce pays mystery shoppers for one store visit?", + " What kind of expenses does Marketforce sometimes cover?" + ] + }, + { + "input": " An octopus has made a brazen escape from the National Aquarium in New Zealand by breaking out of its tank, slithering down a 50-meter drainpipe and disappearing into the sea. In scenes reminiscent of Finding Nemo, Inky – a common New Zealand octopus – made his dash for freedom after the lid of his tank was accidentally left slightly ajar. Staff believe that in the middle of the night, while the aquarium was deserted, Inky clambered to the top of his glass enclosure, down the side of the tank and traveled across the floor of the aquarium. Rob Yarrell, national manager of the National Aquarium of New Zealand in Napier, said: “Octopuses are famous escape artists. I don’t think he was unhappy with us, or lonely, as octopuses are solitary creatures. But, he is such a curious boy. He would want to know what’s happening on the outside. That’s just his personality.”", + "output": [ + " Why does Yarrell mention that octopuses live alone?", + " Why did Inky escape, according to Yarrell?", + " How does Yarrell describe Inky’s personality?" + ] + }, + { + "input": " One theory is that Inky slid across the aquarium floor – a journey of three or four meters – and then, sensing freedom was at hand, into a drainpipe that led directly to the sea. The drainpipe was 50 meters long and opened onto the waters of Hawke’s Bay, on the east coast of New Zealand’s North Island. Another possible escape route could have involved Inky squeezing into an open pipe at the top of his tank, which led under the floor to the drain. “When we came in the next morning and his tank was empty, I was really surprised,” said Yarrell, who has not launched a search for Inky. “The staff and I have been pretty sad. But then, this is Inky and he’s always been a bit of a surprise octopus.”", + "output": [ + " How did Inky escape?", + " What was the staff’s reaction to Inky’s disappearance?", + " Why does Inky’s escape make sense to Yarrell?" + ] + }, + { + "input": " Reiss Jenkinson, exhibits keeper at the National Aquarium, said he was absolutely certain Inky had not been taken. “I understand the nature of octopus behavior very well,” he said. “I have seen octopuses on boats slip through bilge pumps. And, the security here is too tight for anyone to take Inky and why would they?” Because octopuses have no bones, they are able to fit into extremely small spaces and have been filmed squeezing through gaps the size of coins. They are also understood to be extremely intelligent and capable of using tools. At the Island Bay Marine Education Center in Wellington, an octopus was found to be in the habit of visiting another tank overnight to steal crabs, then returning to its own. Another at the center, Ozymandias, was thought to have broken a world record for opening a jar before it was released into the ocean.", + "output": [ + " How good is the security of the aquarium, according to Jenkinson?", + " Why does the article mention Ozymandias?", + " According to Inky’s keeper, why is it likely Inky wasn’t stolen?" + ] + }, + { + "input": " Inky was brought to the National Aquarium a number of years ago by a local fisherman who found him caught in a crayfish pot. He was scarred and “rough looking”, said Yarrell. “He had been living on the reef and fighting with fish so he wasn’t in the best shape.” According to Yarrell, Inky – who is about the size of a rugby ball – was an “unusually intelligent” octopus. “He was very friendly, very inquisitive and a popular attraction here. We have another octopus, Blotchy, but he is smaller than Inky and Inky had the personality.” The aquarium has no plans to step up security as a result of the escape as Inky was a “one-off” but the staff are “increasingly aware of what octopuses can actually do”. Although the aquarium is not actively searching for a replacement for Inky, if a fisherman brought in another octopus, it might be willing to take it on. ", + "output": [ + " How was Inky before coming to the aquarium?", + " What will be the next steps of the aquarium?", + " Why was Inky in poor shape before coming to the aquarium?" + ] + }, + { + "input": " DNA taken from the wisdom tooth of a European hunter-gatherer has given scientists an unprecedented glimpse of modern humans before the rise of farming. The Mesolithic man, who lived in Spain around 7,000 years ago, had an unusual mix of blue eyes, black or brown hair and dark skin, according to analyses of his genetic make-up. He was probably lactose intolerant and had more difficulty digesting starchy foods than the farmers who transformed diets and lifestyles when they took up tools in the first agricultural revolution.", + "output": [ + " What was unusual about the Mesolithic man?", + " Which of these foods would the Mesolithic man find difficult to digest?", + " Where did the Mesolithic man live?" + ] + }, + { + "input": " The invention of farming brought humans and animals into much closer contact and humans likely evolved more robust immune systems to fend off infections that the animals passed on. But scientists may have overestimated the impact farming had in shaping the human immune system, because tests on the hunter-gatherer’s DNA found that he already carried mutations that boost the immune system to tackle various nasty bugs. Some live on in modern Europeans today. “Before we started this work, I had some ideas of what we were going to find,” said Carles Lalueza-Fox, who led the study at the Institute of Evolutionary Biology in Barcelona. “Most of those ideas turned out to be completely wrong.”", + "output": [ + " What did the DNA test reveal about human immune systems?", + " What does Lalueza-Fox say about the study results?", + " What did scientists assume about the hunter-gatherer’s immune system before the DNA tests of this study?" + ] + }, + { + "input": " The Spanish team started their work after a group of cavers stumbled upon two skeletons in a deep and complex cave system high up in the Cantabrian Mountains of northwest Spain in 2006. The human remains, which belonged to two men in their early 30s, had been extremely well preserved by the cool environment of the cave. Carbon dating put the remains at around 7,000 years old, before farming had swept into Europe from the Middle East. The timing fitted with ancient artifacts found at the site, including perforated reindeer teeth that were strung and hung from the people’s clothing.", + "output": [ + " What does carbon dating tell us about the skeletons?", + " Where were reindeer teeth found?", + " What can be inferred about the Mesolithic cavemen based on items found in the cave?" + ] + }, + { + "input": " On top of the scientific impact, artists might have to rethink their drawings of the people. “You see a lot of reconstructions of these people hunting and gathering and they look like modern Europeans with light skin. You never see a reconstruction of a Mesolithic hunter-gatherer with dark skin and blue eye color,” Lalueza-Fox said. The Spanish team went on to compare the genome of the hunter-gatherer to those of modern Europeans from different regions to see how they might be related. They found that the ancient DNA most closely matched the genetic makeup of people living in northern Europe, in particular Sweden and Finland.", + "output": [ + " How will the discovery impact how artists should portray Mesolithic hunter-gatherers?", + " Which of these nationalities has DNA most closely related to Mesolithic hunter-gatherers?", + " How are Mesolithic hunter-gatherers currently portrayed through art?" + ] + }, + { + "input": " The Moroccan city of Ouarzazate is used to big productions. It is on the edge of the Sahara Desert and at the center of Morocco’s “Ouallywood” film industry. Now, the trading city is the location for a complex of four linked solar mega-plants, which, alongside hydro and wind, will help provide nearly half of Morocco’s electricity from renewables by 2020 with, it is hoped, some spare to export to Europe. The project is a key plank in Morocco’s ambitions to use its deserts to become a global solar superpower. When the full complex is complete, it will be the largest concentrated solar power plant in the world and the first phase, called Noor 1, will go live in November 2015. The mirror technology it uses is less widespread and more expensive than the photovoltaic panels that are now familiar on roofs the world over but it will have the advantage of being able to continue producing power even after the sun goes down.", + "output": [ + " Where will almost half of Morocco’s electricity will come from by 2020?", + " How does the mirror technology used in the power plant differ from familiar roof panels?", + " What is true of wind and hydro energy sources in Morocco?" + ] + }, + { + "input": " As engineers put the finishing touches to Noor 1, its 500,000 crescent-shaped solar mirrors glitter across the desert skyline. The 800 rows follow the sun as it tracks across the heavens, whirring quietly every few minutes as their shadows slip further east. When they are finished, the four plants at Ouarzazate will occupy a space as big as Morocco’s capital city, Rabat, and generate 580 mega-watts (MW) of electricity, enough to power a million homes.", + "output": [ + " What does the form of the mirrors resemble?", + " Where will 580 mega-watts of electricity be produced?", + " What will happen once the four plants are finished?" + ] + }, + { + "input": " The potential for solar power from the desert has been known for decades. In the days after the Chernobyl nuclear accident in 1986, the German particle physicist Gerhard Knies calculated that the world’s deserts receive enough energy in a few hours to provide for humanity’s power needs for a whole year. The challenge, though, has been capturing that energy and transporting it to the population centers where it is required. Experts expect that solar energy will make up a third of Morocco’s renewable energy supply by 2020, with wind and hydro taking the same share each. “We are very proud of this project,” Morocco’s environment minister, Hakima el-Haite said. “I think it is the most important solar plant in the world.”", + "output": [ + " What did Gerhard Knies say?", + " What will happen by 2020?", + " By 2020, two-thirds of Morocco’s renewable energy will be ..." + ] + }, + { + "input": " Technicians say that the Noor 2 and 3 plants, due to open in 2017, will store energy for up to eight hours – opening the prospect of 24/7 solar energy in the Sahara and the surrounding region. But, even as the first phase of the project nears completion, Morocco is eyeing grander international ambitions. “We are already involved in high tension transportation lines to cover the full south of Morocco and Mauritania as a first step,” says Ahmed Baroudi, manager of the national renewable energy investment company. But he says the project’s ultimate impact will go far wider – even as far as the Middle East. Whether that ambition is achieved remains to be seen but exporting solar energy could have stabilizing effects within and between countries, according to the Moroccan solar energy agency (Masen). Talks are ongoing with Tunisia and energy exports northwards across the Mediterranean remain a key goal.", + "output": [ + " What is true of the south of Morocco and Mauritania?", + " What is true of Tunisia?", + " What will the energy-storing capacity of the Noor 2 and 3 plants allow them to do?" + ] + }, + { + "input": " “We believe that it’s possible to export energy to Europe but, first, we would have to build the interconnectors which don’t yet exist,” said Maha el-Kadiri, a Masen spokeswoman. “Specifically, we would have to build interconnections, which would not go through the existing one in Spain, and, then, start exporting.” Spain has itself prohibited new solar projects because of a lack of interconnectors to transmit the energy to France. In the meantime, Morocco is focused on using solar to meet its own needs for resource independence. This could, one day, include the removal of salt from sea water, in a country that is increasingly being hit by drought as the climate warms. Officials are keenly aware of the running they are making in what is the most advanced renewable energy program in the Middle East and North African region. “We are at the avant-garde of solar,” el-Kadiri says.", + "output": [ + " According to Maha el-Kadiri, why does Morocco not export energy to Europe?", + " How could solar energy be used in the future?", + " What is Europe’s relation to Morocco’s solar energy program?" + ] + }, + { + "input": " Crunchy, full of protein and to be found under a rock near you. Insects have long been overlooked as food in all but a handful of places around the world – but now they are crawling closer and closer to our plates. Spring 2013 will see a drive towards removing the yuck factor and putting insects not just on experimental gastronomic menus but also on supermarket shelves. In April, there will be a festival in London, Pestival 2013 – a Wellcome Trust-backed insect appreciation event where the consumption of creepy-crawlies comes high on the agenda. It will feature a two-day “pop-up” restaurant by the Nordic Food Lab, the Scandinavian team behind the Danish restaurant Noma, which brought ants to the table for a sellout ten-day run at Claridge’s hotel in London in 2012.", + "output": [ + " What will happen in spring 2013?", + " Why does the author mention the Danish restaurant Noma?", + " Which of the following will be featured at Pestival 2013?" + ] + }, + { + "input": " In March, a BBC documentary will feature food writer Stefan Gates searching out and eating deep-fried locusts and barbecued tarantulas. But, behind all the gimmicks and jokes about flies in the soup, there is a deeply serious message. Many experts believe there is a clear environmental benefit to humans eating creepy-crawlies. The UN’s Food and Agriculture Organization (FAO) has been funding projects since 2011 aimed at promoting the eating and farming of insects in south-east Asia and Africa, where an estimated two billion people already eat insects and caterpillar larvae as a regular part of their diet. In 2012, the FAO published a list of 1,909 edible species of insect and, with sponsorship from the Dutch government, plans a major international conference on “this valuable food source” in 2013.", + "output": [ + " According to experts, what will be an effect of eating insects?", + " What is true about south-east Asia and Africa?", + " Why does the FAO fund projects in south-east Asia and Africa?" + ] + }, + { + "input": " Over the next 30 years, the planet’s human population will increase to nine billion. Already one billion people do not get enough food. The increase will mean more pressure on agricultural land, water, forests, fisheries and biodiversity resources, as well as nutrients and energy supplies. The cost of meat is rising, not just in terms of hard cash but also in terms of the amount of rainforest that is destroyed for grazing or to grow feedstuff for cattle. There is also the issue of methane excreted by cows. The livestock farming contribution, in terms of greenhouse gas emissions, is enormous – 35% of the planet’s methane, 65% of its nitrous oxide and 9% of the carbon dioxide. ", + "output": [ + " What will result from an increase in human population in the future?", + " Why are rainforests being destroyed?", + " Which of these is mentioned as a cost of meat?" + ] + }, + { + "input": " Edible insects emit few gases, contain high-quality protein, vitamins and amino acids, and have a high food-conversion rate, needing a quarter of the food intake of sheep, and half of pigs and chickens, to produce the same amount of protein. They emit fewer greenhouse gases and less ammonia than cows and can be grown on organic waste. China is already successfully setting up huge maggot farms. Zimbabwe has a thriving mapone caterpillar industry and Laos was given nearly $500,000 by the FAO to develop an insect-harvesting project. It’s already big business in the UK, though not always official: a man was recently detained by Gatwick customs as he stepped off a flight from Burkina Faso with 94 kilos of mapone, worth nearly £40,000, in his luggage. A study by FoodServiceWarehouse.com suggested that swapping pork and beef for crickets and locusts could help to reduce greenhouse gas emissions by as much as 95%.", + "output": [ + " What is one health benefit of eating insects?", + " What is one environmental benefit of replacing pork and beef with insects in a diet?", + " What is an advantage in producing food from insects rather than sheep?" + ] + }, + { + "input": " A major international disagreement with wide-ranging implications for global drugs policy has erupted over the right of Bolivia’s indigenous Indian tribes to chew coca leaves, the principal ingredient in cocaine. Bolivia has obtained a special exemption from the 1961 Single Convention on Narcotic Drugs, the framework that governs international drugs policy, allowing its indigenous people to chew the leaves. Bolivia had argued that the convention was in opposition to its new constitution, adopted in 2009, which obliges it to “protect native and ancestral coca as cultural patrimony” and maintains that coca “in its natural state ... is not a dangerous narcotic.”", + "output": [ + " What was the purpose of the 1961 Convention on Drugs?", + " What does Bolivia’s constitution say?", + " Who is currently permitted to consume coca in Bolivia?" + ] + }, + { + "input": " South American Indians have chewed coca leaves for centuries. The leaves reputedly provide energy and are said to have medicinal qualities. Supporters of Bolivia’s position praised it for doing the right thing by defending the rights of indigenous people. “The Bolivian move is inspirational and groundbreaking,” said Danny Kushlick, Head of External Affairs at the Transform Drug Policy Foundation, which promotes drug liberalization. “It shows that any country that has had enough of the war on drugs can change the terms of its engagement with the UN conventions.” ", + "output": [ + " Why do some people support Bolivia’s position?", + " According to Danny Kushlick, why was the Bolivian move significant?", + " Who is Danny Kushlick?" + ] + }, + { + "input": " However, the UN’s International Narcotics Control Board (INCB), which monitors implementation of the global drug treaties, has accused Bolivia of threatening the integrity of the international drug control regime. A number of countries – including the UK, the US, Italy, Sweden, the Netherlands and Russia – opposed Bolivia’s demands. The UK’s submission to the UN, which oversees the convention, told the UN that it “acknowledges and respects the cultural importance of the coca leaf in Bolivia,” but it adds: “The United Kingdom is … concerned that the reservation could lead to increases in coca production and – most importantly – the amount of coca diverted to the cocaine trade. As such, the reservation would weaken international law as it relates to the global effort to tackle the illegal drugs trade and could weaken the international community’s response to that trade.”", + "output": [ + " What stance are countries like the UK, the US, and Italy taking on Bolivia’s request?", + " What is the UK worried about?", + " What possible consequence of the exemption is the UK worried about most?" + ] + }, + { + "input": " The right of indigenous communities in South America’s Andean region to chew coca leaf was removed in 1964 when Bolivia was under a dictatorship and it signed up to the convention. But Bolivia was given 25 years to implement the ban. This expired in 1989 and since then the issue has been under dispute. In 2011, Bolivia formally notified the UN of its withdrawal from the convention. On Friday it reacceded to the convention, but with an exemption from the prohibition on the chewing of coca leaves. The move is the first of its kind in the history of UN drug-control treaties and has sparked concerns that other countries may apply for amendments. Russia has argued that the move will lead to “an increase in illegal circulation of cocaine” and warned that “it also sets a dangerous precedent that could be used by other states in creating a more liberal drug-control regime.”", + "output": [ + " What happened in 2011?", + " What does Russia believe the exemption will result in?", + " What did Russia warn will happen?" + ] + }, + { + "input": " The British parliament has recommended that Bolivia’s request should be backed by the UK government, arguing that it was important that countries remained within the single convention. Bolivia’s re-accession could be blocked only if a third or more of the 184 countries that have signed up to the convention opposed its request. There are suspicions that the US and UK are frantically lobbying other countries to gain sufficient numbers to block Bolivia’s request. Nancie Prud’homme, of the International Center on Human Rights and Drug Policy, criticized the co-ordinated opposition to Bolivia’s demands. “These objections are legally questionable,” she said. “They support an arbitrary and over-broad provision and apply international drug laws in a vacuum. This is not appropriate. There are established international norms on cultural and indigenous rights, so we should support Bolivia’s efforts.”", + "output": [ + " How could Bolivia’s return to the convention be blocked?", + " What does Nancie Prud’homme say is the norm across the globe?", + " According to Nancie Prud’homme, why should Bolivia’s efforts be aided?" + ] + }, + { + "input": " The decision to ban coca chewing was based on a 1950 report produced by the UN Commission of Inquiry on the Coca Leaf, which proponents of drug liberalization say was not based on supporting evidence. In an interview in 1949, the head of the Commission, Howard B Fonda, signaled his opposition to the chewing of coca leaves before his inquiry had begun. Fonda told an interviewer: “We believe that the daily, inveterate use of coca leaves by chewing … is thoroughly noxious and therefore detrimental.” The growing of coca leaves is legal and licensed in Bolivia. The policy has been credited with a fall in cocaine production in the country, leading some experts to see the Bolivian model as a way forward for other countries.", + "output": [ + " What was decided based on the 1950 report?", + " What do experts believe about Bolivia?", + " What did supporters of drug liberalization say about the UN report?" + ] + }, + { + "input": " Agios Efstratios is so remote, so forgotten by the banks, the government and most of the modern world that the mobile phone network can’t process data and there isn’t a single ATM or credit-card machine on the island. Before Greece was plunged into financial chaos, residents of this tranquil outpost in the northern Aegean managed quite well. They did their banking at the post office and the few dozen rooms to rent were booked out every summer with people who had heard – by word of mouth – of its spectacular empty beaches, clear seas and fresh seafood.", + "output": [ + " What event dramatically reduced the quality of life for residents in Agios Efstratios?", + " What was true about tourism in Agios Efstratios before the recent financial crisis?", + " Are there many hotels in Agios Efstratios?" + ] + }, + { + "input": " But, because the island still runs on cash, the closure of banks nationwide has been devastating. Residents have been forced to make nine-hour round trips to the nearest big island to get cash and Greek visitors say they can’t get together enough cash to come. “Tourist numbers are down 80% this year,” said Mayor Maria Kakali, in an office in the village where she grew up, home to around 200 people. “Even people born here and living in Athens, who have their own places on the island, aren’t coming.”", + "output": [ + " How has the closure of Greek banks affected the local residents of the island?", + " Why do Greek visitors no longer come to the island?", + " Where do island residents have to travel to get cash?" + ] + }, + { + "input": " Kakali has badgered the government and a major Greek bank into promising an ATM within weeks but she still feels it may come too late for this season on an island where tourism dwarfs the two other sources of income: fishing and agriculture: “We have almost no reservations in August, when usually we have people calling us up asking to find a room and we can’t help them.” A hard winter ahead may be slightly improved by 50 workers billeted in the village to expand the harbor but there is an even bigger crisis looming because the government has said it will end a decades-old tax break for islands.", + "output": [ + " How many tourists will likely visit the island this season compared to previous years?", + " What is the upcoming “bigger crisis”?", + " Who has said islands will stop getting their current tax breaks?" + ] + }, + { + "input": " Created to help island communities survive when they were suffering mass emigration, a lower sales tax contained the costs of living in places where everything had to be imported and made tourism more affordable. Tourist favorites such as Mykonos fear that losing the tax breaks will make it hard for them to compete with Turkey but, for Agios Efstratios, it poses a far greater threat. “If we have to pay a tax of 23%, I’m sorry to say it but we will all die on the island,” says Kakali. Food and fuel are already more expensive than on mainland Greece, there are no economies of scale and little economic flexibility on an island which, even in summer, has only three shops, two restaurants and not a single official hotel. “This is an expensive island. Everything, even milk or bread, has changed hands three or four times before it gets to us and each middleman has to take a profit,” said Provatas Costas, a 58-year-old fisherman. ", + "output": [ + " According to Kakali, what will happen in Agios Efstratios once the tax break ends?", + " Why are things generally more expensive in Agios Efstratios, according to Provatas Costas?", + " Why does Provatas Costas mention milk and bread when describing Agios Efstratios?" + ] + }, + { + "input": " For Agios Efstratios and its closest large neighbor, Lemnos, the timing of the crisis is particularly cruel. They were condemned to relative obscurity for years in part because they are served by slow and unreliable ferries. In 2015, the government had finally given the contract to a new, efficient company, drawing floods of new visitors to explore the islands’ largely overlooked charms, before the bank controls hit. “This season started out as the best season in 30 years and, in one week, became the worst,” said Atzamis Konstantinos, a travel agent in Lemnos who used to earn €15,000 a month as a captain of petroleum tankers and other large ships but came home because he missed it so much. ", + "output": [ + " What improvement made the islands more popular for tourists?", + " What caused this tourism season to be the worst in 30 years?", + " Why did people consider the islands as remote and obscure?" + ] + }, + { + "input": " Lemnos has dozens of wild beaches, where even at the height of summer you can swim and sunbathe virtually alone, a small nightlife scene, and numerous cultural sites. Lemnos is the eighth largest island in Greece so it is in line for the first round of tax increases in autumn 2015 but far less wealthy than many smaller ones. It has just over 3,000 beds for visitors, compared with tens of thousands on an island such as Rhodes. Its councilors say that they will fight the tax rise, although none can say how. “We have been suffering economically in recent years and, now, we will suffer more,” said Lemnos Mayor, Dimitris Marinakis. “When there is not enough money, you reduce your consumption and therefore the whole economy declines.” ", + "output": [ + " What is among the primary attractions of Lemnos?", + " Why does Lemnos have to pay the first round of tax increases?", + " How does Lemnos compare in size to other islands in Greece?" + ] + }, + { + "input": " If taxes go up, even more young people will leave, warns Mayor Kakali, who has devoted her year in office to improving education on the island to help keep it an attractive place for families. Because it is one of the smallest islands, Agios Efstratios has until 2017 before the rise is due to come in, so Kakali hopes that the roller coaster of Greek politics means it yet may be spared. If not, though, she plans to travel to Athens to remind the distant government what the tax rise would cost. “The truth is the government doesn’t pay much attention to the islands of the north Aegean,” she said, “so I would take all the kids from our school to the gates of parliament, to tell them: ‘There is still life in these islands’.”", + "output": [ + " What does Kakali hope will happen by 2017?", + " What will Kakali do if Agios Efstratios has to pay the proposed tax increase?", + " Why wasn’t Agios Efstratios one of the first islands to pay taxes?" + ] + }, + { + "input": " A lonely old man living in a crater on the moon is the unlikely focus of John Lewis’s Christmas 2015 advertisement, as the department store puts a charitable spin on its latest multi-million pound campaign. Amid increasing hype around John Lewis’s seasonal ad, which has come to mark the beginning of the Christmas shopping season for many, the department store will aim to use its profile to raise hundreds of thousands of pounds for the charity Age UK. It will also encourage staff and customers to join up with their local branch of the charity to care for elderly people who might otherwise be alone over the holiday. The retailer has spent £7m on a campaign that ranges from the slick TV ad to a smartphone game and merchandise, including glow-in-the-dark pyjamas, as well as areas decked out like the surface of the moon in 11 stores.", + "output": [ + " Where does the lonely old man appear in John Lewis’s advertisement?", + " What is one component of John Lewis’s campaign?", + " What will be introduced in 11 John Lewis stores?" + ] + }, + { + "input": " After two years of successful ads featuring cuddly animals – a bear and hare, then a penguin – this time, the retailer is tugging at the heartstrings with a story of a young girl, Lily, who spots an old man living in a shack on the moon through her telescope. The determined child tries sending him a letter and firing a note via bow and arrow, before floating him a present of a telescope tied to balloons, which finally enables them to make contact. The ad’s strapline is: “Show someone they’re loved this Christmas,” which echoes Age UK’s own campaign: “No one should have no one at Christmas.” Profits from three products – a mug, gift tag and card – will go to the charity. “The charity really resonates with people at this time of year and the ad lends itself to thinking about someone who lives on your street that might not see anybody,” said Rachel Swift, head of marketing at John Lewis.", + "output": [ + " How is the girl able to make contact with the old man?", + " Who does Rachel Swift work for?", + " What does the old man receive from the girl?" + ] + }, + { + "input": " The campaign features the Oasis track Half the World Away reinterpreted by little-known Norwegian artist Aurora. The ad cost £1m to make. The moon scenes were shot at the Warner Bros Studios, where the Harry Potter films were made, and the specially built set was created by one of the team behind the latest Star Wars film, The Force Awakens. As in the last few years, John Lewis has drummed up interest in their most recent ad prior to its release with a teaser campaign on TV and social media using the hashtag #OnTheMoon. There will be a full moon on Christmas Day 2015 – a complete coincidence, according to Swift.", + "output": [ + " Who performs a song for the campaign?", + " When was the hashtag #OnTheMoon released this year?", + " Who used the #OnTheMoon hashtag for their campaign?" + ] + }, + { + "input": " In 2014, the retailer John Lewis also spent £7m on a campaign featuring a realistic animated penguin and a young boy playing together to the tune of John Lennon’s Real Love, sung by British singer-songwriter Tom Odell. It had drummed up 22 million views on YouTube by the first week of January, ahead of the 16.6 million clocked by Sainsbury’s ad featuring First World War soldiers sharing a bar of chocolate, the UK’s next most popular ad of 2014. Swift said that, despite the hype, John Lewis had stuck to the same strategy for the last five years. “It’s all about thoughtful gifting and going the extra mile for someone you love at Christmas,” she said. “In 2015, we don’t go into it thinking, 'This is going to be huge,' just getting something right for the brand at this time of year and something we hope customers really love.”", + "output": [ + " Who had the UK’s second most popular advertisement in 2014?", + " Who does Swift hope will like John Lewis’ 2015 advertisement?", + " What was featured in the UK’s second most popular advertisement in 2014?" + ] + }, + { + "input": " Vienna is the world’s best city to live in, Baghdad is the worst and London, Paris and New York do not even make it into the top 35, according to international research into quality of life. German-speaking cities dominate the rankings in the 18th Mercer Quality of Life study, with Vienna joined by Zurich, Munich, Dusseldorf and Frankfurt in the top seven. Paris has tumbled down the league, falling ten places to 37th, just ahead of London at 39th, almost entirely because of the city’s vulnerability to terrorist attacks. The study examined social and economic conditions, health, education, housing and the environment, and is used by big companies to assess where they should locate offices and factories and how much they should pay staff.", + "output": [ + " What is the ranking of Paris in the 18th Mercer Quality of Life study?", + " What is one way in which big companies use the results of the Mercer Quality of Life study?", + " What factor can influence where big companies will open new offices and factories?" + ] + }, + { + "input": " Viennese-born Helena Hartlauer, 32, said she was not surprised at her city’s top position. The municipality’s social democratic government has a long tradition of investing in high-quality social housing, making Vienna almost uniquely affordable among major cities. “I live in a 100sq-meter turn-of-the-century apartment in a good area about 20 minutes’ walk from the city center. But my rent is just €800 (£625) a month.” An equivalent apartment in London would cost upwards of £2,000 and even more in New York, ranked 44th in the table.", + "output": [ + " Why is Vienna a cheap place to live compared to other cities?", + " How much rent does Helena Hartlauer pay for her apartment?", + " What is one thing Hartlauer lists as a desirable aspect of her apartment?" + ] + }, + { + "input": " US cities perform relatively poorly in the study, largely because of issues around personal safety and crime. The highest ranking city in the US is San Francisco, at 28th; Boston is 34th. Canadian cities, led by Vancouver, far outrank their US rivals in the table. “You don’t realize how safe Vienna is until you head abroad,” said Hartlauer. “We also have terrific public transport, with the underground working 24 hours at weekends, and it only costs €1 per trip.”", + "output": [ + " What does Hartlauer think about safety in Vienna?", + " What is one reason why the Viennese public transport system is good, according to Hartlauer?", + " What did going abroad make Hartlauer realize?" + ] + }, + { + "input": " “Our big USP (unique selling point) is our geographical location,” said Martin Eichtinger, Austrian ambassador to London, who lived in Vienna for 20 years. “The fall of the Berlin Wall helped define Vienna as a hub for companies wanting to do business in Central Europe.” According to the World Bank, Austria has one of the highest figures for GDP per head in the world, just behind the US and ahead of Germany and Britain, although quite some way below neighboring Switzerland. Zurich in Switzerland is named by Mercer as having the world’s second highest quality of life but the Viennese say their city is far more fun. “There are more students in Vienna than any other German-speaking city,” said Hartlauer. “It’s a very fast growing, young and lively city,” she added – though she conceded she works for the city’s tourist board.", + "output": [ + " What does Eichtinger say about business in Vienna?", + " How do the Viennese say their city compares to Zurich?", + " Where is the embassy at which Martin Eichtinger works located?" + ] + }, + { + "input": " Angela Erdmann never knew her grandfather. He died in 1946, six years before she was born. But, on Tuesday 8th April, 2014, she described the extraordinary moment when she received a message in a bottle, 101 years after he had lobbed it into the Baltic Sea. Thought to be the world’s oldest message in a bottle, it was presented to Erdmann by the museum that is now exhibiting it in Germany.", + "output": [ + " Who threw the bottle into the Baltic Sea?", + " Where is the bottle now?", + " How did Angela Erdmann find out about the bottle?" + ] + }, + { + "input": " “It was very surprising,” Angela Erdmann, 62, said, recalling how she found out about the bottle. “A man stood at my door and told me he had post from my grandfather. He then told me that a message in a bottle had been found and that the name that was on the card was that of my grandfather.” Her visitor was a genealogical researcher who had managed to track her down in Berlin after the letter was given to the International Maritime Museum in the northern port city of Hamburg.", + "output": [ + " What did Angela’s visitor deliver?", + " Who was Angela’s visitor?", + " How did the visitor know the message in the bottle was written by Angela’s grandfather?" + ] + }, + { + "input": " The brown beer bottle, which had been in the water for 101 years, was found in the catch of Konrad Fischer, a fisherman, who had been out in the Baltic Sea off the northern city of Kiel. Holger von Neuhoff, curator for ocean and science at the museum, said this bottled message was the oldest he had come across. “There are documents that have been found without the bottle that are older and are in the museum,” he said. “But, with the bottle and the document, this is certainly the oldest at the moment. It is in extremely good condition.”", + "output": [ + " How was the bottle discovered?", + " What does Holger von Neuhoff say about the bottled message?", + " Does the museum have older messages than the one recently discovered?" + ] + }, + { + "input": " Researchers believe Erdmann’s grandfather, Richard Platz, threw the bottle in the sea while on a hike with a nature appreciation group in 1913. He was 20 years old at the time. Much of the postcard was indecipherable, although the address in Berlin on the front of the card was legible, as was the author’s polite request that the note be sent by the finder to his home address. “He also included two stamps from that time that were also in the bottle, so the finder would not incur a cost,” Erdmann said. “But he did not think it would take 101 years.” She said she was moved by the arrival of the message, although she had not known her grandfather because he died, at the age of 54, six years before she was born.", + "output": [ + " According to researchers, when did Richard Platz throw the bottle into the sea?", + " What did Richard Platz request from the person who finds the bottle?", + " Where did Richard Platz want the postcard to end up?" + ] + }, + { + "input": " “I knew very little about my grandfather, but I found out that he was a writer who was very open-minded, and believed in freedom and that everyone should respect each other,” she said. “He did a lot for the young and later traveled with his wife and two daughters. It was wonderful because I could see where my roots came from.” Like her grandfather, Erdmann said, she also liked culture and traveling around the world. She described herself as open-minded, too. “What he taught his two daughters, my mother taught me and I have then given to my sons,” she said. Despite her joy at receiving the bottled message, she said that she hoped others would not repeat what her grandfather had done and throw bottles with messages into the sea. “Today, the sea is so full of so many bottles and rubbish that more shouldn’t be thrown in there,“ she said.", + "output": [ + " Which of the following characteristics does Angela Erdman share with her grandfather?", + " Does Angela approve of sending bottled messages into the sea nowadays?", + " What does Angella think of the state of the sea today?" + ] + }, + { + "input": " The message and the bottle will be on display at Hamburg’s Maritime Museum until the beginning of May 2014, after which experts will attempt to decipher the rest of the text. It is not clear what will then happen to the bottle, but Erdmann hopes it will stay at the museum. “We want to make a few photos available to put with the bottle and give it a face, so visitors can see the young man who threw the bottle into the water,” she said.", + "output": [ + " What will happen to the bottle after the experts finish examining the text?", + " What does Erdmann want to add to the bottle exhibit?", + " What does Erdmann want to happen to the bottle after the exhibit?" + ] + }, + { + "input": " How far away are we from a world where drones deliver packages? If Amazon is to be believed, not far at all. Others are not so sure: technical progress past this point isn’t merely a matter of invention; it’s a matter of public safety. Paul Misener, Amazon’s vice-president of global public policy, told a congressional hearing recently that his company would be ready as soon as all the rules were in place. The Federal Aviation Authority (FAA) will finally have regulations governing the commercial use of unmanned aircraft by June 2016. But the technology has a long way to go before then and larger machines aren’t airway-legal at all yet – only drones up to 25kg will be covered and the FAA points out in the proposed rules that, if you’re going to crowd the skies with radio-controlled flying robots, they had better all be using different radio frequencies that nobody can jam or hijack. ", + "output": [ + " When does Amazon claim it will be ready to deliver packages using drones?", + " What will be included in FAA’s new drone rules regarding radio frequencies?", + " When will the FAA release regulations on drones?" + ] + }, + { + "input": " Professor Sanjiv Singh, who runs a cargo delivery company called NearEarth, said that piloting a state-of-the-art drone was a little more like leaving it a trail of breadcrumbs: go to this altitude, perform this short task, go back home. But even short flights from a mobile landing pad pose serious logistical problems, he said. “They’re not proposing to deliver from one uninhabited place to another uninhabited place; they’re proposing to deliver from a warehouse to where the consumer is, which is likely an urban area,” he said. “There are going to be hazards along the way that the vehicle is going to have to detect. Maybe there will be terrain that the map doesn’t know about. Even then, maybe there’s construction equipment that wasn’t there but is there now. Maybe GPS signals are blocked, in which case it’s going to have an incorrect idea about where it is.” All this is surmountable, he said – but it’s difficult.", + "output": [ + " Why does Sanjiv mention GPS systems?", + " What does Professor Singh think about fixing current drone delivery problems?", + " What is Professor Singh worried will happen when the drone is unable to access GPS signals?" + ] + }, + { + "input": " One major problem is maintaining radio contact with a drone and planning for what happens if that contact breaks. “If you have an off-the-shelf UAV (unmanned aerial vehicle), it’ll just keep going and crash into the ground,” said roboticist Daniel Huber. “Technologically, most of the things that are needed for this are in place,” said Huber. He is working on a program that proposes using drones to inspect infrastructure – pipelines, telephone lines, bridges and so on. “We’ve developed an exploration algorithm where you draw a box around an area and it’ll autonomously fly around that area and look at every surface and then report back.” ", + "output": [ + " What currently happens to a typical drone if it loses contact with its human operator?", + " What is Huber working on to improve drone technology?", + " What will Huber’s program enable drones to do?" + ] + }, + { + "input": " Huber said about Amazon: “I have heard them say that many packages are lightweight – a drone can carry a kilogram for 15 minutes. If you have a vehicle that can go into a neighborhood, it can deliver from that base. You need a 15-minute distance and typical off-the-shelf drones have about that distance.” It’s one way, he said, of making sure the surrounding population is relatively safe. “The larger the distance the drone travels, the more dangerous it becomes.” Of course, safety remains a major concern – Singh points out that, for a commercial aircraft to be considered skyworthy, it has to prove a rate of one serious failure every one million hours. Drones, he said, are “one or two orders of magnitude away” from that benchmark. “The Reaper drone has one failure in 10,000 hours,” Singh said. An oil leak, by the way, doesn’t count as catastrophic failure – something has to fall out of the sky.", + "output": [ + " What happens as you increase the distance a drone travels to deliver a package?", + " What determines if a passenger plane is allowed to operate?", + " What is one way to increase drone safety, according to Huber?" + ] + }, + { + "input": " Part of this is simply that air travel is inherently dangerous and, thus, standards are much higher. “If you fly commercial airlines, often they’ll say, ’Oh, a small component has failed – we have to go back to the gate,’” Singh said. “And that’s an established industry with 60 years of legacy! I shudder to think that one of these things might come down on a crowded highway.” Part of the solution, Singh said, is comprehensive contingency planning: “If things fail, the vehicle has to do something reasonable.”", + "output": [ + " Why does Singh bring up the example of passenger airplanes?", + " What does Singh say drones should do to improve safety?", + " According to Singh, why do passenger airplanes often return to the gate?" + ] + }, + { + "input": " They call him the Robin Hood of the banks, a man who took out dozens of loans, worth almost half a million euros, with no intention of ever paying them back. Instead, Enric Duran handed the money out to projects that created and promoted alternatives to capitalism. After 14 months in hiding, Duran is unapologetic, even though his activities could land him in jail. “I’m proud of what I did,” he said in an interview by Skype from an undisclosed location. ", + "output": [ + " What did Enric Duran do with the money he took from the banks?", + " How did Enric feel about taking money from banks?", + " What was Duran’s relationship to anti-capitalist projects?" + ] + }, + { + "input": " The loans Duran swindled from banks were his way of regulating and denouncing this situation, he said. He started slowly. “I filled out a few credit applications with my real details. They denied me, but I just wanted to get a feel for what they were asking for.” From there, the former table-tennis coach began to weave an intricate web of accounts, payments and transfers. “I was learning constantly.” By the summer of 2007, he had discovered how to make the system work, applying for loans under the name of a false television production company. “Then, I managed to get a lot.” €492,000, to be exact.", + "output": [ + " Why did the banks reject Duran’s loan applications at first?", + " How did Duran obtain a lot of money in 2007?", + " How much money did Duran manage to take out in loans?" + ] + }, + { + "input": " Duran was arrested in Spain in 2009, on charges brought against him by six of the 39 banks that had lent him money. He spent two months in prison before being bailed for €50,000. In February 2013, facing up to eight years in prison, he decided to flee rather than stand trial. “I don’t see legitimacy in a judicial system based on authority, because I don’t recognize its authority,” he said. His actions, he said, were in the vanguard of a worldwide debate on the economic crisis. The timing pushed the anti-capitalist movement into the light, just as many Spaniards were seeking alternatives to a system that had wreaked havoc on their lives.", + "output": [ + " Why did Duran leave Spain?", + " What effect did Duran’s actions before his arrest have?", + " How much prison time would Duran have to serve if he hadn’t fled Spain?" + ] + }, + { + "input": " While the same actions would probably be better understood in today’s Spain, he said that they would not be needed. The anti-capitalist movement has grown from a fringe movement to one supported by thousands of Spaniards, he said, evidenced by the widely supported movements such as the Indignados. Duran is widening his focus to include Spain’s justice system, by promoting restorative justice. “The people in Spain who believe that banks don’t work, they think that I don’t owe anything. I also think that,” he said. “But there is a part of a population that is not in agreement with us and I think I should respond to that.” In his case, he said, the element of reciprocity he could offer to banks might lie in the insight he gleaned from years of obtaining bank loans fraudulently. He could share his thoughts on “which best practices work and the bad ones that don’t, for the general population and for bank workers”.", + "output": [ + " How much money is Duran willing to return to the banks?", + " Who does Duran plan to share the knowledge he gained with?", + " How did Duran learn about the Spanish banking system?" + ] + }, + { + "input": " Tigers are more numerous in Nepal than at any time since the 1970s, a new census has revealed, giving conservationists hope that the big cats, whose numbers have been dropping across south Asia for 100 years, can be saved. The number of wild royal bengal tigers in Nepal has increased to 198 – a 63.6% rise in five years – the government survey showed. “This is very encouraging,” said Maheshwar Dhakal, an ecologist with Nepal’s Department of National Parks and Wildlife Conservation. The census is based on the examination of pictures from more than 500 cameras placed in five protected areas and three wildlife corridors. More than 250 conservationists and wildlife experts worked on the survey, which cost about £250,000.", + "output": [ + " What has happened to Nepal’s royal bengal tiger population over the past five years?", + " What was done as part of the tiger population study?", + " What is true of conservationists and wildlife experts working on the survey?" + ] + }, + { + "input": " Increasing prosperity in Asia has pushed up prices for tiger skins and the body parts used in traditional Chinese medicines. International gangs pay poor local Nepali significant sums to kill the cats. The skin and bones are handed to middlemen, who pass easily through the porous border to India, where the major dealers are based. One major problem is complicity between senior officials and mafia networks involved in the trade.", + "output": [ + " What do international gangs do?", + " What is one problem with some of the senior officials in Nepal which hinders the reduction of the tiger trade?", + " How are poor locals involved in the tiger trade?" + ] + }, + { + "input": " Conservation experts credit the increase in numbers to the effective policing of national parks, stronger anti-poaching drives and better management of tiger habitats in Nepal, where forests cover 29% of the land. But they say Nepal needs to do more to protect the habitat and animals on which tigers prey so the big cats have enough space to roam and food to eat. As the number of tigers has increased over the years, so have incidents of conflict with villagers. Seven people were killed in attacks by tigers around national parks in 2012 compared to four in 2011, park officials said. Villagers are also seeking better protection.”", + "output": [ + " According to conservation experts, what is one reason for the increase in the tiger population in Nepal?", + " What is one consequence of the increase in the number of tigers in Nepal?", + " What do conservation experts say has changed with respect to tiger habitats?" + ] + }, + { + "input": " The government is making conservation plans for tigers. But it should also come up with plans to protect people from tigers,” Krishna Bhurtel, a local village headman in Chitwan, told Nepali newspaper Nagarik. Wildlife authorities captured a tiger in Chitwan after it killed two people, including a villager who was pulled from his bed in May. Thousands of tigers once roamed the forests in Bangladesh, India and Nepal. But their numbers have dropped to about 3,000, a 95% drop over a century. Chitwan National Park in central Nepal has the highest number of adult tigers, with 120, followed by Bardiya National Park (50) and Shukla Phanta Wildlife Reserve (17).", + "output": [ + " What happened in a recent tiger incident in a village?", + " What happened to the tiger population of Bangladesh, India and Nepal in the past hundred years?", + " What happened in May?" + ] + }, + { + "input": " Dhakal said that a parallel survey was conducted in India and the results from both countries will be published later in 2013. “It will take a few more months for India, which now has 1,300 big cats in several huge protected areas, to finalize the data,” he added. Nepal has pledged to double its own population of tigers by the year 2022 from 121 in 2009 when the last systematic tiger count took place. Diwakar Chapagain, who heads a World Wildlife Fund Nepal unit that monitors wildlife trade, said tiger skins were in demand in Tibet, where well-heeled people use them as festival costumes. In Nepal, kings used to stand on tiger skins for special occasions. Some affluent Nepali have mounted tiger heads on the walls of their living rooms. Tiger bones are in high demand for use in traditional Chinese medicines.” The trade in tiger parts is lucrative and fetches thousands of dollars in illegal markets,” Chapagain said.", + "output": [ + " What happened in India in 2013, according to Dhakal?", + " What did kings used to do in Nepal?", + " When will India finish its tiger survey?" + ] + }, + { + "input": "w Form of Lie Detector Test", + "output": [] + }, + { + "input": " Police and intelligence agencies around the world have, for almost 100 years, relied on polygraphs as lie detectors to help convict criminals or unearth spies and traitors. The polygraph is beloved of the movies, with countless dramatic moments showing the guilty sweating profusely as they are hooked up. But the invention could soon be defunct. Researchers in Britain and the Netherlands have made a breakthrough, developing a method with a success rate in tests of over 70% that could be in use in police stations around the world within a decade. Rather than relying on facial tics, talking too much or waving of arms – all seen as tell-tale signs of lying – the new method involves monitoring full-body motions to provide an indicator of signs of guilty feelings. ", + "output": [ + " When is the new lie detection method expected to work with over 70% accuracy?", + " What does the new method of lie detection monitor that the polygraph does not?", + " When are police stations expected to start using the new lie detection method?" + ] + }, + { + "input": " The polygraph is widely used in the US in criminal and other cases and for security clearance for the FBI and CIA but is much less popular in Europe. There has been a lot of skepticism in the scientific and legal communities about its reliability. By contrast, the new method developed by the researchers has performed well in experiments. The basic premise is that liars fidget more and so the use of an all-body motion suit – the kind used in films to create computer-generated characters – will pick this up. One of the research team, Ross Anderson, said: “Decades of deception research show that the interviewer will tell truth from lies only slightly better than random.” He said the new method, by contrast, achieved a reliability rating of over 70%. In some tests, the team has already achieved more than 80%. Anderson said: “The takeaway message is that guilty people fidget more and we can measure this robustly.”", + "output": [ + " What can an all-body suit be used for?", + " What does Anderson say can be measured now?", + " What position does Ross Anderson hold?" + ] + }, + { + "input": " The polygraph was created in 1921 by policeman John Larson, based on research by the psychologist William Marston. It records changes in pulse, blood pressure, sweating and breathing to ascertain whether a subject is lying. While cinema depictions suggest the device is near-infallible, the US Supreme Court ruled, in 1998, that there was no consensus that the polygraph was reliable, a finding supported by the US National Academy of Scientists in 2003.", + "output": [ + " Who was John Larson?", + " What happened in 1998?", + " Who first stated that the polygraph might not be reliable?" + ] + }, + { + "input": " The experiment carried out by Anderson and his colleagues involved 180 students and employees at Lancaster University, of which half were told to tell the truth and half to lie. They were each paid £7.50 for their participation in the 70-minute experiment, involving two tests. Some were interviewed about a computer game Never End, which they played for seven minutes, while others lied about playing it, having only been shown notes about it. The second test involved a lost wallet containing £5. Some were asked to bring the wallet to a lost-and-found box while others hid it and lied about it. ", + "output": [ + " What did participants lie about in the Never End game experiment?", + " What were some people supposed to do with the wallet?", + " What did some participants do for seven minutes?" + ] + }, + { + "input": " “Overall, we correctly classified 82.2% (truths: 88.9%; lies: 75.6%) of the interviewees as either being truthful or deceptive based on the combined movement in their individual limbs,” the report says. Anderson said: “Our first attempt looked at the extent to which different body parts and body signals indicated deception. It turned out that liars wave their arms more but, again, this is only at the 55% level that you can get from a conventional polygraph. The pay dirt was when we considered total body motion. That turns out to tell truth from lies over 70% of the time.” The use of all-body suits is expensive – they cost about £30,000 – and can be uncomfortable, and Anderson and his colleagues are now looking at low-cost alternatives. These include using motion-sensing technology from computer games, such as the Kinect camera devices developed by Microsoft for the Xbox console.", + "output": [ + " What is one reason Anderson is looking for alternatives to body suits?", + " What is one possible alternative to the body suit?", + " Which of the following is true about body suits?" + ] + }, + { + "input": " The regulation eight hours in the office is over. The most important work of the day is done; whatever is left can wait until the morning. This is the point many workers would think about heading for the door. Yet, for millions of Japanese employees, the thought of clearing away their desks and being at home in time for dinner is enough to invite accusations of disloyalty to the company. But, after decades of giving companies carte blanche to milk every last drop of productivity from their workforce, a challenge to Japan’s ingrained culture of overwork has come from the government, which is considering making it a legal requirement for workers to take at least five days’ paid holiday a year.", + "output": [ + " Why would someone be considered disloyal to their company in Japan?", + " What does the Japanese government want workers to do now?", + " Who or what is driving the change in Japanese work habits?" + ] + }, + { + "input": " Japanese employees are currently entitled to an average 18.5 days’ paid holiday a year – only two fewer than the global average – with a minimum of ten days, as well as 15 one-day national holidays. In reality, few come even close to taking their full quota, typically using only nine of their 18.5-day average entitlement. While many British workers regard a two-week summer holiday as an inalienable right, workers in Japan have come to see a four-night vacation as the height of self-indulgence. The move, to be debated in the current parliamentary session, comes after companies started encouraging employees to nap on the job to improve their performance. By the end of the decade, the government hopes that, if passed, the law will push Japanese employees towards following the example set by British workers, who use an average of 20 days’ paid annual leave, and those in France, who take an average of 25.", + "output": [ + " What are Japanese workers likely to think about taking a two-week summer holiday?", + " What does the government hope will happen by 2020?", + " What are British workers likely to think about a four-night vacation?" + ] + }, + { + "input": " Japan’s unforgiving work culture may have helped turn it into an economic superpower, its corporate foot soldiers revered in the rest of the world for their commitment to the company, but this has often been to the exclusion of everything else. Japan’s low birth rate and predictions of rapid population decline are partly blamed on the lack of time couples have to start families. More employees are falling ill from stress, or worse, succumbing to karoshi, death through overwork. Despite studies suggesting that longer hours in the office or workshop or on the factory floor do not necessarily make people more productive, today’s workers are still nursing a collective hangover from the bubble years of the 1980s.", + "output": [ + " How do people in the world view the Japanese employees?", + " What is increasingly happening to Japanese employees because of work?", + " What has increased because of the Japanese culture of overworking?" + ] + }, + { + "input": " About 22% of Japanese work more than 49 hours a week, compared with 16% of US workers and 11% in France and Germany, according to data from the Japanese government. In spending 14 hours a day at work and giving up many of her paid holidays, Erika Sekiguchi is not even an extreme example. The 36-year-old trading company employee used eight of her 20 days of paid vacation in 2014, six of which counted as sick leave. “Nobody else uses their vacation days,” Sekiguchi said. She faces a dilemma: never to take time off or to invite criticism for leaving her colleagues in the lurch. Yuu Wakebe, a health ministry official overseeing policy on working hours, who admits putting in 100 hours of overtime a month, blames the irresistible pressure to match one’s colleagues, hour for hour. “It is a worker’s right to take paid vacations,” Wakebe said. “But unfortunately working in Japan involves quite a lot of volunteer spirit.”", + "output": [ + " Who says that Japanese workers don’t use their vacation days?", + " What does Yuu Wakebe say about Japanese employees?", + " What does Yuu Wakebe’s quote convey about working in Japan?" + ] + }, + { + "input": " That fear of being ostracized at work is being blamed for a rise in stress-related illness, premature death and suicide. According to official data, about 200 people die every year from heart attacks, strokes and other karoshi events brought on by punishing work schedules. The prime minister, Shinzo Abe, is not known for taking long vacations. Yet even he has spoken out against the unreasonable demands companies place on their employees as they struggle to stay afloat in a more complex globalized market. Japan’s working culture, Abe said recently, “falsely beatifies long hours”.", + "output": [ + " What is one reason for the increase in stress-related illnesses in Japan?", + " What makes around 200 people die every year in Japan?", + " Who is scared of disapproval from their colleagues in Japan?" + ] + }, + { + "input": " The small space is set up to look like a classroom. Its corrugated iron walls are hung with educational charts – illustrated letters of the alphabet and a map of Bangladesh. But, the constant sound of hammering and the chemicals in the air that catch in the back of the throat and irritate the eyes make it hard to concentrate. The children who learn in this three-square-meter room are the lucky ones, however. They have escaped working in the factories opposite.", + "output": [ + " What is depicted on the walls?", + " Why are the people in the room lucky?", + " Which children are referred to as “lucky”?" + ] + }, + { + "input": " For 14 years, SOHAY, a grassroots non-governmental organization (NGO) funded by the Global Fund for Children and Comic Relief, has been working in slum areas of Dhaka to get child laborers into school. It focuses on children working in hazardous conditions – in aluminum and plastic factories, and tanneries. The classroom is one of 23 urban development centers that SOHAY has set up across the capital. The centers prepare children for primary school with classes that help them catch up on their education. Once they are in primary school, the children can do homework at the centers, with help from their peers. Alamin, ten, who used to work in a plastic factory, attends one of the centers. His father is a street seller and his mother a part-time domestic worker. They are all happy that he’s now in school and away from hazardous work. His friend Rabi says he wants to forget his past in the factory. “I like school,” he says. ", + "output": [ + " What do the classes at the center do?", + " Who is Alamin?", + " What does Alamin currently do?" + ] + }, + { + "input": " SOHAY also runs sessions for parents and employers to discourage child labor and offers skills training to increase family income. “Getting working children into formal education is really very challenging,” says SOHAY’s program manager, Mohammed al-Mamun. “Their psychological and physical condition is not like other children in society. After they leave work, they sometimes find it difficult to make friends and adapt to school.” It is also very challenging to ensure they stay in school – the dropout rate is very high for these children. Seven-year-old Zhorna Akter Sumayya has two older brothers, both of whom are in work (one at a restaurant, one at a local club). But, after being introduced to education at one of SOHAY’s centers, she now goes to a state primary school. Her parents can’t survive without the income their sons bring home, but they were keen for their daughter to go to school. ", + "output": [ + " What is a challenge working children face in regards to attending school, according to al-Mamun?", + " What do Zhorna’s brothers do?", + " Why do Zhorna’s brothers both work instead of attending school?" + ] + }, + { + "input": " In 2015, SOHAY helped 1,540 children to leave hazardous work and 2,125 vulnerable children – those in danger of entering work – into school. About 780 more children are preparing to enter school in 2017. The organization is also helping 635 children who are working in hazardous conditions to know their rights under Bangladesh’s 2010 child labor elimination code of conduct. The policy aimed to eradicate all forms of child labor by 2015 but that target was missed. The Labor Law of Bangladesh 2006 bans children under the age of 14 from working but, according to the UN children’s agency, UNICEF, 4.7 million children under that age are employed in the informal sector and 1.3 million aged five to 17 work in hazardous industries. ", + "output": [ + " What did SOHAY do in 2015?", + " What statistic does UNICEF provide about children in Bangladesh?", + " How many children did SOHAY help leave work in 2015?" + ] + }, + { + "input": " Robert Myslajek stops dead. Between two paw prints on a muddy mountain track, the scientist finds what he is looking for. “Droppings!” he enthuses. Wolf sightings are so rare that the sighting of their feces marks a good day, even for a seasoned tracker. But it is getting easier. There are now an estimated 1,500 wolves in Poland. The number has doubled in 15 years. Wolves are – along with the brown bear, the lynx and the wolverine – Europe’s last large predator carnivores. Conservationists from Britain, Germany and the Netherlands are beating a path here to find out how Poland has saved this protected species, slandered even in fairy tales.", + "output": [ + " How does Myslajek react to what he sees between the two paw prints?", + " Why do scientists from Britain, Germany and the Netherlands come to Poland?", + " Why was it “a good day” for Myslajek?" + ] + }, + { + "input": " The scientist, who is a familiar face on Polish television, says wolves are exceptional animals that are capable of moving up to 30km during a single hunt. “The Beskidy pack is a strong unit, eight or nine individuals. This year, we have recorded five cubs, two yearlings and two adults. We track them using motion-activated cameras in the forest and by following their prints in the mud and snow. In each family group, only one pair reproduces, once a year. All pack members care for the young with solidarity and devotion.” Myslajek, the son of a shepherd, is puzzled by wolves’ bad reputation. “Why does one speak of a 'lone-wolf gunman'? Why did we have to have Little Red Riding Hood, with its big bad wolf?” He is fascinated by these aloof canines who remained in the wild 33,000 years ago when others decided on a much more comfortable existence as domestic dogs.", + "output": [ + " What is one method scientists use to keep track of the wolves?", + " What does Myslajek think of fairy tales such as Little Red Riding Hood?", + " How are mud and snow useful for the scientists?" + ] + }, + { + "input": " Wolves are not pooches. Myslajek says only scientific arguments – the need to regenerate forests and control the wild animal population – can save Europe’s wild carnivores, especially the unpopular wolf. “Natural predators balance the ecosystem. They keep herbivores in check, thus allowing trees to grow tall for birds to nest in.” The ban on wolf hunting in the western Carpathian mountains came into force in 1995 and nationwide in Poland in 1998. There are now resident packs in virtually all the country’s major forests. The predators coexist with humans rather than being fenced off, as they are in African safari parks. ", + "output": [ + " What is a result of the predatory habits of wolves?", + " What is a consequence of the wolf-hunting ban?", + " Where was wolf-hunting banned in 1995?" + ] + }, + { + "input": " The Polish government pays compensation for livestock killed by wolves. Myslajek advises farmers on erecting electric fences. He has helped revive the use of two deterrents that, for reasons no one quite understands, wolves find particularly scary: strings of small red flags (hung around sheep pens) and the bark of the fluffy white Tatra Mountain Sheepdog.", + "output": [ + " What does the Polish government do when a wolf kills a farm animal?", + " What is one of the things that can help in scaring off wolves, according to Myslajek?", + " What is common to red flags and the Tatra Mountain Sheepdog?" + ] + }, + { + "input": " The survival of Poland’s wolves has been helped by the country’s belated infrastructure development. In 1989, when the communists relinquished power, Poland had only one motorway. Major road projects – requiring wildlife impact studies – began after Poland joined the European Union in 2004. The country now has one of the highest densities in the world of overhead crossings and underpasses for wild animals. Attitudes have also changed. “For many years, hunting was cultural. In 1975, there were fewer than 100 wolves in Poland. Beginning in the 1950s, hunting wolves had been encouraged by the authorities. They paid a reward for killing a wolf worth a month’s salary. It was carnage.” Myslajek says the improvement in Polish wolves’ survival chances has been considerable but remains fragile. Packs are mobile across borders and hunting still goes on in neighboring Russia, Lithuania and Belarus.", + "output": [ + " What was true about Poland in 1975?", + " Why does Myslajek mention Russia, Lithuania and Belarus?", + " Why were there fewer than 100 wolves in Poland in 1975?" + ] + }, + { + "input": " He claims Poland’s new government, elected in October 2015, is hostile to wolves. “The Environment Minister, Jan Szyszko, makes no secret of being a hunter. There are 120,000 licensed hunters in Poland and they are influential in parliament. Being a wolf advocate is not easy. It is not as if you can argue to the politicians that wolves are a big tourist attraction. Most tourists want to see the animals but wolves stay away from humans. They have a tremendously sensitive sense of smell.”", + "output": [ + " Why is it hard to support wolves in Poland’s new government?", + " Why are wolves not a big tourist attraction?", + " Who is Jan Szyszko?" + ] + }, + { + "input": " A nasal spray laced with the ‘Love hormone’ oxytocin could help children with autism learn to handle social situations better, US researchers claim. Scans of children with autistic spectrum disorder showed that a single dose of the chemical improved brain responses to facial expressions, a shift that could make social interactions feel more natural and rewarding for them. The scientists behind the research said a course of oxytocin might boost the success of behavioral therapies that are already used to help people with autism learn to cope with social situations. “Over time, what you would expect to see is more appropriate social responding, being more interested in interacting with other people, more eye contact and more conversational ability,” said Kevin Pelphrey, director of the Child Neuroscience Lab at Yale University. ", + "output": [ + " What difference did oxytocin make to the brains of autistic children, as shown in brain scans?", + " How can oxytocin be used for people with autism, according to the researchers?", + " Do the researchers expect oxytocin to interact well with other treatments?" + ] + }, + { + "input": " Autism is a developmental disorder seen in more than one in 100 people. The condition affects individuals in different ways, but is characterized by difficulties in social interaction and communication. So far, there is no effective treatment for the social problems caused by autism. Researchers at Yale have studied the brain chemical oxytocin as a potential treatment for the social impairments caused by autism because it plays a crucial role in bonding and trust. Results have been mixed, though: one recent study found no significant benefit for youths given the chemical over several days. But Pelphrey said oxytocin might help the brain learn from social interactions; it would work best when used with therapies that encourage people with autism to engage more socially, he said.", + "output": [ + " How were the social aspects of autism effectively treated before the time this article was written?", + " What are the results of Oxytocin experiments so far?", + " What is the effectiveness of non-oxytocin treatments for social problems caused by autism?" + ] + }, + { + "input": " “Our study shows that oxytocin affects the brain and opens up the possibility that, when combined with behavioral treatments, it works like a social enhancer,” he said. The scientists used a technique called functional MRI to scan the brains of 17 youths aged eight to 16 with autism while they looked at images of cars or the eyes of people expressing various emotions. The scans were given 45 minutes after the participants inhaled a placebo or oxytocin through a nasal spray. The scans showed that reward circuitry in the children’s brains behaved more normally after a snort of oxytocin, being more active when the person was looking at faces and less active when viewing the inanimate cars. The study appears in the latest issue of the journal Proceedings of the National Academy of Sciences in the United States.", + "output": [ + " What were the two different groups in the experiment?", + " What is the normal response of reward circuits in children’s brains?", + " Why did the scientists have autistic children look at both people and cars?" + ] + }, + { + "input": " “If our study is replicated, it suggests that oxytocin might treat something for which we don’t have a treatment in autism, and that’s the core social motivation,” Pelphrey told the Guardian. He warned that it was too early to use oxytocin as a treatment for the social difficulties caused by autism and cautioned against buying oxytocin from suppliers online. “We don’t want them running out on the basis of this study or any other and trying oxytocin at home. There is no telling what they are buying. We are nowhere near thinking this is a ready treatment. It needs more follow-up research,” said Pelphrey. “This is an important new study in identifying changes in brain activity in key regions of the brain involved in social cognition in autism following oxytocin administration,” said Simon Baron-Cohen, director of the Autism Research Center at Cambridge University.", + "output": [ + " Who or what claims that oxytocin could be helpful for social motivation in autism?", + " What is one reason Pelphrey warns against buying oxytocin online?", + " What does Pelphrey think about buying oxytocin online?" + ] + }, + { + "input": " A surprising finding, however, is that oxytocin nasal spray did not change performance on the social cognitive task. Nor is it clear yet if oxytocin only has benefits for people with autism or has any unwanted side effects. Finally, oxytocin effects only last about 45 minutes, so there may be practical considerations as to whether this could be used as a treatment. “From a scientific perspective, this study has a lot of evidence from animal and human work to justify serious attention, but more research is needed. Doctors should be cautious about the clinical potential of this hormone until we know much more about its benefits and risks, in much larger studies,” said Simon Baron-Cohen.", + "output": [ + " What is one of the reasons scientists are uncertain about using oxytocin in real life?", + " The duration of oxytocin effects indicates that ...", + " What is currently known about the benefits and side effects of oxytocin?" + ] + }, + { + "input": " Uta Frith, who studies autism at University College London, said: “According to this study, oxytocin may have the effect of making faces more interesting as assessed by greater activity in brain structures concerned with reward evaluation. Disappointingly, this effect is seen only in brain activity and not in behavior. Demonstrating an effect on behavior will be critical if nasal spray treatment is to be of any value.”", + "output": [ + " What does Frith say is a result of the oxytocin study?", + " According to Frith, what would be the crucial piece of evidence needed for showing oxytocin is a valuable treatment for autism?", + " Why does Firth advocate for demonstrating behavioral effects of oxytocin?" + ] + }, + { + "input": " When Larry Pizzi first heard about electric bikes nearly 20 years ago, he asked: “Why would anyone want to screw up a bike by putting a motor and batteries on it?” It’s a question that still puzzles traditionalists. Bicycle shops have been slow to stock e-bikes, even though they have been around since the late 1990s. Sales in the US have been modest. Pizzi, who is now CEO of Currie Technologies, the number one seller of e-bikes in the US, believes that’s about to change. Others in the industry agree. Familiar brands including Trek, Raleigh and Specialized all offer electric models and they’re betting the market is about to take off. “We’re on the cusp of mainstream adoption,” Pizzi said. “There are more players entering the category, it seems, with every passing month.” ", + "output": [ + " Who is Larry Pizzi?", + " What do the bicycle brands Trek, Raleigh, and Specialized think will happen?", + " What is Currie Technologies?" + ] + }, + { + "input": " The US is an outlier when it comes to electric bikes. Nearly 32 million e-bikes were sold in 2014, the vast majority in China, where they are primarily used for transportation. They are popular in much of Europe, too. They’re common in the Netherlands and Switzerland; German postal workers use them to get around and BMW offers one for about $3,000.", + "output": [ + " What was true about the e-bike market in 2014?", + " Who uses e-bikes for work?", + " What is true of the e-bike market in China?" + ] + }, + { + "input": " Electric bikes are different from motorcycles or mopeds, which rely on motorized power; they are bicycles that can be pedaled with – or without – assistance from an electric motor. Riding an e-bike feels like riding a conventional bike with a brisk tailwind; the motor helps you go faster or climb hills but it’s typically not the primary source of propulsion. Unlike mopeds, e-bicycles are usually permitted on bike paths and they can’t travel faster than 20mph.", + "output": [ + " What is one difference between e-bikes and mopeds with regard to their motors?", + " What is one limitation of e-bikes?", + " When can you ride e-bikes on bike lanes?" + ] + }, + { + "input": " To succeed, the electric bike business in the US must clear legal, cultural and financial hurdles. E-bikes are banned in some states, including New York, although the law isn’t strictly enforced. Traditionalists who own and staff bike shops don’t like putting motors on bicycles, citing, among other things, the added weight. Some e-bikes are close to 30kg. E-bikes are also pricey. While low-end models sell for as little as $700, Court Rye, the founder and editor of ElectricBikeReview.com, a popular website, says riders should expect to pay at least $1,500 for a quality e-bike with a good battery. Top-of-the-line models cost more than twice that.", + "output": [ + " Why don’t some bike sellers want to put motors on bikes?", + " What is true of e-bike prices?", + " What can you get for $1,500?" + ] + }, + { + "input": " The companies that make and sell e-bikes say they can overcome those obstacles. E-bike technology, particularly the batteries, is improving. “Batteries are getting smaller, they’re getting lighter, they’re getting more reliable and they are lasting longer,” says Don DiCostanza, the founder and CEO of Pedego, an electric bikemaker and retailer. Big companies like Bosch and Shimano are entering the business, which should help erode resistance from bike shops. In the meantime, lobbying efforts are underway to permit the use of e-bikes everywhere. Perhaps most importantly, as more cities build cycling infrastructure, including dedicated bike lanes, bicycle commuting has become more popular. As the US Census Bureau reported in 2014, the number of bike commuters grew from about 488,000 in 2000 to 786,000 in 2012. Electric bikes make commuting more practical – and fun – by easing worry about hills, headwinds and fatigue. ", + "output": [ + " What does DiCostanza say about e-bike batteries?", + " Why has bicycle commuting become more popular?", + " Who or what is DiCostanza?" + ] + }, + { + "input": " Most of our customers are “aging baby boomers who want to rekindle the experience they had as a kid,” says Pedego’s Don DiCostanza. “The main reason they stopped riding bikes was because of hills.” Pedego has opened nearly 60 stores in the US and it has sold bikes to tour companies in San Francisco and Washington, DC. ElectroBike, which operates 30 stores in Mexico, opened its first American store in Venice Beach, California in the autumn of 2014 and hopes to grow to 25 US stores in a year. CEO Craig Anderson says: “We want to help reduce traffic, help reduce our carbon footprint and promote a healthy lifestyle.” Startups like Pedego and ElectroBike will have to compete with big companies like Trek and Currie, which, in 2012, was acquired by Accell, a public company based in the Netherlands that is Europe’s market leader in e-bikes. Accell owns the Raleigh brand, as well as Haibike, an award-winning German electric bike. ", + "output": [ + " Who are the customers of Pedego, according to Don DiCostanza?", + " According to Craig Anderson, what is one goal of ElectroBike?", + " What does ElectroBike hope to accomplish within a year of opening its store in Venice Beach?" + ] + }, + { + "input": " “Accell has great expectations about e-bikes in North America,” Currie’s Larry Pizzi says. “While baby boomers are still a very important segment, we’re finding that a lot of younger people are now using e-bikes for transportation, instead of cars.” Accell’s Yuba brand even sells a cargo bike with a stronger motor and rear rack. “You can carry two children,” says Pizzi. “You can carry 45kg of shopping. It’s a minivan alternative.”", + "output": [ + " According to Pizzi, which population is now using e-bikes?", + " What is true of the cargo bike?", + " According to Pizzi, what is one benefit of the “cargo bike”?" + ] + }, + { + "input": " From all across Rwanda, and even parts of neighboring Burundi, people flock to the southern town of Butare to a little shop called Inzozi Nziza (Sweet Dreams). They come for a taste of the unknown, something most have never tasted – the sweet, cold, velvety embrace of ice cream. Here, at the central African country’s first ice-cream parlor, customers can buy scoops in sweet cream, passion fruit, strawberry and pineapple flavors. Toppings include fresh fruit, honey, chocolate chips and granola. Black tea and coffee are also on sale. ", + "output": [ + " Where is the ice cream shop located?", + " What can customers buy at the ice cream shop, other than ice cream?", + " Where is one place where people come to the ice cream shop from?" + ] + }, + { + "input": " The shop, which has “ice cream, coffee, dreams” across its signage, is milking local curiosity about the dessert – and “changing lives” in the process, says Inzozi Nziza’s manager, Louise Ingabire. “Ice cream is important,” she says between mouthfuls of a honey-flavored offering. “Some Rwandans like ice cream, but it’s a new thing. We still have some work to do, to tell others that they’ll enjoy it.” True to Inzozi Nziza’s motto, the shop can certainly make dreams come true. “I didn’t have a job before: I just stayed at home. Now, I have a vision for the future. I am making money and I can give some of it to my family,” says the 27-year-old.", + "output": [ + " Why does Louise Ingabire say there is still work to be done?", + " What does Ingabire plan to do with some of the money she is making?", + " Why did Ingabire previously stay at home?" + ] + }, + { + "input": " Butare, which has 89,600 residents and is located 135km south of the capital, Kigali, is the home of the National University of Rwanda. Inzozi Nziza has become a hub for tired students looking to treat themselves to something cool and different. “It’s something uniting people here,” Kalisa Migendo, a 24-year-old agriculture student, says. “If you need to go out and talk to a friend, a girl or a boy, you come to Inzozi Nziza for an ice cream.” Most of the ingredients are sourced locally and the milk comes from a depot in nearby Nyanza. The vanilla beans and cocoa are imported.", + "output": [ + " Where is the National University of Rwanda located?", + " Where do the ice cream shop’s ingredients come from?", + " What is true of Kigali?" + ] + }, + { + "input": " Inzozi Nziza was opened by the theater director Odile Gakire Katese. She met Alexis Miesen and Jennie Dundas, co-founders of Blue Marble Ice Cream in Brooklyn, New York, and formed a partnership with them to open the shop in 2010. “An ice-cream shop, Katese proposed, might help to put the human pieces back together by rebuilding spirits, hopes and family traditions,” Miesen says. At the start, Miesen and Dundas owned the shop in partnership with its staff and had shares in the business, which is a cooperative and non-profit. They did not set financial targets, but waited for 18 months before they transferred their shares to the women, who had by then proved their business credentials.", + "output": [ + " What happened in 2010?", + " Who had all the shares of the business 18 months after the opening?", + " Who founded Blue Marble Ice Cream?" + ] + }, + { + "input": " Though ice cream is somewhat new to Rwanda, Ndangiza is enthused by the idea of the shop. “I think it’s great. It requires a lot of skills and changing people’s mindsets because selling and eating ice cream is not part of Rwanda’s culture\". The Butare shop employs nine women, who spend their spare time practicing with Ingoma Nshya, Rwanda’s first and only female drumming troupe, which was established by Katese ten years ago. The musicians are Hutu and Tutsi women, some survivors of the 1994 genocide, during which almost a million Tutsis and moderate Hutus were killed. Some members of Ingoma Nshya are widows, some orphans. Ingabire’s father, two siblings and many cousins were killed in the genocide. “Some of us are survivors; some know someone who was killed,” she says. “When I’m drumming with them, it gives me power because we’re still alive and survivors.”", + "output": [ + " What is common to all the members of Ingoma Nshya?", + " What does drumming do for Ingabire?", + " What is Ingoma Nshya?" + ] + }, + { + "input": " The popular ice-cream shop features in a documentary by Rob and Lisa Fruchtman, sibling film-makers. Sweet Dreams, which tells the story of how the women have forged a promising post-genocide future, also includes the female drummers. The film, which has been screened in more than a dozen countries, including the US, UK and several African states, premieres in Rwanda in 2014. “We feel the film is about resilience, hope, bravery, resourcefulness and the ability to change the course of your own life,” says Lisa Fruchtman, who won an Academy Award for film-editing in 1984.", + "output": [ + " What is the name of Rob and Lisa Fruchtman’s film?", + " What is one of the things Lisa Fruchtman feels the film is about?", + " Who appears in the film Sweet Dreams?" + ] + }, + { + "input": " Illegal downloading is a kind of “moral squalor” and theft, as much as reaching in to someone’s pocket and stealing their wallet is theft, says author Philip Pullman. In an article for Index on Censorship, Pullman, who is president of the Society of Authors, makes a robust defence of copyright laws. He is highly critical of Internet users who think it is OK to download music or books without paying for them.", + "output": [ + " Where does Philip Pullman hold a senior position?", + " What does Pullman think about pirating?", + " Who does Pullman criticize?" + ] + }, + { + "input": " “The technical brilliance is so dazzling that people can’t see the moral squalor of what they’re doing,” he writes. “It is outrageous that anyone can steal an artist’s work and get away with it. It is theft, as surely as reaching into someone’s pocket and taking their wallet is theft.” His article comes after music industry leaders met British Prime Minister David Cameron in Downing Street, where the issue of web piracy was discussed. Pullman, writer of the His Dark Materials trilogy, says authors and musicians work in poverty and obscurity for years to bring their work to the level “that gives delight to their audiences and, as soon as they achieve that, the possibility of making a living from it is taken away from them”. He concludes: “The principle is simple, and unaltered by technology, science or magic: if we want to enjoy the work that someone does, we should pay for it.”", + "output": [ + " What does Pullman find outrageous?", + " What does Pullman imply about artists?", + " What does Pullman say about authors and musicians?" + ] + }, + { + "input": " Pullman is writing in the next issue of the campaign group’s magazine in a dialogue with Cathy Casserly, chief executive of Creative Commons, which offers open content licenses “that lets creators take copyright into their own hands”. Casserly argues that there is much wrong with copyright, which was created “in an analog age”. Casserly writes: “By default, copyright closes the door on countless ways that people can share, build upon and remix each other’s work, possibilities that were unimaginable when those laws were established.” She says artists need to think creatively about how they distribute and monetize their work, quoting the science fiction writer Cory Doctorow, who said: “My problem is not piracy, it’s obscurity.”", + "output": [ + " What is Casserly’s position on current copyright law?", + " What does Casserly recommend that artists do?", + " According to Casserly, what does the current copyright law prevent artists from doing?" + ] + }, + { + "input": " Index on Censorship agrees. The magazine’s editor, Rachael Jolley, said: “Existing copyright laws don’t work in the digital age and risk criminalizing consumers. We need new models for how artists, writers and musicians earn a living from their work.” The scale of illegal downloading vast. Data collected by Ofcom (the competition authority for the UK communications industries) suggests that, between November 2012 and January 2013 in the UK, 280 million music tracks were digitally pirated, along with 52 million TV shows, 29 million films, 18 million ebooks and 7 million software or games files. Ofcom has said 18% of Internet users aged over 12 admit to having recently pirated content, and 9% say they fear getting caught. Pullman writes in his article: “The ease and swiftness with which music can be acquired in the form of MP3 downloads is still astonishing to those of us who have been building up our iTunes list for some time.”", + "output": [ + " What do the statistics in the paragraph convey?", + " What is the purpose of Pullman’s quote?", + " Which type of digital media is pirated the least, according to the statistics presented in the passage?" + ] + }, + { + "input": " One thing to emerge from the Downing Street meeting was Cameron’s appointment of the Conservative Member of Parliament Mike Weatherley to be his adviser on the subject. A spokesman for the BPI, the record industry trade body, said: “Mike Weatherley is a strong champion of copyright and the artists and creative producers it’s there to protect. We hope Weatherley’s influence and the prime minister’s endorsement of copyright will be brought to bear on the approach of the UK’s intellectual property office.”", + "output": [ + " Who is Mike Weatherly and what is his relation to the BPI?", + " Who does the BPI expect will drive change in copyright policy?", + " Who states that copyright is meant to protect artists and producers?" + ] + }, + { + "input": " On Black Fell, looking down on Northumberland’s beautiful Kielder Water reservoir, a group of people wait in a car park next to a strange wooden building with a minimalist design beamed down from the future. This is Kielder Observatory, the center of Britain’s nascent astrotourism industry. And those waiting outside were the lucky ones. Many more had applied for a night of stargazing at the observatory but numbers are strictly limited. Inside, next to a woodburner and under dimmed lights, the observatory’s founder and lead astronomer, Gary Fildes, a former bricklayer with Tarzan hair, delivers a pep talk to his colleagues. The team discusses the prospect of seeing the northern lights but Fildes is doubtful. Instead, they decide to train their powerful telescopes on Jupiter and Venus and later to pick out stars such as Capella and Betelgeuse. An additional attraction is the appearance of the International Space Station.", + "output": [ + " What is located next to the Kielder Observatory?", + " Who mentions that it might be possible to see the northern lights?", + " What does Fildes’ team decide to do?" + ] + }, + { + "input": " “Remember,” Fildes tells his team, “it’s about interaction, it’s about entertainment, it’s about inspiring people.” Fildes, 49, is at the forefront of the UK’s burgeoning astrotourism industry. The pivotal moment for Northumberland came in 2013 when the entire national park housing Hadrian’s Wall, along with Kielder Water and Forest Park, some 1,500 square kilometers, was awarded Dark Sky Park status, the only one in England. Dark Sky Parks are rare. The 2013 Star Count revealed that only 5% of the UK population can see more than 31 stars on a good night. The Tucson, Arizona-based International Dark-Sky Association (IDA) confers the status only on places that take major steps to avoid light pollution. Recipients must also prove their night skies are sufficiently dark. In Northumberland Dark Sky Park, as the area was rebadged, it is so dark that Venus casts a shadow on the Earth.", + "output": [ + " What did the 2013 Star Count find?", + " What does the International Dark-Sky Association (IDA) do?", + " What is one criteria the International Dark-Sky Association looks for when awarding Dark Sky Park status to a park?" + ] + }, + { + "input": " Duncan Wise, visitor development officer for the Northumberland National Park Authority, helped to spearhead the campaign for dark-sky status. “We tend to look at landscape as everything up to the horizon,” Wise said. “But what about what’s above it?” Wise and others spent years drawing up their submission to the IDA, collecting reams of light readings and forming an alliance of local councils, parks’ bodies and community groups to produce an exterior lighting master plan that influences the construction of new developments in the area. Their efforts have been vindicated. Many of the 1.5 million who visit Northumberland each year are now aware of its Dark Sky status. “We get a lot of people coming here to see the sky now,” says the man at the car-hire firm in Newcastle. “They come in autumn and winter, when it’s darkest. Good for the local hotels as they get business all year round now.”", + "output": [ + " According to Duncan Wise, what do people normally consider as “landscape”?", + " Who is quoted as saying that hotels benefit from the park’s new Dark Sky status?", + " What is true of the autumn and winter in Northumberland?" + ] + }, + { + "input": " Wise acknowledges that Northumberland needs to do more to capitalize on its scarce resource and believes the region needs a couple more observatories to ensure that visitors will see what they came for. A £14m national landscape discovery center, which he describes as the north’s answer to the Eden Project, will have an observatory when it is completed in a couple of years. Fildes has grand designs. He is planning Britain’s first “astrovillage,” one that would house the largest public observatory in the world and boast a 100-seat auditorium, a 100-seat planetarium, a one-meter aperture telescope, and radiomagnetic and solar telescopes. The multimillion-pound project would feature a hotel and draw in 100,000 people a year, four times the number currently able to use the observatory. Fildes is cryptic about his backers but believes the astrovillage will be a reality by 2018.", + "output": [ + " Why does Wise believe Northumberland needs more observatories?", + " What is Fildes’ ambition?", + " What will £14 million be used for?" + ] + }, + { + "input": " However, Northumberland faces competition. Galloway Forest Park in Scotland also has Dark Sky Park status. Since Exmoor was designated Europe’s first International Dark Sky Reserve – one notch below Dark Sky Park – in 2011, a range of local businesses offering stargazing breaks and safaris has sprung up. The UK will have to go some way to eclipse northern Chile, which boasts more than a dozen tourist observatories and has some of the clearest skies in the world. The Teide National Park in Tenerife is also becoming a major astrotourism destination. So, what is driving the desire to look upwards? The media have helped. TV presenters like Brian Cox have attracted a new generation of stargazers. Technology has also played a part. Apps such as Stellarium now turn smartphones into pocket-size planetariums. Ultimately, though, Fildes believes people are starting to appreciate what lies above.", + "output": [ + " What was created in 2011?", + " What did apps like Stellarium contribute to?", + " How does the “Dark Sky Park” status differ from the “Dark Sky Reserve” status?" + ] + }, + { + "input": " Unveiling a car with a top speed of 25mph, two seats and no pedals or steering wheel might not make much of an impression at a motor show. But Google, in the US, sent a minor earthquake through the car and taxi industries as it unveiled the latest version of its driverless car. The electrically powered vehicle, which Google has begun testing around its headquarters in Mountain View, California, dispenses with all the normal controls, including foot pedals. Instead, it has a smartphone app that summons it and tells it the destination, and a single STOP button mounted between the two front-facing seats in case the occupants need to override the computer.", + "output": [ + " What kind of reaction did Google’s new driverless car draw from the automobile industry?", + " How does the car passenger’s phone interact with the car?", + " What is unique about the controls of the car that Google just released?" + ] + }, + { + "input": " The car, in fact, takes over all the tasks of navigation, steering, acceleration and braking. The company is building about 100 prototypes for a two-year test. The company’s co-founder, Sergey Brin, told a conference in California that the vehicle was “still in the prototype stage” but that the project was “about changing the world for people who are not well served by transportation today.” He said of the car: “You’re just sitting there; no steering wheel, no pedals. For me, it was very relaxing. About ten seconds after getting in, I forgot I was there. It reminded me of catching a chairlift by yourself – a bit of solitude I found really enjoyable.”", + "output": [ + " What does Brin say his company’s motivation is for making this car?", + " According to the company’s co-founder, the experience of riding in the car was ...", + " Who does Brin say the car will benefit?" + ] + }, + { + "input": " Google says that the principal aim of the project is to improve safety and that, because the car is constructed with impact-absorbing foam at the front and a plastic windscreen, “it should be far safer than any other car for pedestrians”. The cars, which have been built specially by a company (as yet unnamed) in Detroit, will be used to investigate further how best to make driverless vehicles work. Google will now run a program to test the cars further, which are not yet for sale.", + "output": [ + " According to the article, what has Google done to improve safety?", + " What will Google do now?", + " Could Google’s cars be purchased at the time that the article was written?" + ] + }, + { + "input": " One challenge is creating high-definition scans of the roads and surroundings before the cars can drive along them because they cannot gather and process enough information in real time. So far, there are high-detail maps of about 2,000 miles of California’s roads, but the state has more than 170,000 miles of public roads. Google says it is interested in licensing the technology to traditional vehicle manufacturers once it has refined it sufficiently. Members of the team had been working on the project even before joining Google, for more than a decade. ", + "output": [ + " Why are detailed, high-quality scans of the road needed?", + " When will Google allow other car companies to use their technology?", + " Why can’t the driverless cars currently drive on all roads?" + ] + }, + { + "input": " But the prospect of driverless cars replacing human-driven taxis has been the cause of some alarm. “If you get rid of the driver, then they’re unemployed,” said Dennis Conyon, the south-east director for the UK National Taxi Association. “It would have a major impact on the labor force.” London has about 22,000 licensed cabs and Conyon estimates that the total number of people who drive taxis for hire in the UK is about 100,000. ", + "output": [ + " Why is Conyon worried about driverless cars?", + " Approximately how many taxi drivers are there in the UK?", + " The number of taxi drivers in London is ..." + ] + }, + { + "input": " However, Steve McNamara, general secretary of the 10,500-strong London Taxi Drivers’ Association, said: “You won’t get these driverless cars in London for 20 or 25 years. Maybe, by then, they’ll have a charge point – because there isn’t a single one in London now.” Other car makers, including Volvo, Ford and Mercedes, are working on driver-assisted vehicles, which, unlike Google’s version, do not dispense with the driver controls. But Chris Urmson, director of the self-driving car project at Google, said that the new prototypes dispensed with the steering wheel and brakes because there was no guarantee that a human occupant would be able to take over in an emergency, and that it was simpler just to have an emergency stop button.", + "output": [ + " How will Volvo’s cars contrast with Google’s cars?", + " Why did Google remove the steering wheel from their driverless car prototypes?", + " Who is planning on implementing driver controls in self-driving cars?" + ] + }, + { + "input": " Urmson said: “The vehicles will be very basic. We want to learn from them and adapt them as quickly as possible. But they will take you where you want to go at the push of a button. And, that’s an important step towards improving road safety and transforming mobility for millions of people.” So far, the Google versions of the self-driving cars have covered 700,000 miles without an accident caused by the computer. The company points out that thousands of people die each year on the roads and that about 80% of crashes can be ascribed to human error. But, they could have some way to go to match Conyon at the National Taxi Association. Aged 79, he has been driving a taxi for 50 years and claims never to have had an accident.", + "output": [ + " Getting where you want to go with Google’s new car will ...", + " How do Google driverless cars perform?", + " What kind of accidents does Google pride itself in having managed to avoid during the testing phase of the car?" + ] + }, + { + "input": " “I shifted towards it naturally,” he said of his becoming an expert in wealth therapy. “Many of the extremely wealthy – the 1% of the 1% – feel that their problems are really not problems. But they are. A lot of therapists do not give enough weight to their issues.” So, what issues are America’s 1% struggling with? “There is guilt over being rich in the first place,” he said. “There is the feeling that they have to hide the fact that they are rich. And, then, there is the isolation – being in the 1%, it turns out, can be lonely.” It seems F. Scott Fitzgerald was right: the very rich “are different from you and me.” Counselors argue things have become worse since the financial crisis and the debate over income inequality that has been spurred on by movements like Occupy Wall Street and the Fight for $15 fair wage campaign.", + "output": [ + " Who thinks that the problems of the wealthy are not real?", + " What do wealthy people feel guilty about?", + " What do the wealthy feel is not real?" + ] + }, + { + "input": " “The Occupy Wall Street movement was a good one and had some important things to say about income inequality but it singled out the 1% and painted them globally as something negative,” said Jamie Traeger-Muney, a wealth psychologist and founder of the Wealth Legacy Group. The media, she said, is partly to blame for making the rich “feel like they need to hide or feel ashamed”. “Sometimes, I am shocked by things that people say. You would never refer to another group of people in the way that it seems perfectly normal to refer to wealth holders.”", + "output": [ + " How does the media affect rich people, according to Traeger-Muney?", + " What does Traeger-Muney imply people say about the wealthy?", + " What is Traeger-Muney sometimes shocked by?" + ] + }, + { + "input": " “It’s really isolating to have a lot of money. People’s reactions to you can be scary,” said Barbara Nusbaum, an expert in money psychology. “We are all taught not to talk about money. It’s not polite to talk about money. Ironically, it’s harder to talk about having money than it is to talk about not having money. It’s much more socially acceptable to say ‘I am broke. Things are hard.’ You can’t say ‘I have a ton of money.’ You have to keep a lot of your life private.” As a result, Cockrell points out, the rich tend to hang out with other rich Americans, not out of snobbery but in order to be around those who understand them and their problems.", + "output": [ + " What is the quote ‘I am broke. Things are hard’ an example of?", + " According to Cockrell, why do the wealthy tend to spend more time with other wealthy people?", + " What is the quote ‘I have a ton of money’ an example of?" + ] + }, + { + "input": " In the US, over the last three decades, the number of extremely wealthy people has been climbing. According to research from Spectrem Group, in 2014, the number of US households with $1m or more in assets – excluding the value of their primary home – increased by 500,000 to 10.1m. In 2007, that number was 9.2m. Households worth $5m or more reached 1.3m and 142,000 households are now worth $25m or more. Since the 2008 financial crisis, the income gap has expanded and the situation “has gotten worse for the wealthy,” Cockrell said. The main reason? Not knowing if your friends are friends with you or your money. “Someone else who is also a billionaire – they don’t want anything from you. Never being able to trust your friendships with people of different means, I think that is difficult,” said Cockrell. “As the gap has widened, the rich have become more and more isolated.” ", + "output": [ + " What is excluded from the presented wealth estimates in the US?", + " What is something that got worse for the wealthy since the 2008 financial crisis?", + " How have things changed for the wealthy since the 2008 financial crisis, according to Cockrell?" + ] + }, + { + "input": " Some Americans have taken to keeping their wealth secret. “There are a lot of people that are hiding their wealth because they are concerned about negative judgment,” said Traeger-Muney. “If wealthy Americans talk about the unique challenges that come with their wealth, people often dismiss their experience. People say ‘Oh, poor you.’ There is not a lot of sympathy there,” she said. “Wealth is still one of our last taboos.” Cockrell said that a common mistake that many of his wealthy clients make is letting their money define them. “I don’t think it’s healthy to discount your problems. If you are part of the 1%, you still have problems and they are legitimate to you. Even when you say, ‘I don’t have to struggle for money’, there are other parts of your life. Money is not the only thing that defines you,” he said. “Your problems are real.”", + "output": [ + " What does Traeger-Muney say often happens when wealthy people talk about their problems?", + " What does Cockrell say is a common mistake that his wealthy clients make?", + " What does Cockrell say is true if someone is part of the 1%?" + ] + }, + { + "input": " Benjamin Carle is 96.9% made in France, right down to his underpants and socks. Unfortunately, six Ikea forks, a Chinese guitar and unsourced wall paint stopped him being declared a 100% economic patriot, but nobody is perfect. Carle, 26, set out, in 2013, to see if it was possible to live using only French-made products for ten months as part of a television documentary. The idea was triggered by the Minister for Economic Renewal Arnaud Montebourg’s call for the public to buy French to save the country’s industrial production sector. The experiment cost Carle his smartphone, television, refrigerator (all made in China); his spectacles (Italian); his underpants (Moroccan); morning coffee (Guatemalan) and his adored David Bowie music (British). Fortunately, his long-suffering girlfriend, Anaïs, and cat, Loon, (both French) stuck with him.", + "output": [ + " What is true of Carle’s Ikea forks?", + " What was the main premise of Carle’s television documentary?", + " What did Arnaud Montebourgh do?" + ] + }, + { + "input": " “Politicians say all sorts of things and expect us to go along with it. I wanted to see if it was possible and feasible to do what the minister was asking us to do; to hold him to account for his words,” Carle told the Guardian over a non-French coffee in a Parisian café after finishing his documentary. He set just three rules for himself: eat only foods produced in France, eliminate contact with foreign-made goods and do so on €1,800 a month (above the minimum wage of €1,430 to cover the extra expense of living in Paris). The journalist was shocked to find out at the start of the experiment that only 4.5% of the contents of his flat were made nationally – and that the rest would have to go, including the lightbulbs (China) and green beans (Kenya).", + "output": [ + " What do the rules of the experiment allow Carle to do?", + " What was Carle shocked to find out at the beginning of the experiment?", + " Who set the three rules of Carle’s experiment?" + ] + }, + { + "input": " The removal men left Carle’s home almost bare. Left without a refrigerator (none are made in France) or nail clippers, he was forced to chill his food on the window ledge and saw at his toenails with a penknife. His foreign-made clothes, down to his underwear, were replaced with more expensive alternatives: French-produced underpants (€26), socks (€9), polo shirt (€75), espadrille sandals ( €26), but no jeans as none are produced in France. During the experiment, Carle scoured supermarket shelves for 100% French-made products, learned to cook seasonal fruit and vegetables grown in France, proudly brushed his teeth with the last toothbrush made in France by a company in Picardie employing 29 people and hand-washed his smalls until he found the last French-made washing machine (which, being top opening, would not fit under the kitchen counter).", + "output": [ + " What is true about Carle’s jeans prior to the arrival of the removal men?", + " What is true about Carle’s new French-made washing machine?", + " What is true about Carle’s underpants prior to their replacement?" + ] + }, + { + "input": " Going out with friends was problematic – no American films, no Belgian beer, no sushi or pizza. Staying home, with no sofa for the first few months and no television, meant listening to crooner Michel Sardou and reading French novels. French wine was, of course, allowed and French-Canadian singer Céline Dion, but not, according to his advisers, French bands such as Daft Punk, who sing in English. Unable to use his British-made bicycle or even a French car after discovering the only affordable Peugeot, Renault and Citroën models are mostly made overseas, Carle invested in a fug-emitting orange Mobylette moped. The last things to go were the computer, replaced by a Qooq, a recipe tablet that connects – slowly – to the internet and the iPhone, swapped for an old Sagem mobile.", + "output": [ + " Why was listening to Daft Punk forbidden?", + " Why was driving a Peugeot car not possible?", + " Why did Carle buy a Mobylette?" + ] + }, + { + "input": " The documentary shows Carle – realizing he is addicted to his iPhone – smashing it with a brand-new French-made Tefal saucepan, while his girlfriend shrieks: “Are you crazy? Those are new pans!” Carle tells viewers his aim is to “save the French economy. After all, I like Mission Impossible.” He admits the experiment was part serious and part jest. At one point, he consults a French language expert to check if he should keep using “cool” and other Anglicisms – he was advised to swap it for the nearest French equivalent: “chouette.” On discovering France makes no refrigerators (apart from wine coolers) or televisions, but is big in airplane seats and windmills, he sighs and says: “Great. Nothing that will fit into my apartment.” ", + "output": [ + " Why does Carle’s girlfriend ask him if he is crazy?", + " What is true of the English word “cool”?", + " What does Carle do with his new Tefal saucepan?" + ] + }, + { + "input": " At the end of the experiment, Carle takes out a bank loan to refurnish his home and clothe himself. A special “auditor” declares him 96.9% “made in France” and Montebourg visits to present him with a medal. Carle’s conclusion: “It’s not entirely possible or even desirable to live 100% ‘made in France,’ particularly in terms of new technology.” But that wasn’t the point. “This wasn’t about French nationalism or patriotism. It was trying to show that we should reflect about the way we consume and make different choices, and that applies in all countries. If we want to save jobs and industries, wherever we are, we might think about supporting them.”", + "output": [ + " What happened at the end of the experiment?", + " What was the experiment trying to show, according to Carle?", + " What did Carle say about the possibility of living with products 100% ‘made in France’?" + ] + }, + { + "input": " According to Carle, “A T-shirt is more expensive in France but I can be sure it has been produced by workers who are correctly paid and have good working conditions. I cannot be sure about a cheaper T-shirt produced in Asia or Morocco.” He added: “It’s hypocrisy to go around blaming capitalists for a country’s economic decline when people could be doing more as consumers.” Carle says he hopes to continue supporting French industry and producers, but not 100%. “It is a full-time job just finding the stuff,” he said. The first thing he did when the experiment ended was invite his friends around for the evening to enjoy “a plate of cheese and listen to the David Bowie album Aladdin Sane.” “It was difficult not being able to invite people around because there was nowhere to sit ... but I’d choose Bowie over a sofa any day.”", + "output": [ + " What is Carle not sure of when it comes to T-shirts produced in Morocco?", + " What did Carle’s guests do?", + " What does Carle say about French workers who manufacture T-shirts?" + ] + }, + { + "input": " Such is the lot of the modern-day chemist: you wait ages for a new element to turn up and then four come along at once. Discovered by researchers in Japan, Russia and the US, the four new elements are the first to be added to the periodic table since 2011, when elements 114 and 116 were included. The new elements, all spectacularly short-lived and highly radioactive, complete the periodic table’s seventh row and render science textbooks around the world out of date. ", + "output": [ + " What happened in 2011?", + " What is true about the new elements?", + " Who discovered the new elements?" + ] + }, + { + "input": " The US-based International Union of Pure and Applied Chemistry (IUPAC), the global organization that governs chemical nomenclature, terminology and measurement, verified the elements on 30 December, 2015 after poring over studies dating back to 2004. The scientists who found them must now come up with formal names to replace the clunky Latin- based placeholders – ununtrium, ununpentium, ununseptium and ununoctium – which reflect their atomic numbers, 113, 115, 117, and 118. The atomic number is the number of protons found in an element’s atomic nucleus.", + "output": [ + " What is the International Union of Pure and Applied Chemistry?", + " What must the scientists who found the new elements do now?", + " 113, 115, 117, and 118 are ..." + ] + }, + { + "input": " IUPAC announced that a Russian-American team of scientists at the Joint Institute for Nuclear Research in Dubna and Lawrence Livermore National Laboratory in California had produced sufficient evidence to claim the discovery of elements 115, 117 and 118. The body awarded credit for the discovery of element 113, which had also been claimed by the Russians and Americans, to a team of scientists from the RIKEN Institute in Japan. The decision means Japan becomes the first Asian country to name an element. Under IUPAC rules, new elements can be named after mythological concepts, minerals, a place or country, or a scientist. ", + "output": [ + " Who discovered elements 115, 117, and 118?", + " Why does the article mention Japan?", + " Who did IUPAC credit the discovery of element 113 to?" + ] + }, + { + "input": " When elements 114 and 116 were assigned formal names in 2012, scientists chose flerovium and livermorium respectively, after the Flerov Lab at Dubna’s Joint Institute of Research and the Lawrence Livermore Lab in the US, where the elements were discovered. Kosuke Morita, who led the research at RIKEN, said his team now planned to “look into the uncharted territory of element 119 and beyond.” Jan Reedijk, president of the Inorganic Chemistry Division of IUPAC, said: “The chemistry community is eager to see its most cherished table finally being completed down to the seventh row.” ", + "output": [ + " How were the formal names for elements 114 and 116 chosen?", + " What does the RIKEN research team plan to do now?", + " Who is Kosuke Morita?" + ] + }, + { + "input": " The Japanese team is believed to be considering three names for ununtrium: japonium, rikenium and nishinarium, after the Nishina Center for Accelerator-Based Science, where the element was found. “They will have been thinking about it for a while already,” said Polly Arnold, professor of chemistry at Edinburgh University. “This is painstaking work. All this trying to understand Mother Nature helps us with our models and with understanding radioactive decay. If we understand it better, hopefully we can do better at dealing with nuclear waste and things that are important in the real world. It also leads to fantastic technological advances in building the equipment to make these observations.”", + "output": [ + " What does Polly Arnold say about the work that is being done?", + " What would lead to great improvements in technology?", + " What may happen once people understand radioactive decay better?" + ] + }, + { + "input": " Along with new names, the scientists must propose two-letter symbols for the elements. When IUPAC has received the researchers’ suggestions, they will be put up for public review for five months. That allows scientists and others to raise any objections. In 1996, the symbol Cp was proposed for copernicium, or element 112, but it was swapped to Cn when scientists complained that Cp referred to another substance. ", + "output": [ + " What happens once IUPAC receives a suggested symbol for an element?", + " Why was the suggestion to use symbol Cp for copernicium not accepted?", + " Why is the public involved in the element symbol-naming process?" + ] + }, + { + "input": " To discover the elements, researchers at the three labs slammed lighter nuclei into one another and looked for signature radioactive decays that should come from the new elements. Ununtrium and ununpentium are thought to be metals, while ununseptium could be a metalloid – a material bearing some metallic properties. The fourth element, ununoctium, may be a noble gas, like other group-18 elements, helium, neon and argon. It is hard to know for sure because so few atoms of each element have ever been made. Paul Karol, chair of the IUPAC panel that verified the elements, said: “Practical applications of the new elements, if any, are a long way off because of the difficulty in synthesis.”", + "output": [ + " How did researchers discover the elements?", + " What does Paul Karol say about the new elements?", + " Why did researchers look for radioactive decays?" + ] + }, + { + "input": " Lots of us know we are sleep-deprived, but imagine if we could fix it with a fairly simple solution: getting up later. In a speech at the British Science Festival, Dr. Paul Kelley, clinical research associate at the Sleep and Circadian Neuroscience Institute at Oxford University, called for schools to stagger their starting times to work with the natural biological rhythms of their students. It would improve cognitive performance, exam results and students’ health (sleep deprivation has been linked with diabetes, depression, obesity and an impaired immune system). ", + "output": [ + " How did Dr. Paul Kelley convey his opinion on staggering school starting times?", + " What are some of the effects of following Dr. Kelley’s suggestion?", + " What does Dr. Kelley suggest about the current starting time for schools?" + ] + }, + { + "input": " It follows a paper, published in 2014, in which he noted that, when children are around ten, their biological wake-up time is about 6.30am; at 16, this rises to 8am; and, at 18, someone you may think of as a lazy teenager actually has a natural waking hour of 9am. The conventional school starting time works for 10-year-olds but not 16- to 18-year-olds. For the older teenagers, it might be more sensible to start the school day at 11am or even later. “A 7am alarm call for older adolescents,” Kelley and his colleagues pointed out in the paper, “is the equivalent of a 4.30am start for a teacher in their 50s.”", + "output": [ + " What does Kelley state about people’s natural wake-up times?", + " Why does Kelley mention teachers in their 50s?", + " What does Kelly say about the wake-up time of 18-year-olds?" + ] + }, + { + "input": " He says it’s not as simple as persuading teenagers to go to bed earlier. “The body’s natural rhythm is controlled by a particular kind of light,” says Kelley. “The eye doesn’t just contain rods and cones; it contains cells that then report to the suprachiasmatic nuclei in the hypothalamus.” This part of the brain controls our circadian rhythms over a 24-hour cycle. It’s like saying: ‘Why can’t you control your heartbeat?’” ", + "output": [ + " Why does Kelley say that going to bed earlier is not the solution to waking up earlier?", + " What is one role of eye cells in humans?", + " What does Kelley say is critical to people’s sleep rhythms?" + ] + }, + { + "input": " But it isn’t just students who would benefit from a later start. Kelley says the working day should be more forgiving of our natural rhythms. Describing the average sleep loss per night for different age groups, he says: “Between 14 and 24, it’s more than two hours. For people aged between 24 and about 30 or 35, it’s about an hour and a half. That can continue up until you’re about 55 when it’s in balance again. The 10-year-old and 55-year-old wake and sleep naturally at the same time.”", + "output": [ + " What does Kelley say about the relationship between working hours and natural rhythms?", + " Starting in adolescence, how does a person’s average sleep loss per night change as they age, according to Kelley?", + " Who has a greater average sleep loss than a 24 year old person?" + ] + }, + { + "input": " This might be why, he adds, the traditional nine to five is so ingrained; it is maintained by bosses, many of them in their mid-50s and upwards because “it is best for them”. So, should workplaces have staggered starting times, too? Should those in their 50s and above come in at 8am, while those in their 30s start at 10am and the teenage intern or apprentice be encouraged to turn up at 11am? Kelley says that synchronized hours could have “many positive consequences. The positive side of this is people’s performance, mood and health will improve. It’s very uplifting in a way because it’s a solution that will make people less ill, and happier and better at what they do.”", + "output": [ + " Who would arrive to work earliest if workplaces introduce the staggered starting times described in the passage?", + " According to Kelley, how will staggered starting times affect employees?", + " According to Kelley, how would staggered starting times benefit workplaces?" + ] + }, + { + "input": " There would probably be fewer accidents as drivers would be more alert, he says. It could spell the end of rush hour as people stagger their work and school-run times. A later start to the day for many, says Kelley, “is something that would benefit everyone, particularly families. Parents go and try to wake up teenagers who are waking up three hours too early. It creates tensions for everybody.” So, what time does Kelley start work? “I am 67 so that means I’m back to being ten years old and I get up just after six. I wake naturally.” And, yes, he says he finds the start of his working day much easier now than he did when he was younger.", + "output": [ + " How might staggered starting times for work affect traffic, according to Kelley?", + " How would later start times affect families, according to Kelley?", + " According to Kelley, what creates difficulties for parents in the morning?" + ] + }, + { + "input": "mn-Born Children Better at Sports Says Study", + "output": [] + }, + { + "input": " Do you want your child to be good at sports, make the school team and, maybe one day, even compete on the world stage? Well, try to ensure that your would-be Olympian or World Cup winner is born in November or, failing that, in October. A study has found that school pupils born in those months are fitter than everyone else in their class. November- and October-born children emerged as fitter, stronger and more powerful than their peers born in the other ten months of the year, especially those whose birthdays fell in April or June. Dr. Gavin Sandercock, who is from the Center for Sports and Exercise Science at Essex University and led the study, found that autumn-born children enjoyed “a clear physical advantage” over their classmates.", + "output": [ + " What does the study say about the fitness of children born in April or June?", + " Who is Gavin Sandercock?", + " Who does the article suggest to be the weakest in comparison with children born in October and November?" + ] + }, + { + "input": " The research involved 8,550 boys and girls aged between ten and 16 from 26 state schools in Essex. All were tested between 2007 and 2010 on three different measures of fitness: stamina, handgrip strength and lower-body power. The results revealed that a child’s month of birth could make “significant” differences to their levels of cardiovascular fitness, muscle strength and ability to accelerate, all of which predict how good someone is at sports, in which such attributes are vital. Performances at school sports days in the weeks ahead may bear out the findings. November-born children were the fittest overall as they had the most stamina and power and were the second strongest. Those born in October were almost as fit, scoring highest for strength and coming third for power, with December children close behind.", + "output": [ + " What did the study find about stamina, handgrip strength and lower-body power of children?", + " What were the study’s conclusions concerning the stamina, power, and strength of November children compared to other children?", + " What was one measure the scientists used to assess the children’s fitness?" + ] + }, + { + "input": " The gap in physical prowess between children in the same class but born in different months was sometimes very wide. “For example, we found that a boy born in November can run at least 10% faster, jump 12% higher and is 15% more powerful than a child of the same age born in April. This is, potentially, a huge physical advantage,” said Sandercock. Such gaps could ultimately decide who became a top-level athlete because, as the paper says, “selection into elite sports may often depend on very small margins or differences in an individual’s physical performance”. The study, which has been published in the International Journal of Sports Medicine, found that, when scores for the three kinds of fitness were combined, those born in April were the least fit, then those in June. That could see those children excluded from school teams and becoming sporting underachievers, Sandercock said.", + "output": [ + " What are percentages used for in the passage?", + " What can small differences in physical performance determine?", + " According to Sandercock, what does selection into elite sports often depend on?" + ] + }, + { + "input": " The findings seem to show that children born in the early months of the school year enjoy a double “autumn advantage” – they are already known to have an academic advantage and, now, they also appear to be better equipped for sports, too. The authors believe that autumn-born children’s greater exposure over the summer months, towards the end of pregnancy, to vitamin D is the most likely explanation. John Steele, chief executive of the Youth Sport Trust, said the quality of a young person’s introduction to sports at school can be “a major factor” in their sporting development. “Children that get a high-quality first experience, which develops their physical literacy, are those that will have greater agility, balance and coordination, and are more likely to develop an enjoyment of physical activity and excel in sports as they grow up”, he said.", + "output": [ + " What does the study say about vitamin D?", + " What is one effect of a high-quality first sports experience, according to Steele?", + " What does Steele say is “a major factor” in the development of a child’s athletic abilities?" + ] + }, + { + "input": " UK Sport could not say if a disproportionately high number of the 1,300 athletes across 47 sports it funds were born in November and October. Natalie Dunman, its head of performance pathways, said that, while the differences highlighted in the new findings were borne out by teenagers competing in junior-level competitions, they had disappeared by the time athletes were taking part in adult competitions. She said: “Looking at elite, senior athletes, there are many factors that go into making a champion and our work hasn’t uncovered anything to suggest that month of birth is one of the key ingredients.”", + "output": [ + " What does Natalie Dunman note is a limitation to the study?", + " According to Dunman, when it comes to adult athletes ...", + " Where does Dunamn believe the athletic abilities of adults are derived from?" + ] + } + ] +} \ No newline at end of file diff --git a/tasks/task1744_cose_answer_generation.json b/tasks/task1744_cose_answer_generation.json new file mode 100644 index 000000000..2b087a8dc --- /dev/null +++ b/tasks/task1744_cose_answer_generation.json @@ -0,0 +1,15695 @@ +{ + "Contributors": [ + "Mayank Garg" + ], + "Source": [ + "CosE v1.0 (https://huggingface.co/datasets/cos_e)" + ], + "Categories": [ + "Answer Generation" + ], + "Input_language": [ + "English" + ], + "Output_language": [ + "English" + ], + "Instruction_language": [ + "English" + ], + "Definition": "You're given a question, three answer options, and a sentence. Predict the correct answer based on the sentence. The Sentence is the abstractive explanation based on Commonsense reasoning.", + "Positive Examples": [ + { + "input": "Sentence: when the work day is done, it is time to leave work. \nQuestion: In the morning you return to work, in the evening you? \nchoices: (A) get out of bed, (B) leave work, (C) go to meeting", + "output": "leave work", + "explanation": "Question is \"In the morning you go to work, and in the evening what?\". The fact clearly states that \"when the day is over, then it's time to leave the work\". Hence, The answer would be leaving work which is the 2nd option among the three choices." + }, + { + "input": "Sentence: a computer is the only place to store a digital file. \nQuestion: Where can someone keep a digital file? \nchoices: (A) computer, (B) filing cabinet, (C) desk drawer", + "output": "computer", + "explanation": "Question is \"where could someone keep a digital file?\". The fact clearly states that digital files are stored in computers. Hence, The answer would be computer which is the 1st option among 3 choices." + } + ], + "Negative Examples": [ + { + "input": "Sentence: camping is a sport, tents are used for camping \nQuestion: Where is a football likely to be? \nchoices: (A) hardware store, (B) delivery room, (C) sporting goods store", + "output": "sporting goods store", + "explanation": "The fact tells us about camping and tent, and the question is where one can find the football. Among the choices, the most appropriate option would be sporting goods store. But since that's not based on the input sentence. Hence, it's not acceptable." + }, + { + "input": "Sentence: studying for a final exam lets you review what material you learned over the course of the class. \nQuestion: What can you do before taking final exams to help with them? \nchoices: (A) study, (B) revision, (C) cheat", + "output": "study", + "explanation": "The sentence tells us that students do revision and study of material they learned over the course before the exam. The question asked about what one could do before final exams. In the choices, one option is Study, and another option is revision. Both could be the answer, and there is ambiguity in selecting the choices." + } + ], + "Instances": [ + { + "input": "Sentence: a house is the only place that is not likely to sell things \nQuestion: If a lantern is not for sale, where is it likely to be? \nchoices: (A) antique shop, (B) house, (C) dark place", + "output": [ + "house" + ] + }, + { + "input": "Sentence: a group musical program suggests a concert \nQuestion: Which group is the cover for tonight's musical program? \nchoices: (A) concert, (B) opera, (C) television", + "output": [ + "concert" + ] + }, + { + "input": "Sentence: eating too much regularly we all heavy weight in all formats \nQuestion: What is likely to happen from eating too much regularly? \nchoices: (A) getting full, (B) gas, (C) gaining weight", + "output": [ + "gaining weight" + ] + }, + { + "input": "Sentence: park is a place for relaxation while church is a place for prayer. jail is a place where people who commit crime are put and hence no one would like to stay in a small locked up room. \nQuestion: Where does a human likely not want to be? \nchoices: (A) park, (B) jail, (C) church", + "output": [ + "jail" + ] + }, + { + "input": "Sentence: first you need to find the time to eat your linch, then you can worry about what to eat \nQuestion: When you want to eat lunch, you need to have what for it? \nchoices: (A) have time for, (B) prepare food, (C) find food", + "output": [ + "have time for" + ] + }, + { + "input": "Sentence: a cat can not choose to cast a shadow and the question has nothing to do with the time of day. \nQuestion: The cat saw animal control approaching her, what did she decide to do? \nchoices: (A) run away, (B) cast shadow, (C) see at night", + "output": [ + "run away" + ] + }, + { + "input": "Sentence: families store their extra stuff in boxed in garages, attics, or basements \nQuestion: Where do families tend to store a lot of boxes? \nchoices: (A) basement, (B) warehouse, (C) shoe store", + "output": [ + "basement" + ] + }, + { + "input": "Sentence: contact indicates he spoke with someone, the spy implies he's very serious and not looking for fun. logically it makes sense he would be meeting someone because of he contact. \nQuestion: After making contact the spy had to go somewhere to what? \nchoices: (A) meet, (B) arriving, (C) have fun", + "output": [ + "meet" + ] + }, + { + "input": "Sentence: opening business man dream is get rich \nQuestion: Opening business was a passionate dream of his, but he'd be lying if he didn't want to what too? \nchoices: (A) wealth, (B) busy, (C) get rich", + "output": [ + "get rich" + ] + }, + { + "input": "Sentence: a sporting event is the place people most likely buy concessions. \nQuestion: Where do you buy concessions at games from booths? \nchoices: (A) farmer's market, (B) sporting event, (C) fair", + "output": [ + "sporting event" + ] + }, + { + "input": "Sentence: because school is more organised to give us knowledge. \nQuestion: Where would you use a computer while gaining knowledge? \nchoices: (A) house, (B) school, (C) table", + "output": [ + "school" + ] + }, + { + "input": "Sentence: glass in this you could possibly see dishes cabinet \nQuestion: If you there is glass in this you could possibly see dishes. \nchoices: (A) window, (B) table, (C) cabinet", + "output": [ + "cabinet" + ] + }, + { + "input": "Sentence: clowns are entertaining and make people laugh. \nQuestion: What is a person dressed as a clown hoping to accomplish? \nchoices: (A) make others happy, (B) low crime, (C) good lover", + "output": [ + "make others happy" + ] + }, + { + "input": "Sentence: wild flowers smell nice. \nQuestion: The dryer sheets were labelled wild flowers, they were very what? \nchoices: (A) red, (B) fragrant, (C) pink", + "output": [ + "fragrant" + ] + }, + { + "input": "Sentence: falling requires downward motion \nQuestion: What happens to a person falling? \nchoices: (A) pain, (B) going down, (C) broken bones", + "output": [ + "going down" + ] + }, + { + "input": "Sentence: it is a description of a book club or something similar in which a discussion takes place. \nQuestion: If a group of friends have gathered after reading a book they are likely about to have a what? \nchoices: (A) discussion, (B) learning, (C) learn things", + "output": [ + "discussion" + ] + }, + { + "input": "Sentence: the street is the only area a bicycle would be likely stolen \nQuestion: Where is a bicycle likely to be stolen? \nchoices: (A) toy store, (B) street, (C) garage", + "output": [ + "street" + ] + }, + { + "input": "Sentence: pain is negative. people avoid it. \nQuestion: What do people try to avoid? \nchoices: (A) bank money, (B) suffer pain, (C) wait in line", + "output": [ + "suffer pain" + ] + }, + { + "input": "Sentence: the reason this is the correct choice is by matter of deduction, family tree and brothers house are not events and cant be annual so that leaves the family reunion as the only option \nQuestion: It was the first time they had met their new niece, it was good to have everybody together at the annual what? \nchoices: (A) family tree, (B) family reunion, (C) brother's house", + "output": [ + "family reunion" + ] + }, + { + "input": "Sentence: one hopes that they are being understood when they are doing the work to fit in with people. \nQuestion: What does someone want when having fun with their friends and trying to fit in? \nchoices: (A) being understood, (B) visiting friends, (C) hug", + "output": [ + "being understood" + ] + }, + { + "input": "Sentence: a bicycle is the only option with 2 wheels. \nQuestion: What device popular with children has two wheels? \nchoices: (A) vehicle, (B) car, (C) bicycle", + "output": [ + "bicycle" + ] + }, + { + "input": "Sentence: a tall building has several floors, but not as many as a skyscraper. \nQuestion: Sally went to her office, which was on the 8th and top floor. Where does she probably work? \nchoices: (A) skyscraper, (B) tall building, (C) public building", + "output": [ + "tall building" + ] + }, + { + "input": "Sentence: learning is the process of asking questions to receive answers. \nQuestion: What will happen to someone after you are answering questions that he or she asks? \nchoices: (A) better grade, (B) embarassment, (C) children will learn", + "output": [ + "children will learn" + ] + }, + { + "input": "Sentence: if someone is not listening then it doesn't matter what you say \nQuestion: Talking to someone is pointless if they're doing what? \nchoices: (A) not listening, (B) eye contact, (C) being heard", + "output": [ + "not listening" + ] + }, + { + "input": "Sentence: explanation: more than likely they released it into the wild \nQuestion: The lizard was at the zoo, the protester stole it and returned it to the what? \nchoices: (A) wild, (B) galapagos archipelago, (C) glass cage", + "output": [ + "wild" + ] + }, + { + "input": "Sentence: a burlap sack is usually for potatoes, so it would be surprising and unusual for there to be a snake in one. \nQuestion: There weren't potatoes but actually a snake in his what? \nchoices: (A) burlap sack, (B) deep grass, (C) hot country", + "output": [ + "burlap sack" + ] + }, + { + "input": "Sentence: the tires would more likely wear out after a while. \nQuestion: What happens when someone is driving their car for a long time? \nchoices: (A) wheels turning, (B) lack of fuel, (C) tire wear", + "output": [ + "tire wear" + ] + }, + { + "input": "Sentence: a soccer game and hockey game both fall under the realm of sporting events \nQuestion: Where are spectators likely to ask for players autographs? \nchoices: (A) sporting event, (B) soccer game, (C) hockey game", + "output": [ + "sporting event" + ] + }, + { + "input": "Sentence: they have internal instincts \nQuestion: Animals can be very primal, sometimes to prove themselves they what? \nchoices: (A) fight each other, (B) need to eat, (C) live lives", + "output": [ + "fight each other" + ] + }, + { + "input": "Sentence: newspapers contain facts, and sentences are often factual. \nQuestion: Where is a good place to find a lot of fictional words? \nchoices: (A) newspaper, (B) books, (C) sentence", + "output": [ + "books" + ] + }, + { + "input": "Sentence: opening a business is tough so you need to have determination to see it though \nQuestion: Something that you need to have inside of you when opening a business is a lot of? \nchoices: (A) creativity, (B) determination, (C) funding", + "output": [ + "determination" + ] + }, + { + "input": "Sentence: school campus would be where a 16 year old would play his team's home football games. \nQuestion: Daryl is 16 years old and he's on a football team. Where is his team's home football field most likely located? \nchoices: (A) college campus, (B) oklahoma, (C) school campus", + "output": [ + "school campus" + ] + }, + { + "input": "Sentence: exacerbating difficulties can lead to disagreements \nQuestion: If a couple is having financial issues, buying products can lead to what? \nchoices: (A) economic boom, (B) disagreements, (C) being able to use", + "output": [ + "disagreements" + ] + }, + { + "input": "Sentence: the other options would require the spouse to be awake. \nQuestion: A person woke up in bed. Their spouse was sleeping beside them. They rolled over, did something, and stood. What did they do before standing? \nchoices: (A) converse, (B) sit up, (C) say love", + "output": [ + "sit up" + ] + }, + { + "input": "Sentence: the only place that might have \nQuestion: What type of door are canned good usually kept behind? \nchoices: (A) cupboard, (B) pantry, (C) cabinet", + "output": [ + "cabinet" + ] + }, + { + "input": "Sentence: they can buy alcoholic drinks and bring them to a party only from liquor store. \nQuestion: If my friends are alcoholics, where can I find things that they'd want for a party? \nchoices: (A) bar, (B) fraternity house, (C) liquor store", + "output": [ + "liquor store" + ] + }, + { + "input": "Sentence: a good person would do good things to those around, such as contribute to the community \nQuestion: What does a person who is considered good known for? \nchoices: (A) ride horses, (B) green thumb, (C) contribution to society", + "output": [ + "contribution to society" + ] + }, + { + "input": "Sentence: public place is the only place people could stand inside. \nQuestion: Where could you find many people standing inside? \nchoices: (A) space shuttle, (B) street corner, (C) public place", + "output": [ + "public place" + ] + }, + { + "input": "Sentence: it is not weird to learn or take notes in lecture, but is odd to applaud \nQuestion: He found it odd that while attending lecture the professor got preachy, and even weirder when his fellow students started to what? \nchoices: (A) learning, (B) applaud, (C) taking notes", + "output": [ + "applaud" + ] + }, + { + "input": "Sentence: question implies that chairs will be in use \nQuestion: Where do I put a folding chair if I have more guests than expected in my house? \nchoices: (A) garage, (B) church, (C) room", + "output": [ + "room" + ] + }, + { + "input": "Sentence: the road is meant for parked cars. \nQuestion: Where does a car belong? \nchoices: (A) race track, (B) road, (C) freeway", + "output": [ + "road" + ] + }, + { + "input": "Sentence: crimes are a name you call an action you get in trouble for \nQuestion: What leads a company to get in trouble? \nchoices: (A) liquidated, (B) branch out, (C) commit crime", + "output": [ + "commit crime" + ] + }, + { + "input": "Sentence: i would assume this was not a very nice restaurant if they could not use metal eating utensils. \nQuestion: Bobby noticed that the silverware was plastic. This was a turn off for him because it was so cheap. Where might he have been? \nchoices: (A) table, (B) kitchen, (C) restaurant", + "output": [ + "restaurant" + ] + }, + { + "input": "Sentence: seasoning is the only answer that can happen toward the end of food prep. \nQuestion: What would cooks do when they are almost finished cooking? \nchoices: (A) season with salt, (B) prepare meals, (C) better food", + "output": [ + "season with salt" + ] + }, + { + "input": "Sentence: due to lack of rest we feel tired. \nQuestion: We do not have rest, so how are we feeling? \nchoices: (A) were very tired, (B) exhausted, (C) worked all day", + "output": [ + "were very tired" + ] + }, + { + "input": "Sentence: salmon live in the river \nQuestion: Where do salmon fish spawn? \nchoices: (A) river, (B) aquarium, (C) ocean", + "output": [ + "river" + ] + }, + { + "input": "Sentence: reverse is opposite of normally driving away. \nQuestion: He had planned to drive away normal, unfortunately the car was stuck in what? \nchoices: (A) tangential, (B) unconventional, (C) reverse", + "output": [ + "reverse" + ] + }, + { + "input": "Sentence: for many, watching television is relaxing. \nQuestion: Why would you sit down in front of a tv? \nchoices: (A) drink, (B) fart, (C) relax", + "output": [ + "relax" + ] + }, + { + "input": "Sentence: in a small town, there usually aren't many parking lots. \nQuestion: Bailey couldn't find a place to leave his vehicle because he couldn't find a parking lot anywhere. It was a very small what? \nchoices: (A) business district, (B) town, (C) car", + "output": [ + "town" + ] + }, + { + "input": "Sentence: louisiana is the only coastal gulf state of the choices. \nQuestion: If one sees a fox and is standing in a coastal, gulf state, where is this person? \nchoices: (A) louisiana, (B) south carolina, (C) arkansas", + "output": [ + "louisiana" + ] + }, + { + "input": "Sentence: it is unlikely that a person that someone loves would bring hurt to them, they would most likely bring joy, and no one lasts forever. \nQuestion: When you love someone, what will that person most likely do? \nchoices: (A) bring joy, (B) hurt, (C) last forever", + "output": [ + "bring joy" + ] + }, + { + "input": "Sentence: washing hands excessively can cause your hands to be dry and irritated thats why irritation makes more sense. \nQuestion: The obsessive man was always washing hands, he had even done it so much once that it caused a what? \nchoices: (A) thinking, (B) irritation, (C) use soap", + "output": [ + "irritation" + ] + }, + { + "input": "Sentence: only with water can birds clean themselves thoroughly. therefore, they can often be found at a water fountain. \nQuestion: Where can birds clean themselves? \nchoices: (A) birdhouse, (B) nest, (C) water fountain", + "output": [ + "water fountain" + ] + }, + { + "input": "Sentence: friendship is build upon understanding. \nQuestion: John finds that understanding the people around him better leads to deeper what? \nchoices: (A) satisfaction, (B) compassion, (C) friendships", + "output": [ + "friendships" + ] + }, + { + "input": "Sentence: countryside is the only option that requires someone to take the roadway. \nQuestion: The roadway led away from town and towards what? \nchoices: (A) countryside, (B) neighborhood, (C) city", + "output": [ + "countryside" + ] + }, + { + "input": "Sentence: both nursing homes and hospitals tend to employ more than one doctor. \nQuestion: Where do nurses work with one doctor? \nchoices: (A) doctor's office, (B) nursing home, (C) hospital", + "output": [ + "doctor's office" + ] + }, + { + "input": "Sentence: an armchair in a study is most likely personally owned and is never used outside the select few that enter it. \nQuestion: Where could you find an armchair that is used by only a few people? \nchoices: (A) study, (B) furniture store, (C) hospital", + "output": [ + "study" + ] + }, + { + "input": "Sentence: dentists are usually in dentists offices, and in a phone book or las vegas, unless your dentist is in a dentists' office in las vegas. \nQuestion: Where do you visit a dentist? \nchoices: (A) dental office, (B) las vegas, (C) phone book", + "output": [ + "dental office" + ] + }, + { + "input": "Sentence: there's know place closer to eat than your own home. \nQuestion: What is the closest place to eat when you are not out on the town? \nchoices: (A) own house, (B) downtown, (C) shopping center", + "output": [ + "own house" + ] + }, + { + "input": "Sentence: explanation: the white house contains the highest office in the country \nQuestion: The president is the highest office where? \nchoices: (A) government, (B) country, (C) white house", + "output": [ + "country" + ] + }, + { + "input": "Sentence: an airplane must speed up in order to be able to take flight. \nQuestion: What do airplanes do as they are beginning to take off? \nchoices: (A) carry people, (B) speed up, (C) slow down", + "output": [ + "speed up" + ] + }, + { + "input": "Sentence: when traveling you must pack for the expected weather \nQuestion: If you need to travel in the cold, you would be best to be what? \nchoices: (A) prepared, (B) amiable, (C) baking", + "output": [ + "prepared" + ] + }, + { + "input": "Sentence: by ascending you are exerting all your bodies energy. \nQuestion: James loved going down. He thought that the worst part of climbing was what? \nchoices: (A) ascending, (B) blisters, (C) loss of oxygen", + "output": [ + "ascending" + ] + }, + { + "input": "Sentence: michigan is the only state in the answer options \nQuestion: There aren't many anemone in what glove-shaped state? \nchoices: (A) nursery, (B) michigan, (C) atlantic ocean", + "output": [ + "michigan" + ] + }, + { + "input": "Sentence: this is the only logical place to put a shelf \nQuestion: A shelf would fit in what part of a room? \nchoices: (A) cupboard, (B) corner, (C) refrigerator", + "output": [ + "corner" + ] + }, + { + "input": "Sentence: she'd most likely be running trying to get to class. \nQuestion: Sam was a student at Elmhurst elementary . She was late when the bell rang so she ran in the hall trying to do what? \nchoices: (A) go to high school, (B) try to get, (C) go to class", + "output": [ + "go to class" + ] + }, + { + "input": "Sentence: trunks are usually what's spacious in a car. \nQuestion: The cars were all fully loaded, and had spacious whats? \nchoices: (A) trunks, (B) seat belts, (C) windows", + "output": [ + "trunks" + ] + }, + { + "input": "Sentence: light is crucial to reading because if there was poor lighting you wouldn't be able to read at all. \nQuestion: Light is what when trying to read? \nchoices: (A) crucial, (B) cumbersome, (C) heavy", + "output": [ + "crucial" + ] + }, + { + "input": "Sentence: the result of war is both death and destruction. \nQuestion: What is the large-sclae general result of waging war? \nchoices: (A) people die, (B) killing people, (C) death and destruction", + "output": [ + "death and destruction" + ] + }, + { + "input": "Sentence: a shelf has appropriate height, probably at arm lenght \nQuestion: Dave put his beer where he could get to it, but it would be off the floor. Where did he put it? \nchoices: (A) soccer game, (B) can, (C) shelf", + "output": [ + "shelf" + ] + }, + { + "input": "Sentence: a cube is the only form listed \nQuestion: There is a hard substance that must take on different forms, what are these forms? \nchoices: (A) formed into cubes, (B) chipped, (C) found in artic", + "output": [ + "formed into cubes" + ] + }, + { + "input": "Sentence: the drivers side is the left side of the car \nQuestion: If you see cars with a light blinking on the driver's side what does that indicate they will do? \nchoices: (A) get to town, (B) turn left, (C) turn right", + "output": [ + "turn left" + ] + }, + { + "input": "Sentence: an oath is a sworn statement that truth will be told. \nQuestion: He had to take oath that he would be what? \nchoices: (A) think, (B) truthful, (C) not lie", + "output": [ + "truthful" + ] + }, + { + "input": "Sentence: the gold rush happened in the american west \nQuestion: The only place you'd find a marmoset in what gold rush region would be in a zoo? \nchoices: (A) in wild, (B) national park, (C) american west", + "output": [ + "american west" + ] + }, + { + "input": "Sentence: you are most likely to find many fingers on a hand \nQuestion: Where can someone find many a finger? \nchoices: (A) hand, (B) nose, (C) glove", + "output": [ + "hand" + ] + }, + { + "input": "Sentence: high school bands are generally made up of non-professional musicians. \nQuestion: If I am playing a xylophone with a large, amateur ensemble of young people, what am I a member of? \nchoices: (A) high school band, (B) museum, (C) orchestra", + "output": [ + "high school band" + ] + }, + { + "input": "Sentence: the hospital is a location where transfusions take place. \nQuestion: Where must you go for a blood transfusion? \nchoices: (A) person, (B) hospital, (C) vein", + "output": [ + "hospital" + ] + }, + { + "input": "Sentence: a tree is the only thing that is high up. \nQuestion: Marmot's can be found in high places. They have hands that they can use to get to the top of what? \nchoices: (A) outside, (B) rocky hillside, (C) tree", + "output": [ + "tree" + ] + }, + { + "input": "Sentence: a race track is the only normal place where you would go to watch animals like dogs or horses race. the other answers are not suitable for that type of event. \nQuestion: Where would you sit in a chair to watch four-legged animals complete? \nchoices: (A) friend's house, (B) race track, (C) bookstore", + "output": [ + "race track" + ] + }, + { + "input": "Sentence: if the cow has to come outside, it should be alive and in a sheltered place. hence it could not have been in the meat grinder where it would have been dead or a green field which is an open place. \nQuestion: The cow would come outside even after the storm had passed, it wouldn't leave the what? \nchoices: (A) meat grinder, (B) red barn, (C) green field", + "output": [ + "red barn" + ] + }, + { + "input": "Sentence: \"tried\" meant he wants to sleep, rather than voluntarily stay up. thus answer b is more suitable. \nQuestion: Sam tried to go to sleep, but he couldn't. He suffered from what? \nchoices: (A) being awake, (B) wakefulness, (C) stay awake", + "output": [ + "wakefulness" + ] + }, + { + "input": "Sentence: it is comfortable to be under a blanket nice and warm. \nQuestion: She curled up under a blanket to get warm, this made her what on the couch as they started movie? \nchoices: (A) feel more comfortable, (B) sleep, (C) sweating", + "output": [ + "feel more comfortable" + ] + }, + { + "input": "Sentence: being unobservant means you do not notice things, even when they're in front of you \nQuestion: What would someone be if he or she did not see a sharp object falling in front of him or her? \nchoices: (A) dull, (B) above board, (C) unobservant", + "output": [ + "unobservant" + ] + }, + { + "input": "Sentence: meaning that your belly would protrude more outward so that your clothes are more close fitting. the other two choices don't make sense \nQuestion: What will happen to your clothes if you are full? \nchoices: (A) close fitting, (B) incomplete, (C) partial", + "output": [ + "close fitting" + ] + }, + { + "input": "Sentence: he randomly started losing consciousness without any reason therefore he was scared he was going to die \nQuestion: James felt himself losing consciousness. He was frightened. He didn't want this. He was scared of what? \nchoices: (A) death, (B) coma, (C) forgetfulness", + "output": [ + "death" + ] + }, + { + "input": "Sentence: a blanker is used to cover a horse in michigan due to the extreme cold temperatures. \nQuestion: Where is a blanket useful to cover a horse? \nchoices: (A) hospital, (B) bedroom, (C) michigan", + "output": [ + "michigan" + ] + }, + { + "input": "Sentence: the favorite is more likely to win than the underdog. \nQuestion: Though he believed in the underdog the odds were not good enough, he instead pointed his money towards the what? \nchoices: (A) sure bet, (B) favourite, (C) safe bet", + "output": [ + "favourite" + ] + }, + { + "input": "Sentence: only important people get books written about them \nQuestion: What type of people get books written about them? \nchoices: (A) entertaining, (B) engaging, (C) important", + "output": [ + "important" + ] + }, + { + "input": "Sentence: bedrooms are romantic places \nQuestion: If you want to set a romantic atmosphere you might light a candle where? \nchoices: (A) bedroom, (B) synagogue, (C) dimly lit room", + "output": [ + "bedroom" + ] + }, + { + "input": "Sentence: loving another is most likely when people will have sex for the first time if they choose to. \nQuestion: Some people will only have sex for the first time if they what? \nchoices: (A) love another, (B) eat breakfast, (C) wait for", + "output": [ + "love another" + ] + }, + { + "input": "Sentence: a company without stores will sale by mail order. \nQuestion: The company didn't have any local stores. How did they sell things? \nchoices: (A) own resources, (B) ship goods, (C) mail order", + "output": [ + "mail order" + ] + }, + { + "input": "Sentence: if you work outside the house you will have to leave the house. \nQuestion: What would you need to do to start work if you do not work in your house? \nchoices: (A) go somewhere, (B) rest, (C) sleep at night", + "output": [ + "go somewhere" + ] + }, + { + "input": "Sentence: to sort means to put in order, therefore separating things would be the first process in sorting a pile. \nQuestion: If a person wants to sort a pile of stuff, they must start by what? \nchoices: (A) go on vacation, (B) control computer, (C) separate things", + "output": [ + "separate things" + ] + }, + { + "input": "Sentence: a farmer's field is a direct source of potatoes. moreso than a food market, and all soil doesn't have potatoes. \nQuestion: Some people like to get things from as close to the source as possible, to achieve this for a potato you'd have to go where? \nchoices: (A) farmer's field, (B) soil, (C) food market", + "output": [ + "farmer's field" + ] + }, + { + "input": "Sentence: the only place you could see it would be on the desk. \nQuestion: Where would you put stationery if you want to be able to see it? \nchoices: (A) desk, (B) drawer, (C) post office", + "output": [ + "desk" + ] + }, + { + "input": "Sentence: an alley is usually behind an old building \nQuestion: James found two abandoned garbage cans behind an old building. Where might they have been concealed? \nchoices: (A) alley, (B) street, (C) garage", + "output": [ + "alley" + ] + }, + { + "input": "Sentence: if the reference denies then there can not be a confirmation. \nQuestion: An attempt to confirm an applicant's reference would fail if the reference does what? \nchoices: (A) deny, (B) question, (C) dispute", + "output": [ + "deny" + ] + }, + { + "input": "Sentence: eye strain is the only option that relates to suffering. \nQuestion: The children had been using television all Saturday morning, their parents made them go outside and play before they all suffered what? \nchoices: (A) visual, (B) entertained, (C) eye strain", + "output": [ + "eye strain" + ] + }, + { + "input": "Sentence: people usually go to a health center when they have an injury \nQuestion: Billy first used a spa when he had a torn ankle and his doctor recommended that he go where? \nchoices: (A) health centre, (B) country club, (C) backyard", + "output": [ + "health centre" + ] + }, + { + "input": "Sentence: san francisco is know for its trees. \nQuestion: Where is a tree hugger likely to reside? \nchoices: (A) san francisco, (B) university, (C) state park", + "output": [ + "san francisco" + ] + }, + { + "input": "Sentence: parties and friends home are much too loud for quiet conversation \nQuestion: Where is quiet conversation likely to take place? \nchoices: (A) party, (B) friend's house, (C) dinner", + "output": [ + "dinner" + ] + }, + { + "input": "Sentence: the suburb is the only thing that is a part of a property \nQuestion: What part of a property may be next to a driveway? \nchoices: (A) suburb, (B) yard, (C) neighborhood", + "output": [ + "yard" + ] + }, + { + "input": "Sentence: in order to meet new people it is necessary to mix. \nQuestion: I want to make new friends when I socialize at the party, what should I do? \nchoices: (A) with people, (B) see people, (C) mix", + "output": [ + "mix" + ] + }, + { + "input": "Sentence: staying neutral includes letting all views be heard. \nQuestion: The show was live, and there was no tape delay. The station decided that they weren't going to have any censorship, and would remain what regarding the issues? \nchoices: (A) broadcast, (B) neutral, (C) recorded", + "output": [ + "neutral" + ] + }, + { + "input": "Sentence: normally when kids are five years old they go to school. \nQuestion: What do most people have five years after becoming a parent? \nchoices: (A) school child, (B) care for children, (C) speak freely", + "output": [ + "school child" + ] + }, + { + "input": "Sentence: sharp object use the any object with carefully \nQuestion: What would someone be if he or she reports the use of a sharp object where the use of sharp objects is not allowed? \nchoices: (A) unobservant, (B) above board, (C) dull", + "output": [ + "above board" + ] + }, + { + "input": "Sentence: bake bread is the only choice that requires making something by putting together ingredients. \nQuestion: I want to make something that I put peanut butter and jelly on; what do I cook? \nchoices: (A) bake bread, (B) brown meat, (C) open can", + "output": [ + "bake bread" + ] + }, + { + "input": "Sentence: local fans sounds like it would be a sporting even not a locker room or olympics \nQuestion: Where is an athlete likely to be showcased by local fans? \nchoices: (A) olympics, (B) locker room, (C) sporting event", + "output": [ + "sporting event" + ] + }, + { + "input": "Sentence: \"giving assistance\" means helping to resolve a potentially troublesome situation \nQuestion: What can giving assistance avoid? \nchoices: (A) feeling good, (B) trouble, (C) death", + "output": [ + "trouble" + ] + }, + { + "input": "Sentence: wild animals usually hide out in the meadow \nQuestion: The dense trees opened up, the hikers quickly spotted many wild animals in the what? \nchoices: (A) zoo, (B) forest, (C) meadow", + "output": [ + "meadow" + ] + }, + { + "input": "Sentence: memory loss happens when you go into a trance. \nQuestion: What is someone likely to have after going into a trance? \nchoices: (A) sleepwalking, (B) memory loss, (C) peacefulness", + "output": [ + "memory loss" + ] + }, + { + "input": "Sentence: sounds like he has a lack of modivation so that would equal laziness \nQuestion: The guy was going to bed instead of going to work, what does he suffer from? \nchoices: (A) falling asleep, (B) laziness, (C) dreaming of", + "output": [ + "laziness" + ] + }, + { + "input": "Sentence: you're leaving your current location and going to a new one \nQuestion: If you're traveling, you must be doing what? \nchoices: (A) exhilarating, (B) diarrhea, (C) going somewhere", + "output": [ + "going somewhere" + ] + }, + { + "input": "Sentence: place of employment of business \nQuestion: What is a busbar used to connect computers together on? \nchoices: (A) local area network, (B) power station, (C) computer", + "output": [ + "local area network" + ] + }, + { + "input": "Sentence: when the boss is satisfied, things are going fine. \nQuestion: They were assessing their companies gross income, the boss seemed satisfied and said everything was what? \nchoices: (A) microscopic, (B) net, (C) fine", + "output": [ + "fine" + ] + }, + { + "input": "Sentence: after playing with lots of toys, they are all laying around. therefore, most parents demand to clean the room. \nQuestion: What does a parent tell their child to do after they've played with a lot of toys? \nchoices: (A) read book, (B) clean room, (C) become adult", + "output": [ + "clean room" + ] + }, + { + "input": "Sentence: legal problems is the most likely outcome option of being caught hurting someone. \nQuestion: If you're caught hurting someone else, what are you likely to have? \nchoices: (A) public outcry, (B) physical pain, (C) legal problems", + "output": [ + "legal problems" + ] + }, + { + "input": "Sentence: a person opens their eyes upon waking. \nQuestion: Bill was awaking, what was happening to him physiologically? \nchoices: (A) getting out of bed, (B) tiredness, (C) eyes opening", + "output": [ + "eyes opening" + ] + }, + { + "input": "Sentence: you form friendships with people who are similar to you and share common interests \nQuestion: When people meet other people in a convivial setting, what tends to happen? \nchoices: (A) think of life, (B) expect miracles, (C) form friendships", + "output": [ + "form friendships" + ] + }, + { + "input": "Sentence: angrily means the intent is to cause pain. which may or may not result in bruises, but \"cause pain\" makes more sense. \nQuestion: The brothers were punching angrily, why would they do that? \nchoices: (A) pain for, (B) cause pain, (C) bruise", + "output": [ + "cause pain" + ] + }, + { + "input": "Sentence: an office has a lot of budgets to keep track of. \nQuestion: Where is a ring binder likely to contain budgets? \nchoices: (A) office, (B) notebook, (C) school", + "output": [ + "office" + ] + }, + { + "input": "Sentence: a decanter is commonly used in chemistry experiments. \nQuestion: Where might I find a decanter outside of drinking alcohol? \nchoices: (A) chemistry lab, (B) brewery, (C) restaurant", + "output": [ + "chemistry lab" + ] + }, + { + "input": "Sentence: a satellite passing the moon would be heading out into the rest of the universe \nQuestion: The satellite zipped past the moon, where was it heading? \nchoices: (A) outer space, (B) night sky, (C) universe", + "output": [ + "universe" + ] + }, + { + "input": "Sentence: a show is the only type of comedy to be chosen. \nQuestion: Where might someone have a drink and watch comedy? \nchoices: (A) dinner, (B) refrigerator, (C) show", + "output": [ + "show" + ] + }, + { + "input": "Sentence: new york is also called the big apple. \nQuestion: The hit a toll road or two on their way to the big apple, it was their first time where? \nchoices: (A) new york, (B) connecticut, (C) eastern united states", + "output": [ + "new york" + ] + }, + { + "input": "Sentence: friends drink coffee and catch up. \nQuestion: When meeting a friend what are you likely to do over coffee? \nchoices: (A) joy, (B) talk, (C) excitement", + "output": [ + "talk" + ] + }, + { + "input": "Sentence: when people are addicted to something and they haven't had it in awhile, he displays tiredness, shaking and being in pain \nQuestion: David hurt all over. He was tired, he was shaking, and he was in pain. He hadn't gotten what he needed in a long time. He was suffering from what? \nchoices: (A) fatigue, (B) addiction, (C) headaches", + "output": [ + "addiction" + ] + }, + { + "input": "Sentence: church is held every sunday. \nQuestion: Seating is at a premium every Sunday in what place? \nchoices: (A) theatre, (B) bus depot, (C) church", + "output": [ + "church" + ] + }, + { + "input": "Sentence: inspirational paintings are put on display at art shows. \nQuestion: I want some original paintings to put on my wall, where should I go for instpiration? \nchoices: (A) labyrinth, (B) art show, (C) classroom", + "output": [ + "art show" + ] + }, + { + "input": "Sentence: the building is neither rich nor good, but since it wasn't condemned, it was barely adequate. \nQuestion: The living conditions were poor, but the building wasn't condemned as they were still barely what? \nchoices: (A) rich, (B) good, (C) adequate", + "output": [ + "adequate" + ] + }, + { + "input": "Sentence: regret is likely to be painful \nQuestion: Jim stopped talking phone calls because he didn't want to talk with his family. It was too painful and he felt too much what? \nchoices: (A) irritation, (B) decisions, (C) regret", + "output": [ + "regret" + ] + }, + { + "input": "Sentence: when one is in pain and has to wait to be seen, they would be in a hospital \nQuestion: Where will you wait in a reception area when you're suffering? \nchoices: (A) hospital, (B) people, (C) hotels", + "output": [ + "hospital" + ] + }, + { + "input": "Sentence: lowering expectations is the only answer that does not stop you from going forward and aiming to accomplish what you want. \nQuestion: What can you do to keep yourself from feeling like a failure? \nchoices: (A) lower expectations, (B) hold back, (C) amount to nothing", + "output": [ + "lower expectations" + ] + }, + { + "input": "Sentence: an hour cooking pizza has resulted in the pizza being burnt and causing smoke. \nQuestion: The person turned the oven on and put a pizza in, what happened one hour later? \nchoices: (A) look angry, (B) bank savings, (C) smell smoke", + "output": [ + "smell smoke" + ] + }, + { + "input": "Sentence: shelter, most of the times, means a roof and walls around, which only a house could provide \nQuestion: What offers shelter in the woods? \nchoices: (A) house, (B) bus stop, (C) tree", + "output": [ + "tree" + ] + }, + { + "input": "Sentence: only thing that holds liquids \nQuestion: Thick molasses isn't what? \nchoices: (A) sparse, (B) slender, (C) free flowing", + "output": [ + "free flowing" + ] + }, + { + "input": "Sentence: being drunk causes you to stumble \nQuestion: Why would someone be unable to walk in a line after getting drunk? \nchoices: (A) forgetfulness, (B) pass out, (C) stumbling", + "output": [ + "stumbling" + ] + }, + { + "input": "Sentence: the forest has an abundance of fallen leaves. \nQuestion: Billy was searching for leaves to add to his collection. Where might he have looked for them? \nchoices: (A) forrest, (B) trees, (C) compost pile", + "output": [ + "forrest" + ] + }, + { + "input": "Sentence: gorgeous is most closely associated with girls. \nQuestion: What does an ugly girl want to become? \nchoices: (A) handsome, (B) gorgeous, (C) pleasing", + "output": [ + "gorgeous" + ] + }, + { + "input": "Sentence: better yourself by going back to school \nQuestion: Why do some people quit work and go back to school for? \nchoices: (A) become disillusioned, (B) better themselves, (C) face problems", + "output": [ + "better themselves" + ] + }, + { + "input": "Sentence: a cat's whiskers are long because they are used to help guide the cat particularly in dark spaces. \nQuestion: What is likely long on a cat? \nchoices: (A) sharp claws, (B) four legs, (C) whiskers", + "output": [ + "whiskers" + ] + }, + { + "input": "Sentence: parrots are known for their ability to replicate speech. \nQuestion: Mimicry is a skill parrots use to do what? \nchoices: (A) learn to speak, (B) talk with, (C) say words", + "output": [ + "say words" + ] + }, + { + "input": "Sentence: webs are the only things that spiders build \nQuestion: What does a spider build to capture it's prey? \nchoices: (A) basement, (B) web, (C) cellar", + "output": [ + "web" + ] + }, + { + "input": "Sentence: a pocket or a supermarket are not likely to be in tossing distance out of your window. \nQuestion: The bad man tossed his bubblegum out of his window and onto the what? \nchoices: (A) pocket, (B) supermarket, (C) street", + "output": [ + "street" + ] + }, + { + "input": "Sentence: a dog being shot is a sad an emotional scene to watch and would induce crying \nQuestion: James is watching a film. In the end, when the dog is shot, he finds himself doing what? \nchoices: (A) falling asleep, (B) crying, (C) entertainment", + "output": [ + "crying" + ] + }, + { + "input": "Sentence: only a ship needs a cable as powerful as a wire rope, to keep themselves anchored to land. \nQuestion: What is a steel cable called a wire rope primarily used for? \nchoices: (A) factory, (B) ship, (C) winch", + "output": [ + "ship" + ] + }, + { + "input": "Sentence: you usually read or sing songs around a campfire \nQuestion: The mascot gathered the children around the campfire, he then began to what them? \nchoices: (A) imagine, (B) read to, (C) go to movies", + "output": [ + "read to" + ] + }, + { + "input": "Sentence: doctors go to medical school to be trained. \nQuestion: Where would a doctor train before gaining a practice? \nchoices: (A) medical school, (B) golf course, (C) nursing home", + "output": [ + "medical school" + ] + }, + { + "input": "Sentence: the main reason for someone to gett wet is because of high temperature. \nQuestion: What might someone be trying to achieve by getting wet? \nchoices: (A) shrinking, (B) could, (C) cool off", + "output": [ + "cool off" + ] + }, + { + "input": "Sentence: \"reason\" implies a positive choice, which is exercise, not getting tired. \nQuestion: What is a reason for hiking? \nchoices: (A) exercise, (B) fatigue, (C) becoming tired", + "output": [ + "exercise" + ] + }, + { + "input": "Sentence: a person who is ignorant does not know the truth. they could learn new things, but they might not be true things. \"judge\" makes no sense. \nQuestion: What should someone suffering from ignorance seek? \nchoices: (A) judge, (B) find truth, (C) learn new", + "output": [ + "find truth" + ] + }, + { + "input": "Sentence: the glass breaks after hitting the bottle \nQuestion: A person's hand hurts after hitting the bottle. What might happen to the bottle? \nchoices: (A) ticket, (B) alcoholism, (C) breaking", + "output": [ + "breaking" + ] + }, + { + "input": "Sentence: an apparatus is a complex type of machine \nQuestion: The machine was very intricate, it was quite an what? \nchoices: (A) implement, (B) appliance, (C) apparatus", + "output": [ + "apparatus" + ] + }, + { + "input": "Sentence: a garden is a place where flowers grow. \nQuestion: What does a person do in a garden? \nchoices: (A) plant flowers, (B) fish lake, (C) gain respect", + "output": [ + "plant flowers" + ] + }, + { + "input": "Sentence: you suitcase can become lost or stolen \nQuestion: What is not a safe way to transport jewelry on vacation? \nchoices: (A) safe deposit box, (B) suitcase, (C) department store", + "output": [ + "suitcase" + ] + }, + { + "input": "Sentence: jail is the only place where someone wouldn't be able to read a newspaper. \nQuestion: Where would you be unable to read a newspaper? \nchoices: (A) porch, (B) jail, (C) rug", + "output": [ + "jail" + ] + }, + { + "input": "Sentence: design software is the only career that would involve curiosity. \nQuestion: Joe was driven by curiosity to take up a career doing what? \nchoices: (A) use television, (B) see exhibits, (C) design software", + "output": [ + "design software" + ] + }, + { + "input": "Sentence: an attic is higher up in the house and less likely to be flooded \nQuestion: What is a place that could have cobwebs and that could not be flooded in most cases? \nchoices: (A) garage, (B) attic, (C) basement", + "output": [ + "attic" + ] + }, + { + "input": "Sentence: soft items are less likely to cause a baby harm. \nQuestion: When picking an object for a baby something soft is the what option? \nchoices: (A) abrasive, (B) sensible, (C) harsh", + "output": [ + "sensible" + ] + }, + { + "input": "Sentence: people relax by the pool on hot summer days \nQuestion: James was cooling off in the pool on a hot summer day. Why might have he been doing that? \nchoices: (A) shivering, (B) sweating, (C) relaxation", + "output": [ + "relaxation" + ] + }, + { + "input": "Sentence: a neighbor's house is not in your home. \nQuestion: Where is the closest dining table not in your home? \nchoices: (A) neighbor's house, (B) card room, (C) livingroom", + "output": [ + "neighbor's house" + ] + }, + { + "input": "Sentence: water needs to be pure \nQuestion: There was a bacteria scare, so bleach was added to the well what? \nchoices: (A) water, (B) petri dish, (C) ground", + "output": [ + "water" + ] + }, + { + "input": "Sentence: japan is in the eastern part of the world \nQuestion: The steak house was unfamiliar to western palettes, from where did the cooking style originate? \nchoices: (A) mexico, (B) texas, (C) japan", + "output": [ + "japan" + ] + }, + { + "input": "Sentence: by locking you knees in a line the feelings you have is one of fainting. \nQuestion: If you lock your knees while standing in line, what may you experience? \nchoices: (A) fainting, (B) boredom, (C) agitation", + "output": [ + "fainting" + ] + }, + { + "input": "Sentence: chess is the only game you protect your king while taking out the other's pieces \nQuestion: In what are you trying to capture as many of your opponent's pieces while protecting your own? \nchoices: (A) chess game, (B) puzzle box, (C) jigsaw puzzle", + "output": [ + "chess game" + ] + }, + { + "input": "Sentence: ignorance is defined by not knowing, and learning new means to change ones outlook or acquire new knowledge. \nQuestion: What can he do to eliminate his ignorance? \nchoices: (A) find truth, (B) learn new, (C) judge", + "output": [ + "learn new" + ] + }, + { + "input": "Sentence: a food fight or throwing food will cause a situation to escalate or \"go off\". \nQuestion: The argument was becoming more heated, but when somebody threw fruit at another is when things really started to what? \nchoices: (A) go off, (B) taste sweet, (C) keep fresh", + "output": [ + "go off" + ] + }, + { + "input": "Sentence: when people compete against each other and compare their strengths and weaknesses, jealousy can result if one feels someone has more than they have. \nQuestion: Jealousy is not uncommon when to people do what with each other? \nchoices: (A) wage war, (B) judge, (C) compete", + "output": [ + "compete" + ] + }, + { + "input": "Sentence: san diego is the only city in the list of choices. \nQuestion: What city is likely to have many Mexican restaurants? \nchoices: (A) southern california, (B) san diego, (C) mexico", + "output": [ + "san diego" + ] + }, + { + "input": "Sentence: an office is a place of employment where someone would go to do work at. \nQuestion: What does one do at an office? \nchoices: (A) work, (B) school building, (C) skyscraper", + "output": [ + "work" + ] + }, + { + "input": "Sentence: the person ready to provide assistance help. \nQuestion: what is a characteristic of one who want to give assistance? \nchoices: (A) help one, (B) helpful, (C) prepared", + "output": [ + "helpful" + ] + }, + { + "input": "Sentence: you place it in a bag at the place where you purchased it, immediately after purchasing. you wouldn't put it in a pantry or toaster until after you got home. \nQuestion: Where would you put bread immediately after buying it? \nchoices: (A) plastic bag, (B) pantry, (C) toaster", + "output": [ + "plastic bag" + ] + }, + { + "input": "Sentence: when stopping to rest when tired, you may not have the ability to get back up. \nQuestion: What happens when someone is resting when they are tired? \nchoices: (A) snore, (B) fall asleep, (C) lying down", + "output": [ + "fall asleep" + ] + }, + { + "input": "Sentence: prayer is related to god \nQuestion: What do you do when you pray? \nchoices: (A) talk to god, (B) were religious, (C) you're scared", + "output": [ + "talk to god" + ] + }, + { + "input": "Sentence: the country usually means \"the countryside\" or untouched, unurbanized areas. \nQuestion: Most of the country can be described as something. What can it be described as? \nchoices: (A) great outdoors, (B) continent, (C) america", + "output": [ + "great outdoors" + ] + }, + { + "input": "Sentence: because real life is boring, an escape is needed. movies provide that. \nQuestion: People like to watch movies to escape for a couple hours, they find them very what? \nchoices: (A) entertaining, (B) excellent, (C) funny", + "output": [ + "entertaining" + ] + }, + { + "input": "Sentence: it is important to keep fruit fresh, though that isn't why one would eat a fruit. to go off after eating fruit doesn't make a whole lot of sense, so one would eat fruit because it tastes sweet. \nQuestion: Why would you eat fruit? \nchoices: (A) keep fresh, (B) go off, (C) taste sweet", + "output": [ + "taste sweet" + ] + }, + { + "input": "Sentence: this is most likely what would considered a presentation that you would set up on the table. \nQuestion: What type of presentation might be set up on a table? \nchoices: (A) conference, (B) dining room, (C) demonstration", + "output": [ + "demonstration" + ] + }, + { + "input": "Sentence: this is the only option that can happen inside of you. \nQuestion: What happens inside of you when you have anger? \nchoices: (A) destroy enemy, (B) write letter, (C) release energy", + "output": [ + "release energy" + ] + }, + { + "input": "Sentence: alot of information is found online. \nQuestion: Sam searched for important information about obscure subjects. Where might he look for it? \nchoices: (A) google, (B) online, (C) manual", + "output": [ + "online" + ] + }, + { + "input": "Sentence: holds items for organization \nQuestion: Where would you put a board game after you finish using it? \nchoices: (A) house, (B) shelf, (C) den", + "output": [ + "shelf" + ] + }, + { + "input": "Sentence: you would buy them at an auditorium \nQuestion: Where do you buy tickets to a show? \nchoices: (A) auditorium, (B) stadium, (C) arena", + "output": [ + "auditorium" + ] + }, + { + "input": "Sentence: looking at the incorrect answer could give you an idea for what the correct answer is. \nQuestion: If I want to do a math problem in a proper way, what should I check for? \nchoices: (A) incomplete, (B) inappropriate, (C) incorrect", + "output": [ + "incorrect" + ] + }, + { + "input": "Sentence: religious people think that marriage lasts a lifetime. \nQuestion: He was trying to explain to his religious parents that stopping being married to his ex was the right thing to do, but they still found it what? \nchoices: (A) relief, (B) wrong, (C) pleasure", + "output": [ + "wrong" + ] + }, + { + "input": "Sentence: we learn murder is a crime and they are being paid to murder \nQuestion: Soldiers who have been killing people during what experience what when they return home? \nchoices: (A) get killed, (B) hate, (C) feel remorse", + "output": [ + "feel remorse" + ] + }, + { + "input": "Sentence: typing need the skill of pressing keys of keyboard \nQuestion: What is required when someone is typing? \nchoices: (A) digital dexterity, (B) pressing keys, (C) speed", + "output": [ + "pressing keys" + ] + }, + { + "input": "Sentence: cats like quiet, soft, safe spaces to nap \nQuestion: What areas does a cat tend to seek out? \nchoices: (A) relaxed position, (B) soft place, (C) urban settlement", + "output": [ + "soft place" + ] + }, + { + "input": "Sentence: he was killing for a purpose of exacting revenge. vengeance fits the most. \nQuestion: The people had destroyed his family, he was now killing people with what? \nchoices: (A) vengeance, (B) anguish, (C) joy", + "output": [ + "vengeance" + ] + }, + { + "input": "Sentence: when you feel bad for failure, you don't feel worthy. \nQuestion: The student felt bad for his failure, he no longer felt what? \nchoices: (A) honest, (B) worthy, (C) choice", + "output": [ + "worthy" + ] + }, + { + "input": "Sentence: a teacher in a classroom would be instructing students, and it is the only one that would not cause disruption. \nQuestion: So as not to disrupt instruction, there were always spare pencils in the what? \nchoices: (A) store, (B) backpack, (C) classroom", + "output": [ + "classroom" + ] + }, + { + "input": "Sentence: teachers work in schools, so during the week they are mostly working in schools. \nQuestion: What might a teacher do most during a week? \nchoices: (A) school children, (B) time test, (C) work in school", + "output": [ + "work in school" + ] + }, + { + "input": "Sentence: it is negligent to be engrossed in a phone when you have a job to do. \nQuestion: The person responsible for the care of the patient was busy on her cell phone, the patient died because of this person's what? \nchoices: (A) antipathy, (B) negligence, (C) indifferent", + "output": [ + "negligence" + ] + }, + { + "input": "Sentence: attic is dry and out of the way since at the top of the house and protected by the roof. \nQuestion: If I need to store old stuff out of the way without concerns of them getting damp, where do I go? \nchoices: (A) cellar, (B) museum, (C) attic", + "output": [ + "attic" + ] + }, + { + "input": "Sentence: anger over a situation that is out of your control, but you must endure since it's work related. \nQuestion: What mood sets in when someone is going to work with a boss they dislike? \nchoices: (A) exhaustion, (B) boredom, (C) anger", + "output": [ + "anger" + ] + }, + { + "input": "Sentence: usually balloons are let loose into the sky or an open space to see how they fly high up \nQuestion: The curious child had many balloons, he released one to see what would happen and watch as in floated into the what? \nchoices: (A) disneyland, (B) fairgrounds, (C) sky", + "output": [ + "sky" + ] + }, + { + "input": "Sentence: these creatures like cold weather \nQuestion: Where is a marmot likely to live? \nchoices: (A) switzerland, (B) american forest, (C) northern climates", + "output": [ + "northern climates" + ] + }, + { + "input": "Sentence: a tennis game is often called a tennis match. \nQuestion: What could a tennis game be part of? \nchoices: (A) match, (B) progress, (C) park", + "output": [ + "match" + ] + }, + { + "input": "Sentence: darkness associated with conductor can be happened in subways \nQuestion: Where might a conductor have a hard time seeing ahead due to darkness? \nchoices: (A) orchestra, (B) subway, (C) opera", + "output": [ + "subway" + ] + }, + { + "input": "Sentence: an injured player wouldn't be able to remain in the game. \nQuestion: What would stop football players from having fun in the game? \nchoices: (A) injuries, (B) smiling, (C) being happy", + "output": [ + "injuries" + ] + }, + { + "input": "Sentence: it was not complete because she put in minimal effort \nQuestion: Sarah gave a perfunctory report and was reprimanded because it was not what? \nchoices: (A) careful, (B) complete, (C) thorough", + "output": [ + "complete" + ] + }, + { + "input": "Sentence: department store is the only business among the choices. \nQuestion: John couldn't find the novel that he wanted at the school bookshop, or any other bookstore in town. What other sort of business could he look for it at? \nchoices: (A) department store, (B) big city, (C) student union", + "output": [ + "department store" + ] + }, + { + "input": "Sentence: directing traffic is a very specific type of law enforcement. \nQuestion: What do only some types of police do? \nchoices: (A) arm themselves, (B) direct traffic, (C) help people", + "output": [ + "direct traffic" + ] + }, + { + "input": "Sentence: trailers are very inexpensive, mass-produced dwellings. \nQuestion: Where do you live if you have a cheap linoleum covering and boxy rooms? \nchoices: (A) furniture, (B) kitchen floor, (C) mobile home", + "output": [ + "mobile home" + ] + }, + { + "input": "Sentence: sporting goods stores are the best places of all of these to buy bats and balls \nQuestion: Where would you go to buy a ball or bat? \nchoices: (A) sporting event, (B) hole, (C) sporting goods store", + "output": [ + "sporting goods store" + ] + }, + { + "input": "Sentence: a committee normally has a specific date, time, and location to meet \nQuestion: If you were looking for where a committee meets, where would you start? \nchoices: (A) boardroom, (B) city council meeting, (C) office building", + "output": [ + "boardroom" + ] + }, + { + "input": "Sentence: all peoples did everything because of love. \nQuestion: Some people go their whole life doing what for love? \nchoices: (A) entertain, (B) wait for, (C) live life", + "output": [ + "wait for" + ] + }, + { + "input": "Sentence: sudan is the only answer that is a place \nQuestion: The Mongallan gazelle to the southern region of where? \nchoices: (A) game preserve, (B) sudan, (C) wildlife refuge", + "output": [ + "sudan" + ] + }, + { + "input": "Sentence: what is bad, and not good \nQuestion: What could describe accidents but not weddings? \nchoices: (A) happen anywhere, (B) hurt people, (C) happen to people", + "output": [ + "hurt people" + ] + }, + { + "input": "Sentence: he felt lighter with a sense of relief that some weight had been removed from him, when he discovered the truth. \nQuestion: It was something that had weighed on him his whole life, finally discovering truth was a what? \nchoices: (A) conclusion, (B) happiness, (C) relief", + "output": [ + "relief" + ] + }, + { + "input": "Sentence: the person can be happy because he is not hurt or harmed during the accident \nQuestion: Why would a person be happy about an accident? \nchoices: (A) not harmed, (B) harm others, (C) hurt people", + "output": [ + "not harmed" + ] + }, + { + "input": "Sentence: if you read frequently, it's usually because you like to read. \nQuestion: He read book after book, he always liked to do what things? \nchoices: (A) bored, (B) enjoyable, (C) learn new", + "output": [ + "learn new" + ] + }, + { + "input": "Sentence: while farting typically makes noise it's always frowned upon in public. \nQuestion: Farting while not at home may cause you to experience what? \nchoices: (A) make noise, (B) public disapproval, (C) making noise", + "output": [ + "public disapproval" + ] + }, + { + "input": "Sentence: preparing dinner is the only way to ease the teachers' hunger. \nQuestion: After a long day of teaching and an afternoon of grading homework the teacher was hungry so she began to what? \nchoices: (A) prepare dinner, (B) evaluate progress, (C) include examples", + "output": [ + "prepare dinner" + ] + }, + { + "input": "Sentence: you \"do time\" in jail. \nQuestion: The newspaper was his was his only connection to the outside world while doing time where? \nchoices: (A) floor, (B) jail, (C) porch", + "output": [ + "jail" + ] + }, + { + "input": "Sentence: people speak at a meeting. \nQuestion: What do gentleman do when they need to talk? \nchoices: (A) meeting, (B) meditation center, (C) men's room", + "output": [ + "meeting" + ] + }, + { + "input": "Sentence: the place where farms are located with lots of open space is called a countryside. \nQuestion: The open space had only farms around it, where was it located? \nchoices: (A) bridge, (B) countryside, (C) desk", + "output": [ + "countryside" + ] + }, + { + "input": "Sentence: cedar chest is for storing items. \nQuestion: Where is someone likely to store their comforter? \nchoices: (A) livingroom, (B) world, (C) cedar chest", + "output": [ + "cedar chest" + ] + }, + { + "input": "Sentence: to accomplish something a person has to complete it successfully. \nQuestion: After making successfully climbing a difficult ascent you gain a sense of what? \nchoices: (A) accomplishment, (B) vertigo, (C) getting higher", + "output": [ + "accomplishment" + ] + }, + { + "input": "Sentence: \"the new normal\" is a more typically used phrase than \"the new common\" or \"the new regular\", which are very unusual or never used. \nQuestion: She found the trend quite odd, but it seemed that this was the new what? \nchoices: (A) common, (B) normal, (C) regular", + "output": [ + "normal" + ] + }, + { + "input": "Sentence: the mississippi is within the north american continent. \nQuestion: The Mississippi is a very large river, it is the largest in the North American what? \nchoices: (A) wilderness, (B) country, (C) continent", + "output": [ + "continent" + ] + }, + { + "input": "Sentence: university usually have enough money to have a concert hall. \nQuestion: What area is likely to have at least one concert hall? \nchoices: (A) university building, (B) theater, (C) commercial building", + "output": [ + "university building" + ] + }, + { + "input": "Sentence: another name suggests a synonym, and a synonym to cat is a feline \nQuestion: WHat is another name for cat? \nchoices: (A) feline, (B) thirsty, (C) hungry", + "output": [ + "feline" + ] + }, + { + "input": "Sentence: fear is an emotion that people can get when having to perform in front of an audience. \nQuestion: He worried about performing, he struck him with great what? \nchoices: (A) action, (B) fear, (C) injury", + "output": [ + "fear" + ] + }, + { + "input": "Sentence: candles are one of the first types of light sources to be invented \nQuestion: If I have a vintage, decorative light source in my possession, what is it likely to be? \nchoices: (A) lamp, (B) candle, (C) house", + "output": [ + "candle" + ] + }, + { + "input": "Sentence: you go to a supermarket to buy baking ingredients. \nQuestion: Where would you get some chocolate if you want to bake a cake? \nchoices: (A) supermarket, (B) movies, (C) restaurant", + "output": [ + "supermarket" + ] + }, + { + "input": "Sentence: rose bushes take too much care to be in a park. \nQuestion: Where is a rosebush unlikely to be? \nchoices: (A) park, (B) flower bed, (C) outdoors", + "output": [ + "park" + ] + }, + { + "input": "Sentence: explanation: a plate is most likely what you'd serve eggs on. \nQuestion: On what would you serve an egg to someone? \nchoices: (A) henhouse, (B) plate, (C) bird's nest", + "output": [ + "plate" + ] + }, + { + "input": "Sentence: a bedroom is a private place so one or two people might use it. \nQuestion: Where will a book being read by one person be kept? \nchoices: (A) school room, (B) discount store, (C) bedside table", + "output": [ + "bedside table" + ] + }, + { + "input": "Sentence: its diffcult to teach others how to play violin. \nQuestion: They play violin, but can't learn others' musical pieces, what couldn't they do? \nchoices: (A) making music, (B) read music, (C) calluses", + "output": [ + "read music" + ] + }, + { + "input": "Sentence: floral arrangement is a only the gift. it can't pull the leaf. \nQuestion: What is a leaf pulled off of? \nchoices: (A) floral arrangement, (B) forrest, (C) compost pile", + "output": [ + "floral arrangement" + ] + }, + { + "input": "Sentence: a bar is the only place where you can find any alcoholic beverage \nQuestion: Where can I drink beer or any other alcoholic beverage? \nchoices: (A) bar, (B) refrigerator, (C) hockey game", + "output": [ + "bar" + ] + }, + { + "input": "Sentence: jail is where you go \nQuestion: Someone charged with killing people is likely to reside where? \nchoices: (A) going to jail, (B) terrible, (C) murder", + "output": [ + "going to jail" + ] + }, + { + "input": "Sentence: a small dog cannot live in thick snowy wilderness. so we need to choose right place for him. \nQuestion: A small dog envied his friends, who were attached to sleds and pulled people though the thick snowy wilderness. Where might he live? \nchoices: (A) illinois, (B) canada, (C) person's house", + "output": [ + "canada" + ] + }, + { + "input": "Sentence: drunk and drive is dangerous even we walked instai \nQuestion: Getting drunk and using stairs can be dangerous, one might find themselves what? \nchoices: (A) slurred speech, (B) lower standards, (C) falling down", + "output": [ + "falling down" + ] + }, + { + "input": "Sentence: skiing is the only option that is done on a mountain. \nQuestion: He always traveled up the mountain when winter arrived, he had a passion and desire to do what? \nchoices: (A) knit, (B) play hockey, (C) ski", + "output": [ + "ski" + ] + }, + { + "input": "Sentence: a dog house provides shelter from the weather and is the best place for a puppy to sleep comfortably outside. \nQuestion: What can you build for your puppy so he can sleep comfortably outside? \nchoices: (A) kennel, (B) home, (C) dog house", + "output": [ + "dog house" + ] + }, + { + "input": "Sentence: coral reefs are important habitats for a variety of marine species for food and protection from predators \nQuestion: What do marine life use to shelter themselves from a shark? \nchoices: (A) coral reef, (B) television program, (C) open ocean", + "output": [ + "coral reef" + ] + }, + { + "input": "Sentence: adventurous is usually the opposite of a \"domestic lifestyle\", and is more commonly used than \"foreign\" or \"wild\" \nQuestion: If I am tired of my domestic lifestyle, what kind of experience should i seek? \nchoices: (A) adventurous, (B) foreign, (C) wild", + "output": [ + "adventurous" + ] + }, + { + "input": "Sentence: it is a hygiene \nQuestion: Where might someone keep moistener? \nchoices: (A) drug store, (B) bathroom, (C) hand lotion", + "output": [ + "bathroom" + ] + }, + { + "input": "Sentence: opposite of hate is like \nQuestion: He had decent disdain for the pop band, but that wasn't going to stop him from taking his daughter to see them because she absolutely what them? \nchoices: (A) adore, (B) revere, (C) admire", + "output": [ + "adore" + ] + }, + { + "input": "Sentence: basketball is a sport with specifically 3 pointer terminology \nQuestion: Joe crossed the half court boundary and focused on 3 pointers. What game is his playing? \nchoices: (A) society, (B) sporting event, (C) basketball", + "output": [ + "basketball" + ] + }, + { + "input": "Sentence: they have internal instincts \nQuestion: What could happen as a secondary result of being tired? \nchoices: (A) snore, (B) sit down, (C) watch tv", + "output": [ + "snore" + ] + }, + { + "input": "Sentence: holds items for organization \nQuestion: The explorers found a central passage, much to their delight it led straight to the ancient buried what? \nchoices: (A) arena, (B) public building, (C) tomb", + "output": [ + "tomb" + ] + }, + { + "input": "Sentence: something different from before, new experiences and new settings \nQuestion: What does a person looking for new things in life do? \nchoices: (A) become depressed, (B) welcome change, (C) pay bills", + "output": [ + "welcome change" + ] + }, + { + "input": "Sentence: an office would require a telephone in order to be able to conduct business. \nQuestion: These days, what is the one place you are guaranteed to find a telephone? \nchoices: (A) desktop, (B) friend's house, (C) office", + "output": [ + "office" + ] + }, + { + "input": "Sentence: sarah party is surprise entry for her \nQuestion: Sarah thought that her party was a surprise, but it was entirely what? \nchoices: (A) bland, (B) predictable, (C) known about", + "output": [ + "predictable" + ] + }, + { + "input": "Sentence: sitting for a long period makes you sleepy. \nQuestion: What could happen after sitting down for a long period of time? \nchoices: (A) sigh of relief, (B) fall asleep, (C) flatulence", + "output": [ + "fall asleep" + ] + }, + { + "input": "Sentence: when a person talks to another person they are having a conversation. \nQuestion: If more than one person is talking to another what are they having? \nchoices: (A) dry mouth, (B) conversation, (C) sore throat", + "output": [ + "conversation" + ] + }, + { + "input": "Sentence: a person normally lives in a house/home \nQuestion: He often got thirsty at night and needed a drink, so he always had a night table everywhere he had lived in all his what? \nchoices: (A) furniture store, (B) homes, (C) hotel", + "output": [ + "homes" + ] + }, + { + "input": "Sentence: a fish lake has fish to catch for a seafood dinner. \nQuestion: A person wanted a seafood dinner, so what did he decide to do? \nchoices: (A) fish lake, (B) plant flowers, (C) gain respect", + "output": [ + "fish lake" + ] + }, + { + "input": "Sentence: lack of sleep causes exhaustion \nQuestion: If you haven't been sleeping well you are probably what? \nchoices: (A) tired, (B) darkness, (C) closing eyes", + "output": [ + "tired" + ] + }, + { + "input": "Sentence: saving it for later implies that it was neither tainted (gave food poisoning) nor caused unpleasant heartburn, and the person intended to continue to consume it at a later time when they were no longer full. \nQuestion: Why is a person likely to stop eating hamburger and save the rest for later? \nchoices: (A) food poisoning, (B) being full, (C) heartburn", + "output": [ + "being full" + ] + }, + { + "input": "Sentence: gill had to turn around. \nQuestion: Gill went forth for some time. Because hie forgot something, he put the car in what? \nchoices: (A) reverse, (B) backwards, (C) back and", + "output": [ + "reverse" + ] + }, + { + "input": "Sentence: blue birds sing songs \nQuestion: What are blue birds known to do? \nchoices: (A) lay eggs, (B) sing songs, (C) spread wings", + "output": [ + "sing songs" + ] + }, + { + "input": "Sentence: shopping baskets are for shopping, just like the name implies. \nQuestion: What is often the purpose of a shopping basket? \nchoices: (A) grocery store, (B) shop, (C) supermarkets", + "output": [ + "shop" + ] + }, + { + "input": "Sentence: a medicine cabinet keeps things safe and protected from other parts of the bathroom \nQuestion: Where would you put an electric razor to protect it from water? \nchoices: (A) k mart, (B) medicine cabinet, (C) bathroom", + "output": [ + "medicine cabinet" + ] + }, + { + "input": "Sentence: since the frog is on land, it has to hop to move around. \nQuestion: If a frog has to travel a short distance on land it will do what? \nchoices: (A) hop, (B) swim, (C) leap", + "output": [ + "hop" + ] + }, + { + "input": "Sentence: jewelry stores have wearable gold for sale. \nQuestion: Where would you buy wearable gold? \nchoices: (A) jewelry store, (B) treasure chest, (C) fort knox", + "output": [ + "jewelry store" + ] + }, + { + "input": "Sentence: waving thumb in air is a universally recognized sign of hitchhiking, or, \"i need a ride\". \nQuestion: You've got all the hiking gear but your car wont start so you might have to head to the main road to do this for a ride? \nchoices: (A) special boots, (B) waving thumb in air, (C) plan", + "output": [ + "waving thumb in air" + ] + }, + { + "input": "Sentence: public office is the only option that is a position that is generally elected. \nQuestion: What generally elected position might be prone to be labelled a weasel? \nchoices: (A) out of doors, (B) washington dc, (C) public office", + "output": [ + "public office" + ] + }, + { + "input": "Sentence: someone must work hard and succeed, in order to achieve something. \nQuestion: What would happen to a person if he or she achieved something? \nchoices: (A) try to learn, (B) need assistance, (C) feel proud", + "output": [ + "feel proud" + ] + }, + { + "input": "Sentence: is someone is competing the only objective should be to win. \nQuestion: when im competing in a competition what should i aim for \nchoices: (A) enemies, (B) winning or losing, (C) wins", + "output": [ + "wins" + ] + }, + { + "input": "Sentence: being able to relax and do nothing \nQuestion: She put on some soft music, she just wanted to do what at the end of the day? \nchoices: (A) relax, (B) skate, (C) listen", + "output": [ + "relax" + ] + }, + { + "input": "Sentence: you don't need a dishwasher if you've already washed the plate \nQuestion: Where would you put a plate after washing it? \nchoices: (A) flea market, (B) kitchen cupboard, (C) dishwasher", + "output": [ + "kitchen cupboard" + ] + }, + { + "input": "Sentence: bridges are typically built over water \nQuestion: How can a bridge be built? \nchoices: (A) california, (B) river valley, (C) over water", + "output": [ + "over water" + ] + }, + { + "input": "Sentence: there are foxes in tennessee. \nQuestion: Where does a well known fox movie take place? \nchoices: (A) grassy field, (B) inside joke, (C) tennessee", + "output": [ + "tennessee" + ] + }, + { + "input": "Sentence: a basket is comfortable enough for a small dog to sleep in. \nQuestion: Where is a good place for a small dog to sleep? \nchoices: (A) basket, (B) own home, (C) backyard", + "output": [ + "basket" + ] + }, + { + "input": "Sentence: a 5 pound block of salt would not fit in a shaker, and john probably doesn't have storage in a fast food restaurant, but probably has a cupboard large enough to store a 5 lb block of salt. \nQuestion: John buys a 5 pound block of salt. Where is he likely to keep it? \nchoices: (A) fast food restaurant, (B) kitchen cupboard, (C) shaker", + "output": [ + "kitchen cupboard" + ] + }, + { + "input": "Sentence: in order to perhaps add further wealth to their country, a greedy leadership would want to attempt to conquer an opponent in order to do so. \nQuestion: Sometimes the wealth of another country will cause the greed of the leadership to attempt to do what? \nchoices: (A) play poker, (B) conquer opponent, (C) make friends", + "output": [ + "conquer opponent" + ] + }, + { + "input": "Sentence: human beings are supposed to be compassionate creatures \nQuestion: How is someone likely to feel about a person hurting someone else? \nchoices: (A) feel remorse, (B) bad karma, (C) will resent", + "output": [ + "will resent" + ] + }, + { + "input": "Sentence: on vacation your clothes would most likely be packed in a suitcase. \nQuestion: Where is clothing found on vacation? \nchoices: (A) washing machine, (B) suitcase, (C) trunk", + "output": [ + "suitcase" + ] + }, + { + "input": "Sentence: the best way to satisfy your curiosity is to see it for yourself. \nQuestion: If you have curiosity about another location what should you do? \nchoices: (A) hear news, (B) go somewhere, (C) see favorite show", + "output": [ + "go somewhere" + ] + }, + { + "input": "Sentence: a classroom and your backpack would mean you have already bought a binder so the only choice is office supply store \nQuestion: Where can you buy a binder? \nchoices: (A) backpack, (B) class room, (C) office supply store", + "output": [ + "office supply store" + ] + }, + { + "input": "Sentence: books would have information in them that they can read \nQuestion: Where do young people read about weasels? \nchoices: (A) children's story, (B) corn fields, (C) animated film", + "output": [ + "children's story" + ] + }, + { + "input": "Sentence: he is not confident with his looks. \nQuestion: He was told everybody is beautiful in their own way, however what he saw in the mirror he found what? \nchoices: (A) hideous, (B) cloudy, (C) grotesque", + "output": [ + "hideous" + ] + }, + { + "input": "Sentence: office supply stores sell calendars. \nQuestion: Where can a calendar be purchased normally? \nchoices: (A) wrist watch, (B) office supply store, (C) desktop", + "output": [ + "office supply store" + ] + }, + { + "input": "Sentence: love is considered part of a fulfilled life. \nQuestion: Love leads people to fully do what? \nchoices: (A) wait for, (B) live life, (C) entertain", + "output": [ + "live life" + ] + }, + { + "input": "Sentence: excitement is a normal emotion for someone about to do something they want to do. \nQuestion: What is someone beginning work they really want to do likely to feel? \nchoices: (A) working, (B) excitement, (C) stress", + "output": [ + "excitement" + ] + }, + { + "input": "Sentence: resting is for regaining energy to continue an activity. rest is a period of time, and not 'sit down' or \"tie shoelace\" \nQuestion: What do you call the period of time after you are done running before you have the energy to run again? \nchoices: (A) tie shoelace, (B) rest, (C) sit down", + "output": [ + "rest" + ] + }, + { + "input": "Sentence: cooked food is found on plates \nQuestion: Where would you look for lasagna after it has been cooked? \nchoices: (A) freezer, (B) market, (C) plate", + "output": [ + "plate" + ] + }, + { + "input": "Sentence: wheezing is a symptom that something is wrong with the lung. \nQuestion: The doctor could tell there was a problem with his lung right away, every time he would breathe he would also what? \nchoices: (A) inhale, (B) inhaling, (C) wheeze", + "output": [ + "wheeze" + ] + }, + { + "input": "Sentence: the only place that might have \nQuestion: The man lost his keys while walking in a crime-ridden area, where did he look? \nchoices: (A) front pocket, (B) piano, (C) purse", + "output": [ + "front pocket" + ] + }, + { + "input": "Sentence: hamburgers are high fat and can be bad for you if you eat too many. \nQuestion: What do eating hamburgers in excess lead to long term? \nchoices: (A) nausea, (B) death, (C) health problems", + "output": [ + "health problems" + ] + }, + { + "input": "Sentence: violin is a string instrument, \nQuestion: A violin and three other instruments play in what? \nchoices: (A) string quartet, (B) orchestra, (C) music room", + "output": [ + "string quartet" + ] + }, + { + "input": "Sentence: this is the only answer that describes where someone would go. \nQuestion: Where will someone go for killing? \nchoices: (A) dies, (B) going to jail, (C) death of", + "output": [ + "going to jail" + ] + }, + { + "input": "Sentence: being to finally able to accomplish something after long effort would feel very nice. \nQuestion: He was finally able to experience seeing his idea become reality, how is he likely to feel? \nchoices: (A) make money, (B) inspiration, (C) very nice", + "output": [ + "very nice" + ] + }, + { + "input": "Sentence: you need legs in order to run \nQuestion: What do you need to run after ball? \nchoices: (A) not fat, (B) have legs, (C) look first", + "output": [ + "have legs" + ] + }, + { + "input": "Sentence: james had an upset stomach therefore he had no appetite. \nQuestion: Sally offered James Dinner but James couldn't stand the idea of having food. What did he have? \nchoices: (A) not hungry, (B) feeling of fullness, (C) upset stomach", + "output": [ + "upset stomach" + ] + }, + { + "input": "Sentence: impatience and pressure would not provide benefits in this situation \nQuestion: He fantasied about getting a what while driving to work and the pros and cons of the extra responsibilities and benefits? \nchoices: (A) promotion, (B) impatience, (C) pressure", + "output": [ + "promotion" + ] + }, + { + "input": "Sentence: a stew usually has many ingredients, including other vegetables. a cooking pot may not have that, and \"steak house\" makes no sense \nQuestion: What is a good place for a potato to mix with other veggies? \nchoices: (A) cooking pot, (B) beef stew, (C) steak house", + "output": [ + "beef stew" + ] + }, + { + "input": "Sentence: because this couple didn't like a commonplace housing, they probably wanted a unique housing instead. \nQuestion: The couple was sick of commonplace housing, what kind of house did they want? \nchoices: (A) inimitable, (B) distinguished, (C) unique", + "output": [ + "unique" + ] + }, + { + "input": "Sentence: older generation represents the predecessors and successors of family circle. \nQuestion: They enjoyed the stories their uncle told, he was the eldest and the closest living connection to the what? \nchoices: (A) most families, (B) older generation, (C) aunt's house", + "output": [ + "older generation" + ] + }, + { + "input": "Sentence: many stores are online these days but a physical store is made of brick and mortar. \nQuestion: Their online sales had been a huge success, but the dream was always to open a what shop? \nchoices: (A) hardcopy, (B) brick and mortar, (C) offline", + "output": [ + "brick and mortar" + ] + }, + { + "input": "Sentence: the condition of having lost one's sense of direction. \nQuestion: Traveling underwater has many dangers, such as low visibility causing what? \nchoices: (A) getting somewhere, (B) meeting new people, (C) disorientation", + "output": [ + "disorientation" + ] + }, + { + "input": "Sentence: being nice is forgiving someone that hurt you. \nQuestion: Being able to forgive is a way to be what? \nchoices: (A) happiness, (B) nice to, (C) sex", + "output": [ + "nice to" + ] + }, + { + "input": "Sentence: the process of aging in humans \nQuestion: The conclusion of a film sometimes uses what lazy device where a disembodied voice explains what happens? \nchoices: (A) address, (B) syllogism, (C) narration", + "output": [ + "narration" + ] + }, + { + "input": "Sentence: fires usually occur in kitchens, so that would be the most sensible place to put a fire extinguisher. \nQuestion: Where would you put a fire extinguisher if you do not have any large doors in your house and your house only has one floor? \nchoices: (A) kitchen, (B) stairwell, (C) garage", + "output": [ + "kitchen" + ] + }, + { + "input": "Sentence: on a windowsill would be next to a window and a shelf would be on the wall, therefore you put it on the table \nQuestion: If you don't hang your potted plant on a wall or next to a window, where could you put it? \nchoices: (A) windowsill, (B) shelf, (C) table", + "output": [ + "table" + ] + }, + { + "input": "Sentence: the pitcher threw the ball to the batter so that he could hit it. \nQuestion: The baseball team was playing ball. It was time for the pitcher to act. How did the pitcher get the ball to the batter? \nchoices: (A) throwing, (B) competition, (C) lose", + "output": [ + "throwing" + ] + }, + { + "input": "Sentence: place of employment of business \nQuestion: Where could you find only a few place to stay? \nchoices: (A) phone book, (B) town, (C) mexico", + "output": [ + "town" + ] + }, + { + "input": "Sentence: lustful implies sexual need, the strip club is about sexual viewing \nQuestion: The human had lustful needs to fulfill, where did he go as a result? \nchoices: (A) strip club, (B) international space station, (C) anywhere on earth", + "output": [ + "strip club" + ] + }, + { + "input": "Sentence: city hall buildings are located in towns. \nQuestion: Where is a city hall building likely to be? \nchoices: (A) town, (B) rooms, (C) urban area", + "output": [ + "town" + ] + }, + { + "input": "Sentence: the word thereafter and forviging attitude suggest that there was an argument. after arguments, people typically make up if they solved the dispute. \nQuestion: The couple had a forgiving attitude with each other thereafter, what did they do? \nchoices: (A) feel better, (B) respect, (C) make up", + "output": [ + "make up" + ] + }, + { + "input": "Sentence: respiration means breathing, typically with the intake of oxygen. \nQuestion: If you exercise intensely what can happen to your respiration? \nchoices: (A) fitness, (B) shortness of breath, (C) injury", + "output": [ + "shortness of breath" + ] + }, + { + "input": "Sentence: conference calls include more than one person as opposed to a regular phone call. \nQuestion: What kind of call are you on if you're hearing several people over speakers? \nchoices: (A) concert, (B) headphones, (C) conference", + "output": [ + "conference" + ] + }, + { + "input": "Sentence: newspapers are not delivered to the subway or stuck to the front door. \nQuestion: Where the newspaper landed if not on the porch? \nchoices: (A) lawn, (B) subway, (C) front door", + "output": [ + "lawn" + ] + }, + { + "input": "Sentence: your neighbor's house is usually directly next to your own house and has a grill \nQuestion: Where is the closest place outside of one's own home that a grill can be found? \nchoices: (A) barbeque, (B) restaurant, (C) neighbor's house", + "output": [ + "neighbor's house" + ] + }, + { + "input": "Sentence: time is someting that passes \nQuestion: What passes between the point of one destination to another? \nchoices: (A) relaxation, (B) elapsed time, (C) uneasiness", + "output": [ + "elapsed time" + ] + }, + { + "input": "Sentence: a classroom is the most likely place to contain crayon pictures. \nQuestion: Simon put crayon pictures on the wall of what? \nchoices: (A) labyrinth, (B) art show, (C) classroom", + "output": [ + "classroom" + ] + }, + { + "input": "Sentence: a cupboard is usually above a kitchen sink, and neither a cellar nor a grocery store is. \nQuestion: Where above your kitchen sink could you store canned food? \nchoices: (A) cellar, (B) grocery store, (C) cupboard", + "output": [ + "cupboard" + ] + }, + { + "input": "Sentence: a company concerned with providing internet connection can render help while there is no internet connection. \nQuestion: I don't have internet connection, who do I call? \nchoices: (A) company, (B) electrical circuit, (C) computer network", + "output": [ + "company" + ] + }, + { + "input": "Sentence: a newspaper is meant to inform the public on issues. \nQuestion: What is the purpose of a newspaper? \nchoices: (A) communicate, (B) inform, (C) announce", + "output": [ + "inform" + ] + }, + { + "input": "Sentence: parties are social events and mixing implies socializing with new company. \nQuestion: Billy liked going to the party. He enjoyed mixing. He liked to do what? \nchoices: (A) getting drunk, (B) meet new people, (C) have fun", + "output": [ + "meet new people" + ] + }, + { + "input": "Sentence: implies the whole human body to be scanned, and not just the brainstem, and the doctor suggests to a human. \nQuestion: The doctor noticed the nerve and suggested a scan of everything, what would be scanned? \nchoices: (A) animal, (B) human body, (C) brainstem", + "output": [ + "human body" + ] + }, + { + "input": "Sentence: a garden is a place to grow plants, and plants must be grown in the ground. although a park has ground, it is a public space, so it is not suitable for a private garden. a fence doesn't make sense as an answer. \nQuestion: Where would you put your garden? \nchoices: (A) fence, (B) ground, (C) park", + "output": [ + "ground" + ] + }, + { + "input": "Sentence: cars drive in cirlces at race tracks \nQuestion: They made their way down the motorway to watch some car drive in circles, where were they going? \nchoices: (A) england, (B) new jersey, (C) race track", + "output": [ + "race track" + ] + }, + { + "input": "Sentence: clay pot is the only type of container listed. \nQuestion: In what sort of container should you keep your ficus? \nchoices: (A) shady places, (B) screened porch, (C) clay pot", + "output": [ + "clay pot" + ] + }, + { + "input": "Sentence: an anemone is a sea creature so the correct answer should actually be tidal basin \nQuestion: Where might a person see a brightly colored wild anemone growing? \nchoices: (A) tidal basin, (B) vase of flowers, (C) field of flowers", + "output": [ + "field of flowers" + ] + }, + { + "input": "Sentence: blood is only found in the body \nQuestion: Where does a drop of blood come out of? \nchoices: (A) needle, (B) human body, (C) person", + "output": [ + "human body" + ] + }, + { + "input": "Sentence: crosswalks between blocks begin and end at street corners, and it is more likely to have a mailbox there than a post office \nQuestion: Where is the mailbox between my house and the next block? \nchoices: (A) street corner, (B) apartment complex, (C) post office", + "output": [ + "street corner" + ] + }, + { + "input": "Sentence: earnings tell you how well a company is doing. \nQuestion: What can the stockholders of the company look at to see how well it's doing? \nchoices: (A) earnings, (B) board of directors, (C) assets", + "output": [ + "earnings" + ] + }, + { + "input": "Sentence: a lamb is the only answer that could refer to a sheep's stage of development. \nQuestion: What is a sheep called during its first year of life? \nchoices: (A) lamb, (B) done, (C) ram", + "output": [ + "lamb" + ] + }, + { + "input": "Sentence: multiply is another term for skyrocket. \nQuestion: The division of the company saw their profits skyrocket, what did their overall margins do? \nchoices: (A) putting together, (B) multiply, (C) multiplication", + "output": [ + "multiply" + ] + }, + { + "input": "Sentence: once you are seated at a restaurant, ordering dinner follows. \nQuestion: Sally is a customer at a restaurant. She got a table early. What might she have done after being seated? \nchoices: (A) pay bills, (B) wait in line, (C) order dinner", + "output": [ + "order dinner" + ] + }, + { + "input": "Sentence: the common phrase is \"giving birth\" (new life) and not \"giving propagation\", and \"giving fun\" doesn't make any sense \nQuestion: There's a lot to reproducing, but it begins and end with new life by giving what? \nchoices: (A) fun, (B) birth, (C) propagation", + "output": [ + "birth" + ] + }, + { + "input": "Sentence: the overhead lamps would be considered 'lighting' \nQuestion: James heard thunder while he was putting up the overhead lamps. It hit very close. James worried that he might be killed while installing what? \nchoices: (A) lightening, (B) lighting, (C) lightning", + "output": [ + "lighting" + ] + }, + { + "input": "Sentence: implies that he's not in his own kitchen, and \"own home\" is the only choice that makes sense. \nQuestion: The jar was plastic, just like most of the stuff in the kitchen. John preferred glass, and wished he was somewhere else. Where does he want to be? \nchoices: (A) everything, (B) own home, (C) cupboard", + "output": [ + "own home" + ] + }, + { + "input": "Sentence: some people feel trapped or like there are too many rules and expectations when married so they feel a sense of freedom to do as they please upon divorce. \nQuestion: What does someone gain from getting divorce? \nchoices: (A) tears, (B) freedom, (C) depression", + "output": [ + "freedom" + ] + }, + { + "input": "Sentence: children play at home in a designated space \nQuestion: where do children play a game? \nchoices: (A) toy store, (B) family room, (C) casino", + "output": [ + "family room" + ] + }, + { + "input": "Sentence: newspaper provide insights to events \nQuestion: Reading a newspaper gives you a what about local current events? \nchoices: (A) education, (B) learning about world, (C) get angry", + "output": [ + "education" + ] + }, + { + "input": "Sentence: jellyfish live in the ocean, and can be seen along the shoreline. \nQuestion: Where would you find a jellyfish that has not been captured? \nchoices: (A) tank, (B) movie, (C) shore", + "output": [ + "shore" + ] + }, + { + "input": "Sentence: eyes will not be upon you when they turn away \nQuestion: As a human who valued privacy he asked that everybody do what so he could act without eyes upon him? \nchoices: (A) let down, (B) row boat, (C) turn away", + "output": [ + "turn away" + ] + }, + { + "input": "Sentence: literate is defined as having the ability to read and write. \nQuestion: If you know how to read and write you are what? \nchoices: (A) have paper, (B) not give up, (C) literate", + "output": [ + "literate" + ] + }, + { + "input": "Sentence: you want to improve your health \nQuestion: What is a good result of losing weight? \nchoices: (A) loose skin, (B) death, (C) healthier", + "output": [ + "healthier" + ] + }, + { + "input": "Sentence: after working very hard, people look for entertainment \nQuestion: James uses television l;ate in the day, after work. It does so because his work is hard and he wants to be what? \nchoices: (A) conformity, (B) entertained, (C) visual", + "output": [ + "entertained" + ] + }, + { + "input": "Sentence: a ball would be used in a soccer game and not the other things \nQuestion: The goalie felt blood on his face after blocking a ball, where was he/ \nchoices: (A) person, (B) animals, (C) soccer game", + "output": [ + "soccer game" + ] + }, + { + "input": "Sentence: a headache occurs when you attempt to stuff your brain too full \nQuestion: What can happen if you attempt too much learning? \nchoices: (A) headaches, (B) knowing more, (C) growth", + "output": [ + "headaches" + ] + }, + { + "input": "Sentence: getting wet is a great way to escape the summer heat. \nQuestion: Why would someone think about getting wet in the summer? \nchoices: (A) shrinking, (B) cool off, (C) shrinkage", + "output": [ + "cool off" + ] + }, + { + "input": "Sentence: water is used for washing hands. \nQuestion: After building his fire, the camper tried washing his hands, what was the immediate result? \nchoices: (A) become wet, (B) health, (C) dry skin", + "output": [ + "become wet" + ] + }, + { + "input": "Sentence: every community has at least one schol in it \nQuestion: A school is necessary for every one of these. What are they? \nchoices: (A) residential neighborhood, (B) community, (C) every city", + "output": [ + "community" + ] + }, + { + "input": "Sentence: grocery stores contain weekly household essentials \nQuestion: The balloon was purchased along with other weekly household essentials, where was it purchased? \nchoices: (A) sky, (B) grocery store, (C) birthday party", + "output": [ + "grocery store" + ] + }, + { + "input": "Sentence: the only explanation for someone not being able to lunch is not having food. \nQuestion: John can't eat lunch right now. He does not what? \nchoices: (A) have food, (B) get food, (C) buy food", + "output": [ + "have food" + ] + }, + { + "input": "Sentence: colorful pages are most commonly found in children's books. \nQuestion: Through the colorful pages the koala went on quite the adventure, the parent thought it made for a good what? \nchoices: (A) australian outback, (B) bamboo grove, (C) child's book", + "output": [ + "child's book" + ] + }, + { + "input": "Sentence: madagascar is the only place that would be in the wild. \nQuestion: Where could you find a monkey in the wild? \nchoices: (A) french government, (B) friend's house, (C) madagascar", + "output": [ + "madagascar" + ] + }, + { + "input": "Sentence: when your money has been sloten by someone who hasn´t worked for it, you´ll be extremely angry. \nQuestion: What would happen to a person if his or her money is stolen? \nchoices: (A) feel angry, (B) drink tea, (C) complete sentence", + "output": [ + "feel angry" + ] + }, + { + "input": "Sentence: nothing on earth is older than the sun's heat \nQuestion: Dan outfitted his house to run on the oldest heat source on Earth. What is the oldest heat source on Earth? \nchoices: (A) solar energy, (B) coal or wood, (C) fire", + "output": [ + "solar energy" + ] + }, + { + "input": "Sentence: elderly people can have heart attacks when they strain their body too hard. while jogging can likely lead to shortness of breath and blisters, heart attacks are the most dangerous. \nQuestion: Too much jogging for elderly people can lead to what? \nchoices: (A) heart attacks, (B) shortness of breath, (C) blisters", + "output": [ + "heart attacks" + ] + }, + { + "input": "Sentence: poor people can need each other and sleep together, harder to own things. \nQuestion: How can you tell whether people are rich? \nchoices: (A) own things, (B) need each other, (C) sleep together", + "output": [ + "own things" + ] + }, + { + "input": "Sentence: if she is choosing her favorite songs, she would sing along to them. \nQuestion: Driving to work can be monotonous, she would play her favorite music and just what along with it? \nchoices: (A) speed, (B) sing, (C) listen to radio", + "output": [ + "sing" + ] + }, + { + "input": "Sentence: beer is a type of alcohol and can intoxicate one. \nQuestion: What might happen after buying too much beer? \nchoices: (A) pleasure, (B) intoxication, (C) problems", + "output": [ + "intoxication" + ] + }, + { + "input": "Sentence: you would not find a large clock anywhere outside or inside of a house, and desk does not make sense. an office building would be a good place for employees to see a clock. \nQuestion: Where might you find a large clock outside? \nchoices: (A) office building, (B) house, (C) desk", + "output": [ + "office building" + ] + }, + { + "input": "Sentence: only kindness is a noun \nQuestion: Susan was a mean person. But even so, she could show what? \nchoices: (A) nice, (B) kindness, (C) generous", + "output": [ + "kindness" + ] + }, + { + "input": "Sentence: he wanted to have clean clothes to look better \nQuestion: The man was disheveled and wanted to clean clothes, so what was he hoping to achieve? \nchoices: (A) look better, (B) clean clothes, (C) attractive appearance", + "output": [ + "look better" + ] + }, + { + "input": "Sentence: if one is neutral, one doesn't feel positive emotions. the other 2 answer choices, which are positive, would be right if one felt good or positive about the situation, but not neutral. \nQuestion: If one is neutral with regards to seeing idea become reality what would they most likely feel? \nchoices: (A) elation, (B) feeling good, (C) being satisfied", + "output": [ + "being satisfied" + ] + }, + { + "input": "Sentence: a concert is the only place that plays load music \nQuestion: Where are you if there are large speakers playing music? \nchoices: (A) concert, (B) headphones, (C) conference", + "output": [ + "concert" + ] + }, + { + "input": "Sentence: it's the only negative term of the three \nQuestion: Sarah didn't like the activity she was doing, but she did it anyway. She felt that it was better than what? \nchoices: (A) passivity, (B) rest, (C) inactivity", + "output": [ + "inactivity" + ] + }, + { + "input": "Sentence: dreams happen in one's sleep and are not real because they are in your head, therefore they are not reality. \nQuestion: Stanley had a dream that was very vivid and scary. He had trouble telling it from what? \nchoices: (A) reality, (B) awake, (C) nightmare", + "output": [ + "reality" + ] + }, + { + "input": "Sentence: you need printed text in order to read. \nQuestion: What do you need to have before you can begin reading? \nchoices: (A) concentration, (B) concentrating, (C) written material", + "output": [ + "written material" + ] + }, + { + "input": "Sentence: commercial building only contain business offices and stalls \nQuestion: Where is one unlikely to find a concert hall? \nchoices: (A) commercial building, (B) theater, (C) university building", + "output": [ + "commercial building" + ] + }, + { + "input": "Sentence: shivering is the most likely effect when someone cools off too quickly. \nQuestion: Sarah was cooling off too quickly after exercising hard. She started doing what? \nchoices: (A) relaxation, (B) sweating, (C) shivering", + "output": [ + "shivering" + ] + }, + { + "input": "Sentence: in terms of perspective, peripheral is outside of the main focus of sight. since this sentence is speaking about the main focus in a video, it makes the most sense to be peripheral. \nQuestion: What is something that isn't the main focus of a video? \nchoices: (A) secondary, (B) minor, (C) peripheral", + "output": [ + "peripheral" + ] + }, + { + "input": "Sentence: to run out of steam is a metaphor for an individual running out of energy. as the child stopped the tantrum from exhaustion, he had run out of steam. \nQuestion: The child had stopped the tantrum from exhaustion, it seemed it had just what? \nchoices: (A) have rest, (B) sit down, (C) run out of steam", + "output": [ + "run out of steam" + ] + }, + { + "input": "Sentence: menorahs are a traditional jewish candle holder, and a synagogue is a jewish church, so it makes sense. \nQuestion: He lit another candle in the Menorah, everybody at the what watched? \nchoices: (A) synagogue, (B) dimly lit room, (C) bedroom", + "output": [ + "synagogue" + ] + }, + { + "input": "Sentence: she need cum (also called sperm) to get pregnant. \nQuestion: Lilly wanted to go about procreating but what no desire to have sex with a man. So she went to a clinic and bought something. What did she buy? \nchoices: (A) cum, (B) orgasm, (C) naked", + "output": [ + "cum" + ] + }, + { + "input": "Sentence: you can find much more back gardens in cities than in a town. \nQuestion: What place could have thousands or millions of back garden? \nchoices: (A) house, (B) england, (C) city", + "output": [ + "city" + ] + }, + { + "input": "Sentence: this city in northern norway is filled within things to do like polar nights half marathons and located in the middle of the northern lights ova in finmark \nQuestion: This city in Northern Norway is filled within things to do like Polar Nights half marathons and located in the middle of the Northern lights oval, which city is it? \nchoices: (A) finnmark, (B) vadsø, (C) tromsø", + "output": [ + "tromsø" + ] + }, + { + "input": "Sentence: north america is a place where countries are located and countries have flags that represents them. \nQuestion: James loved the flags that had a snake and a motto on it. It was a symbol of a place located where? \nchoices: (A) ditch, (B) pet shops, (C) north america", + "output": [ + "north america" + ] + }, + { + "input": "Sentence: you would have to wait as well \nQuestion: If there are a lot of people waiting to order at the fast food restaurant where you decided to have lunch what must you do before you get to order? \nchoices: (A) pouring coffee, (B) getting in line, (C) get full", + "output": [ + "getting in line" + ] + }, + { + "input": "Sentence: a rock is the only one you can grab with your hand. \nQuestion: You might grab what to smash a large, frightening bug when you're outdoors? \nchoices: (A) meadow, (B) rock, (C) garden", + "output": [ + "rock" + ] + }, + { + "input": "Sentence: you would have to work hard and but a considerable amount of time to be the winning project \nQuestion: The amount of effort put into the losing project was negligible, how much effort was put into the winning project? \nchoices: (A) important, (B) significant, (C) considerable", + "output": [ + "considerable" + ] + }, + { + "input": "Sentence: if there is an opposing team, it only makes sense that they are playing against each other. additionally, because he sized him up, he is determining if he can compete against the other team. \nQuestion: He felt pride when he saw his team walk out and when he sized op the opposing team, what was he about to do? \nchoices: (A) compete against, (B) pass class, (C) improve yourself", + "output": [ + "compete against" + ] + }, + { + "input": "Sentence: in london, the subway is called the tube \nQuestion: Where is a subway station called something else? \nchoices: (A) big city, (B) london, (C) new york", + "output": [ + "london" + ] + }, + { + "input": "Sentence: after getting treated for an aliment you shouldn't have any more pain \nQuestion: Returning to work was easy for Dan. He had liked doing nothing for weeks, and after his treatment he was complately what? \nchoices: (A) painless, (B) malaise, (C) boredom", + "output": [ + "painless" + ] + }, + { + "input": "Sentence: you cannot have any intense feelings over a random stranger. \nQuestion: Why would someone bring suit against a total stranger? \nchoices: (A) tensions, (B) randomness, (C) aggravation", + "output": [ + "randomness" + ] + }, + { + "input": "Sentence: the use of the word 'but' suggests faithful is the most likely answer. \nQuestion: He was a man with many loose morals, but when it came to his wife he was always what? \nchoices: (A) close fitting, (B) discreet, (C) faithful", + "output": [ + "faithful" + ] + }, + { + "input": "Sentence: it blew very strong to tore off the shingles. \nQuestion: The wind tore off the shingles, what was the wind like? \nchoices: (A) dry hair, (B) blowing hard, (C) change direction", + "output": [ + "blowing hard" + ] + }, + { + "input": "Sentence: restaurant is the place where they can eat so the bag would be there \nQuestion: Someone left their shopping bag behind when they grabbed a bit to eat, where is the bag likely? \nchoices: (A) retail store, (B) restaurant, (C) grocery store", + "output": [ + "restaurant" + ] + }, + { + "input": "Sentence: it is possible to drown in a pool, house or park will not necessarily have a body of water to drown in. \nQuestion: The dad was concerned about drowning when the children were playing, where were the kids playing? \nchoices: (A) neighbor's house, (B) swimming pool, (C) park", + "output": [ + "swimming pool" + ] + }, + { + "input": "Sentence: you store nestled bowls in a cupboard \nQuestion: Where might I find a bowl nestled among other bowls in the kitchen? \nchoices: (A) apartment, (B) refrigerator, (C) cupboard", + "output": [ + "cupboard" + ] + }, + { + "input": "Sentence: getting a cold almost always refers to an illness \nQuestion: She felt like she was getting a cold, she was not looking forward to this what? \nchoices: (A) let down, (B) illness, (C) gratitude", + "output": [ + "illness" + ] + }, + { + "input": "Sentence: explore disneyland park, a world where fantastical dreams come true! plan a visit to disneyland resort in california and immerse yourself in pure ... \nQuestion: Where is the most famous cartoon mouse from? \nchoices: (A) trap, (B) sewer, (C) disneyland", + "output": [ + "disneyland" + ] + }, + { + "input": "Sentence: freezing is the only opposite of hot listed \nQuestion: What is the opposite of hot? \nchoices: (A) freezing, (B) lifeless, (C) neutral", + "output": [ + "freezing" + ] + }, + { + "input": "Sentence: being drunk and angry, he would not simply walk away or only appear ridiculous; he would raise hell and cause a scene. \nQuestion: The man is drunk and angry, what does he look to do to others? \nchoices: (A) walk off, (B) raise hell, (C) appear ridiculous", + "output": [ + "raise hell" + ] + }, + { + "input": "Sentence: if you can't put your sunglasses on a shirt, and you're going to naturally put them in a bag of some sort if you have one. \nQuestion: Where would you put sunglasses if you do not have a shirt but want to bring the sunglasses with you? \nchoices: (A) bag, (B) shirt pocket, (C) drugstore", + "output": [ + "bag" + ] + }, + { + "input": "Sentence: peach and cherry have pits but they wouldn't be burned. a backyard firepit would have been burned. \nQuestion: Where could you find a pit that is burned? \nchoices: (A) backyard, (B) peach, (C) cherry", + "output": [ + "backyard" + ] + }, + { + "input": "Sentence: a compass always produces a circle. spheres can only exist in 3 dimensions. round is less precise than circular. \nQuestion: He drew a ball using a compass, what quality did the drawing of the ball have? \nchoices: (A) round, (B) spherical, (C) circular", + "output": [ + "circular" + ] + }, + { + "input": "Sentence: fruit market is full of vendors who are growers of the produce they sell \nQuestion: Where can you buy grapes directly from their growers? \nchoices: (A) super market, (B) grocery cart, (C) fruit market", + "output": [ + "fruit market" + ] + }, + { + "input": "Sentence: i keep tools in repair shop \nQuestion: You often keep tools in a box in your? \nchoices: (A) neighbor's house, (B) repair shop, (C) garage", + "output": [ + "garage" + ] + }, + { + "input": "Sentence: mind will relax in to sit on the pond and lake sides \nQuestion: Even in the city he liked to get outside when he could, he really liked to sit by the pond and then walk around the what? \nchoices: (A) forest, (B) countryside, (C) park", + "output": [ + "park" + ] + }, + { + "input": "Sentence: you would be standing in a line inside, such as a post office. \nQuestion: Where would you stand in a line and not need a coat if it is cold outside? \nchoices: (A) bus stop, (B) graph, (C) post office", + "output": [ + "post office" + ] + }, + { + "input": "Sentence: you need comfort when you are feeling sad \nQuestion: Faith in a high power is said to provide solace in times of what? \nchoices: (A) despair, (B) disbelief, (C) knowledge", + "output": [ + "despair" + ] + }, + { + "input": "Sentence: if a star is in the sky, it is incapable of feeling emotions. \nQuestion: The star was lonely, what did it wish it was part of? \nchoices: (A) constellation, (B) solar system, (C) hollywood", + "output": [ + "constellation" + ] + }, + { + "input": "Sentence: a motel is a place to stay that would be designed to have one floor. \nQuestion: Where might we find a place to stay that only has one floor? \nchoices: (A) motel, (B) phone book, (C) hotel", + "output": [ + "motel" + ] + }, + { + "input": "Sentence: a cat could live many years any place, but the king lives in a castle. \nQuestion: The cat is going to the castle. Why is he going there? \nchoices: (A) meow, (B) live many years, (C) see king", + "output": [ + "see king" + ] + }, + { + "input": "Sentence: intellectual stimulation is the only thing listed that would cure boredom. \nQuestion: The person was bored by the remedial math class, what did he want out of the class? \nchoices: (A) look beautiful, (B) time to rest, (C) intellectual stimulation", + "output": [ + "intellectual stimulation" + ] + }, + { + "input": "Sentence: klingon's have bumpy heads \nQuestion: The person was smooth, but he was a Klingon so his head became what? \nchoices: (A) bumpy, (B) rough, (C) uneven", + "output": [ + "bumpy" + ] + }, + { + "input": "Sentence: a locker room is the only place that would be found in a gym. \nQuestion: Where would a towel be kept in a gym? \nchoices: (A) cupboard, (B) linen closet, (C) locker room", + "output": [ + "locker room" + ] + }, + { + "input": "Sentence: telephone booths are found all over cities, with some having more than even london. \nQuestion: Where are there more telephone booths? \nchoices: (A) city, (B) gas stations, (C) london", + "output": [ + "city" + ] + }, + { + "input": "Sentence: if wet clothing is not placed inside a dryer machine, the clothes will be unable to dry. \nQuestion: When washing clothes what do you get when the cycle is complete and thus need the second tumbling machine for? \nchoices: (A) wet clothes, (B) torn, (C) wear out", + "output": [ + "wet clothes" + ] + }, + { + "input": "Sentence: you filled something if you put something in it \nQuestion: What happens to your bladder when you drink a lot of water? \nchoices: (A) empty, (B) full, (C) filled", + "output": [ + "filled" + ] + }, + { + "input": "Sentence: people who doesn´t like to show off his/her body will wear close fitting clothes. \nQuestion: Sarah's dress was very loose. She preferred that. She didn't like showing off her curves. What type of clothes would she not wear? \nchoices: (A) faithful, (B) discreet, (C) close fitting", + "output": [ + "close fitting" + ] + }, + { + "input": "Sentence: zero refers to the freezing point, so when the weather is cold temperature drops to zero. \nQuestion: As things get colder, temperature does what? \nchoices: (A) drop to zero, (B) increase, (C) heat up", + "output": [ + "drop to zero" + ] + }, + { + "input": "Sentence: losing control of your inhibitions will likely lead to passing out. \nQuestion: If I was getting drunk and lost control of my inhibitions, what might happen to me? \nchoices: (A) pass out, (B) slurred speech, (C) forgetfulness", + "output": [ + "pass out" + ] + }, + { + "input": "Sentence: speaking the local language would be really beneficial \nQuestion: When I go to Spain, what should I try to practice first? \nchoices: (A) further education, (B) speak spanish, (C) stand upright", + "output": [ + "speak spanish" + ] + }, + { + "input": "Sentence: stupid is the only negative answer. entertainment and fun are both positive. \nQuestion: If someone doesn't enjoy playing baseball what might they call it? \nchoices: (A) entertainment, (B) stupid, (C) fun", + "output": [ + "stupid" + ] + }, + { + "input": "Sentence: it is most likely that you could see something not real as a picture in a book. \nQuestion: Where could you see a sloth that is not real? \nchoices: (A) bad dream, (B) picture book, (C) another place", + "output": [ + "picture book" + ] + }, + { + "input": "Sentence: games only become intense when people playing them take them too seriously. \nQuestion: What is the reason that playing games sometimes take on a more serious tone? \nchoices: (A) entertainment, (B) happiness, (C) competitiveness", + "output": [ + "competitiveness" + ] + }, + { + "input": "Sentence: marmots don't live in australia or switzerland \nQuestion: Where do all marmot live before they are captured? \nchoices: (A) australia, (B) wilderness, (C) switzerland", + "output": [ + "wilderness" + ] + }, + { + "input": "Sentence: tennessee is one of the state which lies between south of kentucky and north of alabama \nQuestion: What state south of Kentucky and north of Alabama will you find people playing the fiddle? \nchoices: (A) violin case, (B) tennessee, (C) alabama", + "output": [ + "tennessee" + ] + }, + { + "input": "Sentence: the only place a town house would have a shed is located in the back of the house. \nQuestion: Where in a town would you put your shed? \nchoices: (A) backyard, (B) farm yard, (C) ranch", + "output": [ + "backyard" + ] + }, + { + "input": "Sentence: paperclips are stored in a desk \nQuestion: Where do most people keep a paperclip? \nchoices: (A) office, (B) meeting, (C) desk", + "output": [ + "desk" + ] + }, + { + "input": "Sentence: if they are personal mushrooms you want them to be kept in a refrigerator. \nQuestion: Where can personal mushrooms be kept fresh? \nchoices: (A) refrigerator, (B) pizza, (C) grocery store", + "output": [ + "refrigerator" + ] + }, + { + "input": "Sentence: this is the definition of random \nQuestion: If someone is fiddling a fiddle at random, what song are they likely to play next? \nchoices: (A) being happy, (B) troubles, (C) unpredictable", + "output": [ + "unpredictable" + ] + }, + { + "input": "Sentence: washington d.c is where the most u.s politicians work. \nQuestion: In hat city do the most U.S. politicians work? \nchoices: (A) parliament, (B) government, (C) washington d.c", + "output": [ + "washington d.c" + ] + }, + { + "input": "Sentence: within an office building, there could be multiple dentists and nobody lives in an office building. within a town, there would be very little, most likely one, dentist within the area. \nQuestion: Laddie owned a dentist office. It was the only dentist office in the area. Where might Laddie live? \nchoices: (A) office building, (B) patient, (C) town", + "output": [ + "town" + ] + }, + { + "input": "Sentence: a church and cathedral are places a bishop alone would be unlikely to move. \nQuestion: How does a bishop move from one place to another? \nchoices: (A) cathedral, (B) church, (C) chess game", + "output": [ + "chess game" + ] + }, + { + "input": "Sentence: terrible is the only adjective here that can be used to describe a person. \nQuestion: How might others describe someone who goes around killing people? \nchoices: (A) terrible, (B) going to jail, (C) get arrested", + "output": [ + "terrible" + ] + }, + { + "input": "Sentence: outsiders break away from the norm \nQuestion: People voted for the outsider because they hoped it would bring what? \nchoices: (A) welcome change, (B) make choice, (C) hate each other", + "output": [ + "welcome change" + ] + }, + { + "input": "Sentence: in terms of a company, socializing or growing within a company that is hierarchical requires people to branch out to reach others that are equal to them, not just their boss or their employee. \nQuestion: My company is vertical. How do I make it more horizontal? \nchoices: (A) branch out, (B) commit crime, (C) own resources", + "output": [ + "branch out" + ] + }, + { + "input": "Sentence: find a flatshare or flatmate fast! 1000s of rooms for rent in flatshares across london, manchester, birmingham, bristol, leeds, edinburgh, glasgow and the rest ... \nQuestion: A person is putting a sofabed in a house for a guest, where are they likely to place it? \nchoices: (A) spare room, (B) sitting room, (C) livingroom", + "output": [ + "spare room" + ] + }, + { + "input": "Sentence: friends gather to celebrate \nQuestion: When an inventory gets to see idea become reality they will gather their friends together to what? \nchoices: (A) feeling of accomplishment, (B) pride, (C) celebrate", + "output": [ + "celebrate" + ] + }, + { + "input": "Sentence: a crab can live in the pacific ocean and the pacific ocean is relatively close to tokyo, boiling water would harm the crab, and it is not specified if cold water has the conditions for a crab to survive in. \nQuestion: The crab realized that it was in danger at the Tokyo fish market, where did it run away to? \nchoices: (A) pacific ocean, (B) boiling water, (C) cold water", + "output": [ + "pacific ocean" + ] + }, + { + "input": "Sentence: old folks are most likely to live in a retirement community \nQuestion: The chess board had to be wheel chair accessible for the old folks living in the what? \nchoices: (A) retirement community, (B) toy store, (C) cabinet", + "output": [ + "retirement community" + ] + }, + { + "input": "Sentence: video store is the only location listed. \nQuestion: Where did people used to go so they could watch a movie in their home? \nchoices: (A) video store, (B) television, (C) show", + "output": [ + "video store" + ] + }, + { + "input": "Sentence: when you are doing nothing, you are relaxing. \nQuestion: What is the opposite of having fun? \nchoices: (A) relaxing, (B) effort, (C) activity", + "output": [ + "relaxing" + ] + }, + { + "input": "Sentence: a fruit basket is often sent as a gift or a way to say \"thank you\" \nQuestion: What might I use if I want to give a grape as a gift? \nchoices: (A) bowl of fruit, (B) fruit basket, (C) field", + "output": [ + "fruit basket" + ] + }, + { + "input": "Sentence: the other two are too expensive \nQuestion: Where is an inexpensive place to have a reception? \nchoices: (A) church basement, (B) wedding party, (C) restaurant", + "output": [ + "church basement" + ] + }, + { + "input": "Sentence: a hamburger will cause indigestion to someone with stomach issues \nQuestion: The man with Crohn's disease was eating a hamburger, what happened as a result? \nchoices: (A) indigestion, (B) tasty, (C) have fun", + "output": [ + "indigestion" + ] + }, + { + "input": "Sentence: hearing nice things about yourself makes you feel good \nQuestion: What makes a person feel good? \nchoices: (A) solve problems, (B) complemented, (C) able to read", + "output": [ + "complemented" + ] + }, + { + "input": "Sentence: i htink that might fit but not 100 percent sure. \nQuestion: am was a pretty bad neighbour. He was annoying, and considered to be a what? \nchoices: (A) bore, (B) foe, (C) distant", + "output": [ + "bore" + ] + }, + { + "input": "Sentence: a department store sells many kind of items. \nQuestion: John is walking an aisle full of children's clothes and ahead of him he sees televisions. What sort of store is he probably shopping at? \nchoices: (A) grocery store, (B) drugstore, (C) department store", + "output": [ + "department store" + ] + }, + { + "input": "Sentence: a meeting is the only place where bosses can share information in a work environment. \nQuestion: How do the bosses share knowledge in person at work? \nchoices: (A) meeting, (B) class, (C) university", + "output": [ + "meeting" + ] + }, + { + "input": "Sentence: stolen is the only way to download music without paying. \nQuestion: Music that has been download without paying has been what? \nchoices: (A) stolen, (B) composed, (C) written on paper", + "output": [ + "stolen" + ] + }, + { + "input": "Sentence: famous implies widely known, therefore united states is the best choice. \nQuestion: The banjo finds it's history in the Caribbean, but it's probably most famous where? \nchoices: (A) music store, (B) music shop, (C) united states", + "output": [ + "united states" + ] + }, + { + "input": "Sentence: controversy arises when people have different subjective opinions about art. \nQuestion: What could happen if creating art that not everyone agrees with? \nchoices: (A) relax, (B) controversy, (C) frustration", + "output": [ + "controversy" + ] + }, + { + "input": "Sentence: parents want their kids to graduate school \nQuestion: What do parents worry about while their college students are attending an expensive school? \nchoices: (A) employability, (B) catch cold, (C) dropping out", + "output": [ + "dropping out" + ] + }, + { + "input": "Sentence: it is not created in a boat or the gas station \nQuestion: Where is gasoline made? \nchoices: (A) gas station, (B) refineries, (C) boat", + "output": [ + "refineries" + ] + }, + { + "input": "Sentence: urban area is the opposite of rural and is most likely to be crowded. \nQuestion: His rural dental office was never crowded, but since moving where it has been nonstop crowded? \nchoices: (A) strip mall, (B) urban area, (C) medical building", + "output": [ + "urban area" + ] + }, + { + "input": "Sentence: sharing ideas is the only option you can do via talking \nQuestion: Why would people talk about a problem with each other? \nchoices: (A) arm themselves, (B) lose touch, (C) share ideas", + "output": [ + "share ideas" + ] + }, + { + "input": "Sentence: they play music to entertain people also known as a concert. \nQuestion: Why would a band be performing in front of a large number of people? \nchoices: (A) record album, (B) blaring, (C) play music", + "output": [ + "play music" + ] + }, + { + "input": "Sentence: pictures commemorate events by being a timestamp from a moment in time. \nQuestion: If you want to remember an event what should you do at it? \nchoices: (A) try, (B) focus on, (C) take pictures", + "output": [ + "take pictures" + ] + }, + { + "input": "Sentence: europe is the only choice that is a location. \nQuestion: where did many colonial kingdoms originate? \nchoices: (A) monarchy, (B) europe, (C) book", + "output": [ + "europe" + ] + }, + { + "input": "Sentence: blood pressure is measured by banding your arm \nQuestion: After taking measurements with an armband, the doctor recommended medicine for what purpose? \nchoices: (A) lower cholesterol, (B) lower blood pressure, (C) cargo", + "output": [ + "lower blood pressure" + ] + }, + { + "input": "Sentence: cell phone's require attention and active, both of which are antithetical to sleep \nQuestion: Deciding to watch tv or play with your cell phone might be a routine but they provide no help in being able to do what? \nchoices: (A) learn, (B) sitting, (C) fall asleep", + "output": [ + "fall asleep" + ] + }, + { + "input": "Sentence: when someone lives out in the country, there are not typically towns nearby. \nQuestion: People who live way out in the country have to use cars to to what? \nchoices: (A) turn left, (B) get to town, (C) turn right", + "output": [ + "get to town" + ] + }, + { + "input": "Sentence: the best skill of a soldier is to follow instructions. \nQuestion: The soldier was a great candidate for the job, the hiring officer knew the soldier could what? \nchoices: (A) wait for orders, (B) fight enemy, (C) follow instructions", + "output": [ + "follow instructions" + ] + }, + { + "input": "Sentence: since he did not have any tea at home, it would not make sense that he got tea from a cupboard or refrigerator. \nQuestion: James didn't have any teabags at home, nor did he have any cold tea. He wanted tea, though, he rushed out and went where? \nchoices: (A) internet cafe, (B) cupboard, (C) refrigerator", + "output": [ + "internet cafe" + ] + }, + { + "input": "Sentence: when people like something they usually smile because they are happy. \nQuestion: She couldn't hide she liked the boy she was talking to, she had a constant what? \nchoices: (A) make eye contact, (B) compliment, (C) smile", + "output": [ + "smile" + ] + }, + { + "input": "Sentence: a casino isnt a fancy enough place to gamble \nQuestion: She ha money and an extravagant hat, where was she heading to gamble with it all? \nchoices: (A) casino, (B) race track, (C) bank account", + "output": [ + "race track" + ] + }, + { + "input": "Sentence: poker can make you some money fast. \nQuestion: If someone has a strong feeling of greed and wants to make some quick money what might they try to do? \nchoices: (A) play poker, (B) conquer opponent, (C) make friends", + "output": [ + "play poker" + ] + }, + { + "input": "Sentence: standing in a queue is boring, so one is likely to daydream in one. \nQuestion: When standing in queue for a long time you will more than likely be? \nchoices: (A) daydreaming, (B) whistle, (C) look around", + "output": [ + "daydreaming" + ] + }, + { + "input": "Sentence: a department store sells all sorts of items including housewares. \nQuestion: Where does someone obtain a frying pan? \nchoices: (A) department store, (B) homes, (C) kitchen cabinet", + "output": [ + "department store" + ] + }, + { + "input": "Sentence: the best way to have a better life and pay less, it´s if we have a lower inflation rate. \nQuestion: James wants the government to fight inflation. Why might James want inflation to be lower? \nchoices: (A) pay less, (B) more money, (C) save money", + "output": [ + "pay less" + ] + }, + { + "input": "Sentence: a public building has an entrance. \nQuestion: Where might a ficus be at the entrance? \nchoices: (A) wet places, (B) public building, (C) great outdoors", + "output": [ + "public building" + ] + }, + { + "input": "Sentence: being competitive means that you want to win. entertaining and relax don't make sense in a competitive context \nQuestion: The competitive guy liked to play games, what was his goal? \nchoices: (A) entertaining, (B) win, (C) relax", + "output": [ + "win" + ] + }, + { + "input": "Sentence: museum is the only place where things are exhibited. \nQuestion: The famous cornet was displayed so everybody could see it with other famous items where? \nchoices: (A) high school band, (B) marching band, (C) museum", + "output": [ + "museum" + ] + }, + { + "input": "Sentence: a job offers income for sure, but not necessarily hope. offer doesn't fit. \nQuestion: You are seeking to provide yourself what when you're applying for a job? \nchoices: (A) income, (B) offer, (C) hope", + "output": [ + "income" + ] + }, + { + "input": "Sentence: if you are part of something and you use a machine gun, it makes the most sense that you are part of the military service \nQuestion: People using a machine gun are a part of what? \nchoices: (A) military service, (B) armory, (C) arsenal", + "output": [ + "military service" + ] + }, + { + "input": "Sentence: couples having fun in a sexual manner is appropriate and besides that, laughter is a reaction, and enjoy yourself does not apply to the question about couples. \nQuestion: What is the way that couples like to have fun? \nchoices: (A) laughter, (B) enjoy yourself, (C) have sex", + "output": [ + "have sex" + ] + }, + { + "input": "Sentence: couples with good values, will wait for the wedding night to have sex. \nQuestion: When it came to sex the couple were very strict, they were going to what the wedding to do it? \nchoices: (A) love another, (B) eat breakfast, (C) wait for", + "output": [ + "wait for" + ] + }, + { + "input": "Sentence: the other two aren't a boundary to the ocean, they are the ocean. \nQuestion: What must a crab cross to reach the ocean? \nchoices: (A) atlantic ocean, (B) shore line, (C) shallow waters", + "output": [ + "shore line" + ] + }, + { + "input": "Sentence: only in open country a bald eagle likes to fly and it's really free. \nQuestion: Where does a bald eagle like to fly? \nchoices: (A) open country, (B) wildlife refuge, (C) pine tree", + "output": [ + "open country" + ] + }, + { + "input": "Sentence: a large house would have many rooms \nQuestion: The drawing room was one of fifty rooms, where was it located? \nchoices: (A) mansion, (B) studio, (C) large house", + "output": [ + "large house" + ] + }, + { + "input": "Sentence: children can jump rope outside because it's safer \nQuestion: What can children do outside but not in a small room? \nchoices: (A) tickle, (B) jump rope, (C) see exhibits", + "output": [ + "jump rope" + ] + }, + { + "input": "Sentence: the south pacific ocean is the only place not near america. \nQuestion: Johnny was looking for blowfish in places that weren't near America. Where would he look? \nchoices: (A) hawaiian waters, (B) tropical sea, (C) south pacific ocean", + "output": [ + "south pacific ocean" + ] + }, + { + "input": "Sentence: filing a lawsuit is an inflammatory process and could make an already contentious rivalry even worse. \nQuestion: What could bringing suit do to a rivalry? \nchoices: (A) aggravation, (B) randomness, (C) tensions", + "output": [ + "aggravation" + ] + }, + { + "input": "Sentence: this implies a good thing tempered with a bad comparison. \nQuestion: The restaurant was very nice, but the taste of the dish was just what? \nchoices: (A) horrible, (B) naughty, (C) awful", + "output": [ + "awful" + ] + }, + { + "input": "Sentence: dreaming only occurs during the rem phase in deep sleep states. \nQuestion: He dreamed he was wide awake, but in fact he was in the middle of a very what? \nchoices: (A) conscious, (B) deep sleep, (C) open eyes", + "output": [ + "deep sleep" + ] + }, + { + "input": "Sentence: any hurricabe would have horrendous effects. \nQuestion: How would one describe the effects of a hurricane? \nchoices: (A) disaster, (B) tornadoes, (C) horrendous", + "output": [ + "horrendous" + ] + }, + { + "input": "Sentence: tidepools occur on shores, b & c could be on the shore but not a sure thing \nQuestion: On a family vacation, where might I visit near the shore to look for crab? \nchoices: (A) tidepools, (B) chesapeake bay, (C) fish market", + "output": [ + "tidepools" + ] + }, + { + "input": "Sentence: canada is north and consists of a mountain range to access. \nQuestion: An American might hike a mountain north to get to what? \nchoices: (A) surface of earth, (B) canada, (C) austria", + "output": [ + "canada" + ] + }, + { + "input": "Sentence: real estate people need to be charming in order to have good and loyal clients. \nQuestion: The real estate alienated people, what did she need to learn to be? \nchoices: (A) lie, (B) deceive, (C) charming", + "output": [ + "charming" + ] + }, + { + "input": "Sentence: you have to have a job in order to do work. \nQuestion: What do we have to do before we are able to begin work? \nchoices: (A) shower, (B) apply for job, (C) concentrate", + "output": [ + "apply for job" + ] + }, + { + "input": "Sentence: winners and losers is the only answer that provides two categories that people can be sorted into. \nQuestion: John loved competing because he was very competitive. He liked being about to divide people into what categories? \nchoices: (A) winners and losers, (B) might win, (C) perform better", + "output": [ + "winners and losers" + ] + }, + { + "input": "Sentence: since the weather is good one can go anywhere \nQuestion: The couple woke up to good weather finally, the rain had ruined the vacation so far but today they would what? \nchoices: (A) climb, (B) go somewhere, (C) travel", + "output": [ + "go somewhere" + ] + }, + { + "input": "Sentence: the judge rules whether ignorance is an excuse for a crime \nQuestion: Who said ignorance was not an excuse for the crime? \nchoices: (A) learn new, (B) find truth, (C) judge", + "output": [ + "judge" + ] + }, + { + "input": "Sentence: marmoset is a type of monkey that doesn't go underground \nQuestion: Where does a marmoset not usually go? \nchoices: (A) dictionary, (B) colorado, (C) underground", + "output": [ + "underground" + ] + }, + { + "input": "Sentence: working out is the expression most commonly used for the activity described. \nQuestion: What do people call it when they are going for run? \nchoices: (A) working out, (B) get tired, (C) falling down", + "output": [ + "working out" + ] + }, + { + "input": "Sentence: sand dollars are a shell, so they must be found in the ocean originally. \nQuestion: Where did a shop get the sand dollars you can buy? \nchoices: (A) ocean floor, (B) high school, (C) container", + "output": [ + "ocean floor" + ] + }, + { + "input": "Sentence: you cannot run if you cannot walk \nQuestion: Before we are able to run what do we need to know how to do? \nchoices: (A) stretches, (B) go quickly, (C) learn to walk", + "output": [ + "learn to walk" + ] + }, + { + "input": "Sentence: if a tense person is listening to soft music, it is obvious that they are trying to change their mood from tense to soft using relaxing music to help. \nQuestion: Why would a tense person be found listening to music that is soft? \nchoices: (A) deafness, (B) relaxation, (C) fall asleep", + "output": [ + "relaxation" + ] + }, + { + "input": "Sentence: interstate implies between states, and america is the place that contain multiple states. \nQuestion: What does an interstate highway go accross? \nchoices: (A) texas, (B) united states of america, (C) nebraska", + "output": [ + "united states of america" + ] + }, + { + "input": "Sentence: washing your hands requires water to be added to your hands making them wet. \nQuestion: He was washing hands, what happened to his hands as a result? \nchoices: (A) dry skin, (B) health, (C) become wet", + "output": [ + "become wet" + ] + }, + { + "input": "Sentence: it probably came of the bird in a cage \nQuestion: Where would you find a loose feather in your pet's home? \nchoices: (A) bird cage, (B) pillow, (C) cap", + "output": [ + "bird cage" + ] + }, + { + "input": "Sentence: an organization deals with various activities aimed at raising resources \nQuestion: What is a business leader likely to be in charge of? \nchoices: (A) country, (B) organization, (C) army", + "output": [ + "organization" + ] + }, + { + "input": "Sentence: that gives the town or city \nQuestion: You could call it jackson for short, but you'd be leaving out a hole when talking about a place where? \nchoices: (A) wyoming, (B) mississippi, (C) tennessee", + "output": [ + "wyoming" + ] + }, + { + "input": "Sentence: when someone is aloof they doesn't matter anyone else \nQuestion: If someone is aloof and self-important, what is their experience when meeting people? \nchoices: (A) stress, (B) being bored, (C) smile", + "output": [ + "being bored" + ] + }, + { + "input": "Sentence: you stop standing in something by walking out if it \nQuestion: How can a person end up stopping standing in puddle? \nchoices: (A) move away from, (B) walking out of, (C) laying in", + "output": [ + "walking out of" + ] + }, + { + "input": "Sentence: you need to be making money to pay the bills \nQuestion: Sometimes it felt like being able to pay bills was the only reason he was actively what? \nchoices: (A) make money, (B) having money, (C) making money", + "output": [ + "making money" + ] + }, + { + "input": "Sentence: construction is where you build things and sometimes you have to take something down before building. \nQuestion: Where would explosive devices be used to build and demolish things? \nchoices: (A) bomb, (B) construction site, (C) war", + "output": [ + "construction site" + ] + }, + { + "input": "Sentence: \"where\" is a location so it is the only answer that fits. \nQuestion: Where do people say god is at all times? \nchoices: (A) work miracles, (B) everywhere, (C) judge people", + "output": [ + "everywhere" + ] + }, + { + "input": "Sentence: automobiles go to a repair shop after accidents \nQuestion: Where is a automobile likely to go after an accident? \nchoices: (A) exit ramp, (B) repair shop, (C) driveway", + "output": [ + "repair shop" + ] + }, + { + "input": "Sentence: getting a house means u settle down \nQuestion: If you're going to buy a house for your family you're about to do what? \nchoices: (A) lose money, (B) pay for, (C) settle down", + "output": [ + "settle down" + ] + }, + { + "input": "Sentence: normal family homes do not have uncles living inside the house. \nQuestion: Billy lived with his uncle. This was an unusual arrangement. Name something that is different from this arrangement. \nchoices: (A) most families, (B) older generation, (C) aunt's house", + "output": [ + "most families" + ] + }, + { + "input": "Sentence: dictionaries belong on shelves not tables, and she is at home, not school \nQuestion: Mom is tidying a house, where would she put the loose dictionary? \nchoices: (A) classroom, (B) shelf, (C) table", + "output": [ + "shelf" + ] + }, + { + "input": "Sentence: when you go to school you will become successful \nQuestion: Why would a person go to school? \nchoices: (A) successful in life, (B) not feel pain, (C) more leisure time", + "output": [ + "successful in life" + ] + }, + { + "input": "Sentence: cooler is the only thing on hot mode \nQuestion: He needed to get ice to have a refreshing drink, the what was stuck on only hot mode? \nchoices: (A) mixed drinks, (B) cold weather, (C) water cooler", + "output": [ + "water cooler" + ] + }, + { + "input": "Sentence: since the condiments are already pre-packaged and thus unopened, it makes sense to put them in the pantry and store them away. \nQuestion: Where would you put condiments if you do not need to use them and they are already packaged? \nchoices: (A) pantry, (B) container, (C) table", + "output": [ + "pantry" + ] + }, + { + "input": "Sentence: the subway is buried under several feet of dirt, is often crowded and cramped, and is not a positive experience for many residents. \nQuestion: They were under several feet of dirt. James always found it claustrophobic. He hated using it. What did he hate using? \nchoices: (A) bed, (B) subway, (C) street", + "output": [ + "subway" + ] + }, + { + "input": "Sentence: landings are at the tops of stairs; apartment buildings have floors, and airports are a different kind of landing \nQuestion: There is a landing at the top of what that you walk up? \nchoices: (A) apartment building, (B) stairwell, (C) airport", + "output": [ + "stairwell" + ] + }, + { + "input": "Sentence: people usually only write checks in places relevant to finance, and not in drawers and backpacks. \nQuestion: Where would a ballpoint pen be useful for a writing a check? \nchoices: (A) backpack, (B) desk drawer, (C) bank", + "output": [ + "bank" + ] + }, + { + "input": "Sentence: because his favourite store had not the things. \nQuestion: His favorite general store had most things, and if it didn't it was conveniently located with other shops in the what? \nchoices: (A) shopping mall, (B) old west, (C) checkers", + "output": [ + "shopping mall" + ] + }, + { + "input": "Sentence: material that easily combusts is very much subject to igniting into flames. \nQuestion: What happens when applying a heat source to combustible materials? \nchoices: (A) go to jail, (B) burns, (C) warmth", + "output": [ + "burns" + ] + }, + { + "input": "Sentence: bill didn't revere the man but didn't dislike him either. to honor him would be to revere him however one can respect an individual without admiring them. \nQuestion: Bill did not revere the holy man but he also didn't disdain him. Bill had what for the man? \nchoices: (A) reverence, (B) respect, (C) honor", + "output": [ + "respect" + ] + }, + { + "input": "Sentence: a queue is a line for an event, good, or service. they are structured to help a few individuals at a time. anybody not being helped will have to wait. \nQuestion: If you're standing in queue for something you can't do anything about it, you just what? \nchoices: (A) impatience, (B) become impatient, (C) will have to wait", + "output": [ + "will have to wait" + ] + }, + { + "input": "Sentence: if you're taking a corner too fast, the most likely result is a roll over \nQuestion: What can happen to your car if you take a corner at too high a velocity? \nchoices: (A) go fast, (B) roll over, (C) slow down", + "output": [ + "roll over" + ] + }, + { + "input": "Sentence: typically, helping those who are close to us and in need of help provides pleasure and does not provide reward. \nQuestion: When giving assistance to family members in need you may feel what? \nchoices: (A) pleasure, (B) satisfaction, (C) reward", + "output": [ + "pleasure" + ] + }, + { + "input": "Sentence: it's the only one that marks the end of a killing. \nQuestion: How does killing someone usually end? \nchoices: (A) remorse, (B) funeral, (C) horrible", + "output": [ + "funeral" + ] + }, + { + "input": "Sentence: hell is the opposite of heaven. \nQuestion: A bald eagle flew through the heavens above what conversely named erosion? \nchoices: (A) hells canyon, (B) south lake tahoe, (C) central idaho", + "output": [ + "hells canyon" + ] + }, + { + "input": "Sentence: eating first (consuming food) is the remedy to hunger. \nQuestion: If I am hungrier than I am thirsty for a drink, what should I do? \nchoices: (A) eat first, (B) use glass, (C) open mouth", + "output": [ + "eat first" + ] + }, + { + "input": "Sentence: generally, comedy movies are lighthearted in tone and should not be taken seriously. they are filled with jokes. \nQuestion: Movies which contain unusual or unexpected events which are lighthearted in tone are trying to be what? \nchoices: (A) excellent, (B) funny, (C) entertaining", + "output": [ + "funny" + ] + }, + { + "input": "Sentence: a clerk will place a check in a cash register. \nQuestion: A person writes a check to a clerk, where does the clerk put them? \nchoices: (A) desk drawer, (B) cash register, (C) pay envelope", + "output": [ + "cash register" + ] + }, + { + "input": "Sentence: it is a teacher's job to answer questions for the sake of learning for children. \nQuestion: The teacher is answering questions, why? \nchoices: (A) children will learn, (B) people will understand, (C) embarassment", + "output": [ + "children will learn" + ] + }, + { + "input": "Sentence: you only sit in bleachers and watch large men run in football stadiums \nQuestion: Where do you sit in bleachers and watch large men run? \nchoices: (A) soccer game, (B) football stadium, (C) baseball stadium", + "output": [ + "football stadium" + ] + }, + { + "input": "Sentence: if you are suffering from hunger the first option you take when a meal is offered is to eat it quickly. \nQuestion: If you're suffering from hunger what you likely to do with your meal? \nchoices: (A) eat quickly, (B) begin work, (C) spend money", + "output": [ + "eat quickly" + ] + }, + { + "input": "Sentence: is normally in a theatre. \nQuestion: The play was nearly starting, everybody took their seat in the what? \nchoices: (A) theatre, (B) in cinema, (C) martorell", + "output": [ + "theatre" + ] + }, + { + "input": "Sentence: people do not want others being hurt by people on purpose \nQuestion: What happens to a neighborhood when someone is known to be hurting someone else? \nchoices: (A) public outcry, (B) legal problems, (C) physical pain", + "output": [ + "public outcry" + ] + }, + { + "input": "Sentence: people dance on the floor at a nightclub usually called a dance floor \nQuestion: What do people do at a night club on the floor? \nchoices: (A) dance together, (B) speak words, (C) own cars", + "output": [ + "dance together" + ] + }, + { + "input": "Sentence: a farmer makes money off land, so more would help him make money. \nQuestion: When a farmer is gaining more land what is the expected positive consequence? \nchoices: (A) making more money, (B) disputes, (C) more responsibility", + "output": [ + "making more money" + ] + }, + { + "input": "Sentence: those who enjoy others generally socialise for fun. \nQuestion: Some people really enjoy others, for them socialising is a way of what? \nchoices: (A) become popular, (B) become more popular, (C) having fun", + "output": [ + "having fun" + ] + }, + { + "input": "Sentence: randomness does not make sense at all, and aggravation does not work as well as tension, because fighting with family members and having others take sides is a wide source of tension for many families. \nQuestion: Bringing suit against a family member will cause what with the rest of the family? \nchoices: (A) randomness, (B) aggravation, (C) tensions", + "output": [ + "tensions" + ] + }, + { + "input": "Sentence: idaho is associated with potato farms \nQuestion: The bald eagle flew over the potato fields over what region of the place known for them? \nchoices: (A) central idaho, (B) hells canyon, (C) south lake tahoe", + "output": [ + "central idaho" + ] + }, + { + "input": "Sentence: called implies a title...'artist' is the only title listed. \nQuestion: What is a person that is able to create art called? \nchoices: (A) imagine, (B) inspired, (C) artist", + "output": [ + "artist" + ] + }, + { + "input": "Sentence: lexington is the only place in massachusetts \nQuestion: The Marshall from Lexington had to chase down a lead elsewhere, but at least he could have some clam chowder while working where? \nchoices: (A) kentucky, (B) massachusetts, (C) american revolution", + "output": [ + "massachusetts" + ] + }, + { + "input": "Sentence: waiting for a long time and not getting the desired end result is a frustrating feeling. \nQuestion: What may you feel after standing in line for a long time and not getting what you were after? \nchoices: (A) frustration, (B) order, (C) pain", + "output": [ + "frustration" + ] + }, + { + "input": "Sentence: you can't carry a pen with you in someone else's house or a store \nQuestion: Where would you carry a pen as you go through your day? \nchoices: (A) friend's house, (B) office supply store, (C) pocket", + "output": [ + "pocket" + ] + }, + { + "input": "Sentence: when you learn you grow your brain \nQuestion: What will happen to your knowledge with more learning? \nchoices: (A) headaches, (B) growth, (C) knowing more", + "output": [ + "growth" + ] + }, + { + "input": "Sentence: canons are the only thing that shoot out projectiles. \nQuestion: Where is a ball projectile shot out of? \nchoices: (A) battle field, (B) tornado, (C) canon", + "output": [ + "canon" + ] + }, + { + "input": "Sentence: when traveling you would go to a hotel it has a bed and sometimes a couch in the room \nQuestion: Travelers seek a place to rest, what should they look for? \nchoices: (A) airport, (B) at hotel, (C) bus depot", + "output": [ + "at hotel" + ] + }, + { + "input": "Sentence: students often study computer software at mit \nQuestion: Where is a student likely to be focused on computers? \nchoices: (A) mit, (B) library, (C) space shuttle", + "output": [ + "mit" + ] + }, + { + "input": "Sentence: if you are doing something poorly in public, the only emotion that makes sense that you would feel would be humiliation. \nQuestion: Dancing poorly in public may make you feel what? \nchoices: (A) exhaustion, (B) blisters, (C) humiliation", + "output": [ + "humiliation" + ] + }, + { + "input": "Sentence: a cow is the only selection that offers a beverage \nQuestion: How might people acquire a fresh, warm beverage? \nchoices: (A) milk cow, (B) plant flowers, (C) wear jeans", + "output": [ + "milk cow" + ] + }, + { + "input": "Sentence: to get dirt off of yourself and not just your clothes, you must bathe. \nQuestion: What would you do to get dirt off of yourself? \nchoices: (A) clean clothes, (B) bathe, (C) wash clothes", + "output": [ + "bathe" + ] + }, + { + "input": "Sentence: they would have to go around a roadblock \nQuestion: John and Grace live where there are many people, but it's hard for them to move around because of all the what? \nchoices: (A) roadblock, (B) populated areas, (C) race track", + "output": [ + "roadblock" + ] + }, + { + "input": "Sentence: china is the country that is farthest north that will also allow her to see the brahmaputra river. \nQuestion: Lacy wanted to see the Brahmaputra river. To do that, she'd have to go to one of three countries. She chose the one farthest North. Which one did she pick? \nchoices: (A) china, (B) bangladesh, (C) india", + "output": [ + "china" + ] + }, + { + "input": "Sentence: entertainment is a positive feeling, similar to fulfillment. \nQuestion: Jane thought that the show was entertaining. Watching it brought her what emotion? \nchoices: (A) fulfillment, (B) embarrassment, (C) fatigue", + "output": [ + "fulfillment" + ] + }, + { + "input": "Sentence: people don't keep their own things in stores or restaurants \nQuestion: Where do you keep ketchup? \nchoices: (A) fast food restaurant, (B) grocery store, (C) refrigerator", + "output": [ + "refrigerator" + ] + }, + { + "input": "Sentence: since billy enjoyed answering questions, he would have liked to continue. he would not have felt irritated. sadness is a more likely emotion in this case than feeling polite. \nQuestion: Billy enjoyed answering questions. When all of the questioners went home he experienced what emotion? \nchoices: (A) sadness, (B) irritation, (C) polite", + "output": [ + "sadness" + ] + }, + { + "input": "Sentence: people from exotic or faraway regions with natives have alien seeming traditions. \nQuestion: Sam thought that James was a native, because of how Lane did what to James? \nchoices: (A) introduced, (B) foreigner, (C) immigrant", + "output": [ + "introduced" + ] + }, + { + "input": "Sentence: the question is not asking where the furnace is located. it is asking where it heats, and the house is the logical answer, as it contains all of the rooms, including the basement. \nQuestion: Where does a furnace usually heat? \nchoices: (A) cellar, (B) house, (C) basement", + "output": [ + "house" + ] + }, + { + "input": "Sentence: bride and groom are generally participants in a marriage ceremony. \nQuestion: A bride and groom are taking care of proposals, what is the likely ceremony? \nchoices: (A) getting work done, (B) marriage, (C) results", + "output": [ + "marriage" + ] + }, + { + "input": "Sentence: they would be choosing a toy from the toy store to play with later \nQuestion: Where would children be preparing for future playing? \nchoices: (A) soccer game, (B) toy store, (C) classroom", + "output": [ + "toy store" + ] + }, + { + "input": "Sentence: he was actually needing to borrow a cup of sugar from neighbor's house \nQuestion: He chuckled as he knocked on the door, here he was actually needing to borrow a cup of sugar from where? \nchoices: (A) neighbor's house, (B) office, (C) theater", + "output": [ + "neighbor's house" + ] + }, + { + "input": "Sentence: north carolina is a state in the united states \nQuestion: Where is north carolina located? \nchoices: (A) south, (B) carolina, (C) united states", + "output": [ + "united states" + ] + }, + { + "input": "Sentence: it was not in tropical waters for sure and if it was near a coast it was not in the deep far away ocean. \nQuestion: The shark realized it was in northern california, where was it likely? \nchoices: (A) tomales bay, (B) tropical waters, (C) great oceans", + "output": [ + "tomales bay" + ] + }, + { + "input": "Sentence: the seats in a movie theater are there for people to use when watching a movie. \nQuestion: A person takes a seat to watch a movie, where is he? \nchoices: (A) airplane, (B) in cinema, (C) martorell", + "output": [ + "in cinema" + ] + }, + { + "input": "Sentence: crowd cheers the players \nQuestion: The home school's team was playing basketball, ever score brought what from the crowd? \nchoices: (A) cheers, (B) have fun, (C) pain", + "output": [ + "cheers" + ] + }, + { + "input": "Sentence: since the person was bored he was ready to do all kind of things \nQuestion: The person was bored of life, what was he up to do? \nchoices: (A) drink water, (B) sunny days, (C) all kinds of things", + "output": [ + "all kinds of things" + ] + }, + { + "input": "Sentence: they will probably do drugs and go in to trance \nQuestion: What can happen after someone is going into a trance? \nchoices: (A) closed eyes, (B) hallucination, (C) loss of control", + "output": [ + "hallucination" + ] + }, + { + "input": "Sentence: likely to be embarrassed for being loud at a theater where you are suppose to be quiet. \nQuestion: Where would a person blush or put his head down after shutting a door loudly? \nchoices: (A) apartment, (B) wall, (C) theater", + "output": [ + "theater" + ] + }, + { + "input": "Sentence: sitting on stools is usually done at a restaurant or bar in which guests order drinks first. \nQuestion: The all decided to sit down on the stools, and each order a what? \nchoices: (A) relax, (B) fart, (C) drink", + "output": [ + "drink" + ] + }, + { + "input": "Sentence: had to be a relatively small place for her to be able to see all the shops while at the salon. \nQuestion: She could watch people coming and going to all the different shops while at the beauty salon because it was located where? \nchoices: (A) neighborhood, (B) clerk, (C) strip mall", + "output": [ + "strip mall" + ] + }, + { + "input": "Sentence: selling mail order precludes the need for a storefront and would generally be efficient. \nQuestion: How can a company efficiently sell things to their customer? \nchoices: (A) own factory, (B) ship goods, (C) mail order", + "output": [ + "mail order" + ] + }, + { + "input": "Sentence: jewelers specialize in replacing and repairing jewelry and watches. \nQuestion: John needed his watched fixed. Where might he take it? \nchoices: (A) jewellers, (B) department store, (C) guard tower", + "output": [ + "jewellers" + ] + }, + { + "input": "Sentence: family room is the place most likely for everyone to be able to access \nQuestion: Where can I put the bean bag chair so that everyone can use it? \nchoices: (A) floor, (B) family room, (C) house", + "output": [ + "family room" + ] + }, + { + "input": "Sentence: burns in the vagina would imply she was submerged in the chemicals which could happen in a pool. \nQuestion: Sally and Joe were burned by chemicals because they ignored the signs. She had chemical burns in her vagina. Where might they have been? \nchoices: (A) swimming pool, (B) chemistry lab, (C) laboratory", + "output": [ + "swimming pool" + ] + }, + { + "input": "Sentence: if there is a murder it means a victim has died \nQuestion: A requirement committing murder is that someone must what? \nchoices: (A) own death, (B) die, (C) great sorrow", + "output": [ + "die" + ] + }, + { + "input": "Sentence: when water melts, it gets the ground wet. \nQuestion: What could be happening near you if the ground is getting wet? \nchoices: (A) skin rash, (B) melting, (C) feeling cold", + "output": [ + "melting" + ] + }, + { + "input": "Sentence: supplies is a noun, and fits as an item(s) she would be gathering during her errands. \nQuestion: A woman was running around town doing her errands, what was she gathering? \nchoices: (A) gain, (B) supplies, (C) help people", + "output": [ + "supplies" + ] + }, + { + "input": "Sentence: a jar will have empty space inside. the universe wouldn't hold food and front doesn't make sense. \nQuestion: John wanted to keep his food fresh, she he bought something that would let him suck the air it, leaving empty space inside. This would keep food fresh. This item was a type of what? \nchoices: (A) universe, (B) jar, (C) front", + "output": [ + "jar" + ] + }, + { + "input": "Sentence: the clerk is the only one that is smaller than a beauty salon, and therefore able to be inside it. \nQuestion: What could there be in a beauty salon? \nchoices: (A) city, (B) neighborhood, (C) clerk", + "output": [ + "clerk" + ] + }, + { + "input": "Sentence: if you are spending time with friends, then you are socializing with them. \nQuestion: What is it called when you spend time with friends and acquaintances? \nchoices: (A) clean room, (B) go somewhere, (C) socialize", + "output": [ + "socialize" + ] + }, + { + "input": "Sentence: it's our intelligence that defines our mental faculties, such as memory. \nQuestion: The ability to remember things is a sign of what? \nchoices: (A) intelligence, (B) recall, (C) learning about", + "output": [ + "intelligence" + ] + }, + { + "input": "Sentence: hired help is another name for servant \nQuestion: Sam refered to Sean as a servant. Joan was less polite, and used a different term. What term did she use? \nchoices: (A) hired help, (B) rich person, (C) freedom", + "output": [ + "hired help" + ] + }, + { + "input": "Sentence: friend's house is most likely to be closest to home \nQuestion: If you lost track of a monkey at home what is the closest place you should look first? \nchoices: (A) friend's house, (B) african continent, (C) amazon basin", + "output": [ + "friend's house" + ] + }, + { + "input": "Sentence: a grandfather clock would be kept in a house because it's a personal item \nQuestion: Where would someone keep a grandfather clock? \nchoices: (A) desk, (B) office building, (C) house", + "output": [ + "house" + ] + }, + { + "input": "Sentence: the only trait is good health. both own home and lobby don't fall into that category. \nQuestion: What is a trait of a bright green ficus? \nchoices: (A) good health, (B) own home, (C) lobby", + "output": [ + "good health" + ] + }, + { + "input": "Sentence: people typically work in order to buy food to eat \nQuestion: In order to have food to eat, what do people typically do for it? \nchoices: (A) purchase food from webvan.com, (B) work for, (C) grow food", + "output": [ + "work for" + ] + }, + { + "input": "Sentence: the internet cafe is the only place that would offer internet access at a location \nQuestion: Amy sat down and turned on her monitor. She only had an hour of time to do her work. Where might she be? \nchoices: (A) desktop, (B) box, (C) internet cafe", + "output": [ + "internet cafe" + ] + }, + { + "input": "Sentence: nostalgia occurs when you are remembering past events in your life. \nQuestion: An evening of remembering often leads to what? \nchoices: (A) nostalgia, (B) knowledge, (C) problems", + "output": [ + "nostalgia" + ] + }, + { + "input": "Sentence: without regret means the person will not feel remorse. bad karma is the more likely than resentment. \nQuestion: What is likely to happen to someone who hurts someone else without regret? \nchoices: (A) bad karma, (B) feel remorse, (C) will resent", + "output": [ + "bad karma" + ] + }, + { + "input": "Sentence: underground is consistently cool and dark \nQuestion: The wine cellar needed a consistently cool and dark place, where should it be built? \nchoices: (A) basement, (B) house, (C) home", + "output": [ + "basement" + ] + }, + { + "input": "Sentence: fungus in the university has to maintain good attitudes. \nQuestion: Where would you find fungus in a university? \nchoices: (A) decaying matter, (B) old cheese, (C) biology laboratory", + "output": [ + "biology laboratory" + ] + }, + { + "input": "Sentence: trained dogs was need to get they behave appropriately \nQuestion: What do dogs need to get so they behave appropriately? \nchoices: (A) require water, (B) get lost, (C) trained", + "output": [ + "trained" + ] + }, + { + "input": "Sentence: cash is used to purchase goods and services. \nQuestion: Alexa wants to eat lunch but she left her lunchbox and wallet at home. John gives her a twenty so that she can go out and do what? \nchoices: (A) get food, (B) have food, (C) buy food", + "output": [ + "buy food" + ] + }, + { + "input": "Sentence: south carolina is a southern state that is known for crab \nQuestion: If I am in the southern United States eating crab, where am I likely? \nchoices: (A) maine, (B) south carolina, (C) new england", + "output": [ + "south carolina" + ] + }, + { + "input": "Sentence: one can only say that they answered a question if they answered it correctly \nQuestion: If you answering questions you only get credit if you're what? \nchoices: (A) discussion, (B) teaching, (C) correct", + "output": [ + "correct" + ] + }, + { + "input": "Sentence: the south of connecticut is the only place where the long island sound stretches out in the the water of \nQuestion: The long island sound stretches out into the water south of where? \nchoices: (A) connecticut, (B) atlantic, (C) long island", + "output": [ + "connecticut" + ] + }, + { + "input": "Sentence: farmer's market comes directly from the farm, providing more time for the items to be available to the public. \nQuestion: Where are peas likely to be freshest? \nchoices: (A) farmer's market, (B) grocery store, (C) supermarket", + "output": [ + "farmer's market" + ] + }, + { + "input": "Sentence: social ostracism and bad smells are not usually considered fun. \nQuestion: What is one fun result of farting? \nchoices: (A) social ostracism, (B) loud noise, (C) bad smell", + "output": [ + "loud noise" + ] + }, + { + "input": "Sentence: it is there job to fight and not be quiet \nQuestion: What is the one thing that lawyers cannot do when they see injustice? \nchoices: (A) press charges, (B) settle disputes, (C) keep quiet", + "output": [ + "keep quiet" + ] + }, + { + "input": "Sentence: when the weather is severe they can experience the pain \nQuestion: What do people do when they are caught in severe weather and lose their balance while traveling? \nchoices: (A) experience pain, (B) thank god, (C) kill each other", + "output": [ + "experience pain" + ] + }, + { + "input": "Sentence: one can lie down in sunlight to relax \nQuestion: What are cats that have found sunlight likely to do? \nchoices: (A) lie down, (B) drink water, (C) eat meat", + "output": [ + "lie down" + ] + }, + { + "input": "Sentence: a bus stop and a convention might draw many people, but a wedding is where they all celebrate. \nQuestion: What sort of life event might draw a large crowd of people together to celebrate? \nchoices: (A) bus stop, (B) wedding, (C) convention", + "output": [ + "wedding" + ] + }, + { + "input": "Sentence: a person to feeling better to health improve after getting in shape. \nQuestion: How should a person's health improve after getting in shape? \nchoices: (A) look better, (B) feeling better, (C) feel stronger", + "output": [ + "feeling better" + ] + }, + { + "input": "Sentence: paragraph does not contains double space or break outs \nQuestion: John didn't double space or use line breaks. As a result, it was impossible to make out breaks between his what. \nchoices: (A) sentence, (B) box, (C) paragraph", + "output": [ + "paragraph" + ] + }, + { + "input": "Sentence: refrigerator is where you put stuff so they don't spoil \nQuestion: The jelly was opened and likely to spoil, where should someone put it? \nchoices: (A) refrigerator, (B) jar, (C) donuts", + "output": [ + "refrigerator" + ] + }, + { + "input": "Sentence: ice cream is refreshing and will cool you off on a hot day \nQuestion: The hot weather made me crave something cold, what did I seek? \nchoices: (A) swim, (B) eat ice cream, (C) cool off", + "output": [ + "eat ice cream" + ] + }, + { + "input": "Sentence: warmth is the only thing that would help you to stay warmer \nQuestion: What should you do when you need to raise your body temperature when it is chilly at night outdoors? \nchoices: (A) warmth, (B) go to jail, (C) burns", + "output": [ + "warmth" + ] + }, + { + "input": "Sentence: it is only possible to screen movies and makes the most sense in this context. \nQuestion: The library wanted to get the community more involved, so they began to screen family what? \nchoices: (A) movies, (B) monitor, (C) theatre", + "output": [ + "movies" + ] + }, + { + "input": "Sentence: restaurants is the only option that would offer a dessert tray that they could immediately choose from. \nQuestion: They decided to have desert after their meal, they chose chocolate cake from the desert tray at the what? \nchoices: (A) supermarket, (B) restaurant, (C) movies", + "output": [ + "restaurant" + ] + }, + { + "input": "Sentence: definition of satisfaction - fulfilment of one's wishes, expectations, or needs, or the pleasure derived from this, the payment of a debt or fulfilment of an o. \nQuestion: She had finally saved enough spending money to buy exactly what her goal was, it gave her great what? \nchoices: (A) satisfaction, (B) getting, (C) clutter", + "output": [ + "satisfaction" + ] + }, + { + "input": "Sentence: running late to work can cause anxiety \nQuestion: John was driving to work and running late, what did he experience as he walked through the door? \nchoices: (A) anxiety, (B) stress, (C) boredom", + "output": [ + "anxiety" + ] + }, + { + "input": "Sentence: there are many places in a large northeastern city that a person could find food, not just nyc or a zoo. \nQuestion: Where can a human in a large northeastern city find food? \nchoices: (A) zoo, (B) new york city, (C) many places", + "output": [ + "many places" + ] + }, + { + "input": "Sentence: people use compliments and trivial physical contact in order to get laid \nQuestion: If a person is complimentary and making trivial physical contact what are they trying to do? \nchoices: (A) accomplish goals, (B) talk about themselves, (C) get laid", + "output": [ + "get laid" + ] + }, + { + "input": "Sentence: supermarkets are the place that offers products for the customers. \nQuestion: Where might I find air to fill up these balloons? \nchoices: (A) space shuttle, (B) balloon, (C) supermarket", + "output": [ + "supermarket" + ] + }, + { + "input": "Sentence: interesting is the most likely descriptor that a person who enjoys something would use \nQuestion: Math competitions are for those who enjoy the subject or find it what? \nchoices: (A) fun, (B) interesting, (C) difficult for students", + "output": [ + "interesting" + ] + }, + { + "input": "Sentence: a clock is useful when it tells time \nQuestion: What do you use a clock for? \nchoices: (A) stop working, (B) wind down, (C) tell time", + "output": [ + "tell time" + ] + }, + { + "input": "Sentence: you only drive a motor vehicle on a highway \nQuestion: A rock hit the windshield while he was on the highway, it caused him to nearly crash his what? \nchoices: (A) motor vehicle, (B) airplane, (C) motorboat", + "output": [ + "motor vehicle" + ] + }, + { + "input": "Sentence: many people complete their shopping on weekends, and store clerks are always around when the market is open. \nQuestion: One of the things that you can count on when going to the market on a weekend is? \nchoices: (A) buy food, (B) traveling, (C) see other people", + "output": [ + "see other people" + ] + }, + { + "input": "Sentence: the cause of writing too much can develop into writer's cramp, which is an actual physical pain. \nQuestion: What could writing cause before it has been finished? \nchoices: (A) revolutions, (B) writer's cramp, (C) communication", + "output": [ + "writer's cramp" + ] + }, + { + "input": "Sentence: it would have to be high grass as a meadow is covered in foliage meaning grass and plants. \nQuestion: Where in a meadow would a snake hide? \nchoices: (A) high grass, (B) amazon river, (C) western texas", + "output": [ + "high grass" + ] + }, + { + "input": "Sentence: different types of people create diversity \nQuestion: The world is very big, it has many countries and continents on it's spherical surface. There are many types of people It's very what? \nchoices: (A) diverse, (B) round, (C) complicated", + "output": [ + "diverse" + ] + }, + { + "input": "Sentence: there are no great lakes in kansas city or maine. \nQuestion: Where would the steakhouse include a view of a Great Lake? \nchoices: (A) michigan, (B) maine, (C) kansas city", + "output": [ + "michigan" + ] + }, + { + "input": "Sentence: new england where the traveler were is in the eastern united states \nQuestion: The travelers came across many a toll road during their road drip through New England and other parts of where? \nchoices: (A) new york, (B) eastern united states, (C) connecticut", + "output": [ + "eastern united states" + ] + }, + { + "input": "Sentence: if someone doesn't love you back you would be sad and your heart may feel broken \nQuestion: What would happen if you are loving another and he or she does not love you? \nchoices: (A) peace, (B) heartache, (C) happiness", + "output": [ + "heartache" + ] + }, + { + "input": "Sentence: sail boats are on water \nQuestion: What past time are people engaged in when they are traveling along liquid? \nchoices: (A) share things, (B) sail boats, (C) question authority", + "output": [ + "sail boats" + ] + }, + { + "input": "Sentence: grand river is located in michigan. \nQuestion: The terrace overlooked a section of the Grand River, where was the terrace located? \nchoices: (A) house, (B) michigan, (C) architecture", + "output": [ + "michigan" + ] + }, + { + "input": "Sentence: the state during sexual intercourse is similar to inner happiness or bliss. \nQuestion: What kind of feeling can sex lead to? \nchoices: (A) getting pregnant, (B) bliss, (C) orgasm", + "output": [ + "bliss" + ] + }, + { + "input": "Sentence: walking is the only thing that would help the children to get somewhere \nQuestion: What would children do if they need to get somewhere, but they are tired from running? \nchoices: (A) walk, (B) smell smoke, (C) play tag", + "output": [ + "walk" + ] + }, + { + "input": "Sentence: people experience good side effects like improved health when they start jogging \nQuestion: What is a good result of jogging? \nchoices: (A) heart attacks, (B) improved health, (C) being tired", + "output": [ + "improved health" + ] + }, + { + "input": "Sentence: the first place people come to upon leaving the closed bar is the street. \nQuestion: You're likely to find broken glass where after a bar closes? \nchoices: (A) bridge, (B) field, (C) street", + "output": [ + "street" + ] + }, + { + "input": "Sentence: a store is the only place i can get butter \nQuestion: If you want to bake something, but do not have butter, where would you get it? \nchoices: (A) pastry, (B) homes, (C) store", + "output": [ + "store" + ] + }, + { + "input": "Sentence: if you want to burn any records of anything, then you are trying to erase the event from ever happening. \nQuestion: They burned the record, they were trying to do what to history? \nchoices: (A) erase, (B) play music, (C) compact disc", + "output": [ + "erase" + ] + }, + { + "input": "Sentence: a queen would only knight the most worthy of her subjects. \nQuestion: Dan thought that he was bad. But hid Queen disagreed. She knighted him. She thought he was what? \nchoices: (A) worthy, (B) upright, (C) choice", + "output": [ + "worthy" + ] + }, + { + "input": "Sentence: because you would be reading it at the desk. \nQuestion: Where would a person keep a book while it's being read? \nchoices: (A) desk, (B) library of congress, (C) closet", + "output": [ + "desk" + ] + }, + { + "input": "Sentence: its only in opera you can find a paper program \nQuestion: Where are you likely to find a paper program? \nchoices: (A) television, (B) opera, (C) computer", + "output": [ + "opera" + ] + }, + { + "input": "Sentence: an end indicates that something caanot be finite \nQuestion: What is it called when life has an end date? \nchoices: (A) good, (B) finite, (C) important", + "output": [ + "finite" + ] + }, + { + "input": "Sentence: playgrounds are in parks \nQuestion: The parents knew their children were playing wherever the nearest playground was, where did they go to look first? \nchoices: (A) swimming pool, (B) neighbor's house, (C) park", + "output": [ + "park" + ] + }, + { + "input": "Sentence: something that can be done with difficulty is bearable \nQuestion: If something is very hard but you just manage to be able to do it, it can be called what? \nchoices: (A) agreeable, (B) easy, (C) bearable", + "output": [ + "bearable" + ] + }, + { + "input": "Sentence: you have a cup nearby whenever you eat because eating causes you to become thirsty and you eat on a table. \nQuestion: When you are eating a meal you normally place a cup on this. \nchoices: (A) dishwasher, (B) shelf, (C) table", + "output": [ + "table" + ] + }, + { + "input": "Sentence: shows usually occurs in theaters. \nQuestion: Where are people likely to enjoy a show? \nchoices: (A) theater, (B) wedding, (C) convention", + "output": [ + "theater" + ] + }, + { + "input": "Sentence: people use the word unconventional to indicate that something is not normal \nQuestion: Name an adjective that can mean the opposite of normal. \nchoices: (A) reverse, (B) unconventional, (C) ill", + "output": [ + "unconventional" + ] + }, + { + "input": "Sentence: running of the bulls is a famous event in spain but not in other places \nQuestion: John stood in the courtyard and watched the bulls. Where might he have been? \nchoices: (A) versailles, (B) spain, (C) lawn", + "output": [ + "spain" + ] + }, + { + "input": "Sentence: in order to gain a new skill, it takes lots of practice. \nQuestion: How would a child learn to gain the skill of riding a bike without training wheels? \nchoices: (A) pedalling, (B) good balance, (C) practice", + "output": [ + "practice" + ] + }, + { + "input": "Sentence: to be healthy the human must have to eat a minimum daily \nQuestion: Why do people eat food even when they do not lke to? \nchoices: (A) unhealthy, (B) necessary to live, (C) edible", + "output": [ + "necessary to live" + ] + }, + { + "input": "Sentence: dave feels that is ok to let josh punish him because of the guilty. \nQuestion: Dave didn't mind that Josh was punishing him, because he was experiencing what emotion? \nchoices: (A) feel sorry for, (B) feel guilty, (C) retribution", + "output": [ + "feel guilty" + ] + }, + { + "input": "Sentence: you can get kites at a toy store. \nQuestion: James wanted to get a kite. He loved flying them. Where might he look for one? \nchoices: (A) end of line, (B) toy store, (C) child's hand", + "output": [ + "toy store" + ] + }, + { + "input": "Sentence: kitchens need to be cleaned regularly, and when dishes are messy, they need to be washed. \nQuestion: What does someone do when there are dishes astray in the kitchen? \nchoices: (A) wait patiently, (B) stand erect, (C) washing dishes", + "output": [ + "washing dishes" + ] + }, + { + "input": "Sentence: one must stop speaking in order to effectively listen \nQuestion: In a conversation what is the first thing you must do in order to listen? \nchoices: (A) hear things, (B) stop speaking, (C) you'll learn", + "output": [ + "stop speaking" + ] + }, + { + "input": "Sentence: reality shows are broadcasted on television. \nQuestion: What does one watch garbage reality shows on? \nchoices: (A) trashcan, (B) television, (C) floor", + "output": [ + "television" + ] + }, + { + "input": "Sentence: the ball is the only round toy \nQuestion: What is a simple game to play with children using a round toy? \nchoices: (A) play sports, (B) play ball, (C) throw things", + "output": [ + "play ball" + ] + }, + { + "input": "Sentence: markets are businesses that sell food. \nQuestion: Where do people go to shop for fruit? \nchoices: (A) have money, (B) get money, (C) go to market", + "output": [ + "go to market" + ] + }, + { + "input": "Sentence: a space craft is not a group of humans. a graveyard is for dead people. civilisation a large group of people. \nQuestion: What is a large group of human beings? \nchoices: (A) graveyard, (B) spacecraft, (C) civilisation", + "output": [ + "civilisation" + ] + }, + { + "input": "Sentence: living things need air to survive \nQuestion: What does breathing do for living things? \nchoices: (A) asthma attacks, (B) giving life, (C) sustaining life", + "output": [ + "sustaining life" + ] + }, + { + "input": "Sentence: ineffectual means someone who is not good at what they do \nQuestion: What is a clever way to say someone isn't very good at what they do? \nchoices: (A) ineffectual, (B) stupid, (C) dull", + "output": [ + "ineffectual" + ] + }, + { + "input": "Sentence: the other answers don't make sense \nQuestion: Why would you smoke despite warnings? \nchoices: (A) you're stupid, (B) cigarette, (C) kill yourself", + "output": [ + "you're stupid" + ] + }, + { + "input": "Sentence: opposite of sham is genuine \nQuestion: Many thought their marriage was a sham, but their love was what? \nchoices: (A) real, (B) sincere, (C) genuine", + "output": [ + "genuine" + ] + }, + { + "input": "Sentence: when an auto shop meets expectations people are satisfied \nQuestion: Why is a person likely to be satisfied when using an auto shop? \nchoices: (A) have enough food, (B) meet expectations, (C) knowledgable", + "output": [ + "meet expectations" + ] + }, + { + "input": "Sentence: because you will be closer to the stars. \nQuestion: Where are you likely to see stars out the window? \nchoices: (A) building, (B) space shuttle, (C) wall", + "output": [ + "space shuttle" + ] + }, + { + "input": "Sentence: if you are pregnant, smoking will affect the development of the baby \nQuestion: She finally gave up smoking when they decided to grow their family, this was because she had heard it can cause what? \nchoices: (A) birth defects, (B) persistent cough, (C) bad breath", + "output": [ + "birth defects" + ] + }, + { + "input": "Sentence: philosophy lokks at different perspectives \nQuestion: What should student do if they want to learn different ways of seeing the world? \nchoices: (A) study philosophy, (B) further education, (C) study together", + "output": [ + "study philosophy" + ] + }, + { + "input": "Sentence: if billy hates trees and restaurants, then he would not go to a cafe or the woodland but just outside \nQuestion: Billy is an animal, but he is alergic to trees. He hates them very much. Still, he wants to have a picnic and can't stand the idea of buying food from a restaurant. Where would he have his picnic? \nchoices: (A) cafe, (B) woodland, (C) outside", + "output": [ + "outside" + ] + }, + { + "input": "Sentence: damage and illness can be considered accidents. cause and effect \nQuestion: What do drugs do? \nchoices: (A) cause illness, (B) cause accidents, (C) damage", + "output": [ + "cause accidents" + ] + }, + { + "input": "Sentence: b is too restricted, c is too broad/general \nQuestion: Where do animals frolick? \nchoices: (A) meadow, (B) fairgrounds, (C) surface of earth", + "output": [ + "meadow" + ] + }, + { + "input": "Sentence: the other options are not an action a cat can perform \nQuestion: Cats mark their territories, they do this by a spray they what? \nchoices: (A) excrete, (B) cross roads, (C) have cancer", + "output": [ + "excrete" + ] + }, + { + "input": "Sentence: a horse that wants to be free the only place it could go would be the countryside. \nQuestion: Bill's horse escaped it's paddock and ran away to some place it could be free. Where might it have gone? \nchoices: (A) parade, (B) movies, (C) countryside", + "output": [ + "countryside" + ] + }, + { + "input": "Sentence: since beer is age restricted, one needs id. \nQuestion: What proof is required to purchase beer? \nchoices: (A) money, (B) i.d, (C) proper age", + "output": [ + "i.d" + ] + }, + { + "input": "Sentence: a tool shed is the most likely place to find a stepladder. \nQuestion: Sally went out to look for a stepladder. Where might she have gone? \nchoices: (A) tool shed, (B) store room, (C) hardware store", + "output": [ + "tool shed" + ] + }, + { + "input": "Sentence: someone poeple believe that absolution is the way to clean your sins. \nQuestion: The sinner was hoping the deity was forgiving, ultimately what did he seek? \nchoices: (A) redemption, (B) great relief, (C) absolution", + "output": [ + "absolution" + ] + }, + { + "input": "Sentence: that is the most liekly \nQuestion: I wanted a side chair for people to visit me while I worked, where did I have it put? \nchoices: (A) building, (B) table, (C) office", + "output": [ + "office" + ] + }, + { + "input": "Sentence: eating food frequently can cause extra pounds \nQuestion: Having food all the time can lead to what? \nchoices: (A) digesting, (B) not hungry, (C) weight gain", + "output": [ + "weight gain" + ] + }, + { + "input": "Sentence: the most obvious thing that would be everywhere during a stabbing would be blood. it could be a mess but it would still be bloody. \nQuestion: His shot was bad and he found himself stabbing to death the buck, it was what everywhere? \nchoices: (A) mess, (B) killing, (C) bleeding", + "output": [ + "bleeding" + ] + }, + { + "input": "Sentence: a rainforest does not house people. a research laboratory and south africa both have people readily available. \nQuestion: A monkey is native to what place that usually has no people? \nchoices: (A) rain forest, (B) research laboratory, (C) south africa", + "output": [ + "rain forest" + ] + }, + { + "input": "Sentence: the opposite of strong glass is fragile. \nQuestion: Glass that hasn't been treated to be extra strong is what? \nchoices: (A) weak, (B) regular, (C) fragile", + "output": [ + "fragile" + ] + }, + { + "input": "Sentence: if you need information (arrival time), you read the signs or information given \nQuestion: The person was looking for the bus arrival time, what did he do with the station schedule? \nchoices: (A) read text, (B) enjoy learning, (C) play dumb", + "output": [ + "read text" + ] + }, + { + "input": "Sentence: rest area might be the only place to find a public phone \nQuestion: If a phoneless person needs to make a call from a public phone, where might they find one? \nchoices: (A) neighbor's house, (B) rest area, (C) office", + "output": [ + "rest area" + ] + }, + { + "input": "Sentence: when you are feeling under the weather, that refers to someone feeling ill. \nQuestion: James is a normal person, but sometimes he's under the weather. Normal people feel what sometimes? \nchoices: (A) unconventional, (B) ill, (C) reverse", + "output": [ + "ill" + ] + }, + { + "input": "Sentence: broken is the only one that is an adjective. \nQuestion: He watched a YouTube instructional video, he hoped to fix his what phone? \nchoices: (A) broken, (B) destroy, (C) break", + "output": [ + "broken" + ] + }, + { + "input": "Sentence: the best way to get money from the people is to impose taxes. \nQuestion: Why does the government impose taxes? \nchoices: (A) school children, (B) take money, (C) get money", + "output": [ + "get money" + ] + }, + { + "input": "Sentence: coast of the carolina's overlooks the atlantic ocean \nQuestion: He found the blowfish off the coast of the Carolina's, it was where? \nchoices: (A) sea of japan, (B) rock band, (C) atlantic ocean", + "output": [ + "atlantic ocean" + ] + }, + { + "input": "Sentence: the person was depressed because he missed his dog. \nQuestion: When the person realized his dog ran away, how did he feel? \nchoices: (A) become depressed, (B) welcome change, (C) pay bills", + "output": [ + "become depressed" + ] + }, + { + "input": "Sentence: pretending is the word for when children play make believe that they are someone else. \nQuestion: The children thought it was a good movie, they began to play they were in the movie and what they were the characters? \nchoices: (A) stand in line, (B) pretend, (C) wait in line", + "output": [ + "pretend" + ] + }, + { + "input": "Sentence: jar is a only place to store water \nQuestion: Where is a good place to store water? \nchoices: (A) jar, (B) toilet, (C) bridge", + "output": [ + "jar" + ] + }, + { + "input": "Sentence: hanburger is the good recipe \nQuestion: Why would someone be done eating hamburger? \nchoices: (A) mad cow disease, (B) getting full, (C) feel full", + "output": [ + "feel full" + ] + }, + { + "input": "Sentence: when people eat more food they tend to gain weight \nQuestion: When people eat more food than they need on a daily basis, what tends to happen? \nchoices: (A) become angry, (B) gain weight, (C) agree or disagree", + "output": [ + "gain weight" + ] + }, + { + "input": "Sentence: when crimes are mindless and have no reason, they don't need justifying, but ones with justification are involved with emotional complications. \nQuestion: For what reason did he commit the killing? \nchoices: (A) punishment, (B) retribution, (C) investigation", + "output": [ + "retribution" + ] + }, + { + "input": "Sentence: smile is the only facial expression that often is exhibited when students learn about science. \nQuestion: What often happens to students faces when learning about science? \nchoices: (A) frustration, (B) accidents, (C) smiles", + "output": [ + "smiles" + ] + }, + { + "input": "Sentence: the only place that might have \nQuestion: Where on land would you likely find a cannon? \nchoices: (A) fort, (B) pirate ship, (C) war museum", + "output": [ + "fort" + ] + }, + { + "input": "Sentence: when camping, a fire is often the only way to cook food \nQuestion: Why would a camper start burning logs? \nchoices: (A) light fire, (B) go hiking, (C) make breakfast", + "output": [ + "make breakfast" + ] + }, + { + "input": "Sentence: class is where you would need your schoolbook \nQuestion: He was running late for class and forgot his book, but he didn't realize that until he was already in the what? \nchoices: (A) discount store, (B) bedside table, (C) school room", + "output": [ + "school room" + ] + }, + { + "input": "Sentence: logically, the festival at the fairground would be selling lemonade \nQuestion: If a person is craving lemonade and there's a festival in town, where might they go to quench their thirst? \nchoices: (A) refrigerator, (B) carnival, (C) fairgrounds", + "output": [ + "fairgrounds" + ] + }, + { + "input": "Sentence: since james has a reputation for being on time any lateness would be cause for concern which may rightfully lead to panic if james doesn't show up at all. \nQuestion: Danny was meeting his friend James, but James didn't show up. James was always punctual. As time wore on and it became clear that his friend wasn't coming, Danny began to do what? \nchoices: (A) cheer, (B) relaxation, (C) panic", + "output": [ + "panic" + ] + }, + { + "input": "Sentence: definition of emergency - a serious, unexpected, and often dangerous situation requiring immediate action, the second world war., a reserve runner in horse \nQuestion: The revolving door had an emergency security lock because of all the money where? \nchoices: (A) hotel lobby, (B) public place, (C) bank", + "output": [ + "bank" + ] + }, + { + "input": "Sentence: shopping malls carry a variety of jeans \nQuestion: She was there for for just one location and one pair of jeans, but she spent hours looking at everything and anything in the what? \nchoices: (A) clothing store, (B) shopping mall, (C) laundromat", + "output": [ + "shopping mall" + ] + }, + { + "input": "Sentence: man has a higher intelligence because of the human brain. \nQuestion: He didn't know what he believed, just that after all his studying it made since there was a what than man's brain? \nchoices: (A) better grades, (B) higher intelligence, (C) increasing knowledge", + "output": [ + "higher intelligence" + ] + }, + { + "input": "Sentence: one who isn't prepared for jogging may suffer from shortness of breath. \nQuestion: What might happen to someone not used to jogging? \nchoices: (A) shortness of breath, (B) blisters, (C) lose weight", + "output": [ + "shortness of breath" + ] + }, + { + "input": "Sentence: categorically untrue means very untrue. \nQuestion: He portrayed himself as exceptionally qualified, but this was proven to be what kind of false? \nchoices: (A) commonly, (B) generally, (C) categorically", + "output": [ + "categorically" + ] + }, + { + "input": "Sentence: people customarily shake hands when agreeing on a deal \nQuestion: How do you signal that you are agreeing with someone on a deal? \nchoices: (A) lie, (B) shaking hand, (C) nodding", + "output": [ + "shaking hand" + ] + }, + { + "input": "Sentence: a pastime is something to be enjoyed, so clearly it's not errors or injuries. \nQuestion: For many kids playing baseball is an American pastime, it brings them great what to play? \nchoices: (A) errors, (B) injury, (C) happiness", + "output": [ + "happiness" + ] + }, + { + "input": "Sentence: hospital is the only building option on the list. \nQuestion: There was a large trash can in front of a building. What type of building might it be? \nchoices: (A) hospital, (B) ground, (C) parking lot", + "output": [ + "hospital" + ] + }, + { + "input": "Sentence: neither a car trunk or retail store are to be found in a pantry, but a storage cabinet is! \nQuestion: The bachelor was too lazy to take the groceries out of the shopping bag, he just put the full bags right in his pantry what? \nchoices: (A) storage cabinet, (B) car trunk, (C) retail store", + "output": [ + "storage cabinet" + ] + }, + { + "input": "Sentence: dozing off is the only one likely to cause destruction, and possibly death. \nQuestion: What is the worst thing that someone can do while driving? \nchoices: (A) speeding ticket, (B) doze off, (C) use gas", + "output": [ + "doze off" + ] + }, + { + "input": "Sentence: bind is the only answer that would allow paramedics to rescue the person. \nQuestion: If paramedics are trying to rescue someone who tries to hit them, what will they have to do with their hands? \nchoices: (A) abandon, (B) endanger, (C) bind", + "output": [ + "bind" + ] + }, + { + "input": "Sentence: friends want people to like them \nQuestion: Erin struggled to be entertaining. She didn't have many friends and wanted people to do what to her? \nchoices: (A) laughter, (B) like, (C) happiness", + "output": [ + "like" + ] + }, + { + "input": "Sentence: glue must be kept in a sealed container or else it dries out and is no longer usable. \nQuestion: Where will glue stay usable? \nchoices: (A) art room, (B) closed container, (C) cabinet", + "output": [ + "closed container" + ] + }, + { + "input": "Sentence: if an animal cannot swim, they will most likely have difficulty to pass water. \nQuestion: The animals weren't good at swimming, so it was hard for them to do what? \nchoices: (A) feel pleasure, (B) pass water, (C) listen to each other", + "output": [ + "pass water" + ] + }, + { + "input": "Sentence: animals don't listen to each other or live lives when they meet. \nQuestion: Sometimes when animals meet, what happens? \nchoices: (A) listen to each other, (B) fight each other, (C) live lives", + "output": [ + "fight each other" + ] + }, + { + "input": "Sentence: birds, when flying, flap their wings so we would thing the fish was trying to fly as well \nQuestion: If you saw a fish break the surface of the water and flap its fins in the air, you might think it is doing what? \nchoices: (A) pets, (B) attempt to fly, (C) school together", + "output": [ + "attempt to fly" + ] + }, + { + "input": "Sentence: neither the pet store nor oregon have swamps. \nQuestion: Where would one find a snake in a swamp? \nchoices: (A) pet store, (B) louisiana, (C) oregon", + "output": [ + "louisiana" + ] + }, + { + "input": "Sentence: the union is defined as a place among others hence a province. \nQuestion: The country didn't want to join the union. They felt that doing so would reduce them to the status of a what? \nchoices: (A) workplace, (B) province, (C) construction business", + "output": [ + "province" + ] + }, + { + "input": "Sentence: this is erroneous; the gideon bible can still be found at both motels and hotels. \nQuestion: The truck driver wanted to read a bible while on a job, where should he find one? \nchoices: (A) motel, (B) confession, (C) at hotel", + "output": [ + "motel" + ] + }, + { + "input": "Sentence: health club is likely to have older members, wimbledon will have professionals and college campus mostly younger clients \nQuestion: The tennis court enjoyed older, more refined clientele, where was it located? \nchoices: (A) health club, (B) wimbledon, (C) college campus", + "output": [ + "health club" + ] + }, + { + "input": "Sentence: drunk people do not think logically \nQuestion: Why is someone getting drunk likely to sleep with someone they usually wouldn't approve of? \nchoices: (A) lower standards, (B) falling down, (C) violence", + "output": [ + "lower standards" + ] + }, + { + "input": "Sentence: if your intent is to get more information on a subject, you read books to further your knowledge, not gain prizes or \"include information.\" \nQuestion: If you need more information on a subject you can read books to what? \nchoices: (A) include information, (B) further knowledge, (C) win prizes", + "output": [ + "further knowledge" + ] + }, + { + "input": "Sentence: it is frustrated by not knowing how to properly manipulate the computer program. \nQuestion: The person was having a difficult time understanding the computer program, they were beginning to what? \nchoices: (A) compile, (B) write code, (C) get frustrated", + "output": [ + "get frustrated" + ] + }, + { + "input": "Sentence: scientific knowledge is gained, not something that gets cause in someone and intimidation is not something you would gain from learning about science \nQuestion: What might learning about science cause in someone? \nchoices: (A) sense of wonder, (B) scientific knowledge, (C) intimidation", + "output": [ + "sense of wonder" + ] + }, + { + "input": "Sentence: there is a good chance of the object slipping from the hand and dropping \nQuestion: If you're fiddling with a slippery object, what are you likely to do? \nchoices: (A) drop, (B) bluegrass music, (C) make music", + "output": [ + "drop" + ] + }, + { + "input": "Sentence: people usually get together to watch games at a friend's house not the fairgrounds or a space shuttle. \nQuestion: They were getting together for the big game, he wasn't hosting but made sure to bring pretty of food with him over to where? \nchoices: (A) space shuttle, (B) fairgrounds, (C) friend's house", + "output": [ + "friend's house" + ] + }, + { + "input": "Sentence: while divorce is a negative thing for many, it also bring about happiness because your stress will be reduced. \nQuestion: Stopping being married to each other might seem like a negative thing as it is an end, but it can also be a beginning that brings what? \nchoices: (A) happiness, (B) depression, (C) grief", + "output": [ + "happiness" + ] + }, + { + "input": "Sentence: he needed to use his senses to navigate. listening to the radio wouldn't help, and \"hole in one\" is a golf term. \nQuestion: The drive was full of obstacles, he really had to what? \nchoices: (A) pay attention, (B) hole in one, (C) listen to radio", + "output": [ + "pay attention" + ] + }, + { + "input": "Sentence: someone dies when you murder them \nQuestion: If you're committing murder what would happen to your victim? \nchoices: (A) killing, (B) regret, (C) dying", + "output": [ + "dying" + ] + }, + { + "input": "Sentence: physical exertion is the only answer which address directly the question about exertion. \nQuestion: What type of exertion do you utilize when hiking? \nchoices: (A) shin splints, (B) physical exertion, (C) adventure", + "output": [ + "physical exertion" + ] + }, + { + "input": "Sentence: knowledge, is the only possible answer to showing what they know \nQuestion: What is remembering ever answer on a test likely to show? \nchoices: (A) nostalgia, (B) problems, (C) knowledge", + "output": [ + "knowledge" + ] + }, + { + "input": "Sentence: if a work is not complete, people may think workers had done a partial job. \nQuestion: He was determined to do a complete job, he thought the workers had only done what work? \nchoices: (A) partial, (B) unfinished, (C) ended", + "output": [ + "partial" + ] + }, + { + "input": "Sentence: a circus tent would be the most likely place to see a big toy balloon floating on top of a dome. \nQuestion: Where can I go to see a really big toy balloon floating at the top of a dome? \nchoices: (A) amusement park, (B) birthday party, (C) circus", + "output": [ + "circus" + ] + }, + { + "input": "Sentence: you can not climb without muscles \nQuestion: Climbing is quite a talent, it requires the use of very particular whats? \nchoices: (A) muscles, (B) dexterity, (C) strength", + "output": [ + "muscles" + ] + }, + { + "input": "Sentence: you would put the table in a corner of your house. \nQuestion: What could you put a table in if you want the table to be in your house? \nchoices: (A) corner, (B) rug, (C) library", + "output": [ + "corner" + ] + }, + { + "input": "Sentence: the opposite of frantic, they kept their composure and played on \nQuestion: The coach was frantic about the penalty, but thankfully the players stayed what and overcame? \nchoices: (A) relaxed, (B) recollected, (C) composed", + "output": [ + "composed" + ] + }, + { + "input": "Sentence: lie is the most immoral thing the agent can do. the others are are not unscrupulous. \nQuestion: What will a unscrupulous real estate agent to make a listing seem more attractive? \nchoices: (A) deceive, (B) lie, (C) charming", + "output": [ + "lie" + ] + }, + { + "input": "Sentence: no other choices are a performance. \nQuestion: There are lights for safety at what performance? \nchoices: (A) plane, (B) concert, (C) carnival", + "output": [ + "concert" + ] + }, + { + "input": "Sentence: house is the only place that is not likely to sell a lantern. \nQuestion: Where are many underaged people served alcoholic beverages? \nchoices: (A) bar, (B) fraternity house, (C) bowling alley", + "output": [ + "fraternity house" + ] + }, + { + "input": "Sentence: the town center is the only location that one could go to, the other two answers have nothing to do with a location. \nQuestion: John didn't like going to the square, but he did anyway. Where might the square be? \nchoices: (A) town center, (B) geometry, (C) fifties", + "output": [ + "town center" + ] + }, + { + "input": "Sentence: coasters prevent rings in the woood \nQuestion: What are you supposed to be setting cup on a table? \nchoices: (A) skill, (B) coaster, (C) hands", + "output": [ + "coaster" + ] + }, + { + "input": "Sentence: the best way to recall information later is to take notes whilst listening, so that you can practice later on. \nQuestion: A student want to recall information from class later, what is he doing? \nchoices: (A) gain experience, (B) listen carefully, (C) taking notes", + "output": [ + "taking notes" + ] + }, + { + "input": "Sentence: when you are inspired, the only thing you want to do is to get pen and paper and write everything down \nQuestion: James was chatting with friends and eating pizza when he suddenly experienced something. He ran out of the room to get a pen and paper. What did he experience? \nchoices: (A) fun, (B) inspiration, (C) discomfort", + "output": [ + "inspiration" + ] + }, + { + "input": "Sentence: people who kill someone feel upset about it or do so to get revenge not to get joy out of it. \nQuestion: What does killing people not usually lead to? \nchoices: (A) anguish, (B) vengeance, (C) joy", + "output": [ + "joy" + ] + }, + { + "input": "Sentence: you are flirting because you are attracted to someone. \nQuestion: What causes people to initially begin flirting? \nchoices: (A) being slapped, (B) attraction, (C) curiosity", + "output": [ + "attraction" + ] + }, + { + "input": "Sentence: good friends help their friends move \nQuestion: What do you do when your friend needs someone to help them move next week? \nchoices: (A) promise to help, (B) offer to help, (C) write letter", + "output": [ + "promise to help" + ] + }, + { + "input": "Sentence: most people run marathons without dying or passing out; however most will be exhausted afterwards. \nQuestion: After running twenty six miles, what physical feeling is nearly every person likely to feel? \nchoices: (A) death, (B) passing out, (C) exhaustion", + "output": [ + "exhaustion" + ] + }, + { + "input": "Sentence: the place that most likely has a rug is the living room. \nQuestion: The rug saw a lot of foot traffic and had popcorn strewn about, where was it likely? \nchoices: (A) living room, (B) table, (C) desk", + "output": [ + "living room" + ] + }, + { + "input": "Sentence: a city is a group of homes and businesses. \nQuestion: Most dentist offices are found in what groups of homes and businesses? \nchoices: (A) town, (B) street, (C) city", + "output": [ + "city" + ] + }, + { + "input": "Sentence: something open, having openness, is often hollow, or spacious, inside and therefore is not like, or has a difference from, something solid. \nQuestion: What is the difference between one having solidity? \nchoices: (A) openness, (B) weakness, (C) hollowness", + "output": [ + "openness" + ] + }, + { + "input": "Sentence: patience is needed when teaching children at school \nQuestion: To properly instruct children attending school you would need a great deal of what? \nchoices: (A) time, (B) patience, (C) teachers", + "output": [ + "patience" + ] + }, + { + "input": "Sentence: houses and hospitals are required to have more than one fire extinguisher, but a boat is only required to have one. \nQuestion: Where is required to have a single fire extinguisher? \nchoices: (A) house, (B) boat, (C) hospital", + "output": [ + "boat" + ] + }, + { + "input": "Sentence: an office is the actual location where employees would work. \nQuestion: Where do employees spend most of their time working? \nchoices: (A) company, (B) meeting, (C) office", + "output": [ + "office" + ] + }, + { + "input": "Sentence: talking requires sound making \nQuestion: Sally had a throat injury. She can't talk because she is unable to do what? \nchoices: (A) open mouth, (B) make sound, (C) will listen", + "output": [ + "make sound" + ] + }, + { + "input": "Sentence: a sentence, that is, words separated by spaces, is the fundamental building block of writing using a keyboard. \nQuestion: Space is the most important character on a keyboard. What basic thing do you need space to write? \nchoices: (A) box, (B) paragraph, (C) sentence", + "output": [ + "sentence" + ] + }, + { + "input": "Sentence: the street is the only place that you would find a honda. \nQuestion: The window of the Honda was hit from the inside, not the outside. Where was most of the the broken glass found? \nchoices: (A) street, (B) beach, (C) field", + "output": [ + "street" + ] + }, + { + "input": "Sentence: ease is the only word choice that would be done to a fever. \nQuestion: If you have displeasure with your fever, what would you try to do to it? \nchoices: (A) contentment, (B) approbation, (C) ease", + "output": [ + "ease" + ] + }, + { + "input": "Sentence: cincinnati is in the state of ohio \nQuestion: If you were sitting on a curb in Cincinnati where would you be? \nchoices: (A) bus stop, (B) city, (C) ohio", + "output": [ + "ohio" + ] + }, + { + "input": "Sentence: you don't want bacteria in your mouth because it would be easy to get an infection. \nQuestion: Where is a very bad place for bad bacteria? \nchoices: (A) finger, (B) mouth, (C) septic tank", + "output": [ + "mouth" + ] + }, + { + "input": "Sentence: smells can only be detected with noses \nQuestion: What does a person use to smell things? \nchoices: (A) nose, (B) eat food to live, (C) do dishes", + "output": [ + "nose" + ] + }, + { + "input": "Sentence: poisoning yourself with anything, including alcohol, may cause your death. \nQuestion: What can drinking alcohol in excess to the point of poisoning cause? \nchoices: (A) disorientation, (B) having sex, (C) death", + "output": [ + "death" + ] + }, + { + "input": "Sentence: the opposite of \"at rest\" is in motion. \nQuestion: James's bouncing rubber balls were at rest, and so he could sleep. He would get up in the morning, and then put them in what state again? \nchoices: (A) wakefulness, (B) in motion, (C) active", + "output": [ + "in motion" + ] + }, + { + "input": "Sentence: because sparks literally fly off of things that are being welded or so forth. \nQuestion: There are many sayings and metaphors about flirting, which one could be found in a machine shop? \nchoices: (A) sexual excitement, (B) unwanted pregnancy, (C) sparks fly", + "output": [ + "sparks fly" + ] + }, + { + "input": "Sentence: notes for a test the same day don't allow for time to study \nQuestion: The teacher encouraged note taking because everything was important, but it turned out the information that day was what for the upcoming quiz? \nchoices: (A) trivial, (B) useless, (C) insignificant", + "output": [ + "useless" + ] + }, + { + "input": "Sentence: a book or magazine is the most appropriate place to find a printed story, which may be fictional. \nQuestion: Where can you find a story in print? \nchoices: (A) newspaper, (B) past, (C) book or magazine", + "output": [ + "book or magazine" + ] + }, + { + "input": "Sentence: death bed,what awaits them soon? \nQuestion: A living person lays on their death bed, what awaits them soon? \nchoices: (A) expiration, (B) interaction, (C) respiration", + "output": [ + "expiration" + ] + }, + { + "input": "Sentence: deadly implies it was an extreme situation, thus famine not food shortages \nQuestion: Overpopulation was spreading resources thin, the country as a whole started to suffer from a deadly what? \nchoices: (A) famine, (B) food shortages, (C) loneliness", + "output": [ + "famine" + ] + }, + { + "input": "Sentence: dust falls and would father under a carpet \nQuestion: Where is dust likely to be under? \nchoices: (A) ground, (B) windowsill, (C) carpet", + "output": [ + "carpet" + ] + }, + { + "input": "Sentence: being hungry means that you are not yet satisfied. overeating is eating after you are satisfied. heartburn is not a usual goal. \nQuestion: A person who is hungry and eating breakfast, what is their goal? \nchoices: (A) being satisfied, (B) heartburn, (C) overeating", + "output": [ + "being satisfied" + ] + }, + { + "input": "Sentence: a long session of anything will likely result in exhaustion. \nQuestion: What does a long session of procreating cause? \nchoices: (A) overpopulation, (B) feeling good, (C) exhaustion", + "output": [ + "exhaustion" + ] + }, + { + "input": "Sentence: bought at store where to get \nQuestion: I was craving Tyson chicken but didnt have any where did i acquire more? \nchoices: (A) chopped, (B) bought at store, (C) eaten", + "output": [ + "bought at store" + ] + }, + { + "input": "Sentence: thing and bills are not refered to as fresh or frozen \nQuestion: Sally went to a store and spent money. Most of her purchases were fresh but some were frozen. What did she do? \nchoices: (A) pay bills, (B) get things, (C) buy food", + "output": [ + "buy food" + ] + }, + { + "input": "Sentence: sick people often vomit when not treated \nQuestion: What would a sick person do if he or she is not treated? \nchoices: (A) throw up, (B) take medicine, (C) get better", + "output": [ + "throw up" + ] + }, + { + "input": "Sentence: in order to reach the finals, one must have skill to get there \nQuestion: Everyone was at the finals for a reason, they were all what competition? \nchoices: (A) afraid of, (B) good at, (C) different", + "output": [ + "good at" + ] + }, + { + "input": "Sentence: a trunk is a closed place where moths won't be able to enter \nQuestion: If you need to store old clothes and want to keep moths away you can put them in what large rectangular storage container? \nchoices: (A) box, (B) basement, (C) trunk", + "output": [ + "trunk" + ] + }, + { + "input": "Sentence: ocean floor is where it would set up shop when it was hungry \nQuestion: The crab was known to use camouflage to wait for a fish to get within reach, when it was hungry it would set up shop where? \nchoices: (A) container, (B) high school, (C) ocean floor", + "output": [ + "ocean floor" + ] + }, + { + "input": "Sentence: having sex is the most reasonable answer to what alcohol would lead to for a couple. \nQuestion: When a couple is together, what does drinking alcohol lead to? \nchoices: (A) disorientation, (B) death, (C) having sex", + "output": [ + "having sex" + ] + }, + { + "input": "Sentence: the sea is considered to be a place of solitude because it does not have many people in it most of the time. \nQuestion: Lilly loved peace and quiet, but she couldn't find any where she lived. She took drastic measures and went somewhere for solitude. Where did she go? \nchoices: (A) home, (B) sea, (C) library", + "output": [ + "sea" + ] + }, + { + "input": "Sentence: generally strong side effects indicate a remarkable or interesting outcomes. \nQuestion: Sally took her medicine and experienced strong side effects. What did doctors say about the side effects? \nchoices: (A) distinguished, (B) great, (C) remarkable", + "output": [ + "remarkable" + ] + }, + { + "input": "Sentence: not many humans find joy in serial killing. \nQuestion: What is likely the motive for serial killing? \nchoices: (A) investigation, (B) punishment, (C) pleasure", + "output": [ + "pleasure" + ] + }, + { + "input": "Sentence: as a descriptive part of speech, overcome makes the most sense. \nQuestion: John felt that his efforts counterbalanced the failures of George, but could not do what to them? \nchoices: (A) overpower, (B) outweigh, (C) overcome", + "output": [ + "overcome" + ] + }, + { + "input": "Sentence: it is one of the more popular places people like to go \nQuestion: People celebrate by going places and riding rides. What's one obvious place people might go to celebrate? \nchoices: (A) state park, (B) carnival, (C) disneyland", + "output": [ + "disneyland" + ] + }, + { + "input": "Sentence: in order to eat a crab, one may have to go to the grocery store, thus crabs are shipped there. \nQuestion: The crab was being shipped to be eaten, where was he heading? \nchoices: (A) gulf of mexico, (B) grocery store, (C) north sea", + "output": [ + "grocery store" + ] + }, + { + "input": "Sentence: side of roads are rough, you are not allowed on racetracks with your automobile \nQuestion: Where can you drive your automobile at the highest legal speed? \nchoices: (A) side of road, (B) freeway, (C) racetrack", + "output": [ + "freeway" + ] + }, + { + "input": "Sentence: london is one of the only places in the world with red telephone booths \nQuestion: Where is a telephone booth likely to be red? \nchoices: (A) city, (B) gas stations, (C) london", + "output": [ + "london" + ] + }, + { + "input": "Sentence: passionate kisses is the least you can expect from people after being away from a long time. \nQuestion: What can a person expect from their significant other after a long time away? \nchoices: (A) comfortable clothes, (B) passionate kisses, (C) ipod", + "output": [ + "passionate kisses" + ] + }, + { + "input": "Sentence: the purpose of working is to earn money. \nQuestion: What is a likely result of returning to work? \nchoices: (A) sobering, (B) stress, (C) earn money", + "output": [ + "earn money" + ] + }, + { + "input": "Sentence: earth has plenty of air and you would not need to in air but on a space shuttle where you produce your own you would \nQuestion: If I have to keep track of how much oxygen there is, where am I? \nchoices: (A) earth, (B) air, (C) space shuttle", + "output": [ + "space shuttle" + ] + }, + { + "input": "Sentence: better than sex.. would definately have to be pleasure \nQuestion: Sally likes to create art. It's better than sex. Putting brush to canvas gives you what sort of feeling? \nchoices: (A) pride, (B) pleasure, (C) communication", + "output": [ + "pleasure" + ] + }, + { + "input": "Sentence: one of the function of the remote control is to turn the television. \nQuestion: As the child keep growing it's curiosity grew, it wasn't long before it figured out the purpose of the remote control is for to do what? \nchoices: (A) use television, (B) see exhibits, (C) design software", + "output": [ + "use television" + ] + }, + { + "input": "Sentence: a garage protects the ladder from the elements, and you cannot store personal property at a store. \nQuestion: Where is a good place to store a ladder? \nchoices: (A) garage, (B) hardware store, (C) apple orchard", + "output": [ + "garage" + ] + }, + { + "input": "Sentence: most hotel accommodations are one room only. \nQuestion: The bedroom is pretty much the only room, that's the common layout where? \nchoices: (A) dwelling, (B) apartment, (C) at hotel", + "output": [ + "at hotel" + ] + }, + { + "input": "Sentence: oil cans and tools belong in a garage \nQuestion: A person surrounded by tools and oil cans would probably be found in a what? \nchoices: (A) garage, (B) demonstration, (C) synagogue", + "output": [ + "garage" + ] + }, + { + "input": "Sentence: procrastination is the act of waiting until the last minute, the day before it was due is the deifniton of thelast minute \nQuestion: Jim was beginning work on his essay the day before it was due, what did Jim suffer from? \nchoices: (A) getting tired, (B) sitting down, (C) procrastination", + "output": [ + "procrastination" + ] + }, + { + "input": "Sentence: a person that travels a lot (or goes on vacations often) is a vacationgoer. to vacate is simply to leave and i don't know what a racecation is. \nQuestion: I go on a lot of vacations, what does that make me? \nchoices: (A) racecation, (B) vacationgoer, (C) vacate", + "output": [ + "vacationgoer" + ] + }, + { + "input": "Sentence: teabags are usually stored inside a cupboard \nQuestion: Sean put his groceries away and then went to his room to use his computer. Where would he have put the teabags? \nchoices: (A) refrigerator, (B) cupboard, (C) internet cafe", + "output": [ + "cupboard" + ] + }, + { + "input": "Sentence: they tend to eat trees and timber \nQuestion: What is a beaver likely to chew up? \nchoices: (A) american forests, (B) pair of pants, (C) great outdoors", + "output": [ + "american forests" + ] + }, + { + "input": "Sentence: when someone dies, generally people have to find out information about their death from another resource. \nQuestion: When does someone have to go to someone else for finding information about their adopted parents? \nchoices: (A) death, (B) go to school, (C) ask questions", + "output": [ + "death" + ] + }, + { + "input": "Sentence: lake superior is the largest of the great lakes \nQuestion: Ice fishing can be done surprisingly far out most winters on what greatest of the Michigan's greats? \nchoices: (A) body of water, (B) underwater, (C) lake superior", + "output": [ + "lake superior" + ] + }, + { + "input": "Sentence: demonstration is the only word that makes syntactic and semantic sense. you don't \"conference a product.\" \nQuestion: The engineer put the new invention on the table in front of his bosses, he turned on his microphone and began his what of the product? \nchoices: (A) conference, (B) demonstration, (C) stage", + "output": [ + "demonstration" + ] + }, + { + "input": "Sentence: people who wake up early most likely go to sleep early to get all the rest they need for the day. \nQuestion: What can we assume about people who get up early? \nchoices: (A) go sleep early, (B) go to bed early, (C) ask spouse to wake", + "output": [ + "go sleep early" + ] + }, + { + "input": "Sentence: the only place a principal's office is, is at school \nQuestion: Where is the principal's office? \nchoices: (A) work, (B) school building, (C) skyscraper", + "output": [ + "school building" + ] + }, + { + "input": "Sentence: the other 2 options are not related to music at all. rock bands make music. \nQuestion: The Blowfish make music for their lead, they are a what? \nchoices: (A) sea of japan, (B) rock band, (C) atlantic ocean", + "output": [ + "rock band" + ] + }, + { + "input": "Sentence: classes start when summer vacation ends \nQuestion: What does a child do after the summer is over? \nchoices: (A) go out to play, (B) row boat, (C) begin school", + "output": [ + "begin school" + ] + }, + { + "input": "Sentence: children are able to imagine during play \nQuestion: Children like to play. They can easily do what? \nchoices: (A) imagine, (B) go to movies, (C) read to", + "output": [ + "imagine" + ] + }, + { + "input": "Sentence: solar energy can be free, but bedroom and car is not a heat source. \nQuestion: What is a heat source that can be obtained for free? \nchoices: (A) bedroom, (B) car, (C) solar energy", + "output": [ + "solar energy" + ] + }, + { + "input": "Sentence: a office would supply pens and pencils to its employees and clients. \nQuestion: The pens and pencils were strictly for clients and customers, who supplied them? \nchoices: (A) desk, (B) suitcase, (C) office", + "output": [ + "office" + ] + }, + { + "input": "Sentence: committing perjury is a synonym for telling a lie. \nQuestion: If a lawyer had to explain committing perjury, they might explain it as simply telling what? \nchoices: (A) lies, (B) guilt, (C) testify", + "output": [ + "lies" + ] + }, + { + "input": "Sentence: a potluck is people getting together and sharing food. \nQuestion: When people get together for a potluck what do they do? \nchoices: (A) share food, (B) cook food, (C) demand justice", + "output": [ + "share food" + ] + }, + { + "input": "Sentence: the use of the word hear means the answer has to have some kind of sound involved, like talk, the other two choices are silent. \nQuestion: He hated having meeting while having food, he didn't want to hear somebody eat and what? \nchoices: (A) drinking, (B) talk, (C) sit", + "output": [ + "talk" + ] + }, + { + "input": "Sentence: a person will sit down at a lunch table. \nQuestion: James tried to arise from the lunch table, where he had done what? \nchoices: (A) sit down, (B) fall down, (C) lie down", + "output": [ + "sit down" + ] + }, + { + "input": "Sentence: artie shaw was a famous jazz musician \nQuestion: Artie Shaw became famous playing a clarinet in what outfit? \nchoices: (A) jazz band, (B) orchestra, (C) music store", + "output": [ + "jazz band" + ] + }, + { + "input": "Sentence: books shelved as study-skills: how to become a straight-a student by cal newport, the study skills handbook by stella cottrell, make it stick: the scienc... \nQuestion: What are people in a library likely doing? \nchoices: (A) study books, (B) board ships, (C) suffer hunger", + "output": [ + "study books" + ] + }, + { + "input": "Sentence: he obviously was not on the plane because he was waiting on it. it was also obvious that he was not in his bedroom if he was sitting on a plastic chair. therefore, he was thankful to be in the chair instead of stuck on the floor. \nQuestion: John was waiting for his plane for hours. His butt hurt from sitting in a hard plastic chair all that time. But it was still better than sitting on what? \nchoices: (A) bedroom, (B) airport, (C) floor", + "output": [ + "floor" + ] + }, + { + "input": "Sentence: he did not like being ordered to. \nQuestion: James didn't like getting in line when he was told to be the teacher. He wasn't someone who appreciated authority figures. He didn't like what? \nchoices: (A) less confusion, (B) standing in line, (C) being ordered", + "output": [ + "being ordered" + ] + }, + { + "input": "Sentence: taking time to review math equations usually means you're trying to solve the problem. \nQuestion: If you spend time finding information on math equations, what are you trying to do? \nchoices: (A) solution to problem, (B) know how to act, (C) being able to use", + "output": [ + "solution to problem" + ] + }, + { + "input": "Sentence: sheep eat in a meadow, they live in a farm, they do not go to a show in either location \nQuestion: Where might sheep go to a show? \nchoices: (A) meadow, (B) farm, (C) fairgrounds", + "output": [ + "fairgrounds" + ] + }, + { + "input": "Sentence: the only place that might have \nQuestion: Where would people go after they pick some food to buy in a store? \nchoices: (A) end of line, (B) neighbor's house, (C) bus depot", + "output": [ + "end of line" + ] + }, + { + "input": "Sentence: it requires research, which takes time \nQuestion: Finding information requires what other than research materials? \nchoices: (A) searching for, (B) logic, (C) time", + "output": [ + "time" + ] + }, + { + "input": "Sentence: participating in a sports event requires the use of sports equipment. \nQuestion: Where are all participants likely to need sports equipment? \nchoices: (A) mall, (B) sporting event, (C) sporting goods store", + "output": [ + "sporting event" + ] + }, + { + "input": "Sentence: american idol is a show where contestants sing competitively \nQuestion: All the contestants had to wait turn for their chance to what on American Idol? \nchoices: (A) stand in line, (B) sing, (C) get in line", + "output": [ + "sing" + ] + }, + { + "input": "Sentence: the business require customers to where shoes in the store. \nQuestion: What did the business require of everyone walking into their store? \nchoices: (A) do well, (B) wear shoes, (C) hope for peace", + "output": [ + "wear shoes" + ] + }, + { + "input": "Sentence: feeling full and being late for work would not make you fall down how ever being sleepy may \nQuestion: Why could someone fall down after eating lunch? \nchoices: (A) feel full, (B) late for work, (C) feel sleepy", + "output": [ + "feel sleepy" + ] + }, + { + "input": "Sentence: with music, you dance. with alcohol, your inhibitions are lowered and your courage is increased so you're more than likely going to get into the flow and rhythm of the music \nQuestion: When hearing music while drinking alcohol, what are people likely to do? \nchoices: (A) dance, (B) sleep at night, (C) socialize", + "output": [ + "dance" + ] + }, + { + "input": "Sentence: seeing something new is the only response that would generate a feeling of excitement. \nQuestion: When someone is seeing new things in a positive environment, what do they feel? \nchoices: (A) fear, (B) curiosity, (C) excitement", + "output": [ + "excitement" + ] + }, + { + "input": "Sentence: this is where artwork is usually displayed \nQuestion: Where might one see a fine picture as the background of their surrounding environment? \nchoices: (A) shelf, (B) desktop, (C) art show", + "output": [ + "art show" + ] + }, + { + "input": "Sentence: heaven is somewhere that people believe is unreachable until you die \nQuestion: What do many people believe happens after you die? \nchoices: (A) stop living, (B) go to heaven, (C) stop breathing", + "output": [ + "go to heaven" + ] + }, + { + "input": "Sentence: some cats enjoy going outside or roaming at night but generally they love playing the toys as that is what is entertaining to them. \nQuestion: Cats are easily entertained, they love to what? \nchoices: (A) go out at night, (B) go outside, (C) play with toys", + "output": [ + "play with toys" + ] + }, + { + "input": "Sentence: rejected definition, to refuse to have, take, recognize, etc.: to reject the offer of a better job. see more. \nQuestion: If a contract is not signed it will be? \nchoices: (A) rejected, (B) revised, (C) signed", + "output": [ + "rejected" + ] + }, + { + "input": "Sentence: a habit is something that is repeated and it's the only one that is a routine \nQuestion: Why does a person find a routine odd when things go astray? \nchoices: (A) habitual, (B) even, (C) expected", + "output": [ + "habitual" + ] + }, + { + "input": "Sentence: a banjo would be bound at a music store. \nQuestion: The banjo was sent off to be sold retail after it was built, where was it bound? \nchoices: (A) music store, (B) music shop, (C) united states", + "output": [ + "music store" + ] + }, + { + "input": "Sentence: being paid motivates people to work. \nQuestion: Why do people want to keep working? \nchoices: (A) being paid, (B) blisters, (C) frustration", + "output": [ + "being paid" + ] + }, + { + "input": "Sentence: freeway is the only option that you would drive on. \nQuestion: If you're driving to catch a flight connection, what is the fasted road to take? \nchoices: (A) freeway, (B) wires, (C) airport", + "output": [ + "freeway" + ] + }, + { + "input": "Sentence: a verdict is revealed in court. \nQuestion: James didn't like bringing his suit to court. He didn't wear it when he heard what? \nchoices: (A) resentment, (B) tensions, (C) verdict", + "output": [ + "verdict" + ] + }, + { + "input": "Sentence: a laundromat has multiple washing machines. \nQuestion: Where can someone likely use more than one washing machine? \nchoices: (A) cellar, (B) laundromat, (C) house", + "output": [ + "laundromat" + ] + }, + { + "input": "Sentence: death is the only condition that can occur after life ends. \nQuestion: After someone lives a life what happens? \nchoices: (A) death, (B) growing older, (C) breathe", + "output": [ + "death" + ] + }, + { + "input": "Sentence: occupations are how you make money to live \nQuestion: If you have a need for money taking on a new occupation is one way to do what? \nchoices: (A) earn living, (B) apply for job, (C) return to work", + "output": [ + "earn living" + ] + }, + { + "input": "Sentence: writing a term paper can be really frustrating. \nQuestion: What might someone having a hard time writing a term paper feel? \nchoices: (A) anxiety, (B) frustration, (C) errors", + "output": [ + "frustration" + ] + }, + { + "input": "Sentence: the radio is the only choice that can play music. \nQuestion: If a person wants to hear music in their car, what can they do? \nchoices: (A) say goodbye, (B) open letter, (C) listen to radio", + "output": [ + "listen to radio" + ] + }, + { + "input": "Sentence: old boats and ships used to be made of nothing but wood \nQuestion: What old models are likely to be made of wood? \nchoices: (A) boat, (B) hardware store, (C) tree", + "output": [ + "boat" + ] + }, + { + "input": "Sentence: a tool shed is kept out back. \nQuestion: He likes to keep all his equipment out back in it, so where is his saw? \nchoices: (A) tool kit, (B) tool shed, (C) toolbox", + "output": [ + "tool shed" + ] + }, + { + "input": "Sentence: a piano is the only one that makes a sound. \nQuestion: The item didn't sound right because one of it's legs were uneven. What might the item be? \nchoices: (A) spinning wheel, (B) hospital bed, (C) grand piano", + "output": [ + "grand piano" + ] + }, + { + "input": "Sentence: an amusement park is where people go on rides. \nQuestion: Where would you visit a ticket booth before going on a ride? \nchoices: (A) amusement park, (B) metro station, (C) fairgrounds", + "output": [ + "amusement park" + ] + }, + { + "input": "Sentence: cornfields is the only explanation that he could escape through in which is tall \nQuestion: The weasel had stolen the chicken eggs from the farm, it made it's escape through the tall what? \nchoices: (A) children's story, (B) animated film, (C) corn fields", + "output": [ + "corn fields" + ] + }, + { + "input": "Sentence: implies more wares than restaurants offer and chemistry lab has none \nQuestion: Where can you buy alcohol and items for nourishment? \nchoices: (A) chemistry lab, (B) supermarket, (C) restaurants", + "output": [ + "supermarket" + ] + }, + { + "input": "Sentence: the term \"groovy moves\" is almost always associated with dancing. \nQuestion: If people practice groovy moves, what is the end result for them? \nchoices: (A) like ice cream, (B) lower expectations, (C) dance well", + "output": [ + "dance well" + ] + }, + { + "input": "Sentence: regret would explain if the behavior stopped and the person doing the hurting felt bad, and empowering someone would be uplifting them instead of hurting them. \nQuestion: What is someone unintentionally hurting someone else but unable to stop likely to feel? \nchoices: (A) despair, (B) regret, (C) empowering", + "output": [ + "despair" + ] + }, + { + "input": "Sentence: hockey is not a popular sport in europe or south america, and a sporting event is very general, it doesn't tell us anything specifically. \nQuestion: Where would you expect to see a coach in Europe or South America? \nchoices: (A) soccer game, (B) sporting event, (C) hockey game", + "output": [ + "soccer game" + ] + }, + { + "input": "Sentence: a music hall is a room designed specifically for certain instruments. \nQuestion: Where would you expect to hear a clavichord being used? \nchoices: (A) museum, (B) music hall, (C) music room", + "output": [ + "music hall" + ] + }, + { + "input": "Sentence: people who never stop reproducing have larger families. \nQuestion: All the siblings just kept reproducing with their husbands and wives, this led to a what? \nchoices: (A) fun, (B) larger family, (C) birth", + "output": [ + "larger family" + ] + }, + { + "input": "Sentence: a group together is a way for people to come together and meet one another. \nQuestion: What is an way for people to meet with each other? \nchoices: (A) group together, (B) enjoy themselves, (C) face each other", + "output": [ + "group together" + ] + }, + { + "input": "Sentence: a man who is transgender would have feminine traits. \nQuestion: Bob was a very masculine person, but he was secretly transgender. He wished he had the courage to come out and act differently. How does Bob want to act? \nchoices: (A) emasculated, (B) feminine, (C) female", + "output": [ + "feminine" + ] + }, + { + "input": "Sentence: canteen is the only viable option as an item that can hold liquids \nQuestion: The hike was just too early for him, rather than water he put a cup of coffee in his what? \nchoices: (A) diner, (B) deli, (C) canteen", + "output": [ + "canteen" + ] + }, + { + "input": "Sentence: babies like nursery rhymes and it only makes sense. \nQuestion: He played the bass fiddle professionally, but for his baby he used it to play a fun simple what? \nchoices: (A) jazz band, (B) music store, (C) nursery rhyme", + "output": [ + "nursery rhyme" + ] + }, + { + "input": "Sentence: no bigger symbol of love than waiting for him (since it was said as he was leaving) \nQuestion: As he left he questioned her love, he said if her was true she would what him? \nchoices: (A) entertain, (B) wait for, (C) paint", + "output": [ + "wait for" + ] + }, + { + "input": "Sentence: california is the largest state in the list that has a coast. all the states listed are from the us. \nQuestion: What is the largest state with a coast in the US? \nchoices: (A) united states, (B) florida, (C) california", + "output": [ + "california" + ] + }, + { + "input": "Sentence: houses is the best place to put some carpeting \nQuestion: The family wanted to live with carpeting, so where did they end up putting it? \nchoices: (A) bedroom, (B) houses, (C) gym", + "output": [ + "houses" + ] + }, + { + "input": "Sentence: to make haste is to act with urgency which would allow you to accomplish something in a short amount of time. \nQuestion: If there is something you have to accomplish in a short amount of time, how could you be successful? \nchoices: (A) make haste, (B) make trouble, (C) make progress", + "output": [ + "make haste" + ] + }, + { + "input": "Sentence: when you eat, you become full. \nQuestion: What happens after eating dinner? \nchoices: (A) become full, (B) become tired, (C) flatulence", + "output": [ + "become full" + ] + }, + { + "input": "Sentence: the way to end suffering is not to wave goodbye or further a cause, it is to attempt suicide. \nQuestion: How might an unhappy person try to end their suffering? \nchoices: (A) wave goodbye, (B) further cause, (C) attempt suicide", + "output": [ + "attempt suicide" + ] + }, + { + "input": "Sentence: children love to play and will laugh while playing. \nQuestion: What is a child likely to do while going to play? \nchoices: (A) sit, (B) laugh, (C) happiness", + "output": [ + "laugh" + ] + }, + { + "input": "Sentence: chicken coop is the only thing the farmer can make fox proof to avoid intruders \nQuestion: The farmer was worried about intruders, he made sure to make his what fox proof? \nchoices: (A) dense forest, (B) chicken coop, (C) wooded areas", + "output": [ + "chicken coop" + ] + }, + { + "input": "Sentence: after a long day of exercising, you will feel exhausted. \nQuestion: After working out and releasing energy all day how are you likely to feel? \nchoices: (A) wonderful, (B) damage, (C) exhaustion", + "output": [ + "exhaustion" + ] + }, + { + "input": "Sentence: super computers are more experimental at this point and would likely be in research labs at uni's \nQuestion: Where could you find super computers? \nchoices: (A) large city, (B) post office, (C) university", + "output": [ + "university" + ] + }, + { + "input": "Sentence: they wonder if the other people are going to like them. \nQuestion: If a person is shy, what do they feel when meeting people for the first time? \nchoices: (A) smile, (B) stress, (C) being bored", + "output": [ + "stress" + ] + }, + { + "input": "Sentence: \"sitting down\" isn't correct phrasing and saving money does not make since. sitting down is correct. \nQuestion: The man wanted to take a bus, but all the chars were full of people doing what? \nchoices: (A) sitting down, (B) sit down, (C) saving money", + "output": [ + "sitting down" + ] + }, + { + "input": "Sentence: a department store is the most likely place to find both of these items in the same place. \nQuestion: A human seeks clothing and electronics in the same place, where does he go? \nchoices: (A) department store, (B) new jersey, (C) new orleans", + "output": [ + "department store" + ] + }, + { + "input": "Sentence: detroit is the only specific answer. \nQuestion: The hospital next to the Sears tower is where? \nchoices: (A) military base, (B) detroit, (C) most cities", + "output": [ + "detroit" + ] + }, + { + "input": "Sentence: buses transport people to multiplelocations \nQuestion: Where do homeless people go to ty to move around? \nchoices: (A) street, (B) bus depot, (C) bridge", + "output": [ + "bus depot" + ] + }, + { + "input": "Sentence: stabbing someone is illegal \nQuestion: What is likely to happen to a person in Washington State found guilty of stabbing someone to death? \nchoices: (A) capital punishment, (B) enlightenment, (C) imprisonment", + "output": [ + "imprisonment" + ] + }, + { + "input": "Sentence: cargo ship is a common term \nQuestion: What's another name for cargo? \nchoices: (A) boat, (B) ship's hold, (C) aeroplane", + "output": [ + "ship's hold" + ] + }, + { + "input": "Sentence: it is meant for sitting on. \nQuestion: What common area do most people keep a sofabed in? \nchoices: (A) sitting room, (B) spare room, (C) livingroom", + "output": [ + "livingroom" + ] + }, + { + "input": "Sentence: a human body is the only option that has a head. \nQuestion: What does a head attach to? \nchoices: (A) submarine, (B) morgue, (C) human body", + "output": [ + "human body" + ] + }, + { + "input": "Sentence: sports stadium is outside, appliance store has a/c, so a hot room is the only place a fan makes sense \nQuestion: Where do you need to use a fan? \nchoices: (A) hot room, (B) appliance store, (C) sports stadium", + "output": [ + "hot room" + ] + }, + { + "input": "Sentence: a museum is designed to showcase both antiques and old art. \nQuestion: Where do you view antiques and old art? \nchoices: (A) attic, (B) loft, (C) museum", + "output": [ + "museum" + ] + }, + { + "input": "Sentence: telephone directories are only found in or neat phone booths \nQuestion: Where would you find a telephone directory in public? \nchoices: (A) office, (B) phone booth, (C) house", + "output": [ + "phone booth" + ] + }, + { + "input": "Sentence: the only specific place that kids would keep grapes is a lunch box, otherwise grapes would be in a fridge \nQuestion: Where do kids in elementary school keep grapes? \nchoices: (A) food store, (B) wine country, (C) lunch box", + "output": [ + "lunch box" + ] + }, + { + "input": "Sentence: gazelle's do not live in the ocean. open plains are where they are commonly found \nQuestion: If you wanted to see a gazelle in the wild, which land mass feature would you be looking for? \nchoices: (A) ivory coast, (B) open plain, (C) asia", + "output": [ + "open plain" + ] + }, + { + "input": "Sentence: innocuous just meant to harmless , so if not harmless it cannot be toxic or poisonous. \nQuestion: A dull blade is innocuous and not likely to be what? \nchoices: (A) poisonous, (B) toxic, (C) harmful", + "output": [ + "harmful" + ] + }, + { + "input": "Sentence: it allowed humans to produce more products and work togeter \nQuestion: The introduction of industry greatly expanded human what? \nchoices: (A) civilization, (B) big city, (C) factory", + "output": [ + "civilization" + ] + }, + { + "input": "Sentence: when talking zero gravity traveler, a space ship and outer space are what come to mind. \nQuestion: The toilet were somewhat built into the suits of the zero gravity travelers on the what? \nchoices: (A) stadium, (B) restaurant, (C) space shuttle", + "output": [ + "space shuttle" + ] + }, + { + "input": "Sentence: resentment is a mixture of disappointment, anger and fear and the casino owner would feel these emotions after losing money. \nQuestion: If you have a lot of money after cashing in your chips at a casino, what would the casino owner feel towards you? \nchoices: (A) resentment, (B) betrayal, (C) leave", + "output": [ + "resentment" + ] + }, + { + "input": "Sentence: pictures capture memories better than crying or whispering \nQuestion: You can do what do share your memories of visiting a museum? \nchoices: (A) take pictures, (B) cry, (C) whisper", + "output": [ + "take pictures" + ] + }, + { + "input": "Sentence: many galleries are in new york city. \nQuestion: If someone was a huge art buff and wanted to see many a gallery in one trip, where might one suggest they visit? \nchoices: (A) art museum, (B) london, (C) new york city", + "output": [ + "new york city" + ] + }, + { + "input": "Sentence: jars are sealed to preserve the contents within. \nQuestion: The peanuts were sealed for freshness, so where were they placed? \nchoices: (A) carnival, (B) jar, (C) ballpark", + "output": [ + "jar" + ] + }, + { + "input": "Sentence: switzerland is known more than pennsylvania or picture for its mountains and for its chocolate \nQuestion: His hotel had a view of a famous mountain, he sampled chocolates, and did more during his visit where? \nchoices: (A) pennsylvania, (B) switzerland, (C) picture", + "output": [ + "switzerland" + ] + }, + { + "input": "Sentence: shelf is the best place to store cans of food. \nQuestion: Where are cans of food easily visible? \nchoices: (A) pantry, (B) shelf, (C) cupboard", + "output": [ + "shelf" + ] + }, + { + "input": "Sentence: it is the term used for hoarding a large amount of weapons \nQuestion: What do you do to weapons when you want to gather them? \nchoices: (A) superabundance, (B) stockpile, (C) oversupply", + "output": [ + "stockpile" + ] + }, + { + "input": "Sentence: obesity is the most likely thing a doctor would warn someone about because they were eating too much. \nQuestion: He was eating too much and the doctors warned him, what was his condition? \nchoices: (A) obesity, (B) gas, (C) gain weight", + "output": [ + "obesity" + ] + }, + { + "input": "Sentence: if you have lots of friends you are popular. \nQuestion: This person has lots of friends what do they rank high in? \nchoices: (A) accomplish goals, (B) popularity, (C) get laid", + "output": [ + "popularity" + ] + }, + { + "input": "Sentence: fast food restaurant usually serve hamburgers, and it doesn't make sense to want a mouth. \nQuestion: What might someone not wanting a hamburger want? \nchoices: (A) fast food restaurant, (B) pizza, (C) mouth", + "output": [ + "pizza" + ] + }, + { + "input": "Sentence: humans communicate through spoken language \nQuestion: How do most people communicate? \nchoices: (A) speak words, (B) dance together, (C) own cars", + "output": [ + "speak words" + ] + }, + { + "input": "Sentence: people tend to make places very crowded and difficult to pass by when there are large groups of them. \nQuestion: He just needed a few things from the shopping center, but he could hardly get down an aisle it was so packed with what? \nchoices: (A) suburbs, (B) people, (C) stores", + "output": [ + "people" + ] + }, + { + "input": "Sentence: hanging is the suspension of a person by a noose or ligature around the neck. the oxford english dictionary states that hanging in this sense is \"specifically to put to death by suspension by the neck\", though it formerly also referred to crucifixion and death by impalement in which the body would remain \"hanging\". \nQuestion: Two people were hanging around the quick stop. They were getting hungry. What might have they been doing? \nchoices: (A) smoke pot, (B) eat eggs, (C) make tools", + "output": [ + "smoke pot" + ] + }, + { + "input": "Sentence: an apartment has a roof. \nQuestion: Where would you put a ficus if you want to protect it from the rain? \nchoices: (A) california, (B) ground, (C) apartment", + "output": [ + "apartment" + ] + }, + { + "input": "Sentence: nightclubs are usually for younger crowds and they always have music playing. \nQuestion: Where is a place teenagers can go to hear music and be entertained? \nchoices: (A) high school, (B) nightclub, (C) mall", + "output": [ + "nightclub" + ] + }, + { + "input": "Sentence: each party had separate views and was unable to see eye to eye therefore they had to be disputing. \nQuestion: The two parties could neither confirm nor compromise on anything, they were in a what? \nchoices: (A) question, (B) dispute, (C) deny", + "output": [ + "dispute" + ] + }, + { + "input": "Sentence: showing off a watch for money shows that you are trying to sell it \nQuestion: The man on the street corner was showing off a wristwatch, he was trying to what it for drug money? \nchoices: (A) case, (B) hock, (C) jewelry store", + "output": [ + "hock" + ] + }, + { + "input": "Sentence: england is the only place listed that calls roads motorways \nQuestion: Where is a road known as a motorway? \nchoices: (A) england, (B) race track, (C) new jersey", + "output": [ + "england" + ] + }, + { + "input": "Sentence: the only immediate reaction to winning the lottery is to feel lucky. \nQuestion: What is a person's immediate reaction to winning the lottery? \nchoices: (A) feel lucky, (B) wonder what happened, (C) wash themselves", + "output": [ + "feel lucky" + ] + }, + { + "input": "Sentence: the only drink listed is coffee \nQuestion: What are beans typically used to make in a drink? \nchoices: (A) cooking pot, (B) coffee, (C) food store", + "output": [ + "coffee" + ] + }, + { + "input": "Sentence: a law suit punishes as a result for committing a crime such as stabbing a stranger to death \nQuestion: Joe suffered many consequences from stabbing a stranger to death. Among them, the family of the victim did something to him. What was that? \nchoices: (A) jail time, (B) knife wounds, (C) law suit", + "output": [ + "law suit" + ] + }, + { + "input": "Sentence: people play games at internet cafes, whereas most people at sporting events/hockey games are not the ones playing the games but are watching. \nQuestion: Some idiots die of dehydration because they spend too much time playing games. Where might someone play games so much? \nchoices: (A) internet cafe, (B) hockey game, (C) sporting event", + "output": [ + "internet cafe" + ] + }, + { + "input": "Sentence: washington is near the pacific ocean \nQuestion: He wanted a condominium near the Pacific ocean, where should he buy one? \nchoices: (A) florida, (B) washington, (C) community", + "output": [ + "washington" + ] + }, + { + "input": "Sentence: a shit is the only marine option. \nQuestion: You'd want marine grade steel cable aboard your what? \nchoices: (A) ship, (B) construction site, (C) winch", + "output": [ + "ship" + ] + }, + { + "input": "Sentence: if a shoe is unfasten that means that most likely the shoe laces are undone and therefore have to be tied up. \nQuestion: If your shoe is unfasten what should you do? \nchoices: (A) button up, (B) zip up, (C) tie up", + "output": [ + "tie up" + ] + }, + { + "input": "Sentence: desk drawers and friends house dont consist of leather a brief case is for caring items \nQuestion: If a coworker needed a pen they might ask you for one, that's why you should keep spares in your leather what? \nchoices: (A) briefcase, (B) desk drawer, (C) friend's house", + "output": [ + "briefcase" + ] + }, + { + "input": "Sentence: you have to have sex to give birth to a child. \nQuestion: In order to give birth to a child you have to do this with a man? \nchoices: (A) have sex, (B) go to school, (C) eat vegetables", + "output": [ + "have sex" + ] + }, + { + "input": "Sentence: a lumberyard is where someone would get wood for building a home. \nQuestion: A builder looking for wood to build a new home is likely to visit what location? \nchoices: (A) carpet, (B) lumberyard, (C) own home", + "output": [ + "lumberyard" + ] + }, + { + "input": "Sentence: people are sometimes not acknowledged for their hard work \nQuestion: Sarah did all of it. She was the best saleswoman in the city. But she was never acknowledge for her what? \nchoices: (A) work hard, (B) sell products, (C) slow down", + "output": [ + "work hard" + ] + }, + { + "input": "Sentence: materials needed include paper \nQuestion: What do you need to write a letter? \nchoices: (A) have paper, (B) literate, (C) not give up", + "output": [ + "have paper" + ] + }, + { + "input": "Sentence: gas is the only negative thing he could develop if food doesnt love him \nQuestion: Danny loved having food, but food doesn't love him. If he eats what he likes he often develops what? \nchoices: (A) weight gain, (B) gas, (C) digesting", + "output": [ + "gas" + ] + }, + { + "input": "Sentence: freedom from want makes sense because a minimalist doesn't require much or desire much \nQuestion: What is a person who has become a minimalist hope to achieve? \nchoices: (A) new computer, (B) peaceful sleep, (C) freedom from want", + "output": [ + "freedom from want" + ] + }, + { + "input": "Sentence: money is required in order to own items such as cars. \nQuestion: Why do some people choose to not own cars? \nchoices: (A) slow down, (B) cost money, (C) move people", + "output": [ + "cost money" + ] + }, + { + "input": "Sentence: church is a peaceful place. \nQuestion: Where may a human find peace? \nchoices: (A) jail, (B) park, (C) church", + "output": [ + "church" + ] + }, + { + "input": "Sentence: pain and suffering can occur when love is not reciprocated. \nQuestion: When love is not reciprocated, what are the feelings that are involved? \nchoices: (A) having sex, (B) deaths, (C) pain and suffering", + "output": [ + "pain and suffering" + ] + }, + { + "input": "Sentence: it will likely be at the backyard because of the availabilty of space for the dog to play \nQuestion: Where would you first look for your dog? \nchoices: (A) neighbor's house, (B) back yard, (C) farmyard", + "output": [ + "back yard" + ] + }, + { + "input": "Sentence: synagogues are where some people go to listen to religious speeh \nQuestion: Where would there be many people sitting in chair and listening to religious speech? \nchoices: (A) confession, (B) auditorium, (C) synagogue", + "output": [ + "synagogue" + ] + }, + { + "input": "Sentence: people are contemplating when they think about results \nQuestion: James was contemplating the research results. What was James doing? \nchoices: (A) reflection, (B) thinking, (C) discovery", + "output": [ + "thinking" + ] + }, + { + "input": "Sentence: keeping busy or having a desire to advance is not the same as not making money or getting promoted, but laboring in vain covers both of those. \nQuestion: A worker who never makes much money or status will what? \nchoices: (A) keep busy, (B) labor in vain, (C) desire to advance", + "output": [ + "labor in vain" + ] + }, + { + "input": "Sentence: while saws might be needed occasionally in both basements or tool sheds, they would be needed daily at a logging camp. \nQuestion: A day didn't go by without somebody needing a saw, that's why everybody had their own at the what? \nchoices: (A) basement, (B) tool shed, (C) logging camp", + "output": [ + "logging camp" + ] + }, + { + "input": "Sentence: a vet heals the animals. probably the blood comes from the animals then. \nQuestion: The vet was concerned about all of the blood he saw, where was the blood coming from? \nchoices: (A) animals, (B) soccer game, (C) person", + "output": [ + "animals" + ] + }, + { + "input": "Sentence: one tattles otherwise if they don't get their way. \nQuestion: He said he also wanted in, he threatened to tattle what? \nchoices: (A) differently, (B) only, (C) otherwise", + "output": [ + "otherwise" + ] + }, + { + "input": "Sentence: fraternities are notorious for a lot of alcohol and only men as members. \nQuestion: What is something that probably has a lot of testosterone and way too much alcohol? \nchoices: (A) pub, (B) fraternity house, (C) beer", + "output": [ + "fraternity house" + ] + }, + { + "input": "Sentence: high gas prices are what making driving expensive \nQuestion: Bill likes driving, but it's expensive. He wished that cars didn't do what? \nchoices: (A) deaths, (B) using gas, (C) may die", + "output": [ + "using gas" + ] + }, + { + "input": "Sentence: ignoring someone means you show no signs of life near them \nQuestion: John wanted respect, but Lud didn't even act like he was alive. What was Lud doing? \nchoices: (A) disparagement, (B) contumely, (C) ignoring", + "output": [ + "ignoring" + ] + }, + { + "input": "Sentence: carpet is the only thing that could be applied to the floor & lie flat. \nQuestion: Danny thought about fixing up his floor and making it look good. What might he use to do what? \nchoices: (A) table, (B) bed, (C) carpet", + "output": [ + "carpet" + ] + }, + { + "input": "Sentence: a train station is the only place where it would be possible for a ticket to get you to a new country. \nQuestion: Where would a ticket help you to get to a different country? \nchoices: (A) movie, (B) train station, (C) baseball stadium", + "output": [ + "train station" + ] + }, + { + "input": "Sentence: death is the only plausible option if you have a heart attack while driving fast. \nQuestion: I was driving a car and had a heart attack at 80 mph, what awaits me? \nchoices: (A) getting tired, (B) wreak, (C) death", + "output": [ + "death" + ] + }, + { + "input": "Sentence: people punch holes through walls with their fist \nQuestion: Where could you make a hole with your fist? \nchoices: (A) wall, (B) swiss cheese, (C) ground", + "output": [ + "wall" + ] + }, + { + "input": "Sentence: the store is the only option where you can actually buy something. \nQuestion: where do you buy a game? \nchoices: (A) family room, (B) toy store, (C) casino", + "output": [ + "toy store" + ] + }, + { + "input": "Sentence: the only thing in the list that can be tasted is bread. \nQuestion: On a rainy day, Bill likes to do creative things. He loves to taste things. He tries his hand on a rainy day. What might he do? \nchoices: (A) stay in bed, (B) write, (C) make bread", + "output": [ + "make bread" + ] + }, + { + "input": "Sentence: fighting war is the only task what the army is likely to do when sent abroad to combat zones \nQuestion: When an army is sent abroad to combat zones, what might they be doing? \nchoices: (A) other countries, (B) war, (C) battlefield", + "output": [ + "war" + ] + }, + { + "input": "Sentence: furniture is placed on the floor, which is a surface covered with linoleum \nQuestion: What do you put on the surface covered with linoleum? \nchoices: (A) kitchen floor, (B) mobile home, (C) furniture", + "output": [ + "furniture" + ] + }, + { + "input": "Sentence: generally one eats seafood and fish when they are near the sea. \nQuestion: What do people do if they are near the sea? \nchoices: (A) write stories, (B) die of starvation, (C) eat fish", + "output": [ + "eat fish" + ] + }, + { + "input": "Sentence: when you jump out of a plane, you are falling down. \nQuestion: Sky diving scared him, once they jumped out of the plane he began losing consciousness while what? \nchoices: (A) death, (B) injury, (C) falling down", + "output": [ + "falling down" + ] + }, + { + "input": "Sentence: hunger is the only appropriate answer to what he was feeling \nQuestion: Having lunch seemed like the logically thing to do, this was because he was feeling what? \nchoices: (A) food, (B) hunger, (C) eating", + "output": [ + "hunger" + ] + }, + { + "input": "Sentence: when away from home you might not be shopping but you have a high likely-hood of staying in a hotel or equiv \nQuestion: Where do you see tiny bottles of shampoo when away from home? \nchoices: (A) at hotel, (B) hair salon, (C) supermarket", + "output": [ + "at hotel" + ] + }, + { + "input": "Sentence: sadness depicts the fact that it's not happy \nQuestion: James and Ruth were getting a divorce. It was amicable, but it wasn't happy. There was a lot of what emotion? \nchoices: (A) bitterness, (B) anguish, (C) sadness", + "output": [ + "sadness" + ] + }, + { + "input": "Sentence: most birthday parties have balloons \nQuestion: A balloon or two is a staple at a what? \nchoices: (A) sky, (B) birthday party, (C) grocery store", + "output": [ + "birthday party" + ] + }, + { + "input": "Sentence: resting your body is the only physical option for recovery from exhaustion. \nQuestion: What is the only was to recover from exhaustion? \nchoices: (A) run out of steam, (B) stay in bed, (C) have rest", + "output": [ + "have rest" + ] + }, + { + "input": "Sentence: a location accessible to a child is a wrong house if lost on the way home. \nQuestion: If children get confused walking home where may they go? \nchoices: (A) set table, (B) sun themselves, (C) wrong house", + "output": [ + "wrong house" + ] + }, + { + "input": "Sentence: a conference is where lots of people go to meet up and discuss things. \nQuestion: People go through a lot of coffee cups at work work event? \nchoices: (A) cupboard, (B) conference, (C) office", + "output": [ + "conference" + ] + }, + { + "input": "Sentence: if someone is obligated to do something, they have no choice but to do that thing. \nQuestion: What is something not optional, that I have to do? \nchoices: (A) mandatory, (B) compulsory, (C) obligatory", + "output": [ + "obligatory" + ] + }, + { + "input": "Sentence: children are always impatient when they want something, so this is the only logical answer. \nQuestion: What is typically the attitude of a child waiting for something? \nchoices: (A) impatience, (B) boredom, (C) wisdom", + "output": [ + "impatience" + ] + }, + { + "input": "Sentence: arizona is a very hot state in the us, and james lives in america \nQuestion: James was an American horse. He thought his home was too hot. Where might he have lived? \nchoices: (A) arizona, (B) michigan, (C) farm yard", + "output": [ + "arizona" + ] + }, + { + "input": "Sentence: the most likely place to put a pot that is not being used. \nQuestion: Where would you put a pot if you do not need to use it? \nchoices: (A) restaurant, (B) cupboard, (C) greenhouse", + "output": [ + "cupboard" + ] + }, + { + "input": "Sentence: policemen tend to be on the street and/or road when outside. \nQuestion: Where could you find a policeman that is not stopping cars but that is outside? \nchoices: (A) police station, (B) roadblock, (C) street", + "output": [ + "street" + ] + }, + { + "input": "Sentence: james gets gratification from finding information. \nQuestion: James's first priority was finding information. He wanted to know for his own what? \nchoices: (A) hatred, (B) gratification, (C) exciting", + "output": [ + "gratification" + ] + }, + { + "input": "Sentence: you needs funds to get a business going \nQuestion: One thing that you need to do when opening a business is to secure lots of? \nchoices: (A) creativity, (B) funding, (C) determination", + "output": [ + "funding" + ] + }, + { + "input": "Sentence: a commercial building holds many types of businesses inside of it. a restaurant could stand alone or even be outdoors. \nQuestion: What kind of structure contains your favorite eatery? \nchoices: (A) commercial building, (B) town, (C) restaurant", + "output": [ + "commercial building" + ] + }, + { + "input": "Sentence: people get in line when they are waiting their turn \nQuestion: Why was the line formed outside of the hot-dog stand? \nchoices: (A) polite, (B) tickets, (C) wait turn", + "output": [ + "wait turn" + ] + }, + { + "input": "Sentence: a hotel lobby is the only place that you could possibly spend the night. \nQuestion: Where can you find a revolving door at a location you spend the night? \nchoices: (A) hotel lobby, (B) bank, (C) public place", + "output": [ + "hotel lobby" + ] + }, + { + "input": "Sentence: there is a good chance of being stopped by a cop if you are driving over the limit which leads to getting a speeding ticket \nQuestion: What is likely to happen to someone driving their car too fast? \nchoices: (A) use gas, (B) speeding ticket, (C) doze off", + "output": [ + "speeding ticket" + ] + }, + { + "input": "Sentence: sight is something someone driving a car needs even to begin \nQuestion: What is something someone driving a car needs even to begin? \nchoices: (A) feet, (B) sight, (C) practice", + "output": [ + "sight" + ] + }, + { + "input": "Sentence: a cat can be both purchased and also be a companion. \nQuestion: What does everybody who is lonely buy for company? \nchoices: (A) cat, (B) believed, (C) happy", + "output": [ + "cat" + ] + }, + { + "input": "Sentence: anxiety is a symptom of claustrophobia ; much more so than feeling \"terrible.\" \nQuestion: The claustrophobic person was getting in line, what did they feel? \nchoices: (A) terrible, (B) anxiety, (C) wait turn", + "output": [ + "anxiety" + ] + }, + { + "input": "Sentence: if it is good you end wanting more of it \nQuestion: Getting only a small taste might leave you what? \nchoices: (A) wanting more, (B) new realization, (C) joy", + "output": [ + "wanting more" + ] + }, + { + "input": "Sentence: it is inappropriate to laugh at a funeral \nQuestion: Thinking of the past reminded him of a happy time, he laughed aloud in the middle of the funeral and it was quite what? \nchoices: (A) inappropriate, (B) disenchanted, (C) unfortunate", + "output": [ + "inappropriate" + ] + }, + { + "input": "Sentence: businessman = briefcase. synagogue doesn'tr make sense and a suitcase is for travel not to keep his work in \nQuestion: The book had deep meaning to the businessman, he always kept a copy of it beneath all his work in his what? \nchoices: (A) suitcase, (B) synagogue, (C) briefcase", + "output": [ + "briefcase" + ] + }, + { + "input": "Sentence: a house would be the only place a few people could be. \nQuestion: In what place could you find air that has been breathed by only a few people recently? \nchoices: (A) house, (B) train station, (C) surface of earth", + "output": [ + "house" + ] + }, + { + "input": "Sentence: prodigal is related to how a father views the son, like in the parable. \nQuestion: Sam was a very frugal person, unlike his brothers. Yet, he was what to his father? \nchoices: (A) lavish, (B) prodigal, (C) spendthrift", + "output": [ + "prodigal" + ] + }, + { + "input": "Sentence: turbines are found in a hydroelectric dams \nQuestion: Water turns turbines in what type of structure? \nchoices: (A) sump pump, (B) hydroelectric dam, (C) underground stream", + "output": [ + "hydroelectric dam" + ] + }, + { + "input": "Sentence: a new person (baby?) or arcane person (dark, mysterious) might find even normal things interesting but a sophisticated person would be bored more by normal or mundane things. \nQuestion: What kind of person would easily be able to determine if something is mundane? \nchoices: (A) sophisticated, (B) new, (C) arcane", + "output": [ + "sophisticated" + ] + }, + { + "input": "Sentence: it is against gods rules to kill \nQuestion: What kind of person would believe in God and kill a divine entity? \nchoices: (A) godless, (B) humdrum, (C) horrible", + "output": [ + "horrible" + ] + }, + { + "input": "Sentence: taking your time usually means going very slowly \nQuestion: James took his time walking home. He found himself doing what at every place along the way? \nchoices: (A) stopping, (B) stay still, (C) stand still", + "output": [ + "stopping" + ] + }, + { + "input": "Sentence: vegetarian is a vegetable eater. \nQuestion: If people are vegetarian, what do they do more of? \nchoices: (A) sun themselves, (B) gain wealth, (C) eat plants", + "output": [ + "eat plants" + ] + }, + { + "input": "Sentence: only place a ferret would get alot of attention is at a petting zoo \nQuestion: Where is a ferret getting lots of attention likely to be found? \nchoices: (A) mother's hair, (B) trouser leg, (C) petting zoo", + "output": [ + "petting zoo" + ] + }, + { + "input": "Sentence: to be able to have lunch, you must get the food first. \nQuestion: What do you need to do to be able to have lunch? \nchoices: (A) get food, (B) eat food, (C) stop working", + "output": [ + "get food" + ] + }, + { + "input": "Sentence: sarah is sick, thus the mother will tell sarah she's sick. \nQuestion: Mom said that Sarah should stay in bed until she was able to go to school again.. What did mom say to Sarah when she tried to get up? \nchoices: (A) rest more, (B) you're sick, (C) were sick", + "output": [ + "you're sick" + ] + }, + { + "input": "Sentence: people agree with each other when they have the same point of view. \nQuestion: What is it called when two people have the same point of view? \nchoices: (A) make love, (B) work together, (C) agree with each other", + "output": [ + "agree with each other" + ] + }, + { + "input": "Sentence: people like eating hamburgers because it tasty \nQuestion: Why do people like eating hamburgers? \nchoices: (A) tasty, (B) indigestion, (C) have fun", + "output": [ + "tasty" + ] + }, + { + "input": "Sentence: the baboon comes from africa, not zoological gardens nor the amazon basin. \nQuestion: The baboon is a species of monkey native to where? \nchoices: (A) african continent, (B) zoological gardens, (C) amazon basin", + "output": [ + "african continent" + ] + }, + { + "input": "Sentence: most adults do not take off a week for boredom or painlessness. \nQuestion: Bill is returning to work. He has experienced a bad feeling and thus stayed home for a week. What did he probably feel? \nchoices: (A) painless, (B) boredom, (C) malaise", + "output": [ + "malaise" + ] + }, + { + "input": "Sentence: fast food restaurants serve hot dogs \nQuestion: Where can one get a hot dog quickly? \nchoices: (A) fair, (B) fast food restaurant, (C) soccer game", + "output": [ + "fast food restaurant" + ] + }, + { + "input": "Sentence: dentist offices drill teeth. \nQuestion: Where do you get your teeth drill? \nchoices: (A) basement, (B) dentist office, (C) garage", + "output": [ + "dentist office" + ] + }, + { + "input": "Sentence: the only thing a living plant can do is breath \nQuestion: The botanist knew the plant was living, what did he observe that led him to know that? \nchoices: (A) respiration, (B) expiration, (C) interaction", + "output": [ + "respiration" + ] + }, + { + "input": "Sentence: homework is often done on top of a desk \nQuestion: If you have cleaned off dust here it may be difficult to do your homework where? \nchoices: (A) desktop, (B) surface of earth, (C) most buildings", + "output": [ + "desktop" + ] + }, + { + "input": "Sentence: it is the feeling of completing the job \nQuestion: What is the goal of working hard to achieve something? \nchoices: (A) pay attention, (B) accomplishment, (C) complain", + "output": [ + "accomplishment" + ] + }, + { + "input": "Sentence: after a game, rest is best. \nQuestion: What do athletes need to do after a game? \nchoices: (A) walk fast, (B) need to rest, (C) play sports", + "output": [ + "need to rest" + ] + }, + { + "input": "Sentence: own home is the only option that can make someone feel comfortable \nQuestion: Where are people usually most comfortable? \nchoices: (A) own home, (B) own land, (C) spend time", + "output": [ + "own home" + ] + }, + { + "input": "Sentence: place of employment of business \nQuestion: The agricultural specialist walked from row to row, so where was he likely? \nchoices: (A) auditorium, (B) vegetable garden, (C) farmer's field", + "output": [ + "farmer's field" + ] + }, + { + "input": "Sentence: getting old is the passage of time alive \nQuestion: What happens after an extended amount of living for a person? \nchoices: (A) perspiration, (B) palpitations, (C) getting old", + "output": [ + "getting old" + ] + }, + { + "input": "Sentence: people like to have hair on their heads, and sink is not on the upper body \nQuestion: Where on the upper body do people want to remove hair? \nchoices: (A) person's head, (B) sink, (C) arm", + "output": [ + "arm" + ] + }, + { + "input": "Sentence: weddings and theaters are usually for nonwork friends. \nQuestion: Where are people who do the same kind of work likely to gather? \nchoices: (A) wedding, (B) theater, (C) convention", + "output": [ + "convention" + ] + }, + { + "input": "Sentence: an exhaust pipe is the only combustible place of the three; if it is clogged by a potato it will explode. \nQuestion: Placing a potato where can cause an explosion? \nchoices: (A) shopping bags, (B) vegetable soup, (C) exhaust pipe", + "output": [ + "exhaust pipe" + ] + }, + { + "input": "Sentence: your phone bill is put into your mailbox \nQuestion: Where are you likely to find a phone bill? \nchoices: (A) restaurant, (B) congress, (C) mail box", + "output": [ + "mail box" + ] + }, + { + "input": "Sentence: an item becomes useless when it is broken \nQuestion: It was broken and not able to be used, it is now what? \nchoices: (A) valueless, (B) useless, (C) worthless", + "output": [ + "useless" + ] + }, + { + "input": "Sentence: heads and potatoes don't register in our vision as distinct thigns in a group. \nQuestion: The security detail had to keep an eye on the entire crowd, they were constantly scanning all the what? \nchoices: (A) faces, (B) person's head, (C) potato", + "output": [ + "faces" + ] + }, + { + "input": "Sentence: making art would the only choice that would truly impress his family. \nQuestion: Billy wanted to impress his family. What might he do to impress people? \nchoices: (A) make art, (B) come home, (C) go out", + "output": [ + "make art" + ] + }, + { + "input": "Sentence: while some plumbing runs to both the kitchen and the bathroom, it can all be found inside walls. \nQuestion: Where is all plumbing found in most houses? \nchoices: (A) bathroom, (B) wall, (C) kitchen", + "output": [ + "wall" + ] + }, + { + "input": "Sentence: neither an enema or restaurant would ever come out of the sky. \nQuestion: What causes water to come out of the sky? \nchoices: (A) thunderstorm, (B) enema, (C) restaurant", + "output": [ + "thunderstorm" + ] + }, + { + "input": "Sentence: space shuttles give off transmissions to transistor radios \nQuestion: When someone points their transistor radio to the sky, what are they hoping to hear transmissions from? \nchoices: (A) shop, (B) space shuttle, (C) bedroom", + "output": [ + "space shuttle" + ] + }, + { + "input": "Sentence: the countryside has less people than the city. \nQuestion: The city was very bright this time of year. There was a much smaller population where? \nchoices: (A) wilderness, (B) countryside, (C) suburbs", + "output": [ + "countryside" + ] + }, + { + "input": "Sentence: enjoying a meal in bed is very relaxing \nQuestion: Eating breakfast in bed can make you feel what, assuming that you don't spill anything? \nchoices: (A) vomiting, (B) contentment, (C) mess", + "output": [ + "contentment" + ] + }, + { + "input": "Sentence: cadets don't typically get anywhere near artillery, let alone disassemble it, and since cadets are learning about the military, they are not likely to be playing with fishing rods. \nQuestion: The instructor explained all the parts like the stock, then the cadets had to disassemble and reassemble their what? \nchoices: (A) artillery, (B) machine gun, (C) fishing rod", + "output": [ + "machine gun" + ] + }, + { + "input": "Sentence: when everyone is on their seats, the airplane will depart. \nQuestion: The final boarding group was called, once everybody was in their seat the what could depart? \nchoices: (A) show, (B) auditorium, (C) airplane", + "output": [ + "airplane" + ] + }, + { + "input": "Sentence: have fun is the only positive option \nQuestion: What the positive consequences of drinking alcohol? \nchoices: (A) frequent urination, (B) sickness, (C) have fun", + "output": [ + "have fun" + ] + }, + { + "input": "Sentence: vegetables are accepted as healthy foods thus it is seen as a clean way of eating. \nQuestion: What type of eating do people want to achieve when they eat vegetables? \nchoices: (A) prepare, (B) clean, (C) open mouth", + "output": [ + "clean" + ] + }, + { + "input": "Sentence: being tired is the only option of how you feel after jogging. the other two are biological responses. \nQuestion: What may jogging make you feel like? \nchoices: (A) increased heart rate, (B) improved health, (C) being tired", + "output": [ + "being tired" + ] + }, + { + "input": "Sentence: this is where they are usually played for large audiances \nQuestion: Where is one likely to hear a harpsichord? \nchoices: (A) band, (B) concert hall, (C) museum", + "output": [ + "concert hall" + ] + }, + { + "input": "Sentence: water heaters are most often in basements so a good alternate location would be a garage. \nQuestion: Where is an alternate location some people might have a water heater? \nchoices: (A) cellar, (B) garage, (C) basement", + "output": [ + "garage" + ] + }, + { + "input": "Sentence: competing implies a rivalry \nQuestion: If two men are competing, why don't they like each other? \nchoices: (A) rivalry, (B) death, (C) accomplishment", + "output": [ + "rivalry" + ] + }, + { + "input": "Sentence: stays up late indicates that he is staying awake past the normal time he should go to bed \nQuestion: Josh is someone who usually stays up late. He's very much a night person. Now he's applying to for a nine to five job, but he's worried that he might get what? \nchoices: (A) rejection, (B) employment, (C) less sleep", + "output": [ + "less sleep" + ] + }, + { + "input": "Sentence: people are typically sorry after hurting another. \nQuestion: If a person does something to hurt someone else, they might do what? \nchoices: (A) lend money, (B) trust god, (C) feel sorry", + "output": [ + "feel sorry" + ] + }, + { + "input": "Sentence: in play suggests it is undergoing action \nQuestion: Where is a frisbee in play likely to be? \nchoices: (A) air, (B) roof, (C) park", + "output": [ + "air" + ] + }, + { + "input": "Sentence: people tend to keep personal items outside of a common area. \nQuestion: What is an object that is not used in a common room likely to be? \nchoices: (A) special, (B) personal, (C) rare", + "output": [ + "personal" + ] + }, + { + "input": "Sentence: it is the first step into having sex \nQuestion: James and Judy are preparing to copulate. In order to ensure that things go smoothly, they engage in foreplay. What might they start by doing? \nchoices: (A) lubricate, (B) kiss, (C) procreation", + "output": [ + "kiss" + ] + }, + { + "input": "Sentence: it serves no purpose so trash it he right place to throw it \nQuestion: Where do you put junk mail? \nchoices: (A) trash, (B) desk, (C) mail box", + "output": [ + "trash" + ] + }, + { + "input": "Sentence: when you are bored, sleep is the best thing you can do. \nQuestion: The housemate was suffering boredom with what the others were doing, he just decided to do what early? \nchoices: (A) read book, (B) sleep, (C) travel", + "output": [ + "sleep" + ] + }, + { + "input": "Sentence: if you are accused of committing murder, you will go to jail. \nQuestion: What accused of committing a murder what is a person facing? \nchoices: (A) going to prison, (B) jail time, (C) feeling of guilt", + "output": [ + "jail time" + ] + }, + { + "input": "Sentence: anything that is helpful is useful \nQuestion: It is not unnecessary at all despite being not essential it will be very helpful and is therefore what? \nchoices: (A) useful, (B) necessary, (C) required", + "output": [ + "useful" + ] + }, + { + "input": "Sentence: there's no reason to repeat either of these steps \nQuestion: After I urinate and flush the toilet and wash my hands, what should I do next? \nchoices: (A) eat, (B) wash hands, (C) flush toilet", + "output": [ + "eat" + ] + }, + { + "input": "Sentence: illness and accidents aren't typical relationship problems \nQuestion: His addiction to drugs had affected many aspects of his life, his relationships had suffered the most what? \nchoices: (A) cause accidents, (B) damage, (C) cause illness", + "output": [ + "damage" + ] + }, + { + "input": "Sentence: \"during\" implies an event not a location, thus a soccer game. \nQuestion: The bleachers full of hooligans roared through many chants and smoke bombs during the raucous what? \nchoices: (A) soccer game, (B) football stadium, (C) baseball stadium", + "output": [ + "soccer game" + ] + }, + { + "input": "Sentence: if you dont want a bad service or very good service, you will get an adequate service. \nQuestion: What kind of service would you want if you do not want bad service or very good service? \nchoices: (A) sincere, (B) adequate, (C) first rate", + "output": [ + "adequate" + ] + }, + { + "input": "Sentence: if you're leaving the us in a car, you're going to canada or mexico \nQuestion: Where might an expressway leave the Us to go? \nchoices: (A) large city, (B) canada, (C) country", + "output": [ + "canada" + ] + }, + { + "input": "Sentence: papers on desktops are often ruined by spilled coffee \nQuestion: Where might I ruin some papers if I place my coffee mug there, and it spills? \nchoices: (A) desktop, (B) shelf, (C) cupboard", + "output": [ + "desktop" + ] + }, + { + "input": "Sentence: snowflakes appear peaceful floating through the air \nQuestion: Nobody likes a pile of them in the driveway, but a snowflake sure looks peaceful in the what? \nchoices: (A) winter, (B) air, (C) december", + "output": [ + "air" + ] + }, + { + "input": "Sentence: if you have no respect, you would speak contumely rather than disparagingly or ignoring \nQuestion: James didn't have much respect for Sarah. He spoke to her how? \nchoices: (A) contumely, (B) disparagement, (C) ignoring", + "output": [ + "contumely" + ] + }, + { + "input": "Sentence: since people are not perfect, the artist does not achieve a flawless portrait because he himself is not perfect \nQuestion: The painter explained how he never achieved a flawless portrait, he said this was because all people are what? \nchoices: (A) defective, (B) disfigured, (C) imperfect", + "output": [ + "imperfect" + ] + }, + { + "input": "Sentence: both of these holidays are known for gift-giving. \nQuestion: What might a person do on their birthday or Christmas \nchoices: (A) understand themselves, (B) receive gifts, (C) acknowledgment", + "output": [ + "receive gifts" + ] + }, + { + "input": "Sentence: grocery stores tend to use a lot of plastic bags to put items in. \nQuestion: Where would you put things in a paper bag? \nchoices: (A) front porch, (B) grocery store, (C) synagogue", + "output": [ + "grocery store" + ] + }, + { + "input": "Sentence: the phrase \"condemned the man to\" is often followed by the word \"death\", especially in the context of a judge \"not taking this part of his job lightly.\" \nQuestion: The judge did not take this part of the job lightly, the man was guilty but it was his passing sentence that condemned the man to what? \nchoices: (A) judgement, (B) death, (C) go to jail", + "output": [ + "death" + ] + }, + { + "input": "Sentence: that's the only place you have to walk to and from from. \nQuestion: Having a car in the city seemed to be more trouble than it was worth, the man still had to walk to and from the what after commuting? \nchoices: (A) parking garage, (B) scrap heap, (C) driveway", + "output": [ + "parking garage" + ] + }, + { + "input": "Sentence: hardware store is the only place that you can buy a threaded rod. \nQuestion: If you need threaded rod you can buy it where? \nchoices: (A) sporting goods store, (B) hardware store, (C) engine", + "output": [ + "hardware store" + ] + }, + { + "input": "Sentence: committing murder is another way to say killing. \nQuestion: The predator was committing murder, what was his intention to his victim? \nchoices: (A) die, (B) kill, (C) dead", + "output": [ + "kill" + ] + }, + { + "input": "Sentence: democracy is a form of government that is practiced in the us \nQuestion: What kind of country has a government? \nchoices: (A) washington d.c, (B) democracy, (C) capitol building", + "output": [ + "democracy" + ] + }, + { + "input": "Sentence: by meeting different people we can attain knowledge apart from class and books. \nQuestion: Other than school or from text where can one gain knowledge? \nchoices: (A) book, (B) class, (C) meeting", + "output": [ + "meeting" + ] + }, + { + "input": "Sentence: all 3 would probably employ writers, but only a newspaper office would have a daily publication \nQuestion: What workplace employs a large number of writers for a daily publication? \nchoices: (A) advertising company, (B) newspaper office, (C) advertising firm", + "output": [ + "newspaper office" + ] + }, + { + "input": "Sentence: she will need to get food to eat in order to have lunch. \nQuestion: Sarah wants to eat lunch. To do this she'll have to go to her kitchen and do what? \nchoices: (A) have food, (B) buy food, (C) get food", + "output": [ + "get food" + ] + }, + { + "input": "Sentence: the ghetto is low income \nQuestion: What area of town is known for having brick row houses? \nchoices: (A) england, (B) ghetto, (C) city center", + "output": [ + "ghetto" + ] + }, + { + "input": "Sentence: stones is another word for jewelry. \nQuestion: A person might take a velvet drawstring bag full of valuable stones from what type of place? \nchoices: (A) jewelry store, (B) garbage can, (C) laundry room", + "output": [ + "jewelry store" + ] + }, + { + "input": "Sentence: recording studios are the only place bands might work with a mixer. \nQuestion: The mixer felt like he was a NASA engineer in the control room every time he worked with a band at his what? \nchoices: (A) airbase, (B) nuclear plant, (C) recording studio", + "output": [ + "recording studio" + ] + }, + { + "input": "Sentence: wild animal only expected only cafe \nQuestion: Bill saw a wild animal some place where he never expected to see one. What might that place have been? \nchoices: (A) woodland, (B) outside, (C) cafe", + "output": [ + "cafe" + ] + }, + { + "input": "Sentence: you wouldn't put pennies in a water fountain if you plan on using them. and a jar is more for saving and not for use within the near future. \nQuestion: Where would you put some pennies that you plan to use soon? \nchoices: (A) pocket, (B) water fountain, (C) jar", + "output": [ + "pocket" + ] + }, + { + "input": "Sentence: south carolina is on the east coast, louisiana and arkansas are inland states. \nQuestion: If one sees a fox and is standing in a coastal, eastern seaboard state, where is this person? \nchoices: (A) arkansas, (B) louisiana, (C) south carolina", + "output": [ + "south carolina" + ] + }, + { + "input": "Sentence: fruitless is the only tree that is not fruitful. \nQuestion: What is a tree that is not fruitful? \nchoices: (A) fruitless, (B) barren, (C) infertile", + "output": [ + "fruitless" + ] + }, + { + "input": "Sentence: loud children are often annoying to others near them. \nQuestion: Bob and Boris were standing in a queue at the grocery store. They were standing in place. The line was fast, but the children in front of them were loud. They were what? \nchoices: (A) frustration, (B) delays, (C) being annoyed", + "output": [ + "being annoyed" + ] + }, + { + "input": "Sentence: california is home of hollywood and many freeways. \nQuestion: The person was trapped on the freeway on the way to a movie audition, where was he? \nchoices: (A) america, (B) countryside, (C) california", + "output": [ + "california" + ] + }, + { + "input": "Sentence: foreboding means a fearful expression, if they do not have this they are likely approchable \nQuestion: If someone is not forbidding and smile one could say they are what? \nchoices: (A) welcoming, (B) approachable, (C) inviting", + "output": [ + "approachable" + ] + }, + { + "input": "Sentence: astronouts may look down on the surface of the earth at a distance when they float on the galaxy. \nQuestion: The human looked down longingly as he sat in the orbiting space station, what did he miss? \nchoices: (A) surface of earth, (B) nearest house, (C) office block", + "output": [ + "surface of earth" + ] + }, + { + "input": "Sentence: just any one answer this question \nQuestion: You'd open this to find your sheets. What is it? \nchoices: (A) drawer, (B) bedroom, (C) hotel", + "output": [ + "drawer" + ] + }, + { + "input": "Sentence: it can't be a mansion or a hospital since school is specified. \nQuestion: The school has three wings and had enough space for 5000 students. How might one describe it? \nchoices: (A) large building, (B) mansion, (C) hospital", + "output": [ + "large building" + ] + }, + { + "input": "Sentence: the other answers wouldn't really have a housekeeper \nQuestion: Billy emptied his trash can into the big dumpster. Housekeeping was supposed to do it, but it was easy for him, and this place was cheap. Where is Billy? \nchoices: (A) corner, (B) motel, (C) office", + "output": [ + "motel" + ] + }, + { + "input": "Sentence: yes, it is true that humans are bipedal in a 4 or more pedaled animal kingdom, evolution at it's best \nQuestion: What do humans have that is different than most animals? \nchoices: (A) two legs, (B) brains, (C) one mouth", + "output": [ + "two legs" + ] + }, + { + "input": "Sentence: mastery would indicate the skateboarder was having fun because they could do the basic moves. \nQuestion: A skateboard can have a steep learning curve, but once the basics are mastered you can what? \nchoices: (A) relax, (B) freedom, (C) have fun", + "output": [ + "have fun" + ] + }, + { + "input": "Sentence: stab wounds results in blood leaving the body. \nQuestion: The stabbing to death of a person is likely to create what on the ground? \nchoices: (A) pool of blood, (B) gruesome, (C) being arrested", + "output": [ + "pool of blood" + ] + }, + { + "input": "Sentence: most mammals do not have claws or whiskers, but do have 4 legs.. \nQuestion: What do cats have in common with most mammals? \nchoices: (A) sharp claws, (B) four legs, (C) whiskers", + "output": [ + "four legs" + ] + }, + { + "input": "Sentence: the post office is the only entity allowed to handle mail \nQuestion: If you're moving, the people here will forward your letters for you. \nchoices: (A) front door, (B) post office, (C) mail box", + "output": [ + "post office" + ] + }, + { + "input": "Sentence: if someone visits a shop, they are most likely looking to purchase something. \nQuestion: What is the primary reason for visiting a shop? \nchoices: (A) purchasing, (B) spending of money, (C) compare prices", + "output": [ + "purchasing" + ] + }, + { + "input": "Sentence: if it doesn't go in the garbage truck, it goes on the street because the garbage truck is on the street \nQuestion: Sometimes the garbage men are sloppy, the garbage waste seems to miss the truck and end up in the where? \nchoices: (A) sewer, (B) street, (C) garbage dump", + "output": [ + "street" + ] + }, + { + "input": "Sentence: this choice was the only job compared to the other choices \nQuestion: What chore might a child have to do after breakfast, before getting on the bus? \nchoices: (A) enter school, (B) wash dishes, (C) drop out of school", + "output": [ + "wash dishes" + ] + }, + { + "input": "Sentence: planes that are falling down have stopped functioning or stalling out. \nQuestion: What would happen to airplanes before they start falling down? \nchoices: (A) taxi, (B) stall, (C) crash", + "output": [ + "stall" + ] + }, + { + "input": "Sentence: a health center would be the most likely place to get contraceptive, if you do not possess one already. \nQuestion: Where would you get a contraceptive if you do not have one? \nchoices: (A) vagina, (B) drawer, (C) health center", + "output": [ + "health center" + ] + }, + { + "input": "Sentence: you can only create a letter. the other two are undesired results of the operation. \nQuestion: If you're doing some typing, what is one thing you could be creating? \nchoices: (A) pain, (B) carpal tunnel syndrome, (C) letter", + "output": [ + "letter" + ] + }, + { + "input": "Sentence: charming is the only positive choice, and also gaining trust is usually achieved by being charming. \nQuestion: To gain her trust the real estate agent was very polite, delightful and all around what? \nchoices: (A) deceive, (B) manipulate, (C) charming", + "output": [ + "charming" + ] + }, + { + "input": "Sentence: ticket booth is the only place to buy a train ticket in person. \nQuestion: From where do you buy a train ticket in person? \nchoices: (A) train depot, (B) purse, (C) ticket booth", + "output": [ + "ticket booth" + ] + }, + { + "input": "Sentence: it's right because it's not likely that someone cold would be eager to stay that way. \nQuestion: If you're experiencing being cold, what is your goal likely to be? \nchoices: (A) make patchwork quilt, (B) get warm, (C) light fire", + "output": [ + "get warm" + ] + }, + { + "input": "Sentence: closing eyes is the only way that you can relieve strain. \nQuestion: If you've been in front of a computer all day and need to have a rest you can do what do relieve strain? \nchoices: (A) closing eyes, (B) sleep, (C) sit down", + "output": [ + "closing eyes" + ] + }, + { + "input": "Sentence: bakery is a place where we are most likely to get a dessert. \nQuestion: Sally buys a cookie from a bakery. When might she have it? \nchoices: (A) store, (B) jar, (C) dessert", + "output": [ + "dessert" + ] + }, + { + "input": "Sentence: an umbrella is made to protect a person from being wet. \nQuestion: What would rain do if you didn't have an umbrella? \nchoices: (A) wet ground, (B) wet clothes, (C) water garden", + "output": [ + "wet clothes" + ] + }, + { + "input": "Sentence: greenville is a city located in north carolina. \nQuestion: What state contains greenville and is the furthest in the direction of the side that won the Civil War? \nchoices: (A) north carolina, (B) mississippi, (C) south carolina", + "output": [ + "north carolina" + ] + }, + { + "input": "Sentence: a polished item is shiny. \nQuestion: What is it called when an item that is unpolished becomes shiny? \nchoices: (A) civilized, (B) refined, (C) polished", + "output": [ + "polished" + ] + }, + { + "input": "Sentence: behind the seat of a school bus is the only place that is a fire extinguisher. \nQuestion: Where is a fire extinguisher likely to be found behind the seat? \nchoices: (A) stairwell, (B) school bus, (C) garage", + "output": [ + "school bus" + ] + }, + { + "input": "Sentence: if you own a plant, you put it somewhere that belongs to you, and can nurture it, so definitely not a flower shop or seafood restaurant. \nQuestion: James wanted his anemone to grow and bloom, so he put it in what? \nchoices: (A) flower shop, (B) flower pot, (C) seafood restaurant", + "output": [ + "flower pot" + ] + }, + { + "input": "Sentence: not getting what you want can cause you to feel disappointed. \nQuestion: She knew what presents she was getting, none of them were what she wanted and so she felt what? \nchoices: (A) ownership, (B) disappointment, (C) satisfaction", + "output": [ + "disappointment" + ] + }, + { + "input": "Sentence: a symptom of the health event \nQuestion: Someone with a disability caused by a stroke looses what in the left side? \nchoices: (A) competence, (B) strength, (C) potential", + "output": [ + "strength" + ] + }, + { + "input": "Sentence: outdoor shopping centers are often called markets, where malls and bookstores are located indoors. \nQuestion: Where can customers shop outside? \nchoices: (A) bookstore, (B) market, (C) mall", + "output": [ + "market" + ] + }, + { + "input": "Sentence: postive feeling from eating \nQuestion: Why would someone want to be eating? \nchoices: (A) satisfaction, (B) indigestion, (C) dyspepsia", + "output": [ + "satisfaction" + ] + }, + { + "input": "Sentence: the choice is uncommon and too vague compared to the others \nQuestion: Where is an expressway unlikely to be found? \nchoices: (A) country, (B) large city, (C) canada", + "output": [ + "country" + ] + }, + { + "input": "Sentence: all buildings have architecture. \nQuestion: In architecture, where are all buildings found? \nchoices: (A) synagogue, (B) all buildings, (C) restaurant", + "output": [ + "all buildings" + ] + }, + { + "input": "Sentence: employers can reject applicants who lack qualifications. \nQuestion: James is apply for a job that he really wants. He knows that it will be a good fit and he has experience, but he doesn't have all the qualifications that they're asking for, so he's worried about what? \nchoices: (A) rejection, (B) employment, (C) less sleep", + "output": [ + "rejection" + ] + }, + { + "input": "Sentence: eating food makes you feel full \nQuestion: Having a lot of food is likely to make someone have a certain sensation of what? \nchoices: (A) become tired, (B) feel full, (C) feeling satisfied", + "output": [ + "feel full" + ] + }, + { + "input": "Sentence: place of employment of business \nQuestion: James was delayed for a couple of hours because he had a connection. Where might his connection be? \nchoices: (A) wall, (B) airport, (C) company", + "output": [ + "airport" + ] + }, + { + "input": "Sentence: there is a great lake located in michigan. \nQuestion: The churchyard looked peaceful after the fresh snow, the frozen great lake added to the serene scene where? \nchoices: (A) country side, (B) michigan, (C) maine", + "output": [ + "michigan" + ] + }, + { + "input": "Sentence: when a game is challenging it is hard to win because you are not having fun and it is difficult, \nQuestion: Why would you be unable to win when you play games? \nchoices: (A) have fun, (B) bored, (C) challenge", + "output": [ + "challenge" + ] + }, + { + "input": "Sentence: any lesson reading and writing gain knowledge \nQuestion: What happens when people sucessfully learn a lesson? \nchoices: (A) cross roads, (B) gain knowledge, (C) try to learn", + "output": [ + "gain knowledge" + ] + }, + { + "input": "Sentence: press charges is lawyes´s specialty. \nQuestion: What do lawyers tend to do when they are not treated well at a restaurant? \nchoices: (A) keep quiet, (B) press charges, (C) settle disputes", + "output": [ + "press charges" + ] + }, + { + "input": "Sentence: when the temperature is lowered by cooling the steam, water vapour changes to liquid \nQuestion: John cooled the steam. What did the steam become? \nchoices: (A) condensate, (B) cold air, (C) liquid water", + "output": [ + "liquid water" + ] + }, + { + "input": "Sentence: friend's house is the only place that billy might be have eaten. \nQuestion: Billy was was going on a long vacation, but before he did he got a bite to eat. Where might he have eaten? \nchoices: (A) friend's house, (B) space shuttle, (C) disneyland", + "output": [ + "friend's house" + ] + }, + { + "input": "Sentence: exchange ideas is the only interaction that happened during the brainstorming session. \nQuestion: During the brainstorming session there was a lot of talking and what? \nchoices: (A) sharing information, (B) exchange of ideas, (C) obtaining information", + "output": [ + "exchange of ideas" + ] + }, + { + "input": "Sentence: an urban area will have strict zoning laws that prohibit gardens \nQuestion: Sally didn't know what she planned to do. She was going to remodel her front garden, but she couldn't because of zoning rules. Such was the perils of living where? \nchoices: (A) front yard, (B) urban area, (C) michigan", + "output": [ + "urban area" + ] + }, + { + "input": "Sentence: waiting in line represents order and calm, and is the logical way to avoid chaos. \nQuestion: The demand from people was high, how can chaos be avoided? \nchoices: (A) wait in line, (B) bank money, (C) suffer pain", + "output": [ + "wait in line" + ] + }, + { + "input": "Sentence: learning leads to better comprehension \nQuestion: What is the goal of the activities of students? \nchoices: (A) better comprehension, (B) amount to, (C) do well", + "output": [ + "better comprehension" + ] + }, + { + "input": "Sentence: talking is usually the first step to changing ones behavior. \nQuestion: Linda wanted to talk to someone because she knew that she was doing bad stuff and that talking was the first step to doing what? \nchoices: (A) communicating with others, (B) changing behavior, (C) hurt feelings", + "output": [ + "changing behavior" + ] + }, + { + "input": "Sentence: a carnival has all three while a concert may not have games \nQuestion: Light, games, and music are part of what celebration? \nchoices: (A) plane, (B) carnival, (C) concert", + "output": [ + "carnival" + ] + }, + { + "input": "Sentence: only explain the question's \nQuestion: When someone explains something they're usually answering what? \nchoices: (A) ask, (B) confuse, (C) question", + "output": [ + "question" + ] + }, + { + "input": "Sentence: feet are dirty and should not be placed on a table because you have to eat from the table, and you don't want to eat dirty food \nQuestion: Where would most people think putting feet is disgusting? \nchoices: (A) shoes and socks, (B) desk, (C) table", + "output": [ + "table" + ] + }, + { + "input": "Sentence: hotels don't tend to rent lockers out, and you wouldn't charge yourself to rent a locker at your own home. bus depots do often have lockers for rent. \nQuestion: Joe had a key to a rented locker at what type of place? \nchoices: (A) bus depot, (B) own home, (C) at hotel", + "output": [ + "bus depot" + ] + }, + { + "input": "Sentence: guards are in towers \nQuestion: It was my turn to stand watch, so where did I go for my shift? \nchoices: (A) jewellers, (B) department store, (C) guard tower", + "output": [ + "guard tower" + ] + }, + { + "input": "Sentence: directly after having a big lunch, one feels full. \nQuestion: What is the result of having a lunch that is sizable? \nchoices: (A) feel full, (B) obesity, (C) feeling satisfied", + "output": [ + "feel full" + ] + }, + { + "input": "Sentence: a needle blends in a haystack. \nQuestion: Where is someone not likely to find a needle? \nchoices: (A) doctor's office, (B) hospital, (C) haystack", + "output": [ + "haystack" + ] + }, + { + "input": "Sentence: the only place that might have \nQuestion: John cut his feet on broken glass while walking. Where might have he been walking? \nchoices: (A) beach, (B) street, (C) field", + "output": [ + "beach" + ] + }, + { + "input": "Sentence: when is it not possible to be successful in a hobby, one will probably experience boredom. \nQuestion: If a man is going fishing and not getting bites, what does he likely feel? \nchoices: (A) relaxation, (B) killing, (C) boredom", + "output": [ + "boredom" + ] + }, + { + "input": "Sentence: physcial pain is generally felt when someone hurts you. \nQuestion: What to you cause by hurting someone else? \nchoices: (A) public outcry, (B) legal problems, (C) physical pain", + "output": [ + "physical pain" + ] + }, + { + "input": "Sentence: a basketball cannot be used if punctured. \nQuestion: Why would you be unable to use a basketball? \nchoices: (A) full of air, (B) punctured, (C) round", + "output": [ + "punctured" + ] + }, + { + "input": "Sentence: the great outdoors is the only place with terrain that would be acceptable for hiking. \nQuestion: Where can you enjoy a hike and maybe an enccouter with a fox? \nchoices: (A) arctic tundra, (B) great outdoors, (C) open meadow", + "output": [ + "great outdoors" + ] + }, + { + "input": "Sentence: it is somewhat common for a young child to wet the bed. \nQuestion: When a young child is sleeping what is something that is common for their age? \nchoices: (A) talking, (B) wetting bed, (C) sleepwalking", + "output": [ + "wetting bed" + ] + }, + { + "input": "Sentence: a supermarket has everything in one place. \nQuestion: I want to purchase both frozen food and party supplies in one stop, where would I go? \nchoices: (A) fridge, (B) grocery store, (C) supermarket", + "output": [ + "supermarket" + ] + }, + { + "input": "Sentence: people are often more expressive when they are excited. \nQuestion: What does a person do when he or she shows excitement? \nchoices: (A) dance, (B) go somewhere, (C) express information", + "output": [ + "express information" + ] + }, + { + "input": "Sentence: switzerland is out of country, ranch could be anywhere in the world \nQuestion: Where do cows beef rank first in the country? \nchoices: (A) tennessee, (B) ranch, (C) switzerland", + "output": [ + "tennessee" + ] + }, + { + "input": "Sentence: cemetary is the only option that is actually located outside \nQuestion: Where do spirits haunt outside? \nchoices: (A) haunted house, (B) cemetary, (C) liquor cabinet", + "output": [ + "cemetary" + ] + }, + { + "input": "Sentence: the toilet is in the bathroom, and the toilet paper is used by someone using the toilet. \nQuestion: Where in a house can you find toilet paper? \nchoices: (A) grocery store, (B) bathroom, (C) cabinet", + "output": [ + "bathroom" + ] + }, + { + "input": "Sentence: a control panel is used to change settings. \nQuestion: On what would you use a knob to change settings? \nchoices: (A) doorway, (B) control panel, (C) television", + "output": [ + "control panel" + ] + }, + { + "input": "Sentence: many buildings can only be located in a big city. \nQuestion: Where would you expect to find many homes and businesses? \nchoices: (A) big city, (B) office building, (C) skyscraper", + "output": [ + "big city" + ] + }, + { + "input": "Sentence: pain for mother's hair \nQuestion: Where might a ferret get tangled? \nchoices: (A) mother's hair, (B) petting zoo, (C) trouser leg", + "output": [ + "mother's hair" + ] + }, + { + "input": "Sentence: when you call out to someone you wait for a response. \nQuestion: Billy called out to John, and listened for what? \nchoices: (A) response, (B) hanging up, (C) whisper", + "output": [ + "response" + ] + }, + { + "input": "Sentence: generals can make war. \nQuestion: The general didn't like it, but sometimes it is something you have to do, what did he do? \nchoices: (A) make war, (B) take time, (C) make peace", + "output": [ + "make war" + ] + }, + { + "input": "Sentence: beautiful is the only word to describe a great singer \nQuestion: A great singers voice is going to be? \nchoices: (A) beautiful, (B) sound, (C) loud", + "output": [ + "beautiful" + ] + }, + { + "input": "Sentence: countryside is most likely affiliates with farmland \nQuestion: Bobby was looking to be farmland because he wanted to get away from the city. He didn't care where, just so long as it was in what? \nchoices: (A) illinois, (B) countryside, (C) midwest", + "output": [ + "countryside" + ] + }, + { + "input": "Sentence: if they are tourists they are likely staying in a hotel. \nQuestion: The tourists swam in a swimming pool, isolated from the rest of the country, where were they? \nchoices: (A) resort hotel, (B) ymca, (C) california", + "output": [ + "resort hotel" + ] + }, + { + "input": "Sentence: organization skills are not usually seen in dogs. \nQuestion: The dog had the sheep getting in line, it was amazing a dog could have what skills? \nchoices: (A) intention, (B) patience, (C) basic organization", + "output": [ + "basic organization" + ] + }, + { + "input": "Sentence: austral is the only region among the answers \nQuestion: In what region is a centavo uses? \nchoices: (A) colon, (B) cordoba, (C) austral", + "output": [ + "austral" + ] + }, + { + "input": "Sentence: kids waiting to go to school usually stand by the road to wait for the bus \nQuestion: Where would you see some people standing on a line near a road? \nchoices: (A) military base, (B) bus stop, (C) water fountain", + "output": [ + "bus stop" + ] + }, + { + "input": "Sentence: conferences are usually free, so it must be a theater. the floor is where the chairs are placed, but not where you going. \nQuestion: Where would you buy a ticket to sit in a room with a lot of chairs facing the same direction? \nchoices: (A) theater, (B) floor, (C) conference", + "output": [ + "theater" + ] + }, + { + "input": "Sentence: deliberation means coming to a decision or judgment. \nQuestion: The jury deliberated for hours, the choice of passing sentence required them to make a what? \nchoices: (A) death, (B) go to jail, (C) judgement", + "output": [ + "judgement" + ] + }, + { + "input": "Sentence: you can't enjoy the game if you can't concentrate on it. you also wouldn't wish to be angry and injured at a game. \nQuestion: He wanted to but couldn't concentrate on playing game with friends, he wished he could just be doing what with it? \nchoices: (A) enjoying, (B) injury, (C) anger", + "output": [ + "enjoying" + ] + }, + { + "input": "Sentence: sloths should not be kept in basements, it is illegal to own one and put them there. \nQuestion: This is one of many places where you're unlikely to find a sloth, and it may be illegal to keep one here. What is this? \nchoices: (A) basement, (B) tropical jungle, (C) amazonia", + "output": [ + "basement" + ] + }, + { + "input": "Sentence: he used something he liked to create his own \nQuestion: Sam's work was very imitative, but his teacher saw that he had made significant improvements on the inspiration and thought that it was what? \nchoices: (A) creative, (B) original, (C) inventive", + "output": [ + "creative" + ] + }, + { + "input": "Sentence: in order to construct a child's playroom in a small place, it would have to be constructed in an outside building of some sort. \nQuestion: James constructed a playroom for his children. His place was small, so he put it in an unattached what? \nchoices: (A) preschool, (B) big house, (C) building", + "output": [ + "building" + ] + }, + { + "input": "Sentence: sharks are most likely to be found in great oceans. \nQuestion: Sharks can be dangerous to encounter, they can be found in each of the whats? \nchoices: (A) great oceans, (B) great outdoors, (C) tropical waters", + "output": [ + "great oceans" + ] + }, + { + "input": "Sentence: a mans hat in an accessory. \nQuestion: What article of apparel or accessory is typically made of felt? \nchoices: (A) clothes, (B) man's hat, (C) hat shop", + "output": [ + "man's hat" + ] + }, + { + "input": "Sentence: when you have to find information, you typically have to search for it. \nQuestion: Finding information in an old library requires what in a card catalog? \nchoices: (A) logic, (B) time, (C) searching for", + "output": [ + "searching for" + ] + }, + { + "input": "Sentence: positive is the opposite of minus. \nQuestion: After working out most of the equation he was stumped, he had to figure out if it was a minus or what number? \nchoices: (A) advantage, (B) plus, (C) positive", + "output": [ + "positive" + ] + }, + { + "input": "Sentence: revolving doors are typically found in commercial settings, such as many general public places. \nQuestion: Not many have a revolving door in their private homes, they're usually found in a what? \nchoices: (A) public place, (B) bank, (C) hotel lobby", + "output": [ + "public place" + ] + }, + { + "input": "Sentence: murder is a one way trip to serving time, not hard to figure out. \nQuestion: What is going to happen if you kill people? \nchoices: (A) going to prison, (B) vengeance, (C) joy", + "output": [ + "going to prison" + ] + }, + { + "input": "Sentence: the opera is often long and requires sitting quietly for long periods, which is not interesting to children. \nQuestion: What do children feel when going to the opera? \nchoices: (A) fresh, (B) confusion, (C) boredom", + "output": [ + "boredom" + ] + }, + { + "input": "Sentence: animals are conditioned to recognize their sources of food. \nQuestion: The animals were acting rabid at the sight of a bucket, why? \nchoices: (A) fight each other, (B) live lives, (C) need to eat", + "output": [ + "need to eat" + ] + }, + { + "input": "Sentence: none of the other things have muscles \nQuestion: Steve breathed in deeply, using his diaphragm. The diaphragm is a muscle. Name something that has muscles? \nchoices: (A) drugstore, (B) valve, (C) human", + "output": [ + "human" + ] + }, + { + "input": "Sentence: naked is the only choice that makes sense as something had john can be \nQuestion: John didn't enjoy procreating. He had a hangup. He didn't like to be what? \nchoices: (A) cum, (B) orgasm, (C) naked", + "output": [ + "naked" + ] + }, + { + "input": "Sentence: you would hope not to find a jellyfish in a restraunt that is not where they belong \nQuestion: Where would one hope to not find a jellyfish? \nchoices: (A) hawaii, (B) japanese restaurant, (C) salt water", + "output": [ + "japanese restaurant" + ] + }, + { + "input": "Sentence: the girl would be happy that a boy would like her enough to flirt. \nQuestion: The girl who was often ignored had a boy flirting with her, what did she feel? \nchoices: (A) happiness, (B) anger, (C) jealousy", + "output": [ + "happiness" + ] + }, + { + "input": "Sentence: music is considered as a source of entertainment. \nQuestion: What are you consuming if you are listening to music? \nchoices: (A) smile, (B) entertainment, (C) calm", + "output": [ + "entertainment" + ] + }, + { + "input": "Sentence: you always introduce yourself if it is your first time meeting a person \nQuestion: What do I say when I am meeting people for the first time? \nchoices: (A) smiling, (B) shake hands, (C) introducing yourself", + "output": [ + "introducing yourself" + ] + }, + { + "input": "Sentence: other than homes, pools can be found in hotels. \nQuestion: Where can you find a pool other than at a nearby residence? \nchoices: (A) neighbor's house, (B) waterfall, (C) at hotel", + "output": [ + "at hotel" + ] + }, + { + "input": "Sentence: cogitate implies thinking deeply \nQuestion: if you cogitate on something for a long time, you can get this feeling? \nchoices: (A) enjoy, (B) might understand, (C) think about things", + "output": [ + "might understand" + ] + }, + { + "input": "Sentence: the heel is located on the foot. \nQuestion: Dry and cracked heels are found on? \nchoices: (A) boot, (B) loaf of bread, (C) foot", + "output": [ + "foot" + ] + }, + { + "input": "Sentence: misunderstanding is the answer that makes the most sense. you would not be empowered or suffer repercussions if you did not agree with someone. \nQuestion: What would happen if you are expressing yourself and someone does not agree with you? \nchoices: (A) repercussions, (B) misunderstanding, (C) empowerment", + "output": [ + "misunderstanding" + ] + }, + { + "input": "Sentence: sometimes machines do not do their intended purpose \nQuestion: Why would someone not like machines? \nchoices: (A) fly, (B) fail to work, (C) answering questions", + "output": [ + "fail to work" + ] + }, + { + "input": "Sentence: you usually need water to clean \nQuestion: When trying to clean clothes, what is something that you need? \nchoices: (A) get dirty, (B) use water, (C) launder", + "output": [ + "use water" + ] + }, + { + "input": "Sentence: the meeting would not be colloquial \nQuestion: The business meeting was more casual and not standard protocol, what was it like? \nchoices: (A) informal, (B) colloquial, (C) nonstandard", + "output": [ + "informal" + ] + }, + { + "input": "Sentence: bathroom has no traffic but yourself. you can check your weight without being judged or anyone around you. \nQuestion: What room of the house is the scale kept in to weigh yourself? \nchoices: (A) doctor's office, (B) bathroom, (C) post office", + "output": [ + "bathroom" + ] + }, + { + "input": "Sentence: a marmot is an animal, and it is safe to keep animals in cages so they won't harm people. \nQuestion: Where is it safer to keep marmot? \nchoices: (A) cage, (B) united states, (C) vancouver island", + "output": [ + "cage" + ] + }, + { + "input": "Sentence: most businesses have a boardroom where you will find a fire extinguisher in place. \nQuestion: What entity would have a fire extinguisher in their boardroom? \nchoices: (A) chemistry lab, (B) public building, (C) most businesses", + "output": [ + "most businesses" + ] + }, + { + "input": "Sentence: self help is often sought for motivation and meaning \nQuestion: After studying many self-help books, what did he feel in his heart? \nchoices: (A) more intelligence, (B) understanding, (C) inspiration", + "output": [ + "inspiration" + ] + }, + { + "input": "Sentence: judges typically have scorecards. \nQuestion: Jealousy led to the best contestant actually having scorecards lower, afterwards the what was investigated for their score given? \nchoices: (A) wage war, (B) compete, (C) judge", + "output": [ + "judge" + ] + }, + { + "input": "Sentence: beaver is associated with the country canada, home to ontario. \nQuestion: The beaver swam through the country he symbolized, where was he likely to be? \nchoices: (A) washington, (B) ontario, (C) books", + "output": [ + "ontario" + ] + }, + { + "input": "Sentence: helps people save lives \nQuestion: Who collects many a drop of blood? \nchoices: (A) blood bank, (B) slaughter house, (C) needle", + "output": [ + "blood bank" + ] + }, + { + "input": "Sentence: you cant hide keys under a refrigerator or a stereo \nQuestion: A magnet key holder can hide a key under your what? \nchoices: (A) fridge, (B) car, (C) speaker", + "output": [ + "car" + ] + }, + { + "input": "Sentence: the first thing he's have to do is report for duty \nQuestion: Brian was a soldier. he just got word that he was called back to active service. He'd have to do what soon? \nchoices: (A) receive orders, (B) fight for freedom, (C) report for duty", + "output": [ + "report for duty" + ] + }, + { + "input": "Sentence: accelerate and carry freight imply movement, there is no movement after hitting ground \nQuestion: What happens to airplanes when they hit the ground? \nchoices: (A) accelerate, (B) catch on fire, (C) carry freight", + "output": [ + "catch on fire" + ] + }, + { + "input": "Sentence: the great outdoors encompasses more than just the eastern us and the garden of eden is fiction. \nQuestion: What eastern U.S. region is know for bbq and not apple trees? \nchoices: (A) great outdoors, (B) north carolina, (C) garden of eden", + "output": [ + "north carolina" + ] + }, + { + "input": "Sentence: hollywood has stars that aren't on space, unlike the other two options were the stars are on space. \nQuestion: If you want to find a star you'd have to look in space, but if you wanted to find one from the screen you should travel to where? \nchoices: (A) solar system, (B) hollywood, (C) constellation", + "output": [ + "hollywood" + ] + }, + { + "input": "Sentence: you will probably need to love something to feel exhilaration \nQuestion: James loved climbing. What emotion might he feel from heights? \nchoices: (A) exhaustion, (B) exhilaration, (C) falling down", + "output": [ + "exhilaration" + ] + }, + { + "input": "Sentence: the theater is the only other place that uses tickets. \nQuestion: Sam had tickets to the concert hall, but really didn't like to go because it was too loud. He traded them for tickets to what? \nchoices: (A) theater, (B) commercial building, (C) city", + "output": [ + "theater" + ] + }, + { + "input": "Sentence: most food is consumed in one's home. \nQuestion: Where do you eat most of your food? \nchoices: (A) home, (B) store, (C) freezer", + "output": [ + "home" + ] + }, + { + "input": "Sentence: to be having a good time with people you consider close and can relax around \nQuestion: Chatting with friends and playing games is great what? \nchoices: (A) fun, (B) discomfort, (C) inspiration", + "output": [ + "fun" + ] + }, + { + "input": "Sentence: the process of aging in humans \nQuestion: We all eventually die, even though we usually what? \nchoices: (A) write will, (B) never want, (C) seek help", + "output": [ + "never want" + ] + }, + { + "input": "Sentence: a public place is the only choice that would have a large group of people. \nQuestion: Where are people likely to push a religious tract? \nchoices: (A) laundromat, (B) airport, (C) public place", + "output": [ + "public place" + ] + }, + { + "input": "Sentence: bravery is often a trait that people admire. \nQuestion: Despite his disdain for the man's action the bravery he showed was what worthy? \nchoices: (A) admire, (B) revere, (C) adore", + "output": [ + "admire" + ] + }, + { + "input": "Sentence: if he was inside a cabin and looking out, the fox could not have been inside, nor was it likely to be a picture of a fox. \nQuestion: He was in a cabin in the woods, through the window he saw a fox where? \nchoices: (A) picture, (B) outside, (C) indiana", + "output": [ + "outside" + ] + }, + { + "input": "Sentence: well, unless they have cubicles at home, the most likely place is the office. \nQuestion: Jill walks to the second floor and sits in her cubicle, where is she? \nchoices: (A) hotel, (B) office building, (C) house", + "output": [ + "office building" + ] + }, + { + "input": "Sentence: you can be \"driven by desire\" to buy things, you can't be \"driven by time,\" or \"driven by money.\" \nQuestion: She loved buying products, she was driven by her what to shop more than any practical needs? \nchoices: (A) desire, (B) time, (C) money", + "output": [ + "desire" + ] + }, + { + "input": "Sentence: a unique personality is what makes everyone special, everyone has feeling and values but it is personality that makes us different \nQuestion: Everyone is special. Everyone has what? \nchoices: (A) values, (B) unique personality, (C) feelings", + "output": [ + "unique personality" + ] + }, + { + "input": "Sentence: hermits live away from people, hermits do not live in apartment or hotel \nQuestion: The hermit had a bedroom and kitchen in his what on the hill? \nchoices: (A) at hotel, (B) dwelling, (C) apartment", + "output": [ + "dwelling" + ] + }, + { + "input": "Sentence: a bed is the only place that is raised high and not low. \nQuestion: What is a place that could have dust mites that is above the ground? \nchoices: (A) cellar, (B) rug, (C) bed", + "output": [ + "bed" + ] + }, + { + "input": "Sentence: if a misshappen occurs, it can negatively effect your appearance. \nQuestion: John thought that Mary was beautiful despite her injury. But Mary believed that she was what? \nchoices: (A) homely, (B) misshapen, (C) overcast", + "output": [ + "misshapen" + ] + }, + { + "input": "Sentence: the yellow pages is the only option that would have that information \nQuestion: She tried to show her grandma she could look up the restaurant's information on her smartphone, but the old lady wanted to just use the what? \nchoices: (A) yellow pages, (B) canada, (C) big city", + "output": [ + "yellow pages" + ] + }, + { + "input": "Sentence: couches and chairs are in living rooms. \nQuestion: What divider is found in a house that has couches and chairs in it? \nchoices: (A) street, (B) living room, (C) binder", + "output": [ + "living room" + ] + }, + { + "input": "Sentence: books are for learning and education so that leaves experience as the best choice. \nQuestion: What do you miss out on if you stay in and read book all day? \nchoices: (A) learning, (B) education, (C) experience", + "output": [ + "experience" + ] + }, + { + "input": "Sentence: feel better is the only likely answer for forgiving someone \nQuestion: The man was forgiving the person who betrayed him, how is his conscience? \nchoices: (A) feel better, (B) make up, (C) respect", + "output": [ + "feel better" + ] + }, + { + "input": "Sentence: if you're tilting the drink then it is already in a glass cup, and you cant eat a liquid \nQuestion: If I am tilting a drink toward my face, what should I do before the liquid spills over? \nchoices: (A) use glass, (B) open mouth, (C) eat first", + "output": [ + "open mouth" + ] + }, + { + "input": "Sentence: the man was still not completely drunk to complete the other actions. \nQuestion: The man was getting drunk, his stride was struggling and he was what? \nchoices: (A) throw up, (B) staggering, (C) fall down", + "output": [ + "staggering" + ] + }, + { + "input": "Sentence: they would let them cool and close the in a box \nQuestion: What would a parent do after baking some cookies? \nchoices: (A) experience fear, (B) homeschool, (C) close box", + "output": [ + "close box" + ] + }, + { + "input": "Sentence: toy box is an organized way to store a playing ball. \nQuestion: James finishes playing with his ball and left it on the floor. His mother found it and put it somewhere that he could find it easily. Where might she put it? \nchoices: (A) closet, (B) playroom, (C) toy box", + "output": [ + "toy box" + ] + }, + { + "input": "Sentence: people are curious to find the truth, especially scientists. archeologists aren't curious to \"design software\" or \"use television.\" \nQuestion: Curiosity drove the archaeologist, more that the objects themselves he was always looking to what? \nchoices: (A) design software, (B) use television, (C) find truth", + "output": [ + "find truth" + ] + }, + { + "input": "Sentence: incompetence is the most obvious answer to selling something for a loss. \nQuestion: What kind of real estate agent would sell a house for less than what it is worth? \nchoices: (A) manipulate, (B) exaggerate, (C) incompetent", + "output": [ + "incompetent" + ] + }, + { + "input": "Sentence: you go to work if you have a job \nQuestion: If someone goes to work, what does that mean about them? \nchoices: (A) get ready, (B) have job, (C) take bus", + "output": [ + "have job" + ] + }, + { + "input": "Sentence: the feeling of boredom often makes one yawn. \nQuestion: A person who yawns and paces to help pass the time is likely feeling what? \nchoices: (A) terrorism, (B) meanness, (C) boredom", + "output": [ + "boredom" + ] + }, + { + "input": "Sentence: people are known to become violent when drunk \nQuestion: What could someone get into if he or she is becoming inebriated? \nchoices: (A) fights, (B) paralysis, (C) staggering", + "output": [ + "fights" + ] + }, + { + "input": "Sentence: children will express unacceptable behavior when feeling spiteful. \nQuestion: The child was spiteful of his parents, what did he do? \nchoices: (A) grow up, (B) ask questions, (C) acting out", + "output": [ + "acting out" + ] + }, + { + "input": "Sentence: a decision regarding hate may result in war. \nQuestion: The president had to make a decision regarding the hate attack on his country, what did he do? \nchoices: (A) fight enemy, (B) destroy enemy, (C) wage war", + "output": [ + "wage war" + ] + }, + { + "input": "Sentence: a toilet in a bathroom is a bowl filled with water where people sit to defecate. \nQuestion: Where might a human sit for extended periods over a bowl of water? \nchoices: (A) airport, (B) bathroom, (C) solar system", + "output": [ + "bathroom" + ] + }, + { + "input": "Sentence: spare things are stored somewhere. and for address labels, a desk drawer would be an appropriate place to store them. \nQuestion: Where would you likely find spare address labels? \nchoices: (A) parcel, (B) desk drawer, (C) envelope", + "output": [ + "desk drawer" + ] + }, + { + "input": "Sentence: there is no roof on a desert, he was outdoors. and we are told james is in a desert, not a forest. \nQuestion: James was hiking through a desert when he looked up and saw some birds above him. Where might the birds have been? \nchoices: (A) forest, (B) roof, (C) sky", + "output": [ + "sky" + ] + }, + { + "input": "Sentence: companies that publicly trade get more funding. \nQuestion: Why would a company be going public? \nchoices: (A) telling all, (B) being ridiculed, (C) more funding", + "output": [ + "more funding" + ] + }, + { + "input": "Sentence: well, water is wet so it makes sense that ice is also cold given it's just water in a solid state. \nQuestion: What does ice on skin cause? \nchoices: (A) itches, (B) feel cold, (C) feel pressure", + "output": [ + "feel cold" + ] + }, + { + "input": "Sentence: couples who regularly copulate would be expected to have good rapport, but not necessarily babies or particular odors. \nQuestion: The couple was enjoying regularly copulating, but if you ever met them you'd think they hardly knew each other based on their what? \nchoices: (A) rapport, (B) odors, (C) babies", + "output": [ + "rapport" + ] + }, + { + "input": "Sentence: a supermarket would be the only answer that is hectic constantly. \nQuestion: Sam spent most of his time standing up. His job was hectic and he never got any rest. But he was the best cashier at his workplace. Where might he work? \nchoices: (A) bookstore, (B) shop, (C) supermarket", + "output": [ + "supermarket" + ] + }, + { + "input": "Sentence: if you hurt someone else, they usual suffer as a result. \nQuestion: What does hurting someone else cause? \nchoices: (A) arrested, (B) anger, (C) suffering", + "output": [ + "suffering" + ] + }, + { + "input": "Sentence: so you dont spread bacteria \nQuestion: Washing hands after certain activities is highly recommended, keeping up this habit can keep you in good what? \nchoices: (A) dry skin, (B) become wet, (C) health", + "output": [ + "health" + ] + }, + { + "input": "Sentence: new socks need to come from somewhere selling new stuff, hence it must be the store. \nQuestion: Bill needed new socks so he went where? \nchoices: (A) bed, (B) sporting goods store, (C) suitcase", + "output": [ + "sporting goods store" + ] + }, + { + "input": "Sentence: the other options are not living entities \nQuestion: Who keeps their car in a parking area? \nchoices: (A) apartment complex, (B) amusement park, (C) people", + "output": [ + "people" + ] + }, + { + "input": "Sentence: bathroom is the only option that makes sense from the answer choices. the gel wouldn't be kept in the refrigerator and it is sold in a tube. \nQuestion: He used hair styling gel, he kept it where? \nchoices: (A) tube, (B) refrigerator, (C) bathroom", + "output": [ + "bathroom" + ] + }, + { + "input": "Sentence: if a child is pretending to be in space, he using his imagination. \nQuestion: The child was pretending he was in space, regular items were parts of his spaceship thanks to his what? \nchoices: (A) creativity, (B) imagining, (C) acting skills", + "output": [ + "imagining" + ] + }, + { + "input": "Sentence: a snake is likely to reside in any of these, but wyoming is most likely because it names a specific location. \nQuestion: Where is a snake likely to reside? \nchoices: (A) tropics, (B) nightmare, (C) wyoming", + "output": [ + "wyoming" + ] + }, + { + "input": "Sentence: wrong and depression are not emotions \nQuestion: After stopping being married to a person you no longer love, what emotion may you experience? \nchoices: (A) depression, (B) wrong, (C) relief", + "output": [ + "relief" + ] + }, + { + "input": "Sentence: interrupting people is very impolite \nQuestion: The man was obsessed with others being politically correct, he would interrupt people to correct them and be all around what? \nchoices: (A) impolite, (B) politically incorrect, (C) heretical", + "output": [ + "impolite" + ] + }, + { + "input": "Sentence: the question is looking for a common noun relating to a location. \nQuestion: Indian restaurants can be found in many of these throughout the world. What are they? \nchoices: (A) curry, (B) large city, (C) seattle", + "output": [ + "large city" + ] + }, + { + "input": "Sentence: trains always move forward not backwards \nQuestion: what happens when a train leaves the station? \nchoices: (A) decelerate, (B) arrive late, (C) accelerate", + "output": [ + "accelerate" + ] + }, + { + "input": "Sentence: sending your message would be the last thing you'd do with it. \nQuestion: What is the last thing to do when replying to something? \nchoices: (A) email, (B) send, (C) mute", + "output": [ + "send" + ] + }, + { + "input": "Sentence: b isnt even relevant to the question. only gives one side. question states a lot of different opinons \nQuestion: When people have a variety of opinions, what can they do with one another? \nchoices: (A) become angry, (B) gain weight, (C) agree or disagree", + "output": [ + "agree or disagree" + ] + }, + { + "input": "Sentence: the opposite of thinking it is divine is thinking it is horrible. \nQuestion: Danny thought that the show was divine. Lila disagreed. She didn't think it was bad, but she thought it was what? \nchoices: (A) humdrum, (B) horrible, (C) godless", + "output": [ + "humdrum" + ] + }, + { + "input": "Sentence: pavement is on the groun \nQuestion: Where is pavement usually found? \nchoices: (A) city block, (B) ground, (C) town", + "output": [ + "ground" + ] + }, + { + "input": "Sentence: the process of aging in humans \nQuestion: james loved the stars. In the wilderness, they lit up what? \nchoices: (A) night sky, (B) universe, (C) outer space", + "output": [ + "night sky" + ] + }, + { + "input": "Sentence: killing can induce guilt. \nQuestion: What does killing people induce in a normal person? \nchoices: (A) feelings of guilt, (B) prison sentence, (C) jailed", + "output": [ + "feelings of guilt" + ] + }, + { + "input": "Sentence: the counter is in the kitchen. the dinner table is also sometimes in the kitchen but she checked where she eats so it can't be at the table. \nQuestion: Sally was looking for a saltshaker. She looked where she ate, and it wasn't there. She looked in storage, and it wasn't there. She searched every corner, eventually she found it wedged beside a counter. Where did she find the saltshaker? \nchoices: (A) dinner table, (B) cabinet, (C) own kitchen", + "output": [ + "own kitchen" + ] + }, + { + "input": "Sentence: a home office would not contain a thousand people. \nQuestion: Where could a printer be used by thousands of people? \nchoices: (A) home office, (B) school, (C) newspaper office", + "output": [ + "school" + ] + }, + { + "input": "Sentence: a person would most likely legally appeal a sentence. death and grief do not make sense in the context of the question. \nQuestion: Where might someone go after dealing with a passing sentence? \nchoices: (A) appeals, (B) death, (C) grief", + "output": [ + "appeals" + ] + }, + { + "input": "Sentence: various objects have different shapes so thats what the teacher would explain the area of \nQuestion: There were all sorts of shapes in the textbook, the geometry teacher explained how to find the area of the surface for each what? \nchoices: (A) object, (B) lake, (C) tetrahedron", + "output": [ + "object" + ] + }, + { + "input": "Sentence: the only option available of how you would purposefully go somewhere is to drive a car. \nQuestion: How might a person go somewhere? \nchoices: (A) get somewhere, (B) might drive car, (C) stumbling down", + "output": [ + "might drive car" + ] + }, + { + "input": "Sentence: b is the only option that specifies a kind of house \nQuestion: The garage had light sensors and automatic doors, what kind of house was it? \nchoices: (A) downtown, (B) modern house, (C) neighbor's house", + "output": [ + "modern house" + ] + }, + { + "input": "Sentence: engine oil is part of the car a mechanic would fix \nQuestion: If someone is a mechanic, what are likely issues they will be asked to fix? \nchoices: (A) oil engine, (B) machine tool, (C) machine parts", + "output": [ + "oil engine" + ] + }, + { + "input": "Sentence: when you make your own bread it is most likely fresher than from the store. \nQuestion: She really enjoyed to make bread, because when you made your own it was always what? \nchoices: (A) eat bread, (B) i'm hungry, (C) fresher", + "output": [ + "fresher" + ] + }, + { + "input": "Sentence: to have the high ground \nQuestion: The general decided to take to the only hill overlooking the field of battle that was entirely what? \nchoices: (A) flat land, (B) mountain, (C) flat ground", + "output": [ + "flat ground" + ] + }, + { + "input": "Sentence: (nearly) everyone graduates high school, but only some people go on to college. loneliness is not relevant here, it can happen anytime. \nQuestion: What does a person sometimes do after they finish secondary education? \nchoices: (A) graduate from high school, (B) enter college, (C) feel lonely", + "output": [ + "enter college" + ] + }, + { + "input": "Sentence: alone is the best answer choice because you would already be sitting down as indicated in the question and to meditate is not a place. \nQuestion: Where could you be if you are sit quietly? \nchoices: (A) alone, (B) meditate, (C) sit down", + "output": [ + "alone" + ] + }, + { + "input": "Sentence: a racetrack is made for speed, while a road has speed limits. \nQuestion: Where can you take your automobile to go as fast as you can? \nchoices: (A) racetrack, (B) freeway, (C) side of road", + "output": [ + "racetrack" + ] + }, + { + "input": "Sentence: the driver could lose focus from driving and that could lead to an accident \nQuestion: What could sometimes happen after taking phone call? \nchoices: (A) communication, (B) decisions, (C) car accident", + "output": [ + "car accident" + ] + }, + { + "input": "Sentence: you go somewhere to do something, i.e. perform an action. the only action word is \"work.\" and that also ties in with the office, being a place of work. \nQuestion: Why might someone go to an office building? \nchoices: (A) city, (B) new york, (C) work", + "output": [ + "work" + ] + }, + { + "input": "Sentence: a plate is the only vessel to be serve potatoes on. \nQuestion: The potatoes were to be served, what is the best vessel to serve them in? \nchoices: (A) restaurant, (B) plate, (C) countryside", + "output": [ + "plate" + ] + }, + { + "input": "Sentence: some people don't like to take pills. \nQuestion: Because he was a poor patient, what did he resist doing when nurses prompted him? \nchoices: (A) will to survive, (B) take pills, (C) appear better", + "output": [ + "take pills" + ] + }, + { + "input": "Sentence: you have to pedal in order to move a bike otherwise you will be going nowhere \nQuestion: Jane want to learn about riding a bike, what is a skill she needs to master in order to do so? \nchoices: (A) peddle, (B) pedaling, (C) falling off", + "output": [ + "pedaling" + ] + }, + { + "input": "Sentence: students are found in the class room \nQuestion: Where do students do most of their learning? \nchoices: (A) kindergarten class, (B) class room, (C) every aspect of life", + "output": [ + "class room" + ] + }, + { + "input": "Sentence: the question asks for placement location of the ticket, not where the ticket would be redeemed. \nQuestion: Where would you put a ticket? \nchoices: (A) movie, (B) person's hand, (C) baseball stadium", + "output": [ + "person's hand" + ] + }, + { + "input": "Sentence: fall is more likely to happen if you mess up while skating \nQuestion: What happens if you mess up while skating? \nchoices: (A) having fun, (B) can fall, (C) may fall", + "output": [ + "can fall" + ] + }, + { + "input": "Sentence: the only time period presented here is \"prehistoric times,\" so that must be the appropriate choice. \nQuestion: What time period did mammoth's live in? \nchoices: (A) prehistoric times, (B) museum exhibit, (C) museum of natural history", + "output": [ + "prehistoric times" + ] + }, + { + "input": "Sentence: \"i must have\" indicates urgency so the item must be required \nQuestion: I must have that item it is not unnecessary in fact it is what? \nchoices: (A) useful, (B) required, (C) necessary", + "output": [ + "required" + ] + }, + { + "input": "Sentence: because he already a weak back \nQuestion: The old man had a bad back, what did doing housework do to him? \nchoices: (A) pain and suffering, (B) cleanliness, (C) allergies", + "output": [ + "pain and suffering" + ] + }, + { + "input": "Sentence: understanding a trade means knowing all there is to the craft, not just one part. \nQuestion: What must a master do with all skills for a trade? \nchoices: (A) learn, (B) understand, (C) drill", + "output": [ + "understand" + ] + }, + { + "input": "Sentence: pensile sharpeners and other writing tools are commonly kept in a desk drawer. \nQuestion: James looked for a pencil sharpener. Where might he look first? \nchoices: (A) desk drawer, (B) library, (C) cabinet", + "output": [ + "desk drawer" + ] + }, + { + "input": "Sentence: the weather report will tell you if the sky is cloudy, the atmosphere or if it's night or day is unrelated \nQuestion: What would you use to find out if there will be a cloud in the sky? \nchoices: (A) weather report, (B) night or day, (C) atmosphere", + "output": [ + "weather report" + ] + }, + { + "input": "Sentence: the only place that might have \nQuestion: Where could you find a marmoset in a zoo? \nchoices: (A) colorado, (B) underground, (C) dictionary", + "output": [ + "colorado" + ] + }, + { + "input": "Sentence: because restaurant use pot to cook a dish, and a dish will serve to a customer. \nQuestion: Where would you find a pot that is being used by someone? \nchoices: (A) cupboard, (B) greenhouse, (C) restaurant", + "output": [ + "restaurant" + ] + }, + { + "input": "Sentence: a mall has a dining area but typically it is not formal. a home may have a formal dining area, but not \"very formal.\" a cruise ship is highly likely to have very formal dining area for the captain and vip guests. \nQuestion: Where is not likely to have a very formal dining area? \nchoices: (A) mall, (B) home, (C) cruise ship", + "output": [ + "mall" + ] + }, + { + "input": "Sentence: most people with a family want to be able to raise the family in a home. \nQuestion: What is a person's goal to ownas an adult with a family? \nchoices: (A) number 1, (B) wellness, (C) own home", + "output": [ + "own home" + ] + }, + { + "input": "Sentence: parents would most likely fight at home. \nQuestion: Billy went away because his parents were fighting and he didn't want to stay where? \nchoices: (A) present, (B) home team, (C) at home", + "output": [ + "at home" + ] + }, + { + "input": "Sentence: he saw the client had the potential, or the ability, to do something great. \nQuestion: The trainer disregarded the disability in his client, what did the trainer actually see? \nchoices: (A) potential, (B) strength, (C) competence", + "output": [ + "potential" + ] + }, + { + "input": "Sentence: children often react to ice cream with enjoyment and e \nQuestion: What was the reaction when the children were given ice cream? \nchoices: (A) enjoyed, (B) skip, (C) awesome", + "output": [ + "enjoyed" + ] + }, + { + "input": "Sentence: republican party is the only place that is likely to be in a house. \nQuestion: Sally was a senior in the House. What might she be a member of? \nchoices: (A) republican party, (B) high school or college, (C) old people's home", + "output": [ + "republican party" + ] + }, + { + "input": "Sentence: the breaker box is most likely located in the basement as this is the only area that would be located in a house and out of the way. \nQuestion: Bill's power is out. Where does he go to check his breaker box? \nchoices: (A) basement, (B) rest area, (C) toy store", + "output": [ + "basement" + ] + }, + { + "input": "Sentence: the red cross is an american assosiation \nQuestion: Where does the red cross respond to a storm? \nchoices: (A) america, (B) summer, (C) tropics", + "output": [ + "america" + ] + }, + { + "input": "Sentence: people often dodge things that are thrown \nQuestion: What will children do with dodge balls? \nchoices: (A) play sports, (B) throw things, (C) watch tv", + "output": [ + "throw things" + ] + }, + { + "input": "Sentence: leeches suck blood, and are sometimes used to suck out blood as a form of medical treatment. \nQuestion: What treatment might an old time doctor have tried to accomplish with leeches? \nchoices: (A) let blood, (B) distance himself, (C) study medicine", + "output": [ + "let blood" + ] + }, + { + "input": "Sentence: church is where you will get spiritual \nQuestion: You can hear testimony of how spirituality changes lives when you do what? \nchoices: (A) go into court, (B) go to church, (C) appear in court", + "output": [ + "go to church" + ] + }, + { + "input": "Sentence: the whitehouse has columns that people would be interested in. \nQuestion: The location was famous for it's color, but the tourist was interested in the column of the what? \nchoices: (A) spreadsheet, (B) roman architecture, (C) whitehouse", + "output": [ + "whitehouse" + ] + }, + { + "input": "Sentence: if you agree on a lot of things, you probably like the other person. \nQuestion: The men talked at length and found they were agreeing with a lot of things, how would they describe their feeling toward one another? \nchoices: (A) like, (B) peace, (C) problem", + "output": [ + "like" + ] + }, + { + "input": "Sentence: continent is the only option that applies to what else australia is. \nQuestion: Australia is a country and also a what? \nchoices: (A) america, (B) great outdoors, (C) continent", + "output": [ + "continent" + ] + }, + { + "input": "Sentence: when you don't know what you are doing, things are hard to understand/learn - referred to as hellish. \nQuestion: The computer user did not know what he was doing at all, this made the instructional course pure what for him? \nchoices: (A) hell, (B) school, (C) house", + "output": [ + "hell" + ] + }, + { + "input": "Sentence: long and needs to be digestive \nQuestion: Humans have a long digestive tract, so what do they do? \nchoices: (A) excrete, (B) play piano, (C) eat meat", + "output": [ + "excrete" + ] + }, + { + "input": "Sentence: one's needs to mentally change perspective after hard work to something light and fun as part of the recovery. \nQuestion: What would you do after hard work if it is not dark outside yet? \nchoices: (A) have fun, (B) go to sleep, (C) rest", + "output": [ + "have fun" + ] + }, + { + "input": "Sentence: due to the winter storm john is stuck in the house and unable to leave as egress is not possible. \nQuestion: John was stuck in his house. He couldn't get out the door. He was very frightened when the smoke detectors went off, but luckily it was a false alarm. Why might he be stuck? \nchoices: (A) winter storm, (B) burn down, (C) belong to", + "output": [ + "winter storm" + ] + }, + { + "input": "Sentence: a good lover is faithful enough to stay in a relationship. \nQuestion: Why would a person stay in a relationship with a man? \nchoices: (A) make others happy, (B) low crime, (C) good lover", + "output": [ + "good lover" + ] + }, + { + "input": "Sentence: every human would like to have a healthy relationship with someone else. \nQuestion: What does every human want with someone else? \nchoices: (A) moving car, (B) wet suit, (C) healthy relationship", + "output": [ + "healthy relationship" + ] + }, + { + "input": "Sentence: if you express yourself truthfully, than other people may understand who you are. \nQuestion: Sometimes just expressing yourself is the best way to be what? \nchoices: (A) suffering, (B) fun, (C) understood", + "output": [ + "understood" + ] + }, + { + "input": "Sentence: new york and a state park are not located in a lake. dead body is the only answer choice that makes sense. \nQuestion: Sam searched the lake in the middle of the city. What might he be looking for? \nchoices: (A) dead body, (B) new york, (C) state park", + "output": [ + "dead body" + ] + }, + { + "input": "Sentence: pencils and young people are often both found in a classroom \nQuestion: Where would you find pencils and young people? \nchoices: (A) store, (B) classroom, (C) backpack", + "output": [ + "classroom" + ] + }, + { + "input": "Sentence: effort is the only answer of something you have to put in to achieve anything. \nQuestion: What do you need to put in to achieve having fun after a long day? \nchoices: (A) relaxing, (B) activity, (C) effort", + "output": [ + "effort" + ] + }, + { + "input": "Sentence: michigan is the state furthest from the south which lost the civil war. \nQuestion: Where would a dental office be furthest in the direction of the side that won the Civil War? \nchoices: (A) michigan, (B) minnesota, (C) hospital", + "output": [ + "michigan" + ] + }, + { + "input": "Sentence: table is the only thing that could be placed onto something \nQuestion: James hates his rug but his wife insisted he display it. As a compromise, he put it under something. What might have he put it under? \nchoices: (A) place, (B) table, (C) bedroom", + "output": [ + "table" + ] + }, + { + "input": "Sentence: a dentist office would be in an office building \nQuestion: Where is a dentist office likely to be? \nchoices: (A) minnesota, (B) street, (C) office building", + "output": [ + "office building" + ] + }, + { + "input": "Sentence: in some religion, people kneel to pray. \nQuestion: Before the game some players knelt to pray, they did this because they what? \nchoices: (A) were religious, (B) talk to god, (C) you're scared", + "output": [ + "were religious" + ] + }, + { + "input": "Sentence: if you love a place, you typically never want to leave. \nQuestion: What do people want to do when they love a place that they are going on vacation in? \nchoices: (A) pleasant thoughts, (B) overspending, (C) staying there", + "output": [ + "staying there" + ] + }, + { + "input": "Sentence: if someone is blocking a person, they typically will move their car out of politeness. \nQuestion: What does a person do when they are blocking someone in a driveway? \nchoices: (A) moving car, (B) healthy relationship, (C) wet suit", + "output": [ + "moving car" + ] + }, + { + "input": "Sentence: they have internal instincts \nQuestion: The lady responsible for care that shift was not good at her job, she was always what to the needs of the seniors? \nchoices: (A) antipathy, (B) indifferent, (C) negligence", + "output": [ + "indifferent" + ] + }, + { + "input": "Sentence: at an airport, you go to \"board and take off.\" it's only if you are going into space, you go to be \"lifted and carried off.\" \nQuestion: Where does a human go to be lifted and carried off? \nchoices: (A) solar system, (B) airport, (C) bathroom", + "output": [ + "airport" + ] + }, + { + "input": "Sentence: drinking alcohol is the only option that will help you relax. \nQuestion: What might someone do too much of if they are experiencing stress? \nchoices: (A) drink alcohol, (B) hang out at bar, (C) clean house", + "output": [ + "drink alcohol" + ] + }, + { + "input": "Sentence: the question specifically mentions \"own money\" so it makes sense to assume that the person owns the object now. the other two choices don't make any sense whatsoever. \nQuestion: I am a person, and I bought this with my own money. What can I say about it? \nchoices: (A) own object, (B) turn blue, (C) suffer pain", + "output": [ + "own object" + ] + }, + { + "input": "Sentence: librarys keep old newpaper clippings for future use \nQuestion: Where is one likely to find an old newspaper? \nchoices: (A) lawn, (B) front door, (C) library", + "output": [ + "library" + ] + }, + { + "input": "Sentence: the great barrier reef is in australia. \nQuestion: Where do you see a shark in Australia? \nchoices: (A) maritime museum, (B) deep ocean, (C) great barrier reef", + "output": [ + "great barrier reef" + ] + }, + { + "input": "Sentence: books and newspapers would have far more than a few \nQuestion: Where are you likely to find just a few words? \nchoices: (A) newspaper, (B) books, (C) sentence", + "output": [ + "sentence" + ] + }, + { + "input": "Sentence: ancient rome is the only one that is a civilization \nQuestion: Many examples of the stone arch have found that date back to what civilization? \nchoices: (A) cathedral, (B) building, (C) ancient rome", + "output": [ + "ancient rome" + ] + }, + { + "input": "Sentence: the only thing listed that snow \"falls through\" is air \nQuestion: When millions are piled up they can be a hassle, but a snowflake is quite beautiful when it is falling through the what? \nchoices: (A) snow storm, (B) air, (C) cloud", + "output": [ + "air" + ] + }, + { + "input": "Sentence: that's the only place out of the options where an actual cloud might be located. \nQuestion: Where could there be a cloud? \nchoices: (A) weather report, (B) atmosphere, (C) night or day", + "output": [ + "atmosphere" + ] + }, + { + "input": "Sentence: the orchestra is the only option that pays people to play instruments \nQuestion: Where can a person be paid to play a triangle? \nchoices: (A) orchestra, (B) math class, (C) music class", + "output": [ + "orchestra" + ] + }, + { + "input": "Sentence: it's uncommon to bring a straight or rocking chair to the beach \nQuestion: The rung dug into his lower back sitting at the beach, it seemed it wasn't a good idea to buy the cheapest what? \nchoices: (A) straight chair, (B) folding chair, (C) rocking chair", + "output": [ + "folding chair" + ] + }, + { + "input": "Sentence: there has to be some control and limits to prov=creating or there will be too many beings and not enough space to house them because space is limited. \nQuestion: What is procreating too much likely to lead to? \nchoices: (A) overpopulation, (B) exhaustion, (C) feeling good", + "output": [ + "overpopulation" + ] + }, + { + "input": "Sentence: the olympics is the place that agility is especially needed \nQuestion: What would you need for running in the Olympics but not for running outside? \nchoices: (A) legs, (B) movement, (C) agility", + "output": [ + "agility" + ] + }, + { + "input": "Sentence: box offices are theaters \nQuestion: Where in a city would you find many box offices? \nchoices: (A) ballpark, (B) theatre, (C) theater district", + "output": [ + "theater district" + ] + }, + { + "input": "Sentence: one attends a lecture to learn something and would take notes to remember. \nQuestion: While attending a lecture what should be done in the auditorium? \nchoices: (A) take notes, (B) falling asleep, (C) fall asleep", + "output": [ + "take notes" + ] + }, + { + "input": "Sentence: a car is considered to be a moving object. \nQuestion: What moving object will a person be happy to have? \nchoices: (A) believe in god, (B) own car, (C) experience joy", + "output": [ + "own car" + ] + }, + { + "input": "Sentence: it is their job to make food \nQuestion: Why are cooks hired? \nchoices: (A) season with salt, (B) better food, (C) prepare meals", + "output": [ + "prepare meals" + ] + }, + { + "input": "Sentence: breathing lets people know you are going to live \nQuestion: If you are drowning and people think you may not live they will be convinced otherwise when you start doing what again? \nchoices: (A) go to school, (B) breathe, (C) breathing", + "output": [ + "breathing" + ] + }, + { + "input": "Sentence: the doctor has already said that medicine alone wasn't enough, so \"take pills\" can't be the answer. \"appear better\" is not an act or a cause of anything, it's a result. and it's well known that an important factor in recovering from any illness is a desire to do so, so \"will to survive\" is the answer. \nQuestion: A doctor admonished a patient that medicine alone wasn't enough, what else did the patient need? \nchoices: (A) take pills, (B) will to survive, (C) appear better", + "output": [ + "will to survive" + ] + }, + { + "input": "Sentence: footprints are the result of walking on the ground \nQuestion: Where would you see footprints that happen due to the formation of an impression? \nchoices: (A) ground, (B) rug, (C) roof", + "output": [ + "ground" + ] + }, + { + "input": "Sentence: you don't eat breakfast to \"bad breath\" or \"dirty dishes\", you do it to satisfy your hunger. \nQuestion: Why would you be eating breakfast? \nchoices: (A) dirty dishes, (B) bad breath, (C) being satisfied", + "output": [ + "being satisfied" + ] + }, + { + "input": "Sentence: a rural area has much less people around, allowing cows and other animals to roam freely, eat, and poop without disturbing other people. it is much more effective if they have lots of space to move. \nQuestion: A cow farm has quite the smell, that's why they tend to be located in a remote what? \nchoices: (A) nursery rhyme, (B) northern california, (C) rural area", + "output": [ + "rural area" + ] + }, + { + "input": "Sentence: place of employment of business \nQuestion: If a storey contained many small restaurants, what type of structure would it be in? \nchoices: (A) book of stories, (B) mall, (C) tall building", + "output": [ + "mall" + ] + }, + { + "input": "Sentence: one admires their idol. \nQuestion: He got tickets to go to performance of his idol, he had a lot of what for him? \nchoices: (A) experience, (B) admiration, (C) applaud", + "output": [ + "admiration" + ] + }, + { + "input": "Sentence: to relax and unwind \nQuestion: What are most people trying to do when going on vacation? \nchoices: (A) peace, (B) panic, (C) having fun", + "output": [ + "having fun" + ] + }, + { + "input": "Sentence: it's the most common way compared to the other two \nQuestion: What prevents someone from getting sleep at night? \nchoices: (A) have nightmares, (B) snore, (C) restlessness", + "output": [ + "restlessness" + ] + }, + { + "input": "Sentence: a big enough school room is the only one that could hold that many chairs. \nQuestion: Where could you find thousands of chair? \nchoices: (A) school room, (B) neighbor's house, (C) friend's house", + "output": [ + "school room" + ] + }, + { + "input": "Sentence: people who really like music listen to it often \nQuestion: He had a passion for music, he could what all day? \nchoices: (A) listen, (B) skate, (C) relax", + "output": [ + "listen" + ] + }, + { + "input": "Sentence: many lawns are located in a suburbia. \nQuestion: Where is one likely to find many lawns? \nchoices: (A) suburbia, (B) front yard, (C) michigan", + "output": [ + "suburbia" + ] + }, + { + "input": "Sentence: conflicts typically result in anger. \nQuestion: When people have conflicts with one another, what might happen? \nchoices: (A) agree or disagree, (B) gain weight, (C) become angry", + "output": [ + "become angry" + ] + }, + { + "input": "Sentence: passengers wait in the train station. \nQuestion: Where do passengers typically wait? \nchoices: (A) vehicle, (B) car, (C) train station", + "output": [ + "train station" + ] + }, + { + "input": "Sentence: ielts is a highly recommendable english language test. it is acceptable by the top most countries and colleges around the world as the proof of the proficiency of a candidate in english language.it is not so easy to clear this test. the only thing that helps you to clear this test is the proper knowledge with complete guidelines and practice. so, here this post is very helpful for the students who are preparing for their ielts. in the below given content we are going to provide you ielts writing task 2 question answer. it will help you to understand that how to answer any question in ielts writing task 2. so read it and implement it in your regular practice to get success in your ielts. \nQuestion: Where does someone not happy to take their car? \nchoices: (A) repair shop, (B) parking lot, (C) city", + "output": [ + "repair shop" + ] + }, + { + "input": "Sentence: infection is the only thing a virus does \nQuestion: What does a virus primarily do to a person? \nchoices: (A) reproduce, (B) mutate, (C) infect", + "output": [ + "infect" + ] + }, + { + "input": "Sentence: butter in small pats can be found only in restaurants \nQuestion: Where can butter be found in small pats? \nchoices: (A) fridge, (B) restaurant, (C) refrigerator", + "output": [ + "restaurant" + ] + }, + { + "input": "Sentence: in order to dance, one must have proper feet and sore feet are not proper feet to dance in. \nQuestion: What could prevent someone from starting to dance? \nchoices: (A) sweat, (B) sore feet, (C) becoming tired", + "output": [ + "sore feet" + ] + }, + { + "input": "Sentence: school allows you to gain information through instruction. \nQuestion: If you have a need for finding information through instruction what should you do? \nchoices: (A) death, (B) go to school, (C) ask questions", + "output": [ + "go to school" + ] + }, + { + "input": "Sentence: so it was away in a safe spot \nQuestion: The man came home from traveling, where did he put his luggage? \nchoices: (A) closet, (B) trunk, (C) bus stop", + "output": [ + "closet" + ] + }, + { + "input": "Sentence: euphoria is a feeling. \nQuestion: Janet likes dancing. The swaying and the music gives her a feeling of what? \nchoices: (A) euphoria, (B) rhythmic movement, (C) moving body", + "output": [ + "euphoria" + ] + }, + { + "input": "Sentence: foxes wouldn't be in the arctic tundra and great outdoors is too general \nQuestion: Where could you find a fox hunting when not in a forest? \nchoices: (A) open meadow, (B) great outdoors, (C) arctic tundra", + "output": [ + "open meadow" + ] + }, + { + "input": "Sentence: the only place that might have \nQuestion: What is owned by a person and could have a second floor? \nchoices: (A) hotel, (B) school, (C) house", + "output": [ + "house" + ] + }, + { + "input": "Sentence: a labyrinth is a maze and is likely to have multiple walls to run into when trying to leave. \nQuestion: Where is someone likely to run into a wall when trying to leave? \nchoices: (A) art show, (B) classroom, (C) labyrinth", + "output": [ + "labyrinth" + ] + }, + { + "input": "Sentence: to make a profit you have to sell what you buy and it has to get to the customer. \nQuestion: John works for a company that doesn't make anything. It just buys, sales, and does what? \nchoices: (A) own resources, (B) ship goods, (C) mail order", + "output": [ + "ship goods" + ] + }, + { + "input": "Sentence: the teacher explained something contrary to average which would be special. \nQuestion: Every one of the kids felt average, but the teacher explained that each one was what? \nchoices: (A) hyperbolic, (B) uncommon, (C) special", + "output": [ + "special" + ] + }, + { + "input": "Sentence: eating fruit is the appropriate food to select when one wants to replace candy in the diet \nQuestion: Humans who want a sweet snack can do this instead of having candy? \nchoices: (A) draw pictures, (B) eat fruit, (C) compete with each other", + "output": [ + "eat fruit" + ] + }, + { + "input": "Sentence: people usually shiver after being wet if they don't have a towel quickly enough. \nQuestion: If you don't use a towel after getting wet, you body may do what? \nchoices: (A) not dry, (B) shiver, (C) shrinkage", + "output": [ + "shiver" + ] + }, + { + "input": "Sentence: if he was having fun, he would dance longer, and \"meeting people\" doesn't prevent you from dancing for long. the appropriate answer is fatigue because long dance sessions do tire you out. \nQuestion: Justin couldn't dance long because he experienced what? \nchoices: (A) having fun, (B) fatigue, (C) meeting people", + "output": [ + "fatigue" + ] + }, + { + "input": "Sentence: ground can't be bright, when sun is out, then it is the brightest thing outside. \nQuestion: Jane goes out the door to find outside a bright object, what is she looking for? \nchoices: (A) sun, (B) sky, (C) ground", + "output": [ + "sun" + ] + }, + { + "input": "Sentence: place of employment of business \nQuestion: If you're a construction foreman and your job is to supervise others, what would your eyes been doing all day? \nchoices: (A) fill with tears, (B) see work, (C) dry out", + "output": [ + "see work" + ] + }, + { + "input": "Sentence: space shuttle is the only place that a person go and find a good view. \nQuestion: Where would a person go if he or she wants to get a good view? \nchoices: (A) water cooler, (B) family, (C) space shuttle", + "output": [ + "space shuttle" + ] + }, + { + "input": "Sentence: aged person so power down man \nQuestion: His day at the office was nearing an end, he went to the start menu on his computer to do what? \nchoices: (A) power down, (B) control model, (C) reason exists", + "output": [ + "power down" + ] + }, + { + "input": "Sentence: causes more car accidents \nQuestion: The study showed driving while sleep deprived led to as many what accidents as being drunk? \nchoices: (A) stressful, (B) dangerous, (C) deadly", + "output": [ + "deadly" + ] + }, + { + "input": "Sentence: one caught in the middle may be having a problem. \nQuestion: If someone is agreeing with everybody they're bound to get caught in the middle, this can create more of a what? \nchoices: (A) peace, (B) problem, (C) like", + "output": [ + "problem" + ] + }, + { + "input": "Sentence: countryside indicates a large, open area of land with varying views. \nQuestion: You'll see the plains and mountains when driving through where? \nchoices: (A) landscape, (B) countryside, (C) georgia", + "output": [ + "countryside" + ] + }, + { + "input": "Sentence: only a fridge would likely have a shelf made of wire. \nQuestion: Where is a shelf likely to be made of wire? \nchoices: (A) cupboard, (B) refrigerator, (C) bookstore", + "output": [ + "refrigerator" + ] + }, + { + "input": "Sentence: it would be logical that a child would get a fake bald eagle at a toy store. \nQuestion: Joe got his kid a plush bald Eagle. Where did he probably get it from? \nchoices: (A) nature reserve, (B) toy store, (C) great outdoors", + "output": [ + "toy store" + ] + }, + { + "input": "Sentence: \"truthful\" and \"not lie\" are equivalent in meaning, but only \"not lie\" makes sense grammatically in this sentence. \nQuestion: Each witness had to take oath, this oath was to what? \nchoices: (A) not lie, (B) think, (C) truthful", + "output": [ + "not lie" + ] + }, + { + "input": "Sentence: monarchies don't have votes and changing yourself does not change society \nQuestion: What can cause changing society even in a monarchy? \nchoices: (A) vote, (B) riots, (C) change yourself", + "output": [ + "riots" + ] + }, + { + "input": "Sentence: driving very quickly is against the law and can result in getting a speeding ticket. \nQuestion: James is driving to work. He's late and he's going very quickly. What is he at risk of getting? \nchoices: (A) speeding ticket, (B) use gas, (C) get to work", + "output": [ + "speeding ticket" + ] + }, + { + "input": "Sentence: they can hear normal, but not speak coherently. \nQuestion: What would a person do to help someone that is not able to speak coherently? \nchoices: (A) complete sentence, (B) feel angry, (C) drink tea", + "output": [ + "complete sentence" + ] + }, + { + "input": "Sentence: index cards should be stored in card catalogues \nQuestion: He liked to write every address out on an index card, then he would sort and store them in his what? \nchoices: (A) card catalogue, (B) oral report, (C) office supply store", + "output": [ + "card catalogue" + ] + }, + { + "input": "Sentence: farmers fields are often much smaller than an entire countryside \nQuestion: What area would you find a large number of wheat fields? \nchoices: (A) countryside, (B) farmer's field, (C) mill", + "output": [ + "countryside" + ] + }, + { + "input": "Sentence: a fridge is usually the only place in a kitchen. \nQuestion: Where do you hang notes in the kitchen? \nchoices: (A) sheet music, (B) medical chart, (C) fridge", + "output": [ + "fridge" + ] + }, + { + "input": "Sentence: they have internal instincts \nQuestion: what does having sex without protection lead to? \nchoices: (A) making babies, (B) aids, (C) unwanted pregnancy", + "output": [ + "unwanted pregnancy" + ] + }, + { + "input": "Sentence: a tomb is a plausible place to find a clothe wrapped bone. \nQuestion: If you find a bone wrapped in clothe, where are you? \nchoices: (A) tomb, (B) museum, (C) arm", + "output": [ + "tomb" + ] + }, + { + "input": "Sentence: being thankful is another way to be appreciative. \nQuestion: When we are thankful for getting something what do we do? \nchoices: (A) say thank, (B) smile, (C) show appreciation", + "output": [ + "show appreciation" + ] + }, + { + "input": "Sentence: all people show emotions, weather its acting or not. \nQuestion: Some actors are very talented, they can get any emotion to what? \nchoices: (A) opera, (B) theater, (C) show", + "output": [ + "show" + ] + }, + { + "input": "Sentence: detroit is the only place on the list you would see wings on a helmet\\ \nQuestion: If a person saw wings on a helmet, where would they be? \nchoices: (A) detroit, (B) airplane, (C) heaven", + "output": [ + "detroit" + ] + }, + { + "input": "Sentence: it's not choir because voices are the instruments of a choir. it could be marching band, but they are normally for younger people, and since he is gifted, he might well be good enough to play in the symphony. \nQuestion: The gifted man had a passion for singing alto, but he also played an instrument in the what? \nchoices: (A) choir, (B) symphony, (C) marching band", + "output": [ + "symphony" + ] + }, + { + "input": "Sentence: discovery is a form of curiosity where people tend to want to learn more. \nQuestion: When people discover something new while chatting with friends, why are they likely to continue talking? \nchoices: (A) misunderstanding, (B) discomfort, (C) learning about", + "output": [ + "learning about" + ] + }, + { + "input": "Sentence: park is the only option where you could find a tennis game. \nQuestion: Where could you find a tennis game? \nchoices: (A) park, (B) progress, (C) match", + "output": [ + "park" + ] + }, + { + "input": "Sentence: if she didn't want to be in the midwest, georgia would be a good option. \nQuestion: She found the housing option in the midwest were plain, where should she look for houses for less plain architecture? \nchoices: (A) countryside, (B) georgia, (C) landscape", + "output": [ + "georgia" + ] + }, + { + "input": "Sentence: the long time indicates extended use which would likely lead to pain. \nQuestion: If you're typing for a long time, what's a sign you should take a break? \nchoices: (A) pain, (B) letter, (C) carpal tunnel syndrome", + "output": [ + "pain" + ] + }, + { + "input": "Sentence: a countryside is the only place where you will most likely find the rows of apple tree while driving. \nQuestion: Where might someone drive through rows of apple tree? \nchoices: (A) wisconsin, (B) countryside, (C) front yard", + "output": [ + "countryside" + ] + }, + { + "input": "Sentence: sun comes through windows. \nQuestion: Where would a cat sit to soak up sunlight? \nchoices: (A) humane society, (B) comfortable chair, (C) window sill", + "output": [ + "window sill" + ] + }, + { + "input": "Sentence: to be able to socialize \nQuestion: What is chatting with friends a type of? \nchoices: (A) communication, (B) happiness, (C) agreement", + "output": [ + "communication" + ] + }, + { + "input": "Sentence: detroit is an auto manufaturing city. \nQuestion: The apple tree was located outside the car factory, it was one of many where? \nchoices: (A) maine, (B) oregon, (C) detroit", + "output": [ + "detroit" + ] + }, + { + "input": "Sentence: computers are found at the library, occasionally on desktops which one may or may not have, and would never be accessible in a space shuttle. \nQuestion: Where is someone looking for a job likely to find a computer? \nchoices: (A) library, (B) desktop, (C) space shuttle", + "output": [ + "library" + ] + }, + { + "input": "Sentence: the only logical place to purchase a musical instrument \nQuestion: James complained that Alexa's electric guitar was too loud and he couldn't get any work done at home, so she decided that she should get an acoustic guitar. Where might she look for one? \nchoices: (A) music shop, (B) house, (C) closet", + "output": [ + "music shop" + ] + }, + { + "input": "Sentence: driving a train is the career an engineer would have. \nQuestion: What is an adult engineer likely to do? \nchoices: (A) marry, (B) drive train, (C) work", + "output": [ + "drive train" + ] + }, + { + "input": "Sentence: vineyards grow grapes, not apples. \nQuestion: What fruit growing area is not likely to contain an apple tree? \nchoices: (A) farmland, (B) orchid, (C) vineyard", + "output": [ + "vineyard" + ] + }, + { + "input": "Sentence: the need to integrate is the only result that would have to do with figuring out the impact of another team's work on his. \nQuestion: Saul is writting a program and has been told that another team has been working on added functionality. He's not sure hot the other team's work will impact his. What does his bosses want him to do with the new code? \nchoices: (A) need to integrate, (B) unexpected results, (C) loop", + "output": [ + "need to integrate" + ] + }, + { + "input": "Sentence: if everyone looks the same no one would be distinct \nQuestion: The teen girl wanted to look distinct, but it was just another trend and everybody else did it too making her actually what? \nchoices: (A) same, (B) indistinct, (C) confusing", + "output": [ + "indistinct" + ] + }, + { + "input": "Sentence: toothpaste goes into your mouth, but it does contain dangerous things in it. \nQuestion: You shouldn't consume toothpaste, despite that it goes in your what?? \nchoices: (A) suitcase, (B) bathroom, (C) mouth", + "output": [ + "mouth" + ] + }, + { + "input": "Sentence: after a facial injury a person will be most likely to appear as a grotesque \nQuestion: The man looked at the beautiful woman and knew that she could never love him after his devastating facial injury, how would he desrcibe his face? \nchoices: (A) hideous, (B) cloudy, (C) grotesque", + "output": [ + "grotesque" + ] + }, + { + "input": "Sentence: neither \"dehydration\" nor \"sweat\" makes sense grammatically after the phrase \"he was already.\" \nQuestion: The fat man had only ran the length of the driveway, it was a start but he was already what? \nchoices: (A) dehydration, (B) breathing hard, (C) sweat", + "output": [ + "breathing hard" + ] + }, + { + "input": "Sentence: backtracking in a classroom or at an art show will not get you lost, as it could in a labyrinth. \nQuestion: John kept his right hand on the wall, knowing that it's the simplest way to keep from backtracking. Where is John? \nchoices: (A) classroom, (B) labyrinth, (C) art show", + "output": [ + "labyrinth" + ] + }, + { + "input": "Sentence: people want to clean dishes when they are dirty, so they put them in the dishwasher. \nQuestion: The plate was dirty, where did the woman put it? \nchoices: (A) flea market, (B) kitchen cupboard, (C) dishwasher", + "output": [ + "dishwasher" + ] + }, + { + "input": "Sentence: countries have a leader and that leader is typically inaugurated. \nQuestion: What is a person the leader of after they are inagurated? \nchoices: (A) organization, (B) pack, (C) country", + "output": [ + "country" + ] + }, + { + "input": "Sentence: table is the only item that has a leg. \nQuestion: His studying was going nowhere, he returned the dictionary to under the wobbly leg of the what? \nchoices: (A) library, (B) table, (C) classroom", + "output": [ + "table" + ] + }, + { + "input": "Sentence: you can only feel bad for not being paid. you will not be satisfyed but frustrated. option a has nothing to do with the question, it is not even a feeling. \nQuestion: What do you feel when you're not getting paid? \nchoices: (A) income tax, (B) sorrow, (C) satisfaction", + "output": [ + "sorrow" + ] + }, + { + "input": "Sentence: if you socialize with people, the thing you most likely would hate about it would be conflicts. \nQuestion: James enjoys socializing with people, but sometimes he hates the what? \nchoices: (A) jealousy, (B) conflicts, (C) friendships", + "output": [ + "conflicts" + ] + }, + { + "input": "Sentence: the ticket booth's location would need to be in close proximity to the riders hearing the message regarding the late train. the ticket booth issues tickets to train riders and trains are located in metro stations. \nQuestion: The ticket booth informed riders that the train was running late, so where was the ticket booth located? \nchoices: (A) sports arena, (B) movie theatre, (C) metro station", + "output": [ + "metro station" + ] + }, + { + "input": "Sentence: nursery is the best place to find a bottle to feed a new human. \nQuestion: Where would you find a bottle used to feed a new human? \nchoices: (A) nursery, (B) supermarket, (C) grocery store", + "output": [ + "nursery" + ] + }, + { + "input": "Sentence: healthy people can be good looking. \nQuestion: What may be a characteristic of a healthy person? \nchoices: (A) good looking, (B) new experiences, (C) playfulness", + "output": [ + "good looking" + ] + }, + { + "input": "Sentence: they have internal instincts \nQuestion: He had been doing favors for everybody at work, it was frustrating not getting any what for it? \nchoices: (A) let down, (B) illness, (C) gratitude", + "output": [ + "gratitude" + ] + }, + { + "input": "Sentence: although tea is generally associated with england, tearooms can be anywhere in the world. \nQuestion: Where will any tearoom be? \nchoices: (A) england, (B) building, (C) london", + "output": [ + "building" + ] + }, + { + "input": "Sentence: a person in that situation would be frustrated. \nQuestion: She had been applying for job for weeks with no call back, she knew she was qualified, so what did she feel? \nchoices: (A) stress, (B) frustration, (C) working hard", + "output": [ + "frustration" + ] + }, + { + "input": "Sentence: headaches is the only likely thing for a grumpy person to have \nQuestion: What is a grumpy person likely to have? \nchoices: (A) compliments, (B) own house, (C) headache", + "output": [ + "headache" + ] + }, + { + "input": "Sentence: the front door is the only other logical place to exit a house. \nQuestion: If you're not leaving a home through the window, how would you leave? \nchoices: (A) front door, (B) wall, (C) office", + "output": [ + "front door" + ] + }, + { + "input": "Sentence: a marching band is a cacophany of musical sounds and an alto sax would be a well heard horn. \nQuestion: He wanted to play an alto sax to be clearly heard over the other ruckus, what was he a member of? \nchoices: (A) marching band, (B) choir, (C) symphony", + "output": [ + "marching band" + ] + }, + { + "input": "Sentence: retail stores find it easier to discount an item instead of putting it as defective. \nQuestion: Sometimes clothes are a bargain because they have what in them? \nchoices: (A) rip, (B) expensive, (C) off", + "output": [ + "rip" + ] + }, + { + "input": "Sentence: almost all receptionists and their desks are located in the lobby of the buildings they work. \nQuestion: Where is a reception desk typically located? \nchoices: (A) motel, (B) office park, (C) lobby", + "output": [ + "lobby" + ] + }, + { + "input": "Sentence: north america and northern hemisphere aren't habitats \nQuestion: what habitat do marmots live in? \nchoices: (A) northern hemisphere, (B) north america, (C) jungle", + "output": [ + "jungle" + ] + }, + { + "input": "Sentence: the other two options are just things that are true, they are not shady. \nQuestion: The investor seemed shady, he kept insisting his client had to spend money to what? \nchoices: (A) buy things, (B) make money, (C) go shopping", + "output": [ + "make money" + ] + }, + { + "input": "Sentence: they have internal instincts \nQuestion: People always talked childlike to him, even though his disability was physical and didn't affect his what? \nchoices: (A) potential, (B) competence, (C) strength", + "output": [ + "competence" + ] + }, + { + "input": "Sentence: not sure what else could be a common ground \nQuestion: The sanctions against the school were a punishing blow, and they seemed to what the efforts the school had made to change? \nchoices: (A) yell at, (B) avoid, (C) ignore", + "output": [ + "ignore" + ] + }, + { + "input": "Sentence: most people don't like hurting others, so they would feel regret over doing so. \nQuestion: what might someone feel after hurting someone else? \nchoices: (A) empowering, (B) regret, (C) despair", + "output": [ + "regret" + ] + }, + { + "input": "Sentence: if you are not for something, you would be against, or oppose it. \nQuestion: If I do not like something, what would someone recommend I do? \nchoices: (A) discourage, (B) oppose, (C) disapprove", + "output": [ + "oppose" + ] + }, + { + "input": "Sentence: because a revolution is a violent conflict \nQuestion: Changing society using a violent conflict is know as a what? \nchoices: (A) revolution, (B) action, (C) understanding", + "output": [ + "revolution" + ] + }, + { + "input": "Sentence: diagnosed with exhaustion treatment stay in bed pregnant woman. \nQuestion: If a pregnant woman is diagnosed with exhaustion, what is a likely treatment? \nchoices: (A) stay in bed, (B) run out of steam, (C) have rest", + "output": [ + "stay in bed" + ] + }, + { + "input": "Sentence: when submitting your products to merchant center, you'll also provide ... most common reason for users abandoning their shopping choices, so you'll want to be ... \nQuestion: Where would you buy jeans in a place with a large number of indoor merchants? \nchoices: (A) shopping mall, (B) clothing store, (C) laundromat", + "output": [ + "shopping mall" + ] + }, + { + "input": "Sentence: you only buy prepared mushrooms from the store \nQuestion: Where are prepared mushrooms purchased? \nchoices: (A) refrigerator, (B) pizza, (C) grocery store", + "output": [ + "grocery store" + ] + }, + { + "input": "Sentence: approbation if someone is expressing displeasure with something,what would they not express with that thin \nQuestion: If someone is expressing displeasure with something, what would they not express with that thing? \nchoices: (A) contentment, (B) ease, (C) approbation", + "output": [ + "approbation" + ] + }, + { + "input": "Sentence: the host was happy to see them, because he was expecting them \nQuestion: The host lit up as the doorbell finally rang, he was to obviously what? \nchoices: (A) welcome guests, (B) expect company, (C) head table", + "output": [ + "expect company" + ] + }, + { + "input": "Sentence: quickness implies you have a destination in mind. \nQuestion: The man was riding bike very quickly, clearly he had to what? \nchoices: (A) get somewhere, (B) pleasure, (C) falling down", + "output": [ + "get somewhere" + ] + }, + { + "input": "Sentence: rapids that are choppy are not safe. \nQuestion: What is water rapids that are choppy considered? \nchoices: (A) blue, (B) important, (C) dangerous", + "output": [ + "dangerous" + ] + }, + { + "input": "Sentence: because concordance means agreement \nQuestion: What has happened if you agree with someone? \nchoices: (A) nodding, (B) shake hands, (C) concordance", + "output": [ + "concordance" + ] + }, + { + "input": "Sentence: might cause injury to \nQuestion: What will happen to skin pinched in something? \nchoices: (A) feel pressure, (B) itches, (C) feel cold", + "output": [ + "feel pressure" + ] + }, + { + "input": "Sentence: eating a healthy dinner improves chances of living longer. \nQuestion: John is careful about to eating dinner that is healthy because he wants to experience what? \nchoices: (A) acid reflux, (B) stomach ache, (C) living longer", + "output": [ + "living longer" + ] + }, + { + "input": "Sentence: train is the best way to compete a body building \nQuestion: What do you do to get ready to compete in body building? \nchoices: (A) sign up, (B) start, (C) train", + "output": [ + "train" + ] + }, + { + "input": "Sentence: a child read the books in pass the examination \nQuestion: What can a child do to quietly pass the time? \nchoices: (A) read book, (B) become adult, (C) clean room", + "output": [ + "read book" + ] + }, + { + "input": "Sentence: only reasonable explanation for a rubber is at a drug store \nQuestion: Where does someone get a rubber for sex? \nchoices: (A) classroom, (B) bedside table, (C) drug store", + "output": [ + "drug store" + ] + }, + { + "input": "Sentence: place of employment of business \nQuestion: Where are you likely to find a reception area in a business at which you spend twenty-four hours? \nchoices: (A) people, (B) hotels, (C) hospital", + "output": [ + "hotels" + ] + }, + { + "input": "Sentence: compost piles decompose and leafs decompose \nQuestion: WHere do people rake a leaf into? \nchoices: (A) floral arrangement, (B) compost pile, (C) forrest", + "output": [ + "compost pile" + ] + }, + { + "input": "Sentence: only humans can move in a ticket office \nQuestion: What could you find moving in a ticket office? \nchoices: (A) movie theaters, (B) humans, (C) city", + "output": [ + "humans" + ] + }, + { + "input": "Sentence: a recess or piece of furniture with a door and typically shelves, used for storage. ‘a broom cupboard’ \nQuestion: If there is a stale smell in the air coming from the kitchen, what should one check for the source of the smell? \nchoices: (A) house, (B) surface of earth, (C) cupboard", + "output": [ + "cupboard" + ] + }, + { + "input": "Sentence: since its a family hence the heater has to be installed in a house \nQuestion: A frigid family wanted to buy a heater, so where did they have it installed? \nchoices: (A) public building, (B) automobile, (C) house", + "output": [ + "house" + ] + }, + { + "input": "Sentence: a bridge is built in a foundation of rock \nQuestion: What would be built on a foundation of rock? \nchoices: (A) bridge, (B) mountains, (C) surface of earth", + "output": [ + "bridge" + ] + }, + { + "input": "Sentence: a person killing people for get arrested in the police \nQuestion: A person who has been killing people should have what done by the police? \nchoices: (A) terrible, (B) get arrested, (C) going to jail", + "output": [ + "get arrested" + ] + }, + { + "input": "Sentence: a trophy room is the most likely place to see a gazelle head detached from its body. \nQuestion: When John turned on the light he saw a severed gazelle head. Where was John? \nchoices: (A) ball gown, (B) kalahari desert, (C) trophy room", + "output": [ + "trophy room" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: Every dribble echoed loudly, it was part of the experience of playing basketball in an empty what? \nchoices: (A) gymnasium, (B) sporting goods store, (C) park", + "output": [ + "gymnasium" + ] + }, + { + "input": "Sentence: the basement would be where the breaker is usually found to distribute electricity throughout a house. \nQuestion: The breaker that distributes electricity in your home is usually found where? \nchoices: (A) basement, (B) bedroom, (C) opera", + "output": [ + "basement" + ] + }, + { + "input": "Sentence: if he knew about it wouldn't be a surpise \nQuestion: Sarah wanted to surprise her husband. He failed because he had already down what what regarding the trip? \nchoices: (A) bland, (B) predictable, (C) known about", + "output": [ + "known about" + ] + }, + { + "input": "Sentence: we shall only meditate as the instruction is to sit quietly and do. \nQuestion: After the yoga class everybody was instructed to sit quietly and do what? \nchoices: (A) alone, (B) sit down, (C) meditate", + "output": [ + "meditate" + ] + }, + { + "input": "Sentence: you buy them from the store which would give you a bag to take them home in \nQuestion: HOw do you carry potatos home? \nchoices: (A) bushel basket, (B) farmer's market, (C) grocery bag", + "output": [ + "grocery bag" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: Where is there almost always a telephone book, since the telephone is nearby? \nchoices: (A) at hotel, (B) telephone booth, (C) house", + "output": [ + "telephone booth" + ] + }, + { + "input": "Sentence: scheme the police busted down his door,he realized only then he was just the pawn in his partner's grander what? \nQuestion: The police busted down his door, he realized only then he was just the pawn in his partner's grander what? \nchoices: (A) scheme, (B) chess set, (C) chess game", + "output": [ + "scheme" + ] + }, + { + "input": "Sentence: meeting contd only building safe \nQuestion: Shareholders gather in what to have meetings? \nchoices: (A) building, (B) factory, (C) large company", + "output": [ + "building" + ] + }, + { + "input": "Sentence: parking lot is the best place to store cars. \nQuestion: Where do people store cars when running errands? \nchoices: (A) parking lot, (B) car show, (C) freeway", + "output": [ + "parking lot" + ] + }, + { + "input": "Sentence: invisible could be another word for clear. \nQuestion: The class was clear, and that made it almost what? \nchoices: (A) confusing, (B) misunderstood, (C) invisible", + "output": [ + "invisible" + ] + }, + { + "input": "Sentence: they prioritise education over health \nQuestion: What do Democrats to make all learning in schools? \nchoices: (A) very important, (B) fun, (C) free", + "output": [ + "free" + ] + }, + { + "input": "Sentence: the repetition of one thing over and over again is annoying. \nQuestion: If you keep telling many people about being a vegetarian what do you risk becoming? \nchoices: (A) emotional distress, (B) notoriety, (C) annoyance", + "output": [ + "annoyance" + ] + }, + { + "input": "Sentence: because being polite is an important aspect when you are serving customers the way you should \nQuestion: What does a server need to be to serve customers well? \nchoices: (A) smile, (B) polite, (C) make money", + "output": [ + "polite" + ] + }, + { + "input": "Sentence: street corner do people go if they are looking for a taxi \nQuestion: Where do people go if they are looking for a taxi? \nchoices: (A) street corner, (B) public place, (C) space shuttle", + "output": [ + "street corner" + ] + }, + { + "input": "Sentence: metro station the person went to the ticket booth to buy a trip,they now had to wait for the rails to signal the arrival or their ride at the what? \nQuestion: The person went to the ticket booth to buy a trip, they now had to wait for the rails to signal the arrival or their ride at the what? \nchoices: (A) fairgrounds, (B) amusement park, (C) metro station", + "output": [ + "metro station" + ] + }, + { + "input": "Sentence: they watch question and how to prepare them \nQuestion: What does a person need to figure out when they have questions? \nchoices: (A) solutions, (B) dedication, (C) surprised", + "output": [ + "solutions" + ] + }, + { + "input": "Sentence: clerk is likely to check you into a beauty salon? \nQuestion: Who is likely to check you into a beauty salon? \nchoices: (A) neighborhood, (B) strip mall, (C) clerk", + "output": [ + "clerk" + ] + }, + { + "input": "Sentence: it signifies that someone is already convicted after trial, so definitely prison. \nQuestion: What is happening to a person found guilty of committing murder? \nchoices: (A) feeling of guilt, (B) jail time, (C) going to prison", + "output": [ + "going to prison" + ] + }, + { + "input": "Sentence: a celebration is typically the result of happiness. \nQuestion: If a person is celebrating something, what is their likely emotion? \nchoices: (A) becoming tired, (B) hangovers, (C) being happy", + "output": [ + "being happy" + ] + }, + { + "input": "Sentence: relief is usually associated after being worried \nQuestion: Sally appreciated discovering the truth. After so much worry at gave her what? \nchoices: (A) conclusion, (B) happiness, (C) relief", + "output": [ + "relief" + ] + }, + { + "input": "Sentence: at hotel james was from out of town. he lose his keep to his room where? \nQuestion: James was from out of town. He lose his keep to his room where? \nchoices: (A) bus depot, (B) own home, (C) at hotel", + "output": [ + "at hotel" + ] + }, + { + "input": "Sentence: tool shed would you put a saw if you do not need to use it soon and your house only has one floor? \nQuestion: Where would you put a saw if you do not need to use it soon and your house only has one floor? \nchoices: (A) basement, (B) logging camp, (C) tool shed", + "output": [ + "tool shed" + ] + }, + { + "input": "Sentence: closet would be the appropriate place to hang cloths. \nQuestion: His dryer was on the fritz and not drying clothes all they, so he pointed an electric fan at his clothes after he hung up in the what? \nchoices: (A) hardware store, (B) closet, (C) computer", + "output": [ + "closet" + ] + }, + { + "input": "Sentence: . world are you likely to find a comforter in many beds? \nQuestion: Where are you likely to find a comforter in many beds? \nchoices: (A) cedar chest, (B) world, (C) livingroom", + "output": [ + "world" + ] + }, + { + "input": "Sentence: a repair shop is where you can fix a flat tire \nQuestion: Bill's noticed that one of his tires was flat when he got home from Toronto. Where would he take his car next? \nchoices: (A) car show, (B) repair shop, (C) airport", + "output": [ + "repair shop" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: Sarah put her food in a trash can beside her desk. Where might she have been? \nchoices: (A) office, (B) corner, (C) motel", + "output": [ + "office" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: A helper monkey does what around the home of a disabled person? \nchoices: (A) works, (B) nigeria, (C) south american country", + "output": [ + "works" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: John listened to music when he needed to focus. It helped him achieve what? \nchoices: (A) quiet mind, (B) beautifull, (C) express emotion", + "output": [ + "quiet mind" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: Where can you store a small notepad on your person? \nchoices: (A) drug store, (B) meeting, (C) back pocket", + "output": [ + "back pocket" + ] + }, + { + "input": "Sentence: music class is where someone can learn to play an upright piano,since learning needs guiding so music lass is best place \nQuestion: Where would someone learn to play an upright piano? \nchoices: (A) music room, (B) music class, (C) music store", + "output": [ + "music class" + ] + }, + { + "input": "Sentence: becoming an adult is a result of aging, the others are not \nQuestion: If kids experience aging what will do? \nchoices: (A) become adults, (B) wonder about, (C) open door", + "output": [ + "become adults" + ] + }, + { + "input": "Sentence: all humans come from earth \nQuestion: As the human rode in his spacecraft in orbit around his home planet, what did he have a view of? \nchoices: (A) strip club, (B) international space station, (C) anywhere on earth", + "output": [ + "anywhere on earth" + ] + }, + { + "input": "Sentence: wilderness kidnappers take the sloth from \nQuestion: Where did the kidnappers take the sloth from? \nchoices: (A) wilderness, (B) countryside, (C) encyclopedia", + "output": [ + "wilderness" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: Dogs are active pets, especially on hot days it's important to keep their bowl full because they what? \nchoices: (A) trained, (B) require water, (C) get lost", + "output": [ + "require water" + ] + }, + { + "input": "Sentence: opera is should have easy to encounter to confusion of speak french or italian. \nQuestion: If you don't speak French or Italian, it could be easy to encounter confusion here. Where is it? \nchoices: (A) opera, (B) class, (C) war", + "output": [ + "opera" + ] + }, + { + "input": "Sentence: planet earth find liquid water,what planet am i likely on \nQuestion: If I find liquid water, what planet am I likely on? \nchoices: (A) septic tank, (B) planet earth, (C) drenching", + "output": [ + "planet earth" + ] + }, + { + "input": "Sentence: stars are in the sky, so one would have to look to the heavens to chart them \nQuestion: In ancient times they tried to chart each star, they spent a lot of time staring into the what? \nchoices: (A) press conference, (B) heavens, (C) globular cluster", + "output": [ + "heavens" + ] + }, + { + "input": "Sentence: it is the best option because it is the closest \nQuestion: Where can a television be stored and hidden? \nchoices: (A) apartment, (B) cabinet, (C) bedroom", + "output": [ + "cabinet" + ] + }, + { + "input": "Sentence: hair stylists in salons use hair to cut scissors, and women often gossip in salons \nQuestion: The gossip went on over the sounds of her pair of scissors, the ladies really enjoyed spending time at the what? \nchoices: (A) hair salon, (B) drawer, (C) pocket", + "output": [ + "hair salon" + ] + }, + { + "input": "Sentence: detestablejohnny's behavior was a bigger problem. even if the original incident wasn't intentional,his actions afterward are completely what? \nQuestion: Johnny's behavior was a bigger problem. Even if the original incident wasn't intentional, his actions afterward are completely what? \nchoices: (A) accidental, (B) detestable, (C) effusive", + "output": [ + "detestable" + ] + }, + { + "input": "Sentence: speeding seems like the most common answer when you are running late. \nQuestion: Driving to work late is never pleasant, but you still shouldn't what? \nchoices: (A) speed, (B) sing, (C) listen to radio", + "output": [ + "speed" + ] + }, + { + "input": "Sentence: illness getting drunk excessively \nQuestion: Getting drunk excessively can lead to chronic what? \nchoices: (A) violence, (B) illness, (C) injury", + "output": [ + "illness" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: Her answer was just never neglecting housework, her guest had asked her how she keeps such a what? \nchoices: (A) house clean, (B) nice home, (C) feeling satisfied", + "output": [ + "nice home" + ] + }, + { + "input": "Sentence: fall asleep is a phrase, the other two are not. \nQuestion: The exhausted man needed to have rest, he soon fell to what? \nchoices: (A) closing eyes, (B) sit down, (C) sleep", + "output": [ + "sleep" + ] + }, + { + "input": "Sentence: it is worth it to learn because it gives a special feeling at the end. knowledge is power \nQuestion: Sally loves learning. It's difficult, arduous, and long process, but in the end, it gives her something special. What does learning do for someone? \nchoices: (A) increase knowledge, (B) take time, (C) require time", + "output": [ + "increase knowledge" + ] + }, + { + "input": "Sentence: have fun with james and his friends like to play pretend together \nQuestion: James and his friends like to play pretend together. What is it that they like about playing pretend together? \nchoices: (A) have fun with, (B) day dream, (C) have imagination", + "output": [ + "have fun with" + ] + }, + { + "input": "Sentence: clerical type of work employees worldly hired and the office reports came from around the world in various languages. \nQuestion: The office reports came from around the world in various languages, therefore they only hired worldly employees for what type of work? \nchoices: (A) otherworldly, (B) clerical, (C) naive", + "output": [ + "clerical" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: Sarah went to a genuine Western streak house. Where might she have been? \nchoices: (A) japan, (B) texas, (C) mexico", + "output": [ + "texas" + ] + }, + { + "input": "Sentence: we cannot use gearshift because chain kept coming off we cannot shift the gear unless chain is fit enough to shift smoothly \nQuestion: The chain kept coming off of Bill's bike. Because of this, you couldn't use what? \nchoices: (A) gear shift, (B) hardware store, (C) garage", + "output": [ + "gear shift" + ] + }, + { + "input": "Sentence: strip mall you can find a clothing store often at what outdoor collection of merchants? \nQuestion: You can find a clothing store often at what outdoor collection of merchants? \nchoices: (A) city or town, (B) ohio, (C) strip mall", + "output": [ + "strip mall" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: Billy hated killing people. He didn't like seeing people do what? \nchoices: (A) die, (B) get arrested, (C) going to prison", + "output": [ + "die" + ] + }, + { + "input": "Sentence: only answer b is a building. the others are not. \nQuestion: What is the name of the government building that houses the U.S. Congress? \nchoices: (A) democracy, (B) capitol building, (C) washington d.c", + "output": [ + "capitol building" + ] + }, + { + "input": "Sentence: what prevents someone from buying beer have no money \nQuestion: What prevents someone from buying beer? \nchoices: (A) spend money, (B) have no money, (C) lose money", + "output": [ + "have no money" + ] + }, + { + "input": "Sentence: in a house all jars with preserves are stored in a cellar. \nQuestion: Where are you heading if you walk down a staircase to get a jar of preserves? \nchoices: (A) cellar, (B) school, (C) mansion", + "output": [ + "cellar" + ] + }, + { + "input": "Sentence: when people consume raw food we are most likely to become ill. \nQuestion: After eating a dinner of uncooked chicken, what was felt by the poor man? \nchoices: (A) feel better, (B) indigestion, (C) illness", + "output": [ + "illness" + ] + }, + { + "input": "Sentence: louisiana delta state is known for bbq? \nQuestion: What delta state is known for bbq? \nchoices: (A) restaurant, (B) backyard, (C) louisiana", + "output": [ + "louisiana" + ] + }, + { + "input": "Sentence: asthma attacks make it difficult to breathe. \nQuestion: What causes a difficulty in breathing? \nchoices: (A) asthma attacks, (B) sustaining life, (C) giving life", + "output": [ + "asthma attacks" + ] + }, + { + "input": "Sentence: relaxation is what you need when tired and in pain \nQuestion: Jane is contemplating taking a break. She hurts and she is tired. What does she need? \nchoices: (A) relaxation, (B) deciding, (C) headache", + "output": [ + "relaxation" + ] + }, + { + "input": "Sentence: if one wishes to be \"good\" at teaching, having students who are interested is a big help. \nQuestion: What helps someone be a good teacher? \nchoices: (A) educate students, (B) interested students, (C) students to learn", + "output": [ + "interested students" + ] + }, + { + "input": "Sentence: frustration can lead a person to want to blame a supernatural force like devils messing with them. \nQuestion: What might someone shout when he or she is frustrated? \nchoices: (A) satan, (B) mortal, (C) devil", + "output": [ + "devil" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: What could cast a shadow? \nchoices: (A) ground, (B) bridge, (C) bright light", + "output": [ + "bridge" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: You think of lower areas when it comes to a valley, but they're usually just a lower spot in a what? \nchoices: (A) west virginia, (B) mountainous region, (C) continent", + "output": [ + "mountainous region" + ] + }, + { + "input": "Sentence: the work was more durable \nQuestion: Sam noticed that the glasses were fragile. He replaced them with something more like what? \nchoices: (A) unbreakable, (B) indestructible, (C) durable", + "output": [ + "durable" + ] + }, + { + "input": "Sentence: one who has control over another person often commands obedience from them. \nQuestion: What is obedience a result of someone having over someone else? \nchoices: (A) disobedience, (B) violation, (C) control", + "output": [ + "control" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: james watched the cells divide in the microscope. When they divided, they also did what? \nchoices: (A) multiply, (B) multiplication, (C) multiple", + "output": [ + "multiply" + ] + }, + { + "input": "Sentence: it stays protected inside the purse \nQuestion: Where is a good place for a woman to store her sunglasses? \nchoices: (A) purse, (B) shirt pocket, (C) drugstore", + "output": [ + "purse" + ] + }, + { + "input": "Sentence: recreation or rest, especially after a period of work. \nQuestion: What should one do in order to relieve burnout from staying too long at home? \nchoices: (A) uneasiness, (B) elapsed time, (C) relaxation", + "output": [ + "relaxation" + ] + }, + { + "input": "Sentence: airport john wrote a relig ions tract and decided to give them away. he felt that he should go somewhere where he could reach a large and diverse group from many place \nQuestion: John wrote a religions tract and decided to give them away. He felt that he should go somewhere where he could reach a large and diverse group from many places. Where is he likely to distribute his tracts? \nchoices: (A) public place, (B) airport, (C) laundromat", + "output": [ + "airport" + ] + }, + { + "input": "Sentence: the process of aging in humans \nQuestion: Two adults do what before one gives birth to a child? \nchoices: (A) loving couple, (B) parents, (C) act of sex", + "output": [ + "act of sex" + ] + }, + { + "input": "Sentence: derivative there is very little original art these days. how might most art be described? \nQuestion: There is very little original art these days. How might most art be described? \nchoices: (A) simile, (B) reproduction, (C) derivative", + "output": [ + "derivative" + ] + }, + { + "input": "Sentence: a phone call would interrupt his meal, so joe would hate taking a phone call at lunch. \nQuestion: Joe hated taking phone calls during lunch. He found anything that interrupted his meal to be a what? \nchoices: (A) decisions, (B) regret, (C) irritation", + "output": [ + "irritation" + ] + }, + { + "input": "Sentence: my friends would attend only a party. \nQuestion: Where would you see a performer at a gathering of you friends? \nchoices: (A) party, (B) stage, (C) opera", + "output": [ + "party" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: What would a person do if he or she sees his or her friend nearby? \nchoices: (A) man crew, (B) cross road, (C) experience life", + "output": [ + "cross road" + ] + }, + { + "input": "Sentence: staple store in america only and nation means also america not a towns and small town \nQuestion: The rural general store is a staple of the great nation called what? \nchoices: (A) towns, (B) small town, (C) america", + "output": [ + "america" + ] + }, + { + "input": "Sentence: when someone trips falling down is usually the result. \nQuestion: What happens when someone trips when going for run? \nchoices: (A) falling down, (B) working out, (C) get tired", + "output": [ + "falling down" + ] + }, + { + "input": "Sentence: tamil nadu state is inside can liquid of soda \nQuestion: The matter in side a can of soda is in what state? \nchoices: (A) vending machine, (B) store, (C) liquid", + "output": [ + "liquid" + ] + }, + { + "input": "Sentence: you stay in a hotel when traveling \nQuestion: When traveling, where is someone most likely to find mirrors on the ceiling? \nchoices: (A) bedroom, (B) dressing room, (C) at hotel", + "output": [ + "at hotel" + ] + }, + { + "input": "Sentence: hotel room is the deserve place to keep small kitchenette. \nQuestion: Where is likely to have a small kitchenette? \nchoices: (A) house, (B) apartment, (C) hotel room", + "output": [ + "hotel room" + ] + }, + { + "input": "Sentence: in order too put on clean clothes, bo must take off the dirty clothes first. \nQuestion: Bo wanted to put on his clean clothes, but that would have required doing what to his dirty ones? \nchoices: (A) take off, (B) soap, (C) sort", + "output": [ + "take off" + ] + }, + { + "input": "Sentence: not getting a full night's rest may lead to moodiness like irritability because you are tired. \nQuestion: Awaking in the middle of the night may cause what? \nchoices: (A) discomfort, (B) irritability, (C) depression", + "output": [ + "irritability" + ] + }, + { + "input": "Sentence: homework is usually done at a desk. \nQuestion: Where might I place the lamp so it will help me see better while I do my homework? \nchoices: (A) desktop, (B) house, (C) table", + "output": [ + "desktop" + ] + }, + { + "input": "Sentence: the use of the word scrotum signifies that this question requires a more formal response than crotch and body is already used in question. \nQuestion: The scrotum belongs to what part of the male body? \nchoices: (A) body, (B) crotch, (C) genetalia", + "output": [ + "genetalia" + ] + }, + { + "input": "Sentence: drugstore can someone purchase a contraceptive device without a prescription? \nQuestion: Where can someone purchase a contraceptive device without a prescription? \nchoices: (A) pharmacy, (B) drugstore, (C) person", + "output": [ + "drugstore" + ] + }, + { + "input": "Sentence: teetotaller is the only name for a person who does not get drunk. \nQuestion: If someone is a drunkard, what kind of person is he or she not? \nchoices: (A) teetotaller, (B) abstain, (C) temperance", + "output": [ + "teetotaller" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: Where is a dining area likely to be extravagant? \nchoices: (A) mall, (B) cruise ship, (C) home", + "output": [ + "cruise ship" + ] + }, + { + "input": "Sentence: hotel is the only place he would be that is unfamiliar. \nQuestion: John put something on the night table. But he forgot about it in the morning because it was unfamiliar. Where was he? \nchoices: (A) hotel, (B) homes, (C) furniture store", + "output": [ + "hotel" + ] + }, + { + "input": "Sentence: threaten of the justice \nQuestion: What could happen to you if someone threatens to charge you with obstructing justice, even if he or she does not do it? \nchoices: (A) getting arrested, (B) get arrested, (C) fear", + "output": [ + "fear" + ] + }, + { + "input": "Sentence: hamburgers are not good for health. it will lead to stomach ache. \nQuestion: What does eating hamburgers to fast lead to? \nchoices: (A) get full, (B) stomach ache, (C) gaining weight", + "output": [ + "stomach ache" + ] + }, + { + "input": "Sentence: working is beginning work likely to lead to a day of? \nQuestion: What is beginning work likely to lead to a day of? \nchoices: (A) excitement, (B) working, (C) stress", + "output": [ + "working" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: As the day ended he eyed the door from his desk, work was soon over and he could leave the what? \nchoices: (A) theater, (B) neighbor's house, (C) office", + "output": [ + "office" + ] + }, + { + "input": "Sentence: . kalahari desert ohn wanted to take pictures of wild gazelle. where might he go to find one? \nQuestion: John wanted to take pictures of wild gazelle. Where might he go to find one? \nchoices: (A) trophy room, (B) ball gown, (C) kalahari desert", + "output": [ + "kalahari desert" + ] + }, + { + "input": "Sentence: tent an active solider likely to sleep tent. \nQuestion: Where is an active solider likely to sleep? \nchoices: (A) trenches, (B) tent, (C) armored car", + "output": [ + "tent" + ] + }, + { + "input": "Sentence: if the police are after him, he ought to be running not to be caught. \nQuestion: The person knew the police were after him, so what did he do? \nchoices: (A) feel humiliated, (B) prepare to go, (C) hunt for food", + "output": [ + "prepare to go" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: Dan's job was talking phone calls. That was his only job. He didn't get to do what? \nchoices: (A) irritation, (B) decisions, (C) regret", + "output": [ + "decisions" + ] + }, + { + "input": "Sentence: racks are used to store and organize things \nQuestion: Some people went shopping to buy racks. What will they do with them? \nchoices: (A) go hiking, (B) group objects, (C) make babies", + "output": [ + "group objects" + ] + }, + { + "input": "Sentence: new york is a microphone boom likely to be covering a stock market event \nQuestion: Where is a microphone boom likely to be covering a stock market event? \nchoices: (A) concert, (B) new york, (C) recording studio", + "output": [ + "new york" + ] + }, + { + "input": "Sentence: latest breaking news and headlines on turtle beach corporation (hear) stock from seeking alpha. \nQuestion: The ladies at the salon had plenty of curiosity, anytime someone came in they wanted to what? \nchoices: (A) hear news, (B) attend school, (C) go to market", + "output": [ + "hear news" + ] + }, + { + "input": "Sentence: the opera should set their glass in antique store because he is old. \nQuestion: Where can you buy opera glasses that are old? \nchoices: (A) museum, (B) antique store, (C) theater", + "output": [ + "antique store" + ] + }, + { + "input": "Sentence: the opposite of depressed is glad. \nQuestion: If you aren't glad, unhappy or gloomy, what illness may you have? \nchoices: (A) downcast, (B) depressed, (C) sorrowful", + "output": [ + "depressed" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: Your oven is most likely found where? \nchoices: (A) restaurant, (B) own home, (C) pizza place", + "output": [ + "own home" + ] + }, + { + "input": "Sentence: people often drink caffeinated beverages after waking up, and tea is caffeinated \nQuestion: What would a person do if he or she just woke up? \nchoices: (A) feel angry, (B) complete sentence, (C) drink tea", + "output": [ + "drink tea" + ] + }, + { + "input": "Sentence: to be in line is to be orderly \nQuestion: What are you about to do if you're standing in line for food? \nchoices: (A) order, (B) frustration, (C) pain", + "output": [ + "order" + ] + }, + { + "input": "Sentence: a desk is the only place one is likely to store an object. \nQuestion: James kept a clipboard where he could easily find it. Where might he keep it? \nchoices: (A) school, (B) desk, (C) office supply store", + "output": [ + "desk" + ] + }, + { + "input": "Sentence: ohio is north of florida \nQuestion: A car was going from Florida to Ohio, what was it doing? \nchoices: (A) heading north, (B) head north, (C) speed up", + "output": [ + "heading north" + ] + }, + { + "input": "Sentence: street corner a person w alked into a church that was located near a store. where might the church be? \nQuestion: A person walked into a church that was located near a store. Where might the church be? \nchoices: (A) synagogue, (B) street corner, (C) fairy tale", + "output": [ + "street corner" + ] + }, + { + "input": "Sentence: denotes location and veg. restaurants are present everywhere. \nQuestion: Where can a vegetarian restaurant be found? \nchoices: (A) anywhere, (B) san francisco, (C) most cities", + "output": [ + "anywhere" + ] + }, + { + "input": "Sentence: wild cats are found in nature because they are not tamed. \nQuestion: Where do you find wild cats? \nchoices: (A) nature, (B) trouble, (C) dog's mouth", + "output": [ + "nature" + ] + }, + { + "input": "Sentence: if the mailbox is opened and the mailman had come, the letters were probably stolen. \nQuestion: One might find theirs open, with the letters that had been delivered stolen. \nchoices: (A) post office, (B) front door, (C) mail box", + "output": [ + "mail box" + ] + }, + { + "input": "Sentence: fatigue would cause a person to stop driving at a hotel? \nQuestion: What would cause a person to stop driving at a hotel? \nchoices: (A) injuries, (B) boredom, (C) fatigue", + "output": [ + "fatigue" + ] + }, + { + "input": "Sentence: go to market is the only option to finish his lunch \nQuestion: Curiosity caused a cat to jump on john's table, and knock over his lunch. It was ruined. He needed to get more, by doing what? \nchoices: (A) go to market, (B) attend school, (C) find truth", + "output": [ + "go to market" + ] + }, + { + "input": "Sentence: you should clean the room if the condition of your living space is messy. \nQuestion: If friends comment on the condition of your living space what should you do? \nchoices: (A) clean room, (B) go somewhere, (C) socialize", + "output": [ + "clean room" + ] + }, + { + "input": "Sentence: furniture store would you likely go to buy an armoire \nQuestion: Where would you likely go to buy an armoire? \nchoices: (A) living room, (B) bedroom, (C) furniture store", + "output": [ + "furniture store" + ] + }, + { + "input": "Sentence: . outer space the astronauts were trying to figure out how to get to the moon,where did they have to pas through first? \nQuestion: The astronauts were trying to figure out how to get to the moon, where did they have to pas through first? \nchoices: (A) night sky, (B) universe, (C) outer space", + "output": [ + "outer space" + ] + }, + { + "input": "Sentence: irish bar house might you expect to hear someone play the harp \nQuestion: What public house might you expect to hear someone play the harp? \nchoices: (A) irish bar, (B) music shop, (C) concert hall", + "output": [ + "irish bar" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: What business is likely to have few cubicles? \nchoices: (A) office building, (B) work, (C) bank", + "output": [ + "bank" + ] + }, + { + "input": "Sentence: catch cold could temporarily prevent you from attending schoo \nQuestion: What could temporarily prevent you from attending school? \nchoices: (A) dropping out, (B) catch cold, (C) employability", + "output": [ + "catch cold" + ] + }, + { + "input": "Sentence: it is the best option because it is the closest \nQuestion: They got to the door and it was locked, he reached in his jeans what to retrieve the key? \nchoices: (A) pocket, (B) purse, (C) front door", + "output": [ + "pocket" + ] + }, + { + "input": "Sentence: listeni communicate in hopes someone is within earshot,what do i want them to do? \nQuestion: I communicate in hopes someone is within earshot, what do I want them to do? \nchoices: (A) listen, (B) think, (C) speak out", + "output": [ + "listen" + ] + }, + { + "input": "Sentence: a comparison shopping ones need to go to many stores \nQuestion: Why would someone visit many stores before buying products? \nchoices: (A) comparison shopping, (B) running out of money, (C) overstocking", + "output": [ + "comparison shopping" + ] + }, + { + "input": "Sentence: popular shopping malls are mainly found in large cities where more people are \nQuestion: Where would you find a popular shopping mall? \nchoices: (A) large city, (B) suburbs, (C) downtown", + "output": [ + "large city" + ] + }, + { + "input": "Sentence: person lives in garage, house villa etc. \nQuestion: A person lived in my what? \nchoices: (A) demonstration, (B) garage, (C) conference", + "output": [ + "garage" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: Where could you find a cow that is not real? \nchoices: (A) fairy tale, (B) nebraska, (C) advertisement", + "output": [ + "fairy tale" + ] + }, + { + "input": "Sentence: populated area gives us the best explanation why number matters and numbers tell us many stories. \nQuestion: Society cannot exist without numbers. They only rise up in what sort of spaces? \nchoices: (A) group of people, (B) populated area, (C) population", + "output": [ + "populated area" + ] + }, + { + "input": "Sentence: the only place that might have \nQuestion: The lights were used for a safe landing, so where were they installed? \nchoices: (A) building, (B) carnival, (C) plane", + "output": [ + "plane" + ] + }, + { + "input": "Sentence: playing outside is a form of recreation, the other two are not. \nQuestion: When young people are bored and want to recreate, what do they do? \nchoices: (A) choose life, (B) write programs, (C) play outside", + "output": [ + "play outside" + ] + }, + { + "input": "Sentence: only a computer game uses digital tiles. \nQuestion: The graphic designer worked in tile, these digital tiles made up the maps of a what? \nchoices: (A) roof, (B) computer game, (C) floor", + "output": [ + "computer game" + ] + }, + { + "input": "Sentence: it is the best option because it is the closest \nQuestion: What is our sun considered to be the center of? \nchoices: (A) outer space, (B) universe, (C) solar system", + "output": [ + "solar system" + ] + }, + { + "input": "Sentence: farmland contains farming areas \nQuestion: Where are thousands of acres of farmland and Mt. Rushmore? \nchoices: (A) michigan, (B) north dakota, (C) farming areas", + "output": [ + "north dakota" + ] + }, + { + "input": "Sentence: concert the electricity went out and nobody could see or hear the band \nQuestion: The electricity went out and nobody could see or hear the band, what was being attempted? \nchoices: (A) concert, (B) church, (C) building", + "output": [ + "concert" + ] + }, + { + "input": "Sentence: you owned a single heifer,where might you keep her most of the time dairy barn \nQuestion: If you owned a single heifer, where might you keep her most of the time. \nchoices: (A) cattle show, (B) dairy barn, (C) corral", + "output": [ + "dairy barn" + ] + }, + { + "input": "Sentence: sanitisation hygiene many times needs soap and water \nQuestion: Washing hands is important, you should wet, then what, and then rinse? \nchoices: (A) use soap, (B) thinking, (C) irritation", + "output": [ + "use soap" + ] + }, + { + "input": "Sentence: univeristy american humans just graduated hgih school. \nQuestion: American humans just graduated high school, where are many of them bound? \nchoices: (A) cafe, (B) university, (C) movies", + "output": [ + "university" + ] + }, + { + "input": "Sentence: a sleighing ride requires gravity to operate and only a downward motion can supply the required acceleration. \nQuestion: When you got on the sleighing ride you were only headed one way, and that way was what? \nchoices: (A) going down hill, (B) kissing, (C) death", + "output": [ + "going down hill" + ] + }, + { + "input": "Sentence: people love to move and experience things \nQuestion: What could happen to someone if he or she finds out that he or she is going somewhere? \nchoices: (A) being there, (B) get excited, (C) having to travel", + "output": [ + "get excited" + ] + }, + { + "input": "Sentence: a good container is essential to commercial kitchen. \nQuestion: What is a good container for a potato? \nchoices: (A) kitchen cabinet, (B) own kitchen, (C) clam chowder", + "output": [ + "kitchen cabinet" + ] + }, + { + "input": "Sentence: weasel is a common derogatory term for politicians who would be holding public office. \nQuestion: Bill was a weasel, but he's a weasel you wanted on your side. He held what? \nchoices: (A) barn, (B) out of doors, (C) public office", + "output": [ + "public office" + ] + }, + { + "input": "Sentence: the burger king should served the hamburger in flame-broiled \nQuestion: The hamburgers were flame-broiled so where were they served? \nchoices: (A) burger king, (B) fast food restaurant, (C) hockey game", + "output": [ + "burger king" + ] + }, + { + "input": "Sentence: natural habitat a fox go most of the time? \nQuestion: Where does a fox go most of the time? \nchoices: (A) storybook, (B) natural habitat, (C) back yard", + "output": [ + "natural habitat" + ] + }, + { + "input": "Sentence: falling down riding bike through rough terrain can be dangerous,one could find themselves \nQuestion: Riding bike through rough terrain can be dangerous, one could find themselves what? \nchoices: (A) falling down, (B) pleasure, (C) get somewhere", + "output": [ + "falling down" + ] + }, + { + "input": "Sentence: making the choice to better your life \nQuestion: When someone is watching a film that is a documentary, what are they hoping to gain? \nchoices: (A) fear, (B) insight, (C) being entertained", + "output": [ + "insight" + ] + }, + { + "input": "Sentence: symphony orchestra is the only choice that contains a first violin position. \nQuestion: John just made first violin. This is is a position on what? \nchoices: (A) symphony orchestra, (B) violin case, (C) music store", + "output": [ + "symphony orchestra" + ] + }, + { + "input": "Sentence: repair f something attempted to destroy something but didn't fully succeed,then one might be able to do what to it afterwards \nQuestion: If something attempted to destroy something but didn't fully succeed, then one might be able to do what to it afterwards? \nchoices: (A) create, (B) repair, (C) construct", + "output": [ + "repair" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: What is something that all cars have which is not visible from the outside? \nchoices: (A) engine, (B) license plates, (C) wheels", + "output": [ + "engine" + ] + }, + { + "input": "Sentence: ancient history has often been considered for cloning,if this happened it would would make it no longer \nQuestion: The mammoth has often been considered for cloning, if this happened it would would make it no longer just what? \nchoices: (A) ancient history, (B) stone age, (C) storybook", + "output": [ + "ancient history" + ] + }, + { + "input": "Sentence: sweating loose water in your body while playing sport because \nQuestion: You loose water in your body while playing sport because of what? \nchoices: (A) injuries, (B) sweating, (C) pain", + "output": [ + "sweating" + ] + }, + { + "input": "Sentence: dreams are things that occur during sleep \nQuestion: He had an active imagination, sleeping was always an adventure because of his wild whats? \nchoices: (A) dreams, (B) erections, (C) death", + "output": [ + "dreams" + ] + }, + { + "input": "Sentence: only poker is a game that can be played? \nQuestion: A shark swam in the background aquarium as the card players sat emotionless, what were they playing? \nchoices: (A) shallow waters, (B) court room, (C) poker game", + "output": [ + "poker game" + ] + }, + { + "input": "Sentence: a piece of furniture with a flat or sloping surface and typically with drawers, at which one can read, write, or do other work. \nQuestion: Where would you put a marker if you plan to use it soon at the same location? \nchoices: (A) briefcase, (B) desk, (C) office supply store", + "output": [ + "desk" + ] + }, + { + "input": "Sentence: gift giving is the most common birthday activity of the choices. \nQuestion: When people have a birthday what normally happens? \nchoices: (A) work in teams, (B) receive gifts, (C) kiss each other", + "output": [ + "receive gifts" + ] + }, + { + "input": "Sentence: people need to be friendly in order to make friends, so smiling goes a long way \nQuestion: What do people typically do when they are trying to making friends? \nchoices: (A) smile, (B) talking, (C) falling in love", + "output": [ + "smile" + ] + }, + { + "input": "Sentence: if a job is physically painful you probably want to avoid exerting more physical energy when you don't have to. \nQuestion: Punishing physical jobs make people want to do what regarding exercise? \nchoices: (A) avoid, (B) yell at, (C) ignore", + "output": [ + "avoid" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: If someone is sharp and they highly qualify for a job some might say their qualifications are what? \nchoices: (A) above board, (B) dim, (C) dull", + "output": [ + "above board" + ] + }, + { + "input": "Sentence: in town generally buildings are small \nQuestion: Where are buildings likely to be small? \nchoices: (A) university, (B) large city, (C) town", + "output": [ + "town" + ] + }, + { + "input": "Sentence: he couldn't make anything so he had to go get food \nQuestion: Billy's oven was broken so he couldn't cook. His microwave was also not working, so he couldn't use it, either. Billy needed money so that he could do what? \nchoices: (A) buy food, (B) pay bills, (C) get things", + "output": [ + "get things" + ] + }, + { + "input": "Sentence: in existing or operation at the current time \nQuestion: The key to happiness while living life is to do more than what? \nchoices: (A) acquiring knowledge, (B) existing, (C) happiness", + "output": [ + "existing" + ] + }, + { + "input": "Sentence: you can only say hello you cant say the other choices \nQuestion: A friend is greeting me, what would they say? \nchoices: (A) say hello, (B) greet, (C) smile", + "output": [ + "say hello" + ] + }, + { + "input": "Sentence: the backpack will be with them wherever they go. \nQuestion: Where might a child keep their towel for overnight? \nchoices: (A) at hotel, (B) backpack, (C) swimming pool", + "output": [ + "backpack" + ] + }, + { + "input": "Sentence: the only thing they can do is wait for it show up \nQuestion: What does a person do when something is arriving at an undisclosed time? \nchoices: (A) stand erect, (B) washing dishes, (C) wait patiently", + "output": [ + "wait patiently" + ] + }, + { + "input": "Sentence: basement is the only place to keep the excess ottoman. \nQuestion: If I have an excess ottoman with no place to put it, where should it go? \nchoices: (A) basement, (B) parlor, (C) furniture store", + "output": [ + "basement" + ] + }, + { + "input": "Sentence: a hotel is the only option where one must check out before leaving. \nQuestion: Where do you stop at a gift shop while checking out? \nchoices: (A) hotel, (B) airport, (C) museum", + "output": [ + "hotel" + ] + }, + { + "input": "Sentence: roswell do people claim aliens landed in the 1940's \nQuestion: Where do people claim aliens landed in the 1940's? \nchoices: (A) universe, (B) roswell, (C) outer space", + "output": [ + "roswell" + ] + }, + { + "input": "Sentence: leave is the only action that is likely to happen after cashing in. \nQuestion: What are you about to do after cashing in your chips at a casino? \nchoices: (A) betrayal, (B) leave, (C) resentment", + "output": [ + "leave" + ] + }, + { + "input": "Sentence: getting angry is the only usual requirement to get into a fight. \nQuestion: What do people do when they are in a fight? \nchoices: (A) get angry, (B) facing each other, (C) gather together", + "output": [ + "get angry" + ] + }, + { + "input": "Sentence: god do anything for their wish \nQuestion: God is often depicted as omnipotent, he can do what? \nchoices: (A) anything, (B) give peace, (C) judge men", + "output": [ + "anything" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: The buildings were designed to hold a lot of people, where should it be built? \nchoices: (A) large city, (B) town, (C) university", + "output": [ + "large city" + ] + }, + { + "input": "Sentence: egg having the thick roll more than animal \nQuestion: What is likely to have a thick membrane? \nchoices: (A) animal, (B) fresh egg, (C) cell", + "output": [ + "fresh egg" + ] + }, + { + "input": "Sentence: negligible means not noticeable. \nQuestion: Sometimes fighting inflation isn't even what, because it is so negligible? \nchoices: (A) not noticeable, (B) rising interest rates, (C) economic instability", + "output": [ + "not noticeable" + ] + }, + { + "input": "Sentence: i dont eat fish myself \nQuestion: Tuna surprise is not an especially flavorful dish in fact it is quite what? \nchoices: (A) bland, (B) known about, (C) predictable", + "output": [ + "bland" + ] + }, + { + "input": "Sentence: better grades is the most effective \nQuestion: Studying is the most effective what to get what? \nchoices: (A) better grades, (B) increasing knowledge, (C) higher intelligence", + "output": [ + "better grades" + ] + }, + { + "input": "Sentence: it is a location that they get the light they need \nQuestion: The plates needed to be stored in their proper place, which was where? \nchoices: (A) shelf, (B) restaurant, (C) stomach", + "output": [ + "shelf" + ] + }, + { + "input": "Sentence: ice hockey is the most popular sport in canada \nQuestion: What are canadian players known for? \nchoices: (A) soccer game, (B) sporting event, (C) hockey game", + "output": [ + "hockey game" + ] + }, + { + "input": "Sentence: people release steam when they get to compete \nQuestion: The friends loved competing against one another, it was a good way to work their what? \nchoices: (A) aggression, (B) sweat, (C) defeat", + "output": [ + "aggression" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: The snake found a warm place to sleep next to a human, where did it end up? \nchoices: (A) wooded area, (B) warm place, (C) sleeping bag", + "output": [ + "sleeping bag" + ] + }, + { + "input": "Sentence: only a brother can be considered a person. \nQuestion: Where should you look for your yoyo if it was stolen by a bratty young person? \nchoices: (A) toy shop, (B) own home, (C) brother's room", + "output": [ + "brother's room" + ] + }, + { + "input": "Sentence: because seeing the question is the answer that best matches the question \nQuestion: A person with brown skin may share that skin with whom? \nchoices: (A) finger, (B) good health, (C) own family", + "output": [ + "own family" + ] + }, + { + "input": "Sentence: a closet is in a kitchen \nQuestion: Where in a kitchen do you keep a cup? \nchoices: (A) restaurant, (B) closet, (C) apartment", + "output": [ + "closet" + ] + }, + { + "input": "Sentence: because he wants to get relieved from the sad incident \nQuestion: James went to Sarah's birthday party on the day after his father died. He wanted her to be what? \nchoices: (A) new age, (B) funeral, (C) happy", + "output": [ + "happy" + ] + }, + { + "input": "Sentence: some malls have sporting good stores or department stores that sell sporting goods. \nQuestion: Where can one find a store that sells sports equipment? \nchoices: (A) sporting goods store, (B) sporting event, (C) mall", + "output": [ + "mall" + ] + }, + { + "input": "Sentence: you stop working to eat \nQuestion: Why do you not earn money while you have lunch? \nchoices: (A) eat food, (B) get food, (C) stop working", + "output": [ + "stop working" + ] + }, + { + "input": "Sentence: subwayjill read the newspaper every morning and then threw it away. where might she have read the paper? \nQuestion: Jill read the newspaper every morning and then threw it away. Where might she have read the paper? \nchoices: (A) trash, (B) floor, (C) subway", + "output": [ + "subway" + ] + }, + { + "input": "Sentence: civil action requires a court room \nQuestion: What is the result of instituting civil action? \nchoices: (A) hurt feelings, (B) bad feelings, (C) going to court", + "output": [ + "going to court" + ] + }, + { + "input": "Sentence: we either recycle or throw away in the waste bin \nQuestion: What happens when people don't recycle packing materials? \nchoices: (A) change direction, (B) travel abroad, (C) waste paper", + "output": [ + "waste paper" + ] + }, + { + "input": "Sentence: children's are free from basement \nQuestion: Where do kids like to hang out to watch tv and avoid their parents in the house? \nchoices: (A) rooms, (B) yard, (C) basement", + "output": [ + "basement" + ] + }, + { + "input": "Sentence: if its trunk was not above water, it couldn't breathe. \nQuestion: The elephant swam the river with its trunk above the water, what could it do? \nchoices: (A) remember everything, (B) breathe, (C) forget nothing", + "output": [ + "breathe" + ] + }, + { + "input": "Sentence: cuddling with a someone is loved is universally understood to be enjoyable. \nQuestion: Cuddling in bed after sex is what kind of way to spend time with a loved one? \nchoices: (A) dirty, (B) painful, (C) pleasant", + "output": [ + "pleasant" + ] + }, + { + "input": "Sentence: playing dead want to get bit by a dog you can do \nQuestion: If you dont want to get bit by a dog you can do what? \nchoices: (A) playing dead, (B) black, (C) fun", + "output": [ + "playing dead" + ] + }, + { + "input": "Sentence: terrariums are habitats for pets like reptiles and rodents \nQuestion: James was a weasel. He lived in a warm place where he was surrounded by children. Glass separated him from the outside world. He rested comfortably in his what? \nchoices: (A) terrarium, (B) classroom, (C) law firm", + "output": [ + "terrarium" + ] + }, + { + "input": "Sentence: because it is the answer that deals with a yard. \nQuestion: If you can see your children playing front your back yard where are they? \nchoices: (A) park, (B) neighbor's house, (C) swimming pool", + "output": [ + "neighbor's house" + ] + }, + { + "input": "Sentence: a dispenser would be the only type of object to pour milk out of these options. \nQuestion: Joe needs a container cup to hold milk that he gets out of something. What might the milk come out of? \nchoices: (A) kitchen cupboard, (B) dispenser, (C) person's hand", + "output": [ + "dispenser" + ] + }, + { + "input": "Sentence: without being able to remember things ones brain does not work very well \nQuestion: After getting high his memory seemed shot, he felt practically what? \nchoices: (A) forgetting, (B) forgetfulness, (C) brainless", + "output": [ + "brainless" + ] + }, + { + "input": "Sentence: one needs money to buy products \nQuestion: What do you need to have before buying products? \nchoices: (A) money, (B) desire, (C) time", + "output": [ + "money" + ] + }, + { + "input": "Sentence: neighborhood the bungalow overlooked a sidewalk and welcomed spontaneous interaction,where was it located? \nQuestion: The bungalow overlooked a sidewalk and welcomed spontaneous interaction, where was it located? \nchoices: (A) neighborhood, (B) suburbs, (C) woods", + "output": [ + "neighborhood" + ] + }, + { + "input": "Sentence: kiss bob and amy experience a strong attraction to each othe \nQuestion: Bob and Amy experience a strong attraction to each other. What might they want to do when they're alone? \nchoices: (A) flirt, (B) kiss, (C) love another", + "output": [ + "kiss" + ] + }, + { + "input": "Sentence: the mouth is the only things that speak, others tell \nQuestion: What do humans have for speaking? \nchoices: (A) brains, (B) one mouth, (C) two legs", + "output": [ + "one mouth" + ] + }, + { + "input": "Sentence: person competing seriosly they take sweat and fast \nQuestion: A person takes competing seriously, that person works up a what playing even the simplest of games? \nchoices: (A) aggression, (B) defeat, (C) sweat", + "output": [ + "sweat" + ] + }, + { + "input": "Sentence: sounds may have not ending sometimes \nQuestion: The sound was discrete but had no ending. How might it be described? \nchoices: (A) continuous, (B) multiplexed, (C) integrated", + "output": [ + "continuous" + ] + }, + { + "input": "Sentence: people get to enjoy a show instead of focusing on their responsibilites \nQuestion: What is something that you feel when you go to the opera? \nchoices: (A) headache, (B) relaxation, (C) fall asleep", + "output": [ + "relaxation" + ] + }, + { + "input": "Sentence: reasonable is the opposite of rash decision \nQuestion: What would a person be showing about their character by avoiding imprudent decsions? \nchoices: (A) reasonable, (B) circumspect, (C) discreet", + "output": [ + "reasonable" + ] + }, + { + "input": "Sentence: televisiondo you watch rubbish? \nQuestion: Where do you watch rubbish? \nchoices: (A) park, (B) trash can, (C) television", + "output": [ + "television" + ] + }, + { + "input": "Sentence: go back to did not pass course this semester he would have to what \nQuestion: If he did not pass course this semester he would have to what? \nchoices: (A) feel proud, (B) learn, (C) go back to", + "output": [ + "go back to" + ] + }, + { + "input": "Sentence: calculate the score difference and choose the win player or team \nQuestion: How do you figure out who wins when you play games? \nchoices: (A) try to win, (B) keep score, (C) fun", + "output": [ + "keep score" + ] + }, + { + "input": "Sentence: rome stadium where men once fought with spars \nQuestion: What stadium is there where men once fought with spears? \nchoices: (A) large city, (B) rome, (C) college town", + "output": [ + "rome" + ] + }, + { + "input": "Sentence: they loose silverware use on the cupboard \nQuestion: Where would you put silverware once they've dried, but you're not ready to use them. \nchoices: (A) cupboard, (B) table, (C) restaurant", + "output": [ + "cupboard" + ] + }, + { + "input": "Sentence: only a shock can be felt. \nQuestion: The child wanted to test electricity, so what did he feel as a result? \nchoices: (A) produce heat, (B) shock, (C) short fuse", + "output": [ + "shock" + ] + }, + { + "input": "Sentence: if someone is full, they don't want to eat more food \nQuestion: Why would someone stop having food? \nchoices: (A) getting fat, (B) eating food, (C) being full", + "output": [ + "being full" + ] + }, + { + "input": "Sentence: disease is the only realistic option that would be unfortunate. \nQuestion: Sam has been kissing girls at school. Unfortunately, he has to stay home for a week. Why might he need to stay home? \nchoices: (A) disease, (B) sweet, (C) cooties", + "output": [ + "disease" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: The man had been entertaining his whole life, being in his nineties now doing a show can lead to what? \nchoices: (A) fatigue, (B) embarrassment, (C) fulfillment", + "output": [ + "fatigue" + ] + }, + { + "input": "Sentence: when you need to travel a long distance, you will often need to go to the airport. \nQuestion: Where can you find a bar before traveling a long distance? \nchoices: (A) michigan, (B) public house, (C) airport", + "output": [ + "airport" + ] + }, + { + "input": "Sentence: south american country is the only place where many people believe bananas can be picked. \nQuestion: A monkey with a knife was spotted picking bananas from a tree. Where might that monkey have been? \nchoices: (A) works, (B) south american country, (C) nigeria", + "output": [ + "south american country" + ] + }, + { + "input": "Sentence: gathering information studying requires using multiple sources to do what that allows you to complete the project \nQuestion: Studying requires using multiple sources to do what that allows you to complete the project? \nchoices: (A) gathering information, (B) headaches, (C) knowing more", + "output": [ + "gathering information" + ] + }, + { + "input": "Sentence: no one likes a rude person and some people will take care of them with a physical response. \nQuestion: If you're very rude while expressing yourself what is likely to happen? \nchoices: (A) being slapped, (B) people will understand, (C) creation of art", + "output": [ + "being slapped" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: Jenny doesn't like children. What might make Jenny like dislike children? \nchoices: (A) noisy, (B) innocent, (C) curious", + "output": [ + "noisy" + ] + }, + { + "input": "Sentence: the only place that might have \nQuestion: Seating is usually thought to be best in the center of the room, about halfway back, in what place? \nchoices: (A) theatre, (B) bus depot, (C) church", + "output": [ + "theatre" + ] + }, + { + "input": "Sentence: in midday does not having the digestion \nQuestion: Eating midday leads people to get what? \nchoices: (A) feces, (B) defecating, (C) get tired", + "output": [ + "get tired" + ] + }, + { + "input": "Sentence: living life is all about learning good and bad experiences \nQuestion: Living life is about good and bad experiences and doing what from them? \nchoices: (A) have children, (B) get married, (C) learning", + "output": [ + "learning" + ] + }, + { + "input": "Sentence: a mathematical rule can only be found in text books. \nQuestion: Where is one likely to find a mathematical rule? \nchoices: (A) family situation, (B) text book, (C) lawbook", + "output": [ + "text book" + ] + }, + { + "input": "Sentence: if should have face unwanted flirting to being slapped. \nQuestion: What might the result of unwanted flirting be? \nchoices: (A) curiosity, (B) being slapped, (C) attraction", + "output": [ + "being slapped" + ] + }, + { + "input": "Sentence: those who are stressed often have difficulties recalling memories. \nQuestion: What often happens to the remembering of people who are stressed? \nchoices: (A) knowledge, (B) problems, (C) nostalgia", + "output": [ + "problems" + ] + }, + { + "input": "Sentence: every town the graveyard was important to build,where should it be built? \nQuestion: The graveyard was important to build, where should it be built? \nchoices: (A) every town, (B) arlington, (C) church property", + "output": [ + "every town" + ] + }, + { + "input": "Sentence: happiness is the most likely emotion to be gained from finding this truth. \nQuestion: She found out who her father was, discovering truth had led her to feel what? \nchoices: (A) conclusion, (B) relief, (C) happiness", + "output": [ + "happiness" + ] + }, + { + "input": "Sentence: bad the man owned a lot of guns,he thought more gun contro \nQuestion: The man owned a lot of guns, he thought more gun control was what? \nchoices: (A) bad, (B) semiautomatic, (C) very dangerous", + "output": [ + "bad" + ] + }, + { + "input": "Sentence: take a bridge cool the water \nQuestion: If I want to make my cup of water colder, how would I go about it? \nchoices: (A) steam room, (B) crushed ice, (C) tidal waves", + "output": [ + "crushed ice" + ] + }, + { + "input": "Sentence: free flowing honey be if it is not thick? \nQuestion: What would honey be if it is not thick? \nchoices: (A) free flowing, (B) slender, (C) unacquainted", + "output": [ + "free flowing" + ] + }, + { + "input": "Sentence: the opposite of gay is straight. \nQuestion: Billy was a kooky person, but he wasn't gay. What was he? \nchoices: (A) straight, (B) conventional, (C) mainstream", + "output": [ + "straight" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: God rested after building a lot of stuff, so what did he build? \nchoices: (A) imagination, (B) everything, (C) compassion", + "output": [ + "everything" + ] + }, + { + "input": "Sentence: a health club should provide the green drink. \nQuestion: You might head to the locker room after getting a green drink here. \nchoices: (A) health club, (B) stadium, (C) gymnasium", + "output": [ + "health club" + ] + }, + { + "input": "Sentence: since he is not religouse the idea of god would be a fairy tale to him \nQuestion: A homeless person asked Jim for advice. Jim wasn't religious, but he told the person something that he remembered. What might he have told the person? \nchoices: (A) street corner, (B) fairy tale, (C) synagogue", + "output": [ + "fairy tale" + ] + }, + { + "input": "Sentence: the kentucky derby is there \nQuestion: If I want a high quality horse, where should I look? \nchoices: (A) in kentucky, (B) new hampshire, (C) engraving", + "output": [ + "in kentucky" + ] + }, + { + "input": "Sentence: because this is a place that young people will go before they are old enough to get a job \nQuestion: Danny was young human. He didn't have a job. Instead he went where? \nchoices: (A) school, (B) workplace, (C) homes", + "output": [ + "school" + ] + }, + { + "input": "Sentence: fridge is used soon be meat \nQuestion: Where should meat to be used soon be? \nchoices: (A) fridge, (B) butcher shop, (C) freezer", + "output": [ + "fridge" + ] + }, + { + "input": "Sentence: skiing has to be on ice, so doing it without warm clothes will leave one exposed. \nQuestion: If you're skiing without warm clothes you're likely to experience what? \nchoices: (A) getting cold, (B) fall down, (C) accident", + "output": [ + "getting cold" + ] + }, + { + "input": "Sentence: . open mind leads someone to learning about world? \nQuestion: What leads someone to learning about world? \nchoices: (A) smartness, (B) open mind, (C) cynicism", + "output": [ + "open mind" + ] + }, + { + "input": "Sentence: an apartment is the smallest choice. demonstrations or furniture stores usually require bigger tables. \nQuestion: Where might someone need a small table? \nchoices: (A) demonstration, (B) apartment, (C) furniture store", + "output": [ + "apartment" + ] + }, + { + "input": "Sentence: the definition of a labyrinth is network of passages or paths in which it is difficult to find one's way. \nQuestion: Where would you walk in a passage? \nchoices: (A) diary, (B) bible, (C) labyrinth", + "output": [ + "labyrinth" + ] + }, + { + "input": "Sentence: my leag was painfull so i am sadness \nQuestion: What would happen to you if you are not good at playing violin? \nchoices: (A) relaxation, (B) loud noises, (C) sadness", + "output": [ + "sadness" + ] + }, + { + "input": "Sentence: after years of work celebration is is the best thing to do \nQuestion: It was satisfying seeing idea become reality, after years of work he finally could what? \nchoices: (A) build, (B) anxiety, (C) celebrate", + "output": [ + "celebrate" + ] + }, + { + "input": "Sentence: offices are along roads \nQuestion: What do you need to find a dental office? \nchoices: (A) city, (B) town, (C) street", + "output": [ + "street" + ] + }, + { + "input": "Sentence: arrests one is drunk driving and the police find out,what is the likely resul \nQuestion: If one is drunk driving and the police find out, what is the likely result? \nchoices: (A) getting killed, (B) death, (C) arrests", + "output": [ + "arrests" + ] + }, + { + "input": "Sentence: school john slept on a mat along with other children. where is john? answer choices: \nQuestion: John slept on a mat along with other children. Where is john? \nchoices: (A) living room, (B) bathroom, (C) school", + "output": [ + "school" + ] + }, + { + "input": "Sentence: to record playing an instrument is to make music. \nQuestion: She was playing violin with the hope of recording it someday, what did she want to do with her talent? \nchoices: (A) calluses, (B) making music, (C) read music", + "output": [ + "making music" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: The person was always using mouthwash, why were they doing that? \nchoices: (A) fair trial, (B) white teeth, (C) source of income", + "output": [ + "white teeth" + ] + }, + { + "input": "Sentence: people that smoke tend to cough so it gives it away \nQuestion: If someone had been smoking, an easy way to tell would be if they were what? \nchoices: (A) coughing, (B) go outside, (C) inhale", + "output": [ + "coughing" + ] + }, + { + "input": "Sentence: probably you go to a restaurant near highway to eat something \nQuestion: We were on the highway, driving back home and pulled off to find an eating place called what? \nchoices: (A) big city, (B) dining room, (C) restaurant", + "output": [ + "restaurant" + ] + }, + { + "input": "Sentence: controversy is an opinion of course \nQuestion: If people are told something controversial, what do they do next? \nchoices: (A) form opinions, (B) hope for peace, (C) worship idols", + "output": [ + "form opinions" + ] + }, + { + "input": "Sentence: . sweat has happened if you are dancing and you smell bad? \nQuestion: What has happened if you are dancing and you smell bad? \nchoices: (A) becoming tired, (B) sweat, (C) sore feet", + "output": [ + "sweat" + ] + }, + { + "input": "Sentence: pouch is the best place to keep them \nQuestion: Jane bought a bag of marbles. Where did she keep them? \nchoices: (A) game, (B) pouch, (C) store", + "output": [ + "pouch" + ] + }, + { + "input": "Sentence: tropics does a lizard that needs warmth likely live \nQuestion: Where does a lizard that needs warmth likely live? \nchoices: (A) china, (B) forrest, (C) tropics", + "output": [ + "tropics" + ] + }, + { + "input": "Sentence: people often celebrate when they win \nQuestion: What will you do after winning a race? \nchoices: (A) cash in, (B) celebrate, (C) compete", + "output": [ + "celebrate" + ] + }, + { + "input": "Sentence: a hot brew would most likely be a coffee \nQuestion: Though the first cup of hot brew was costly you got a free refill, customers really liked the little what? \nchoices: (A) restaurant, (B) cup, (C) coffee shop", + "output": [ + "coffee shop" + ] + }, + { + "input": "Sentence: all states have hospitals no matter where you travel to. \nQuestion: When people travel they usually don't have to worry about medical emergencies because hospitals are where? \nchoices: (A) major city, (B) urban area, (C) every state", + "output": [ + "every state" + ] + }, + { + "input": "Sentence: michigan is the most specific answer, and it gets cold in the winter there. \nQuestion: The bee had to be shipped down south to avoid the cold winter, where was it originally from? \nchoices: (A) apiary, (B) michigan, (C) united states", + "output": [ + "michigan" + ] + }, + { + "input": "Sentence: northern is a onle place \nQuestion: Southern is the opposite of what? \nchoices: (A) septentrional, (B) northern, (C) boreal", + "output": [ + "northern" + ] + }, + { + "input": "Sentence: most offices have desks and if a pen is not on a desk, it is probably in a desk drawer \nQuestion: He had a very expensive writing instrument in his office and didn't want to lose it, where did he put it? \nchoices: (A) pocket, (B) desk drawer, (C) classroom", + "output": [ + "desk drawer" + ] + }, + { + "input": "Sentence: that is where it is \nQuestion: Where would you find an anemone off the eastern U.S.? \nchoices: (A) sea water, (B) atlantic ocean, (C) south pacific", + "output": [ + "atlantic ocean" + ] + }, + { + "input": "Sentence: if he never moved to the country, he most likely lived in the city his whole life. \nQuestion: He always wanted to be a farmer, but he never moved to the country and was what his whole life? \nchoices: (A) industrial, (B) business man, (C) city dweller", + "output": [ + "city dweller" + ] + }, + { + "input": "Sentence: any kid that loves animals would do the same \nQuestion: Mable loved horses. She'd do what with them every time she visited the farm? \nchoices: (A) eat grass, (B) play, (C) dominated", + "output": [ + "play" + ] + }, + { + "input": "Sentence: landfill is the only place that is likely to have a broken keyboard. \nQuestion: Where could you find a broken keyboard? \nchoices: (A) office, (B) music store, (C) landfill", + "output": [ + "landfill" + ] + }, + { + "input": "Sentence: damaged they were very careful transporting the holy artifact,the last thing they wanted to do was deliver it \nQuestion: They were very careful transporting the holy artifact, the last thing they wanted to do was deliver it what? \nchoices: (A) profane, (B) common, (C) damaged", + "output": [ + "damaged" + ] + }, + { + "input": "Sentence: the antidote for heatstroke is to lower one's body temperature and cool off. \nQuestion: The hot weather gave me a heatstroke, what did I need to do immediately to stay alive? \nchoices: (A) cool off, (B) swim, (C) eat ice cream", + "output": [ + "cool off" + ] + }, + { + "input": "Sentence: will not starve is the goal of a poor person having food \nQuestion: What is the goal of a poor person having food? \nchoices: (A) being full, (B) will not starve, (C) getting fat", + "output": [ + "will not starve" + ] + }, + { + "input": "Sentence: fidelity john was very annoyed by the infidelity of his sound system. he had paid a premium \nQuestion: John was very annoyed by the infidelity of his sound system. He had paid a premium for it, so he expected what? \nchoices: (A) loyalty, (B) faithfulness, (C) fidelity", + "output": [ + "fidelity" + ] + }, + { + "input": "Sentence: music class is the place where someone can learn about piccolo \nQuestion: Where might someone learn about a piccolo? \nchoices: (A) orchestra, (B) wind ensemble, (C) music class", + "output": [ + "music class" + ] + }, + { + "input": "Sentence: no sugar for the kitchen \nQuestion: In what room would you expect to find the sugar? \nchoices: (A) container, (B) neighbor's house, (C) kitchen", + "output": [ + "kitchen" + ] + }, + { + "input": "Sentence: you have to clean your catch while fishing, fishing boat is the only place you would fish from. \nQuestion: People use a knife to clean their catch on what vessel? \nchoices: (A) fishing boat, (B) kitchen drawer, (C) pocket", + "output": [ + "fishing boat" + ] + }, + { + "input": "Sentence: immediately after would be bad breath as the others take some time, among other things. \nQuestion: What would happen immediately after drinking alcohol? \nchoices: (A) blackouts, (B) get pregnant, (C) bad breath", + "output": [ + "bad breath" + ] + }, + { + "input": "Sentence: recyclable the glass bottle ha a symbol on the bottom. this symbol told customers what about the bottle? \nQuestion: The glass bottle ha a symbol on the bottom. This symbol told customers what about the bottle? \nchoices: (A) very fragile, (B) recyclable, (C) clear", + "output": [ + "recyclable" + ] + }, + { + "input": "Sentence: world's largest famous churchyards are in england, brookwood is an example. \nQuestion: Where are there very famous churchyard? \nchoices: (A) city, (B) village, (C) england", + "output": [ + "england" + ] + }, + { + "input": "Sentence: jamie depressed in his work tension and he take leave \nQuestion: Jamie is returning to work today. He was forced to leave work because some bad things had happened and his serotonin levels were low and he was suffering from something that made him lethargic? What was he suffering from? \nchoices: (A) depression, (B) conversation, (C) anxiety", + "output": [ + "depression" + ] + }, + { + "input": "Sentence: when something has not ever opened its eyes, opening them will be the first time they see light. \nQuestion: When a newborn's eyes open for the first time it will be the first time the ever? \nchoices: (A) tear up, (B) see light, (C) glass over", + "output": [ + "see light" + ] + }, + { + "input": "Sentence: the location of the club has so many people that enjoy night life \nQuestion: The nightclub owner wasn't a very good businessperson, but the club still did well thanks to its prime location where? \nchoices: (A) downtown area, (B) manhattan, (C) building", + "output": [ + "downtown area" + ] + }, + { + "input": "Sentence: meeting new people seems like an inevitability when you go to the market. \nQuestion: What might be the result of going to market? \nchoices: (A) meeting new people, (B) bankruptcy, (C) tedium", + "output": [ + "meeting new people" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: He had eaten a lot of asparagus, when he was urinating next he was overcome with what? \nchoices: (A) great relief, (B) unpleasant odors, (C) easement", + "output": [ + "unpleasant odors" + ] + }, + { + "input": "Sentence: you do not need your keys and wallet to make bread or bring home fish. you need your keys and wallet to make a purchase at the market. \nQuestion: Josh was experiencing hunger so he took his keys and his wallet and did what? \nchoices: (A) bring home fish, (B) go to market, (C) make bread", + "output": [ + "go to market" + ] + }, + { + "input": "Sentence: go somewhere curiosity got him out of his small hometown,he simply wanted to what? \nQuestion: Curiosity got him out of his small hometown, he simply wanted to what? \nchoices: (A) analyse, (B) see favorite show, (C) go somewhere", + "output": [ + "go somewhere" + ] + }, + { + "input": "Sentence: weight gain is the direct consequence of eating too much food. \nQuestion: Billy loved having food, but he didn't like the consequences of overeating. What is the long-term consequence of having too much food? \nchoices: (A) gas, (B) weight gain, (C) digesting", + "output": [ + "weight gain" + ] + }, + { + "input": "Sentence: bedroom using a sheet is a rectangular piece of cloth used as bedding, being placed immediately below or above bed occupants. \nQuestion: John can't find his sheets anywhere. He looked in all the places he might put them, but he hasn't looked where they are put into use. Where hasn't John looked? \nchoices: (A) bedroom, (B) drawer, (C) hotel", + "output": [ + "bedroom" + ] + }, + { + "input": "Sentence: i try my best level in my studies \nQuestion: What are you trying to achieve when you're talking? \nchoices: (A) making sound, (B) people to listen, (C) attempting to communicate", + "output": [ + "attempting to communicate" + ] + }, + { + "input": "Sentence: sparse the buffalo were big thick and easy to spot,but the were hunted to the point that their numbers \nQuestion: The buffalo were big thick and easy to spot, but the were hunted to the point that their numbers were what? \nchoices: (A) thin, (B) clear, (C) sparse", + "output": [ + "sparse" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: What would be a good name for a small dog? \nchoices: (A) big house, (B) animal shelter, (C) georgia", + "output": [ + "georgia" + ] + }, + { + "input": "Sentence: a friends house is the only place someone can sit in a chair and gossip \nQuestion: WHere does someone sit in a chair to gossip? \nchoices: (A) friend's house, (B) auditorium, (C) synagogue", + "output": [ + "friend's house" + ] + }, + { + "input": "Sentence: deep thought a human is contemplating something,what are they in a state of? \nQuestion: If a human is contemplating something, what are they in a state of? \nchoices: (A) place of work, (B) friend's house, (C) deep thought", + "output": [ + "deep thought" + ] + }, + { + "input": "Sentence: a story of how a young woman was held captive as a sex slave in a container for 7 years and the resultant psychological scar that she develops thereof. \nQuestion: What could a gentleman be watching? \nchoices: (A) movie, (B) europe, (C) suit", + "output": [ + "movie" + ] + }, + { + "input": "Sentence: john obviously misplaced his appointment book on his person because he definitely brought it with him to his checkup and couldn't find it anywhere else that he could have possibly misplaced it. \nQuestion: John's took his appointment book with him to a checkup but couldn't find it anywhere. He looked and he looked but he didn't know where it was. It wasn't until he bought a new one, went home, took a shower that he found it. Where was it? \nchoices: (A) doctor's office, (B) pocket, (C) office supply store", + "output": [ + "pocket" + ] + }, + { + "input": "Sentence: opponent is someone competing against \nQuestion: Who is someone competing against? \nchoices: (A) competition, (B) opponent, (C) skill", + "output": [ + "opponent" + ] + }, + { + "input": "Sentence: a tall tower would mostly be associated with the tall buildings in a city. \nQuestion: James lived in the top of a tall tower. He could see clouds when he looked out his window. Where might he live? \nchoices: (A) radio station, (B) city, (C) medieval castle", + "output": [ + "city" + ] + }, + { + "input": "Sentence: the big screen is a colloquial term meaning a movie theater. \nQuestion: In order to see a story on the big screen what must you do? \nchoices: (A) open book, (B) visualize, (C) go to movies", + "output": [ + "go to movies" + ] + }, + { + "input": "Sentence: warm place area cat typically enjoy \nQuestion: What kind of area does a cat typically enjoy? \nchoices: (A) barn, (B) beam of sunlight, (C) warm place", + "output": [ + "warm place" + ] + }, + { + "input": "Sentence: please update your pincode or check other sellers who may deliver to your location. 3 offers from 274.00 \nQuestion: If you wanted to move cargo at a low price and time wasn't an issue, what vehicle would you use? \nchoices: (A) airplane, (B) ship's hold, (C) boat", + "output": [ + "boat" + ] + }, + { + "input": "Sentence: these are places that they around found performing \nQuestion: Where can we see an elephant do tricks? \nchoices: (A) circus, (B) africa, (C) zoo", + "output": [ + "circus" + ] + }, + { + "input": "Sentence: at hotel he will not be working. \nQuestion: Billy took his desk lamp with him wherever he went. He needed the lighting and didn't trust the lights at what places? \nchoices: (A) at hotel, (B) corner, (C) office", + "output": [ + "at hotel" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: The glass window was transparent and thin. James leaned on ed on it and it cracked. It was what? \nchoices: (A) clear, (B) recyclable, (C) very fragile", + "output": [ + "very fragile" + ] + }, + { + "input": "Sentence: using soap necessary for bathing? \nQuestion: What is necessary for bathing? \nchoices: (A) slip and fall, (B) reading newspaper, (C) using soap", + "output": [ + "using soap" + ] + }, + { + "input": "Sentence: anger is the only emotion that's likely to cause by injustices. \nQuestion: What is learning about the world and it's injustices likely to cause? \nchoices: (A) pleasure, (B) anger, (C) loss of innocence", + "output": [ + "anger" + ] + }, + { + "input": "Sentence: it is the best option because it is the closest \nQuestion: Most people would think killing people is what kind of act? \nchoices: (A) murder, (B) terrible, (C) going to jail", + "output": [ + "terrible" + ] + }, + { + "input": "Sentence: studying literature will give one skills of writing. \nQuestion: If a person wanted to become a good writer what should they do in college? \nchoices: (A) own animal, (B) word sentence, (C) study literature", + "output": [ + "study literature" + ] + }, + { + "input": "Sentence: . peace visiting a museum what feeling may you have looking at paintings of pastoral scenes? \nQuestion: While visiting a museum what feeling may you have looking at paintings of pastoral scenes? \nchoices: (A) shock, (B) seeing artifacts, (C) peace", + "output": [ + "peace" + ] + }, + { + "input": "Sentence: spirits, as in ghosts, are common during halloween. \nQuestion: Where do you find spirits on Halloween? \nchoices: (A) liquor cabinet, (B) haunted house, (C) cemetary", + "output": [ + "haunted house" + ] + }, + { + "input": "Sentence: the aviary is the only location in a zoological park that would house birds. \nQuestion: While in a zoological park where would you find a bald eagle? \nchoices: (A) rural area, (B) aviary, (C) painting", + "output": [ + "aviary" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: Billy tried to arise, but he could not stand from bed. He continued to do what? \nchoices: (A) lay down, (B) get down, (C) sitting down", + "output": [ + "lay down" + ] + }, + { + "input": "Sentence: incarnate john was discarnate. he needed a body \nQuestion: John was discarnate. He needed a body to do what? \nchoices: (A) incarnate, (B) tangible, (C) corporeal", + "output": [ + "incarnate" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: A shark is stuck in a lake, where does it need to go provided it isn't a bull shark? \nchoices: (A) saltwater, (B) atlantic ocean, (C) seawater", + "output": [ + "saltwater" + ] + }, + { + "input": "Sentence: place of employment of business \nQuestion: The students helped build the backdrop, it was just one of the parts of putting on their little what? \nchoices: (A) theatre, (B) theater, (C) stage show", + "output": [ + "stage show" + ] + }, + { + "input": "Sentence: because getting in shape will help you feel better \nQuestion: Why is a member of the priesthood in a new church advised by friends to start getting in shape? \nchoices: (A) feel better, (B) pain, (C) losing weight", + "output": [ + "feel better" + ] + }, + { + "input": "Sentence: banjo is the only instrument that requires fingerboard. \nQuestion: While up in the mountains the locals taught him all the tricks of the fingerboard, he learned the basics of playing the what? \nchoices: (A) banjo, (B) guitar, (C) lute", + "output": [ + "banjo" + ] + }, + { + "input": "Sentence: expressway use the american city \nQuestion: Where does a person use an expressway to get around quickly? \nchoices: (A) eastern united states, (B) michigan, (C) american city", + "output": [ + "american city" + ] + }, + { + "input": "Sentence: is the option that matches the question \nQuestion: The wind was heading one way, and then headed another way, what happened? \nchoices: (A) dry hair, (B) change direction, (C) blowing hard", + "output": [ + "change direction" + ] + }, + { + "input": "Sentence: i like play and my dress look very beautiful on the stage \nQuestion: If you about to go on stage and are dressed in costume you are likely about to be what? \nchoices: (A) in play, (B) have talent, (C) climb stairs", + "output": [ + "in play" + ] + }, + { + "input": "Sentence: dude ranch is a pack horse likely to work \nQuestion: Where is a pack horse likely to work? \nchoices: (A) belmont park, (B) women's literature, (C) dude ranch", + "output": [ + "dude ranch" + ] + }, + { + "input": "Sentence: only possible answer for over-indulging oneself after eating \nQuestion: Over-indulgence when having food can lead to what? \nchoices: (A) getting fat, (B) eating food, (C) being full", + "output": [ + "getting fat" + ] + }, + { + "input": "Sentence: having fun is the only thing teen really enjoyed listening to music. \nQuestion: The teen really enjoyed listening to music, it was his way of having what? \nchoices: (A) fun, (B) pleasurable, (C) relaxing", + "output": [ + "fun" + ] + }, + { + "input": "Sentence: office the carpet needed to be calm and and productive,where was it being installed \nQuestion: The carpet needed to be calm and and productive, where was it being installed? \nchoices: (A) office, (B) church, (C) bowling alley", + "output": [ + "office" + ] + }, + { + "input": "Sentence: analyzing information would be the best way to learn new things. \nQuestion: Sean liked analyzing information. He felt that he helped him learn what? \nchoices: (A) learn more about, (B) new knowledge, (C) discovering truth", + "output": [ + "new knowledge" + ] + }, + { + "input": "Sentence: . learn it is a teachers job to help students commit to memory new skills,what is the teachers main job in the classroom to help students do? \nQuestion: It is a teachers job to help students commit to memory new skills, what is the teachers main job in the classroom to help students do? \nchoices: (A) memorize, (B) learn, (C) concentrate", + "output": [ + "learn" + ] + }, + { + "input": "Sentence: there are many people at a shopping center. \nQuestion: Billy was opening a new Deli. He wanted to open it in a place that gets a lot of traffic. Where might he open it? \nchoices: (A) office building, (B) shopping center, (C) new york city", + "output": [ + "shopping center" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: Steve was surprised to find an underground map while he was shopping and carrots and paperback books. Where might he have found it? \nchoices: (A) library, (B) subway station, (C) super market", + "output": [ + "super market" + ] + }, + { + "input": "Sentence: works in this connotation mean a professional craft that would not be displayed in a class or labyrinth. \nQuestion: Where would works be on the wall? \nchoices: (A) labyrinth, (B) classroom, (C) art show", + "output": [ + "art show" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: Where is a good place to keep an eyeglasses case in traffic? \nchoices: (A) car, (B) shirt pocket, (C) drawer", + "output": [ + "car" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: The temperature was such that one could see their breath, what was occuring? \nchoices: (A) heat up, (B) drop to zero, (C) increase", + "output": [ + "drop to zero" + ] + }, + { + "input": "Sentence: lounge is found in music clubs. \nQuestion: Where does a lounge lizard likes to hang out? \nchoices: (A) rocky places, (B) tropical rainforest, (C) jazz club", + "output": [ + "jazz club" + ] + }, + { + "input": "Sentence: is the option that matches the question \nQuestion: Where would you get marble if you do not have any? \nchoices: (A) store, (B) pouch, (C) game", + "output": [ + "store" + ] + }, + { + "input": "Sentence: ranch most likely to see a cow \nQuestion: Where would you be most likely to see a cow? \nchoices: (A) tennessee, (B) ranch, (C) switzerland", + "output": [ + "ranch" + ] + }, + { + "input": "Sentence: these things are normally located in a store to buy things at \nQuestion: What kind of store has jewelry and clothing? \nchoices: (A) safe deposit box, (B) suitcase, (C) department store", + "output": [ + "department store" + ] + }, + { + "input": "Sentence: the united states is a place in the northern hemisphere. \nQuestion: The astronaut wanted to find the United States from outer space, so where did he aim his spacecraft? \nchoices: (A) atlas, (B) northern hemisphere, (C) history book", + "output": [ + "northern hemisphere" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: Where should you find a school in? \nchoices: (A) every city, (B) community, (C) residential neighborhood", + "output": [ + "every city" + ] + }, + { + "input": "Sentence: new hampshire take my heifer out east \nQuestion: If I take my heifer out East, where's a place we might end up? \nchoices: (A) texas, (B) county fair, (C) new hampshire", + "output": [ + "new hampshire" + ] + }, + { + "input": "Sentence: the police arrest people. \nQuestion: The local police department decided to set up check points during the holiday, this led to an increase in drunk driving what? \nchoices: (A) death, (B) arrests, (C) getting killed", + "output": [ + "arrests" + ] + }, + { + "input": "Sentence: pursewhere would you put your change if you plan to use it soon and you are not a man? \nQuestion: Where would you put your change if you plan to use it soon and you are not a man? \nchoices: (A) pocket, (B) jar, (C) purse", + "output": [ + "purse" + ] + }, + { + "input": "Sentence: web television is a term used for programs created by a wide variety of companies and individuals for broadcast on internet tv \nQuestion: What would you do if you have curiosity about a new show? \nchoices: (A) use television, (B) find truth, (C) design software", + "output": [ + "use television" + ] + }, + { + "input": "Sentence: hospital is the place where they have to wait if it was not urgent. \nQuestion: Where would a person go for a wound that wasn't urgent? \nchoices: (A) emergency room, (B) hospital, (C) injured person", + "output": [ + "hospital" + ] + }, + { + "input": "Sentence: because making babies is the only answer that just requires 2 people. \nQuestion: What are two people likely to do that three will not do? \nchoices: (A) go hiking, (B) group objects, (C) make babies", + "output": [ + "make babies" + ] + }, + { + "input": "Sentence: you can easily distinguish day and night even you cant see clouds \nQuestion: If you cannot see a cloud because it is too dark, what can you distinguish? \nchoices: (A) atmosphere, (B) night or day, (C) weather report", + "output": [ + "night or day" + ] + }, + { + "input": "Sentence: you do financial transactions like payments and deposits in a bank \nQuestion: What is something you do in a bank? \nchoices: (A) make noise, (B) make payments, (C) make time", + "output": [ + "make payments" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: The accelerator was controller via a hand throttle, and the foot pedals controlled the steering in the small what? \nchoices: (A) airplane, (B) fuel system, (C) car", + "output": [ + "airplane" + ] + }, + { + "input": "Sentence: is the option that matches the question \nQuestion: What could happen after going to bed that could be either good or bad? \nchoices: (A) might dream, (B) good sleep, (C) feeling refreshed", + "output": [ + "good sleep" + ] + }, + { + "input": "Sentence: scientist always want to test and experiment for better understanding \nQuestion: The lab results had been compiled, the scientist began analysing the data because he wanted what? \nchoices: (A) enlightened, (B) better understanding, (C) headache", + "output": [ + "better understanding" + ] + }, + { + "input": "Sentence: because in a perfect world every person would get along with each other \nQuestion: Every person would get along in a what? \nchoices: (A) eat well, (B) perfect world, (C) live comfortably", + "output": [ + "perfect world" + ] + }, + { + "input": "Sentence: only thing that holds liquids \nQuestion: Alabama has to consider a hurricane once in awhile as it is one of the whats? \nchoices: (A) gulf states, (B) united states, (C) deep south", + "output": [ + "gulf states" + ] + }, + { + "input": "Sentence: because seeing the question is the answer that best matches the question \nQuestion: Someone is putting is carpeting that can handle shoes and heavy foot traffic, where is it being installed? \nchoices: (A) houses, (B) bedroom, (C) gym", + "output": [ + "gym" + ] + }, + { + "input": "Sentence: they find out what the world is really like and its not as nice as it sounds \nQuestion: What is a negative consequence of learning about the world? \nchoices: (A) anger, (B) confusion, (C) loss of innocence", + "output": [ + "loss of innocence" + ] + }, + { + "input": "Sentence: communism though its intentions are for the people,freedom often finds itself cast aside under many historical examples \nQuestion: Though its intentions are for the people, freedom often finds itself cast aside under many historical examples of what? \nchoices: (A) captivity, (B) slavery, (C) communism", + "output": [ + "communism" + ] + }, + { + "input": "Sentence: people who are always holding a remote are not likely to seem companionable \nQuestion: How are people not likely to find those always holding a remote? \nchoices: (A) likely, (B) attached, (C) companionable", + "output": [ + "companionable" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: I'm tired of holding this lamp, where might I place it? \nchoices: (A) desktop, (B) house, (C) table", + "output": [ + "table" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: If you have trouble beginning work you're suffering from what? \nchoices: (A) tiredness, (B) procrastination, (C) sitting down", + "output": [ + "procrastination" + ] + }, + { + "input": "Sentence: thats what you would do when the day is over and you are laid back in the lounge. \nQuestion: She got a snack and drink and laid back in her chaise lounge, the day was finally over and she could just read book and what? \nchoices: (A) get comfortable, (B) open up, (C) learn to read", + "output": [ + "get comfortable" + ] + }, + { + "input": "Sentence: skip to content. logo · home · volume 1 · volume 2 · volume 3 · youtube videos · song analysis · his face · friends · lessons · contact · logo. theme by ... \nQuestion: A person is alone in the woods and wounded, what should he do? \nchoices: (A) doctor himself, (B) amount to nothing, (C) visit relatives", + "output": [ + "doctor himself" + ] + }, + { + "input": "Sentence: if you have swollen testicles then you're in agony. \nQuestion: John spent too much money buying products for his swollen testicles. He did so because he was feeling what? \nchoices: (A) bankruptcy, (B) owning, (C) agony", + "output": [ + "agony" + ] + }, + { + "input": "Sentence: beavers are indigenous to the countryside, and not in australia. dictionary is not relevant to seeing something \nQuestion: Lance spotted a wet beaver in the river. Where might have lance been? \nchoices: (A) australia, (B) countryside, (C) dictionary", + "output": [ + "countryside" + ] + }, + { + "input": "Sentence: because the name of the rgb model or acronym comes from the initials of the three additive primary colors, red, green, and blue. \nQuestion: What colors are in the RBG model? \nchoices: (A) red green, (B) orange red, (C) red yellow", + "output": [ + "red green" + ] + }, + { + "input": "Sentence: becuase leftovers are put in the fridge \nQuestion: The forgotten leftovers had gotten quite old, he found it covered in mold in the back of his what? \nchoices: (A) carpet, (B) refrigerator, (C) fridge", + "output": [ + "refrigerator" + ] + }, + { + "input": "Sentence: you've probably heard the old myth that a dog's mouth is cleaner than a human's. dogs do lick their wounds, and they rarely get infected. however, according to the pet-info website paw nation, it's not because dog saliva is like antiseptic. \nQuestion: The human wanted to give a bone as a reward, where did he put it? \nchoices: (A) fresh fish, (B) dog's mouth, (C) skeleton", + "output": [ + "dog's mouth" + ] + }, + { + "input": "Sentence: shopping centers contain various restaurants and stores \nQuestion: Where can you find a place to eat and places to buy items of many different kinds? \nchoices: (A) shopping center, (B) own house, (C) downtown", + "output": [ + "shopping center" + ] + }, + { + "input": "Sentence: a life based on lies leads to unhappiness. \nQuestion: Lying to a spouse is likely to make them? \nchoices: (A) confusion, (B) good things, (C) unhappiness", + "output": [ + "unhappiness" + ] + }, + { + "input": "Sentence: becoming aware about the world is fun. \nQuestion: What is learning about the world and good in it likely to cause? \nchoices: (A) loss of innocence, (B) anger, (C) pleasure", + "output": [ + "pleasure" + ] + }, + { + "input": "Sentence: problems is the only thing that can happen to an object because they do not have the ability to feel emotion. \nQuestion: What can happen to money after buying too much beer? \nchoices: (A) intoxication, (B) problems, (C) pleasure", + "output": [ + "problems" + ] + }, + { + "input": "Sentence: cartons are the only thing likely to hold eggs from the store. \nQuestion: After bringing eggs home from the store in what are they held? \nchoices: (A) egg carton, (B) supermarket, (C) chicken coop", + "output": [ + "egg carton" + ] + }, + { + "input": "Sentence: a systematic approach for making decisions. create a constructive environment. investigate the situation in detail. generate good alternatives. explore your options. select the best solution. evaluate your plan. communicate your decision, and take action. \nQuestion: If I program a computer to think autonomously, what can it theoretically do? \nchoices: (A) believe in god, (B) make decisions, (C) receive data", + "output": [ + "make decisions" + ] + }, + { + "input": "Sentence: art is a subject taught at school. \nQuestion: Where would art books likely to be found on a shelf or two? \nchoices: (A) bedroom, (B) school building, (C) cabinet", + "output": [ + "school building" + ] + }, + { + "input": "Sentence: breakfast is done with family, coffee isn't always drunk with family \nQuestion: Sterotypically, people read the newspaper with their family early in the morning. What is something else that people also do with their family when they first wake up? \nchoices: (A) eat breakfast, (B) aggravation, (C) drink coffee", + "output": [ + "eat breakfast" + ] + }, + { + "input": "Sentence: likely to be hurt if you fell off \nQuestion: WHat causes a kid to cry when riding a bike? \nchoices: (A) falling off, (B) peddle, (C) pedaling", + "output": [ + "falling off" + ] + }, + { + "input": "Sentence: task 2: explanation: house is the only place that is not likely to sell a lantern. \nQuestion: When people in trance are trying to calm themselves what do they do? \nchoices: (A) hallucination, (B) meditate, (C) epilepsy", + "output": [ + "meditate" + ] + }, + { + "input": "Sentence: the other answers are things that would happen after being in bed \nQuestion: What is the first thing someone does before planning to stay in bed? \nchoices: (A) bedsores, (B) lay down, (C) sleep in", + "output": [ + "lay down" + ] + }, + { + "input": "Sentence: people line up next to sign for bus stop \nQuestion: Where would you find a sign with some people lined up next to it? \nchoices: (A) street corner, (B) bus stop, (C) roadblock", + "output": [ + "bus stop" + ] + }, + { + "input": "Sentence: colleges offer classes on playing instruments. \nQuestion: Where can I go to take classes on playing an upright piano? \nchoices: (A) college, (B) band, (C) house", + "output": [ + "college" + ] + }, + { + "input": "Sentence: agreements must be made when doing business \nQuestion: The two conglomerates decided to reach tentative agreement to what? \nchoices: (A) accomplish, (B) do business, (C) stop arguing", + "output": [ + "do business" + ] + }, + { + "input": "Sentence: suitcase is a kind of thing you will use to park everything you need. \nQuestion: James went to outer space for the first time. He packed everything, including his peanut butter, into a single object. Where might his things be? \nchoices: (A) jar, (B) universe, (C) suitcase", + "output": [ + "suitcase" + ] + }, + { + "input": "Sentence: a music store would carry a keyboard for sale. \nQuestion: Where would you get a keyboard if you do not have one? \nchoices: (A) office, (B) landfill, (C) music store", + "output": [ + "music store" + ] + }, + { + "input": "Sentence: narcissist are self obsessed and only worry about themselves \nQuestion: What will a person who is a narcissist do when around other people? \nchoices: (A) get laid, (B) accomplish goals, (C) talk about themselves", + "output": [ + "talk about themselves" + ] + }, + { + "input": "Sentence: dogs are known as man's best friend because they are loyal. \nQuestion: They say dogs are a man's best friend, this is because of dog's pack mentality and being what? \nchoices: (A) frightening, (B) faithful, (C) found outside", + "output": [ + "faithful" + ] + }, + { + "input": "Sentence: it's a very stressful situation by nature. \nQuestion: Joe and Jim were running errands together. They had a lot to do and very little time to do it, so they experienced a lot of what? \nchoices: (A) stress, (B) efficiency, (C) aggravation", + "output": [ + "stress" + ] + }, + { + "input": "Sentence: a mouse trap can capture and injure mice. \nQuestion: Where is cheese likely to be dangerous for some creatures? \nchoices: (A) fridge, (B) plate, (C) mouse trap", + "output": [ + "mouse trap" + ] + }, + { + "input": "Sentence: although all of these answers could be a result of someone lying the best choice is that a person will avoid eye contact. this is one of the top 5 clues that a police officer will look for in an investigation. \nQuestion: What is a common sign that someone is lying? \nchoices: (A) blush, (B) avoid eye contact, (C) feel guilty", + "output": [ + "avoid eye contact" + ] + }, + { + "input": "Sentence: restaurant is the only place you could purchase food from and have a meal. \nQuestion: What is another name for eatery? \nchoices: (A) commercial building, (B) restaurant, (C) town", + "output": [ + "restaurant" + ] + }, + { + "input": "Sentence: if your punched in the nose,your eyes will fill with tears \nQuestion: If your punched in the nose, your eyes will probably do what? \nchoices: (A) dry out, (B) fill with tears, (C) see work", + "output": [ + "fill with tears" + ] + }, + { + "input": "Sentence: the a choice is also valid, unlike he must be an very spiritual person. \nQuestion: James was dedicated to contemplating things. What did he seek? \nchoices: (A) new insights, (B) hesitation, (C) enlightenment", + "output": [ + "enlightenment" + ] + }, + { + "input": "Sentence: neither a paragraph or sentence is going to give you more space. \nQuestion: There wasn't enough space. You need to get a bigger what? \nchoices: (A) box, (B) paragraph, (C) sentence", + "output": [ + "box" + ] + }, + { + "input": "Sentence: long mirror is found in dressing room to view completely while dressing \nQuestion: Where is a mirror usually long? \nchoices: (A) bedroom, (B) car, (C) dressing room", + "output": [ + "dressing room" + ] + }, + { + "input": "Sentence: collection of books is not a kind of thing it is always found. \nQuestion: What is not always found in a large volume? \nchoices: (A) set of books, (B) collection of books, (C) library", + "output": [ + "collection of books" + ] + }, + { + "input": "Sentence: near doesn't specify enough to make sense as an option. either of the others could possibly do, but park is also a little vague without another descriptor, so town is the best answer. \nQuestion: There is only one soccer field in the area, and people love to play there. Where might the soccer field be? \nchoices: (A) near, (B) town, (C) park", + "output": [ + "town" + ] + }, + { + "input": "Sentence: he decided it was time for cashing at the bike race \nQuestion: The artist knew that this was the peak of his fandom, so he decided it was time for cashing in by doing what? \nchoices: (A) selling out, (B) happy, (C) receiving money", + "output": [ + "selling out" + ] + }, + { + "input": "Sentence: a tennis court is the venue where the sport of tennis is played. it is a firm rectangular surface with a low net stretched across the center. \nQuestion: The student liked to play tennis, she frequented the tennis court on the what? \nchoices: (A) athletic club, (B) college campus, (C) recreational center", + "output": [ + "college campus" + ] + }, + { + "input": "Sentence: emotional people are show there moods by showing expression, such as on their face or body language \nQuestion: What does an emotional person tend to be? \nchoices: (A) expressive, (B) eat every day, (C) excited", + "output": [ + "expressive" + ] + }, + { + "input": "Sentence: marmot are found in switzerland \nQuestion: What country can a marmot be found? \nchoices: (A) american forest, (B) northern climates, (C) switzerland", + "output": [ + "switzerland" + ] + }, + { + "input": "Sentence: a heart attack is the only likely result of lethal stress. \nQuestion: Which effect of stress could cause death if not treated immediately? \nchoices: (A) heart attacks, (B) headache, (C) depression", + "output": [ + "heart attacks" + ] + }, + { + "input": "Sentence: sore feet are caused by walking for long distances \nQuestion: After walking a dog for a long time what do you have? \nchoices: (A) tiredness, (B) pride, (C) sore feet", + "output": [ + "sore feet" + ] + }, + { + "input": "Sentence: skill is what's most necessary to be great at tennis. \nQuestion: What is required to be good at playing tennis? \nchoices: (A) tennis racket, (B) legs, (C) skill", + "output": [ + "skill" + ] + }, + { + "input": "Sentence: to have that many homes together as full houses would take up a lot of land. a apartment can do the same thing without using so much land. \nQuestion: Where could you find 10 or 100 home that are attached together? \nchoices: (A) neighborhood, (B) apartment building, (C) city or town", + "output": [ + "apartment building" + ] + }, + { + "input": "Sentence: special is what we are often told. \nQuestion: Everyone is ordinary but we are often told we are what? \nchoices: (A) exceptional, (B) special, (C) unbelievable", + "output": [ + "special" + ] + }, + { + "input": "Sentence: learning involves studying or reading, and that is best done with a book \nQuestion: From where can you learn the anatomy of a blowfish? \nchoices: (A) france, (B) books, (C) fish market", + "output": [ + "books" + ] + }, + { + "input": "Sentence: exercise have the ultimate function of making someone lose weight. \nQuestion: Many addicts turn to exercise to deal with their addictions, this is because it is a healthy way to do what? \nchoices: (A) stretch, (B) weigh, (C) expend energy", + "output": [ + "expend energy" + ] + }, + { + "input": "Sentence: typically hamburgers have the option of adding cheese and toppings. \nQuestion: Randy was suffering from great hunger and he didn't even need cheese or toppings, he just wanted to what? \nchoices: (A) eat hamburger, (B) eat breakfast, (C) buy food", + "output": [ + "eat hamburger" + ] + }, + { + "input": "Sentence: curious person will ask questions \nQuestion: The child was curious about something, what did he do? \nchoices: (A) acting out, (B) grow up, (C) ask questions", + "output": [ + "ask questions" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: When someone isn't ridiculous at all they are what? \nchoices: (A) straightforward, (B) serious, (C) somber", + "output": [ + "serious" + ] + }, + { + "input": "Sentence: when someone does not say what they mean, they can be considered to be lying. \nQuestion: Most people won't always say what they mean. They're twisty like that. They want to avoid conflict. You have to use your brain if you want to understand. What do most people due sometimes? \nchoices: (A) lie, (B) read books, (C) think", + "output": [ + "lie" + ] + }, + { + "input": "Sentence: washington state is on the pacific ocean \nQuestion: A beaver is taking logs from a Pacific beach, where is it located? \nchoices: (A) washington, (B) books, (C) ontario", + "output": [ + "washington" + ] + }, + { + "input": "Sentence: historically, the proper way to refer to building a barn is not \"build\" but technically raise. \nQuestion: The old barn was beyond repair, they had to destroy it before they could what a new one? \nchoices: (A) build, (B) make, (C) raise", + "output": [ + "raise" + ] + }, + { + "input": "Sentence: people will be in populated areas. \nQuestion: Sammy wanted to go to where the people were. Where might he go? \nchoices: (A) roadblock, (B) race track, (C) populated areas", + "output": [ + "populated areas" + ] + }, + { + "input": "Sentence: a bus station is a structure where city or intercity buses stop to pick up and drop off passengers. while the term bus depot also refers to a bus station, \nQuestion: What could you find at a bus station that can help you? \nchoices: (A) maps, (B) street, (C) city centre", + "output": [ + "maps" + ] + }, + { + "input": "Sentence: invitations are usually to celebrations \nQuestion: Billy was happy that you improved yourself. He invited you to do what? \nchoices: (A) meditate, (B) feel better about yourself, (C) celebrate", + "output": [ + "celebrate" + ] + }, + { + "input": "Sentence: glass is used in the following non-exhaustive list of products: packaging (jars for food, bottles for drinks, flacon for cosmetics and pharmaceuticals) tableware (drinking glasses, plate, cups, bowls) housing and buildings (windows, facades, conservatory, insulation, reinforcement structures) \nQuestion: If want to drink something politely, what vessel should I use? \nchoices: (A) eat first, (B) open mouth, (C) use glass", + "output": [ + "use glass" + ] + }, + { + "input": "Sentence: the laundromat is the only thing that would take quarters \nQuestion: The machine only took quarters, and he only had enough for one load at the what? \nchoices: (A) street, (B) assembly line, (C) laundromat", + "output": [ + "laundromat" + ] + }, + { + "input": "Sentence: stories are found inside books \nQuestion: A child can enjoy stories about a talking beaver in what communication item? \nchoices: (A) wooded area, (B) body of water, (C) books", + "output": [ + "books" + ] + }, + { + "input": "Sentence: men would keep sunglasses in their shirt pocket as they wouldn't be carrying a purse. \nQuestion: Where is a man likely to keep his sunglasses? \nchoices: (A) purse, (B) drugstore, (C) shirt pocket", + "output": [ + "shirt pocket" + ] + }, + { + "input": "Sentence: a 4.0 is a perfect gpa \nQuestion: After taking my final exams I got my grades back and had a 4.0 gpa, how did I feel? \nchoices: (A) success, (B) graduation, (C) failure", + "output": [ + "success" + ] + }, + { + "input": "Sentence: surfing the net is the only option that can be done within the home. \nQuestion: What would you do if you have curiosity about something but cannot leave your house? \nchoices: (A) hear testimony, (B) see exhibits, (C) surf net", + "output": [ + "surf net" + ] + }, + { + "input": "Sentence: using a phone to pay for goods would result in no need for change \nQuestion: Billy didn't make change for John, in spite of the resolution, because John used his phone instead of what? \nchoices: (A) paper money, (B) stagnation, (C) tradition", + "output": [ + "paper money" + ] + }, + { + "input": "Sentence: his friend was already present at the suggested place for fishing \nQuestion: He called his friend to go fishing, but his friend surprised him by saying he was already out there what? \nchoices: (A) catch fish, (B) wade in, (C) catching fish", + "output": [ + "catching fish" + ] + }, + { + "input": "Sentence: when experiencing loneliness meet friend \nQuestion: When experiencing loneliness who would be a good person to see? \nchoices: (A) socialize, (B) make people laugh, (C) meet friend", + "output": [ + "meet friend" + ] + }, + { + "input": "Sentence: executives are usually in the top floor of an office building \nQuestion: Where do executives sit on the top floor? \nchoices: (A) office building, (B) apartment building, (C) tall building", + "output": [ + "office building" + ] + }, + { + "input": "Sentence: new jersey has tolls and most of new england doesn't \nQuestion: Where is a motorway likely to have tolls? \nchoices: (A) new jersey, (B) city, (C) england", + "output": [ + "new jersey" + ] + }, + { + "input": "Sentence: \"cooked food\" is past tense, so that one doesn't apply, and \"having dinner\", can't be right either, so this option must be right. \nQuestion: If someone comes in the room while you're cooking what are they hoping to do? \nchoices: (A) cooked food, (B) get food, (C) having dinner", + "output": [ + "get food" + ] + }, + { + "input": "Sentence: pharmacies dont prevent childbirth \nQuestion: What will a contraceptive device avoid the creation of? \nchoices: (A) pharmacy, (B) drugstore, (C) person", + "output": [ + "person" + ] + }, + { + "input": "Sentence: when there are lots of dirty things the only option it to clean. \nQuestion: The stack of dirty dishes was quite high, it was definitely time to what? \nchoices: (A) bright, (B) sportsmanlike, (C) clean", + "output": [ + "clean" + ] + }, + { + "input": "Sentence: liquid is generally stored in a container can \nQuestion: What is generally stored in a container can? \nchoices: (A) liquid, (B) pantry, (C) garage", + "output": [ + "liquid" + ] + }, + { + "input": "Sentence: you can sing with your voice \nQuestion: What could you make with your voice? \nchoices: (A) radio, (B) song, (C) telephone", + "output": [ + "song" + ] + }, + { + "input": "Sentence: the question is about what she does to the sand castle, so this aspect of the question is most important \nQuestion: Sally needed a break from her hard work. She took a vacation, and decided to do what to a sand castle? \nchoices: (A) put together, (B) construct, (C) piece together", + "output": [ + "construct" + ] + }, + { + "input": "Sentence: a hotel would make the most sense to have a reservation at \nQuestion: John walked up to the reception desk and rang a bell. He waited for five minutes and told the reception person that he had a reservation. Where might he be? \nchoices: (A) large office, (B) at hotel, (C) real estate office", + "output": [ + "at hotel" + ] + }, + { + "input": "Sentence: new york is adjacent to the atlantic ocean, not michigan, and a nursery would not have anemone. \nQuestion: The anemone was being harvested for sale in New York, where was it likely taken from? \nchoices: (A) nursery, (B) atlantic ocean, (C) michigan", + "output": [ + "atlantic ocean" + ] + }, + { + "input": "Sentence: you would not get books in a bag filed with clothes. \nQuestion: Where would you get a bag after someone fills it with clothes? \nchoices: (A) bookstore, (B) shopping cart, (C) shopping mall", + "output": [ + "shopping mall" + ] + }, + { + "input": "Sentence: because magicians or magicians work with letters \nQuestion: The magician guessed it was a king, he was very good with a what? \nchoices: (A) chess set, (B) chess game, (C) deck of cards", + "output": [ + "deck of cards" + ] + }, + { + "input": "Sentence: a person would want to have a rubber handy and in a private place. \nQuestion: Where do people keep a rubber for sex? \nchoices: (A) classroom, (B) bedside table, (C) drug store", + "output": [ + "bedside table" + ] + }, + { + "input": "Sentence: these are located in a computer \nQuestion: When distributing SATA connections where would you find a busbar? \nchoices: (A) computer, (B) power station, (C) local area network", + "output": [ + "computer" + ] + }, + { + "input": "Sentence: most restaurants will have the place setting already on the table and the silverware will be rolled up in cloth napkins. there are also many tables in restaurants \nQuestion: Where would you find many tables of silverware rolled into nice displayed napkins? \nchoices: (A) table, (B) restaurant, (C) cupboard", + "output": [ + "restaurant" + ] + }, + { + "input": "Sentence: the crab can go to a tide pool naturaly. \nQuestion: The crab was separated from his compatriots out in the sea, where was he likely to be? \nchoices: (A) beach sand, (B) cooking pot, (C) tide pool", + "output": [ + "tide pool" + ] + }, + { + "input": "Sentence: dec 27, 2018 - causes of itchy skin include: skin conditions. many skin conditions itch, including dry skin (xerosis), eczema (dermatitis), psoriasis, scabies, burns, scars, insect bites and hives. internal diseases. itchy skin can be a symptom of an underlying illness. \nQuestion: How will skin feel after contact with poison ivy? \nchoices: (A) feel cold, (B) itches, (C) feel pressure", + "output": [ + "itches" + ] + }, + { + "input": "Sentence: an electric store is the only option that sells things. \nQuestion: Where can you buy an electric fan? \nchoices: (A) computer, (B) hardware store, (C) closet", + "output": [ + "hardware store" + ] + }, + { + "input": "Sentence: demonstrations take place at trade fairs \nQuestion: Today was a big day at the trade show, he was finally going to show off his product to the public and give a what? \nchoices: (A) demonstration, (B) shelf, (C) market", + "output": [ + "demonstration" + ] + }, + { + "input": "Sentence: farms only exist in the countryside, not the wilderness or forest. \nQuestion: Where a small stream goes between farms? \nchoices: (A) forest, (B) countryside, (C) wilderness", + "output": [ + "countryside" + ] + }, + { + "input": "Sentence: to overcome illness is to get healthy \nQuestion: WHat does someone who is weak from illness need to get ? \nchoices: (A) healthy, (B) potent, (C) strong", + "output": [ + "healthy" + ] + }, + { + "input": "Sentence: definition of smile - form one's features into a pleased, kind, or amused expression, typically with the corners of the mouth turned up and the front te. \nQuestion: When meeting people, what kind of gesture do you usually give? \nchoices: (A) smile, (B) being bored, (C) stress", + "output": [ + "smile" + ] + }, + { + "input": "Sentence: a liquid is what is 4.5% alcohol and beer is the only thing listed. \nQuestion: What can I find that is about 4.5% alcohol? \nchoices: (A) pub, (B) fraternity house, (C) beer", + "output": [ + "beer" + ] + }, + { + "input": "Sentence: container only thing that holds garbage of the three choices. \nQuestion: The person forgot to put a lid on the garbage, raccoons knocked all of it out of the what? \nchoices: (A) smells bad, (B) container, (C) composted", + "output": [ + "container" + ] + }, + { + "input": "Sentence: marmots are native to south america \nQuestion: What continent is a marmot likely to be found on? \nchoices: (A) new zealand, (B) wilderness, (C) south america", + "output": [ + "south america" + ] + }, + { + "input": "Sentence: when someone is hungry at night they should have food \nQuestion: If someone has hunger in the middle of the night what should they do? \nchoices: (A) have lunch, (B) have food, (C) cook dinner", + "output": [ + "have food" + ] + }, + { + "input": "Sentence: you are truly interested in something when you are deeply engaged and focused on that activity. \nQuestion: When someone is deeply involved while they watch a film, the film must be very? \nchoices: (A) have fun, (B) see what happens, (C) interesting", + "output": [ + "interesting" + ] + }, + { + "input": "Sentence: only thing missing in the faces of a cube is the front. \nQuestion: A cube has a top, bottom, two sides and what else? \nchoices: (A) front back, (B) in between, (C) center", + "output": [ + "front back" + ] + }, + { + "input": "Sentence: secular holidays are usually only one or two days and changeable. \nQuestion: What is often true about secular holidays? \nchoices: (A) frequent, (B) short term, (C) eternal", + "output": [ + "short term" + ] + }, + { + "input": "Sentence: soft and senstive persons aren't expected to be stoic while being tested, so it's normal to be surprised when this happens. \nQuestion: She was known for be soft and sensitive, but when all their wills were tested she was the only one who stood what? \nchoices: (A) resistant, (B) stoic, (C) uncaring", + "output": [ + "stoic" + ] + }, + { + "input": "Sentence: reproduce because the reason people have children is to continue their legacy. \nQuestion: What are humans doing when they have offspring? \nchoices: (A) hear sounds, (B) drive cars, (C) reproduce", + "output": [ + "reproduce" + ] + }, + { + "input": "Sentence: to escape and to be in safe place. \nQuestion: The soldiers were on the run and in danger, they entered a building to hold up but first they had to make sure it was what? \nchoices: (A) safety, (B) being safe, (C) secure", + "output": [ + "secure" + ] + }, + { + "input": "Sentence: horses are found on a ranch. \nQuestion: What do children like to do on a ranch? \nchoices: (A) watch tv, (B) learn together, (C) ride horses", + "output": [ + "ride horses" + ] + }, + { + "input": "Sentence: dirt is the only applicable answer \nQuestion: What does an apple tree need to grow? \nchoices: (A) south africa, (B) dirt, (C) paradise", + "output": [ + "dirt" + ] + }, + { + "input": "Sentence: a bookstore is large enough to find endless shelves. \nQuestion: Where are you likely to find endless shelves? \nchoices: (A) cupboard, (B) bookstore, (C) refrigerator", + "output": [ + "bookstore" + ] + }, + { + "input": "Sentence: there were other sinks, and laundry room describes a specific room in which he went. \nQuestion: John's kitchen sink was clogged. He had other sinks, though, and ended up washing dishes where? \nchoices: (A) home, (B) neighbor's house, (C) laundry room", + "output": [ + "laundry room" + ] + }, + { + "input": "Sentence: theatre's typically have balconies for watching shows. \nQuestion: Where is someone likely to watch a show from a balcony? \nchoices: (A) new orleans, (B) theatre, (C) movie house", + "output": [ + "theatre" + ] + }, + { + "input": "Sentence: at the end of a meeting you'd leave, not spin or work \nQuestion: If you've ended your visit with someone, what happens next? \nchoices: (A) work hard, (B) walk away, (C) turn around", + "output": [ + "walk away" + ] + }, + { + "input": "Sentence: people are most likely to find it gross to be sprayed with water in a bathroom. \nQuestion: The faucet on the wall sprayed water high into the air. It caught the light from the window and made a rainbow. It was very annoying and gross to people who came into this what? \nchoices: (A) sink, (B) water fountain, (C) restroom", + "output": [ + "restroom" + ] + }, + { + "input": "Sentence: procreation is the only way to continue a species (outside of modern labs) in living things. \nQuestion: what do living things do to continue the species? \nchoices: (A) increase in size, (B) move, (C) procreate", + "output": [ + "procreate" + ] + }, + { + "input": "Sentence: if he is going by road he would be at a bus depot \nQuestion: While waiting to be a road passenger he got hungry, so he found some vending machines in the what? \nchoices: (A) bus depot, (B) rest area, (C) airport", + "output": [ + "bus depot" + ] + }, + { + "input": "Sentence: only location that is in public and common to consume alcoholic beverages would be a bar. \nQuestion: Where in public would you consume alcoholic beverages? \nchoices: (A) fraternity house, (B) bar, (C) bowling alley", + "output": [ + "bar" + ] + }, + { + "input": "Sentence: welcome to the band web site, the definitive internet resource on one of the greatest ensembles in the history of rock music. this site is no longer (very) active, ... \nQuestion: The band was performing live, but if you looked close enough you'd realize the sound was previously what? \nchoices: (A) broadcast, (B) neutral, (C) recorded", + "output": [ + "recorded" + ] + }, + { + "input": "Sentence: strain is the only reaction to ssuffering \nQuestion: The print was extremely small, as he was reading letter after letter he began to suffer eye what? \nchoices: (A) happiness, (B) strain, (C) realization", + "output": [ + "strain" + ] + }, + { + "input": "Sentence: countries and dependencies of the world in alphabetical order from a to z and by letter, showing current population estimates \nQuestion: Aberdeen is a large city in what country? \nchoices: (A) washington, (B) scotland, (C) south dakota", + "output": [ + "scotland" + ] + }, + { + "input": "Sentence: while it is possible a sofabed would be in a living or sitting room, a spare room is the likeliest room for sleeping. \nQuestion: Where would a sofabed be used only for guests? \nchoices: (A) sitting room, (B) spare room, (C) living room", + "output": [ + "spare room" + ] + }, + { + "input": "Sentence: to get around means moving to different places and without wings they will need to crawl. \nQuestion: Female ants don't have wings and can only get around by doing what? \nchoices: (A) follow one another, (B) fly, (C) crawl", + "output": [ + "crawl" + ] + }, + { + "input": "Sentence: only at a phone booth would the equipment be for making a call. \nQuestion: Where would a human make a public call be made? \nchoices: (A) phone booth, (B) clothing store, (C) swimming pool", + "output": [ + "phone booth" + ] + }, + { + "input": "Sentence: if you are careful you can prevent accidents. \nQuestion: What must one be careful about when learning about science? \nchoices: (A) smiles, (B) accidents, (C) frustration", + "output": [ + "accidents" + ] + }, + { + "input": "Sentence: a library is quiet and has access to information \nQuestion: James was a student who had a report that is due tomorrow. Where might he spend most of his time today? \nchoices: (A) university, (B) library, (C) classroom", + "output": [ + "library" + ] + }, + { + "input": "Sentence: if you lay football carelessly you will hurt yourself. \nQuestion: What is an effect of playing football too carelessly? \nchoices: (A) satisfaction, (B) competitiveness, (C) injuries", + "output": [ + "injuries" + ] + }, + { + "input": "Sentence: the closest and most accurate option \nQuestion: Sam wanted a permanent way to stop the Crimson King from destroying the universe, but the only solution he could find was what? \nchoices: (A) transient, (B) temporary, (C) sometimes there", + "output": [ + "temporary" + ] + }, + { + "input": "Sentence: a person who learns becomes enlightened \nQuestion: What does learning about world lead to? \nchoices: (A) confusion, (B) enlightenment, (C) sadness", + "output": [ + "enlightenment" + ] + }, + { + "input": "Sentence: a and b discuss emotions not explicitly described in the question. they also do not fit the question grammatically. \nQuestion: The husband never worked a day, but after getting divorced received alimony, what did he become as a result? \nchoices: (A) bad feelings, (B) emotional distress, (C) richer", + "output": [ + "richer" + ] + }, + { + "input": "Sentence: castles normally have a great large wooden door at the front, unlike airports and other buildings \nQuestion: What doorway is likely to have a large wooden door? \nchoices: (A) castle, (B) every building, (C) airport", + "output": [ + "castle" + ] + }, + { + "input": "Sentence: studios is where music is made. \nQuestion: Where would you find a monitor wall that is used for visualizing sounds? \nchoices: (A) department store, (B) studios, (C) hospital", + "output": [ + "studios" + ] + }, + { + "input": "Sentence: apartments do not often have root cellars, and are not restaurants. a pantry is closest to james inside his apartment \nQuestion: James was cooking s stew in his apartment kitchen. Where might he look for a potato. \nchoices: (A) root cellar, (B) pantry, (C) restaurants", + "output": [ + "pantry" + ] + }, + { + "input": "Sentence: because to cook well and good taste \nQuestion: The temperature was inadequate for cooking turkey, what did it need to do? \nchoices: (A) drop to zero, (B) increase, (C) heat up", + "output": [ + "increase" + ] + }, + { + "input": "Sentence: dogs need to drink water when they are hot \nQuestion: Dogs get hot and tired, then they like to sloppily do what? \nchoices: (A) sleep, (B) drink water, (C) eat meat", + "output": [ + "drink water" + ] + }, + { + "input": "Sentence: when one is away from home then one would get excited when they see the home team \nQuestion: Mario was away for the first time. He was excited when he met the what? \nchoices: (A) at home, (B) home team, (C) present", + "output": [ + "home team" + ] + }, + { + "input": "Sentence: they got the game because its usually expensive, but it was on sale \nQuestion: The game was on sale. I got it then because it was usually what? \nchoices: (A) overpriced, (B) expensive, (C) buying", + "output": [ + "expensive" + ] + }, + { + "input": "Sentence: learning is the process of acquiring new, or modifying existing, knowledge, behaviors, skills, values, or preferences. the ability to learn is possessed by humans ... \nQuestion: Susan was playing games with her five year old son Tim. She played them because they were designed to help him with something. What might they help a child with? \nchoices: (A) learning, (B) competitiveness, (C) relaxation", + "output": [ + "learning" + ] + }, + { + "input": "Sentence: you make time to go and visit the person intended. \nQuestion: What is something you do when you want to see someone? \nchoices: (A) make time, (B) make payments, (C) make noise", + "output": [ + "make time" + ] + }, + { + "input": "Sentence: is the option closest to the question \nQuestion: Where would keep a saucepan when it's not in use? \nchoices: (A) italian restaurant, (B) georgia, (C) kitchen cupboard", + "output": [ + "kitchen cupboard" + ] + }, + { + "input": "Sentence: being calm in the library \nQuestion: Where would excitement not be allowed? \nchoices: (A) library, (B) car show, (C) hockey game", + "output": [ + "library" + ] + }, + { + "input": "Sentence: you live comfortably when you're well off, perfect world doesn't make sense and eat well isn't broad enough \nQuestion: A person who is well off has the simplest of luxuries that they can just do what? \nchoices: (A) perfect world, (B) live comfortably, (C) eat well", + "output": [ + "live comfortably" + ] + }, + { + "input": "Sentence: falling typically causes injuries \nQuestion: While performing she fell off the stage causing what? \nchoices: (A) injury, (B) fear, (C) action", + "output": [ + "injury" + ] + }, + { + "input": "Sentence: a museum is the most likely place to see a bone on display. \nQuestion: Where could you see a bone? \nchoices: (A) museum, (B) arm, (C) cow", + "output": [ + "museum" + ] + }, + { + "input": "Sentence: people love orchestra \nQuestion: Where can you find many musician with people listening to them? \nchoices: (A) studio, (B) orchestra, (C) stage", + "output": [ + "orchestra" + ] + }, + { + "input": "Sentence: a building is the only place where he would be able to store his personal belongings. \nQuestion: When the man needed storage for his personal belongings, what did he look to rent? \nchoices: (A) michigan, (B) warehouse, (C) building", + "output": [ + "building" + ] + }, + { + "input": "Sentence: faulty, negligent, or fraudulent practices -- like those that could constitute a crime -- would extremely worry a company's auditors. \nQuestion: My company's auditors are extremely worried about my practices. Should I care? \nchoices: (A) own resources, (B) branch out, (C) commit crime", + "output": [ + "commit crime" + ] + }, + { + "input": "Sentence: they were unsure so asking questions would help \nQuestion: The student wasn't sure of the answer, what could they do to find it? \nchoices: (A) learn to read, (B) complete test, (C) ask questions", + "output": [ + "ask questions" + ] + }, + { + "input": "Sentence: \"sunny days\" is a song by dutch dj and record producer armin van buuren. it features the vocals from american singer-songwriter josh cumbee. the song was ... \nQuestion: The person was sick of the cold rain, what did he long for? \nchoices: (A) all kinds of things, (B) sunny days, (C) drink water", + "output": [ + "sunny days" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: If you have rotten food when eating breakfast in bed what will you be doing? \nchoices: (A) vomiting, (B) mess, (C) contentment", + "output": [ + "vomiting" + ] + }, + { + "input": "Sentence: you don't want to fall from a high cliff \nQuestion: If you're using your reaching advantage on a high cliff what should you be careful not to do? \nchoices: (A) fall, (B) victory, (C) being ahead", + "output": [ + "fall" + ] + }, + { + "input": "Sentence: couple definition: 1. two or a few things that are similar or the same, or two or a few people who are in some way connected: 2. two people who are married or in ... \nQuestion: What is important for a couple to do? \nchoices: (A) communicate, (B) marry each other, (C) row about", + "output": [ + "communicate" + ] + }, + { + "input": "Sentence: normally you don't have saws in toolkits. \nQuestion: The saw was not necessary for car repair, so what wasn't it included with during pucrhase? \nchoices: (A) toolbox, (B) tool kit, (C) hardware store", + "output": [ + "tool kit" + ] + }, + { + "input": "Sentence: on televisions, you can usually fast forward through shows and movies. \nQuestion: Where can you fast forward through advertisements? \nchoices: (A) television, (B) subway, (C) mail box", + "output": [ + "television" + ] + }, + { + "input": "Sentence: a shaving kit would be where a razor is stored. \nQuestion: James was traveling abroad for a few weeks and he had trouble finding his double edged razor. He eventually found it together with some cream and a small comb. What did he find it in? \nchoices: (A) medicine cabinet, (B) shaving kit, (C) first aid kit", + "output": [ + "shaving kit" + ] + }, + { + "input": "Sentence: sarah didn't want to hurt james' feelings. \nQuestion: James thought that he was original, but really his story was exactly like many others. Sarah didn't want to hurt his feelings so she didn't say anything. What might she have done while listening? \nchoices: (A) derivative, (B) simile, (C) reproduction", + "output": [ + "simile" + ] + }, + { + "input": "Sentence: legs are the only beneficial option to running \nQuestion: Dogs run around all day, it's a good thing they have what? \nchoices: (A) fleas, (B) bones, (C) four legs", + "output": [ + "four legs" + ] + }, + { + "input": "Sentence: you can gain understanding or decide on an action by thinking but contemplating ideas implies big revelations \nQuestion: When you spend time contemplating ideas what will you get? \nchoices: (A) revelations, (B) understanding, (C) action", + "output": [ + "revelations" + ] + }, + { + "input": "Sentence: the president gives medals to soldiers. \nQuestion: Where might a soldier be honored? \nchoices: (A) war zone, (B) white house, (C) battlefield", + "output": [ + "white house" + ] + }, + { + "input": "Sentence: the feathers and wings of a bird help it fly not land. \nQuestion: The bird flew around and around, finally it landed on a branch with its what? \nchoices: (A) feathers, (B) two legs, (C) two wings", + "output": [ + "two legs" + ] + }, + { + "input": "Sentence: since there is a lot of traffic in the area, there is a lot more carbon dioxide emission in the area. \nQuestion: John was living in a big city. It had many roads and a lot of traffic. He liked it, but didn't appreciate the smell. He thought that there was too much what? \nchoices: (A) have experiences, (B) pollution, (C) happiness", + "output": [ + "pollution" + ] + }, + { + "input": "Sentence: sloths' habitat is tropical rainforests. \nQuestion: A sloth is often found napping in the branches of what damp region? \nchoices: (A) tropical rainforest, (B) nature preserve, (C) forest canopy", + "output": [ + "tropical rainforest" + ] + }, + { + "input": "Sentence: to have a healthy moisturized skin \nQuestion: The person put on lotion, what did they want? \nchoices: (A) good credit, (B) smooth skin, (C) fresh produce", + "output": [ + "smooth skin" + ] + }, + { + "input": "Sentence: the poet was a teacher \nQuestion: The poet was being analyzed by younger people, where was this happening? \nchoices: (A) classroom, (B) university, (C) home", + "output": [ + "classroom" + ] + }, + { + "input": "Sentence: you don't have movies or an opera house in a church \nQuestion: What would a soprano be a part of in church? \nchoices: (A) choir, (B) movie, (C) opera house", + "output": [ + "choir" + ] + }, + { + "input": "Sentence: the horse (equus ferus caballus) is one of two extant subspecies of equus ferus. it is an odd-toed ungulate mammal belonging to the taxonomic family equidae. \nQuestion: Joe likes horses. He likes how they move. Unfortunately he can't keep them because he can't provide for them. What is one thing that horses need to do to live? \nchoices: (A) drink water, (B) trot, (C) canter", + "output": [ + "drink water" + ] + }, + { + "input": "Sentence: a conference is the most likely place to learn about someones papers \nQuestion: Where could you learn about someone's paper? \nchoices: (A) conference, (B) front door, (C) suitcase", + "output": [ + "conference" + ] + }, + { + "input": "Sentence: it's the most correct word in the phrase structure. \nQuestion: Sam didn't care about what company he kept on Christmas. He just didn't want to be what? \nchoices: (A) alone, (B) loneliness, (C) solitude", + "output": [ + "alone" + ] + }, + { + "input": "Sentence: hands are easier to wash than a mouth and septic tank which are hard to get to \nQuestion: Where is bacteria easy to wash off? \nchoices: (A) mouth, (B) finger, (C) septic tank", + "output": [ + "finger" + ] + }, + { + "input": "Sentence: a powerful imagination can lead you to say things that others think are not truthful \nQuestion: She was not lying intentionally, but she had a powerful what? \nchoices: (A) deceitful, (B) dishonesty, (C) imagination", + "output": [ + "imagination" + ] + }, + { + "input": "Sentence: students solve equations on tests. \nQuestion: What will the student have to do on the test? \nchoices: (A) begin teaching, (B) finish college, (C) solve equation", + "output": [ + "solve equation" + ] + }, + { + "input": "Sentence: travelling aimlessly from place to place; itinerant. \"a wandering preacher\" \nQuestion: A cat is wandering outside, where is likely to be found? \nchoices: (A) family room, (B) comfortable position, (C) residential area", + "output": [ + "residential area" + ] + }, + { + "input": "Sentence: you need to have the map in possession in order to use it. \nQuestion: Where should I have a map that I want to use soon? \nchoices: (A) suitcase, (B) rest area, (C) posession", + "output": [ + "posession" + ] + }, + { + "input": "Sentence: a ream of paper is what the printer is out of. \nQuestion: The company printer was out of paper, so the IT guy went and got another what? \nchoices: (A) ream, (B) copy machine, (C) stock certificate", + "output": [ + "ream" + ] + }, + { + "input": "Sentence: fridges keep things from spoiling because it keeps food cold and safe. \nQuestion: The turkey needed to be kept from spoiling, what is useful in this situation? \nchoices: (A) refrigerator, (B) oven, (C) fridge", + "output": [ + "fridge" + ] + }, + { + "input": "Sentence: sunlight requires a window and windows sills arent cleaned very often hence the dust on them \nQuestion: Where is dust likely to be visible in sunlight? \nchoices: (A) carpet, (B) windowsill, (C) ground", + "output": [ + "windowsill" + ] + }, + { + "input": "Sentence: i typically buy apples at the grocery store. \nQuestion: where do you typically buy apples? \nchoices: (A) fridge, (B) farmers market, (C) grocery store", + "output": [ + "grocery store" + ] + }, + { + "input": "Sentence: ancestors are long gone, so they could be found, for example, in a place like this. \nQuestion: Where would you go to look for your human ancestors? \nchoices: (A) interesting place, (B) gravesite, (C) temperate climate", + "output": [ + "gravesite" + ] + }, + { + "input": "Sentence: killing is a crime and criminals go to jail \nQuestion: What will happen if you're caught killing people? \nchoices: (A) mass hysteria, (B) go to prison, (C) getting in trouble", + "output": [ + "go to prison" + ] + }, + { + "input": "Sentence: when a plant dies, a new plant usually grows in it's place. \nQuestion: A plant must do what to make another grow? \nchoices: (A) gets bigger, (B) increasing in size, (C) die", + "output": [ + "die" + ] + }, + { + "input": "Sentence: youve already been injured so you want to prevent infection \nQuestion: What do you want to prevent after you get an injury? \nchoices: (A) become infected, (B) cause death, (C) cause bleeding", + "output": [ + "become infected" + ] + }, + { + "input": "Sentence: books are physically bound, so its not about content (words or knowledge). cover is the only physical aspect of a book listed. \nQuestion: What bounds a book? \nchoices: (A) many words, (B) knowledge, (C) cover", + "output": [ + "cover" + ] + }, + { + "input": "Sentence: being in a cage is being in captivity. \nQuestion: The lizard looked longingly out of its cage, what was the lizards status? \nchoices: (A) encyclopedia, (B) captivity, (C) costa rica", + "output": [ + "captivity" + ] + }, + { + "input": "Sentence: an honor killing is the only choice that is all about justice with revenge mixed in. \nQuestion: What might an honor killing attempt to achieve? \nchoices: (A) criminal trial, (B) guilty conscience, (C) retribution", + "output": [ + "retribution" + ] + }, + { + "input": "Sentence: school is a place to learn \nQuestion: A person doesn't have to keep going to school to what? \nchoices: (A) talk to himself, (B) continue learning, (C) cast shadow", + "output": [ + "continue learning" + ] + }, + { + "input": "Sentence: answering wrongly can lead to embarrassment \nQuestion: What will happen after answering questions incorrectly? \nchoices: (A) children will learn, (B) embarassment, (C) better grade", + "output": [ + "embarassment" + ] + }, + { + "input": "Sentence: mummies do not decompose because their bodies are preserved. \nQuestion: What happens to most living things after death but not to mummies? \nchoices: (A) burial, (B) decomposition, (C) rebirth", + "output": [ + "decomposition" + ] + }, + { + "input": "Sentence: it would be assumed that it may have rolled off the shelf and onto the floor. the pencil needed to go back to where it was. \nQuestion: The pencil fell to the floor. John picked it up and put it back where it was. Where did john put it? \nchoices: (A) cup, (B) office depot, (C) shelf", + "output": [ + "shelf" + ] + }, + { + "input": "Sentence: hockey is a violent sport where lose of teeth is common. \nQuestion: What sport do fans often watch people loose teeth? \nchoices: (A) soccer game, (B) hockey game, (C) sporting event", + "output": [ + "hockey game" + ] + }, + { + "input": "Sentence: potatoes usually come with steaks at a steakhouse and since you are ordering something this is the most likely answer. \nQuestion: Where will you commonly get a potato with your order? \nchoices: (A) steak house, (B) beef stew, (C) cooking pot", + "output": [ + "steak house" + ] + }, + { + "input": "Sentence: he needs to think to find meaning in his new discoveries. \nQuestion: The archaeologist was seeing artifacts that made no sense, so what did he do? \nchoices: (A) painful memories, (B) thinking, (C) angry", + "output": [ + "thinking" + ] + }, + { + "input": "Sentence: because serving coustomers is the only way at table wait \nQuestion: When she would wait tables she had to listen to and what? \nchoices: (A) tipping, (B) serve customers, (C) serve food", + "output": [ + "serve customers" + ] + }, + { + "input": "Sentence: they long for the countryside they lived, with much less noise than the city. \nQuestion: The cows were lost in the city and hated the noise, what did they long for? \nchoices: (A) countryside, (B) farmyard, (C) fairgrounds", + "output": [ + "countryside" + ] + }, + { + "input": "Sentence: since there are many ways to potentially solve it, the answer could be considered ambiguous. \nQuestion: The answer to the question seemed apparent to him, but the many ways to potentially solve it made it more what to others? \nchoices: (A) hidden, (B) unapparent, (C) ambiguous", + "output": [ + "ambiguous" + ] + }, + { + "input": "Sentence: adjective. obtainable or accessible; capable of being made use of; at hand. us politics derogatory suitable for public office, usually as a result of having an inoffensive character smith was a particularly available candidate. \nQuestion: A product that has been out of stock but is now restocked is what? \nchoices: (A) available, (B) abundant, (C) plentiful", + "output": [ + "available" + ] + }, + { + "input": "Sentence: a judge's job is to be fair, they don't really tell anything \nQuestion: A judge was on his bench serving justice, what was his most important principle? \nchoices: (A) tell truth, (B) fair, (C) honest", + "output": [ + "fair" + ] + }, + { + "input": "Sentence: in order to drain water away their needs to be a proper incline and path for travel. \nQuestion: What draws ground water away from your and your neighbor's yard? \nchoices: (A) house next door, (B) ditch, (C) suburbs", + "output": [ + "ditch" + ] + }, + { + "input": "Sentence: some love failure boys should committed suicide \nQuestion: What emotion does committing murder induce? \nchoices: (A) problems, (B) go to jail, (C) fear", + "output": [ + "fear" + ] + }, + { + "input": "Sentence: the other options of suburbs and residential area do not make sense because they do not keep heat in. the only option that makes sense is the earth because it traps the air from leaving/ entering \nQuestion: John wanted a silo home. He did this because it's cheaper to heat and cool. What insulates a silo home? \nchoices: (A) residential area, (B) surface of earth, (C) suburbs", + "output": [ + "surface of earth" + ] + }, + { + "input": "Sentence: due to his inability to work he must apply to the government to approve his disability status requires them to not work. \nQuestion: He was injured and on disability, what did he need to have to receive government benefits? \nchoices: (A) qualification, (B) potence, (C) competency", + "output": [ + "qualification" + ] + }, + { + "input": "Sentence: people want god to make miracles happen \nQuestion: What gift do people claim that god has for people? \nchoices: (A) judge people, (B) everywhere, (C) work miracles", + "output": [ + "work miracles" + ] + }, + { + "input": "Sentence: if someone over exerts themselves after a long period of time, they get tired. \nQuestion: What would happen after dancing for a long time, even if it is cold and you are wearing comfortable shoes? \nchoices: (A) sweat, (B) becoming tired, (C) sore feet", + "output": [ + "becoming tired" + ] + }, + { + "input": "Sentence: bright sunshine has a great blinding factor to it. \nQuestion: John needed to find shade. He was being blinded by what? \nchoices: (A) sunny place, (B) full sunlight, (C) bright sunshine", + "output": [ + "bright sunshine" + ] + }, + { + "input": "Sentence: that is the only way to get money out of the options. \nQuestion: A retired person who finds they have a need for money often must do what? \nchoices: (A) earn living, (B) apply for job, (C) return to work", + "output": [ + "return to work" + ] + }, + { + "input": "Sentence: in conventional usage, boredom is an emotional and occasionally psychological state experienced when an individual is left without anything in particular to do, is not interested in his or her surroundings, or feels that a day or period is dull or tedious. \nQuestion: What can sitting in a room, waiting for an appointment lead to? \nchoices: (A) boredom, (B) impatience, (C) wisdom", + "output": [ + "boredom" + ] + }, + { + "input": "Sentence: a concert is a live music performance in front of an audience. the performance may be by a single musician, sometimes then called a recital, or by a musical ... \nQuestion: It was t he biggest concert in town, there wasn't an empty seat in the what? \nchoices: (A) auditorium, (B) show, (C) airplane", + "output": [ + "auditorium" + ] + }, + { + "input": "Sentence: is the option closest to the question \nQuestion: Sam was alone in spite of the fact that he was at a family reunion and mingling with what? \nchoices: (A) in crowd, (B) with someone, (C) many people", + "output": [ + "many people" + ] + }, + { + "input": "Sentence: because a book is similar toa stream \nQuestion: What is a body of water similar to a stream is called? \nchoices: (A) synagogue, (B) cup of coffee, (C) brook", + "output": [ + "brook" + ] + }, + { + "input": "Sentence: is the option closest to the question \nQuestion: I person is likely to say they are what after a good dance? \nchoices: (A) am happy, (B) express yourself, (C) like dancing", + "output": [ + "am happy" + ] + }, + { + "input": "Sentence: the common marmoset (callithrix jacchus) is a new world monkey. it originally lived on the northeastern coast of brazil, in the states of piaui, paraiba, ceará, rio grande do norte, pernambuco, alagoas and bahia. \nQuestion: What would make a wet marmoset happy? \nchoices: (A) warm climate, (B) shopping mall, (C) great outdoors", + "output": [ + "warm climate" + ] + }, + { + "input": "Sentence: the state initiated with \"a\" is the first one alphabetically. \nQuestion: A lot of people play the fiddle in what state which comes first alphabetically? \nchoices: (A) alabama, (B) tennessee, (C) violin case", + "output": [ + "alabama" + ] + }, + { + "input": "Sentence: california isn't the only place near the ocean, and you can't live in an ocean \nQuestion: If you live by the shore than you probably live in a what? \nchoices: (A) california, (B) seaside town, (C) ocean", + "output": [ + "seaside town" + ] + }, + { + "input": "Sentence: an attic (sometimes referred to as a loft) is a space found directly below the pitched roof of a house or other building; an attic may also be called a sky parlor or a garret. \nQuestion: What type of home is most likely to have an attic filled with historical items? \nchoices: (A) older houses, (B) own home, (C) victorian house", + "output": [ + "victorian house" + ] + }, + { + "input": "Sentence: a boat only is useful in water \nQuestion: What wet vehicle do you steer with a wheel? \nchoices: (A) boat, (B) bicycle shop, (C) michigan", + "output": [ + "boat" + ] + }, + { + "input": "Sentence: \"i'm going to ill out at my house tonight,\" or \"what did we do last night? oh, we illed out at your mom's place.\" \nQuestion: Why would you be going for run if you are not ill? \nchoices: (A) losing weight, (B) better health, (C) breathlessness", + "output": [ + "losing weight" + ] + }, + { + "input": "Sentence: that's the safest place to stop a car. \nQuestion: Where would a policeman be most likely to stop a car? \nchoices: (A) roadblock, (B) street, (C) police station", + "output": [ + "roadblock" + ] + }, + { + "input": "Sentence: it is the most comfortable place for her to be. she lives on the cattle ranch and she wouldn't be in the slaughterhouse until her list moments on earth. \nQuestion: Where did the compassionate farmer allow the heifer to reside during her last days? \nchoices: (A) slaughterhouse, (B) cattle ranch, (C) countryside", + "output": [ + "countryside" + ] + }, + { + "input": "Sentence: a snake is nice and long and could get out of the light and fit in a log and not be seen. \nQuestion: Where might a snake hide? \nchoices: (A) petting zoo, (B) arid climate, (C) hollow log", + "output": [ + "hollow log" + ] + }, + { + "input": "Sentence: the room is the only area mentioned \nQuestion: He spent all summer in his room playing video games, because of this it wasn't surprising for Mother to find a stack of dirty dishes in her what? \nchoices: (A) dishwasher, (B) son's room, (C) party", + "output": [ + "son's room" + ] + }, + { + "input": "Sentence: not having enough space or time: a cramped room/house. we have six desks in this room, so we're a little cramped (for space). \nQuestion: Her dream was to own a house on the countryside, but instead she lived in a cramped apartment in the what? \nchoices: (A) city, (B) subdivision, (C) street", + "output": [ + "city" + ] + }, + { + "input": "Sentence: the first two options may contain literature, but only the third option -- books and magazines -- are a kind or type of literature. \nQuestion: What is a kind of literature? \nchoices: (A) public library, (B) own home, (C) books and magazines", + "output": [ + "books and magazines" + ] + }, + { + "input": "Sentence: being truck cause you to have low coordination skills. \nQuestion: She spent the whole night getting drunk, now she refused to get up off the floor because she figured she would just what again? \nchoices: (A) fall down, (B) throw up, (C) staggering", + "output": [ + "fall down" + ] + }, + { + "input": "Sentence: you drink in a bar, not in a gutter or in jail \nQuestion: If you're getting drunk while in public you are likely where? \nchoices: (A) gutter, (B) bar, (C) jail", + "output": [ + "bar" + ] + }, + { + "input": "Sentence: armed forces usually have a lot of people in them. \nQuestion: What contains a company of people? \nchoices: (A) armed forces, (B) market place, (C) yellow pages", + "output": [ + "armed forces" + ] + }, + { + "input": "Sentence: soundtrack is a music track to insert into a media program, like a movie. \nQuestion: His first big break wasn't with his band, but he played his musical instrument for the soundtrack of a what? \nchoices: (A) movie, (B) orchestra, (C) case", + "output": [ + "movie" + ] + }, + { + "input": "Sentence: greenhouses and gardens contain plants, earth is covered with them \nQuestion: What is covered in plants? \nchoices: (A) surface of earth, (B) greenhouse, (C) garden", + "output": [ + "surface of earth" + ] + }, + { + "input": "Sentence: a sailor setting off on a voyage would be on the water, and an aquatic vessel would have a cargo hold. \nQuestion: If a sailor sets off on a voyage, where might they stow a suitcase? \nchoices: (A) baggage compartment, (B) movie, (C) cargo hold", + "output": [ + "cargo hold" + ] + }, + { + "input": "Sentence: unlikely to store anywhere else for forever \nQuestion: Where is tin stored forever? \nchoices: (A) antique store, (B) shopping bag, (C) landfill", + "output": [ + "landfill" + ] + }, + { + "input": "Sentence: baseball is a sport that occurs at a stadium \nQuestion: If I am a spectator at a baseball stadium, what am I likely watching? \nchoices: (A) show, (B) demonstration, (C) sporting event", + "output": [ + "sporting event" + ] + }, + { + "input": "Sentence: a bowling alley is the only choice of the 3 where you will not risk injury from a vehicle. \nQuestion: Where do you throw a ball down the lane? \nchoices: (A) highway, (B) rural countryside, (C) bowling alley", + "output": [ + "bowling alley" + ] + }, + { + "input": "Sentence: you would need to have passed the audition to go on stage afterwards. \nQuestion: To go on stage after the audition you could definitely say you what? \nchoices: (A) climb stairs, (B) have talent, (C) in play", + "output": [ + "have talent" + ] + }, + { + "input": "Sentence: western texas is part of the u.s. and has venomous snakes. \nQuestion: What extremely large southern area in the U.S. has venomous snakes? \nchoices: (A) amazon river, (B) high grass, (C) western texas", + "output": [ + "western texas" + ] + }, + { + "input": "Sentence: band or band may refer to: contents \nQuestion: Where can one find a singing human? \nchoices: (A) band, (B) factory, (C) aircraft", + "output": [ + "band" + ] + }, + { + "input": "Sentence: because eating unhealthy meals will make you gain weight. \nQuestion: What is eating an unhealthy meal likely to cause? \nchoices: (A) gaining weight, (B) gas, (C) getting full", + "output": [ + "gas" + ] + }, + { + "input": "Sentence: we do often stop and watch the tiny crabs hiding in the sand beside the wooden walkway next to aunt catfish's on the river. \nQuestion: Where should watch to avoid being pinched by a crab? \nchoices: (A) north carolina, (B) sandy beach, (C) eastern coast", + "output": [ + "sandy beach" + ] + }, + { + "input": "Sentence: specialty store is where you will find some specific kind of things. \nQuestion: Where would you get a gift for someone who only likes some kinds of thing? \nchoices: (A) specialty store, (B) christmas tree, (C) department store", + "output": [ + "specialty store" + ] + }, + { + "input": "Sentence: you eat food because you have food and you are hungry \nQuestion: What would you be doing if you are having lunch? \nchoices: (A) hunger, (B) eating, (C) food", + "output": [ + "eating" + ] + }, + { + "input": "Sentence: love has nothing to do with how popular one may be. none of us know all about everything. \nQuestion: How do most people feel about a person they love? \nchoices: (A) know all, (B) popularity, (C) care about", + "output": [ + "care about" + ] + }, + { + "input": "Sentence: not all mouths have lips and kentucky fried chicken is cooked and has no lips while consuming it \nQuestion: What is a living thing with a lip? \nchoices: (A) mouth, (B) human, (C) kentucky fried chicken", + "output": [ + "human" + ] + }, + { + "input": "Sentence: headache is the only negative option. \nQuestion: What negative thing might someone experience if they spend time learning about a subject that is very complex and difficult? \nchoices: (A) gain knowledge, (B) headache, (C) elation", + "output": [ + "headache" + ] + }, + { + "input": "Sentence: usually things that are not high quality, end up being cheap. \nQuestion: Sean was in a trouble. His clothes were not high quality. In fact, they were very what? \nchoices: (A) poor workmanship, (B) cheap, (C) bad taste", + "output": [ + "cheap" + ] + }, + { + "input": "Sentence: i will bathe every day \nQuestion: Inside what structure do you normally take a bath? \nchoices: (A) hotel room, (B) own home, (C) house", + "output": [ + "house" + ] + }, + { + "input": "Sentence: most likely that after work you would want to go home \nQuestion: Where do you take a bus after a day at work? \nchoices: (A) go home, (B) commute, (C) get somewhere", + "output": [ + "go home" + ] + }, + { + "input": "Sentence: for a couple having sex is a well known way to celebrating. \nQuestion: What is a well known way for couples of celebrating a marriage? \nchoices: (A) having sex, (B) drink too much, (C) getting drunk", + "output": [ + "having sex" + ] + }, + { + "input": "Sentence: he's trying to not lose money. \nQuestion: james wanted to fight inflation because he didn't like losing value when he did what? \nchoices: (A) pay less, (B) more money, (C) save money", + "output": [ + "save money" + ] + }, + { + "input": "Sentence: one does not buy flour from a cupboard or a pantry, but from a grocery store. \nQuestion: The mom needed to buy flour, so where did she go? \nchoices: (A) pantry, (B) grocery store, (C) cupboard", + "output": [ + "grocery store" + ] + }, + { + "input": "Sentence: competition encourages people to perform better due to incentives for prizes or rewards. tension and sweating can be done without competing. \nQuestion: What does someone do to win while competing? \nchoices: (A) tension, (B) sweat, (C) perform better", + "output": [ + "perform better" + ] + }, + { + "input": "Sentence: you can fish only for fun or for eat the fish. \nQuestion: What are you doing if you are fishing? \nchoices: (A) anger, (B) eating fish, (C) getting food", + "output": [ + "getting food" + ] + }, + { + "input": "Sentence: construction workers build things, they don't write sentences or make music \nQuestion: What do people who are construction workers do? \nchoices: (A) complete sentences, (B) make music, (C) build houses", + "output": [ + "build houses" + ] + }, + { + "input": "Sentence: trash is on the side \nQuestion: Where does litter land when you throw it away? \nchoices: (A) ground, (B) street corner, (C) roadsides", + "output": [ + "ground" + ] + }, + { + "input": "Sentence: amphitheartres are found outside. \nQuestion: An amphitheartre provides a stage in what sort of environment? \nchoices: (A) park, (B) outside, (C) greece", + "output": [ + "outside" + ] + }, + { + "input": "Sentence: when people play cards or other games to pass time, they do it to be amused. \nQuestion: What do people want to feel while playing cards? \nchoices: (A) happiness, (B) amusement, (C) anger", + "output": [ + "amusement" + ] + }, + { + "input": "Sentence: a shop is where the magazine is sold. \nQuestion: From where would you take a magazine home after paying? \nchoices: (A) shop, (B) bed, (C) library", + "output": [ + "shop" + ] + }, + { + "input": "Sentence: because your stressed your not winning. \nQuestion: When seeing people play a game and your team is loosing what might you feel? \nchoices: (A) excitement, (B) stress, (C) envy", + "output": [ + "stress" + ] + }, + { + "input": "Sentence: deafness is why person is not listening to music \nQuestion: Why is this person not listening to music? \nchoices: (A) relaxation, (B) deafness, (C) fall asleep", + "output": [ + "deafness" + ] + }, + { + "input": "Sentence: humans doesn't really find food anymore and if you preparing it, you already procured it. \nQuestion: How might I procure what I need to eat? \nchoices: (A) prepare food, (B) buy food, (C) find food", + "output": [ + "buy food" + ] + }, + { + "input": "Sentence: in giving for restaurant \nQuestion: Where could someone give you a plate with a grape on it? \nchoices: (A) salad, (B) food store, (C) restaurant", + "output": [ + "restaurant" + ] + }, + { + "input": "Sentence: water poured on yourself will make your clothes wet \nQuestion: What would you have if you poured water on yourself? \nchoices: (A) room temperature, (B) spring forth, (C) wet clothes", + "output": [ + "wet clothes" + ] + }, + { + "input": "Sentence: a brave squirrel would be found in the street, since the other two places are frequent spots for squirrels to be, and are not as dangerous for the squirrel. \nQuestion: Where would a brave squirrel be found? \nchoices: (A) forest, (B) street, (C) yard", + "output": [ + "street" + ] + }, + { + "input": "Sentence: it explains what is happening perfectly and the other options are not even close \nQuestion: What does water do when I submerges clothing? \nchoices: (A) septic tank, (B) drenching, (C) planet earth", + "output": [ + "drenching" + ] + }, + { + "input": "Sentence: becuase the zoo has big cats to see \nQuestion: Where could she go to find a big cat to see? \nchoices: (A) front door, (B) zoo, (C) residence", + "output": [ + "zoo" + ] + }, + { + "input": "Sentence: a tentative agreement would end up in a settlement being reached \nQuestion: What is the result of reaching a tentative agreement? \nchoices: (A) shake hands, (B) settlement, (C) communicate with", + "output": [ + "settlement" + ] + }, + { + "input": "Sentence: kids get excited about candy \nQuestion: If someone brings candy to a group of children what will happen? \nchoices: (A) experience fear, (B) wave goodbye, (C) spring into action", + "output": [ + "spring into action" + ] + }, + { + "input": "Sentence: people usually thank someone who returns a lost item a reward \nQuestion: After giving assistance to a person who's lost their wallet what is customarily given? \nchoices: (A) reward, (B) pleasure, (C) satisfaction", + "output": [ + "reward" + ] + }, + { + "input": "Sentence: apple is the state fruite of new hampshire \nQuestion: Where could you find an apple tree? \nchoices: (A) new hampshire, (B) bloom, (C) sunshine", + "output": [ + "new hampshire" + ] + }, + { + "input": "Sentence: a short fuse is the most likely explanation for electricity to go out in a house. \nQuestion: The electricity went out in the house, what did the man suspect was the cause? \nchoices: (A) short fuse, (B) shock, (C) produce heat", + "output": [ + "short fuse" + ] + }, + { + "input": "Sentence: at the end of a day a locker room would be the place to shower and change clothes. \nQuestion: Where do people who use a puck for living go at the end of their work day? \nchoices: (A) hockey rink, (B) sporting goods store, (C) locker room", + "output": [ + "locker room" + ] + }, + { + "input": "Sentence: angry people typically fight \nQuestion: What do people do with each other when they feel anger? \nchoices: (A) pass sentence, (B) fight, (C) wrestle", + "output": [ + "fight" + ] + }, + { + "input": "Sentence: a meeting is the only one of those that could be held at work. \nQuestion: WHen do people sit around a table together at work? \nchoices: (A) livingroom, (B) meeting, (C) internet cafe", + "output": [ + "meeting" + ] + }, + { + "input": "Sentence: bakeries bake cakes so you dont have to \nQuestion: Where would you go if you didn't feel like baking a cake yourself? \nchoices: (A) bakery, (B) oven, (C) refrigerator", + "output": [ + "bakery" + ] + }, + { + "input": "Sentence: assuming happen is supposed to be happy. nothing suggests she might want to be heard or get a hoarse voice, but if she was unhappy she might want to change her mood. \nQuestion: Mary was singing because she wasn't happen and she wanted to do what? \nchoices: (A) change in mood, (B) hoarse voice, (C) being heard", + "output": [ + "change in mood" + ] + }, + { + "input": "Sentence: texas is the cattle state. \nQuestion: If my heifer has a certain attitude, what state might she be from? \nchoices: (A) new hampshire, (B) texas, (C) county fair", + "output": [ + "texas" + ] + }, + { + "input": "Sentence: transitory makes more sense for a building than weak or vulnerable which are more human traits \nQuestion: What kind of life does a building have if it is not durable? \nchoices: (A) vulnerable, (B) weak, (C) transitory", + "output": [ + "transitory" + ] + }, + { + "input": "Sentence: a rural area is too open for a fox to hide and an english hunt is most likely what is going after the fox. a burrow is underground therefore a great place to hide. \nQuestion: The fox wants to hide, where does it go? \nchoices: (A) burrow, (B) rural area, (C) english hunt", + "output": [ + "burrow" + ] + }, + { + "input": "Sentence: a city cat is likely to live in a back alley \nQuestion: Where does a city cat live? \nchoices: (A) milky way galaxy, (B) compost pile, (C) back alley", + "output": [ + "back alley" + ] + }, + { + "input": "Sentence: most likely to get cold when kissing outside over catching cold and being sexually stimulated. \nQuestion: What can happen when kissing outside? \nchoices: (A) get cold, (B) catch cold, (C) sexual stimulation", + "output": [ + "get cold" + ] + }, + { + "input": "Sentence: insomnia causes you to stay up late. \nQuestion: Even though it's a weekday Bob stays up late watching television instead of going to bed. Why does it do this? \nchoices: (A) sleeping in, (B) insomnia, (C) making love", + "output": [ + "insomnia" + ] + }, + { + "input": "Sentence: loft is a living space and a museum is public, so attic is the only personal storage listed here. \nQuestion: Where might someone keep a personal collection of antiques? \nchoices: (A) loft, (B) attic, (C) museum", + "output": [ + "attic" + ] + }, + { + "input": "Sentence: water fountains are the only place to have a spout \nQuestion: The spout was producing hardly a dribble, so fearing germs he began to look for another what? \nchoices: (A) water fountain, (B) garage, (C) gasoline can", + "output": [ + "water fountain" + ] + }, + { + "input": "Sentence: you cannot safely close a convertible unless you are stopped. \nQuestion: Her flow was getting knotted, so she put up the convertible's top next time she was what? \nchoices: (A) stopping, (B) stagnant, (C) stagnate", + "output": [ + "stopping" + ] + }, + { + "input": "Sentence: the light from the monitor would give james a shadow the other answers don't make sense. \nQuestion: James turned on his computer and the monitor lit on the room. What might his body do as he stands there? \nchoices: (A) crash, (B) become sensible, (C) cast shadow", + "output": [ + "cast shadow" + ] + }, + { + "input": "Sentence: only if you make mistakes grooming would lead to bald spots \nQuestion: How would grooming lead to bald spots? \nchoices: (A) cleanliness, (B) mistakes, (C) satisfaction", + "output": [ + "mistakes" + ] + }, + { + "input": "Sentence: amusement park is the place have ufo catcher machine. \nQuestion: James got a stuffed animal from a UFO catcher machine. Where might he have done this? \nchoices: (A) toy store, (B) amusement park, (C) hall", + "output": [ + "amusement park" + ] + }, + { + "input": "Sentence: a classroom would have impersonal books, a cabinet is unlikely to have books \nQuestion: Where are you likely to find personal books? \nchoices: (A) classroom, (B) desktop, (C) cabinet", + "output": [ + "desktop" + ] + }, + { + "input": "Sentence: it is the most specific \nQuestion: Where do monkeys hang out? \nchoices: (A) tree tops, (B) tropical areas, (C) great outdoors", + "output": [ + "tree tops" + ] + }, + { + "input": "Sentence: items are purchased from a store, the other options don't make sense. \nQuestion: What do you have to do to get something from a store? \nchoices: (A) purchase, (B) work hard, (C) reach for", + "output": [ + "purchase" + ] + }, + { + "input": "Sentence: good digestion makes sure that your food is processed by your body and you'll have to go to the toilet. \nQuestion: After chewing food and swallowing it during meals, what needs to happen for you to be able to successfully use the bathroom later? \nchoices: (A) sore mouth, (B) good digestion, (C) eating", + "output": [ + "good digestion" + ] + }, + { + "input": "Sentence: getting full is a direct cause of the refusal of food. \nQuestion: What usually causes someone to stop eating? \nchoices: (A) getting full, (B) gaining weight, (C) gas", + "output": [ + "getting full" + ] + }, + { + "input": "Sentence: tent and work do not apply \nQuestion: When not in your home country you are? \nchoices: (A) tent, (B) foreign, (C) work", + "output": [ + "foreign" + ] + }, + { + "input": "Sentence: cats meow when trying to communicate, unlike the other options \nQuestion: What would you normally expect a cat to say? \nchoices: (A) see king, (B) meow, (C) live many years", + "output": [ + "meow" + ] + }, + { + "input": "Sentence: there is a strong association between alleys and drug deals. you probably won't make any friends in an alley and if you made a new contact it was probably with a drug dealer, but the party part makes doing drugs the most likely. \nQuestion: If you're going to a party in an alley, what is likely to happen? \nchoices: (A) new contacts, (B) making new friends, (C) doing drugs", + "output": [ + "doing drugs" + ] + }, + { + "input": "Sentence: memories last until a person dies \nQuestion: A person and his friends had a wonderful weekend trip, what did they create together that will last a lifetime? \nchoices: (A) wonderful memories, (B) know truth, (C) intelligent children", + "output": [ + "wonderful memories" + ] + }, + { + "input": "Sentence: a and c are too general of answers, and their composites do not necessarily all believe in the old testimant \nQuestion: What group of old testimant believers gather in a place called a temple to worship? \nchoices: (A) middle east, (B) jewish community, (C) city", + "output": [ + "jewish community" + ] + }, + { + "input": "Sentence: aberdeen is known for being in washington \nQuestion: Where is aberdeen in the US located? \nchoices: (A) washington, (B) south dakota, (C) scotland", + "output": [ + "washington" + ] + }, + { + "input": "Sentence: location of clouds are in the sky. \nQuestion: Where do you see clouds? \nchoices: (A) sky, (B) ground level, (C) air", + "output": [ + "sky" + ] + }, + { + "input": "Sentence: there is enough toxin in one pufferfish to kill 30 adult humans, and there is no known ..... climate change is roasting the himalaya region, threatening millions. \nQuestion: Where are there millions of blowfish? \nchoices: (A) jungle, (B) cuba, (C) atlantic ocean", + "output": [ + "atlantic ocean" + ] + }, + { + "input": "Sentence: sometimes after people go to bed, they can sleep in during the day. \nQuestion: What can someone do after going to bed? \nchoices: (A) pregnancy, (B) sleeping in, (C) drowsiness", + "output": [ + "sleeping in" + ] + }, + { + "input": "Sentence: since his attitudes were not very regressive so he is backward \nQuestion: Billy thought that he was smart, but many of his attitudes didn't were very regressive. How might you describe him? \nchoices: (A) backward, (B) ignorant, (C) garish", + "output": [ + "backward" + ] + }, + { + "input": "Sentence: that's the only location as an answer. \nQuestion: The inspector labeled the vessel water-tight on the dock, where was it's next destination? \nchoices: (A) port, (B) human body, (C) ocean", + "output": [ + "ocean" + ] + }, + { + "input": "Sentence: falling asleep is the only answer that requires your eyes to be closed \nQuestion: If your resting and your eyes close what may you be doing? \nchoices: (A) relaxation, (B) falling asleep, (C) laziness", + "output": [ + "falling asleep" + ] + }, + { + "input": "Sentence: the closest and most accurate option \nQuestion: What does a person who likes school also do? \nchoices: (A) read text, (B) enjoy learning, (C) play dumb", + "output": [ + "enjoy learning" + ] + }, + { + "input": "Sentence: satisfied and happy go together best. \nQuestion: What might a satisfied person do? \nchoices: (A) feel happy, (B) shout at, (C) board ship", + "output": [ + "feel happy" + ] + }, + { + "input": "Sentence: while transportation services require tickets for boarding, by contrast, an amusement park is offering customers admission. \nQuestion: Where would you use a turnstile that does not require inserting a ticket? \nchoices: (A) subway station, (B) amusement park, (C) train station", + "output": [ + "amusement park" + ] + }, + { + "input": "Sentence: become career ready with industry cadetships and placements. find out more. a world class university. study with us. postgraduate study. bachelor's degrees. known for innovation. locations: melbourne, bendigo, mildura, shepparton, sydney. \nQuestion: What should a student do if they want to learn how to build a bridge? \nchoices: (A) talk, (B) play piano, (C) study engineering", + "output": [ + "study engineering" + ] + }, + { + "input": "Sentence: low pay is the best answer because a backache and tiredness could occur whether you had help or not. \nQuestion: Why does someone need to be doing housework themselves? \nchoices: (A) backache, (B) become tired, (C) low pay", + "output": [ + "low pay" + ] + }, + { + "input": "Sentence: a street corner is shady and has less people \nQuestion: Where is a prostitute known to do business? \nchoices: (A) street corner, (B) whorehouse, (C) new york", + "output": [ + "street corner" + ] + }, + { + "input": "Sentence: put the coffee mug on the shelf after it's dry. \nQuestion: Where do I put my coffee mug after it's dry? \nchoices: (A) cupboard, (B) shelf, (C) desktop", + "output": [ + "shelf" + ] + }, + { + "input": "Sentence: becuase a windowsill is located in someones house \nQuestion: If you're in someone's house, where would you be likely to find plants? \nchoices: (A) windowsill, (B) greenhouse, (C) surface of earth", + "output": [ + "windowsill" + ] + }, + { + "input": "Sentence: to alienate is the only option that describes something we \"do to\" someone. \nQuestion: When we judge people what do we tend to do to them? \nchoices: (A) gather facts, (B) gather information, (C) alienate", + "output": [ + "alienate" + ] + }, + { + "input": "Sentence: i he wanted to shop from local producers, he wouldn't buy from a foreigner \nQuestion: He always tried to shop local, he didn't like to support what kind of product? \nchoices: (A) far away, (B) worldwide, (C) foreign", + "output": [ + "foreign" + ] + }, + { + "input": "Sentence: a performer is out to make fans, to make fans they must appreciate your talents. \nQuestion: An expert performing on stage is hoping to do what? \nchoices: (A) get attention, (B) stage fright, (C) being appreciated", + "output": [ + "being appreciated" + ] + }, + { + "input": "Sentence: people likes to stay indoors when its cool and snowy. the other two options are only a consequence of staying inside. \nQuestion: People look outside and see that it's cold and snowy, what do they likely opt to do? \nchoices: (A) eat corn, (B) stay in, (C) expect to die", + "output": [ + "stay in" + ] + }, + { + "input": "Sentence: cat eyes shine in the dark, unlike the other options \nQuestion: What is the most likely feature of a cat that you can see in the dark? \nchoices: (A) litter of kittens, (B) nose, (C) eyes", + "output": [ + "eyes" + ] + }, + { + "input": "Sentence: the office is the only location \nQuestion: If you take a call while away from work where are you likely to be? \nchoices: (A) voice mail, (B) answering machine, (C) office", + "output": [ + "office" + ] + }, + { + "input": "Sentence: oversell has basically the same meaning as exaggerate, which is what sally does. \nQuestion: Sally was a real estate agent but she was a bad one. She didn't do well because people knew that she would oversell some features of the homes she sold. They assumed that she was always doing what? \nchoices: (A) incompetent, (B) manipulate, (C) exaggerate", + "output": [ + "exaggerate" + ] + }, + { + "input": "Sentence: the only thing that could be inside of the plane is air \nQuestion: What is inside of a plate while it is flying? \nchoices: (A) air, (B) sky, (C) runway", + "output": [ + "air" + ] + }, + { + "input": "Sentence: tight jeans show off your body \nQuestion: She wore tight jeans, she wanted everybody to see her thigh what? \nchoices: (A) closet, (B) gap, (C) thrift store", + "output": [ + "gap" + ] + }, + { + "input": "Sentence: the point of exercise is either to become stronger or lose weight. the 2nd answer choice is the only one that reflects that. \nQuestion: Why do people participate in exercising? \nchoices: (A) exhaustion, (B) become stronger, (C) use energy", + "output": [ + "become stronger" + ] + }, + { + "input": "Sentence: a marmot would be inside a cage, big or not, in a zoo \nQuestion: Where would a marmot feel most confined? \nchoices: (A) wood pile, (B) petting zoo, (C) mountainous area", + "output": [ + "petting zoo" + ] + }, + { + "input": "Sentence: babies crying would cause stress \nQuestion: What could happen after you start family due to babies crying? \nchoices: (A) spend money, (B) stressed, (C) have sex", + "output": [ + "stressed" + ] + }, + { + "input": "Sentence: shop is a store and michigan is a state so they would not be the place to go for sandwiches \nQuestion: Where is likely to have a popular delicatessen? \nchoices: (A) shop, (B) large city, (C) michigan", + "output": [ + "large city" + ] + }, + { + "input": "Sentence: when thinking of art you think of people creating things. \nQuestion: What do people in the art industry work hard to do? \nchoices: (A) produce goods, (B) create, (C) earn money", + "output": [ + "create" + ] + }, + { + "input": "Sentence: opposite of solidity is hollowness \nQuestion: James thought that the desk was built with solidity, but when he rapped on it he could hear what? \nchoices: (A) openness, (B) hollowness, (C) weakness", + "output": [ + "hollowness" + ] + }, + { + "input": "Sentence: only a desk would have a inkewell \nQuestion: Sarah wanted to by a new rug. Ink spilled onto her old one. Really, she didn't know what that thing had an inkwell in the first place. What piece of furniture might have been on her run? \nchoices: (A) table, (B) desk, (C) living room", + "output": [ + "desk" + ] + }, + { + "input": "Sentence: a cornfield has tall plants that can serve as a cover \nQuestion: Where could a human run to hide if someone was chasing them in the midwest? \nchoices: (A) cornfield, (B) restroom, (C) star trek", + "output": [ + "cornfield" + ] + }, + { + "input": "Sentence: music store is where you can buy instruments \nQuestion: Where would you get an upright piano if you do not have one? \nchoices: (A) music room, (B) living room, (C) music store", + "output": [ + "music store" + ] + }, + { + "input": "Sentence: \"millions\" suggests a large quantity that could only be contained in a large area like california. \nQuestion: Where could you find millions of ficus? \nchoices: (A) apartment, (B) ground, (C) california", + "output": [ + "california" + ] + }, + { + "input": "Sentence: the crowd and band make lots of noise at a concert. \nQuestion: What is something you do at a concert? \nchoices: (A) make payments, (B) make time, (C) make noise", + "output": [ + "make noise" + ] + }, + { + "input": "Sentence: priests are most likely to be at confession than a hotel/motel \nQuestion: Man is reading the bible before talking to a priest, what is he likely to do? \nchoices: (A) motel, (B) confession, (C) at hotel", + "output": [ + "confession" + ] + }, + { + "input": "Sentence: plants need sun to survive. \nQuestion: He liked his indoor ficus, he simply had to keep it watered and near a what? \nchoices: (A) tropical rainforest, (B) ecosphere, (C) sunny window", + "output": [ + "sunny window" + ] + }, + { + "input": "Sentence: k mart is going bankrupt so that is the best answer choice. \nQuestion: Where were there recently a lot of closing sales? \nchoices: (A) department store, (B) k mart, (C) clothing store", + "output": [ + "k mart" + ] + }, + { + "input": "Sentence: the fridge is the only item that stores snacks. \nQuestion: What handle did the man grab to when he wanted a snack? \nchoices: (A) hardware store, (B) fridge, (C) water fountain", + "output": [ + "fridge" + ] + }, + { + "input": "Sentence: because i think it's the closest one \nQuestion: Where in your home would you store your chess set and other such entertainment items? \nchoices: (A) game room, (B) coffeehouse, (C) coffee house", + "output": [ + "game room" + ] + }, + { + "input": "Sentence: not every state or urban area would provide specialized medical consultations, but these would be expected in a major city. \nQuestion: If I am looking for specialized medical consultation, where do I tend to travel? \nchoices: (A) major city, (B) every state, (C) urban area", + "output": [ + "major city" + ] + }, + { + "input": "Sentence: level and uniform ground is needed for an orchard \nQuestion: Where would an apple tree be unlikely to grow due to the presence of uneven land? \nchoices: (A) florida, (B) illinois, (C) north carolina", + "output": [ + "north carolina" + ] + }, + { + "input": "Sentence: fish is a good meal. \nQuestion: Why would someone bring home fish? \nchoices: (A) sushi, (B) have cooked, (C) hungry", + "output": [ + "hungry" + ] + }, + { + "input": "Sentence: libraries have many books most of them filled with text \nQuestion: Where is someone likely to find a huge amount of text? \nchoices: (A) newspaper, (B) own home, (C) library", + "output": [ + "library" + ] + }, + { + "input": "Sentence: carpenter's shop is most likely to have a level.. \nQuestion: Bob needs a level to hang a shelf but cant find one in his home. Where would he go to get one? \nchoices: (A) video game, (B) garage, (C) carpenter's shop", + "output": [ + "carpenter's shop" + ] + }, + { + "input": "Sentence: tumor is a kind of cancer \nQuestion: What might happen to a person with a tumor? \nchoices: (A) die of cancer, (B) say words, (C) meet friends", + "output": [ + "die of cancer" + ] + }, + { + "input": "Sentence: if something is unpopular, people will be outraged. \nQuestion: When an unpopular change in the way things are done occurs what is the public reaction? \nchoices: (A) moral outrage, (B) hurt feelings, (C) going to court", + "output": [ + "moral outrage" + ] + }, + { + "input": "Sentence: a suitcase is a place where you put your clothes while you travel, the other options are where you keep your clothes when you reside at home. \nQuestion: If you're not staying, where would you keep your shirt? \nchoices: (A) suitcase, (B) dresser, (C) drawer", + "output": [ + "suitcase" + ] + }, + { + "input": "Sentence: because it is the only option where people would be standing holding index cards. \nQuestion: If you're standing in front of people holding index cards what are you likely doing? \nchoices: (A) card catalogue, (B) oral report, (C) office supply store", + "output": [ + "oral report" + ] + }, + { + "input": "Sentence: one would not go to a space shuttle to buy something; nor would they go to their own bedroom. \nQuestion: If a person wants to buy a radio, where are they likely to go? \nchoices: (A) space shuttle, (B) shop, (C) bedroom", + "output": [ + "shop" + ] + }, + { + "input": "Sentence: if you're thinking the same thing as someone you are agreeing. \nQuestion: If you are chatting with friends, and you think the same thing as what your friends say, what has happened? \nchoices: (A) happiness, (B) agreement, (C) communication", + "output": [ + "agreement" + ] + }, + { + "input": "Sentence: a sufficient amount will cause you to feel full, since you're not eating too much or too little. \nQuestion: What will happen when a person is eating hamburger in a sufficient amount? \nchoices: (A) gaining weight, (B) get full, (C) stomach ache", + "output": [ + "get full" + ] + }, + { + "input": "Sentence: should someone go for popular books in the library \nQuestion: The bookshop only sold specialty items, so where should someone go for popular books? \nchoices: (A) student union, (B) mall, (C) department store", + "output": [ + "department store" + ] + }, + { + "input": "Sentence: the drawer i the only place to keep utensils \nQuestion: Where do most people keep utensils? \nchoices: (A) dinner, (B) cupboard, (C) drawer", + "output": [ + "drawer" + ] + }, + { + "input": "Sentence: new york mouses lives in the sewer. they die ins traps and disney is not in new york \nQuestion: where does a mouse in new york city live? \nchoices: (A) sewer, (B) disneyland, (C) trap", + "output": [ + "sewer" + ] + }, + { + "input": "Sentence: friends keep secrets; the other two answers don't make sense grammatically \nQuestion: What will a friend do for you? \nchoices: (A) rely on, (B) keep secret, (C) coming home", + "output": [ + "keep secret" + ] + }, + { + "input": "Sentence: changing laws is typically the best way to change society. \nQuestion: If someone wants a changing society, what do they need from their government? \nchoices: (A) happiness for, (B) cultural revolution, (C) new laws", + "output": [ + "new laws" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: Settling in to see your favorite show is a great way to do what after a hard days work? \nchoices: (A) laugh, (B) relax, (C) smile", + "output": [ + "relax" + ] + }, + { + "input": "Sentence: rocks are the only place i have seen lizards be still and gather heat on. \nQuestion: Lizards need the sun's heat to regulate their body temperature, this is why you'll see them still on what? \nchoices: (A) rocks, (B) books, (C) bushes", + "output": [ + "rocks" + ] + }, + { + "input": "Sentence: people who are bored tend to dream and not do anything productive. \nQuestion: Bill suffered from boredom. He'd stare off and do what? \nchoices: (A) dream, (B) fiddle, (C) work", + "output": [ + "dream" + ] + }, + { + "input": "Sentence: the global website of boss brand. boss has achieved legendary status among guitarists by offering a diverse, world-leading product lineup that includes ... \nQuestion: His boss told him that he would be speaking to the group that afternoon, he needed him to share his knowledge at the next what? \nchoices: (A) class, (B) meeting, (C) university", + "output": [ + "meeting" + ] + }, + { + "input": "Sentence: if you are not considering it carefully, there can be disastrous results - this could simply be by mistake. \nQuestion: Why does grooming require careful consideration.? \nchoices: (A) mistakes, (B) neatness, (C) cleanliness", + "output": [ + "mistakes" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: Where can a human relax? \nchoices: (A) church, (B) park, (C) jail", + "output": [ + "park" + ] + }, + { + "input": "Sentence: the kentucky derby is where the famous horse race is. \nQuestion: Where is the world's most famous horse race? \nchoices: (A) in kentucky, (B) central park, (C) state fair", + "output": [ + "in kentucky" + ] + }, + { + "input": "Sentence: toxic\" is a song recorded by american singer britney spears for her fourth studio album in the zone \nQuestion: What does too much lead do to a person? \nchoices: (A) toxic, (B) very heavy, (C) very dense", + "output": [ + "toxic" + ] + }, + { + "input": "Sentence: claim compensation in gai \nQuestion: What could a solicitor do that would gain revenue? \nchoices: (A) claim compensation, (B) write letter, (C) buy house", + "output": [ + "claim compensation" + ] + }, + { + "input": "Sentence: because i think it's the closest one \nQuestion: James goes to church regularly. He needs to move, but wants to move to a place with a church. Where, in America, might one expect to find a church? \nchoices: (A) every town, (B) city, (C) christian community", + "output": [ + "every town" + ] + }, + { + "input": "Sentence: if i don't exercise i get less fit, and am less able to do highly active things. ... to some intriguing animal studies -- from polar bears and penguins to giant \nQuestion: Horses are big animals that get a lot of exercise. Because he this, they need to do what? \nchoices: (A) run quickly, (B) drink water, (C) go away", + "output": [ + "drink water" + ] + }, + { + "input": "Sentence: the other answers are unable of being affected by an illness \nQuestion: There are different kinds of Meningitis, but it is an illness that affects the what? \nchoices: (A) nursing home, (B) brain, (C) hospital", + "output": [ + "brain" + ] + }, + { + "input": "Sentence: pretty standard for stadium bathrooms to get crowded during a break in the action. \nQuestion: Everyone crowded around the toilet during a break in the event, where was the toilet? \nchoices: (A) stadium, (B) restaurant, (C) space shuttle", + "output": [ + "stadium" + ] + }, + { + "input": "Sentence: definition of people - human beings in general or considered collectively, the members of a particular nation, community, or ethnic group, the supporters. \nQuestion: What would someone be if he or she killed the biggest amount of people? \nchoices: (A) accidental, (B) effusive, (C) detestable", + "output": [ + "detestable" + ] + }, + { + "input": "Sentence: in producd milk in switzerland \nQuestion: The dairy cow farm was special, it provided all the milk for the big chocolate company from where? \nchoices: (A) tennessee, (B) switzerland, (C) ranch", + "output": [ + "switzerland" + ] + }, + { + "input": "Sentence: water is boiled in a tea kettle to make tea \nQuestion: What would you put in a teakettle? \nchoices: (A) england, (B) water, (C) cupboard", + "output": [ + "water" + ] + }, + { + "input": "Sentence: old french conjugation varies significantly by date and by region. the following conjugation should be treated as a guide \nQuestion: James's yard had many rose bushes. They were well kept because James was a very talented what? \nchoices: (A) beautiful garden, (B) garder, (C) kew gardens", + "output": [ + "garder" + ] + }, + { + "input": "Sentence: people are most frequently in rooms with light bulbs. most people are not frequently in theaters and some don't own lamps. \nQuestion: Where are light bulbs frequently found? \nchoices: (A) lamp, (B) room, (C) theatre", + "output": [ + "room" + ] + }, + { + "input": "Sentence: the only option i feel would make you feel antsy or restless \nQuestion: The dog seemed antsy and restless, it turned out it had what? \nchoices: (A) fleas, (B) abandoned, (C) punishment", + "output": [ + "fleas" + ] + }, + { + "input": "Sentence: not using the teaspoon implies it needs stored properly, in a drawer. \nQuestion: Where would you put a teaspoon if you are not using it? \nchoices: (A) coffee cup, (B) kitchen drawer, (C) cup of coffee", + "output": [ + "kitchen drawer" + ] + }, + { + "input": "Sentence: getting tired is the only reason to park a car while in transit \nQuestion: Why might someone park a moving car? \nchoices: (A) getting tired, (B) ticket, (C) driving", + "output": [ + "getting tired" + ] + }, + { + "input": "Sentence: solidity is a contract-oriented, high-level language for implementing smart contracts. it was influenced by c++, python and javascript and is designed to target ... \nQuestion: What does a building have if it does not have solidity? \nchoices: (A) weakness, (B) openness, (C) hollowness", + "output": [ + "weakness" + ] + }, + { + "input": "Sentence: the fridge is the only option which would definitely be located in the kitchen. \nQuestion: James went to wipe the dust off of everything in his kitchen. He carefully removed a poster and dusted behind it. Where might the poster have been? \nchoices: (A) table, (B) fridge, (C) shelf", + "output": [ + "fridge" + ] + }, + { + "input": "Sentence: when i finish picking up the things i want to buy, i need to go to the register \nQuestion: What kind of activity ends with a cash register? \nchoices: (A) supermarket, (B) shop, (C) bookstore", + "output": [ + "shop" + ] + }, + { + "input": "Sentence: inspiring respect and admiration; having high status \nQuestion: He was competing for the prestigious prize, though it had no money, what was he seeking by attempting to get it? \nchoices: (A) rivalry, (B) bad blood, (C) accomplishment", + "output": [ + "accomplishment" + ] + }, + { + "input": "Sentence: dangerous events can cause accidental death \nQuestion: If people are competing in dangerous events, what could happen? \nchoices: (A) accomplishment, (B) rivalry, (C) death", + "output": [ + "death" + ] + }, + { + "input": "Sentence: if someone saw a nice picture of the sky, they would take a photo of it. \nQuestion: What do people take when they see a pretty sky? \nchoices: (A) place on earth, (B) photo, (C) looking up", + "output": [ + "photo" + ] + }, + { + "input": "Sentence: a family room is the only place where a couch and a tv would be. \nQuestion: The cat pawed demurely at the couch and walked in front of the TV, where was the cat? \nchoices: (A) family room, (B) residential area, (C) comfortable position", + "output": [ + "family room" + ] + }, + { + "input": "Sentence: hunger would effectively motivate someone to begin work over eating fast or spending money. \nQuestion: Hunger is an effective motivator for what? \nchoices: (A) begin work, (B) spend money, (C) eat quickly", + "output": [ + "begin work" + ] + }, + { + "input": "Sentence: curiosity is a quality related to inquisitive thinking such as exploration, investigation, and learning, evident by observation in humans and other animals. \nQuestion: Curiosity lead James to put extra effort into doing what at the fair? \nchoices: (A) see exhibits, (B) design software, (C) use television", + "output": [ + "see exhibits" + ] + }, + { + "input": "Sentence: human should not eat actually feet or boots. \nQuestion: What is something that you eat that has a heel? \nchoices: (A) boot, (B) foot, (C) loaf of bread", + "output": [ + "loaf of bread" + ] + }, + { + "input": "Sentence: nursing homes are the most common place for elderly \nQuestion: The small dog spent a lot of time with the elderly, where did he volunteer? \nchoices: (A) nursing home, (B) suburb, (C) own house", + "output": [ + "nursing home" + ] + }, + { + "input": "Sentence: the refrigerator is the only place you store drinks. \nQuestion: Where is the best place to keep drinks? \nchoices: (A) refrigerator, (B) show, (C) dinner", + "output": [ + "refrigerator" + ] + }, + { + "input": "Sentence: doctor's offices provide magazines for patients \nQuestion: If I'm at the doctor's office looking for a good title, what sort of story am I looking to read? \nchoices: (A) safe deposit box, (B) book, (C) magazine article", + "output": [ + "magazine article" + ] + }, + { + "input": "Sentence: when a car is attached to a bumper by a chain, it is often a tow truck that does that. \nQuestion: If a mechanic attaches a chain to your bumper what is he likely driving? \nchoices: (A) motorbike, (B) tow truck, (C) bicycle", + "output": [ + "tow truck" + ] + }, + { + "input": "Sentence: you must eat when you are hungry \nQuestion: What does someone need when they're feeling hunger? \nchoices: (A) eating, (B) discomfort, (C) starvation", + "output": [ + "eating" + ] + }, + { + "input": "Sentence: its a place that protects animals \nQuestion: What place protects animals such as the bald eagle? \nchoices: (A) soup, (B) mountainous area, (C) nature preserve", + "output": [ + "nature preserve" + ] + }, + { + "input": "Sentence: electric that's so good pain \nQuestion: This will take a long time without an electric motor, where can I find one? \nchoices: (A) drum sander, (B) electric hammer, (C) electric mixer", + "output": [ + "electric mixer" + ] + }, + { + "input": "Sentence: being imprisoned it the most obvious factor of not having freedom. \nQuestion: If I'm not free, what am I? \nchoices: (A) expensive, (B) paid for, (C) imprisoned", + "output": [ + "imprisoned" + ] + }, + { + "input": "Sentence: if litter is thrown out of a car, it's alongside the road now. \nQuestion: Litter collects where when it's thrown out of a car? \nchoices: (A) street corner, (B) roadsides, (C) ground", + "output": [ + "roadsides" + ] + }, + { + "input": "Sentence: an optical device is the only way to see an extreme close up, as a human's vision is limited. \nQuestion: How can you see an extreme closeup of a potato? \nchoices: (A) vegetable stew, (B) garden patch, (C) optical device", + "output": [ + "optical device" + ] + }, + { + "input": "Sentence: people go to the gym to lose weight, so \"instead\" negates that which means the opposite of it is getting fat. \nQuestion: The woman was watching TV instead of going to the gym, what was she at risk of doing? \nchoices: (A) arguments, (B) wasting time, (C) get fat", + "output": [ + "get fat" + ] + }, + { + "input": "Sentence: tourniquet is the place at they keep it. \nQuestion: where do you keep a tourniquet? \nchoices: (A) ambulance, (B) hospital, (C) emergency kit", + "output": [ + "emergency kit" + ] + }, + { + "input": "Sentence: likely to park your car in your driveway if you have one for safety \nQuestion: The automobile was left outside when the man got home from work, where was i left? \nchoices: (A) driveway, (B) exit ramp, (C) repair shop", + "output": [ + "driveway" + ] + }, + { + "input": "Sentence: before buying anything, you would compare prices. \nQuestion: How do people evaluate what to buy at a shop? \nchoices: (A) purchasing, (B) compare prices, (C) spending of money", + "output": [ + "compare prices" + ] + }, + { + "input": "Sentence: a good person has a conscience. \nQuestion: What might a good person experience after killing someone? \nchoices: (A) feeling of guilt, (B) being imprisoned, (C) bloody mess", + "output": [ + "feeling of guilt" + ] + }, + { + "input": "Sentence: is the option closest to the question \nQuestion: Where is a fox likely to be caught? \nchoices: (A) inside joke, (B) grassy field, (C) tennessee", + "output": [ + "grassy field" + ] + }, + { + "input": "Sentence: cough is the most likely answer. this could indicate that one is catching a cold or getting sick. \nQuestion: Usually people that sneeze will also do what? \nchoices: (A) bless you, (B) yawn, (C) cough", + "output": [ + "cough" + ] + }, + { + "input": "Sentence: the countryside is the only remote place \nQuestion: The pranksters wanted to put their friend on a billboard, though the only one they could afford was way out on the remote what? \nchoices: (A) texas, (B) street, (C) countryside", + "output": [ + "countryside" + ] + }, + { + "input": "Sentence: college campuses are known to have fraternities. \nQuestion: The tennis court suffered from fraternity pranks, where was it located? \nchoices: (A) health club, (B) wimbledon, (C) college campus", + "output": [ + "college campus" + ] + }, + { + "input": "Sentence: people won't go until lunch are called afternoon people. \nQuestion: Some people are morning people, others don't get going until after lunch in the what? \nchoices: (A) night time, (B) nighttime, (C) afternoon", + "output": [ + "afternoon" + ] + }, + { + "input": "Sentence: the box is the only packaging in the answers. \nQuestion: She wanted to try out her brand new hair dryer, but her hair practically dried on it's own before she got it out of the well packaged what? \nchoices: (A) drug store, (B) box, (C) bathroom", + "output": [ + "box" + ] + }, + { + "input": "Sentence: baby pets in after sex \nQuestion: What do you do after you reproduce? \nchoices: (A) raise children, (B) have children, (C) offspring", + "output": [ + "raise children" + ] + }, + { + "input": "Sentence: if a paper sign had a notice of a civic meeting, to get a lot of people going it should be posted in a public place. \nQuestion: The paper sign had notice of a civic meeting, where should it be posted? \nchoices: (A) public place, (B) hallway, (C) store window", + "output": [ + "public place" + ] + }, + { + "input": "Sentence: is the option closest to the question \nQuestion: Where can someone eat popcorn quietly? \nchoices: (A) carnival, (B) soccer game, (C) movie house", + "output": [ + "movie house" + ] + }, + { + "input": "Sentence: oxygen passes through the lung membranes into the bloodstream, and waste products like carbon dioxide flow out of the blood and into the air \nQuestion: A person needs to breathe to survive, but they also need what two things to thrive? \nchoices: (A) freedom of expression, (B) freedom of information, (C) food and water", + "output": [ + "food and water" + ] + }, + { + "input": "Sentence: radios and songs let you hear other people, but phones also let you be heard \nQuestion: What can you use hear other people and be heard yourself? \nchoices: (A) radio, (B) song, (C) telephone", + "output": [ + "telephone" + ] + }, + { + "input": "Sentence: in the united states, the triple crown of thoroughbred racing, commonly known as the triple crown, is a title awarded to a three-year-old thoroughbred horse ... \nQuestion: What can a horse winning many races hope to achieve? \nchoices: (A) kentucky derby, (B) triple crown, (C) painting", + "output": [ + "triple crown" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: The weasel would go round and round the what while waiting to attack? \nchoices: (A) mulberry bush, (B) viking ship, (C) rabbit warren", + "output": [ + "mulberry bush" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: Where would green beans be found directly before eating? \nchoices: (A) plate, (B) farmer's market, (C) mouth", + "output": [ + "plate" + ] + }, + { + "input": "Sentence: to take one obvious example: defenders in sieges often swore that they would never surrender but would fight to the death ; almost as often, they ultimately .. \nQuestion: Committing the murder wore on the man, because of his what he swore he could still hear the man's heart beating? \nchoices: (A) guilty conscience, (B) find god, (C) great sorrow", + "output": [ + "guilty conscience" + ] + }, + { + "input": "Sentence: dissatisfaction is the only sentiment \nQuestion: Having to fight inflation brings a lot of this sentiment to the public? \nchoices: (A) saving money, (B) not very much, (C) dissatisfaction", + "output": [ + "dissatisfaction" + ] + }, + { + "input": "Sentence: sporting events arent usually inside but gymnasiums are \nQuestion: Where would you find bleachers inside? \nchoices: (A) pharmacy, (B) sporting event, (C) gymnasium", + "output": [ + "gymnasium" + ] + }, + { + "input": "Sentence: in order to have a talking weasel there would have to be animation. \nQuestion: What kind of entertainment may feature a talking weasel on an adventure? \nchoices: (A) mulberry bush, (B) animated film, (C) children's story", + "output": [ + "animated film" + ] + }, + { + "input": "Sentence: a television show is the only one that shows clips \nQuestion: What would you use to see a clip? \nchoices: (A) desk drawer, (B) office building, (C) television show", + "output": [ + "television show" + ] + }, + { + "input": "Sentence: you are revenge in that \nQuestion: What is it called when you are killing people because they are bad? \nchoices: (A) joy, (B) going to prison, (C) vengeance", + "output": [ + "vengeance" + ] + }, + { + "input": "Sentence: militaries fight battles to win \nQuestion: Jo is the leader of a military force, he issues commands to his people in order to win what? \nchoices: (A) battle, (B) company, (C) army", + "output": [ + "battle" + ] + }, + { + "input": "Sentence: running in gravel is difficult and slippery and the likelihood of falling is great which could in turn open a gash on your body after falling. \nQuestion: What is likely the result of falling in gravel while running? \nchoices: (A) stitches, (B) weight loss, (C) heart attack", + "output": [ + "stitches" + ] + }, + { + "input": "Sentence: the mediterranean is in europe, not on a rice paddy or in a garden \nQuestion: If you're on the terrace enjoying warm Mediterranean breezes in what part of the continent are you? \nchoices: (A) garden, (B) southern europe, (C) rice paddy", + "output": [ + "southern europe" + ] + }, + { + "input": "Sentence: it's a tradition for a man to walk closer to the street when walking with a lady, and the other two are not. \nQuestion: A man is supposed to walk closer to the street when with a? \nchoices: (A) gods, (B) lady, (C) boys", + "output": [ + "lady" + ] + }, + { + "input": "Sentence: you cannot catch water from a bridge or valley \nQuestion: Where on a river can a human hold a cup upright to catch water on a sunny, clear day? \nchoices: (A) bridge, (B) waterfall, (C) valley", + "output": [ + "waterfall" + ] + }, + { + "input": "Sentence: official homepage for discovery. watch full episodes free with your tv subscription. get behind the scenes with your favorite shows! start exploring now! \nQuestion: The student was contemplating the problem, that's when he made the what that led him to the answer? \nchoices: (A) discovery, (B) reflection, (C) thinking", + "output": [ + "discovery" + ] + }, + { + "input": "Sentence: lawyers would be able to process the divorce. marriage and being married are the opposite of divorce. \nQuestion: If one wishes to dissolve their marriage by getting a divorce, who should one speak with? \nchoices: (A) being married, (B) lawyer, (C) marriage", + "output": [ + "lawyer" + ] + }, + { + "input": "Sentence: undergrowth is found in forests and it would be possible for animals to hide in it \nQuestion: As the fox ran into the forest it disappeared into the what? \nchoices: (A) northern hemisphere, (B) nantucket, (C) undergrowth", + "output": [ + "undergrowth" + ] + }, + { + "input": "Sentence: let's go over the car \nQuestion: Where can just a few passengers ride? \nchoices: (A) train station, (B) vehicle, (C) car", + "output": [ + "car" + ] + }, + { + "input": "Sentence: pretending is another way of saying your are using your imagination. \nQuestion: Joe likes to pretend, and he knows that to pretend you need something special. What is necessary to pretend? \nchoices: (A) day dream, (B) have imagination, (C) have fun with", + "output": [ + "have imagination" + ] + }, + { + "input": "Sentence: on the list of choices, it seems like headaches is the only thing that can really debilitate his physical state. \nQuestion: Dan loved playing chess but he just couldn't anymore. He had been debilitated by what? \nchoices: (A) headaches, (B) humility, (C) frustration", + "output": [ + "headaches" + ] + }, + { + "input": "Sentence: rice paddy is a place where there is wet terrace. \nQuestion: Jane is a farmer who is currently working on a wet terrace. Where might Jane be? \nchoices: (A) italy, (B) japan, (C) rice paddy", + "output": [ + "rice paddy" + ] + }, + { + "input": "Sentence: someone selfish, like sam, would be uninterested in helping others. \nQuestion: Sam only did what was favorable to himself. What did this make him to others? \nchoices: (A) bad, (B) unhelpful, (C) inauspicious", + "output": [ + "unhelpful" + ] + }, + { + "input": "Sentence: jun 25, 2018 - a tidal wave is a regularly reoccurring shallow water wave caused by effects of the gravitational interactions between the sun, moon, and earth on the ocean. the term \"tidal wave\" is often used to refer to tsunamis; however, this reference is incorrect as tsunamis have nothing to do with tides. \nQuestion: If I'm on the water after an earthquake, what should I be on the look out for? \nchoices: (A) crushed ice, (B) tidal waves, (C) steam room", + "output": [ + "tidal waves" + ] + }, + { + "input": "Sentence: by learning what you do not know, you are improving. \nQuestion: If you learn more about your weakest subjects you'll have done what to yourself? \nchoices: (A) become knowledgeable, (B) have tools, (C) improve yourself", + "output": [ + "improve yourself" + ] + }, + { + "input": "Sentence: plant pots are in greenhouses \nQuestion: Where would you find a pot with something alive in it? \nchoices: (A) cupboard, (B) greenhouse, (C) restaurant", + "output": [ + "greenhouse" + ] + }, + { + "input": "Sentence: a car wheel is the only one that has a hub \nQuestion: The cleanup crew would always find a hub or two during highway clean up, they always came off of a what? \nchoices: (A) car wheel, (B) propeller, (C) electric fan", + "output": [ + "car wheel" + ] + }, + { + "input": "Sentence: because i think it's the closest one \nQuestion: To avoid tripping while moving through your home, where should you have a light source? \nchoices: (A) books, (B) flashlight, (C) hallway", + "output": [ + "hallway" + ] + }, + { + "input": "Sentence: ground floor implies there are more floors to the building sam is getting lunch at. \nQuestion: Sam didn't have to walk far to get lunch. There was a deli on the ground floor of his what? \nchoices: (A) new york city, (B) shopping center, (C) office building", + "output": [ + "office building" + ] + }, + { + "input": "Sentence: a \"make stand\" and a \"construct stand\" are not real things. a produce stand, on the other hand, is a stand for fruit and vegetables (produce.) \nQuestion: In movies car chases usually wreck a what stand? \nchoices: (A) make, (B) construct, (C) produce", + "output": [ + "produce" + ] + }, + { + "input": "Sentence: heart and soul is the loved one at all time \nQuestion: Automation does a lot in a factory these days, but the heart and soul is still in the what? \nchoices: (A) russia, (B) workers, (C) free trade zones", + "output": [ + "workers" + ] + }, + { + "input": "Sentence: smiling is an expression \nQuestion: What expression should you make if you're trying to make friends? \nchoices: (A) smile, (B) meet new people, (C) meet people", + "output": [ + "smile" + ] + }, + { + "input": "Sentence: the statement implies the opposite, speechless and muttering aren't the opposite of eloquent \nQuestion: In his head he was giving an eloquent pick up line, but in reality he was doing what over his words? \nchoices: (A) muttering, (B) speechless, (C) stumbling", + "output": [ + "stumbling" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: The man wanted to have food ready for the work week, so he decided to what his meals ahead of time? \nchoices: (A) prepare, (B) eat food, (C) eating", + "output": [ + "prepare" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: She had taken her ring from her finger and placed it on the windowsill so she wouldn't get it wet while she was in what? \nchoices: (A) windowsill, (B) bath tub, (C) finger", + "output": [ + "bath tub" + ] + }, + { + "input": "Sentence: you feel satisfaction when something pays off. \nQuestion: When you play chess and work hard to improve at it, and finally have it pay off you will feel what? \nchoices: (A) made, (B) satisfaction, (C) have fun", + "output": [ + "satisfaction" + ] + }, + { + "input": "Sentence: the only place to buy things is a department store. \nQuestion: Where can you buy a purse as well as a TV? \nchoices: (A) handbag, (B) department store, (C) home", + "output": [ + "department store" + ] + }, + { + "input": "Sentence: one needs eyes in order to watch a movie. \nQuestion: There's an obvious prerequisite to being able to watch film, and that is to what? \nchoices: (A) have eyes, (B) open eyes, (C) go to movies", + "output": [ + "have eyes" + ] + }, + { + "input": "Sentence: bald eagles are endemic to the pacific northwest \nQuestion: Where are you likely to find a bald eagle on a floating bridge? \nchoices: (A) pacific northwest, (B) washington state, (C) northern california", + "output": [ + "pacific northwest" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: The man practiced his communicating skills before the large event, he was new to the city and planned on doing what? \nchoices: (A) people to think, (B) exchange information, (C) making friends", + "output": [ + "making friends" + ] + }, + { + "input": "Sentence: neither latin america nor new hampshire are cold, tall areas. \nQuestion: What cold tall area are you likely to find a marmoset in? \nchoices: (A) latin america, (B) new hampshire, (C) mountains", + "output": [ + "mountains" + ] + }, + { + "input": "Sentence: second chances are that the people needs to redeem themselves \nQuestion: What does a person deserve when they mess up? \nchoices: (A) life partner, (B) larger house, (C) second chances", + "output": [ + "second chances" + ] + }, + { + "input": "Sentence: dentist offices have patients so that would be the only reasonable choice for her working late \nQuestion: Sally worked at a dentist office. She had to work late. What might have caused her to work late? \nchoices: (A) patient, (B) town, (C) office building", + "output": [ + "patient" + ] + }, + { + "input": "Sentence: since has to keep up on her skills to better help people \nQuestion: Sarah went to school to be a nurse. She loved giving assistance to people in need. To better help people, she had to constantly do something. What might she do to better help people? \nchoices: (A) people helped, (B) learning new skills, (C) better circumstances", + "output": [ + "learning new skills" + ] + }, + { + "input": "Sentence: a person employed by an individual or in an office to assist with correspondence, make appointments, and carry out administrative tasks. \nQuestion: Where are you likely to find a restroom for secretaries? \nchoices: (A) library, (B) office building, (C) rest area", + "output": [ + "office building" + ] + }, + { + "input": "Sentence: if you pick up the phone you have to communicate. \nQuestion: What will always happen after taking phone call? \nchoices: (A) car accident, (B) communication, (C) decisions", + "output": [ + "communication" + ] + }, + { + "input": "Sentence: the most basic and non-emotional answer to the question is notoriety, while the other answers are subjective. \nQuestion: What will telling many people about someone's escapades lead to? \nchoices: (A) notoriety, (B) annoyance, (C) emotional distress", + "output": [ + "notoriety" + ] + }, + { + "input": "Sentence: brains is the only answer that makes sense/ what someone stupid would be lacking. \nQuestion: Sometimes people say that someone stupid has no what? \nchoices: (A) two eyes, (B) names, (C) brains", + "output": [ + "brains" + ] + }, + { + "input": "Sentence: so many pens need to be in a warehouse because they wouldn't fit in the other places \nQuestion: If I had more than one steel pen (e.g. 100,000), where would I store it? \nchoices: (A) warehouse, (B) hand, (C) desk drawer", + "output": [ + "warehouse" + ] + }, + { + "input": "Sentence: the closest and most accurate option \nQuestion: The monkey didn't touch the ground. He jumped around, laughed, threw things, and had all sorts of fun, but he never left something. What did he never leave? \nchoices: (A) treetops, (B) brazil, (C) playful mood", + "output": [ + "treetops" + ] + }, + { + "input": "Sentence: when someone hears things they would have to listen \nQuestion: Why would someone be listening? \nchoices: (A) hear things, (B) empathy, (C) knowlege", + "output": [ + "hear things" + ] + }, + { + "input": "Sentence: a revelation means to learn something new or discover something \nQuestion: If you learn something about a person that you're talking to, what is it called? \nchoices: (A) listening to, (B) revelation, (C) communication", + "output": [ + "revelation" + ] + }, + { + "input": "Sentence: court be located at the main street and the places \nQuestion: Where would a court be located? \nchoices: (A) palace, (B) gymnasium, (C) public building", + "output": [ + "public building" + ] + }, + { + "input": "Sentence: in case of some wrongdoing people as for justice so they demand justice. \nQuestion: Sometimes when people think some wrongdoing has ocurred in government, how do they react? \nchoices: (A) share food, (B) cook food, (C) demand justice", + "output": [ + "demand justice" + ] + }, + { + "input": "Sentence: the thousand-year rose is also known as the rose of hildesheim. it grows on a wall of the ... according to legend, while the rose bush flourishes, hildesheim will prosper. \nQuestion: Thousands of companies and a rosebush call what place home? \nchoices: (A) planting, (B) lawn, (C) delaware", + "output": [ + "delaware" + ] + }, + { + "input": "Sentence: because listening to music can be relaxing which most violin music is \nQuestion: Why would you like to listen to someone playing violin? \nchoices: (A) loud noises, (B) relaxation, (C) sadness", + "output": [ + "relaxation" + ] + }, + { + "input": "Sentence: in times of trouble we come together \nQuestion: What happens to people if they are having difficulties? \nchoices: (A) own things, (B) need each other, (C) sleep together", + "output": [ + "need each other" + ] + }, + { + "input": "Sentence: an english hunt hunts for foxes \nQuestion: A horse rider wants to find foxes, what should he participate in? \nchoices: (A) rural area, (B) english hunt, (C) burrow", + "output": [ + "english hunt" + ] + }, + { + "input": "Sentence: when people get the flu it typically hits the stomach \nQuestion: Where is the flu likely to result in illness? \nchoices: (A) body, (B) elderly person, (C) stomach", + "output": [ + "stomach" + ] + }, + { + "input": "Sentence: the phrase \"end of line\" as displayed by the mcp on the interactive touchscreen built into ed dillinger's desk. \"end of line\" is a recurring phrase spoken by programs during and after kevin flynn's first visit to the computer world. ... in the movie, the track is played by daft punk as ... \nQuestion: What do you take fish off of when fishing? \nchoices: (A) end of line, (B) pond, (C) boat", + "output": [ + "end of line" + ] + }, + { + "input": "Sentence: the onion also known as the bulb onion or common onion, is a vegetable that is the most widely cultivated species of the genus allium. its close relatives include ... \nQuestion: Max looked for the onions so that he could made a stew. Where might he have looked? \nchoices: (A) pizza, (B) refrigerator, (C) table", + "output": [ + "refrigerator" + ] + }, + { + "input": "Sentence: concentrating helps you memorize things. \nQuestion: What is someone likely to do when trying to memorize something? \nchoices: (A) repeat, (B) concentrate, (C) awake", + "output": [ + "concentrate" + ] + }, + { + "input": "Sentence: use a well sealed container in any work in civil engineering \nQuestion: Where should you use a well sealed container? \nchoices: (A) pantry, (B) refrigerator, (C) kitchens", + "output": [ + "refrigerator" + ] + }, + { + "input": "Sentence: in chronically over produce these hormones it becomes another story \nQuestion: If you're relaxing with friends and you agree with one but not the other, what have you done? \nchoices: (A) side with, (B) talking about, (C) hang out", + "output": [ + "side with" + ] + }, + { + "input": "Sentence: the only way to be on the ground if you fell on it \nQuestion: What did I do that has made me on the ground? \nchoices: (A) injury, (B) peace, (C) falling down", + "output": [ + "falling down" + ] + }, + { + "input": "Sentence: it's possible that homicide was part of a person's death, if they didn't commit it themselves. \nQuestion: When can a person's death not be wanted by the person? \nchoices: (A) suicide, (B) murder, (C) cyanide", + "output": [ + "murder" + ] + }, + { + "input": "Sentence: work is needed for money to be earned \nQuestion: A retired person may have to return to work if they what? \nchoices: (A) key, (B) earn money, (C) need money", + "output": [ + "need money" + ] + }, + { + "input": "Sentence: if you overeat, you've eaten too much. don't overeat by not eating too much. \nQuestion: A good habit each morning is eating breakfast, but not too much, because then I'd be guilty of what? \nchoices: (A) overeating, (B) heartburn, (C) being satisfied", + "output": [ + "overeating" + ] + }, + { + "input": "Sentence: many municipalities have their cemetery at the churchyard. \nQuestion: Where did many municipalities have their cemetery? \nchoices: (A) churchyard, (B) most cities, (C) populated area", + "output": [ + "churchyard" + ] + }, + { + "input": "Sentence: he didn't like clothes on animals and thought they are only for humans \nQuestion: The man felt sorry for the dressed up dog, it was his opinion that clothing was only for a what? \nchoices: (A) backpack, (B) hamper, (C) person", + "output": [ + "person" + ] + }, + { + "input": "Sentence: he hasn't worked before and is ready for a new experience. \nQuestion: He is beginning work at his first job. What is he feeling? \nchoices: (A) stress, (B) panic, (C) excitement", + "output": [ + "excitement" + ] + }, + { + "input": "Sentence: when we are close with opposite sex it ends in love \nQuestion: What happens after making friends with someone of the opposite sex? \nchoices: (A) talking, (B) falling in love, (C) smile", + "output": [ + "falling in love" + ] + }, + { + "input": "Sentence: when we are feeling fatigue, the remedy is usually to get rest. \nQuestion: If you're feeling a little bit of fatigue what can you do? \nchoices: (A) sit down, (B) sleep, (C) have rest", + "output": [ + "have rest" + ] + }, + { + "input": "Sentence: a sign will be easy to see in the hallway. \nQuestion: It was finals week and students wanted to be left alone, one put a do not disturb paper sign out in the what? \nchoices: (A) hallway, (B) public place, (C) store window", + "output": [ + "hallway" + ] + }, + { + "input": "Sentence: lazy people don't want to do hard work \nQuestion: What does a person who is lazy want? \nchoices: (A) easy life, (B) healthy children, (C) treated with respect", + "output": [ + "easy life" + ] + }, + { + "input": "Sentence: the middle of town would be an equal distance to travel for everyone in the town \nQuestion: If I wanted the gallery to be an equal distance from everyone, where might I put it? \nchoices: (A) middle of town, (B) large city, (C) downtown area", + "output": [ + "middle of town" + ] + }, + { + "input": "Sentence: becuase cities have enclosed markets \nQuestion: Where is a market likely to be enclosed? \nchoices: (A) rural area, (B) city, (C) village", + "output": [ + "city" + ] + }, + { + "input": "Sentence: eating too much of cabbage or broccoli will upset the stomach and cause stomache pain / gas \nQuestion: He was eating too much cabbage and broccoli, what did eh suffer from as a result? \nchoices: (A) gas, (B) obesity, (C) gain weight", + "output": [ + "gas" + ] + }, + { + "input": "Sentence: soccer is sport primarily involving kicking a ball \nQuestion: Where are people likely to kick a ball? \nchoices: (A) soccer game, (B) toy store, (C) child's hand", + "output": [ + "soccer game" + ] + }, + { + "input": "Sentence: children are usually caught up in the middle assuming the couple had them \nQuestion: What is a negative effect to someone other than a spouse when two spouses are getting divorced? \nchoices: (A) children suffer, (B) lot of grief, (C) no spouse", + "output": [ + "children suffer" + ] + }, + { + "input": "Sentence: cabbage or headed cabbage is a leafy green, red (purple), or white (pale green) biennial plant grown as an annual vegetable crop for its dense-leaved heads. \nQuestion: Wanting to avoid the cabbage spoiling, where did he put it? \nchoices: (A) freezer, (B) supermarket, (C) grocery store", + "output": [ + "freezer" + ] + }, + { + "input": "Sentence: one will fiddle the shoes when one is uncomfortable \nQuestion: If you tend to fiddle with your shoes they are likely what? \nchoices: (A) uncomfortable, (B) you're bored, (C) were bored", + "output": [ + "uncomfortable" + ] + }, + { + "input": "Sentence: divorce is when you are trying to split up a marriage that is bounded by \"contract\" \nQuestion: If you're speaking to a lawyer about getting a divorce, what relationship status are you trying to end? \nchoices: (A) marriage, (B) lawyer, (C) being married", + "output": [ + "being married" + ] + }, + { + "input": "Sentence: relaxation massages always bring pleasure to the person who is receiving it. \nQuestion: While laid up in the hospital she tried remembering good times, like that massage on vacation that brought great what? \nchoices: (A) knowing, (B) pleasure, (C) depression", + "output": [ + "pleasure" + ] + }, + { + "input": "Sentence: downtown is a term primarily used in north america by english-speakers to refer to a city's core or central business district (cbd \nQuestion: It was impossible to find a parking garage, so James took a bus whenever he wanted to go where? \nchoices: (A) downtown, (B) building, (C) car", + "output": [ + "downtown" + ] + }, + { + "input": "Sentence: neither clocks nor watches are musical items \nQuestion: The entire movements was a lovely piece of music, but her favorite part was the what? \nchoices: (A) sonata, (B) clock, (C) watch", + "output": [ + "sonata" + ] + }, + { + "input": "Sentence: the feeling of not knowing if you will get caught or not \nQuestion: How might someone feel if they were committing perjury? \nchoices: (A) tension, (B) going to jail, (C) mistrial", + "output": [ + "tension" + ] + }, + { + "input": "Sentence: without fuel, you can't drive anywhere and will stop almost instantaneously. \nQuestion: What causes someone to stop driving immediately? \nchoices: (A) tire wear, (B) lack of fuel, (C) wheels turning", + "output": [ + "lack of fuel" + ] + }, + { + "input": "Sentence: competition is the only place you compete \nQuestion: What do you compete against someone in? \nchoices: (A) practice, (B) in competition, (C) fair", + "output": [ + "in competition" + ] + }, + { + "input": "Sentence: suit is the only answer that is a type of clothing. \nQuestion: If someone is a gentleman in a professional setting what would he wear? \nchoices: (A) club, (B) europe, (C) suit", + "output": [ + "suit" + ] + }, + { + "input": "Sentence: in resident mailbox were at entrance. \nQuestion: Where is the mailbox that the residents use? \nchoices: (A) street corner, (B) apartment complex, (C) post office", + "output": [ + "apartment complex" + ] + }, + { + "input": "Sentence: winged transportation is found only at the airport. \nQuestion: Where would you read magazines while waiting to board winged transportation? \nchoices: (A) dentist, (B) bed, (C) airport", + "output": [ + "airport" + ] + }, + { + "input": "Sentence: clothes are not typically folded in a closet, and while they are in a suitcase, this would not be the \"best\" answer due to being a less common location for clothes. \nQuestion: Where is best to have clothes folded? \nchoices: (A) suitcase, (B) dresser, (C) closet", + "output": [ + "dresser" + ] + }, + { + "input": "Sentence: certainly you would find grapes in a winery because that is what wine is made of. you would also find grapes in a fruit stand. a field would not be a good place to find grapes which grow on a vine and need to be trained. \nQuestion: If you were looking for a grape, where is one place where you probably wouldn't find one? \nchoices: (A) winery, (B) field, (C) fruit stand", + "output": [ + "field" + ] + }, + { + "input": "Sentence: someone who competes with or opposes another in a contest, game, or argument. \"he beat his republican opponent by a landslide margin\" \nQuestion: He was very critical of the execution of his team while doing what with the opponents? \nchoices: (A) eulogistic, (B) praising, (C) minor", + "output": [ + "praising" + ] + }, + { + "input": "Sentence: law convicts a person obstructing justice to go to jail \nQuestion: What might be the result if one is convicted of obstructing justice? \nchoices: (A) going to jail, (B) bad, (C) injustice", + "output": [ + "going to jail" + ] + }, + { + "input": "Sentence: the result was his reason for attending the meetings \nQuestion: Attending meeting was his priority, he had to get a good what? \nchoices: (A) understanding, (B) result, (C) fall asleep", + "output": [ + "result" + ] + }, + { + "input": "Sentence: one person is considered single if not in a relationship \nQuestion: If a crowd of people are all in a relationship except for one, what can they be considered? \nchoices: (A) individual, (B) few people, (C) single person", + "output": [ + "single person" + ] + }, + { + "input": "Sentence: a human being is the only option that has a spirit. \nQuestion: The spirit ascended to the after life, so what was it leaving? \nchoices: (A) graveyard, (B) human being, (C) bar", + "output": [ + "human being" + ] + }, + { + "input": "Sentence: a battery would have nodes to attach, the other two options would not. \nQuestion: The generator engine was running again, so they attached the anode of the what? \nchoices: (A) storage battery, (B) electrolytic cell, (C) voltaic cell", + "output": [ + "storage battery" + ] + }, + { + "input": "Sentence: drinking alcohol gets you inebriated. \nQuestion: What always happens after drinking alcohol? \nchoices: (A) inebriation, (B) vomit, (C) start singing", + "output": [ + "inebriation" + ] + }, + { + "input": "Sentence: chatting with friends is more informal and trying to have fun and understanding the person better. if you're gathering information you would be interrogating them \nQuestion: What is a person chatting with friends likely hoping to accomplish? \nchoices: (A) gathering of information, (B) social bonding, (C) feel relaxed", + "output": [ + "social bonding" + ] + }, + { + "input": "Sentence: the contestant had to quit because she had no more steam left. \nQuestion: The competition contestant had simply run out of steam, it seemed she was doing what? \nchoices: (A) rest, (B) you'll sleep, (C) quitting", + "output": [ + "quitting" + ] + }, + { + "input": "Sentence: people typically get in cars to go somewhere \nQuestion: The kids showed excitement getting ready and getting in the car, they were ready to what? \nchoices: (A) go somewhere, (B) express information, (C) dance", + "output": [ + "go somewhere" + ] + }, + { + "input": "Sentence: he loves birdsvery much \nQuestion: His favorite thing was leftover dark meat, not the white, from the big what? \nchoices: (A) bird, (B) drumstick, (C) second joint", + "output": [ + "bird" + ] + }, + { + "input": "Sentence: nightclubs are most popular in downtown areas \nQuestion: Where is a nightclub likely to be? \nchoices: (A) major city, (B) manhattan, (C) downtown area", + "output": [ + "downtown area" + ] + }, + { + "input": "Sentence: sex is a way of communication between lovers \nQuestion: What is a way for two people to communicate to each other that they are in love? \nchoices: (A) having sex, (B) deaths, (C) pain and suffering", + "output": [ + "having sex" + ] + }, + { + "input": "Sentence: the wall is the only option that would reside within the house. \nQuestion: He needed to check an electrical connection in the house, where did he look? \nchoices: (A) company, (B) wall, (C) airport", + "output": [ + "wall" + ] + }, + { + "input": "Sentence: hangovers are the result of drinking too much \nQuestion: If a person celebrates by drinking too much, what is a likely consequence? \nchoices: (A) being happy, (B) hangovers, (C) becoming tired", + "output": [ + "hangovers" + ] + }, + { + "input": "Sentence: problems happen when you cant keep up with your lies. \nQuestion: What does lying about oneself likely to lead to? \nchoices: (A) problems, (B) being fired, (C) feeling guilty", + "output": [ + "problems" + ] + }, + { + "input": "Sentence: try playing an online chess game against a top chess computer. you can set the level from 1 to 10, from easy to grandmaster. if you get stuck, use a hint or take ... \nQuestion: He moved to check and accidentally said \"king me\", he got an odd look from his opponent since they were playing a what? \nchoices: (A) chess game, (B) chess set, (C) deck of cards", + "output": [ + "chess game" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: Where would you keep stuff that you own yourself? \nchoices: (A) home, (B) surface of earth, (C) school", + "output": [ + "home" + ] + }, + { + "input": "Sentence: an accident, also known as an unintentional act, is an undesirable, incidental, and an unplanned event that could have been prevented had circumstances \nQuestion: Drinking alcohol should be avoided. In addition to making you sick, it can cause what? \nchoices: (A) vomiting, (B) accidents, (C) wicked", + "output": [ + "accidents" + ] + }, + { + "input": "Sentence: when you meet a friend for coffee you talk, you don't have sex and a handshake is too impersonal \nQuestion: Every Monday morning he would meet friend, they would have coffee and a good what? \nchoices: (A) conversation, (B) have sex, (C) handshake", + "output": [ + "conversation" + ] + }, + { + "input": "Sentence: we can find a bulldog school in georgia which is south \nQuestion: He went to visit his brother going to a Bulldog school in the south, the humidity was intense but seemed plain and ordinary by now to his brother where? \nchoices: (A) georgia, (B) countryside, (C) landscape", + "output": [ + "georgia" + ] + }, + { + "input": "Sentence: near is the only why they wouldn't pull out. \nQuestion: The driver forgot his glasses, he was having trouble judging distance of oncoming cars and wouldn't pull out thinking they were all what? \nchoices: (A) near, (B) closeness, (C) proximity", + "output": [ + "near" + ] + }, + { + "input": "Sentence: people who aren't honest can be called deceitful. \nQuestion: Sean was an honest person, but his married June, who wasn't honest at all. In fact, who was very what? \nchoices: (A) untrustworthy, (B) untruthful, (C) deceitful", + "output": [ + "deceitful" + ] + }, + { + "input": "Sentence: because many colors describes different kinds of dogs \nQuestion: Why are there different kinds of dogs? \nchoices: (A) go outside, (B) sleep soundly, (C) many colours", + "output": [ + "many colours" + ] + }, + { + "input": "Sentence: a house is the only thing that fits the description perfectly \nQuestion: What could have an iron in some areas of it but not in other areas? \nchoices: (A) linen closet, (B) laundry room, (C) house", + "output": [ + "house" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: The vegan was tired of being hungry, what did she do to alleviate it? \nchoices: (A) eat vegetables, (B) have food, (C) eat quickly", + "output": [ + "eat vegetables" + ] + }, + { + "input": "Sentence: there must be an alley \nQuestion: If you're using a trash can in the downtown district of a city, where may you be? \nchoices: (A) park, (B) alley, (C) water cooler", + "output": [ + "alley" + ] + }, + { + "input": "Sentence: the united states is on all maps of the world \nQuestion: What might help someone locate the United States? \nchoices: (A) western hemisphere, (B) north america, (C) map", + "output": [ + "map" + ] + }, + { + "input": "Sentence: in order to master something you have to learn about it \nQuestion: What has a master of their craft done about that craft? \nchoices: (A) drill, (B) learn, (C) understand", + "output": [ + "learn" + ] + }, + { + "input": "Sentence: football is played in a sports arena. \nQuestion: Football fans were storming the ticket booth, where were they? \nchoices: (A) sports arena, (B) movie theatre, (C) metro station", + "output": [ + "sports arena" + ] + }, + { + "input": "Sentence: waiting rooms are one of the most common places to find free magazines to read. \nQuestion: Where could you find a magazine that does not need to be paid for to read? \nchoices: (A) waiting room, (B) bookstore, (C) train station", + "output": [ + "waiting room" + ] + }, + { + "input": "Sentence: the sun is the the only one that is a danger to children \nQuestion: What is a dangerous outdoor activity for children? \nchoices: (A) set table, (B) wrong house, (C) sun themselves", + "output": [ + "sun themselves" + ] + }, + { + "input": "Sentence: you maintain a yard. other choices don't need maintenance \nQuestion: Buying a house was his lifelong dream, but the lazy man did not enjoy having to maintain a what? \nchoices: (A) kitchen, (B) basement, (C) yard", + "output": [ + "yard" + ] + }, + { + "input": "Sentence: welcome mats are meant for people to wipe their feet and most people wipe their feet before they go through a door. \nQuestion: Where would you find a welcome mat in a house? \nchoices: (A) bathroom, (B) doorway, (C) floors", + "output": [ + "doorway" + ] + }, + { + "input": "Sentence: the meditteranean sea is located in greece \nQuestion: If you were Greek and saw a shark here, where are you? \nchoices: (A) pool hall, (B) mediterranean sea, (C) south pacific", + "output": [ + "mediterranean sea" + ] + }, + { + "input": "Sentence: the hardware store is the only place where james could buy the heavy chain needed for his tires. \nQuestion: James needed a heavy chain wrap around his tires. Where might he find one? \nchoices: (A) garage, (B) hardware store, (C) gear shift", + "output": [ + "hardware store" + ] + }, + { + "input": "Sentence: it's always guaranteed when it costs money, which is why it's the easiest to get. \nQuestion: Sex is easy to get, but the easiest sex to get does what? \nchoices: (A) sell beer, (B) cost money, (C) last hour", + "output": [ + "cost money" + ] + }, + { + "input": "Sentence: urban areas have quickly rising populations which require building to happen quickly. \nQuestion: Where is building likely to be rapid? \nchoices: (A) urban area, (B) town, (C) rooms", + "output": [ + "urban area" + ] + }, + { + "input": "Sentence: is the option closest to the question \nQuestion: Illegitimate designer handbags will not have a certificate of what? \nchoices: (A) logical, (B) authentic, (C) legal", + "output": [ + "authentic" + ] + }, + { + "input": "Sentence: the universal answer is spend money \nQuestion: What do customers do in a store? \nchoices: (A) demand satisfaction, (B) mail orders, (C) spend money", + "output": [ + "spend money" + ] + }, + { + "input": "Sentence: hearing is synonymous with talking \nQuestion: If you're talking to something then you probable hope that you're also doing what? \nchoices: (A) being heard, (B) not listening, (C) eye contact", + "output": [ + "being heard" + ] + }, + { + "input": "Sentence: cramps is something you have when you are running. \nQuestion: It was very humid and he wasn't hydrated, so when he was running he was stricken with what? \nchoices: (A) becoming tired, (B) sore feet, (C) leg cramps", + "output": [ + "leg cramps" + ] + }, + { + "input": "Sentence: hollywood is the go-to place for artists \nQuestion: She wanted to be a star, so where did she move? \nchoices: (A) hollywood, (B) solar system, (C) constellation", + "output": [ + "hollywood" + ] + }, + { + "input": "Sentence: if a dog isnt taught right or wrong it could stay wild \nQuestion: The dog was wild and didn't listen to its owner, the person had never given it what? \nchoices: (A) fleas, (B) abandoned, (C) punishment", + "output": [ + "punishment" + ] + }, + { + "input": "Sentence: store food is the thing for a box in a supermarket. \nQuestion: What is the purpose of a box in a supermarket? \nchoices: (A) store clothes, (B) store food, (C) hold things", + "output": [ + "store food" + ] + }, + { + "input": "Sentence: anger is an emotion characterized by antagonism toward someone or something you feel has deliberately done you wrong. anger can be a good thing. \nQuestion: If you're standing in line and the line isn't moving what might you feel? \nchoices: (A) anger, (B) fatigue, (C) wait turn", + "output": [ + "anger" + ] + }, + { + "input": "Sentence: the only medium where all confetti floats. \nQuestion: Where does confetti float? \nchoices: (A) air, (B) shredder, (C) big cities", + "output": [ + "air" + ] + }, + { + "input": "Sentence: cookies are usually in a jar. \nQuestion: Johnny was looking for cookies that his mom had hid from him. Where might he look for them? \nchoices: (A) dessert, (B) store, (C) jar", + "output": [ + "jar" + ] + }, + { + "input": "Sentence: a dog would not be confined to a table and a park is where dogs run free or running with their owners, however, dogs are often confined, either by chain or fences in backyards. \nQuestion: There was a dog, it was barking loudly. James wasn't scared of it though, because it was confined. Where might it have been confined to? \nchoices: (A) park, (B) table, (C) backyard", + "output": [ + "backyard" + ] + }, + { + "input": "Sentence: a child moves more with age. \nQuestion: A toddling child who is learning about the world is gaining what? \nchoices: (A) desire to travel, (B) increased security, (C) greater mobility", + "output": [ + "greater mobility" + ] + }, + { + "input": "Sentence: other than parks i have only ever seen courts in country clubs \nQuestion: Other than a municipal park, where would you find a tennis court? \nchoices: (A) michigan, (B) town, (C) country club", + "output": [ + "country club" + ] + }, + { + "input": "Sentence: the only effect of turning up the thermostat is the temperature increasing. \nQuestion: What happens to the temperature if you turn up the thermostat? \nchoices: (A) increase, (B) drop to zero, (C) heat up", + "output": [ + "increase" + ] + }, + { + "input": "Sentence: making love is easy \nQuestion: What prevents a couple from going to bed? \nchoices: (A) rest, (B) insomnia, (C) making love", + "output": [ + "making love" + ] + }, + { + "input": "Sentence: i would expect to be exhausted if i danced as long as possible. although, i would also expect blisters. \nQuestion: The marathon included dancing for as long as possible for a prize, what did people feel as a result? \nchoices: (A) blisters, (B) exhaustion, (C) humiliation", + "output": [ + "exhaustion" + ] + }, + { + "input": "Sentence: learning about science give people new ideas \nQuestion: What might learning about science lead to? \nchoices: (A) invent, (B) atheism, (C) new ideas", + "output": [ + "new ideas" + ] + }, + { + "input": "Sentence: conquer. to conquer is to defeat someone or something, usually with force, like army troops that conquer enemy territory, or your lunchtime hunger which you conquer with a sandwich and cup of soup. \nQuestion: The great general had suffered his first defeat, it now seemed there was truly nobody his opponent couldn't what? \nchoices: (A) conquer, (B) victory, (C) winning", + "output": [ + "conquer" + ] + }, + { + "input": "Sentence: if people are watching you, they will definitely see you when you fall. most people are not anticipating falling and being unable to avoid it will be embarrasing. \nQuestion: If you fell in front of people while going public store how might you feel? \nchoices: (A) sorrow, (B) panic, (C) embarrassment", + "output": [ + "embarrassment" + ] + }, + { + "input": "Sentence: children only answer that makes sense (noun) and children don't usually have sex. \nQuestion: Who is not likely to have sex? \nchoices: (A) pregnancy, (B) orgasm, (C) children", + "output": [ + "children" + ] + }, + { + "input": "Sentence: if there are no windows in the area one might find a fire extinguisher in a stairwell \nQuestion: If there is no windows in the area where are you likely to find a fire extinguisher? \nchoices: (A) stairwell, (B) garage, (C) school bus", + "output": [ + "stairwell" + ] + }, + { + "input": "Sentence: because he had money left over he was worried about overspending but not running out of money \nQuestion: Joe found that shopping was dangerous for him. Even though he had a great job, or maybe because of it, he found himself doing this a great deal. There were always funds left over, but not enough for his taste. What was he doing when he was shopping? \nchoices: (A) run out of money, (B) overspending, (C) loss of money", + "output": [ + "overspending" + ] + }, + { + "input": "Sentence: if you're actively climbing a mountain you are getting higher. \nQuestion: What are you doing when you're climbing a mountain? \nchoices: (A) getting higher, (B) accomplishment, (C) vertigo", + "output": [ + "getting higher" + ] + }, + { + "input": "Sentence: she was no useful to the farmer \nQuestion: Where did the farmer send the heifer to make money when she was no longer useful to the farm? \nchoices: (A) slaughterhouse, (B) countryside, (C) cattle ranch", + "output": [ + "slaughterhouse" + ] + }, + { + "input": "Sentence: turkey is in fact a part of the middle-east. \nQuestion: Turkey is a nation in what part of the world? \nchoices: (A) balkan peninsula, (B) asia minor, (C) middle east", + "output": [ + "middle east" + ] + }, + { + "input": "Sentence: plays in the context of referees take place during a sports game. \nQuestion: The referee blew his whistle and recited a rule after a play, when did he do this? \nchoices: (A) football game, (B) everything, (C) classroom", + "output": [ + "football game" + ] + }, + { + "input": "Sentence: people come from all over to go to someone's party. they may know the host through work or school. people who know a person from work will meet the people that person works with. thus, expanding your opportunity to meet new people. \nQuestion: What is a social benefit of going to party? \nchoices: (A) having fun, (B) plan, (C) meeting new people", + "output": [ + "meeting new people" + ] + }, + { + "input": "Sentence: panicking people are most likely to run amok over the other choices. \nQuestion: If a crowd of people being to panic, what might they do? \nchoices: (A) desire to win, (B) destroy each other, (C) run amok", + "output": [ + "run amok" + ] + }, + { + "input": "Sentence: the other two things could happen, but are not dependent on it being a long time. \nQuestion: What does playing soccer for a long time lead to? \nchoices: (A) excitement, (B) anger, (C) getting tired", + "output": [ + "getting tired" + ] + }, + { + "input": "Sentence: sunshine is usually strongest near water, at the beach you have the most skin bared. \nQuestion: Where would you normally apply sunblock to protect bare skin from sunshine? \nchoices: (A) summer, (B) beach, (C) meadow", + "output": [ + "beach" + ] + }, + { + "input": "Sentence: in last night i have abandoned so long her stride in look. \nQuestion: The house had been abandoned so long her stride left a clear path through the dust on the what? \nchoices: (A) ground, (B) attic, (C) television", + "output": [ + "ground" + ] + }, + { + "input": "Sentence: plays were an important part of high school life \nQuestion: If I am in an auditorium watching an amateur play, where am I likely? \nchoices: (A) lights, (B) crowd, (C) high school", + "output": [ + "high school" + ] + }, + { + "input": "Sentence: working allows for the production of goods, and creation. one more easily work inside the home, not making money, than work outside the home, and produce goods and create. \nQuestion: What is the main goal of work outside of the home? \nchoices: (A) produce goods, (B) create, (C) earn money", + "output": [ + "earn money" + ] + }, + { + "input": "Sentence: everyone wants to feel comfortable not uncomfortable \nQuestion: Why does someone want to get warm when they are cold? \nchoices: (A) more comfortable, (B) you're cold, (C) feel comfortable", + "output": [ + "feel comfortable" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: Utensils are used during what evening activity? \nchoices: (A) dinner, (B) cupboard, (C) drawer", + "output": [ + "dinner" + ] + }, + { + "input": "Sentence: bookstores sell magazines and other reading material \nQuestion: What could you buy in a bookstore? \nchoices: (A) carpeting, (B) magazines, (C) city", + "output": [ + "magazines" + ] + }, + { + "input": "Sentence: if a single person is going to a place with other singles, they are going to meet other singles to mingle with. \nQuestion: A single person is going to a party of other singles, what do they want to do? \nchoices: (A) visit friends, (B) meeting people, (C) drinking alcohol", + "output": [ + "meeting people" + ] + }, + { + "input": "Sentence: after becoming inebriated, laying down on the beach caused the woman to pass out \nQuestion: After becoming inebriated, she laid down on a bench, what happened afterwards? \nchoices: (A) fall down, (B) death and destruction, (C) pass out", + "output": [ + "pass out" + ] + }, + { + "input": "Sentence: us spelling of theatre 2. a cinema 3. a building, room, or outside structure with rows of seats, each row usually higher than the one in front, \nQuestion: Where could you find a theater which only has unpaid actors? \nchoices: (A) school, (B) military base, (C) populated area", + "output": [ + "school" + ] + }, + { + "input": "Sentence: cabinet is most specific, tables only have plates during meal times, restaurant is outside of the home. \nQuestion: Where is a good place to find a plate in the home? \nchoices: (A) table, (B) cabinet, (C) restaurant", + "output": [ + "cabinet" + ] + }, + { + "input": "Sentence: going into class doesnt involve much thinking and they wont have to cross the road to get inside \nQuestion: What must elementary school students do when they are going into class? \nchoices: (A) cross road, (B) think for himself, (C) wait in line", + "output": [ + "wait in line" + ] + }, + { + "input": "Sentence: one becomes exhausted after exercise and one hopes to become stronger but in order to exercise one must use / burn energy. \nQuestion: What does one use to exercise? \nchoices: (A) exhaustion, (B) become stronger, (C) use energy", + "output": [ + "use energy" + ] + }, + { + "input": "Sentence: celebrating is a the only thing you would do when you are just about to win a baseball game \nQuestion: What would a team be doing when a winning baseball game is imminent? \nchoices: (A) celebrating, (B) pride, (C) recognition", + "output": [ + "celebrating" + ] + }, + { + "input": "Sentence: house (also called house, m.d.) is an american television medical drama that originally ran on the fox network for eight seasons \nQuestion: Where can you find an upright piano in a building that you live in? \nchoices: (A) house, (B) college, (C) band", + "output": [ + "house" + ] + }, + { + "input": "Sentence: coldness is the only adjective that can apply to someone shwoing a lack of emotion. \nQuestion: A relationship that was once filled with the heat of passion but now has someone showing no emotion towards the other, the person has now demonstrated what towards the other? \nchoices: (A) coolness, (B) coldness, (C) air conditioning", + "output": [ + "coldness" + ] + }, + { + "input": "Sentence: this box was used and thrown out. \nQuestion: Joe found a man sleeping in a cardboard box that was used to transport boxes of shoes. Where is the box most likely located? \nchoices: (A) storage area, (B) shoe store, (C) back alley", + "output": [ + "back alley" + ] + }, + { + "input": "Sentence: the only goal of driving to work is to get to work. \nQuestion: What is the goal of driving to work? \nchoices: (A) get to work, (B) use gas, (C) speeding ticket", + "output": [ + "get to work" + ] + }, + { + "input": "Sentence: gymnasium is the most common place to use a ball to play. \nQuestion: Where do you use a ball for exercise? \nchoices: (A) bowling alley, (B) gymnasium, (C) playground", + "output": [ + "gymnasium" + ] + }, + { + "input": "Sentence: inflation is directly affected by rising of loan interest rates. \nQuestion: Fighting inflation means being aware of many things, such as what with loans? \nchoices: (A) not noticeable, (B) economic instability, (C) rising interest rates", + "output": [ + "rising interest rates" + ] + }, + { + "input": "Sentence: the front door is the only place as answer where a cat has freedom to go in and out of. \nQuestion: A cat sometimes has trouble deciding whether or not to come in or out of what? \nchoices: (A) zoo, (B) residence, (C) front door", + "output": [ + "front door" + ] + }, + { + "input": "Sentence: fires spread quickly thus quick thinking would be useful in handling one. \nQuestion: Jane is a pilot. She recently got a medal and a promotion for her quick thinking when her plane did this. What might her plane have done? \nchoices: (A) arrive late, (B) catch on fire, (C) carry freight", + "output": [ + "catch on fire" + ] + }, + { + "input": "Sentence: large city is the biggest \nQuestion: Lance loved playing simulations on his computer. He spent his time building an entire what? \nchoices: (A) university, (B) post office, (C) large city", + "output": [ + "large city" + ] + }, + { + "input": "Sentence: the person being the taxi is not necessarily getting their own supplies or gains. to help people is to do good. \nQuestion: How could being someones taxi for the day while they run errands be good for the world? \nchoices: (A) gain, (B) supplies, (C) help people", + "output": [ + "help people" + ] + }, + { + "input": "Sentence: he goes to study in law \nQuestion: Why does a person move to the suburbs? \nchoices: (A) low crime, (B) good lover, (C) make others happy", + "output": [ + "low crime" + ] + }, + { + "input": "Sentence: that's the only place to buy stuff. \nQuestion: Where do you buy your birth control pills? \nchoices: (A) bedroom, (B) drug store, (C) medicine cabinet", + "output": [ + "drug store" + ] + }, + { + "input": "Sentence: task 2: explanation: house is the only place that is not likely to sell a lantern. \nQuestion: John and James spent most of their time communicating with each other on their project. The time required to communicate slowed their what? \nchoices: (A) progress, (B) collaboration, (C) static", + "output": [ + "progress" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: If you got a job as an undercover shopper you would buy products, then after doing a review you would what? \nchoices: (A) save money, (B) get money, (C) pay money", + "output": [ + "get money" + ] + }, + { + "input": "Sentence: getting a divorce is a hard time for everyone involved, especially for any children that may be involved. \nQuestion: WHat does someone usually produce a lot of when getting divorce? \nchoices: (A) freedom, (B) depression, (C) tears", + "output": [ + "tears" + ] + }, + { + "input": "Sentence: decay is the correct answer because it directly answers what it had already begun to do. the other options do not answer that question. \nQuestion: Sammy wanted to preserve the wallpaper, but it was wet and had already begun to do what? \nchoices: (A) throw away, (B) decay, (C) waste", + "output": [ + "decay" + ] + }, + { + "input": "Sentence: old makes best since because women will often marry old men for their wealth. \nQuestion: The young lady favored his wealth, she did not care how what he was? \nchoices: (A) aged, (B) old, (C) mature", + "output": [ + "old" + ] + }, + { + "input": "Sentence: city council meeting is the only forum that the public can go to which involved a committee \nQuestion: What is something that the public can go to which involves a committee? \nchoices: (A) boardroom, (B) city council meeting, (C) office building", + "output": [ + "city council meeting" + ] + }, + { + "input": "Sentence: you need to know what you need to buy or you'll buy unnecessary things \nQuestion: WHat do you need to do when you buy something so you dont overspend? \nchoices: (A) paying, (B) spend money, (C) have in mind", + "output": [ + "have in mind" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: On an average day, going to work could make you feel like what? \nchoices: (A) feeling good, (B) being fired, (C) tardiness", + "output": [ + "feeling good" + ] + }, + { + "input": "Sentence: becuase dealerships sell cars \nQuestion: The man asked to have a tissue holder installed at the dealership, where did they put it? \nchoices: (A) car, (B) convenient spot, (C) airplane", + "output": [ + "car" + ] + }, + { + "input": "Sentence: shop hand cream and foot cream at sephora. find the best products for your hands and feet including lotions, scrubs, oils and cuticle treatments. \nQuestion: What type of moistener might someone who uses sanitizer frequently use? \nchoices: (A) bathroom, (B) drug store, (C) hand lotion", + "output": [ + "hand lotion" + ] + }, + { + "input": "Sentence: housework in feeling satisified \nQuestion: What do you experience after doing housework? \nchoices: (A) feeling satisfied, (B) house clean, (C) nice home", + "output": [ + "feeling satisfied" + ] + }, + { + "input": "Sentence: you do not find koalas in a jungle \nQuestion: James looked for koalas, but misunderstood and went to the wrong environment. Where is it impossible to find koalas? \nchoices: (A) jungle, (B) wilderness, (C) queensland", + "output": [ + "jungle" + ] + }, + { + "input": "Sentence: the animals at the state park at protected from humans. \nQuestion: Where are animals avoided by people? \nchoices: (A) laboratory, (B) zoos, (C) state park", + "output": [ + "state park" + ] + }, + { + "input": "Sentence: someone who is tired will sit down. \nQuestion: After beginning work, what did the man do because he was tired? \nchoices: (A) procrastination, (B) sitting down, (C) getting tired", + "output": [ + "sitting down" + ] + }, + { + "input": "Sentence: baby also wants to talk to his mom \nQuestion: The baby heard his mom talk for months, what did he do as a result? \nchoices: (A) learn to speak, (B) begin to talk, (C) boy or girl", + "output": [ + "begin to talk" + ] + }, + { + "input": "Sentence: learning about world can be confusing for children \nQuestion: What problems do children have learning about the world? \nchoices: (A) loss of innocence, (B) confusion, (C) anger", + "output": [ + "confusion" + ] + }, + { + "input": "Sentence: speech and voice does not mean you are lively. \nQuestion: When someone is talking a lot and being lively, they are said to be? \nchoices: (A) being alive, (B) speech, (C) voice", + "output": [ + "being alive" + ] + }, + { + "input": "Sentence: liquid is the only selection which is commonly used in this context with gold \nQuestion: Some people really loved beer, they call it what gold? \nchoices: (A) intoxicating, (B) harmful, (C) liquid", + "output": [ + "liquid" + ] + }, + { + "input": "Sentence: exotic dresses usually grab everyones attention. \nQuestion: Debbie doesn't want a plain dress, she wants something unusual and attention-getting. What would be a good adjective to describe the sort of dress she wants? \nchoices: (A) decorative, (B) bells and whistles, (C) exotic", + "output": [ + "exotic" + ] + }, + { + "input": "Sentence: this is the most likely answer for something someone would say when going to sleep. \nQuestion: What does someone say when they tell you to go to sleep? \nchoices: (A) dream, (B) rest up, (C) get up early", + "output": [ + "rest up" + ] + }, + { + "input": "Sentence: clothing - shop online from trendy apparels for women, men & kids at best prices. select your favourite clothing from the fashionable collection on myntra. \nQuestion: What popular clothing retailer often has a fitting room to try on clothing? \nchoices: (A) mall, (B) department store, (C) gap", + "output": [ + "gap" + ] + }, + { + "input": "Sentence: when you are under a lot of stress and have too much work to do, you tend to argue more with people. \nQuestion: Randy was not doing housework. His wife was raising two children, and this only increased her workload. It put her under a lot of stress. What might this lead to? \nchoices: (A) headache, (B) asthma, (C) arguments", + "output": [ + "arguments" + ] + }, + { + "input": "Sentence: book exhibition tickets. explore our galleries, science, news, videos and amazing images. south kensington tube. london, uk. \nQuestion: Where could you find a weasel that is not alive? \nchoices: (A) court room, (B) cherry tree, (C) natural history museum", + "output": [ + "natural history museum" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: He didn't believe fate controlled situations, what did he believe people did? \nchoices: (A) control events, (B) think creatively, (C) dress themselves", + "output": [ + "control events" + ] + }, + { + "input": "Sentence: creation requires inspiration, car accidents are bad and likely somebody wouldn't want that \nQuestion: It seemed the artist now spent more time dreaming than creating, it was as if was waiting for a random strike of what? \nchoices: (A) car accident, (B) wake up, (C) inspiration", + "output": [ + "inspiration" + ] + }, + { + "input": "Sentence: lint is found inside a dry in the lint catcher \nQuestion: Where is there likely a lot of lint? \nchoices: (A) pocket, (B) laundromat, (C) purse", + "output": [ + "laundromat" + ] + }, + { + "input": "Sentence: eating any meal satisfies hunger \nQuestion: What does eating lunch accomplish? \nchoices: (A) satisfy hunger, (B) feel sleepy, (C) feel full", + "output": [ + "satisfy hunger" + ] + }, + { + "input": "Sentence: seeing an event and then writing it down would be a simple way of doing journalism \nQuestion: The journalist had a simple approach, see story; do what? \nchoices: (A) would read, (B) write down, (C) reading", + "output": [ + "write down" + ] + }, + { + "input": "Sentence: in strong of person \nQuestion: Sally isn't beautiful. She looks okay, just plain. But she doesn't think so. She has image issues and thinks that she's what? \nchoices: (A) bad, (B) average, (C) ugly", + "output": [ + "ugly" + ] + }, + { + "input": "Sentence: more responsibility is the only negative consequence of the options provided. \nQuestion: What negative consequence is expect when gaining more land? \nchoices: (A) making more money, (B) more responsibility, (C) disputes", + "output": [ + "more responsibility" + ] + }, + { + "input": "Sentence: hands of th esuccess \nQuestion: John was punching and punching at the wall but succeeded only in bloodying his knuckles. This was bad. He would be unable to hold his tools if he injured what? \nchoices: (A) anger, (B) hands, (C) fists", + "output": [ + "hands" + ] + }, + { + "input": "Sentence: if public didn't like the critic's response, then they are in opposite view of the critic. this means it has to be great which is opposite of mediocre. \nQuestion: The critic found the movie mediocre, but the public called him jaded as the majority found it what? \nchoices: (A) distinguished, (B) remarkable, (C) great", + "output": [ + "great" + ] + }, + { + "input": "Sentence: only a king lives in a castle. \nQuestion: In the children's book the cat was a great knight, it had finished its quest and was returning to the castle to what? \nchoices: (A) see king, (B) meow, (C) live many years", + "output": [ + "see king" + ] + }, + { + "input": "Sentence: if you are not using a sword, you have to put it away. a sword is place in a sheath when not in use. \nQuestion: What would you do with a sword you are holding if you do not need to use it? \nchoices: (A) sheath, (B) museum, (C) collection", + "output": [ + "sheath" + ] + }, + { + "input": "Sentence: he wants a rejuvenating feeling, although both other options could also be correct. \nQuestion: When a person from a polluted city decides to go to the country and is breathing fresh air, what sensation are they seeking? \nchoices: (A) clear head, (B) reviving, (C) exhilaration", + "output": [ + "reviving" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: Where is an odd place to keep utensils? \nchoices: (A) cupboard, (B) dinner, (C) drawer", + "output": [ + "cupboard" + ] + }, + { + "input": "Sentence: sporting event is an opportunity to generate revenue. \nQuestion: Beer is usually expensive when you attend what public event? \nchoices: (A) fridge, (B) sporting event, (C) bowling alley", + "output": [ + "sporting event" + ] + }, + { + "input": "Sentence: at hotel is where you in a trip will unpack your luggage. \nQuestion: While still on a trip there's pretty much only one place to unload your luggage, where? \nchoices: (A) bus depot, (B) bus stop, (C) at hotel", + "output": [ + "at hotel" + ] + }, + { + "input": "Sentence: while you could find a bookshelf in a bedroom or furniture store, a library is almost always guaranteed to have more shelves than either of those. \nQuestion: Where would you find many a bookshelf? \nchoices: (A) bedroom, (B) library, (C) furniture store", + "output": [ + "library" + ] + }, + { + "input": "Sentence: in order for two dogs to multiply, they must reproduce. \nQuestion: If you have two dogs, you'll quickly find that you have many more. This is because dogs are capable of what? \nchoices: (A) own people, (B) reproduce, (C) need food", + "output": [ + "reproduce" + ] + }, + { + "input": "Sentence: fields are the most obvious place for the something being green, and air is not green. \nQuestion: Where could you find insects eating something green? \nchoices: (A) field, (B) log, (C) air", + "output": [ + "field" + ] + }, + { + "input": "Sentence: bankruptcy is the only reason this house would go to market. \nQuestion: Why might a house be going to market? \nchoices: (A) bankruptcy, (B) meeting new people, (C) tedium", + "output": [ + "bankruptcy" + ] + }, + { + "input": "Sentence: gym is being referred too in a school setting \nQuestion: Where would you use a changing room before gym? \nchoices: (A) schools, (B) department store, (C) clothing store", + "output": [ + "schools" + ] + }, + { + "input": "Sentence: when you try something and are successful you are congratulated. \nQuestion: A person achieved success and was what by his peers? \nchoices: (A) critical thinking, (B) congratulated, (C) equal opportunity", + "output": [ + "congratulated" + ] + }, + { + "input": "Sentence: milking machine is a good automatic machine \nQuestion: Where might a milking machine be located? \nchoices: (A) office, (B) museum, (C) barn", + "output": [ + "barn" + ] + }, + { + "input": "Sentence: there is *no such thing as normal* when it comes to how people feel. \nQuestion: Where do people usually feel the most comfortable? \nchoices: (A) own house, (B) headache, (C) compliments", + "output": [ + "own house" + ] + }, + { + "input": "Sentence: the atlantic ocean is in the east of the us \nQuestion: If you're in North America traveling an expressway toward the Atlantic Ocean, where are you traveling to? \nchoices: (A) michigan, (B) american city, (C) eastern united states", + "output": [ + "eastern united states" + ] + }, + { + "input": "Sentence: classpass inc., based in new york city, provides access to yoga, strength training, barre, martial arts, pilates, boxing, and indoor cycling classes, as well as use of health clubs via its flat-rate monthly subscription billing service. \nQuestion: He looked at his report card and felt pride, what was accomplished? \nchoices: (A) pass class, (B) compete against, (C) improve yourself", + "output": [ + "pass class" + ] + }, + { + "input": "Sentence: farmer's market produce are usually fresher than grocery stores \nQuestion: The person preferred going to the farmer's market over the grocery store, why? \nchoices: (A) fresh produce, (B) smooth skin, (C) good credit", + "output": [ + "fresh produce" + ] + }, + { + "input": "Sentence: wrestling and playing sports doesn't usually involve a commute \nQuestion: He drank coffee every morning on his commute, he said it gave him energy for what? \nchoices: (A) wrestle, (B) play sports, (C) work", + "output": [ + "work" + ] + }, + { + "input": "Sentence: a bed is where you would find a pillow \nQuestion: When a pillowcase is on a pillow where will it be? \nchoices: (A) linen cupboard, (B) linen closet, (C) bedroom", + "output": [ + "bedroom" + ] + }, + { + "input": "Sentence: after leaving prison this would normally what people wish for \nQuestion: The prisoner was set to finally depart from captivity, he looked forward to being able to just what freely? \nchoices: (A) conform, (B) live, (C) arrive", + "output": [ + "live" + ] + }, + { + "input": "Sentence: the world is the only place where every creature lives. \nQuestion: What is a place where every creature lives? \nchoices: (A) dark place, (B) world, (C) woods", + "output": [ + "world" + ] + }, + { + "input": "Sentence: it is a fact that the person was not honest. \nQuestion: The fact he was untruthful was about the only thing what about the situation? \nchoices: (A) TRUE, (B) veracious, (C) truthful", + "output": [ + "TRUE" + ] + }, + { + "input": "Sentence: satisfaction is the only thing that brought her more. \nQuestion: The teacher's pet loved answering questions, each correct answer brought her more what than the last? \nchoices: (A) panic, (B) confusion, (C) satisfaction", + "output": [ + "satisfaction" + ] + }, + { + "input": "Sentence: when you want to get warm while you are in bed you pull the covers up over you. getting laid doesn't necessarily get you warm, and brushing your teeth doesn't at all. \nQuestion: When you want to go to bed with a pretty girl and want to get warm, what do you need to do? \nchoices: (A) brush teeth, (B) pull up covers, (C) get laid", + "output": [ + "pull up covers" + ] + }, + { + "input": "Sentence: to go swimming is something fun. \nQuestion: What would people do if they want to have fun? \nchoices: (A) go swimming, (B) part company, (C) commit crimes", + "output": [ + "go swimming" + ] + }, + { + "input": "Sentence: a teacher speaks to her class most. \nQuestion: Who does the teacher speak with most during the week? \nchoices: (A) time test, (B) work in school, (C) school children", + "output": [ + "school children" + ] + }, + { + "input": "Sentence: early riser does not have to be a bird, and lark is a specific type of early bird, so it is the best choice. \nQuestion: A night owl is what you'd head at sunset and you'd hear a what at sunrise? \nchoices: (A) lark, (B) early bird, (C) early riser", + "output": [ + "lark" + ] + }, + { + "input": "Sentence: south pacific may refer to: contents. 1 places; 2 arts and entertainment; 3 organisations; 4 military; 5 other uses; 6 see also. places[edit]. the south pacific ... \nQuestion: Where is a warm water anemone likely to be? \nchoices: (A) atlantic ocean, (B) sea water, (C) south pacific", + "output": [ + "south pacific" + ] + }, + { + "input": "Sentence: windows are for walls \nQuestion: Where is a good place for a window in a house? \nchoices: (A) building, (B) wall, (C) space shuttle", + "output": [ + "wall" + ] + }, + { + "input": "Sentence: clothes will only go in a suitcase and is the most logical answer. \nQuestion: He packed his toothpaste and brush in a small bag then stuffed it with his clothes into a what? \nchoices: (A) mouth, (B) suitcase, (C) bathroom", + "output": [ + "suitcase" + ] + }, + { + "input": "Sentence: arguments are the direct result of disagreements. \nQuestion: What can planning vacation lead to between a couple when they disagree? \nchoices: (A) enjoying, (B) arguments, (C) relaxation", + "output": [ + "arguments" + ] + }, + { + "input": "Sentence: i saw the old screen \nQuestion: All the other locations had new high prices, so the old single screen what suddenly saw an uptick in customers? \nchoices: (A) theatre, (B) hotel, (C) airport", + "output": [ + "theatre" + ] + }, + { + "input": "Sentence: they may have been unethical but were legal \nQuestion: Jane's actions were illegitimate, but at the same time time were what? \nchoices: (A) legal, (B) authentic, (C) logical", + "output": [ + "legal" + ] + }, + { + "input": "Sentence: london is the only city outside of the states. \nQuestion: She left the states and traveled across the pond, her next art gallery was in what city? \nchoices: (A) art museum, (B) new york city, (C) london", + "output": [ + "london" + ] + }, + { + "input": "Sentence: kitchen is the place in the house that produces pleasant aromas of food. \nQuestion: Of all the rooms in a house it was his favorite, the aromas always drew him to the what? \nchoices: (A) basement, (B) yard, (C) kitchen", + "output": [ + "kitchen" + ] + }, + { + "input": "Sentence: if one is lowering and raising a bucket, most likely they are using a well so this is the best choice \nQuestion: He lowered and raised the bucket but it was empty, the what had run dry? \nchoices: (A) garden shed, (B) utility closet, (C) well", + "output": [ + "well" + ] + }, + { + "input": "Sentence: because women typically keep money in a purse \nQuestion: Where would a woman keep a dollar bill? \nchoices: (A) wallet, (B) purse, (C) pocket", + "output": [ + "purse" + ] + }, + { + "input": "Sentence: through increased effort, one's performance might improve. \nQuestion: She was competing, but felt inadequate, what did she apply to improve performance? \nchoices: (A) adrenaline rush, (B) vain thoughts, (C) increased effort", + "output": [ + "increased effort" + ] + }, + { + "input": "Sentence: a squirrel's home is a tree. also, one does not bark \"up\" a manhattan apartment or a neighbor's yard. \nQuestion: A squirrel ran up to it's home, where is the small dog likely to be barking up? \nchoices: (A) neighbor's yard, (B) manhattan apartment, (C) tree", + "output": [ + "tree" + ] + }, + { + "input": "Sentence: the most likely place for a cat to be when peeking at birds is on the ground. \nQuestion: What do cats like to hug when they are peeking at birds? \nchoices: (A) ground, (B) sand box, (C) warm bed", + "output": [ + "ground" + ] + }, + { + "input": "Sentence: super market is where any person come and find food as its intended to food display for sale. where apartment any person cannot come and find food. \nQuestion: Where are people likely to find food? \nchoices: (A) apartment, (B) opera, (C) supermarket", + "output": [ + "supermarket" + ] + }, + { + "input": "Sentence: becuase hearing it alludes to a spoken voice more than anything else \nQuestion: After hearing it for so long he finally gave in, he began talking to the what? \nchoices: (A) language, (B) listening, (C) voice", + "output": [ + "voice" + ] + }, + { + "input": "Sentence: every person who committed murder should feel remorse about it because he took a life. \nQuestion: Even though he was committing murder in self defense at the time, he still had what about having had done it? \nchoices: (A) dying, (B) regret, (C) killing", + "output": [ + "regret" + ] + }, + { + "input": "Sentence: surgeons treating gabrielle giffords, the us congresswoman who survived a gunshot wound to the head, have had to remove half her skull in a bid to save her damaged brain. \nQuestion: If people are shot in the head by a bullet, what is the likely result? \nchoices: (A) complete high school, (B) die suddenly, (C) cross river", + "output": [ + "die suddenly" + ] + }, + { + "input": "Sentence: summer is the only answer correlated with time \nQuestion: When is an electric storm likely to occur? \nchoices: (A) america, (B) summer, (C) tropics", + "output": [ + "summer" + ] + }, + { + "input": "Sentence: music stores sell instruments \nQuestion: Where would you get a bass clarinet to take home? \nchoices: (A) opera house, (B) music store, (C) orchestra", + "output": [ + "music store" + ] + }, + { + "input": "Sentence: a home is the only place that has a family living room. \nQuestion: The living room is a common area for the family, it really makes it feel like a what? \nchoices: (A) apartment, (B) home, (C) friend's house", + "output": [ + "home" + ] + }, + { + "input": "Sentence: is the option closest to the question \nQuestion: What type of dwelling would a small dog like to live in? \nchoices: (A) animal shelter, (B) big house, (C) georgia", + "output": [ + "big house" + ] + }, + { + "input": "Sentence: answers a and c are both correct, but much too general. answer b is best because it's much more specific (while still being correct). \nQuestion: The spine is located in your \nchoices: (A) human body, (B) back, (C) skeleton", + "output": [ + "back" + ] + }, + { + "input": "Sentence: an audio card produces sound. the other choices are not related to the audio card. \nQuestion: Computers with audio cards can do what? \nchoices: (A) advance knowledge, (B) produce sound, (C) follow instructions", + "output": [ + "produce sound" + ] + }, + { + "input": "Sentence: hidenburg disaster is an example of this phenomenom \nQuestion: What could hydrogen be added to to cause it to explode? \nchoices: (A) universe, (B) air, (C) chemistry lab", + "output": [ + "air" + ] + }, + { + "input": "Sentence: you can find brown masses \nQuestion: Where could you find millions of brownstone? \nchoices: (A) ring, (B) new york city, (C) subdivision", + "output": [ + "new york city" + ] + }, + { + "input": "Sentence: is the option closest to the question \nQuestion: What is ti called when people at work get together to exchange information? \nchoices: (A) manual, (B) online, (C) meeting", + "output": [ + "meeting" + ] + }, + { + "input": "Sentence: herb garden in the farm \nQuestion: What would a bee buzzing around a farm hope to find? \nchoices: (A) story book, (B) great outdoors, (C) herb garden", + "output": [ + "herb garden" + ] + }, + { + "input": "Sentence: that is what changing a contract is called. \nQuestion: What's it called when you change a contract? \nchoices: (A) signed, (B) revised, (C) rejected", + "output": [ + "revised" + ] + }, + { + "input": "Sentence: that's the best place you can find an apple tree. \nQuestion: When one sees an apple tree, where does one tend to be? \nchoices: (A) spring, (B) canada, (C) outside", + "output": [ + "outside" + ] + }, + { + "input": "Sentence: british columbia is a province of canada in the northwest region \nQuestion: Beavers are native to the northwest of north american such as what canadian region? \nchoices: (A) wooded area, (B) body of water, (C) british columbia", + "output": [ + "british columbia" + ] + }, + { + "input": "Sentence: the black market sells items that are illegal. \nQuestion: John can't find any legal alternatives to what he's looking for. It's very illegal, exacerbated by the fact that he's too young to travel out of the country to get it. Where will he have to get it from? \nchoices: (A) black market, (B) banned, (C) underage", + "output": [ + "black market" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: James bought two cats for emma during her chemo. They cheared her up. But the chemo wasn't working as well as it was supposed to, and Emma felt that they had come to something. What did she feel they had come to? \nchoices: (A) excrete, (B) have cancer, (C) cross roads", + "output": [ + "cross roads" + ] + }, + { + "input": "Sentence: you are handcuffed when going to jail or arrested \nQuestion: The passing sentence was one of guilty, now the defendant was cuffed and had to what? \nchoices: (A) go to jail, (B) judgement, (C) death", + "output": [ + "go to jail" + ] + }, + { + "input": "Sentence: farming is an industry that is only profitable in large scale operations that would not fit in a city. \nQuestion: Many politicians like to talk about the small time farmer, but almost all farms are actually what? \nchoices: (A) industrial, (B) business man, (C) city dweller", + "output": [ + "industrial" + ] + }, + { + "input": "Sentence: people who are injured come from hospitals. \nQuestion: The dental office handled a lot of patients who experienced traumatic mouth injury, where were these patients coming from? \nchoices: (A) michigan, (B) town, (C) hospital", + "output": [ + "hospital" + ] + }, + { + "input": "Sentence: possessive feeling is a pathological thing. \nQuestion: Some people just keep on buying things, showing that they have a pathological need to do what? \nchoices: (A) having to pay for, (B) using money, (C) possessing more", + "output": [ + "possessing more" + ] + }, + { + "input": "Sentence: a person's body is the most common place to feel illness \nQuestion: Where does illness happen? \nchoices: (A) elderly person, (B) stomach, (C) body", + "output": [ + "body" + ] + }, + { + "input": "Sentence: only in england will you see red phone booths \nQuestion: The row houses featured nearby red phone booths, where were they located? \nchoices: (A) city, (B) town, (C) england", + "output": [ + "england" + ] + }, + { + "input": "Sentence: a bathtub is the place most likely to have water in it. \nQuestion: The bar of soap was slippery, it was dropped and lost in the water of the what? \nchoices: (A) hotel, (B) bathtub, (C) motel", + "output": [ + "bathtub" + ] + }, + { + "input": "Sentence: a person is the only thing option that could stand in an entrance hall \nQuestion: The entrance hall had the host standing inside, what was the host? \nchoices: (A) person, (B) house, (C) palace", + "output": [ + "person" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: Where would you find a bee gathering pollen? \nchoices: (A) field of flowers, (B) orchard, (C) sky", + "output": [ + "field of flowers" + ] + }, + { + "input": "Sentence: if it's not durable then it's weak \nQuestion: He really missed old durable solid metal vehicles, he said cars these days were what? \nchoices: (A) vulnerable, (B) transitory, (C) weak", + "output": [ + "weak" + ] + }, + { + "input": "Sentence: if a natural habitat is dwindling away, the species that uses it may need to become a protected species. \nQuestion: The bald eagle has been a protected species, this is in part due to a dwindling what? \nchoices: (A) everglades, (B) high places, (C) natural habitat", + "output": [ + "natural habitat" + ] + }, + { + "input": "Sentence: by sharing the feelings in your heart with your spouse, you can ... thinking, also known as \"cognition\" is a process that occurs in our heads. \nQuestion: Dave worked hard because he wanted to know what his wife was thinking and feeling. He put effort into listening to her and this lead to him understanding her better. Both of them found something in this. What did they obtain? \nchoices: (A) compassion, (B) friendships, (C) satisfaction", + "output": [ + "satisfaction" + ] + }, + { + "input": "Sentence: this is the most likely answer for someone living in north america. \nQuestion: George lived in North America. That made him what? \nchoices: (A) occident, (B) northern hemisphere, (C) western hemisphere", + "output": [ + "occident" + ] + }, + { + "input": "Sentence: soccer is the only game where hitting the ball with your head is common. \nQuestion: What type of game causes players to use their head on the ball? \nchoices: (A) sporting event, (B) soccer game, (C) hockey game", + "output": [ + "soccer game" + ] + }, + { + "input": "Sentence: that word rhymes in that way with \"proverbial\". \nQuestion: The student wanted to impress with his essay and looked up a synonym for standard, he found a word that had a slant rhyme with \"proverbial\" and was quite proud, what did he find? \nchoices: (A) colloquial, (B) informal, (C) nonstandard", + "output": [ + "colloquial" + ] + }, + { + "input": "Sentence: store a stack of paper is to maintain the like and look \nQuestion: Where would you store a stack of paper when not immediately needed? \nchoices: (A) cabinet, (B) notebook, (C) classroom", + "output": [ + "cabinet" + ] + }, + { + "input": "Sentence: the only place you can have ownership and can store a musical instrument. \nQuestion: Where is a good place to sore a wind instrument in you home? \nchoices: (A) music room, (B) music store, (C) symphony", + "output": [ + "music room" + ] + }, + { + "input": "Sentence: the children they're in experience fear. \nQuestion: How do children know they're in a dangerous situation? \nchoices: (A) spring into action, (B) wave goodbye, (C) experience fear", + "output": [ + "experience fear" + ] + }, + { + "input": "Sentence: articulate was hoping to make his clay more like \nQuestion: He used his hands to mold the clay, what was hoping to make his clay more like? \nchoices: (A) cup water, (B) sign language, (C) articulate", + "output": [ + "articulate" + ] + }, + { + "input": "Sentence: when you are tired, the best thing to do is to sleep, preferably in the bed. \nQuestion: If a person is tired how can they be refreshed? \nchoices: (A) rest in bed, (B) lie in bed, (C) water plants", + "output": [ + "rest in bed" + ] + }, + { + "input": "Sentence: you must have noticed your hair and scalp emanating a weird smell a couple \nQuestion: If your hair gel stinks it is too what? \nchoices: (A) perfumery, (B) barbers, (C) bathroom", + "output": [ + "perfumery" + ] + }, + { + "input": "Sentence: i pleasure to married you \nQuestion: Stopping being married to her allowed him to again pursue his dreams, it brought him what? \nchoices: (A) pleasure, (B) relief, (C) wrong", + "output": [ + "pleasure" + ] + }, + { + "input": "Sentence: when get ready to work,we have to make up ourself \nQuestion: What would an adult woman do to get ready for work? \nchoices: (A) dress himself, (B) dress herself, (C) drink beer", + "output": [ + "dress herself" + ] + }, + { + "input": "Sentence: faces looking through pictures for hours,she just couldn't eye a suspect among \nQuestion: She had been looking through pictures for hours, she just couldn't eye a suspect among all the what? \nchoices: (A) faces, (B) person's head, (C) potato", + "output": [ + "faces" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: Homer was looking for a snack bar but couldn't find one. He was told that this place didn't have a snack bar because it was so small. Where might be be? \nchoices: (A) race track, (B) airport, (C) bus depot", + "output": [ + "bus depot" + ] + }, + { + "input": "Sentence: a nurse set a bed sores to staying the old man. \nQuestion: The old man would be stuck staying in bed, part of the nurse's job was to move him so he wouldn't get what? \nchoices: (A) missing out, (B) bed sores, (C) comfort", + "output": [ + "bed sores" + ] + }, + { + "input": "Sentence: an computer is an electrical device connected through networks \nQuestion: What is a computer terminal? \nchoices: (A) electrical device, (B) transportation system, (C) battery", + "output": [ + "electrical device" + ] + }, + { + "input": "Sentence: : great jo ythe guy is successful in cashing in his check,what does he feel? \nQuestion: After the guy is successful in cashing in his check, what does he feel? \nchoices: (A) great joy, (B) quitting, (C) extra money", + "output": [ + "great joy" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: An open space needed to connect with an island, what did it need? \nchoices: (A) desk, (B) countryside, (C) bridge", + "output": [ + "bridge" + ] + }, + { + "input": "Sentence: a clear area is the most unlikely place to have a radio studio of the options \nQuestion: Where would you not be able to find a radio studio? \nchoices: (A) large city, (B) clear area, (C) office building", + "output": [ + "clear area" + ] + }, + { + "input": "Sentence: piano learn music is wonderful music the teacher explain \nQuestion: The teacher explained why he should play piano even though he wanted to play guitar, she said it was the best introduction to what? \nchoices: (A) learn how, (B) learn music, (C) take lessons", + "output": [ + "learn music" + ] + }, + { + "input": "Sentence: for the use of sticking stamps and labels \nQuestion: Where might many bottles of glue be stored? \nchoices: (A) closed container, (B) art room, (C) cabinet", + "output": [ + "cabinet" + ] + }, + { + "input": "Sentence: the man was rich he spending money \nQuestion: She looked at all the noisy flashing one-armed bandits, if she was going to play she was going to be what? \nchoices: (A) sleepiness, (B) intermission, (C) spending money", + "output": [ + "spending money" + ] + }, + { + "input": "Sentence: people who are staying in a marriage to avoid pain or fear probably aren't in a \nQuestion: If you're very religious and end up stopping being married to your spouse, what may you think of your decision? \nchoices: (A) depression, (B) relief, (C) wrong", + "output": [ + "wrong" + ] + }, + { + "input": "Sentence: gauge release the pressure \nQuestion: The gauge began to elevate, it was ready to burst if somebody didn't what the pressure? \nchoices: (A) drop, (B) depress, (C) decrease", + "output": [ + "decrease" + ] + }, + { + "input": "Sentence: on holiday with my family, i looked in the mirror and saw a stranger. somehow, my brain can pull me apart and put me back together again \nQuestion: Sometimes when you go into a deep trance, what happens when you no longer feel attached to your body? \nchoices: (A) closed eyes, (B) memory loss, (C) loss of control", + "output": [ + "loss of control" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: What kind of contact would be extreme? \nchoices: (A) moderate, (B) least, (C) close", + "output": [ + "close" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: A percussion instrument can be obtained in what sort of place? \nchoices: (A) orchestra, (B) music store, (C) own home", + "output": [ + "music store" + ] + }, + { + "input": "Sentence: a coup-de-etat is a revolution. \nQuestion: If a coup-de-etat happens with hopes of changing society, what is called for? \nchoices: (A) happiness for, (B) cultural revolution, (C) new laws", + "output": [ + "cultural revolution" + ] + }, + { + "input": "Sentence: a like making music someone start playing \nQuestion: what does someone start playing guitar to do? \nchoices: (A) making music, (B) arthritis, (C) singing", + "output": [ + "making music" + ] + }, + { + "input": "Sentence: according to deadline, the movie has been in development at skydance media for ... if pratt joins the movie it will be his next film project before he jumps \nQuestion: Two friends wanted to spend a quiet evening together, what did they go see? \nchoices: (A) wedding, (B) internet cafe, (C) movie", + "output": [ + "movie" + ] + }, + { + "input": "Sentence: the senator had been going public in governor controversy for. \nQuestion: The senator had been going public with news about what was really going on in the govenor's office. What sort of situation did the bring around the governor? \nchoices: (A) pain, (B) controversy, (C) shock", + "output": [ + "controversy" + ] + }, + { + "input": "Sentence: shelf is the place where all things are stored. \nQuestion: What could you use to store a clock? \nchoices: (A) wall, (B) shelf, (C) own bedroom", + "output": [ + "shelf" + ] + }, + { + "input": "Sentence: becoming full happen immediately after eating \nQuestion: What will happen immediately after eating? \nchoices: (A) reduced, (B) becoming full, (C) defecating", + "output": [ + "becoming full" + ] + }, + { + "input": "Sentence: in the author of the question mind, london has the most options of nice flats, unlike a single apartment building and a random city \nQuestion: Where might someone find a very nice flat? \nchoices: (A) london, (B) apartment building, (C) city", + "output": [ + "london" + ] + }, + { + "input": "Sentence: airport eyed one of the vending machines throughout the what \nQuestion: He wasn't boarding for some time, he eyed one of the vending machines throughout the what? \nchoices: (A) rest area, (B) bus depot, (C) airport", + "output": [ + "airport" + ] + }, + { + "input": "Sentence: the other options are designed to hold a dollar bill, unlike the pocket where it was just a general storage area \nQuestion: If you don't have anything designed to hold a dollar bill, where would you likely carry it? \nchoices: (A) pocket, (B) purse, (C) wallet", + "output": [ + "pocket" + ] + }, + { + "input": "Sentence: when times are uncertain, difficult, fearful, full of change, they become the perfect place to deepen \nQuestion: He accepted the disaster with equanimity, while all others were in a what? \nchoices: (A) disquiet, (B) panic, (C) discomposure", + "output": [ + "panic" + ] + }, + { + "input": "Sentence: studiocan you find a musician that no one is listening to? \nQuestion: Where can you find a musician that no one is listening to? \nchoices: (A) studio, (B) orchestra, (C) stage", + "output": [ + "studio" + ] + }, + { + "input": "Sentence: cats are eating fish \nQuestion: Cats are looking longingly at an aquarium, what are they looking to do? \nchoices: (A) come to dinner, (B) eating fish, (C) like heat", + "output": [ + "eating fish" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: If you listen to someone talk without talking yourself, you might do what? \nchoices: (A) exchange of ideas, (B) obtaining information, (C) sharing information", + "output": [ + "obtaining information" + ] + }, + { + "input": "Sentence: indiana have different rubber stamps \nQuestion: The rubber stamp was the shape of a state, it also had a race car in it to recognize the racing heritage of where? \nchoices: (A) office, (B) desk, (C) indiana", + "output": [ + "indiana" + ] + }, + { + "input": "Sentence: type a and type b personality hypothesis describes two contrasting personality types. in this hypothesis, personalities that are more competitive, highly .. \nQuestion: The blood was everywhere in the operating room, what were the surgeons operating on? \nchoices: (A) soccer game, (B) person, (C) animals", + "output": [ + "person" + ] + }, + { + "input": "Sentence: because the person is missing his aunt he is most likely to visit her \nQuestion: A person misses his aunt, what is he likely to do about it? \nchoices: (A) visit relatives, (B) doctor himself, (C) amount to nothing", + "output": [ + "visit relatives" + ] + }, + { + "input": "Sentence: because for you to catch fish you need a fishing rod \nQuestion: What is necessary to have when going fishing? \nchoices: (A) tackle, (B) bate, (C) fishing rod", + "output": [ + "fishing rod" + ] + }, + { + "input": "Sentence: if your computer does not start, light emitting diodes (leds) or beeps can help ... the following information describes the flashing light and beeping error codes and how to resolve the problem. \nQuestion: A flashing LED might indicate a serious problem with your computer if it is on your what? \nchoices: (A) pc board, (B) electrical machine, (C) electronic devices", + "output": [ + "pc board" + ] + }, + { + "input": "Sentence: penality will be promoted to the opponent team \nQuestion: If you playing baseball and you miss a swing it is called what? \nchoices: (A) pain, (B) strikes, (C) sore muscles", + "output": [ + "strikes" + ] + }, + { + "input": "Sentence: using dentist suggestion we can use mouthwash \nQuestion: Where are you likely to receive mouthwash in a little paper cup? \nchoices: (A) drug store, (B) dentist's office, (C) bottle", + "output": [ + "dentist's office" + ] + }, + { + "input": "Sentence: in danger safe is more important \nQuestion: Though they were more safe in the basement the weather still put them what? \nchoices: (A) precarious, (B) in danger, (C) dangerous", + "output": [ + "in danger" + ] + }, + { + "input": "Sentence: i was stay in fifth floor \nQuestion: What would you put furniture on top of? \nchoices: (A) floor, (B) apartment, (C) neighbor's house", + "output": [ + "floor" + ] + }, + { + "input": "Sentence: . dairy farm simon bought a cow because he wanted to put it to work. \nQuestion: Simon bought a cow because he wanted to put it to work. He didn't want any meat for it. Where might Simon be taking the cow? \nchoices: (A) dairy farm, (B) canada, (C) butcher shop", + "output": [ + "dairy farm" + ] + }, + { + "input": "Sentence: is my personal for the diary. \nQuestion: Why do you write in a diary? \nchoices: (A) have to say, (B) express yourself, (C) not to forget", + "output": [ + "express yourself" + ] + }, + { + "input": "Sentence: the animals are unselfconscious for live lives. \nQuestion: Animals are unselfconscious and just do what? \nchoices: (A) listen to each other, (B) live lives, (C) fight each other", + "output": [ + "live lives" + ] + }, + { + "input": "Sentence: solve problems does a competent person do at work? \nQuestion: What does a competent person do at work? \nchoices: (A) complemented, (B) solve problems, (C) able to read", + "output": [ + "solve problems" + ] + }, + { + "input": "Sentence: winning would you want to play cards? \nQuestion: Why would you want to play cards? \nchoices: (A) remember, (B) winning, (C) count", + "output": [ + "winning" + ] + }, + { + "input": "Sentence: to get an interview for in our company. \nQuestion: She used her connections to get an interview, where did she want to work? \nchoices: (A) airport, (B) wall, (C) company", + "output": [ + "company" + ] + }, + { + "input": "Sentence: it hurts creditors because the repaid money is worth less than when they lent it out. \nQuestion: When you fight inflation you expect to see what at stores? \nchoices: (A) raise interest rates, (B) have money, (C) lower prices", + "output": [ + "lower prices" + ] + }, + { + "input": "Sentence: that person will also kill next person and this continues \nQuestion: Where could you find a person standing next to a net? \nchoices: (A) fishing gear, (B) fishing boat, (C) soccer game", + "output": [ + "soccer game" + ] + }, + { + "input": "Sentence: leader having the full authority to lead the members in army \nQuestion: James wasn't much of a leader, because he had nothing to lead. And a leader without something to lead, no matter how skilled, is useless. What did James need? \nchoices: (A) battle, (B) army, (C) company", + "output": [ + "army" + ] + }, + { + "input": "Sentence: he is able to effortlessly imitate the kind of interaction that will then ensue. ... if i think the date is going well, and you over-insist on splitting it then it \nQuestion: A gentleman is trying to relax, where is he likely to be able to do that? \nchoices: (A) meditation center, (B) meeting, (C) club", + "output": [ + "meditation center" + ] + }, + { + "input": "Sentence: this will stop the mat from sliding around when you wipe your feet on it \nQuestion: Where is not likely to have a doormat for wiping feet? \nchoices: (A) front door, (B) entrance porch, (C) hallway", + "output": [ + "hallway" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: Why would you be unable to walk forward? \nchoices: (A) restrained, (B) back, (C) past", + "output": [ + "restrained" + ] + }, + { + "input": "Sentence: interest must be needed for playing \nQuestion: James hated baseball. Seeing people play a game wasn't fun to him. It only filled him with what? \nchoices: (A) enjoyable, (B) boredom, (C) longing", + "output": [ + "boredom" + ] + }, + { + "input": "Sentence: increase in population needed larger one \nQuestion: Where does a person need to get when they have more kids? \nchoices: (A) larger house, (B) second chances, (C) life partner", + "output": [ + "larger house" + ] + }, + { + "input": "Sentence: the thing that separates the earth from the water is a shoreline. \nQuestion: What separates a bay from the water? \nchoices: (A) shoreline, (B) manhattan, (C) coastal area", + "output": [ + "shoreline" + ] + }, + { + "input": "Sentence: it was not kidney stone should have agallbladder \nQuestion: It turned out it wasn't a kidney stone, what might it have been a stone in? \nchoices: (A) gallbladder, (B) river bed, (C) creek bed", + "output": [ + "gallbladder" + ] + }, + { + "input": "Sentence: the function of laying on a beach is to tan himself. the other questions aren't remotely relevant \nQuestion: The person is laying on the beach, why would he do that? \nchoices: (A) express love, (B) race against time, (C) sun himself", + "output": [ + "sun himself" + ] + }, + { + "input": "Sentence: cape kennedy is the only physical location that real space launches occur, if kids are on the pad that means they're at an actual location. \nQuestion: The class got to tour the launch pad, one student looked up imagining all the shuttle launches from where? \nchoices: (A) movie, (B) cape kennedy, (C) space center", + "output": [ + "cape kennedy" + ] + }, + { + "input": "Sentence: schools do not have laboatory \nQuestion: Helium, magnesium, and sulfur are likely to be found where in a school? \nchoices: (A) chemistry lab, (B) laboratory, (C) atmosphere", + "output": [ + "chemistry lab" + ] + }, + { + "input": "Sentence: a woodland is habitat where trees are the dominant plant form. \nQuestion: What kind of place does a beaver call home? \nchoices: (A) woodlands, (B) canada, (C) zoo", + "output": [ + "woodlands" + ] + }, + { + "input": "Sentence: reading books is helpful to find a type of lizard \nQuestion: Where could you find out more about a type of lizard? \nchoices: (A) bushes, (B) books, (C) rocks", + "output": [ + "books" + ] + }, + { + "input": "Sentence: pet shop can you take home a hermit crab? \nQuestion: Where can you take home a hermit crab? \nchoices: (A) intertidal zone, (B) pet shop, (C) fishmongers", + "output": [ + "pet shop" + ] + }, + { + "input": "Sentence: jan went to the auditorium and listened to the speech in high school \nQuestion: Jan went to the auditorium and listened to the speech. Where might he be? \nchoices: (A) crowd, (B) city, (C) high school", + "output": [ + "high school" + ] + }, + { + "input": "Sentence: to avoid inflation for health of economic instability. \nQuestion: Many powers that be are fighting inflation to avoid what? \nchoices: (A) not noticeable, (B) rising interest rates, (C) economic instability", + "output": [ + "economic instability" + ] + }, + { + "input": "Sentence: score bored mostly a bowling alley of the ground \nQuestion: There are usually seats behind a scoreboard in what place where you play an indoor sport? \nchoices: (A) bowling alley, (B) space shuttle, (C) rest area", + "output": [ + "bowling alley" + ] + }, + { + "input": "Sentence: rest area is where you can stop after traveling on the road for hours. \nQuestion: The man looked longingly at the seats after hours on the road, where was he? \nchoices: (A) bowling alley, (B) rest area, (C) space shuttle", + "output": [ + "rest area" + ] + }, + { + "input": "Sentence: known for amazing pizzerias now famous pizza bakers are getting in the act, opening satellite \nQuestion: What city is known for amazing pizzerias? \nchoices: (A) chicago, (B) capital cities, (C) food court", + "output": [ + "chicago" + ] + }, + { + "input": "Sentence: accept invitations when people ask you to do things – you never know who else might be there \nQuestion: Jenny was stuck at home most of the time without anyone to talk to. She went dancing because she wanted to do what? \nchoices: (A) meeting people, (B) having fun, (C) fatigue", + "output": [ + "meeting people" + ] + }, + { + "input": "Sentence: a legal termination of the monthly tenancy thus requires two \nQuestion: All the business owners had a monthly committee meeting, it was to introduce new tenants and discuss issues of the what? \nchoices: (A) city hall, (B) office building, (C) boardroom", + "output": [ + "office building" + ] + }, + { + "input": "Sentence: a calculator in desktop. \nQuestion: At work I do lots of math, so I keep a calculator open and handy on my what? \nchoices: (A) desktop, (B) wristwatch, (C) office", + "output": [ + "desktop" + ] + }, + { + "input": "Sentence: society s not for sale,where is it likely to be? \nQuestion: Bill crossed a boundary in his daily life and transgressed against an important rule of what? \nchoices: (A) society, (B) basketball, (C) sporting event", + "output": [ + "society" + ] + }, + { + "input": "Sentence: people feel coziest when they eat at their own residence as compared to outside. \nQuestion: Where is likely the coziest plat to eat? \nchoices: (A) city, (B) own house, (C) downtown", + "output": [ + "own house" + ] + }, + { + "input": "Sentence: abundant the buffalo was hunted until it was scare \nQuestion: The buffalo was hunted until it was scare, but after much effort and many years they are now what again? \nchoices: (A) abundant, (B) available, (C) plentiful", + "output": [ + "abundant" + ] + }, + { + "input": "Sentence: when i grew up, my mom had those pink disposable one blade razors. ... being clueless about men's razor stuff, i had to ask my dad how it looked \nQuestion: They were marked up in price but he didn't want to go to the department store, so he just got a disposable razor where? \nchoices: (A) garbage, (B) supermarket, (C) medicine cabinet", + "output": [ + "supermarket" + ] + }, + { + "input": "Sentence: i was seeing theaer in full movies \nQuestion: Where could you see someone pretending to be an action figure but not trying to sell action figures? \nchoices: (A) bathtub, (B) theater, (C) toy store", + "output": [ + "theater" + ] + }, + { + "input": "Sentence: protein is one of three macronutrients your body needs to be healthy \nQuestion: The bulky man enjoyed to eat hamburger or anything else high in what? \nchoices: (A) good to eat, (B) satisfy hunger, (C) protein", + "output": [ + "protein" + ] + }, + { + "input": "Sentence: fish market know a blowfish was edible,he was surprised to see it at the what? \nQuestion: He didn't know a blowfish was edible, he was surprised to see it at the what? \nchoices: (A) fish market, (B) books, (C) france", + "output": [ + "fish market" + ] + }, + { + "input": "Sentence: sailing around chesapeake bay it is a good \nQuestion: He was sailing around chesapeake bay, he started from the south west of it where? \nchoices: (A) atlantic, (B) virginia, (C) maryland", + "output": [ + "virginia" + ] + }, + { + "input": "Sentence: injury happen to a dog wiggling during grooming \nQuestion: What can happen to a dog wiggling during grooming? \nchoices: (A) beauty, (B) injury, (C) late", + "output": [ + "injury" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: What area is a human weasel likely to be found? \nchoices: (A) washington d.c, (B) congress, (C) children's song", + "output": [ + "washington d.c" + ] + }, + { + "input": "Sentence: a snack not hide so learn thick forest \nQuestion: What would easily hide a snake? \nchoices: (A) kew gardens, (B) thick forest, (C) terrarium", + "output": [ + "thick forest" + ] + }, + { + "input": "Sentence: ray tube typically part of? \nQuestion: What is someone likely to call a bazaar in the US? \nchoices: (A) festival, (B) istanbul, (C) india", + "output": [ + "festival" + ] + }, + { + "input": "Sentence: hockey game is the place where people encourging players. \nQuestion: What sport is the audience the loudest at? \nchoices: (A) hockey game, (B) theatre, (C) show", + "output": [ + "hockey game" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: Where would you find people who aren't related by blood calling each other brother? \nchoices: (A) seminary, (B) home, (C) house", + "output": [ + "seminary" + ] + }, + { + "input": "Sentence: the musical actor must do the sing songs \nQuestion: What does an actor in a musical do? \nchoices: (A) branch out, (B) pretend, (C) sing songs", + "output": [ + "sing songs" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: What is someone likely to feel after killing someone? \nchoices: (A) horrible, (B) remorse, (C) funeral", + "output": [ + "remorse" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: Joe loved the smell of the food on their plates. It really made his what flutter? \nchoices: (A) restaurant, (B) stomach, (C) shelf", + "output": [ + "stomach" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: What might an unsuccessful writing program cause? \nchoices: (A) bugs, (B) satisfaction, (C) frustration", + "output": [ + "frustration" + ] + }, + { + "input": "Sentence: the small locally in economy in the neighborhood. \nQuestion: The small locally owned beauty salon had it's grand opening, people hoped it would boost the economy in the surrounding what? \nchoices: (A) neighborhood, (B) clerk, (C) city", + "output": [ + "neighborhood" + ] + }, + { + "input": "Sentence: a city is a large human settlement. cities generally have extensive systems for housing, transportation, sanitation, utilities, land use, and communication. \nQuestion: Where might a yard be tiny? \nchoices: (A) city, (B) property, (C) neighborhood", + "output": [ + "city" + ] + }, + { + "input": "Sentence: body does skin cover? \nQuestion: what does skin cover? \nchoices: (A) fruit, (B) people, (C) body", + "output": [ + "body" + ] + }, + { + "input": "Sentence: drop out of school might a student do if they really hate school and they'd rather \nQuestion: What might a student do if they really hate school and they'd rather get a job? \nchoices: (A) enter school, (B) drop out of school, (C) wash dishes", + "output": [ + "drop out of school" + ] + }, + { + "input": "Sentence: james finished hiking in california so his went to suitcase in him house \nQuestion: James finished hiking in California and was preparing to fly home, so he put his sunglasses in his what? \nchoices: (A) backpack, (B) sporting goods store, (C) suitcase", + "output": [ + "suitcase" + ] + }, + { + "input": "Sentence: the man should have affect the laser light. \nQuestion: The laser light hurt his eyes, how would he describe it? \nchoices: (A) cumbersome, (B) crucial, (C) forceful", + "output": [ + "forceful" + ] + }, + { + "input": "Sentence: rapport was agrreting with each other \nQuestion: What would people feel if they are agreeing with each other? \nchoices: (A) smiles, (B) band together, (C) rapport", + "output": [ + "rapport" + ] + }, + { + "input": "Sentence: blacksmith's shop can the legs of a stool be built? \nQuestion: Where can the legs of a stool be built? \nchoices: (A) blacksmith's shop, (B) bar, (C) building", + "output": [ + "blacksmith's shop" + ] + }, + { + "input": "Sentence: worms are crawling out of the earth due to the wet soil after rain. \nQuestion: Worms are crawling out of the earth in the middle of rain, why are they? \nchoices: (A) wet soil, (B) start to fall, (C) wet things", + "output": [ + "wet soil" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: What do criminals do when they are caught? \nchoices: (A) serving time, (B) take money, (C) arm themselves", + "output": [ + "serving time" + ] + }, + { + "input": "Sentence: the person should search for mouth to place put a green beans \nQuestion: Where is a good place for a person to put green beans? \nchoices: (A) mouth, (B) farmer's market, (C) plate", + "output": [ + "mouth" + ] + }, + { + "input": "Sentence: if one waits too long so that the pressure of time is bearing down on them, they are likely to panic. \nQuestion: He waited far to long before beginning work. What is his immediate state of mind? \nchoices: (A) stress, (B) panic, (C) excitement", + "output": [ + "panic" + ] + }, + { + "input": "Sentence: the architecture of the building to see where the columns can be ... but in the case of a column in an open space, the architect has the upper hand \nQuestion: What types of buildings typically have a column? \nchoices: (A) spreadsheet, (B) roman architecture, (C) whitehouse", + "output": [ + "roman architecture" + ] + }, + { + "input": "Sentence: you must necessarily use creativity to express yourself, unlike the other options \nQuestion: Everybody has some sort of creativity, it's the best way to what? \nchoices: (A) express yourself, (B) create art, (C) sew", + "output": [ + "express yourself" + ] + }, + { + "input": "Sentence: teaching in this area covers pain and symptom management, with a focus on ... their questions and support them to accept that patients will die. \nQuestion: How does a doctor deal with suffering and death in his patients? \nchoices: (A) study medicine, (B) let blood, (C) distance himself", + "output": [ + "distance himself" + ] + }, + { + "input": "Sentence: class resolve confusion here is to raise my hand. where am i? \nQuestion: One way to resolve confusion here is to raise my hand. Where am I? \nchoices: (A) class, (B) war, (C) opera", + "output": [ + "class" + ] + }, + { + "input": "Sentence: england is the only option because they're the one country that holds a monarchy that has no official government control. \nQuestion: The heir to this country's throne isn't the prince of it. What country is it? \nchoices: (A) castle, (B) england, (C) fairy tale", + "output": [ + "england" + ] + }, + { + "input": "Sentence: death anxiety is anxiety caused by thoughts of death \nQuestion: Why does this person stop and look both ways at a railroad crossing? \nchoices: (A) fear death, (B) promise to do, (C) gain weight", + "output": [ + "fear death" + ] + }, + { + "input": "Sentence: envelope receive a new credit card \nQuestion: What do you receive a new credit card in? \nchoices: (A) purse, (B) wallet, (C) envelope", + "output": [ + "envelope" + ] + }, + { + "input": "Sentence: people laugh when they're having fun. \nQuestion: What might someone do who is having fun? \nchoices: (A) glee, (B) may laugh, (C) stress relief", + "output": [ + "may laugh" + ] + }, + { + "input": "Sentence: fallen leaves are dead and dead things go into a compost pile \nQuestion: Sally raked up leaves that had fallen to the ground. She added them to something. What did she add them to? \nchoices: (A) forrest, (B) compost pile, (C) trees", + "output": [ + "compost pile" + ] + }, + { + "input": "Sentence: painting would an artist create a fox \nQuestion: How would an artist create a fox? \nchoices: (A) chicken coop, (B) wooded areas, (C) painting", + "output": [ + "painting" + ] + }, + { + "input": "Sentence: cleanliness is the most important one \nQuestion: Why would you be doing housework? \nchoices: (A) exhaustion, (B) allergies, (C) cleanliness", + "output": [ + "cleanliness" + ] + }, + { + "input": "Sentence: gardens are normally green. \nQuestion: She could wait for her new terrace to be covered in green next year, it was the final piece of her dream what? \nchoices: (A) garden, (B) southern europe, (C) rice paddy", + "output": [ + "garden" + ] + }, + { + "input": "Sentence: a bookstore is the only place you would be browsing and reading something. \nQuestion: She put cozy chairs in all the nooks and crannies, she wanted people to spend time reading and browsing her what? \nchoices: (A) friend's house, (B) bookstore, (C) race track", + "output": [ + "bookstore" + ] + }, + { + "input": "Sentence: a biologists find the shark was migrating between continents to see open ocean \nQuestion: The shark was migrating between continents, where did biologists find it? \nchoices: (A) television program, (B) coral reef, (C) open ocean", + "output": [ + "open ocean" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: The trees formed a forest, what did they do? \nchoices: (A) produce fruit, (B) stand together, (C) grow bigger", + "output": [ + "stand together" + ] + }, + { + "input": "Sentence: supermarket good place to get food for most people? \nQuestion: Where is a good place to get food for most people? \nchoices: (A) table, (B) kitchen, (C) supermarket", + "output": [ + "supermarket" + ] + }, + { + "input": "Sentence: i consider it the best option because they have to be more true \nQuestion: The shopping center was empty and needed tenants, who did they solicit? \nchoices: (A) people, (B) suburbs, (C) stores", + "output": [ + "stores" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: Where do airplanes usually go? \nchoices: (A) war, (B) sky, (C) aircraft carrier", + "output": [ + "sky" + ] + }, + { + "input": "Sentence: bus station the extrovert didn't mind talking to the stranger,to him it was half the fun to him of taking public transportation to school and waiting at the what? \nQuestion: The extrovert didn't mind talking to the stranger, to him it was half the fun to him of taking public transportation to school and waiting at the what? \nchoices: (A) bus station, (B) park, (C) train station", + "output": [ + "bus station" + ] + }, + { + "input": "Sentence: earning money always working,what did he want to accomplish \nQuestion: He needed to provide, so he was always working, what did he want to accomplish? \nchoices: (A) earning money, (B) creation, (C) prosperity", + "output": [ + "earning money" + ] + }, + { + "input": "Sentence: because a person do some crime jail time is the correct punishment \nQuestion: Hurting else is a crime, if convicted you could face what? \nchoices: (A) will resent, (B) jail time, (C) bad karma", + "output": [ + "jail time" + ] + }, + { + "input": "Sentence: wee feeling happy to see the people to fun. \nQuestion: Having fun with people you care about will likely cause you to do what? \nchoices: (A) feeling better, (B) better mood, (C) feeling happy", + "output": [ + "feeling happy" + ] + }, + { + "input": "Sentence: : exceptiona lwas an ordinatry person,but her skills were not ordinary,they were what? \nQuestion: Susan was an ordinatry person, but her skills were not ordinary, they were what? \nchoices: (A) exceptional, (B) spectacular, (C) special", + "output": [ + "exceptional" + ] + }, + { + "input": "Sentence: button up shirt is new style \nQuestion: He felt stuffy in the shirt, he began to unfasten the what style of shirt? \nchoices: (A) tie up, (B) button up, (C) zip up", + "output": [ + "button up" + ] + }, + { + "input": "Sentence: the players fan in the game \nQuestion: What do fans do to players competing against each other? \nchoices: (A) emotions, (B) frustration, (C) encouraging", + "output": [ + "encouraging" + ] + }, + { + "input": "Sentence: playgrounds are only located in towns, not in conferences or theaters \nQuestion: Which location has spots where people can take their kids to play on playgrounds? \nchoices: (A) conference, (B) theater, (C) town", + "output": [ + "town" + ] + }, + { + "input": "Sentence: the first time having sex for a girl is painful due to women having hymens when they are virgins so it is the most likely answer. \nQuestion: How does the first time having sex feel for a girl? \nchoices: (A) painful, (B) pleasant, (C) dirty", + "output": [ + "painful" + ] + }, + { + "input": "Sentence: first part is meet and then we move into play \nQuestion: What do you need to do with a friend before going to play? \nchoices: (A) meet, (B) happy, (C) being entertained", + "output": [ + "meet" + ] + }, + { + "input": "Sentence: cellar place that could have dust mites that is below the ground \nQuestion: What is a place that could have dust mites that is below the ground? \nchoices: (A) rug, (B) cellar, (C) bed", + "output": [ + "cellar" + ] + }, + { + "input": "Sentence: sushi place to foriegn sing to songs \nQuestion: Sam went to Paris where he ordered a blowfish at a sushi place. Where was Sam? \nchoices: (A) france, (B) fish market, (C) books", + "output": [ + "france" + ] + }, + { + "input": "Sentence: typical behavior in a concert, and strange in the other places \nQuestion: Several other people were standing around James. They were jumping up and down, screaming loudly, and banging their heads. Where might James have been? \nchoices: (A) water, (B) mall, (C) concert", + "output": [ + "concert" + ] + }, + { + "input": "Sentence: ideally, keep your phone out of the bedroom, but if that's not doable, park it in ... wash your bed linens (top sheet, bottom sheet and pillow cases) on a regular ... say they get a more comfortable night's sleep when their bedding has a fresh scent. ... in addition to dusting and sanitizing surfaces \nQuestion: John doesn't like changing his bed but he loves sleeping on clean fresh sheets. John's favorite time is when he has to spend the night where? \nchoices: (A) bedroom, (B) hotel, (C) drawer", + "output": [ + "hotel" + ] + }, + { + "input": "Sentence: mailbox may refer to: letter box a private receptacle for incoming mail; post box a public receptacle for outgoing mail. \nQuestion: If I wanted to pay a bill from my house where would I put a letter? \nchoices: (A) envelope, (B) post office, (C) mail box", + "output": [ + "mail box" + ] + }, + { + "input": "Sentence: eat he had to go to work so he could wha \nQuestion: His cupboards were barren, so he had to go to work so he could what? \nchoices: (A) earn money, (B) make money, (C) eat", + "output": [ + "eat" + ] + }, + { + "input": "Sentence: due to its irregular shape it must be place in corner. \nQuestion: The shelf was irregularly shaped, where should it be placed to avoid sticking out in high-traffic areas? \nchoices: (A) wall, (B) corner, (C) school building", + "output": [ + "corner" + ] + }, + { + "input": "Sentence: in most country's the supreme courthouses are in the capitals city. \nQuestion: Where is the supreme courthouse in a state typically located? \nchoices: (A) capital city, (B) michigan, (C) center of town", + "output": [ + "capital city" + ] + }, + { + "input": "Sentence: it's the most probable place to a beauty parlor be. the other two are to pooch to host such a enterprise. \nQuestion: Where would a beauty parlor be? \nchoices: (A) building, (B) victorian house, (C) georgian houses", + "output": [ + "building" + ] + }, + { + "input": "Sentence: when you do things with friends you have fun. \nQuestion: Knitting with a group of friends is a great way to do what? \nchoices: (A) have fun, (B) bleeding, (C) carpal tunnel syndrome", + "output": [ + "have fun" + ] + }, + { + "input": "Sentence: lake is the place to ride the boat \nQuestion: What does a child learn to do in a lake? \nchoices: (A) begin school, (B) go out to play, (C) row boat", + "output": [ + "row boat" + ] + }, + { + "input": "Sentence: train is best transportation system in india \nQuestion: Several train terminals linked together is an example of what? \nchoices: (A) battery, (B) electrical device, (C) transportation system", + "output": [ + "transportation system" + ] + }, + { + "input": "Sentence: fruit basket is the only choice that works because of billy's preferences. \nQuestion: Billy loved grapes and other similar foods, so for his birthday his friends bought him one of these. What did they buy him? \nchoices: (A) kitchen, (B) fruit basket, (C) bowl of fruit", + "output": [ + "fruit basket" + ] + }, + { + "input": "Sentence: the meeting was in washington \nQuestion: Where in the U.S. might foreigners expect to see a bald eagle, but probably won't? \nchoices: (A) canada, (B) in washington, (C) colorado", + "output": [ + "in washington" + ] + }, + { + "input": "Sentence: canada went from english to french,they had traveled far along the national highway where? \nQuestion: The signs went from English to French, they had traveled far along the national highway where? \nchoices: (A) atlas, (B) united states, (C) canada", + "output": [ + "canada" + ] + }, + { + "input": "Sentence: shelf is the only object that can be placed on a wall directly that can hold a candle. \nQuestion: Where would you put a candle if you wanted it on a wall? \nchoices: (A) dark, (B) shelf, (C) church", + "output": [ + "shelf" + ] + }, + { + "input": "Sentence: neither one of us could stand the thought of his future being so filled with ... \nQuestion: Sam asked where the concession stand was, but was told that there wasn't one. This wasn't that sort of place. Where might Sam have been? \nchoices: (A) movies, (B) fair, (C) state park", + "output": [ + "state park" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: What will the government do if they find out you fail to file your taxes? \nchoices: (A) get money, (B) take money, (C) school children", + "output": [ + "take money" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: What could other people be doing if someone is snoring? \nchoices: (A) loud noise, (B) death, (C) complaining", + "output": [ + "complaining" + ] + }, + { + "input": "Sentence: do nothing much hard work,even though she was on vacation. \nQuestion: Sarah did much hard work, even though she was on vacation. Her mother told her off and said what? \nchoices: (A) relaxation, (B) do nothing, (C) unemployment", + "output": [ + "do nothing" + ] + }, + { + "input": "Sentence: make noise is the best way to getting away with it \nQuestion: He had been farting and getting away with it, he didn't what? \nchoices: (A) make noise, (B) making noise, (C) public disapproval", + "output": [ + "make noise" + ] + }, + { + "input": "Sentence: if there is no more line in the spool, she can't reach for it anymore. \nQuestion: Sally lost her kite because she wasn't careful. She thought that there was more string on the spool, but it slipped out of her fingers when she reached the what?. \nchoices: (A) toy store, (B) end of line, (C) child's hand", + "output": [ + "end of line" + ] + }, + { + "input": "Sentence: bleacher modification is on a tight timeline and a long distance away \nQuestion: Where are seats most likely bleachers? \nchoices: (A) opera, (B) theater, (C) hockey game", + "output": [ + "hockey game" + ] + }, + { + "input": "Sentence: please ask someone to entertain you \nQuestion: HOw do you ask someone to entertain you ? \nchoices: (A) liked, (B) hot, (C) please", + "output": [ + "please" + ] + }, + { + "input": "Sentence: you need to avoid injury while you might want to avoid losing. \nQuestion: What is something I need to avoid while playing ball? \nchoices: (A) injury, (B) having fun, (C) losing", + "output": [ + "injury" + ] + }, + { + "input": "Sentence: to avoid accident and sailing the vessel moves and mastas \nQuestion: The helm is not something you wear on your head. Rather, it moves the masts on what? \nchoices: (A) sailing vessel, (B) motorboat, (C) tugboat", + "output": [ + "sailing vessel" + ] + }, + { + "input": "Sentence: . crying likely the result of remembering a deceased friend? \nQuestion: What is likely the result of remembering a deceased friend? \nchoices: (A) inspiration, (B) crying, (C) trauma", + "output": [ + "crying" + ] + }, + { + "input": "Sentence: all the persons are loved to pretend in whole life. \nQuestion: John loved to pretend. He would waste many hours doing what? \nchoices: (A) have imagination, (B) day dream, (C) have fun with", + "output": [ + "day dream" + ] + }, + { + "input": "Sentence: the opportunity you can get an incredible amount of working/life experience in a relatively short time \nQuestion: What do millenials do when they experience boredom? \nchoices: (A) learn new, (B) see new, (C) surf net", + "output": [ + "surf net" + ] + }, + { + "input": "Sentence: that's the best option since that's where there are more roses \nQuestion: Needlepoint requires many accessories, what holds the work taut? \nchoices: (A) sewing, (B) livingroom, (C) frame", + "output": [ + "frame" + ] + }, + { + "input": "Sentence: find a wild fox in wooded areas. \nQuestion: Where is one likely to find a wild fox? \nchoices: (A) painting, (B) chicken coop, (C) wooded areas", + "output": [ + "wooded areas" + ] + }, + { + "input": "Sentence: in safety in backpack. \nQuestion: Where could you put some knives if you are planning to bring them outside with you? \nchoices: (A) sporting goods store, (B) kitchen, (C) backpack", + "output": [ + "backpack" + ] + }, + { + "input": "Sentence: white house is the affilited place to living \nQuestion: The president keeps his pajamas where? \nchoices: (A) white house, (B) government, (C) country", + "output": [ + "white house" + ] + }, + { + "input": "Sentence: the surface of the earth have plenty of plants, unlike the other options that are much more limited in scope. \nQuestion: If you didn't find any plants on another planet, where might you look to find some? \nchoices: (A) greenhouse, (B) windowsill, (C) surface of earth", + "output": [ + "surface of earth" + ] + }, + { + "input": "Sentence: in the way of appreciation will be understood for a moment \nQuestion: The audience listened raptly. They learned much from this. What did the audience watch? \nchoices: (A) presentation, (B) concert hall, (C) arena", + "output": [ + "presentation" + ] + }, + { + "input": "Sentence: to get the high relaxing \nQuestion: A person who is standing in like is likely to do what to pass the time? \nchoices: (A) get tired, (B) fidgeting, (C) tiredness", + "output": [ + "fidgeting" + ] + }, + { + "input": "Sentence: something new information in manual. \nQuestion: When you buy something new , what do you read for information? \nchoices: (A) meeting, (B) manual, (C) online", + "output": [ + "manual" + ] + }, + { + "input": "Sentence: i likely feel the person in isolation. \nQuestion: What is a person likely to feel when they are abandoned by everyone after they stop being married to someone else? \nchoices: (A) isolation, (B) happiness, (C) grief", + "output": [ + "isolation" + ] + }, + { + "input": "Sentence: only junkyards sells used metal. ores are to make metal objects for the first time and instruments and new products \nQuestion: Where can you buy previously owned metal items? \nchoices: (A) ore, (B) instruments, (C) junkyard", + "output": [ + "junkyard" + ] + }, + { + "input": "Sentence: the person should like to lock in front of door at night. \nQuestion: What is a person likely to lock at night? \nchoices: (A) front door, (B) gate, (C) entrance", + "output": [ + "front door" + ] + }, + { + "input": "Sentence: antique store contains icebox \nQuestion: Where would you buy an icebox built a hundred years ago? \nchoices: (A) kitchen, (B) antique store, (C) junk yard", + "output": [ + "antique store" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: Where would you store a shopping bag if all the seats in your vehicle are full? \nchoices: (A) storage cabinet, (B) retail store, (C) car trunk", + "output": [ + "car trunk" + ] + }, + { + "input": "Sentence: listen to the radio is the only option that would allow sound without using the mouth. \nQuestion: What can you do while driving to work that involves sound but does not require you to move your mouth? \nchoices: (A) sing, (B) listen to radio, (C) speed", + "output": [ + "listen to radio" + ] + }, + { + "input": "Sentence: if you rob a bank successfully and the money never gets found but you get caught, how long would you go to prison ... simply enter a name and state to pull up anyone's arrest and criminal record. .... \nQuestion: What will criminals do before robbing a bank? \nchoices: (A) take money, (B) arm themselves, (C) serving time", + "output": [ + "arm themselves" + ] + }, + { + "input": "Sentence: \"the land is going to be used for the construction of a technical institute and a university\" \nQuestion: The knowledge was expensive to get, where was it being gained? \nchoices: (A) university, (B) class, (C) meeting", + "output": [ + "university" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: Driving a car along a scenic highway can have what calming affect? \nchoices: (A) transportation, (B) relaxation, (C) stress", + "output": [ + "relaxation" + ] + }, + { + "input": "Sentence: is the best since it is the best backup \nQuestion: They wanted to put on a show about being human beings, which ironically worked because none of them could do what well? \nchoices: (A) act, (B) melt, (C) read newspapers", + "output": [ + "act" + ] + }, + { + "input": "Sentence: winter is very cold so he lit up fire in the wood stove to get warmth. \nQuestion: Bob lights a fire in the wood stove in the winter, what does he want? \nchoices: (A) emit light, (B) warm house, (C) emits light", + "output": [ + "warm house" + ] + }, + { + "input": "Sentence: basement do you store wine \nQuestion: where do you store wine? \nchoices: (A) bar, (B) church, (C) basement", + "output": [ + "basement" + ] + }, + { + "input": "Sentence: the supermarket is the only place he would drive to that is likely open at 9pm. \nQuestion: It's 9PM and John has a craving for carrots. He gets into his car and where does he drive to? \nchoices: (A) supermarket, (B) refrigerator, (C) farmer's market", + "output": [ + "supermarket" + ] + }, + { + "input": "Sentence: classroom place is not interesting to children \nQuestion: What place is not interesting to children? \nchoices: (A) soccer game, (B) toy store, (C) classroom", + "output": [ + "classroom" + ] + }, + { + "input": "Sentence: the teacher should teach their student in island it was a arround body of water. \nQuestion: The teacher was trying to describe what an island was to the young children, she explained it was a piece of land surrounded by what? \nchoices: (A) body of water, (B) pacific ocean, (C) mississippi river", + "output": [ + "body of water" + ] + }, + { + "input": "Sentence: is the best option in all \nQuestion: Where cna you find emergency dental office services? \nchoices: (A) minnesota, (B) hospital, (C) michigan", + "output": [ + "hospital" + ] + }, + { + "input": "Sentence: i do realize oxo has released a few new mandolines since then \nQuestion: Where would you buy a brand new mandolin with a storage box? \nchoices: (A) instrument case, (B) musical instrument store, (C) music store", + "output": [ + "musical instrument store" + ] + }, + { + "input": "Sentence: conference do i attend annually to check out the offered programs \nQuestion: What do I attend annually to check out the offered programs? \nchoices: (A) theater, (B) television, (C) conference", + "output": [ + "conference" + ] + }, + { + "input": "Sentence: a bus terminus is a designated place where a bus or coach starts or ends its scheduled route \nQuestion: If I work in public transportation and find a door with a lock, where am I likely? \nchoices: (A) bus terminal, (B) automobile, (C) file cabinet", + "output": [ + "bus terminal" + ] + }, + { + "input": "Sentence: football: football, game in which two teams of 11 players, using any ... to more-advanced ball-playing skills and to the benefits of teamwork and passing \nQuestion: What is a good thing about playing football? \nchoices: (A) death, (B) having fun, (C) head injuries", + "output": [ + "having fun" + ] + }, + { + "input": "Sentence: the ultimate energy partner. variety is the spice of life, as they say. the go fast lineup has something for everyone \nQuestion: When you're merging on to a highway in your car how must you move? \nchoices: (A) roll over, (B) slow down, (C) go fast", + "output": [ + "go fast" + ] + }, + { + "input": "Sentence: happiness would happen if you are having a good time while chatting with friends? \nQuestion: What would happen if you are having a good time while chatting with friends? \nchoices: (A) agreement, (B) communication, (C) happiness", + "output": [ + "happiness" + ] + }, + { + "input": "Sentence: the museum is not a place one associates with the human voice \nQuestion: Spending time seeing artifacts listening to museum lectures will lead to what? \nchoices: (A) learning, (B) pleasure, (C) thinking", + "output": [ + "learning" + ] + }, + { + "input": "Sentence: a running sport is the involves hurdles \nQuestion: What is a sport that involves hurdles? \nchoices: (A) running, (B) have fun, (C) winning", + "output": [ + "running" + ] + }, + { + "input": "Sentence: to make some practice was help to win the opponent \nQuestion: What do you do to win when you compete against someone? \nchoices: (A) practice, (B) fair, (C) in competition", + "output": [ + "practice" + ] + }, + { + "input": "Sentence: big wooden rod has to use all the construction products. \nQuestion: The art project called for a big wooden rod, so she went where to get one? \nchoices: (A) old clock, (B) hardware store, (C) old houses", + "output": [ + "hardware store" + ] + }, + { + "input": "Sentence: answers engage in chatting with friends in class? \nQuestion: Why do people engage in chatting with friends in class? \nchoices: (A) fun, (B) inspiration, (C) answers", + "output": [ + "answers" + ] + }, + { + "input": "Sentence: front porchis a traditional place to have your rocking chair? \nQuestion: Where is a traditional place to have your rocking chair? \nchoices: (A) front porch, (B) parlor, (C) child's room", + "output": [ + "front porch" + ] + }, + { + "input": "Sentence: the sunset seen at sea. \nQuestion: Where i a reflection best seen at sunset? \nchoices: (A) introvert, (B) mirror, (C) sea", + "output": [ + "sea" + ] + }, + { + "input": "Sentence: real estate agents generally lie to sell the property \nQuestion: Greed will cause a real estate agent to do what in order to sell a house? \nchoices: (A) lie, (B) get, (C) buy food", + "output": [ + "lie" + ] + }, + { + "input": "Sentence: auto parts are most likely to be used in a garage \nQuestion: What's the best place to store boxes of spare automobile parts? \nchoices: (A) garage, (B) basement, (C) attic", + "output": [ + "garage" + ] + }, + { + "input": "Sentence: a city place have a beautiful seafood restaurant \nQuestion: What kind of place could have a seafood restaurant? \nchoices: (A) city, (B) boston, (C) new york", + "output": [ + "city" + ] + }, + { + "input": "Sentence: homework and volunteer means doing something. \nQuestion: What is it called when teens are together not doing anything in particular? \nchoices: (A) homework, (B) volunteer, (C) hang out", + "output": [ + "hang out" + ] + }, + { + "input": "Sentence: the people are have a peace to know imminent war. \nQuestion: If people are informed of an imminent war, what do they do next? \nchoices: (A) worship idols, (B) hope for peace, (C) form opinions", + "output": [ + "hope for peace" + ] + }, + { + "input": "Sentence: a glass can hold water. \nQuestion: What does a round glass do? \nchoices: (A) break easily, (B) shattering, (C) hold water", + "output": [ + "hold water" + ] + }, + { + "input": "Sentence: a cupboard or a small room with a door, used for storing things, especially clothes \nQuestion: Alexa needed a safe place to put her acoustic guitar when she wasn't playing it. Where might she put it? \nchoices: (A) music shop, (B) house, (C) closet", + "output": [ + "closet" + ] + }, + { + "input": "Sentence: the lot of mammals are killed by the branded gun \nQuestion: James used the cannon to shoot at something while seeking lunch. It was overkill. What did he shoot at? \nchoices: (A) ungulate, (B) body armor, (C) bomber", + "output": [ + "ungulate" + ] + }, + { + "input": "Sentence: place which usually prefers because it looks lovable \nQuestion: A shower is an expected amenity when you reserve a what? \nchoices: (A) motel room, (B) bath room, (C) locker room", + "output": [ + "motel room" + ] + }, + { + "input": "Sentence: computer program to tastk he write code number and knew all details \nQuestion: He needed a computer program to do a certain task and he knew how to make it, so he began to do what? \nchoices: (A) get frustrated, (B) write code, (C) debug", + "output": [ + "write code" + ] + } + ] +} \ No newline at end of file From 58c4c510a798689a1f9cc1c155c45fcc914ef289 Mon Sep 17 00:00:00 2001 From: Swaroop Mishra Date: Tue, 2 Nov 2021 03:53:34 -0700 Subject: [PATCH 2/3] Update README.md --- tasks/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tasks/README.md b/tasks/README.md index e3b325701..e09c84cd4 100644 --- a/tasks/README.md +++ b/tasks/README.md @@ -1560,4 +1560,12 @@ Name | Summary | Category | Domain | Input Language | Output Language `task1703_ljspeech_textmodification` | Digit to Text in ljspeech | Text Modification `task1704_ljspeech_textmodification` | Text to Digit in ljspeech | Text Modification `task1705_ljspeech_classification` | Finding Proper Nouns in ljspeech | Classification -`task1706_ljspeech_classification` | Correct Punctuation in ljspeech| Classification \ No newline at end of file +`task1706_ljspeech_classification` | Correct Punctuation in ljspeech| Classification +`task1737_mdd_answer_generation` | Generating answers (based on MDD) | Answer Generation +`task1738_mdd_recommendation_check` | Recommendation check (based on MDD) | Recommendation Check +`task1739_mdd_recommendation_check_qa` | Recommendation, QA check (based on MDD) | Recommendation, QA Check +`task1740_mdd_sentiment_classification` | Sentiment classification (based on MDD) | Sentiment classification +`task1741_cose_incorrectans_generation` | Given a sentence and a question, generate an incorrect answer to the question. | Incorrect Answer Generation +`task1742_cose_text_generation` | Given a question and an answer, generate an abstractive explanation for the question based on the answer. | Text Generation +`task1743_starc_question_generation` | Given a paragraph, generate a question from the passage. | Questions Generation +`task1744_cose_answer_generation` | Given a question, three answer options, and a sentence. Write the correct answer based on the sentence. | Answer Generation From 00f3605d916b056574a4b73e26550b781b308a57 Mon Sep 17 00:00:00 2001 From: Swaroop Mishra Date: Tue, 2 Nov 2021 04:03:07 -0700 Subject: [PATCH 3/3] Update README.md --- tasks/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/README.md b/tasks/README.md index e09c84cd4..538e0bac3 100644 --- a/tasks/README.md +++ b/tasks/README.md @@ -1561,10 +1561,10 @@ Name | Summary | Category | Domain | Input Language | Output Language `task1704_ljspeech_textmodification` | Text to Digit in ljspeech | Text Modification `task1705_ljspeech_classification` | Finding Proper Nouns in ljspeech | Classification `task1706_ljspeech_classification` | Correct Punctuation in ljspeech| Classification -`task1737_mdd_answer_generation` | Generating answers (based on MDD) | Answer Generation -`task1738_mdd_recommendation_check` | Recommendation check (based on MDD) | Recommendation Check -`task1739_mdd_recommendation_check_qa` | Recommendation, QA check (based on MDD) | Recommendation, QA Check -`task1740_mdd_sentiment_classification` | Sentiment classification (based on MDD) | Sentiment classification +`task1737-mdd-answer_generation` | Generating answers (based on MDD) | Answer Generation +`task1738-mdd-recommendation_check` | Recommendation check (based on MDD) | Recommendation Check +`task1739-mdd-recommendation_check_qa` | Recommendation, QA check (based on MDD) | Recommendation, QA Check +`task1740-mdd_sentiment_classification` | Sentiment classification (based on MDD) | Sentiment classification `task1741_cose_incorrectans_generation` | Given a sentence and a question, generate an incorrect answer to the question. | Incorrect Answer Generation `task1742_cose_text_generation` | Given a question and an answer, generate an abstractive explanation for the question based on the answer. | Text Generation `task1743_starc_question_generation` | Given a paragraph, generate a question from the passage. | Questions Generation