task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task1319_country_by_barcode_prefix
task1319-bc5d6be726f143ddb50769d53b336b68
In this task, you are given a country name and you need to return the barcode prefix of the given country. A barcode prefix is a 3-digit number at the begining of all the barcodes on products from a company or country. Some countries have ranges of barcode prefixes such as, 730 - 739; in such a case, a number from with...
759
task377_remove_words_of_given_length
task377-5cce20a0a89b461e87456a9c90ca8955
In this task, you need to remove all words of a given length in the sentence. The number of letters in a word determine its length, for example, the length of the word "apple" is 5. Sentence: 'a busy city street with cars a bus and pedestrians'. Remove all words of length '3' in the given sentence.
a busy city street with cars a pedestrians
task592_sciq_incorrect_answer_generation
task592-3ee1ef03908e4d0194584de1128efd29
Given a scientific question, generate an incorrect answer to the given question. The incorrect answer should be a plausible alternative to the correct answer. The answer should be some other item belonging to the same category as the correct answer but should be incorrect. What eliminates food wastes that remain after ...
small intestine
task103_facts2story_long_text_generation
task103-cba776ce863844b59b77f62f14e64845
In this task, five ordered key facts are given. All the given facts are expressed in natural language. Your job is to generate a story 100 to 1000 words long, that includes all the facts given as input in their order of appearance while expanding upon them to produce a broader, yet coherent, narrative. Fact1: murderer ...
Wanted by the police, murderer and gang leader Broken Nose Dawson Brian Donlevy goes to unscrupulous Dr. H. L. Buler an uncredited Oscar Apfel to have his appearance changed. Buler is assisted by nurse Mary McCall Molly Lamont, who is aghast when she recognizes the patient. When Dawson heals, he is amazed by his new fa...
task615_moviesqa_answer_generation
task615-c25bb7684d0247ef85556949352a4c08
You are given an open-domain question from an open movie database. Your task is to provide an answer to that question. Try to only include the answer. Do not put it in a sentence. what movies can be described with yugoslavia?
Underground, Time of the Gypsies, Force 10 from Navarone, Do You Remember Dolly Bell?
task1369_healthfact_sentence_generation
task1369-ec53f261c92744f0bb53799bbe4b28c4
Generate an explanation for the given claim using the provided supporting material from the paragraph. Please consider the following points while generating an output. 1) The claim will always have supporting proof in the paragraph, and the paragraph will have a clear point of view supporting the claim. 2) There can be...
A Connecticut university is taking precautions after a student came down with a confirmed case of bacterial meningitis.
task1434_head_qa_classification
task1434-a7e43f17a1134a06af8314390c02be99
In this task, you are given a question and answer options for that question. Using this information, you have to classify each text into different topics: medicine, nursery, psychology, chemistry, pharmacology, biology. Question: A 16-year-old woman consulted for primary amenorrhea. It presents a normal female developm...
medicine
task114_is_the_given_word_longest
task114-7bb1c1cc77f84eceaea7dccd85546f90
In this task, you need to answer 'Yes' if the given word is the longest word (in terms of number of letters) in the given sentence, else answer 'No'. Note that there could be multiple longest words in a sentence as they can have the same length that is the largest across all words in that sentence. Sentence: 'the young...
No
task405_narrativeqa_question_generation
task405-0fd6286eb51c426595806ff88cfdf9ff
You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont...
What is an example of accomplishments?
task1419_mathqa_gain
task1419-b2c416e155f7452f9e364d29fabc6700
In this task, you need to answer the given multiple-choice question on the gain. Gain is the value by which to multiply the input. Classify your answers into 'a', 'b', 'c', 'd', and 'e'. Problem: the salary of a person was reduced by 50 % . by what percent should his reduced salary be raised so as to bring it at par wi...
e
task1217_atomic_answer_generation
task1217-3316748e8b5449f98e15eb76356b48c4
In this task, you are given a sentence with a missing word that can be an object, a person, and/or an action. Fill in the blank with a plausible word. Although each sentence has many correct answers, you only have to write one answer. PersonX runs PersonX's ___ through PersonY's hair
hairdryer
task430_senteval_subject_count
task430-2acd32e7a66b4fc1911a174103946806
In this task you are given a sentence. You must judge whether subject of the main clause is singular or plural. Label the instances as "Singular" or "Plural" based on your judgment. " We can hope, " the tech said.
Singular
task956_leetcode_420_strong_password_check
task956-ceb5cd1a60934b33ab288378726b6d4a
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit...
0
task672_nummersense
task672-d99534bca78e408394618d4deae21d6f
In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words. Fruit is a silique opening by _ valves.
two
task600_find_the_longest_common_substring_in_two_strings
task600-392810394ff24ad7ab3e11da14cf441f
In this task, you are given two strings A, B. Find the longest common substring in the strings A and B. LoGAsKZNV, BKAsKMrN
AsK
task605_find_the_longest_common_subsequence_in_two_lists
task605-9ea66908ab134896aded6d72b30b1200
In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B. ['m', 859, 'x', 6607, 2775, 1107, 'P', 3841, 6701, 'p', 251, 'a', 'E', 'A', 'G', '5239', '9235', '5741', 'b', '1845', '9805', 'V', 'W', '4355', 'k', 'D', 'P', 'Y', 'g', '6341', 'B', 'S', 'R', 'j', '6443', '6413', '9537'...
A, G, 5239, 9235, 5741, b, 1845, 9805, V, W, 4355, k, D, P, Y, g, 6341, B, S, R, j, 6443, 6413, 9537
task306_jeopardy_answer_generation_double
task306-f4aa83f2eea7489a82a799ce010fe5e5
You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters. Category: MORE MYTHOLOGICAL MISTAKES Clue: These half-horse creatures were thrown out of Thess...
centaurs
task178_quartz_question_answering
task178-49ed7880ce7a4c7db9c6cf62f0d0ea36
You are given a question or fill-in-the-blank question, two answer options (Option1 and Option2) and an Explanation. Your task is to find the correct answer (return the string of the correct option, not option1/2) for the given question from the given options and using explanation. Question: Which sort of atom would re...
Helium, with its two protons
task093_conala_normalize_lists
task093-75da6529dd834585a8ea51649c5cfc14
In this task, you will be given a list of numbers. The goal is to divide all the numbers in the list by a constant such that the sum of the resulting list is 1. The output should be rounded to 3 decimals. [8.669, -38.056, 47.272, -25.682, 42.927]
[ 0.247 -1.083 1.346 -0.731 1.222]
task507_position_of_all_numerical_elements_in_list
task507-4addb0b625f94e63bf2fdc2d220b2a98
In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the numerical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no numerical element is in the list. ['8517', '209', '5...
1, 2, 3, 8, 10, 11, 13, 15, 19, 21, 22, 23, 24, 28, 32, 33, 34, 36, 37
task103_facts2story_long_text_generation
task103-4fe4808cb524427c840fedbe655e8902
In this task, five ordered key facts are given. All the given facts are expressed in natural language. Your job is to generate a story 100 to 1000 words long, that includes all the facts given as input in their order of appearance while expanding upon them to produce a broader, yet coherent, narrative. Fact1: Cliff Mas...
Cliff Mason, a veteran foreman of the Forest Services smokejumper unit, is called out with a crew on a fire, despite the fact that they have not rested in three days. Accompanied by R. A. Pop Miller and four other men, Cliff leaves the smokejumper base at Missoula, Montana to parachute into a nearly inaccessible area o...
task405_narrativeqa_question_generation
task405-3ad5ef854ced45d58024c4579decaacd
You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont...
What job did Rose and Norah take as recommended by Mac?
task303_record_incorrect_answer_generation
task303-70dfd9f3a92d44c096ceb3b09bb57e9b
In this task, you will be presented with a passage, and you need to write an **implausible** answer to to fill in the place of "_". Your answer should be incorrect, but should not be out of context. Try using words that are related to the context of the passage, but are not the correct answer. Even though there exist ...
Lithuania
task111_asset_sentence_simplification
task111-f623a5bf3a18474fbde3b1311a899a98
Rewrite each original sentence in order to make it easier to understand by non-native speakers of English. You can do so by replacing complex words with simpler synonyms (i.e. paraphrasing), deleting unimportant information (i.e. compression), and/or splitting a long complex sentence into several simpler ones. The fina...
The storm moved southwest while the heat transfer stayed at the center.
task074_squad1.1_question_generation
task074-708c236d646042978c05c2f168f9c5db
This task is about reading the given passage and construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) its answer is a continuous text span from the paragraph. Avoid creati...
On what date did the Coalition forces arrive near Paris?
task132_dais_text_modification
task132-87bcb5bf4fb94f8f89b3bfdc7a58a8bc
Languages typically provide more than one grammatical construction to express certain types of messages. Your task is to generate a senetence with the same meaning as given sentence, but with different grammatical construction. Maria described a woman who was wearing a hat the problem
Maria described the problem to a woman who was wearing a hat
task900_freebase_qa_category_classification
task900-1250247bda6441b1bc336250e7032a3e
Given a trivia question, classify broad topical category from this list: 'theater', 'geology', 'book', 'tv', 'astronomy', 'aviation', 'military', 'government', 'boxing', 'projects', 'metropolitan_transit', 'law', 'venture_capital', 'broadcast', 'biology', 'people', 'influence', 'baseball', 'spaceflight', 'media_common'...
theater
task405_narrativeqa_question_generation
task405-10da54cda6b942a789bd5cb60a02f41d
You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont...
Where does Kaufman go for a medical miracle?
task325_jigsaw_classification_identity_attack
task325-12d44af548c34e4692e36c440b97a0bc
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: identity-attack and non-identity-attack. Identity attack refers to anything rude or disrespectful about someone's identity, including appearance, race, gender, and sexual orientation. Comment: ...
Identity-attack
task306_jeopardy_answer_generation_double
task306-1973ea944ff94343983ea4c5e79c3127
You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters. Category: BARTLETT'S PAIRS Clue: The first of this French playwright's 2 quotes begins, "A gre...
edmond rostand
task024_cosmosqa_answer_generation
task024-108ff916d4684e1c9bf5238fec860e1c
Craft one correct answer to the question given in input. To make it more interesting, try to use non-stereotypical language if possible. Make sure your correct answer is reasonably long, consistent with the context, and requires common sense (instead of explicit extraction from the context.) In your answer, use as few ...
He might break up with me and see someone else .
task300_storycloze_order_generation
task300-116aa54394284726a2a5d8514c6b43e2
In this task, you're given a short story of five sentences written in natural language. However, the order of the given story is not correct. Your job is to return the correct order for the given five sentences to create a coherent short story with the new order that has the correct flow. Generate your answer using the...
32514
task587_amazonfood_polarity_correction_classification
task587-7fddbc5c92aa4e4eb382a5d24ecbae03
You are given an amazon food product review and its polarity (positive or negative). Your task is to answer "True" if the specified sentence and its polarity match; otherwise, answer "False". Bisquick has made a wonderful gluten free product. From pancakes to biscuits and everything in between are light and fluffy! Ga...
False
task875_emotion_classification
task875-7399d38d7a9f4434aa4580c792e8222a
In this task, you are given a sentence containing a particular emotion. You must classify the sentence into one of the six emotions: 'joy', 'love', 'anger', 'fear', or 'surprise'. im feeling tragic like im marlon brando
sadness
task379_agnews_topic_classification
task379-e69ef843450e4195b716a93ba74c9ab1
In this task, you are given a news article. Your task is to classify the article to one out of the four topics 'World', 'Sports', 'Business', 'Sci/Tech' if the article's main topic is relevant to the world, sports, business, and science/technology, correspondingly. If you are not sure about the topic, choose the closes...
Sci/Tech
task1310_amazonreview_rating_classification
task1310-80fb82539fc7407fb8e982fd54d91a24
In this task, you're given a review from Amazon. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good. I haven't seen this anywhere else to buy so will have to return and re-buy. Frustrated that I don...
1
task1660_super_glue_question_generation
task1660-3ba87ff5f38941fab04535c8ba683fbe
In this task, you are given Wikipedia articles on a range of topics, we ask you to write a question based on the content of the articles that can be answered in a binary manner i.e. True or False. Pasilla -- In the United States, producers and grocers sometimes incorrectly use ``pasilla'' to describe the poblano, a dif...
are pasilla chiles and poblano chiles the same
task590_amazonfood_summary_correction_classification
task590-abdf18b6e6e84c73af0e93dfb3aac13d
In this task, You are given an amazon food product review and its summary. Your task is to Generate "True" if given review and its summary match, otherwise generate "False". These chips are GREAT substitute for the usual high calorie ones offered! I keep them on hand to aid in my weight loss venture. Summary: GREAT ...
True
task565_circa_answer_generation
task565-415308287e534f87818a8c81af9bd3d1
In this task, you are given a question. Your task is to generate an answer that is relevant to the question. Did you go to college?
I have a PHD.
task286_olid_offense_judgment
task286-03a5597b3bf2442a88ddc622e36fec1f
In this task you are given a tweet and you must identify whether the tweet contains any offense or any form of (untargeted) profanity. Label the post as NOT if the post does not contain offense or profanity. Non-offensive posts do not include any form of offense or profanity. label the post as OFFENSIVE if the post co...
OFFENSIVE
task413_mickey_en_sentence_perturbation_generation
task413-f2d0e7f92c4746c88a70a126ae042e78
Given a sentence, generate a new sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true. You are ...
You are likely to grab a mouse in a nose hole .
task1311_amazonreview_rating_classification
task1311-c9a42717f2bf4ae9b47c7660f39212d3
In this task, you're given a review from Amazon and rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good. Your task is to generate whether the rating matches the review or not. Answer with "True" if the sentence belongs to that...
True
task367_synthetic_remove_floats
task367-5e048e1bab7947bca51995124289f277
In this task you will be given a list of numbers. You should remove any number that is not an integer (whole number). If every number is not an whole number then an empty list ("[]") should be returned. Otherwise, answer with the list of whole numbers separated by comma inside brackets. [73.944, 35, -2, -61, 9.331, -53...
[35, -2, -61]
task405_narrativeqa_question_generation
task405-0d2959ffb02c411fa8f88dac0bb21950
You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont...
Whoa ccidentally bruises Jules' eye?
task183_rhyme_generation
task183-5e32738114fc4b6a9fe85c5cd2338ee9
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" subject
infect
task497_extract_all_numbers_from_list_in_order
task497-c75fc99d123f4068872a865363ef7249
In this task, you are given an input list A. You need to find all the elements of the list that are numbers in the same order as they appear in the list A. ['c', 'C', '7401', 'J', 'd', 'G', 'p', 'q', 'O', 'L', '1725', '8379', 'S', '7433', '2869', 'A', '9503', 'T', '3977', '3861', 'o', '2653', '7947', 'O', 'J', 'B']
7401, 1725, 8379, 7433, 2869, 9503, 3977, 3861, 2653, 7947
task1542_every_ith_element_from_starting
task1542-67024361c4e14237ae1d401af93a045e
In this task, you are given an input i,A where i is an integer and A is an array. You need to find every ith element of A starting with the 1st element. 1, ['9839', '3823', 'K', 'H', '9983']
9839, 3823, K, H, 9983
task1723_civil_comments_sexuallyexplicit_classification
task1723-0c727c82a88a4b8bb024441a31f08718
Categorize the comment on the basis of sexual explicitness. If the comment is sexually explicit output Yes, otherwise output No. Hey Chad, I think Bernie is a plant planted by Trump. At some point the Democrats have to come to reality that Trump has an entire team that is on his side. I even think that Sanders is on h...
No
task1308_amazonreview_category_classification
task1308-0eadb0a006b94fe79c21c2d6398a42c2
In this task, you're given a review from Amazon and category of the product based on the review given by the user and your task is classify whether the given category match the review. Generate "True" if given review and its category match, otherwise generate "False". Reviews: This is the tenth book, and honestly I am ...
False
task1336_peixian_equity_evaluation_corpus_gender_classifier
task1336-a3d80b2c67b34d58bf00bbf4d786694b
You will be given a sentence containing a pronoun/person name and an emotion. From these implicit parameters, the main goal is to find the gender of the person (male / female). She found herself in a dreadful situation.
female
task002_quoref_answer_generation
task002-df8f6ddcc2df44ec9571f165d1b47f04
In this task, you're expected to write answers to questions involving multiple references to the same entity. The answer to the question should be unambiguous and a phrase in the paragraph. Most questions can have only one correct answer. Passage: This was followed up by a group of scientists at the Collège de France i...
Kowarski.
task066_timetravel_binary_consistency_classification
task066-3689dc354adf4ecaaaf67250dafc9f12
In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given a candidate for the second sentence and you need to identify if the given sentence connects the first sentence with the rest of the story. Indicate your answer by "Yes" if it connects, otherwi...
Yes
task153_tomqa_find_location_hard_clean
task153-1ce539294b224b7088779ecf3600115b
Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's beli...
green_box
task589_amazonfood_summary_text_generation
task589-b8971bc8cb9a4d2b83c31a76d4799d22
In this task, you're given a review from Amazon's food products. Your task is to generate a short summary of the given review in the input. Note that you don't need to write a complete sentence as a summary. <a href="http://www.amazon.com/gp/product/B001LGGH40">The Switch Kiwi Berry</a> does taste great but the problem...
Tastes great but nothing like Berry or kiwi
task303_record_incorrect_answer_generation
task303-66ff984fa41b4fbf86947dedef7290d8
In this task, you will be presented with a passage, and you need to write an **implausible** answer to to fill in the place of "_". Your answer should be incorrect, but should not be out of context. Try using words that are related to the context of the passage, but are not the correct answer. Even though there exist ...
Paul Begala
task1340_msr_text_compression_compression
task1340-18210b2a0e3a4454b67593a384ab79d1
Given a text, write a compressed version of it in a single sentence. A recent survey of dental assistants showed many of them would have chosen I.U. 's program if they had known it existed!
A survey shows many dental assistants would have chosen I.U.'s program if knew it existed.
task899_freebase_qa_topic_generation
task899-8719df9f309a494794748ed0e5caa5e0
Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about. What is the capital of the Spanish region of Andalusia?
andalusia
task933_wiki_auto_style_transfer
task933-8dd3fa7c18ca4822995c1bf692a4daab
In this task, we ask you to rewrite a sentence in simple English without changing its general meaning. Essentially, you want to make the sentence easier to read by using simpler words, utilizing more straightforward sentence structures, and omitting non-essential information etc. A wind instrument is a musical instrume...
A wind instrument is a type of musical instrument where the player blows into ( or over ) a mouthpiece to produce sound .
task303_record_incorrect_answer_generation
task303-281fe830a58c4b8b837256930f0e98c8
In this task, you will be presented with a passage, and you need to write an **implausible** answer to to fill in the place of "_". Your answer should be incorrect, but should not be out of context. Try using words that are related to the context of the passage, but are not the correct answer. Even though there exist ...
North Korea
task494_review_polarity_answer_generation
task494-4456ab77e5e84bad9e308d8f02b4f0e3
Given a review text from amazon and its polarity (either positive or negative). Generate answer "True" if given sentence and its polarity match, otherwise generate answer "False". A review is considered positive if the reviewer is satisfied with the product. Otherwise, it is considered negative. Review: The only econom...
False
task074_squad1.1_question_generation
task074-db8cfab036ae48cca45c6a6e58830f04
This task is about reading the given passage and construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) its answer is a continuous text span from the paragraph. Avoid creati...
The Battle of Cowan's Ford was fought on the banks of what river?
task063_first_i_elements
task063-39eecfc0afde4994a00779bf7a56ae87
In this task, you are given inputs i and A, where i is an integer and A is a list. You need to output the first i elements of A, starting with the 1st element in A. i will always have a value less than the length of A 2, ['p', '8951', '1329', '2011', '2929', 'W', 'C', 'm', '6731', 'j', '4105', '6033', 'w', '521', 'z', ...
p, 8951
task821_protoqa_question_generation
task821-a664afaf77bc482aa88f135dda1c1958
Construct a question that every answer in the list is correct and reasonable for it. oink, moo, quack, e-i-e-i-o, cluck
name a sound kids make when they sing "old macdonald".
task820_protoqa_answer_generation
task820-6b9aea6486e040789fc25253e44a873b
Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question. name a food with cheese that's a childhood favorite.
grilled cheese
task074_squad1.1_question_generation
task074-7229c626e8544eb4ad79ab3fd9204b93
This task is about reading the given passage and construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) its answer is a continuous text span from the paragraph. Avoid creati...
In which Alaskan areas are military bases prevalent as an important part of the local economy?
task1296_wiki_hop_question_answering
task1296-47a5eae2e02241df802db2a424811e51
In this task, you are given a context, a subject, a relation, and many options. Based on the context, from the options select the object entity that has the given relation with the subject. Answer with text (not indexes). Context: Castleman disease, also known as giant lymph node hyperplasia, lymphoid hamartoma, or ang...
species
task568_circa_question_generation
task568-d759649482204bfc9fa79ae46b1cea62
In this task, you are given an answer, and your task is to generate a reasonable question for that answer. I prefer self-help books.
Do you like crime thriller books?
task609_sbic_potentially_offense_binary_classification
task609-50088c65748a497781f762024f3a2b9c
In this task, you are given a text from a social media post. Your task is to classify the given post into two categories: 1) yes if the given post is potentially offensive to anyone (i.e., a subset of people, any particular person, etc.), 2) no, otherwise. Note that potentially offensive posts can contain sexual, racia...
Yes
task333_hateeval_classification_hate_en
task333-b6a7a751960f4c0c8c7aabb52f1960f3
In this task, you are given a post in English from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as...
Non-hateful
task303_record_incorrect_answer_generation
task303-b057ccbd72284a1c8f32372a020a47a4
In this task, you will be presented with a passage, and you need to write an **implausible** answer to to fill in the place of "_". Your answer should be incorrect, but should not be out of context. Try using words that are related to the context of the passage, but are not the correct answer. Even though there exist ...
Brisbane
task069_abductivenli_classification
task069-9e16ed75aedb42278d79c7287b2876d7
In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story coherent / plausible by writing "1" or "2" in the output. If both sentences are plausible, pick the one that makes most sense. Beginning: We are trying to...
1
task311_race_question_generation
task311-1889ea3be64d4171abaf3ffd9e8bc820
In this task, you're given an article and an answer. Your task is to generate the question for the answer based on the given article. Article: Jerry was a manager in a restaurant.He was always in a good mood and always had something positive to say.This really made me _ so one day I asked him,"It's hard to be a positiv...
What kind of person was Jerry?
task637_extract_and_sort_unique_digits_in_a_list
task637-75d7f7f8c89047e289fe777927b52162
In this task, you are given an input list A. You need to extract and sort the unique digits used in the list in ascending order. Return -1 if there is no digit in the list. ['p', 'n']
-1
task1217_atomic_answer_generation
task1217-754e1feaed374f679b6b13d7a63a035f
In this task, you are given a sentence with a missing word that can be an object, a person, and/or an action. Fill in the blank with a plausible word. Although each sentence has many correct answers, you only have to write one answer. PersonX plays ___ as well
baseball
task455_swag_context_generation
task455-cfa6d6acb9a0445084f97a56302bd9c0
Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement. The camera blurs out as it is overcome by the debris.
Smoke goes everywhere as he pushes it back and forth.
task183_rhyme_generation
task183-f3357830143d4d85b3f14d18ddfa39ca
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" they
hwe
task371_synthetic_product_of_list
task371-efbfcae1164f465b8bbcfccf4eb822b3
In this task you will be given a list of lists, of numbers. For every inner list, you should multiply every number in that list and put the results in your answer. The output should be a list of numbers with the same length as the number of the lists in the input list. [[-18, 19, -44, -7, 47], [8, 23], [-34, -26, 11], ...
[-4950792, 184, 9724, 255816, -111540, -3649536, 507936, 72]
task063_first_i_elements
task063-70d9d5a9b90c4a96b12216134eed4553
In this task, you are given inputs i and A, where i is an integer and A is a list. You need to output the first i elements of A, starting with the 1st element in A. i will always have a value less than the length of A 4, ['7685', 'H', 'h', 'g', 'd', '1121', 'E', 'r', 'D', '5639']
7685, H, h, g
task327_jigsaw_classification_toxic
task327-e2a1a193381f4b69a838858193aadcdb
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: toxic and non-toxic. Toxicity is defiend as anything that is rude, disrespectful, or unreasonable that would make someone want to leave a converation. Comment: This is just unbelievably stupid....
Toxic
task566_circa_classification
task566-0d1a0042091c47f1b5efdfc096f10063
In this task, you are given two sentences. Your task is to classify the given sentences as "Yes" if they have same meaning; otherwise, classify them as "No". Sentence-1: I can't eat gluten.<sep>Sentence-2: I am allowed to eat pasta on my diet .
No
task586_amazonfood_polarity_classification
task586-3325cc37cf184cf4a599804b8f5f45c8
You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review. Cannot detect any difference from other ghees. Also, their supposed 'free' sample is not really. They ship a tiny jar in a box through the mail and it costs abou...
Negative
task097_conala_remove_duplicates
task097-00cecf1084f542d3a73804b9b065b72b
In this task you will be given a list of numbers and you should remove all duplicates in the list. If every number is repeated in the list an empty list should be returned. Your list should be numbers inside brackets, just like the given list. [6, 1, 2, 4, 6, 1]
[2, 4]
task1328_qa_zre_relation_generation_from_question
task1328-d45b7d4c1bb64bfc945ca851d3048832
Classify the relation of question with context to one of these categories: 1) award received, 2) based on, collection, 3) conflict, 4) constellation, 5) convicted of, 6) date of death, 7) director, 8) drafted by, 9) educated at, 10) medical condition, 11) military branch, 12) narrative location, 13) occupation, 14) ori...
medical condition
task097_conala_remove_duplicates
task097-e89ca80c914e40aba32ad5d4cc463831
In this task you will be given a list of numbers and you should remove all duplicates in the list. If every number is repeated in the list an empty list should be returned. Your list should be numbers inside brackets, just like the given list. [7, 7, 3, 5, 3, 4, 7, 1, 4, 5]
[1]
task191_hotpotqa_question_generation
task191-f6bcabf47a6a4224a7bf4d1c78fcc5a9
In this task, you are given a set of context paragraphs, some supporting facts and an answer of a question. Your task is to generate question for given answer based on set of context paragraphs, supporting facts and an answer. Context_1 : A Head Full of Ghosts is a horror novel by Paul Tremblay. The plot involves an Am...
A Head Full of Ghosts is a horror novel by Paul Tremblay, themes include elements of which term used for the use of exorcism in the Roman Catholic faith for those who are believed to be the victims of demonic possession?
task497_extract_all_numbers_from_list_in_order
task497-b680a7f70fe64744be77ffbf1a8d9220
In this task, you are given an input list A. You need to find all the elements of the list that are numbers in the same order as they appear in the list A. ['z', '123', '8305', 'R', 'H', 'k', 'e', '629', 'g', '6643', '517', '2167', 'M', '6479', '1479', 'g', 's', 'k', '2871', '4309', '6969', 'd', '9671', 'A', '6673']
123, 8305, 629, 6643, 517, 2167, 6479, 1479, 2871, 4309, 6969, 9671, 6673
task063_first_i_elements
task063-1596101844ec490c9f2a59d07c941a73
In this task, you are given inputs i and A, where i is an integer and A is a list. You need to output the first i elements of A, starting with the 1st element in A. i will always have a value less than the length of A 2, ['3249', 'y', '1251', '4901', '3049', 'b', '8993', 'f', 'M', '4711']
3249, y
task567_circa_text_generation
task567-e808e106cda648fe94df9c048ccc39e2
In this task, you are given a question, and your task is to predict the context of the question. We assume that someone named X asked the question from Y. The context of the question means the previous situation that led X to ask this question. Do you like biographies?
X wants to know what sorts of books Y likes to read.
task374_synthetic_pos_or_neg_calculation
task374-19ecb29967c147aaa7629695c6ca2bb7
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[168, 182, 166, 142, 66, 147, 54]
task385_socialiqa_incorrect_answer_generation
task385-694d6e9c275841edb8d715a4454f9b8d
In this task, you're given a context passage, a question, and three answer options. Your task is to return an incorrect answer option to the question from the choices given. For all questions, only one of the three answer options is correct. Pick one of the two incorrect answer options as the output. Context: Sasha ree...
B
task592_sciq_incorrect_answer_generation
task592-17a425a137df400a88363e517dd3c8c7
Given a scientific question, generate an incorrect answer to the given question. The incorrect answer should be a plausible alternative to the correct answer. The answer should be some other item belonging to the same category as the correct answer but should be incorrect. What is biomass made into fuel called?
renewable fuel
task1446_farthest_integers
task1446-3d8f4decf6e84b6ab09d918e983c3670
In this task you will be given a list of integers. You should find the maximum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the largest possible absolute distance. [-75, 38, 47, -41,...
134
task367_synthetic_remove_floats
task367-c0798832db074d9fba516e85f9c92ddf
In this task you will be given a list of numbers. You should remove any number that is not an integer (whole number). If every number is not an whole number then an empty list ("[]") should be returned. Otherwise, answer with the list of whole numbers separated by comma inside brackets. [60, 88, -53, 60.371, -33, 79.65...
[60, 88, -53, -33, 20]
task820_protoqa_answer_generation
task820-a9167c7eb1d74bc990d7f700f4cadfeb
Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question. name something you can rent.
tenement
task381_boolq_question_generation
task381-044c106964f149329ab906ef71e6c3fa
You will be given a passage, and your task is to generate a Yes/No question that is answerable based on the given passage. Cabo San Lucas (Spanish pronunciation: (ˈkaβo san ˈlukas), Cape Saint Luke), commonly called Cabo in English, is a resort city at the southern tip of the Baja California Peninsula, in the Mexican s...
is cabo the same as cabo san lucas?
task934_turk_simplification
task934-6820cd1646ba479eb16eb48e69bf86c7
In this task, you're given a sentence and your task is to generate a simplified sentence that focuses on lexical paraphrasing from the original sentence given in the input. orchestration stravinsky first conceived of writing the ballet in 1913.
stravinsky first conceived of writing the ballet in 1913.
task453_swag_answer_generation
task453-c97e6c4f00e94873bf3cbe49ad9db45c
Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct. The others sit around drinking whiskey. The ice
is put on a tray.
task246_dream_question_generation
task246-b5949f8c671642aaa59a511715cbcffd
In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. "W" and "M" in the conversations stand for "woman" and "m...
What does the man mean? (A) He needs another job as research assistant. (B) He asked Professor Williams for assistance. (C) He assists Professor Williams with his teaching.
task305_jeopardy_answer_generation_normal
task305-a5d7f88201c8410aa34a1053a7a1fdaf
You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For consistency, answers should be in all lower cased letters. Category: ACTORS & THEIR ROLES Clue: James Cromwell, Farmer Hoggett in this 1995 film, is the...
"babe"
task192_hotpotqa_sentence_generation
task192-5e424f39190844deaca8138943b3d648
In this task, you are given a context paragraph, a question based on that and corresponding answer of a question. Your task is to generate supporting fact/knowledge from context paragraph which helps in answering a given question. The 2014 Women's Asian Games Volleyball Tournament was the 14th edition of the event, org...
It was held in Incheon and Ansan, South Korea from 20 September to 2 October 2014.