task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task924_event2mind_word_generation
task924-52de5d41de8d48c1b34208708be62224
You are provided with an "Event", "Intent" and "XEmotion" (PersonX's reactions for the given "Event"). Indicate PersonY's reaction (person feels) at the end of this event. Provide one reaction for PersonY. If there's nothing that can be implied, respond as None Event:PersonX sends PersonY money. Intent:. XEmotion: 1) s...
grateful
task753_svamp_addition_question_answering
task753-421320f2f69a489aaa9f689462cf2736
You are given a math word problem and you are supposed to apply an addition mathematical operator on the numbers embedded in the text to answer the following question and then only report the final numerical answer. Context: Tiffany was collecting cans for recycling. On monday she had 8 bags of cans. She found 10 bags ...
14
task163_count_words_ending_with_letter
task163-b4f3c592821c45aa9370fd943c91cf03
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 beautiful woman laying on a white bench'. How many words end with the letter 'h' in the sentence.
1
task132_dais_text_modification
task132-4bf459a3e881430da25c892768713b5a
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. Juan tipped the woman something
Juan tipped something to the woman
task428_senteval_inversion
task428-209bc4872cc0425fac44b3edb06ae855
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. Ic...
Original
task605_find_the_longest_common_subsequence_in_two_lists
task605-dd3a165303a64faaabc9b6a187f5143a
In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B. [7971, 'z', 'F', 'h', 3797, 'l', '4923', '1603', 'd', '9677', 'G', 'R', '2389', '1989', '4695', 'C', 9671, 'L'], ['x', 6411, 2605, 'X', 'P', 4831, 'F', 'b', 5457, 4687, 'l', '4923', '1603', 'd', '9677', 'G', 'R', '2389'...
l, 4923, 1603, d, 9677, G, R, 2389, 1989, 4695
task280_stereoset_classification_stereotype_type
task280-fc32963afda4420db459d20dee8c3327
In this task, you are given a short passage that conveys stereotype or anti-stereotype about a specific target. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. You are expected to classify the passage into four types of ...
Profession
task208_combinations_of_list
task208-ca046286f14b45f7b064345cbefd455b
In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. Fo...
[['X', 'x', 'd', 'X', '5'], ['X', 'x', 'd', 'X', 'w'], ['X', 'x', 'd', '5', 'w'], ['X', 'x', 'X', '5', 'w'], ['X', 'd', 'X', '5', 'w'], ['x', 'd', 'X', '5', 'w']]
task675_google_wellformed_query_sentence_generation
task675-a303c4781caf4af1b30a9501b39be96b
You are given a list of queries separated by new line. Your job is to answer with the query that is the most well-formed or well-structured query in terms of grammar, punctuations, or spelling errors. Is daniel radcliffe 's death ? How do you replace a serp belt on 1998 zx2 ? How do you find a companys website ? What c...
How do you replace a serp belt on 1998 zx2 ?
task111_asset_sentence_simplification
task111-1143b45d6dbf4b20bfdf56a6899071bb
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...
Will & Grace got great ratings, and Messing became famous.
task164_mcscript_question_answering_text
task164-278113fb935f486e9158cca77d7093d9
You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to find the correct answer (and return the string of the correct option, not option1/2) for the given question from the given options and based on the given passage. Answer of the question can be found ...
In the city
task905_hate_speech_offensive_classification
task905-ee440610beae4a5bb79f1834f3f70a7f
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: @KeebitHalal @LogansWarning gotta love it when the islamofascist cow tries to make ...
true
task565_circa_answer_generation
task565-de7985714f8d416295ef63fbea86bd93
In this task, you are given a question. Your task is to generate an answer that is relevant to the question. Have you considered getting a roommate so you can get something bigger?
I prefer to live on my own.
task1434_head_qa_classification
task1434-53942ddc834d486286a7c3190b3928ae
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: What is the approach that studies self-concept through polarities ?: Options: <0> The t...
psychology
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately
task509-5dd9fbb341e24f6a82775a7027cd13d0
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...
e, 9773, 2387, 2585
task368_synthetic_even_or_odd_calculation
task368-8823ed12feff4f719fd8a0caeeaedea7
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...
[-7.5, 19.0, -23.0, -354, 134]
task820_protoqa_answer_generation
task820-60136933b0fb4f6fba54889c530f2985
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. name something grandmothers always seem to keep a supply of in their purses.
candy/gum
task1339_peixian_equity_evaluation_corpus_text_completion
task1339-e97192f5bdd944ab8c9fc805f54b97c4
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: Lamar made me feel <blank>. EMOTION: anger
Lamar made me feel irritated.
task430_senteval_subject_count
task430-0d6565f194ef46f181a24b0028e82569
In this task you are given a sentence. You must judge whether subject of the main clause is singular or plural. Label the instances as "Singular" or "Plural" based on your judgment. On the way to the sofa the velvet petals caressed her cheek.
Plural
task208_combinations_of_list
task208-3c4eb9596d894f7cbb32d5323ecb58af
In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. Fo...
[['9', 'J', 'w', '3', '5'], ['9', 'J', 'w', '3', '4'], ['9', 'J', 'w', '5', '4'], ['9', 'J', '3', '5', '4'], ['9', 'w', '3', '5', '4'], ['J', 'w', '3', '5', '4']]
task1727_wiqa_what_is_the_effect
task1727-b4d5e43ceb164a909cc2ecfec7d5510e
In this task you will be given a process, and a question. The process contains a sequence of steps that happen in order. The question asks about the effect of a certain event on another event. If the first event has a positive effect on the second event, answer with "for", if it has a negative effect, answer with "agai...
against
task1711_poki_text_generation
task1711-1597dd4159da47169a41a543a8f0d962
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 ...
the way i feel be personal to me cause you so just sit down and think you treat me right i'll do the same so generate a wink if im hurt real bad you know im sad it still the way i feel generate a smile so we'll be friend a while it just the way we feel some time im mad and some time im sad it just the way i feel so don...
task191_hotpotqa_question_generation
task191-60b2c2ae5edd4fc3b1b4cfe4dedc18eb
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 : 1001 Video Games You Must Play Before You Die is a video game reference book firs...
A Modest Video Game Proposal is an allusion to the essay written in what year?
task365_synthetic_remove_vowels
task365-c1d8adbe05634c4fa980fc86edebb981
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. AAgBSoFrAPu
gBSFrP
task577_curiosity_dialogs_classification
task577-65f67e747a314413abf13d8f2be02adc
In this task, you are given a dialogue between a user and an assistant, where users and assistants converse about geographic topics like geopolitical entities and locations. The task here is to find if the dialogue is by the user or assistant. Classify your answers into user and assistant. During World War II the econo...
assistant
task1389_hellaswag_completion
task1389-e690a98a8c3e4e2186d451abeefe71ca
In this task, you are given a context and four options. Each option is a suggested ending for the context. You should read the context and pick the best ending for the context. Please answer with "A", "B", "C", and "D". [header] How to clean a bristled hairbrush [title] Use your fingers if your hairbrush has a light l...
A
task319_stereoset_classification_profession
task319-a85ea7ea04324cd9b277a5cb5462e5d4
You are given a target profession, 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 i...
stereotype
task1360_numer_sense_multiple_choice_qa_generation
task1360-0aec86319c12484fba3d308626237a96
Given a sentence with a missing word, pick the answer option that best fills out the missing word in the sentence. Indicate each answer with its index ('a', 'b', 'c', 'd'). Association neurons connect the previous ____ types of neurons.\Question: Choose the right answer from options given a) six b) three c) eight d) tw...
d
task820_protoqa_answer_generation
task820-89df463767304120a6af7c3590ccde0a
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. name the worst thing about being on noah's ark.
storms
task298_storycloze_correct_end_classification
task298-ec5e0f9c0d7143b1bce14f118b3f416f
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: Pablo likes to eat worms. Sentence2: He read a book in school on...
Yes
task517_emo_classify_emotion_of_dialogue
task517-eb8bb0dc8fb640b39b3d4ff7993e0626
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. my gf what she cheated me
sad
task495_semeval_headline_classification
task495-6c7da1f48b994119b2ef6815a1c228da
Given news headlines and an edited word. The original sentence has word within given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Classify news headlines into "Funny" and "Not Funny" that have been modified by humans using an edit word to make them funny. News Headli...
Not Funny
task368_synthetic_even_or_odd_calculation
task368-aaf2bbf6074942e28c63814deab94e4b
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...
[-250, 20.5, 4.5, 25.0, 262, 18.0, 94, -6.0, -50, 15.0]
task1289_trec_classification
task1289-d0da88394c7e4794b99b0556e3400f34
You are given a question. You need to detect which category better describes the question. A question belongs to the description category if it asks about description and abstract concepts. Entity questions are about entities such as animals, colors, sports, etc. Abbreviation questions ask about abbreviations and expre...
Entity
task183_rhyme_generation
task183-9bcf5338601449c99a997995a921f906
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" complete
threatt
task389_torque_generate_temporal_question
task389-c8060c11d9a54c6f9ba91eafb00bea1d
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 occurred after said?
task327_jigsaw_classification_toxic
task327-ddb4f429c1144e9a9686cc77990940c6
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: I hate the sovereign idiots becau...
Toxic
task906_dialogre_identify_names
task906-30f4a09b307c42ccad482f39dee165cb
You are given a dialog between 2 or more individuals. Within the dialog, there will be clues as to the names of the speakers. You will be asked at the end of the dialog to identify the name of one of the speakers. Speaker 1: Hey Phoebs, how'd it go with Scott last night? Speaker 2: Oh, um, it was nice. Took him to a r...
Phoebs
task1311_amazonreview_rating_classification
task1311-c80e31109295453d9f4d6c0d4fa89003
In this task, you're given a review from Amazon and 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. Your task is to generate whether the rating matches the review or not. Answer with "True" if the sentence belongs to that...
True
task518_emo_different_dialogue_emotions
task518-38eaaa31dd7b467e8c263c5b3f2db5a2
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: 'yeah so where are you at the bar'. Dialogue 2: 'pic fully dressed sleeveless shirt ma...
yes
task581_socialiqa_question_generation
task581-f4935e7029dc4475b53dad8b7c77c007
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: Quinn finally agreed to the contract and now they had to get him started at work. Answer: show Quinn around the office
What will Others want to do next?
task898_freebase_qa_answer_generation
task898-f94989907ae4454e9553e77da6a637d2
Given an trivia question precisely answer the question with a word/phrase/name. External resources such as Wikipedia could be used to obtain the facts. What is the nameof the invention of John Kay which aided the early textile revolution during the 18th century?
flying shuttle
task505_count_all_numerical_elements_in_list
task505-ca6c398a94994f38a80549a127460ce9
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. ['X', '9753', '5597', 'Q', 'L', 'V', '6603', '6147', 'E', '1055', 'l', '5487', '89...
16
task074_squad1.1_question_generation
task074-344c0be1ed664dcc8da0653b364ae9b9
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...
When did Bermuda ease up on its immigration laws?
task405_narrativeqa_question_generation
task405-2cf252903fda462cbee38e455f93dabb
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 is Frank Abagnale Sr. denied a business loan?
task1310_amazonreview_rating_classification
task1310-11f15e0b44734184a45bc8ac7fa57039
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. So far I am really loving this product. I’ve used it twice since I got it and I haven’t had to re...
4
task1186_nne_hrngo_classification
task1186-7160b6c2ee71432caaf81481c98e0e30
You are given an original reference as well as a system generated reference. Your task is to judge the naturaleness of the system generated reference. If the utterance could have been produced by a native speaker output 1, else output 0. System Reference: may i ask near where? Original Reference: is there a specific lo...
0
task371_synthetic_product_of_list
task371-c2777901e91842eea447a5f1fcecc175
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. [[35, 32, -4], [-21, -17, -8, 4], [-36, 22, -11, -...
[-4480, -11424, -409464, 100450, 419832, -16380, 1344, 22011, 0]
task679_hope_edi_english_text_classification
task679-00ac57c20246498e816de19197ac6148
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 Incredible...Awesome...so uplifting and inspiring ...THANK YOU
Hope Speech
task897_freebase_qa_topic_question_generation
task897-0cc061e163e3483697f383f471753578
Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question. beachy head
Which is the nearest British town to Beachy Head?
task141_odd-man-out_classification_category
task141-562f9fe1dd4b4496b539a0684fb2aebd
Given a category and a set of five words, find the word from the set that does not belong (i.e. is the least relevant) with the other words in the category. Words are separated by commas. Category: boxing terminology Words: glove, ring, deck, box, bow
bow
task293_storycommonsense_emotion_text_generation
task293-aadede3801884fe2a4faa9996b791145
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 ...
scared
task109_smsspamcollection_spamsmsdetection
task109-fc108fcd09a847d0b8e48129fdef3f13
In this task, you're given text messages in natural language. Your task is to classify those text messages based on their content into two classes: (1) Spam and (2) Ham messages. If the content of the given message is irrelevant to the receiver or is equally relevant to many other potential recipients then it must be l...
ham
task1285_kpa_keypoint_matching
task1285-bc236aee6ada4792b30b4d3c947fa86b
The input contains a debate topic, an argument on the topic and a keypoint, separated by "<sep>". Your task is to answer if the keypoint matches the argument and summarizes exactly what the argument means, in the context of the given topic. Topic: We should abolish intellectual property rights<sep>Argument: Without int...
True
task1542_every_ith_element_from_starting
task1542-afc2c2f1dd324fa8a7e2d5ebff0f630e
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. 20, ['E', '7171', '4117', 'a', 'e', '2425', '7941', 'X', 'F', 'n', '2747', '2839', 'n', '3011', '121', 'I', 'H', '5879', '2121', '7869', '1733', 'L', 'H', 'k', '7651',...
E, 1733, 9257
task125_conala_pair_differences
task125-555891b535e746858d964afd702e50a0
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. [74, -33]
[107]
task904_hate_speech_offensive_classification
task904-49361fa58d47434c80988bc0c607fc58
Classify the given tweet into the three categories: (1) 'Hate Speech', (2) 'Offensive' and (3) 'Neither'. 'Hate Speech' is kind of a threating statement or sometimes include call for violence while 'offensive' statement just offensds someone. 'Neither' is when it doesn't fall into Hate Speech or Offensive category. RT ...
Neither
task934_turk_simplification
task934-c9d986fb8f17416b90e909befd3a8107
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. initially the units were coupled cab-to-cab but it was found more practical to couple master nose to slave cab.
at first the parts were assembles cab-to-cab but it was found more sensible to combine master nose to slave cab.
task381_boolq_question_generation
task381-65b2fb064937406a9414c3ebf271138e
You will be given a passage, and your task is to generate a Yes/No question that is answerable based on the given passage. Leaving their designated places before the ball leaves the shooter's hands, or interfering with the ball, are violations. In addition, the shooter must release the ball within five seconds (ten sec...
can you do a jump shot on a free throw?
task074_squad1.1_question_generation
task074-f38a083596d74a35b6f879e56d26405b
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 kind of food classification does ginger belong to?
task499_extract_and_add_all_numbers_from_list
task499-55f9e2c9cf41493db8ae5616c32b8318
In this task, you are given an input list A. You need to find all the elements of the list that are numbers and calculate their sum. ['d', '4805', 'B', 'h', 'q', 'B', '41', 'K', '2373', '9185', '5353', 'B', 'U', '2949', 'o', 'Q', '7943']
32649
task1384_deal_or_no_dialog_classification
task1384-01083b6696d7486c98fe2a11bb397e70
Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. THEM: i want a ball and two books. YOU: i'd like one of each item. you can have the other three books. THEM: would you be willing to part take all the books in exchange for the ball? YOU: i can l...
Yes
task672_nummersense
task672-f47c73ce31394cec89c5dd292e5558f5
In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words. Most school aged children pass at least _ stools per week, with an average of one stool per day.
three
task505_count_all_numerical_elements_in_list
task505-f382d7c048734dc7b589f9036ba9e709
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. ['D', '6713', '5343', 'z', 'u', '4329', '1465', 'r', 'd', 'B', '1435', 'B', '577']
6
task283_dream_incorrect_answer_generation
task283-24d283321fc648e7b4215d90b594007a
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: Hi, Amy. W: Hi. M: You look great! Have you been on...
Warm and rainy.
task453_swag_answer_generation
task453-99afc7ced09946dba83d853be4c7e5e7
Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct. A man is sitting on a workout bench while a crowd watches. People in the crowd
are taking photographs and video.
task1678_mathqa_answer_selection
task1678-1672c39541b248469f9b1a8eaf91ce19
Given a math problem with context and a question and 5 answer choices, the task is to provide the correct answer choice based on the problem. You must choose one of the given answer choices by letter: a, b, c, d, or e; anything else is invalid. Problem: a circular ground whose diameter is 70 metres, has a 2.8 metre - b...
c
task105_story_cloze-rocstories_sentence_generation
task105-2c4b9324819348ebbecd4ecd7c139157
In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences. Sentence1: Every day at camp, the campers would go for a hike in the woods. Sentence2: One day, they came to...
The campers enjoyed hearing the echo at the lake.
task311_race_question_generation
task311-f16ac5ec3b4d4772874a528f2fff1bc9
In this task, you're given an article and an answer. Your task is to generate the question for the answer based on the given article. Article: The rise of the so-called "boomerang generation" is revealed in official figures showing that almost one in five graduates in their late 20s now live with their parents. By cont...
What is the main idea of the passage?
task074_squad1.1_question_generation
task074-addd2120f8294075baf67458ed928d90
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 did Bronck do?
task205_remove_even_elements
task205-caf4471669974c0f8bbac10bb3c37b6d
In this task you will be given a list of numbers. A list is shown by two brackets and comma-separated numbers inside, like: [1,2,3]. You should remove all of the even numbers from the list. If every number in the input list is even an empty list should be returned. Zero should be counted as an even number. [37, 191, 33...
[37, 191, 33, 49, 61]
task901_freebase_qa_category_question_generation
task901-ed8b900996294072971478dd823c5c19
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. music
The sixth and first strings of a guitar are tuned to which note?
task1593_yahoo_answers_topics_classification
task1593-9a6198c373344fd883b9847aca19ac4d
You are given a passage. Using the information present in the passage, you need to classify it into one of the 10 topics: 0 - 'Society & Culture', 1 - 'Science & Mathematics', 2 - 'Health', 3 - 'Education & Reference', 4 - 'Computers & Internet', 5 - 'Sports', 6 - 'Business & Finance', 7 - 'Entertainment & Music', 8 - ...
6
task767_craigslist_bargains_classification
task767-c733a6b0505c4488a444b1379e345471
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...
car
task405_narrativeqa_question_generation
task405-992db56c88a54d1d965d956cd4979dfd
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 does Sarah plan to flee with John?
task070_abductivenli_incorrect_classification
task070-cb9d85844fca44dd8a4ae1116d08489c
In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story incoherent / implausible by indicating 1 or 2 in the output. If both sentences are plausible, pick the one that makes less sense. Beginning: Tom was reall...
1
task850_synthetic_longest_palindrome
task850-55df7abf1fd74d6fad3e7b4a37024497
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. cqccqcqcaacaaa
cqccqc
task284_imdb_classification
task284-6018a808954643a98ebd671c3ce402ef
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. This is your standard musical comedy from the '30's, with a big plus that it features some well known '30's actors in small fun cameo's.There is not much to ...
positive
task1210_atomic_classification_madeupof
task1210-c57b5d5f37454f94839a3557095b66d3
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
task1487_organism_substance_extraction_anem_dataset
task1487-1a1f79490b3142098d5254f1408b14b7
In this task, you are given a sentence. You are expected to write the name of the organism substances in the body mentioned in the input. Although there might be several correct answers, you need to write one of them. Iliac crest biopsy samples were taken and bone histomorphometry carried out .
samples
task1593_yahoo_answers_topics_classification
task1593-92a43016bff3494db2bb764fc4f862fc
You are given a passage. Using the information present in the passage, you need to classify it into one of the 10 topics: 0 - 'Society & Culture', 1 - 'Science & Mathematics', 2 - 'Health', 3 - 'Education & Reference', 4 - 'Computers & Internet', 5 - 'Sports', 6 - 'Business & Finance', 7 - 'Entertainment & Music', 8 - ...
0
task636_extract_and_sort_unique_alphabets_in_a_list
task636-69321a054c1d44718ec2bd77e42553fe
In this task, you are given an input list A comprising of numbers and alphabets. You need to extract and sort the unique alphabets in the list. The alphabets in the input list will only be in lowercase. Return -1 if there is no alphabet in the input list. ['q', 'q', 'p', '2071', '9501', '8641', 'i', 'o', '7721', '5091'...
c, d, g, h, i, o, p, q, r
task208_combinations_of_list
task208-4152219e38884dc48743327ace51785f
In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. Fo...
[['w', 'J', 'V'], ['w', 'J', 'F'], ['w', 'V', 'F'], ['J', 'V', 'F']]
task897_freebase_qa_topic_question_generation
task897-178ba23096f44f4cbbf0073ff05c97f7
Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question. church of england
What is the name for a person who is a member of the Church of England?
task767_craigslist_bargains_classification
task767-683ad31b960c4fdd81fadb31ecec5273
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...
housing
task369_synthetic_remove_odds
task369-e15b2ed626b242968a1e00d985b7d19b
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. [-100, 95]
[-100]
task101_reverse_and_concatenate_all_elements_from_index_i_to_j
task101-e8b448c821e341c9996ec567c9722305
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 find all elements of A from the ith element to the jth element, reverse the order in which they occur, and then concatenate them to output the resultant string. i and j will be non-negative, and will always have a va...
33934433S4885926933793641z650782759929O3921
task366_synthetic_return_primes
task366-3e0bc38f135f4b42ab54972a8063ddac
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. ...
[761, 17, 499]
task588_amazonfood_rating_classification
task588-fb1dca99f65d4cca97af414b9427ea91
In this task, you're given a review from Amazon's food products. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral or mixed, 4: good, 5: extremely good. After reading that corn (and of course pop corn) was heavily sprayed wi...
5
task105_story_cloze-rocstories_sentence_generation
task105-ec92ecb077834796a78fe1602f4fbf9e
In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences. Sentence1: Mary had never cooked a chicken before. Sentence2: She decided to cook one for dinner one night. ...
The chicken made Mary very sick.
task582_naturalquestion_answer_generation
task582-53e2965840054becb4b7537818775b1a
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\*. guest stars on sons of anarchy season 5
Ashley Tisdale
task326_jigsaw_classification_obscene
task326-97c40270a86442648a514961d5bc1668
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: obscene and non-obscene. A comment is obscene if it is considered offensive to the public sense of decency, for example because it too obviously relates to sex or contains language regarded as ...
Obscene
task453_swag_answer_generation
task453-67113974f70e46689b923b7a1999ab53
Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct. Someone can't speak; his jaw is broken. He
looks sad lying there pinned beneath someone 'shoe, wondering how it all went so wrong.
task460_qasper_answer_generation
task460-ce36075ae34d4a14a4f78e58fd5dfb0b
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. The first phase is to extract a knowledge graph from the story that depicts locations, characters, objects, and the relations between these entities. We pres...
neural question-answering technique to extract relations from a story text OpenIE5, a commonly used rule-based information extraction technique
task589_amazonfood_summary_text_generation
task589-464032e3580c4e279ea1a30c5ca9045c
In this task, you're given a review from Amazon's food products. Your task is to generate a short summary of the given review in the input. Note that you don't need to write a complete sentence as a summary. I love these licorice. Get licorice flavor--not just sugar with some flavor. Very satisfying.
Great licorice flavor
task756_find_longert_substring_and_return_all_unique_alphabets_in_it
task756-da80cae2b243407a8cdf5af1cb29278b
In this task, you are given two strings A,B. Find the longer of the two lists, convert it to lowercase, and return all the unique alphabets used in it. The two input strings are never equal. BVCvmeGwDcWfDGFIqVBzJCqA, WkQjFUcnDyeGwDcWfDGFIytjNKOw
c, d, e, f, g, i, j, k, n, o, q, t, u, w, y
task622_replace_alphabets_in_a_list_by_their_position_in_english_alphabet
task622-42ddc2fc738a49c09a7223d8840e49e7
In this task, you are given an input list A. You need to convert all the alphabets in the list with a number representing their position in the English alphabet. E.g., replace A by 1, B by 2, a by 1, b by 2, and so on. ['s', 'E', '8319', 'p', 'b', 'b', 'f', '8911', 'S', '6313', '7551', '2553', 'w', '5851', 'm', 'P', 'Y...
19, 5, 8319, 16, 2, 2, 6, 8911, 19, 6313, 7551, 2553, 23, 5851, 13, 16, 25, 333, 16, 20, 26, 9581
task927_yelp_negative_to_positive_style_transfer
task927-70b01f22a528453eb95c6c95ee26f9c0
You are given a negative review and your task is to convert it to a positive review by one or more making minimal changes. Avoid changing the context of the review. i was very disappointed with this place .
i was n't disappointed with this place at all .
task311_race_question_generation
task311-f4132b42571f4c47b5ea36d42150b716
In this task, you're given an article and an answer. Your task is to generate the question for the answer based on the given article. Article: Claude and Louris are "giraffes". So are police officers Hankins and Pearson. These men and women don't look like giraffes; they look like you and me. Then, why do people call t...
Which of the following is true? EUR
task1312_amazonreview_polarity_classification
task1312-cfbe9544626d40889c4225dd4ed2b86f
In this task, You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review. Just installed the UV water sanitizer. Packaging was complete and arrived in good condition. Materials seem to be of quality. Installation was easy....
positive