task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task596_mocha_question_generation | task596-7a8affd90da3464280f07646ea1fde91 | 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.
On the west coast of County Mayo Christy Mahon stumbles into Flaherty's tavern. There he claims that he is on the run because he killed his own father by driving a loy into... | With whom does Pegeen fall in love? |
task592_sciq_incorrect_answer_generation | task592-78e37fc9fc394460877424c26aefb7fb | 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 enthalpy change is observed in an exother... | entropy |
task367_synthetic_remove_floats | task367-b8378c244c054b07b4715cbce99fd634 | 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.
[-28.702, 73, 34.893, 8.223] | [73] |
task518_emo_different_dialogue_emotions | task518-0da232ce0341442b9a58201a398a3af2 | In this task you will be given two dialogues. You need to determine if both dialogues have the same underlying emotion. The possible emotions are happy, sad, angry, or other. If they do output 'yes', if not output 'no'.
Dialogue 1: 'i'm not good what do you mean not that good i have cancer'. Dialogue 2: 'how can i cont... | yes |
task472_haspart_classification | task472-8baf2c7966a6413e87aa7eee16ac193c | Given two entities as input, classify as "yes" if second entity is the part of the first entity. Otherwise classify them as "no". These are entities of meronym In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., second enti... | yes |
task067_abductivenli_answer_generation | task067-eed6ac2ed0ac40fc977bfcb9be35ce9e | 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... | Charlie owns a candy shop and eats his own chocolate. |
task376_reverse_order_of_words | task376-aac00b48782b4c088af88c92f35857e9 | In this task, you need to reverse the order of words in the given sentence.
Sentence: an orange with a sad face with a knife sticking out of the top of its head | head its of top the of out sticking knife a with face sad a with orange an |
task325_jigsaw_classification_identity_attack | task325-a51e478f521e4e76bf14a358ec7644b8 | In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: identity-attack and non-identity-attack. Identity attack refers to anything rude or disrespectful about someone's identity, including appearance, race, gender, and sexual orientation.
Comment: ... | Identity-attack |
task928_yelp_positive_to_negative_style_transfer | task928-f61f2ecc70df4b98a94d8fe954c69985 | In this task, you are given a positive review and your task is to convert it to a negative review by making minimal changes. Avoid changing the context of the review.
i will definitely go here again ! | i will never go here again ! |
task374_synthetic_pos_or_neg_calculation | task374-f0bfdbedc37b422aa8da2ac75d6591c0 | 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... | [74, 198, 122, 57, 110, 102, 6, 164] |
task085_unnatural_addsub_arithmetic | task085-f4fe30fe493b4ba5831b3fb84e1e90e9 | In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
7704 + 8051 - 9481 - 7458 - 8273 - 4536 + 3615 | 25786 |
task592_sciq_incorrect_answer_generation | task592-354f7df94f1149bda00888fe11ea2c8c | 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.
In a smoke detector, a battery in the electric... | cooling |
task1308_amazonreview_category_classification | task1308-908038500d6d4192992fd9b7eae776fb | 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: It didn’t work at all. I disconnected it a... | False |
task1309_amazonreview_summary_classification | task1309-eaf2c3d34030442f90b07eca07ef0b18 | 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: It broke after two weeks. The button that turns it ... | False |
task111_asset_sentence_simplification | task111-d38cf9e6e91742e7a689c3cd21dcea8c | 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... | He said he would attend a third questioning session when he returns to Israel " |
task405_narrativeqa_question_generation | task405-28b11f37a4724111b79b1f8c66642da8 | 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... | Which starship investigates the Lightning storm in space? |
task072_abductivenli_answer_generation | task072-f54bced142404ac5ab670ebd94984329 | 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 ... | Every night Jim heard a tapping. |
task002_quoref_answer_generation | task002-a15502d39cc54313a4a2d178757d1495 | 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: Archie Moses is a small-time thief in Los Angeles who smuggles drugs for... | Jack Carter. |
task850_synthetic_longest_palindrome | task850-93b6d05c31704ef09bac6b004d92c217 | 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.
prpssrrspsprss | srrs |
task112_asset_simple_sentence_identification | task112-42d380817ad44b3bb657bf1e3c9e63c4 | 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 |
task497_extract_all_numbers_from_list_in_order | task497-c7ee3fc263184a2d895ffacaa44c1712 | 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.
['9927', 'q', 'x', 'k', '9491', 'G', 'D', '9467', 'r'] | 9927, 9491, 9467 |
task1645_medical_question_pair_dataset_text_classification | task1645-9582cd825c3f4d988ea64ea992233fde | In this task you are given a medical question pair hand-generated. Your task is to classify a given post into two categories 1) 'Similar' if the given two questions have a same connotation 2) 'Dissimilar' if the given two questions have a different connotation or meaning.
Sentence1: At times it stings/strikes me inside... | Similar |
task183_rhyme_generation | task183-82d2992779074c69bd8bf1c0b5a3da00 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
free | b |
task389_torque_generate_temporal_question | task389-7df48b9aadfa4de7b98fadc127c6dc93 | 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 must happen prior to issuance of warrants? |
task150_afs_argument_quality_gun_control | task150-d8abd585014440189a9fe87a049da05b | We would like you to assess the QUALITY of each of the following argument (discussing Gun Control) and determine if the argument is Valid or Invalid. A valid argument is clearly interpretable and either expresses an argument, or a premise or a conclusion that can be used in an argument for the topic of gun control. An ... | Valid |
task684_online_privacy_policy_text_information_type_generation | task684-79edbd2ff70c4b49a5ad1d317587db0e | Given a part of privacy policy text, identify the type of personal information which is collected, used, tracked or retained. The type of information should be present inside the given policy text, answer as 'Not Specified' otherwise
The site collects your website activities for an unspecified purpose. Collection happe... | User online activities |
task1288_glue_mrpc_paraphrasing | task1288-99a99b8d1f87498f9bd79d9dafea329d | You are given two sentences(Sentence1 and Sentence2). Answer "Yes" if these sentences are a paraphrase of one another, otherwise answer "No".
Sentence1: Its closest living relatives are a family frogs called sooglossidae that are found only in the Seychelles in the Indian Ocean ., Sentence2: Its closest relative is fou... | Yes |
task923_event2mind_classifier | task923-746fe947da75461aac3245b066d639fa | You are provided with an "Event" and it's "Intent" related to PersonX. Determine the sentiment value of the given input as either "Positive", "Negative", and "Unknown".
Event:PersonX finishes PersonX's hike. Intent: 1) to be informative | Positive |
task1135_xcsr_en_commonsense_mc_classification | task1135-5c43a8837b5d4a228bb2d21ec6b5cfdd | 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 lawn is most likely to be on a street?
Options: A green yard B suburbia C golf course D michigan E ... | E |
task472_haspart_classification | task472-fc7a49c68e8743a482893f0b7dadc1f6 | Given two entities as input, classify as "yes" if second entity is the part of the first entity. Otherwise classify them as "no". These are entities of meronym In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., second enti... | yes |
task099_reverse_elements_between_index_i_and_j | task099-3b573bf2121f4deb9822b7a11dbe9eb2 | 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.
3, 12, ['F', '74... | 9221, 3519, Q, 1937, 6391, j, S, l, 7487, 705 |
task1285_kpa_keypoint_matching | task1285-b08d12fdebc1436f9f88cf338fa35dd9 | The input contains a debate topic, an argument on the topic and a keypoint, separated by "<sep>". Your task is to answer if the keypoint matches the argument and summarizes exactly what the argument means, in the context of the given topic.
Topic: We should end mandatory retirement<sep>Argument: Mandatory retirement pu... | False |
task285_imdb_answer_generation | task285-c4ea49b58c60485ebb480bcac311ac4b | 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: In the immortal "Shaun of the Dead", we are introduced to a... | yes |
task956_leetcode_420_strong_password_check | task956-48a3053b452a4efd884170aaecdd9069 | You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit... | 1 |
task245_check_presence_in_set_intersection | task245-e103c36c21a84f2f8df886f2e30d4536 | In this task, you are given two sets, and a question. You need to find whether an element is 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 commo... | No |
task577_curiosity_dialogs_classification | task577-aa6009d7235549b798fb8cc8592cfe8b | In this task, you are given a dialogue between a user and an assistant, where users and assistants converse about geographic topics like geopolitical entities and locations. The task here is to find if the dialogue is by the user or assistant. Classify your answers into user and assistant.
Cool.Can you tell me about th... | user |
task1284_hrngo_informativeness_classification | task1284-8ff40a3efb834e609ad0d22e24bf63ae | You are given an original reference as well as a system reference. Your task is to judge the informativeness of the system reference. If the utterance provides all the useful information from the meaning representation output 1, else output 0.
System Reference: may i ask near where?
Original Reference: what area do you... | 0 |
task504_count_all_alphabetical_elements_in_list | task504-970f98d07bd844788623113771899cbd | 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
['k', 'Q', '3025', 'G', 'D', '3705', 'l', '9187', '9367'] | 5 |
task227_clariq_classification | task227-dca5401346464c749d1fdb09e19d985e | 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: whe... | No |
task368_synthetic_even_or_odd_calculation | task368-8f34c691aa6c4a65a64a7ee24fd09158 | 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... | [-2, 0.5, 190] |
task178_quartz_question_answering | task178-068cad32420f435ab9c181cae68e2c8f | You are given a question or fill-in-the-blank question, two answer options (Option1 and Option2) and an Explanation. Your task is to find the correct answer (return the string of the correct option, not option1/2) for the given question from the given options and using explanation.
Question: Mona loves to travel the wo... | farther away |
task089_swap_words_verification | task089-67897c9210e94e66a732588615fc0e28 | In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the inde... | (10, 11) |
task208_combinations_of_list | task208-9b0cf4d0cd284fae87d6989008b46a9d | 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... | [['b', '4', 'h', 'V', '9'], ['b', '4', 'h', 'V', '1'], ['b', '4', 'h', '9', '1'], ['b', '4', 'V', '9', '1'], ['b', 'h', 'V', '9', '1'], ['4', 'h', 'V', '9', '1']] |
task1727_wiqa_what_is_the_effect | task1727-145f833af731461cbcfc7b03d477c579 | 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... | none |
task505_count_all_numerical_elements_in_list | task505-a6fcb44302774630ab4aa51bcb396bc7 | 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.
['r', 'D', '4721', '5789', 'o', '8873', '1737', '8451', '3355', '6229', '5503', '4... | 18 |
task337_hateeval_classification_individual_en | task337-3a57b146edfe44ee9a5d13a08a1d5464 | 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: #BozoBeto Says, He's The Best 4 TX He's... | Generic |
task183_rhyme_generation | task183-f279c4fe7d6847a09af9b8e58f9194c3 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
again | magten |
task295_semeval_2020_task4_commonsense_reasoning | task295-80f93729a33f4c83b86bfd8bae6ef85d | 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.
A face cream is for combing your hair
(A) Face creams a... | C |
task078_all_elements_except_last_i | task078-c65eccb28752496bb5e4beb5036a8310 | 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.
1, ['8915', 'S', 'Y', 'b', '9339', '1203', '7585', '2187', '9947', '2239', '9779', 'y', '9003', '3627', '4911', '... | 8915, S, Y, b, 9339, 1203, 7585, 2187, 9947, 2239, 9779, y, 9003, 3627, 4911, 9599, 7427, 4725, A, f, 3333 |
task389_torque_generate_temporal_question | task389-aa24a9ef2246489ebc360a472e3d9626 | 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 will happen in the future? |
task306_jeopardy_answer_generation_double | task306-26fd6cd2a7564c48b83a310db23dda2d | 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: FROM THE GREEK
Clue: This term for 2 dissimilar organisms living together in mutuali... | symbiosis |
task1308_amazonreview_category_classification | task1308-99f2c2951cca4e42ac087001e503df07 | 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: Do not spend or waste your money on this i... | False |
task323_jigsaw_classification_sexually_explicit | task323-5dca6ead457b4267b1de1ce0cde2e87e | In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: sexual-explicit and non-sexual-explicit. A comment is considered sexual-explicit if it explicitly portrays sexual matters.
Comment: It is sad to know that white folks like you are willing to ac... | Non-sexual-explicit |
task183_rhyme_generation | task183-a4604e6a74184e60a3bc5b9b2194accc | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
for | sor |
task579_socialiqa_classification | task579-ff09e729e9794afdbebbb6cc74d451e9 | In this task, you're given a context, a question, three options, and an answer. Your task is to classify whether the given answer is correct or not by providing 'Yes' or 'No', based on the context with commonsense reasoning about social situations.
Context: Kai gave him one book after the next until he had read her ent... | Yes |
task397_semeval_2018_task1_tweet_anger_detection | task397-6f3cfaac87f847d094b37f13d55b3219 | 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.
Gotta wonder why Caller Max listens to the show in the first place if you so incense him @MSignorile | Not angry |
task162_count_words_starting_with_letter | task162-e05afcb6801841d19921cd07bff12871 | In this task, you need to count the number of words in a sentence that start with the given letter. Answer with numbers and not words.
Sentence: 'a very cute long haired dog laying on a pillow'. How many words start with the letter 'v' in the sentence. | 1 |
task1295_adversarial_qa_question_answering | task1295-c6638a8bcf744bf4b95e999da9afa049 | In this task, you are given a question and a context passage. You have to answer the question based on the given passage.
What rate was higher in the Sixth China Census?, Context: According to the Sixth China Census, the total population of the City of Nanjing reached 8.005 million in 2010. The statistics in 2011 estim... | birth |
task849_pubmedqa_answer_generation | task849-77c0d68d66d44d8c9b7fda81acb6c4e5 | In this task, you are given a passage which has a question and the context. You have to generate an answer to the question based on the information present in the context.
Context: Several studies have reported that ventriculoperitoneal shunt insertion for treatment of normal-pressure hydrocephalus results in improveme... | One third of patients met our definition of good cognitive improvement: improvement by at least 25% on at least half of the cognitive tests administered. There was a significant negative linear relationship between age and probability of good cognitive improvement. Additionally, the degree of cognitive improvement was ... |
task1422_mathqa_physics | task1422-7f74418e7aca4d4a966c130c960b4867 | 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: a car gets 20 kilometers per gallon of gasoline . how many gallons of gasoline would the car need to travel 130 kilometers ?
Options: a ) 8.5 gallons , b ) 7.5 gallons , ... | c |
task132_dais_text_modification | task132-c47f14661aab4a02b435c60cfe2c5a6a | Languages typically provide more than one grammatical construction to express certain types of messages. Your task is to generate a senetence with the same meaning as given sentence, but with different grammatical construction.
Juan pitched the woman who was from work a candidate | Juan pitched a candidate to the woman who was from work |
task002_quoref_answer_generation | task002-c4ba7a56d4a149a2aa5adb6d0cb25096 | 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: Angela de Marco is the wife of mafia up-and-comer Frank "The Cucumber" d... | de Marco. |
task453_swag_answer_generation | task453-1e364f12e7b64539b6e3059568505acd | Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct.
He climbs onto someone's lap. She | holds up his wrist. |
task1340_msr_text_compression_compression | task1340-fe6cb5008aca45c39bb40ea14de916c1 | Given a text, write a compressed version of it in a single sentence.
Diesenhaus agreed that both support from staff in an agency and the "burden of illness" argument could be influential. He said that demand for research in EDs from outside an agency would also be important. | Diesenhaus agreed that support from agency staff and the "burden of illness" argument could be influential. He said demand for research in EDs is important |
task1580_eqasc-perturbed_question_generation | task1580-dc4124f9bbb547d9b290bbd31250ed13 | Given a statement, generate a question such that the answer is contained in that statement.
neurons transmit signals to cells | What transmits signals to cells? |
task848_pubmedqa_classification | task848-06ff578a30d447f7a3a88439aa7b2310 | 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.
Several retinal ischemic diseases can cause neovascular glaucoma (NVG). Trabeculectomy with mitomycin ... | 0 |
task1291_multi_news_summarization | task1291-d11d9bda1e8a4640bf09c1717eee1879 | In this task, you are given a text of many news articles seperated by special token "|||||". Your task is to summarize them.
Oct. 14, 2016 -- New research is shedding light on a question that has long confounded dieters and obesity researchers alike: Why do so many people regain weight after they’ve worked so hard to l... | A "landmark" new study out of the National Institutes of Health helps explain why weight gain after weight loss is so common—and so difficult to avoid. Reporting in the journal Obesity, researchers say that weight loss puts the body in a sort of fight mode and results in a "strong increase in appetite," prompting peopl... |
task820_protoqa_answer_generation | task820-62c19e556b5e4ff4a97de750e06aaa56 | 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 people drink at christmas. | wine |
task1217_atomic_answer_generation | task1217-5f2a806943f145f09b0481f48d01b849 | 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 saves ___ as possible | people |
task616_cola_classification | task616-bd91e407a69844459363704d7ceb2924 | 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 |
task1730_personachat_choose_next | task1730-46d7e3a9529c4597a2543e5bba79d224 | You will be given a person's personality, and a history of a conversation this person has had. You will be given four candidate sentences to complete the conversation, based on the context. Choose one and answer with the text.
Personality: We are getting married in a park.
My dog is the ring bearer.
We will be travelin... | I don't do it ton but it is relaxing. |
task476_cls_english_books_classification | task476-d7759a1c4a1649ddaa569630c2e6fd94 | 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.
Read the KJV please. . This bible is not the true GOD'S Word. It has been changed too much... | NEG |
task291_semeval_2020_task4_commonsense_validation | task291-67494b520e4f4c0c8c1da45ea205f2a3 | In this task, you are given two natural language statements with similar wording. You must choose the statement that makes less sense based on common sense knowledge. A '
' separates the statements. Use "first" or "second" to indicate which sentence makes less sense.
Joe was late to work becasue he missed his wife.
Joe... | first |
task284_imdb_classification | task284-21d90b20be204c2988782931e2c9859a | 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.
Having seen Charley Boorman in Long Way Round with Ewan McGregor, I was very interested to see how Charley would be in his own show. I thought Charley came a... | positive |
task064_all_elements_except_first_i | task064-7e2844eb75dd415ea5e621f168231d23 | 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.
10, ['a', 'g', '5155', '9793', 'y', '6241', '7785', '3507', '4539', 'y', 'B', '6801', '7429', '2455', '2367', '2983'... | B, 6801, 7429, 2455, 2367, 2983, 7187, 677, j, 433, r, j, 7145, 4123, f, 6567 |
task679_hope_edi_english_text_classification | task679-618b4676be0d4230b0c67e7de824a0a7 | 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
Yo actually stop demonizing christians. We don’t hate LGBTQ ppl | Hope Speech |
task1510_evalution_relation_extraction | task1510-b8a9a7e7b9f04b269c2f9579bd12f3f6 | Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
coffee c... | coffee HasProperty bitter |
task684_online_privacy_policy_text_information_type_generation | task684-d5a37930c8fd4d5f8e128231f7d2af49 | Given a part of privacy policy text, identify the type of personal information which is collected, used, tracked or retained. The type of information should be present inside the given policy text, answer as 'Not Specified' otherwise
The site collects your generic personal information for advertising. Collection happen... | Generic personal information |
task365_synthetic_remove_vowels | task365-e781a51c045e4d42a15200e36a734b65 | In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel.
BUorItApOmxqQePp | BrtpmxqQPp |
task389_torque_generate_temporal_question | task389-3ef8aac709814615a79e797489572589 | 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 event has already finished? |
task305_jeopardy_answer_generation_normal | task305-cb3e9da5b43447cd945b24b80e17f254 | 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 consistency, answers should be in all lower cased letters.
Category: CEREALS
Clue: In addition to being teenage, mutant & ninja-trained, these animals h... | turtles |
task091_all_elements_from_index_i_to_j | task091-2a975d2a3f4e4e16b9504a1b60db9082 | 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.
6, 6, ['y', '531', 'k', '7477', '6717... | Z |
task581_socialiqa_question_generation | task581-0c5a14b8e7b04f429381fdd03cfa4874 | 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: Riley slipped, fell and cut their knee badly on an old fence.
Answer: Get a band aid | What will Riley want to do next? |
task098_conala_list_intersection | task098-2fd5b52fa1154bfe83e01c7241d91653 | 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... | [1, 4, 6, 8, 10] |
task027_drop_answer_type_generation | task027-d8c336a4b20a4c9da4b0451ab54dbe29 | 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 |
task070_abductivenli_incorrect_classification | task070-75f671fde29542fc8ca6a06c2fd7fd20 | 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: Kim arrived h... | 2 |
task069_abductivenli_classification | task069-10516281012141d484ac9fb5bc214fc9 | 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 coherent / plausible by writing "1" or "2" in the output. If both sentences are plausible, pick the one that makes most sense.
Beginning: India wanted to ... | 1 |
task638_multi_woz_classification | task638-d6e61106ae46404b9f7d2a65c395f358 | You are shown a conversation between a user and system. Identify who has spoken the indicated sentence based on the conversation.
Sentence1: No, that's all I needed. Thank you. Sentence2: Of course. When would you like to leave? Sentence3: I am looking for a train departing from london kings cross. Sentence4: Yes, plea... | Answer: (A) User |
task1289_trec_classification | task1289-97cba222ddff4d59b33b76de497f472e | You are given a question. You need to detect which category better describes the question. A question belongs to the description category if it asks about description and abstract concepts. Entity questions are about entities such as animals, colors, sports, etc. Abbreviation questions ask about abbreviations and expre... | Location |
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists | task755-433f5a96f1bb432e9aea521494adb561 | In this task, you are given two strings A,B. You must perform the following operations to generate the required output list: (i) Find the longest common substring in the strings A and B, (ii) Convert this substring to all lowercase and sort it alphabetically, (iii) Replace the substring at its respective positions in t... | JbCBPrUFBDkTbacdggghilmnvvvwxzaukDTkrYokxmT, oUKfpPxyKDacdggghilmnvvvwxzTxCSNosgOCzdqICG |
task1310_amazonreview_rating_classification | task1310-2e330ad2a381444b88f446cb788f1c4f | 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.
There's a thick dry film in the top of the paste inside the jar almost as if the container doesn'... | 4 |
task587_amazonfood_polarity_correction_classification | task587-90ad735091cc4269b359a6d42853052c | You are given an amazon food product review and its polarity (positive or negative). Your task is to answer "True" if the specified sentence and its polarity match; otherwise, answer "False".
I love these hot chocolates. I think they're way better than the cafe express hot chocolates. These and the Swiss Miss hot choco... | False |
task227_clariq_classification | task227-279dfeacfb6340ad9489f4e7fe81f2e4 | 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: I n... | No |
task731_mmmlu_answer_generation_professional_psychology | task731-7dc1e8dfc98f4868a9a2590b429a66c6 | You are given a question on professional psychology. 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.
A company president is co... | D |
task1601_webquestions_answer_generation | task1601-7c0661f3bded463da41ee379d0d7100c | Based on the given question and tppic, give an answer. The answer is available on on the internet. The questions are mostly centered around a single named entity.
concept: Panama question: what is currency in panama? | ['United States dollar', 'Panamanian balboa'] |
task633_dbpedia_14_answer_generation | task633-3f3a6473880c4e76be091b0d8bcb3923 | In this task, you are given a text which is the body of a document. You are given a question and options. Pick the correct number. Don't generate anything else apart from the numbers provided in options.
Context: Ypthima pulchra is a butterfly in the Nymphalidae family. It is found in Nigeria the Republic of Congo Ango... | 2 |
task310_race_classification | task310-fe35efcb25cc43599fad7e1a545b7e74 | 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: Northern Lights Tour Located i... | No |
task112_asset_simple_sentence_identification | task112-a13d3f92257b4cfb9acfe46e06954042 | 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 one |
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists | task755-b3408dee2ea44adaa0d8bc6638d2661f | In this task, you are given two strings A,B. You must perform the following operations to generate the required output list: (i) Find the longest common substring in the strings A and B, (ii) Convert this substring to all lowercase and sort it alphabetically, (iii) Replace the substring at its respective positions in t... | pdkefypkBadegiimqrujloPyQR, VIpfqWYXvadegiimqrudBXgGQcBPY |
task072_abductivenli_answer_generation | task072-58fecd5432bc416393771bd63c13abe1 | 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 ... | Linda is self-conscious about her feet. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.