task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task369_synthetic_remove_odds | task369-a3cefa51cb5a4540bf23b682a343a14d | 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.
[77, 15, 67,... | [68, -74] |
task103_facts2story_long_text_generation | task103-9197695af7d44b0cbfee0591300611d2 | In this task, five ordered key facts are given. All the given facts are expressed in natural language. Your job is to generate a story 100 to 1000 words long, that includes all the facts given as input in their order of appearance while expanding upon them to produce a broader, yet coherent, narrative.
Fact1: Martin de... | Susan Graham Carol Marsh is a discontented heiress whose joint guardians Mervyn Johns and Peter Haddon are both trying to get her married to their odious nephews Peter Hammond and Geoffrey Sumner, respectively. On her nineteenth birthday, the five of them visit a nightclub called the Magnolia Club; also present happens... |
task851_synthetic_multiply_evens | task851-4c83a4a7824f4021b8a29f96cf073e8c | 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... | [-18, 0, 32, -168, -60] |
task1420_mathqa_general | task1420-65eeeec2756741e7b491ada40ba8acc6 | In this task, you need to answer the given multiple-choice question on the general math. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.
Problem: the present ages of 3 persons are in proportions 4 : 7 : 9 . 7 years ago , the sum of their ages was 79 . find their present ages .
Options: a ) 20 , 28 , b ) 28 , 3... | c |
task454_swag_incorrect_answer_generation | task454-5d0e2de83a0f4cb291e6f1ecd3a45916 | Given a sentence, generate a most unlikely next statement. The next statement should not be logically relevant to the given context
Footage begins of the two women doing chores - washing clothes on rocks at a stream, and walking back to the village. The woman | is working in a chair getting her hair tied up. |
task1595_event2mind_text_generation_1 | task1595-7d826d8efaed47b9adc70ab993d9c161 | The task is to generate text based of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons emotional reaction to the event, i.e. how that person feels after doing the action.
PersonX tears open the ___ | curious |
task507_position_of_all_numerical_elements_in_list | task507-bd9cc4c59eea4a6f9a1790da3c6d7156 | In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the numerical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no numerical element is in the list.
['6193', 'e', '992... | 1, 3, 4, 5, 7, 8, 9, 10, 12, 13, 17, 18, 24, 27 |
task302_record_classification | task302-71ad96c23487492fb1bd1d5a0c96cdf7 | 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. Among the entities, try to find the best entity that is most likely to fill in "_" and classify the answers based on options.
(EW.com ) -- This year, some real-life drama... | (I) |
task381_boolq_question_generation | task381-56801f12eef74b29b7f44293bb717a3a | You will be given a passage, and your task is to generate a Yes/No question that is answerable based on the given passage.
The Korean language has changed between the two states due to the length of time that North and South Korea have been separated. | is north korea and south korean language the same? |
task897_freebase_qa_topic_question_generation | task897-ed3f275a433541459321a4186441e2c8 | Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question.
brokeback mountain | Who directed the 2005 film 'Brokeback Mountain'? |
task223_quartz_explanation_generation | task223-b4fd6184295241349e9d19cd8c06d5a3 | In this task, you are given a question and answer for that. The answer will fill in the blank or will complete the unfinished question. Your task is to provide an explanation based on the given question or fill-in-the-blank statement, and answer.
Question: If plants are able to photosynthesize then they have
Answer: ... | Less photosynthesis means that plants and phytoplankton produce less food. |
task1431_head_qa_answer_generation | task1431-a398e69fba864f2fa22d42ca2e8e2127 | In this task, you are given a multiple-choice question about healthcare. Answer the question based on your information and classify your answers into '1', '2', '3', and '4'.
Question: Temperature is one of the important variables in the emission techniques, because:
Options: <1> The energy emitted by the atoms varie... | 1 |
task027_drop_answer_type_generation | task027-a26e088e50254cc9a072c477cb187e31 | 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 ... | date |
task311_race_question_generation | task311-89793606cfda43d7bb38480c9085f1e4 | 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: WELLINGTON, September 19 (Xinhua) -- If your teenage son won't get out of bed in the morning, then take comfort from the fact that he might be sleeping his way to a healthier fu... | What's the research really about? |
task888_reviews_classification | task888-c0e0717d132941b8beb8a15e43ab9d25 | Classify given movie review into two categories: positive, or negative based on its content.
though harris is affecting at times , he cannot overcome the sense that pumpkin is a mere plot pawn for two directors with far less endearing disabilities . | negative |
task366_synthetic_return_primes | task366-141a8903af5d49edbeda4d0a3fe38450 | 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.
... | [839, 587, 227, 503, 773, 353, 139, 431] |
task821_protoqa_question_generation | task821-f58595066efc45299f1eb31eaf35fa24 | Construct a question that every answer in the list is correct and reasonable for it.
place of worship, restaurant, in law's/parnts, work, movie theatre, supermarket | name a place where you would not want to get into an argument with your partner. |
task1412_web_questions_question_answering | task1412-a7e7757ba9e84bd08aec8036fa5d2362 | A question is presented to you in this task, and your job is to write a potentially correct answer.
who is kurt busch driving for now? | Miller Lite |
task246_dream_question_generation | task246-da1aa44fa52c4c98bb251144f4db4fd0 | 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 would the man like to have? (A) Tea. (B) Coffee. (C) Nothing. |
task430_senteval_subject_count | task430-308f4981f0e24f0b8be044bdd1d0cc36 | 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.
Part of me wanted to stay there forever, to feel safe and loved for a change, but I pulled away. | Singular |
task132_dais_text_modification | task132-76940e7be8504e73b0a8a33a28765862 | 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.
Bob babbled the man who was from work a story | Bob babbled a story to the man who was from work |
task183_rhyme_generation | task183-49a891bb53684cb9b62f468f94c50d1d | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
behind | grind |
task092_check_prime_classification | task092-99252115c20f4cfeb543dd090f8ee983 | 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.
349 | Yes |
task337_hateeval_classification_individual_en | task337-6f3e22fa944d4381bda12be10ceb7486 | 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: @naughtyohiobabe mmm perfect body and s... | Individual |
task183_rhyme_generation | task183-adf9989220da4dc0923c4ff6554f4f6a | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
give | relive |
task064_all_elements_except_first_i | task064-c6363912b0744694892c3055a0b7a028 | In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A after the first i elements. i will always have a value less than the length of A.
6, ['2057', 'd', '8569', '1289', '8045', 'f', 'D', 'm', 'H', '973', 'X', 'y', '6613', 'N', '389'] | D, m, H, 973, X, y, 6613, N, 389 |
task164_mcscript_question_answering_text | task164-40235bce05d54aa7905c1ad34253138b | 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 ... | When it was time to put the nails in the wall. |
task596_mocha_question_generation | task596-dbbd3a3fd8514c6b84d76f657c497123 | In this task, you're given a context passage. Your job is to generate relevant questions that can be answered by directly referring to the passage.
Looking to get away from the crowd, Jordan ran quickly. | How would Jordan feel afterwards? |
task111_asset_sentence_simplification | task111-4428938649024fe693dfd45fc2769e5f | 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... | Celestus fowleri is a species of lizard in the Anguidae family. |
task405_narrativeqa_question_generation | task405-864ddb3316c34e759155be66e305298f | 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 happened when Chet was looking at the money? |
task523_find_if_numbers_or_alphabets_are_more_in_list | task523-f5d4e36055984441ab707e348c758591 | In this task, you are given an input list A. If the count of numbers is more than that of alphabets in the list, answer 'Numbers Win'. If the count of alphabets is more than that of numbers in the list, answer 'Alphabets Win'. If the count of numbers is same as that of alphabets in the list, answer 'Numbers and Alphabe... | Numbers Win |
task934_turk_simplification | task934-bd3534e070944d9db26f34714dfa7f76 | 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.
among the casualties were two fishers who were reported missing. | among the dead were two fishers who were reported missing. |
task380_boolq_yes_no_question | task380-c0845fdb55254c179b17e6fc7525fc2b | In this task you will be given a passage and a yes/no question based on the passage. You should answer the question using the information from the passage.
passage: In the Czech Republic, drinking in public is generally legal, but each community is entitled to restrict public drinking by ordinance. As a result of this ... | Yes |
task112_asset_simple_sentence_identification | task112-470d0e0e932040f0b7bdfcf945522562 | 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 |
task850_synthetic_longest_palindrome | task850-f1d5f9ea166c47e0b70cb21bc2f5beea | 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.
dbbbddebeb | dbbbd |
task074_squad1.1_question_generation | task074-906f0a91853c4ea5846878522f8b26eb | 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 are the three sources of European Union law? |
task1446_farthest_integers | task1446-55c5fb38bf8246698e444d1dbe77aef0 | 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.
[-7, -3, 96] | 103 |
task024_cosmosqa_answer_generation | task024-1c7163eb4c0943b986f56eae9153495e | Craft one correct answer to the question given in input. To make it more interesting, try to use non-stereotypical language if possible. Make sure your correct answer is reasonably long, consistent with the context, and requires common sense (instead of explicit extraction from the context.) In your answer, use as few ... | I contacted the employer about an interview opportunity. |
task1594_yahoo_answers_topics_question_generation | task1594-83b6a818b4cc4e03a6de3363bd7b535f | You are given a passage. You need to construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) its answer is the whole paragraph. Avoid creating questions that can be answered correctly without actually understanding the paragraph.
It really d... | do you loose weight with birth control? |
task322_jigsaw_classification_threat | task322-c40c091f6e2b44408dc09490e435f782 | In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: threat and non-threat. Threat is a statement that someone will be hurt or harmed, especially if the person does not do something in particular.
Comment: Hope the Pizza Eater Ozwhipped is too bu... | Non-threat |
task1505_root09_semantic_relation_classification | task1505-f640a3c156864e738bc49ce446e02ce1 | 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 ... | COORD |
task1599_smcalflow_classification | task1599-d5d34e0dfbc048d184555c245eb39b38 | In this task, you are given an utterance, which is a part of a conversation between a user and an agent. Your job is to detect the speaker. The user usually commands the agent to schedule events, retrieve event information, and check the schedule. While the agent's response is an answer to the user's questions or follo... | agent |
task303_record_incorrect_answer_generation | task303-3dc73b2294514cc3b8165f3f51b787d4 | 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 ... | Alice Bamford |
task852_synthetic_multiply_odds | task852-c47e70fc911e4385b307a19473a1b789 | 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... | [19, -7, -3, -1127] |
task517_emo_classify_emotion_of_dialogue | task517-ab5cc6ebcf6b4f09bbf431f6e1d77b0f | 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.
what wait what are you online whole day | other |
task088_identify_typo_verification | task088-11c657aeffdb47db866d6824b82792a0 | 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 ... | Fou |
task322_jigsaw_classification_threat | task322-63e152e3b34644848f05bf9730ca039d | In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: threat and non-threat. Threat is a statement that someone will be hurt or harmed, especially if the person does not do something in particular.
Comment: arbitrarily punishing innocent people ..... | Threat |
task183_rhyme_generation | task183-6a42ad94eaad4caabfe0c097abc7f390 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
she | ji |
task097_conala_remove_duplicates | task097-3662189495844c6aa7a11438914b5efe | 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.
[1, 7, 3, 0, 7, 4, 2] | [1, 3, 0, 4, 2] |
task588_amazonfood_rating_classification | task588-49f73eb0153b45378622b126f460dd6e | In this task, you're given a review from Amazon's food products. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral or mixed, 4: good, 5: extremely good.
i have started the extraction process less than a month ago, and so far... | 5 |
task326_jigsaw_classification_obscene | task326-f67a4a9e1af54379b6e2c5c04bb91ff6 | 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 |
task283_dream_incorrect_answer_generation | task283-f362fc98f93240a196b62fd731bf6c57 | 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".
W: I understand how you feel, sir. But there simply is... | The man himself. |
task283_dream_incorrect_answer_generation | task283-1788f3c52ce34d9ca200ba7c4a031810 | 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".
W: This week's program Up Your Street takes you to Har... | It is at the center of the fashion industry. |
task823_peixian-rtgender_sentiment_analysis | task823-3ec84dcfbdc3439ebde73390bf3fae46 | Given a 'poster' sentence and a corresponding 'response' (often, from Facebook or Reddit)classify the sentiment of the given response into four categories: 1) Positive, 2) Negative, 3) Neutral, and 4) Mixed if it contains both positive and negative.
Poster: See you in August, New Haven! Looking forward to playing the C... | Positive |
task592_sciq_incorrect_answer_generation | task592-a38c44e8c738472b91b135d96f7c2169 | 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.
Fertilization occurs if a sperm enters the egg... | ovarian |
task170_hotpotqa_answer_generation | task170-39f48e8dcca441009ad9ed02227244a1 | In this task, you are given a set of context paragraph and some supporting facts to answer a question. Your task is to generate answer for given question based on set of context paragraphs and supporting facts.
Context_1 : The Decoy is a 1916 American black and white silent short drama film directed by William Garwood,... | film actor |
task103_facts2story_long_text_generation | task103-8d827fb9bc9643e0ac02f0347c15dc97 | In this task, five ordered key facts are given. All the given facts are expressed in natural language. Your job is to generate a story 100 to 1000 words long, that includes all the facts given as input in their order of appearance while expanding upon them to produce a broader, yet coherent, narrative.
Fact1: American ... | American reporter Steve Martin Raymond Burr is brought from the ruins of Tokyo to a hospital filled with maimed and wounded citizens. Emiko Momoko Kochi finds him among the victims and attempts to find a doctor for him. Martin recalls in flashback stopping over in Tokyo, where a series of inexplicable ship disasters ca... |
task1412_web_questions_question_answering | task1412-5ccc0015c33544f396e48351a59850c7 | A question is presented to you in this task, and your job is to write a potentially correct answer.
what did emily dickinson die of? | Bright's disease |
task374_synthetic_pos_or_neg_calculation | task374-f3cdb72b2d6543a189d846f5601917aa | In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list.
Note: A list is presen... | [177, 54, 9, 174, 294] |
task1312_amazonreview_polarity_classification | task1312-5d727e31148a41038f7bf5d1d1609b7f | 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.
I can’t believe how many reviews say this works. It’s an oil that just keeps my nail polish squishy. I only put on one coat and now they are taking ... | negative |
task063_first_i_elements | task063-f5e27686b69f4ab28469e6df47579484 | 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
7, ['t', 'A', '299', 'L', '1711', 'A', 'K', '7145', 'o', '2785', '3827', 'M', '7063', '9069', 'N'] | t, A, 299, L, 1711, A, K |
task208_combinations_of_list | task208-b73398e56ed041659a6e279d449287e5 | 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... | [['3', '9', 'k', 'V', 'q'], ['3', '9', 'k', 'V', 'd'], ['3', '9', 'k', 'q', 'd'], ['3', '9', 'V', 'q', 'd'], ['3', 'k', 'V', 'q', 'd'], ['9', 'k', 'V', 'q', 'd']] |
task903_deceptive_opinion_spam_classification | task903-910d4ce4fd534b37b90093b7e756f2bb | Given a hotel review and the corresponding polarity of review (i.e., Negative or Positive) identify if the polarity is correct. Write 'true' if it's correct, 'false' otherwise.
Review: My boyfriend and I were amazed by the breathtaking view of Lake Michigan! We are from Texas so the view of the city was very important ... | true |
task246_dream_question_generation | task246-d27afa7349a742569a4d49562e6a2718 | 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 does Jack have? (A) A car. (B) A bike. (C) A bar. |
task588_amazonfood_rating_classification | task588-dfd2647079e342448d88d96036ca5466 | 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.
This product is shipped so fresh that even if it takes your family mont... | 5 |
task617_amazonreview_category_text_generation | task617-eb9e5b734e49428cb530a5e31ab3783c | In this task, you're given a review from Amazon and your task is to generate the name of the category of the product based on the review given by the user. The categories are: kitchen, office product, watch, wireless, other, toy, digital video download, camera, jewelry, pet products, sports, industrial supplies, baby p... | drugstore |
task390_torque_text_span_selection | task390-562776c31a614ababf830bbbdd5bcf46 | 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: "We're... | acknowledged |
task195_sentiment140_classification | task195-38b3a170ae134d49bed3de807e59b804 | In this task, you are given a text from tweets. Your task is to classify given tweet text into two categories: 1) positive, and 2) negative based on its content.
It's Saturday night, what time is it? Time for a gallbladder attack! | negative |
task092_check_prime_classification | task092-11d4b670b3cc4a7db753ccb7a27acf7a | 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.
3597 | No |
task267_concatenate_and_reverse_all_elements_from_index_i_to_j | task267-76d5016ee6554c888493f18bf57bffe8 | 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 ... | ww76023905C |
task196_sentiment140_answer_generation | task196-d5a62218096348ba9815aa537a764b10 | 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: @andreayager And in this medium it becomes a daisychain of she... | yes |
task902_deceptive_opinion_spam_classification | task902-f231ac3db41f43f3a84726026fe60e61 | Classify the given hotel review based on the sentiment it expresses into two classes: negative and positive.
I was going to Chicago last month and wanted a nice hotel that was close to restaurants and shops. I did some research and believed the InterContinental would suit my needs. I sure was not disappointed by my dec... | positive |
task586_amazonfood_polarity_classification | task586-29c9239d325c4e2aa1ba2335d49935ac | 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.
Good product! good price fast shipping . needs an insert in lid to seal container better! | Positive |
task430_senteval_subject_count | task430-e96f6efba74d4dd5b777c1f6d547937c | 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.
There were big rats everywhere, on the floor, on boxes, clinging to the walls. | Plural |
task521_trivia_question_classification | task521-07aba5f00db44d8aba5cf1b7824d2337 | 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.
In this novel, the central female c... | Literature |
task504_count_all_alphabetical_elements_in_list | task504-10e81bb08175480c9ef348b677b7fc59 | 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
['l', 'I', 'x', 'H', 'n', 'a', '8859', '1305', '7517', 'O', 'c'] | 8 |
task301_record_question_generation | task301-73d8cb3edcaf44d4855cc7faf408029a | 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 _ .
(CNN) Just hours a... | As CNN has previously reported, investigations by then had revealed individuals linked to the terrorist cell had conducted video surveillance of a _ nuclear official. |
task851_synthetic_multiply_evens | task851-258655dd39474c4797f1591aa0cf7a57 | 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... | [-15960, -2304, -12, 208, 19992, -18, -640] |
task455_swag_context_generation | task455-c7f9b2b9d000469093c6af8cc4a2d0dd | Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement.
Someone and someone give him shocked looks. | Someone furrows his bushy eyebrows. |
task103_facts2story_long_text_generation | task103-221c221e090e4f899cd10ea7dbf6f925 | In this task, five ordered key facts are given. All the given facts are expressed in natural language. Your job is to generate a story 100 to 1000 words long, that includes all the facts given as input in their order of appearance while expanding upon them to produce a broader, yet coherent, narrative.
Fact1: Krishnasa... | Krishnasamy Arjun Sarja, a respected man, and Samiyappan Thilakan are in a feud for several years. Amudha Nikitha, Krishnasamys daughter, hates her father because she thinks that he is a killer. A few years before, Krishnasamy was a tea master with his friend Kandhasamy Goundamani. After his fathers death, Krishnasamy ... |
task605_find_the_longest_common_subsequence_in_two_lists | task605-b430e37fa97c4183a85d941d3c9758b8 | In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B.
[7363, 5107, 5235, 'T', 5923, 'Y', 9873, 'E', 'O', '6353', '8965', 'd', '1577', 'c', '4789', 'c', '2993', '2869', 's', '8421', 'R', 'T', 6655, 7199], [9819, 'v', 'E', 'O', '6353', '8965', 'd', '1577', 'c', '4789', 'c', ... | E, O, 6353, 8965, d, 1577, c, 4789, c, 2993, 2869, s, 8421, R |
task164_mcscript_question_answering_text | task164-053f4f31f742456d9686fa48454e7689 | 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 ... | When Jan arrived home. |
task1328_qa_zre_relation_generation_from_question | task1328-0a936ed9e95f420fb8f2037526842648 | Classify the relation of question with context to one of these categories: 1) award received, 2) based on, collection, 3) conflict, 4) constellation, 5) convicted of, 6) date of death, 7) director, 8) drafted by, 9) educated at, 10) medical condition, 11) military branch, 12) narrative location, 13) occupation, 14) ori... | director |
task074_squad1.1_question_generation | task074-c4089609b6904a41a917a1fc0859f019 | 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 was Warsaw's first literary cabaret? |
task615_moviesqa_answer_generation | task615-affbd8cdec92457fbb4fb90e49684e72 | 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.
what is a film written by Jeremy Spears? | Winnie the Pooh |
task114_is_the_given_word_longest | task114-201f6913246d412280eaf4e7fc3579eb | 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: 'an old cl... | No |
task493_review_polarity_classification | task493-3ed0eb4895d54fe28a966fd6db83ec0f | Given reviews from Amazon, classify those review based on their content into two classes: Negative or Positive.
Chumbawamba is an underground British band that has been around for almost 20 years. They had a stroke of surprising luck in 1997 with the infectious dance/sports anthem Tubthumper. However, that song is not ... | Positive |
task820_protoqa_answer_generation | task820-da929c5b248b4388a783124d349a4fc3 | 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.
what is hell to you? | hot |
task078_all_elements_except_last_i | task078-ee841b6dbb544015ac26243a4d32f818 | 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.
8, ['8063', 'V', '1549', '9577', '4065', 'J', '2583', 'e', 'f', '4597', '9919', '5661', 'K', '41', '3063', '3659'... | 8063, V, 1549, 9577, 4065, J, 2583, e, f |
task592_sciq_incorrect_answer_generation | task592-129e504a0be54aa1ba4282f17bd654a6 | 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.
There are two basic body plans in cnidarians w... | stoma |
task177_para-nmt_paraphrasing | task177-c13938a4f0d94875afcc998434be7eeb | This is a paraphrasing task. In this task, you're given a sentence and your task is to generate another sentence which express same meaning as the input using different words.
mr. szpilman , you 're quite , \nquite wonderful . | mr. szpilman , you 're an amazing person . |
task027_drop_answer_type_generation | task027-88d9cc92999243af88a98c73e5cb6a4b | 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 |
task455_swag_context_generation | task455-73d58c2e68bd4381aa26f35d8d8bbf74 | Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement.
Someone forces a grin. | He snatches the card from her hand. |
task303_record_incorrect_answer_generation | task303-71c5691699d84b56825142cc4676e6c1 | 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 ... | Senate |
task455_swag_context_generation | task455-c5528fdf07874e1f921fffadbeceb11b | Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement.
He is giving an interview with a young someone in a black dress. | A man in military uniform is standing in front of a group of soldiers. |
task1361_movierationales_classification | task1361-adb32b6de95d41a3840a8a68fe94ef08 | In this task, you must classify if a given review is positive/negative, indicating your answer as P or N.
three things i learned from " being john malkovich " : when getting on the elevator for your first day of work on the 7 1/2th floor of a building , always bring your crowbar ; do n't stand in the way of your wife '... | P |
task1336_peixian_equity_evaluation_corpus_gender_classifier | task1336-f979768d20174b9fbefb3ae13c48d662 | 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).
My mother found herself in a dreadful situation. | female |
task1326_qa_zre_question_generation_from_answer | task1326-3986d63f77534326a475cfbac1b6c450 | 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 : Dana or Danah Al-Nasrallah (born 7 March 1988) is Kuwaiti female track and field athlete competing in sprinting events.
Answer : femal... | What is the gender Danah Al-Nasrallah is known by? |
task024_cosmosqa_answer_generation | task024-c929165b87d64990aff08f1d47363269 | 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 ... | Because he works for the TV company. |
task846_pubmedqa_classification | task846-dd390b9af9bf49c99d08b13eb681e098 | Given a passage with a question and an answer to that question, classify if the answer actually answers the question into 'yes' or 'no'. Output 'yes' if the answer answers the question and output 'no' if the answer does not answer the question.
Question: Does muscle magnetic resonance imaging sensitivity decrease in ch... | no |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.