task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task496_semeval_answer_generation | task496-69c290a833494a41a4ec5abf04a8f436 | 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 |
task303_record_incorrect_answer_generation | task303-e806085b885c47ba8b9bbbf2b5ab129a | 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 ... | American |
task074_squad1.1_question_generation | task074-db2337aae8064b3fada55d0e038deb33 | 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 what city and state did Beyonce grow up? |
task1720_civil_comments_toxicity_classification | task1720-f56293a407754cf387b40c914bf3e9d3 | Categorize the comment on the basis of toxicity. If the comment is toxic (harmful, malicious, derogatory, threat, insult, identity attck, etc.) output Yes, otherwise output No.
You can't win a war by appeasement. | No |
task616_cola_classification | task616-9370c348017f4770af35a1cb9df600a5 | You're given a sentence and your task is to classify whether the sentence is acceptable or not. Any sentence which is grammatically correct, has a naturalistic text, is written by a native speaker and which minimizes superfluous content is acceptable, otherwise unacceptable. If the sentence is acceptable then write "ac... | unacceptable |
task875_emotion_classification | task875-6d85ba54ca164e32832df27bf1f4623d | In this task, you are given a sentence containing a particular emotion. You must classify the sentence into one of the six emotions: 'joy', 'love', 'anger', 'fear', or 'surprise'.
i feel fine e terminando com eight days a week um ano depois | joy |
task285_imdb_answer_generation | task285-4e2d57d6bf1648cfbcfd5e9e09e99fa3 | In this task, you are given a review of a movie and a boolean question whether this review has positive sentiment or negative sentiment. Your task is to generate answer "yes" when the tweet has that particular sentiment, otherwise generate answer "no".
Review: This movie will tell you why Amitabh Bacchan is a one man i... | no |
task113_count_frequency_of_letter | task113-d93c179a523d4f60ace1286d82d41623 | In this task, you need to count the number of times the given letter appears in the given sentence.
Sentence: 'a snow filled mountain with a guy with ski's'. Find frequency of the letter 'f' | 1 |
task851_synthetic_multiply_evens | task851-d449557e6b294c5bb07966177defb009 | 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 even 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 even numbers in an inner list you sho... | [0, -42, 0, 10560, -240, -1680, 4608, -24, -520, -30, 16, 0] |
task672_nummersense | task672-938ac9e26f304cdd9bb075131c24f64d | In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words.
Cockroaches have _ legs, two antennae and some have wings. | six |
task079_conala_concat_strings | task079-6537de9afe9e4fe894b7cbabf0c4340a | In this task you will be given a list of strings and you need to concatenate them.
['mast-heads', 'B', 'y', 'Why', 'g', 'marvelled', 'r', 'f', 'F', 'weight', 'B', 'g', 'carlines;', 'W'] | mast-headsByWhygmarvelledrfFweightBgcarlines;W |
task504_count_all_alphabetical_elements_in_list | task504-c7c6f33e9f8b45fca5e76f923b3a1f05 | 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
['8127', '7519', '2147', '5675', '8811', '4995', '2697', 'K', 'W', '4723', 't... | 13 |
task100_concatenate_all_elements_from_index_i_to_j | task100-0cafcb1231e743cfbff004c7449361d7 | 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 concatenate all elements of A from the ith element to the jth element, and print the resultant string. 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... | zf |
task1360_numer_sense_multiple_choice_qa_generation | task1360-e7ada4d6bea54390832ece3b52e726b0 | Given a sentence with a missing word, pick the answer option that best fills out the missing word in the sentence. Indicate each answer with its index ('a', 'b', 'c', 'd').
Y are ____ morphisms in a site C .\Question: Choose the right answer from options given a) two b) eight c) seven d) zero | a |
task065_timetravel_consistent_sentence_classification | task065-bcfa2530e8264ef9b839abc6c58361ab | In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given two options and you need to select the one that best connects the first sentence with the rest of the story. Indicate your answer by 'Option 1' if the first option is correct, otherwise 'Optio... | Option 1 |
task124_conala_pair_averages | task124-035f70ede7ff443989a68cb0b2946452 | In this task you are given a list of numbers and you need to find the average of each two consecutive values. The average of two numbers a and b is calculated as: (a + b) /2. The output should be a list of the averages of each two consecutive values. A list is presented with two brackets and comma-separated values, lik... | [-47.5, -43.5, -51.5, -6.5, 49.0] |
task1602_webquestion_question_genreation | task1602-19dbe0182446497f97d8596ea705e46d | You are given a concept, and a list of answers. You should generate a question about the concept that leads to the given answer(s).
concept: Israel answers: ['Parliamentary system', 'Democracy'] | what type of government does israel? |
task1729_personachat_generate_next | task1729-ead2cde7bb3f4d9a85cf6323023ede0a | Your task is to generate the next utterance in a given dialogue. You will be given a few sentences describing the personality of the person who is making the dialogue, and a history of the dialogue after that. Each line in the history is said by one of the two participants in the conversation.
Personality: I just start... | Ideally I want to work for an energy company working on new energy and fuel sources. |
task381_boolq_question_generation | task381-676838c504c7466287e65887ef00b1ce | You will be given a passage, and your task is to generate a Yes/No question that is answerable based on the given passage.
An undergraduate degree (also called first degree, bachelor's degree or simply degree) is a colloquial term for an academic degree taken by a person who has completed undergraduate courses. It is u... | is an undergraduate degree the same as a bachelor's degree? |
task1295_adversarial_qa_question_answering | task1295-1d5a2df1d5e9483d92b12c9b4f27b39b | In this task, you are given a question and a context passage. You have to answer the question based on the given passage.
Who likes empirical methods?, Context: Philosophical empiricists hold no knowledge to be properly inferred or deduced unless it is derived from one's sense-based experience. This view is commonly co... | The main continental rationalists |
task1217_atomic_answer_generation | task1217-cc8e61b9337d42efb8f21e7f41da84cb | 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 donates ___ to charity | clothing |
task183_rhyme_generation | task183-ee28db2f0a194442b584ccf5a09f59da | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
contain | sane |
task405_narrativeqa_question_generation | task405-9df2f187e6d2421297ffc9b4b899799b | 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 animals eat and kill Judah? |
task380_boolq_yes_no_question | task380-45fd3ec2c8c441419e0384390348c17a | 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 Twelfth Amendment (Amendment XII) to the United States Constitution provides the procedure for electing the President and Vice President. It replaced t... | Yes |
task611_mutual_multi_turn_dialogue | task611-b0f445b168f94bddad232f0fbfff0e93 | 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... | C |
task064_all_elements_except_first_i | task064-f79f461aaee84583a607ed3a02f01364 | 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.
1, ['7523', '2571', '4289', 's', 'c'] | 2571, 4289, s, c |
task507_position_of_all_numerical_elements_in_list | task507-b5ab367f94f341a1826a2c232a335276 | In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the numerical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no numerical element is in the list.
['e', '2973', '186... | 2, 3, 4, 6, 7, 9, 18, 19, 20, 22, 24, 27, 29 |
task820_protoqa_answer_generation | task820-6a9fb14592ad46c18bbe389c88faba58 | 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 a nascar driver might do right before a race. | check car |
task496_semeval_answer_generation | task496-30b02c039bcc4ebfb2e5a8a63ea55de9 | 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 |
task576_curiosity_dialogs_answer_generation | task576-875f7870858841679fcf136b86cc341f | In this task, the input is a set of dialogues between a user and an assistant. You need to find the dialogue that is basically a response given to a question or an aspect of the user.
You are most welcome!
Do you know anything about the government and politics?
What about their history?
That is very interesting, ... | The Lao government refused to accept the refugees from Thailand, they said they were involved in illegal drug trade and because they were not of the Lao origin. |
task105_story_cloze-rocstories_sentence_generation | task105-e912282ea34142378e01ac1eaef5f305 | In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences.
Sentence1: Greg was playing ball by himself. Sentence2: He was bored. Sentence3: He wanted his friends. Sent... | They played ball for the rest of the afternoon. |
task1711_poki_text_generation | task1711-ba6fb861cc0541759cb8fd63524e992b | 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 ... | there be spring let's plant flower there be summer let's see tower there be fall let's play for hour there be winter let's play in the snow you know all the sesons there be oh yeah i all most forgot do you want a season bar |
task384_socialiqa_question_classification | task384-3518e7cf3f3349af88e91e5279fc4941 | In this task, you're given a context passage, an answer, and a question. Your task is to classify whether the question for this answer is correct or not, based on the given context with commonsense reasoning about social situations. If its correct ,return "True" else "False".
Context: Casey was excited to go to the new... | False |
task247_dream_answer_generation | task247-b26932cfd7cb4620a8d5909190eebe43 | In this task, you will be shown a conversation and a question. You need to answer the question and choose the correct option based on the conversation. "W" and "M" in the conversations stand for "woman" and "man".
Daughter: Dad, Dad, Dad! Father: Uh, what, what, uh, uh!?!? Daughter: The movie is over. You slept through... | (B) science fiction |
task326_jigsaw_classification_obscene | task326-33cd0d39dad542e6b917d79a144906c8 | 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 ... | Obscene |
task1338_peixian_equity_evaluation_corpus_sentiment_classifier | task1338-4e50a142a2db40069048b86f03d8da39 | The input is a sentence. The sentence includes an emotion. The goal of the task is to classify the emotion in the sentence to one of the classes: 'fear', 'joy', 'anger', 'sadness'. The emotion mainly depends on the adverb within the sentence.
I made my daughter feel excited. | joy |
task587_amazonfood_polarity_correction_classification | task587-d0315f295bc5488abc2755cb258f8208 | You are given an amazon food product review and its polarity (positive or negative). Your task is to answer "True" if the specified sentence and its polarity match; otherwise, answer "False".
My family and I love Almond Crunch, they're just sweet enough, very crunchy, and a perfect snack.
Polarity: Negative | False |
task1340_msr_text_compression_compression | task1340-67ffeb7e8433450fbb09dabfc98aec19 | Given a text, write a compressed version of it in a single sentence.
When the Pasadena native moved back to California from her long - time home in the Boston area last year, she also made the move from a condominium she and her late husband, Paul, had purchased many years ago to a progressive retirement home. She is i... | When the Pasadena native moved back to California from the Boston area last year, she also made the move from a condominium she and her late husband, Paul, had purchased many years ago to a progressive retirement home. She is in the most active of the four levels available. |
task429_senteval_tense | task429-244180686d4e4c1aab32ed4acf0627d1 | 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".
He reaches into his pocket and pulls out his wallet and a credit card witho... | Present |
task335_hateeval_classification_aggresive_en | task335-46cc5737e1ff44d38f50882dbe61e31e | In this task, you are given a hateful post in English from online platforms. You are expected to classify the post into two classes: aggresive or non-aggresive. An aggresive post is one that expresses feelings and opinions in an abusive way and tries to dominate others. Note that the URLs in the text have been replaced... | Non-aggresive |
task320_stereoset_classification_race | task320-af63ba7891da46b88323a3b6636b0ccb | 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 |
task183_rhyme_generation | task183-fade505e760f45e6824764db21aabf03 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
who | frew |
task303_record_incorrect_answer_generation | task303-636f7af8614e4c37a93675d78634106b | 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 ... | This Week |
task453_swag_answer_generation | task453-eb9ba4dfa11b48e184cfe3910ff5b4d7 | Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct.
The boy nods his head dancing. The boy | holds up and shows the lit cigarette. |
task592_sciq_incorrect_answer_generation | task592-3ff4d6ddf6ea450bbb19b7d7815fa30f | 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.
The highest point of a wave is called? | threshold |
task303_record_incorrect_answer_generation | task303-eb076a8a90394505a9ed8f5d89846d7b | 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 ... | Syria |
task229_arc_answer_generation_hard | task229-36abf195324145b4b8f67cca74eba63b | You are given a science question (hard-level) and four answer options (associated with "A", "B", "C", "D"). Your task is to find the correct answer based on scientific facts, knowledge, and reasoning. Do not generate anything else apart from one of the following characters: 'A', 'B, 'C', 'D'. There is only one correct ... | B |
task523_find_if_numbers_or_alphabets_are_more_in_list | task523-c08670af2c5d4fcf967d0dcdbd3483ab | In this task, you are given an input list A. If the count of numbers is more than that of alphabets in the list, answer 'Numbers Win'. If the count of alphabets is more than that of numbers in the list, answer 'Alphabets Win'. If the count of numbers is same as that of alphabets in the list, answer 'Numbers and Alphabe... | Numbers Win |
task574_air_dialogue_sentence_generation | task574-903eeccd6f9c4feb9869926e07dbfdc7 | 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: I am looking for a connecting flight. |
task183_rhyme_generation | task183-f9334536101c4f44bbe8b37845faeb10 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
caught | surat |
task900_freebase_qa_category_classification | task900-0c4ade2ba24141f6a08f623b35288216 | Given a trivia question, classify broad topical category from this list: 'theater', 'geology', 'book', 'tv', 'astronomy', 'aviation', 'military', 'government', 'boxing', 'projects', 'metropolitan_transit', 'law', 'venture_capital', 'broadcast', 'biology', 'people', 'influence', 'baseball', 'spaceflight', 'media_common'... | common |
task595_mocha_answer_generation | task595-1479a9357a784e74b720e87bae43d12e | 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.
... | Because that would have enabled me to sing better . |
task067_abductivenli_answer_generation | task067-622ba93554a44d6cae77184348da179f | 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... | Then I got a warning about being late to work. |
task170_hotpotqa_answer_generation | task170-1e8a6bdd090040059c799433b9eb6637 | In this task, you are given a set of context paragraph and some supporting facts to answer a question. Your task is to generate answer for given question based on set of context paragraphs and supporting facts.
Context_1 : The Vizsla is a dog breed originating in Hungary, which belongs under the FCI group 7 (Pointer gr... | SaintUsuge Spaniel |
task094_conala_calculate_mean | task094-7c3d1a2febfb41398b67170b7a2f872c | In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
[111.053, 93.031, 190.083, 141.554, 109.033, 49.... | 115.763 |
task638_multi_woz_classification | task638-93b70a0c24aa43c68d003063af1c53f1 | You are shown a conversation between a user and system. Identify who has spoken the indicated sentence based on the conversation.
Sentence1: I am looking for the Parkside Police Station. Can you help me? Sentence2: No, that's everything. Thank you. Sentence3: Sure, I've attached the information: Address: Parkside, Camb... | Answer: (B) System |
task1207_atomic_classification_atlocation | task1207-463e80c66fce4bec94d1aba92dc5c826 | 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 |
task934_turk_simplification | task934-df9a2acbefac43d89544838d52bd08db | 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 attempts at mutiny in 1915 and the lahore conspiracy trials were still in public attention. | the attempts at revolt in 1915 and the lahore conspiracy hearings were still in the public ’ s attention. |
task674_google_wellformed_query_sentence_generation | task674-b3718730e91646158a829c40cb9b5dfc | You are given a set of queries separated by '
', and your job is to find out the query which is not a well-formed or well-structured query in terms of grammar, punctuations, or spelling errors.
What is the highest tree in new zealand ?
Where is the cerebellum found ?
How do men hit their g-spot ?
What is the most deadl... | What is the most deadly plants on earth ? |
task318_stereoset_classification_gender | task318-8d91a43ee7a0478ba4d3979141f2bd7d | You are given a target person and two sentences. Your task is to determine whether the second sentence conveys 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 ... | unrelated |
task1559_blimp_binary_classification | task1559-43491fc3a1264b629c5efeb46c2f5506 | In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an adjunct island or as an incorrect representation. A correct representation should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an adjunct island w... | bad |
task615_moviesqa_answer_generation | task615-b5dfcb2b491d40d693bb5e3419943f67 | 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.
how famous was Good Will Hunting? | famous |
task310_race_classification | task310-f4f72676db8d4c8a9e383c6fdd2bd811 | 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: Animals can move from place to... | No |
task178_quartz_question_answering | task178-3b3e851e8d514d7b9927883b2accc94a | You are given a question or fill-in-the-blank question, two answer options (Option1 and Option2) and an Explanation. Your task is to find the correct answer (return the string of the correct option, not option1/2) for the given question from the given options and using explanation.
Question: When four nomads left the o... | more water to share |
task1217_atomic_answer_generation | task1217-715a95c0a5684fd09db4d4c9cbb50547 | 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 presses PersonY's ___ together | fingers |
task1384_deal_or_no_dialog_classification | task1384-4bcf9c48efbd4f38af4da15118e1a4ed | Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
THEM: i want one book and one ball YOU: that books is rather valuable. i can let you have the book if i get everything else. THEM: two balls and two hats for the book YOU: how about you get the b... | Yes |
task684_online_privacy_policy_text_information_type_generation | task684-ab25753fd99d4799b39693f64c330308 | 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
The site collects your website activities for analytics or research. Collection happen... | User online activities |
task820_protoqa_answer_generation | task820-476db23d30ed4c6fa9ebffd8fad1755e | 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.
finish this sentence since i got married i have more | weight |
task1217_atomic_answer_generation | task1217-4e9b4a3200834685a65a2d1685ceec84 | In this task, you are given a sentence with a missing word that can be an object, a person, and/or an action. Fill in the blank with a plausible word. Although each sentence has many correct answers, you only have to write one answer.
PersonX saves ___ from the wreck | papers |
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists | task755-b62e26b8f12142448bb4be3b11d3ec8e | In this task, you are given two strings A,B. You must perform the following operations to generate the required output list: (i) Find the longest common substring in the strings A and B, (ii) Convert this substring to all lowercase and sort it alphabetically, (iii) Replace the substring at its respective positions in t... | GOGUwmdiiijlrwwrWOjUWzm, BzJPCLwSvdiiijlrwwaIdPRKofq |
task303_record_incorrect_answer_generation | task303-051e1f9224e44aa5a2e35330fe568eb6 | 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 ... | Loic Remy |
task294_storycommonsense_motiv_text_generation | task294-7ad9b69deea34c33bd52d3c4e1879fab | In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to write the character's motivation by doing a specific job, which is given in the sentence. Y... | to save money for their honeymoon |
task156_codah_classification_adversarial | task156-77262925d8ac4890b79d0f0f4149458f | 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 |
task141_odd-man-out_classification_category | task141-4572cdb20f6a48799b3fe1f83604f863 | 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: physical property
Words: capacitance, ugly, fat, skinny, vitamin c | vitamin c |
task618_amazonreview_summary_text_generation | task618-2af7370a5d0d4551b16318814bad7143 | In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review.
brim much bigger than I expected. I expected it to fold up smaller for travel. Too bulky for me. Returned | brim much bigger than I expected. I expected it ... |
task618_amazonreview_summary_text_generation | task618-f49dfaca86aa43649846ec58c97de568 | In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review.
The new glass came with four double sided adhesive pads. unfortunately they were only about 1 mm thick. The existing mirror I was supposed to glue the new glass piece onto had a rubber edge which stuck out sli... | was the correct shape and size but did not fit due to the rubber edge border on the existing mirror |
task495_semeval_headline_classification | task495-a6d16d1dbc7e495dae04fa2f9a7b95ab | Given news headlines and an edited word. The original sentence has word within given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Classify news headlines into "Funny" and "Not Funny" that have been modified by humans using an edit word to make them funny.
News Headli... | Funny |
task183_rhyme_generation | task183-2172f1f536b94eff8bcddd7a10dc3d16 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
dark | mark |
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists | task755-e4a18683092e4c6180130f8ee9c68fd2 | In this task, you are given two strings A,B. You must perform the following operations to generate the required output list: (i) Find the longest common substring in the strings A and B, (ii) Convert this substring to all lowercase and sort it alphabetically, (iii) Replace the substring at its respective positions in t... | GTYdbbdflopsuuxyzzAOklRNXJNOf, YPGUUMObbdflopsuuxyzzPhzlLyyEAZxp |
task078_all_elements_except_last_i | task078-1704af0a58e74b4f88e4882e4fc88631 | In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A preceding the last i elements. i will always have a value less than the length of A.
2, ['c', '6563', 'G', 'C', 'V', '4943', '2395', '467', 'l', 'a', 'B', '1725', '4065', 's', 'k'] | c, 6563, G, C, V, 4943, 2395, 467, l, a, B, 1725, 4065 |
task618_amazonreview_summary_text_generation | task618-5b7e90d00766496da49412c9d55d9bb1 | In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review.
This is, without a doubt, one of the worst movies of all time. I'm pretty angry that Amazon is trying to sell this abysmal piece of crap to me. | This is, without a doubt, one of the worst movies of all time. |
task183_rhyme_generation | task183-92965fa9a3644716b1609fb5d8036e72 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
hit | dewitt |
task1293_kilt_tasks_hotpotqa_question_answering | task1293-248a31c3923b48eb9597b9dd43fb6406 | In this task, you are given a question. You have to answer the question based on your information.
Are Gil Scott-Heron and Alice Hoffman of the same nationality? | yes |
task305_jeopardy_answer_generation_normal | task305-4e8bcacc8ba741b290c104da3b8079c4 | You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For consistency, answers should be in all lower cased letters.
Category: COUNTRY COOKING
Clue: It's the traditional meat in souvlaki, a popular Greek dish | lamb |
task087_new_operator_addsub_arithmetic | task087-149f4f15639245b096fd05b7cb51bf6f | 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
4717 @ 50... | -14599 |
task379_agnews_topic_classification | task379-3d26fcd600f547ab93973ac67020afdb | 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... | Sports |
task390_torque_text_span_selection | task390-9fabfa48850645a9810474fa2731e805 | 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: US Sec... | held |
task901_freebase_qa_category_question_generation | task901-958c5982b12041ab98bcb6606601d135 | Given a broad category, generate a trivia-type question based on a specific entity in that category. The question should be non-ambiguous. External resources such as Wikipedia could be used to obtain the facts.
government | The Cato Street Conspiracy was a plot to kill which British Prime Minister? |
task292_storycommonsense_character_text_generation | task292-fd624573a1ba411d976a5a947c96d276 | 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: Clayton was deathly afraid of house centipedes. Sentence2: One day he saw one scuttling around on his floor. Sentence3: Terrified, he called over his roomma... | Clayton, Roommate |
task1482_gene_extraction_chemprot_dataset | task1482-b084de2c80eb4daf99dbd89a510098a0 | In this task, you are given a sentence. You are expected to recognize the name of gene or protein. Although there might be several correct answers, you need to write one of them.
Coming full circle: contributions of central and peripheral oxytocin actions to energy balance. | oxytocin |
task472_haspart_classification | task472-b337c4e241f74002a55961ff5dee5e64 | 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... | no |
task1294_wiki_qa_answer_verification | task1294-5cbe356873514f1392779b27a62e27b6 | In this task, you are given a question and an answer. Answer "Yes" if the given answer correctly answers the question, otherwise answer "No".
What county is Farmington Hills, MI in?, Answer: It is part of the upscale northwestern suburbs of Metropolitan Detroit and is also northeast of downtown Ann Arbor . | No |
task455_swag_context_generation | task455-25fedf1c700345fc92e9f440a1bf07de | Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement.
She stands up and grabs a red sweater. | A woman is ironing a shirt on a board. |
task1217_atomic_answer_generation | task1217-108d3ed8c2924f838ce2af52447a1678 | 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 frightens away the ___ | dog |
task1727_wiqa_what_is_the_effect | task1727-a1b19c540b3445059d7c08386669689d | In this task you will be given a process, and a question. The process contains a sequence of steps that happen in order. The question asks about the effect of a certain event on another event. If the first event has a positive effect on the second event, answer with "for", if it has a negative effect, answer with "agai... | none |
task1714_convai3_sentence_generation | task1714-d22c0ee577ac49698b3a9191de2ef563 | You are given a concatenated string consisting of two parts that are separated by a newline character. The first part is the user's initial question during a human computer conversation, the second part is a clarifying question asked by the computer in response to the question asked by the user. You should read the inp... | yes i am for identification purposes |
task1325_qa_zre_question_generation_on_subject_relation | task1325-efa4c5304e10471794e63ef176bde18f | You will be given a context, a subject and a relation. Your task is to generate a question based on the subject and relation. The generated question should include the given subject. Try to use a minimum number of words that are not present in either context, subject or relation while generating question.
Context : Jua... | What was Juan Luis Martínez Martínez's occupation? |
task365_synthetic_remove_vowels | task365-af654f09c87f483b99f76f9ce07ed68b | 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.
OOAaiebMIbUflNEYKJ | bMbflNYKJ |
task455_swag_context_generation | task455-9b5cbd23fb6447c0b127da6f81008c0e | Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement.
The man continues making his way through the city, passing cars, and jumping over rocks. | After, he appears with roller blades on and starts to jump on different blocks and boulders in the city. |
task899_freebase_qa_topic_generation | task899-b2396ccdd29e4dc69843287068e8dc5c | Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about.
What city was the capital of the Confederacy for most of the Civil War? | confederate states of america |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.