task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task303_record_incorrect_answer_generation | task303-a404e9b5939443cd86e4df69cbe121a8 | 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 ... | Santa |
task389_torque_generate_temporal_question | task389-9b9058cc019f4e9089f5bf2d9d1a630e | 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 happened while something was discussed? |
task097_conala_remove_duplicates | task097-2dcba5e33c734b13b0243b4f8557b0c5 | In this task you will be given a list of numbers and you should remove all duplicates in the list. If every number is repeated in the list an empty list should be returned. Your list should be numbers inside brackets, just like the given list.
[2, 4, 0, 5, 3, 5, 7, 0, 6, 1] | [2, 4, 3, 7, 6, 1] |
task633_dbpedia_14_answer_generation | task633-b03b0e72a2e64e84b87e2981898f10d6 | 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: Percy Hobson Holyoak was a British businessman in Hong Kong and member of the Legislative Council and Execu... | 3 |
task405_narrativeqa_question_generation | task405-7d035ab0fca44094b3a7f504e468c581 | You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont... | What was the reason that Sugai said he was making counterfeit US currency? |
task845_pubmedqa_question_generation | task845-f36de350fed14ec09373364c6bfbeea5 | 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 comparison between stabilometry with and without head tilt in a roll plane? |
task1369_healthfact_sentence_generation | task1369-5ce213a3a3d840f8a8d2be1f737413f4 | Generate an explanation for the given claim using the provided supporting material from the paragraph. Please consider the following points while generating an output. 1) The claim will always have supporting proof in the paragraph, and the paragraph will have a clear point of view supporting the claim. 2) There can be... | Claude Mabowa Sasi had lost his mother, a brother and a sister to Ebola. Instead of fearing death when he, too, was diagnosed with the disease, the young man had a different worry: How would he complete his college entrance exams? |
task488_extract_all_alphabetical_elements_from_list_in_order | task488-437607d3f7fd485bb8159da6a779f668 | In this task, you are given an input list A. You need to find all the elements of the list that are alphabets in the same order as they appear in the list A. Do not change their case/capitalization.
['8337', 'P', 't', 'm', '4729', 'd', '3139', '9857', '5563', 'l', 'G', 'F', '4739', 'b', 'm', 'i', '5137', 'e', '1799', '... | P, t, m, d, l, G, F, b, m, i, e, Q |
task091_all_elements_from_index_i_to_j | task091-866abf7321494adea737ebaa0404c029 | 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, 13, ['v', '1775', '3655', 'K', 'J... | z, 7747, 5603, m |
task099_reverse_elements_between_index_i_and_j | task099-1b44a11019f74b09b10161a7b1236e84 | 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 in the reverse order. 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.
2, 3, ['B', '626... | 6037, 6269 |
task064_all_elements_except_first_i | task064-f7f5225c6c5444b9a9814b47cfeffaeb | 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.
10, ['P', '547', 'p', 'J', '2627', 'r', '9913', '6069', '3241', 'N', '1351', '6755', '7885', 'I', '8777', '5335', 'J... | 1351, 6755, 7885, I, 8777, 5335, J, k, 6167, 4961, 8403 |
task1361_movierationales_classification | task1361-f19175b7b29845f5994658686b216c8f | In this task, you must classify if a given review is positive/negative, indicating your answer as P or N.
the cryptic teaser trailer has been unspooling in moviehouses for quite sometime now : " it mu5 t be found .
"
so what , exactly , is the fifth element ?
after seeing luc besson 's ambitious , much - shrouded - in ... | P |
task308_jeopardy_answer_generation_all | task308-1ffb5fc2d9e74ac8b6ecb0a301af4503 | 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: "L.L."
Clue: Billionaire nemesis of Superman | lex luthor |
task183_rhyme_generation | task183-0c3bd3e3844840679bbe202d58a58f90 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
straight | estate |
task365_synthetic_remove_vowels | task365-499d239d847e40e39e214697210120ad | 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.
ZdYCOCucKe | ZdYCCcK |
task1328_qa_zre_relation_generation_from_question | task1328-11da39657d73464db90ea1c6ba968d67 | Classify the relation of question with context to one of these categories: 1) award received, 2) based on, collection, 3) conflict, 4) constellation, 5) convicted of, 6) date of death, 7) director, 8) drafted by, 9) educated at, 10) medical condition, 11) military branch, 12) narrative location, 13) occupation, 14) ori... | military branch |
task848_pubmedqa_classification | task848-d1908af0e9774532b55720444c42500e | 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.
Women who undergo breast cancer surgery have a high risk of developing persistent pain. We investigate... | 0 |
task575_air_dialogue_classification | task575-8ad882939d754c31818301729f7ba196 | In this task, you are given a dialogue from a conversation between an agent and a customer. Your task is to determine the speaker of the dialogue. Answer with "agent" or "customer".
I have planned to book a plane ticket from PHX to OAK, can you assist me? | customer |
task1420_mathqa_general | task1420-6a3768f436814399a64bc5b447592add | 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: a batsman scored 130 runs which included 3 boundaries and 8 sixes . what percent of his total score did he make by running between the wickets ?
Options: a ) 45 ( 4 ... | c |
task1595_event2mind_text_generation_1 | task1595-0087bd7a5ac54b5e8b4591dd8aee2ca6 | 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 enjoys PersonX's work | happy |
task1602_webquestion_question_genreation | task1602-7c95c7af83884363a595ef1ab3edb69b | You are given a concept, and a list of answers. You should generate a question about the concept that leads to the given answer(s).
concept: Spud Webb answers: ['1985-86 NBA season'] | what year did spudd webb won the dunk contest? |
task155_count_nouns_verbs | task155-c498f4ec939b4139b6a7afe658bc0454 | In this task, you need to count the number of nouns/verbs in the given sentence.
Sentence: 'A man flying through the air while riding skis'. Count the number of verbs in this sentence. | 2 |
task326_jigsaw_classification_obscene | task326-89e59af925144df392f33aeff5863a2c | 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 ... | Non-obscene |
task847_pubmedqa_question_generation | task847-1f09b2a9209e4b46be09424186d8198f | 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 ... | Is retinal delivery of celecoxib several-fold higher following subconjunctival administration compared to systemic administration? |
task589_amazonfood_summary_text_generation | task589-2da3dd2f4e58485da96046cf1bce73b6 | 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.
Popchips are absolutely delicious, and getting the variety pack is great. Everyone in my family has a favorite ... | Gotta Love Em |
task518_emo_different_dialogue_emotions | task518-6baa230ea83c4504b7598670b0491630 | In this task you will be given two dialogues. You need to determine if both dialogues have the same underlying emotion. The possible emotions are happy, sad, angry, or other. If they do output 'yes', if not output 'no'.
Dialogue 1: 'today are traveling here for work in city'. Dialogue 2: 'yes i am emergency technician ... | yes |
task918_coqa_answer_generation | task918-bb62fcc1aca341de8f187b5ded45dd5d | The task is about reading the given story and question, then finding an answer to the given question. Based on the passage provided and the given question, 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 ... | because of the way he struck his iron shoes on the stones. |
task298_storycloze_correct_end_classification | task298-840254c0fa7c4bf995c73edf068d7674 | 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: Amy arrived home from her vacation. Sentence2: She went to the b... | Yes |
task476_cls_english_books_classification | task476-93dbf14e558b48d7ba4a890fafc42406 | In this task, you are given books product reviews in English language. The goal is to classify the review as "POS" if the overall sentiment of the review is positive or as "NEG" if the overall sentiment of the review is negative.
O'Nan rights a wrong.......... . Stewart O'Nan has corrected a major oversight by writing ... | POS |
task617_amazonreview_category_text_generation | task617-1cfa5f5a26b34480b4478fa4f3041ab0 | 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... | shoes |
task1729_personachat_generate_next | task1729-ae32a607592b479c8fe246b529462012 | Your task is to generate the next utterance in a given dialogue. You will be given a few sentences describing the personality of the person who is making the dialogue, and a history of the dialogue after that. Each line in the history is said by one of the two participants in the conversation.
Personality: I grew up in... | Yeah, most people don't believe me, but I know what I saw. |
task575_air_dialogue_classification | task575-25e5c253c83b49998e6379b6bb4481ab | In this task, you are given a dialogue from a conversation between an agent and a customer. Your task is to determine the speaker of the dialogue. Answer with "agent" or "customer".
Sorry, there are no flights found on given schedule. | agent |
task205_remove_even_elements | task205-33f5a0af31b94d41af6579aa51b8f709 | 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.
[152, 168, 1... | [29] |
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately | task509-51c5e7fe3e184468aed02efccd6668c3 | 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... | r, q, O, v, V, r, h, Y, m, A, s, V, 2265, 7431, 1149, 2843, 7921, 9459, 4503, 4693, 2495, 2411, 7473, 8977, 2551, 607, 4561, 3433, 293, 2005, 2887, 2139, 5045, 4803, 5943 |
task158_count_frequency_of_words | task158-4d508646f2b044c1a1c2b8524127139a | In this task, you need to count the occurrences of the given word in the given sentence.
Sentence: 'a large bathroom with a soaking tub and walk in shower'. Count the occurrences of the word 'a' in the given sentence. | 2 |
task100_concatenate_all_elements_from_index_i_to_j | task100-e90cdd11902d4436959154a8d05d2560 | 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... | Z878548534623Y37372061C |
task848_pubmedqa_classification | task848-5b83c28c5b90421ebc0eefbc6d09d7ff | 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.
To evaluate the effect of the fibrin sealant, Evicel, on the neuroregulatory control of penile erectio... | 1 |
task1285_kpa_keypoint_matching | task1285-172a4e15d29d4112b02a0e197e63fc4d | 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: We should prohibit flag burning<sep>Argument: Flag burning is protected ... | True |
task924_event2mind_word_generation | task924-9c52284e7cb14b75b6f0a0696411c1ad | 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 never talked. Intent:. XEmotion: 1) nervous | like his contributions to conversations would be welcomed |
task074_squad1.1_question_generation | task074-a2abbfb4e31c446da080b1d815eb116f | 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... | Who was the first pope who chose not to be crowned? |
task1420_mathqa_general | task1420-7eb7c0dae07247d2b875120da963d5b2 | 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: of the 14,210 employees of the anvil factory , 3 / 7 are journeymen . if half of the journeymen were laid off , what percentage of the total remaining employees would... | a |
task311_race_question_generation | task311-24b6e1b707634bb9a1b392536a0622aa | In this task, you're given an article and an answer. Your task is to generate the question for the answer based on the given article.
Article: If you want to become a fluent English speaker you should take some advice. There are four skills in learning English. They are reading, listening, speaking, and writing. The mo... | According to the writer, which should you improve first among the four skills? |
task161_count_words_containing_letter | task161-e59bd6a54ee44618bd5c181050a96c63 | In this task, you need to count the number of words in a sentence that contain the given letter
Sentence: 'a woman is dressed up and sitting on a bench'. How many words contain the letter 'j' in the sentence. | 0 |
task344_hybridqa_answer_generation | task344-1b1e92a1a1fc4069901e3827baa374fa | 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.
What is the Russian name of the competitor from Russia ? | Ксе́ния Влади́мировна Сухи́нова |
task469_mrqa_answer_generation | task469-c7c35eabf86048d2b9876b5d8e5d5fe9 | 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: Playing in their second game of the season, the Cincinnati Bengals had a lot of things go wrong. Playing Ohio state rivals Cleve... | derek anderson |
task592_sciq_incorrect_answer_generation | task592-296e00af509e4ba8a5e9203aa3d3a2ee | 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.
Where do the eggs develop? | the uterus |
task072_abductivenli_answer_generation | task072-5f833803b1cb43908548e7379cccf389 | In this task, you're given the middle and ending of a three-part story. Your job is to complete the short story by writing a probable beginning of the story. 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 ... | Alex didn't write well, but he loved to read. |
task588_amazonfood_rating_classification | task588-00b6c43bf62b4a14827cda75c435eb97 | 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 just ordered this, came today and thought I would just try it, well t... | 5 |
task1322_country_government_type | task1322-1051f4a81edb4f92a88d2db8ed1b7b8d | In this task, you are given a country name and you need to answer with the government type of the country, as of the year 2015. The following are possible government types that are considered valid answers: Republic, Parliamentary Coprincipality, Federal Republic, Monarchy, Islamic Republic, Constitutional Monarchy, Pa... | Republic |
task372_synthetic_palindrome_numbers | task372-fef504d6df7a457a97c114a41721432d | 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.... | [4, -787] |
task381_boolq_question_generation | task381-8841da11a7754f10a821def356690f64 | You will be given a passage, and your task is to generate a Yes/No question that is answerable based on the given passage.
Maze Runner: The Death Cure (also known simply as The Death Cure) is a 2018 American dystopian science fiction action film directed by Wes Ball and written by T.S. Nowlin, based on the novel The De... | is there a sequel to maze runner death cure? |
task027_drop_answer_type_generation | task027-0f7a675e7e374fd4b065f3cbd26e05d5 | This task involves annotating the answer type to a given question that involve some kind of complex reasoning (including numerical reasoning). Note that the questions require looking at more than one part of the passage to answer. There are 3 possible answer types (i) spans, (ii) numbers and (iii) dates. If the answer ... | span |
task590_amazonfood_summary_correction_classification | task590-7421e8a63b5f4ded968697d58d59c9b2 | In this task, You are given an amazon food product review and its summary. Your task is to Generate "True" if given review and its summary match, otherwise generate "False".
i am trying to eat healthy and could not really find any good tasting low fat snacks. my friend told me about pop chips that she bought from amaz... | True |
task183_rhyme_generation | task183-4beb968a8cde472e8688955b86573856 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
exercise | popeyes |
task616_cola_classification | task616-c3047a1f02694104b4710678cd5ffffd | 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 |
task377_remove_words_of_given_length | task377-83969fbe327a4b41ba1c70888934f876 | 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: 'a man in a suit playing an organ'. Remove all words of length '1' in the given sentence. | man in suit playing an organ |
task516_senteval_conjoints_inversion | task516-d99f12293bc34540990c87ace06b6f2f | In this task you are given a sentence with one coordinating conjunction (for, and, nor, but, or, yet, and so). You must judge whether the order of two coordinated clausal conjoints have been inverted or not. Inversion would result in the sentence sounding unnatural. Label the instances as "Original" or "Inversion" base... | Inversion |
task1289_trec_classification | task1289-739c242ac15e4e36a2965e185828cff1 | You are given a question. You need to detect which category better describes the question. A question belongs to the description category if it asks about description and abstract concepts. Entity questions are about entities such as animals, colors, sports, etc. Abbreviation questions ask about abbreviations and expre... | Person |
task373_synthetic_round_tens_place | task373-b20a1f88b7dc4e269ca7868c88e9a253 | 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.
[-309, 868, 642, 409, -208, -396, -855, 722, -718, -329, -237, 829, -106, 781] | [-310, 870, 640, 410, -210, -400, -860, 720, -720, -330, -240, 830, -110, 780] |
task087_new_operator_addsub_arithmetic | task087-375d2428b2e141d08b21bd732a0fb0d7 | In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
9806 @ 70... | 27517 |
task365_synthetic_remove_vowels | task365-3dd0e475a0d5488c8a6c71a0ff69a642 | 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.
UeeUioa | |
task337_hateeval_classification_individual_en | task337-f91556a8b996445ca36974dc778b6544 | In this task, you are given a hateful post in English from online platforms. You are expected to classify the target being harassed in the post as individual or generic, i.e., single person or a group of people. Note that the URLs in the text have been replaced with [Link].
Post: I treat women like fuck toys cause that... | Generic |
task1359_numer_sense_answer_generation | task1359-deee92bff0674b4ea38ba9c8d113046f | Given a sentence, fill out the missing word with a 'no' or a number (between zero and ten). You should write the numbers with english alphabet, like: four instead of 4.
Many satellites orbit each of the ____ giant planets. | four |
task298_storycloze_correct_end_classification | task298-099e9db4b56940d9a5fac60fdabe869c | 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: Keith went to a pet store to see the animals. Sentence2: The sto... | Yes |
task322_jigsaw_classification_threat | task322-15bb96a0e90f46b0b8618fd87ccdefe3 | 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: well said. These are the "parents" from... | Non-threat |
task384_socialiqa_question_classification | task384-bcaa858be56142609eb8c757675e7959 | In this task, you're given a context passage, an answer, and a question. Your task is to classify whether the question for this answer is correct or not, based on the given context with commonsense reasoning about social situations. If its correct ,return "True" else "False".
Context: Remy was on vacation and saw eleph... | True |
task595_mocha_answer_generation | task595-a83727228d4440e19da3d1502389fc86 | 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.
... | propose to Casey for marriage |
task405_narrativeqa_question_generation | task405-01405f689bd042559c5232dbed0f3886 | 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... | After the former queen retakes her throne, what happens to nabote? |
task731_mmmlu_answer_generation_professional_psychology | task731-b821fcf671be44d18a80b6e5172f2030 | You are given a question on professional psychology. 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.
Dr. Everett Ernest, a lic... | C |
task1712_poki_classification | task1712-484639b2978f4cfda5aafd79677807d5 | 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 |
task063_first_i_elements | task063-a90e0a5b4e73409fb531b43b41a0e11e | 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, ['4019', 'N', 'x', '9955', 'i', 'N', 'd', 'b', '409', 'c', '2443', 'S', '4133', '1661'] | 4019 |
task113_count_frequency_of_letter | task113-a816c09c88db4820a3956e42929e4bb0 | In this task, you need to count the number of times the given letter appears in the given sentence.
Sentence: 'a softball player holding the bat on first base'. Find frequency of the letter 't' | 4 |
task183_rhyme_generation | task183-e085cb1625ed4033a4dc3255acc055fa | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
whole | strohl |
task325_jigsaw_classification_identity_attack | task325-3e6b71c2d11140a69c54e450ca606b34 | 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: ... | Identity-attack |
task405_narrativeqa_question_generation | task405-e903533ce32d495290c8c8a8ab188cdc | 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... | How did Gabriel feel when Bathsheba refused his proposal of marriage? |
task582_naturalquestion_answer_generation | task582-248517b4f5b74cf18c32779ecada56a9 | 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\*.
who sings king of new york in newsies | Katherine |
task094_conala_calculate_mean | task094-cf6fca839117437e9eed8e344cfe3dc0 | In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
[51.455, 84.02, 192.884, 197.216, 4.149, -1.558,... | 68.954 |
task323_jigsaw_classification_sexually_explicit | task323-2b1a715a04be4cce93e357a4eca1b577 | 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: Exactly which of your rights are being violated? This is the ... | Sexual-explicit |
task103_facts2story_long_text_generation | task103-36060b03f32944989d3b67a7296b4768 | In this task, five ordered key facts are given. All the given facts are expressed in natural language. Your job is to generate a story 100 to 1000 words long, that includes all the facts given as input in their order of appearance while expanding upon them to produce a broader, yet coherent, narrative.
Fact1: Raghunath... | Professor Raghunath is a social reformer. His younger sister Chellam is a widow. Raghunath plans to remarry her to his student Sekar. Sekar and Chellam move closely. As a result, Chellam becomes pregnant before marriage. Raghunath does not know this. He mortgages his house and help Sekar to establish a business. Sekar ... |
task1206_atomic_classification_isbefore | task1206-25cab7600cee46d9a294fc313319fdce | 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 |
task1290_xsum_summarization | task1290-8caf2264f0d94afebc5c1ec6fd422ad2 | In this task, you are given an article. Your task is to summarize the article in a sentence.
The prime minister, who is in Delhi to pave the way for the UK's first post-Brexit trade deal, said the UK was already able to attract "the brightest and the best" from outside the EU.
"Nine out of 10 visa applications from Ind... | Theresa May has rejected calls to relax Indian visa rules, saying the UK has a "good system" for applications. |
task1381_quarel_incorrect_option_generation | task1381-36e2b4b1c69f4aa39dc3e1f783fc7061 | You are given a sentence, a question and two answer options. Your task is to write down the index ('A' or 'B') of the **incorrect** option for the given question.
Sentence: Mary knows that a bucket is not as rough as a pail. Question: Which surface will allow her popcorn to slide around more? (A) bucket (B) pail | B |
task754_svamp_common-division_question_answering | task754-d454973fc23f4eacabd0f4cfac9b0fb4 | You are given a math word problem and you are supposed to apply division mathematical operator on the numbers embedded in the text to answer the following question and then only report the final numerical answer.
Context: Dan has $ 3. He bought 2 candy bar for $ 4, each one costing the same amount of money.
Question... | 2 |
task496_semeval_answer_generation | task496-81f14b1f8e454b42964794545b4482eb | Given news headlines, an edited word and funniness labels. The original sentence has word with the given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Your task is to generate answer "Yes" if an edited sentence matches funniness label, otherwise generate answer "No". ... | No |
task1359_numer_sense_answer_generation | task1359-01714e58f717485e87a8e9143e923071 | Given a sentence, fill out the missing word with a 'no' or a number (between zero and ten). You should write the numbers with english alphabet, like: four instead of 4.
Balance is created by the equal presence of all ____ energies acting at once. | four |
task405_narrativeqa_question_generation | task405-8c256d3402c249bc981f65672f962cc2 | 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... | Where does Cedric live with his mother? |
task1660_super_glue_question_generation | task1660-412dcc79b30d4cdb8ac7e2da3fe5a2e9 | In this task, you are given Wikipedia articles on a range of topics, we ask you to write a question based on the content of the articles that can be answered in a binary manner i.e. True or False.
Air Force One -- The Air Force usually does not have fighter aircraft escort the presidential aircraft over the United Stat... | does air force one travel with fighter escort |
task191_hotpotqa_question_generation | task191-4880ba1ccd3f4be5ad6d869ee10361a3 | In this task, you are given a set of context paragraphs, some supporting facts and an answer of a question. Your task is to generate question for given answer based on set of context paragraphs, supporting facts and an answer.
Context_1 : Robert Cochrane "Bob" Marley, Jr. (born April 4, 1967) is an American comedian. H... | What was the release year of the movie Bob Marley was in? |
task370_synthetic_remove_divisible_by_3 | task370-e24778a2ec1b4dc8984171c57e15022e | In this task you will be given a list of integers. You should remove all of the integers that are divisible by 3 from the list. If every integer in the input list is divisible by 3 then an empty list should be returned. Zero is divisible by 3.
[-16, 5, 91, 46, 8, 23, -40, -9, -71, -10, 8] | [-16, 5, 91, 46, 8, 23, -40, -71, -10, 8] |
task071_abductivenli_answer_generation | task071-9c7f0e6a2a144a2aaae6ffb3758344fa | 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... | Jeff swore never to reach into the hedges again. |
task405_narrativeqa_question_generation | task405-c1898add62704746a10f12401f760cfc | You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont... | What is the name of the Times Square theater that is bombed? |
task1360_numer_sense_multiple_choice_qa_generation | task1360-600f62d7edbb4bc59724f60d26c80752 | Given a sentence with a missing word, pick the answer option that best fills out the missing word in the sentence. Indicate each answer with its index ('a', 'b', 'c', 'd').
Female cats come into heat cycles every ____ to four weeks during certain times of the year.\Question: Choose the right answer from options given a... | d |
task374_synthetic_pos_or_neg_calculation | task374-00ea051bde294c5eb551f630cd3c7c9e | 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... | [174, 2, 110, 30] |
task066_timetravel_binary_consistency_classification | task066-c1cedeb4e8084f2798ae7496caa81d29 | 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 |
task1508_wordnet_antonyms | task1508-6e5d1d95a3784409a67983f0f8d9523a | Given an adjective, generate its antonym. An antonym of a word is a word opposite in meaning to it.
unnoticeable | noticeable |
task636_extract_and_sort_unique_alphabets_in_a_list | task636-3db1a6a0aec5484a86c1193869614843 | 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.
['4895', 'v', '8363', 'm', '9467'] | m, v |
task1573_samsum_classification | task1573-a8d34b3831144d669ef20f38288ff291 | In this task, you are given two sentences taken from a conversation, and your job is to classify whether these given sentences are sequential or not. We will mark the given sentence pair as 'True' if it's sequential, otherwise 'False'. The two sentences are spoken by two different people.
Lee: i'd love it if you coul... | True |
task923_event2mind_classifier | task923-14ee19be3762457595754159334b9b0c | You are provided with an "Event" and it's "Intent" related to PersonX. Determine the sentiment value of the given input as either "Positive", "Negative", and "Unknown".
Event:PersonX places ___ on the throne. Intent: 1) to carry y | Negative |
task1294_wiki_qa_answer_verification | task1294-29c701df933b41a9bb7c20e99f08345e | In this task, you are given a question and an answer. Answer "Yes" if the given answer correctly answers the question, otherwise answer "No".
how long was richard nixon a president, Answer: Nixon was born in Yorba Linda , California. | No |
task1602_webquestion_question_genreation | task1602-1358cb16708846ac87c7bcebcd32e558 | You are given a concept, and a list of answers. You should generate a question about the concept that leads to the given answer(s).
concept: Rebecca Adlington answers: ['Swimming'] | what sport does rebecca adlington compete in? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.