task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task1311_amazonreview_rating_classification | task1311-0352b6cfbbb9463e84241e13b1ca40f8 | 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 |
task183_rhyme_generation | task183-8ed054825f624a3f9dd56c54302f5d94 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
on | yohn |
task1296_wiki_hop_question_answering | task1296-0722dab7b41e4e6d8afe740c344b0cc6 | 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 United Kingdom of Great Britain and Northern Ireland, commonly known as the United Ki... | 30 december 1946 |
task929_products_reviews_classification | task929-c3dae95d134c4bccba2614d89dac6810 | Given an English language product review, determine if it is a Good Review or a Bad Review. A good review is one where the product's review has positive tone and Bad review is one where the tone of product's review is negative.
This track sucks. | Bad review |
task413_mickey_en_sentence_perturbation_generation | task413-b4b0c1139feb4cc5ad9be184ea9973ec | 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 order a contract because you wanted security . |
task183_rhyme_generation | task183-b83840f6ce5a495a927287dd620cf5eb | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
position | repetition |
task166_clariq_sentence_generation | task166-f0b94683cd9b4dd6b37e5bddff16d1a9 | Sometimes users of dialogue systems ask vague questions/queries from the system. In this case, the system asks them a clarifying question to be able to answer it correctly. In this task, you are given a question/query in natural language and your task is to ask a good clarifying question to understand the given questio... | do you want to know the price to hire a dj |
task1285_kpa_keypoint_matching | task1285-bdf5e9dd57ac41ce9d0ffe8320f14f0b | The input contains a debate topic, an argument on the topic and a keypoint, separated by "<sep>". Your task is to answer if the keypoint matches the argument and summarizes exactly what the argument means, in the context of the given topic.
Topic: Homeschooling should be banned<sep>Argument: Homeschooling has proven to... | True |
task066_timetravel_binary_consistency_classification | task066-845aed97e6d9444b9c39ab8873b0b4c9 | In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given a candidate for the second sentence and you need to identify if the given sentence connects the first sentence with the rest of the story. Indicate your answer by "Yes" if it connects, otherwi... | Yes |
task405_narrativeqa_question_generation | task405-226f0a6865924247bdd5ccb054077c8e | 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... | Who is "The Kid's" girlfriend? |
task399_semeval_2018_task1_tweet_sadness_detection | task399-a584abe3daf745fa94be0d93caff57aa | In this task you are given a tweet. You must judge whether the author of the tweet is sad or not. Label the instances as "Sad" or "Not sad" based on your judgment. You can get help from hashtags and emojis, but you should not judge only based on them, and should pay attention to tweet's text as well.
@emmajckson awe th... | Not sad |
task683_online_privacy_policy_text_purpose_answer_generation | task683-81d9ca81777f4338a1d5d0219fdbd0b0 | Given a part of privacy policy text, identify the purpose for which the user information is collected/used. The purpose should be given inside the policy text, answer as 'Not Specified' otherwise
The site collects your website activities for an unspecified purpose. Collection happens when you explicitly provide informa... | Unspecified |
task367_synthetic_remove_floats | task367-827b9df7691e46ffb1e44934a170d789 | In this task you will be given a list of numbers. You should remove any number that is not an integer (whole number). If every number is not an whole number then an empty list ("[]") should be returned. Otherwise, answer with the list of whole numbers separated by comma inside brackets.
[-88, 87, -68, 49, 68.459] | [-88, 87, -68, 49] |
task1347_glue_sts-b_similarity_classification | task1347-17ae385f12aa419ba41fbc2c7b8b5bdf | 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... | 4 |
task207_max_element_lists | task207-e01daf441b2a4da7941d45accece5ef5 | 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.
[[85, -79, 72], [-6... | [85, 74, 3, -21, 93, 36, 74] |
task845_pubmedqa_question_generation | task845-50ff9833ed2c4db2831b50f86809216b | 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 maternal immune activation in nonhuman primates alter social attention in juvenile offspring? |
task934_turk_simplification | task934-7c8c16fd01354e0892d3ba5160aea2aa | 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.
microsoft phased out all development of its java virtual machine -lrb- jvm -rrb- from windows 2000 in sp3. | microsoft carried out all development of its java virtual machine from windows 2000 in sp3. |
task196_sentiment140_answer_generation | task196-ef66eeaa724840559f58b003ba5ef1a1 | 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: throat is closing up and i had some string cheese. not a good ... | no |
task453_swag_answer_generation | task453-d0469e4b483e4014ab53b722849b5a9d | Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct.
More people help with grilling, blending and cutting. All the people eventually | assemble and wrap the sandwiches together. |
task151_tomqa_find_location_easy_clean | task151-14f059702ac14f52aab0fd0733cbc08a | 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... | red_treasure_chest |
task303_record_incorrect_answer_generation | task303-c783b5beabe8423aa15a8060b0203f46 | 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 ... | DJ |
task078_all_elements_except_last_i | task078-befc23bf515f45ca84f9dba49202158d | 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 preceding the last i elements. i will always have a value less than the length of A.
5, ['303', '4219', 'q', '8509', '8663', '1121', 'q', 'x', 'T', 'f', 'H', 'B', '5427', 'j', '6369', '2623', 'd', '... | 303, 4219, q, 8509, 8663, 1121, q, x, T, f, H, B, 5427, j, 6369, 2623, d, Y, W, z |
task368_synthetic_even_or_odd_calculation | task368-260a1b18b00047a8810840b3e0dc5fdc | 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... | [23.0, -18.5, 30, 46, 14, 2.0, 19.0] |
task902_deceptive_opinion_spam_classification | task902-29a409fe4f7f4f1c816a32fbec7c0a7c | Classify the given hotel review based on the sentiment it expresses into two classes: negative and positive.
I traveled to Chicago recently with my giant German Shepard dog Rex and picked the Hard Rock Hotel for the perfect location and because a close friend had warmly recommended their pet friendliness. The service t... | positive |
task455_swag_context_generation | task455-69146dd226bd4ed5b569747e973ff20a | Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement.
He dumps the jug of water. | He pours in whisked eggs. |
task1645_medical_question_pair_dataset_text_classification | task1645-54f5f10dfd114845a7ab95f8086e0ae8 | In this task you are given a medical question pair hand-generated. Your task is to classify a given post into two categories 1) 'Similar' if the given two questions have a same connotation 2) 'Dissimilar' if the given two questions have a different connotation or meaning.
Sentence1: How long does belly pain associated ... | Similar |
task1551_every_ith_element_from_kth_element | task1551-53235071a38a41038f545ef6c63b35ec | In this task, you are given inputs k, i, and A, where k and i are integers and A is a list. You need to find every ith element of A starting from the kth element. The process stops when the position of the next ith element exceeds the length of the list.
2, 4, ['5247', '9369', 'N', '6021', '4857', '4509', 't', 'q', 'r'... | 9369, 4509, I |
task1595_event2mind_text_generation_1 | task1595-9fc83f6922ad4f099db8258243b185e7 | 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 forgives ___ PersonY's trespasses | satisfied |
task078_all_elements_except_last_i | task078-1a0482e0dea94151b9d8fbc058671b6f | 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 preceding the last i elements. i will always have a value less than the length of A.
13, ['4141', 'R', 'm', '1663', '3341', '3871', '1163', '1469', 'v', 'V', '4103', 'y', '4421', 'x', 'O', '1893', '... | 4141, R, m, 1663, 3341, 3871, 1163, 1469, v, V, 4103, y, 4421, x |
task903_deceptive_opinion_spam_classification | task903-3bfaae4c71954a6ba044490637dbac3f | Given a hotel review and the corresponding polarity of review (i.e., Negative or Positive) identify if the polarity is correct. Write 'true' if it's correct, 'false' otherwise.
Review: This hotel is overpriced. One should pay money for luxury, but they fall far short considering the prices that they charge. When you go... | true |
task1580_eqasc-perturbed_question_generation | task1580-fe5c22c289aa4d16879a55eec665255e | Given a statement, generate a question such that the answer is contained in that statement.
some bacteria are immune to antibiotics | Some bacteria are immune to what? |
task105_story_cloze-rocstories_sentence_generation | task105-4b76f4c151c44937ac75efe6d39eb050 | 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: Bobby is at the amusement park, but is terrified of roller coasters. Sentence2: Still, he wants t... | Now Bobby will always face his fears. |
task750_aqua_multiple_choice_answering | task750-6bb867a295db4cd0ae50a2fe5ff18529 | 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 C |
task1308_amazonreview_category_classification | task1308-c931778f60544f6f8f7a45613bfe3ca1 | 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: Save your money and buy a different adapte... | True |
task297_storycloze_incorrect_end_classification | task297-9c32bb27bddf4e2facd735d28f4e0f8c | In this task, you're given four sentences of a story written in natural language. The given story is not complete and your job is to complete the story by selecting one of the end sentence choices from (A) and (B), such that the story does not sound complete and coherent, i.e., select an incorrect end sentence.
Sentenc... | A |
task194_duorc_answer_generation | task194-9bc05fc45c814c28b35aee14f5fba7ea | In this task, you will be shown an extract from a movie plot and a question. You need to provide the correct answer for it. Short answers containing words that are present in the passage are preferred.
This article's plot summary may be too long or excessively detailed. Please help improve it by removing unnecessary de... | Answer: an explosion |
task091_all_elements_from_index_i_to_j | task091-169687899e2c4b8690235f07e9d015b0 | 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 list all elements of A from the ith element to the jth element. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.
10, 16, ['8727', 'Q', '1165', '755', ... | t, y, k, M, 5701, T, 2295 |
task565_circa_answer_generation | task565-7150566e1fc14e80bd7292a0b0276f1c | In this task, you are given a question. Your task is to generate an answer that is relevant to the question.
Are you on a budget? | I've not got much to spend on food. |
task611_mutual_multi_turn_dialogue | task611-cf13714fe2a24f50b85304e4969b057d | 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 |
task405_narrativeqa_question_generation | task405-aef488d36a964692bd216f95394fd0cb | 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 Harley give the tavern owner? |
task163_count_words_ending_with_letter | task163-4046dd45d7f44799aa99710012d60ebd | 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 bed and pillow sits next to a window'. How many words end with the letter 'a' in the sentence. | 2 |
task428_senteval_inversion | task428-5547fb8a28c549a18411b85543624f55 | 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.
Be... | Inversion |
task293_storycommonsense_emotion_text_generation | task293-613a056f27da4394842557d74020ca4a | 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 ... | excited |
task1346_glue_cola_grammatical_correctness_classification | task1346-c9a9946ba0904f4290e4b937be2c0775 | You will be given a sentence. Check whether the sentence is grammatically correct and is meaningful. If the sentence is grammatically correct, then answer with '1', otherwise answer with '0'.
Who did Athena introduce who to? | 0 |
task574_air_dialogue_sentence_generation | task574-1ba51c7a35724e7a84c36ba24009fce8 | In this task, you're given a dialogue between a customer and a flight booking agent with a gap in the conversation. Your job is to find the answer of the previous dialogue. Avoid using irrelevant extra information while creating the answer. The answer should be relevant to the question before the blank. If you fill the... | agent: I found a Spirit airline, flight number: 1003, price: 200 with one connection. |
task592_sciq_incorrect_answer_generation | task592-90b30598e7ea458eafa56d49f8ee531c | Given a scientific question, generate an incorrect answer to the given question. The incorrect answer should be a plausible alternative to the correct answer. The answer should be some other item belonging to the same category as the correct answer but should be incorrect.
What is the term for the measure of a fluid's ... | elasticity |
task851_synthetic_multiply_evens | task851-f91dc35f9c89485d9d7e9019452d1954 | 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... | [28, 24, -1296, -96, 38, 96, -280, -648, -96, -25920, 1700] |
task850_synthetic_longest_palindrome | task850-9770a7e501e3478d938ed9cd337829aa | 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.
hehjhhjjehhej | jehhej |
task113_count_frequency_of_letter | task113-b38d2ccb063e4d73bfaeec985d0f8b84 | In this task, you need to count the number of times the given letter appears in the given sentence.
Sentence: 'a person working at an airport, outside of an airplane'. Find frequency of the letter 'r' | 5 |
task403_creak_commonsense_inference | task403-2fa2307887f744a3a7485e42c36f6d84 | 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... | True |
task355_casino_classification_negotiation_other_need | task355-b79cda4657b646538119ecff6848861b | The input is taken from a negotiation between two participants who take the role of campsite neighbors and negotiate for Food, Water, and Firewood packages, based on their individual preferences and requirements. Given an utterance and recent dialogue context containing past 3 utterances (wherever available), output Ye... | Yes |
task629_dbpedia_14_classification | task629-f68699111e504e31b71238116126d8c2 | In this task, you are given a text which is the body of a document. Your job is to classify the topic of the document into these categories: 1)Company, 2)Educational Institution, 3)Artist, 4)Athlete, 5)Office Holder, 6)Mean of transportation, 7)Building, 8)Natural place, 9)Village, 10)Animal, 11)Plant, 12)Album, 13)Fil... | 14 |
task328_jigsaw_classification_insult | task328-c475f140839549ce9ce246517094d461 | 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: >>>wedding in Cana of Galilee, thereby tacitly approving of marriage between a man and... | Non-insult |
task075_squad1.1_answer_generation | task075-44ceffd8d55a4eb8806e382e3d717aee | 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... | caused a scandal |
task1420_mathqa_general | task1420-d0e20715b8e04db2896552badda065de | 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: find a positive number which when increased by 17 is equal to 60 times the reciprocal of the number .
Options: a ) 3 , b ) 5 , c ) 7 , d ) 12 , e ) 15 | a |
task344_hybridqa_answer_generation | task344-ddf08a7df59f4251a5417ebf02d09692 | In this task, you will be presented with a question and you have to answer the question based on your knowledge. Your answers should be as short as possible.
The 1st osteopathic medical school , which is a private , non-profit medical school , located in the 7th largest city in its state , had its first graduating clas... | 5 August 2013 |
task064_all_elements_except_first_i | task064-a1594165d6664508895cf91ec8877b5c | 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, ['3743', 'R', 'C', 'n', 'v', '2503', 't', 'L'] | n, v, 2503, t, L |
task605_find_the_longest_common_subsequence_in_two_lists | task605-d788205723ee4bcb836bf9b188a8b320 | In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B.
[655, 'N', 4857, 'T', 2993, 8443, 2657, 'R', 'a', 'T', 'Z', 'x', 'e', '2983', 'B', 'v', 'R', 'd', 'O', '4049', '5077', '6109', 'o', 'l', 'y', 's', 'T', '9021', 'V', 'R', '2417', 'k', 2331, 1649, 9493, 3807, 'u', 7811, '... | x, e, 2983, B, v, R, d, O, 4049, 5077, 6109, o, l, y, s, T, 9021, V, R, 2417 |
task306_jeopardy_answer_generation_double | task306-9c7e56c5c6e74f29b0889c488854f2e6 | 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: AN "ARM" OR A "LEG"
Clue: Assembled in the 1580s, it was commanded by Medina Sidonia | the spanish armada |
task1481_gene_extraction_bc2gm_dataset | task1481-c23671f16e734ff2b99467807b9fe125 | In this task, you are given a sentence. You are expected to recognize the name of gene or protein. Although there might be several correct answers, you need to write one of them.
The IB2 gene ( HGMW - approved symbol MAPK8IP2 ) maps to human chromosome 22q13 and contains 10 coding exons . | IB2 gene |
task089_swap_words_verification | task089-85cf02be0be14164a7a39a423b8917cc | 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... | (6, 7) |
task074_squad1.1_question_generation | task074-6b76db4c9d304a90ad50d8719b80d766 | 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 is the final stage of a bill in the Scottish Parliament? |
task1420_mathqa_general | task1420-de1e56a4dbf64f37ba059fe7b0577744 | In this task, you need to answer the given multiple-choice question on the general math. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.
Problem: if x dollars is invested at 9 percent for one year and y dollars is invested at 8 percent for one year , the annual income from the 9 percent investment will exceed t... | c |
task082_babi_t1_single_supporting_fact_question_generation | task082-73d30e485fef479a8b3be1dce3c847fd | In this task, you will be given a passage consisting of set of facts. The task is to create a question of form 'Where is <person_name>?' that is answerable from exactly one of the given facts. Avoid creating questions that are unanswerable from all of the facts.
Passage: Mary moved to the bedroom. Sandra moved to the g... | Where is Sandra? |
task1207_atomic_classification_atlocation | task1207-000ffee502ec4035b9b48abda5379557 | 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 |
task579_socialiqa_classification | task579-e72b6f37aff84d3b83b99d34a0406811 | In this task, you're given a context, a question, three options, and an answer. Your task is to classify whether the given answer is correct or not by providing 'Yes' or 'No', based on the context with commonsense reasoning about social situations.
Context: Remy volunteered for the army and wanted to make her family an... | No |
task567_circa_text_generation | task567-e4a8bf890c77435bab831aa8d9b64a64 | 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.
Are you going to the gym today? | X and Y are colleagues who are leaving work on a Friday at the same time. |
task277_stereoset_sentence_generation_stereotype | task277-a2ef2880563f464eb16c77fc0f3de693 | 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 stereotype. A stereotype is an over-generalized belief about a particular group of people. Your answer must not contain more than one word.
Context: Ukrainian im... | poor |
task847_pubmedqa_question_generation | task847-2b941d1bf2f541d6997210eae7a092b4 | Given a passage, 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 questions that (i) can't be ... | Does acute stress increase sex differences in risk seeking in the balloon analogue risk task? |
task904_hate_speech_offensive_classification | task904-4a70cbfafb104df28449bf83c9f225b0 | 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.
"@L... | Offensive |
task1603_smcalflow_sentence_generation | task1603-8dcebe6c1f2d41c9aa67b1ed754171b5 | In this task, you have given an input which is user's command or question, based on that you have to return what will be Agent's response/reply for that particular user's command or question
Let's go with the concert that starts at 2 pm. | Is this good? |
task852_synthetic_multiply_odds | task852-015bfe839907461a862989943d88d357 | 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... | [259, -663, 13, 0, 3, 23, 125685, 13] |
task294_storycommonsense_motiv_text_generation | task294-72f27dba9b5544f6baa994fdf1608fd4 | In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to write the character's motivation by doing a specific job, which is given in the sentence. Y... | to get a new experience |
task390_torque_text_span_selection | task390-bfc4b6188a8e43788b78355fbcaf243c | 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 th... | massacre |
task845_pubmedqa_question_generation | task845-b47f222f2f3649e9a13e5915d065cec7 | 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... | Do prostaglandin D2 and leukotriene E4 synergize to stimulate diverse TH2 functions and TH2 cell/neutrophil crosstalk? |
task610_conllpp_ner | task610-bab7475725d944e1a4abaef06e69bb52 | In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun ph... | The White <B-ORG> Sox <I-ORG> have lost six of their last eight games . |
task070_abductivenli_incorrect_classification | task070-44990a710dfd4652982caee393809a1b | 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 incoherent / implausible by indicating 1 or 2 in the output. If both sentences are plausible, pick the one that makes less sense.
Beginning: Bob went fish... | 1 |
task405_narrativeqa_question_generation | task405-23bee38f5c3c4fb4b8c9e140f4ccca05 | 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 the great evil bring? |
task756_find_longert_substring_and_return_all_unique_alphabets_in_it | task756-ad653f9b27b2419dba3bac55a57c7ddb | 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.
njiOWncmp, HGbuOWncLOYj | b, c, g, h, j, l, n, o, u, w, y |
task1712_poki_classification | task1712-e60e2d8e9c624019a183b4661e6fbc57 | You are given a short poem which is written by a kid. Your task is to predict if the kid is in elementary school or high school. Anyone who is from grade 1st to 6th-grade will be considered as in elementary school, and 7th to 12th-grade kids will be considered as in high school. There are only two possible outputs, i.e... | elementary |
task475_yelp_polarity_classification | task475-65f153a082464671858f9bd74e53bda5 | In this task, you are given Yelp reviews. The task is to classify a review as "POSITIVE" if the overall sentiment of the review is positive or as "NEGATIVE" if the overall sentiment of the review is negative.
I can't really say anything bad about this location at all. They provide great customer service, place is clea... | POSITIVE |
task112_asset_simple_sentence_identification | task112-f72393f999064f898e0450d2048d9a5b | You will be given two pieces of text with the same meaning. One of them is simpler and easier to understand for non-native English speakers. Complex texts may contain more difficult words, have unnecessary phrases or contain long sentences. Your task is to choose the simpler piece of text. You are expected to output 'T... | Text one |
task112_asset_simple_sentence_identification | task112-6807f2ff7b9e4915a7ea018cc80b95ae | You will be given two pieces of text with the same meaning. One of them is simpler and easier to understand for non-native English speakers. Complex texts may contain more difficult words, have unnecessary phrases or contain long sentences. Your task is to choose the simpler piece of text. You are expected to output 'T... | Text one |
task1309_amazonreview_summary_classification | task1309-b21416604b5f47728b4f4d96000bd713 | 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: Don’t buy this coffe bar!! I thought this was going... | True |
task303_record_incorrect_answer_generation | task303-2e0a447839d941a7bbef2c24782053b9 | 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 ... | Sheila Zhou |
task606_sum_of_all_numbers_in_list_between_positions_i_and_j | task606-ce549ce25d2f4c649171b3885ddcb838 | 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... | 28396 |
task956_leetcode_420_strong_password_check | task956-1702f0bcb69a4c04b184d455d2c1e6d7 | You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit... | 6 |
task848_pubmedqa_classification | task848-d67317677330403d898358874aced1e8 | Given a passage classify if the passage has a definite objective/aim/goal or not. Output '1' if the passage has a defininte objective/aim/goal and output '0' if the passage does not have a definite objective/aim/goal.
Amino acid substitutions within the AdeRS two-component system are believed to result in overexpressio... | 1 |
task141_odd-man-out_classification_category | task141-3739bb08bcd3418288d35398b16922c9 | 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: guitar part
Words: worried, chord, fingerpick, fret, jack | worried |
task024_cosmosqa_answer_generation | task024-99117609d76245e7bb6a5ffd50bba976 | 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 ... | One has been trapped by an arachnid . |
task228_arc_answer_generation_easy | task228-323d7bfb28a14325bbbf547a0ff2c764 | You are given a science question (easy-level) and four answer options (associated with "A", "B", "C", "D"). Your task is to find the correct answer based on scientific facts, knowledge, and reasoning. Do not generate anything else apart from one of the following characters: 'A', 'B, 'C', 'D'. There is only one correct ... | A |
task1541_agnews_classification | task1541-de8f02fdefe7466bae916a3f1b0d186c | In this task, you're given a short article. Your job is to classify the article based on its category. Use the following classification labels, 0. World, 1. Sports, 2. Business, 3. Science or Technical. Label the text "0" if it contains information related to world. Label the text "1" if it contains information related... | 2 |
task636_extract_and_sort_unique_alphabets_in_a_list | task636-182c9d5838064183b6f89d85997cf956 | 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.
['z', 'n', 'a'] | a, n, z |
task638_multi_woz_classification | task638-0d210fc9839445cbbc33f0044d1251a1 | You are shown a conversation between a user and system. Identify who has spoken the indicated sentence based on the conversation.
Sentence1: Thank You good bye Sentence2: Yes. Kymmoy is an expensive restaurant serving asian oriental food in the centre part of town. Sentence3: Thank you. May I have their phone number? S... | Answer: (B) System |
task924_event2mind_word_generation | task924-324d8ebf5f354dd1b9c72c4b30334a60 | 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 keeps PersonY from becoming. Intent:. XEmoti... | thankful |
task079_conala_concat_strings | task079-c1590d42a47f4cd5884dcc9418010d73 | In this task you will be given a list of strings and you need to concatenate them.
['A', 'j', 'a', 'o', 'D', 'F'] | AjaoDF |
task291_semeval_2020_task4_commonsense_validation | task291-9eac3e56e35d4bddb6e66c9a3f6f58ed | 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.
The color green is a combination of yellow and red
T... | first |
task124_conala_pair_averages | task124-4eb38600643340d5b1e594579c7ac387 | 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... | [-2.0, -36.5, -59.0, -37.0, 22.0, 46.5, 12.0, -45.5, -37.0, -34.5] |
task756_find_longert_substring_and_return_all_unique_alphabets_in_it | task756-00fb5c1622274f0f9e0db2e53d18681e | 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.
EMrYidl, fiarYicPD | a, c, d, f, i, p, r, y |
task504_count_all_alphabetical_elements_in_list | task504-25f024e090854113ac661cd3465eb218 | 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 alphabetical elements in the given list. Return 0 if no alphabetical element in the list
['M', '1155', '237', '6389', 'l', '2949', '4037', 'l', 'K', '7123', '3585', '... | 11 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.