task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task339_record_answer_generation | task339-9499b83671a84b0c981c03596a63484b | 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].
Chelsea manager Jose Mourinho insists John ... | Chelsea |
task283_dream_incorrect_answer_generation | task283-49f31f3cc4e7452da9e825c17ad92151 | 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".
F: Can you tell me how we are going to the farm tomorr... | On foot. |
task309_race_answer_generation | task309-97f12e956e38409dba34e852e4c88af6 | In this task, you're given an article, a question which often contains a blank and four options (associated with "A", "B", "C", "D"). Your task is to find the correct answer (from the given options) for the question from the given article and return one of the options from "A", "B", "C", and "D". Do not generate anythi... | A |
task372_synthetic_palindrome_numbers | task372-b8a65d30047b48b1835e3b816ca69148 | 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.... | [-666, 686] |
task1421_mathqa_other | task1421-afa832bfaeb5430081eff16208eb7a92 | In this task, you need to provide the correct option for a given problem from the provided options.
Problem: if shares of two persons in profits are rs . 600 and rs . 300 then ratio of their capitals is
Options: a ) 3 : 4 , b ) 2 : 3 , c ) 4 : 3 , d ) 1 : 3 , e ) 2 : 1 | e |
task303_record_incorrect_answer_generation | task303-233e565e7fe240b28434ae7d74bb51a2 | 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 ... | Allison |
task246_dream_question_generation | task246-a1c7325a549e4e39baa70731a7c539e7 | 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... | How long had the class last? (A) An hour. (B) Too short. (C) We don't know. |
task507_position_of_all_numerical_elements_in_list | task507-bcd46f4297064b068f02ed81d9a6e5e6 | 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.
['3921', '1019', '... | 1, 2 |
task1292_yelp_review_full_text_categorization | task1292-f3eebbdd94a84e24a668e9c4bfe2e27a | You are given a review about a place. You need to provide a rating from "1 star" to "5 stars" for this place.
decent coffee at the end of plaza st-hubert that is always crowded.\n\nplace is small with a gigantic counter which makes moving around extremely hard. you literally bump into the tables in front of the counter... | 3 stars |
task851_synthetic_multiply_evens | task851-c153f54a3c9f425e9f0bc36afef4bd1c | 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... | [40, -840, 792] |
task615_moviesqa_answer_generation | task615-bc5c7f932553407a8f6c68fc4a6b497c | 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.
what kind of movie is Everything? | Drama, Mystery |
task850_synthetic_longest_palindrome | task850-ceaae5cb8ee0460c800f6c238c11d4d0 | In this task you will be given a string and you should find the longest substring that is a palindrome. A palindrome is a string that is the same backwards as it is forwards. If the shortest possible palindrome is length 1 you should return the first character.
oooojoooolj | oooojoooo |
task756_find_longert_substring_and_return_all_unique_alphabets_in_it | task756-743281a3536c43feb9cc012953dc6bca | 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.
AcIKloC, mEIKWo | a, c, i, k, l, o |
task1400_obqa_incorrect_answer_generation | task1400-226922718e39498f95b4907150a77dfd | 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: bacteria can cause people to become ill. Question: Which of the following could harbor unsafe ba... | washed carrots |
task303_record_incorrect_answer_generation | task303-54960a9c775743d3913d16bad779b779 | 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 ... | Skuse |
task389_torque_generate_temporal_question | task389-24d9d4afb86446f9a8d0e0a0bbbe51a3 | 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 will happen in the future? |
task1551_every_ith_element_from_kth_element | task1551-5465ecf33d494ed585cac41fb1fac60d | In this task, you are given inputs k, i, and A, where k and i are integers and A is a list. You need to find every ith element of A starting from the kth element. The process stops when the position of the next ith element exceeds the length of the list.
2, 5, ['Q', 'H', 'x', 'J', '4497', '6135', '3667', 'a', '3387', '... | H, 3667, 2575, 1415 |
task374_synthetic_pos_or_neg_calculation | task374-2434d7990ba84d89a4036cda39ea91f4 | 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... | [261, 120, 24, 56, 300, 120] |
task327_jigsaw_classification_toxic | task327-c11e6b3093ce4666863429cd32a4915d | 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: Boreder- | Non-toxic |
task629_dbpedia_14_classification | task629-4da5c90cbd3246e89f9de180ee837a2d | In this task, you are given a text which is the body of a document. Your job is to classify the topic of the document into these categories: 1)Company, 2)Educational Institution, 3)Artist, 4)Athlete, 5)Office Holder, 6)Mean of transportation, 7)Building, 8)Natural place, 9)Village, 10)Animal, 11)Plant, 12)Album, 13)Fil... | 4 |
task576_curiosity_dialogs_answer_generation | task576-f1e71c6dd86449c68875564db5e4b29e | 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.
Very cool, does Wales have any etymology dedicated to particular regions within it?
In the 19th century, the country was predominantly... | In the 19th century, the country was predominantly Non-conformist, Welsh-speaking and demographically uneven but they were forced to adopt an education system that English in ethos due to increasing state involvement in education. |
task328_jigsaw_classification_insult | task328-a0e8c917dc0d402f8735e749902ca3ba | In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: insult and non-insult. Insult is any lanugage or act that is disrespectful or scornfully abusive.
Comment: My experience in residential house construction and renos, even indoor finishing work.... | Non-insult |
task1412_web_questions_question_answering | task1412-7657257f907942698776265eaccac3af | A question is presented to you in this task, and your job is to write a potentially correct answer.
what university did bill clinton graduated from? | Yale Law School |
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately | task509-bf359f969b9f47aba59074eceed11006 | In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to collate all the alphabetical elements at the start of the list followed by all the numerical elements of the list. Maintain the order in which the alphabetical elements appear in the given input... | B, I, S, C, k, G, H, B, K, h, y, 3145, 2129, 7979, 7205, 4561, 7859, 8077, 8595, 5217, 2313, 4451, 2937, 5719, 5861, 7303, 509 |
task472_haspart_classification | task472-061930c2ec6b491e9de3ab6c8c2cbb9e | Given two entities as input, classify as "yes" if second entity is the part of the first entity. Otherwise classify them as "no". These are entities of meronym In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., second enti... | yes |
task1308_amazonreview_category_classification | task1308-edee6dd790e649cdaa23fb160cd06f20 | 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: Difficult to install and unclear instructi... | False |
task111_asset_sentence_simplification | task111-72886ac8b09c4099b3001825c7f6be3b | 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... | On the abolition of the district council in 1996, the arms reverted to the Crown. |
task595_mocha_answer_generation | task595-a1e9990aaf9c4550b60e463388e80ced | 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.
... | flirty |
task208_combinations_of_list | task208-a9aa86491ff1483b8797790575b2db61 | 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... | [['8', '5', '0', '6'], ['8', '5', '0', '9'], ['8', '5', '6', '9'], ['8', '0', '6', '9'], ['5', '0', '6', '9']] |
task067_abductivenli_answer_generation | task067-49c9b60d8d84466bae7d6fb17b5c0fcd | 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... | The little girl spoke her first words. |
task1443_string_to_number | task1443-acdb56fa0caa4ec0a7dd963183fe7bd3 | In this task you will be given a string that only contains single digit numbers spelled out. The input string will not contain spaces between the different numbers. Your task is to return the number that the string spells out. The string will spell out each digit of the number for example '1726' will be 'oneseventwosix... | 63006 |
task155_count_nouns_verbs | task155-91b33d61d80d4603aabf081c25e8dc84 | In this task, you need to count the number of nouns/verbs in the given sentence.
Sentence: 'A gentleman taking a picture of his food with his phone'. Count the number of verbs in this sentence. | 1 |
task750_aqua_multiple_choice_answering | task750-5ed4d15d25a041ebb07f8e53bc9828a9 | 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 B |
task1217_atomic_answer_generation | task1217-a3ed7acaa2c84537ac39a9e5dcf51e55 | 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 suddenly saw ___ | Turtles |
task924_event2mind_word_generation | task924-ec34f2e7d1914db3963beec24fe6301b | 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 renders ___ to PersonY's country. Intent:. X... | really happy because person y chose to help their country. |
task405_narrativeqa_question_generation | task405-c8d13991cada4cbe817cb95691722c22 | 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 was inscribed on the back of the tomb in Russian? |
task593_sciq_explanation_generation | task593-559b438539cf4deb8e98408e531f8c3e | 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: In humans and other multicellular organisms, different types of what basic structures are specialized for specific jobs? Answer: cells | Different types of cells in the human body are specialized for specific jobs. Do you know the functions of any of the cell types shown here?. |
task183_rhyme_generation | task183-a8a0b5d0383e455f914e74ee72dc33de | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
fell | sell |
task851_synthetic_multiply_evens | task851-f44f8f0d87fe4c8ebf0fc4f21c53bf8a | 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... | [-1288, 9984, -19968, -864, 75600, -46, 896, -439296] |
task114_is_the_given_word_longest | task114-c33faa4a47e34217b29f562129b6840a | In this task, you need to answer 'Yes' if the given word is the longest word (in terms of number of letters) in the given sentence, else answer 'No'. Note that there could be multiple longest words in a sentence as they can have the same length that is the largest across all words in that sentence.
Sentence: 'a small c... | No |
task923_event2mind_classifier | task923-dbf2560967844a4ea047d5b70fe9682e | You are provided with an "Event" and it's "Intent" related to PersonX. Determine the sentiment value of the given input as either "Positive", "Negative", and "Unknown".
Event:PersonX buys a car. Intent: 1) to reach | Positive |
task568_circa_question_generation | task568-6d1fc04f7cc048a989f9eaa23f9addbb | In this task, you are given an answer, and your task is to generate a reasonable question for that answer.
My fiance does all the cooking. | Do you like to cook on weekends? |
task192_hotpotqa_sentence_generation | task192-33a7fa3ea36646c0bfbbc0c5164f0aa8 | In this task, you are given a context paragraph, a question based on that and corresponding answer of a question. Your task is to generate supporting fact/knowledge from context paragraph which helps in answering a given question.
The Las Vegas Outlaws were an American football team in the XFL. They played in the Weste... | They played their home games at Sam Boyd Stadium. |
task1217_atomic_answer_generation | task1217-05094abca5e8465da84eeea8ab55986f | In this task, you are given a sentence with a missing word that can be an object, a person, and/or an action. Fill in the blank with a plausible word. Although each sentence has many correct answers, you only have to write one answer.
PersonX takes ___ to a pawn shop | artwork |
task581_socialiqa_question_generation | task581-e4287237da324846895228ac63cf7dd8 | 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: Carson is planning a surprise party for their sibling Bailey. Carson made sure to invite Bailey's good friend Addison.
Answer... | What will happen to Addison? |
task310_race_classification | task310-2383f8a4d5aa400d8deeacfd65834f56 | 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: Every human being has a unique... | Yes |
task622_replace_alphabets_in_a_list_by_their_position_in_english_alphabet | task622-922d99a1db4a42bc9dbae0ef8e3c8011 | 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.
['1135', '3369', 'w', '7153', '1157', '5879', '1687', '3057', 'q', 'V', 'L', '4879', 'I', '5841', '15... | 1135, 3369, 23, 7153, 1157, 5879, 1687, 3057, 17, 22, 12, 4879, 9, 5841, 1515, 6143, 8809, 12, 6777, 13, 3, 9555, 24, 6, 3489, 25, 1519, 9, 7695, 5117, 8413, 18, 7955, 7543, 7813, 3169 |
task381_boolq_question_generation | task381-d68c54ef980e4e71833b8999e5e0d105 | You will be given a passage, and your task is to generate a Yes/No question that is answerable based on the given passage.
Seth Adham Curry (born August 23, 1990) is an American professional basketball player for the Portland Trail Blazers of the National Basketball Association (NBA). He played college basketball for o... | does steph curry have a brother that plays basketball? |
task371_synthetic_product_of_list | task371-1fcc79b4b507497e8a72f21ccb56d688 | In this task you will be given a list of lists, of numbers. For every inner list, you should multiply every number in that list and put the results in your answer. The output should be a list of numbers with the same length as the number of the lists in the input list.
[[40, 19, -32, 8, -43], [27, -16, 3], [-34, -34, -... | [8366080, -1296, 4733820, -24810219, 1036728, 0, -11050, 90, 378] |
task592_sciq_incorrect_answer_generation | task592-963ffada765a46898ce638e002c17b10 | Given a scientific question, generate an incorrect answer to the given question. The incorrect answer should be a plausible alternative to the correct answer. The answer should be some other item belonging to the same category as the correct answer but should be incorrect.
What is the leading cause of death worldwide? | lung disease |
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists | task755-24d8c58d4e7c49d880a0beb23727f866 | 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... | tpidnziU, pUdnzVO |
task295_semeval_2020_task4_commonsense_reasoning | task295-adaddd83ad6340a1b97f31941e9e8160 | In this task, you are given an impractical statement. You are also given three reasons (associated with "A", "B", "C") explaining why this statement doesn't make sense. You must choose the most corresponding reason explaining why this statement doesn't make sense.
He lit the stone on fire.
(A) The fire can heat up the ... | C |
task063_first_i_elements | task063-dc81c1e384da4986bff4bec5e2b6496d | 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
10, ['b', 'W', '7441', 'F', '27', 'j', '1673', 'u', 'A', 'b', '21', '8535', '2313', '2751', 'I', 'l', ... | b, W, 7441, F, 27, j, 1673, u, A, b |
task363_sst2_polarity_classification | task363-8c35931a2a9b4b8b87ebe6041bdb0218 | In this task, you are given sentences from movie reviews. The task is to classify a sentence as "POS" if the sentiment of the sentence is positive or as "NEG" if the sentiment of the sentence is negative
Do n't hate El Crimen del Padre Amaro because it 's anti-Catholic . | NEG |
task488_extract_all_alphabetical_elements_from_list_in_order | task488-7220afc45dcb4b9e9773a92935a9b048 | 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.
['w', 'q', '3237', 'F', '5443', 'u', 'Q'] | w, q, F, u, Q |
task1291_multi_news_summarization | task1291-073ba570090248afb23b6cf35a726ce5 | In this task, you are given a text of many news articles seperated by special token "|||||". Your task is to summarize them.
× Friend says missing couple rushed to their accused murderer’s home after Oso landslide
ARLINGTON, Wash. – A close friend of Monique Patenaude and Patrick Shunn said that in the moments aft... | Court documents show that Washington state police have reached the "inescapable conclusion" that missing Arlington couple Patrick Shunn and Monique Patenaude were murdered. Their vehicles, found partly obscured by branches down an embankment in a remote area near Oso on Sunday, showed "obvious blood pooling and smearin... |
task1346_glue_cola_grammatical_correctness_classification | task1346-c66b2f3e8cb44399be2ac4fed84a5a53 | You will be given a sentence. Check whether the sentence is grammatically correct and is meaningful. If the sentence is grammatically correct, then answer with '1', otherwise answer with '0'.
Mary loves him. | 1 |
task293_storycommonsense_emotion_text_generation | task293-c633443cc79f41c29e3af973e9e24c84 | 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 |
task1338_peixian_equity_evaluation_corpus_sentiment_classifier | task1338-85478208bf34433c837d17a13ddff8f7 | 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.
Alonzo made me feel miserable. | sadness |
task157_count_vowels_and_consonants | task157-79380af1a5844a1a8fab3c0bdc860f3b | 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 foam plate with food on it next to a bowl of rice'. Count the number of vowels in the given sentence. | 17 |
task157_count_vowels_and_consonants | task157-a8a6129d20de44cd8f284e9c63075adf | 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: 'large white bird flying above the water on a beach'. Count the number of vowels in the given sentence. | 16 |
task430_senteval_subject_count | task430-e7646437f46543f9abbf3ba1038a53f0 | In this task you are given a sentence. You must judge whether subject of the main clause is singular or plural. Label the instances as "Singular" or "Plural" based on your judgment.
This warrior had killed the man chained to me. | Singular |
task374_synthetic_pos_or_neg_calculation | task374-82e32b0fcee14f01bddeca8e8ebd161a | 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... | [24, 126, 105, 246, 225, 204, 153, 216] |
task074_squad1.1_question_generation | task074-310b6cbb9bc34a28836f42c7a92e6dfa | 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... | What law enacted in the U.S. in 1998 gave online intermediaries limited statutory immunity? |
task1603_smcalflow_sentence_generation | task1603-945b58c0754d4d0aba6fd84121264820 | In this task, you have given an input which is user's command or question, based on that you have to return what will be Agent's response/reply for that particular user's command or question
Good. I also want to make the location Wisconsin Maritime Museum. | Is this what you're looking for? |
task607_sbic_intentional_offense_binary_classification | task607-db8d2e62e173498999b39af9290ffe3a | In this task, you are given a text from a social media post. Your task is to classify the given post into two categories: 1) yes if the given post is intentionally offensive, 2) no, otherwise. Also, generate label 'no' for offensive statements that appear to be unintentional, or non-offensive statements that are underh... | Yes |
task295_semeval_2020_task4_commonsense_reasoning | task295-c2fbdea8f8334a65a8abacaa55c94711 | In this task, you are given an impractical statement. You are also given three reasons (associated with "A", "B", "C") explaining why this statement doesn't make sense. You must choose the most corresponding reason explaining why this statement doesn't make sense.
A lathe is only for making table legs.
(A) A lathe is a... | B |
task756_find_longert_substring_and_return_all_unique_alphabets_in_it | task756-175020b7c8b7431193c81352f28871f7 | 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.
FkbFQVTHBNHkUSDKdEuWWMFcAMumfkORdoXcEEwDdPI, cljFQSDKdEuWWMFcAMumaEuKgUOWvBme | a, b, c, d, e, f, h, i, k, m, n, o, p, q, r, s, t, u, v, w, x |
task887_quail_answer_generation | task887-66116bb2e79d4db0b9d5f52c88fc0af7 | Write the right answer to the question based on the context passage.
For a moment, Paul wasn't even sure who had walked into the room. Chloe had totally transformed herself since he'd last seen her. She wore a wig for starters, and a very good one. It was light brown and shoulder length. It looked so natural that if he... | Rachel |
task413_mickey_en_sentence_perturbation_generation | task413-782f3bc93f884f03866e57cf82499d20 | 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 abusive to manipulate a husband around in his clone 's bed . |
task679_hope_edi_english_text_classification | task679-0c6679d69d484a9683c697050ce2a773 | Classify the given comment into 'Hope Speech' or 'Not Hope Speech'. A hope speech is defined as content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion
Babies in the womb don’t matter. Just like God don’t matter when they took God out of everything. | Not Hope Speech |
task405_narrativeqa_question_generation | task405-902ee0ab35194e06a9cab186dd072a5f | 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 does Linda consent to a relationship with Mr. Sands? |
task617_amazonreview_category_text_generation | task617-999126202c4442e68d1b0facc326a8b1 | 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... | wireless |
task1217_atomic_answer_generation | task1217-828a323490404976ad15c21b19ef6197 | 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 the ___ away | laundry |
task1286_openbookqa_question_answering | task1286-571db2e4ca4f43519f1a7e06f143480f | In this task, you are given a multiple-choice question and you have to pick the correct option. Answer with option indexes (i.e., "A", "B", "C", and "D").
Cars are big polluters because they release toxins from the gas into the air making it (A) healthier to breathe (B) unhealthy to breathe (C) candy (D) space | B |
task157_count_vowels_and_consonants | task157-3f75b5b4a6f842f9a061e1ae2b400965 | 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 person on a soccer field chasing a soccer ball'. Count the number of consonants in the given sentence. | 24 |
task934_turk_simplification | task934-d946568da90f441391305a2d1d6cdcf7 | 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 term " protein " itself was coined by berzelius , after mulder observed that all proteins seemed to have the same empirical formula and might b... | the name " protein " itself was given by berzelius , after mulder noted that all proteins looked to have the same observed formula and can be made of a single type of -lrb- very big -rrb- molecule. |
task475_yelp_polarity_classification | task475-f6f3f78a902749c9ac0cfd931f9b319b | In this task, you are given Yelp reviews. The task is to classify a review as "POSITIVE" if the overall sentiment of the review is positive or as "NEGATIVE" if the overall sentiment of the review is negative.
Everytime I have gone here I always say I am going to a different one. But, I come back for the convienece the... | NEGATIVE |
task377_remove_words_of_given_length | task377-7c7f0d12b0cb4c34a4631263ba18aaf3 | In this task, you need to remove all words of a given length in the sentence. The number of letters in a word determine its length, for example, the length of the word "apple" is 5.
Sentence: 'eight birds sitting on top of a wooden fence'. Remove all words of length '7' in the given sentence. | eight birds on top of a wooden fence |
task1340_msr_text_compression_compression | task1340-38678b5c055847ff87c971a478dbf798 | Given a text, write a compressed version of it in a single sentence.
I ask you to join me again this year in supporting the program that is doing so much to preserve and protect our natural heritage. | I ask you to join me again this year in supporting to preserve & protect our natural heritage. |
task1504_hatexplain_answer_generation | task1504-030e0d49e3114804b6e41195f4e94fb1 | The input is a tweet which can be Hate Speech or Offensive. Given such a tweet, output a phrase from the tweet that makes it hate speech or offensive. The output should contain only one such phrase. The output has to be from within the tweet itself. Do not generate words or phrases not present in the tweet.
<user> is a... | faggot |
task575_air_dialogue_classification | task575-9cf1dcf32dd24d09b6d4f47f6877ced0 | In this task, you are given a dialogue from a conversation between an agent and a customer. Your task is to determine the speaker of the dialogue. Answer with "agent" or "customer".
Found ticket with airline JetBlue for price 100. | agent |
task344_hybridqa_answer_generation | task344-31202c114ee548cc8291dfe7b3983edf | In this task, you will be presented with a question and you have to answer the question based on your knowledge. Your answers should be as short as possible.
What is the year of the film whose tag line is : `` From beachhead to battlefront ! They carry the ammo for Patton 's Tanks ! `` ? | 1952 |
task852_synthetic_multiply_odds | task852-9b2345e74c6047e09ba395f8bbeb4ca9 | 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... | [-45, 0, 4263, 19] |
task413_mickey_en_sentence_perturbation_generation | task413-0f0435fa557c463bbcaf8910eb89156b | 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.
Paper is... | Paper is usually made of vanilla pulp . |
task091_all_elements_from_index_i_to_j | task091-3455fe90398741de9854418e06e136d2 | 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.
3, 11, ['3057', 'o', 'M', 'q', 'U', '... | M, q, U, 2185, 8965, 8329, Q, f, a |
task848_pubmedqa_classification | task848-dd7cc09eab124bb49be0740454c1b15c | Given a passage classify if the passage has a definite objective/aim/goal or not. Output '1' if the passage has a defininte objective/aim/goal and output '0' if the passage does not have a definite objective/aim/goal.
To assess whether zoledronic acid (ZOL) adds to the effect of combined androgen blockade (CAB) in pati... | 1 |
task291_semeval_2020_task4_commonsense_validation | task291-60579c91b9aa47f1abee0f6ec0952f4e | 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.
The preparation to become a doctor is to get a lawye... | first |
task002_quoref_answer_generation | task002-ffa4adf30f6a423aa2d5ae662bb2b111 | In this task, you're expected to write answers to questions involving multiple references to the same entity. The answer to the question should be unambiguous and a phrase in the paragraph. Most questions can have only one correct answer.
Passage: At Eynsford, with Moeran as his co-tenant, Heseltine presided over a boh... | Barbara. |
task384_socialiqa_question_classification | task384-1c360c575b9b4973a4a0b13ad6bc55c3 | 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: Quinn watched the baby today for t... | True |
task112_asset_simple_sentence_identification | task112-00dbc7a9c5d440f985754daf74e1a8ff | You will be given two pieces of text with the same meaning. One of them is simpler and easier to understand for non-native English speakers. Complex texts may contain more difficult words, have unnecessary phrases or contain long sentences. Your task is to choose the simpler piece of text. You are expected to output 'T... | Text one |
task067_abductivenli_answer_generation | task067-f6bf33de1f0c4379914e3707aee28cd9 | 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... | His shorts were polka dotted. |
task124_conala_pair_averages | task124-43066636dac14fb1940bee143b973cfa | 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... | [82.5, 75.5, 66.0, 14.5] |
task750_aqua_multiple_choice_answering | task750-a022e018f0b94848a58d952d5cf00716 | 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 C |
task523_find_if_numbers_or_alphabets_are_more_in_list | task523-4379b3a20cb648de82c766f672386040 | 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 |
task469_mrqa_answer_generation | task469-e308391a3e2e46a6bec0ad8f2a8cd7a9 | 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: Opening narrationAn explanation that our knowledge of Venus is very incomplete and only by imagination can we glimpse the planet... | soviet spaceships |
task495_semeval_headline_classification | task495-fe7952f0fc7c44b2885e46978cc58f58 | 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 |
task1328_qa_zre_relation_generation_from_question | task1328-b849d330bba14bcfb21d45beb3b8e85d | Classify the relation of question with context to one of these categories: 1) award received, 2) based on, collection, 3) conflict, 4) constellation, 5) convicted of, 6) date of death, 7) director, 8) drafted by, 9) educated at, 10) medical condition, 11) military branch, 12) narrative location, 13) occupation, 14) ori... | conflict |
task303_record_incorrect_answer_generation | task303-3a5305431e7f4cd5b3af3e11876cd2e5 | 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 ... | DC |
task1713_convai3_sentence_generation | task1713-673d4867084742c7972dd06e081646aa | You are given a request sent by a user in a human and computer dialogue. Your task is to generate a prediction of what the requester is actually trying to do. The input is a sentence written by the human user, trying to achieve certain objective through this human computer interaction, and the output should be a senten... | Find information on the USS Yorktown, an aircraft carrier that is part of the museum exhibit at the Patriots Point museum in Charleston Harbor, SC. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.