task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task085_unnatural_addsub_arithmetic | task085-d2d3923b69e948fda02074116f0f4920 | 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.
5552 + 1937 - 5428 - 6258 | 15301 |
task246_dream_question_generation | task246-c663d5522960498293a242f14ef58121 | In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. "W" and "M" in the conversations stand for "woman" and "m... | What is the woman doing? (A) Complain about her school life. (B) Showing the man around campus. (C) Telling the man about her experience in college. |
task303_record_incorrect_answer_generation | task303-573dc586cbbe4d51b500e90a01d006a8 | 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 ... | Michael Hayden |
task299_storycloze_sentence_generation | task299-7ab1de695287410cadc913644838435a | In this task, you're given four sentences of a story written in natural language in which one part is missing. Your job is to predict the position and missing part of the story and return in the following format: position, missing part. The missing part is a sentence that completes the story, and the position is the nu... | 5, Max consistently failed. |
task205_remove_even_elements | task205-00bbbfda865c4a7993f8c05bb12f1cc7 | In this task you will be given a list of numbers. A list is shown by two brackets and comma-separated numbers inside, like: [1,2,3]. You should remove all of the even numbers from the list. If every number in the input list is even an empty list should be returned. Zero should be counted as an even number.
[27, 113, 19... | [27, 113, 117, 191] |
task373_synthetic_round_tens_place | task373-fa950b4812e64785b9551f8e14e0bbaa | In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[318, 842, -821, -560, -931, 231, 356, -320, -952, 109, 274, 634, 840, 961] | [320, 840, -820, -560, -930, 230, 360, -320, -950, 110, 270, 630, 840, 960] |
task1346_glue_cola_grammatical_correctness_classification | task1346-4b623578ee554fe79cb6ac1c0feaa9f1 | 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'.
I liked. | 0 |
task155_count_nouns_verbs | task155-49fb39a2f8f94a7484e8a55cd3927b67 | In this task, you need to count the number of nouns/verbs in the given sentence.
Sentence: 'A woman riding skis down a snow covered slope'. Count the number of verbs in this sentence. | 2 |
task405_narrativeqa_question_generation | task405-6e5df2224c9f4682b1af588c968afaf6 | 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 responsible for the meeting of McTeague and his wife? |
task867_mawps_multiop_question_answering | task867-14d1ebe8285c4ec5b86873e8955797f8 | You are given a math word problem and you are supposed to apply multiple mathematical operators like addition, subtraction, multiplication or division on the numbers embedded in the text to answer the following question and then only report the final numerical answer.
Will had 83 dollars . If he spent 47 bucks on a new... | 9 |
task1217_atomic_answer_generation | task1217-d50ef6a890eb4d9cb732b381c8fd95ce | 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 saves PersonY's husband 's ___ | place |
task292_storycommonsense_character_text_generation | task292-7189db6f26ea4a67b410af55e2263539 | In this task, you're given a story (which contains five sentences only). Your task is to find all the characters which are available in the given story.
Sentence1: It was Ariana's first day bar tending and she was excited. Sentence2: The only problem was that Kristen came up to her and yelled at her. Sentence3: Kristen... | Her boyfriend, Ariana, Kristen |
task1205_atomic_classification_isafter | task1205-32e37d4c6f1a4576be266adae4cbbaa8 | 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 |
task633_dbpedia_14_answer_generation | task633-95c877637da7493a8f5aebba7f3b432a | In this task, you are given a text which is the body of a document. You are given a question and options. Pick the correct number. Don't generate anything else apart from the numbers provided in options.
Context: USS Agamenticus was a Miantonomoh-class monitor of the United States Navy named after Mount Agamenticus in ... | 3 |
task1340_msr_text_compression_compression | task1340-32dec263af15478196b547d04809a937 | Given a text, write a compressed version of it in a single sentence.
Next to the shopping center, in South William Street, is the small and eclectic Dublin Civic Museum (see page 58), an unassuming record of Dublin life over the years. | On South William Street, is the small and eclectic Dublin Civic Museum, with a record of Dublin life over the years. |
task365_synthetic_remove_vowels | task365-a6542ccebd724320a9ef3d9645cef7ee | 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.
hAvBm | hvBm |
task183_rhyme_generation | task183-245892ec30ef4e39aea28145df000ba5 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
burn | hearn |
task074_squad1.1_question_generation | task074-a3fcd7fc116d449fa51ec145cc6bccb0 | 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 divided Asia on a similar basis? |
task246_dream_question_generation | task246-cf22c1530268443990b4565ef08ae893 | In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. "W" and "M" in the conversations stand for "woman" and "m... | How did the man explain to the woman? (A) He remembered having returned the book. (B) He had already bought the book. (C) The bad weather prevented him from returning the book on time. |
task303_record_incorrect_answer_generation | task303-64cd676e3d194fa082aefc2c480e1cdf | 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 ... | Afghanistan |
task934_turk_simplification | task934-cf9fb0247419489fb4095daaa0499ef4 | 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.
the employee was eventually rehired at a different nearby location. | the worker was finally given a new job at another of the company 's locations that was close by. |
task600_find_the_longest_common_substring_in_two_strings | task600-0ab86f390ddf45619cbafd40dcc37993 | In this task, you are given two strings A, B. Find the longest common substring in the strings A and B.
BjMeDfCnKoARtnrLnxKtQnHw, lKmbRBArKoARtnrLnmGaNwuo | KoARtnrLn |
task848_pubmedqa_classification | task848-2d7342875de941998cef2f4c9104e5fe | 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.
When the right atrium (RA) cannula is connected to the venous return line of the cardiopulmonary bypas... | 1 |
task649_race_blank_question_generation | task649-64db2d0ad5f04184a321570f2d16e501 | In this task, you're given an article and an answer. Your task is to generate the fill-in-the-blank question for this answer based on the given article. The blanks are always at the end of the question, and can be filled with more than one word or phrase.
Article: America, has always had people of many different nation... | Ethnic groups have preserved their native languages because _ . |
task067_abductivenli_answer_generation | task067-e53eac1ca82e4a64a2a9c8a240e97668 | 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... | Mike's dad did not approve of Mike loving planes. |
task144_subjqa_question_answering | task144-4c5fc98720ea4d25af7022166b52b0ee | You will be given a review about a book, an item, a place or a movie. After that, a question is given that you should answer using a certain span of the review. Your answer should be from the review itself and should not contain extra words, and should not be a combination of different spans. If there's no direct answe... | this season was a good |
task079_conala_concat_strings | task079-7069946e6cfe4afc8ebc7d9b3c79cfcf | In this task you will be given a list of strings and you need to concatenate them.
['that', 'q', 'z', 'dry,', 'k', 'l', 'z', 'J', 'Q', 'D', 'X'] | thatqzdry,klzJQDX |
task566_circa_classification | task566-0d51c0889472463b981f84b86720c264 | In this task, you are given two sentences. Your task is to classify the given sentences as "Yes" if they have same meaning; otherwise, classify them as "No".
Sentence-1: My flat is just down the block.<sep>Sentence-2: I did move here . | Yes |
task471_haspart_answer_generation | task471-2d43ba327b584d0d99c9e68c2f7fed4e | Given an entity as input, output another entity which is part of the input entity. These are entities of meronym. In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., output entity) is in a part-of relationship with its holo... | sandstone |
task1443_string_to_number | task1443-6b2578777f034546934e9d4dc1ef5d23 | 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... | 293051 |
task900_freebase_qa_category_classification | task900-b9fa51b6e26c4541aa383d29c21337e3 | Given a trivia question, classify broad topical category from this list: 'theater', 'geology', 'book', 'tv', 'astronomy', 'aviation', 'military', 'government', 'boxing', 'projects', 'metropolitan_transit', 'law', 'venture_capital', 'broadcast', 'biology', 'people', 'influence', 'baseball', 'spaceflight', 'media_common'... | film |
task293_storycommonsense_emotion_text_generation | task293-5e83f39502394bffbb1b9f242c76d181 | 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 ... | lonely |
task1551_every_ith_element_from_kth_element | task1551-370f63a5cd3d4cf192d2bdc2c2c4931f | 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.
1, 4, ['2561', 'P', 'D', '7147', '9129', '8757', '3073', '8591', ... | 2561, 9129, g |
task177_para-nmt_paraphrasing | task177-09c3eaa41a8948f783bc6a3e94e89917 | This is a paraphrasing task. In this task, you're given a sentence and your task is to generate another sentence which express same meaning as the input using different words.
in that case ... ... given your confession , in my role as chancellor pro tempore , you leave me no choice but to find you guilty . | in that case , and with your confession , i have no choice for a temporary chancellor before he finds you guilty . |
task305_jeopardy_answer_generation_normal | task305-1d474d0821454caaa608c78ad6ac4de5 | You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For consistency, answers should be in all lower cased letters.
Category: COMIC STRIP SETTINGS
Clue: Riverdale | archie andrews |
task088_identify_typo_verification | task088-f18768c27d1e4ca0a852a90d7451112f | The given sentence contains a typo which could be one of the following four types: (1) swapped letters of a word e.g. 'niec' is a typo of the word 'nice'. (2) missing letter in a word e.g. 'nic' is a typo of the word 'nice'. (3) extra letter in a word e.g. 'nicce' is a typo of the word 'nice'. (4) replaced letter in a ... | coyple |
task151_tomqa_find_location_easy_clean | task151-07e6c5150202440c9afc8d57c1150462 | 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_crate |
task493_review_polarity_classification | task493-4705a88df4ac45ae971307c3ca301a4a | Given reviews from Amazon, classify those review based on their content into two classes: Negative or Positive.
This book should have been written more as a novel than a how to. This book goes into story like dimensions and there are others better written on the subject. | Negative |
task615_moviesqa_answer_generation | task615-928a14e2403e413f9791c3be13757125 | You are given an open-domain question from an open movie database. Your task is to provide an answer to that question. Try to only include the answer. Do not put it in a sentence.
what are some words that describe movie The Street with No Name? | william keighley |
task1412_web_questions_question_answering | task1412-2c0c5bdee0584526afd3ac5fafd3fcc7 | A question is presented to you in this task, and your job is to write a potentially correct answer.
when did the boston celtics win their first championship? | 1965 NBA Finals |
task183_rhyme_generation | task183-ca3831f69fcc4a7c973c2428961f1247 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
wave | fave |
task1420_mathqa_general | task1420-4b2cc8a9dd8243f48244d0cbcaae2891 | In this task, you need to answer the given multiple-choice question on the general math. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.
Problem: if a is an integer greater than 9 but less than 26 and b is an integer greater than 14 but less than 31 , what is the range of a / b ?
Options: a ) 1 , b ) 1 / 2 , c... | e |
task073_commonsenseqa_answer_generation | task073-f7e6834ad986483f8b0b4f00c837ad71 | You are given a question and some answer options (associated with "A", "B", "C", "D"). You should choose the correct answer based on commonsense knowledge. Avoid answering questions based on associations, the set of answers are chosen deliberately to capture common sense beyond associations. Do not generate anything el... | C |
task413_mickey_en_sentence_perturbation_generation | task413-a4f4173e4d9d4af490bbb35408c539b5 | 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.
A peasan... | A victim wears a wedding ensemble . |
task151_tomqa_find_location_easy_clean | task151-2d1a799324c845d0acac1b51dd5b3bf6 | 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_box |
task389_torque_generate_temporal_question | task389-dafdefdbab2141bb9cd5f4dbf78ab3bf | 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 will happen during leave? |
task649_race_blank_question_generation | task649-245301d27ccd4d678a712c6b8867373c | In this task, you're given an article and an answer. Your task is to generate the fill-in-the-blank question for this answer based on the given article. The blanks are always at the end of the question, and can be filled with more than one word or phrase.
Article: On September 22, 2007, 108 Chinese cities took part in ... | From the passage, we can know that China _ . |
task377_remove_words_of_given_length | task377-6d1e7208fa8f41258d3375f3d4b90142 | In this task, you need to remove all words of a given length in the sentence. The number of letters in a word determine its length, for example, the length of the word "apple" is 5.
Sentence: 'six people with a dog in the snow'. Remove all words of length '6' in the given sentence. | six with a dog in the snow |
task123_conala_sort_dictionary | task123-b17e711989014a1fbee91dff7fe3514a | 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': -63, 'second': 52}, {'first': -48, 'second': 91}, {'first': -19, 'second': -39}, {'first': -6, 'second': 65}, {'first': 17, 'second': -39}, {'first': 19, 'second': -29}, {'first': 23, 'second': -60}, {'first': 25, 'second': 91}] |
task1346_glue_cola_grammatical_correctness_classification | task1346-1935d9134fed432aae8b27a63190b706 | 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'.
He walked right the wall. | 1 |
task071_abductivenli_answer_generation | task071-287f6ae6f3de47ba85ea75128d032444 | In this task, you're given the beginning and the middle of a three-part story. Your job is to complete the short story by writing a probable ending. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the endin... | He followed for as long as he could, changing my preconceived notion. |
task823_peixian-rtgender_sentiment_analysis | task823-cc2bfc653b1040a0bc45db6c6676f47d | Given a 'poster' sentence and a corresponding 'response' (often, from Facebook or Reddit)classify the sentiment of the given response into four categories: 1) Positive, 2) Negative, 3) Neutral, and 4) Mixed if it contains both positive and negative.
Poster: .@MaddowBlog: Cantwell & Dem Senators want answers from @Barac... | Positive |
task067_abductivenli_answer_generation | task067-70ca8ab3c20545edb062f3104f871f80 | 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... | The woman's grandchildren were outside playing. |
task063_first_i_elements | task063-8f09b9c7d56f40f1ba4358973e4e0f1f | In this task, you are given inputs i and A, where i is an integer and A is a list. You need to output the first i elements of A, starting with the 1st element in A. i will always have a value less than the length of A
2, ['j', '1791', '2753', '7263', '7561', '681'] | j, 1791 |
task934_turk_simplification | task934-24d9e73d43af4b12879c88fb03b02908 | 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.
tropical storm arlene formed near honduras on june 8 and moved northwards. | tropical storm arlene formed near honduras on june 8 and travelled northwards. |
task1207_atomic_classification_atlocation | task1207-5dd18de5225c40c79088736494d5525c | 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 |
task141_odd-man-out_classification_category | task141-7fe83cee6bc34a8b982c4fa4ba8287ab | 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: animal
Words: sea turtle, mice, row, fish, hamster | row |
task303_record_incorrect_answer_generation | task303-0fe654c9109845208de8919aee9f80f2 | 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 ... | CNN |
task279_stereoset_classification_stereotype | task279-e9e34424274c4288860df3e0014b5564 | 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... | Unrelated |
task507_position_of_all_numerical_elements_in_list | task507-61a833566f4749bd9342d8e5cdb633af | 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.
['v', 'k', '8501',... | 3, 5, 6, 7, 8, 9, 13, 15, 17, 19, 24, 27, 28, 32, 34 |
task114_is_the_given_word_longest | task114-36f32270d5b14a54a7942db33e3eec45 | 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: 'the activ... | Yes |
task1217_atomic_answer_generation | task1217-0cb2cc36a21a40168da3d16e48182b9f | 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 carries home the ___ | clothes |
task565_circa_answer_generation | task565-e02c57e04ddd4155b7c41ab6d0fbf7cb | In this task, you are given a question. Your task is to generate an answer that is relevant to the question.
Did it take a while to get here? | My flight was delayed, so it took longer than expected. |
task1596_event2mind_text_generation_2 | task1596-dfefb304905c4b5898579ea5df16e171 | The task is to generate text based off of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons intent behind doing the event, i.e. why did the person do that action.
PersonX wrestles with a pig | to win the contest |
task380_boolq_yes_no_question | task380-73bc3fcbcb1e49cdaa00694646f505be | 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: The Sole Survivor receives a cash prize of $1,000,000 prior to taxes and sometimes also receives a car provided by the show's sponsor. Every player receive... | Yes |
task1443_string_to_number | task1443-e0677856fb31430f94ab5f8a4cebb813 | 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... | 58094593784 |
task1434_head_qa_classification | task1434-b294141de3ab492985e4b89a4fb9d79b | 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: The virus (virusoid) of hepatitis D (agent δ) needs to co-infect with the hepatitis virus:... | biology |
task151_tomqa_find_location_easy_clean | task151-b3bdddc16d0741fbb192bccc556c9f18 | 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_cupboard |
task333_hateeval_classification_hate_en | task333-f645710245b645f28436d61fcd6ad939 | In this task, you are given a post in English from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as... | Hateful |
task371_synthetic_product_of_list | task371-03367188c0c24a028dd9574d933449ff | 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.
[[8, -10], [-10, -16, -20, 38, 50], [39, -39], [50... | [-80, -6080000, -1521, -1214400] |
task1293_kilt_tasks_hotpotqa_question_answering | task1293-f9c74410efe849b8b85714f9069a2166 | In this task, you are given a question. You have to answer the question based on your information.
The fifth season of the animated television series, "Aqua Teen Hunger Force" originally aired in the United States on Cartoon Network's late night programming block, Adult Swim, it's about the surreal adventures and antic... | Meatwad |
task075_squad1.1_answer_generation | task075-b6e6fb0aac12474fbcaeaa2575fc6d39 | 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... | two |
task372_synthetic_palindrome_numbers | task372-74d4a5dd1b06448f93f9e02987062a73 | 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.... | [-262, 282, 424, 797, 717] |
task142_odd-man-out_classification_no_category | task142-366329444852418cb416eb829e298b36 | 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.
down, emotional, emotional upsets, falling, ashamed | falling |
task380_boolq_yes_no_question | task380-64cfa8b5cb184b73b1e17a3f5d47f2fc | 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: The Indian cricket team are two times World Champions. In addition to winning the 1983 Cricket World Cup, they triumphed over Sri Lanka in the 2011 Cricket... | Yes |
task070_abductivenli_incorrect_classification | task070-67d34cb9a6734fdfa8ae9206b960733d | 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: It was Jane's... | 2 |
task618_amazonreview_summary_text_generation | task618-da39fa29abe64484a88d267aed1fb1ea | In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review.
They need better welders or craftsmen working for them, because these pans sucked. I got this cake pan and the number 1 for a 13th birthday party. The pans arrived in a timely fashion. I was very excited until... | They need better welders or craftsmen working for them |
task909_dialogre_prevalent_speakers | task909-e5335aae4cc641cabcdb814b27d58738 | You are given a dialog between 2 or more individuals. You need to generate the number of the speaker (e.g. 1 for Speaker 1) who had the most lines in the dialog. If there is a tie, output the answer '0'.
Speaker 1: So, I have to go shopping today, which is my least favourite thing, I'm soo bad at picking out clothes!
... | 2 |
task308_jeopardy_answer_generation_all | task308-9fa2bb1ba77b4388a247b08545c21128 | 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: ART HISTORY
Clue: In the 1600s this country produced some of the greatest masters; i... | the netherlands |
task1595_event2mind_text_generation_1 | task1595-629ae3748a0c4b2fa35e6e5cfdf2f74a | 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 throws the ___ overboard | lucky and questioning |
task1712_poki_classification | task1712-08873713024843419b372622453b4fa2 | 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 |
task183_rhyme_generation | task183-d5e6adb398e943ae84c181a377dd342d | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
throw | ko |
task303_record_incorrect_answer_generation | task303-7b076e1c27714fb6a984c8d0d2e4f06b | 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 ... | South Korea |
task929_products_reviews_classification | task929-ba6a840f6d9e41cca85246ad2be10ff1 | 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.
I just received this camera on July 1, 2013 and so far it has exceeded my expectations... Th... | Good Review |
task847_pubmedqa_question_generation | task847-f1ebc879c05c4471b3ff78622d67b569 | 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 ... | Are human placenta-derived neurospheres susceptible to transformation after extensive in vitro expansion? |
task1711_poki_text_generation | task1711-11448576529747129463147329178983 | You are given a short text as a title. Your task is to generate a poem as output that is related to the given title and should feel like written by kids. The output should be a run-on sentence (two or more complete sentences connected without any punctuation). The poem should not be too long or too complex, because it ... | my heart break my soul slowly witters and i ca n't see farther than you not much far but no one know and nobody see i cry every day everywhere i go my burden see in the mirror and the ressemblance in the eye in the torture of the mind i swim in the ocean of deprive for the man that walk my path and i carry my heart to ... |
task303_record_incorrect_answer_generation | task303-278c635b2dde46a784961e2b5740293b | 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 ... | Supreme Court |
task322_jigsaw_classification_threat | task322-774cea3d16904b41b94462b9a04120bd | In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: threat and non-threat. Threat is a statement that someone will be hurt or harmed, especially if the person does not do something in particular.
Comment: Hammer them relentlessly like they do yo... | Threat |
task067_abductivenli_answer_generation | task067-4bc71f55b4984fb08fddb85d84bf0d47 | 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... | We got out the car and walks to the festival. |
task024_cosmosqa_answer_generation | task024-b25cda8f9ff248ae9d79c717768f6f32 | 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 ... | put their stuff in boxes. |
task606_sum_of_all_numbers_in_list_between_positions_i_and_j | task606-0e4aeee377024895accd629902bdf08c | 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... | 2153 |
task1354_sent_comp_classification | task1354-17b4921f337141e986697d98df2e8f07 | In this task, you are given a text of news article and corresponding headline of an article. Your task is to give label "match" if headline is correct for article, otherwise give label "no".
Article: Macedonians voted for a new president on Sunday in a poll seen as a test for the ruling party ahead of general elections... | no |
task1206_atomic_classification_isbefore | task1206-bccdfc846bf9476d94d9c277309e18c0 | 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 |
task1419_mathqa_gain | task1419-930135a6fb274fb897acb62367cba194 | In this task, you need to answer the given multiple-choice question on the gain. Gain is the value by which to multiply the input. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.
Problem: an inspector rejects 10 % of the meters as defective . how many will he examine to reject 10 ?
Options: a ) 100 , b ) 120 ,... | a |
task845_pubmedqa_question_generation | task845-88bca02c5adf48dfa738307f3b12d052 | 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... | Is metabolic syndrome associated with increased risk of Barrett esophagus : A meta-analysis? |
task847_pubmedqa_question_generation | task847-2ea731a80067439bb6754bd3c2c4dfc7 | 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 ... | Do functional crosstalk between the mitochondrial PTP and KATP channels determine arrhythmic vulnerability to oxidative stress? |
task305_jeopardy_answer_generation_normal | task305-f295b9e905ba45589339ad739073dd81 | You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For consistency, answers should be in all lower cased letters.
Category: COUNTRIES ALPHABETICALLY
Clue: This European country is in last place in the "L"s | luxembourg |
task1347_glue_sts-b_similarity_classification | task1347-fa613d0b24e74c56a7eb74bf0c99dfae | 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 |
task066_timetravel_binary_consistency_classification | task066-c55781a26f6147b08e2f219c642c6b2b | 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 |
task279_stereoset_classification_stereotype | task279-b50fcfe6aca442ebb4a1f78591cf7511 | 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... | Stereotype |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.