task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task368_synthetic_even_or_odd_calculation | task368-af4a80752d174d2e8ec2846346e5f45a | In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by 4, if the element is odd you should multiply by 4 then add 2. The output should be a list of numbers that is the result of applying that logic to the input list. You should not round any decimal... | [-9.5, -23.5, -6.0, 23.0, 8.5, 10.5] |
task111_asset_sentence_simplification | task111-8412a632560d46d58cb68797c42991c8 | 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... | Vladimir Mikhailovich Jurowski is a Russian conductor. He was born April 4 1972 in Moscow, Russia. |
task1217_atomic_answer_generation | task1217-37dc4ab7bab44ca9994848f051fbee55 | 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 the ___ from ruin | painting |
task847_pubmedqa_question_generation | task847-1367698670974da089646fa2d0d9db04 | Given a passage, construct a question on the basis of the information present in the passage. Construct the question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) it answer uses text phrases from the passage. Avoid creating questions that (i) can't be ... | Does twenty-four-hour thallium-201 late redistribution imaging enhance the detection of myocardial viability after myocardial infarction? |
task405_narrativeqa_question_generation | task405-b0f36a67b4a249e4b052ac23aa07e92d | 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... | Why did Peter Cable Kill Tom Gruneman? |
task145_afs_argument_similarity_death_penalty | task145-73707a4ddb5f4f1cb4869f7b0e49c26e | We would like you to classify each of the following sets of argument pairs (discussing Death Penalty) into either SIMILAR or NOT SIMILAR. A pair of arguments is considered SIMILAR if the arguments are about the same FACET (making the same argument), and is considered NOT SIMILAR if they do not have the same FACET. A F... | Similar |
task344_hybridqa_answer_generation | task344-fc47b0572a634c7084ae34d015b8743b | 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.
What sport did the athlete compete in who was born June 11 , 1992 ? | Swimming |
task390_torque_text_span_selection | task390-c757ebab13c14963907b27c2f18dbab7 | In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Passage: With B... | realise |
task385_socialiqa_incorrect_answer_generation | task385-bfeb1f766a684aadbc7d55df8f661c3c | 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: Carson pu... | A |
task847_pubmedqa_question_generation | task847-6bd096682e9043bca8924d55b89d4bfd | Given a passage, construct a question on the basis of the information present in the passage. Construct the question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) it answer uses text phrases from the passage. Avoid creating questions that (i) can't be ... | Is acute systemic inflammation associated with an increase in peritoneal solute transport rate in chronic peritoneal dialysis patients? |
task611_mutual_multi_turn_dialogue | task611-691082893aaa4c668f459b3314b11b7f | 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 |
task069_abductivenli_classification | task069-44cdad1666084637ba0207e76082135f | 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: A young lady was... | 1 |
task852_synthetic_multiply_odds | task852-4b070a0ffa99452698b56d1aca185995 | In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you shoul... | [7175, 105, -4125, 1, -19, 45, -9, -273, -1363, 34891, 1247, -1081, 40131] |
task192_hotpotqa_sentence_generation | task192-ace40a221dc24457847e22b233e898b6 | 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.
Sir Henry Maximilian "Max" Beerbohm (24 August 1872 – 20 May 1956) was an English essayis... | Among his bestknown works is his only novel, Zuleika Dobson, published in 1911. |
task337_hateeval_classification_individual_en | task337-9b85e9655ea349898fc8c02451b924c7 | In this task, you are given a hateful post in English from online platforms. You are expected to classify the target being harassed in the post as individual or generic, i.e., single person or a group of people. Note that the URLs in the text have been replaced with [Link].
Post: 23. the reason that fucking skank ass c... | Individual |
task101_reverse_and_concatenate_all_elements_from_index_i_to_j | task101-ce7e126f381743e192864a86efc3a0f1 | 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 find all elements of A from the ith element to the jth element, reverse the order in which they occur, and then concatenate them to output the resultant string. i and j will be non-negative, and will always have a va... | 8569q2039 |
task590_amazonfood_summary_correction_classification | task590-12f57114e78942b3a88f078aa496463b | 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".
It tastes the same as the first original "International Instant Coffee". With a little sugar, it tastes ok but it's not smooth enough to call it c... | False |
task351_winomt_classification_gender_identifiability_anti | task351-6f4940749692426a8fd04a7d7f7bfd9a | 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 |
task567_circa_text_generation | task567-ee94bd3c0d4143fbb69f2ae67dfd4d38 | 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.
Hey do you enjoy jazz lounges? | X wants to know about Y's music preferences. |
task1285_kpa_keypoint_matching | task1285-fd28e047bcca467ba50768b19e20962b | The input contains a debate topic, an argument on the topic and a keypoint, separated by "<sep>". Your task is to answer if the keypoint matches the argument and summarizes exactly what the argument means, in the context of the given topic.
Topic: We should close Guantanamo Bay detention camp<sep>Argument: Guantanamo b... | True |
task183_rhyme_generation | task183-7c623f707fb949d79d9fcdb5fe3c83f0 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
during | obscuring |
task504_count_all_alphabetical_elements_in_list | task504-1ae3c917471646669f2695cae92daa31 | 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
['2983', '3551', 'q', 'U', '3957', '3147', 'K', '9133', '8865', 'e', '6507', ... | 17 |
task195_sentiment140_classification | task195-cafd81cc16fd4d9f91daf3192ac1d59a | 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.
I'm kinda upset that I didn't get to go to Gabby's funeral. I was away and my mum couldn't wait for me. RIP Gabby... | negative |
task1447_drug_extraction_ade | task1447-130ae8f8159143c89069c02b77ae5d81 | 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... | o,p'-DDD |
task592_sciq_incorrect_answer_generation | task592-dff686eef9b44ddaac28052dc9212b2b | 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.
If everything in a system stays the same but t... | they multiply |
task673_google_wellformed_query_classification | task673-3cf5e501434241c0b78083399a7fe47a | Read the given query and classify it as a 'Good' or 'Bad' query depending on how well the query is formed, 'Bad' being the expected output for a not so well formed query and 'Good' being the expected output for a well formed query. A query may be wrong based on common sense or general facts, but if it is well formed, y... | Bad |
task339_record_answer_generation | task339-a9080a3783734deb90b775a9c666314e | In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Try to find the best answer that is most likely to fill in "_". Note that the URLs in the text have been replaced with [Link].
Washington (CNN) -- President Obama toasted... | U.S. |
task472_haspart_classification | task472-22bca9008379472aaeda62b82bd09d97 | 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 |
task413_mickey_en_sentence_perturbation_generation | task413-98bd68fdb3ba4c28a479ac3c33cb633b | 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.
An effec... | An ice can leave a hole . |
task351_winomt_classification_gender_identifiability_anti | task351-015c2d157a5b40a6b2e041c44c1024b7 | 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... | Unidentifiable |
task292_storycommonsense_character_text_generation | task292-7874afb8d7d54d30923546c497bb9e42 | 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 bought bubbles to play with the dog. Sentence2: I blew the bubbles outside in the yard. Sentence3: She chased them around, trying to catch them. Sentence4... | I (myself), Dog |
task1290_xsum_summarization | task1290-bb6466de833f4c4aac1df48dc36c0f00 | In this task, you are given an article. Your task is to summarize the article in a sentence.
Remains of the soldiers, who were imprisoned in Durham Cathedral after the 1650 Battle of Dunbar, were discovered in a mass grave in 2013.
A minute's silence and a lecture about the soldiers were also held on Friday.
The battle... | A new plaque has been unveiled to commemorate 17th Century Scottish soldiers who died in Durham after being captured in battle. |
task111_asset_sentence_simplification | task111-c55c013468464073ba3f6c597b16b5d2 | 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... | TPL sold a conservation easement to the state of Florida, while Polk County purchased the gardens of the property less rights in the easement. |
task1424_mathqa_probability | task1424-05c89ada393a457eb868cc4757a73bbd | In this task, you need to provide the correct option for a given problem on probability from the provided options.
Problem: how many different ways can 2 students be seated in a row of 3 desks , so that there is always at least one empty desk between the students ?
Options: a ) 2 , b ) 3 , c ) 4 , d ) 6 , e ) 12 | a |
task1508_wordnet_antonyms | task1508-4ef0d90ed6684e48ac12d0b6a3c549e3 | Given an adjective, generate its antonym. An antonym of a word is a word opposite in meaning to it.
inopportune | opportune |
task067_abductivenli_answer_generation | task067-e90d2871f6a54df59a82441121bef39a | In this task, you're given the beginning and the ending of a three-part story. Your job is to complete the short story by writing a middle sentence that seamlessly connects the first and last sentence. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using an... | Zoey will spend thousands of dollars in one day. |
task067_abductivenli_answer_generation | task067-dd0e144841b140d3a80a52c6d5f42c83 | In this task, you're given the beginning and the ending of a three-part story. Your job is to complete the short story by writing a middle sentence that seamlessly connects the first and last sentence. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using an... | Mike wanted to be Dave's friend. |
task668_extreme_abstract_summarization | task668-e6689dfc791c4df1bea1f2d7af041414 | In this task, you are given the abstract of a research paper. Your task is to generate a summary of this abstract. Your summary should not be very short, but it's better if it's not more than 30 words.
In this paper, we explore \textit{summary-to-article generation}: the task of generating long articles given a short s... | To address the issue of degeneration in summary-to-article generation, this paper proposes a hierarchical generation approach which first generates an intermediate sketch of the article and then the full article. |
task308_jeopardy_answer_generation_all | task308-f786ab8baf1e4eaa90cec67303f1f5fa | 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: GOING NUCULAR
Clue: On TV this Springfield safety inspector once corrected someone w... | homer simpson |
task306_jeopardy_answer_generation_double | task306-3d6342cc855e41d5b019db139e64390a | 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: CONTEMPORARY AUTHORS
Clue: This "Bonfire Of The Vanities" author once tried out as a... | tom wolfe |
task1283_hrngo_quality_classification | task1283-85991d75d32e474b9f0ed3249c1e978b | 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: the omni san francisco is in the pricey price range.
Original Reference: omni san francisco is pri... | 0 |
task300_storycloze_order_generation | task300-5a6f011a47fa4bc58703218baba441f6 | 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... | 53421 |
task1595_event2mind_text_generation_1 | task1595-99da33e046cb4c33897c14ec8d69f097 | The task is to generate text based of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons emotional reaction to the event, i.e. how that person feels after doing the action.
PersonX buys PersonX's first car | very satisfied to own their own car |
task111_asset_sentence_simplification | task111-26717ab1ce3f4ce8912df251b29fea98 | 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... | In the 19th century, Lenzburg was the main economic area of the region. |
task821_protoqa_question_generation | task821-f773aa390d0c46148c9861ff53fb69ac | Construct a question that every answer in the list is correct and reasonable for it.
contractor, carpenter, architect, electrician, plumber | name someone that people have to hire if they decide to build a house: |
task618_amazonreview_summary_text_generation | task618-7ade10f244a44d78a05fc8d8e2536342 | In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review.
Product is GREAT have ordered 8 lbs several times before, for some reason this time the packaging opened at the seam and about 2 lbs was wasted and ended up in a puddle of unknown clear oil on my linen closet ... | Product is GREAT have ordered 8 lbs several times before |
task080_piqa_answer_generation | task080-23b9b2ce0eb5489494a7a9406d93e743 | In this task the focus is on physical knowledge about the world. Given the provided goal task in the input, describe a process that would lead to the asked outcome. This process often involves physical motions with objects, such as moving them, arranging them in a certain way, mixing them, shaking them, etc.
How can I... | Wedge cotton balls between toes. |
task072_abductivenli_answer_generation | task072-0534a3b6d57d4302bf79e8f5051e61fd | In this task, you're given the middle and ending of a three-part story. Your job is to complete the short story by writing a probable beginning of the story. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating ... | Susie's school lacked a cheer leading team. |
task1205_atomic_classification_isafter | task1205-db25a7082c454d0abaa172b98a699c8b | 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 |
task477_cls_english_dvd_classification | task477-ac435489a17d4fe6b6674499757e0e67 | 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).
don't be "con" vinced into watching t... | NEG |
task592_sciq_incorrect_answer_generation | task592-ba2d9be2d4b640b58029fe91722335a4 | 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 the medical process of removing wastes... | tumors |
task1327_qa_zre_answer_generation_from_question | task1327-f2c0f8ed81e144bba142e720334da066 | Generate a correct and concise answer for the question based on the words in the context.
Context : Adeline de Monseignat obtained her BA in Language and Culture from University College London in 2009, and completed her Fine Art Foundation Course at the Slade School of Fine Art before graduating from her MA in Fine Art... | University College London |
task1505_root09_semantic_relation_classification | task1505-495a8d6c0f894693b97a678c9668e12c | Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific ... | HYPER |
task303_record_incorrect_answer_generation | task303-11c2b36babac49f3a66837cd048ca3af | 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 ... | ELLIOTT BRETLAND |
task455_swag_context_generation | task455-f41a59b6d6354b41a205f3eb12988adb | Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement.
She shows a thoughtful smile and warmly smiles. | She watches him and listens to him playing. |
task311_race_question_generation | task311-b58f719ffffe4d9d887d26ad227baf89 | 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: Gimmicky--and expensive--new gloves allow chatterboxes to take the term 'handsfree' to a new level--by talking into them as they make a call. The gloves are known as 'Talk... | For what purpose is the text written? |
task770_pawsx_english_text_modification | task770-29949bcf98d04aad94cfc5b7677dbcc5 | Given a sentence in English, provide an equivalent paraphrased version from the original that retains the same meaning.
Hector Crawford was the brother of 3DB manager and administrator Curteis Crawford , and also brother to Dorothy Crawford . | Hector Crawford was brother of 3DB manager and administrator Curteis Crawford , and also brother of Dorothy Crawford . |
task1328_qa_zre_relation_generation_from_question | task1328-cdcd6584db8f4638b341b97c45bd27d3 | 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... | director |
task279_stereoset_classification_stereotype | task279-f17b55dd63dd48229c3c7ca9095438a0 | 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-9315cd1a9bb84ebf9fc90ffa8b6d9f8c | 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... | Description |
task113_count_frequency_of_letter | task113-87343468a9104879bd8c94e108fbcfb5 | In this task, you need to count the number of times the given letter appears in the given sentence.
Sentence: 'an asian man sitting at a desk on a laptop'. Find frequency of the letter 't' | 4 |
task146_afs_argument_similarity_gun_control | task146-534490f277244a7483414fe96326142a | We would like you to classify each of the following sets of argument pairs (discussing Gun Control) into either SIMILAR or NOT SIMILAR. A pair of arguments is considered SIMILAR if the arguments are about the same FACET (making the same argument), and is considered NOT SIMILAR if they do not have the same FACET. A FAC... | Not similar |
task183_rhyme_generation | task183-0117c35bd6794b8ead7ed0b1a3ab5718 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
bought | lat |
task852_synthetic_multiply_odds | task852-95d89a28b2fb425c9b15e28b136490ac | In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you shoul... | [693, -27, 1713285, -399] |
task064_all_elements_except_first_i | task064-17ae1cc4f95f4b71aa4805ffb8e2af06 | 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 after the first i elements. i will always have a value less than the length of A.
3, ['m', '5477', 'e', 'Q', 'T', 'E', 'J', '931', 'G', '2181', '1205', '8243', 'm', '5221', '3975', '475'] | Q, T, E, J, 931, G, 2181, 1205, 8243, m, 5221, 3975, 475 |
task267_concatenate_and_reverse_all_elements_from_index_i_to_j | task267-aab779ca5c5343a6ae2f18d1b2c346af | 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 ... | EG |
task616_cola_classification | task616-b1aa909d523242edaf8a7ff7e80242dc | You're given a sentence and your task is to classify whether the sentence is acceptable or not. Any sentence which is grammatically correct, has a naturalistic text, is written by a native speaker and which minimizes superfluous content is acceptable, otherwise unacceptable. If the sentence is acceptable then write "ac... | unacceptable |
task164_mcscript_question_answering_text | task164-4c93e829b53c4c46841290d54e58c605 | 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 ... | after waking up from a long night |
task246_dream_question_generation | task246-b1868f15b3c04f4e84a68f71704880ef | 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's the relationship between the two speakers? (A) Secretary and boss. (B) Doctor and patient. (C) Old classmates. |
task373_synthetic_round_tens_place | task373-fb23dd5741d14990bf28503b1e2eace2 | 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.
[812, 707, 273, -426, 665, -148] | [810, 710, 270, -430, 660, -150] |
task1293_kilt_tasks_hotpotqa_question_answering | task1293-1365fe7428ec42119b0e80d376676178 | In this task, you are given a question. You have to answer the question based on your information.
The territory of the modern state of Iraq was defined in 1920 as Mandatory Iraq, its history includes much of the world's earliest writing, literature, etc, which type of literature is the literature written in the Sumeri... | Sumerian literature |
task1502_hatexplain_classification | task1502-eb3db7dcb0064f0e81ba7bc407b06c69 | 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.
yo... | Hate Speech |
task244_count_elements_in_set_union | task244-26f9c8950e5f4647b204c490bc86f2ab | In this task, you are given two sets, and you need to count the number of elements at the union of two given sets. A Set is shown by two curly braces and comma-separated numbers inside, like {1, 2, 3}. Union of two given sets is the smallest set which contains all the elements of both the sets. To find the union of two... | 12 |
task573_air_dialogue_classification | task573-5dd2afa05ac34a629f40ff7145cb67a1 | In this task, you are given a conversation between a flight agent and the customer. You are given 4 options and you need to select the goal of the conversation. It is provided as part of customer's context, which has to be one of the following: `book`: Make a new reservation, `cancel`: Cancel an existing reservation, `... | no_flight |
task672_nummersense | task672-1c7ff2215e3c4bd19aa97b39d3ed049f | In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words.
Hakusan sake contains _ preservatives or sulfites. | no |
task1206_atomic_classification_isbefore | task1206-5f7fe00bbe2a47109cb2598d45361439 | 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 |
task516_senteval_conjoints_inversion | task516-45164052d7dd46869287c295bab0109e | 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 |
task565_circa_answer_generation | task565-c2c5345b67ca4af9847ee1a3326da48d | In this task, you are given a question. Your task is to generate an answer that is relevant to the question.
Have you got an allergy to nuts? | Not that I know of |
task592_sciq_incorrect_answer_generation | task592-2735c639a0dc409ebca5e8589eb3e621 | 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 occurs where the water motion slows? | vapor |
task379_agnews_topic_classification | task379-101e9d4e9f46461ab09346dae47b0cfc | 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... | World |
task067_abductivenli_answer_generation | task067-7181173d19e94064af705a1d6f4d68d6 | In this task, you're given the beginning and the ending of a three-part story. Your job is to complete the short story by writing a middle sentence that seamlessly connects the first and last sentence. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using an... | Tom turned on the air conditioner. |
task1293_kilt_tasks_hotpotqa_question_answering | task1293-fe0949797c434140a8be610291540a5e | In this task, you are given a question. You have to answer the question based on your information.
What musical instrument does the students for Society use for rallies? | Tambourine |
task064_all_elements_except_first_i | task064-8c9e21f5acea4f9fae8cab4d0d0371e8 | 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 after the first i elements. i will always have a value less than the length of A.
2, ['U', '3991', 'j', 'j', 'z', '3165', 'f', '393', 's', '7441', 'D', 'u', 'G', 'Y', 'Y', 'n', '9535', 'z', '169', '... | j, j, z, 3165, f, 393, s, 7441, D, u, G, Y, Y, n, 9535, z, 169, 4433, e, q, 609 |
task594_sciq_question_generation | task594-c0ee9fe256374767ab07e94f263ac35a | Given a scientific passage and an answer, generate a question for the given answer.
Passage: Fossils may form in other ways. With complete preservation, the organism doesn't change much. As seen below, tree sap may cover an organism and then turn into amber. The original organism is preserved so that scientists might b... | A mold is an imprint of an organism left in what? |
task284_imdb_classification | task284-53caec8c8114415da231ce59a586b154 | 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.
I think this show is definitely the greatest show. Jessica Alba does such a great job in it. Michael Weatherly also does an awesome job, as well as the rest ... | positive |
task504_count_all_alphabetical_elements_in_list | task504-422c2df222c0428da2be909b7455fea7 | 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
['A', 'T', '3159', 'b', '4741', 'V', '6809', 'J', '4655', '1129', '5139', '90... | 11 |
task1451_drug_dose_extraction | task1451-f272490abdfb4358810ccf4bc998aaf7 | In this task, you will be given sentences and a drug name in which your task is to indicate the doses of intake of that particular drug. A dose refers to a specified amount of medication taken at one time. Although there might be several correct answers, you need to write one of them.
The first case concerns a 70-year-... | 500 mg |
task194_duorc_answer_generation | task194-69f419eb9a8145aabf1e440425eafd2f | 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.
At the beginning of the movie, we first see a congregation of Romulan leaders in the Romulan Senate. At the forefront ... | Answer: Dune Buggy |
task078_all_elements_except_last_i | task078-6cae17040e424d4885b20684a560307b | 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.
2, ['X', '2485', 'g', '1987', 'P', '8143', 'h', 'T', 'H', '9641', 'X', '7059', '7715', 'N', '3303', '997', '6771'... | X, 2485, g, 1987, P, 8143, h, T, H, 9641, X, 7059, 7715, N, 3303, 997, 6771, p, P, Q, Y, 7857, z, 7437, 7717, l, 9149 |
task070_abductivenli_incorrect_classification | task070-895fe0a15a1743aa9f6d872796b8c6e6 | 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 incoherent / implausible by indicating 1 or 2 in the output. If both sentences are plausible, pick the one that makes less sense.
Beginning: I wanted to t... | 1 |
task124_conala_pair_averages | task124-a39405ac27224bbbb23a5be9d63ed788 | 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... | [50.5, -22.0, -90.5, -78.5, -79.5, -84.0, -56.0, 4.5, 45.0, 27.0, -33.0, -29.0, -2.0, -26.5] |
task377_remove_words_of_given_length | task377-05e400ff488c483d87ea50c734479cb2 | 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 plate with a picture of a cat on it'. Remove all words of length '5' in the given sentence. | a with a picture of a cat on it |
task1412_web_questions_question_answering | task1412-5972ac98cfca47138255a9c67b02de4e | A question is presented to you in this task, and your job is to write a potentially correct answer.
what sports do they have in china? | China women's national volleyball team |
task088_identify_typo_verification | task088-82c8a024a11a4ea19b6d638c8e8b1628 | The given sentence contains a typo which could be one of the following four types: (1) swapped letters of a word e.g. 'niec' is a typo of the word 'nice'. (2) missing letter in a word e.g. 'nic' is a typo of the word 'nice'. (3) extra letter in a word e.g. 'nicce' is a typo of the word 'nice'. (4) replaced letter in a ... | briown |
task371_synthetic_product_of_list | task371-b423d954bf5641d496043c1bbb35243e | 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.
[[20, 16, -35], [48, 22, 48, 34, 25], [10, 23, 39,... | [-11200, 43084800, 3794310, -105800, 816, 339512, -122850, 216] |
task278_stereoset_sentence_generation_antistereotype | task278-b7ad5ea02dc1485d953299a9994ab543 | In this task, you are given a context sentence containing a blank (_). You are expected to fill the blank with one word to make the sentence convey a cultural anti-stereotype. Anti-stereotype is an idea that goes against a common belief about a particular group of people. Your answer must not contain more than one word... | white |
task1210_atomic_classification_madeupof | task1210-ef01302bea444240b0267301ccd00587 | 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 |
task574_air_dialogue_sentence_generation | task574-8be4ce53bdfa4b57b883217f0b0e3a0e | In this task, you're given a dialogue between a customer and a flight booking agent with a gap in the conversation. Your job is to find the answer of the previous dialogue. Avoid using irrelevant extra information while creating the answer. The answer should be relevant to the question before the blank. If you fill the... | customer: Ok. |
task162_count_words_starting_with_letter | task162-5e7071ffe9154733b8eecdea441faa71 | 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 classic car is stopped at the red light'. How many words start with the letter 'c' in the sentence. | 2 |
task1210_atomic_classification_madeupof | task1210-ab989167baa94ae3afe3035674d5df57 | 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.