task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task589_amazonfood_summary_text_generation | task589-13f3e10abe264f758311d402e359f6ea | In this task, you're given a review from Amazon's food products. Your task is to generate a short summary of the given review in the input. Note that you don't need to write a complete sentence as a summary.
Good product just a little mellow on the pumpkin pie flavor to me. A little sugar on top before you brew picks i... | Good |
task369_synthetic_remove_odds | task369-31349795d3ac45af8021489e9a48da12 | 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.
[99, 20, -37... | [20] |
task928_yelp_positive_to_negative_style_transfer | task928-4a68155796f84a5180a73fa1843ec40c | In this task, you are given a positive review and your task is to convert it to a negative review by making minimal changes. Avoid changing the context of the review.
i got the tamale sampler . | sadly , i ordered the tamale sample . |
task845_pubmedqa_question_generation | task845-67ef6b36e183404b90986e42a7d87e94 | Given a passage with a context and an answer, construct a question on the basis of the information present in the passage. Construct the question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) it answer uses text phrases from the passage. Avoid creating... | Does the 460Trp allele of alpha-adducin increase carotid intima-media thickness in young adult males? |
task390_torque_text_span_selection | task390-f28cbf06c01443d586eb68c243545879 | 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 hu... | issues |
task1599_smcalflow_classification | task1599-881d0a4728294b71901bfb7adefd6b2d | 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 |
task384_socialiqa_question_classification | task384-376f03feb5714169b4e4f1fb09c5ce5b | 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: There was a fire burning in the ya... | True |
task1443_string_to_number | task1443-e218c1de8ecc4d14b9d13abd345ec1e6 | In this task you will be given a string that only contains single digit numbers spelled out. The input string will not contain spaces between the different numbers. Your task is to return the number that the string spells out. The string will spell out each digit of the number for example '1726' will be 'oneseventwosix... | 9826651 |
task074_squad1.1_question_generation | task074-d916018377104d7884ff19eee552b0dd | 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... | Where are Neptune's dark spots thought to occur? |
task565_circa_answer_generation | task565-f46b91ca1df24bacaf03b6172d824bbb | In this task, you are given a question. Your task is to generate an answer that is relevant to the question.
Did you move from somewhere else in town | We moved across country. |
task455_swag_context_generation | task455-2a4f15f1545f4adea84a54cbd2c3a941 | Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement.
He lies back on a sofa. | Someone flips through the Bible's pages then snaps it closed. |
task295_semeval_2020_task4_commonsense_reasoning | task295-d6af6caa90a541eba3b6de1d1b9e352e | In this task, you are given an impractical statement. You are also given three reasons (associated with "A", "B", "C") explaining why this statement doesn't make sense. You must choose the most corresponding reason explaining why this statement doesn't make sense.
he has ten toes on one foot
(A) hands and feet are full... | C |
task1505_root09_semantic_relation_classification | task1505-6a439271d21542268684b46edf857caa | Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific ... | HYPER |
task153_tomqa_find_location_hard_clean | task153-935a384bdb5345e2a1b303d2d358bf37 | Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's beli... | blue_envelope |
task372_synthetic_palindrome_numbers | task372-ba2fecac9a56429aa8bcc581ce2a9508 | In this task you will be given a list of integers. You should only return an integer if the first digit is the same as the last digit in the number. If an integer has a single digit, then it should be returned. If there are no integers that start and end with the same digit then an empty list ("[]") should be returned.... | [171, -939] |
task1361_movierationales_classification | task1361-eeb070a43ed9480ca39fc7e0a18546ce | In this task, you must classify if a given review is positive/negative, indicating your answer as P or N.
scream 2 has a titillating little scene that lays down the unwritten law of horror movie sequels quite well .
during a film - class discussion , windsor college students articulate what these inevitable laws are , ... | P |
task592_sciq_incorrect_answer_generation | task592-6ae2c5719f46475da635c0934c7c4b29 | Given a scientific question, generate an incorrect answer to the given question. The incorrect answer should be a plausible alternative to the correct answer. The answer should be some other item belonging to the same category as the correct answer but should be incorrect.
What does ubiquitin indicate about a protein's... | initiation |
task428_senteval_inversion | task428-7a326ad12b974f3c9ee040b8d868e3c6 | 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.
I ... | Original |
task320_stereoset_classification_race | task320-df584131e3734cf7b0ba1796e1ebd2f1 | You are given a target race, and two sentences. Your task is to determine whether the second sentence is either a stereotype, anti-stereotype, or is unrelated with respect to the first sentence and the target. A stereotype is a widely held but oversimplified notion of a group of people. An anti-stereotype is an idea th... | anti-stereotype |
task368_synthetic_even_or_odd_calculation | task368-9ee4e94852e541679c5bdbd810fa93cb | 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... | [-20.0, -2.5, -346, 22.0, -210, 13.0, 134] |
task904_hate_speech_offensive_classification | task904-bb33b021c1724793ae43a980f92a07ea | 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.
" y... | Offensive |
task1510_evalution_relation_extraction | task1510-60b4d951748c4c4ca6a7d411ffdf8e37 | Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
city can... | city Synonym town |
task820_protoqa_answer_generation | task820-f7dfc326b19c40e0b24ffc7add235457 | 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 something you put on your teeth. | toothbrush |
task163_count_words_ending_with_letter | task163-8fff1adc94ee49deb49cf540ca35114d | 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 first baseman and umpire standing on a field'. How many words end with the letter 'n' in the sentence. | 2 |
task161_count_words_containing_letter | task161-c0c4fb14f2884a4181a690110e386b7f | In this task, you need to count the number of words in a sentence that contain the given letter
Sentence: 'a bird is perched on a twisted wire'. How many words contain the letter 'c' in the sentence. | 1 |
task1412_web_questions_question_answering | task1412-f524fd578a5e4a83add15fb2ee82bfdb | A question is presented to you in this task, and your job is to write a potentially correct answer.
when does school start in hillsborough county? | Valrico |
task673_google_wellformed_query_classification | task673-2ebc94018a7143f29818f7a02e7d82f3 | 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 |
task846_pubmedqa_classification | task846-c022c57d96ba40ce8063ad0ff38f5517 | 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: Is antitumor necrosis factor α more effective than conventional m... | yes |
task405_narrativeqa_question_generation | task405-afb8e3ff9b3b45469c4a1561cae19e84 | 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 does Joe witness while the kids are filming a midnight scene at the train station? |
task1087_two_number_sum | task1087-9160bdb519f34ad3a3cac6b308aaa7dd | You are given a list of integers and an integer target, return a list of a pair of numbers in any order such that they add up to target. If there is no such pair of numbers, then return an empty list
[8, 46, 34, 18, 44, 31, 41, 40, 11, 24, 26, 19, 47, 27, 13, 9, 7, 36, 30, 20], target=51 | [11, 40] |
task478_cls_english_music_classification | task478-860a2e29d8e84fa8b2852484dfd407eb | In this task, you are given music 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.
The Greatest Show On Earth . Most of Em's fans think that The Marshall Mathers LP is his b... | POS |
task105_story_cloze-rocstories_sentence_generation | task105-606324e914cb4dd6858a256cf8c14505 | 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: Ali had been dodging a bully all day. Sentence2: Her trip to the museum was ruined. Sentence3: Al... | Ali let out a sigh of relief as she boarded the bus back to school. |
task283_dream_incorrect_answer_generation | task283-5dbc110f979c4533bb76e5fad553765b | 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".
M: Is that nice-looking straw hat light and strong? W:... | A raincoat. |
task1401_obqa_sentence_generation | task1401-309ee935d87a45caa46abded9505337c | In this task, you are given a question and a corresponding answer. Your task is to generate a fact statement that is useful in answering the given question.
Question: Over many, many years, the buildup of warmth and pressure can take a dinosaur's remains and change them into something that can? Answer: power motorbikes... | heat and pressure change the remains of prehistoric living things into natural gas |
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately | task509-c242a28d9a264be6971bd1050a7d37c9 | 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... | O, h, 5977, 1841, 4747, 7977, 4949, 2345, 2559 |
task844_financial_phrasebank_classification | task844-0ade68a8c35f4cd18d17a9dcaf06bc8a | 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:In Sweden , there is an oversupply of pharmacies .
polarity:positive | false |
task906_dialogre_identify_names | task906-f548e0640427473bb29bb3f58a612244 | You are given a dialog between 2 or more individuals. Within the dialog, there will be clues as to the names of the speakers. You will be asked at the end of the dialog to identify the name of one of the speakers.
Speaker 1: Hello? Yeah, this is Joey Tribbiani... Oh, hi! Well, I'm glad you liked my letter... No my momm... | Joey Tribbiani |
task089_swap_words_verification | task089-e501604afb304b6e901a792f2e819a9c | In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the inde... | (7, 8) |
task849_pubmedqa_answer_generation | task849-ffc0714146e947e9b25f575d886ed890 | 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: Several experimental studies have observed better outcomes after glycine treatment in patients with endotoxin-induced liver injuries, but i... | Dietary glycine improved survival rates and liver function in endotoxemic mice by regulating the production of proinflammatory or anti-inflammatory cytokines in liver. It attenuated liver injury by deactivating KCs through inhibiting TNF-alpha secretion and increasing IL-10 production. The downregulative effect of glyc... |
task506_position_of_all_alphabetical_elements_in_list | task506-7fd3a334cad64e4892b6fb2f3a48abbe | 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.
['X', '2113'... | 1, 4, 6, 7, 8, 10, 12, 14, 16, 18, 22, 24 |
task196_sentiment140_answer_generation | task196-6db1f985b8d8473c98ffe9cff6368993 | In this task, you are given a text from tweets and a boolean question whether this tweet has positive sentiment or negative sentiment. Your task is to generate answer "yes" when the tweet has that particular sentiment, otherwise generate answer "no".
Tweet: home: 5°C and it's been raining all day long Question: is it... | no |
task298_storycloze_correct_end_classification | task298-079f10385ec845d1aa79451622bc559f | 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: Ben was excited to go fishing with his grandfather for the first... | No |
task499_extract_and_add_all_numbers_from_list | task499-aef56f4cb3034d10babe087dee122b74 | 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.
['F', 'R', 's', 'O', '519', '1283', '1703', '4949', 'H', 'u', '3537', 'f'] | 11991 |
task378_reverse_words_of_given_length | task378-8e6a7f178270426a81823898271f101f | 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 person is holding onto a cellphone somewhere'. Reverse all words of length '4' in the given sentence. | a person is holding otno a cellphone somewhere |
task303_record_incorrect_answer_generation | task303-0142329978d04291836c663a862e9d1f | 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 ... | American |
task904_hate_speech_offensive_classification | task904-df7e51a7e2cf4e1a9be56521e4cd36e2 | 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.
See... | Hate Speech |
task323_jigsaw_classification_sexually_explicit | task323-bee7de73db414a6a96a7d6bdc0354f6a | 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: Someone wrote that the same people arguing that these girls s... | Sexual-explicit |
task521_trivia_question_classification | task521-ec0fc2a70d49465c834b451a085d38a0 | In this task you will be given a text passage from a trivia quiz. You should choose the category this question belongs to from these categories: History, Science, Social Science, Fine Arts, Literature. You can only choose one category, so if in doubt, please choose the closest match.
In one of this man's works, the tit... | Literature |
task632_dbpedia_14_classification | task632-a03f470d72624a0891d651fbc85747e9 | In this task, you're given a text which is the body of the document. Indicate your answer as "Yes" if the text is about a person, otherwise indicate your answer as "No". Don't generate anything else apart from "Yes" or "No". Pay attention that for your answer to be "Yes", the passage should be generally about a person.... | No |
task1399_obqa_answer_generation | task1399-8d2710bead0a48d5bc2da2d57cc56b48 | In this task, you are given a fact statement and question based on the fact. Your task is to generate the correct answer for the question. The answer needs to be generated using the context fact statement.
Fact: an animal requires nutrients for survival. Question: What requires nutrients for survival? | an anaconda |
task094_conala_calculate_mean | task094-74dcf87ac3a340659d0bd783a7f65b9b | 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.
[73.888, 3.603, -39.616, 177.936, 122.352, 224.5... | 115.778 |
task183_rhyme_generation | task183-f6f3d589e47041d4b89c5cb442a8ee32 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
pick | cwik |
task267_concatenate_and_reverse_all_elements_from_index_i_to_j | task267-4b7aec0720df453f93297ef9b4291e30 | 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 ... | 744o7147729o3069Xa1604o |
task291_semeval_2020_task4_commonsense_validation | task291-bd7fd8a9a22043c0bb380081752b0282 | 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.
americans use dollars
frenches use dollars | second |
task124_conala_pair_averages | task124-d43f0cf7caf34998a7da6ee6049a0691 | In this task you are given a list of numbers and you need to find the average of each two consecutive values. The average of two numbers a and b is calculated as: (a + b) /2. The output should be a list of the averages of each two consecutive values. A list is presented with two brackets and comma-separated values, lik... | [-37.5, 0.5, -6.0, 5.0, 53.0, 42.5, 44.0] |
task1311_amazonreview_rating_classification | task1311-4a25777b9af142f4a3ce2d0233f6a184 | In this task, you're given a review from Amazon and 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. Your task is to generate whether the rating matches the review or not. Answer with "True" if the sentence belongs to that... | True |
task1309_amazonreview_summary_classification | task1309-45096b28f6274e8c842ac8d1e270479f | 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: The screen protector looks amazing however by the e... | True |
task430_senteval_subject_count | task430-2c6aaefdd3bb400faa1fd735682753f2 | In this task you are given a sentence. You must judge whether subject of the main clause is singular or plural. Label the instances as "Singular" or "Plural" based on your judgment.
' The surgery had very little to do with it in the end. | Singular |
task381_boolq_question_generation | task381-2ec42854df23472b8da8ee2ea9a5ab1d | You will be given a passage, and your task is to generate a Yes/No question that is answerable based on the given passage.
In 2011, screenwriter Noxon told Collider.com that plans for an imminent sequel were shelved due to the disappointing performance of the first installment at the box office. | will there be a sequel to the movie i am number four? |
task875_emotion_classification | task875-8e0a5c62144b4fc7adedca1ce990a7a2 | In this task, you are given a sentence containing a particular emotion. You must classify the sentence into one of the six emotions: 'joy', 'love', 'anger', 'fear', or 'surprise'.
i went to bed feeling very pleased with my lovely day out and feeling like id made a few really lovely friends | joy |
task684_online_privacy_policy_text_information_type_generation | task684-6d58bb5d1db3436794f754f36acfcf3b | Given a part of privacy policy text, identify the type of personal information which is collected, used, tracked or retained. The type of information should be present inside the given policy text, answer as 'Not Specified' otherwise
An unnamed third party does track on the first party website or app your cookies or tr... | Cookies and tracking elements |
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately | task509-2d8b25cef3ea4216bc8857d9b480aa2a | 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... | t, i, F, y, 4659, 1261, 5727, 9263, 7573 |
task1325_qa_zre_question_generation_on_subject_relation | task1325-f7293a403a9a4a8aa1478d98b730467e | You will be given a context, a subject and a relation. Your task is to generate a question based on the subject and relation. The generated question should include the given subject. Try to use a minimum number of words that are not present in either context, subject or relation while generating question.
Context : Elb... | In which war did Elbridge Robinson participate? |
task113_count_frequency_of_letter | task113-a7029280fad54281b2e98d0e47a45308 | In this task, you need to count the number of times the given letter appears in the given sentence.
Sentence: 'a person in a commercial kitchen preparing food'. Find frequency of the letter 'e' | 4 |
task1347_glue_sts-b_similarity_classification | task1347-51d82dd66e2f4e25a0ca4c78bc706d10 | Evaluate the similarity between them and classify them into classes from 0-5 as follows:
0 : The two sentences are completely dissimilar.
1 : The two sentences are not equivalent, but are on the same topic.
2 : The two sentences are not equivalent, but share some details.
3 : The two sentences are roughly equivalent, b... | 2 |
task148_afs_argument_quality_gay_marriage | task148-eabb4feeb7324926ac640968ddb48e28 | 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 |
task085_unnatural_addsub_arithmetic | task085-8873aef14f9241c8ad1d2389a11598b2 | In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
5341 + 1995 + 4654 - 2420 + 8774 + 53 + 3510 + 2358 + 1477 | -15060 |
task379_agnews_topic_classification | task379-88aa547cb7df4fa7bb92918afd70d52a | 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 |
task403_creak_commonsense_inference | task403-bc5d4a7aca7647f5b685870aa803f6ba | In this task you are given a statement and an explanation giving you further knowledge about an entity in the statement. You must judge whether the statement is true or false based on the explanation. Label an instance as "True" if the explanation confirms the statement or doesn't disprove it. Label an instance as "Fal... | False |
task385_socialiqa_incorrect_answer_generation | task385-18113592ff0041f384e99acb4db03c9b | In this task, you're given a context passage, a question, and three answer options. Your task is to return an incorrect answer option to the question from the choices given. For all questions, only one of the three answer options is correct. Pick one of the two incorrect answer options as the output.
Context: Riley got... | A |
task309_race_answer_generation | task309-7a320d5523d34ed6a4c26171e320a167 | 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 |
task1313_amazonreview_polarity_classification | task1313-bf5ece4c1d92401ea28b53433c1eed21 | In this task, You are given an amazon review and its polarity (positive or negative). Your task is to answer "True" if the specified sentence and its polarity match; otherwise, answer "False"
Review: Omg these are the cutest and just as I imagined! They are more like a postcard rather than like a folded over card. They... | True |
task821_protoqa_question_generation | task821-96982734672c4cd0a1ab881c0dc2defb | Construct a question that every answer in the list is correct and reasonable for it.
borrow money, use car, help moving, babysitting | name a favor you hate having to ask friends for |
task284_imdb_classification | task284-4a08c16ba0f5423a9ac0387d6d90f7f0 | In this task, you are given a review of movie. Your task is to classify given movie review into two categories: 1) positive, and 2) negative based on its content.
Gus Van Sant has made some excellent films. I truly am a fan.However, I can't help but feel that the cerebral edge of Tom Robbins book "Even Cowgirls Get the... | positive |
task274_overruling_legal_classification | task274-0ead6287e8d244b9b966e780d66a2450 | In this task, you will be shown a sentence, and you should determine whether it is overruling or non-overruling. In law, an overruling sentence is a statement that nullifies a previous case decision as a precedent by a constitutionally valid statute or a decision by the same or higher ranking court which establishes a ... | overruling |
task506_position_of_all_alphabetical_elements_in_list | task506-43b0b423ad9f420ea79a6c5e680adf7c | 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.
['3511', 'v'... | 2, 3, 10, 12, 14, 20, 22 |
task1434_head_qa_classification | task1434-47cfef028d2946d7bed7c564648d79d6 | In this task, you are given a question and answer options for that question. Using this information, you have to classify each text into different topics: medicine, nursery, psychology, chemistry, pharmacology, biology.
Question: A 17-year-old boy, an athlete with no history of interest, goes to the doctor for occasion... | medicine |
task024_cosmosqa_answer_generation | task024-4831f9d0cfd74024ac80cccfac7cb651 | Craft one correct answer to the question given in input. To make it more interesting, try to use non-stereotypical language if possible. Make sure your correct answer is reasonably long, consistent with the context, and requires common sense (instead of explicit extraction from the context.) In your answer, use as few ... | The cards he drew were very favorable to win . |
task191_hotpotqa_question_generation | task191-4e20ac5825234c748b12421c60e15603 | 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 : Take Her, She's Mine is a 1963 comedy film starring James Stewart and Sandra Dee ... | What American filmmaker wrote, produced, and directed motion pictures, Henry Winkler or Nunnally Johnson? |
task413_mickey_en_sentence_perturbation_generation | task413-3bfd0891c41b480bae1759ede76799d4 | Given a sentence, generate a new sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.
You woul... | You would tolerate a museum because you censor art . |
task1595_event2mind_text_generation_1 | task1595-cd0ca46b79b6420aba98a4c6d7092e2c | 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 points PersonY's finger | nan |
task405_narrativeqa_question_generation | task405-be9a7c603ee444c3afaa6fa7561ce98f | 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 Honey Pie doing when she takes off her clothes? |
task761_app_review_classification | task761-be801eae4a82488895946e3fb3fee5e3 | In this task, you are given an app review. Your task is to identify whether its sentiment is "Positive" or "Negative".
Love it and I found our why it wasn't working Love this app... It does everything that I want to do and more... I found out why it wasn't working when I reset my phone and it was because my tts voice w... | Positive |
task183_rhyme_generation | task183-2f97f34030a84c9ab849ea982b7da1ab | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
but | hutt |
task497_extract_all_numbers_from_list_in_order | task497-f31c1f9b56d5403f90c516294f2f6871 | In this task, you are given an input list A. You need to find all the elements of the list that are numbers in the same order as they appear in the list A.
['4033', 'w', '7623', '5173', '863', '1387', '2179', '6489', '3383', 'i', 'A', '8579', 'F', 'N', 'n', '9233', '9327', 'E', 'd', 'p', 'j'] | 4033, 7623, 5173, 863, 1387, 2179, 6489, 3383, 8579, 9233, 9327 |
task1292_yelp_review_full_text_categorization | task1292-3d94c8d0d77a4d43804489bb94b05f43 | You are given a review about a place. You need to provide a rating from "1 star" to "5 stars" for this place.
I used to enjoy coming here on Monday nights for some sake bombs and a golden state roll. Since they took away the sake bomb special on Monday nights, all that's left is one good roll and inferior service.\n\nI... | 3 stars |
task852_synthetic_multiply_odds | task852-84b2d65657674168bc017ddd4a3ae47c | In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you shoul... | [-21, 0, 31, 329, -338985, -123, -47, 0, -21609, -1333, -187083, -1935] |
task455_swag_context_generation | task455-9e5453aab91b43ea88e426ec90da84ab | Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement.
Over to his left, he sees a crumpled ridge of plastic sheeting begin to fold in on itself. | He watches the rain splashing in the water in front of him as he gradually begins to sink. |
task618_amazonreview_summary_text_generation | task618-839c8609dbe34e1b9fc89d092e7d85e2 | In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review.
This particular listing for the poster was NOT THE ORIGINAL POST that my husband and I read over several times to make sure it was indeed the DVD because we had earlier thought we were getting the movie and go... | FALSE LISTING of DVD after purchase the listing reverts to poster |
task389_torque_generate_temporal_question | task389-34f0f8f11c3946f8b2cc51b248266286 | 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 occurred while Alderton was three months pregnant? |
task496_semeval_answer_generation | task496-1d6eeb81706648098b804e9ed9ab6ae3 | Given news headlines, an edited word and funniness labels. The original sentence has word with the given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Your task is to generate answer "Yes" if an edited sentence matches funniness label, otherwise generate answer "No". ... | No |
task1340_msr_text_compression_compression | task1340-7ed9cc8abe9e40f8a3d0da3676ca72ed | Given a text, write a compressed version of it in a single sentence.
Make-believe play provides a rich foundation for children's comprehension of the mind's wide-ranging capabilities. In Chapter 3, I noted that children's elaborate interactions with imaginary companions foster understanding of false belief and other pe... | Make-believe play provides a rich foundation for children's comprehension. In Chapter 3, children's elaborate interactions with imaginary companions foster understanding of false belief. |
task363_sst2_polarity_classification | task363-a7c3d5335e7c4774bda5993cb64e7817 | 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
Exactly what you 'd expect from a guy named Kaos . | NEG |
task279_stereoset_classification_stereotype | task279-fcfcea21b01443e1aebcbc0679cbd25e | In this task, you are given a short passage that may convey stereotype, anti-stereotype, or is unrelated. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. The passage is unrelated if it does not convey a stereotype or ant... | Anti-stereotype |
task390_torque_text_span_selection | task390-fdc63ea56fdb44679ec6d94c2b8053cd | 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: Zhao Z... | murder |
task507_position_of_all_numerical_elements_in_list | task507-a8dba908436c452ab6312991fd03e1f1 | 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.
['g', '8647', 'A',... | 2, 4, 6, 9, 10, 12, 14, 15, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33 |
task301_record_question_generation | task301-cfe7fe84f09a472b8966bffef97908f1 | 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 _ .
Pet cats are being... | And a _ probe has found pet cats destined for the dinner table are being held in horrific conditions as they await slaughter. |
task1420_mathqa_general | task1420-6a4cdc76412843a68a0870fc4f1fb8f3 | 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 of 15 numbers is 75 . average of the first 8 of them is 68 and that of the last 8.00001 is 77 . find the 8.000001 th number ?
Options: a ) 51 , b ) 87 , ... | c |
task065_timetravel_consistent_sentence_classification | task065-890ff754ab5741e1af4e081ea7bf7f50 | In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given two options and you need to select the one that best connects the first sentence with the rest of the story. Indicate your answer by 'Option 1' if the first option is correct, otherwise 'Optio... | Option 2 |
task153_tomqa_find_location_hard_clean | task153-64d69191ea3f4874b3a204fad80846dd | Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's beli... | green_treasure_chest |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.