task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task303_record_incorrect_answer_generation | task303-1deb0d50f7c04545a03c805d12666086 | 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 ... | CNN |
task897_freebase_qa_topic_question_generation | task897-1696a41a8b5641b28937a52b2056722d | Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question.
count basie | In 1935 Count Basie, composer, jazz pianist and band leader, with his newly formed band developed his signature tune, which was what? |
task496_semeval_answer_generation | task496-c0a6d56f13104440b8580a3e367085ba | Given news headlines, an edited word and funniness labels. The original sentence has word with the given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Your task is to generate answer "Yes" if an edited sentence matches funniness label, otherwise generate answer "No". ... | Yes |
task113_count_frequency_of_letter | task113-6431341fc3da4c03ac6fba3d11f738e9 | In this task, you need to count the number of times the given letter appears in the given sentence.
Sentence: 'several statues of elephants with different colors and designs painted on them, all in a row on the grass'. Find frequency of the letter 'r' | 5 |
task577_curiosity_dialogs_classification | task577-8b73f0a07fdf40f98987e1264d632cfb | In this task, you are given a dialogue between a user and an assistant, where users and assistants converse about geographic topics like geopolitical entities and locations. The task here is to find if the dialogue is by the user or assistant. Classify your answers into user and assistant.
After helping organize a peri... | assistant |
task405_narrativeqa_question_generation | task405-19c76f0ad7e6499591247a2e1b6392f3 | 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... | Which novel is referred to in this one? |
task1443_string_to_number | task1443-51d1b3a0ec334d61a9abe0c49c115045 | In this task you will be given a string that only contains single digit numbers spelled out. The input string will not contain spaces between the different numbers. Your task is to return the number that the string spells out. The string will spell out each digit of the number for example '1726' will be 'oneseventwosix... | 7526729 |
task1368_healthfact_sentence_generation | task1368-72085c00a1e04550b7a0d8daeab8dbb5 | Given a paragraph, generate a claim that is supported by the given paragraph. 1) The claim must contain information from within the paragraph. 2) A sentence within the paragraph can be used as a claim. 3) The claim should not have contradictions within the paragraph. 4) The claim should be at most one sentence long.
St... | State reports new findings of mosquito-borne illnesses. |
task125_conala_pair_differences | task125-79d2c40e5cf447c8a9c1ef676024fb55 | In this task you are given a list of integers and you need to find the absolute value of the difference between each two consecutive values. The output should be a list of the absolute value of the differences of each two consecutive values.
[78, 74, 1, 3, -18, 41, -8, 75, -15, -27, -2, 98] | [4, 73, 2, 21, 59, 49, 83, 90, 12, 25, 100] |
task327_jigsaw_classification_toxic | task327-99dffdab39e842bca9e93147924d259d | In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: toxic and non-toxic. Toxicity is defiend as anything that is rude, disrespectful, or unreasonable that would make someone want to leave a converation.
Comment: Stupid people and their expensive... | Toxic |
task194_duorc_answer_generation | task194-0b1d706e4f054014ad7b100d61d0abba | 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.
Howard Roark (Gary Cooper) is an individualistic architect who follows a new artistic path in the face of conformity a... | Answer: Horsewhip |
task365_synthetic_remove_vowels | task365-da5e14d15f1a47e9ad7d7c03de87f2f7 | 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.
bifUF | bfF |
task934_turk_simplification | task934-c87240e3a5aa46f39046b5a9a4b9c67b | 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.
defiantly , she vowed to never renounce the commune , and dared the judges to sentence her to death. | she bravely promised that she would never quit the commune and challenged the judges to give her a death sentence. |
task673_google_wellformed_query_classification | task673-c0f37f1185dd44fab761d666adaffa8f | 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... | Good |
task1412_web_questions_question_answering | task1412-a36595ec5c9b427684df68d2d6eb7fa4 | A question is presented to you in this task, and your job is to write a potentially correct answer.
who played george jefferson on all in the family? | Sherman Hemsley |
task245_check_presence_in_set_intersection | task245-5061df7c1bfb41e799c1ac4be91f3dc5 | In this task, you are given two sets, and a question. You need to find whether an element is at the intersection of two given sets. A Set is shown by two curly braces and comma-separated numbers inside, like {1, 2, 3}. The intersection of two given sets is the largest set which contains all the elements that are commo... | No |
task746_yelp_restaurant_review_classification | task746-f98d646251604fa588937d244bf700aa | You are provided with a user review of a restaurant. Your task is to classify the given review into two categories: 1) positive, and 2) negative based on its content.
The food here is delicious and fast! Shrimp tacos are the best item on the menu. I've had the shrimp blackened, fried and grilled and either way they are... | positive |
task820_protoqa_answer_generation | task820-0c7e1ce214414f3b8e2187c9f6c28b20 | 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 party game that you'd be surprised to find at an adult's birthday. | twister |
task924_event2mind_word_generation | task924-56e2705d239b47b88c6e00252b5f4e3b | You are provided with an "Event", "Intent" and "XEmotion" (PersonX's reactions for the given "Event"). Indicate PersonY's reaction (person feels) at the end of this event. Provide one reaction for PersonY. If there's nothing that can be implied, respond as None
Event:PersonX provides PersonY understanding. Intent: 1) t... | grateful |
task608_sbic_sexual_offense_binary_classification | task608-67f87e9c8cb1458b9b0252637ed9f8f5 | 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... | No |
task309_race_answer_generation | task309-fd50e98cb5394b9187ddde65cc8f7cdb | In this task, you're given an article, a question which often contains a blank and four options (associated with "A", "B", "C", "D"). Your task is to find the correct answer (from the given options) for the question from the given article and return one of the options from "A", "B", "C", and "D". Do not generate anythi... | C |
task472_haspart_classification | task472-59348ad184d345b8b0b920f83781dd14 | 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 |
task428_senteval_inversion | task428-8ee9e8555b2349d7b60ecfb5e5a74c7a | 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.
Ma... | Inversion |
task577_curiosity_dialogs_classification | task577-31c643c704194294afed53cfd6edc8d4 | In this task, you are given a dialogue between a user and an assistant, where users and assistants converse about geographic topics like geopolitical entities and locations. The task here is to find if the dialogue is by the user or assistant. Classify your answers into user and assistant.
I have so many interesting fa... | assistant |
task499_extract_and_add_all_numbers_from_list | task499-084d2f05e8c241b9aab407de88605900 | In this task, you are given an input list A. You need to find all the elements of the list that are numbers and calculate their sum.
['r', 'k', 'j', 'J'] | 0 |
task097_conala_remove_duplicates | task097-a5548b98fc4e41af9fb0c7add27b209c | In this task you will be given a list of numbers and you should remove all duplicates in the list. If every number is repeated in the list an empty list should be returned. Your list should be numbers inside brackets, just like the given list.
[7, 7, 7, 4, 2] | [4, 2] |
task591_sciq_answer_generation | task591-b0b6d5eb05f142778e235c2cb03cc0d5 | Given a scientific question, generate a correct answer to it.
What is the point on the ground that is located directly above where underground rocks fracture (or the "focus" point)? | epicenter |
task596_mocha_question_generation | task596-b102fd91eaa2431788b0923c4f760122 | In this task, you're given a context passage. Your job is to generate relevant questions that can be answered by directly referring to the passage.
Carson shook Jan's head again after she was very angry at him. | Why did Carson do this? |
task027_drop_answer_type_generation | task027-09d7e8ffa7c34b88a2256d8038fda33b | This task involves annotating the answer type to a given question that involve some kind of complex reasoning (including numerical reasoning). Note that the questions require looking at more than one part of the passage to answer. There are 3 possible answer types (i) spans, (ii) numbers and (iii) dates. If the answer ... | span |
task577_curiosity_dialogs_classification | task577-cb7e3762dcb44f7f8317d00996222d74 | In this task, you are given a dialogue between a user and an assistant, where users and assistants converse about geographic topics like geopolitical entities and locations. The task here is to find if the dialogue is by the user or assistant. Classify your answers into user and assistant.
Okay. Is there anything else ... | user |
task455_swag_context_generation | task455-4e86f4a7a9734e32af975aae467c7679 | Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement.
A dedication page reads: for her. | Someone opens his new book, The Girlfriend. |
task292_storycommonsense_character_text_generation | task292-ab5744b6172d4331bb3d4140e0a8ad50 | 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: Stephen woke up with a jolt. Sentence2: His cat, Sprinkles, had just jumped on his stomach. Sentence3: Sprinkled meowed impatiently. Sentence4: Stephen grum... | Stephen, Sprinkles |
task521_trivia_question_classification | task521-d6a74ce859c84e55a4e9d7ca172a7afa | In this task you will be given a text passage from a trivia quiz. You should choose the category this question belongs to from these categories: History, Science, Social Science, Fine Arts, Literature. You can only choose one category, so if in doubt, please choose the closest match.
After his painting The Croquet Game... | Fine Arts |
task373_synthetic_round_tens_place | task373-9b2b72cc249647b7a90e47f446bf3042 | 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.
[-39, 289, 275, -528, -161, -653, -398, 555, -40, 914, -934, 836, -98, 600] | [-40, 290, 280, -530, -160, -650, -400, 560, -40, 910, -930, 840, -100, 600] |
task852_synthetic_multiply_odds | task852-31c53434d1844b3d93f056cfa1a535cf | 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... | [0, 13923, 0, -2535, 0, 29] |
task326_jigsaw_classification_obscene | task326-51dc9ee6d00b4c389c170a134ea80026 | In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: obscene and non-obscene. A comment is obscene if it is considered offensive to the public sense of decency, for example because it too obviously relates to sex or contains language regarded as ... | Non-obscene |
task905_hate_speech_offensive_classification | task905-84245fdddfec4f0db7f2023c4264396e | 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: @_IAMKEN fuck Brett Farve redneck ass, he stuckup he don't give a damn lol he be on... | true |
task504_count_all_alphabetical_elements_in_list | task504-1b473478a79b4b3b8cc7dce7246d0822 | 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
['2731', '3681', 'L', '6851', '5319', '9783', '451', '2905', 'T', '1869', '55... | 5 |
task899_freebase_qa_topic_generation | task899-9c53086b0c5e421f9dc644f6bec73f07 | Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about.
Labour Party politician Aneurin Bevan is known for his role in establishing what seminal institution in Great Britain? | aneurin bevan |
task123_conala_sort_dictionary | task123-6729cdc9ce1c4905b71442d8f3ba7e42 | In this task you will be given a list of dictionaries. A dictionary is a set of key-value pairs, where each key is unique and has a value associated with that key. You should sort the list of dictionaries from smallest to largest by their 'first' key. If there is two dictionaries with the same 'first' value then sort t... | [{'first': 0, 'second': 47}, {'first': 3, 'second': 52}, {'first': 82, 'second': -96}, {'first': 91, 'second': -66}] |
task157_count_vowels_and_consonants | task157-0504e964f35b4835832f545a8f3f511b | In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence.
Sentence: 'the two men are riding the elephant while the elephant is walking in the water'. Count the number of consonants in the given sentence. | 40 |
task149_afs_argument_quality_death_penalty | task149-b1ab861c1d48479b9e1e25c0ec5727b0 | We would like you to assess the QUALITY of each of the following argument (discussing Death Penalty) and determine if the argument is Valid or Invalid. A valid argument is clearly interpretable and either expresses an argument, or a premise or a conclusion that can be used in an argument for the topic of death penalty.... | Invalid |
task293_storycommonsense_emotion_text_generation | task293-18619725aec340ecbd45d0a821910199 | 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 ... | happy |
task065_timetravel_consistent_sentence_classification | task065-14b2e8a113a34f0e846efeb1f2eaa223 | 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 |
task310_race_classification | task310-dded37baced64bd4883e30a820031802 | In this task, you're given an article, a question which often contains a blank, four options (associated with "A", "B", "C", "D") and the answer to that question. Your task is to classify whether the given answer is correct or not by providing "Yes" or "No", based on the article.
Article: One warm September night, Mira... | No |
task820_protoqa_answer_generation | task820-843916ec45a443c2acb1543b3730017e | 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 gift that a very practical woman would not be impressed by receiving from a man. | perfume |
task268_casehold_legal_answer_generation | task268-92838c9a17994cef8ee3504e76ed358a | In this task, you will be shown a prompt from a judicial decision and multiple holding statements derived from citations following text in a legal decision. Holdings represent the governing legal rule when the law is applied to a particular set of facts. There are five answer choices for each citing text. The correct ... | (A) |
task080_piqa_answer_generation | task080-3cddc063897941fd9f25dbb549fe668d | 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.
To connec... | You carve out a saddle notch in the logs for the logs to fit within one another. |
task303_record_incorrect_answer_generation | task303-3b1c276619ff4dd3b09ea4241d340529 | 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 ... | Opta |
task067_abductivenli_answer_generation | task067-0f7c146a88d944dc8d1c91e3ecbbc27b | 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... | Seaver received an assignment so he shook off his nerves and completed it. |
task074_squad1.1_question_generation | task074-818aa0f7ac754c6a87ae646777f0677f | 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... | Which major conflict that included the Battle of New Orleans is said to have given Tennessee its nickname? |
task303_record_incorrect_answer_generation | task303-214a6668e9924c5aa6269ae0cab51223 | 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 ... | Stan |
task1730_personachat_choose_next | task1730-cb47b9c24ad84db0b750937e1cd086cb | 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 have two children.
I am currently a stay at home mom while my husband is the s... | Sounds lonely and quiet and peaceful! Do you work? |
task074_squad1.1_question_generation | task074-dcc2820e679f482da5e1a9ab3e5f6f0c | 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... | Who became the Democratic nominee, half way through 2003? |
task1339_peixian_equity_evaluation_corpus_text_completion | task1339-56e971accf6942648d45c9a5f144e2c9 | The input is a sentence with a missed word and an emotion. Your task is to fill in the blank with a word that matches the emotion and rewrite the completed sentence. The emotion is one of ['fear', 'joy', 'anger', 'sadness'].
SENTENCE: I made Torrance feel <blank>.
EMOTION: sadness | I made Torrance feel miserable. |
task905_hate_speech_offensive_classification | task905-aea0a63a56bb44fc94b5d0a7f5aba76a | 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: @BookoutBj That's ghetto for super duper! It's the current generations best complem... | true |
task580_socialiqa_answer_generation | task580-7e93cc9c3a994191b3a50d5bae310a90 | In this task, you're given a context, a question, and three options. Your task is to find the correct answer to the question using the given context and options. Also, you may need to use commonsense reasoning about social situations to answer the questions. Classify your answers into 'A', 'B', and 'C'.
Context: Addiso... | A |
task183_rhyme_generation | task183-168c7c745ea5405dbe287e6f20dba8c6 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
got | abott |
task679_hope_edi_english_text_classification | task679-e6de052997554ddf97cb4a53fda71992 | Classify the given comment into 'Hope Speech' or 'Not Hope Speech'. A hope speech is defined as content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion
She fight and defend | Hope Speech |
task1292_yelp_review_full_text_categorization | task1292-d3122418309e4f1da12a078eefee9403 | You are given a review about a place. You need to provide a rating from "1 star" to "5 stars" for this place.
Oh also I have been trying to reach the managers for a week now, I tried 2 different managers multiple times and have left 4 voicemails with absolutely no response! So of you do stay here, do so at your own ris... | 1 star |
task366_synthetic_return_primes | task366-90515123a6d144aab3d164f65eaef85d | In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [521, 3, 487, 757, 877, 787, 929, 419] |
task582_naturalquestion_answer_generation | task582-c67fe2df380d41a0b3394f6dc864fde2 | In this task, You are given an open-domain question that can be answered based on factual information. Your task is to provide \*short\* answer (in a few words only) for the given question. The short answer can be one or more entities or it can also be boolean \*yes\* or \*no\*.
under the pin code system the number of ... | nine |
task580_socialiqa_answer_generation | task580-ff3828c030a74ad58f4024adce2ddbbc | In this task, you're given a context, a question, and three options. Your task is to find the correct answer to the question using the given context and options. Also, you may need to use commonsense reasoning about social situations to answer the questions. Classify your answers into 'A', 'B', and 'C'.
Context: Skylar... | C |
task405_narrativeqa_question_generation | task405-823379785b0b4ce5968bc7a934b1556b | 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... | Who does Pozdnyshevs wife start to like? |
task1495_adverse_drug_event_classification | task1495-265918cb3fcd4e9d90373717f72c7979 | Adverse drug reactions are appreciably harmful or unpleasant reactions resulting from an intervention related to the use of medical products, which predicts hazard from future administration and warrants prevention or specific treatment, or alteration of the dosage regimen, or withdrawal of the product. Given medical c... | adverse drug event |
task103_facts2story_long_text_generation | task103-d762ac1559e147df81fc53dd9e10d041 | In this task, five ordered key facts are given. All the given facts are expressed in natural language. Your job is to generate a story 100 to 1000 words long, that includes all the facts given as input in their order of appearance while expanding upon them to produce a broader, yet coherent, narrative.
Fact1: Barden Be... | Three years after winning the previous competition, the Barden Bellas are now led by Beca Mitchell and threetime super senior Chloe Beale. The Bellas have become ICCA champions each of these three years. However, the group becomes involved in a national scandal, dubbed Muffgate, when a wardrobe malfunction causes Fat A... |
task1217_atomic_answer_generation | task1217-7916e551158841ffb235b920caa58a7b | 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 feels ___ in PersonY's leg | a bruise |
task067_abductivenli_answer_generation | task067-3b28beb6e8f242bbb0797e34b5a31fc3 | 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... | Tina drank some coffee for work. |
task074_squad1.1_question_generation | task074-276ddf99b88f4547ba2bcc0f74f966dd | This task is about reading the given passage and construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) its answer is a continuous text span from the paragraph. Avoid creati... | In addition to the head and abdomen, what is the other major section of an insect's body? |
task1711_poki_text_generation | task1711-4c16b92285164aebb95f8df3d828d406 | 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 ... | i have a freind he be very nice his name be dustin he have a big fro he think we be bros his hair be curly so i give him a swirly he be very cool we meat at school when it be sunny he be very funny |
task1726_mathqa_correct_answer_generation | task1726-ab7c71027ee545f982e0ff4c16430eac | The task is to generate the correct answer for a given math problem.
Problem: in a certain large company , the ratio of college graduates with a graduate degree to non - college graduates is 1 : 8 , and ratio of college graduates without a graduate degree to non - college graduates is 2 : 3 . if one picks a random coll... | 3 / 19 |
task151_tomqa_find_location_easy_clean | task151-2b66454b8562460f83f05114eed7ca55 | Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: (1) when the individual's belief matches reality, (2) when the individual's belief does not match reality, (3) is when an individual has a false belief about another in... | red_pantry |
task405_narrativeqa_question_generation | task405-0c5ab04fa918410db2c7100a4039df54 | 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... | Who is Ruth visiting when she comes to Britain? |
task339_record_answer_generation | task339-73c99f64c0e94335b49d4e559557be0a | 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].
Palmyra, Syria (CNN) When does it take almo... | Syria |
task085_unnatural_addsub_arithmetic | task085-cf0366c22c9543c39c625fa07c78607f | 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.
5714 - 3610 - 7646 | 16970 |
task592_sciq_incorrect_answer_generation | task592-ef07749f06c8402593b4db8e5923cc51 | 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 a form of matter that has a definite s... | liquid |
task633_dbpedia_14_answer_generation | task633-f03ac23231d54eb4a6d6fd6c771143c8 | In this task, you are given a text which is the body of a document. You are given a question and options. Pick the correct number. Don't generate anything else apart from the numbers provided in options.
Context: Paul Brochart (22 April 1899 – 22 December 1971) was a Belgian sprinter. He competed at the 1920 1924 and 1... | 3 |
task934_turk_simplification | task934-ea320c40e3e24404b6597c088da0c164 | 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.
when animals or people freerun , experiments can be done to see what sort of signals , known as zeitgeber , are effective in entrainment. | when people or animals free run , experiments can be done to see what signals are effective in entrapment. |
task1608_xquad_en_answer_generation | task1608-88d4f6c290b445a49b7ab1a678163e31 | Answer the question from the given passage. Your answer should be directly extracted from the passage, and it should be a single entity, name, or number, not a sentence.
Passage: Six-time Grammy winner and Academy Award nominee Lady Gaga performed the national anthem, while Academy Award winner Marlee Matlin provided A... | Six |
task246_dream_question_generation | task246-35a0e3395ab54082850511a1ef322b11 | 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 is the topic of the conversation? (A) A film (B) A book (C) Famous actors |
task374_synthetic_pos_or_neg_calculation | task374-2471786aeaf64c2199095615f281e803 | In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list.
Note: A list is presen... | [120, 177] |
task385_socialiqa_incorrect_answer_generation | task385-10e101fab61e4a3387b87737e86c7bd5 | In this task, you're given a context passage, a question, and three answer options. Your task is to return an incorrect answer option to the question from the choices given. For all questions, only one of the three answer options is correct. Pick one of the two incorrect answer options as the output.
Context: Sasha wan... | A |
task496_semeval_answer_generation | task496-534ce173e5794f8ca2a0bc1edd553e34 | Given news headlines, an edited word and funniness labels. The original sentence has word with the given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Your task is to generate answer "Yes" if an edited sentence matches funniness label, otherwise generate answer "No". ... | No |
task145_afs_argument_similarity_death_penalty | task145-f7121d791a57492fa0200ac2efa137dc | 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 |
task750_aqua_multiple_choice_answering | task750-f1efeb788004496fb782db0ec68ad92e | You are given a math word problem and you are supposed to make use of mathematical concepts like probability, combinatorics, linear equations, sequences/series, or simple operators like addition, subtraction, division, or multiplication to answer the given question. Choose the best option from the 5 given options and r... | Option E |
task615_moviesqa_answer_generation | task615-e06e277435284242a20e6797dc65aea7 | 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.
when was The Mirror Crack'd released? | 1980 |
task166_clariq_sentence_generation | task166-1d7e3406336a4e598a4601dc06aa1486 | 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... | do you have any plant allergies |
task413_mickey_en_sentence_perturbation_generation | task413-c465c53fec744ebabaf9fe42259ca317 | 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 w... | If you want to bum a walk then you should house a dog . |
task293_storycommonsense_emotion_text_generation | task293-933c368f737d44608aa8e49304a174e3 | 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 ... | happy |
task488_extract_all_alphabetical_elements_from_list_in_order | task488-537b30d209b04f918a397e53fde78c0e | In this task, you are given an input list A. You need to find all the elements of the list that are alphabets in the same order as they appear in the list A. Do not change their case/capitalization.
['1007', 'd', 'x'] | d, x |
task159_check_frequency_of_words_in_sentence_pair | task159-184415aa908142bc9791d9ecd3276829 | In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'.
Sentence1: 'a white refrigerator freezer sitting inside of a kitchen', Sentence2: 'a stop sign in front of a beach in which a group of people in the water'. Is the frequency of the word 'a' in two sentences eq... | No |
task1443_string_to_number | task1443-94bac839d98c49e495c200ef12da8581 | In this task you will be given a string that only contains single digit numbers spelled out. The input string will not contain spaces between the different numbers. Your task is to return the number that the string spells out. The string will spell out each digit of the number for example '1726' will be 'oneseventwosix... | 5006960281 |
task311_race_question_generation | task311-113ad4a72ada4b22aa0befbcf0ecdf50 | 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: Most people have some common sense. When we see something suspicious on TV, in the newspaper, or on the Internet, we roll our eyes and wonder how anyone could believe something ... | What type of person would believe these stories? |
task1359_numer_sense_answer_generation | task1359-1a62bb58758147a4a0fdb16beca8768c | 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.
Traditional stereo reproduces a flat, ____ dimensional sound field. | two |
task183_rhyme_generation | task183-ed9f6166a1704829b152603d70d621c3 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
exact | whacked |
task223_quartz_explanation_generation | task223-b746fa41ad57444abc7e99b86662cb15 | In this task, you are given a question and answer for that. The answer will fill in the blank or will complete the unfinished question. Your task is to provide an explanation based on the given question or fill-in-the-blank statement, and answer.
Question: When an animal is smaller it needs to have a
Answer: smaller ... | The larger the animal, the heavier the exoskeleton, making movement more difficult. |
task1711_poki_text_generation | task1711-c8f251375cf947f5835af570ff7d17c0 | 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 ... | my little dog my little dog be black and his name be jack jack be fat he can not even get a cat |
task580_socialiqa_answer_generation | task580-14f7844d75dd4837be6783a2867ae506 | In this task, you're given a context, a question, and three options. Your task is to find the correct answer to the question using the given context and options. Also, you may need to use commonsense reasoning about social situations to answer the questions. Classify your answers into 'A', 'B', and 'C'.
Context: Sydney... | C |
task151_tomqa_find_location_easy_clean | task151-09361ffeceab4564a55b630f849e2b1c | Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: (1) when the individual's belief matches reality, (2) when the individual's belief does not match reality, (3) is when an individual has a false belief about another in... | green_bucket |
task1217_atomic_answer_generation | task1217-86518d12bb174b54aacc63f493a6ad90 | 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 takes this ___ seriously | girl |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.