task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task586_amazonfood_polarity_classification | task586-7dee0eb34160496084301ce0a7d4d915 | 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.
Ahmad Tea is an excellent looseleaf tea eith hot or for making iced tea. Great flavor with no lingering aftertaste. | Positive |
task293_storycommonsense_emotion_text_generation | task293-d7f4a7f11a644de6b996f790659efad2 | 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 ... | discouraged |
task067_abductivenli_answer_generation | task067-3a91d5d992de4e57b38c5be9419967e3 | 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... | but they left water near a computer. |
task454_swag_incorrect_answer_generation | task454-9e2b574d543f41729bf95e0d6de71146 | Given a sentence, generate a most unlikely next statement. The next statement should not be logically relevant to the given context
A person rides a motorcycle on a dirt path. The person | kicks it into the dirt. |
task1290_xsum_summarization | task1290-d85a539718854d2296a15a085152d6e9 | In this task, you are given an article. Your task is to summarize the article in a sentence.
Today's ruling means the advert must not appear again in "its current form".
Six customers complained to the ASA over the Amazon trial, saying that it was not clear "that a paid subscription would automatically start" if not ca... | The Amazon Prime 30-day free trial advertisement was "likely to mislead" customers, the Advertising Standards Authority (ASA) says. |
task1594_yahoo_answers_topics_question_generation | task1594-95063c296071496b9b50f8d52d491e14 | You are given a passage. You need to construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) its answer is the whole paragraph. Avoid creating questions that can be answered correctly without actually understanding the paragraph.
it depends ... | Is the Devil sexier than the Angel? |
task379_agnews_topic_classification | task379-4aaac1fb41eb4984b5abeaa18a55f8a2 | In this task, you are given a news article. Your task is to classify the article to one out of the four topics 'World', 'Sports', 'Business', 'Sci/Tech' if the article's main topic is relevant to the world, sports, business, and science/technology, correspondingly. If you are not sure about the topic, choose the closes... | Business |
task924_event2mind_word_generation | task924-b994c954afba4a11a75f015d8b188cf6 | 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 graduates from school. Intent: 1) he is suff... | also proud |
task183_rhyme_generation | task183-93606c51de394a37bdf46ed431e85b1c | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
sight | alight |
task750_aqua_multiple_choice_answering | task750-3f17541349054fb1b8564d644d70c42f | 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 D |
task1292_yelp_review_full_text_categorization | task1292-e50a2ad6d2354cfb88eb0f189bb84fab | You are given a review about a place. You need to provide a rating from "1 star" to "5 stars" for this place.
This place is unreal, in the worst possible way! First of all, you have to wait a good 20-25 minutes for your food to be made, when there's not even any business in the first place. The wrap I ordered was so ut... | 1 star |
task111_asset_sentence_simplification | task111-a4aca0107ce64d40b93c8272cfb6e7de | 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... | The terms "RISC" and "CISC" have become less useful with the continued progress of both CISC and RISC designs and implementations |
task207_max_element_lists | task207-651d5501279b4a7687aa17b1500f7226 | In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
[[-43, 23, -190, -7... | [23, -6, 76, 99, -63, -108, 66] |
task850_synthetic_longest_palindrome | task850-728db9ee7a6f4c088341a296841bb6a1 | 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.
cxcrccrrxrxrc | rxrxr |
task207_max_element_lists | task207-e7a98f8b239e4723819d8f358badf10f | In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
[[50, -125, 23, 29,... | [50, -13, 14] |
task327_jigsaw_classification_toxic | task327-44000426ad26459aaa0f7dc7bf71473b | 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: e tu Joe? | Non-toxic |
task157_count_vowels_and_consonants | task157-ad917420d23c4621966a22c36740d49e | 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 couple of people that are sitting on a bench'. Count the number of vowels in the given sentence. | 16 |
task507_position_of_all_numerical_elements_in_list | task507-9cd2a7d4ca194c86a2983266bcbd074a | 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.
['337', '9939', 'd... | 1, 2, 5, 8, 9, 10, 11, 13, 14, 15, 16, 19, 21, 22, 23, 24, 25, 26, 28, 30, 33, 34 |
task1217_atomic_answer_generation | task1217-bf196086f7a144d2b76fbd15526fcc51 | 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 avoids ___ later | tra |
task169_strategyqa_sentence_generation | task169-2dd796b06c044ce3a7d0d759d41462ac | In this task, you are presented with a term, a question, and a yes/no answer. For context, the term is associated with a short description. Write the simple facts one needs to know in order to answer the given question. The facts should be easily found on the web (e.g. mentioned in a Wikipedia page)
Term: Constitution ... | Fact1: Masbate and Panay are islands in the Philippines. Fact2: The Philippine constitution says the waters between their islands are subject to their governance. Fact3: The Philippines have an extradition treaty with China. |
task303_record_incorrect_answer_generation | task303-e6dbfb1c7b8a4852aa89aab850f2d9fc | 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 ... | Martin Glenn |
task064_all_elements_except_first_i | task064-9365afd177da4fff86fdd06493e86c5a | In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A after the first i elements. i will always have a value less than the length of A.
1, ['1271', 'M', 'w'] | M, w |
task079_conala_concat_strings | task079-d2bdec643d65498f9191e54c7ea30bda | In this task you will be given a list of strings and you need to concatenate them.
['d', 'e', 'V'] | deV |
task278_stereoset_sentence_generation_antistereotype | task278-4b51ac74e6c543239848f56128ff1f75 | In this task, you are given a context sentence containing a blank (_). You are expected to fill the blank with one word to make the sentence convey a cultural anti-stereotype. Anti-stereotype is an idea that goes against a common belief about a particular group of people. Your answer must not contain more than one word... | kind |
task303_record_incorrect_answer_generation | task303-97c5d64243a04df7b0d5c43cfbfa4b39 | 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 ... | Vancouver |
task820_protoqa_answer_generation | task820-3dd6a3386e854a49b343a1080e17d72d | Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question.
name someplace people go to help them think. | place of worship |
task384_socialiqa_question_classification | task384-8c2d8731453446fb8c29433149dd64f8 | 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: Jordan went to the local electroni... | True |
task405_narrativeqa_question_generation | task405-8b7f53409ef44db4b1fb688043c1e45e | 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 is Potter's dream? |
task899_freebase_qa_topic_generation | task899-25acef7bcb614a30972c2240402ff013 | Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about.
The voice of Bugs Bunny, Daffy Duck, Porky Pig, Sylvester the Cat, Tweety Bird, Foghorn Leghorn, Yosemite Sam, Wile E. Coyote, Woody Woodpecker, Barney Rubble, Mr. Spacely, Speed Buggy, Captain Ca... | captain caveman and the teen angels |
task900_freebase_qa_category_classification | task900-fb13771e210547a5b76f738395bbb9d8 | Given a trivia question, classify broad topical category from this list: 'theater', 'geology', 'book', 'tv', 'astronomy', 'aviation', 'military', 'government', 'boxing', 'projects', 'metropolitan_transit', 'law', 'venture_capital', 'broadcast', 'biology', 'people', 'influence', 'baseball', 'spaceflight', 'media_common'... | music |
task333_hateeval_classification_hate_en | task333-02ba6574a32c4cc88622560109ab6a4a | In this task, you are given a post in English from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as... | Hateful |
task380_boolq_yes_no_question | task380-89aa7501262f41ef8a690bb3c8241a59 | In this task you will be given a passage and a yes/no question based on the passage. You should answer the question using the information from the passage.
passage: After an initial order of 10 episodes, ABC Family ordered an additional 12 episodes for season one on June 28, 2010. The first season's ``summer finale'' a... | No |
task844_financial_phrasebank_classification | task844-d24c6db9e4124c38bc1d5a245276c1bb | Given a piece of financial news and its polarity, classify it into 'true' if the polarity is correct and classify into 'false' if the polarity is incorrect. Output must be 'true' or 'false'.
news:Under Finnish law , Parliament grants licences to build nuclear power plants .
polarity:neutral | true |
task821_protoqa_question_generation | task821-bde5e7963ae04a859df5b61f82712bb2 | Construct a question that every answer in the list is correct and reasonable for it.
car, computer, tv/remote, my body, washer, cell phone/phone | name something you have that you wish worked better. |
task429_senteval_tense | task429-914369c8de9545a187cbb60e2933c776 | In this task you are given a sentence. You must judge whether the main verb of the sentence is in present or past tense. Label the instances as "Present" or "Past" based on your judgment. If there is no verb in the given text, answer "Present".
Knock it off. | Past |
task756_find_longert_substring_and_return_all_unique_alphabets_in_it | task756-dd580fd020fa4d9cbc73e077e6c14bea | 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.
IufVOWQvqLPTfitTxrp, HevfVOWQvqLPosYc | f, i, l, o, p, q, r, t, u, v, w, x |
task303_record_incorrect_answer_generation | task303-310885456ca44a9c891084d8817e58b8 | 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 ... | Anfield |
task851_synthetic_multiply_evens | task851-6f02a851527f4262837e4afe1c0d6a2a | 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... | [-288, 12, -3840, 0, 0, -3338496, 1920, -648, 276, -1344, 6, -624, 0] |
task292_storycommonsense_character_text_generation | task292-064793861427443c84b3404a7d142253 | In this task, you're given a story (which contains five sentences only). Your task is to find all the characters which are available in the given story.
Sentence1: Sally was so nervous about her first day at the new school. Sentence2: She sat down next to a girl with blonde hair. Sentence3: Her name was Lisa. Sentence4... | Lisa, Sally |
task1217_atomic_answer_generation | task1217-5f05246d8dbe404f829bba8552a5450e | 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 sees ___ on television | kitchenwares |
task074_squad1.1_question_generation | task074-9ec2187a49e14815acccd065707640f0 | 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 gave Chopin money in the last years of his life? |
task1296_wiki_hop_question_answering | task1296-5e45b9739340485d96f3bb6d992308b9 | 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: The Caribbean Sea is a sea of the Atlantic Ocean in the tropics of the Western Hemisphere... | species |
task1731_quartz_question_answering | task1731-5d96b0c7efa341399511404644add5ad | You are given a short paragraph, a question and two choices to answer from. Choose the correct answer based on the paragraph and write the answer(not the key).
Paragraph: When two skateboarders push against each other, it causes them to move apart. The harder they push together, the farther apart they move.
Question: ... | small distance |
task921_code_x_glue_information_retreival | task921-1b898e7a5a8c4296a82c11fddce2c042 | This task is to find the number of 'For' loops present in the given cpp program.
/*
* fenjieyinshi1.cpp
*???????
* Created on: 2011-12-1
*??:???
*/
int remember=0;//???????????0
int number(int const1,int a)//?????
{
if(a==1)//??????1??????????????
{
remember++;//
return 1;//??=1
}
else
{
for(int i=const... | 3 |
task376_reverse_order_of_words | task376-5dbd67aa459848b3a126eb428905333b | In this task, you need to reverse the order of words in the given sentence.
Sentence: a monument is placed along a busy city road | road city busy a along placed is monument a |
task169_strategyqa_sentence_generation | task169-57e056abfeb747b485d3e1ffd0c72087 | In this task, you are presented with a term, a question, and a yes/no answer. For context, the term is associated with a short description. Write the simple facts one needs to know in order to answer the given question. The facts should be easily found on the web (e.g. mentioned in a Wikipedia page)
Term: Homelessness,... | Fact1: Antarctica has no permanent residents. Fact2: Exposure to the elements would be deadly for homeless people during certain times of year. |
task955_wiki_auto_style_transfer | task955-0cb20398d51742f0a43ce400a87590c0 | In this task, we ask you to elaborate the sentence without changing its general meaning. You can do so by explaining further the input sentence, using more precise wording, adding qualifiers and auxiliary information etc.
The Medal of Honor was created during the American Civil War . | The Medal of Honor was introduced during the American Civil War and is the highest military decoration presented by the United States government to a member of its armed forces . |
task305_jeopardy_answer_generation_normal | task305-51936599b9cf4eb6b7634eaebd61a599 | You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For consistency, answers should be in all lower cased letters.
Category: NICE "AB"s!
Clue: It's a turn of 180 degrees from the position of attention | about face |
task114_is_the_given_word_longest | task114-e7ed35ef399642b89a81852fbb8d069f | 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 street ... | Yes |
task1293_kilt_tasks_hotpotqa_question_answering | task1293-d820f81f0a4544ea87d75c34bb9a3fee | In this task, you are given a question. You have to answer the question based on your information.
Who is still alive, Mihran Mesrobian or Martin Adams? | Martin Adams |
task673_google_wellformed_query_classification | task673-67677da5d27b4ac79b657bbfe4d4f503 | Read the given query and classify it as a 'Good' or 'Bad' query depending on how well the query is formed, 'Bad' being the expected output for a not so well formed query and 'Good' being the expected output for a well formed query. A query may be wrong based on common sense or general facts, but if it is well formed, y... | Good |
task380_boolq_yes_no_question | task380-4b495abee5b646e48f63eb79e575b39b | In this task you will be given a passage and a yes/no question based on the passage. You should answer the question using the information from the passage.
passage: Bleach is the generic name for any chemical product which is used industrially and domestically to whiten clothes, lighten hair color and remove stains. It... | Yes |
task577_curiosity_dialogs_classification | task577-2e1db1cd375a43cb8492a621321cba44 | In this task, you are given a dialogue between a user and an assistant, where users and assistants converse about geographic topics like geopolitical entities and locations. The task here is to find if the dialogue is by the user or assistant. Classify your answers into user and assistant.
Cricket is very entertaining.... | user |
task1572_samsum_summary | task1572-2b7a7da784d74b33a12b0b395601329d | In this task, you are given a conversation, and your task is to generate a summary from the information present in the given conversation. Generate a summary in such a way that the context should be present in the conversation. It should cover the complete context of the conversation.
Mark: Well, that's a pickle. Ita... | Mark, Anna, Julia and George are planning a trip to Italy. The decided to go to Sicily, George likes this idea the most since he is a great fan of Godfather. |
task1502_hatexplain_classification | task1502-3b9715d5ba614cfda65b99d795e941e1 | 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.
go... | Hate Speech |
task305_jeopardy_answer_generation_normal | task305-5ad606add9004e5fb02105a8a1eabfe1 | You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For consistency, answers should be in all lower cased letters.
Category: FUN WITH THE DEWEY DECIMAL SYSTEM
Clue: Covering the 800s, it's the only main Dewey... | literature |
task611_mutual_multi_turn_dialogue | task611-b7ba603c60ba46b8ba16fcde7bf8a76f | 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... | D |
task499_extract_and_add_all_numbers_from_list | task499-4e890e65563e49e0bba7af9a51ba6db2 | In this task, you are given an input list A. You need to find all the elements of the list that are numbers and calculate their sum.
['7197', 'M', '1511', '6829', 'g'] | 15537 |
task1384_deal_or_no_dialog_classification | task1384-022d41fe624a4ab8b27e24deb54e6063 | Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
THEM: i'd like the basketball and book and you can have all the hats YOU: okay THEM: great! deal. | Yes |
task278_stereoset_sentence_generation_antistereotype | task278-83bb3d8b9bec4eaba38b55f8e0c9ebf4 | In this task, you are given a context sentence containing a blank (_). You are expected to fill the blank with one word to make the sentence convey a cultural anti-stereotype. Anti-stereotype is an idea that goes against a common belief about a particular group of people. Your answer must not contain more than one word... | bland |
task615_moviesqa_answer_generation | task615-bfabe3e004c247b49d51a07789d5093b | 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.
who directed the film Furry Vengeance? | Roger Kumble |
task002_quoref_answer_generation | task002-131062944fa244b8a5c6e7683fea21de | 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: After the studio sessions, Bloc Party embarked on a tour of North Americ... | Talons. |
task291_semeval_2020_task4_commonsense_validation | task291-0154e4845243462f8519294f797f7b05 | 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.
She put the cigar into the ashtray
She put the sandi... | second |
task506_position_of_all_alphabetical_elements_in_list | task506-5cad3b7977be486f926797ec13bf5c11 | 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 alphabetical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no alphabetical element is in the list.
['7441', '73... | 3, 7, 10, 11, 14, 18, 24, 26, 27, 28, 32, 33, 34, 36 |
task363_sst2_polarity_classification | task363-a12240e8c0054d26a2cdda219283082c | 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
Director Yu seems far more interested in gross-out humor than in showing us well-thought stunts or a car chase that ... | NEG |
task1327_qa_zre_answer_generation_from_question | task1327-7c7c676d25c3425ab04581953af9f04c | Generate a correct and concise answer for the question based on the words in the context.
Context : Rolf Lidberg Jonas (May 26, 1930 in Järkvissle, Sweden -- 15 February 2005) was a Swedish artist and botanist, best known for his watercolor paintings and books with paintings of trolls depicting their life near Sweden's... | 15 February 2005 |
task069_abductivenli_classification | task069-9754ecf078e24612864f2cc1075f7e68 | In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story coherent / plausible by writing "1" or "2" in the output. If both sentences are plausible, pick the one that makes most sense.
Beginning: Eddie and Carol ... | 1 |
task606_sum_of_all_numbers_in_list_between_positions_i_and_j | task606-1fe6c4ce43e7437198cf333b8b156ddd | 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 return the sum of all the numerical elements in the list A between the positions i and j (including positions i and j). Return 0 if no numerical element is present in the list between the given ranges. i and j will be... | 0 |
task1210_atomic_classification_madeupof | task1210-7ccc6219db67452cb9f15284640c7a1e | 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 |
task493_review_polarity_classification | task493-b4a4cc779b30485197c7994d9b502897 | Given reviews from Amazon, classify those review based on their content into two classes: Negative or Positive.
The case I had didn't fit properly - the window obstructed the rightmost side of the display. You could shift it over, but it would always shift back. I don't know if they are all that way (maybe I got a bad ... | Negative |
task587_amazonfood_polarity_correction_classification | task587-03781f45cd1c4a07acfd908e6978f570 | You are given an amazon food product review and its polarity (positive or negative). Your task is to answer "True" if the specified sentence and its polarity match; otherwise, answer "False".
I write this letter after considerable thought and anguish. On Friday morning, February 25, 2011, I was awakened by the screams... | True |
task590_amazonfood_summary_correction_classification | task590-89ca4314948d474b9bae16713d127ef0 | In this task, You are given an amazon food product review and its summary. Your task is to Generate "True" if given review and its summary match, otherwise generate "False".
This is the real deal. Genmai Cha. Loose green tea and roasted brown rice. Not in bags. Originally known as the "Peoples Tea" for those who couldn... | True |
task1599_smcalflow_classification | task1599-997b634b3982446b86d61754c94a34cb | In this task, you are given an utterance, which is a part of a conversation between a user and an agent. Your job is to detect the speaker. The user usually commands the agent to schedule events, retrieve event information, and check the schedule. While the agent's response is an answer to the user's questions or follo... | user |
task904_hate_speech_offensive_classification | task904-e978a695c6d34ffd92d66d332afb47ca | Classify the given tweet into the three categories: (1) 'Hate Speech', (2) 'Offensive' and (3) 'Neither'. 'Hate Speech' is kind of a threating statement or sometimes include call for violence while 'offensive' statement just offensds someone. 'Neither' is when it doesn't fall into Hate Speech or Offensive category.
@ch... | Hate Speech |
task378_reverse_words_of_given_length | task378-f7753db12c734cc2af448f0848ed37e8 | In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5.
Sentence: 'two giraffes standing close together near a pile of rocks'. Reverse all words of length '4' in the given sentence. | two giraffes standing close together raen a elip of rocks |
task183_rhyme_generation | task183-26ebe0b20d41440191126249c36dc5b2 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
force | divorce |
task141_odd-man-out_classification_category | task141-9569f0976e8247e1bb1ffcdba71234b6 | Given a category and a set of five words, find the word from the set that does not belong (i.e. is the least relevant) with the other words in the category. Words are separated by commas.
Category: employment activity
Words: hire, flame, pay, fire, ban | flame |
task303_record_incorrect_answer_generation | task303-8d1e8c0ec48741aaa1bf3b2e88784deb | 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 ... | Zahid Hamid |
task1338_peixian_equity_evaluation_corpus_sentiment_classifier | task1338-7b88a3e3c56e43f2be98c22237ac5422 | 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.
Torrance feels furious. | anger |
task1389_hellaswag_completion | task1389-7dc92e522732470590f9aab207f29283 | In this task, you are given a context and four options. Each option is a suggested ending for the context. You should read the context and pick the best ending for the context. Please answer with "A", "B", "C", and "D".
[header] How to live with a vegan [title] Communicate details about your food preparation technique... | A |
task397_semeval_2018_task1_tweet_anger_detection | task397-2153644ac5184f93b162258efa783340 | 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.
@NM_NickNocturne Incentivise people to roam the Internet being morally offended, as if they didn't do it enough already. | Angry |
task246_dream_question_generation | task246-42819b2488f2416b88687a1683d9b2c9 | 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... | Where does the conversation most likely take place? (A) In a library. (B) In a hospital. (C) In a supermarket. |
task300_storycloze_order_generation | task300-32d60a09ddd54dcbb8f00230982ce912 | In this task, you're given a short story of five sentences written in natural language. However, the order of the given story is not correct. Your job is to return the correct order for the given five sentences to create a coherent short story with the new order that has the correct flow. Generate your answer using the... | 14352 |
task674_google_wellformed_query_sentence_generation | task674-6ea500caec8e46fa98937c76c9aaf24e | 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 big is a rare parakeet ?
What is their house number ?
In which european city is the marco polo international airpot situat... | The number of neutrons in radon ? |
task328_jigsaw_classification_insult | task328-1633098f582049eca430e37f04ac0bee | 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: Why vote democrat? Please explain why they are a better choice than the other bums we ... | Insult |
task1502_hatexplain_classification | task1502-e2d4fe19edb4420387f94e1793fdead6 | 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.
de... | Offensive |
task851_synthetic_multiply_evens | task851-229d029030394889bf18e722659bac21 | 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... | [-352, -4, 633600, 168, 16, 4, 0, 0, -6688, -28, -576, 0, -800, 0, 80] |
task618_amazonreview_summary_text_generation | task618-7b95ebf6535441999f95413d12c8982b | In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review.
The Casa Foam Filters are not cut over sized for the hole they go in. They do not fit tight against the sides so they let dirt/dust leak past to the vacuum motor. The Felt Filters are not dense enough. I have ... | The Casa Foam Filters are not cut over sized for ... |
task1217_atomic_answer_generation | task1217-67ae7eacc1c44c74bc961c11db3f286e | 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 finds ___ one day | a house |
task1726_mathqa_correct_answer_generation | task1726-ea047f63056344098f481d45cf0f64aa | The task is to generate the correct answer for a given math problem.
Problem: what number times ( 1 ⁄ 6 ) ^ 2 will give the value of 6 ^ 3 ? | 777 |
task429_senteval_tense | task429-84ba7f3cc30e470890af990dbc187bdc | In this task you are given a sentence. You must judge whether the main verb of the sentence is in present or past tense. Label the instances as "Present" or "Past" based on your judgment. If there is no verb in the given text, answer "Present".
- and making the hilt shine as if it contained the light of the sun. | Present |
task373_synthetic_round_tens_place | task373-74cb926148004cf1b8fcb3386ac7ddd6 | 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.
[148, -114, -77, -194, 173, 762, 285, 238] | [150, -110, -80, -190, 170, 760, 280, 240] |
task183_rhyme_generation | task183-5d9c1ef12d1e4529850cdfcf5c3b414b | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
been | din |
task849_pubmedqa_answer_generation | task849-11ac5245ebd74f0bb99241888116b567 | 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: To determine the incidence of parametrial involvement in a select group of patients with early cervical cancer.', 'We retrospectively revie... | Because of a very low risk on parametrial involvement, patients who fulfil strict selection criteria could be candidates for conization and pelvic lymphadenectomy instead of more extensive surgery. Morbidity and pregnancy complications may decrease while it is unlikely that survival will be compromised. |
task311_race_question_generation | task311-6d19d864cb22415eb0d1c4aa6bc613a9 | In this task, you're given an article and an answer. Your task is to generate the question for the answer based on the given article.
Article: Former Irish President Mary Robinson was just making a polite conversation with an Ethiopian teenager about her wedding day. The 16yearold had already been married for a year.... | What can we learn from the passage? |
task573_air_dialogue_classification | task573-c52d5ff145f840ff995d69c00b061f4d | 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, `... | book |
task183_rhyme_generation | task183-b561e53143c043fb8ab9bfcf55bfcb4b | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
stay | k. |
task1361_movierationales_classification | task1361-6bd9d9942fa548488575d389e33e0dec | In this task, you must classify if a given review is positive/negative, indicating your answer as P or N.
a standoff .
a man holds a woman , a diplomat 's daughter , hostage in his embrace , a gun pressed to her head .
a cop , impaired by drink due to his wife 's philandering , trains his gun on the man 's nether regio... | P |
task898_freebase_qa_answer_generation | task898-94d8281ba9284f628cfcdc75acde036a | 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 correct name for The Laughing Jackass? | kookaburra |
task505_count_all_numerical_elements_in_list | task505-e933f8aa25b74f639261c50a3621fc12 | 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.
['1885', 'z', 'f', 'm', '1347', '6399', '7851', '2851', 'Z', 'H', '2157', '6683', ... | 8 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.