task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task284_imdb_classification | task284-016c5aeb59c540ad810921f7834b2838 | 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.
No cinematic achievements here, however that's not even the important question. How does it fare in its endeavour to be a competent date movie--and star vehi... | negative |
task111_asset_sentence_simplification | task111-ddea0d29f6174a378dd738d1dc0626ed | 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... | A new frontal ridge had formed on August 17. This made the storm drift westward. |
task405_narrativeqa_question_generation | task405-8c256d3402c249bc981f65672f962cc2 | 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 english lawyer visits Cedric and his mother? |
task756_find_longert_substring_and_return_all_unique_alphabets_in_it | task756-60b724f389544cb0a9e3e5b414e4e828 | 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.
mNVzVNqKEYeoaQy, iHsqKEYeoCMDgy | a, e, k, m, n, o, q, v, y, z |
task1288_glue_mrpc_paraphrasing | task1288-e67aa5bfd8a248f893e49bb5378b533b | You are given two sentences(Sentence1 and Sentence2). Answer "Yes" if these sentences are a paraphrase of one another, otherwise answer "No".
Sentence1: He said Qualcomm has enjoyed many years of selling CDMA chips without much competition ., Sentence2: " Qualcomm has enjoyed many years of selling ... against little or... | Yes |
task851_synthetic_multiply_evens | task851-2f37c2ef2f644a2b9e3281f7466cead4 | 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... | [4, -17600, -60, 2, 0, -144, 0, -352, 46816, -46] |
task1726_mathqa_correct_answer_generation | task1726-774a6cc1bcc3424293c102ea65ce1b25 | The task is to generate the correct answer for a given math problem.
Problem: a , b , c can complete a piece of work in 24 , 8,12 days . working together , they complete the same work in how many days ? | 4 |
task512_twitter_emotion_classification | task512-7da7e30774814d8c807bd60648a73f88 | In this task, you are given Twitter posts. Your task is to label the post's emotion (as expressed by the user) as sadness, joy, love, anger, fear, or surprise.
i m not feeling creative this week since i really love the stories and photos from this week | joy |
task092_check_prime_classification | task092-819d49e18b224f74be00db8cca1218fc | 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.
66573 | No |
task123_conala_sort_dictionary | task123-225d550baea44d689e595b6e4e10d262 | In this task you will be given a list of dictionaries. A dictionary is a set of key-value pairs, where each key is unique and has a value associated with that key. You should sort the list of dictionaries from smallest to largest by their 'first' key. If there is two dictionaries with the same 'first' value then sort t... | [{'first': -77, 'second': -70}, {'first': -19, 'second': -79}, {'first': 18, 'second': 21}, {'first': 47, 'second': -91}, {'first': 50, 'second': 42}, {'first': 94, 'second': -17}] |
task580_socialiqa_answer_generation | task580-7a36a00541a842fc985b6c4c1f54d359 | In this task, you're given a context, a question, and three options. Your task is to find the correct answer to the question using the given context and options. Also, you may need to use commonsense reasoning about social situations to answer the questions. Classify your answers into 'A', 'B', and 'C'.
Context: Quinn ... | A |
task746_yelp_restaurant_review_classification | task746-f0da9d5f341f4005b3cb81e0721ce3f6 | You are provided with a user review of a restaurant. Your task is to classify the given review into two categories: 1) positive, and 2) negative based on its content.
This iHop is ALWAYS packed, always. Although, this is my first choice iHop to visit, Im not sure why its always packed. It doesnt matter what time of day... | positive |
task125_conala_pair_differences | task125-3c1b86424df04b2a9f7c6b81603da2b4 | 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.
[49, -86, 41, -31, 24, 20, 23, -63, -69, 61, 67, 11] | [135, 127, 72, 55, 4, 3, 86, 6, 130, 6, 56] |
task285_imdb_answer_generation | task285-778bbe86bdcc4f95998cf108ab3f5afb | In this task, you are given a review of a movie and a boolean question whether this review has positive sentiment or negative sentiment. Your task is to generate answer "yes" when the tweet has that particular sentiment, otherwise generate answer "no".
Review: I LOVE Jack's jokes like 'The cliché is...' or "Over the to... | no |
task512_twitter_emotion_classification | task512-43db3bcf44014188922b175a6a59eb2d | In this task, you are given Twitter posts. Your task is to label the post's emotion (as expressed by the user) as sadness, joy, love, anger, fear, or surprise.
i feel pleasant staying away from the former | joy |
task875_emotion_classification | task875-d8f6944cb4e24c6c94dcf79e93e41f1a | 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'.
im excited for these new changes cause i really feel like it will help me feel like myself again in this funny blogging world | surprise |
task581_socialiqa_question_generation | task581-8a1ed0ea2644451681bef0f2f86a098a | 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: Addison was cruel and tried her hardest to prevent Sasha from making the team.
Answer: be kicked off the team | What will happen to Sasha? |
task073_commonsenseqa_answer_generation | task073-a92aefb1a7974e6496950f921e6853e6 | You are given a question and some answer options (associated with "A", "B", "C", "D"). You should choose the correct answer based on commonsense knowledge. Avoid answering questions based on associations, the set of answers are chosen deliberately to capture common sense beyond associations. Do not generate anything el... | A |
task293_storycommonsense_emotion_text_generation | task293-7560dfea3f1e40978a0f6f61e5e4b8ef | 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 ... | concerned |
task380_boolq_yes_no_question | task380-23d7b30ef8014af2a01f2cd5bd79aaa6 | 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: Eckhart has stated he would be interested in returning for a sequel. In an interview on March 25, 2012, director Jonathan Liebesman announced that work on ... | No |
task067_abductivenli_answer_generation | task067-877f52b0394144fdb26b9378655a944b | 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... | They found a dog running around with out the owner. |
task374_synthetic_pos_or_neg_calculation | task374-e9fcc2cee62749e2ac05e2be2ef368ee | 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... | [258, 80, 26, 70, 192] |
task303_record_incorrect_answer_generation | task303-9574d560593b4fb7bcdcc246ffab2fdf | 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 ... | Navarrette |
task065_timetravel_consistent_sentence_classification | task065-f7a1c2441b25479392980e2213f247cd | In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given two options and you need to select the one that best connects the first sentence with the rest of the story. Indicate your answer by 'Option 1' if the first option is correct, otherwise 'Optio... | Option 1 |
task389_torque_generate_temporal_question | task389-8d4efd6b33154195a2c0359d8251df09 | 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 should happen after the surprise? |
task580_socialiqa_answer_generation | task580-cbffb5927e3742d09527263768a2d100 | In this task, you're given a context, a question, and three options. Your task is to find the correct answer to the question using the given context and options. Also, you may need to use commonsense reasoning about social situations to answer the questions. Classify your answers into 'A', 'B', and 'C'.
Context: riley ... | C |
task637_extract_and_sort_unique_digits_in_a_list | task637-bb221536d3bd4d01a7b9773f98159830 | 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.
['w', 'a', '3', 'r', '197', 'b', 'j', 'j'] | 1, 3, 7, 9 |
task080_piqa_answer_generation | task080-e7d94fd77c8c41a3b24997bf280f41d6 | In this task the focus is on physical knowledge about the world. Given the provided goal task in the input, describe a process that would lead to the asked outcome. This process often involves physical motions with objects, such as moving them, arranging them in a certain way, mixing them, shaking them, etc.
How to ma... | Melt marshmallows in a non stick pot with melted butter, pour in rice crispy cereal and mix well, spread into a greased pan and let cool. |
task1721_civil_comments_obscenity_classification | task1721-aae5dd710778449f97a7b9b9a2f0c618 | Categorize the comment on the basis of obscenity. If the comment is obscene output Yes, otherwise output No.
When I was a teenager my father gave me a subscription to the I F Stone Weekly. Your letter really resonated with me. I have never been a big Hillary fan but I am bothered by the idea of a "revolution". It di... | No |
task074_squad1.1_question_generation | task074-a0a9ad2c86cf46eaa5f0f49f8d16a307 | 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... | Who helped IBM develop the Playstation 3 microprocessor? |
task390_torque_text_span_selection | task390-c2510d7e97674679889603ce805a9c5f | 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: Pahad ... | talks |
task679_hope_edi_english_text_classification | task679-20fd3113713a442ab45480165a0704a5 | Classify the given comment into 'Hope Speech' or 'Not Hope Speech'. A hope speech is defined as content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion
I chose love too | Hope Speech |
task497_extract_all_numbers_from_list_in_order | task497-2db206cf4f504ef6be29cc45c485246c | In this task, you are given an input list A. You need to find all the elements of the list that are numbers in the same order as they appear in the list A.
['6191', '2799', '6571', 'b', 'F', '7019', '1703', 'J', '8497', '7569', '7807', '633', '3601', '6223'] | 6191, 2799, 6571, 7019, 1703, 8497, 7569, 7807, 633, 3601, 6223 |
task1502_hatexplain_classification | task1502-b0b93bce9d5845d3879dc6dc49985dc4 | 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.
i ... | Offensive |
task405_narrativeqa_question_generation | task405-5ebc52049f1844409eaf4987bfff7247 | 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 does Daisy work for? |
task389_torque_generate_temporal_question | task389-4709484f143e4bfcb3035a0d3862ec60 | 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 happened before the title? |
task370_synthetic_remove_divisible_by_3 | task370-5469ba73f8964f4c906a712306caa56d | 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.
[-88, 95, -23, 93, -93, -40, 76, 37, 38] | [-88, 95, -23, -40, 76, 37, 38] |
task727_mmmlu_answer_generation_prehistory | task727-debfe6b35de645bcaed3adbb3de231dd | You are given a question on prehistory. You are also given 4 answer options (associated with "A", "B", "C", "D"), out of which only one is correct. You need to answer the question by selecting the correct option. You should only answer with the choice letter, not the whole answer.
What is the name of the lithic technol... | B |
task428_senteval_inversion | task428-ebb0f9b746264345b12573c8fc97ba11 | 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.
sa... | Original |
task164_mcscript_question_answering_text | task164-38398b84e6974f12b647ca1c28d78a86 | 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 ... | school photos |
task322_jigsaw_classification_threat | task322-c4325fac39da45cca60eba05cd195a0f | 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: Burn Baby, Burn. | Threat |
task1311_amazonreview_rating_classification | task1311-47f4e14b0f72446db860c77fe0b42b29 | 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 |
task306_jeopardy_answer_generation_double | task306-78718d91b6ff402d98aecec4ae83a6a4 | 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 TROPHY CASE
Clue: This trophy was donated by the governor-general of Canada & fi... | the stanley cup |
task246_dream_question_generation | task246-819cbb676f304844bfd2a0a60a76f39b | 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... | Where did the man and woman first meet? (A) at a party (B) at school (C) at a friend's house |
task1422_mathqa_physics | task1422-94ad34d932d347f2a60010af9aff2cca | In this task, you need to answer the given multiple-choice question on the physics. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.
Problem: two dogsled teams raced across a 300 mile course in wyoming . team a finished the course in 3 fewer hours than team w . if team a ' s average speed was 5 mph greater than ... | d |
task1135_xcsr_en_commonsense_mc_classification | task1135-10c9d9d1cb874135995e8cfd8438796d | In this task, you will be presented with a question that has multiple possible answers. You should choose the most suitable option out of "A", "B", "C", "D", and "E", based on your commonsense knowledge.
Question: What kind of place has a revolving door and has things to buy in it?
Options: A new york B mall C bank D... | B |
task333_hateeval_classification_hate_en | task333-43687acbc7e14ae6b0e0492e297c4bf0 | In this task, you are given a post in English from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as... | Hateful |
task499_extract_and_add_all_numbers_from_list | task499-42cbc52dc89f4bdda6193f52fa38c312 | 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.
['4469', 'e', 'b', 'H', 'q', '39', '207', 'W', '2957', '4077', 'y', 'M', '5419', '7999'] | 25167 |
task389_torque_generate_temporal_question | task389-35c6ce4ac0184987a2a783d9ea183fb0 | 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 happened since he inspected a site in southern France? |
task243_count_elements_in_set_intersection | task243-8a962c0d011a4a4d847cce8d9060bc4c | 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 ... | 2 |
task350_winomt_classification_gender_identifiability_pro | task350-f8d2049f4409434aa82a3d569aa24962 | In this task, you are given a sentence and a profession. The sentence mentions two professions: one's gender is identifiable using the coreference link with gendered pronouns and the other's gender is unidentifiable. You are expected to return whether the given profession's gender is identifiable or unidentifiable.
Sen... | Identifiable |
task1293_kilt_tasks_hotpotqa_question_answering | task1293-fb3e00301515456aa59890374dda7ddf | In this task, you are given a question. You have to answer the question based on your information.
Which film was produced first, Babes in Toyland or America's Heart and Soul? | Babes in Toyland |
task845_pubmedqa_question_generation | task845-195b20d79047435e9d302f041ecb7bfd | 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 positive expression of miR-361-5p indicate better prognosis for breast cancer patients? |
task899_freebase_qa_topic_generation | task899-4ff4b0a776324451a6bb8b393782b41c | Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about.
The Cagayan River is the largest river in which country? | cagayan river |
task066_timetravel_binary_consistency_classification | task066-1db434d49f434f7394961f03b1fcce85 | 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 |
task183_rhyme_generation | task183-da1728c18b60476ba67932437e162346 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
law | daw |
task497_extract_all_numbers_from_list_in_order | task497-b81b59c7cb2645279e97237074db2b11 | In this task, you are given an input list A. You need to find all the elements of the list that are numbers in the same order as they appear in the list A.
['M', 'T', 'g', 'u', 'e', '6147', '3021', '1491', 's', '8327', '7703', 'k', '3539', 't', '4545', 'u', 'N', 'R', '9135', '6271', 't', 'k', '267', 'r', 'k', 'I'] | 6147, 3021, 1491, 8327, 7703, 3539, 4545, 9135, 6271, 267 |
task370_synthetic_remove_divisible_by_3 | task370-d9aa54dda85c44dd882e87de3cf1633c | 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.
[45, -2, -27, 4, 5, -85, 16, 80, -48, -9, 43] | [-2, 4, 5, -85, 16, 80, 43] |
task1445_closest_integers | task1445-8aabc472f62f48d4a0859f1b89399315 | 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.
[-52, 35, 10, 72] | 25 |
task1207_atomic_classification_atlocation | task1207-79f997cfbdfa44a5a4ce5b95ddec3be6 | 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 |
task227_clariq_classification | task227-c69b879dbb76411382611895aac21cd8 | In this task, you are given an ambiguous question/query (which can be answered in more than one way) and a clarification statement to understand the query more precisely. Your task to classify that if the given clarification accurately clarifies the given query or not and based on that provide 'Yes' or 'No'.
Query: tel... | No |
task317_crows-pairs_classification_stereotype_type | task317-3aead86598ce47f4a5860b83233a8781 | In this task, you are given a short passage that conveys a stereotype. A stereotype is an over-generalized belief about a particular group of people. You are expected to classify the passage into nine types of stereotype: race-color, socioeconomic, gender, disability, nationality, sexual-orientation, physical-appearanc... | socioeconomic |
task390_torque_text_span_selection | task390-e2e2925b9dd44aff88ee259e341e6291 | 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: The ai... | visit |
task278_stereoset_sentence_generation_antistereotype | task278-5d8b7c3cd9054e699c724574c73c3055 | In this task, you are given a context sentence containing a blank (_). You are expected to fill the blank with one word to make the sentence convey a cultural anti-stereotype. Anti-stereotype is an idea that goes against a common belief about a particular group of people. Your answer must not contain more than one word... | stable |
task1443_string_to_number | task1443-653348ff5f604255bbf36f22212a0f6e | In this task you will be given a string that only contains single digit numbers spelled out. The input string will not contain spaces between the different numbers. Your task is to return the number that the string spells out. The string will spell out each digit of the number for example '1726' will be 'oneseventwosix... | 1996829221 |
task111_asset_sentence_simplification | task111-c9042d55808b4d35a6d076815d6c21bf | 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... | All Mayan people drank chocolate, but the rich drank it from decorated cups. |
task322_jigsaw_classification_threat | task322-728b106896c247578a4264b28ccbc2e0 | 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: Hi!
You are troll #148 to receive my o... | Non-threat |
task1419_mathqa_gain | task1419-8f225c4e4ae542c8858ad50525dcdc79 | In this task, you need to answer the given multiple-choice question on the gain. Gain is the value by which to multiply the input. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.
Problem: an error 6 % in excess is made while measuring the side of a square . the percentage of error in the calculated area of the ... | a |
task267_concatenate_and_reverse_all_elements_from_index_i_to_j | task267-e21a560b81e74b4da753feeda23b1a22 | 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 ... | 7469735ydsM |
task1309_amazonreview_summary_classification | task1309-e7c7c820d4744cd3aabae0916276a7a2 | In this task, you're given reviews from Amazon's food products and a summary of that review. Your task is to classify whether the given summary matches the original review. Generate "True" if the given review and its summary match, otherwise generate "False".
Reviews: I received the product in original packaging, but u... | False |
task292_storycommonsense_character_text_generation | task292-365f11c963c84b1f8892f2a7c41eee26 | In this task, you're given a story (which contains five sentences only). Your task is to find all the characters which are available in the given story.
Sentence1: Three friends went to the movies. Sentence2: When they went to look for seats, there weren't enough. Sentence3: Only two people could sit together. Sentence... | Person, Friends, Friend, People |
task183_rhyme_generation | task183-45e2c8d989dc4ccabf50f363cd75be34 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
play | brey |
task398_semeval_2018_task1_tweet_joy_detection | task398-3d6f485de31845819e6438821ea23494 | In this task you are given a tweet. You must judge whether the author of the tweet is happy or not. Label the instances as "Happy" or "Not happy" based on your judgment.
Getting an unexpected phone call that instantly cheers you up & makes you smile! :) #week12 #itsthelittlethings #smiles | Happy |
task151_tomqa_find_location_easy_clean | task151-33dd9fb1020241eeab0e6d9bbce9b64f | Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: (1) when the individual's belief matches reality, (2) when the individual's belief does not match reality, (3) is when an individual has a false belief about another in... | blue_cupboard |
task158_count_frequency_of_words | task158-08e999e5a93e4773b414ff352d8c5d17 | In this task, you need to count the occurrences of the given word in the given sentence.
Sentence: 'two woman and a man are seen engaging in a conversation'. Count the occurrences of the word 'conversation' in the given sentence. | 1 |
task405_narrativeqa_question_generation | task405-d782e9c55b34401fb6e0445e2c8c0724 | 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 does Mulbridge not believe in? |
task308_jeopardy_answer_generation_all | task308-ac0b6fbe332644f9b422cce9fed0b89a | 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: AMERICAN CITIES
Clue: The final draft of the U.S. Constitution was composed in this ... | philadelphia |
task158_count_frequency_of_words | task158-1e90afed08754a8a9b48c31ae8752e78 | In this task, you need to count the occurrences of the given word in the given sentence.
Sentence: 'a bench sitting on top of a grass covered yard'. Count the occurrences of the word 'a' in the given sentence. | 2 |
task355_casino_classification_negotiation_other_need | task355-b7f718a15e2e402386df9faaa4512d03 | The input is taken from a negotiation between two participants who take the role of campsite neighbors and negotiate for Food, Water, and Firewood packages, based on their individual preferences and requirements. Given an utterance and recent dialogue context containing past 3 utterances (wherever available), output Ye... | No |
task074_squad1.1_question_generation | task074-7aafadf80cfd4c67a93f5e46b834c901 | 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... | How have the bars changed over the years? |
task567_circa_text_generation | task567-d73e10c511ea4d2ebe2aa4011d915f12 | In this task, you are given a question, and your task is to predict the context of the question. We assume that someone named X asked the question from Y. The context of the question means the previous situation that led X to ask this question.
Do you need a ride home? | X and Y are colleagues who are leaving work on a Friday at the same time. |
task1346_glue_cola_grammatical_correctness_classification | task1346-67028130dcfc4f94ad5934dd10d08d70 | You will be given a sentence. Check whether the sentence is grammatically correct and is meaningful. If the sentence is grammatically correct, then answer with '1', otherwise answer with '0'.
Because she's so pleasant, Mary I really like her. | 0 |
task091_all_elements_from_index_i_to_j | task091-b3db1b973e824119a9849407c1c6ec63 | 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. 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.
14, 16, ['3225', 'k', '8521', 'U', '1... | 7289, 7369, 789 |
task488_extract_all_alphabetical_elements_from_list_in_order | task488-9b0da8901c8d41f8934f0ef7b3de59d7 | In this task, you are given an input list A. You need to find all the elements of the list that are alphabets in the same order as they appear in the list A. Do not change their case/capitalization.
['m', '1397', 'l', '1659', 'r', 'K', 'o', 'p', '6501', '717', 'L', 'V', 'z', '8487', 'Z', 'Z', 'u', 'p', '4117'] | m, l, r, K, o, p, L, V, z, Z, Z, u, p |
task353_casino_classification_negotiation_elicit_pref | task353-d5a83a246c1e4d3e90f4eb418af7ebe3 | The input is taken from a negotiation between two participants who take the role of campsite neighbors and negotiate for Food, Water, and Firewood packages, based on their individual preferences and requirements. Given an utterance and recent dialogue context containing past 3 utterances (wherever available), output Ye... | Yes |
task092_check_prime_classification | task092-22cad328920847ce9b559385d5d64898 | 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.
56453 | Yes |
task368_synthetic_even_or_odd_calculation | task368-31463566718c46b8b2c6a535ad82ffea | 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... | [-362, 102, -202, -8.5, -210, 350, -218, 214, 7.5] |
task1400_obqa_incorrect_answer_generation | task1400-f4324f744f574f4c95e39ebc187b3586 | This task is about generating an incorrect answer to a question given the question and a true statement related to the question. The answer must be related to the question, but incorrectly answer it given the context.
Fact: cold environments are usually white in color from being covered in snow. Question: Which land ty... | prairie |
task159_check_frequency_of_words_in_sentence_pair | task159-38744cea4346407ea9aa47dfd8b733fa | In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'.
Sentence1: 'small spotted dog stands on the beach while the wind blows its fur back', Sentence2: 'a cat lounges on a ledge in front of a window'. Is the frequency of the word 'fur' in two sentences equal? | No |
task429_senteval_tense | task429-3ffafb6147f845da97c73464fbf60e63 | 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".
It begins to fade in and out like a dull fluorescent light constantly licke... | Present |
task153_tomqa_find_location_hard_clean | task153-dddc453f86a94ad7a2b9f940a018f0e4 | Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's beli... | blue_cupboard |
task379_agnews_topic_classification | task379-3a9af84c858649e88beb6b6277321802 | In this task, you are given a news article. Your task is to classify the article to one out of the four topics 'World', 'Sports', 'Business', 'Sci/Tech' if the article's main topic is relevant to the world, sports, business, and science/technology, correspondingly. If you are not sure about the topic, choose the closes... | Business |
task367_synthetic_remove_floats | task367-72299e40ede540019189e453680f8c2a | In this task you will be given a list of numbers. You should remove any number that is not an integer (whole number). If every number is not an whole number then an empty list ("[]") should be returned. Otherwise, answer with the list of whole numbers separated by comma inside brackets.
[-8.476, 0.304, 74, -98, 88, 13.... | [74, -98, 88] |
task067_abductivenli_answer_generation | task067-eefa179e459b4757b720d55add3fade8 | 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... | Mark's wife loves childhood house she inherited. |
task848_pubmedqa_classification | task848-261a1e11e8b74acba197b0947787798b | Given a passage classify if the passage has a definite objective/aim/goal or not. Output '1' if the passage has a defininte objective/aim/goal and output '0' if the passage does not have a definite objective/aim/goal.
Epidermal growth factor receptors (EGFR) are required for tumor promotion by Western diet. The metallo... | 1 |
task905_hate_speech_offensive_classification | task905-3f652c23f49c495c84ff2c6b35b7060a | 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: “@thejanicexxx: o u unfollowed me so i can't dm u, so i'll say it here, you'r... | true |
task183_rhyme_generation | task183-168c7c745ea5405dbe287e6f20dba8c6 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
got | khat |
task098_conala_list_intersection | task098-ac0336b05c824b4891838abfa44e22d7 | In this task you will be given two lists of numbers and you need to calculate the intersection between these two lists. The intersection between two lists is another list where every element is common between the two original lists. If there are no elements in the intersection, answer with an empty list. Your list of n... | [3, 8, 9, 10] |
task310_race_classification | task310-af5db1ea4cfc4aad937e07f09df95398 | In this task, you're given an article, a question which often contains a blank, four options (associated with "A", "B", "C", "D") and the answer to that question. Your task is to classify whether the given answer is correct or not by providing "Yes" or "No", based on the article.
Article: Get a Custom Salt Shaker for ... | Yes |
task899_freebase_qa_topic_generation | task899-a16eeb40d602456fbbc1bb76c12a5f48 | Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about.
Whose first husband was Conrad Hilton Jnr., heir to the hotel empire? | conrad hilton |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.