task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task898_freebase_qa_answer_generation | task898-88f42daa65fa4b2ea9dbb9b05096bd8b | 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.
Joey was a spin-off of what popular sitcom? | friends |
task565_circa_answer_generation | task565-849d4a3ef6e04bffb5c0b18314c686e0 | In this task, you are given a question. Your task is to generate an answer that is relevant to the question.
Would you like to meet up for dinner? | That would be lovely |
task327_jigsaw_classification_toxic | task327-24f4d267cf7c405cbbd7da4adaac9a07 | 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: Only an idiot/coward would get hi... | Toxic |
task820_protoqa_answer_generation | task820-7ba746e236c34b528e532804aac84844 | Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question.
name a food that taste good hot or cold. | soup |
task069_abductivenli_classification | task069-394a51eeff2d400c9ee0447a5cb4988e | 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 had a flat... | 1 |
task429_senteval_tense | task429-c086bbb397d34a838d0831ddac04adda | In this task you are given a sentence. You must judge whether the main verb of the sentence is in present or past tense. Label the instances as "Present" or "Past" based on your judgment. If there is no verb in the given text, answer "Present".
That begs the question - what do you have in common ? | Present |
task089_swap_words_verification | task089-0268f5aed90a41c79b88e2088b1744a8 | In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the inde... | (2, 3) |
task455_swag_context_generation | task455-95811c2a90f647d7b2fec81fbd1c64f0 | Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement.
He performs his routine on the platform. | He then jumps rope on stage. |
task207_max_element_lists | task207-28867dce89264b7198304f0c527c4442 | In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
[[72, -70, 28, 68],... | [72, 32] |
task183_rhyme_generation | task183-51e9c4034f774b8382ab0cf02218b651 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
track | jack |
task846_pubmedqa_classification | task846-4d51ba1362bc4afda035e3946657c66b | Given a passage with a question and an answer to that question, classify if the answer actually answers the question into 'yes' or 'no'. Output 'yes' if the answer answers the question and output 'no' if the answer does not answer the question.
Question: Does ginsenoside Rg3 improve erectile function in streptozotocin-... | yes |
task300_storycloze_order_generation | task300-3a43f97cd98d4d76bd8a8e9858aeb16f | 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... | 21453 |
task293_storycommonsense_emotion_text_generation | task293-9a9894577036498a8887d8800e0b2b93 | 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 ... | excited |
task206_collatz_conjecture | task206-3e94c946b23e48e1aeef19c5c73b48c4 | 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 two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
[185, 23, 188, 168, 42,... | [556, 70, 94, 84, 21, 25, 24] |
task1520_qa_srl_answer_generation | task1520-aeda1f28afde4d028780cbef922d9386 | In this task, you are given a sentence and question which can be answered using the sentence. Your task is to answer the question using the information from the sentence. The answer to the question is unique and it is a continuous text span from the sentence.
Sentence: Born in Washington , D.C. to a British father and ... | Washington , D.C. |
task1321_country_continent | task1321-f8f1f20ff7414e6cb3c89e7d479802ef | In this task, you are given a country name and you need to return the continent to which the country belongs.
Cape Verde | Africa |
task1542_every_ith_element_from_starting | task1542-04a79a04eac449ef92fd9d493ad7e6b1 | 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.
2, ['7389', 'A', '275', 'C'] | 7389, 275 |
task279_stereoset_classification_stereotype | task279-54510675a2634c9b9d7a89dd3ffbeadc | In this task, you are given a short passage that may convey stereotype, anti-stereotype, or is unrelated. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. The passage is unrelated if it does not convey a stereotype or ant... | Unrelated |
task183_rhyme_generation | task183-b5f5756471df4dcbbb2e9b84ab1776d8 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
buy | ty |
task311_race_question_generation | task311-d4ded44fb0da48bba1f05a974621c164 | 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: There is an old saying about volunteer work that goes like this: " No one can do everything, but everyone can do something." Today, many people volunteer their time and energy t... | What did former American President Jimmy Carter do as a volunteer? |
task194_duorc_answer_generation | task194-0508c0bfe4954d2087b69fb03009d9dd | 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.
Queen Gorgo of Sparta tells her men about the Battle of Marathon, in which King Darius of Persia was killed by General... | Answer: on a cliff. |
task317_crows-pairs_classification_stereotype_type | task317-e613168d80c7454a9e98d4d01faa7c0a | In this task, you are given a short passage that conveys a stereotype. A stereotype is an over-generalized belief about a particular group of people. You are expected to classify the passage into nine types of stereotype: race-color, socioeconomic, gender, disability, nationality, sexual-orientation, physical-appearanc... | socioeconomic |
task300_storycloze_order_generation | task300-b32923b997aa469cbc98ad8fb32f5663 | 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... | 13452 |
task1503_hatexplain_classification | task1503-6832df9e4fc94b66abfd3ceecc351e34 | The input is a tweet which can be Hate Speech, Offensive or Normal tweet. Hate Speech and Offensive tweets target one community. Given such a tweet, output the community targeted in the tweet. The community will be one of the nine values: 'African', 'Islam', 'Jewish', 'Women', 'Refugee', 'Arab', 'Caucasian', 'Hispanic'... | None |
task565_circa_answer_generation | task565-653cc37775684d3ab5348471ecfde5e4 | In this task, you are given a question. Your task is to generate an answer that is relevant to the question.
Did you find this week good? | It was a good week. |
task156_codah_classification_adversarial | task156-6e9fb1be180b454bad5788775af86911 | 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 C |
task1542_every_ith_element_from_starting | task1542-74d2087f5fe14231ad11f75780ee1841 | In this task, you are given an input i,A where i is an integer and A is an array. You need to find every ith element of A starting with the 1st element.
1, ['s', '8971', 'x', '5863', 'w', 'H', '973', '4829', '6481', 'q'] | s, 8971, x, 5863, w, H, 973, 4829, 6481, q |
task169_strategyqa_sentence_generation | task169-0e4520c5558e49469802cd2f8c7e54fb | In this task, you are presented with a term, a question, and a yes/no answer. For context, the term is associated with a short description. Write the simple facts one needs to know in order to answer the given question. The facts should be easily found on the web (e.g. mentioned in a Wikipedia page)
Term: Dustin Hoffma... | Fact1: There are ten pins in a bowling alley lane Fact2: Dustin Hoffman has won two Oscars |
task956_leetcode_420_strong_password_check | task956-d26c801da9db4be6b94e659f2ed641a7 | You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit... | 3 |
task372_synthetic_palindrome_numbers | task372-bfed0d42dc2148de8e083fed7f4d16e4 | 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.... | [838, 88] |
task063_first_i_elements | task063-ebc353a8b3b44431ab2f2b90208eac3d | In this task, you are given inputs i and A, where i is an integer and A is a list. You need to output the first i elements of A, starting with the 1st element in A. i will always have a value less than the length of A
1, ['2629', '7889', '869', 's', 'q', 'y', 'r'] | 2629 |
task283_dream_incorrect_answer_generation | task283-9f2fb1df11c04ca38ecd4549862d078f | In this task, you will be shown a conversation and a question. You need to write an implausible answer to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. "W" and "M" in the conversations stand for "woman" and "man".
W: Excuse me, but I think you've made a wrong turn. Yo... | It is a one-way street. |
task593_sciq_explanation_generation | task593-69ba736f90734820a1fde3d7fb475713 | Given a scientific question and its correct answer, generate supporting facts for the answer. This supporting fact can be an explanation for the answer to the given question.
Question: What's it called when gases turn back into liquids? Answer: condensation | As water cools in the clouds, condensation occurs. Condensation is when gases turn back into liquids. |
task303_record_incorrect_answer_generation | task303-ef0043d0de4248699edaa6856bda431f | 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 ... | Al |
task618_amazonreview_summary_text_generation | task618-514872b0dda941798970f80053cfb400 | In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review.
Does not work with my Samsung S6 Edge with an Otterbox Symmetry Series case. It does work if you remove the case. Not practical for me. I have a Samsung puck wireless charger that works fine with the phone in ... | I have a Samsung puck wireless charger that works fine with the phone in the Otterbox case |
task1326_qa_zre_question_generation_from_answer | task1326-354b726725ac47948b7ec31bc1a6f71a | Generate a question which can yield the answer mentioned in the input. Generated question must be answered by the answer provided in input, without using any extra knowledge.
Context : Salvador Casañas y Pagés was born in Barcelona, and studied at the seminary in Barcelona and the University of Valencia, from where he ... | What is the name university that educated Salvador Casañas y Pagés? |
task111_asset_sentence_simplification | task111-5a896ce8b88b4c5abbbb897b2a59735c | 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... | A workstation is a expensive small computer that is made to run certain software. |
task389_torque_generate_temporal_question | task389-459900244e474137ad6c405efd31faf1 | In this task, a passage will be given and the goal is to generate a question about temporal relations based on that passage. A temporal relation describes the relation between two things with respect to time e.g., something happens/starts/terminates/... immediately/shortly/usually/... before/after/during/... something ... | What happened after Japanese police announced that Air Force sergeant Danny Matlock had been arrested? |
task638_multi_woz_classification | task638-f7f009b54a5741938163878d6f2051f6 | You are shown a conversation between a user and system. Identify who has spoken the indicated sentence based on the conversation.
Sentence1: cambridge. by 13:30 and should go to broxbourne Sentence2: No, but I'm looking for Corsican food. Sentence3: That was all thank you. Goodbye. Sentence4: Thank you for contacting u... | Answer: (A) User |
task155_count_nouns_verbs | task155-84390c3f42a843b58b63ee221073e059 | In this task, you need to count the number of nouns/verbs in the given sentence.
Sentence: 'Living room with mirror on floor by couch'. Count the number of nouns in this sentence. | 5 |
task1580_eqasc-perturbed_question_generation | task1580-eb8ca4916f6b44f9b109a175ec9a395c | Given a statement, generate a question such that the answer is contained in that statement.
platypus usually have nests | What do platypus usually have? |
task849_pubmedqa_answer_generation | task849-f42940f7ccac475f9e38e959df7ccf49 | In this task, you are given a passage which has a question and the context. You have to generate an answer to the question based on the information present in the context.
Context: In prior studies of exercise done before or after breakfast and lunch, postprandial activity generally reduces glycemia more than pre-meal.... | Postprandial walking may be more effective at lowering the glycemic impact of the evening meal in individuals with type 2 diabetes compared with pre-meal or no exercise and may be an effective means to blunt postprandial glycemic excursions. |
task750_aqua_multiple_choice_answering | task750-bc37a0e8e79a45878a55a9c0c8b37027 | 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 D |
task111_asset_sentence_simplification | task111-a940e7ecde0244c89c93e62192869beb | 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... | A table compares and classifies the moons of the solar system by diameter. |
task072_abductivenli_answer_generation | task072-0d7408496e79481993fa16816c64928c | 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 ... | Marissa was at the mall. |
task488_extract_all_alphabetical_elements_from_list_in_order | task488-8cbf59efb5934c01a83fb5c7bb4ed23d | 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.
['V', '6363', 'c', 'Q', '6733', 'H', '1705', '8655', 'L', 'F', 'i', '3609', 'x', 'B', '8483', 'a', 'A', 'N', '4881', '463... | V, c, Q, H, L, F, i, x, B, a, A, N, I, F, V, G, e |
task504_count_all_alphabetical_elements_in_list | task504-644f25d08f1347ea85b75369cad360f5 | 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
['9883', 'E', 'q', '1165', '6993', 'p', 'O', 'e', 'p', '907', '1351', '6747',... | 11 |
task821_protoqa_question_generation | task821-c24c2b90bcf949a9b1114bfe21914842 | Construct a question that every answer in the list is correct and reasonable for it.
shower, shave | name something a man does to prepare for a date. |
task380_boolq_yes_no_question | task380-4c740e773dce4010a35d0678fe1707cc | In this task you will be given a passage and a yes/no question based on the passage. You should answer the question using the information from the passage.
passage: The Last of Us is an action-adventure survival horror video game developed by Naughty Dog and published by Sony Computer Entertainment. It was released for... | No |
task067_abductivenli_answer_generation | task067-9fd11cc47deb4131859dd95479442c48 | 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... | I went to meet my dad for dinner. |
task246_dream_question_generation | task246-53062a742bfd46969b1ff657d0c4857f | 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... | Who is smoking a French cigarette? (A) The woman. (B) The man. (C) A new person. |
task582_naturalquestion_answer_generation | task582-575b2cd82baa43af9a116f5582c86e88 | 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\*.
who has won most man of the match awards... | Sachin Tendulkar |
task350_winomt_classification_gender_identifiability_pro | task350-e06261bf7e794bd49da95136c4b5838c | In this task, you are given a sentence and a profession. The sentence mentions two professions: one's gender is identifiable using the coreference link with gendered pronouns and the other's gender is unidentifiable. You are expected to return whether the given profession's gender is identifiable or unidentifiable.
Sen... | Unidentifiable |
task820_protoqa_answer_generation | task820-e6c277a3839d46948856238fe33b9bd6 | Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question.
name something specific that must be really hard for astronauts to do while in space. | eat/drink |
task413_mickey_en_sentence_perturbation_generation | task413-6bf9998a6f0a449fa66a7b3fdae41854 | 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 hurry to meet folks then you should have a good speed . |
task462_qasper_classification | task462-2d6593cd081c45959ad3dc7cc1de4fe4 | In this task, you will be presented with a context from an academic paper and a question based on the context. You have to classify the questions into "Extractive", "Abstractive", or "Yes-no" questions. Extractive questions can be answered by concatenating extracts taken from a context into a summary while answering ab... | Yes-no |
task756_find_longert_substring_and_return_all_unique_alphabets_in_it | task756-999a3ce6704e46079a4a22672df116e1 | In this task, you are given two strings A,B. Find the longer of the two lists, convert it to lowercase, and return all the unique alphabets used in it. The two input strings are never equal.
CczyyvoHKEQNNGesgB, JeiuoHKEQNlG | b, c, e, g, h, k, n, o, q, s, v, y, z |
task153_tomqa_find_location_hard_clean | task153-a52dc043730d44d485cd730d1c6e8cfc | Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's beli... | red_drawer |
task099_reverse_elements_between_index_i_and_j | task099-ead410f536f54b8982831b55c9572f6d | 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 list all elements of A from the ith element to the jth element in the reverse order. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.
1, 3, ['D', 'A',... | s, A, D |
task497_extract_all_numbers_from_list_in_order | task497-7831762af45c4ecdb4577b1e41fb0373 | In this task, you are given an input list A. You need to find all the elements of the list that are numbers in the same order as they appear in the list A.
['D', '2559'] | 2559 |
task1600_smcalflow_sentence_generation | task1600-0749f0061bfa4fe5ac3a6e7cc6e77901 | In this task, you have given an input which is agent's reply, based on that you have to identify what will be users' command for that reply. The user generally asks a question related to event scheduling or information of the scheduled events. Agent reply based on the available information or do the task as per user co... | What is my later meeting this week ? |
task267_concatenate_and_reverse_all_elements_from_index_i_to_j | task267-e070fff6b6b540678488065d83156306 | 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 ... | N59011404Q5271e |
task099_reverse_elements_between_index_i_and_j | task099-ea109329407a433d83c462f35c672fc8 | 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 list all elements of A from the ith element to the jth element in the reverse order. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.
7, 8, ['O', 'D',... | H, 1633 |
task1422_mathqa_physics | task1422-e0abedf452d04a49839df5d1c57829af | In this task, you need to answer the given multiple-choice question on the physics. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.
Problem: if an object travels 200 feet in 2 seconds , what is the object ' s approximate speed in miles per hour ? ( note : 1 mile = 5280 feet )
Options: a ) 68 , b ) 54 , c ) 21 ... | a |
task1596_event2mind_text_generation_2 | task1596-0540d0f3bb654d918be763dd6b9e7748 | The task is to generate text based off 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 intent behind doing the event, i.e. why did the person do that action.
PersonX refers the ___ to the committee | to ,make them understand the problem. |
task1400_obqa_incorrect_answer_generation | task1400-1ebdee46fdcb4dff9fe4924787d95b42 | 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: humans moving into an environment usually causes native species to lose their habitats. Question... | minds |
task113_count_frequency_of_letter | task113-eba52bb63f254adc817d062bb3b347c2 | In this task, you need to count the number of times the given letter appears in the given sentence.
Sentence: 'a fighter jet flies through the blue sky'. Find frequency of the letter 'l' | 2 |
task1308_amazonreview_category_classification | task1308-7e98adfdd963484995b24e8dbb51c174 | In this task, you're given a review from Amazon and category of the product based on the review given by the user and your task is classify whether the given category match the review. Generate "True" if given review and its category match, otherwise generate "False".
Reviews: This product is the worst rack I have ever... | True |
task405_narrativeqa_question_generation | task405-81fa947f621f42d386b4eb0bcb9ee164 | 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 happens to the saloon girl Elaine after the brothers find her on the trail? |
task379_agnews_topic_classification | task379-bfc7d38aada747c49402bba9d611845d | In this task, you are given a news article. Your task is to classify the article to one out of the four topics 'World', 'Sports', 'Business', 'Sci/Tech' if the article's main topic is relevant to the world, sports, business, and science/technology, correspondingly. If you are not sure about the topic, choose the closes... | Business |
task080_piqa_answer_generation | task080-90078f63c91e4046a33f444f5208f2ed | 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.
Make disp... | Add foil to tray and toss when done. |
task091_all_elements_from_index_i_to_j | task091-e3b87bef7659434c919beb0c378b4666 | 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 list all elements of A from the ith element to the jth element. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.
4, 19, ['i', 'E', 'X', 'B', '2201', '... | B, 2201, V, 4605, h, 7289, 2513, 8199, W, f, U, 1205, H, 7999, t, 273 |
task595_mocha_answer_generation | task595-da12fd09ec3945e68ff1496c401686d3 | In this task, you're given a context passage, followed by a question that needs to be answered. Based on the paragraph, you must write unambiguous answers to the questions and your answer must refer to a specific phrase from the paragraph. If multiple answers seem to exist, write the answer that is the most plausible.
... | show up late |
task291_semeval_2020_task4_commonsense_validation | task291-f333ee5fe34c45e493de518c18365eb9 | In this task, you are given two natural language statements with similar wording. You must choose the statement that makes less sense based on common sense knowledge. A '
' separates the statements. Use "first" or "second" to indicate which sentence makes less sense.
She drove to the grocery store.
She parachuted into ... | second |
task413_mickey_en_sentence_perturbation_generation | task413-66eabccb16e5403ebca7bf83de43c954 | Given a sentence, generate a new sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.
You are ... | You are stunned to find a gun in the grass . |
task820_protoqa_answer_generation | task820-8314cef76fd94c25939a45f3141224bc | Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question.
name something in your home a ghost might turn on and off to scare you. | lights |
task385_socialiqa_incorrect_answer_generation | task385-c1a8150735074c4393fc10d14ba09228 | 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: Kendall t... | A |
task1431_head_qa_answer_generation | task1431-7a1ece507c4744ebbdda6b00990d2e5f | 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: Which of the following psychopharmacological treatments would NOT be indicated in the long-term treatment of a person diagnosed with gen... | 4 |
task149_afs_argument_quality_death_penalty | task149-cb4c3b232c984454971070526fe8f06a | 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.... | Valid |
task478_cls_english_music_classification | task478-178c2437dae94b7dae02d7f16610eab2 | In this task, you are given music product reviews in English language. The goal is to classify the review as "POS" if the overall sentiment of the review is positive or as "NEG" if the overall sentiment of the review is negative.
11 years later... . and I'm still listening to this gem. To be honest, I bought this IN SP... | POS |
task413_mickey_en_sentence_perturbation_generation | task413-c5e647c1a5ac48e3a16b0253bba9911f | Given a sentence, generate a new sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.
You are ... | You are likely to start a mouse in a desk next to a computer . |
task929_products_reviews_classification | task929-26603629f706441791f0dfae80597155 | Given an English language product review, determine if it is a Good Review or a Bad Review. A good review is one where the product's review has positive tone and Bad review is one where the tone of product's review is negative.
This was an average book. I have read some of her other books and they were a little more in... | Bad review |
task675_google_wellformed_query_sentence_generation | task675-8151f96bd58e4d7197ffabda2017f35b | You are given a list of queries separated by new line. Your job is to answer with the query that is the most well-formed or well-structured query in terms of grammar, punctuations, or spelling errors.
Where have Australia 's immigrates come from ?
What is the song thta plays in the watchmen trailer ?
What months are ba... | North Korea government can be described as what ? |
task1295_adversarial_qa_question_answering | task1295-422319a917b342d8b418598879ad3995 | In this task, you are given a question and a context passage. You have to answer the question based on the given passage.
When did the first world war occur?, Context: The war has been described as the first "world war", although this label was also given to various earlier conflicts like the Eighty Years' War, the Thi... | 18th century |
task310_race_classification | task310-072cfaddf3264046986b814e5f4a194d | 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: I have forgotten the name of a... | Yes |
task898_freebase_qa_answer_generation | task898-e1dd1cb79795463983b39130ad5c531e | 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.
What is the capital of India? | new delhi |
task454_swag_incorrect_answer_generation | task454-ded06bc34d90421fb8593d73234a7a6b | Given a sentence, generate a most unlikely next statement. The next statement should not be logically relevant to the given context
A kneeling man talks to the camera. The man | pulls off a shifter rope. |
task157_count_vowels_and_consonants | task157-e22bf8554b5c4842b8ef38904b859028 | 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: 'a well dressed asian man in a suit appears to be marching down a street'. Count the number of consonants in the given sentence. | 34 |
task074_squad1.1_question_generation | task074-1836b713ba6e40afbac2753e8b920121 | 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 is the patron saint of the Huguenots? |
task405_narrativeqa_question_generation | task405-7afb9959826444c4983630509eda1bad | 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 was Clara weeping when Marty meets her on the roof? |
task956_leetcode_420_strong_password_check | task956-b47f16d828534df69c5162dc7acc768d | You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit... | 0 |
task469_mrqa_answer_generation | task469-ea78efee9e134823b0f8774e36aa33b6 | Given a question and a context passage, generate the answer having the word or phrase from the context passage. Here, the answer should be a shortest continous span from the passage.
Context: Hubble measured the distances to galaxies. He also studied the motions of galaxies. In doing these things, Hubble noticed a rela... | universe |
task093_conala_normalize_lists | task093-241331982a72476282cfc13ef21792ac | 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.
[237.379, -84.542, -70.367] | [ 2.878 -1.025 -0.853] |
task268_casehold_legal_answer_generation | task268-902717939f9b4f11acfd48570fea5ea3 | 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 ... | (D) |
task1293_kilt_tasks_hotpotqa_question_answering | task1293-80af7ddbce854e499ccc3f56c2482442 | In this task, you are given a question. You have to answer the question based on your information.
What is the first name of the American director, born September 24, 1957, that produced the movie "Batteries Not Included"? | Phillip Bradley |
task581_socialiqa_question_generation | task581-fae3aa260b564fdb94bcef21eaf31435 | In this task, you're given context and an answer. Your task is to generate the question for this answer based on the given context with commonsense reasoning about social situations..
Context: Remy had a bad infection and ended up staying in the hospital for a week.
Answer: go see the doctor | What does Remy need to do before this? |
task125_conala_pair_differences | task125-3da150b7b91645029a9f9bc2f9494b58 | 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.
[59, -29, 88] | [88, 117] |
task080_piqa_answer_generation | task080-926498e30af54fe5a9ac1512909a6918 | 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 do yo... | take the skin off of it completely. |
task142_odd-man-out_classification_no_category | task142-e97a3b19972246f29414de16f7ea8f09 | 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.
mansion, elevation, flat, duplex, even | elevation |
task673_google_wellformed_query_classification | task673-47338b6f9dcf4799b1e2bd4c070cf16e | 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.