task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task064_all_elements_except_first_i | task064-fa1bc0d8b6004b7a90ca4c71d4ae935f | 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.
8, ['a', 'g', '4197', 'W', '9167', 'd', '8451', '7137', '6255', '2869', 'I', 'l', 'y', 'M', '9651', '1553', '8049', ... | 6255, 2869, I, l, y, M, 9651, 1553, 8049, 2865, y, v, e |
task098_conala_list_intersection | task098-8542dcae897541cab65600097660945e | 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, 5, 6, 8, 10] |
task380_boolq_yes_no_question | task380-a2a4e521d00946c3b493ce2c6ff9e5d2 | 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: Despite losing to the division rival Oakland Raiders twice in the regular season in 1969, the two teams met for a third time in the AFL Championship Game w... | Yes |
task1359_numer_sense_answer_generation | task1359-b740b94b18b6420a869d0154f9a0a6fa | Given a sentence, fill out the missing word with a 'no' or a number (between zero and ten). You should write the numbers with english alphabet, like: four instead of 4.
Meat can stay in the warmth of the intestine for at least ____ days until it is digested. | four |
task1326_qa_zre_question_generation_from_answer | task1326-50b2a1cf8fae4eedbca45bb17a477ae5 | Generate a question which can yield the answer mentioned in the input. Generated question must be answered by the answer provided in input, without using any extra knowledge.
Context : The 1928 Imperial Airways Vickers Vulcan crash occurred on 13 July 1928 when a Vickers Vulcan on a test flight from Croydon Airport wit... | What is the full date that 1928 Imperial Airways Vickers Vulcan crash crashed on? |
task369_synthetic_remove_odds | task369-4230a05aabb743da87d49f8c701416b0 | In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets.
[-19, 3, 82,... | [82, 100, 42] |
task389_torque_generate_temporal_question | task389-cb78faaced6d4564a0af74cb18cd3d22 | 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 begun but has not finished? |
task1542_every_ith_element_from_starting | task1542-065ab9eeb43c48b584c38f9339e6edff | In this task, you are given an input i,A where i is an integer and A is an array. You need to find every ith element of A starting with the 1st element.
1, ['3153', 'S', 'V', '741', 'I', '1905', 'a', '2867', '7173'] | 3153, S, V, 741, I, 1905, a, 2867, 7173 |
task591_sciq_answer_generation | task591-f28e9b5057d74f9aa0d503c54d9bc193 | Given a scientific question, generate a correct answer to it.
What has revolutionized human society over the past several decades? | computer technology |
task684_online_privacy_policy_text_information_type_generation | task684-15482da20c814fa8a9103d0f9a0829a9 | 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 marketing purposes. Collection... | Generic personal information |
task1596_event2mind_text_generation_2 | task1596-a5136929b7cd4d7f8999906a7959ff87 | The task is to generate text based off of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons intent behind doing the event, i.e. why did the person do that action.
PersonX advances another ___ | to be nice |
task303_record_incorrect_answer_generation | task303-52231306c5414de39c2b9aa43cd7309a | 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 ... | Clinton Correctional Institute |
task405_narrativeqa_question_generation | task405-8fb4f49fe7a24f90bb22a229d93fcd2b | 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 is Ughtred's relationship to Rosalie? |
task1678_mathqa_answer_selection | task1678-49c732a4769840158f2d541fb2a37afa | Given a math problem with context and a question and 5 answer choices, the task is to provide the correct answer choice based on the problem. You must choose one of the given answer choices by letter: a, b, c, d, or e; anything else is invalid.
Problem: if 7 ^ q is a factor of the product of the integers from 1 to 100,... | e |
task381_boolq_question_generation | task381-1aefbc2e54454e50b868ba34e2332d6a | You will be given a passage, and your task is to generate a Yes/No question that is answerable based on the given passage.
A Reservation Against Cancellation (RAC) is a type of ticket that can be sold for travel on the Indian Railways. Although it ensures certainty of travel, it does not guarantee a berth. A berth will... | can we sit in train with rac ticket? |
task506_position_of_all_alphabetical_elements_in_list | task506-277af271879a4979bdd8ac19948f6be3 | 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 alphabetical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no alphabetical element is in the list.
['m', 'c', '... | 1, 2, 4, 5, 8, 10, 11, 13, 14, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 34 |
task280_stereoset_classification_stereotype_type | task280-9894464f0d5945cea61d19505b7736eb | In this task, you are given a short passage that conveys stereotype or anti-stereotype about a specific target. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. You are expected to classify the passage into four types of ... | Profession |
task1729_personachat_generate_next | task1729-27ed71977fed48ffa39020815a9e3f12 | Your task is to generate the next utterance in a given dialogue. You will be given a few sentences describing the personality of the person who is making the dialogue, and a history of the dialogue after that. Each line in the history is said by one of the two participants in the conversation.
Personality: I am in coll... | I like growing my own spices, like basil or rosemary. |
task1360_numer_sense_multiple_choice_qa_generation | task1360-7f49e8dee0914781a4f513b4cf693005 | Given a sentence with a missing word, pick the answer option that best fills out the missing word in the sentence. Indicate each answer with its index ('a', 'b', 'c', 'd').
American women are ____ to six times more likely to die of heart disease than of breast cancer.\Question: Choose the right answer from options give... | d |
task303_record_incorrect_answer_generation | task303-df8ab70a043f4d50847bc047c9f4cfe8 | 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 ... | Google |
task820_protoqa_answer_generation | task820-fa4dde505dcf45d59a621b11c72805a5 | 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 you find in the british countryside. | ponds |
task1326_qa_zre_question_generation_from_answer | task1326-b4e37f0518404704894adde1ea52c2b9 | Generate a question which can yield the answer mentioned in the input. Generated question must be answered by the answer provided in input, without using any extra knowledge.
Context : Milan Gaľa (21 January 1953 in Jarovnice -- 1 June 2012 near Košice) was a Slovak politician and Member of the Parliament with the Slov... | On what date did Milan Gaľa die? |
task192_hotpotqa_sentence_generation | task192-4135fb531524409eaf00533815197004 | In this task, you are given a context paragraph, a question based on that and corresponding answer of a question. Your task is to generate supporting fact/knowledge from context paragraph which helps in answering a given question.
Tyler Cuma (born January 19, 1990) is a Canadian professional ice hockey defenceman curre... | He was drafted by the Minnesota Wild in the first round, 23rd overall, in the 2008 NHL Entry Draft when he was playing for the Ottawa 67s. |
task1660_super_glue_question_generation | task1660-96f7400a14874691a1c1a30c645f880c | In this task, you are given Wikipedia articles on a range of topics, we ask you to write a question based on the content of the articles that can be answered in a binary manner i.e. True or False.
Education in Canada -- Education is compulsory up to the age of 16 in every province in Canada, except for Manitoba, Ontari... | is it mandatory to go to school in canada |
task617_amazonreview_category_text_generation | task617-d02c1764c2cf4375822b7337d51c1a29 | In this task, you're given a review from Amazon and your task is to generate the name of the category of the product based on the review given by the user. The categories are: kitchen, office product, watch, wireless, other, toy, digital video download, camera, jewelry, pet products, sports, industrial supplies, baby p... | other |
task756_find_longert_substring_and_return_all_unique_alphabets_in_it | task756-2b96f90a1f62470a92fec9a22caa213a | 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.
euqLTybYQrYhcStSxipQYC, wiITFITbYQrYhcStmpYX | b, c, e, h, i, l, p, q, r, s, t, u, x, y |
task277_stereoset_sentence_generation_stereotype | task277-8afcaaf9ba7b495cb219e24e513d5f4b | 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 stereotype. A stereotype is an over-generalized belief about a particular group of people. Your answer must not contain more than one word.
Context: The country ... | poor |
task141_odd-man-out_classification_category | task141-f4eac6ef9c9646ba82958b19c18d9bef | Given a category and a set of five words, find the word from the set that does not belong (i.e. is the least relevant) with the other words in the category. Words are separated by commas.
Category: guitar part
Words: bored, board, fret, jack, pick | bored |
task618_amazonreview_summary_text_generation | task618-2553662d260640778c75221ae7909bc9 | In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review.
Contigo products are generally not the most cost effective bottles, but are often very well thought out designs that work great at what they do. These bottles originally worked as expected, but over the past c... | Great for a while, then leaks like its left wide open. |
task183_rhyme_generation | task183-8f3d678f72464f8f9d4211ede9dec2fe | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
rope | schoepf |
task590_amazonfood_summary_correction_classification | task590-39e370e572584986a062bb1aca1982cc | In this task, You are given an amazon food product review and its summary. Your task is to Generate "True" if given review and its summary match, otherwise generate "False".
I bought two bags of these, thinking it was the same product that I used to buy in different packaging (light blue, with a see-through dog shape a... | True |
task370_synthetic_remove_divisible_by_3 | task370-5d6ba6e11fad4a2b8d796efaecdf5825 | 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.
[51, 70, 1] | [70, 1] |
task1431_head_qa_answer_generation | task1431-81d4c7fdcf504dc49d1f04cf770c21ab | In this task, you are given a multiple-choice question about healthcare. Answer the question based on your information and classify your answers into '1', '2', '3', and '4'.
Question: In the regulation of glycogen metabolism by adrenaline:
Options: <1> Adenylate cyclase is inhibited. <2> Protein kinase A is inhibite... | 3 |
task206_collatz_conjecture | task206-1cee4044168b45a4a32671d3420ec0c9 | 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 two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
[135, 56, 151, 87, 98, ... | [406, 28, 454, 262, 49, 94] |
task1309_amazonreview_summary_classification | task1309-35cb3d0566654bf5bd16940991473cee | 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: The product came with no instructions. I have some ... | False |
task342_winomt_classification_profession_pro | task342-b5aabbb4ff8d49558a6f08e4172e520a | In this task, you are given a sentence and a gender. The sentence mentions two professions: one's gender is unknown and the other's gender can be identified using the gendered pronouns that refer to them in the text. You are expected to return the profession with the given gender.
Sentence: The librarian loved to share... | Cook |
task303_record_incorrect_answer_generation | task303-c41658b77c454746abec4faaec89ea68 | 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 ... | White House |
task113_count_frequency_of_letter | task113-2558a682c5f14f28907a15bdb940fb4f | In this task, you need to count the number of times the given letter appears in the given sentence.
Sentence: 'a rusty fire hydrant is in the middle of the woods'. Find frequency of the letter 'n' | 2 |
task297_storycloze_incorrect_end_classification | task297-8685c893f680432f9e4d8a16ba659699 | In this task, you're given four sentences of a story written in natural language. The given story is not complete and your job is to complete the story by selecting one of the end sentence choices from (A) and (B), such that the story does not sound complete and coherent, i.e., select an incorrect end sentence.
Sentenc... | B |
task507_position_of_all_numerical_elements_in_list | task507-a212039d41fa48fdb44333e35244114b | 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.
['r', '8803', '320... | 2, 3, 5, 6, 7, 10, 11, 14, 15, 16, 18, 19 |
task413_mickey_en_sentence_perturbation_generation | task413-603df84ae76645a793d653253e2afec2 | Given a sentence, generate a new sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.
You woul... | You would hit the bottle because you want forget about your problems. |
task1346_glue_cola_grammatical_correctness_classification | task1346-2e5aa2dfdf2c48e7990e0395dfc02cc7 | 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'.
Aphrodite said he freed the animals and freed the animals he | 0 |
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists | task755-acf495cb3ee84a29ad441fc70db18dae | 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... | DJprsQtR, mlSprsAax |
task379_agnews_topic_classification | task379-d0f866313a1841ef85ade92e97f7bbd3 | 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... | World |
task496_semeval_answer_generation | task496-178b73d7bcb140a195a42c0aff5c2e09 | 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 |
task378_reverse_words_of_given_length | task378-9dc910ab105946988732c9802555aa8c | In this task, you need to reverse 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 young man riding a skateboard down the side of a metal rail'. Reverse all words of length '10' in the given sentence. | a young man riding a draobetaks down the side of a metal rail |
task207_max_element_lists | task207-ae9e96e317564df49b3ea09911fe8a92 | In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
[[38, 35, 59, 61, -... | [61, 88, -25, 86, 40, 92, 60, 85] |
task322_jigsaw_classification_threat | task322-5ffe7a9891b848c48aa282da250e69e7 | 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: that's such a poor analogy and construct... | Non-threat |
task303_record_incorrect_answer_generation | task303-91ee225ab31744e38af0c14c4c1d9f5c | 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 ... | Moroccan |
task667_mmmlu_answer_generation_business_ethics | task667-d16ed1a7070143bdb6758cb0db1d274e | You are given a question on business ethics. Business ethics is a form of applied ethics that examines ethical principles and moral or ethical problems that can arise in a business environment. You are also given 4 answer options (associated with "A", "B", "C", "D"), out of which only one is correct. You need to answer... | A |
task405_narrativeqa_question_generation | task405-afb8e3ff9b3b45469c4a1561cae19e84 | 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 orders Jack to be arrested? |
task405_narrativeqa_question_generation | task405-a702db7729f94e3b82f9cdc207a898b1 | 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 resides in Hades? |
task699_mmmlu_answer_generation_high_school_biology | task699-e1482e98118f436d8a71c06ae6b09c86 | You are given a question on high school biology. 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.
Male satin bowerbirds adorn s... | C |
task413_mickey_en_sentence_perturbation_generation | task413-a2ef30d714bd473d8778f30d93b73190 | Given a sentence, generate a new sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.
If you w... | If you wait to have a deck then you should connect some friends . |
task303_record_incorrect_answer_generation | task303-8f51ddc0a78044b9ba19ef9a6ba7e7a4 | 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 ... | U.S. |
task924_event2mind_word_generation | task924-597d074776f94a6eb574d98e9f638f0e | You are provided with an "Event", "Intent" and "XEmotion" (PersonX's reactions for the given "Event"). Indicate PersonY's reaction (person feels) at the end of this event. Provide one reaction for PersonY. If there's nothing that can be implied, respond as None
Event:PersonX gives it PersonX's name. Intent: 1) control.... | named |
task649_race_blank_question_generation | task649-f14d9429212c4a0f93d9d3f65248d62a | In this task, you're given an article and an answer. Your task is to generate the fill-in-the-blank question for this answer based on the given article. The blanks are always at the end of the question, and can be filled with more than one word or phrase.
Article: Register in person, by phone 264-8833, or by mail. Use ... | All the courses listed above are offered to the people _ . |
task069_abductivenli_classification | task069-e08e9de111f94f68b73f156f02ce3dc6 | 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: Mike found the b... | 1 |
task303_record_incorrect_answer_generation | task303-f8f858a067c6415f9b93a0e043bf8924 | 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 ... | Western & Southern Open |
task322_jigsaw_classification_threat | task322-371f9a03f4834c909bf0d62586217aa9 | 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: Unlike Putin who sends bombers to blow u... | Non-threat |
task111_asset_sentence_simplification | task111-94dcda4db75b4577870832b7df0ed815 | 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... | Gothic architecture, in its Catalan or Mediterranean form, is the main style of this cathedral. However, it also has Romanesque, French Gothic, Renaissance art, Baroque and neoclassical elements. |
task301_record_question_generation | task301-f88eaf5588444ba5b4daca6b1e063472 | In this task, you will be shown a passage. You need to write a fill-in-the-gap question based on your understanding of the events that might be inferred from the passage. Your question should be answerable based on the passage and only have one correct answer. Show the gap in your question with a _ .
Boris Johnson toda... | In his speech, Mr Johnson repeatedly mocked Mr Miliband over the revelation he has two kitchens in his £2million _ home. |
task400_paws_paraphrase_classification | task400-0fe4beadc3fb4eef9e50264714ec9ade | In this task you are given a sentence pair from wikipedia that have high lexical overlap. If the sentences have the same meaning and are just paraphrases of each other label them as "Paraphrase" , if not label them as "Not paraphrase". The two sentences are seperated by a new line.
The story of Ross Ross was printed as... | Paraphrase |
task638_multi_woz_classification | task638-0887462b835f428091eec5a830a81077 | You are shown a conversation between a user and system. Identify who has spoken the indicated sentence based on the conversation.
Sentence1: Yes can I get the hotel type and phone number? Sentence2: That is all I needed. Thank you! Sentence3: Okay. Let us know if you need further assistance. Sentence4: Hi there. Can yo... | Answer: (A) User |
task1542_every_ith_element_from_starting | task1542-b518e70685bc4923bfd70de1bcd70d03 | In this task, you are given an input i,A where i is an integer and A is an array. You need to find every ith element of A starting with the 1st element.
10, ['9125', 'O', '6773', 'R', 'p', '8681', '849', '4699', '8071', '4863', 'a', 'c', '2511', '9743', 'Z', 'Y', '4389', '613', 'M', '213', '4407', '3757', 'k', '6297', ... | 9125, a, 4407, 6921 |
task157_count_vowels_and_consonants | task157-6b7785b1b2374624b240facedbea8a86 | 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 bottle of cooking oil from a foreign country'. Count the number of vowels in the given sentence. | 16 |
task160_replace_letter_in_a_sentence | task160-a1d6dc0c6a5849de96adc3eda8f58193 | In this task, you need to replace a letter in the sentence with another given letter.
Sentence: 'a couple carrying their luggage off of a train'. Replace the letter 'a' with 'u' in the sentence. | u couple currying their lugguge off of u truin |
task351_winomt_classification_gender_identifiability_anti | task351-ffb034d658c843ce82bad1cfb604cac9 | In this task, you are given a sentence and a profession. The sentence mentions two professions: one's gender is identifiable using the gendered pronouns in the text and the other's gender is unidentifiable. You are expected to return whether the given profession's gender is identifiable or unidentifiable.
Sentence: The... | Identifiable |
task405_narrativeqa_question_generation | task405-7ab02d1b8a274922852b289a6578e0b5 | 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 has a previous engagement? |
task454_swag_incorrect_answer_generation | task454-e0fdde2db9fa40f0be6f19899c2749cd | Given a sentence, generate a most unlikely next statement. The next statement should not be logically relevant to the given context
Grinning, the boys follow the sergeant as he marches past sand bag barricades through a doorway. The boys | watch as the water grows still. |
task111_asset_sentence_simplification | task111-3dc5b0c863b84fd99b9e8f052a3a2d99 | 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... | Over the years, he has donated more than $33,000 to Republicans. He publicly endorsed John McCain for president in 2008. |
task668_extreme_abstract_summarization | task668-464ba246ac0941a4829ea5cce0a42b2c | In this task, you are given the abstract of a research paper. Your task is to generate a summary of this abstract. Your summary should not be very short, but it's better if it's not more than 30 words.
In spite of their great success, traditional factorization algorithms typically do not support features (e.g., Matrix ... | Scalable general-purpose factorization algorithm-- also helps to circumvent cold start problem. |
task673_google_wellformed_query_classification | task673-76ca0f3aa42c43528ba40d21b22276dd | Read the given query and classify it as a 'Good' or 'Bad' query depending on how well the query is formed, 'Bad' being the expected output for a not so well formed query and 'Good' being the expected output for a well formed query. A query may be wrong based on common sense or general facts, but if it is well formed, y... | Good |
task846_pubmedqa_classification | task846-7c80e72d722441e7afb290720a813d26 | Given a passage with a question and an answer to that question, classify if the answer actually answers the question into 'yes' or 'no'. Output 'yes' if the answer answers the question and output 'no' if the answer does not answer the question.
Question: Does social deprivation affect lung cancer stage at presentation ... | no |
task374_synthetic_pos_or_neg_calculation | task374-798a8cdc5dd8498e831d05bb6e5bdd0a | 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... | [183, 130, 204, 132, 182, 3, 189, 81, 27] |
task929_products_reviews_classification | task929-73a0be5736bc4466b4ecbc70c752241a | Given an English language product review, determine if it is a Good Review or a Bad Review. A good review is one where the product's review has positive tone and Bad review is one where the tone of product's review is negative.
It makes quick work out of slicing citrus and lemons like butter. We love this! It's one thi... | Good Review |
task1488_sarcasmdetection_headline_classification | task1488-16b6cf6d08504091ac5b5e987d4a7a7d | In this task, you are given a news headline in English. You are expected to classify the post into two classes: sarcastic or non-sarcastic. A sarcastic sentence is one that refers to the use of words that mean the opposite of what you really want to say, especially in order to insult someone, or to show irritation, or ... | sarcastic |
task1308_amazonreview_category_classification | task1308-030f08aae1974387b67336b14329e652 | 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: I followed the instructions of use to the ... | False |
task934_turk_simplification | task934-cf4b5757a5994d45bb26eb88a0d69124 | In this task, you're given a sentence and your task is to generate a simplified sentence that focuses on lexical paraphrasing from the original sentence given in the input.
since poland 's accession to the european union , a significant number of poles have emigrated to western european countries such as the united kin... | since poland became a part of the european union , a significant number of poles have moved to western european countries such as the united kingdom , germany and ireland looking for work. |
task075_squad1.1_answer_generation | task075-48f753b16f8a4f85bf8d0d519e962bc5 | 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... | Costiff |
task470_mrqa_question_generation | task470-db44562d0a6e4310a0010b4e24e76288 | Given a context passage, generate a question from the passage such that its answer is shortest continous span from the passage.
General Sir Alfred Dudley Ward GCB, KBE, DSO (27 January 1905--28 December 1991), was a senior officer of the British Army who saw service during World War II and later became Governor of Gibr... | What branch was Alfred Dudley Ward part of? |
task756_find_longert_substring_and_return_all_unique_alphabets_in_it | task756-b78f15d6db144ef3bac461958c043bb6 | 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.
mmWLQdAjbbStolMgssoDhKrXFo, ltrBsdAjbbStolMgssoiRCaMUNWfA | a, b, c, d, f, g, i, j, l, m, n, o, r, s, t, u, w |
task1312_amazonreview_polarity_classification | task1312-6176e1409c9e49578325b847adc3294a | In this task, You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review.
I don't think the walnut kernels were entirely seperated from their shells. I can't eat this! It's like chewing on windshield fragments mixed with s... | negative |
task1361_movierationales_classification | task1361-0b2767e1486d4e7cacbebab338c2a761 | In this task, you must classify if a given review is positive/negative, indicating your answer as P or N.
" the blair witch project " was perhaps one of a kind , a unique film that played completely on its own merit , managing to scare even the most experienced horror fans out of their senses .
its success made a seque... | P |
task579_socialiqa_classification | task579-78e7beafda3f4e02a3f2e7bbfd172613 | 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: Robin baked a cake all day and made other desserts as well.
... | Yes |
task389_torque_generate_temporal_question | task389-d9706aa6f57f4592aad092c30ad5d552 | 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 after the supporters are given time? |
task103_facts2story_long_text_generation | task103-8d775f593eb046c5b39ac57bbac292a6 | In this task, five ordered key facts are given. All the given facts are expressed in natural language. Your job is to generate a story 100 to 1000 words long, that includes all the facts given as input in their order of appearance while expanding upon them to produce a broader, yet coherent, narrative.
Fact1: Machisu l... | Kitano plays Machisu, who is born into a wealthy family, but loses both his parents as a child. When his father Akira Nakao commits suicide after the collapse of his business, Machisus stepmother Mariko Tsutsui sends him to live with an aunt and uncle who mistreat him and finally send him to an orphanage. As a young ma... |
task284_imdb_classification | task284-9702950b213d4a2f93edea214156da7a | 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.
I went to see "Evening" because of the cast. I'd gone to see "Norman's Room" for that reason -- that movie offering Diane Keaton, Leonardo De Caprio and, als... | negative |
task191_hotpotqa_question_generation | task191-32166ec2b5b64c008af15681185ba7db | In this task, you are given a set of context paragraphs, some supporting facts and an answer of a question. Your task is to generate question for given answer based on set of context paragraphs, supporting facts and an answer.
Context_1 : "Hacksaw Ridge" is a 2016 biographical war film, directed by Mel Gibson and writt... | Which United States Army on which The Conscientious Objector was based was born on February 7, 1919? |
task899_freebase_qa_topic_generation | task899-305d43be02a74fb8b60c09cdc2cf0289 | Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about.
The Albery Theatre in London was renamed in 2006 after which knighted playwright, composer, director, actor and singer, who was responsible for writing 'London Pride' amongst others? | london pride |
task079_conala_concat_strings | task079-9bb16072d3ad4bcba77c6b14851b0994 | In this task you will be given a list of strings and you need to concatenate them.
['about', 'd', 'homage-rendering', 'z', 'A'] | aboutdhomage-renderingzA |
task1726_mathqa_correct_answer_generation | task1726-9852aef9be61406498232cfa963a913f | The task is to generate the correct answer for a given math problem.
Problem: the hcf and lcm of two numbers m and n are respectively 6 and 210 . if m + n = 72 , then 1 / m + 1 / n is equal to | 2 / 35 |
task1595_event2mind_text_generation_1 | task1595-ffbe09bb02be44f2a814c1bd5514ca8b | The task is to generate text based of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons emotional reaction to the event, i.e. how that person feels after doing the action.
PersonX continues PersonX's education | determined |
task1420_mathqa_general | task1420-c831612a2e634a24bbec69ca3db42a91 | In this task, you need to answer the given multiple-choice question on the general math. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.
Problem: in n is a positive integer less than 200 , and 2 n / 108 is an integer , then n has how many different positive prime factors ?
Options: a ) 2 , b ) 3 , c ) 5 , d ) ... | b |
task161_count_words_containing_letter | task161-76d39de640554b62a16e607063ae87ab | In this task, you need to count the number of words in a sentence that contain the given letter
Sentence: 'a lap top is on a desk with a bunch of soda cans'. How many words contain the letter 'o' in the sentence. | 4 |
task673_google_wellformed_query_classification | task673-cda203e13fcf445e9edc5efbe2521c9a | Read the given query and classify it as a 'Good' or 'Bad' query depending on how well the query is formed, 'Bad' being the expected output for a not so well formed query and 'Good' being the expected output for a well formed query. A query may be wrong based on common sense or general facts, but if it is well formed, y... | Good |
task1347_glue_sts-b_similarity_classification | task1347-589440a13a4c47c7aea5e17010e79a7d | 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... | 1 |
task588_amazonfood_rating_classification | task588-2106edd2632246e4b09cfc8f5a46794c | In this task, you're given a review from Amazon's food products. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral or mixed, 4: good, 5: extremely good.
I had no idea there was a gluten free Bisquick mix..I made pancakes and... | 5 |
task112_asset_simple_sentence_identification | task112-9993c89003f24677991619792cd15108 | 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 |
task405_narrativeqa_question_generation | task405-317f7764a33d478ab2adf1d77054ef7f | 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 Gerard become, upon returning to a normal life? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.