task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task284_imdb_classification | task284-0fb8dbf1a4684128a3f68ad5b6311dd3 | 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.
An OUR GANG Comedy Short.The Gang coerces Spanky into watching their younger siblings. Caring for these FORGOTTEN BABIES turns out to be quite a chore, leavi... | positive |
task070_abductivenli_incorrect_classification | task070-3abf108411b44c6eb554f77e735680cc | 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 never thoug... | 1 |
task142_odd-man-out_classification_no_category | task142-9defe9aedeaa4db791d3e8055b3740f7 | 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.
down, unhappy, downward, remorseful, miserable | downward |
task844_financial_phrasebank_classification | task844-329de50c78474060b0279a9f052b4a40 | Given a piece of financial news and its polarity, classify it into 'true' if the polarity is correct and classify into 'false' if the polarity is incorrect. Output must be 'true' or 'false'.
news:It delivers a different user experience and enables us to widen the market we can address . ''
polarity:positive | true |
task672_nummersense | task672-45fb1cef5ee74337aee56c95b1df6ed1 | In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words.
Mellow cheese ages _ to seven months and has rich, full flavors with soft to semisoft textures. | four |
task064_all_elements_except_first_i | task064-48c437632ffd42bca41d888d5858cc4d | 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, ['s', 'C', '1075', 'D', 'j', 'K', 't', '3733', 'T', 'x', 'q', '9769', '2575', '8215', '6221', '3015', '6733', '26... | D, j, K, t, 3733, T, x, q, 9769, 2575, 8215, 6221, 3015, 6733, 2679, U, 87, 5287, I, w, 275, 3105, R, 5053, d, n |
task067_abductivenli_answer_generation | task067-d2d41f16f409492cbf3ace137f831880 | 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... | Emilio saw a baby alligator in the pet shop. |
task299_storycloze_sentence_generation | task299-fc8ba208f764464380e39bb6cad5d04a | In this task, you're given four sentences of a story written in natural language in which one part is missing. Your job is to predict the position and missing part of the story and return in the following format: position, missing part. The missing part is a sentence that completes the story, and the position is the nu... | 1, Al and Val were very close twins. |
task087_new_operator_addsub_arithmetic | task087-cf8031ef0d7148ff9189825ae03efb15 | In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
4576 @ 52... | -2675 |
task283_dream_incorrect_answer_generation | task283-f89600107100433ea2b1a69c96b0e47c | In this task, you will be shown a conversation and a question. You need to write an implausible answer to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. "W" and "M" in the conversations stand for "woman" and "man".
M: Welcome to Beijing, Mary. This time you will see th... | She already spent all her money on her vacation. |
task155_count_nouns_verbs | task155-cba9ba75f4ca4898a3b9e5bc03d6ea47 | In this task, you need to count the number of nouns/verbs in the given sentence.
Sentence: 'a living room with some lights a television set a table and a brown couch'. Count the number of nouns in this sentence. | 6 |
task1542_every_ith_element_from_starting | task1542-36eb9b7858ca498789eb50cf1a51175f | 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.
5, ['L', '9293', 'U', 'p', 'p', '1049', '6149', 'd', '4665', 'M', '2659', '8137', '8905', '2587', 'a', 'r', '9785', 'u', '7525', 'A', 'o', 'Q', '323', 'z', '8997'] | L, 1049, 2659, r, o |
task456_matres_intention_classification | task456-d683e22ed8f8498599e0582240f53b35 | You will be given a context and a verb separated with a newline character. You have to identify if the given verb implies an opinion, an intention, a wish or not. Please note that a verb refers to an intention only if it refers to an event planned to happen in the future and is not conditional (or part of a condition).... | No |
task378_reverse_words_of_given_length | task378-f81e2e2cb8d84e359c965aa56306b2f4 | In this task, you need to reverse 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 of sprinkled doughnuts with a persons mouth open in the background'. Reverse all words of length '7' in the given sent... | a plate of sprinkled doughnuts with a snosrep mouth open in the background |
task852_synthetic_multiply_odds | task852-bf67faf96ce94dabb2761e77e1baf92f | 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... | [-10693, 1572165, -1677, 19, 0, 2021, -1155] |
task1364_hans_answer_generation | task1364-13e940e9f57a4effb593db8975a643fc | In this task, you are given a premise sentence. Your task is to write a new sentence by substituting the subject and object (i.e., the input's subject should be output's object and vice versa.). The generated sentence must be fluent and shouldn't change the voice (i.e., passive or active) of the input.
The banker recom... | The scientists recommended the banker . |
task1453_person_entity_extraction_btc_corpus | task1453-ae8e30bf69a74acb9b6c7864eee3f855 | In this task, you will be given sentences in which your task is to recognize the name of a person. Note that Twitter names shouldn't be considered as people's names. Although there might be several correct answers, you need to write one of them.
RT dave_ashworth : BEST HEADLINE EVER : Gordon Ramsay 's Dwarf Porn Doubl... | Gordon Ramsay |
task1310_amazonreview_rating_classification | task1310-730ab24b001e47bcaa9e291222280fa2 | In this task, you're given a review from Amazon. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good.
I've used the pants and the shirt maybe less then a dozen times. I am now having issues with them... | 3 |
task592_sciq_incorrect_answer_generation | task592-55914bb448ba4b849cdcf2aaefdfb0cd | 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 controlled scientific test that ofte... | a viewing |
task374_synthetic_pos_or_neg_calculation | task374-bac7439d2d1a492e99f39185c71d4d88 | 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... | [264, 231] |
task291_semeval_2020_task4_commonsense_validation | task291-5a7e1bb104db446299c0a5c41f55b7af | 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.
I put some eggs into the omelete.
I put some oatmeal... | second |
task075_squad1.1_answer_generation | task075-16c1f681b0d24ed6a275821c1e67a180 | This task is about writing a correct answer for the reading comprehension task. Based on the information provided in a given passage, you should identify the shortest continuous text span from the passage that serves as an answer to the given question. Avoid answers that are incorrect or provides incomplete justificati... | Congress |
task153_tomqa_find_location_hard_clean | task153-c551ad850bc94938b4bcf048e59c914c | 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... | green_pantry |
task568_circa_question_generation | task568-08ef07248a93478aa2f4c1a77fca43a3 | In this task, you are given an answer, and your task is to generate a reasonable question for that answer.
Depends what day you want to meet up. | Can we catch up? |
task1510_evalution_relation_extraction | task1510-c0bd0ad1311944dd82e52913319c7c6b | Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
pupil is... | pupil PartOf eye |
task580_socialiqa_answer_generation | task580-31ac59976f2b4b03bc454fd681bf6dee | 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: Camero... | C |
task092_check_prime_classification | task092-47095da3046f4faeb87615363cfe7748 | In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
80277 | No |
task1520_qa_srl_answer_generation | task1520-a8811f47953746588ccac1c920b39fec | 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: Initially formed as a punk band `` The Toilets '' ... | a punk band `` The Toilets '' under lead singer Mike Peters the band soon embraced rock , displaying marked influences from Welsh language and culture . |
task1217_atomic_answer_generation | task1217-6ffbfbd0872e43fb809bffb7b318023d | 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 puts ___ in a jar | pennies |
task195_sentiment140_classification | task195-3538c02a8781482ca649d0485a9084aa | 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.
. @NicNovak: My mortgage interest rate has fallen again, 2 1.65%. That whole variable rate thing is wrkn bea-Utifully at the moment Yay! | positive |
task223_quartz_explanation_generation | task223-10925ddff47d483eba1179afb397e098 | 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: If Mona reduces she is creating for her school project, what ha... | The greater the objects mass, the greater the force of gravitational attraction. |
task516_senteval_conjoints_inversion | task516-ac7dcebea8ed4464a76f276284678988 | 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 |
task955_wiki_auto_style_transfer | task955-1dd4072a89514f12871d1bc09feb6784 | In this task, we ask you to elaborate the sentence without changing its general meaning. You can do so by explaining further the input sentence, using more precise wording, adding qualifiers and auxiliary information etc.
Exodus International was a non profit and ex-gay Christian group seeking to limit homosexual desir... | Exodus International was a non-profit , interdenominational ex-gay Christian umbrella organization connecting organizations that sought to " help people who wished to limit their homosexual desires " . |
task365_synthetic_remove_vowels | task365-23948d56f80c490ca4fca5a09b7ca14a | 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.
UiaWo | W |
task820_protoqa_answer_generation | task820-9e57347302cd431c85ab234de3cb1135 | 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 part of grooming that you'd spend more time on before a big date. | showering |
task591_sciq_answer_generation | task591-ef507bac20db46f68a018888e7eb2c0a | Given a scientific question, generate a correct answer to it.
In general, kinetic energy is the form of energy powering any type of matter in motion, while the energy of position is called what? | potential energy |
task177_para-nmt_paraphrasing | task177-54c7748456144cd690a277771c53f29a | This is a paraphrasing task. In this task, you're given a sentence and your task is to generate another sentence which express same meaning as the input using different words.
have some cake in the meantime ! – alma ... | in the meantime , take a piece of cake ! |
task1210_atomic_classification_madeupof | task1210-31c7493f7e924dac8ffe620d5da29927 | 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 |
task284_imdb_classification | task284-190023f26b414c258a67484f8c93e500 | 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.
Now i have read some negative reviews for this show on this website and quite frankly I'm appalled. For anyone to even think that the Sopranos is not Televis... | positive |
task292_storycommonsense_character_text_generation | task292-dee9f507574b441e85793c6bfc9794e8 | 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 live on a farm out in the country with several acres of land. Sentence2: I often go jogging around the property to survey it. Sentence3: Today I found a c... | I (myself) |
task1584_evalution_meronym_classification | task1584-ece2ca9396b54c93ab517013d8582835 | Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given par... | 1 |
task1359_numer_sense_answer_generation | task1359-3ac5e6180e524361b5c7ffaca740f512 | 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.
Unicorns have ____ forms. | three |
task1729_personachat_generate_next | task1729-f3d32289760448249ca0af0b21d0ed34 | Your task is to generate the next utterance in a given dialogue. You will be given a few sentences describing the personality of the person who is making the dialogue, and a history of the dialogue after that. Each line in the history is said by one of the two participants in the conversation.
Personality: My dad is jo... | My dad works for the Ny times as a journalist. |
task924_event2mind_word_generation | task924-66fc98bb8c82425b9be655d1cfa4840c | 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 quickly opened. Intent: 1) to start a new li... | generous |
task303_record_incorrect_answer_generation | task303-16718370f2da47b0af4f33c6a492086d | 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 ... | Kate Middleton |
task431_senteval_object_count | task431-d6cf304768f04591bce5dc96cbf19ab2 | In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
I felt a quiver of anticipation, but I knew I couldn't commit to anything at this point. | Singular |
task1419_mathqa_gain | task1419-657536d3b0bb494f8f84b355570288b4 | In this task, you need to answer the given multiple-choice question on the gain. Gain is the value by which to multiply the input. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.
Problem: a cycle is bought for rs . 1500 and sold for rs . 1620 , find the gain percent ?
Options: a ) 11 , b ) 8 , c ) 10 , d ) 20 ... | b |
task632_dbpedia_14_classification | task632-2180a30a77d541cba36ec3dbeee16195 | In this task, you're given a text which is the body of the document. Indicate your answer as "Yes" if the text is about a person, otherwise indicate your answer as "No". Don't generate anything else apart from "Yes" or "No". Pay attention that for your answer to be "Yes", the passage should be generally about a person.... | No |
task1292_yelp_review_full_text_categorization | task1292-c8639e4235714d7db20df3216ee9216b | You are given a review about a place. You need to provide a rating from "1 star" to "5 stars" for this place.
This is good pizza when you consider the price and that it is meant to be for quick pick up. Let's not bother comparing it to other pizza places, because that wouldn't be fair. You'll never beat the price for a... | 4 stars |
task1422_mathqa_physics | task1422-32c3f9834b6e45e99b41d0c7a7b3ae7e | 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: there are 28 stations between ernakulam and chennai . how many second class tickets have to be printed , so that a passenger can travel from one station to any other stati... | d |
task145_afs_argument_similarity_death_penalty | task145-1c3820d8b39c4d22947680cf636aeae9 | 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... | Not similar |
task668_extreme_abstract_summarization | task668-954eddaa9df340b893eecc2cef118c57 | 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.
Due to the substantial computational cost, training state-of-the-art deep neural networks for large-scale datasets oft... | A new algorithm to reduce the communication overhead of distributed deep learning by distinguishing ‘unambiguous’ gradients. |
task141_odd-man-out_classification_category | task141-7a2ecf0a0b894ada865a2523ee74e045 | Given a category and a set of five words, find the word from the set that does not belong (i.e. is the least relevant) with the other words in the category. Words are separated by commas.
Category: emotional status
Words: fine, exquisite, mad, calm, comfortable | exquisite |
task596_mocha_question_generation | task596-fd56e0cc412f44b5913c6ceb37cf94e0 | 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 withdrew money in order to make a purchase in grocery store. | Why did Carson do this? |
task574_air_dialogue_sentence_generation | task574-795c88b38df94c3898a7601c3786c905 | 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: Myself Thomas Miller. Please help me in booking my ticket from DFW to MCO. |
task351_winomt_classification_gender_identifiability_anti | task351-e8876d547f684fa78096a8afe8030c8a | 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 |
task142_odd-man-out_classification_no_category | task142-73630441754c4779933d7b2321bb2518 | 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.
truss rod, fret, emotional supports, pick, amp | emotional supports |
task386_semeval_2018_task3_irony_detection | task386-ff60455611404c26b0081f316eaa3ed1 | In this task you are given a tweet. You must judge whether the tweet is ironic or not. We define two type of irony for this task ("polarity","situational"). Situational irony happens when a situation fails to meet some expectations. polarity irony happens when irony is achieved by inverting the intended sentence. Label... | not |
task1378_quarel_correct_answer_generation | task1378-1b6f3c1bdaab43efa5438ecb69b84d69 | You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the correct answer (return the string of the correct option, not 'A' or 'B') for the given question.
Sentence: Jack is rubbing his hands together for warmth but it isn't working very well. He puts a leather glove on one hand... | LEATHER GLOVE |
task162_count_words_starting_with_letter | task162-09358a2b6ea5479e8d876ec9b2e3292b | 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 male pitcher is practicing throwing the ball'. How many words start with the letter 't' in the sentence. | 2 |
task1505_root09_semantic_relation_classification | task1505-13c020cf517744c798c6b0a741094e5a | 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 ... | RANDOM |
task611_mutual_multi_turn_dialogue | task611-57731fe32c204a0aa17d1fb746a5d28c | 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... | A |
task155_count_nouns_verbs | task155-1a3d85e332eb43b6b2a083705b2d3cbb | In this task, you need to count the number of nouns/verbs in the given sentence.
Sentence: 'Stainless steel train with a handicapped sign on it and a training center sign'. Count the number of nouns in this sentence. | 6 |
task293_storycommonsense_emotion_text_generation | task293-d103f41d420c4f56a71d65658be53226 | 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 ... | sociable |
task067_abductivenli_answer_generation | task067-da7cb1bfa0414815800152f0af4f0d17 | 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... | Joanie's brother helped her get ready. |
task618_amazonreview_summary_text_generation | task618-d6c6321454864ccfbb30ce2293adcb6a | In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review.
This was advertised as a Genuine GE Factory Part and it was definitely an aftermarket part. That is why the price is less. Did not return it because could not wait addition time to get a GE part. While it seem... | AFTERMARKET: not a genuine GE factory part as advertised. |
task820_protoqa_answer_generation | task820-1b8b9f4b734646d5a2be23828b00dd21 | 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 an activity thatd be hard to do by candlelight | read |
task320_stereoset_classification_race | task320-3a3c341c12b74ee682b6434a3e484fdc | You are given a target race, and two sentences. Your task is to determine whether the second sentence is either a stereotype, anti-stereotype, or is unrelated with respect to the first sentence and the target. A stereotype is a widely held but oversimplified notion of a group of people. An anti-stereotype is an idea th... | anti-stereotype |
task297_storycloze_incorrect_end_classification | task297-8159d458475a480499c47307bcfe44b8 | In this task, you're given four sentences of a story written in natural language. The given story is not complete and your job is to complete the story by selecting one of the end sentence choices from (A) and (B), such that the story does not sound complete and coherent, i.e., select an incorrect end sentence.
Sentenc... | A |
task586_amazonfood_polarity_classification | task586-f0c6278e73284e78b832e0916866a595 | You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review.
Coconut is the dominate flavor and texture in these cereal bars. If you don't like coconut then avoid them. The picture also shows chocolate, which is in there fo... | Negative |
task183_rhyme_generation | task183-5a4fb9093fcb4f8a811f63a41e80d535 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
far | carre |
task208_combinations_of_list | task208-b01645097f674c899b85f910a114e554 | In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. Fo... | [['6', 'c', '4'], ['6', 'c', '6'], ['6', '4', '6'], ['c', '4', '6']] |
task159_check_frequency_of_words_in_sentence_pair | task159-724d64d7498e46fcb33ce5352a5e8118 | In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'.
Sentence1: 'birds flying in to land on a lake', Sentence2: 'a man in blue and white is standing outside'. Is the frequency of the word 'standing' in two sentences equal? | No |
task380_boolq_yes_no_question | task380-6eca1d7b8c2e49e498a61f751649e7c8 | 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 33 (Spanish: Los 33) is a 2015 English-language American-Chilean biographical disaster-survival drama film directed by Patricia Riggen and written by M... | Yes |
task429_senteval_tense | task429-60a14cad0a3944ef87b894046bd05090 | 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".
Cate completely stripped the bed in number 3. | Past |
task898_freebase_qa_answer_generation | task898-5198ec783d474706bbdbb6abcc99f1aa | 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.
Which Rolling Stones 1964 No.1 hit was a cover of a 1956 blues recording made by Howlin' Wolf? | little red rooster |
task159_check_frequency_of_words_in_sentence_pair | task159-fa05fd2f2d604497bddc9665f0517685 | In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'.
Sentence1: 'a child is playing a video bowling game', Sentence2: 'two big sea crabs some greens and noodles and two drinks'. Is the frequency of the word 'video' in two sentences equal? | No |
task1283_hrngo_quality_classification | task1283-d6cf69e3d1324e4fa47ca17c5645bb17 | 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 name of the restaurant is piperade.
Original Reference: piperade is the restaurant. | 1 |
task390_torque_text_span_selection | task390-20feda7aea6a415aa47b08ff4a7a4a2f | 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: ECOMOG... | betrayed |
task505_count_all_numerical_elements_in_list | task505-0aff14b6db054c5daa60498db883e00b | 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 numerical elements in the given list. Return 0 if no numerical element in the list.
['7449', '3983', 'f', '6285', 'P', 'n', 'P', 'F', '8423', 'R', 'r', '3095', '3203'... | 21 |
task339_record_answer_generation | task339-10db1c01eb7d43f0b94a1e3eca2a3c30 | 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].
Manhattan's Fifth Avenue was a sea of bizar... | Fifth Avenue |
task622_replace_alphabets_in_a_list_by_their_position_in_english_alphabet | task622-ca8eae95d69f478192620fc3e925d0e5 | In this task, you are given an input list A. You need to convert all the alphabets in the list with a number representing their position in the English alphabet. E.g., replace A by 1, B by 2, a by 1, b by 2, and so on.
['h', '6887', '2917', '1731', '7315', 'L', '8687', '3369', '7985', 'T', '5927', 'f', 'x', 'z', '39', ... | 8, 6887, 2917, 1731, 7315, 12, 8687, 3369, 7985, 20, 5927, 6, 24, 26, 39, 11, 4125, 6275, 7057, 1, 2417, 18, 8719, 2853, 10, 13, 3331, 9865 |
task284_imdb_classification | task284-e6fdd27a49c043bc90d86ba096ab678d | 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.
"Spaced Invaders" is one of the funniest movies, I´ve ever seen. I don´t understand, why this movie didn´t get better critics, it´s funny, harmless and sweet... | positive |
task405_narrativeqa_question_generation | task405-f42baf0a65164e78a6406a8a0f46d35c | 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 item does Robert need to retrieve when assigned to assissant Electra? |
task592_sciq_incorrect_answer_generation | task592-d2393d6e0a804abf9803c577d9a99af5 | 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 kind of parasites are nearly all ticks th... | helminths |
task067_abductivenli_answer_generation | task067-9188afa97079450db7ba5c8ab3039584 | 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... | Cal turned it off and decided to shut his eyes for a minute. |
task155_count_nouns_verbs | task155-6215863a6eaf4c03832cd0ed9bb50958 | In this task, you need to count the number of nouns/verbs in the given sentence.
Sentence: 'A close-up of a yellow fire hydrant surrounded by flowers'. Count the number of nouns in this sentence. | 5 |
task617_amazonreview_category_text_generation | task617-f1db0f5d108649c290b902e36caeaefe | In this task, you're given a review from Amazon and your task is to generate the name of the category of the product based on the review given by the user. The categories are: kitchen, office product, watch, wireless, other, toy, digital video download, camera, jewelry, pet products, sports, industrial supplies, baby p... | beauty |
task684_online_privacy_policy_text_information_type_generation | task684-860444429abc48eb8758d165e32187e1 | Given a part of privacy policy text, identify the type of personal information which is collected, used, tracked or retained. The type of information should be present inside the given policy text, answer as 'Not Specified' otherwise
Another part of the company or institution does receive your financial information for... | Financial |
task067_abductivenli_answer_generation | task067-e830aad9d7bb493b857b9e0665e78070 | 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... | We were tied when the pipes burst and had to stop. |
task303_record_incorrect_answer_generation | task303-fc467cf14ed947009598267de83ce707 | 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 ... | Freundel |
task389_torque_generate_temporal_question | task389-ef18fd52bf5040bc8520195f0c3cc703 | In this task, a passage will be given and the goal is to generate a question about temporal relations based on that passage. A temporal relation describes the relation between two things with respect to time e.g., something happens/starts/terminates/... immediately/shortly/usually/... before/after/during/... something ... | What event started after religious leaders made a condemnation? |
task303_record_incorrect_answer_generation | task303-7879a9d5879c41658c626ce72435bfcf | 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 ... | Huntsmans |
task579_socialiqa_classification | task579-56c283c4f9dc4ad69262f97be272d099 | In this task, you're given a context, a question, three options, and an answer. Your task is to classify whether the given answer is correct or not by providing 'Yes' or 'No', based on the context with commonsense reasoning about social situations.
Context: Addison was looking for the best strategy to promote her busin... | Yes |
task582_naturalquestion_answer_generation | task582-f6c8d74587524fb990f82721da81466d | 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\*.
where is the hgtv show home town filmed | Laurel, Mississippi |
task164_mcscript_question_answering_text | task164-2c228b7604744a95a444f9e8faeb4612 | 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 ... | confirmation number |
task073_commonsenseqa_answer_generation | task073-03a2323010e14b74baeaf95d97b8ed45 | You are given a question and some answer options (associated with "A", "B", "C", "D"). You should choose the correct answer based on commonsense knowledge. Avoid answering questions based on associations, the set of answers are chosen deliberately to capture common sense beyond associations. Do not generate anything el... | E |
task080_piqa_answer_generation | task080-114f3037bf414f91930285e2b84332cf | 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 catch ... | Fold a post it note and with the sticky end, stick it to the wall underneath where the hole is being drilled. |
task183_rhyme_generation | task183-2830b513d3274bb481ae18d6fb6059b5 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
weight | fate |
task934_turk_simplification | task934-c1360d7ab34b4bbdaa9cb6caeecce6ef | 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.
the two byzantine outbreaks during the 8th and 9th centuries were unusual in that the use of images was the main issue in the dispute , rather than... | the two byzantine sudden or violent starts during the 8th and 9th centuries were unusual in that the use of images was the main issue in the argument , rather than a by-product of wider concerns. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.