task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task074_squad1.1_question_generation | task074-7e57a2f7f96844feb6beff8fcb7188e8 | 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... | The oldest section of the original wall around the town dates from what year? |
task067_abductivenli_answer_generation | task067-a2e2be76848349979308e398fc47bae0 | 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 entered a tournament for the game. |
task488_extract_all_alphabetical_elements_from_list_in_order | task488-9daec64baaf14e8d958a39cd84a8fee0 | In this task, you are given an input list A. You need to find all the elements of the list that are alphabets in the same order as they appear in the list A. Do not change their case/capitalization.
['l', '2721', '5457', '7569', 'q', '5663', 'y', 'k', '3049', '6205', '7357', 'd', 'n', 'l', 'B', 'k', '3059', '1219', '82... | l, q, y, k, d, n, l, B, k, x, v, V |
task431_senteval_object_count | task431-5411c4bdba90499baaf69808d13c2dda | In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Preston let the disgust he felt every time he thought of Emma's burn show on his face. | Singular |
task1400_obqa_incorrect_answer_generation | task1400-71093d040a7747bd8024277aff501484 | This task is about generating an incorrect answer to a question given the question and a true statement related to the question. The answer must be related to the question, but incorrectly answer it given the context.
Fact: seed dispersal is when the seeds of a plant are moved from the plant to a new environment. Quest... | page |
task159_check_frequency_of_words_in_sentence_pair | task159-a4487efe1b1d4664a35a7aac9cdd1d67 | In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'.
Sentence1: 'a group of elephants are gathered on the dry banks of a riverbed', Sentence2: 'a sandwich on a green plate with a knife about to cut into it'. Is the frequency of the word 'sandwich' in two sentenc... | No |
task379_agnews_topic_classification | task379-af2f126425294e06b9ff941a93d2461c | 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... | Sci/Tech |
task267_concatenate_and_reverse_all_elements_from_index_i_to_j | task267-3bfdfbeca7624cbd893dc4f711350afb | 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 ... | 91981917S7012aZb |
task1288_glue_mrpc_paraphrasing | task1288-b3dc32bd8f2341738403c68f08647b9b | You are given two sentences(Sentence1 and Sentence2). Answer "Yes" if these sentences are a paraphrase of one another, otherwise answer "No".
Sentence1: Muhammad will stand trial for the Oct. 9 slaying of Dean Harold Meyers , 53 ., Sentence2: Muhammad , 42 , is charged in the Oct. 9 slaying of Dean H. Meyers , 53 , at ... | No |
task1312_amazonreview_polarity_classification | task1312-181a480494ae48518c7c2b97a78396f1 | 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.
Love this humidifier. It's nice looking, easy to use, makes no noise, and the night light is very subtle. I bought a 2nd one for my daughter and I'm... | positive |
task148_afs_argument_quality_gay_marriage | task148-07a71027f83e475d908aa187b70c6bea | We would like you to assess the QUALITY of each of the following argument (discussing Gay Marriage) and determine if the argument is Valid or Invalid. A valid argument is clearly interpretable and either expresses an argument, or a premise or a conclusion that can be used in an argument for the topic of gay marriage. A... | Valid |
task268_casehold_legal_answer_generation | task268-7026325fb9d746b1b7861c70f45b9ed2 | In this task, you will be shown a prompt from a judicial decision and multiple holding statements derived from citations following text in a legal decision. Holdings represent the governing legal rule when the law is applied to a particular set of facts. There are five answer choices for each citing text. The correct ... | (A) |
task363_sst2_polarity_classification | task363-5c58a396fcbd47039b585f408c3b1460 | 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
Presents a good case while failing to provide a reason for us to care beyond the very basic dictums of human decency... | NEG |
task064_all_elements_except_first_i | task064-f38bbdfba1b14145891e4a6699b99052 | 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, ['n', 'x', '2351', '1661', 'i', '4921', '2873', 'E', '1769', '2639'] | 1661, i, 4921, 2873, E, 1769, 2639 |
task405_narrativeqa_question_generation | task405-2c4def8c53974d3ea963c7b607f580f3 | You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont... | What was the name of the militia that Gibbon joined? |
task267_concatenate_and_reverse_all_elements_from_index_i_to_j | task267-2d247c79e58a40d6a62c2f0e0c694d32 | 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 ... | p |
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately | task509-8caf501589824f459b87a6d822838f27 | 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... | i, f, A, y, c, T, T, m, e, j, K, r, V, r, x, 2337, 2121, 5741, 5255, 941, 6301, 8373, 2695, 145, 5465, 8531 |
task1217_atomic_answer_generation | task1217-c78ba2e4310642239a4abf6a8493f91a | 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 elects every ___ | road sign |
task904_hate_speech_offensive_classification | task904-0edd83233fad436289bba9a6eb7700e6 | 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.
Goo... | Hate Speech |
task114_is_the_given_word_longest | task114-0da1c6d29d134dadae1c1369216c512c | 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 house w... | Yes |
task381_boolq_question_generation | task381-e58b694ef2894ddd9f298e98d0864a52 | You will be given a passage, and your task is to generate a Yes/No question that is answerable based on the given passage.
The Trans Am was a specialty package for the Firebird, typically upgrading handling, suspension, and horsepower, as well as minor appearance modifications such as exclusive hoods, spoilers, fog lig... | is trans am and firebird the same car? |
task457_matres_conditional_classification | task457-ae325516b56c4885a8fb1f4835ddf6e5 | You will be given a context and a verb separated with a newline character. You have to decide if the given verb implies a hypothetical or conditioned action or not. We say a verb is hypothetical if it involves or is based on a suggested idea or theory. A verb is conditional if it appears in a conditional phrase and is ... | No |
task1595_event2mind_text_generation_1 | task1595-1bf3b7522b9e44f6a8d7f840a564f7aa | The task is to generate text based 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 emotional reaction to the event, i.e. how that person feels after doing the action.
PersonX keeps PersonY under control | frustrated |
task123_conala_sort_dictionary | task123-d6c8a59683da435e8cbf6a79b9ec8231 | In this task you will be given a list of dictionaries. A dictionary is a set of key-value pairs, where each key is unique and has a value associated with that key. You should sort the list of dictionaries from smallest to largest by their 'first' key. If there is two dictionaries with the same 'first' value then sort t... | [{'first': -80, 'second': 22}, {'first': -19, 'second': -53}, {'first': 5, 'second': 41}, {'first': 8, 'second': -67}, {'first': 16, 'second': 66}, {'first': 60, 'second': 99}] |
task846_pubmedqa_classification | task846-8f6833c152ae4362823cff12ed0b1303 | Given a passage with a question and an answer to that question, classify if the answer actually answers the question into 'yes' or 'no'. Output 'yes' if the answer answers the question and output 'no' if the answer does not answer the question.
Question: Does mouse hepatocyte overexpression of NF-κB-inducing kinase ( N... | yes |
task577_curiosity_dialogs_classification | task577-8d6134f3c4c74d3b9f10f3cc3d67a2a7 | 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.
Established in the early 18th... | assistant |
task103_facts2story_long_text_generation | task103-87a5d87a3c3d46f092eeee6bc43b54e5 | 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: Ayres tha... | Lew Ayres plays as a young Chicago gang leader who is so successful that he becomes the underworld boss of the entire city. He meets Dorothy Mathews and immediately falls in love with her. Unfortunately, Mathews is a golddigger who is secretly in love with Ayress best friend, played by James Cagney. Ayres ends up marry... |
task094_conala_calculate_mean | task094-f14eeb6d3fa94917b1581ef0815293ab | 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.
[-30.77, 203.781] | 86.506 |
task1412_web_questions_question_answering | task1412-863df59da709418888b48b7261b2e8d3 | A question is presented to you in this task, and your job is to write a potentially correct answer.
what was lebron james rookie year? | 2003–04 NBA season |
task390_torque_text_span_selection | task390-c33306b5bd2b4da796e0c618ec1155df | 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: But ci... | arrests |
task303_record_incorrect_answer_generation | task303-d736146e4fdf4f3d9aacdb561941a573 | 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 ... | Hughes |
task183_rhyme_generation | task183-1c9ef01466e443bfbb2ca6e7d161ce6f | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
sand | band |
task311_race_question_generation | task311-2393173d368f4918bc9f61c53f714f3d | 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: Mini Riser -- Attractive, Compact, Adjustable Laptop Stand PRICE:$10.95 KEY FEATURES: *A compact, stylish laptop riser designed for laptops. *Open design lets air flow under the... | Who is the passage especially helpful for? |
task568_circa_question_generation | task568-da091fcfaeca46418c208d9d38615910 | In this task, you are given an answer, and your task is to generate a reasonable question for that answer.
If you'll buy the tickets. | Want to go to a live concert |
task380_boolq_yes_no_question | task380-3ebe0c71fbef4b4ab17b67eade21b517 | 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: Saint Croix (/ˈkrɔɪ/) is an island in the Caribbean Sea, and a county and constituent district of the United States Virgin Islands (USVI), an unincorporate... | Yes |
task390_torque_text_span_selection | task390-60c3d3786ac94894867f49efa969993e | 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: "I don... | use |
task074_squad1.1_question_generation | task074-0c250fb1b44b4967884a492434dd729e | 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... | Immigrants from latin America coming to North Carolina is increasing what? |
task390_torque_text_span_selection | task390-68027395cbdd421ea21be220d4a0570d | 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: World ... | win |
task1296_wiki_hop_question_answering | task1296-e10fcbe320b14f5997c00d2669875cc5 | 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 Gendarme and the Gendarmettes is a 1982 French comedy film, and the sixth and last mo... | 1970 |
task567_circa_text_generation | task567-c979d228680344e8a235bc7748d6074d | In this task, you are given a question, and your task is to predict the context of the question. We assume that someone named X asked the question from Y. The context of the question means the previous situation that led X to ask this question.
Do you like murder mystery novels? | X wants to know what sorts of books Y likes to read. |
task1310_amazonreview_rating_classification | task1310-2909cae4a1ee4cfd907c7c76dde0fc41 | 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 was looking forward to this magnet set. I was surprised to find out they required assembly. It'... | 4 |
task1504_hatexplain_answer_generation | task1504-bad4bcee1b514f5785ae5a7e25912769 | 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.
yeah i alre... | cunt |
task1210_atomic_classification_madeupof | task1210-72f6b0383e954eb49d8089f646a6edfd | 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 |
task365_synthetic_remove_vowels | task365-8393541330434dbb80ccfa96fcda54a5 | 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.
miUDLanruouqIRKOEL | mDLnrqRKL |
task151_tomqa_find_location_easy_clean | task151-38e94c4df2b840139732c1621f3271a9 | Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: (1) when the individual's belief matches reality, (2) when the individual's belief does not match reality, (3) is when an individual has a false belief about another in... | green_pantry |
task515_senteval_odd_word_out | task515-245b1650576b432eb9ab1b0696c9a402 | 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 |
task1338_peixian_equity_evaluation_corpus_sentiment_classifier | task1338-bdada8b890904f9bae34db1b4415ae2b | 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.
Alan made me feel annoyed. | anger |
task105_story_cloze-rocstories_sentence_generation | task105-5f2bd11dd3fd4d81bcba10ca79b49462 | In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences.
Sentence1: I have a passport photo to bring to the Clerk. Sentence2: They require two identical photos. Sent... | I finished the application and my passport is on it's way. |
task291_semeval_2020_task4_commonsense_validation | task291-471562b9aa314244997f99b4471b5818 | 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.
Cars cause nothing to the environment.
Cars are poll... | first |
task904_hate_speech_offensive_classification | task904-86c7286f25834c7788b9d91109e77208 | 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.
Peo... | Neither |
task183_rhyme_generation | task183-05d5eb2d71824517a782f9531185b69c | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
chair | scherr |
task904_hate_speech_offensive_classification | task904-17d13ea7ba7b4c22aea0e67fdca157e9 | 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.
I t... | Neither |
task371_synthetic_product_of_list | task371-329e57e0cd83422788b9c0e7006b1099 | 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.
[[1, -25, -30, -34, 22], [-23, -35, -1, -44, -6], ... | [-561000, -212520, 4353750, 0, -148050, -846450, 20580, 52416] |
task335_hateeval_classification_aggresive_en | task335-864ff80a66d9442792d863fbf1dbc974 | In this task, you are given a hateful post in English from online platforms. You are expected to classify the post into two classes: aggresive or non-aggresive. An aggresive post is one that expresses feelings and opinions in an abusive way and tries to dominate others. Note that the URLs in the text have been replaced... | Non-aggresive |
task368_synthetic_even_or_odd_calculation | task368-8661e0c887f248e0a0453c691c7ebc04 | 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 4, if the element is odd you should multiply by 4 then add 2. The output should be a list of numbers that is the result of applying that logic to the input list. You should not round any decimal... | [-25.0, -19.0, -258, 374, 310] |
task283_dream_incorrect_answer_generation | task283-32da1c92ca944d9bb69911105dd8dea8 | In this task, you will be shown a conversation and a question. You need to write an implausible answer to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. "W" and "M" in the conversations stand for "woman" and "man".
W: We all know that poetry is not everyone's cup of te... | Reading poetry |
task1553_cnn_dailymail_summarization | task1553-9461be792ac045c1a5c2996ea818d702 | In this task, you are given news articles and you need to generate a highlight, i.e., a short summary, with a maximum length of 10 lines.
Former Bosnian Serb leader Radovan Karadzic once again faces two genocide charges instead of one in his long-running trial over ethnic violence during the 1990s Balkan wars. Appellat... | The reinstated count accuses Radovan Karadzic of trying to remove Muslims from Bosnia .
He was the leader of the breakaway Serb Republic in Bosnia in the 1990s .
Karadzic, on trial since 2010, also faces a charge of genocide over the Srebrenica massacre . |
task1309_amazonreview_summary_classification | task1309-d0d0f568f7f44c98a18789868969094b | In this task, you're given reviews from Amazon's food products and a summary of that review. Your task is to classify whether the given summary matches the original review. Generate "True" if the given review and its summary match, otherwise generate "False".
Reviews: If you purchase this product, make sure you check t... | True |
task192_hotpotqa_sentence_generation | task192-13e62396611a48989b098006eb42a58b | In this task, you are given a context paragraph, a question based on that and corresponding answer of a question. Your task is to generate supporting fact/knowledge from context paragraph which helps in answering a given question.
Arcangelo Corelli ( ; 17 February 1653 – 8 January 1713) was an Italian violinist and com... | Arcangelo Corelli ; 17 February 1653 – 8 January 1713 was an Italian violinist and composer of the Baroque era. |
task075_squad1.1_answer_generation | task075-634dc90ab7d84e8e8e20b859cf876046 | 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... | four |
task390_torque_text_span_selection | task390-9905a9c4cc7e44b8bf3be17ded13d10f | 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: Baghda... | violating |
task578_curiosity_dialogs_answer_generation | task578-6576a1badaad46729830c94c38ad0a74 | In this task, you are given dialogue, and you have to find the most critical location in the given conversation.
Hello, can you please help me learn about Coimbatore?
I will be happy to. Coimbatore, also known as Kovai, is the second largest city in Tami Nadu. It is the administrative headquarters of the Coimbatore D... | Coimbatore |
task285_imdb_answer_generation | task285-7d70ee8a59154660ac3b830b4dc520a6 | 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: I too have gone thru very painful personal loss (Twice) and... | yes |
task453_swag_answer_generation | task453-8cefe6510d3f4d7a996970dac9ff6dd8 | Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct.
The combined weight of the three people is more than the catwalk was intended for, and the bolts begin to rip from. He | lands hard, with a splash into a vat of water. |
task1730_personachat_choose_next | task1730-23011bc04fb64af6b60a407f3b67ae73 | 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 Non Gmo foods.
I work two jobs as a cashier.
Favorite band is red hot chi... | I am doing well thank and you? |
task378_reverse_words_of_given_length | task378-1a5dd1793849433fb9543af08b276ea1 | 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 laptop computers on a table attached to mouses'. Reverse all words of length '1' in the given sentence. | two laptop computers on a table attached to mouses |
task316_crows-pairs_classification_stereotype | task316-f4223e6aa58842cd9d6c3de602670edc | In this task, you are given a short passage that conveys a stereotype or an anti-stereotype. A stereotype is an over-generalized belief about a particular group of people(based on race, ethnicity, gender, age, abilities, etc.). An anti-stereotype is an idea that goes against a common stereotype. You are expected to cla... | Anti-stereotype |
task934_turk_simplification | task934-1a9db74d8abb4b26a4edd3c35ebcdb00 | 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.
prospectors from california , europe and china were also digging along the peel river and up the mountain slopes. | miners from america , europe , and china were digging near the peel river and up the mountains. |
task1504_hatexplain_answer_generation | task1504-520743b5b91644e3bd01d944bd04e009 | The input is a tweet which can be Hate Speech or Offensive. Given such a tweet, output a phrase from the tweet that makes it hate speech or offensive. The output should contain only one such phrase. The output has to be from within the tweet itself. Do not generate words or phrases not present in the tweet.
<user> he i... | commie muzzy white hating cunt |
task183_rhyme_generation | task183-f96758fc09ff411e84dc3cbc0460fbb2 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
me | brie |
task390_torque_text_span_selection | task390-76c0e81238494191928af2270bb11cf7 | 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 No... | test |
task142_odd-man-out_classification_no_category | task142-13f564f49b7344f0b0dedd6e7128e12b | Given a set of five words, generate the word from the set that does not belong (i.e. is the least relevant) with the other words. Words are separated by commas.
warm, endure, brisk, ghostly, fair | ghostly |
task1714_convai3_sentence_generation | task1714-4680cafc84934cae87cdd6910627b82c | You are given a concatenated string consisting of two parts that are separated by a newline character. The first part is the user's initial question during a human computer conversation, the second part is a clarifying question asked by the computer in response to the question asked by the user. You should read the inp... | i am interested in learning about how to obtain employment with the border patrol |
task455_swag_context_generation | task455-8bc4d99152634f00a4e3aec8d4b80996 | Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement.
The woman returns to cleaning the window. | The woman talks to the camera again. |
task101_reverse_and_concatenate_all_elements_from_index_i_to_j | task101-b1fcfbd05c144171bf2b92919912988e | 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 find all elements of A from the ith element to the jth element, reverse the order in which they occur, and then concatenate them to output the resultant string. i and j will be non-negative, and will always have a va... | s |
task307_jeopardy_answer_generation_final | task307-4cffcbb8aadb4b63b19bf3f094833a76 | 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: THE CIVIL WAR
Clue: These 2 cities in the Southeast & Southwest were the only 2 Conf... | tallahassee & austin |
task1420_mathqa_general | task1420-2c37756f35cd4dba972406eb4b2db333 | 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: the average age of 19 students in a group is 17 years . when teacher ’ s age is included to it , the average increases by one . what is the teacher ’ s age in years ?... | b |
task323_jigsaw_classification_sexually_explicit | task323-0623c3223c47422ab3a310e4ebe2eb36 | 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: You should do your homework before making profoundly ignorant... | Non-sexual-explicit |
task1312_amazonreview_polarity_classification | task1312-4848b6bbbee74cdf981faad787e72211 | 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.
Worst battery case I’ve ever bought, and I buy them for every iPhone I’ve owned since 6. The top of the case fell off after 3 days. So for a few mon... | negative |
task027_drop_answer_type_generation | task027-e87e1b05ead9496397409f1364605d83 | This task involves annotating the answer type to a given question that involve some kind of complex reasoning (including numerical reasoning). Note that the questions require looking at more than one part of the passage to answer. There are 3 possible answer types (i) spans, (ii) numbers and (iii) dates. If the answer ... | span |
task328_jigsaw_classification_insult | task328-a8f0d9a785dc4599affca20fb4219fc1 | 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: OK , so someone's hungry and the other's got too much food ...Mankind's had thousands ... | Non-insult |
task074_squad1.1_question_generation | task074-ee0479455eeb41c2b28a77d7d91e137b | 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 could the sun's energy do to help limit climate change? |
task581_socialiqa_question_generation | task581-24e3f6cd079c4fb3b7123467d0558e28 | In this task, you're given context and an answer. Your task is to generate the question for this answer based on the given context with commonsense reasoning about social situations..
Context: Lee and Riley pretended that their box was a prison. Lee sent Riley's toy army to the box.
Answer: keep playing with Riley | What will Riley want to do next? |
task431_senteval_object_count | task431-17f6a1017ca74478bd69af31139f9274 | In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
" Hey, I had only discovered my powers a month before that. | Plural |
task310_race_classification | task310-5e5a0dd5a95042c39f76c367e37d5c90 | 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: One hundred and fifty years ag... | No |
task390_torque_text_span_selection | task390-a6619b8c8518430d8a07d63d8bffe60d | 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 pr... | eradicated |
task1678_mathqa_answer_selection | task1678-c4fad129939048fbb4c324a9d2517130 | Given a math problem with context and a question and 5 answer choices, the task is to provide the correct answer choice based on the problem. You must choose one of the given answer choices by letter: a, b, c, d, or e; anything else is invalid.
Problem: each digit 1 through 5 is used exactly once to create a 5 - digit ... | c |
task378_reverse_words_of_given_length | task378-f91ab51e7edb43b58a8c4b5c099a75e8 | 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: 'a guy in the kitchen washing some food'. Reverse all words of length '2' in the given sentence. | a guy ni the kitchen washing some food |
task303_record_incorrect_answer_generation | task303-5e3c9b0494814742aa60da7b8888b200 | 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 ... | Etihad Stadium |
task1309_amazonreview_summary_classification | task1309-1297fc6c06f24fd3a9476a8e28dff116 | In this task, you're given reviews from Amazon's food products and a summary of that review. Your task is to classify whether the given summary matches the original review. Generate "True" if the given review and its summary match, otherwise generate "False".
Reviews: I bought this for my grandson it's a piece of crap ... | True |
task851_synthetic_multiply_evens | task851-1bfa782351e64029a1e94bc06e083cbc | 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... | [-64, 61952, -5529600, 266240, -32, 0, 4, 0, 576] |
task428_senteval_inversion | task428-9fe4d2a19b9b4590887ee63a25f0d4a6 | In this task you are given a sentence. You must judge whether there exist two consecutive words within the sentence with flipped orders, that is, whether the sentence will make sense and be correct if the order of two consecutive words changes. Label the instances as "Inversion" or "Original" based on your judgment.
Sh... | Inversion |
task1308_amazonreview_category_classification | task1308-a647389587f34620a2b7bd1b4e2f6824 | 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: I typically don't write product reviews. U... | True |
task351_winomt_classification_gender_identifiability_anti | task351-66dc311a430e494999c21b85dd676077 | In this task, you are given a sentence and a profession. The sentence mentions two professions: one's gender is identifiable using the gendered pronouns in the text and the other's gender is unidentifiable. You are expected to return whether the given profession's gender is identifiable or unidentifiable.
Sentence: The... | Unidentifiable |
task390_torque_text_span_selection | task390-c07068e86ec94a72a059b1ea78567876 | 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 n... | work |
task1595_event2mind_text_generation_1 | task1595-70bdc3daa3bc43a1b28b8c4e6cdf416d | The task is to generate text based 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 emotional reaction to the event, i.e. how that person feels after doing the action.
PersonX burns within PersonY | sorry |
task1327_qa_zre_answer_generation_from_question | task1327-e79a5a8bcc854fcd869367d316798f0e | Generate a correct and concise answer for the question based on the words in the context.
Context : Nova Widianto (born 10 October 1977 in Klaten, Central Java) is a male badminton player from Indonesia.
Question : Which was the gender of Nova Widianto? | male |
task301_record_question_generation | task301-7971f788e93f49f8b20a03f7e5a9056e | 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 _ .
Numerous coffees h... | He’s got _ as his mentor in Paris who is passing on a lot of information and helping him develop into a wonderful player. |
task1445_closest_integers | task1445-d159d9025bfb47bb84081e549c407cfe | 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.
[-58, 59, 33, 71,... | 4 |
task636_extract_and_sort_unique_alphabets_in_a_list | task636-57fba184745f49a9a089b3eb6a007b62 | 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.
['2267', 'l', '9799', 'u', 'b', 'm', '909', '9479', '4379', '718... | a, b, c, g, i, l, m, o, q, r, u, z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.