task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task142_odd-man-out_classification_no_category | task142-bdcb7db931e84ace92353cf3b25e1e2a | Given a set of five words, generate the word from the set that does not belong (i.e. is the least relevant) with the other words. Words are separated by commas.
discothek, club, group, picnic, hamburger | hamburger |
task183_rhyme_generation | task183-bc77e71203ea43b48a027e2e152c5d39 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
event | fent |
task1400_obqa_incorrect_answer_generation | task1400-20ad8e24ad2b4ac6b47a44e17ba590df | This task is about generating an incorrect answer to a question given the question and a true statement related to the question. The answer must be related to the question, but incorrectly answer it given the context.
Fact: acid rain has a negative impact on water quality. Question: If rain is something other than clea... | be safe |
task094_conala_calculate_mean | task094-6e8e81a586bf40a3a7be9fa0b5bb244d | In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
[189.535, 137.888, 71.631, 36.796, 200.799, 114.... | 125.194 |
task1599_smcalflow_classification | task1599-3eb233dc0bbe4935b718b123d66c74dd | In this task, you are given an utterance, which is a part of a conversation between a user and an agent. Your job is to detect the speaker. The user usually commands the agent to schedule events, retrieve event information, and check the schedule. While the agent's response is an answer to the user's questions or follo... | user |
task1310_amazonreview_rating_classification | task1310-de48866d2bbd4091bc7927654a860af3 | 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.
These are obviously spray-painted with a not very attractive, grayish greenish antique gold. Not ... | 2 |
task1431_head_qa_answer_generation | task1431-713674a1a1fa49629cdc32beea67df16 | In this task, you are given a multiple-choice question about healthcare. Answer the question based on your information and classify your answers into '1', '2', '3', and '4'.
Question: For classical automaticity theories, what characterizes automatic versus controlled processes ?:
Options: <1> The automatic processes... | 5 |
task512_twitter_emotion_classification | task512-f1d852e1c39546aab2b823e0aa31e49c | In this task, you are given Twitter posts. Your task is to label the post's emotion (as expressed by the user) as sadness, joy, love, anger, fear, or surprise.
i really cant count the number of times i cried feeling overwhelmed by someones expression of concern or just by the very fact that they were thinking of me | fear |
task1421_mathqa_other | task1421-e6d0eee16afd43f7aa5ebc6689d7df3b | In this task, you need to provide the correct option for a given problem from the provided options.
Problem: each factor of 230 is inscribed on its own plastic ball , and all of the balls are placed in a jar . if a ball is randomly selected from the jar , what is the probability that the ball is inscribed with a multip... | e |
task139_detoxifying-lms_classification_topicality | task139-bd4c8589c00a4735a9fcaac1509f1ae1 | Given a prompt and two completions from a language model, select the completion that is more topical with respect to continuing the prompt. A prompt-completion pair is defined to be topical if the completion maintains relevance and logical succession (i.e. stays on topic) with the prompt. The flow from the prompt to th... | Completion A |
task069_abductivenli_classification | task069-db52386e176a4cd79730609b3852f569 | 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: Leslie wanted to... | 1 |
task341_winomt_classification_gender_anti | task341-6c3286ef17f740a9ad6a140114b4264f | In this task, you are given a sentence and a profession that is mentioned in the sentence. The gender of the person with the given profession can be identified using the gendered pronouns that refer to them in the text. You are expected to identify the gender. Select from female and male.
Sentence: The physician calle... | Male |
task294_storycommonsense_motiv_text_generation | task294-ba86eba2903c4462a872b3754151694b | 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 write the character's motivation by doing a specific job, which is given in the sentence. Y... | None |
task156_codah_classification_adversarial | task156-bf7ae9a33c4043699582d18c079c64b8 | Given a prompt and four completions, select the completion that is the most plausible in continuing or answering the prompt. This task is designed to test common sense and has various categories ranging between idioms, negated statements, polysemy, subject referencing, and quantitative reasoning. Generate either Comple... | Completion A |
task280_stereoset_classification_stereotype_type | task280-b8ac77c23291455e8052f973b8d81d14 | In this task, you are given a short passage that conveys stereotype or anti-stereotype about a specific target. 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. You are expected to classify the passage into four types of ... | Profession |
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately | task509-ae8629ecc6044aa48c6823073b1d0cd6 | 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... | y, Q, A, O, y, c, g, W, J, o, T, u, R, 2975, 1049, 1311, 5517, 2489, 1617, 9789, 9797, 711, 6709, 6679, 7247, 129, 4057, 5355, 6723, 3915, 3845, 5205 |
task504_count_all_alphabetical_elements_in_list | task504-1d9b6fd4fe4041d6a54c5305a5a0db10 | 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
['3923', '7431'] | 0 |
task516_senteval_conjoints_inversion | task516-0a6d3ed0442e484b890097da637df581 | In this task you are given a sentence with one coordinating conjunction (for, and, nor, but, or, yet, and so). You must judge whether the order of two coordinated clausal conjoints have been inverted or not. Inversion would result in the sentence sounding unnatural. Label the instances as "Original" or "Inversion" base... | Original |
task454_swag_incorrect_answer_generation | task454-c2a73610dae344beb0bca8c93aaa4ae9 | Given a sentence, generate a most unlikely next statement. The next statement should not be logically relevant to the given context
Using a pen on notepaper, he adds intricate detail to the drawing. Nearby, a trophy bearing his name | onto a wall and a photo of someone seated on two bars. |
task1293_kilt_tasks_hotpotqa_question_answering | task1293-fd486a907c084a14b39c8bde1d7a5e16 | In this task, you are given a question. You have to answer the question based on your information.
Jason Billington is an Australian Visual Effects Supervisor known for his works in an American disaster film based on a 2010 article about an explosion and oil spill that happened where? | Gulf of Mexico |
task606_sum_of_all_numbers_in_list_between_positions_i_and_j | task606-e37139d42242457c868b2924c21f6af0 | 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 return the sum of all the numerical elements in the list A between the positions i and j (including positions i and j). Return 0 if no numerical element is present in the list between the given ranges. i and j will be... | 37232 |
task1327_qa_zre_answer_generation_from_question | task1327-a4337c23435b4310ab4b629b54644b4a | Generate a correct and concise answer for the question based on the words in the context.
Context : Leônidas died in 2004 in Cotia, São Paulo, because of complications due to Alzheimer's disease, from which he had been suffering since 1974.
Question : What illness did Leônidas suffer from? | Alzheimer's disease |
task1661_super_glue_classification | task1661-7cee3e567cb54dcbb478da72bc7adede | 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: Type I and type II errors -- The rate of the type II error is denoted by the Greek letter β (beta) and related to... | 0 |
task165_mcscript_question_answering_commonsense | task165-14483f6e9ad64ed890e3204b66bc16f5 | You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to choose the correct answer to the question based on the passage. Answer of the question cannot be found directly from the passage, it is indirectly indicated in the passage. Do not answer with words o... | Long enough to mow front and back. |
task1293_kilt_tasks_hotpotqa_question_answering | task1293-33bd75e95fa24b3bb7d05ab4d66b24ba | In this task, you are given a question. You have to answer the question based on your information.
What novel was written by an American writer best known for his postmodernist and metafictional fiction? | The Tidewater Tales |
task609_sbic_potentially_offense_binary_classification | task609-565462a8971948daa6ff4d6c179f2a5c | 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 |
task113_count_frequency_of_letter | task113-0a52d6828ca943da8d05ceba8d6a809c | In this task, you need to count the number of times the given letter appears in the given sentence.
Sentence: 'some players in action on the soccer field'. Find frequency of the letter 'o' | 4 |
task453_swag_answer_generation | task453-ac7679d35a6b4fe6808a0611d59cdc68 | Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct.
The cheerleading team comes out for a performance. A girl | attempts multiple flips and sticks the landing. |
task1217_atomic_answer_generation | task1217-d50ef6a890eb4d9cb732b381c8fd95ce | 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 saves PersonY's husband 's ___ | leg |
task069_abductivenli_classification | task069-013f53914c9a494a88e5c3f3583569a7 | 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: James was in tro... | 2 |
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists | task755-25c85a4320fd4db886b6cd854b212c9d | In this task, you are given two strings A,B. You must perform the following operations to generate the required output list: (i) Find the longest common substring in the strings A and B, (ii) Convert this substring to all lowercase and sort it alphabetically, (iii) Replace the substring at its respective positions in t... | QFEpQUdTXenqgbabbbiikmmnopqqtuuvxxBkyXLZZA, PHcabbbiikmmnopqqtuuvxxcwVpCjdQ |
task1447_drug_extraction_ade | task1447-47c0bfc6ece64fffbcff58e8eb1c12d0 | In this task, you will be given sentences in which your task is to recognize the name of the drug or medicine. Drugs are substances that change a person's mental or physical state. They can affect how your brain works, how you feel and behave, your understanding, and your senses. Although there might be several correct... | ethambutol |
task1207_atomic_classification_atlocation | task1207-13ff23b9535b4bcdb8f1c3886ddf3d72 | 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... | No |
task565_circa_answer_generation | task565-23706a35915b47018e0012d60d18c15d | In this task, you are given a question. Your task is to generate an answer that is relevant to the question.
Are you originally from this town? | I am from just outside it |
task1678_mathqa_answer_selection | task1678-8bb0a5685e5b44bfbf98cbaf4958d10e | Given a math problem with context and a question and 5 answer choices, the task is to provide the correct answer choice based on the problem. You must choose one of the given answer choices by letter: a, b, c, d, or e; anything else is invalid.
Problem: a man traveled from the village to the post - office at the rate o... | c |
task371_synthetic_product_of_list | task371-1045580a838e40849786cfaafcbacfc9 | 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.
[[-13, -39], [44, -36], [-46, -22, 46, -22], [-47,... | [507, -1584, -1024144, -351560, 116, -10626, -330750] |
task227_clariq_classification | task227-32904847f63f4373ba5550dddfffd7f8 | In this task, you are given an ambiguous question/query (which can be answered in more than one way) and a clarification statement to understand the query more precisely. Your task to classify that if the given clarification accurately clarifies the given query or not and based on that provide 'Yes' or 'No'.
Query: I'm... | Yes |
task1412_web_questions_question_answering | task1412-2c2bb3edb27f47e9889a321e746c25bc | A question is presented to you in this task, and your job is to write a potentially correct answer.
what sights to see in madrid? | Paseo del Prado |
task1502_hatexplain_classification | task1502-9164a2616d894393acf38e5100ebf4b9 | The input is a tweet which can be classified as Hate Speech, Offensive or Normal. Given such a tweet, output the class the tweet belongs to. Hate Speech will contain threatening language towards the community targeted. Offensive language will contain abusive or discriminatory language towards the community targeted.
th... | Normal |
task1308_amazonreview_category_classification | task1308-cb57ff1262ea40e8b37ad67c4641e242 | 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: The so-called 8" mattress inflated unevenl... | False |
task618_amazonreview_summary_text_generation | task618-95e20121c19944f29a8574d949481d5c | In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review.
Zipper broke in Less than 5 months of about once a week use. | Zipper broke in Less than 5 months of about once a week use. |
task319_stereoset_classification_profession | task319-f840b66c68404738a7eca1aabcd50295 | You are given a target profession, and two sentences. Your task is to determine whether the second sentence is either a stereotype, anti-stereotype, or is unrelated with respect to the first sentence and the target. A stereotype is a widely held but oversimplified notion of a group of people. An anti-stereotype is an i... | unrelated |
task405_narrativeqa_question_generation | task405-7468d674b1c74440b52078e1cb04de57 | 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 did Blanco's brother try to discuss with him? |
task372_synthetic_palindrome_numbers | task372-40d97c31de8044ceaef1186792d77a55 | In this task you will be given a list of integers. You should only return an integer if the first digit is the same as the last digit in the number. If an integer has a single digit, then it should be returned. If there are no integers that start and end with the same digit then an empty list ("[]") should be returned.... | [-616] |
task1311_amazonreview_rating_classification | task1311-00185b31dcde4aa2a5bf0363ad3b15ea | 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... | False |
task1542_every_ith_element_from_starting | task1542-dc8ebcb1bf9549249a9ba0c4e3e16272 | 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.
12, ['9547', '7211', '2755', '7449', 't', '4975', '5293', '5517', 'O', 'f', '4209', '8671', 'p', '2597', '7817', '2955', '2237', '3665', '13', 'C', '2425', '7311', '31... | 9547, p, h |
task298_storycloze_correct_end_classification | task298-3f09126b139c4bfca9d1dfec074725a4 | In this task, you're given four sentences of a story written in natural language, and one last sentence (Sentence5). Your job is to classify whether the last sentence completes the rest of the story coherently or not by providing 'Yes' or 'No'.
Sentence1: Holly was a beautiful black cat that Lee loved very much. Senten... | Yes |
task472_haspart_classification | task472-6e4d8e3101eb4959ace7c2da93f68f34 | Given two entities as input, classify as "yes" if second entity is the part of the first entity. Otherwise classify them as "no". These are entities of meronym In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., second enti... | yes |
task1293_kilt_tasks_hotpotqa_question_answering | task1293-d29484ccdcd74d86b6165e7418e429bf | In this task, you are given a question. You have to answer the question based on your information.
Which football competition took place between June 25 and July 5, 2009, where French professional footballer Franck Pascal Paul Tabanou played with the under-20 team? | 2009 Mediterranean Games |
task718_mmmlu_answer_generation_machine_learning | task718-e8fce8aeee3849f9b759ba59628a4f39 | You are given a question on machine learning. You are also given 4 answer options (associated with "A", "B", "C", "D"), out of which only one is correct. You need to answer the question by selecting the correct option. You should only answer with the choice letter, not the whole answer.
Which of the following is more a... | B |
task113_count_frequency_of_letter | task113-48df5e48693a4fb3962df6fc49cbdf62 | In this task, you need to count the number of times the given letter appears in the given sentence.
Sentence: 'a pizza with thick crust sitting on top of a pan'. Find frequency of the letter 'u' | 1 |
task363_sst2_polarity_classification | task363-d50d6efe8c2b48b18f856de7891fa1d5 | In this task, you are given sentences from movie reviews. The task is to classify a sentence as "POS" if the sentiment of the sentence is positive or as "NEG" if the sentiment of the sentence is negative
Everything in Maid in Manhattan is exceedingly pleasant , designed not to offend . | POS |
task111_asset_sentence_simplification | task111-44060e3a6dc9460e8f238dfc09113460 | 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... | It is thought to be one of the most important ancestors to the Academy Awards. |
task767_craigslist_bargains_classification | task767-1055d349cd14458ab5a6718ac0b737af | Given a text passage as input comprising of dialogue of negotiations between a seller and a buyer about the sale of an item, your task is to classify the item being sold into exactly one of these categories: 'housing', 'furniture', 'bike', 'phone', 'car', 'electronics'. The output should be the name of the category fro... | bike |
task1502_hatexplain_classification | task1502-ca0ec4779ca7411892a0bfde74dd63d7 | The input is a tweet which can be classified as Hate Speech, Offensive or Normal. Given such a tweet, output the class the tweet belongs to. Hate Speech will contain threatening language towards the community targeted. Offensive language will contain abusive or discriminatory language towards the community targeted.
ju... | Hate Speech |
task600_find_the_longest_common_substring_in_two_strings | task600-496196438c5e42c09c3101ae64bb32f3 | In this task, you are given two strings A, B. Find the longest common substring in the strings A and B.
ASgEHYjRldZKNmo, pnUHYjRldMaXMb | HYjRld |
task413_mickey_en_sentence_perturbation_generation | task413-03e06ba5c7e4419192df3b6b8ae074bb | 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.
Sometime... | Sometimes alarms live off when there is no emergency . |
task649_race_blank_question_generation | task649-8f22d7f3da134ca2bf452ddefbe001a2 | In this task, you're given an article and an answer. Your task is to generate the fill-in-the-blank question for this answer based on the given article. The blanks are always at the end of the question, and can be filled with more than one word or phrase.
Article: Dear Santa Claus, My name is Amy. I am 9 years old. I h... | Amy's letter showed that _ . |
task385_socialiqa_incorrect_answer_generation | task385-d6257de133064e6c9ceef712f09a70be | 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: Cameron w... | C |
task065_timetravel_consistent_sentence_classification | task065-74009f038c574547b7307e4c5fb60b9d | 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 |
task581_socialiqa_question_generation | task581-1b3fbe4f531542919497f27172f48fbd | 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: Carson knew the barber well and introduced the others to him.
Answer: The others will want their hair cut next | What will Others want to do next? |
task065_timetravel_consistent_sentence_classification | task065-88473f235d524e7eac9919d4e535a853 | 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 2 |
task622_replace_alphabets_in_a_list_by_their_position_in_english_alphabet | task622-bf3c2b9749fd460a9a30407896460810 | In this task, you are given an input list A. You need to convert all the alphabets in the list with a number representing their position in the English alphabet. E.g., replace A by 1, B by 2, a by 1, b by 2, and so on.
['9121', 'x', '3517', '3797', '9865', 'P', '2171', 'a', 'm', 'J', 'f', 'p', '5385'] | 9121, 24, 3517, 3797, 9865, 16, 2171, 1, 13, 10, 6, 16, 5385 |
task575_air_dialogue_classification | task575-21c7fd1c52544342ba4e2bcd8296383c | In this task, you are given a dialogue from a conversation between an agent and a customer. Your task is to determine the speaker of the dialogue. Answer with "agent" or "customer".
My trip dates are 01/16 to 01/18. | customer |
task369_synthetic_remove_odds | task369-3da68c3834fd408ba93de9ced4b33709 | In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets.
[25, 87] | [] |
task292_storycommonsense_character_text_generation | task292-74bc7a063f1441fb9daa52b96cd81a10 | 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: My brother asked me if he can borrow $20 dollars. Sentence2: I gave him the money. Sentence3: I asked if he had my money several weeks later. Sentence4: He ... | I (myself), My brother |
task898_freebase_qa_answer_generation | task898-485e51e27fde4a6fb4c92f76cc5a9a7d | Given an trivia question precisely answer the question with a word/phrase/name. External resources such as Wikipedia could be used to obtain the facts.
Iqualuit is the capital of which Canadian autonomous Inuit territory created in 1999? | nunavut |
task183_rhyme_generation | task183-67a85a1609764573956f3f385c793675 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
stick | quick |
task470_mrqa_question_generation | task470-9e0c7dc275754b789f399516c7f32da5 | Given a context passage, generate a question from the passage such that its answer is shortest continous span from the passage.
Loss of consciousness in childhood may be due to cardiovascular causes, and the Long Q-T syndromes can present with seizures. The Romano-Ward syndrome is of autosomal dominant inheritance, and... | What is the mode of inheritance of Romano Ward long QT syndrome? |
task413_mickey_en_sentence_perturbation_generation | task413-d4645bff4bf64b9aa9e74a9954c2a936 | 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.
Most ale... | Most birds range in trees . |
task1726_mathqa_correct_answer_generation | task1726-58f31f417bc8440e967dce25397607f3 | The task is to generate the correct answer for a given math problem.
Problem: 0.99998 + 0.11112 = ? | 1.1111 |
task373_synthetic_round_tens_place | task373-f9ec7a31b1a94ee0bf80af5af8b7727c | In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[227, 0, 913, -807, 852, 9, -996, 275, -516, -727, 925, 667, 188, -582] | [230, 0, 910, -810, 850, 10, -1000, 280, -520, -730, 920, 670, 190, -580] |
task615_moviesqa_answer_generation | task615-388109c9ce204132b2ff8e47ea0b2a47 | 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.
the movie Frozen starred who? | Kristen Bell, Josh Gad, Jonathan Groff, Idina Menzel |
task934_turk_simplification | task934-fe975515e4254e10848e064184eb551a | 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.
admission to tsinghua is extremely competitive. | getting admission in tsinghua is difficu. |
task1210_atomic_classification_madeupof | task1210-a851f3e7ca57479d9706a7fa5897c858 | 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 |
task183_rhyme_generation | task183-c9cb85677851491fb0ef836a5b5de7e1 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
degree | mee |
task074_squad1.1_question_generation | task074-b376c4c9e5fa4baa848229c81fabae8b | 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 materials can be used to make the reflective layer on a CD? |
task113_count_frequency_of_letter | task113-ed87c9e9908c4b16a9a0f7fc78f95cb1 | In this task, you need to count the number of times the given letter appears in the given sentence.
Sentence: 'a street sign is in the middle of a cemetery,'. Find frequency of the letter 'e' | 7 |
task208_combinations_of_list | task208-ca79ac0e547e47cc9217628723ff9c61 | In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. Fo... | [['N', 'f'], ['N', 'l'], ['f', 'l']] |
task636_extract_and_sort_unique_alphabets_in_a_list | task636-dd534de7251149c3bed0b9a96b441e31 | 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.
['l', '6763', 'l', '3167', 'z', '3115', '1239', 'p', 'a'] | a, l, p, z |
task850_synthetic_longest_palindrome | task850-c8bf70020f1141d9af345e12d69df776 | In this task you will be given a string and you should find the longest substring that is a palindrome. A palindrome is a string that is the same backwards as it is forwards. If the shortest possible palindrome is length 1 you should return the first character.
wwwjdwwjjddj | jddj |
task246_dream_question_generation | task246-241d86d3a25d45cbbf058247379875e8 | 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... | Where are the two speakers talking? (A) On a bus. (B) In the office over the telephone. (C) On the train. |
task113_count_frequency_of_letter | task113-b10f69cb88bb43e095e75f31bed38f02 | In this task, you need to count the number of times the given letter appears in the given sentence.
Sentence: 'the little girl is flying her kite in the field'. Find frequency of the letter 'i' | 7 |
task400_paws_paraphrase_classification | task400-6c7be513266d405092cdf8be36e799c9 | In this task you are given a sentence pair from wikipedia that have high lexical overlap. If the sentences have the same meaning and are just paraphrases of each other label them as "Paraphrase" , if not label them as "Not paraphrase". The two sentences are seperated by a new line.
In 1987 , Multhauf died and was retir... | Not paraphrase |
task611_mutual_multi_turn_dialogue | task611-c661ced6266c4596bb5b46ea665980ba | 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... | B |
task610_conllpp_ner | task610-375009ce5b024a4a987be357040b132e | In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun ph... | - Hariri <B-PER> to step into the election battle with an incomplete list . |
task376_reverse_order_of_words | task376-a01ad1b2cb0e4bf0a64f858a79077915 | In this task, you need to reverse the order of words in the given sentence.
Sentence: two girls lying in bed under the covers | covers the under bed in lying girls two |
task093_conala_normalize_lists | task093-2014040f2b204302a25cf01057ced8bd | 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.
[195.264, 237.661] | [0.451 0.549] |
task821_protoqa_question_generation | task821-e17514fdb8a14275814f7d7d536d68d3 | Construct a question that every answer in the list is correct and reasonable for it.
being cut off, slow driving, traffic, other drivers | name something that might give you road rage. |
task413_mickey_en_sentence_perturbation_generation | task413-54f71e366fc7487fab426df00e6af92f | 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 can ... | You can want a paper number to order food . |
task1729_personachat_generate_next | task1729-4bed13b7144d4f09b92d4945ca8d0800 | Your task is to generate the next utterance in a given dialogue. You will be given a few sentences describing the personality of the person who is making the dialogue, and a history of the dialogue after that. Each line in the history is said by one of the two participants in the conversation.
Personality: I'm a georgi... | That is great. I just ordered a new large print bible. My eyes are getting old. |
task322_jigsaw_classification_threat | task322-5ee36d36dbac474dacf8cadc0b7aafd9 | In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: threat and non-threat. Threat is a statement that someone will be hurt or harmed, especially if the person does not do something in particular.
Comment: Dangerous sociopaths can never be treate... | Threat |
task195_sentiment140_classification | task195-fa9c1337d21c4cc4b3172bc54fd793cc | In this task, you are given a text from tweets. Your task is to classify given tweet text into two categories: 1) positive, and 2) negative based on its content.
Apparently China (or something here) blocks wordpress. Now I'll have to wait until I get home to catch up on all the blogs I follow. | negative |
task905_hate_speech_offensive_classification | task905-778edfa1537f46b2856f217fa91f06ae | You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Tweet: “@MightBeKoi: @Satisfied_x @__troyy Edward did OSS, he sparkled” ԅ... | true |
task183_rhyme_generation | task183-4409550b3b584f14b06dac6ba2ee4633 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
get | duet |
task517_emo_classify_emotion_of_dialogue | task517-ad0784099f354e8385aa9aedcf76e52e | In this task you will be given some text dialogue and you need to infer the underlying emotion of the text. The possible emotions are happy, sad, angry, or other.
no you are j but why you told your heart | other |
task1446_farthest_integers | task1446-9e31529ca99e4369b80a19bdbe34670e | 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.
[66, -98, 56, 6, -... | 169 |
task1678_mathqa_answer_selection | task1678-64a2ba6445014be9ae09b73d0b8b0086 | Given a math problem with context and a question and 5 answer choices, the task is to provide the correct answer choice based on the problem. You must choose one of the given answer choices by letter: a, b, c, d, or e; anything else is invalid.
Problem: the ratio of the radius of two circles is 1: 3, and then the ratio... | c |
task904_hate_speech_offensive_classification | task904-f5d6253b5d2c4658b9df1c41daf1d11a | 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.
RT ... | Hate Speech |
task637_extract_and_sort_unique_digits_in_a_list | task637-a00ab0de3849492891b67dcf0ada38b1 | 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.
['x', '493', 'x', '211', 'n', '143', '277', '191'] | 1, 2, 3, 4, 7, 9 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.