task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task1312_amazonreview_polarity_classification | task1312-8d89516a14e94fa89a6cfde7bac7855f | 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 bought these cords a mere few months ago and all of them no longer work. The cords frayed or fell apart and they all stopped charging for no reaso... | negative |
task1289_trec_classification | task1289-a4f7221cf62c48f48ed25531a4d66d18 | You are given a question. You need to detect which category better describes the question. A question belongs to the description category if it asks about description and abstract concepts. Entity questions are about entities such as animals, colors, sports, etc. Abbreviation questions ask about abbreviations and expre... | Quantity |
task1445_closest_integers | task1445-2f51cb9621e545218c9f39c83f154786 | In this task you will be given a list of integers. You should find the minimum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the smallest possible absolute distance.
[-60, 78, -88, -1... | 5 |
task310_race_classification | task310-b80b3b1b72f3482f9534c5f48ca699a3 | 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: Britain is a popular tourist p... | Yes |
task637_extract_and_sort_unique_digits_in_a_list | task637-03c5f0a1c6db4e3dbdcc678935476687 | In this task, you are given an input list A. You need to extract and sort the unique digits used in the list in ascending order. Return -1 if there is no digit in the list.
['349', 'y', 'd', '249', 'r', 'q', '39', 'r', '373', '367', '381', 'e', 's', '41', 'q'] | 1, 2, 3, 4, 6, 7, 8, 9 |
task389_torque_generate_temporal_question | task389-c3e6f54520954c6bad9482786ce4c645 | 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 didn't happen often before he said? |
task377_remove_words_of_given_length | task377-3612c961bdb34abc828efa9c71620055 | 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 piece of pie with a piece cut out'. Remove all words of length '3' in the given sentence. | a piece of with a piece |
task636_extract_and_sort_unique_alphabets_in_a_list | task636-7e37cc020a324a56bdca06155fad3fe8 | In this task, you are given an input list A comprising of numbers and alphabets. You need to extract and sort the unique alphabets in the list. The alphabets in the input list will only be in lowercase. Return -1 if there is no alphabet in the input list.
['t', 's', 'v', '7151', 'b', 'x', 'n', 'p', '1915', 'l', 'e', 'm... | a, b, d, e, i, l, m, n, p, q, s, t, v, x |
task369_synthetic_remove_odds | task369-07283f305cf7496d933e0b812575059f | In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets.
[62, -49, 61... | [62, -72] |
task002_quoref_answer_generation | task002-18c459de76224035ba1c77d5d623f84b | 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: As far as we know, the earliest cantatas of Johann Sebastian Bach were p... | Bach. |
task183_rhyme_generation | task183-52d830a115c1477e831b37738f4e9b95 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
choose | pews |
task476_cls_english_books_classification | task476-7128b6d0f8394b859d2256b47774ac68 | In this task, you are given books product reviews in English language. The goal is to classify the review as "POS" if the overall sentiment of the review is positive or as "NEG" if the overall sentiment of the review is negative.
Drinking or fishing? . I have enjoyed reading other books by Mr. Prosek, however, this one... | NEG |
task1206_atomic_classification_isbefore | task1206-f2e09c77b2c744b5909f782ed0799314 | 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... | No |
task373_synthetic_round_tens_place | task373-3845eea70f34478b8800281e8918fa1b | In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[-719, -389, -595, 220, -62, 108, -496, -278] | [-720, -390, -600, 220, -60, 110, -500, -280] |
task267_concatenate_and_reverse_all_elements_from_index_i_to_j | task267-4b26acd2651849e196a77af7311524be | In this task, you are given inputs 'i', 'j', and A, where 'i' and 'j' are integers and A is a list. A list is shown by two brackets and comma-separated numbers and characters inside, like ['1', '12', 'l']. You need to concatenate all elements of A from the ith element to the jth element, and then reverse the resulting ... | oy |
task384_socialiqa_question_classification | task384-38aa9e29b1f249109597a1d67a550efc | 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: Sydney followed their brother home... | True |
task183_rhyme_generation | task183-9841c4fcba50499d955780d0c33a2e3f | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
say | gway |
task1360_numer_sense_multiple_choice_qa_generation | task1360-864a8cfa162248e68ef7027bd8274093 | 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').
Pups consume an average of ____ liters of milk a day.\Question: Choose the right answer from options given a) two b) eight c) six d) zero | b |
task405_narrativeqa_question_generation | task405-057f43f1680d4840af00b062ed135b20 | 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 did Hugh Crain's first wife never enter Hill House? |
task899_freebase_qa_topic_generation | task899-a29bd73dd0d54caab87185acfe8ad1be | Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about.
What book was written by Alexandre Dumas about Edmond Dantes' imprisonment in the Chateau d'If? | alexandre dumas |
task1289_trec_classification | task1289-1e2c70e3eef041469517acd2753a799b | You are given a question. You need to detect which category better describes the question. A question belongs to the description category if it asks about description and abstract concepts. Entity questions are about entities such as animals, colors, sports, etc. Abbreviation questions ask about abbreviations and expre... | Person |
task849_pubmedqa_answer_generation | task849-66080d38512f4c50bc9aa6ae4b3afcee | In this task, you are given a passage which has a question and the context. You have to generate an answer to the question based on the information present in the context.
Context: Different apoptosis pathways activate caspase-3. In a study involving 27 patients with traumatic brain injury (TBI), higher caspase-3 level... | The association between serum caspase-3 levels and mortality in TBI patients was the major novel finding of our study. |
task074_squad1.1_question_generation | task074-325b559749044d6a893f1834481132f9 | 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 was the one ingredient of traditional English ale? |
task934_turk_simplification | task934-7fd403b6afc7479b8357574dda027030 | 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.
it is found mainly in papua new guinea at elevations between 2000 and 3000 meters. | it is found mainly elevations between 2000 and 3000 meters in papua new guin. |
task1730_personachat_choose_next | task1730-eaf967d130a942b8b2792e52abaa956a | You will be given a person's personality, and a history of a conversation this person has had. You will be given four candidate sentences to complete the conversation, based on the context. Choose one and answer with the text.
Personality: I love nighttime.
I just bought new hoop earrings.
I have a cat named charlie.
M... | I always park away from other vehicles so I make sure I don't hit anything. |
task574_air_dialogue_sentence_generation | task574-f737dcddaec74dd580de1d979f3edb97 | 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: Can you please book a ticket from DFW to AUS? |
task849_pubmedqa_answer_generation | task849-d3f618e921c741e6a3512bcb8c66894d | In this task, you are given a passage which has a question and the context. You have to generate an answer to the question based on the information present in the context.
Context: The evidence on the prognostic value of transthoracic echocardiography (TTE) in elderly, hemodynamically stable patients with Pulmonary Emb... | The prevalence of echocardiographic RV dysfunction varied widely depending upon the definition used. There was no association between RV dysfunction and clinical outcomes. Thus, TTE may not be suitable as a stand-alone risk assessment tool in elderly patients with acute PE. |
task1296_wiki_hop_question_answering | task1296-d8021e30d5f54dbc99c9f39c06d3e36e | In this task, you are given a context, a subject, a relation, and many options. Based on the context, from the options select the object entity that has the given relation with the subject. Answer with text (not indexes).
Context: Mammals are any vertebrates within the class Mammalia (from Latin "mamma" "breast"), a cl... | tetrapoda |
task1420_mathqa_general | task1420-a8858f63879044638710423f2af7e56b | 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: at a certain fruit stand , the price of each apple is 40 cents and the price of each orange is 60 cents . mary selects a total of 20 apples and oranges from the fruit... | e |
task191_hotpotqa_question_generation | task191-9549e5cc75ac4622b3ef27f2720a4d56 | In this task, you are given a set of context paragraphs, some supporting facts and an answer of a question. Your task is to generate question for given answer based on set of context paragraphs, supporting facts and an answer.
Context_1 : This is a list of videography by South Korean six-member boy band Shinhwa. Formed... | Are Shin Hyesung and Stza from the same country? |
task183_rhyme_generation | task183-8b78dd5d96e74a63bc4287604a468612 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
lift | shrift |
task674_google_wellformed_query_sentence_generation | task674-4d57cd380c2b4d1ba755afed2a5b9d31 | 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.
How do you change the headlight bulb on a saab 93 ?
Where do you go after riku takes pinnoccio ?
A mineral consisting entirely... | A mineral consisting entirely of SiO2 is known as ? |
task1296_wiki_hop_question_answering | task1296-f2c8eea44425471da343f31fe6edfaa4 | In this task, you are given a context, a subject, a relation, and many options. Based on the context, from the options select the object entity that has the given relation with the subject. Answer with text (not indexes).
Context: Florence is the capital city of the Italian region of Tuscany and of the Metropolitan Cit... | florence |
task191_hotpotqa_question_generation | task191-d32ed7a2a3a14126847883e37247b480 | In this task, you are given a set of context paragraphs, some supporting facts and an answer of a question. Your task is to generate question for given answer based on set of context paragraphs, supporting facts and an answer.
Context_1 : Vnukovo Airlines (Russian: Внуковские авиалинии or "Vnukovskie Aviallnii") is a d... | What airlines is a spinoff from a carrier that operates mainly from Sheremetyevo Internation Airport? |
task285_imdb_answer_generation | task285-3ee3032e62d04fb483cfd361e916a2c4 | 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: The whole does not even come close to the sum of the parts.... | yes |
task1601_webquestions_answer_generation | task1601-c1f9860cdccc44a38cc89bbbf0992bfb | Based on the given question and tppic, give an answer. The answer is available on on the internet. The questions are mostly centered around a single named entity.
concept: Billy Burke 1966 question: what movies has billy burke been in? | ['New Moon', 'Feast of Love', 'Without Limits', 'Dill Scallion', 'Fracture', 'Komodo', 'Ladder 49', "Don't Look Down", 'Untraceable', 'Mafia!'] |
task344_hybridqa_answer_generation | task344-25a07207da3c4deebe5234a0b5e353fa | 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.
For the players in the TE position , who was youngest ? | Greg DeLong |
task568_circa_question_generation | task568-02337932d29241fc8819625f30616f3b | In this task, you are given an answer, and your task is to generate a reasonable question for that answer.
Since I was a teenager. | Have you ever played the guitar? |
task1596_event2mind_text_generation_2 | task1596-3ac7af96fb3944f08977fc01f0f52602 | The task is to generate text based off of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons intent behind doing the event, i.e. why did the person do that action.
PersonX looks PersonY straight in the eye | to show person that x is being forthright |
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists | task755-f8467310f21d4cf6a85024a2e3ad252e | 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... | UhmVlcdLJpefffhijjlmoprtuwxyywGyXIzwFLGs, DuzgzyefffhijjlmoprtuwxyyOVZjWAwWxtvqERHTBr |
task1384_deal_or_no_dialog_classification | task1384-b3fdff88314c4a6b9c9e0a0e22db77bb | Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
THEM: hello! i would like the hat and the balls. you can have all of the books. YOU: you can have the balls but, i need the hat and three books THEM: i need the hat. would you be willing to take a... | No |
task674_google_wellformed_query_sentence_generation | task674-ec089361400c4eae9d7596fe8efdd082 | 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.
How did Sacajawea become famous ?
1984 2 pound coin ?
Is Samuel De Champlain Married ?
How can you make a bakugan ball ? | 1984 2 pound coin ? |
task183_rhyme_generation | task183-6ef6c8e995e74952b337752a39e2d42f | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
through | ou |
task1445_closest_integers | task1445-fc5d0c983f2e4fe781dcc076eba66ecd | In this task you will be given a list of integers. You should find the minimum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the smallest possible absolute distance.
[65, 69, 7, 52, -... | 1 |
task074_squad1.1_question_generation | task074-edea14df5c404d999b6925b6dc513873 | 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 year was a large scale solar distillation project constructed in Las Salinas? |
task578_curiosity_dialogs_answer_generation | task578-de746661f2f94ac088fa80c54e5a73c4 | In this task, you are given dialogue, and you have to find the most critical location in the given conversation.
Do you know anything about Uttar Pradesh? I have heard the name but don't know anything about it.
Sure i will tell you detail information about Uttar Pradesh. Uttar Pradesh is a state in northern India. Fo... | Uttar Pradesh |
task611_mutual_multi_turn_dialogue | task611-d7fff01d7f604710a69f8d4bd4a86277 | 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... | B |
task327_jigsaw_classification_toxic | task327-18741673caa4476ea2112b4c407dc905 | 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: This is bullshit...a quintessenti... | Toxic |
task848_pubmedqa_classification | task848-c31bb72facf84e3ba704fde0db1d6816 | 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.
Essentials The procoagulant effects of microparticles (MPs) on coagulation in endotoxemia are not know... | 0 |
task1420_mathqa_general | task1420-adaac61f3b2448e5a5222292a6829f50 | 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 a * b * c = ( √ ( a + 2 ) ( b + 3 ) ) / ( c + 1 ) , find the value of 6 * 15 * 11 .
Options: a ) 8 , b ) 5 , c ) 1 , d ) 3 , e ) 4 | c |
task074_squad1.1_question_generation | task074-1011e86770d34c74b893fc532f3a5e76 | This task is about reading the given passage and construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) its answer is a continuous text span from the paragraph. Avoid creati... | Who recommended setting up the FC Barcelona Foundation? |
task1446_farthest_integers | task1446-8426b60214f8462ca4f1bec2e2df0126 | In this task you will be given a list of integers. You should find the maximum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the largest possible absolute distance.
[-74, -60, 84, -13... | 163 |
task309_race_answer_generation | task309-4d231f58c09440bfa277982ea4e4e29f | 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... | C |
task161_count_words_containing_letter | task161-48c49b8bab224c0c8d8ab4066a099bb7 | In this task, you need to count the number of words in a sentence that contain the given letter
Sentence: 'a jet airliner carrying a small shuttle above it'. How many words contain the letter 'r' in the sentence. | 2 |
task1151_swap_max_min | task1151-a765467e98d5427c88777af1aec98f59 | In this task, you are given a list of unique integers you need to swap the positions of maximum and minimum element in the list and return the updated list.
[254, 409, 441, 99, 74, 292, 395, 136, 447, 233, 367, 112, 185, 327, 22, 454, 271, 319, 293, 200] | [254, 409, 441, 99, 74, 292, 395, 136, 447, 233, 367, 112, 185, 327, 454, 22, 271, 319, 293, 200] |
task374_synthetic_pos_or_neg_calculation | task374-7a55b2e243f943d1979d71f2ea58704b | 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... | [62, 225, 162] |
task306_jeopardy_answer_generation_double | task306-50583933e88e4780aed9d61fc7a6a83c | 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: STATES OF THE UNION
Clue: Its near islands are farthest from its mainland; Kodiak is... | alaska |
task075_squad1.1_answer_generation | task075-95438f78f36a4fadaca2224936d3ca58 | This task is about writing a correct answer for the reading comprehension task. Based on the information provided in a given passage, you should identify the shortest continuous text span from the passage that serves as an answer to the given question. Avoid answers that are incorrect or provides incomplete justificati... | Turing machine |
task1340_msr_text_compression_compression | task1340-6068e33f60774e5a9f498ac6c56c1f5a | Given a text, write a compressed version of it in a single sentence.
Give the NYT credit for getting Mother Teresa back on the front page and a bonus point for including some criticism of her in the story. " Not everyone in Calcutta, or India for that matter, is unanimous in praising the nun, whose organization was abl... | Mother Teresa back on the front page and NYT included criticism of her in the story. Not everyone is unanimous in praising the nun, whose organization raised millions worldwide, but made no significant changes in social structure of neighborhoods. |
task206_collatz_conjecture | task206-06288b070a2a4a67b6a4cc7ede88d0f8 | In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
[166, 73] | [83, 220] |
task956_leetcode_420_strong_password_check | task956-1163709eae064f6299e62edc21c33d25 | You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit... | 26 |
task1290_xsum_summarization | task1290-9376eec9ff924ceca2438a5933d1fc6a | In this task, you are given an article. Your task is to summarize the article in a sentence.
Eco Comics said it had been forced to alter the ancient naked chalk hill figure in its online comic because some outlets had refused to release it.
The comic said the Cerne Giant's "rather renowned region" would be fully concea... | A comic character based on Dorset's Cerne Abbas Giant has had to be redrawn because it showed his genitalia. |
task1289_trec_classification | task1289-61f570cf4c4b4755b2d5e11564c1d416 | You are given a question. You need to detect which category better describes the question. A question belongs to the description category if it asks about description and abstract concepts. Entity questions are about entities such as animals, colors, sports, etc. Abbreviation questions ask about abbreviations and expre... | Person |
task1326_qa_zre_question_generation_from_answer | task1326-8734d3ef2b9b4b4c82f2358f4d3c6b5f | Generate a question which can yield the answer mentioned in the input. Generated question must be answered by the answer provided in input, without using any extra knowledge.
Context : Derrick Ng (born September 21, 1987) is a male Canadian badminton player from Vancouver, British Columbia.
Answer : male | Which gender is Derrick Ng? |
task1310_amazonreview_rating_classification | task1310-702bf7fbff1d4bbcb7f7bab6be7bcd25 | In this task, you're given a review from Amazon. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good.
I think it is really pretty, but I am worried about the strength and if it will really protect we... | 3 |
task303_record_incorrect_answer_generation | task303-8a352421d7d0468a91b7657f5d8c0d01 | 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 ... | London |
task591_sciq_answer_generation | task591-f0cf942117144b21983891957174b910 | Given a scientific question, generate a correct answer to it.
What is the term for a formula that shows the elements in a compound in their lowest whole-number ratio? | empirical formula |
task389_torque_generate_temporal_question | task389-36e6b042c72b4a729edca1eff9c01fa4 | 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 might have been happening before pilgrims made the trip? |
task075_squad1.1_answer_generation | task075-9bcd2936902d4b82bc007285c409d885 | This task is about writing a correct answer for the reading comprehension task. Based on the information provided in a given passage, you should identify the shortest continuous text span from the passage that serves as an answer to the given question. Avoid answers that are incorrect or provides incomplete justificati... | UTF-8 and UTF-16 |
task183_rhyme_generation | task183-88688c3c299f4de193b1f3dd235cf280 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
lie | bae |
task1326_qa_zre_question_generation_from_answer | task1326-c6f9e918fa4043b0b39d6e449e9936fd | Generate a question which can yield the answer mentioned in the input. Generated question must be answered by the answer provided in input, without using any extra knowledge.
Context : Nytt på nytt (literally: ``The News Anew'' or ``News on news'') is a Norwegian version of the British comedy programme Have I Got News ... | Which is the basis of Nytt på nytt? |
task183_rhyme_generation | task183-dfa0f7c398b04b969bc600690517b6a7 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
rose | rows |
task470_mrqa_question_generation | task470-6d7169194f8b408e9c8971f7ffad53dc | Given a context passage, generate a question from the passage such that its answer is shortest continous span from the passage.
The peace Treaty of Limerick signed on 3 October 1691 offered favourable terms to Jacobites willing to stay in Ireland and give an oath of loyalty to William III. Peace was concluded on these ... | Who did the Jacobite army leave with? |
task074_squad1.1_question_generation | task074-efeff5fd8bfb4a82aadb53215aa64002 | This task is about reading the given passage and construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) its answer is a continuous text span from the paragraph. Avoid creati... | Who finances European film co-productions? |
task574_air_dialogue_sentence_generation | task574-fdba19b503b94b528ac64c4fa3164a13 | 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: My journey dates are Dec 26 and Dec 28. |
task905_hate_speech_offensive_classification | task905-cf599f2f63504ed28794a8b353605b23 | You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Tweet: "@Lil_Mike_12: Fuck twerking bitch can you cook ?"
Label: Offensive | true |
task898_freebase_qa_answer_generation | task898-7c8637eeb52e4068956ddbc90c7caf2d | 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.
In Shakespeare Hamlet who is Ophelia's brother? | laertes |
task298_storycloze_correct_end_classification | task298-439df42dca024a37a069960c9435fa06 | 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: We went hiking a few weeks ago. Sentence2: After deciding to lea... | Yes |
task111_asset_sentence_simplification | task111-05ef2de99a5e4fccacbfa6069c208e47 | 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... | Across the region , rainfall reach at 5.9 inches (150 mm) at Whitbourne. |
task100_concatenate_all_elements_from_index_i_to_j | task100-085c87984a2d49159e81b1ae72990a13 | 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... | 45473479l |
task477_cls_english_dvd_classification | task477-c7f68addd7ba42bd92dde68622f639bc | In this task, you are given product reviews about dvds. The goal is to classify the review as "POS" if the overall sentiment of the review is positive(the reviewer is satisfied) or as "NEG" if the overall sentiment of the review is negative(the reviewer is not satisfied).
Superb . Just in case the preceeding reviews do... | POS |
task301_record_question_generation | task301-29c6a938f9dd435db4f047a53912b980 | In this task, you will be shown a passage. You need to write a fill-in-the-gap question based on your understanding of the events that might be inferred from the passage. Your question should be answerable based on the passage and only have one correct answer. Show the gap in your question with a _ .
Chelsea have beate... | _ has sought a move from Barcelona, where his opportunities have been limited by the dazzling presence of Lionel Messi, Neymar and Luis Suarez. |
task1308_amazonreview_category_classification | task1308-3166d5fc5189426fa958402b64c5323f | 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: No check valve. At least not on the one I ... | False |
task195_sentiment140_classification | task195-5766296b60a84a2db89de47ca578baee | In this task, you are given a text from tweets. Your task is to classify given tweet text into two categories: 1) positive, and 2) negative based on its content.
My teacher says I will have buns of steel when this is all over. I predict I will have no buns at all if I keep this up. | negative |
task103_facts2story_long_text_generation | task103-0beeaf94a9cf4e58b90a1d9a81b50495 | 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: Johnny Br... | Johnny Brent Fox, home from school during a scarlet fever outbreak, manages to con a younger boy out of a magnet by trading it for an invisible watch. The other boys nanny accuses Johnny of stealing, which makes Johnny feel guilty. He runs away from home. After an older boy uses the magnet to cheat at pinball and Johnn... |
task087_new_operator_addsub_arithmetic | task087-d336ed13f7e14766b0c51b4794ae2d1a | 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
242 # 382... | 7835 |
task067_abductivenli_answer_generation | task067-a4778b2e17b94838abc79923517624ed | In this task, you're given the beginning and the ending of a three-part story. Your job is to complete the short story by writing a middle sentence that seamlessly connects the first and last sentence. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using an... | I had triple A fortunately. |
task166_clariq_sentence_generation | task166-6acd317990344726b6c76ddc28c9da94 | Sometimes users of dialogue systems ask vague questions/queries from the system. In this case, the system asks them a clarifying question to be able to answer it correctly. In this task, you are given a question/query in natural language and your task is to ask a good clarifying question to understand the given questio... | did you want to search for a specific site |
task390_torque_text_span_selection | task390-f0e4a15e183248bc85d51426c81f29ce | 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: The me... | due |
task934_turk_simplification | task934-a0b2314ffd70495695f9cd86b1d5632c | 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.
upon becoming a tropical cyclone , the depression maintained multiple cloud swirls within a common center. | upon becoming a tropical cyclone , the depression always has multiple cloud swirls within a common center. |
task1729_personachat_generate_next | task1729-64f05c68cc774fcaa7904834924eeebf | 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 am a perso... | You joint right thing take your time to use it the right way. |
task390_torque_text_span_selection | task390-ac396f6979b34f9388b524ec73f10c12 | 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: He sai... | said |
task517_emo_classify_emotion_of_dialogue | task517-7623e6d2e90348e7aac93d8976f3b0be | In this task you will be given some text dialogue and you need to infer the underlying emotion of the text. The possible emotions are happy, sad, angry, or other.
ohk ok btw wassup tell me your whatsapp no | other |
task293_storycommonsense_emotion_text_generation | task293-16abcb93024e4c61abf3cea87b474b02 | 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 ... | annoyed |
task163_count_words_ending_with_letter | task163-ea6ecac3c09348a1a86eeccaf388f727 | In this task, you need to count the number of words in a sentence that end with the given letter. Answer with numbers and not words.
Sentence: 'a knitted teddy bear hanging off an afghan'. How many words end with the letter 'g' in the sentence. | 1 |
task637_extract_and_sort_unique_digits_in_a_list | task637-f2b76e0762184c2bbf46e134f756a4ae | In this task, you are given an input list A. You need to extract and sort the unique digits used in the list in ascending order. Return -1 if there is no digit in the list.
['s', '445', '105', '401', 'e', '63', 'b', '393', '247'] | 0, 1, 2, 3, 4, 5, 6, 7, 9 |
task002_quoref_answer_generation | task002-a9581df1de6647d6a17191a47090a974 | 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: Elizabeth Halsey is an immoral English teacher at John Adams Middle Scho... | Elizabeth. |
task1520_qa_srl_answer_generation | task1520-d87b849827da410a9f5b910d78bd3503 | In this task, you are given a sentence and question which can be answered using the sentence. Your task is to answer the question using the information from the sentence. The answer to the question is unique and it is a continuous text span from the sentence.
Sentence: 1989 saw the release of `` Misspent Youth '' on MC... | MCA |
task1596_event2mind_text_generation_2 | task1596-527eae99030d46d6b0cc3bde87699aa8 | The task is to generate text based off of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons intent behind doing the event, i.e. why did the person do that action.
PersonX takes ___ back | to be cautious |
task100_concatenate_all_elements_from_index_i_to_j | task100-2173955e4965422fa8822f1af0a76101 | 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... | x7947Eh9683Ym |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.