task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task1389_hellaswag_completion
task1389-0c491acad80f456d8d8e92757d49fad8
In this task, you are given a context and four options. Each option is a suggested ending for the context. You should read the context and pick the best ending for the context. Please answer with "A", "B", "C", and "D". [header] How to be earth friendly [title] Plant a tree. [step] One of the simplest things to do is ...
C
task1730_personachat_choose_next
task1730-c7c052a42f8f49b58ca862fa913bd9ae
You will be given a person's personality, and a history of a conversation this person has had. You will be given four candidate sentences to complete the conversation, based on the context. Choose one and answer with the text. Personality: I go to a catholic high school in new England. I am 17. I plan to raise hell and...
Nice man, that is pretty cool. Where you work?
task002_quoref_answer_generation
task002-4a3291c999dd4a6d97fe418f7ad73c79
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: The film takes place in Minnesota, in 1990. Detective Bruce Kenner inves...
Rose Gray.
task1308_amazonreview_category_classification
task1308-27c28ab306e34115a5bd8e07176ba9cd
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: Do not waste your money...super flimsy! In...
False
task183_rhyme_generation
task183-7e936b1b08cd45069221900168f7e5f1
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" right
wight
task124_conala_pair_averages
task124-51ad17a0571f4477b5250350dba8315a
In this task you are given a list of numbers and you need to find the average of each two consecutive values. The average of two numbers a and b is calculated as: (a + b) /2. The output should be a list of the averages of each two consecutive values. A list is presented with two brackets and comma-separated values, lik...
[36.0, 12.5, 7.5, 39.0, 89.0, 63.0, 64.5, 17.5, -68.5, -47.0, -31.0, -5.5]
task074_squad1.1_question_generation
task074-d0f5283ad0134b6f8bd6bf148372ebc4
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...
During the second half of what century did the Burke and Wills expedition give an indication of immigration flows?
task356_casino_classification_negotiation_self_need
task356-f8cf0bce122143f38965c2122b374492
The input is taken from a negotiation between two participants who take the role of campsite neighbors and negotiate for Food, Water, and Firewood packages, based on their individual preferences and requirements. Given an utterance and recent dialogue context containing past 3 utterances (wherever available), output Ye...
Yes
task844_financial_phrasebank_classification
task844-b3f74a56ec3b4843a87027b70b7e3f00
Given a piece of financial news and its polarity, classify it into 'true' if the polarity is correct and classify into 'false' if the polarity is incorrect. Output must be 'true' or 'false'. news:Beef imports fell slightly from 2006 , to 14mn kilos . polarity:positive
false
task1593_yahoo_answers_topics_classification
task1593-4caf43ebd55e4989b938d5e498551b4f
You are given a passage. Using the information present in the passage, you need to classify it into one of the 10 topics: 0 - 'Society & Culture', 1 - 'Science & Mathematics', 2 - 'Health', 3 - 'Education & Reference', 4 - 'Computers & Internet', 5 - 'Sports', 6 - 'Business & Finance', 7 - 'Entertainment & Music', 8 - ...
5
task100_concatenate_all_elements_from_index_i_to_j
task100-88cc4d35533d48aab2645c468cc374ea
In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to concatenate all elements of A from the ith element to the jth element, and print the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j...
5315r71935325
task379_agnews_topic_classification
task379-eb495d7469c14f15bf655a1cc886354b
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...
Business
task594_sciq_question_generation
task594-fa96b5f018b44e81ae36f3774a70463c
Given a scientific passage and an answer, generate a question for the given answer. Passage: Microwave ovens operate by emitting microwave radiation, which is primarily absorbed by water molecules in food. The absorbed radiation is converted to heat through rapid oscillations of polar water molecules, 28. Answer: heat
Microwave ovens use radiation to provide food with what kind of energy?
task1359_numer_sense_answer_generation
task1359-0c741e4bd87b4eeab1bc0e9eac63355b
Given a sentence, fill out the missing word with a 'no' or a number (between zero and ten). You should write the numbers with english alphabet, like: four instead of 4. Corn contains about ____ percent protein and is high in carbohydrates.
eight
task074_squad1.1_question_generation
task074-3e49b882dd874ed4be2d638296be549d
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...
What are the deadliest diseases caused by bacteria?
task1326_qa_zre_question_generation_from_answer
task1326-4f6aa67983e64fd89b436b173f0f65d5
Generate a question which can yield the answer mentioned in the input. Generated question must be answered by the answer provided in input, without using any extra knowledge. Context : Houstonia wrightii, pygmy bluet, is a plant species in the Rubiaceae. Answer : species
Is the taxon rank of Houstonia wrightii species or genus?
task365_synthetic_remove_vowels
task365-37184c234c8e49bca1088ac55e846d0c
In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. RSjOttedzaDUceBhTQAv
RSjttdzDcBhTQv
task581_socialiqa_question_generation
task581-22cd8c28fbd944ff957f6d7d27309fc7
In this task, you're given context and an answer. Your task is to generate the question for this answer based on the given context with commonsense reasoning about social situations.. Context: Remy was really impressed after hearing it so they shared the author's story. Answer: Watch others impressions
What will Remy want to do next?
task413_mickey_en_sentence_perturbation_generation
task413-658fbe7764cb46a79bf5085d9da9df4a
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 suspicious to find an egg in a nest .
task756_find_longert_substring_and_return_all_unique_alphabets_in_it
task756-19fb0ba477754673b2ac9220dae71842
In this task, you are given two strings A,B. Find the longer of the two lists, convert it to lowercase, and return all the unique alphabets used in it. The two input strings are never equal. bOxgdgAbeRZtHqnaEGJGp, FxiAbeRZtHqlmzOda
a, b, d, e, g, h, j, n, o, p, q, r, t, x, z
task507_position_of_all_numerical_elements_in_list
task507-2afa0066231c4eafb7ac7cde09abff4b
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. ['T', '2535', '924...
2, 3, 4, 7, 8, 9
task164_mcscript_question_answering_text
task164-8815a8065ad84e0dbee8788c458654be
You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to find the correct answer (and return the string of the correct option, not option1/2) for the given question from the given options and based on the given passage. Answer of the question can be found ...
The person played golf on his days off.
task284_imdb_classification
task284-3e447cb77aa34070838e03b32175e61c
In this task, you are given a review of movie. Your task is to classify given movie review into two categories: 1) positive, and 2) negative based on its content. Other than some neat special effects, this movie has nothing to offer. They threw in some gore and some nudity to try and make it interesting, but with no su...
negative
task1290_xsum_summarization
task1290-719c79abca39417e8eadbc84fba166ef
In this task, you are given an article. Your task is to summarize the article in a sentence. Media playback is unsupported on your device 11 April 2015 Last updated at 09:06 BST The 71-year-old crossed the finish line in Morocco, north Africa, after running 159 miles, over six days, in sweltering temperatures. He almos...
British adventurer Sir Ranulph Fiennes has become the oldest Brit to complete the gruelling desert race, the Marathon des Sables.
task194_duorc_answer_generation
task194-677a2fa86d35466787eaa1f87af740d3
In this task, you will be shown an extract from a movie plot and a question. You need to provide the correct answer for it. Short answers containing words that are present in the passage are preferred. Billionaire media mogul William "Bill" Parrish is considering a merger between his company and another media giant, wh...
Answer: Susan
task301_record_question_generation
task301-819d4e9987ed44d9847bb2d9bbd584f5
In this task, you will be shown a passage. You need to write a fill-in-the-gap question based on your understanding of the events that might be inferred from the passage. Your question should be answerable based on the passage and only have one correct answer. Show the gap in your question with a _ . (CNN) -- The Austr...
_ went on to become an accomplished doubles player, claiming four Australian Open titles in the 1980s, but he never won another grand slam singles title.
task328_jigsaw_classification_insult
task328-8e899323a4ea42ed9acb4256141a30a2
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: insult and non-insult. Insult is any lanugage or act that is disrespectful or scornfully abusive. Comment: Some people remove the anal scent sacs in order to keep skunks as pets. I don't recomm...
Non-insult
task566_circa_classification
task566-1b7db625ab4d42a1b080aae481537cde
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: Let's go somewhere quiet.<sep>Sentence-2: I want to go downtown .
Yes
task075_squad1.1_answer_generation
task075-76406e63c15a401ea99c1aef0709614b
This task is about writing a correct answer for the reading comprehension task. Based on the information provided in a given passage, you should identify the shortest continuous text span from the passage that serves as an answer to the given question. Avoid answers that are incorrect or provides incomplete justificati...
2011
task430_senteval_subject_count
task430-e853ecc721ce44058d8f356a6c37b3ac
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. Things that no one else can understand. "
Plural
task085_unnatural_addsub_arithmetic
task085-1bf757b664914dec93f72883677f04b7
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. 3665 - 3755 + 9522 - 4277 + 7031 - 9449 + 6112
-1519
task820_protoqa_answer_generation
task820-d4897b319df144bf9bccf485bb4e2fcf
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 school subject most parents couldn't help their kid do.
reading
task158_count_frequency_of_words
task158-2df542c4e454443caa16b3300d688f58
In this task, you need to count the occurrences of the given word in the given sentence. Sentence: 'a man standing next to a black motorcycle near a forest'. Count the occurrences of the word 'a' in the given sentence.
3
task1446_farthest_integers
task1446-7f0142c1417f4190acb839defeddf7f6
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. [-7, -65, 29, 94]
159
task1312_amazonreview_polarity_classification
task1312-18eda2b7e6254489ad24e4c3275398de
In this task, 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. The canisters are easy to use, and when you finish them, you can send them back for a refund of the deposit. I contacted customer service to get a s...
positive
task207_max_element_lists
task207-7dc8b9f2095148fbab5aff0938f2ddc9
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists. [[56, 55, -49, 92, ...
[92, 79, 98, 87]
task293_storycommonsense_emotion_text_generation
task293-3cabbd08fdbc42ee825fb8ed4a4298ae
In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to return one of the emotions which are expressed by the Character in the given sentence. For ...
None
task592_sciq_incorrect_answer_generation
task592-79e44410ff7d4625b31c7a2d38d90ad6
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. Fractures, osteoarthritis, and rickets are pro...
circulatory system
task141_odd-man-out_classification_category
task141-9234952c1c51488183923938993174c6
Given a category and a set of five words, find the word from the set that does not belong (i.e. is the least relevant) with the other words in the category. Words are separated by commas. Category: boxing terminology Words: deck, stern, apron, blocking, caution
stern
task560_alt_translation_en_entk
task560-61dbde081e7f402f9c6d8215c0b7c438
In this task, given a sentence in the English language, your task is to convert it into English Tokens. The appeals judges also discounted arguments from the defence regarding the defendants being unaware of the illegality of the transactions, making reference to an "ostrich argument", based on the urban legend that os...
The appeals judges also discounted arguments from the defense regarding the defendants being unaware of the illegality of the transactions , making reference to an `` ostrich argument '' , based on the urban legend that ostriches sensing danger stick their heads in the sand .
task611_mutual_multi_turn_dialogue
task611-22101d5ffdda4b7f828644341a703a35
In this task you are given a small conversation between two persons and 4 options on how the conversation should continue. Your job is to choose the most reasonable option. The conversation and the options are separated by a newline character. Each dialogue in the conversation are separated by a comma. F and M indicate...
D
task1206_atomic_classification_isbefore
task1206-4cf8267f8385436b988dfa02dd33f843
In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determ...
Yes
task636_extract_and_sort_unique_alphabets_in_a_list
task636-a08a5d823b7d4ddd9db2f4b08b61b98f
In this task, you are given an input list A comprising of numbers and alphabets. You need to extract and sort the unique alphabets in the list. The alphabets in the input list will only be in lowercase. Return -1 if there is no alphabet in the input list. ['i', 'f', 'o', '545', '6805', '6681', 'n', 'z', '2743', '4649',...
b, c, d, f, g, h, i, j, l, m, n, o, u, z
task875_emotion_classification
task875-7de13783af0d430491d3d32846e872d3
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'. i reached down to feel what that strange sensation was and i felt something there
fear
task1291_multi_news_summarization
task1291-7966a2504ce04f0da8208f2e8286c88b
In this task, you are given a text of many news articles seperated by special token "|||||". Your task is to summarize them. Private Manning was a misfit as well in the Army, which he joined in the hope of gaining technical skills and an education, and which eventually sent him to Contingency Operating Station Hammer, ...
With his 35-year sentence for leaking military secrets, Bradley Manning should be eligible for parole in seven years, reports the Guardian. But the 25-year-old is hoping for an even shorter stay: His defense team will formally ask President Obama for a pardon next week. The chances of success are right about zero, but ...
task1336_peixian_equity_evaluation_corpus_gender_classifier
task1336-bb3def6970584eb7bf3416ad5a483585
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). The situation makes Leroy feel annoyed.
male
task566_circa_classification
task566-0020ada5a3d84fe398c165f33bc45ecd
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 brought my walking shoes.<sep>Sentence-2: I am interested in sightseeing tomorrow .
Yes
task1186_nne_hrngo_classification
task1186-ddb53dc266324747a645eec50c366bae
You are given an original reference as well as a system generated reference. Your task is to judge the naturaleness of the system generated reference. If the utterance could have been produced by a native speaker output 1, else output 0. System Reference: so you are looking for something in the pricey price range, is t...
0
task333_hateeval_classification_hate_en
task333-d98607f8c9004860bde57375caf58535
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
task1645_medical_question_pair_dataset_text_classification
task1645-b3f176a19e9243c081002261d22eff96
In this task you are given a medical question pair hand-generated. Your task is to classify a given post into two categories 1) 'Similar' if the given two questions have a same connotation 2) 'Dissimilar' if the given two questions have a different connotation or meaning. Sentence1: What do you advise if i had which we...
Similar
task351_winomt_classification_gender_identifiability_anti
task351-972f6934ca394c6ba52415f000380667
In this task, you are given a sentence and a profession. The sentence mentions two professions: one's gender is identifiable using the gendered pronouns in the text and the other's gender is unidentifiable. You are expected to return whether the given profession's gender is identifiable or unidentifiable. Sentence: The...
Identifiable
task177_para-nmt_paraphrasing
task177-2eabb10547784dd3b6f8efc577e59fda
This is a paraphrasing task. In this task, you're given a sentence and your task is to generate another sentence which express same meaning as the input using different words. the communication shall refer to this regulation .
the notification shall contain a reference to this regulation .
task1551_every_ith_element_from_kth_element
task1551-e91af1f4a1c54e35adbdf8cbcdf76697
In this task, you are given inputs k, i, and A, where k and i are integers and A is a list. You need to find every ith element of A starting from the kth element. The process stops when the position of the next ith element exceeds the length of the list. 1, 3, ['n', 'k', 'L', 'l', 'j', '2265', '6397', 'x', '3249', '857...
n, l, 6397, 8575, 2747, u, c
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately
task509-9fdf4a15eb0d4ff3935c70e73cb947a7
In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to collate all the alphabetical elements at the start of the list followed by all the numerical elements of the list. Maintain the order in which the alphabetical elements appear in the given input...
h, Y, t, b, P, k, f, C, l, p, W, V, b, s, A, P, 7911, 7073, 4979, 4133, 1983, 8853, 3021, 2861, 479, 6387
task1283_hrngo_quality_classification
task1283-6eb5d363bf56448cbb0e3d996d0dd034
You are given an original reference as well as a system reference. Your task is to judge the quality of the system reference. If the utterance is grammatically correct and fluent output 1, else output 0. System Reference: what area would you like the restaurant to be in? Original Reference: what area you looking for.
1
task1711_poki_text_generation
task1711-37ed7e3aa87141abae4201cec0efb914
You are given a short text as a title. Your task is to generate a poem as output that is related to the given title and should feel like written by kids. The output should be a run-on sentence (two or more complete sentences connected without any punctuation). The poem should not be too long or too complex, because it ...
evergreen so stately tall whispering to the wind call your branch sway in every way evergreen
task477_cls_english_dvd_classification
task477-70c907b4eff145169eda99cd73f4d797
In this task, you are given product reviews about dvds. The goal is to classify the review as "POS" if the overall sentiment of the review is positive(the reviewer is satisfied) or as "NEG" if the overall sentiment of the review is negative(the reviewer is not satisfied). This goes waaaay too far - unrated version . Fi...
NEG
task166_clariq_sentence_generation
task166-de3a5f5187554f2eb40d756b738424f2
Sometimes users of dialogue systems ask vague questions/queries from the system. In this case, the system asks them a clarifying question to be able to answer it correctly. In this task, you are given a question/query in natural language and your task is to ask a good clarifying question to understand the given questio...
is the secret garden a book you are interested in
task279_stereoset_classification_stereotype
task279-76f4dd6aa2a146b486b99f0fc11f8569
In this task, you are given a short passage that may convey stereotype, anti-stereotype, or is unrelated. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. The passage is unrelated if it does not convey a stereotype or ant...
Stereotype
task1289_trec_classification
task1289-7f7bcda195fa49e4b3e01e3300d1abfe
You are given a question. You need to detect which category better describes the question. A question belongs to the description category if it asks about description and abstract concepts. Entity questions are about entities such as animals, colors, sports, etc. Abbreviation questions ask about abbreviations and expre...
Person
task389_torque_generate_temporal_question
task389-270ec135a6324b2d88ab494802405ccb
In this task, a passage will be given and the goal is to generate a question about temporal relations based on that passage. A temporal relation describes the relation between two things with respect to time e.g., something happens/starts/terminates/... immediately/shortly/usually/... before/after/during/... something ...
What event has begun but has not finished?
task311_race_question_generation
task311-0e89d745102743a79599e712b0bf9af5
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: Between 10,000 and 15,000 years ago, some humans discontinued their wandering hunting and gathering and settled down to farm. Grain was the first domesticated crop that started ...
According to the passage, who was the first to brew beer?
task1217_atomic_answer_generation
task1217-0c3622274d984de7900f72d74bab7e5f
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 makes ___ in tips
coins
task1518_limit_answer_generation
task1518-2bf0e2d566b74b1ab07ee8d1b2146d7f
In this task, you are given a sentence which contains a motion and your task is to identify the physical entities involved in the motion. The input sentence can have more than one entity and also there is at least one entity that takes part in physical motion. There are two types of entities which are animate (beings t...
man
task065_timetravel_consistent_sentence_classification
task065-aee433d2b2d44a75a317a520ea15a07b
In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given two options and you need to select the one that best connects the first sentence with the rest of the story. Indicate your answer by 'Option 1' if the first option is correct, otherwise 'Optio...
Option 1
task413_mickey_en_sentence_perturbation_generation
task413-7cfa59b709464f648e8dc08f966855b9
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. If you e...
If you want to write a series then you should have paper .
task820_protoqa_answer_generation
task820-8765523cd85247e4acdc9dc39fdcd1f5
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. what are some things truckers might take with them on a trip
food
task904_hate_speech_offensive_classification
task904-384be57f2cd04895851d9faee7fd1cec
Classify the given tweet into the three categories: (1) 'Hate Speech', (2) 'Offensive' and (3) 'Neither'. 'Hate Speech' is kind of a threating statement or sometimes include call for violence while 'offensive' statement just offensds someone. 'Neither' is when it doesn't fall into Hate Speech or Offensive category. Des...
Neither
task507_position_of_all_numerical_elements_in_list
task507-3695de180d304669bb8e23272af1471c
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. ['w', 'i', '8265',...
3, 4, 5, 6, 7, 8, 10, 12, 13, 14
task608_sbic_sexual_offense_binary_classification
task608-686a9b350aa4429daebb6b589c7dd399
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 sexually offensive, 2) no, otherwise. Emphasis on sexually offensive or any lewd reference. Generate label 'no' for offensive posts that do not reference sexually explici...
Yes
task389_torque_generate_temporal_question
task389-a9413a07f5cf4dc08564fd3de045b28e
In this task, a passage will be given and the goal is to generate a question about temporal relations based on that passage. A temporal relation describes the relation between two things with respect to time e.g., something happens/starts/terminates/... immediately/shortly/usually/... before/after/during/... something ...
What will happen in the future?
task462_qasper_classification
task462-dcff49f9a86240909953a9466a2fc3d4
In this task, you will be presented with a context from an academic paper and a question based on the context. You have to classify the questions into "Extractive", "Abstractive", or "Yes-no" questions. Extractive questions can be answered by concatenating extracts taken from a context into a summary while answering ab...
Abstractive
task578_curiosity_dialogs_answer_generation
task578-a8cd59217ce74f518193e8994b4ddc98
In this task, you are given dialogue, and you have to find the most critical location in the given conversation. Hello! What can you tell me about Egypt? Hello, Egypt is northeast of Africa. Would you like to know about their government? Good to know. Sure, tell me about their government. Egypt became a pretty im...
Egypt
task279_stereoset_classification_stereotype
task279-6980be4870b84c6b81d4bd2d24e9c9da
In this task, you are given a short passage that may convey stereotype, anti-stereotype, or is unrelated. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. The passage is unrelated if it does not convey a stereotype or ant...
Unrelated
task283_dream_incorrect_answer_generation
task283-3832884c0fd843e9aa24838f105c8e83
In this task, you will be shown a conversation and a question. You need to write an implausible answer to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. "W" and "M" in the conversations stand for "woman" and "man". W: My mother got really annoyed with my father yesterd...
He complained about her cooking.
task1661_super_glue_classification
task1661-1cdbe04eeeee47a58c82e2c1dc77467b
In this task, you are given Wikipedia articles on a range of topics as passages and a question from the passage. We ask you to answer the question by classifying the answer as 0 (False) or 1 (True) Passage: University of South Florida St. Petersburg -- The University of South Florida St. Petersburg (USFSP), commonly kn...
0
task1731_quartz_question_answering
task1731-38c78c642e9a49d4a0438ecac78e1403
You are given a short paragraph, a question and two choices to answer from. Choose the correct answer based on the paragraph and write the answer(not the key). Paragraph: A higher-frequency wave has more energy than a lower-frequency wave with the same amplitude. Question: A sound wave that has less frequency will hav...
less
task587_amazonfood_polarity_correction_classification
task587-b0dc471a9eb94941bb7fd1aa4b4323b5
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". well it was nice that they showed up early but they were all broken into itty bitty pieces. i didnt order pieces of cookies i or...
False
task305_jeopardy_answer_generation_normal
task305-de6f96f1c0b549d6814c3ebb6df864cc
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: INITIALS M.S. Clue: She was in the TV miniseries "Holocaust" & starred in the Holoc...
meryl streep
task207_max_element_lists
task207-86aab353369a4618a102df7c8bf804bc
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists. [[-6, -99], [-91, 1...
[-6, 12, 70, 42, -11]
task1328_qa_zre_relation_generation_from_question
task1328-fedcb94b918e4ea5a03441c6761dde90
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...
award received
task929_products_reviews_classification
task929-e75aa0db50ea4089b9ab91704c9cd020
Given an English language product review, determine if it is a Good Review or a Bad Review. A good review is one where the product's review has positive tone and Bad review is one where the tone of product's review is negative. This actually works pretty good!!If your using for the first time it takes a few days but ju...
Good Review
task078_all_elements_except_last_i
task078-455ee69d4daa4fedaed95aee0546200c
In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A preceding the last i elements. i will always have a value less than the length of A. 5, ['Z', 'J', 's', 'k', 'U', '4905', '5341', '753', 'k', 'c', '9397', '5905', 'X', '4625', '5797', '3275', 'n', '...
Z, J, s, k, U, 4905, 5341, 753, k, c, 9397, 5905, X, 4625, 5797
task428_senteval_inversion
task428-5067e0f58f5d4e728f6cfc9f489651fc
In this task you are given a sentence. You must judge whether there exist two consecutive words within the sentence with flipped orders, that is, whether the sentence will make sense and be correct if the order of two consecutive words changes. Label the instances as "Inversion" or "Original" based on your judgment. Pe...
Original
task283_dream_incorrect_answer_generation
task283-19df7cf5d10c427bbc8b9f62dbaa129e
In this task, you will be shown a conversation and a question. You need to write an implausible answer to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. "W" and "M" in the conversations stand for "woman" and "man". M: Don't you like the coat you just tried on? W: Well,...
It is expensive.
task267_concatenate_and_reverse_all_elements_from_index_i_to_j
task267-c03e97e896d9417587abe071c68da078
In this task, you are given inputs 'i', 'j', and A, where 'i' and 'j' are integers and A is a list. A list is shown by two brackets and comma-separated numbers and characters inside, like ['1', '12', 'l']. You need to concatenate all elements of A from the ith element to the jth element, and then reverse the resulting ...
wLd115ZO1523Tg981EI7794FL903519529274
task380_boolq_yes_no_question
task380-8840ea6c42c34ed6a157a6812cf66e25
In this task you will be given a passage and a yes/no question based on the passage. You should answer the question using the information from the passage. passage: The Washington Monument is an obelisk on the National Mall in Washington, D.C., built to commemorate George Washington, once commander-in-chief of the Cont...
Yes
task504_count_all_alphabetical_elements_in_list
task504-5db734d7606b4047b861089882330c81
In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the alphabetical elements in the given list. Return 0 if no alphabetical element in the list ['8725', 'z', 'x', 'z', 'w', 'r', '5983', '6945', '9109', '3389', '8001', '78...
8
task1186_nne_hrngo_classification
task1186-f2908fb8d7de4d6a95a52936ac1da52c
You are given an original reference as well as a system generated reference. Your task is to judge the naturaleness of the system generated reference. If the utterance could have been produced by a native speaker output 1, else output 0. System Reference: may i ask near where? Original Reference: would you like a hotel...
0
task344_hybridqa_answer_generation
task344-177f5659efe947a5ac77c821b4f89f36
In this task, you will be presented with a question and you have to answer the question based on your knowledge. Your answers should be as short as possible. In regards to the building built in 1917 , when was it listed on the National Register of Historic Places ?
1992
task674_google_wellformed_query_sentence_generation
task674-a3000c24d90041069fe2d5f27e8289dd
You are given a set of queries separated by ' ', and your job is to find out the query which is not a well-formed or well-structured query in terms of grammar, punctuations, or spelling errors. 10 interesting facts about alexander hamilton ? How do you expunge a felony charge ? When was the 1st big mac invented ? What ...
10 interesting facts about alexander hamilton ?
task183_rhyme_generation
task183-1244bc0eaf8d4b9cb17e80b6cebf673a
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" indicate
iceskate
task303_record_incorrect_answer_generation
task303-e4aed0612e114bdc90dd1a5a9da04a26
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 ...
Diane von Furstenberg
task092_check_prime_classification
task092-cbec2b0db29846d5bd3b69a9a3c97b90
In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers. 21285
No
task292_storycommonsense_character_text_generation
task292-5d4bd5e720214afe8fdc425306e1cdf1
In this task, you're given a story (which contains five sentences only). Your task is to find all the characters which are available in the given story. Sentence1: I was the smallest kid on my football team. Sentence2: I knew I had to work harder than everyone else. Sentence3: In practice I stayed late, until the coach...
I (myself), Coaches, Football team
task162_count_words_starting_with_letter
task162-7bbc145132554b29ad371efd0c775465
In this task, you need to count the number of words in a sentence that start with the given letter. Answer with numbers and not words. Sentence: 'a man doing a trick on a skateboard off of a trailer'. How many words start with the letter 't' in the sentence.
2
task1419_mathqa_gain
task1419-6b9faa7d8ac04a4b975240def291c19c
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 cost price of a radio is rs . 2400 and it was sold for rs . 2100 , find the loss % ? Options: a ) 12.5 % , b ) 11 % , c...
a
task365_synthetic_remove_vowels
task365-b8519b8e5fa64c628dead769fc6e3b9d
In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. FaIDYo
FDY
task1325_qa_zre_question_generation_on_subject_relation
task1325-af8c543eabe74b0e814233fc4a39ca86
You will be given a context, a subject and a relation. Your task is to generate a question based on the subject and relation. The generated question should include the given subject. Try to use a minimum number of words that are not present in either context, subject or relation while generating question. Context : Our...
What was the original network of Our Friends in the North?
task592_sciq_incorrect_answer_generation
task592-16810d9d115a43d28f12e2a06cf2ae52
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. Which of newton's laws states that the quantit...
second conservation law