task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task488_extract_all_alphabetical_elements_from_list_in_order | task488-c8138af3308c4b5bac3fb36183745b9f | 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.
['z', 'X', '1893'] | z, X |
task453_swag_answer_generation | task453-940ed9e0374a462aaca11fecbb82eeda | Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct.
The house is totally black inside. As it gets closer, we | see someone's features. |
task300_storycloze_order_generation | task300-e7dcd5cff7184c9d9ed4292e2f051358 | 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... | 42513 |
task298_storycloze_correct_end_classification | task298-ac53080fd86a4a8c8ca88e3f456024e0 | 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: Matty's cats kept scratching themselves. Sentence2: She didn't k... | No |
task1186_nne_hrngo_classification | task1186-9aa3dbf36e184418acaffb2f443e3091 | You are given an original reference as well as a system generated reference. Your task is to judge the naturaleness of the system generated reference. If the utterance could have been produced by a native speaker output 1, else output 0.
System Reference: what price range are you comfortable with?
Original Reference: c... | 1 |
task495_semeval_headline_classification | task495-77c5527a5d0842ef89aa4009abb8590c | 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... | Not Funny |
task303_record_incorrect_answer_generation | task303-5319e59300724572857382c23bd42b73 | 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 ... | Bill O'Reilly |
task1400_obqa_incorrect_answer_generation | task1400-6f45878271774f94ab39cc7f247efa9d | 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: planting native plants has a positive impact on an ecosystem. Question: local plant varieties ar... | social status |
task146_afs_argument_similarity_gun_control | task146-afcb3a9f278245a7ba93895b0d2c411d | We would like you to classify each of the following sets of argument pairs (discussing Gun Control) into either SIMILAR or NOT SIMILAR. A pair of arguments is considered SIMILAR if the arguments are about the same FACET (making the same argument), and is considered NOT SIMILAR if they do not have the same FACET. A FAC... | Similar |
task1551_every_ith_element_from_kth_element | task1551-cfb8dba5b46b4154bfb7db9e80bee251 | In this task, you are given inputs k, i, and A, where k and i are integers and A is a list. You need to find every ith element of A starting from the kth element. The process stops when the position of the next ith element exceeds the length of the list.
1, 1, ['8105', 'N', '1651', '6821', '9851', '3885', 'L', 'a', 'c'... | 8105, N, 1651, 6821, 9851, 3885, L, a, c |
task366_synthetic_return_primes | task366-ffb0fab8918e46b9aae5f9267a1bf8c2 | 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.
... | [997, 587, 967, 571, 853, 569, 601, 331, 787] |
task1670_md_gender_bias_text_modification | task1670-fcb1442175254c0481cf56f64f85e714 | 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.
That's amazing, JoAnn. I studied ballet my entire life. | That's amazing. I studied ballet my entire life. |
task405_narrativeqa_question_generation | task405-fbd949997b41469e9b2f8860f86c6ed2 | 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 Strack planning that made Julie refrain from turning him in? |
task1292_yelp_review_full_text_categorization | task1292-e92d2ddfdd0849b88083e230c9696d50 | You are given a review about a place. You need to provide a rating from "1 star" to "5 stars" for this place.
Ate here with my bf and a group of friends in October 2010, during late lunch or early evening. After walking the strip for the past few hours we kept smelling that damned BBQ so naturally with us being from t... | 3 stars |
task622_replace_alphabets_in_a_list_by_their_position_in_english_alphabet | task622-87c439a43ed9423fb8e514d98e3a24ba | 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.
['565', '3625', '3721', 'x', 'T', '4243', '8889', 'C', 'q', '913', 'G', '8385', 'U', 'f', 'a', 'p', '... | 565, 3625, 3721, 24, 20, 4243, 8889, 3, 17, 913, 7, 8385, 21, 6, 1, 16, 13, 23, 8, 763, 9447, 12, 8949, 1391, 4319, 11, 2325, 4317, 4, 4655, 4509, 6561, 9901 |
task283_dream_incorrect_answer_generation | task283-222a46744e274556ba07235681322831 | In this task, you will be shown a conversation and a question. You need to write an implausible answer to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. "W" and "M" in the conversations stand for "woman" and "man".
F: This book is very interesting. M: It is, isn't it?,... | He doesn't like the book. |
task1420_mathqa_general | task1420-3187235289de4f4992d82b1efd0ce38a | 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: the average of first five multiples of 6 is ?
Options: a ) 6 , b ) 18 , c ) 9 , d ) 5 , e ) 7 | b |
task074_squad1.1_question_generation | task074-5f9d474c49424a4fa7a4569d68d71363 | 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... | Which distinction has Punjabi lost? |
task844_financial_phrasebank_classification | task844-05cf9fc67d1644d6a8ffae6be0f50d57 | 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:128,538 shares can still be subscribed for with Series E share options , max .
polarity:neutral | true |
task303_record_incorrect_answer_generation | task303-23cda1ed838646e78ec48eadee141c48 | 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 ... | cross-London |
task956_leetcode_420_strong_password_check | task956-47a7938d640e421e8df4c06575719cd7 | You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit... | 27 |
task413_mickey_en_sentence_perturbation_generation | task413-1b13029f24214c5eab2337b845d48620 | Given a sentence, generate a new sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.
You can ... | You can put a cost on your code . |
task588_amazonfood_rating_classification | task588-bc5c427ba5a64943857fd5352cb97999 | 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 have tried a few of this brand of bread mix in my bread machine and w... | 5 |
task1291_multi_news_summarization | task1291-6c7c0fce8cf34600aeb0cdac2c7b00b3 | In this task, you are given a text of many news articles seperated by special token "|||||". Your task is to summarize them.
Tweet with a location
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to del... | It's become de rigueur to become outraged at almost anything Donald Trump does or says these days, but reaction to his latest remarks about the election have been completely overblown, according to Trump himself. Besides his "nasty woman" comment from last Wednesday's debate, Trump also came under fire for proclaiming ... |
task208_combinations_of_list | task208-bb02f43c6d194db6923a4e08674c615a | In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. Fo... | [['6', '4'], ['6', 'y'], ['4', 'y']] |
task151_tomqa_find_location_easy_clean | task151-5d5b520972f84a7b9ed8b70f0786ebc9 | Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: (1) when the individual's belief matches reality, (2) when the individual's belief does not match reality, (3) is when an individual has a false belief about another in... | green_bucket |
task094_conala_calculate_mean | task094-90794f6c596642039d6164bbef94eee4 | 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.
[39.88, 58.489, 225.343, 105.008, 210.581, 35.57... | 112.48 |
task1309_amazonreview_summary_classification | task1309-e8b52e006b17462eb8aba1c0bdefd615 | In this task, you're given reviews from Amazon's food products and a summary of that review. Your task is to classify whether the given summary matches the original review. Generate "True" if the given review and its summary match, otherwise generate "False".
Reviews: Soggy and stuck together. I couldn't separate them ... | True |
task124_conala_pair_averages | task124-c0bed5393dd243e7903e96fa974bc92e | In this task you are given a list of numbers and you need to find the average of each two consecutive values. The average of two numbers a and b is calculated as: (a + b) /2. The output should be a list of the averages of each two consecutive values. A list is presented with two brackets and comma-separated values, lik... | [18.0, 17.0, -45.5, -31.0, -0.5, -35.5] |
task550_discofuse_sentence_generation | task550-3a5528ddf18641bbb099a91356e4fb74 | In this task, you are given a second sentence. Your task is to generate the first sentence on the same topic but incoherent and inconsistent with the second sentence.
However , he can not give up on his wife unless she wants to leave him . | His in - laws want him to get a divorce and start a new life . |
task353_casino_classification_negotiation_elicit_pref | task353-f0869ee2f35e4f13af9393a15b42045a | The input is taken from a negotiation between two participants who take the role of campsite neighbors and negotiate for Food, Water, and Firewood packages, based on their individual preferences and requirements. Given an utterance and recent dialogue context containing past 3 utterances (wherever available), output Ye... | Yes |
task390_torque_text_span_selection | task390-6c615927c0504a01a3a26b0259600919 | In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Passage: Intelo... | prevent |
task070_abductivenli_incorrect_classification | task070-d342002cbd404949af5ca3f202b5f222 | 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: Casey was thi... | 1 |
task064_all_elements_except_first_i | task064-e86834c533e9452cb90b58d66a7a2ae4 | In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A after the first i elements. i will always have a value less than the length of A.
3, ['6899', 'g', 'R', 'Y', 'i', '9537', '9655'] | Y, i, 9537, 9655 |
task615_moviesqa_answer_generation | task615-a9846379ef084d218b3b1f94a4b2e419 | 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.
who's the director of Everybody's Fine? | Kirk Jones |
task385_socialiqa_incorrect_answer_generation | task385-6b2ee4dd14ab42e19ab4ab5e1ebad9cd | 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: Kendall t... | C |
task380_boolq_yes_no_question | task380-8ded61f188db4e9984d99fa1bcc07e27 | In this task you will be given a passage and a yes/no question based on the passage. You should answer the question using the information from the passage.
passage: Animated films can be nominated for other categories, but have rarely been so; Beauty and the Beast (1991) was the first animated film ever nominated for B... | No |
task365_synthetic_remove_vowels | task365-c51c4c7594e3431088c77e6d8d1edd87 | 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.
JN | JN |
task103_facts2story_long_text_generation | task103-35e3dfe2c9544b20beba4b2d00761116 | 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: Jhansi ge... | Rajguru Sohrab Modi decides that Jhansi should get its proper recognition in history. He comes across a young girl, Manu the young Rani Lakshmibai, played by Baby Shikha. Her father has been hit by a carriage driven by an English driver. She gathers a few children to confront the driver. This, and her confrontation wit... |
task109_smsspamcollection_spamsmsdetection | task109-68322412fc5040dcb6b2627184f39614 | In this task, you're given text messages in natural language. Your task is to classify those text messages based on their content into two classes: (1) Spam and (2) Ham messages. If the content of the given message is irrelevant to the receiver or is equally relevant to many other potential recipients then it must be l... | spam |
task568_circa_question_generation | task568-6bb0fded73384fe2bdeef830134cb0e2 | In this task, you are given an answer, and your task is to generate a reasonable question for that answer.
I really don't like them | Are you into any sci-fi movies? |
task668_extreme_abstract_summarization | task668-ec768e60b7644f6d8a11992bb98847c7 | 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.
This paper presents the formal release of {\em MedMentions}, a new manually annotated resource for the recognition of ... | Details the construction of a manually annotated dataset covering biomedical concepts that is larger and covered by a larger ontology than previous datasets. |
task494_review_polarity_answer_generation | task494-442678c705704ef98c9bc0859df6ba9a | Given a review text from amazon and its polarity (either positive or negative). Generate answer "True" if given sentence and its polarity match, otherwise generate answer "False". A review is considered positive if the reviewer is satisfied with the product. Otherwise, it is considered negative.
Review: good why would ... | False |
task589_amazonfood_summary_text_generation | task589-127538c655374d71ab67346388c8bff7 | 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.
My triplets will not eat this, eventhe one who will eat ANYTHING. The consistency is way too runny as well and d... | Runny and odd-tasting |
task303_record_incorrect_answer_generation | task303-e10adf39d95748dea47515811e5b9ca6 | 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 ... | Andy |
task681_hope_edi_malayalam_text_classification | task681-de76281583a64251ac8cfbbdda43e012 | Given a comment text in Malayalam, classify the comment into one of these categories (i) Hope speech, (ii) Not Hope Speech or (iii) Not in Expected Language. A hope speech contains content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion
@Shiros Shiru hi | Not in Expected Language |
task088_identify_typo_verification | task088-0224933a5bc64b0791ea26c174f54a98 | The given sentence contains a typo which could be one of the following four types: (1) swapped letters of a word e.g. 'niec' is a typo of the word 'nice'. (2) missing letter in a word e.g. 'nic' is a typo of the word 'nice'. (3) extra letter in a word e.g. 'nicce' is a typo of the word 'nice'. (4) replaced letter in a ... | prengant |
task1443_string_to_number | task1443-38bce5b118264c598e58da429cdcf28c | 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... | 117057398683 |
task592_sciq_incorrect_answer_generation | task592-1f843f51c0fa402dae691c65397ed987 | 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.
If a unit is named after a person it needs to ... | short |
task378_reverse_words_of_given_length | task378-a97726d01f344772b39bd844dfda7ee5 | 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 man ready to return a tennis ball'. Reverse all words of length '1' in the given sentence. | a man ready to return a tennis ball |
task365_synthetic_remove_vowels | task365-71c3a7942545411c8d4673e8bdb4fa00 | 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.
uqhOYvhMosIeuF | qhYvhMsF |
task067_abductivenli_answer_generation | task067-b6d9124b4e7c4450acc41380c842ce53 | In this task, you're given the beginning and the ending of a three-part story. Your job is to complete the short story by writing a middle sentence that seamlessly connects the first and last sentence. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using an... | the pizza place only had pepperoni. |
task367_synthetic_remove_floats | task367-92de38d118ec4525a6d0a859cef07cc3 | 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, 72, -0.562, -79.733, -2.851... | [43, 72] |
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists | task755-cc89de807a684082b38fece7e439ad1c | 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... | jIfheilsLlqB, gVupeilspxMK |
task074_squad1.1_question_generation | task074-502d11a0075a459792065a6cc6802c30 | 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... | Downstream operations currently includes what type of business? |
task246_dream_question_generation | task246-2dffcad9b1934d248cb9b16da9b9d050 | 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... | It appears that Stephanie stole money from ________. (A) her work (B) her boyfriend's car (C) her boyfriend's apartment |
task1703_ljspeech_textmodification | task1703-73f7114636754ba48e8d5ddc40549e3d | The task is reading a paragraph containing numbers as digits. The digits can be used to represent Quantity, Dates and Time, Addresses or Positions. Convert the digits into their text equivalents. If a number has a prefix, postfix or punctuation preserve it in the text equivalent. 100000 is translated as hundred thousan... | which was berthed at the Dumaine Street wharf in New Orleans, on June sixteen, nineteen sixty three. |
task934_turk_simplification | task934-336e2ab0d3a94f2798c259bb6a2a8aef | 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.
thal is one of the ten districts of the canton of solothurn in switzerland , situated in the centre of the canton. | thal is one of the ten districts of the canton of solothurn in switzerland , located in the middle of the canton. |
task1217_atomic_answer_generation | task1217-9f6c1b2d7c384ee5ba55f6784f2a70fe | 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 earns ___ to buy | dollars |
task157_count_vowels_and_consonants | task157-297de571f42a44a194d4d631f59770cf | 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 close up of a person wearing a shirt and tie'. Count the number of consonants in the given sentence. | 20 |
task103_facts2story_long_text_generation | task103-dd6f2854dcdf48e0a60c6da01153c4aa | 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: successfu... | Set in 1949, the film focuses on successful middleaged businessman Harry Allen Chris Cooper, who is having an affair with considerably younger war widow Kay Nesbitt Rachel McAdams. Feeling rejuvenated by his emotional reawakening, he confides in his best friend Richard Langley Pierce Brosnan and encourages him to visit... |
task183_rhyme_generation | task183-aed3a7c32d6b43759d468e90b4e735e7 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
each | beech |
task454_swag_incorrect_answer_generation | task454-55932b2034134a0c9020bf20677baeb4 | Given a sentence, generate a most unlikely next statement. The next statement should not be logically relevant to the given context
He points again to the stained - glass window. He | are squinting at full armor. |
task590_amazonfood_summary_correction_classification | task590-221fc7492ea643eb82f07e43bcc6bd3b | 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 roast at home with a stove-top popcorn popper (but I do it outside, of course). These beans (Coffee Bean Direct Green Mexican Altura) seem to be... | True |
task247_dream_answer_generation | task247-70cd9a0881ee44fbbf8cd43f092b228e | In this task, you will be shown a conversation and a question. You need to answer the question and choose the correct option based on the conversation. "W" and "M" in the conversations stand for "woman" and "man".
W: Lenny, I'm not sure how to say this, but here it goes: I lost your cat this morning. M: What?! W: I'm s... | (A) In the bedroom. |
task592_sciq_incorrect_answer_generation | task592-3e818d193d09415abecb537473470af7 | 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.
Which currents distribute heat around the plan... | electrical |
task390_torque_text_span_selection | task390-9bd3ebf6a5cb4d578dd74caece455a3c | In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Passage: And th... | |
task322_jigsaw_classification_threat | task322-0fc8f9da588a4c51bbc6b88849d9a8c6 | 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: It is incredibly stupid for major media ... | Non-threat |
task295_semeval_2020_task4_commonsense_reasoning | task295-3bfc2134d5614ec3a5e86c4317a6230e | 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.
Sports are a great way to create people
(A) People do n... | B |
task192_hotpotqa_sentence_generation | task192-7c7a1d4f6e3b4c68aebfbc5e94c6e577 | In this task, you are given a context paragraph, a question based on that and corresponding answer of a question. Your task is to generate supporting fact/knowledge from context paragraph which helps in answering a given question.
The Miami Dolphins are a professional American football franchise based in the Miami metr... | The Dolphins team was founded by attorneypolitician Joe Robbie and actorcomedian Danny Thomas. |
task1217_atomic_answer_generation | task1217-2a18e2fc27044b2c8ca3fb7628ffaef6 | 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 makes ___ in the kitchen | pasta |
task1296_wiki_hop_question_answering | task1296-64a83c748f7c49d59b7298b55c5f68cc | 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: Chalk is a soft, white, porous, sedimentary carbonate rock, a form of limestone composed ... | genus |
task196_sentiment140_answer_generation | task196-c9e6ae1fc8d84ee59d32e3d02e30a5cd | 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: woow thanks for this site well i not much friends Question: i... | no |
task405_narrativeqa_question_generation | task405-f4e2c98e6c86454aa6ae7822361d9b23 | You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont... | Who is Kelly's love ineterest? |
task472_haspart_classification | task472-fec23c50b21f4f15a3a4814c9e88bb0c | Given two entities as input, classify as "yes" if second entity is the part of the first entity. Otherwise classify them as "no". These are entities of meronym In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., second enti... | yes |
task183_rhyme_generation | task183-748da3ae5a124d378b0928cf13369d87 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
why | kwai |
task379_agnews_topic_classification | task379-40626b69799841408fca660d9f57db47 | In this task, you are given a news article. Your task is to classify the article to one out of the four topics 'World', 'Sports', 'Business', 'Sci/Tech' if the article's main topic is relevant to the world, sports, business, and science/technology, correspondingly. If you are not sure about the topic, choose the closes... | Business |
task431_senteval_object_count | task431-b8e07fc08b5b4c908de89ce2c1aee685 | In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
" I do all my own stunts. | Plural |
task592_sciq_incorrect_answer_generation | task592-532f4748d097441d956b1029c47341aa | 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 develops in depressions where water flow ... | ponds |
task900_freebase_qa_category_classification | task900-8c640a34eb7743d8b25f032a388ae940 | 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 |
task405_narrativeqa_question_generation | task405-508e9ab15e254da5bcc0793a0614ccca | You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont... | Who allows Claudius to gain an audience with the gods for vindication? |
task303_record_incorrect_answer_generation | task303-63df0bd010f945579f4c84e9d79a5012 | 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 ... | McLaren |
task674_google_wellformed_query_sentence_generation | task674-6663812cc20d4276b113384c42041829 | You are given a set of queries separated by '
', and your job is to find out the query which is not a well-formed or well-structured query in terms of grammar, punctuations, or spelling errors.
The product of the component of a force along the dierction of displacement and the magnitude of the displacement are known as... | Parts to assemble a BMX bike ? |
task472_haspart_classification | task472-2a89f85f2b944cc6a5187c9928e45a38 | Given two entities as input, classify as "yes" if second entity is the part of the first entity. Otherwise classify them as "no". These are entities of meronym In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., second enti... | no |
task267_concatenate_and_reverse_all_elements_from_index_i_to_j | task267-00baf3e5caec4d5a81f7ef28937336f4 | 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 ... | W12793157 |
task1595_event2mind_text_generation_1 | task1595-5fb36eddeafe49ee96f85720ea9ead22 | 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 gives PersonY an ultimatum | relieved |
task719_mmmlu_answer_generation_management | task719-a1740ba61b074994ab8bba85c4c839d6 | You are given a question on management. 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.
Which writer was concerned with the re... | C |
task377_remove_words_of_given_length | task377-58bae0e6a33d4074ba7eff97f7fb4a28 | 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: 'some people on a boat in the water with some food'. Remove all words of length '3' in the given sentence. | some people on a boat in water with some food |
task495_semeval_headline_classification | task495-bec5924ad1064a7db213b96309378ece | 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 |
task1293_kilt_tasks_hotpotqa_question_answering | task1293-5081e6445d7240e39811803c42dc0c24 | In this task, you are given a question. You have to answer the question based on your information.
Both Stirling Cooper and Biba were retailers in which industry? | fashion |
task1283_hrngo_quality_classification | task1283-d96e9d725f604cf29e9266de3d59ddc3 | 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: are you looking for breakfast brunch lunch or dinner?
Original Reference: are you looking for brea... | 1 |
task1412_web_questions_question_answering | task1412-27575d13a4f9450ba5d4e2e4e9b3ec05 | A question is presented to you in this task, and your job is to write a potentially correct answer.
what country surrounds spain? | Gibraltar |
task1360_numer_sense_multiple_choice_qa_generation | task1360-a49b3202e3f3469c92787dcfca49b8b9 | 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').
Triplets are ____ berries on the same stalk.\Question: Choose the right answer from options given a) nine b) three c) seven d) six | b |
task1594_yahoo_answers_topics_question_generation | task1594-a83953fc1264411ca0c0d68c72f33aed | You are given a passage. You need to construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) its answer is the whole paragraph. Avoid creating questions that can be answered correctly without actually understanding the paragraph.
www.bearsha... | Any site for totally free mp3 song to download? |
task1210_atomic_classification_madeupof | task1210-aee046ba35134a598922d4856194b57b | 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 |
task365_synthetic_remove_vowels | task365-91f0df9023b54379bafe4db10fdbc3c2 | 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.
UJM | JM |
task649_race_blank_question_generation | task649-ccc07086440d4aac921604f10bc9f98d | In this task, you're given an article and an answer. Your task is to generate the fill-in-the-blank question for this answer based on the given article. The blanks are always at the end of the question, and can be filled with more than one word or phrase.
Article: What exactly is a lie? Is it anything we say which we k... | According to the passage, a "white lie" seems to be a lie _ . |
task064_all_elements_except_first_i | task064-f652c31726c2477d9ef71e3f138c4f42 | 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.
4, ['t', '7137', '5779', '2681', '6937', '6961', 'a', '5045', 'V', 'Q'] | 6937, 6961, a, 5045, V, Q |
task632_dbpedia_14_classification | task632-6c51061aa10f4425b512d11953410acd | In this task, you're given a text which is the body of the document. Indicate your answer as "Yes" if the text is about a person, otherwise indicate your answer as "No". Don't generate anything else apart from "Yes" or "No". Pay attention that for your answer to be "Yes", the passage should be generally about a person.... | No |
task1347_glue_sts-b_similarity_classification | task1347-1799a984e0b9494f92f8cc6af43efd74 | Evaluate the similarity between them and classify them into classes from 0-5 as follows:
0 : The two sentences are completely dissimilar.
1 : The two sentences are not equivalent, but are on the same topic.
2 : The two sentences are not equivalent, but share some details.
3 : The two sentences are roughly equivalent, b... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.