task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task429_senteval_tense | task429-552c2bec288344458721ee090da827f2 | In this task you are given a sentence. You must judge whether the main verb of the sentence is in present or past tense. Label the instances as "Present" or "Past" based on your judgment. If there is no verb in the given text, answer "Present".
" I handled it. " | Past |
task1727_wiqa_what_is_the_effect | task1727-3710a576824a4ee49e955bfd4cf811fa | 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 |
task1217_atomic_answer_generation | task1217-0de1f267e903452492aa735b14a2c778 | 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 sets ___ upon PersonY | dog |
task592_sciq_incorrect_answer_generation | task592-7e9e93778e5a4975b688a365933a535c | 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.
How many stars are in our solar system? | none |
task505_count_all_numerical_elements_in_list | task505-8ee1f82afda74744836cefeae28c00a4 | 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.
['1195', '1737', '8569', 'R', 'c', '1567', 'p', 'a', '77', 'l', 'E', 'm', '4073', ... | 6 |
task099_reverse_elements_between_index_i_and_j | task099-b11291d000894bcc9d0e3c8141dd6089 | In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element in the reverse order. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.
6, 8, ['z', 'G',... | 4005, 9421, 6615 |
task453_swag_answer_generation | task453-d1b20a16d9de4cc1a384307c4646ab5d | Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct.
The woman continues spinning the rod around body, also throw the rod in the air. Then, the woman | rolls the rod on her arms, then she throw the rod in the air and and does a cartwheel before catching the rod. |
task295_semeval_2020_task4_commonsense_reasoning | task295-e06403a7d8bd44adba751502813e3234 | In this task, you are given an impractical statement. You are also given three reasons (associated with "A", "B", "C") explaining why this statement doesn't make sense. You must choose the most corresponding reason explaining why this statement doesn't make sense.
my pan and i dined on lobster
(A) i use my pan to cook ... | C |
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately | task509-aef7712ef0a047b2bc3db92828dd4bd0 | 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... | K, R, A, L, 8739, 6907, 7873, 2003, 9527 |
task372_synthetic_palindrome_numbers | task372-aa6c7615872642099724ac24e5361644 | In this task you will be given a list of integers. You should only return an integer if the first digit is the same as the last digit in the number. If an integer has a single digit, then it should be returned. If there are no integers that start and end with the same digit then an empty list ("[]") should be returned.... | [-959, 525] |
task124_conala_pair_averages | task124-803f0c6e61264107a2b1be2b773c43c3 | In this task you are given a list of numbers and you need to find the average of each two consecutive values. The average of two numbers a and b is calculated as: (a + b) /2. The output should be a list of the averages of each two consecutive values. A list is presented with two brackets and comma-separated values, lik... | [21.5] |
task496_semeval_answer_generation | task496-cd29baa479424c14ba0091844bee6f79 | Given news headlines, an edited word and funniness labels. The original sentence has word with the given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Your task is to generate answer "Yes" if an edited sentence matches funniness label, otherwise generate answer "No". ... | No |
task326_jigsaw_classification_obscene | task326-3422a29b472b469684d4f73aeb621606 | 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 ... | Non-obscene |
task376_reverse_order_of_words | task376-ec6307aa978a4a8b982e6ba5fb119bf4 | In this task, you need to reverse the order of words in the given sentence.
Sentence: a bright yellow boat parked by a dock | dock a by parked boat yellow bright a |
task303_record_incorrect_answer_generation | task303-6d8c50b492ec40928e38066c54474cac | 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 ... | Bergen |
task1310_amazonreview_rating_classification | task1310-ecf95c6ea221439ea48488c580dac99c | 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.
This is one of the best hair spray I ever used. It helps your hair in the shape you want and it l... | 5 |
task1151_swap_max_min | task1151-ae564fe942ad4547a832a77dc925661c | In this task, you are given a list of unique integers you need to swap the positions of maximum and minimum element in the list and return the updated list.
[72, 154, 178, 240, 48, 305, 77, 311, 13, 488, 117, 442, 112, 490, 270, 150, 307, 263, 242, 40] | [72, 154, 178, 240, 48, 305, 77, 311, 490, 488, 117, 442, 112, 13, 270, 150, 307, 263, 242, 40] |
task495_semeval_headline_classification | task495-1edc53242b9a4a18b1e1656398994bfe | 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 |
task157_count_vowels_and_consonants | task157-f1054817b0a349f39becce01309dfa18 | In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence.
Sentence: 'a dalmatian sits on a couch in the sunlight'. Count the number of vowels in the given sentence. | 14 |
task616_cola_classification | task616-ec13517454114f37a9d6633ceceac2cc | 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 |
task845_pubmedqa_question_generation | task845-ee6d1e1d87da4c099342c04c0388df36 | Given a passage with a context and an answer, 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... | Does calcium dobesilate attenuate vascular injury and the progression of diabetic retinopathy in streptozotocin-induced diabetic rats? |
task875_emotion_classification | task875-99c37c7c898d4aa69813b135513f1182 | In this task, you are given a sentence containing a particular emotion. You must classify the sentence into one of the six emotions: 'joy', 'love', 'anger', 'fear', or 'surprise'.
i feel weird when yuuki talks to other girls | fear |
task1445_closest_integers | task1445-ac9e2bd4f54c4b6c8bbd8011e4a8ec2d | In this task you will be given a list of integers. You should find the minimum 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 smallest possible absolute distance.
[6, -40, -18, 81,... | 3 |
task100_concatenate_all_elements_from_index_i_to_j | task100-4eed00ca6d934e1f96f9fdd6e0941e9f | 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... | 5007VLT559cg |
task399_semeval_2018_task1_tweet_sadness_detection | task399-1ff20b9bf53a4683a92aa9383c5e4a41 | In this task you are given a tweet. You must judge whether the author of the tweet is sad or not. Label the instances as "Sad" or "Not sad" based on your judgment. You can get help from hashtags and emojis, but you should not judge only based on them, and should pay attention to tweet's text as well.
Rockin to Bob Dyl... | Not sad |
task591_sciq_answer_generation | task591-ba5caa771c9d41c1ace508da828d15e1 | Given a scientific question, generate a correct answer to it.
Preserved remains or traces of organisms that lived in the past are known as what? | fossils |
task900_freebase_qa_category_classification | task900-04eae240187c414e8bd91ef04be92bd3 | Given a trivia question, classify broad topical category from this list: 'theater', 'geology', 'book', 'tv', 'astronomy', 'aviation', 'military', 'government', 'boxing', 'projects', 'metropolitan_transit', 'law', 'venture_capital', 'broadcast', 'biology', 'people', 'influence', 'baseball', 'spaceflight', 'media_common'... | film |
task1368_healthfact_sentence_generation | task1368-bbb0472d3c2e4241bf6dd9444ad3560f | Given a paragraph, generate a claim that is supported by the given paragraph. 1) The claim must contain information from within the paragraph. 2) A sentence within the paragraph can be used as a claim. 3) The claim should not have contradictions within the paragraph. 4) The claim should be at most one sentence long.
"T... | FDA ‘black box’ warning advised for cancer drug Avastin |
task405_narrativeqa_question_generation | task405-057f43f1680d4840af00b062ed135b20 | You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont... | Who agreed to let Markway lease the house and what was the one stipulation placed upon him? |
task600_find_the_longest_common_substring_in_two_strings | task600-002e7062d0be4ebb90ad1ccf9346c758 | In this task, you are given two strings A, B. Find the longest common substring in the strings A and B.
KEZVzc, hrZVSd | ZV |
task101_reverse_and_concatenate_all_elements_from_index_i_to_j | task101-a64b58ac664047e08c2fb4954eb4e8c4 | 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... | W |
task1294_wiki_qa_answer_verification | task1294-e31eb359c13f4cc19d82d5484ee9de98 | In this task, you are given a question and an answer. Answer "Yes" if the given answer correctly answers the question, otherwise answer "No".
how fast is one g, Answer: g-force (with g from gravitational) is a term for accelerations felt as weight and measurable by accelerometers . | No |
task1290_xsum_summarization | task1290-d029d9f6a072475b8203f847a891dd38 | In this task, you are given an article. Your task is to summarize the article in a sentence.
The slump was large enough for trading in stocks of the Japanese industrial giant to be automatically halted.
Shares had already fallen 12% on Tuesday after reports of the likely write-down began circulating.
Toshiba said the p... | Toshiba shares fell 20% on Wednesday after the firm warned that its US nuclear business may be worth less than previously thought. |
task637_extract_and_sort_unique_digits_in_a_list | task637-a4696e9ee53d4ee78534b9d928fe5364 | In this task, you are given an input list A. You need to extract and sort the unique digits used in the list in ascending order. Return -1 if there is no digit in the list.
['273', '203', '337', 'q', 'l', 'm', '213', '71'] | 0, 1, 2, 3, 7 |
task070_abductivenli_incorrect_classification | task070-73cf7b36b21a42f59d648f82214a4eee | 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: I got to see ... | 2 |
task476_cls_english_books_classification | task476-8bc2747456c74c3cae33af3a1b78d880 | In this task, you are given books product reviews in English language. The goal is to classify the review as "POS" if the overall sentiment of the review is positive or as "NEG" if the overall sentiment of the review is negative.
WTFO - This does not deserve a review but... . I am a Panama (Just Cause) & Desert Shield... | NEG |
task1205_atomic_classification_isafter | task1205-c4fb371c874f4bfbaa9b8ea8dcbe8db4 | 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... | Yes |
task183_rhyme_generation | task183-b93ef73ef23843b28d5ca56c70c4b42f | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
valley | bally |
task372_synthetic_palindrome_numbers | task372-fb3ad1c39fdd4af9859de0835e8ad240 | In this task you will be given a list of integers. You should only return an integer if the first digit is the same as the last digit in the number. If an integer has a single digit, then it should be returned. If there are no integers that start and end with the same digit then an empty list ("[]") should be returned.... | [959, 444, -606] |
task306_jeopardy_answer_generation_double | task306-6bc90097370640d5b20d4ec5336998b6 | You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters.
Category: HISTORIC PEOPLE
Clue: "It's Good To Be Alive" is the autobiography of this 1950s Bro... | roy campanella |
task074_squad1.1_question_generation | task074-282b19e6c669457c8c13479510585b52 | 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 resulted from Europe's exploration of the New World? |
task377_remove_words_of_given_length | task377-eae51c46daed4704b928b0ead330048e | 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 living room filled with furniture and a fire place'. Remove all words of length '4' in the given sentence. | a living filled furniture and a place |
task592_sciq_incorrect_answer_generation | task592-6b3451877c3a4f12b36aa230335f1423 | Given a scientific question, generate an incorrect answer to the given question. The incorrect answer should be a plausible alternative to the correct answer. The answer should be some other item belonging to the same category as the correct answer but should be incorrect.
What is the leading cause of soil erosion? | volcanic explosions |
task373_synthetic_round_tens_place | task373-953f36927c684db5866655f55a876f3d | In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[-872, 360, 886, -781, 994] | [-870, 360, 890, -780, 990] |
task1347_glue_sts-b_similarity_classification | task1347-4980e0ef9d4e413fa50136df7f7eae86 | Evaluate the similarity between them and classify them into classes from 0-5 as follows:
0 : The two sentences are completely dissimilar.
1 : The two sentences are not equivalent, but are on the same topic.
2 : The two sentences are not equivalent, but share some details.
3 : The two sentences are roughly equivalent, b... | 4 |
task507_position_of_all_numerical_elements_in_list | task507-c5c0663c320e484aa43ced45f5168a6c | 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.
['T', '6917', 'R',... | 2, 4, 5, 6, 13, 14, 16, 17 |
task303_record_incorrect_answer_generation | task303-2f8634131309468ea88a9b05dc2b1698 | 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 ... | Amaq |
task820_protoqa_answer_generation | task820-18add802ed314205a15c3983ba3960ea | 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 an occupation in which you'd get lousy tips if you weren't friendly. | waiter |
task243_count_elements_in_set_intersection | task243-b97240c8425d4c2da029b7f7b8e1bd58 | In this task, you are given two sets, and you need to count the number of elements at the intersection of two given sets. A Set is shown by two curly braces and comma-separated numbers inside, like {1, 2, 3}. The intersection of two given sets is the largest set which contains all the elements that are common to both ... | 5 |
task592_sciq_incorrect_answer_generation | task592-bb48d83d52004153863790259a9ce0a4 | 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.
Who discovered that the andromeda nebula is ov... | richter hubble |
task320_stereoset_classification_race | task320-f66caae4552747fcb9318c2e575d00f2 | 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... | stereotype |
task386_semeval_2018_task3_irony_detection | task386-b8f8cfd4b2ef4dd4a1dea7db06058b50 | In this task you are given a tweet. You must judge whether the tweet is ironic or not. We define two type of irony for this task ("polarity","situational"). Situational irony happens when a situation fails to meet some expectations. polarity irony happens when irony is achieved by inverting the intended sentence. Label... | ironic |
task195_sentiment140_classification | task195-ad816425bae14ae982adee0707f21565 | 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.
@FaithfulChosen Need to leave in 10 minutes myself... I hope @crystalchappell waits for me... | positive |
task820_protoqa_answer_generation | task820-1474e71377cc4f2f9bac5da992a60996 | 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 a telemarketer probably hates about their job. | rude people |
task183_rhyme_generation | task183-99dc90d1a573435bb80accee4537f8fc | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
boat | float |
task283_dream_incorrect_answer_generation | task283-b6f90b1eb88640a79db6c6a3ba81e59f | 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: Would you like a cup of tea? W: I'd rather have a c... | She's not sure. |
task494_review_polarity_answer_generation | task494-a9b82b348cad414989ac98b485bf081f | Given a review text from amazon and its polarity (either positive or negative). Generate answer "True" if given sentence and its polarity match, otherwise generate answer "False". A review is considered positive if the reviewer is satisfied with the product. Otherwise, it is considered negative.
Review: Many of us reme... | True |
task1509_evalution_antonyms | task1509-07ec885a7db74de0b30ee14cd9bccb26 | In this task, you are given an adjective, and your job is to generate its antonym. An antonym of a word is a word opposite in meaning to it.
mouse | cat |
task229_arc_answer_generation_hard | task229-703dc27465024c428c52470f82a30130 | You are given a science question (hard-level) and four answer options (associated with "A", "B", "C", "D"). Your task is to find the correct answer based on scientific facts, knowledge, and reasoning. Do not generate anything else apart from one of the following characters: 'A', 'B, 'C', 'D'. There is only one correct ... | B |
task618_amazonreview_summary_text_generation | task618-b96b951514c64f7986fbd73f33e16b7b | In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review.
Didn’t work for long. It dies out after two hours and i have perfect sunlight | It dies out after two hours and i have perfect sunlight |
task067_abductivenli_answer_generation | task067-de8bf4eec00a4858821ec1090c0e9b8e | 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... | I hope my new car lasts a long time because it was expensive. |
task160_replace_letter_in_a_sentence | task160-b03886ebf3fb4abf8847ed30b9ae4a4f | In this task, you need to replace a letter in the sentence with another given letter.
Sentence: 'a cat that is lounging on a kitchen chair'. Replace the letter 'h' with 'u' in the sentence. | a cat tuat is lounging on a kitcuen cuair |
task504_count_all_alphabetical_elements_in_list | task504-29b2b5855ffe4df2b00a062431d265a8 | 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
['q', '9709'] | 1 |
task847_pubmedqa_question_generation | task847-225fc598596b41b2bf74ed7657a8e07b | 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 pI3K and Bcl-2 inhibition prime glioblastoma cells to apoptosis through downregulation of Mcl-1 and Phospho-BAD? |
task066_timetravel_binary_consistency_classification | task066-c236bc6f527e4b87a8146d353817ef1d | In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given a candidate for the second sentence and you need to identify if the given sentence connects the first sentence with the rest of the story. Indicate your answer by "Yes" if it connects, otherwi... | No |
task326_jigsaw_classification_obscene | task326-6621c4899539411e9ea23c521170ed5c | 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 ... | Non-obscene |
task339_record_answer_generation | task339-39b117721ae340c6984cfb128385c65b | In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Try to find the best answer that is most likely to fill in "_". Note that the URLs in the text have been replaced with [Link].
A teenage girl has been charged with robber... | Haley McKibben |
task165_mcscript_question_answering_commonsense | task165-3d45a15c22d84db79926e4ffff460895 | You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to choose the correct answer to the question based on the passage. Answer of the question cannot be found directly from the passage, it is indirectly indicated in the passage. Do not answer with words o... | after using the machine |
task405_narrativeqa_question_generation | task405-32dd203df65140428893e2fc5b3ac7bb | You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont... | Who rescued Amoret from wizard Busirane? |
task293_storycommonsense_emotion_text_generation | task293-c60ceef70b9a483cb22aab389d89c817 | 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 ... | None |
task638_multi_woz_classification | task638-4ed21aea92534e5f8dd737fb4d16000d | You are shown a conversation between a user and system. Identify who has spoken the indicated sentence based on the conversation.
Sentence1: There are quite a few restaurants. What cuisine would you like? Sentence2: I will get back to you. Thank you for the help. Sentence3: Have a great day. Goodbye. Sentence4: I'm loo... | Answer: (B) System |
task494_review_polarity_answer_generation | task494-01a3280cb1624afea061d5f539a6c2a5 | Given a review text from amazon and its polarity (either positive or negative). Generate answer "True" if given sentence and its polarity match, otherwise generate answer "False". A review is considered positive if the reviewer is satisfied with the product. Otherwise, it is considered negative.
Review: My favorite gam... | True |
task267_concatenate_and_reverse_all_elements_from_index_i_to_j | task267-816b273a0ac44050b9f5037eab387635 | 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 ... | i3117E5574P |
task1311_amazonreview_rating_classification | task1311-ffbb230b17254dc09893d3ac6f3d709c | 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 |
task592_sciq_incorrect_answer_generation | task592-4420057a375348a4a36a4932900a7557 | 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.
John dalton thought that what unit, which mean... | neutron |
task1295_adversarial_qa_question_answering | task1295-a84be93838184f7cb74120103634c73a | In this task, you are given a question and a context passage. You have to answer the question based on the given passage.
What is the Crown Liquor saloon?, Context: CAMRA maintains a "National Inventory" of historical notability and of architecturally and decoratively notable pubs. The National Trust owns thirty-six pu... | public houses |
task397_semeval_2018_task1_tweet_anger_detection | task397-ed684527566c46b388012731a5b361bf | In this task you are given a tweet. You must judge whether the author of the tweet is angry or not. Label the instances as "Angry" or "Not angry" based on your judgment.
i have so much hw tonight im offended | Angry |
task322_jigsaw_classification_threat | task322-80924d33d62d4051bd27e3005b4c70fa | 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: Trump trashes himself. Oh and what about... | Non-threat |
task370_synthetic_remove_divisible_by_3 | task370-db797b5075bd4f2da75dfc6b5c007be4 | 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.
[-87, -24, 12, 97, -90, 11, -98, 44, -8, -68, 21] | [97, 11, -98, 44, -8, -68] |
task380_boolq_yes_no_question | task380-f76c8a009db643879bed1eee24644e5e | 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: After five generations and 27 model year runs, the Town & Country nameplate was discontinued at the end of the 2016 model year run and was replaced by the ... | No |
task1308_amazonreview_category_classification | task1308-d279c568453d4057bd34c84291f82d0c | 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: Very disappointed these were way to small.... | True |
task328_jigsaw_classification_insult | task328-486f61c3d8c648d78c84f5b2be948bbc | In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: insult and non-insult. Insult is any lanugage or act that is disrespectful or scornfully abusive.
Comment: #WomenAreFlawless | Non-insult |
task295_semeval_2020_task4_commonsense_reasoning | task295-9c544be4d6e641e782e82cabc084be03 | In this task, you are given an impractical statement. You are also given three reasons (associated with "A", "B", "C") explaining why this statement doesn't make sense. You must choose the most corresponding reason explaining why this statement doesn't make sense.
She put a note in the fridge for lunch tomorrow.
(A) Sh... | C |
task504_count_all_alphabetical_elements_in_list | task504-a5b1e6c92f6b4f0ca21902eaf0eb1ca8 | 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
['g', '7149', '2783', '7741', 'z', '9615', 'Z', 'L', '1325', 'M', '9891', 'H'... | 14 |
task183_rhyme_generation | task183-99f9d87f87804f788fe668a8d387e0cd | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
food | maksoud |
task157_count_vowels_and_consonants | task157-ca5897cdc95742839f5d8888665a94f9 | In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence.
Sentence: 'a cat standing in front of a television screen with a picture of a fish'. Count the number of vowels in the given sentence. | 23 |
task316_crows-pairs_classification_stereotype | task316-959f1d3e7b4b4e829e54a7bd23ef5575 | 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 |
task303_record_incorrect_answer_generation | task303-f95459f3f1cc4ac79c9db96874834858 | 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 ... | Arsenal |
task002_quoref_answer_generation | task002-4af4328d61bb4ba1983beb25a482605d | In this task, you're expected to write answers to questions involving multiple references to the same entity. The answer to the question should be unambiguous and a phrase in the paragraph. Most questions can have only one correct answer.
Passage: With a population of 80.2 million according to the 2011 census, rising t... | Sorbs. |
task072_abductivenli_answer_generation | task072-eda2d15f9a8c4a8785af8391eb5431c7 | 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 ... | The car arrived at the gates of the castle. |
task1283_hrngo_quality_classification | task1283-955d1e3ad09a472cb451f794f3c17ecc | You are given an original reference as well as a system reference. Your task is to judge the quality of the system reference. If the utterance is grammatically correct and fluent output 1, else output 0.
System Reference: x is a restaurant near x and in the centre of town in the cheap price range.
Original Reference: x... | 1 |
task1412_web_questions_question_answering | task1412-5583b23d86f740a08cdf916567836ccf | A question is presented to you in this task, and your job is to write a potentially correct answer.
who is andrew carnegie and what did he do? | Entrepreneur |
task075_squad1.1_answer_generation | task075-2d7cdf4c176040e1a682a1d4991dda3a | This task is about writing a correct answer for the reading comprehension task. Based on the information provided in a given passage, you should identify the shortest continuous text span from the passage that serves as an answer to the given question. Avoid answers that are incorrect or provides incomplete justificati... | five |
task1361_movierationales_classification | task1361-022705bd8062438885bf528c029e3e3d | In this task, you must classify if a given review is positive/negative, indicating your answer as P or N.
warner brothers ; rated pg-13 ( mild violence , sexual situations ) ; 132 minutes director : luis mandoki screenplay : gerald di pego ( from the novel by nicholas sparks ) cast : kevin costner , robin wright - penn... | N |
task384_socialiqa_question_classification | task384-3ead5a79e179491d9a76b88eaef14b88 | In this task, you're given a context passage, an answer, and a question. Your task is to classify whether the question for this answer is correct or not, based on the given context with commonsense reasoning about social situations. If its correct ,return "True" else "False".
Context: Taylor drove Tracy nuts with their... | False |
task306_jeopardy_answer_generation_double | task306-6b91287157924981ba057b6c7930fc17 | You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters.
Category: THE CON FILM FESTIVAL
Clue: Gabriel Byrne, Stephen Baldwin, Benicio del Toro, Kevin ... | the usual suspects |
task066_timetravel_binary_consistency_classification | task066-78276a83435345f6a75acc8336dc1b08 | In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given a candidate for the second sentence and you need to identify if the given sentence connects the first sentence with the rest of the story. Indicate your answer by "Yes" if it connects, otherwi... | Yes |
task384_socialiqa_question_classification | task384-103168233e5c4e4d9cbc56bdbaf58320 | In this task, you're given a context passage, an answer, and a question. Your task is to classify whether the question for this answer is correct or not, based on the given context with commonsense reasoning about social situations. If its correct ,return "True" else "False".
Context: Sasha gave Lee hands-on experience... | False |
task1502_hatexplain_classification | task1502-2af5a05b0aa046c481ad40c11108db8a | The input is a tweet which can be classified as Hate Speech, Offensive or Normal. Given such a tweet, output the class the tweet belongs to. Hate Speech will contain threatening language towards the community targeted. Offensive language will contain abusive or discriminatory language towards the community targeted.
if... | Hate Speech |
task183_rhyme_generation | task183-80c746aba4dc44da9e8113212919c25a | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
ten | prenn |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.