task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task575_air_dialogue_classification
task575-b6e5399a52c341a39736c568512a32b6
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". We found a flight in Frontier airlines, flight number is 1010 with single connection and price is 100 economy class.
agent
task504_count_all_alphabetical_elements_in_list
task504-95bb67bbda2547289a3e0a8ab8f3bc34
In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the alphabetical elements in the given list. Return 0 if no alphabetical element in the list ['4467', '4397', 'k', 'Q', '3843', 'Q', '8725']
3
task852_synthetic_multiply_odds
task852-9624a2b23133443dac224b354266b027
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 odd 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 odd numbers in an inner list you shoul...
[0, 561, 0, 39, -5775, 37, 117, 111, 1353, -345, 39, 1, -35, -903]
task413_mickey_en_sentence_perturbation_generation
task413-e0606e29c2dd4b4189b232e77f57318b
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. The esse...
The essential function of sciences is teaching .
task767_craigslist_bargains_classification
task767-f2e04dcd857a44cda6d0bdda762853c5
Given a text passage as input comprising of dialogue of negotiations between a seller and a buyer about the sale of an item, your task is to classify the item being sold into exactly one of these categories: 'housing', 'furniture', 'bike', 'phone', 'car', 'electronics'. The output should be the name of the category fro...
electronics
task469_mrqa_answer_generation
task469-62cbf2ab6bdd4136bc873b48524cc134
Given a question and a context passage, generate the answer having the word or phrase from the context passage. Here, the answer should be a shortest continous span from the passage. Context: Diamond-Blackfan anemia (DBA) is a congenital bone marrow failure syndrome characterized by a specific deficiency in erythroid p...
dba
task292_storycommonsense_character_text_generation
task292-6a4a1dced8a041aaac544b2a1ce56cf7
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: Theresa was walking outdoors. Sentence2: She saw a priest who made eye contact. Sentence3: The priest rushed over and started preaching. Sentence4: She told...
Priest, Theresa
task389_torque_generate_temporal_question
task389-1a19ae296e854b998ef2f61958c94369
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 began before proceedings on Monday?
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately
task509-2a5031ebcf9644699cf05a7e063a6e56
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...
I, r, z, e, l, L, R, Z, l, z, s, l, i, H, 3857, 6801, 4551, 8017, 9, 6301, 2109, 2509, 1293, 3811, 5703, 7005
task820_protoqa_answer_generation
task820-395c9ecc321042f5949232ac0d622159
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. at the end of a work day, name something you're usually tired of
paperwork
task1217_atomic_answer_generation
task1217-5f291c312cac480089d50536c207646e
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 ___ on a trip
children
task428_senteval_inversion
task428-ba9a94176b0c436fbe55e55f261e3f09
In this task you are given a sentence. You must judge whether there exist two consecutive words within the sentence with flipped orders, that is, whether the sentence will make sense and be correct if the order of two consecutive words changes. Label the instances as "Inversion" or "Original" based on your judgment. Gr...
Original
task608_sbic_sexual_offense_binary_classification
task608-ef5ab6ad237343b98e1129abdedae72c
In this task, you are given a text from a social media post. Your task is to classify the given post into two categories: 1) yes if the given post is sexually offensive, 2) no, otherwise. Emphasis on sexually offensive or any lewd reference. Generate label 'no' for offensive posts that do not reference sexually explici...
Yes
task673_google_wellformed_query_classification
task673-17c4770116134c3a83daaa80cce207b1
Read the given query and classify it as a 'Good' or 'Bad' query depending on how well the query is formed, 'Bad' being the expected output for a not so well formed query and 'Good' being the expected output for a well formed query. A query may be wrong based on common sense or general facts, but if it is well formed, y...
Bad
task471_haspart_answer_generation
task471-36748f1590bd4ff7891dd70285cdeb4b
Given an entity as input, output another entity which is part of the input entity. These are entities of meronym. In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., output entity) is in a part-of relationship with its holo...
sugar
task350_winomt_classification_gender_identifiability_pro
task350-d8bd21c564254ba2856f4afd291c6488
In this task, you are given a sentence and a profession. The sentence mentions two professions: one's gender is identifiable using the coreference link with gendered pronouns and the other's gender is unidentifiable. You are expected to return whether the given profession's gender is identifiable or unidentifiable. Sen...
Identifiable
task160_replace_letter_in_a_sentence
task160-1a3cf3d8db7e4cdeb16a006371bcab48
In this task, you need to replace a letter in the sentence with another given letter. Sentence: 'this is a bird sitting in some grass'. Replace the letter 's' with 'l' in the sentence.
thil il a bird litting in lome grall
task027_drop_answer_type_generation
task027-06eb5480837a467bb5cc9fdc0cbf2a3e
This task involves annotating the answer type to a given question that involve some kind of complex reasoning (including numerical reasoning). Note that the questions require looking at more than one part of the passage to answer. There are 3 possible answer types (i) spans, (ii) numbers and (iii) dates. If the answer ...
span
task594_sciq_question_generation
task594-caffd9b85323429bb98b258c96d2f3a4
Given a scientific passage and an answer, generate a question for the given answer. Passage: A chemical reaction is a process in which some substances change into different substances. In a chemical reaction, bonds break in reactants and new bonds form in products. Answer: a chemical reaction
What is a process in which some substances change into different substances?
task847_pubmedqa_question_generation
task847-1ec05dcd98c242c2b81ca2d7aef673e7
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 kynurenine production mediated by indoleamine 2,3-dioxygenase aggravate liver injury in HBV-specific CTL-induced fulminant hepatitis?
task1505_root09_semantic_relation_classification
task1505-a51cbdfd172d4e73b0defe3853c318c9
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific ...
HYPER
task1296_wiki_hop_question_answering
task1296-6a5d9dac67af45289a26f0f90c686153
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: It 's a New Day is the sixth album by Hitomi Yaida released on 22 November 2006 . The sin...
aozora records
task369_synthetic_remove_odds
task369-f09d7423dd8f40308d95c84ae4dde16f
In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. [51, 40, 95,...
[40]
task616_cola_classification
task616-49df1999c9774a45bf57115fea5d093a
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...
acceptable
task316_crows-pairs_classification_stereotype
task316-977f558307c646e7bb43e4f3dee5c87a
In this task, you are given a short passage that conveys a stereotype or an anti-stereotype. A stereotype is an over-generalized belief about a particular group of people(based on race, ethnicity, gender, age, abilities, etc.). An anti-stereotype is an idea that goes against a common stereotype. You are expected to cla...
Anti-stereotype
task111_asset_sentence_simplification
task111-865ce1264217488592cfee564aab1e00
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...
It is one of the nine species of leaf-eating kangaroos. All were identified in fossils found in the Naracoorte Caves National Park.
task505_count_all_numerical_elements_in_list
task505-55ae8e6984824366a36bc8a79d04a7ce
In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the numerical elements in the given list. Return 0 if no numerical element in the list. ['i', 'I', '7675', '993', 'i', 'b', '5605', 'w', '1605']
4
task327_jigsaw_classification_toxic
task327-f19f3d059267438e95830870480b1dcd
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: A firm justification for laws lim...
Non-toxic
task1336_peixian_equity_evaluation_corpus_gender_classifier
task1336-c4892cea3ca742b492aa2cb5352af470
You will be given a sentence containing a pronoun/person name and an emotion. From these implicit parameters, the main goal is to find the gender of the person (male / female). I made Nancy feel anxious.
female
task045_miscellaneous_sentence_paraphrasing
task045-313053e5e18a41f1b18a483a015746d6
You are given a question, its answer, and a sentence that supports the question, i.e., the answer to the question is inferable from the sentence. In this task, you need to paraphrase the given sentence so that the paraphrased sentence still supports the question i.e. you can still infer the answer to the question from ...
Chemical digestion takes place mainly in the small intestine.
task428_senteval_inversion
task428-48a61d0b412b44a5841898e0875cb091
In this task you are given a sentence. You must judge whether there exist two consecutive words within the sentence with flipped orders, that is, whether the sentence will make sense and be correct if the order of two consecutive words changes. Label the instances as "Inversion" or "Original" based on your judgment. Hi...
Original
task246_dream_question_generation
task246-35f81d0ad5324ba5831bf02c9529956a
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 did the doctor suggest the man do? (A) Take more exercise. (B) Have some rest. (C) Join a club.
task194_duorc_answer_generation
task194-509b68406eb8472f87ffbc22da130a20
In this task, you will be shown an extract from a movie plot and a question. You need to provide the correct answer for it. Short answers containing words that are present in the passage are preferred. This is the summer when young Lucy, a 19-year-old American, has decided to lose her virginity. For the summer holidays...
Answer: Four
task905_hate_speech_offensive_classification
task905-c7bc7d2b52a34514a40201a24a8bf876
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: "We hate niggers, we hate faggots and we hate spics"-kkk rally Label: Hate Speech
true
task504_count_all_alphabetical_elements_in_list
task504-50bc0332108f47699de47d5e637acb2f
In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the alphabetical elements in the given list. Return 0 if no alphabetical element in the list ['3663', '9435', 'h', '1757', '3223', '1255', 'f', 'v', '7', 'b', 'D', 'h', '...
10
task573_air_dialogue_classification
task573-bdfa61cb28434b538c3c926532346512
In this task, you are given a conversation between a flight agent and the customer. You are given 4 options and you need to select the goal of the conversation. It is provided as part of customer's context, which has to be one of the following: `book`: Make a new reservation, `cancel`: Cancel an existing reservation, `...
no_flight
task072_abductivenli_answer_generation
task072-eebd536608e24ab0bcb978b7e66d7f3a
In this task, you're given the middle and ending of a three-part story. Your job is to complete the short story by writing a probable beginning of the story. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating ...
Dominic loved Adele's music.
task325_jigsaw_classification_identity_attack
task325-e480e3ed59fd46059edcfa30bab3f946
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: identity-attack and non-identity-attack. Identity attack refers to anything rude or disrespectful about someone's identity, including appearance, race, gender, and sexual orientation. Comment: ...
Non-identity-attack
task1542_every_ith_element_from_starting
task1542-c9603494fa3442e1bbd8a72045591431
In this task, you are given an input i,A where i is an integer and A is an array. You need to find every ith element of A starting with the 1st element. 19, ['X', 'X', 'K', '3227', '6559', '9543', 'f', 'P', 'l', 'L', 'b', 'b', '7743', '6011', 'c', 'z', '3625', 'n', '4341', '5549', '6749', 'R', 'k', 'W', '2351', '8299',...
X, 5549, 6637
task1384_deal_or_no_dialog_classification
task1384-a6703271d7974aad8ffb57b5cc28454e
Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. THEM: how about i get the hats and ball, you can have the books? YOU: books are dr. seuss, i am uninterested THEM: trade the ball for a book? or do you just not want books at all YOU: ball and bo...
Yes
task472_haspart_classification
task472-f41a320b5abb4dc98522595d74aac230
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-9614a8f1f3164ca1a109524493eed435
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" clear
cheer
task320_stereoset_classification_race
task320-aba6b9b1443a4a2182d05e3274a062b6
You are given a target race, and two sentences. Your task is to determine whether the second sentence is either a stereotype, anti-stereotype, or is unrelated with respect to the first sentence and the target. A stereotype is a widely held but oversimplified notion of a group of people. An anti-stereotype is an idea th...
unrelated
task1559_blimp_binary_classification
task1559-a0441a02f42143598b86f64d0350eb37
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an adjunct island or as an incorrect representation. A correct representation should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an adjunct island w...
bad
task303_record_incorrect_answer_generation
task303-6716393b500342c9adb4f4f11a9ac1f7
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 ...
Middle East
task387_semeval_2018_task3_irony_classification
task387-589ab4bcfa2049cc8139007151bcf99d
In this task you are given a tweet that contains some form of irony. You must classify the type of irony the tweet has. Label the tweets ("polarity","situational","other") based on the irony they have. Situational irony happens when a situation fails to meet some expectations, Label these instances as "situational". po...
situational
task1205_atomic_classification_isafter
task1205-a43593e9c25c4cda94585404841c8297
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
task1217_atomic_answer_generation
task1217-9969ef2b56794fc9939062cb0ad44f93
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 support
cash
task521_trivia_question_classification
task521-9d6cceeac3804e74b187a6bf1ed41440
In this task you will be given a text passage from a trivia quiz. You should choose the category this question belongs to from these categories: History, Science, Social Science, Fine Arts, Literature. You can only choose one category, so if in doubt, please choose the closest match. It extended a doctrine first mandat...
History
task125_conala_pair_differences
task125-aa15587c3a5a4e4884edcd37f447dd1d
In this task you are given a list of integers and you need to find the absolute value of the difference between each two consecutive values. The output should be a list of the absolute value of the differences of each two consecutive values. [15, -47, -74, 98, 54]
[62, 27, 172, 44]
task247_dream_answer_generation
task247-2b3b4a7c68f8406487efa7b3598d3794
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". M: Do you ever know what Tony is talking about.'? W: Never, he always beats around the bush., Question: Wh...
(C) He doesn't come to the point.
task1711_poki_text_generation
task1711-8737706b3c204f819b04719f40e7ca15
You are given a short text as a title. Your task is to generate a poem as output that is related to the given title and should feel like written by kids. The output should be a run-on sentence (two or more complete sentences connected without any punctuation). The poem should not be too long or too complex, because it ...
baby lose a tiny toy a tiny toy tiny toy baby lose a tiny toy baby miss his tiny toy
task284_imdb_classification
task284-9b0f02e599654ce9b52a05d621532852
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. Hamlet is by far my favorite of all of Shakespeare's works. Branaugh is one heck of an actor. His portrayal of this was just amazing. His soliloquies were br...
positive
task928_yelp_positive_to_negative_style_transfer
task928-78ef5277b9d54e909f4494d0c7e4525b
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. he was both professional and courteous .
the course is not the best
task413_mickey_en_sentence_perturbation_generation
task413-43fa8b913e3c4fcc888e43299214d1ec
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. Family m...
Gallery members can cry over a bully 's death .
task565_circa_answer_generation
task565-0f2a66b5dc1844dfbce06cc7784b97ad
In this task, you are given a question. Your task is to generate an answer that is relevant to the question. Do you like to eat Asian fusion?
I don't think I have ever tried eating that.
task1309_amazonreview_summary_classification
task1309-c4836b5366384c8f98f42f7b0534ff23
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: My 12 y.o. bought these with a gift certificate he ...
False
task298_storycloze_correct_end_classification
task298-c30b9744b54e44b9bfb39ea6064054fc
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: Micky always wanted to get thinner. Sentence2: He tried fad diet...
No
task681_hope_edi_malayalam_text_classification
task681-43931014c6c84abd9a582866e5b77b23
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 Jeevitham avasanikkunnathuvar...
Not Hope Speech
task100_concatenate_all_elements_from_index_i_to_j
task100-431f77f1e90d43829055c058309d0ebe
In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to concatenate all elements of A from the ith element to the jth element, and print the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j...
1367835P9523XO6423Aw2597K6123s
task377_remove_words_of_given_length
task377-e133f4923c0f4c53afaa62b322e84a95
In this task, you need to remove all words of a given length in the sentence. The number of letters in a word determine its length, for example, the length of the word "apple" is 5. Sentence: 'a boy lies prone on a surfboard in a wave'. Remove all words of length '4' in the given sentence.
a boy prone on a surfboard in a
task376_reverse_order_of_words
task376-3fb23b6f8d0a42abb5b0a4553b86d996
In this task, you need to reverse the order of words in the given sentence. Sentence: a bunch of people moving along on the snow
snow the on along moving people of bunch a
task303_record_incorrect_answer_generation
task303-842d33ac1ca543ef83cf44a7513ac5cb
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 ...
TMZ
task575_air_dialogue_classification
task575-90e1948c2e9f48618611ae20e9687d04
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". Sure, may I know your boarding point?
agent
task080_piqa_answer_generation
task080-c73b0bf4e559465593eb5f92856b5387
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. To make i...
fill the bottle half way with water and freeze it before adding water when ready for use.
task294_storycommonsense_motiv_text_generation
task294-21e70abd1b5f4974a1826d61f465f6ab
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 write the character's motivation by doing a specific job, which is given in the sentence. Y...
her to go
task286_olid_offense_judgment
task286-bf95a2f60c1b4248ba16a61844871538
In this task you are given a tweet and you must identify whether the tweet contains any offense or any form of (untargeted) profanity. Label the post as NOT if the post does not contain offense or profanity. Non-offensive posts do not include any form of offense or profanity. label the post as OFFENSIVE if the post co...
NOT
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
task370_synthetic_remove_divisible_by_3
task370-7a22b423d2ae4164a82ac3da91811f26
In this task you will be given a list of integers. You should remove all of the integers that are divisible by 3 from the list. If every integer in the input list is divisible by 3 then an empty list should be returned. Zero is divisible by 3. [20, -37, 0, 84, -4, -93, -19, -72, -2, 38, 91]
[20, -37, -4, -19, -2, 38, 91]
task112_asset_simple_sentence_identification
task112-27aebb6561f14d5c9aa0320b48f84ba7
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
task183_rhyme_generation
task183-b561e53143c043fb8ab9bfcf55bfcb4b
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" stay
jae
task088_identify_typo_verification
task088-39a711e45c1445d196b876b5c21f1aee
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 ...
beahc
task431_senteval_object_count
task431-219cb2e62ba845c6a32c7ddc0488f05e
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. She rinsed out the cups and turned to Jeanette.
Plural
task517_emo_classify_emotion_of_dialogue
task517-534243815f0e4af6a5444638990a05a4
In this task you will be given some text dialogue and you need to infer the underlying emotion of the text. The possible emotions are happy, sad, angry, or other. yaaaa hahahaahaaa that's funny lol thought i could pay u back for the laugh you gave me yes 2 rupeeee
happy
task472_haspart_classification
task472-06ebe1f97acf4a998e5ec84c4a612e2a
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
task083_babi_t1_single_supporting_fact_answer_generation
task083-20207ff0653143cc8a6483dca5606d4b
You will be given a passage consisting of set of facts and a question as input. The task is to answer a question of form 'Where is <person_name>?' using one of the given facts to determine the latest location of the person. Answer should be a word/phrase describing the location from the supporting fact. Avoid answers t...
garden
task323_jigsaw_classification_sexually_explicit
task323-c48d92f2e5084fb3927d48d47d8d9372
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: sexual-explicit and non-sexual-explicit. A comment is considered sexual-explicit if it explicitly portrays sexual matters. Comment: Trump is the result of the kind of stupidity you're manifesti...
Non-sexual-explicit
task079_conala_concat_strings
task079-bed032baf2884e01b44bdc2f55a3abfe
In this task you will be given a list of strings and you need to concatenate them. ['n', 'to', 'W', 'lengthwise', 'g', 'and', 'o', 'stretched', 'N', 'F', 'berth,', 'z', '(_Advancing_.)', 'K']
ntoWlengthwisegandostretchedNFberth,z(_Advancing_.)K
task461_qasper_question_generation
task461-48f01db5f52f4efaa962c6844a37cf13
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. As we mention in the Section 2, CAEVO is the current state-of-the-art system for feature-based temporal event r...
What were the traditional linguistic feature-based models?
task1308_amazonreview_category_classification
task1308-60a1c8a8bc5a4bebb2ad1c7fdf9d71b1
In this task, you're given a review from Amazon and category of the product based on the review given by the user and your task is classify whether the given category match the review. Generate "True" if given review and its category match, otherwise generate "False". Reviews: I thought this is the solution for my husb...
True
task615_moviesqa_answer_generation
task615-6c7099833d444a7aa1185c670cb7d178
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 wrote Tight Spot?
William Bowers, Leonard Kantor
task183_rhyme_generation
task183-26d40bf246294a5e9ad699c35bab6a1e
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" camp
kampe
task1340_msr_text_compression_compression
task1340-9ba6c26c33e74621b96e84c7c890a378
Given a text, write a compressed version of it in a single sentence. This way when we go out to ask for community support and are asked about our board giving level, we can show our in-house commitment through 100 % board participation.
This way when we are asked about our board giving level, we can show our in-house commitment through 100% participation.
task860_prost_mcq_generation
task860-4028f1b8c02b4962aca43d1dc2d41b0f
Creating a multiple-choice question from the given context and a 'group' which indicate the focus of the question. The question must come first, separated by <sep> from the candidate answers. The answer to the question does not have to exist in the context. context: A person is trying to bounce a rubber ball. They drop...
question: Which ball bounces the least?<sep>A: brick<sep>B: concrete<sep>C: steel<sep>D: snow
task897_freebase_qa_topic_question_generation
task897-c36175e09ea94badb29ab0d64bb24ebf
Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question. aldo zilli
What is the occupation of TV personality Aldo Zilli?
task864_asdiv_singleop_question_answering
task864-c377eb6a86414f188fc16079cff0d891
You are given a math word problem and you are supposed to apply a single mathematical operator like addition, subtraction, multiplication, or division on the numbers embedded in the text to answer the following question and then only report the final numerical answer. an airline lets each passenger take 8 pieces of lug...
32
task495_semeval_headline_classification
task495-1b4317ad886447a6a2903becf02dd59b
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
task191_hotpotqa_question_generation
task191-4fb969a881bd4640b709dfab2b05ae4c
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 : Day One is a made-for-TV documentary-drama movie about The Manhattan Project, the...
Day One starring David Strathairn as Dr. J. Robert Oppenheimer is a docudrama movie about what research and development of the atomic bomb during WWII?
task1217_atomic_answer_generation
task1217-71321cbd957e43219582c5172fbc611c
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 removes ___ from the air
dust
task092_check_prime_classification
task092-116e1e35dd8042e18b60cefff522a96d
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. 67247
Yes
task196_sentiment140_answer_generation
task196-9035dbf8529d4cb9a70a44bc642aa758
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: i love waking up to lady gaga on vh1. Question: is it a posit...
yes
task067_abductivenli_answer_generation
task067-b315a39a81ce4869a367b753aefcd502
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...
Sam sat on a bench and started crying.
task123_conala_sort_dictionary
task123-72a76b16a8034666a81efec0b4d2a3fa
In this task you will be given a list of dictionaries. A dictionary is a set of key-value pairs, where each key is unique and has a value associated with that key. You should sort the list of dictionaries from smallest to largest by their 'first' key. If there is two dictionaries with the same 'first' value then sort t...
[{'first': -96, 'second': -68}, {'first': -82, 'second': 64}, {'first': -55, 'second': 61}, {'first': -30, 'second': 45}, {'first': -14, 'second': -65}]
task303_record_incorrect_answer_generation
task303-33ffefb60ef5440295200fdba04fb364
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 ...
Chinese
task206_collatz_conjecture
task206-db03df4a0afd44ef92dda1d680b79f41
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 two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. [38, 52, 15, 149, 145, ...
[19, 26, 46, 448, 436, 148, 60, 80, 63]
task1217_atomic_answer_generation
task1217-b03cd074609c4dccb6fcc0fd2ab04a9d
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 finds the ___ to express
walkway
task1339_peixian_equity_evaluation_corpus_text_completion
task1339-e642418064914b1abbdbd4dd3c10e4a4
The input is a sentence with a missed word and an emotion. Your task is to fill in the blank with a word that matches the emotion and rewrite the completed sentence. The emotion is one of ['fear', 'joy', 'anger', 'sadness']. SENTENCE: The conversation with Tanisha was <blank>. EMOTION: fear
The conversation with Tanisha was shocking.
task344_hybridqa_answer_generation
task344-a7906f5ac4ed4a7f9d0839773cbda581
In this task, you will be presented with a question and you have to answer the question based on your knowledge. Your answers should be as short as possible. How many sites of world heritage are in the old part of the city which contains Estadio de La Cartuja ?
three
task285_imdb_answer_generation
task285-716149e2f7e046fab22354be3b7a547b
In this task, you are given a review of a movie and a boolean question whether this review has positive sentiment or negative sentiment. Your task is to generate answer "yes" when the tweet has that particular sentiment, otherwise generate answer "no". Review: Perhaps the worst thing about Carlos Mencia's comedy is tha...
no
task283_dream_incorrect_answer_generation
task283-5cacae74209b4cc8a11ac4a2da3f7b48
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". M: Did you receive my application? W: I did, but I hav...
Scared.