task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task1729_personachat_generate_next | task1729-e145527cdf844f8cae841a62cea59e47 | 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 hate clean... | Wow. You must be quite good. |
task622_replace_alphabets_in_a_list_by_their_position_in_english_alphabet | task622-5f185af5fbc94cf281fb107ffa36afdd | 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.
['5149', 'o', 'e', '6735', '5763', 'v', '7917', 'V', '9463', 'R', 'P', 'k', 'M', '9747', '3539', '164... | 5149, 15, 5, 6735, 5763, 22, 7917, 22, 9463, 18, 16, 11, 13, 9747, 3539, 1645, 733, 8127, 2, 16, 6363, 25, 21, 25, 9175, 11, 3, 24, 2, 22, 20, 1477, 13, 23 |
task064_all_elements_except_first_i | task064-7998a6d71c104a0696f5b28cc2b116f4 | 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, ['w', 'W', '9625', '4611', 'l', 'c', 'a', 't', '6173', 'c', 'N', 'q'] | 4611, l, c, a, t, 6173, c, N, q |
task302_record_classification | task302-275d2973727c4afc9d2bbbff0a9c9942 | 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. Among the entities, try to find the best entity that is most likely to fill in "_" and classify the answers based on options.
Ivanka Trump and her family celebrated Thank... | (G) |
task160_replace_letter_in_a_sentence | task160-a558aec2fe7c418c89b97f5da0530b5e | In this task, you need to replace a letter in the sentence with another given letter.
Sentence: 'a person on beach with people windsurfing in the background'. Replace the letter 'g' with 'v' in the sentence. | a person on beach with people windsurfinv in the backvround |
task280_stereoset_classification_stereotype_type | task280-ad59cb524e994a29b44f13416f2952ba | In this task, you are given a short passage that conveys stereotype or anti-stereotype about a specific target. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. You are expected to classify the passage into four types of ... | Profession |
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists | task755-a33da3f251ba4f03998503ff9a9f01e9 | 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... | fgvWEBuVQfBsJuabbbghijlnnpuyDWedAHdMdTvoOx, OJuCabbbghijlnnpuybeJsvBt |
task1206_atomic_classification_isbefore | task1206-e2f63bef091940cabf5ac0e683836043 | 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 |
task183_rhyme_generation | task183-6c8065366afb4db0a7e03c742ee30fa7 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
main | mane |
task365_synthetic_remove_vowels | task365-6bbcaba5c0e64e14b1dd527a55ea686f | 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.
NKiWOvRUAf | NKWvRf |
task505_count_all_numerical_elements_in_list | task505-10b7421246f14457ae201f4579026a1e | 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.
['h', '3787', '7479', '8635', 'c', 'i', 'S', 'i', 'b', '8481', 'm', 'C', 'u', 'l',... | 11 |
task298_storycloze_correct_end_classification | task298-2c4b0bd6e1124f8e9af36cc13fdfab62 | In this task, you're given four sentences of a story written in natural language, and one last sentence (Sentence5). Your job is to classify whether the last sentence completes the rest of the story coherently or not by providing 'Yes' or 'No'.
Sentence1: John had had a bike since he was 14. Sentence2: John is now in h... | Yes |
task145_afs_argument_similarity_death_penalty | task145-893dcfb517a2461f88865e872cc21299 | 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 |
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately | task509-b0575164d046489880f8e746a86bb33f | 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... | D, W, h, x, t, T, G, C, D, M, M, Z, Z, F, I, s, K, M, s, N, E, b, 831, 8265, 6365, 9767, 4965, 4965, 7175, 1293, 3361, 5933, 9883, 8169, 8931, 6443, 321, 7109, 171, 7209 |
task933_wiki_auto_style_transfer | task933-eaead34181574863ae769dd77f6bd8bc | In this task, we ask you to rewrite a sentence in simple English without changing its general meaning. Essentially, you want to make the sentence easier to read by using simpler words, utilizing more straightforward sentence structures, and omitting non-essential information etc.
Brigham Young University ( BYU , someti... | Brigham Young University ( BYU ) is often called “ The Y ” and is a private research university . |
task674_google_wellformed_query_sentence_generation | task674-cb47664ccf6a4e7f86d7141ba112b175 | 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.
1000 liters is how many pounds ?
What it is Barack obamas current job ?
How is a totem made ?
What are scientists who study th... | What it is Barack obamas current job ? |
task898_freebase_qa_answer_generation | task898-d28cb3682e9645929675461d9b9a56d4 | Given an trivia question precisely answer the question with a word/phrase/name. External resources such as Wikipedia could be used to obtain the facts.
What is the state food of Maryland? | blue crab |
task580_socialiqa_answer_generation | task580-1bf4548f5a094a71bbbbabcfe393b4d4 | 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: Austin... | A |
task067_abductivenli_answer_generation | task067-4e6edc4a87764b1e9c58236924a24f92 | 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... | Ben forgot to put his homework back in his bag before school. |
task1423_mathqa_geometry | task1423-d62481a282e34d929bd369561f2dba73 | In this task, you need to answer the given multiple-choice question on geometry. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.
Problem: a snooker tournament charges $ 45.00 for vip seats and $ 20.00 for general admission ( “ regular ” seats ) . on a certain night , a total of 320 tickets were sold , for a tot... | b |
task093_conala_normalize_lists | task093-273572ff07454c2ab452762d33bb7a40 | In this task, you will be given a list of numbers. The goal is to divide all the numbers in the list by a constant such that the sum of the resulting list is 1. The output should be rounded to 3 decimals.
[7.402, -24.125, 95.452, 207.898, -20.988, 165.296, -1.844, 187.093, 13.755] | [ 0.012 -0.038 0.152 0.33 -0.033 0.262 -0.003 0.297 0.022] |
task165_mcscript_question_answering_commonsense | task165-c730dd06ea61454796785c4c68d48337 | You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to choose the correct answer to the question based on the passage. Answer of the question cannot be found directly from the passage, it is indirectly indicated in the passage. Do not answer with words o... | swimming strokes |
task523_find_if_numbers_or_alphabets_are_more_in_list | task523-f18910b69369480d9ae7b52f0f5a04a7 | 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 |
task294_storycommonsense_motiv_text_generation | task294-6cbb45028d944e34b98583fdd1a436eb | 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... | looking for a place to get her car fixed |
task672_nummersense | task672-784ee1d8426340f4a8e37a8d50119266 | In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words.
Culms bear four to _ leaves. | six |
task339_record_answer_generation | task339-7618f8fe94b14761910922389293b7bf | 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].
Real Madrid’s La Liga and Champions League ... | Luka Modric |
task1510_evalution_relation_extraction | task1510-94b93f28da1e4f3a985e763708c60187 | 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.
soldier ... | soldier PartOf army |
task1608_xquad_en_answer_generation | task1608-88d4f6c290b445a49b7ab1a678163e31 | Answer the question from the given passage. Your answer should be directly extracted from the passage, and it should be a single entity, name, or number, not a sentence.
Passage: Six-time Grammy winner and Academy Award nominee Lady Gaga performed the national anthem, while Academy Award winner Marlee Matlin provided A... | Six |
task103_facts2story_long_text_generation | task103-821be21e6bf4444a8324f392236c2c7c | In this task, five ordered key facts are given. All the given facts are expressed in natural language. Your job is to generate a story 100 to 1000 words long, that includes all the facts given as input in their order of appearance while expanding upon them to produce a broader, yet coherent, narrative.
Fact1: Earl of B... | The Earl of Blythstones gambling losses have left him with debts. Unaware of this is daughter Joan, who is in finishing school but has gambling issues of her own, getting expelled after being caught doing exactly that. Identifying himself as Captain Smith, the earl travels to Palm Springs, California. In time his daugh... |
task377_remove_words_of_given_length | task377-c978907797924dcc930faa10fa8016eb | 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: 'a street covered in lots of signs and filled with traffic'. Remove all words of length '5' in the given sentence. | a street covered in lots of and filled with traffic |
task1504_hatexplain_answer_generation | task1504-532302c000894efaa23279817320236c | 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.
jews are us... | jews are using muslims and blacks as foot soldiers to destroy white homelands |
task1291_multi_news_summarization | task1291-40a3f0bf84f84c6baf7f39c28339f78d | In this task, you are given a text of many news articles seperated by special token "|||||". Your task is to summarize them.
Donald Trump’s office properties aren’t bringing in as much cash as banks that loaned him money had expected.
Donald Trump Photographer: Nicholas Kamm/AFP via Getty Images
That’s the bi... | President Trump may be keeping his tax returns close to the vest, but Bloomberg thinks it has a handle on his net worth. Its latest Billionaires Index pegs it at $2.9 billion, down from $3 billion last year. The site chalks up the loss mainly to three under-performing office towers in New York City—40 Wall Street, Trum... |
task1602_webquestion_question_genreation | task1602-e2173203c67640b29742826888d21326 | 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: Morrissey answers: ['Manchester'] | where does morrissey live 2010? |
task453_swag_answer_generation | task453-1ae211c9b67c4e92b57860c1d3c4f416 | Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct.
On ground level, someone frowns. Someone | is down in the sewer. |
task194_duorc_answer_generation | task194-fe94f84d75384fc6a1970b97236a721d | In this task, you will be shown an extract from a movie plot and a question. You need to provide the correct answer for it. Short answers containing words that are present in the passage are preferred.
London bank clerk William Marble (Charles Laughton) is deeply in debt. When his boss learns of a lawsuit for an overdu... | Answer: Marble |
task469_mrqa_answer_generation | task469-027915a47a0e450dbb0ede5120e1ce12 | 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: Edward Percy Smith (5 January 1891 -- 27 May 1968) was a Conservative Party politician in the United Kingdom.
Question: Which ... | conservative party |
task1603_smcalflow_sentence_generation | task1603-da0d281de158474a9cd931a556bdad06 | 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
Do I have any baseball games scheduled for may 2020? | Yes, I found one event matching "baseball game" in May. It's from 3:00 to 3:30 PM. |
task229_arc_answer_generation_hard | task229-592d729247c342fb8566bc4a2c114fff | 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 ... | D |
task303_record_incorrect_answer_generation | task303-5ebdbcf73297451ca8da380b4300fd5c | 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 ... | Supreme Court |
task875_emotion_classification | task875-995b2675e0e6433cb75083f5061f08bb | 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 began the day feeling intimidated courthouses are designed to intimidate but ended the day cheerfully chatting with the judge in his chamb... | fear |
task592_sciq_incorrect_answer_generation | task592-be9907c6ce4248b3bcb437deffaee0ff | 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 at the surface of a cell, arranged in ... | pigments |
task306_jeopardy_answer_generation_double | task306-63ad48d3ce1645a8b155ca61e3b319af | 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 simplicity, answers should be in all lower cased letters.
Category: ACTORS & ACTRESSES
Clue: He plays the snidely sarcastic Dennis on "Just Shoot Me" --... | david spade |
task293_storycommonsense_emotion_text_generation | task293-843ab593e846454e8ed21b295593a8cc | 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 ... | None |
task622_replace_alphabets_in_a_list_by_their_position_in_english_alphabet | task622-5154832cdfa24d9793a48a4de544f975 | 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.
['5787', '5663', '5621', '2315', '9419', 'r', 'X', 'p', '7165', 'K', '3495', 'l', 'r', 'b', '3529', '... | 5787, 5663, 5621, 2315, 9419, 18, 24, 16, 7165, 11, 3495, 12, 18, 2, 3529, 9819, 2, 7, 24, 403, 2, 25, 20 |
task1217_atomic_answer_generation | task1217-6ac136012dcb4906b082466649a2f32c | 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 sends ___ to the conference | money |
task582_naturalquestion_answer_generation | task582-baa7d748858d4ade8cd9cb76de580c8d | 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\*.
arabian sea is the part of which ocean | Indian Ocean |
task371_synthetic_product_of_list | task371-d4ec17936dbc482c9e86af5053032977 | 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.
[[45, 13, 17, -5], [-39, -32]] | [-49725, 1248] |
task109_smsspamcollection_spamsmsdetection | task109-695393e170c1442287e03b5cdaf8106a | In this task, you're given text messages in natural language. Your task is to classify those text messages based on their content into two classes: (1) Spam and (2) Ham messages. If the content of the given message is irrelevant to the receiver or is equally relevant to many other potential recipients then it must be l... | ham |
task756_find_longert_substring_and_return_all_unique_alphabets_in_it | task756-bf8dc779497c44b0a1426bd1ddd64044 | 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.
aDDmqCXUcOdJiYVZQgJUk, qDECXUcOdJiAWTcraV | a, c, d, g, i, j, k, m, o, q, u, v, x, y, z |
task065_timetravel_consistent_sentence_classification | task065-91f303a334c54ef19f13f9c83eb403f9 | 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 |
task285_imdb_answer_generation | task285-d5ce9308ad1a411b8db40bc1f42585b8 | 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: In this send-up of horror films, 50's cold war paranoia, Re... | no |
task066_timetravel_binary_consistency_classification | task066-d245a8d400fb4a10a181418ec2c38e2f | In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given a candidate for the second sentence and you need to identify if the given sentence connects the first sentence with the rest of the story. Indicate your answer by "Yes" if it connects, otherwi... | Yes |
task1313_amazonreview_polarity_classification | task1313-fec8c1e4c5484e27bf14c0f32ab3ab9b | In this task, You are given an amazon review and its polarity (positive or negative). Your task is to answer "True" if the specified sentence and its polarity match; otherwise, answer "False"
Review: My dog normally devours any bully stick in minutes, he loves them. He would not touch these. Smelled them and literally ... | True |
task585_preposition_classification | task585-27106a4349dc4ef2ad16ca9f9f47ffeb | In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from"... | from |
task1364_hans_answer_generation | task1364-4c1b6fe9afaf46c2949336a2f6d274b7 | 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 tourist that... | The presidents mentioned the tourist . |
task470_mrqa_question_generation | task470-3a29ebef9a474ea79a03d41a9ac8327d | Given a context passage, generate a question from the passage such that its answer is shortest continous span from the passage.
Imatinib was the first BCR-ABL tyrosine kinase inhibitor to become clinically available. In this study, we retrospectively evaluated the long-term efficacy of low-dose imatinib (final maintena... | What tyrosine kinase, involved in a Philadelphia- chromosome positive chronic myelogenous leukemia, is the target of Imatinib (Gleevec)? |
task1312_amazonreview_polarity_classification | task1312-f7d15df2ed4b40fbae64c2d628ccf5a0 | In this task, 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.
Severely disappointed in the quality of this product. It worked exactly 3 times and then quit working on multiple devices. I would not recommend thi... | negative |
task146_afs_argument_similarity_gun_control | task146-872f671ba9584aa986e5a6dae1e4044b | We would like you to classify each of the following sets of argument pairs (discussing Gun Control) 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 FAC... | Similar |
task471_haspart_answer_generation | task471-d0d921e8082b429a94c5aab6e7bf83cf | Given an entity as input, output another entity which is part of the input entity. 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., output entity) is in a part-of relationship with its holo... | webbed toe |
task573_air_dialogue_classification | task573-26121ba8d6f74090b64abb16c8564698 | In this task, you are given a conversation between a flight agent and the customer. You are given 4 options and you need to select the goal of the conversation. It is provided as part of customer's context, which has to be one of the following: `book`: Make a new reservation, `cancel`: Cancel an existing reservation, `... | no_reservation |
task523_find_if_numbers_or_alphabets_are_more_in_list | task523-52979130883c4e059a94326758ff1bc6 | 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... | Alphabets Win |
task611_mutual_multi_turn_dialogue | task611-95d973378419429d85b5169d05da6058 | 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 |
task080_piqa_answer_generation | task080-b9808afdb92c4513b3aa2828808e71ea | 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.
Remove gl... | Rub furniture with steel wool. |
task374_synthetic_pos_or_neg_calculation | task374-d3a4209effea402a9704bee35224b357 | 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... | [20, 134, 174, 112, 138, 285, 78, 102, 297, 180] |
task1217_atomic_answer_generation | task1217-438b073e92124d0797a3bbe1684bc1d2 | 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 provides ___ to children | house |
task303_record_incorrect_answer_generation | task303-2f24d710750b445b9adc27f0d775ff22 | 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 ... | Nebraska |
task902_deceptive_opinion_spam_classification | task902-8c83b67043974552af01148a6025f05c | Classify the given hotel review based on the sentiment it expresses into two classes: negative and positive.
After a one night stay at the Millennium Knickerbocker Hotel Chicago I must say that while I loved Chicago I will never go back to this hotel. The problems started in the parking lot, yup before I even got in. T... | negative |
task299_storycloze_sentence_generation | task299-030bb2e966204ab88117dd1481e41188 | 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... | 2, He was terrible at sculpture. |
task092_check_prime_classification | task092-a8b47097522843cf91651f54e78edbab | 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.
62342 | No |
task111_asset_sentence_simplification | task111-718fecc2bb164c6fb1182e84ac697c89 | 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... | Some untrusted sources say he was in Paris between 1308 and 1310. |
task1420_mathqa_general | task1420-dc8da54d89cc44d6b67d3f7ecb3fe4f3 | In this task, you need to answer the given multiple-choice question on the general math. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.
Problem: if | y + 5 | = 8 , what is the sum of all the possible values of y ?
Options: a ) - 14 , b ) - 13 , c ) - 8 , d ) - 12 , e ) - 10 | e |
task397_semeval_2018_task1_tweet_anger_detection | task397-a7d74b83981142fda8483458e11693dc | In this task you are given a tweet. You must judge whether the author of the tweet is angry or not. Label the instances as "Angry" or "Not angry" based on your judgment.
'if you really want something and you do nothing about it,you have no right to pout around if you don't get it.Kasi 'di ba you did nothing?' | Angry |
task512_twitter_emotion_classification | task512-fd2d726d5f9440ae8f2c586bbd5c7438 | In this task, you are given Twitter posts. Your task is to label the post's emotion (as expressed by the user) as sadness, joy, love, anger, fear, or surprise.
i feel super bad because i miss the blogging world miss reading everyones blogs miss documenti | joy |
task303_record_incorrect_answer_generation | task303-cdad8fd42ed44d85b5bafd66233a44e0 | 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 ... | Leytonstone Tube |
task850_synthetic_longest_palindrome | task850-4c483a2a08f648cebcf2d42994240956 | 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.
mmmmmffmfmm | mmmmm |
task852_synthetic_multiply_odds | task852-af98cf162db948bcbf38417917296b1b | 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... | [-21, 975, -315, 21, -85785, -703, 3675, -175, -13, -27, 55, -435] |
task586_amazonfood_polarity_classification | task586-9c923b96b68a40ff9421dd2882c729b4 | 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.
I have a 10 year old Aussie shep/heeler mix with chronic skin allergies -- I tried him on every premium dog food including grain free protein only formulas -- and... | Positive |
task183_rhyme_generation | task183-8bc526b09f754b1bac032aa54dc4419b | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
low | sew |
task515_senteval_odd_word_out | task515-f3efe7ac505343d7981959e1a619ca4f | In this task, you are given a sentence. You must judge whether a single noun or verb has been replaced with another word with the same part of speech. The inversion would result in the sentence sounding unnatural, So unnatural sentences will be considered changed. Label the instances as "Original" or "Changed" based on... | Original |
task365_synthetic_remove_vowels | task365-7d9c4896bb1a4262a0b9d110134fccaa | 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.
dUIERZHeGUaXafq | dRZHGXfq |
task405_narrativeqa_question_generation | task405-72fc9514d1624c138ffcb0eea5611e64 | 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... | Conan travel into what lands on his Quest for the Heart of Ahriman? |
task568_circa_question_generation | task568-973d11342d714430a5cccc38f8d5194c | In this task, you are given an answer, and your task is to generate a reasonable question for that answer.
A drink sounds good right now. | Want to go to Happy Hour? |
task430_senteval_subject_count | task430-19a5e796104148d8af574c65d46853c9 | 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.
The cart moved forward again. | Singular |
task1217_atomic_answer_generation | task1217-85f2129dd8b3486ab9876c7c9cba826f | 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 calls a ___ to discuss | gathering |
task1285_kpa_keypoint_matching | task1285-78810ec12cb04e65b9c0c6b8e6c02d5c | The input contains a debate topic, an argument on the topic and a keypoint, separated by "<sep>". Your task is to answer if the keypoint matches the argument and summarizes exactly what the argument means, in the context of the given topic.
Topic: We should subsidize space exploration<sep>Argument: It is important to k... | True |
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately | task509-b132633ec0bc47aba6b8176f087f97b6 | 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... | l, Y, O, Q, i, B, n, F, Q, Z, g, N, w, R, v, R, l, g, 1233, 6587, 5185, 1599, 1067, 9659, 9753, 5367, 993, 6991, 701, 8641, 8871, 3555, 9203, 6405, 5225, 8127 |
task1422_mathqa_physics | task1422-27d12c5f63d34dfa93e2b964c495ce7d | 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: john traveled 80 % of the way from yellow - town to green - fields by train at an average speed of 80 miles per hour . the rest of the way john traveled by car at an avera... | c |
task323_jigsaw_classification_sexually_explicit | task323-15689088b3254dddb90481fabbd79072 | In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: sexual-explicit and non-sexual-explicit. A comment is considered sexual-explicit if it explicitly portrays sexual matters.
Comment: Sarah, What a well written, thoughtful oped piece. Thanks for... | Non-sexual-explicit |
task576_curiosity_dialogs_answer_generation | task576-7ddcf00d9a2f40a69b1d976be865d9a3 | 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've provided a great deal of good information. Thank you and have a good day.
I'm intrigued please tell me more.
I sure can. The ... | I sure can. The overall Ottawa-Gatineau census metropolitan area (CMA) has a larger proportion of French speakers then Ottawa itself: Since Gatineau is overwhelmingly French speaking. |
task633_dbpedia_14_answer_generation | task633-9ed710b434f641fe83470dc031aeff07 | In this task, you are given a text which is the body of a document. You are given a question and options. Pick the correct number. Don't generate anything else apart from the numbers provided in options.
Context: Lightnin' is a 1925 American comedy film directed by John Ford. It was based on a successful play of the sa... | 4 |
task066_timetravel_binary_consistency_classification | task066-aa0abfcfeb96472cbd5526002fea784b | In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given a candidate for the second sentence and you need to identify if the given sentence connects the first sentence with the rest of the story. Indicate your answer by "Yes" if it connects, otherwi... | No |
task094_conala_calculate_mean | task094-c13c016cbad8449c8ffd1fdde53216db | 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.
[108.765, -52.115, 6.104] | 20.918 |
task1312_amazonreview_polarity_classification | task1312-dd66e5df406349afa01d97e8e19cb325 | In this task, 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.
I heard about this coffee from a friend. I'm typically a fan of instant coffee because of how quick and simple it is to make - I don't take the time... | positive |
task1328_qa_zre_relation_generation_from_question | task1328-42ad2c8651604fc397b4e04b510b00a5 | 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... | date of death |
task1502_hatexplain_classification | task1502-95e01cd0fc3446369d14ad697b20ae7b | The input is a tweet which can be classified as Hate Speech, Offensive or Normal. Given such a tweet, output the class the tweet belongs to. Hate Speech will contain threatening language towards the community targeted. Offensive language will contain abusive or discriminatory language towards the community targeted.
ho... | Normal |
task591_sciq_answer_generation | task591-381122dd95cf4656ac4ad8fe4f9d6928 | Given a scientific question, generate a correct answer to it.
A desert is a type of what community in an ecosystem? | biome |
task183_rhyme_generation | task183-f80a60cdcc3f414eb9309b176c908e59 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
we | mee |
task622_replace_alphabets_in_a_list_by_their_position_in_english_alphabet | task622-2875936cce714016b72843abee002169 | 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.
['4795', 'O', '8901', 'h', '757', 'b', 'U', '2385', '7085', 'b', '1571', 'B', 'o', 'B', 'R', '3445', ... | 4795, 15, 8901, 8, 757, 2, 21, 2385, 7085, 2, 1571, 2, 15, 2, 18, 3445, 1139, 14, 9465, 3587 |
task1293_kilt_tasks_hotpotqa_question_answering | task1293-beafb01a6a10468f8080dff50d2c6db9 | In this task, you are given a question. You have to answer the question based on your information.
Were BBMak and Bikini Kill active at the same time? | no |
task593_sciq_explanation_generation | task593-e6028b1650874ff1bf62a48da2f7838f | Given a scientific question and its correct answer, generate supporting facts for the answer. This supporting fact can be an explanation for the answer to the given question.
Question: What is another term for life science? Answer: biology | Life science is the study of life and living organisms. Life science is also called biology. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.