task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task523_find_if_numbers_or_alphabets_are_more_in_list | task523-ea0107055e3743e1bd073dbd11577a37 | In this task, you are given an input list A. If the count of numbers is more than that of alphabets in the list, answer 'Numbers Win'. If the count of alphabets is more than that of numbers in the list, answer 'Alphabets Win'. If the count of numbers is same as that of alphabets in the list, answer 'Numbers and Alphabe... | Numbers Win |
task507_position_of_all_numerical_elements_in_list | task507-e150e36733f246fe955b4aaf142e0083 | 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.
['x', 'i'] | -1 |
task1495_adverse_drug_event_classification | task1495-570a7dc647d94c1a9553312e7a6265e8 | Adverse drug reactions are appreciably harmful or unpleasant reactions resulting from an intervention related to the use of medical products, which predicts hazard from future administration and warrants prevention or specific treatment, or alteration of the dosage regimen, or withdrawal of the product. Given medical c... | adverse drug event |
task566_circa_classification | task566-ffd83ed46d0843c3bc7c51740a4fb93b | 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: That sounds on target.<sep>Sentence-2: My budget is under $ 10 . | Yes |
task1283_hrngo_quality_classification | task1283-b8c2dc089bec4e2390c4c0446877c167 | You are given an original reference as well as a system reference. Your task is to judge the quality of the system reference. If the utterance is grammatically correct and fluent output 1, else output 0.
System Reference: franciscan crab restaurant, is in the hayes valley or fishermans wharf area and it is address is p... | 0 |
task504_count_all_alphabetical_elements_in_list | task504-8e43efc121fa4fd6805ad420f618a5f4 | In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the alphabetical elements in the given list. Return 0 if no alphabetical element in the list
['9205', '4107', 'J', 'r', '1989', '3615', '5783', '5205', '6823', 'q', '5659... | 16 |
task177_para-nmt_paraphrasing | task177-549cca1e212b49a18d6b3781396abde0 | 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.
serena give me this to give to you , from alejandro . | serena gave it to me to give it to you . |
task067_abductivenli_answer_generation | task067-bed6ee20de5140b99cf558bcacc9dffa | 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... | Joe's barber did not do a good job. |
task1601_webquestions_answer_generation | task1601-c6f6cfc7dab546a29042179d6b9356e8 | Based on the given question and tppic, give an answer. The answer is available on on the internet. The questions are mostly centered around a single named entity.
concept: Kirk Herbstreit question: where did kirk herbstreit? | ['College GameDay', 'College Football Final', 'ESPN College Football on ABC', 'Saturday Night Football', 'Battle of the Gridiron Stars', 'College Football Live'] |
task113_count_frequency_of_letter | task113-a91a06f31dd742b48e48696785744299 | In this task, you need to count the number of times the given letter appears in the given sentence.
Sentence: 'a giraffe stands looking over a watering hole'. Find frequency of the letter 'n' | 3 |
task080_piqa_answer_generation | task080-af95be3b9b244b369aed0f9b93c77a86 | In this task the focus is on physical knowledge about the world. Given the provided goal task in the input, describe a process that would lead to the asked outcome. This process often involves physical motions with objects, such as moving them, arranging them in a certain way, mixing them, shaking them, etc.
how do yo... | write in the accent above it. |
task515_senteval_odd_word_out | task515-ae8a2cc950c54cf49009e0da4439fc11 | In this task, you are given a sentence. You must judge whether a single noun or verb has been replaced with another word with the same part of speech. The inversion would result in the sentence sounding unnatural, So unnatural sentences will be considered changed. Label the instances as "Original" or "Changed" based on... | Changed |
task303_record_incorrect_answer_generation | task303-b17b1d599549420091f98e9428c8b155 | 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 ... | United States |
task1289_trec_classification | task1289-faa9fb78e6864537bc39b8da7aa49d16 | 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 |
task516_senteval_conjoints_inversion | task516-ba31d79bb2804209bed6b3c2ae5793a8 | 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... | Original |
task606_sum_of_all_numbers_in_list_between_positions_i_and_j | task606-51fcb9f4e11e4b12bd49b8184884edac | 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... | 1305 |
task454_swag_incorrect_answer_generation | task454-522e864f31254fda91775e8f56026e0e | Given a sentence, generate a most unlikely next statement. The next statement should not be logically relevant to the given context
Someone's on the porch. She | looks ahead, at someone now visibly serene as someone prepares for a important journey. |
task301_record_question_generation | task301-cc497ef7b48c40858bf9acf9a0985696 | In this task, you will be shown a passage. You need to write a fill-in-the-gap question based on your understanding of the events that might be inferred from the passage. Your question should be answerable based on the passage and only have one correct answer. Show the gap in your question with a _ .
(CNN) For the past... | They say that achieving transparency -- by openly releasing applicant data -- will demonstrate how _ (and, quietly, whites) are actively disqualified on the basis of race. |
task1384_deal_or_no_dialog_classification | task1384-f94abcaf7888417483b2b7b2db1f77d8 | Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
THEM: hi, how about i take the hat and one ball YOU: how about you take the hat and i get everything else? THEM: sure. | Yes |
task1285_kpa_keypoint_matching | task1285-fc0512c5389945b7b5ebf1648a371f3a | 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 legalize cannabis<sep>Argument: If cannabis was legalized it w... | False |
task295_semeval_2020_task4_commonsense_reasoning | task295-876b3cf983734ce5ae71539c10fd458d | In this task, you are given an impractical statement. You are also given three reasons (associated with "A", "B", "C") explaining why this statement doesn't make sense. You must choose the most corresponding reason explaining why this statement doesn't make sense.
I feel myself like a boss since I work so long and earn... | C |
task592_sciq_incorrect_answer_generation | task592-ee5509f06bc244ff9386dca770f2e036 | 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.
How much unpolarized light does a polarized fi... | 40 % |
task496_semeval_answer_generation | task496-2904fc03b9024693914cf0f797bbd065 | 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". ... | Yes |
task899_freebase_qa_topic_generation | task899-b5bf7038fd4044399379fe274e384f0f | Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about.
In 1953, Edmund Hillary and Tenzing Norgay became the first men to reach the summit of which mountain? | edmund hillary |
task750_aqua_multiple_choice_answering | task750-591df8a740fe460f8d3453d20f76134a | 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 B |
task093_conala_normalize_lists | task093-e24819d48ca140ab987b1bc17c11b5b9 | In this task, you will be given a list of numbers. The goal is to divide all the numbers in the list by a constant such that the sum of the resulting list is 1. The output should be rounded to 3 decimals.
[-30.41, -84.452] | [0.265 0.735] |
task1291_multi_news_summarization | task1291-59cf10839312423aaa432d3e33384fbe | In this task, you are given a text of many news articles seperated by special token "|||||". Your task is to summarize them.
An injection for double chin reduction developed by Kythera Biopharmaceutical Inc was unanimously backed by an independent panel of experts on Monday, bringing the drug a step closer to approval ... | A biotech company thinks it has the answer to double chins—an injection, of course. An FDA advisory panel has cleared a treatment from Kythera Pharmaceuticals called ATX-101, reports the Wall Street Journal. If the FDA goes along with the recommendation, as it usually does, the injections could win final approval in Ma... |
task633_dbpedia_14_answer_generation | task633-12b907f154da474db6356489f2c5aa0c | 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: Rafael Hernández Ochoa (June 4 1915 – May 18 1990) was a Mexican politician and lawyer Governor of Veracruz... | 4 |
task367_synthetic_remove_floats | task367-bc59e41d47884b81bd1b2929a01e394f | 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.
[-43.943, 66, -29.016, 46, 3.115... | [66, 46] |
task303_record_incorrect_answer_generation | task303-41b123a922834f53a455d42b78585dd9 | 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 ... | London |
task413_mickey_en_sentence_perturbation_generation | task413-4bf9edc07b714acc9b2eb465e3f32a24 | 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.
If you w... | If you want to enjoy a film then you should understand the plot. |
task153_tomqa_find_location_hard_clean | task153-8f0af0f50ce54445be97f23fd723dfb6 | Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's beli... | green_cupboard |
task389_torque_generate_temporal_question | task389-1d906a0a311f476490bdd578bd893e41 | 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 before the moment? |
task1206_atomic_classification_isbefore | task1206-c9bf8d063ffe450d88fe616324f06106 | 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 |
task191_hotpotqa_question_generation | task191-5fdc40fae0c7423a9e970981434088f2 | 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 : The 2010–11 Utah Jazz season was the 32nd season of the franchise in Salt Lake Ci... | What i the name of the basketball player who was among them people who were signed by 2000–01 Utah Jazz season and is the current mens head coach at Wake Forest? |
task183_rhyme_generation | task183-ed9f6166a1704829b152603d70d621c3 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
exact | counterattacked |
task002_quoref_answer_generation | task002-969d77a1388f48a8818eddfddd29d68e | In this task, you're expected to write answers to questions involving multiple references to the same entity. The answer to the question should be unambiguous and a phrase in the paragraph. Most questions can have only one correct answer.
Passage: Muna Farah is a divorced Palestinian Christian mother raising her teenag... | Muna Farah. |
task400_paws_paraphrase_classification | task400-48dc8d31c6ac4e67951e26b9ceb7a1a8 | In this task you are given a sentence pair from wikipedia that have high lexical overlap. If the sentences have the same meaning and are just paraphrases of each other label them as "Paraphrase" , if not label them as "Not paraphrase". The two sentences are seperated by a new line.
There are 2 additional keys that diff... | Paraphrase |
task333_hateeval_classification_hate_en | task333-6be5b5df6c484c3ba3fbb19201ee9285 | 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... | Non-hateful |
task078_all_elements_except_last_i | task078-07576ff398ec46abb5b92acd991b6ade | In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A preceding the last i elements. i will always have a value less than the length of A.
5, ['V', 'H', 'O', 'u', 's', 'a', 'D', '5325', '6981', '4623', 'b', 'o', '3873'] | V, H, O, u, s, a, D, 5325 |
task322_jigsaw_classification_threat | task322-a4c5e3d0c7074615813214a16ab5ab66 | 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: The plan of the middle eastern militants... | Threat |
task1443_string_to_number | task1443-68ceffa900ae4f10b43cf4476d69de84 | 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... | 08104656 |
task1670_md_gender_bias_text_modification | task1670-4c0894b0f09f4925916b8e4d958e94aa | In this task if the pronoun is male or gender-neutral you are to replace it with a female pronoun. If there are no pronouns add a female-gendered word to the sentence.
good morning madam, i'm a mother of three and spend a lot of time with my kids. | good morning i'm a mother of three and spend a lot of time with my kisa |
task157_count_vowels_and_consonants | task157-f755ab3047314cd19c6d3f503e137174 | In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence.
Sentence: 'a fire place with a mirror inside of it over candles'. Count the number of consonants in the given sentence. | 24 |
task067_abductivenli_answer_generation | task067-f51d8f97dcfc4bd899b41e64481bd5a0 | 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... | I added baby sharks to the tank. |
task246_dream_question_generation | task246-7fed6c3874884e5ea5664410fed6ce5a | 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... | Will the woman get the book she wants? (A) No, she won't. (B) Yes, she will. (C) Yes, but after Friday. |
task1595_event2mind_text_generation_1 | task1595-fd16cecac77944c4a59317f1ee702d39 | 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 hears PersonY's words | confused |
task1336_peixian_equity_evaluation_corpus_gender_classifier | task1336-8501d2b20a324936ba2d639340883db8 | You will be given a sentence containing a pronoun/person name and an emotion. From these implicit parameters, the main goal is to find the gender of the person (male / female).
Malik told us all about the recent terrifying events. | male |
task851_synthetic_multiply_evens | task851-18fa5626285242e7a1d43afa7f64797a | In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every even number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no even numbers in an inner list you sho... | [0, -200, 21888, 50, 0, -571200] |
task1205_atomic_classification_isafter | task1205-6da352ce01c64437a7de3be2944feb4e | 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... | No |
task1495_adverse_drug_event_classification | task1495-8e56f8506adf4d7e91332c3037e32b35 | Adverse drug reactions are appreciably harmful or unpleasant reactions resulting from an intervention related to the use of medical products, which predicts hazard from future administration and warrants prevention or specific treatment, or alteration of the dosage regimen, or withdrawal of the product. Given medical c... | adverse drug event |
task306_jeopardy_answer_generation_double | task306-2eae011c8251441c9d317e4afbd1eb77 | 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: PEOPLES
Clue: They came from Jutland to invade Britain around the same time as the A... | jutes |
task605_find_the_longest_common_subsequence_in_two_lists | task605-8654d26144eb4872ad0884c34eca7cb7 | In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B.
[6817, 9325, 'n', 'r', 4179, 7699, 5375, 2503, 9557, 'P', 4999, 'E', 4937, 'O', 1641, 'p', 'd', 'M', 'd', 6971, 7227, 7609, 'M', 8353, 'Z', 'j', '1775', 'C', 'X', 'a', '3053', '2433', 'h', 'A', 't', '8423', '849', 'H', ... | j, 1775, C, X, a, 3053, 2433, h, A, t, 8423, 849, H, S, a, 1781, 9899, 789, z, K, 529, 8905, k, 2673, 5571, F, 8673, s |
task1289_trec_classification | task1289-1d6122edd95d4b2e89db246ba95c4de5 | 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... | Entity |
task458_matres_negation_classification | task458-f9caba4dfe3d4632820c6d66da510af9 | You will be given a context and a verb separated with a newline character, and you have to answer if the given verb is a negation or not. A verb is a negation if it is not going to exist, not happen, or has no effect. The output should be "Yes" if the verb is a negation and "No" otherwise.
Scharping, ending a two-day v... | No |
task900_freebase_qa_category_classification | task900-584c0d1420c94488934ec78a693b647c | 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'... | music |
task1420_mathqa_general | task1420-310f1f55b18644cea72dc6684e85885b | 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: what is the difference between the c . i . on rs . 7000 for 1 1 / 2 years at 4 % per annum compounded yearly and half - yearly ?
Options: a ) s . 2.04 , b ) s . 2.08... | d |
task389_torque_generate_temporal_question | task389-4d7171863f5c4ad88a85cbceb5c00a98 | 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 may happen before the meeting? |
task576_curiosity_dialogs_answer_generation | task576-500b12e39e484eb2ac1c1bfb14a6571e | In this task, the input is a set of dialogues between a user and an assistant. You need to find the dialogue that is basically a response given to a question or an aspect of the user.
Wow! so it is actually very stable economically speaking! good to know that. Now I will love to know information on its geography please... | Indonesia is a country in Southeast Asia. It is a part of the Malay Islands. Would you like more information about its geography? |
task389_torque_generate_temporal_question | task389-fce630cd4a30427c9df7bda603f4e8f8 | 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 has occurred after Swiss economic growth accelerated to reach 2.3 percent over the figure for the equivalent period last year? |
task606_sum_of_all_numbers_in_list_between_positions_i_and_j | task606-78fb1a870744456f9d3ec102edc30926 | 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... | 9805 |
task080_piqa_answer_generation | task080-964ec6d8c56a4444a3c2986a88185704 | In this task the focus is on physical knowledge about the world. Given the provided goal task in the input, describe a process that would lead to the asked outcome. This process often involves physical motions with objects, such as moving them, arranging them in a certain way, mixing them, shaking them, etc.
Soften ha... | Place a bread end in container to provide moisture. |
task711_mmmlu_answer_generation_high_school_us_history | task711-52ef56d351c2458d973bf5cfbfa36c04 | You are given a question on high school US history. You are also given 4 answer options (associated with "A", "B", "C", "D"), out of which only one is correct. The correct answer can be inferred from the information given in the question. You need to answer the question by selecting the correct option. You should only ... | B |
task267_concatenate_and_reverse_all_elements_from_index_i_to_j | task267-76e69667ff0f4c038f35620f0a9a3325 | In this task, you are given inputs 'i', 'j', and A, where 'i' and 'j' are integers and A is a list. A list is shown by two brackets and comma-separated numbers and characters inside, like ['1', '12', 'l']. You need to concatenate all elements of A from the ith element to the jth element, and then reverse the resulting ... | Mw54177894h1991 |
task339_record_answer_generation | task339-971d3c12fac74813a4210d113f964d73 | In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Try to find the best answer that is most likely to fill in "_". Note that the URLs in the text have been replaced with [Link].
One way or another, Chile's Copa America se... | Pisco |
task072_abductivenli_answer_generation | task072-80f69d3b44d5437ca7e51fa96d72dd5e | 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 ... | Jim is a big baseball fan and bought tickets to tonight's game. |
task367_synthetic_remove_floats | task367-3eb662ca18bd4114a20b71ff4e1463de | 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.
[24.791, 7.986, -60.769, -66, 20... | [-66] |
task605_find_the_longest_common_subsequence_in_two_lists | task605-01cad1a5af6d487aa3d8f388dff42ca1 | In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B.
[2965, 4469, 9205, 2191, 3721, 4519, 4129, 6229, 8783, 'L', '8073', '7477', '1727', 'q', '7191', 'x', '7707', '9629', '2079', '7977', '787', 'L', 'l', 5067], [7379, 5497, 'p', 1517, 'X', 'g', 'B', 'L', '8073', '7477', '... | L, 8073, 7477, 1727, q, 7191, x, 7707, 9629, 2079, 7977, 787 |
task1584_evalution_meronym_classification | task1584-4815a17c0f3641f1913c2027a6de90a4 | Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given par... | 1 |
task1661_super_glue_classification | task1661-b2fe939ce12c45b997a79cfaa8cb0d8d | 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: Series and parallel circuits -- In a series circuit, the current through each of the components is the same, and ... | 0 |
task163_count_words_ending_with_letter | task163-f4dc0e0d333c4c609020dcc1aca21ccb | 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 woman sleeping on a couch holding a stuffed teddy bear'. How many words end with the letter 'h' in the sentence. | 1 |
task615_moviesqa_answer_generation | task615-75ad22cdeca54f8ea46692afd76faebd | 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 movies did Rod La Rocque star in? | Our Modern Maidens |
task1189_check_char_in_string | task1189-3b9f606180284615972c51aa1f9b88a3 | In this task, you are given a string S and a character c separated by a comma. You need to check if the character c is present in S or not. Return 1 if it is present, else return 0.
XOMlQadplcffvFAmqczhNV, S | 0 |
task161_count_words_containing_letter | task161-ccaf175b356e4eaf99225e1c6e3f1982 | In this task, you need to count the number of words in a sentence that contain the given letter
Sentence: 'a group of stuffed toys sit on the floor'. How many words contain the letter 'a' in the sentence. | 1 |
task1508_wordnet_antonyms | task1508-2eedd950405948dda831ea3d45e14cad | Given an adjective, generate its antonym. An antonym of a word is a word opposite in meaning to it.
homocercal | heterocercal |
task279_stereoset_classification_stereotype | task279-37403beddf264283ab2a5217e55be500 | 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 |
task385_socialiqa_incorrect_answer_generation | task385-0461bbb670004f14bbea35857a75dd7d | 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: Remy call... | C |
task899_freebase_qa_topic_generation | task899-4b3e463b90ca49f099eb65d80ba639b0 | Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about.
Who was the commander of the Confederate Army of Northern Virginia? | army of northern virginia |
task1596_event2mind_text_generation_2 | task1596-d45381b886554e6ab53b32819807837d | 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 states PersonX's case | to defend himself |
task296_storycloze_correct_end_classification | task296-1298a03e33b14ac08c5be5b17c7c36b2 | In this task, you're given four sentences of a story written in natural language. The given story is not complete and your job is to complete the story by selecting one of the sentence choices from (A) and (B), such that the story sounds fully coherent.
Sentence1: My friend and I decided to start a band and perform for... | B |
task901_freebase_qa_category_question_generation | task901-f5271712b589452c8d6e91843da303a9 | Given a broad category, generate a trivia-type question based on a specific entity in that category. The question should be non-ambiguous. External resources such as Wikipedia could be used to obtain the facts.
sports | Which football team started life called Dial Square FC? |
task1325_qa_zre_question_generation_on_subject_relation | task1325-70e7307e29854e85ae6c787d33da14af | You will be given a context, a subject and a relation. Your task is to generate a question based on the subject and relation. The generated question should include the given subject. Try to use a minimum number of words that are not present in either context, subject or relation while generating question.
Context : Bri... | What is British Airways's parent company? |
task100_concatenate_all_elements_from_index_i_to_j | task100-0afbab1eb07641c397e0130e8fda4a26 | 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... | 4017530345073401K |
task1400_obqa_incorrect_answer_generation | task1400-e940baf8b5984a5fa6fd7e5041b424a0 | This task is about generating an incorrect answer to a question given the question and a true statement related to the question. The answer must be related to the question, but incorrectly answer it given the context.
Fact: snowy means a large amount of snow. Question: If you hear that its snowy outside, you can expect... | Absolutely zero snow outside |
task429_senteval_tense | task429-22221e5131c54e67a1c57e714cf984f4 | In this task you are given a sentence. You must judge whether the main verb of the sentence is in present or past tense. Label the instances as "Present" or "Past" based on your judgment. If there is no verb in the given text, answer "Present".
I rip open paper and smile at my presents. | Present |
task111_asset_sentence_simplification | task111-c7ca31e42880433aa4286b769e8a6cad | Rewrite each original sentence in order to make it easier to understand by non-native speakers of English. You can do so by replacing complex words with simpler synonyms (i.e. paraphrasing), deleting unimportant information (i.e. compression), and/or splitting a long complex sentence into several simpler ones. The fina... | The Hanseatic city of Greifswald is enclosed by the district. It does not belong to it. |
task279_stereoset_classification_stereotype | task279-c731dad3d93040409a0978496b3fba74 | In this task, you are given a short passage that may convey stereotype, anti-stereotype, or is unrelated. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. The passage is unrelated if it does not convey a stereotype or ant... | Anti-stereotype |
task091_all_elements_from_index_i_to_j | task091-f0fb4db6fb844b788f2d275863efdd97 | 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, 4, ['a', '147', 'A', 'w', '7293'] | w |
task461_qasper_question_generation | task461-ab8a7fe4897c411b856164f3a937d4a6 | In this task, you will be presented with a context from an academic paper and you have to write an answerable question based on the context. Your questions can be extractive, abstractive, or yes-no questions.
We decided to evaluate our model using weighted F1-score, i.e., the per-class F1 score is calculated and averag... | what evaluation metrics were used? |
task366_synthetic_return_primes | task366-c8f719368fcf45539555ea8251e09fbf | 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.
... | [919, 317, 3, 43, 701] |
task453_swag_answer_generation | task453-0ffe013619d94d5cb17c0b072dbfa94c | Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct.
Then she irons her blue jean shorts. A little baby | crawls into the scene for a little while, but then leaves back out. |
task063_first_i_elements | task063-517f68b5fe3e4580a7d33cfc5fb13ea7 | 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, ['Q', 'Z'] | Q |
task227_clariq_classification | task227-b4119cba03e3493ab75176c7d02bcc83 | In this task, you are given an ambiguous question/query (which can be answered in more than one way) and a clarification statement to understand the query more precisely. Your task to classify that if the given clarification accurately clarifies the given query or not and based on that provide 'Yes' or 'No'.
Query: Tel... | No |
task606_sum_of_all_numbers_in_list_between_positions_i_and_j | task606-b42c18c5aad84eeaacdc5270b1d1c015 | 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... | 14136 |
task293_storycommonsense_emotion_text_generation | task293-470f9b84c4684acb8e458b33ffa6a54d | 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 ... | upset |
task596_mocha_question_generation | task596-f91e37c4a60b41488104356121a38111 | In this task, you're given a context passage. Your job is to generate relevant questions that can be answered by directly referring to the passage.
As their friend had just moved, Skylar brought a gift to their house. | How would you describe Skylar? |
task002_quoref_answer_generation | task002-49a5fa0abdd14779a92a50b5dfa79234 | In this task, you're expected to write answers to questions involving multiple references to the same entity. The answer to the question should be unambiguous and a phrase in the paragraph. Most questions can have only one correct answer.
Passage: Tim Warden, a boy with autism, has supposedly witnessed his parents' dou... | Tim. |
task1423_mathqa_geometry | task1423-b253a7060b614ff9a98d0dd9c6a9ecbf | In this task, you need to answer the given multiple-choice question on geometry. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.
Problem: each of the 43 points is placed either inside or on the surface of a perfect sphere . if 16 % or fewer of the points touch the surface , what is the maximum number of segment... | a |
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists | task755-0cfea85ae0ff45798e8e7d0d5a6d7d26 | In this task, you are given two strings A,B. You must perform the following operations to generate the required output list: (i) Find the longest common substring in the strings A and B, (ii) Convert this substring to all lowercase and sort it alphabetically, (iii) Replace the substring at its respective positions in t... | McdwDlaacddefklmmpsuvlHdkNOxTiIhu, ofKEADyTMvaacddefklmmpsuvor |
task495_semeval_headline_classification | task495-0a203c0ae4c54820b03c60efb10ab398 | Given news headlines and an edited word. The original sentence has word within given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Classify news headlines into "Funny" and "Not Funny" that have been modified by humans using an edit word to make them funny.
News Headli... | Funny |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.