task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task183_rhyme_generation | task183-d9d5a5595cb54d6cac2263236fa68d7a | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
slave | quave |
task618_amazonreview_summary_text_generation | task618-c4a1f1bd40b84dc4a8926dfcf91c2020 | In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review.
We can't use the waterproof camera case because it is missing the o-ring. A simple few cent part that no one can seem to ship me so I don't have to return my grandson's birthday gift. This is outrageous and I ... | We can't use the waterproof camera case because it is ... |
task1295_adversarial_qa_question_answering | task1295-def253a4fc304770aae2dcb153564918 | In this task, you are given a question and a context passage. You have to answer the question based on the given passage.
What might occur should the Ottoman bureaucracy become rich at the expense of the people?, Context: The Ottoman economic mind was closely related to the basic concepts of state and society in the Mi... | social disorder |
task638_multi_woz_classification | task638-4decbe4f13174721846ae69049ac11ac | You are shown a conversation between a user and system. Identify who has spoken the indicated sentence based on the conversation.
Sentence1: The centre has 11 museums. I recommend castle galleries personally. It is free to enter. Sentence2: It is Chinese food in the south part of town, 10 Homerton Street City Centre Se... | Answer: (B) System |
task369_synthetic_remove_odds | task369-955a4dacf44f4c8db534d015809315b3 | 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.
[72, 65, -22... | [72, -22, 44] |
task462_qasper_classification | task462-2e14a76c8b86495caca25ca879cfbf17 | In this task, you will be presented with a context from an academic paper and a question based on the context. You have to classify the questions into "Extractive", "Abstractive", or "Yes-no" questions. Extractive questions can be answered by concatenating extracts taken from a context into a summary while answering ab... | Abstractive |
task636_extract_and_sort_unique_alphabets_in_a_list | task636-a282f77c4ee649a2864133066ac49a03 | In this task, you are given an input list A comprising of numbers and alphabets. You need to extract and sort the unique alphabets in the list. The alphabets in the input list will only be in lowercase. Return -1 if there is no alphabet in the input list.
['d', '327', '8319', 'a', 'e', 'm', '4183', 'p', '4715', 'h', '6... | a, b, d, e, h, k, m, o, p, q, r, t, v, w, z |
task1419_mathqa_gain | task1419-0f76cd4d634d48d9b04b9a741a84e4ef | 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: the balance of a trader weighs 8 % less than it should . still the trader marks up his goods to get an overall profit of 20 ... | c |
task1419_mathqa_gain | task1419-aed856e7e27c419fbf31e5d3f7d80622 | 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: a reduction of 20 % in the price of salt enables a lady to obtain 10 kgs more for rs . 100 , find the original price per kg ... | c |
task469_mrqa_answer_generation | task469-423f8ce32f534eb0b70f32707ca3e2e8 | Given a question and a context passage, generate the answer having the word or phrase from the context passage. Here, the answer should be a shortest continous span from the passage.
Context: [[Hrothgar]], king of Danelands, and a group of mounted and helmeted warriors chase a large and burly man, whom they consider a ... | grendel |
task1423_mathqa_geometry | task1423-944dcfa2fba94d199a49cb9454f34692 | In this task, you need to answer the given multiple-choice question on geometry. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.
Problem: the perimeter of one square is 40 cm and that of another is 20 cm . find the perimeter and the diagonal of a square which is equal in area to these two combined ?
Options: a... | a |
task1595_event2mind_text_generation_1 | task1595-dbed3cc0f9434ecc941d11f09e2460f3 | 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 puts PersonY's ___ to death | powerful |
task633_dbpedia_14_answer_generation | task633-048848e384ae4cd892ada864c5446fc6 | 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: Tsukigata Hanpeita: Hana no maki; Arashi no maki (月形半平太 花の巻 嵐の巻) is a 1956 Japanese film directed by Teinos... | 2 |
task413_mickey_en_sentence_perturbation_generation | task413-eedd48ba1f6a4985abc31f9371e99912 | 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.
Salt dis... | Salt creates more effectively in hot media than in cold water . |
task588_amazonfood_rating_classification | task588-9375542d3e9a4d148f8ad86aa2583dd5 | 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.
No doubt about it this is just the right combination of Lobster, scampi... | 5 |
task365_synthetic_remove_vowels | task365-2203aa1727a94281a2da16c56667b306 | 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.
IyPZA | yPZ |
task1508_wordnet_antonyms | task1508-cca961b2d1e445709e91b73aa9dda0f9 | Given an adjective, generate its antonym. An antonym of a word is a word opposite in meaning to it.
drinkable | undrinkable |
task074_squad1.1_question_generation | task074-7d4da39b2ddf47a2a5395a023c1ec79c | This task is about reading the given passage and construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) its answer is a continuous text span from the paragraph. Avoid creati... | What type of theatre is the Warsaw Fotoplastikon? |
task385_socialiqa_incorrect_answer_generation | task385-f0d3bb436d0147c8bd1ec9769295eb14 | In this task, you're given a context passage, a question, and three answer options. Your task is to return an incorrect answer option to the question from the choices given. For all questions, only one of the three answer options is correct. Pick one of the two incorrect answer options as the output.
Context: The weath... | B |
task246_dream_question_generation | task246-ed5f8b4ce4d944aca19693589d80f07b | 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 aye the speakers? (A) In the shopping district. (B) In the largest building. (C) In the bank. |
task155_count_nouns_verbs | task155-42c1a61ac0f742f3a8ed9635a97719e9 | In this task, you need to count the number of nouns/verbs in the given sentence.
Sentence: 'A street sign on the side of the road'. Count the number of nouns in this sentence. | 4 |
task1422_mathqa_physics | task1422-07c695b455114e70a3a7b5dda212ecc7 | 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: 6 computers , each working at the same constant rate , together can process a certain amount of data in 9 days . how many additional computers , each working at the same c... | a |
task1326_qa_zre_question_generation_from_answer | task1326-1655c98814fc4c1c82da63f6dce09b96 | 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 Battle of Hastings was fought on 14 October 1066 between the Norman-French army of Duke William II of Normandy and an English army ... | What date is associated with Battle of Hastings? |
task195_sentiment140_classification | task195-433501e215fd473e935ed1110159f340 | In this task, you are given a text from tweets. Your task is to classify given tweet text into two categories: 1) positive, and 2) negative based on its content.
@iModel_ lol.... Gorgeous...lol! U look sooo much like that Vampire lol...its a compliment don't get mad lol | positive |
task413_mickey_en_sentence_perturbation_generation | task413-62ead44738184dad90e888488367fd52 | 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 are ... | You are close to find a list of colors in a founder 's office . |
task339_record_answer_generation | task339-f93a32fe2c444ffcae10bdc71a13cc09 | In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Try to find the best answer that is most likely to fill in "_". Note that the URLs in the text have been replaced with [Link].
In his autobiography published late last ye... | Kerry Kennedy |
task591_sciq_answer_generation | task591-ad66f8731a78447984ae9e8778fd2ceb | Given a scientific question, generate a correct answer to it.
Anaerobic prokaryotes can live without what compound in their environment (it's a compound that people do need to live)? | oxygen |
task064_all_elements_except_first_i | task064-392b913ff4544a7cb27c87965da4692f | 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.
7, ['3557', '6293', 'B', '4857', 'i', 'c', '365', 'L', '4627', '5241', '1531', 'r', '4411', 'X', '3965', '1945', '80... | L, 4627, 5241, 1531, r, 4411, X, 3965, 1945, 8095, T, 1877 |
task303_record_incorrect_answer_generation | task303-d8360298e2c94ea483bb09baf94c02de | 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 ... | Golden State |
task074_squad1.1_question_generation | task074-0c6b907f1d344010abaefc1709d8b497 | This task is about reading the given passage and construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) its answer is a continuous text span from the paragraph. Avoid creati... | What cannot be generally deduced from the outside? |
task303_record_incorrect_answer_generation | task303-13934fd9607949f9a7104fb52627e215 | 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 ... | French |
task356_casino_classification_negotiation_self_need | task356-23a2f7c8519c4dc59300cc7f27343356 | 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 |
task1296_wiki_hop_question_answering | task1296-a8a4ef80f70d40888df7a4bd93c2f74b | In this task, you are given a context, a subject, a relation, and many options. Based on the context, from the options select the object entity that has the given relation with the subject. Answer with text (not indexes).
Context: Digimon Adventure 02 ( 02 Dejimon Adobench Zero Ts ) , commonly referred to as Digimon 02... | fuji television |
task823_peixian-rtgender_sentiment_analysis | task823-e0aa27b3e5864c1fb85d35917dff2ad8 | Given a 'poster' sentence and a corresponding 'response' (often, from Facebook or Reddit)classify the sentiment of the given response into four categories: 1) Positive, 2) Negative, 3) Neutral, and 4) Mixed if it contains both positive and negative.
Poster: President Ricky Ford, Northeast Mississippi Community College ... | Positive |
task1420_mathqa_general | task1420-b261262ead2046e9badbf8c50b030866 | 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: when a random experiment is conducted , the probability that event a occurs is 1 / 5 . if the random experiment is conducted 4 independent times , what is the probabi... | c |
task283_dream_incorrect_answer_generation | task283-d3d602202c614aed999e94b463dbc76f | In this task, you will be shown a conversation and a question. You need to write an implausible answer to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. "W" and "M" in the conversations stand for "woman" and "man".
W: Walter, it's not what I ordered. M: Oh, sorry., Que... | In a post office. |
task471_haspart_answer_generation | task471-c19cd5cd4d1d4f708956a1210c869555 | Given an entity as input, output another entity which is part of the input entity. 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., output entity) is in a part-of relationship with its holo... | bacteriocin |
task379_agnews_topic_classification | task379-0eb26142c362463bb3e6e29b7388294b | 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 |
task309_race_answer_generation | task309-049ec00a87fe480597001bfa39c2c247 | In this task, you're given an article, a question which often contains a blank and four options (associated with "A", "B", "C", "D"). Your task is to find the correct answer (from the given options) for the question from the given article and return one of the options from "A", "B", "C", and "D". Do not generate anythi... | A |
task1412_web_questions_question_answering | task1412-7785bcde4c62472e9e905d166fb8a7bd | A question is presented to you in this task, and your job is to write a potentially correct answer.
where is the nation of greece located? | Southeast Europe |
task114_is_the_given_word_longest | task114-15974601da4d45c0b7333416712ace4c | In this task, you need to answer 'Yes' if the given word is the longest word (in terms of number of letters) in the given sentence, else answer 'No'. Note that there could be multiple longest words in a sentence as they can have the same length that is the largest across all words in that sentence.
Sentence: 'several d... | No |
task897_freebase_qa_topic_question_generation | task897-38209944db964fa4ae3d5927f53ddff5 | Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question.
99 luftballons | Who had a hit in 1984 with '99 Red Balloons'? |
task1310_amazonreview_rating_classification | task1310-940baed3d4f74466949c49a106a2d217 | 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.
the flat bars only work on late model cars but the other tools work well. The bag for the pump we... | 3 |
task101_reverse_and_concatenate_all_elements_from_index_i_to_j | task101-a4fcd6ad463d4441a2f22d13cc5e6c93 | In this task, you are given inputs i, j, and A, where i and j are integers and A is a list. You need to find all elements of A from the ith element to the jth element, reverse the order in which they occur, and then concatenate them to output the resultant string. i and j will be non-negative, and will always have a va... | 5885325994696745D7173 |
task428_senteval_inversion | task428-baa7539994694467a844c397560994af | 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.
Th... | Inversion |
task605_find_the_longest_common_subsequence_in_two_lists | task605-aaac1c826ed648c883b92c285ba418ec | In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B.
['W', 'b', 'U', 'C', 'o', 'B', 'b', 'G', '543', 'T', 'H', '9931', 'C', '5497', 'D', 'q', '5809', '8101', '207', '2729', 'Y', 'W', '857', 's', '6843', 'j', 'X', 'D', 5513, 'Q', 7163, 23, 'F', 'i', 'm', 8841, 275, 'I', 41... | U, C, o, B, b, G, 543, T, H, 9931, C, 5497, D, q, 5809, 8101, 207, 2729, Y, W, 857, s, 6843 |
task205_remove_even_elements | task205-659e675921984ffb8219b1866c538ad8 | In this task you will be given a list of numbers. A list is shown by two brackets and comma-separated numbers inside, like: [1,2,3]. You should remove all of the even numbers from the list. If every number in the input list is even an empty list should be returned. Zero should be counted as an even number.
[185, 49, 64... | [185, 49, 55] |
task599_cuad_question_generation | task599-be8b1d0735124dbe92d0d02201e62045 | In this task, you're given a passage that represents a legal contract or clause between multiple parties. Your job is to write questions that ask the basic details corresponding to the legal contracts or clauses. Avoid questions that can be answered correctly without actually understanding the paragraph, and which migh... | Highlight the parts (if any) of this contract related to Insurance that should be reviewed by a lawyer. Details: Is there a requirement for insurance that must be maintained by one party for the benefit of the counterparty? |
task1338_peixian_equity_evaluation_corpus_sentiment_classifier | task1338-20650d1b272b49e5a4eb123a115cad90 | The input is a sentence. The sentence includes an emotion. The goal of the task is to classify the emotion in the sentence to one of the classes: 'fear', 'joy', 'anger', 'sadness'. The emotion mainly depends on the adverb within the sentence.
I made Betsy feel miserable. | sadness |
task166_clariq_sentence_generation | task166-56ded6262461468fa8c28d72638476d8 | Sometimes users of dialogue systems ask vague questions/queries from the system. In this case, the system asks them a clarifying question to be able to answer it correctly. In this task, you are given a question/query in natural language and your task is to ask a good clarifying question to understand the given questio... | do you want to know the difference between that and other taxes |
task079_conala_concat_strings | task079-6804403d43a143a3bc81d0ed68c79de9 | In this task you will be given a list of strings and you need to concatenate them.
['i', 'and', 'G', 'R', 'the', 'Y', 'v', 'Z', 'X', 'into', 'Y'] | iandGRtheYvZXintoY |
task1292_yelp_review_full_text_categorization | task1292-60caf4b2ac7b48a988a9e5a1119dbdfe | You are given a review about a place. You need to provide a rating from "1 star" to "5 stars" for this place.
Really good selections of muscles. \n\nThe fries and green salad are excellent.\n\nThe steak tartar and the steak are surprisingly tasty.\n\nI would definitely go back there. | 4 stars |
task924_event2mind_word_generation | task924-f43c50015a4041f7889746cbd88604dc | 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 dies soon afterwards. Intent: 1) to be faste... | sad |
task846_pubmedqa_classification | task846-4e3184e26621423b81984b5c400eddf9 | 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: Is manometry of the upper esophageal sphincter and pharynx useful... | no |
task294_storycommonsense_motiv_text_generation | task294-a95a6aabacb0463d8d0fe493a83ea8a4 | 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 write the character's motivation by doing a specific job, which is given in the sentence. Y... | to feed himself. |
task1206_atomic_classification_isbefore | task1206-6e58b47c3f084771b6b8a79a99b7da64 | 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 |
task389_torque_generate_temporal_question | task389-db30ae0939864bf08fe3b0b7f8106cbc | 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? |
task294_storycommonsense_motiv_text_generation | task294-59c98299eb5343ca91588a31a9955be9 | 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 write the character's motivation by doing a specific job, which is given in the sentence. Y... | to be generous |
task161_count_words_containing_letter | task161-e588dd509a724731832a9c6adf1d479b | In this task, you need to count the number of words in a sentence that contain the given letter
Sentence: 'kids riding around on a little colorful train'. How many words contain the letter 'j' in the sentence. | 0 |
task1346_glue_cola_grammatical_correctness_classification | task1346-9a68b8098fee471ba9c74a1c00fccc38 | 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'.
Sincerity examined a book. | 0 |
task1502_hatexplain_classification | task1502-565725c0882e4b01b00eca14f71189aa | 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.
go... | Hate Speech |
task303_record_incorrect_answer_generation | task303-98a7a8836b3d4dec942c8646fe3bc75c | 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 ... | Jodie |
task1326_qa_zre_question_generation_from_answer | task1326-0e45af91186e4831884e61a5fa970f95 | 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 : Dr. Paul F. Hendrix is a Professor in the Odum School of Ecology at the University of Georgia.
Answer : University of Georgia | What is Paul F. Hendrix's place of employment? |
task1217_atomic_answer_generation | task1217-8eac932a616040e4bb74a223cfc3f34d | 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 gives PersonX's son ___ | money |
task303_record_incorrect_answer_generation | task303-bc8abc7a52f348c192973f2ebfe0d6fa | 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 ... | Washington |
task1412_web_questions_question_answering | task1412-fbb88b5af6034c3194f3920724554a12 | A question is presented to you in this task, and your job is to write a potentially correct answer.
what to see and do in san diego california? | USS Midway |
task092_check_prime_classification | task092-6bbb74ac8fdf419b84ea3fd61b7693bf | 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.
93788 | No |
task080_piqa_answer_generation | task080-e4ca959b43a841b6a2d8851d01400316 | 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 do yo... | look at the caller id before answering. |
task1336_peixian_equity_evaluation_corpus_gender_classifier | task1336-e8726fbfdfee44f0bd266950ea0e08f3 | You will be given a sentence containing a pronoun/person name and an emotion. From these implicit parameters, the main goal is to find the gender of the person (male / female).
The situation makes my wife feel scared. | female |
task504_count_all_alphabetical_elements_in_list | task504-9d832397da23449ba5955917ebed86ec | In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the alphabetical elements in the given list. Return 0 if no alphabetical element in the list
['g', '5385', 'o', 'M', 'x', 'D', 'i', 'X', 'J', '7885', 'r', '975', '181', '... | 16 |
task343_winomt_classification_profession_anti | task343-2ff7ad40c00849e0a72d129899da2b41 | 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 clerk asked the analyst ... | Analyst |
task367_synthetic_remove_floats | task367-896c3a1e6e044b59a28fdf1ae0202056 | 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.
[-50, 40.575, 28.808, -34.355, 0... | [-50] |
task1423_mathqa_geometry | task1423-01b6d3fa92044cefa7d8206ab526aa6c | In this task, you need to answer the given multiple-choice question on geometry. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.
Problem: a 9 - meter long wire is cut into two pieces . if the longer piece is then used to form a perimeter of a square , what is the probability that the area of the square will be ... | c |
task587_amazonfood_polarity_correction_classification | task587-5f23cc94a43b446082bec962b51e9ee7 | 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".
Some reviewers say the coffee is bitter- I like bitter but I didn't like this. It wasn't a good bitter taste, it was a "cringe" ... | True |
task344_hybridqa_answer_generation | task344-7a7199c28c314bbf8337835721b49018 | In this task, you will be presented with a question and you have to answer the question based on your knowledge. Your answers should be as short as possible.
How many years old was the building that the 2015 event took place in at the time of the games ? | 22 |
task303_record_incorrect_answer_generation | task303-acbf6d2b26784f8e9b5746bc651fb56a | 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 ... | Stephen Colbert |
task303_record_incorrect_answer_generation | task303-2321f64b0ce14e01a0a00f3e1b8c9b6d | 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 ... | England |
task1443_string_to_number | task1443-19cf0eccb0ba4c189c56f7b504675f34 | 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... | 87785603622 |
task303_record_incorrect_answer_generation | task303-89febac33d8a482da130d9f926a1bd32 | 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 ... | May Dickson |
task114_is_the_given_word_longest | task114-0712aa287e1d4537b5977d8cc063a10c | In this task, you need to answer 'Yes' if the given word is the longest word (in terms of number of letters) in the given sentence, else answer 'No'. Note that there could be multiple longest words in a sentence as they can have the same length that is the largest across all words in that sentence.
Sentence: 'a picture... | No |
task183_rhyme_generation | task183-0117c35bd6794b8ead7ed0b1a3ab5718 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
bought | nott |
task178_quartz_question_answering | task178-f9dc47c6abc745aea3d8f2fb00afae1e | 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: As the telephone line fell ... | smaller |
task339_record_answer_generation | task339-8879fae66e024c519309ab1fd1259466 | In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Try to find the best answer that is most likely to fill in "_". Note that the URLs in the text have been replaced with [Link].
A solar system including five Earth-sized p... | Kepler-444 |
task610_conllpp_ner | task610-ce7a0bf6880a44dfb5d8d1331ea8943b | In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun ph... | Measles exposure can lead to bowel disease - study . |
task1290_xsum_summarization | task1290-5a6a0599728b4fadb3bfb08ef0c4cabb | In this task, you are given an article. Your task is to summarize the article in a sentence.
John Yuill died and Lamara Bell was critically injured in the crash on the M9 on Sunday, but the pair were only discovered by officers on Wednesday.
Sir Stephen House said information from a call received on Sunday had not been... | Scotland's most senior policeman has apologised to the families of a couple who were left in a car wreck for three days after the crash was reported. |
task088_identify_typo_verification | task088-e5cbed7878bc4bafade3409552b50560 | The given sentence contains a typo which could be one of the following four types: (1) swapped letters of a word e.g. 'niec' is a typo of the word 'nice'. (2) missing letter in a word e.g. 'nic' is a typo of the word 'nice'. (3) extra letter in a word e.g. 'nicce' is a typo of the word 'nice'. (4) replaced letter in a ... | None |
task1290_xsum_summarization | task1290-e8d30e3668844167871ffe07f25ad103 | In this task, you are given an article. Your task is to summarize the article in a sentence.
Grand master Matthew Festing, 67, had refused to cooperate with a Vatican inquiry into why he sacked the ancient Catholic order's grand chancellor.
Albrecht von Boeselager was dismissed over the condom programme last month.
It ... | The head of the Knights of Malta has resigned after becoming embroiled in a public dispute with the Pope over a condom distribution programme. |
task116_com2sense_commonsense_reasoning | task116-8e6dad805a79438a9fca60e961d23380 | You will be given a piece of text either about an everyday event, or a general statement. If the event seems a plausible event to you, or the general statement makes sense matches your commonsense, output 'True', otherwise output 'False'.
Given his two-thousand-dollar monthly income and no savings, he cannot afford a h... | True |
task475_yelp_polarity_classification | task475-09e973c972f14655828231fb4eeff7bf | In this task, you are given Yelp reviews. The task is to classify a review as "POSITIVE" if the overall sentiment of the review is positive or as "NEGATIVE" if the overall sentiment of the review is negative.
My family and I decided to hit up the Red Rock Feast Buffet for thier Thanksgiving buffet. The buffet cost $25... | NEGATIVE |
task1296_wiki_hop_question_answering | task1296-fdb345c6c70e4715bcf47b5bf0e133f4 | In this task, you are given a context, a subject, a relation, and many options. Based on the context, from the options select the object entity that has the given relation with the subject. Answer with text (not indexes).
Context: The Scottish Football League (SFL) was a league featuring professional and semi-professio... | glasgow |
task405_narrativeqa_question_generation | task405-9b706e5e62384f82ba82ca38cb95789e | 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 takes Polly away from Mrs. Bretton's home? |
task905_hate_speech_offensive_classification | task905-fd05a30940c543c3b837837fe7a59f5b | 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: @Elvis_NotPresly I gt android dmt kno whats in that box my nig
Label: Hate Speech | false |
task403_creak_commonsense_inference | task403-8872efe321254ac09428dc8ee01b1f6d | In this task you are given a statement and an explanation giving you further knowledge about an entity in the statement. You must judge whether the statement is true or false based on the explanation. Label an instance as "True" if the explanation confirms the statement or doesn't disprove it. Label an instance as "Fal... | True |
task521_trivia_question_classification | task521-6cd592feb5ae42188852f8fcef939a75 | In this task you will be given a text passage from a trivia quiz. You should choose the category this question belongs to from these categories: History, Science, Social Science, Fine Arts, Literature. You can only choose one category, so if in doubt, please choose the closest match.
Egorov's theorem relates two types ... | Science |
task405_narrativeqa_question_generation | task405-00f657019d244966880087c5c02df2f5 | 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 two women dislike each other because of their close relationships with Durand? |
task469_mrqa_answer_generation | task469-8f24ebc120164849ab40b8ec7d0cf7ba | Given a question and a context passage, generate the answer having the word or phrase from the context passage. Here, the answer should be a shortest continous span from the passage.
Context: Rob Larter graduated from the University of Birmingham with a PhD in Geological Sciences in 1991.
Question: What college did R... | university of birmingham |
task067_abductivenli_answer_generation | task067-bfc0f7f4980d4d2cb159d52b54a1520c | 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... | She tried many different pairs of glasses until she found the perfect pair. |
task065_timetravel_consistent_sentence_classification | task065-fd9e108cbf8c4c269cb097d694bcb534 | 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 2 |
task637_extract_and_sort_unique_digits_in_a_list | task637-cd7a987edd8c4fd8bfcf2893eb07a4cd | 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.
['t', '257', 'a', '91', 'n', 'h', '187'] | 1, 2, 5, 7, 8, 9 |
task339_record_answer_generation | task339-d64423747a384d2a86898e424d682c00 | In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Try to find the best answer that is most likely to fill in "_". Note that the URLs in the text have been replaced with [Link].
From an unspeakable tragedy, a new beginnin... | London |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.