task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task1419_mathqa_gain
task1419-748c32c0972a4fc18007727b219a32da
In this task, you need to answer the given multiple-choice question on the gain. Gain is the value by which to multiply the input. Classify your answers into 'a', 'b', 'c', 'd', and 'e'. Problem: a dishonest dealer professes to sell goods at the cost price but uses a weight of 780 grams per kg , what is his percent ? ...
e
task865_mawps_addsub_question_answering
task865-868cde67439e4f5994c8b2ed91e03e21
You are given a math word problem and you are supposed to apply addition or subtraction mathematical operators on the numbers embedded in the text to answer the following question and then only report the final numerical answer. Joan had 5 dimes in her bank . She spent 2 of her dimes . How many dimes does she have now ...
3
task389_torque_generate_temporal_question
task389-c96b8514a45c4954b0c90ff0bab23651
In this task, a passage will be given and the goal is to generate a question about temporal relations based on that passage. A temporal relation describes the relation between two things with respect to time e.g., something happens/starts/terminates/... immediately/shortly/usually/... before/after/during/... something ...
What event has begun but has not finished?
task405_narrativeqa_question_generation
task405-dd9829987b594306bbc5818b4503b950
You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont...
What is Simon's constituency?
task207_max_element_lists
task207-123a3c7a3ad0427997a0ca171f07a8f3
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. [[-160, -66, -179, ...
[-14, 41, 88]
task587_amazonfood_polarity_correction_classification
task587-7fba51a4a89f47bd81a6ee9b1f77c50c
You are given an amazon food product review and its polarity (positive or negative). Your task is to answer "True" if the specified sentence and its polarity match; otherwise, answer "False". If you are used to eating flaxseed, then this is the brownie for you. Hodgson Mill brownies are super easy to make, and taste g...
False
task847_pubmedqa_question_generation
task847-1cde8e9b218849c78e993299fa9abe69
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 ...
Does moderate Physical Activity in Healthy Adults be Associated With Cardiac Remodeling?
task901_freebase_qa_category_question_generation
task901-76c8604071c14d749a6f04ffe439367a
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. film
Which 2008 Western film starred Ed Harris and Viggo Mortensen as lawmen, Jeremy Irons as a rancher and Renee Zellweger as a piano-playing widow?
task327_jigsaw_classification_toxic
task327-08aaefc353dc44ab8cf2739db5e1b3f2
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: Despite the possibility that the ...
Non-toxic
task267_concatenate_and_reverse_all_elements_from_index_i_to_j
task267-cfdbe685c58345e998871b82dff10883
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 ...
OF71899435335Si3373y71321771F
task592_sciq_incorrect_answer_generation
task592-20faca937894460b87c316b71d7a690a
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 is sulfur trioxide dissolved in to form s...
silver
task413_mickey_en_sentence_perturbation_generation
task413-00ebbe79cbc3427fa26c18021152bd88
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. Fire can...
Fire can spread a forest .
task229_arc_answer_generation_hard
task229-65b77f0277384dccb92989b2b0d59fc6
You are given a science question (hard-level) and four answer options (associated with "A", "B", "C", "D"). Your task is to find the correct answer based on scientific facts, knowledge, and reasoning. Do not generate anything else apart from one of the following characters: 'A', 'B, 'C', 'D'. There is only one correct ...
D
task267_concatenate_and_reverse_all_elements_from_index_i_to_j
task267-2ad9b65993c9467ab302f0ececc3f754
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 ...
5412I3183eFR39723431b915875529115t16351957r19157891xut
task1729_personachat_generate_next
task1729-77ba11c9e29a4c3994172cf4e6b0a94a
Your task is to generate the next utterance in a given dialogue. You will be given a few sentences describing the personality of the person who is making the dialogue, and a history of the dialogue after that. Each line in the history is said by one of the two participants in the conversation. Personality: I read tons ...
Haha great way to lose weight with that diet. I dance.
task637_extract_and_sort_unique_digits_in_a_list
task637-30cf33805c3f448ba991a8d998b18ad3
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. ['m', '263', '259', '331', 'u', 'c', '73', '77', '71', 'a', '155', 'c', 'a', 'c']
1, 2, 3, 5, 6, 7, 9
task1359_numer_sense_answer_generation
task1359-f74f9d77b00b4d22bab42efc13721343
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. Most ducks acquire breeding plumage in the fall, ____ or seven months before other birds.
six
task365_synthetic_remove_vowels
task365-08dcdcb2b5624434a79c81f0abb19042
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. SIPmIOirneMBPe
SPmrnMBP
task367_synthetic_remove_floats
task367-f737ec610cb44400b1bae10445e6f1ff
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, 76, -51.487, -87, 69.888, 1...
[43, 76, -87]
task413_mickey_en_sentence_perturbation_generation
task413-ed1f666020734dbaa72bad59573dc18d
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 are ...
You are local to connect an air terminal in an airport .
task339_record_answer_generation
task339-bc88c7e815c241b79511c3abf8dbcc0e
In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Try to find the best answer that is most likely to fill in "_". Note that the URLs in the text have been replaced with [Link]. Is he worth the hassle? It is a question al...
Jose Mourinho
task114_is_the_given_word_longest
task114-4472f0b56c634b1eb2c5d853d4e330e2
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 bird st...
Yes
task1518_limit_answer_generation
task1518-bfd95698fcc944c6be034a508b1efb9b
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...
she
task403_creak_commonsense_inference
task403-214e4cc6d83247eab87f7a44f71ff4fa
In this task you are given a statement and an explanation giving you further knowledge about an entity in the statement. You must judge whether the statement is true or false based on the explanation. Label an instance as "True" if the explanation confirms the statement or doesn't disprove it. Label an instance as "Fal...
True
task1206_atomic_classification_isbefore
task1206-bb8edd9e3d7f45bbb82354eba4aaa1b5
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
task301_record_question_generation
task301-ac5c5db3202e49ddba5b9a62e05aed6d
In this task, you will be shown a passage. You need to write a fill-in-the-gap question based on your understanding of the events that might be inferred from the passage. Your question should be answerable based on the passage and only have one correct answer. Show the gap in your question with a _ . Dylann Roof, the m...
The _ were was an unrecognized coalition of states between 1861 and 1865.
task1326_qa_zre_question_generation_from_answer
task1326-6a3ebec044704b86a1f591251483c667
Generate a question which can yield the answer mentioned in the input. Generated question must be answered by the answer provided in input, without using any extra knowledge. Context : The Kano riot of 1953 refers to the riot, which broke out in the ancient city of Kano, located in Northern Nigeria, on 1 May 1953. Ans...
The point in time of Kano riot of 1953 was what?
task078_all_elements_except_last_i
task078-f607f237e5c7450b9afedf5b4af3e868
In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A preceding the last i elements. i will always have a value less than the length of A. 10, ['I', '3887', '2569', '6317', 'L', 'F', 'M', 'E', 'S', 'F', '7239', 'f', '1493', 'z', 'q', '3099', 'X', 'i', ...
I, 3887, 2569, 6317, L, F, M, E, S, F, 7239, f, 1493, z
task113_count_frequency_of_letter
task113-b3915a64427f4551bd958fde972abadd
In this task, you need to count the number of times the given letter appears in the given sentence. Sentence: 'a woman is trying to hit a ball with a tennis racket'. Find frequency of the letter 'a'
6
task024_cosmosqa_answer_generation
task024-e50e3514375b496e932ebef3c702ec2b
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 ...
They are afraid of love .
task1504_hatexplain_answer_generation
task1504-cd9c07411fce4320b8802e93d33fa3ac
The input is a tweet which can be Hate Speech or Offensive. Given such a tweet, output a phrase from the tweet that makes it hate speech or offensive. The output should contain only one such phrase. The output has to be from within the tweet itself. Do not generate words or phrases not present in the tweet. <user> your...
that ching chong
task092_check_prime_classification
task092-56e31edbb2f14c51b4b8640e90b1ebe6
In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers. 65283
No
task928_yelp_positive_to_negative_style_transfer
task928-44088d9398714ad69ddbfa8647030264
In this task, you are given a positive review and your task is to convert it to a negative review by making minimal changes. Avoid changing the context of the review. we 'll certainly be back !
food here is also terrible !
task405_narrativeqa_question_generation
task405-a6df31dd49e944ccb946d4bbcea5b53b
You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont...
Where were they forced to move from?
task905_hate_speech_offensive_classification
task905-8f60d7a3fb484db189b167737365abad
You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise. Tweet: @richarddeitsch yeah,but the cripple not getting up clean helped the call out...wou...
true
task900_freebase_qa_category_classification
task900-fb535e78e32e4b9cadc70599d87542fd
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'...
film
task851_synthetic_multiply_evens
task851-10d71af6ac7149f3a044b673146c89b9
In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every even number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no even numbers in an inner list you sho...
[40, 24, -112, -50, -616, 288, 0, -4, -14, -1080, 1156, 144, 2156544]
task337_hateeval_classification_individual_en
task337-46bf9f857b814c00ad9e5998bac61ffc
In this task, you are given a hateful post in English from online platforms. You are expected to classify the target being harassed in the post as individual or generic, i.e., single person or a group of people. Note that the URLs in the text have been replaced with [Link]. Post: Her : Gucci is a Real Men he married is...
Individual
task633_dbpedia_14_answer_generation
task633-2ccf2389a8654cf7b31cf6441ecfd16f
In this task, you are given a text which is the body of a document. You are given a question and options. Pick the correct number. Don't generate anything else apart from the numbers provided in options. Context: Rucumilla was an H class submarine of the Chilean Navy. The vessel was originally ordered by the United Kin...
5
task848_pubmedqa_classification
task848-d227d4c68d34484bb9f2eb1aa89de5b5
Given a passage classify if the passage has a definite objective/aim/goal or not. Output '1' if the passage has a defininte objective/aim/goal and output '0' if the passage does not have a definite objective/aim/goal. The PINK1-Parkin pathway is known to play important roles in regulating mitochondria dynamics, motilit...
0
task1207_atomic_classification_atlocation
task1207-9dd16e53b6b547f9b3e376154551f900
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-a768bc37dbbe4d6f9c263798fa564541
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. [-21, 55, -19, 44,...
99
task1346_glue_cola_grammatical_correctness_classification
task1346-9e69eddd153842968b896fd19741b9a0
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'. My family always summers at the seashore.
1
task063_first_i_elements
task063-1b059a58f8cf4512bce09893ad571ade
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 6, ['3507', 'n', '4331', 'z', '7677', 'Q', 'v', '165', 'r', 'V', '5335', 'w', '5825', 'Z', '251', '613...
3507, n, 4331, z, 7677, Q
task088_identify_typo_verification
task088-25431661b8ed4455a1be5231d5e012bc
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 ...
Ornqte
task615_moviesqa_answer_generation
task615-a13946523b2b4c899a640e8d63ed782f
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. when was the movie Hesher released?
2010
task616_cola_classification
task616-113d1fa0db9443c9b7d83a571a73c346
You're given a sentence and your task is to classify whether the sentence is acceptable or not. Any sentence which is grammatically correct, has a naturalistic text, is written by a native speaker and which minimizes superfluous content is acceptable, otherwise unacceptable. If the sentence is acceptable then write "ac...
unacceptable
task178_quartz_question_answering
task178-63b0243c1f384a2e905adb837adbbb2f
You are given a question or fill-in-the-blank question, two answer options (Option1 and Option2) and an Explanation. Your task is to find the correct answer (return the string of the correct option, not option1/2) for the given question from the given options and using explanation. Question: A wave with more energy tha...
higher
task328_jigsaw_classification_insult
task328-742868f669d8496c86441b9f75b3b6f4
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: Stupid people out there
Insult
task1725_civil_comments_severtoxicity_classification
task1725-73a93232c74c432299e236e52aad9264
Categorize the comment on the basis of severe toxicity. If the comment is severely toxic output Yes, otherwise output No. Craig is a so-called conservative troll on the payroll to try and shutdown liberal thinkers that post comments.
Yes
task092_check_prime_classification
task092-3a727a99840a423e9fbc8467594faca5
In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers. 81001
Yes
task291_semeval_2020_task4_commonsense_validation
task291-d2567855d270453d973ed2de8b161bc5
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. To have a conversation, you need at least 2 people. ...
second
task582_naturalquestion_answer_generation
task582-dbccd77a64284d56909a2f1bf4c7c55e
In this task, You are given an open-domain question that can be answered based on factual information. Your task is to provide \*short\* answer (in a few words only) for the given question. The short answer can be one or more entities or it can also be boolean \*yes\* or \*no\*. who do northern ireland represent in the...
Team GB
task067_abductivenli_answer_generation
task067-eb6529a85bc14bd386baa78bb4647b99
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...
Lucy did not recognize where she was.
task183_rhyme_generation
task183-06aa62722b6b4f57928dd2b190848d20
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" hill
hille
task229_arc_answer_generation_hard
task229-c742857565664fdca4e053536a739aac
You are given a science question (hard-level) and four answer options (associated with "A", "B", "C", "D"). Your task is to find the correct answer based on scientific facts, knowledge, and reasoning. Do not generate anything else apart from one of the following characters: 'A', 'B, 'C', 'D'. There is only one correct ...
C
task1596_event2mind_text_generation_2
task1596-f99c11ce762047d1b2742e58085910e3
The task is to generate text based off of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons intent behind doing the event, i.e. why did the person do that action. PersonX avenges PersonX's father 's ___
personx's father's death to not be in vain
task847_pubmedqa_question_generation
task847-617e110911f5438dbe290dfe9e2d83af
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 ...
Does switching from systemic steroids to ciclesonide restore the hypothalamic pituitary-adrenal axis?
task461_qasper_question_generation
task461-2d6261d28035445e9abc69c49293a899
In this task, you will be presented with a context from an academic paper and you have to write an answerable question based on the context. Your questions can be extractive, abstractive, or yes-no questions. We performed experiments on synthetically generated dataset since it gives us a better control over the distrib...
How do they generate the synthetic dataset?
task592_sciq_incorrect_answer_generation
task592-94c53ce4cca949879a4c0b0e2b9e1254
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 types of waves are used for cell phones ...
sound waves
task142_odd-man-out_classification_no_category
task142-a4ec63c09f6543988ffb6b192d338a21
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. unwarranted, heavy, fudge, truffles, brownie
unwarranted
task850_synthetic_longest_palindrome
task850-b9ca4649415a4e8f81788a0bf47cdb6a
In this task you will be given a string and you should find the longest substring that is a palindrome. A palindrome is a string that is the same backwards as it is forwards. If the shortest possible palindrome is length 1 you should return the first character. ttltltttta
ttltltt
task267_concatenate_and_reverse_all_elements_from_index_i_to_j
task267-fd877c9aa5f449edaf8147ee2a348953
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 ...
367126X9929qyK300394059094
task293_storycommonsense_emotion_text_generation
task293-1e57072c4fdd463ebc6b7ee8dff6e8f9
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 ...
student is hopeless.
task1284_hrngo_informativeness_classification
task1284-1cf730d3669048429f1a3d4ee9f8b648
You are given an original reference as well as a system reference. Your task is to judge the informativeness of the system reference. If the utterance provides all the useful information from the meaning representation output 1, else output 0. System Reference: there is a hotel called in the metro hotel and in the area...
0
task132_dais_text_modification
task132-3b6d78a063004603adaf18fd3b55997f
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. Alice mumbled him the directions
Alice mumbled the directions to him
task600_find_the_longest_common_substring_in_two_strings
task600-481c8bc5034b46c3b649f43f26edebeb
In this task, you are given two strings A, B. Find the longest common substring in the strings A and B. etbdVgSClP, CoVgSCRm
VgSC
task523_find_if_numbers_or_alphabets_are_more_in_list
task523-9203e7dfd2ed49bb9c0fd22b3b2a0ef6
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
task844_financial_phrasebank_classification
task844-d3381b2fa0d44e07adab4bea41038ad4
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:Operating profit in the fourth quarter fell to EUR33m from EUR39m a year earlier . polarity:neutral
false
task1596_event2mind_text_generation_2
task1596-8dd2cfa6fc084dda90c06db3aac64c2d
The task is to generate text based off of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons intent behind doing the event, i.e. why did the person do that action. PersonX calls PersonY's grandparents
to talk to them
task478_cls_english_music_classification
task478-704dae1431db4dfc857d668b2390772a
In this task, you are given music product reviews in English language. The goal is to classify the review as "POS" if the overall sentiment of the review is positive or as "NEG" if the overall sentiment of the review is negative. Amazon Did A Very Poor Job In Advertising This Product . I know that this CD set is great,...
NEG
task575_air_dialogue_classification
task575-f1db5474ae7240adaa0d187ecee6965e
In this task, you are given a dialogue from a conversation between an agent and a customer. Your task is to determine the speaker of the dialogue. Answer with "agent" or "customer". I want to fly on 04/21 and return on 04/23.
customer
task600_find_the_longest_common_substring_in_two_strings
task600-442677c1b3774284ab6399655ed75814
In this task, you are given two strings A, B. Find the longest common substring in the strings A and B. oTERHM, uQERnT
ER
task929_products_reviews_classification
task929-3c6897ca4ed240ddbb4b69c2c6cf5c97
Given an English language product review, determine if it is a Good Review or a Bad Review. A good review is one where the product's review has positive tone and Bad review is one where the tone of product's review is negative. The product description does NOT mention what regions this DVD player works in. They don't a...
Bad review
task429_senteval_tense
task429-2a695f3f7f0d4b61b59a4139540262ed
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". Julian was leaning against the window in the back, one leg propped up on th...
Past
task378_reverse_words_of_given_length
task378-841883d861db453497e1e33c6277a55e
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: 'colorful rainbow umbrella near bicycles next to chain link fence'. Reverse all words of length '8' in the given sentence.
lufroloc rainbow allerbmu near selcycib next to chain link fence
task368_synthetic_even_or_odd_calculation
task368-b141bc9f3fdf48fb92ce89b9790df712
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...
[10.5, 302, -1.0, 278, 9.5, -17.0, 11.5, 326, -22.0]
task246_dream_question_generation
task246-7028dee8aa0a48808041b3cd9d0253b6
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...
What mark did the woman get in her exam? (A) 90. (B) 95. (C) 80.
task679_hope_edi_english_text_classification
task679-7376129de0a9459fa0ac964a2834efe2
Classify the given comment into 'Hope Speech' or 'Not Hope Speech'. A hope speech is defined as content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion I would be killed in conversion therapy because I'm a proud lesbian and I'm not gonna lie about being lesbain. Bea...
Hope Speech
task1313_amazonreview_polarity_classification
task1313-5dca0f4de34548c48019dc210f0a4d50
In this task, You are given an amazon review and its polarity (positive or negative). Your task is to answer "True" if the specified sentence and its polarity match; otherwise, answer "False" Review: Looks JUST like an authentic LV cover! No one can tell. I get compliments all the time too! It's very well made! Very ha...
False
task335_hateeval_classification_aggresive_en
task335-d65a1f3f287d4144925e65d832b34f3a
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
task850_synthetic_longest_palindrome
task850-ef4ee7003e034286a1b58a4d0947402f
In this task you will be given a string and you should find the longest substring that is a palindrome. A palindrome is a string that is the same backwards as it is forwards. If the shortest possible palindrome is length 1 you should return the first character. mmmmsfmmssmmmmm
mmssmm
task1359_numer_sense_answer_generation
task1359-d5e3406a41c94d6ca1256198f2dbe4bf
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. Bull trout reach maturity in ____ to seven years and live as long as twelve years.
four
task227_clariq_classification
task227-e4047c210fe340b381785adc81d62a6e
In this task, you are given an ambiguous question/query (which can be answered in more than one way) and a clarification statement to understand the query more precisely. Your task to classify that if the given clarification accurately clarifies the given query or not and based on that provide 'Yes' or 'No'. Query: Tel...
Yes
task1726_mathqa_correct_answer_generation
task1726-f134ae7bd97a4a93acf327f9296788db
The task is to generate the correct answer for a given math problem. Problem: a train passes a station platform in 36 sec and a man standing on the platform in 25 sec . if the speed of the train is 54 km / hr . what is the length of the platform ?
165
task618_amazonreview_summary_text_generation
task618-e7d9f4d6fe404487bdefd265a399968f
In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review. More then 50% of this book consists of youtube links and is written like an online tutorial. No indepth information.
More then 50% of this book consists of youtube links
task379_agnews_topic_classification
task379-1ae8e03147a74b7db291eac676354477
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...
Sports
task097_conala_remove_duplicates
task097-1f6262656fa643aaa5e6918431164a61
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. [6, 0, 1, 1, 4, 5, 2, 3]
[6, 0, 4, 5, 2, 3]
task591_sciq_answer_generation
task591-4526c4d605834645ac68d8c7552d8b10
Given a scientific question, generate a correct answer to it. What gas can be generated by reacting sodium bromide with elemental chlorine?
elemental bromine gas
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists
task755-b11a527595964fe0bdfbe8e57a8b35f6
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...
ShfijuktxK, tGfijuKIA
task142_odd-man-out_classification_no_category
task142-9ade1257038548e0b2475f557492d972
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. fritter, dunker, spend, doughnut, apple
spend
task1447_drug_extraction_ade
task1447-e684f68e1d934c4ea5796e5b27bf52d5
In this task, you will be given sentences in which your task is to recognize the name of the drug or medicine. Drugs are substances that change a person's mental or physical state. They can affect how your brain works, how you feel and behave, your understanding, and your senses. Although there might be several correct...
lithium
task605_find_the_longest_common_subsequence_in_two_lists
task605-5cefe3477c504bc0a68a0806219670d7
In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B. [1615, 'B', 6037, 3147, 7057, 3371, 3065, 4695, 'A', 6021, 'y', '5769', '9435', '1837', 'U', 'p', 'w', 'f', '5545', '975', 'W', '1241', 'l', 'B', 'e'], [7215, 'I', 'X', 6723, 'O', 4467, 'H', 'y', '5769', '9435', '1837',...
y, 5769, 9435, 1837, U, p, w, f, 5545, 975, W, 1241, l
task398_semeval_2018_task1_tweet_joy_detection
task398-229263f005364364852e078b92dbd59a
In this task you are given a tweet. You must judge whether the author of the tweet is happy or not. Label the instances as "Happy" or "Not happy" based on your judgment. @EmberXiao ❝ Ah, I see! Clever! ❞\n[Ruby nodded her head, putting her hands by her sides before smiling up at Yang.]\n❝ Hehe, since when--
Happy
task303_record_incorrect_answer_generation
task303-e8a159c1ee4b47d79e81f57abfc02f31
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 ...
University of Florida
task308_jeopardy_answer_generation_all
task308-908f10d1d105431b843acfc9d654a17a
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: BIBLICAL QUOTES Clue: "And they took" his "coat and killed a kid of the goats and di...
joseph
task390_torque_text_span_selection
task390-9d676d5ea0b64dbba514ece9bf671073
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: As man...
results
task405_narrativeqa_question_generation
task405-b0f7726c51d845b188abeab59573ede9
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 Jones?
task606_sum_of_all_numbers_in_list_between_positions_i_and_j
task606-8b0b326143c14ea0af109ec5ef92b5e8
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...
53221
task632_dbpedia_14_classification
task632-c8cd9ecf761f4250a715a1d85f96991a
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