task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task1727_wiqa_what_is_the_effect | task1727-4221cb44122b40d2abb3ce3790805e6f | In this task you will be given a process, and a question. The process contains a sequence of steps that happen in order. The question asks about the effect of a certain event on another event. If the first event has a positive effect on the second event, answer with "for", if it has a negative effect, answer with "agai... | for |
task098_conala_list_intersection | task098-c15b14f6abd1476aa685a35f1ac71a40 | In this task you will be given two lists of numbers and you need to calculate the intersection between these two lists. The intersection between two lists is another list where every element is common between the two original lists. If there are no elements in the intersection, answer with an empty list. Your list of n... | [7] |
task1599_smcalflow_classification | task1599-0bba23aa6c0e4c4581792bd739e90110 | In this task, you are given an utterance, which is a part of a conversation between a user and an agent. Your job is to detect the speaker. The user usually commands the agent to schedule events, retrieve event information, and check the schedule. While the agent's response is an answer to the user's questions or follo... | user |
task1217_atomic_answer_generation | task1217-41ae21da19c24e8bb64f4020cddb818f | In this task, you are given a sentence with a missing word that can be an object, a person, and/or an action. Fill in the blank with a plausible word. Although each sentence has many correct answers, you only have to write one answer.
PersonX creates ___ in PersonX's image | paintings |
task245_check_presence_in_set_intersection | task245-9428c9bc0b254e3588d475c8d17bfca0 | In this task, you are given two sets, and a question. You need to find whether an element is at the intersection of two given sets. A Set is shown by two curly braces and comma-separated numbers inside, like {1, 2, 3}. The intersection of two given sets is the largest set which contains all the elements that are commo... | No |
task377_remove_words_of_given_length | task377-88ea38ba928d46b5bda96c1d432c5e08 | 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 piece of red luggage filled with clothing and other items'. Remove all words of length '5' in the given sentence. | a of red luggage filled with clothing and |
task576_curiosity_dialogs_answer_generation | task576-a06ee4b8aefd4d3d8e5b3338f1253f1b | 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.
what else can you tell me about its society?
Panama is a country in Central America. They have control of the Panama canal that connec... | Panama is a country in Central America. They have control of the Panama canal that connects the Atlantic Ocean and Caribbean sea to the Pacific Ocean. |
task592_sciq_incorrect_answer_generation | task592-67de70806ed446c2ba66b802505e57aa | 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 helps frogs swim during the tadpole phase... | flagella |
task196_sentiment140_answer_generation | task196-98a9b46830c5489db512431037de5a0f | In this task, you are given a text from tweets and a boolean question whether this tweet has positive sentiment or negative sentiment. Your task is to generate answer "yes" when the tweet has that particular sentiment, otherwise generate answer "no".
Tweet: @Feelslikehome as, poor sweetie. Jonah has that some nights, p... | yes |
task1206_atomic_classification_isbefore | task1206-65fa8380a7e242839f0e2772d108c699 | 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 |
task1446_farthest_integers | task1446-af6a65833a99415bb1a470dea075e68d | In this task you will be given a list of integers. You should find the maximum 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 largest possible absolute distance.
[9, -8, 65, -67] | 132 |
task847_pubmedqa_question_generation | task847-0d5b3ac874c64302b25291c110213e37 | 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 combined glutathione S transferase M1/T1 null genotypes associated with type 2 diabetes mellitus? |
task578_curiosity_dialogs_answer_generation | task578-153650567ca44202a83b56fc3af693bb | In this task, you are given dialogue, and you have to find the most critical location in the given conversation.
Hey! I will like to know about the etymology of Indiana please
Of course! Although the word "Hoosier" is originated in VA and other southern states, it has been advanced by the Indiana Historical Bureau an... | Indiana |
task673_google_wellformed_query_classification | task673-e6a87a23ae934ec8b9f868decbe625aa | Read the given query and classify it as a 'Good' or 'Bad' query depending on how well the query is formed, 'Bad' being the expected output for a not so well formed query and 'Good' being the expected output for a well formed query. A query may be wrong based on common sense or general facts, but if it is well formed, y... | Good |
task897_freebase_qa_topic_question_generation | task897-8a7a79eb255e427a982fa5014cc2856e | Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question.
all in the family | In All In The Family, what was Archie's son-in-law's full name? |
task1360_numer_sense_multiple_choice_qa_generation | task1360-4db8d7c5eed84696a9d05ed7c7eed730 | 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').
Posses are groups, each made up of ____ students from diverse cultural and economic backgrounds.\Question: Choose the right answer from options giv... | c |
task400_paws_paraphrase_classification | task400-3d9fd0e119c641a29e68ed575c3d2ec0 | 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.
Octavian recognized the value of hold... | Not paraphrase |
task074_squad1.1_question_generation | task074-37b5dad2423f47a2b04dccf3cd49b64d | This task is about reading the given passage and construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) its answer is a continuous text span from the paragraph. Avoid creati... | What island besides St. Barts was granted COM status by France in 2007? |
task566_circa_classification | task566-21765f4598d04f3a842fbf78421adf9b | 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: I listen to the alternative station.<sep>Sentence-2: I have a favorite music station . | Yes |
task1420_mathqa_general | task1420-b9411a76d53d4a5da990f775db2a7031 | In this task, you need to answer the given multiple-choice question on the general math. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.
Problem: if x and y are positive integers and 25 x = 10 y what is the least possible value of xy ?
Options: a ) 14 , b ) 25 , c ) 63 , d ) 84 , e ) 252 | b |
task300_storycloze_order_generation | task300-996547bbe6b34e2e9089f26d869319b9 | In this task, you're given a short story of five sentences written in natural language. However, the order of the given story is not correct. Your job is to return the correct order for the given five sentences to create a coherent short story with the new order that has the correct flow. Generate your answer using the... | 43521 |
task303_record_incorrect_answer_generation | task303-381752cb3b0444d3a1c46931902ea53e | 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 ... | Jesus |
task516_senteval_conjoints_inversion | task516-b75a6dded02244e0b6f45c951664846b | 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 |
task1217_atomic_answer_generation | task1217-fba5f7a6a6b545e1b006b75054c5988a | In this task, you are given a sentence with a missing word that can be an object, a person, and/or an action. Fill in the blank with a plausible word. Although each sentence has many correct answers, you only have to write one answer.
PersonX puts it another ___ | nail |
task368_synthetic_even_or_odd_calculation | task368-f18e9a60006440c0971d9cc17ee8428f | In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by 4, if the element is odd you should multiply by 4 then add 2. The output should be a list of numbers that is the result of applying that logic to the input list. You should not round any decimal... | [214, 14.0, -202, 134, -3.5, 214, 7.5, 198, -0.5, -170] |
task310_race_classification | task310-28e12d52133348bdb18b20bc4ba73fd1 | In this task, you're given an article, a question which often contains a blank, four options (associated with "A", "B", "C", "D") and the answer to that question. Your task is to classify whether the given answer is correct or not by providing "Yes" or "No", based on the article.
Article: Why do people feel so rushed? ... | Yes |
task303_record_incorrect_answer_generation | task303-fe4db70d51314fa9af973b068010b18e | 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 ... | Wellington Silva |
task611_mutual_multi_turn_dialogue | task611-75f18d64c47c4f528958201e951489ee | In this task you are given a small conversation between two persons and 4 options on how the conversation should continue. Your job is to choose the most reasonable option. The conversation and the options are separated by a newline character. Each dialogue in the conversation are separated by a comma. F and M indicate... | A |
task471_haspart_answer_generation | task471-3edc9a7178854fd2a5c953f3dc0a6cf6 | Given an entity as input, output another entity which is part of the input entity. These are entities of meronym. In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., output entity) is in a part-of relationship with its holo... | eye |
task1296_wiki_hop_question_answering | task1296-7ab88cc917604662b18bf8a40e08bf9a | In this task, you are given a context, a subject, a relation, and many options. Based on the context, from the options select the object entity that has the given relation with the subject. Answer with text (not indexes).
Context: Togo, officially the Togolese Republic, is a country in West Africa bordered by Ghana to ... | ghana |
task488_extract_all_alphabetical_elements_from_list_in_order | task488-8115a514462d424e8789a8581d9900c3 | 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.
['l', '4599', 'L', '9097', 'e', 'z', '5893', 'Q', 'n', 'j', '6719', 'V', 'L', '7703', '6511', '1471', 'B'] | l, L, e, z, Q, n, j, V, L, B |
task070_abductivenli_incorrect_classification | task070-455409b02b5b422a9c1047d0fe1b3957 | 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: Harold bought... | 1 |
task142_odd-man-out_classification_no_category | task142-ff20e0cc0f45404c9db5d1a6649a952c | Given a set of five words, generate the word from the set that does not belong (i.e. is the least relevant) with the other words. Words are separated by commas.
iguana, fish, kayak, mice, stingray | kayak |
task934_turk_simplification | task934-be2ab61fe9ea4c1c8fe7f0f9405e339c | 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.
of the moons discovered by the voyager 2 imaging team , only puck was discovered early enough that the probe could be programmed to image it in som... | of the moons discovered by the voyager 2 imaging team , the puck was the one to be noticed first as the probe could be programmed to image it with some detail. |
task622_replace_alphabets_in_a_list_by_their_position_in_english_alphabet | task622-82ceccdfbb8345d596c04558ca4d081d | In this task, you are given an input list A. You need to convert all the alphabets in the list with a number representing their position in the English alphabet. E.g., replace A by 1, B by 2, a by 1, b by 2, and so on.
['1257', '8707', '5833', 'B', '8749', '3351', '2797', 'J', 'W', 'i', 'F', 'F', '807', '4657', '3299',... | 1257, 8707, 5833, 2, 8749, 3351, 2797, 10, 23, 9, 6, 6, 807, 4657, 3299, 7439, 7573, 4727, 26, 2965, 8771, 9, 23, 17, 20, 14, 5, 677, 2, 5219, 4819 |
task606_sum_of_all_numbers_in_list_between_positions_i_and_j | task606-2ed95aa39133456983cb60a4f7429083 | 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... | 35272 |
task1434_head_qa_classification | task1434-aff2339f8ab24d12a23ae7eba3813f67 | In this task, you are given a question and answer options for that question. Using this information, you have to classify each text into different topics: medicine, nursery, psychology, chemistry, pharmacology, biology.
Question: A confidence interval to estimate the population mean will be more precise when:
Options... | biology |
task157_count_vowels_and_consonants | task157-4d377d4b05244970a204334e25a852aa | 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: 'large elegantly set up living room in a large house'. Count the number of consonants in the given sentence. | 24 |
task845_pubmedqa_question_generation | task845-00117c58dddc4a56a4b3a63ff500307b | 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 endogenous activated protein C predict hemorrhagic transformation and mortality after tissue plasminogen activator treatment in stroke patients? |
task586_amazonfood_polarity_classification | task586-a0baa9cc47774e11a625e589015e99cd | You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review.
My dog became very ill (vomiting, diarrhea, excruciating pain) in mid-Oct and spent three days at the Emergency Vet - and cost us $3500! They ruled out a bunch of... | Negative |
task367_synthetic_remove_floats | task367-bf953c7e985d47dca61cd0177a00a909 | 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.
[-72, 32, -45.865, 61, 70.84, -1... | [-72, 32, 61, -18] |
task1217_atomic_answer_generation | task1217-38dfa7da82f2486f8fa417a09198dc7b | In this task, you are given a sentence with a missing word that can be an object, a person, and/or an action. Fill in the blank with a plausible word. Although each sentence has many correct answers, you only have to write one answer.
PersonX eats ___ anymore | Crablegs |
task067_abductivenli_answer_generation | task067-122422d2d0304ef8823eed4286740dc2 | 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... | Tom decided to clean his house. |
task183_rhyme_generation | task183-3032c956ae2e47368eac008825c944c5 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
he | pre |
task1310_amazonreview_rating_classification | task1310-9b5de81c911e48a0bd6ae0a7fb52a6ee | In this task, you're given a review from Amazon. 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, 4: good, 5: extremely good.
I have had them for a couple of weeks and one has quit on me already. When it worked the motion s... | 3 |
task1210_atomic_classification_madeupof | task1210-8a0e46bdd5d04c83bee65cabf162c6c7 | 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 |
task566_circa_classification | task566-e3cfc4cefc88467a8b98d58066e88995 | 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: Only science fiction.<sep>Sentence-2: I read science type books . | Yes |
task291_semeval_2020_task4_commonsense_validation | task291-9d648182dcf749de8195a1ca573e5036 | In this task, you are given two natural language statements with similar wording. You must choose the statement that makes less sense based on common sense knowledge. A '
' separates the statements. Use "first" or "second" to indicate which sentence makes less sense.
If you want to kiss someone then you should clean yo... | second |
task1518_limit_answer_generation | task1518-5209cde5b9234d28a3d44cf66035d190 | In this task, you are given a sentence which contains a motion and your task is to identify the physical entities involved in the motion. The input sentence can have more than one entity and also there is at least one entity that takes part in physical motion. There are two types of entities which are animate (beings t... | Michael |
task246_dream_question_generation | task246-de687faa542f444c9df92bc018479ef3 | 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... | Why does the woman decline the man's invitation? (A) She wants to get some sleep. (B) She needs time to write a paper. (C) She has a literature class to attend. |
task085_unnatural_addsub_arithmetic | task085-856fb3b878e246f491eebc0ca5478777 | In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
4051 - 3873 + 1125 + 9341 - 8321 | 5779 |
task636_extract_and_sort_unique_alphabets_in_a_list | task636-25c3e649ffc445ad8dc4d7b13ceeb527 | 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.
['i', 'e', '5669', '7745', 'k', '455', 'q', 'l', '6783', '2657',... | b, e, h, i, k, l, m, n, o, q, t, v, w |
task112_asset_simple_sentence_identification | task112-db047e9ba15f4df4b4cc6a3d4467554c | You will be given two pieces of text with the same meaning. One of them is simpler and easier to understand for non-native English speakers. Complex texts may contain more difficult words, have unnecessary phrases or contain long sentences. Your task is to choose the simpler piece of text. You are expected to output 'T... | Text one |
task183_rhyme_generation | task183-9d56d93252f84f81bb1d15cf478ed72a | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
glass | gas |
task901_freebase_qa_category_question_generation | task901-17e771d84cc44cdc9f4fc6ab5aa6360d | 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.
tv | In which television programme did Brian Conley play the part of 'Digby'? |
task1338_peixian_equity_evaluation_corpus_sentiment_classifier | task1338-6a9f4a991d734830a5153a32e6542d5d | The input is a sentence. The sentence includes an emotion. The goal of the task is to classify the emotion in the sentence to one of the classes: 'fear', 'joy', 'anger', 'sadness'. The emotion mainly depends on the adverb within the sentence.
My girlfriend made me feel happy. | joy |
task153_tomqa_find_location_hard_clean | task153-a6cae088f1b144d1b3c3f86b652f0f08 | 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_bucket |
task1505_root09_semantic_relation_classification | task1505-7241fd3934a641d58539b40a4badd8f2 | Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific ... | RANDOM |
task1217_atomic_answer_generation | task1217-2eac0d2ba7d242318da459a5d71e71c8 | In this task, you are given a sentence with a missing word that can be an object, a person, and/or an action. Fill in the blank with a plausible word. Although each sentence has many correct answers, you only have to write one answer.
PersonX gives PersonY's friends ___ | bags |
task1422_mathqa_physics | task1422-11f398ccefb7413bb0352b8983f832da | In this task, you need to answer the given multiple-choice question on the physics. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.
Problem: robert is travelling on his cycle andhas calculated to reach point a at 2 pm . if he travels at 10 kmph , he will reach there at 12 pm if he travels at 15 kmph . at what s... | c |
task499_extract_and_add_all_numbers_from_list | task499-f26fb078f6ac4a818e7d6fa9ccecd888 | 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.
['G', '3531', '2239', '273', '9011', '2865'] | 17919 |
task371_synthetic_product_of_list | task371-8e9637be724c41a599ebe69f1db09de1 | In this task you will be given a list of lists, of numbers. For every inner list, you should multiply every number in that list and put the results in your answer. The output should be a list of numbers with the same length as the number of the lists in the input list.
[[2, 25, 12, -33], [-17, 13, 12, -35], [20, -19, -... | [-19800, 92820, 2106720, 1741824] |
task063_first_i_elements | task063-a73be3898b104ad9b6773c59f423a56f | 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
4, ['o', 'V', 'n', '5249', '1217', 'Q', 'u', '8739'] | o, V, n, 5249 |
task589_amazonfood_summary_text_generation | task589-7f898983f4494838876574a265fdddc6 | 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.
The taste was a little off to me and like with microwave popcorn not all of the bacon skins developed. Some were... | Not what I expected. |
task844_financial_phrasebank_classification | task844-12ae9b7f45ad414d89132539798b55cc | Given a piece of financial news and its polarity, classify it into 'true' if the polarity is correct and classify into 'false' if the polarity is incorrect. Output must be 'true' or 'false'.
news:Rubin says he expects Capman to announce 1-2 additional transactions in 2009 .
polarity:neutral | true |
task405_narrativeqa_question_generation | task405-ce12a1fb5c4e43f8b2ec490381f61408 | 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 Decker attempt to use Lori for? |
task458_matres_negation_classification | task458-0e866dd183be4d41bc715bdaa9b8a7ed | 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.
" Whatever capital it ( Sansu... | Yes |
task177_para-nmt_paraphrasing | task177-ee210d67b23f4167b82a892d0913262d | 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.
you will have all the ships we can spare , delenn . | we 'll give you all the ships we have . |
task668_extreme_abstract_summarization | task668-c2a0b12ed83e46a98f818528ae730fe4 | In this task, you are given the abstract of a research paper. Your task is to generate a summary of this abstract. Your summary should not be very short, but it's better if it's not more than 30 words.
Analysis of histopathology slides is a critical step for many diagnoses, and in particular in oncology where it define... | We propose a weakly supervised learning method for the classification and localization of cancers in extremely high resolution histopathology whole slide images using only image-wide labels. |
task303_record_incorrect_answer_generation | task303-05f8eca884de45a79059bec8b7a9c13f | 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 ... | BILD |
task065_timetravel_consistent_sentence_classification | task065-c19797be195a49b6ad0c06c2fa880947 | In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given two options and you need to select the one that best connects the first sentence with the rest of the story. Indicate your answer by 'Option 1' if the first option is correct, otherwise 'Optio... | Option 1 |
task183_rhyme_generation | task183-391f15f6f6fe4a27bca9f74d9e6f7a6e | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
yes | less |
task163_count_words_ending_with_letter | task163-bec2240f0aeb43e5aa819e946e4044d6 | 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 kitchen that features and oven that has a light turned on in it'. How many words end with the letter 'd' in the sentence. | 2 |
task183_rhyme_generation | task183-daf885df718046a0bd03e7b80edb702f | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
reply | bly |
task326_jigsaw_classification_obscene | task326-7928ddfda7a345c88ab67eba4fdaf241 | 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 |
task488_extract_all_alphabetical_elements_from_list_in_order | task488-965a6077a625454dafa091aa0623cf13 | 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.
['653', 'i', '7945', 'u', 'r', '6803', '2269', '8039', '4307', 'L', 'u', '4643', 'G', 'Z', 'T', 'L', '1271'] | i, u, r, L, u, G, Z, T, L |
task1364_hans_answer_generation | task1364-b3b8fcfe390643d4adec060d02ae1692 | In this task, you are given a premise sentence. Your task is to write a new sentence by substituting the subject and object (i.e., the input's subject should be output's object and vice versa.). The generated sentence must be fluent and shouldn't change the voice (i.e., passive or active) of the input.
The managers sup... | The lawyers supported the managers . |
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists | task755-73ea2b257519438e8c44ca612413d250 | 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... | YLXojeglVylEcccddefjkklmqsyyyuX, xXIIzbvcccddefjkklmqsyyyVYZz |
task183_rhyme_generation | task183-1daa2100e9ed44ef9da4bdc3bf6aa279 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
wind | resigned |
task1217_atomic_answer_generation | task1217-4a1ba00663414afea2c61c49adca1d52 | In this task, you are given a sentence with a missing word that can be an object, a person, and/or an action. Fill in the blank with a plausible word. Although each sentence has many correct answers, you only have to write one answer.
PersonX scares ___ away | the cat |
task378_reverse_words_of_given_length | task378-2313da5697a740b3b4bc2ce1093ef736 | In this task, you need to reverse 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 moose like ornament is peeking out of a holiday tree alongside smaller painted ornaments'. Reverse all words of length '2' i... | a moose like ornament si peeking out fo a holiday tree alongside smaller painted ornaments |
task370_synthetic_remove_divisible_by_3 | task370-f1c985d33d174fc2a0c449560a8bfdee | 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.
[-1, -59, -95, -92, -29] | [-1, -59, -95, -92, -29] |
task1346_glue_cola_grammatical_correctness_classification | task1346-a7e4d8c1d6324273a1df66293b5b5678 | You will be given a sentence. Check whether the sentence is grammatically correct and is meaningful. If the sentence is grammatically correct, then answer with '1', otherwise answer with '0'.
Which book he read the book was that one. | 0 |
task672_nummersense | task672-49383c8c55b34fdda502c2f64db4ec75 | In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words.
Chronic insomnia occurs on most nights for at least _ weeks. | three |
task934_turk_simplification | task934-42707bcd06db4ba4944fa10dd5a0f798 | 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.
his collaborators have spanned a wide range of musical styles and talents ; among them are joshua bell , yo-yo ma , béla fleck , sam bush , james t... | he has a wide range of collaborations including joshua bell , yo-yo ma , béla fleck , sam bush , james taylor , chris thile , mike marshall , mark o ' connor , alison krauss , mary chapin carpenter , and the trio nickel creek. |
task429_senteval_tense | task429-441c5f23447a49b9b9f9b6a5b533ce1b | 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".
We pile in, and Cara presses number 99. | Present |
task064_all_elements_except_first_i | task064-e46856eb79a5484e922694245cdb3606 | 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.
11, ['R', 'D', 'v', 'f', '1035', '2661', '4913', 'P', 'H', '2761', '685', '8153', '7175', '8661', 'c', 'N', '5541', ... | 8153, 7175, 8661, c, N, 5541, 6921, n, 1273, 673, H, 4335, 1967, K, 7885, O, 2921 |
task328_jigsaw_classification_insult | task328-633dddf0b9c04b8f9b08c87c9138abc7 | In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: insult and non-insult. Insult is any lanugage or act that is disrespectful or scornfully abusive.
Comment: They could stop drinking and WORK like the rest of us. These are grown adults, if the... | Non-insult |
task183_rhyme_generation | task183-994569f26c7d41a8a2ab40be97417beb | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
several | doctoral |
task1359_numer_sense_answer_generation | task1359-dcec9f5ee8ed48c9a3a8651411f65343 | 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.
Physicists believe that ____ forces, or interactions, govern all matter. | four |
task183_rhyme_generation | task183-2a189c63e6b94843ad6374543dc30729 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
tall | recall |
task638_multi_woz_classification | task638-e7f09dd572fc48a9bbc669ddc9ca1d6d | You are shown a conversation between a user and system. Identify who has spoken the indicated sentence based on the conversation.
Sentence1: I want some information on the university arms hotel please Sentence2: Yes. I need rooms for 5 people for 5 nights, starting wednesday. Sentence3: Unfortunately, the hotel is unav... | Answer: (B) System |
task504_count_all_alphabetical_elements_in_list | task504-4efd334001a9457498011cd99c70139d | 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
['5723', 'K', '8211', 'i', 'k', '143', 'u', 'Z', 'p', 'u', 'a', 'R', '1853', ... | 16 |
task1217_atomic_answer_generation | task1217-ce177dede01e478abc1fc4245da10153 | In this task, you are given a sentence with a missing word that can be an object, a person, and/or an action. Fill in the blank with a plausible word. Although each sentence has many correct answers, you only have to write one answer.
PersonX seeks ___ elsewhere | pie |
task400_paws_paraphrase_classification | task400-03e2005f8c1d471b8d728d637fd19899 | 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.
The newly elected Commission convened... | Not paraphrase |
task924_event2mind_word_generation | task924-74d936efb8a743679af81e47b4dff463 | 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 supplements PersonY's income. Intent:. XEmot... | cared for |
task105_story_cloze-rocstories_sentence_generation | task105-4100ecfb2046488db2038d9f8688c822 | In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences.
Sentence1: Rex hasn't cleaned his room in Year's. Sentence2: Since he rarely has visitors, he doesn't see th... | He feels better about his room. |
task111_asset_sentence_simplification | task111-d508b28d79ad471ea55c5c4ec1f40a9e | 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... | Puerto Rico has a main island and smaller ones. Some of the smaller ones are Vieques, Culebra, Mona, Desecheo, and Caja de Muertos. |
task293_storycommonsense_emotion_text_generation | task293-437c894fafdd4725bbff8569d2249bea | 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 ... | impressively attired. |
task475_yelp_polarity_classification | task475-023b8f0963604df1be5b333108d52209 | In this task, you are given Yelp reviews. The task is to classify a review as "POSITIVE" if the overall sentiment of the review is positive or as "NEGATIVE" if the overall sentiment of the review is negative.
Great atmosphere!\nFUN place!\nDrinks are kind of pricey so wouldn't make this a regular spot, but I had a grea... | POSITIVE |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.