task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task298_storycloze_correct_end_classification | task298-abeca90c1cf340cab55ce4b5903aac25 | 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: George had an internship. Sentence2: He really wanted to get a f... | Yes |
task100_concatenate_all_elements_from_index_i_to_j | task100-744f3577c7444ae69338d3e0219540f7 | 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 concatenate all elements of A from the ith element to the jth element, and print the resultant string. 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... | 253512255025qF |
task074_squad1.1_question_generation | task074-68055f30c9d64a789c927a6f8d916d9e | 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... | Are early or late maturing boys generally taller and stronger than their friends? |
task588_amazonfood_rating_classification | task588-cd417a5a33bb46a9847cee9a430529b1 | In this task, you're given a review from Amazon's food products. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral or mixed, 4: good, 5: extremely good.
I'm very picky when it comes to chips. I've gone through so many, but t... | 5 |
task063_first_i_elements | task063-30285051b05341e28b133190280133f5 | 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
1, ['j', '649', '9691', '1843', 'l'] | j |
task064_all_elements_except_first_i | task064-218e72124ce24410a8f58336da7fa972 | 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, ['4293', '935', 'W', '7985', 'F', '735', '6321', 'N', 'j'] | 7985, F, 735, 6321, N, j |
task820_protoqa_answer_generation | task820-a9d35977b9824c5e8685d0b5c0ada29d | 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 a kid might do to get out of participating in gym class | fake sick |
task1445_closest_integers | task1445-5b9fefa2521a4b13979dafb1f9ccb1b3 | In this task you will be given a list of integers. You should find the minimum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the smallest possible absolute distance.
[-22, -58, -100] | 36 |
task593_sciq_explanation_generation | task593-fdae25a5b5ca4725b1c84c8d6cb015f1 | Given a scientific question and its correct answer, generate supporting facts for the answer. This supporting fact can be an explanation for the answer to the given question.
Question: What is the term for the steep sloped side of a sand dune? Answer: slip face | A sand dune has a gentle slope on the side the wind blows from. The opposite side has a steep slope. This side is called the slip face. |
task637_extract_and_sort_unique_digits_in_a_list | task637-f7bdd8c5b9e14ddab2a098fd238f905d | In this task, you are given an input list A. You need to extract and sort the unique digits used in the list in ascending order. Return -1 if there is no digit in the list.
['79', 'j', 'k', '345', 'r', '331', 'd', 't', '443', 'a', '105', 'k'] | 0, 1, 3, 4, 5, 7, 9 |
task405_narrativeqa_question_generation | task405-ff8ac73a18984d88906b9265c36292e5 | 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... | Which character suffers a stroke towards the end of the story? |
task208_combinations_of_list | task208-af7b92f31a424d66b9d1444e58793885 | In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. Fo... | [['5', '6', 'g', '9'], ['5', '6', 'g', '4'], ['5', '6', '9', '4'], ['5', 'g', '9', '4'], ['6', 'g', '9', '4']] |
task183_rhyme_generation | task183-ec90f411dd0b4252840fd44ab60d7709 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
son | nun |
task192_hotpotqa_sentence_generation | task192-8fe908d41aab47c2bf6c7a2013d9b523 | In this task, you are given a context paragraph, a question based on that and corresponding answer of a question. Your task is to generate supporting fact/knowledge from context paragraph which helps in answering a given question.
Sergio Gabriel Martínez (born February 21, 1975) is an Argentine former professional boxe... | Martínezs 50month reign as lineal champion ranks as one of the longest in middleweight history. |
task595_mocha_answer_generation | task595-ec0da738335041848a2add2c13b41f48 | In this task, you're given a context passage, followed by a question that needs to be answered. Based on the paragraph, you must write unambiguous answers to the questions and your answer must refer to a specific phrase from the paragraph. If multiple answers seem to exist, write the answer that is the most plausible.
... | Relieved |
task1502_hatexplain_classification | task1502-42068887a45540dd8648c1bef2d222cf | The input is a tweet which can be classified as Hate Speech, Offensive or Normal. Given such a tweet, output the class the tweet belongs to. Hate Speech will contain threatening language towards the community targeted. Offensive language will contain abusive or discriminatory language towards the community targeted.
bl... | Hate Speech |
task169_strategyqa_sentence_generation | task169-ecccd12e44714d129a6e3e4b9842b467 | In this task, you are presented with a term, a question, and a yes/no answer. For context, the term is associated with a short description. Write the simple facts one needs to know in order to answer the given question. The facts should be easily found on the web (e.g. mentioned in a Wikipedia page)
Term: Snow White, D... | Fact1: In the original fairy tale, the dwarves were unnamed, but first named in a 1912 stage version: Blick, Flick, Glick, Snick, Plick, Whick, and Quee. Fact2: In Disney's version, the dwarves are named Happy, Sleepy, Sneezy, Grumpy, Dopey, Bashful, and Doc. |
task153_tomqa_find_location_hard_clean | task153-9c2fe818d6cf4137817522ba70571c50 | 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... | red_box |
task078_all_elements_except_last_i | task078-63e8385eaabf4c2d889d1d487d918bb8 | 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.
1, ['2117', '4883'] | 2117 |
task380_boolq_yes_no_question | task380-0c30f51032f4475481f05679c83d2a9a | 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: On June 15, 2015, backward compatibility with supported Xbox 360 games became available to eligible Xbox Preview program users with a beta update to the Xb... | Yes |
task1389_hellaswag_completion | task1389-bc14d7962815442e91713394f5b5498d | In this task, you are given a context and four options. Each option is a suggested ending for the context. You should read the context and pick the best ending for the context. Please answer with "A", "B", "C", and "D".
A small black and white dog jumps on his back and grabs a frisbee out of his hand several times. He... | D |
task374_synthetic_pos_or_neg_calculation | task374-2841591d2e5747429c9c83c1d3a15e4b | In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list.
Note: A list is presen... | [270, 78, 10, 20, 72, 162, 186, 48] |
task323_jigsaw_classification_sexually_explicit | task323-5641d85d5e6a47069b34b57262602cb1 | 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: I forgot to add that McCain would not make a good sized pimpl... | Sexual-explicit |
task679_hope_edi_english_text_classification | task679-aa60504dfc7e4c10980b91965a0ab64d | Classify the given comment into 'Hope Speech' or 'Not Hope Speech'. A hope speech is defined as content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion
Ohhh I would have loved that game! Thank you for marketing construction toys to girls. I've always loved them as a... | Hope Speech |
task367_synthetic_remove_floats | task367-379be7a96bd545638a52ce6ec75bdf9a | 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.
[-90, 3.891, -53, 3.936, -7.863,... | [-90, -53, 43, 59] |
task163_count_words_ending_with_letter | task163-339189e1fb3947fba7a3b8a11db20b18 | 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 person on a horse near some cows'. How many words end with the letter 's' in the sentence. | 1 |
task455_swag_context_generation | task455-3c4c805397844e32abb2d46b1e9f357b | Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement.
Someone smiles and gives someone his fedora. | In the pumping station, people reach a spiral staircase. |
task183_rhyme_generation | task183-2830b513d3274bb481ae18d6fb6059b5 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
weight | relate |
task366_synthetic_return_primes | task366-2971fe4b230a4235be8ccdf86332c1d6 | In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [953, 43] |
task385_socialiqa_incorrect_answer_generation | task385-edb881fae3e14001ab9614e56024cdf7 | 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: Jan got i... | B |
task079_conala_concat_strings | task079-083495f4c3d643bebcccaf5df587f668 | In this task you will be given a list of strings and you need to concatenate them.
['to', 'F', 'It', 'B', 'use', 'J', 'then', 's'] | toFItBuseJthens |
task472_haspart_classification | task472-3b115a0e957b4c8b98acc220f6796b05 | Given two entities as input, classify as "yes" if second entity is the part of the first entity. Otherwise classify them as "no". 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., second enti... | no |
task159_check_frequency_of_words_in_sentence_pair | task159-be73105ae2254a6b9c411b227deb1e4f | In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'.
Sentence1: 'a motorbike is decorated with a plus bear horn and other toys', Sentence2: 'a display at a grocery store filled with lots of different fruits'. Is the frequency of the word 'decorated' in two sente... | No |
task617_amazonreview_category_text_generation | task617-1e8e8c69001746bfba06988d04f41dc3 | In this task, you're given a review from Amazon and your task is to generate the name of the category of the product based on the review given by the user. The categories are: kitchen, office product, watch, wireless, other, toy, digital video download, camera, jewelry, pet products, sports, industrial supplies, baby p... | other |
task934_turk_simplification | task934-b7622b19ef2d460d9f14ff4956e6b48f | 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 st andrew , also called the badge-appendant , is worn suspended from the collar. | the st. andtew , also called the badge-appendant , is worn hanging from the collar. |
task373_synthetic_round_tens_place | task373-d945d325653447c19839f0fc7e1ea398 | 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.
[415, 254] | [420, 250] |
task161_count_words_containing_letter | task161-0b6d85a5a1a640d68e121688c727b263 | In this task, you need to count the number of words in a sentence that contain the given letter
Sentence: 'a bull dog snuggles with a teddy bear'. How many words contain the letter 'z' in the sentence. | 0 |
task1661_super_glue_classification | task1661-1dc1c5929547416a838c7b508a090ce1 | In this task, you are given Wikipedia articles on a range of topics as passages and a question from the passage. We ask you to answer the question by classifying the answer as 0 (False) or 1 (True)
Passage: Guardians of the Galaxy Vol. 2 -- Guardians of the Galaxy Vol. 2 is a 2017 American superhero film based on the M... | 1 |
task582_naturalquestion_answer_generation | task582-9dccd7b0fb504dd9841cc9e06acb0e11 | In this task, You are given an open-domain question that can be answered based on factual information. Your task is to provide \*short\* answer (in a few words only) for the given question. The short answer can be one or more entities or it can also be boolean \*yes\* or \*no\*.
when did puerto rican immigrants come to... | mid-19th century |
task303_record_incorrect_answer_generation | task303-a2030e7f6c3845fda91050be430fe034 | 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 ... | Treasury |
task283_dream_incorrect_answer_generation | task283-cec8ea4900864518898a68ac024b50b0 | 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: So, what's new at the office? W: Well, it was a pre... | It was more interesting than he had expected. |
task309_race_answer_generation | task309-83603ad6803849b08ccc1bdf6fd1297e | 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 |
task070_abductivenli_incorrect_classification | task070-aa59ae298d1d4a9482fad138ca63315d | 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: Katie plays c... | 1 |
task160_replace_letter_in_a_sentence | task160-6846b048e8e44c84b555535ad4c7b8c1 | In this task, you need to replace a letter in the sentence with another given letter.
Sentence: 'a man checking his smartphone for the time'. Replace the letter 'f' with 'j' in the sentence. | a man checking his smartphone jor the time |
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately | task509-1776a2495e4549c9a83a48d059e115f1 | 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... | h, e, B, f, r, q, L, 7879, 5401, 9419, 7509, 2617, 2453 |
task1340_msr_text_compression_compression | task1340-55009bd9198e4ff8a13fc7574e26df4e | Given a text, write a compressed version of it in a single sentence.
These words have brought tears to the eyes of Mexicans born in the United States, including many who have never traveled to Mexico. | These words brought tears to Mexicans born in the US, including many who never been to Mexico. |
task067_abductivenli_answer_generation | task067-c67c984291824ec59b1a10a56bd7723f | 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... | Delia realized it was Saturday. |
task1311_amazonreview_rating_classification | task1311-856466b37a82446b91a33ac872e43919 | 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... | False |
task616_cola_classification | task616-c6ab37b1ffec4309aaac81a3574bd460 | You're given a sentence and your task is to classify whether the sentence is acceptable or not. Any sentence which is grammatically correct, has a naturalistic text, is written by a native speaker and which minimizes superfluous content is acceptable, otherwise unacceptable. If the sentence is acceptable then write "ac... | acceptable |
task367_synthetic_remove_floats | task367-afee40455fc04e13ab4bc38dcdd4e0a5 | 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.
[93, 37, 34.43] | [93, 37] |
task1151_swap_max_min | task1151-eabb3f75a87d4948a8613b00225a6e1c | In this task, you are given a list of unique integers you need to swap the positions of maximum and minimum element in the list and return the updated list.
[63, 76, 415, 162, 264, 208, 139, 178, 100, 93, 368, 360, 491, 420, 392, 58, 301, 366, 430, 445] | [63, 76, 415, 162, 264, 208, 139, 178, 100, 93, 368, 360, 58, 420, 392, 491, 301, 366, 430, 445] |
task1661_super_glue_classification | task1661-f34c8d528d1a4349a0802d720a3fd10d | In this task, you are given Wikipedia articles on a range of topics as passages and a question from the passage. We ask you to answer the question by classifying the answer as 0 (False) or 1 (True)
Passage: Channel Islands -- The Channel Islands (Norman: Îles d'la Manche, French: Îles Anglo-Normandes or Îles de la Manc... | 0 |
task325_jigsaw_classification_identity_attack | task325-cead7089a2834c5e9b375d455631f7ef | In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: identity-attack and non-identity-attack. Identity attack refers to anything rude or disrespectful about someone's identity, including appearance, race, gender, and sexual orientation.
Comment: ... | Non-identity-attack |
task1482_gene_extraction_chemprot_dataset | task1482-26f084162876493d9e350f496ebe69c6 | 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.
Crystal structure of serine dehydratase from rat liver. | serine dehydratase |
task166_clariq_sentence_generation | task166-aab5859007404d759f9bd2c3ab8adcb7 | 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... | what is ralph owen brewsters education |
task469_mrqa_answer_generation | task469-ffe775ad2a76476abc981dc856d66db6 | Given a question and a context passage, generate the answer having the word or phrase from the context passage. Here, the answer should be a shortest continous span from the passage.
Context: The Texans' ninth match was an AFC South rivalry match against the Jaguars at EverBank Field. In the first quarter the Texans tr... | first quarter |
task591_sciq_answer_generation | task591-de8203c0edb74fa6a744616a4107f5da | Given a scientific question, generate a correct answer to it.
What do you call the force a machine applies to an object? | output force |
task195_sentiment140_classification | task195-bd8f53c09d704fdea7f10a74f95b2074 | In this task, you are given a text from tweets. Your task is to classify given tweet text into two categories: 1) positive, and 2) negative based on its content.
can't wait for summer... we have bitchin' plans | positive |
task307_jeopardy_answer_generation_final | task307-66d4d17036fd4a85a6d757ea9ad7b193 | 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: ANATOMY
Clue: Organ whose workings were the subject of a 1604 work by Johannes Keple... | the eye |
task821_protoqa_question_generation | task821-2d70f04f0e8f4c57bbee41081f053377 | Construct a question that every answer in the list is correct and reasonable for it.
chicken noodle, tomato, beef, chicken and rice, cream of mushroom, vegetable | name your favorite flavor of cambell's soup. |
task1308_amazonreview_category_classification | task1308-b062bc5e5fa64c9db456b1b77cbc5478 | 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: Never received item. Even though I paid $$... | False |
task286_olid_offense_judgment | task286-82bd0ae87979456dbddb74cdca57550b | In this task you are given a tweet and you must identify whether the tweet contains any offense or any form of (untargeted) profanity. Label the post as NOT if the post does not contain offense or profanity. Non-offensive posts do not include any form of offense or profanity. label the post as OFFENSIVE if the post co... | OFFENSIVE |
task898_freebase_qa_answer_generation | task898-6b8068b7e7c445c8b395f016efae167d | Given an trivia question precisely answer the question with a word/phrase/name. External resources such as Wikipedia could be used to obtain the facts.
What is the capital city of the country of Georgia? | tbilisi |
task161_count_words_containing_letter | task161-11b6c891f13940b2a4ea2cf2caea35f7 | In this task, you need to count the number of words in a sentence that contain the given letter
Sentence: 'a bathroom with a wood door and a toilet tissue holder'. How many words contain the letter 'i' in the sentence. | 3 |
task581_socialiqa_question_generation | task581-5326adcad30b4fc9878fd9562780caf1 | In this task, you're given context and an answer. Your task is to generate the question for this answer based on the given context with commonsense reasoning about social situations..
Context: Sasha was a good cook and whatever she cooked she make the food better than others did.
Answer: jealous | This made the others feel how? |
task292_storycommonsense_character_text_generation | task292-dde376a9dba6452f98c810377588adb3 | 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: Wanda was already running late for work when she went outside. Sentence2: Her car had a flat tire and she was very upset. Sentence3: Wanda called her boss a... | Wanda's boss, Wanda |
task499_extract_and_add_all_numbers_from_list | task499-85246244ce2e423c96940e78317e28e3 | 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.
['1165', '8341', '9685', '6749', '8571', 'p', '9355', '5319', '9587', 'B', '9581', '1719', 'Q', '577', '8883', 'S', '7851', '1069', 'i', 'y'] | 88452 |
task320_stereoset_classification_race | task320-6f0dfd6cfae14757bb23de2e36125f7e | 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... | stereotype |
task299_storycloze_sentence_generation | task299-c8d9e7bfc27947efabc70c748fe88e9e | 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... | 2, They looked all over town but couldn't find a home they wanted. |
task888_reviews_classification | task888-81dc7050d2eb400ba44525f891714893 | Classify given movie review into two categories: positive, or negative based on its content.
some body smacks of exhibitionism more than it does cathartic truth telling . | negative |
task1295_adversarial_qa_question_answering | task1295-7737806a62594f12baca08694bc0790c | In this task, you are given a question and a context passage. You have to answer the question based on the given passage.
What did Hume study?, Context: The 2nd edition (1787) contained a Refutation of Idealism to distinguish his transcendental idealism from Descartes's Sceptical Idealism and Berkeley's anti-realist st... | idealism |
task713_mmmlu_answer_generation_human_aging | task713-14d6b5ea75504157badc38978c1a9811 | You are given a question on human aging. You are also given 4 answer options (associated with "A", "B", "C", "D"), out of which only one is correct. You need to answer the question by selecting the correct option. You should only answer with the choice letter, not the whole answer.
Of the following, which is the more f... | C |
task756_find_longert_substring_and_return_all_unique_alphabets_in_it | task756-7f5e2c64d64e4707b19390b9767b1a92 | 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.
bejdpAYdLiDtSXaLDZikh, YvWGiDtSXaLDZYVJbXAY | a, b, d, e, h, i, j, k, l, p, s, t, x, y, z |
task582_naturalquestion_answer_generation | task582-e9e703b059fa4fb09d7e33f106e77525 | In this task, You are given an open-domain question that can be answered based on factual information. Your task is to provide \*short\* answer (in a few words only) for the given question. The short answer can be one or more entities or it can also be boolean \*yes\* or \*no\*.
when does the goldbergs season 5 come ou... | September 27, 2017 |
task069_abductivenli_classification | task069-81821551f6e146fabe490f9871889918 | In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story coherent / plausible by writing "1" or "2" in the output. If both sentences are plausible, pick the one that makes most sense.
Beginning: John always felt... | 1 |
task405_narrativeqa_question_generation | task405-64e19197166c448babb08b8cbf824d91 | 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 Graham admit to Cynthia? |
task027_drop_answer_type_generation | task027-b91ea135c10944cdb47698b8d0051453 | This task involves annotating the answer type to a given question that involve some kind of complex reasoning (including numerical reasoning). Note that the questions require looking at more than one part of the passage to answer. There are 3 possible answer types (i) spans, (ii) numbers and (iii) dates. If the answer ... | date |
task615_moviesqa_answer_generation | task615-3bd5d85e639244a9b87e420926cd22f3 | 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.
can you give a few words describing what Conversations with My Gardener is about? | jean becker |
task1445_closest_integers | task1445-3b0c0a192a834e87909e9470a6bf08cd | In this task you will be given a list of integers. You should find the minimum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the smallest possible absolute distance.
[-86, 2, -80, 36,... | 6 |
task088_identify_typo_verification | task088-9f1d462c134e4db48b4035b60bf77f45 | 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 ... | boty |
task594_sciq_question_generation | task594-2c40df4807a54169bbae97644115b438 | Given a scientific passage and an answer, generate a question for the given answer.
Passage: Most of the stars pictured in this view of the night sky are hundreds of light years from Earth. A light year is the distance that light can travel in a year, or about 6 trillion (6,000,000,000,000) miles. As this example shows... | The distance that light can travel in a year is known as what? |
task848_pubmedqa_classification | task848-abc6cf6717114fdcb0a31dcb8bad873d | 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.
Elevated H2O2 levels are associated with inflammatory diseases and H2O2 exposure is known to disrupt e... | 0 |
task326_jigsaw_classification_obscene | task326-acd92710c61f48ec8b2b29b691849ff1 | In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: obscene and non-obscene. A comment is obscene if it is considered offensive to the public sense of decency, for example because it too obviously relates to sex or contains language regarded as ... | Obscene |
task413_mickey_en_sentence_perturbation_generation | task413-c16a096e343d464ca1f0c6802f392927 | 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 can ... | You can use a radio to listen to talk shows. |
task247_dream_answer_generation | task247-1c9e0dc5e7264746aff6f0347a679c78 | In this task, you will be shown a conversation and a question. You need to answer the question and choose the correct option based on the conversation. "W" and "M" in the conversations stand for "woman" and "man".
W: This is my house. You can't do anything against my wishes. You can't put your feet on my chairs. You ca... | (B) Renter and house owner. |
task114_is_the_given_word_longest | task114-300e5d25d5e94db7931642ef589dae68 | In this task, you need to answer 'Yes' if the given word is the longest word (in terms of number of letters) in the given sentence, else answer 'No'. Note that there could be multiple longest words in a sentence as they can have the same length that is the largest across all words in that sentence.
Sentence: 'a bike an... | Yes |
task1354_sent_comp_classification | task1354-59a438f88b234b6aa9d86b231b44bd93 | 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: Two brothers died in a road accident in the Hunjarwal area on Sunday. Headline: Rupee ends flat at 61.55 | no |
task922_event2mind_word_generation | task922-710b2a2b39da41dc81068175831eb9b8 | You are provided with an "Event", "Intent" related to PersonX. Guess a reaction/reaction of PersonX about the given event and their intention.
Event:PersonX is within PersonY's power. Intent: | controlled |
task750_aqua_multiple_choice_answering | task750-a40ffee4764f4832ae798372004e4bd5 | 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 |
task592_sciq_incorrect_answer_generation | task592-5281bbb89c6b4ffeb0a70b11934e9ef3 | 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 quantified by measuring the number of ... | microwave power |
task589_amazonfood_summary_text_generation | task589-93b785af0eab43ab8a64c8c0306de887 | 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.
I took it at 5am yesterday. It is now almost 3am the next day and I am laying in bed and skin feels tingly, can'... | Super sayan drink???? |
task592_sciq_incorrect_answer_generation | task592-38c99e7897b9482ba2bd1d52e85485ba | 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.
Yogurt is made from milk fermented with what t... | algae |
task413_mickey_en_sentence_perturbation_generation | task413-f53d118ddecc46ff949d30c41f8f9717 | 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 fire w... | A fire would make you want to paint outside for an evening . |
task091_all_elements_from_index_i_to_j | task091-3a591d36266648848e6802d571732ae7 | 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.
4, 19, ['5327', '4627', 'H', '8427', ... | 8427, 2465, a, Z, Z, 9625, 4181, 3359, A, u, k, g, 5769, 115, C, t |
task1317_country_calling_code | task1317-889e0ee129c64a0297e7006b9c8f09c0 | In this task, you are given a country name and you need to return the calling code of the given country. Your output must be formatted as a plus sign (+), followed by the calling code number
Wallis and Futuna | +681 |
task507_position_of_all_numerical_elements_in_list | task507-28fde7fe4ef84607b1e5ffbd1f82e7ac | 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.
['4599', '483', 'Q... | 1, 2, 6 |
task380_boolq_yes_no_question | task380-a5c1a5a59cc2496fa4784dbf5b67f27b | 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: Aluminium hydroxide, Al(OH), is found in nature as the mineral gibbsite (also known as hydrargillite) and its three much rarer polymorphs: bayerite, doylei... | No |
task307_jeopardy_answer_generation_final | task307-706b10901c8b49d582d10535877d676a | You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters.
Category: THE CABINET
Clue: Created by the Continental Congress in 1775, this officer joined t... | the postmaster general |
task166_clariq_sentence_generation | task166-7ffdcc40092c40cb9347e0ffcbeb0788 | 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... | what are you using the design for |
task067_abductivenli_answer_generation | task067-91f74d0c4a884460951ba49af72a4a93 | 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... | Camryn needed something to help with the unexpected pain. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.