task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task1310_amazonreview_rating_classification | task1310-1def82f9ad85445f83599071267c7635 | 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 regularly purchase this lip gloss, but this was the first time I purchased it online rather tha... | 3 |
task183_rhyme_generation | task183-17a70c8701f146fe8d1cea286f2f43a9 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
dry | lye |
task305_jeopardy_answer_generation_normal | task305-cb14c31d779349f89237dd3a2ae4c480 | 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 consistency, answers should be in all lower cased letters.
Category: IN OTHER WORDS...
Clue: An ancient alma mater attempt | the old college try |
task327_jigsaw_classification_toxic | task327-cb21efce94a34f0c85f63f3e2f30b2f1 | In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: toxic and non-toxic. Toxicity is defiend as anything that is rude, disrespectful, or unreasonable that would make someone want to leave a converation.
Comment: There's always an excuse, isn't t... | Toxic |
task1420_mathqa_general | task1420-0746a248fc5c43a0b74528c9d45dbdff | 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 scoring system in a certain football competition goes as follows : 3 points for victory , 1 point for a draw , and 0 points for defeat . each team plays 20 matche... | a |
task151_tomqa_find_location_easy_clean | task151-ac1f12a6763d4a2ebe2a46690f5271a9 | 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... | blue_container |
task373_synthetic_round_tens_place | task373-48a3d4a518be4b848675bb1809ababaf | In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[937, -195, -983, 334, 785, -528, 127, 935, -333, -391, 78, 20, 949, -35] | [940, -200, -980, 330, 780, -530, 130, 940, -330, -390, 80, 20, 950, -40] |
task631_dbpedia_14_incorrect_answer_generation | task631-fff2b92a14884703a45ba893f32ee60e | In this task, you're given a text and question. The question is about the topic of the document. You are expected to generate an incorrect answer. The incorrect answer should be among one of the following categories: 1)Company, 2)Educational Institution, 3)Artist, 4)Athlete, 5)Office holder, 6)Mean of transportation, 7... | Company |
task668_extreme_abstract_summarization | task668-cf2e533b0ec64c7d8a9abf385e404426 | 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.
We perform an in-depth investigation of the suitability of self-attention models for character-level neural machine tr... | We perform an in-depth investigation of the suitability of self-attention models for character-level neural machine translation. |
task900_freebase_qa_category_classification | task900-6f7083b63e924b89985492402a2d0689 | 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'... | time |
task649_race_blank_question_generation | task649-c864acefa298434a953862b8a2d65aaa | 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: In American schools there is something called Homecomin... | The most important event of the year in high schools and colleges is _ . |
task637_extract_and_sort_unique_digits_in_a_list | task637-ea441ee8a94c487f91dcbf95801ec708 | In this task, you are given an input list A. You need to extract and sort the unique digits used in the list in ascending order. Return -1 if there is no digit in the list.
['17', 'c'] | 1, 7 |
task111_asset_sentence_simplification | task111-0f14881912124937ba197e1dc4ad5dc5 | 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... | SNL is one of the longest-running network shows in American television. |
task1551_every_ith_element_from_kth_element | task1551-6d0d6736a9bf4233bd7dd2b8a155fddf | 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, 5, ['495', '9193', 'J', '4419', '2807', 'M', 'o', '8401', '852... | 495, M, T, 3003 |
task1599_smcalflow_classification | task1599-b9e9dfa040184183b6c2c63435fe0344 | 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 |
task163_count_words_ending_with_letter | task163-d628d6297d4b4fbca42770dabff27774 | 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 primary school has a modern building and painted boxes'. How many words end with the letter 's' in the sentence. | 2 |
task151_tomqa_find_location_easy_clean | task151-be5ce3ff4d7146238d9bc372c77349d0 | 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_treasure_chest |
task207_max_element_lists | task207-297d2d969d7d4feb84e5a232803baaf0 | In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
[[-150, 47, 41, 36,... | [47, 28, 66] |
task516_senteval_conjoints_inversion | task516-497ca3f3f68f40aeb7d510ad942defd1 | 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 |
task372_synthetic_palindrome_numbers | task372-8d06cb278a894e43a1a3b92ea5f9ded2 | In this task you will be given a list of integers. You should only return an integer if the first digit is the same as the last digit in the number. If an integer has a single digit, then it should be returned. If there are no integers that start and end with the same digit then an empty list ("[]") should be returned.... | [11] |
task600_find_the_longest_common_substring_in_two_strings | task600-dddaf48e2bfc4f76adb9b23ed44310f6 | In this task, you are given two strings A, B. Find the longest common substring in the strings A and B.
UWHuqKQQSlLA, YhqKQQSlmIrdOi | qKQQSl |
task335_hateeval_classification_aggresive_en | task335-090603c0b95e4baa9538fc71bfd083a5 | In this task, you are given a hateful post in English from online platforms. You are expected to classify the post into two classes: aggresive or non-aggresive. An aggresive post is one that expresses feelings and opinions in an abusive way and tries to dominate others. Note that the URLs in the text have been replaced... | Non-aggresive |
task523_find_if_numbers_or_alphabets_are_more_in_list | task523-4531f68d5eb548c4a6d4db59650e9760 | 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... | Alphabets Win |
task518_emo_different_dialogue_emotions | task518-2057a6af52f54d5cae7f020c752e601c | In this task you will be given two dialogues. You need to determine if both dialogues have the same underlying emotion. The possible emotions are happy, sad, angry, or other. If they do output 'yes', if not output 'no'.
Dialogue 1: 'any infectious disease i want an infectious disease ball he is suffering from blood str... | yes |
task374_synthetic_pos_or_neg_calculation | task374-d30ed1cb4cb04ffeb7b230a5a219a1ce | In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list.
Note: A list is presen... | [189, 156, 148, 180, 63, 141] |
task308_jeopardy_answer_generation_all | task308-4bf87dbbd49942109b0062d68a61f9a2 | You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters.
Category: THE BIBLE
Clue: God told Moses to place the 10 Commandments in this container | the ark of the covenant |
task1309_amazonreview_summary_classification | task1309-ab38bcddc7c64acc80e06f840eda9f15 | 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: Did not like the fit, didn't match up like original... | True |
task306_jeopardy_answer_generation_double | task306-f8cd203c4fb04fd58b6b3d96cd39b773 | 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: ORANGE YOU HUNGRY?
Clue: The country tune "Song Of The South" mentions pie made from... | sweet potato |
task1207_atomic_classification_atlocation | task1207-aea147d9889e4939a3bf2e506329a1fd | 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 |
task371_synthetic_product_of_list | task371-ddac7b56ad1d48f79975d29b6e82e041 | 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.
[[44, -17], [16, -17]] | [-748, -272] |
task080_piqa_answer_generation | task080-d1c1b2bccee34616912e3c4f1f0e3012 | 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 I ... | Using a blunt object, crush them inside a bag and remove the wicks. Then place them into jars inside a pot of water and heat it on the stove until the wax melts. |
task071_abductivenli_answer_generation | task071-fb021441c18744d9935e54d74f25e445 | In this task, you're given the beginning and the middle of a three-part story. Your job is to complete the short story by writing a probable ending. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the endin... | Lauren worked hard for 7 days and was able to pay her rent. |
task088_identify_typo_verification | task088-dc68f0d88ef54f3ebcacfe98e51c7d1d | 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 ... | qnd |
task1661_super_glue_classification | task1661-84d9525c329e415bab47e9b201c49b7d | 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: Mississippi River -- The Mississippi River is the chief river of the second-largest drainage system on the North ... | 1 |
task923_event2mind_classifier | task923-192553f3459745e685283125ca055f37 | You are provided with an "Event" and it's "Intent" related to PersonX. Determine the sentiment value of the given input as either "Positive", "Negative", and "Unknown".
Event:PersonX sees PersonY's best friend. Intent: 1) to get something to drink. 2) to wash their hands. | Unknown |
task1217_atomic_answer_generation | task1217-3f40977572944a4faf3001f4f973dccb | 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 takes ___ to the dry cleaners | shirt |
task565_circa_answer_generation | task565-76f5c336ddd14f368023950d8e11ab56 | In this task, you are given a question. Your task is to generate an answer that is relevant to the question.
Do you play video games? | I play a lot of racing games. |
task163_count_words_ending_with_letter | task163-b655e1e14e3445d2a188cf2595eaf3fe | 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 hand that is holding an opened banana'. How many words end with the letter 't' in the sentence. | 1 |
task177_para-nmt_paraphrasing | task177-7a5eb9da515b4946996a006ab5364310 | 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.
the job i ask you to do . a job i give you . | the job i want you to do . |
task820_protoqa_answer_generation | task820-ca53253b0c3d462f9a1f56e6e6e08dfb | Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question.
if you were friends with nancy drew, what might you buy for her birthday? | magnifying glass |
task160_replace_letter_in_a_sentence | task160-84126d3cf50c4c42a563d1f10037fa5d | In this task, you need to replace a letter in the sentence with another given letter.
Sentence: 'kites flying over a woman wearing a hat'. Replace the letter 'i' with 'j' in the sentence. | kjtes flyjng over a woman wearjng a hat |
task074_squad1.1_question_generation | task074-e33c12ba2e2243c7bddbc7b5a4571758 | 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... | Why did the committee decide on 7bit instead? |
task291_semeval_2020_task4_commonsense_validation | task291-d2bcf0ea182e4b5f9586c7a87f1beb75 | 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.
she went to the movies to buy bread
she went to the ... | first |
task292_storycommonsense_character_text_generation | task292-8f8aabd7640b40f1b7b7287b6b568781 | In this task, you're given a story (which contains five sentences only). Your task is to find all the characters which are available in the given story.
Sentence1: I went to the lake to go fishing. Sentence2: I climbed into a boat and rowed out to the middle of the lake. Sentence3: I threw my lure into the lake and wai... | I (myself), A big fish |
task112_asset_simple_sentence_identification | task112-10ce495db3944411bb917dd2de89a610 | 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 two |
task368_synthetic_even_or_odd_calculation | task368-a3e4fdcf7d8b4bb080ab1d73eb9ade2a | 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... | [-226, -122, -1.0, -258, -226] |
task488_extract_all_alphabetical_elements_from_list_in_order | task488-b9022e89158b4583a247539e22a7cdd9 | 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.
['1277', '839', 'D', '8165', 'i', 'j', 'K', '153', '8615', 'u', '9501', 'C', '6313', '9737', 'l', '863', 'b', 'N', 'Y', '... | D, i, j, K, u, C, l, b, N, Y, K |
task103_facts2story_long_text_generation | task103-113776c0465a4b49924c18b7e7a7de53 | 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: story sta... | The story starts off in a backward village called Paderu. Sitaram Jagapathi Babu is an ExNaxalite who leaves his gang and sets up a school in Paderu to encourage education. On the other hand, Abhilasha Meera Nandan is a happy go lucky girl who is quite brilliant in her studies. Seeing her talent, Sitaram takes up the r... |
task1446_farthest_integers | task1446-0c32796e44b14e7482506ca02e6dd77e | 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.
[5, 7, -17, -94, -... | 173 |
task371_synthetic_product_of_list | task371-47b585db7b854904aa108b199cd3d5fa | 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.
[[39, -24, 7], [44, -22, -47], [-1, -40], [24, -46... | [-6552, 45496, 40, -11040, -3481280] |
task132_dais_text_modification | task132-4e8bd406fd604f7983d02a07f8a9e786 | Languages typically provide more than one grammatical construction to express certain types of messages. Your task is to generate a senetence with the same meaning as given sentence, but with different grammatical construction.
Mary emailed him some comment | Mary emailed some comment to him |
task303_record_incorrect_answer_generation | task303-81c4202844774d338276d7bdc0ef507d | 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 ... | Wembley Stadium |
task637_extract_and_sort_unique_digits_in_a_list | task637-2ff48e323c4a4fb78ec6a33242583898 | In this task, you are given an input list A. You need to extract and sort the unique digits used in the list in ascending order. Return -1 if there is no digit in the list.
['v', '133', '31', '367', '199', 't', 'c', '197', 'c'] | 1, 3, 6, 7, 9 |
task460_qasper_answer_generation | task460-898fbcad6406484f9e83e4bd76caab1d | In this task, you will be presented with a context from an academic paper and a question separated with a
. You have to answer the question based on the context.
For both datasets, we follow the evaluation metrics used in the original evaluation tasks BIBREF13 . For DBQA, P@1 (Precision@1), MAP (Mean Average Precision... | Precision@1 Mean Average Precision Mean Reciprocal Rank |
task618_amazonreview_summary_text_generation | task618-1c3a8e254ab344f392ab89895e446e21 | In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review.
It’s loose easily slips and can’t dock with it on if your looking for permanent covers for your controllers it’s decent prob needs to be glued in place... don’t reccomend doing that | It’s loose easily slips and can’t dock with it on if your ... |
task581_socialiqa_question_generation | task581-58877067ed5342fa9dedd9050b7cb336 | In this task, you're given context and an answer. Your task is to generate the question for this answer based on the given context with commonsense reasoning about social situations..
Context: Austin influenced the crowd's attitude toward the ReadyReturn initiative.
Answer: want to find out more about ReadyReturn | What will happen to the crowd? |
task1656_gooaq_answer_generation | task1656-8813786c1c724b32b2a39a646431d53b | Given a question as input, give its short_answer as the output
1/10 oz is how many grams? | 3.393 |
task306_jeopardy_answer_generation_double | task306-e4e1a8b78aa44aa1afd7808be09d75ff | 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: MEGA MERGERS
Clue: In 1996 Sandoz & Ciba-Geigy, giant drug companies based in this c... | switzerland |
task284_imdb_classification | task284-2c834f4fe4c6459cb45d87711a8fc173 | In this task, you are given a review of movie. Your task is to classify given movie review into two categories: 1) positive, and 2) negative based on its content.
College student Alex Gardner (Nicholas Celozzi) is plagued by nightmares of a cellar-dwelling ghoul at Alcatraz. He dreams of cutting off his own hand, spitt... | negative |
task405_narrativeqa_question_generation | task405-c6f669da70e249fe82422332e25bb485 | 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 happens when Dr Fox first tries to visit Lady Waldron? |
task1368_healthfact_sentence_generation | task1368-b44b2040d19947b794887c3205801759 | Given a paragraph, generate a claim that is supported by the given paragraph. 1) The claim must contain information from within the paragraph. 2) A sentence within the paragraph can be used as a claim. 3) The claim should not have contradictions within the paragraph. 4) The claim should be at most one sentence long.
De... | Scientific studies support the conclusion that marijuana can play a role in healing broken bones. |
task390_torque_text_span_selection | task390-9da77f9a6f914454b407ad2fbf893a0b | 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: Tarisa... | said |
task097_conala_remove_duplicates | task097-d5452d52c06f4e8ab2b794e0d7ff4f0f | In this task you will be given a list of numbers and you should remove all duplicates in the list. If every number is repeated in the list an empty list should be returned. Your list should be numbers inside brackets, just like the given list.
[7, 6, 5, 2, 3] | [7, 6, 5, 2, 3] |
task506_position_of_all_alphabetical_elements_in_list | task506-afb3835580b841bcb212c1fb11eb1b63 | 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 alphabetical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no alphabetical element is in the list.
['B', 'g', '... | 1, 2, 3, 5, 6, 8, 11, 13, 16, 17 |
task074_squad1.1_question_generation | task074-0171599805be41f3a519ed9f0eef0fb4 | 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... | Tagalog is what kind of language? |
task183_rhyme_generation | task183-809f23d1d0064649a85a65cb57d0c3bb | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
state | speight |
task405_narrativeqa_question_generation | task405-b261fba7bcd3437eb566d1f87cc942df | You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont... | How many survived Wilson's shooting? |
task523_find_if_numbers_or_alphabets_are_more_in_list | task523-48b566d5eedc4e958b473e3e9569953e | 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 |
task114_is_the_given_word_longest | task114-d0adb461a8da4ac18ad38df80a68fb4e | In this task, you need to answer 'Yes' if the given word is the longest word (in terms of number of letters) in the given sentence, else answer 'No'. Note that there could be multiple longest words in a sentence as they can have the same length that is the largest across all words in that sentence.
Sentence: 'a group o... | No |
task875_emotion_classification | task875-574ec804a71a4ba08db800289ba51954 | In this task, you are given a sentence containing a particular emotion. You must classify the sentence into one of the six emotions: 'joy', 'love', 'anger', 'fear', or 'surprise'.
i have a feeling they might be pleasantly surprised | surprise |
task024_cosmosqa_answer_generation | task024-425c29c8a8f5426aac470465356bf49e | Craft one correct answer to the question given in input. To make it more interesting, try to use non-stereotypical language if possible. Make sure your correct answer is reasonably long, consistent with the context, and requires common sense (instead of explicit extraction from the context.) In your answer, use as few ... | I will keep visiting the discount shoe warehouses. |
task934_turk_simplification | task934-2d7e043978b4447e824f3717ade579e8 | 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.
it was discovered by scott s. sheppard , et al. | it was discovered by scott s. seppard and all the others. |
task099_reverse_elements_between_index_i_and_j | task099-00ca40f07fd34925b571e9d87527e9a6 | In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element in the reverse order. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.
4, 6, ['5585', '... | H, 4845, o |
task1217_atomic_answer_generation | task1217-82e6174ad2e541699af04809331c105e | 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 ___ a black eye | the child |
task456_matres_intention_classification | task456-58befc74305046e998cfed9919e9016b | You will be given a context and a verb separated with a newline character. You have to identify if the given verb implies an opinion, an intention, a wish or not. Please note that a verb refers to an intention only if it refers to an event planned to happen in the future and is not conditional (or part of a condition).... | Yes |
task1384_deal_or_no_dialog_classification | task1384-205998885efe4a648712dc9abc0c4327 | Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
THEM: i would like the ball and 2 hats YOU: i need the ball, 1 hat, and 1 book. THEM: you can have all the books, but i either need the ball or all the hats. YOU: i need the ball and books, you g... | Yes |
task1434_head_qa_classification | task1434-5ae0bfdaccc94863831d73d9d9db0e37 | 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: Increase the activity of Na + / K + -ATPase:
Options: <0> Insulin. <1> Aldosterone <2> ... | biology |
task1290_xsum_summarization | task1290-efe725abda744b3daaeb211e734a7583 | In this task, you are given an article. Your task is to summarize the article in a sentence.
However, the club are still hopeful they can gain the necessary approval of the Health and Safety Executive.
The club indicated its intention to explore safe standing last year.
"The Safety Advisory Group (SAG) has asked for fu... | Celtic say they are "disappointed and frustrated" that they have not yet been given permission to install rail seating at their stadium. |
task1446_farthest_integers | task1446-efaaebe46e244c9ba94780b3743b4c42 | 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.
[17, -90, 29, -57,... | 166 |
task458_matres_negation_classification | task458-55845bba70464a9ab59641c93e95d358 | 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.
Inspector Keith MacCaskill of... | Yes |
task066_timetravel_binary_consistency_classification | task066-db20660a6c934b8aa2f34476d124d82a | In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given a candidate for the second sentence and you need to identify if the given sentence connects the first sentence with the rest of the story. Indicate your answer by "Yes" if it connects, otherwi... | No |
task366_synthetic_return_primes | task366-f9c4e17756b246b9a400c1929824fe89 | 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.
... | [89, 827] |
task1292_yelp_review_full_text_categorization | task1292-1746941e34d64ff6af8c16faf6f5bdc8 | You are given a review about a place. You need to provide a rating from "1 star" to "5 stars" for this place.
Always get great service and they're pretty fast (faster than Jiffy Lube). Pricing is the same as the rest of the industry. | 4 stars |
task103_facts2story_long_text_generation | task103-795d261ca4c54c57b5397a57d18168f1 | 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: former Co... | Back home in Texas following the Civil War, former Confederate officer Chad Morgan Alan Ladd leads a cattle drive to Missouri, assuring fellow ranchers that their stock will bring 20 a head at auction. Instead, ruthless cattle baron Brog Anthony Caruso has scared off all competition and offers much less. Blamed for wha... |
task1327_qa_zre_answer_generation_from_question | task1327-46d54288926646b59ee8a455f428e4b8 | Generate a correct and concise answer for the question based on the words in the context.
Context : The Tsar Tank (Russian: Царь-танк), also known as the Netopyr' (Нетопырь) which stands for Pipistrellus (a genus of bat) or Lebedenko Tank (танк Лебеденко), was an unusual Russian armoured vehicle developed by Nikolai Le... | 1914 |
task124_conala_pair_averages | task124-00d747cf68b0404c96c4a6ff6b5ae9a0 | 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... | [-15.5, 6.0, 9.5, 55.5, 22.0] |
task372_synthetic_palindrome_numbers | task372-9908d449c7294ce58f41acd025d683b0 | In this task you will be given a list of integers. You should only return an integer if the first digit is the same as the last digit in the number. If an integer has a single digit, then it should be returned. If there are no integers that start and end with the same digit then an empty list ("[]") should be returned.... | [] |
task183_rhyme_generation | task183-15999d13797240219af2abc927d569e1 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
see | free |
task1381_quarel_incorrect_option_generation | task1381-4859caa2d3434e7684cfd97152e623d8 | You are given a sentence, a question and two answer options. Your task is to write down the index ('A' or 'B') of the **incorrect** option for the given question.
Sentence: Jimbo and Milo are working out together in the gym. Jimbo is browsing the internet on his phone while Milo is lifting weights. Question: Which pers... | B |
task074_squad1.1_question_generation | task074-10dcc9a7380b4dcfa10c969bcd9ea766 | 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 moves through the arteries? |
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately | task509-9fd491772446413e9a51071d0f900e5e | In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to collate all the alphabetical elements at the start of the list followed by all the numerical elements of the list. Maintain the order in which the alphabetical elements appear in the given input... | A, o, V, s, A, Z, z, a, i, 1331, 9085, 5605, 1325, 6323, 9385, 5085, 7973, 4405 |
task1609_xquad_en_question_generation | task1609-c2d51e50e5b34d8eb78ea7ddd552f80e | Given a paragraph, your job is to generate a question that can be answered from the passage. The answer to your question should be a single entity, person, time, etc. that can be extracted from the passage.
In the final years of the apartheid era, parents at white government schools were given the option to convert to ... | How do academic results in former Model C schools compare to other schools? |
task333_hateeval_classification_hate_en | task333-feb3528cc2954675af44945bb3b931d2 | 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 |
task098_conala_list_intersection | task098-e555f456325f42c1b9fe6498170140e6 | 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, 9] |
task191_hotpotqa_question_generation | task191-147c58059f084e26a2c8f22dc0df8e0f | 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 : Thyrsa Wealtheow Amos (1879 in Indiana – 5 May 1941) was the Dean of Women and Pr... | Where was the founder of Famous Amos from? |
task515_senteval_odd_word_out | task515-eeb712a7ee75400fb120cfb09f11ecf3 | 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... | Original |
task067_abductivenli_answer_generation | task067-f097285407f940fc9cfe1ffb1e9b0966 | 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... | there were tons of butterflies everywhere. |
task183_rhyme_generation | task183-7a19647f0e8e4c7ebd558ccaa19092d0 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
duck | smuck |
task183_rhyme_generation | task183-dc2706fb7a7b41818d1e2817254fe4ca | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
both | roath |
task405_narrativeqa_question_generation | task405-2eab773099a9409ab1e30003f8a16fe2 | 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... | Why does Ethan kill Futterman? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.