task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task091_all_elements_from_index_i_to_j | task091-27b8d06bf0264aad840e05a2e4ee3471 | 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.
3, 13, ['z', '1463', '6357', '8657', ... | 6357, 8657, 5677, 1103, 9413, 973, O, U, P, 4103, F |
task293_storycommonsense_emotion_text_generation | task293-33ae4f290dc9410fab7b2ee6eb826246 | In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to return one of the emotions which are expressed by the Character in the given sentence. For ... | helpful |
task247_dream_answer_generation | task247-b30b29fa5e674d77a2a55e99fdfa7b03 | In this task, you will be shown a conversation and a question. You need to answer the question and choose the correct option based on the conversation. "W" and "M" in the conversations stand for "woman" and "man".
F: Could you tall me how old you are, Jim? M: I'm seven. I'll be eight this October., Question: How old is... | (A) He's seven. |
task341_winomt_classification_gender_anti | task341-57e7368b0af149bfa2ad0495b4ad7163 | In this task, you are given a sentence and a profession that is mentioned in the sentence. The gender of the person with the given profession can be identified using the gendered pronouns that refer to them in the text. You are expected to identify the gender. Select from female and male.
Sentence: The janitor reprima... | Male |
task091_all_elements_from_index_i_to_j | task091-4e52b37aa5ea490d8ba0193de331b7b4 | 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.
13, 16, ['3711', '6659', 'C', '9067',... | 3511, C, 5139, 9285 |
task379_agnews_topic_classification | task379-1145e22acbbb4be393c90b98ad8cec56 | 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... | Sci/Tech |
task574_air_dialogue_sentence_generation | task574-cf498b704246401b95da2bbe1bbac389 | In this task, you're given a dialogue between a customer and a flight booking agent with a gap in the conversation. Your job is to find the answer of the previous dialogue. Avoid using irrelevant extra information while creating the answer. The answer should be relevant to the question before the blank. If you fill the... | agent: May I know your source codes please? |
task461_qasper_question_generation | task461-7f6be152ac9b4f128580dd3f0527653c | In this task, you will be presented with a context from an academic paper and you have to write an answerable question based on the context. Your questions can be extractive, abstractive, or yes-no questions.
We evaluate sentence-level semantics using averaged bag of vectors (BoV) representations on the Semantic Textua... | What semantic and syntactic tasks are used as probes? |
task155_count_nouns_verbs | task155-187be2eac96644d99e9ed35adf71e5ec | In this task, you need to count the number of nouns/verbs in the given sentence.
Sentence: 'A female tennis player stretches to serve the ball'. Count the number of nouns in this sentence. | 3 |
task125_conala_pair_differences | task125-612518099b894e228a7bdedb0c47e487 | In this task you are given a list of integers and you need to find the absolute value of the difference between each two consecutive values. The output should be a list of the absolute value of the differences of each two consecutive values.
[21, -6, -42, -17, -22, 42, -54, -62, 53, -56, -83] | [27, 36, 25, 5, 64, 96, 8, 115, 109, 27] |
task169_strategyqa_sentence_generation | task169-ea72f675155449da94cef9f2f643f3ab | In this task, you are presented with a term, a question, and a yes/no answer. For context, the term is associated with a short description. Write the simple facts one needs to know in order to answer the given question. The facts should be easily found on the web (e.g. mentioned in a Wikipedia page)
Term: Twin, Descrip... | Fact1: Mark and Scott Kelly are twin astronauts. Fact2: Mark Kelly is six minutes older than Scott. Fact3: In Yoruba society, the elder twin is referred to as, "slave to the second twin". |
task820_protoqa_answer_generation | task820-21fb16120bb14057ad3044a215638aa3 | 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 about her infant son that a new mother talks about often. | weight |
task065_timetravel_consistent_sentence_classification | task065-3014d98a590d43308d5f0b35a1d3eb8d | 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 |
task605_find_the_longest_common_subsequence_in_two_lists | task605-ec744c050c5c44889936a18284ac9fe8 | In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B.
[4839, 2307, '5609', 'V', 's', '7059', 'N', '3761', 'i', '161', '1987', 'N', 'J', 'h', 'k', 'P'], [2615, 't', 5171, 'V', 'q', '5609', 'V', 's', '7059', 'N', '3761', 'i', '161', '1987', 'N', 'p', 5261, 3251] | 5609, V, s, 7059, N, 3761, i, 161, 1987, N |
task369_synthetic_remove_odds | task369-f68da58fb09e4933b0a61b15de6fe5e6 | 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.
[63, 76, 4, ... | [76, 4, 98, 6] |
task580_socialiqa_answer_generation | task580-52a55dbb1dfd41eea525621fc42ec501 | In this task, you're given a context, a question, and three options. Your task is to find the correct answer to the question using the given context and options. Also, you may need to use commonsense reasoning about social situations to answer the questions. Classify your answers into 'A', 'B', and 'C'.
Context: Taylor... | B |
task413_mickey_en_sentence_perturbation_generation | task413-58c31f875e204a0b80d6d0f868307900 | 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 want to see a bird then you should watch a movie . |
task267_concatenate_and_reverse_all_elements_from_index_i_to_j | task267-7436428c15044528b83e965053f182d6 | In this task, you are given inputs 'i', 'j', and A, where 'i' and 'j' are integers and A is a list. A list is shown by two brackets and comma-separated numbers and characters inside, like ['1', '12', 'l']. You need to concatenate all elements of A from the ith element to the jth element, and then reverse the resulting ... | L744915375347D9052l9325m5269HKtqYYN3534t |
task092_check_prime_classification | task092-610756711d8e489c842d624f3027a977 | 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.
23609 | Yes |
task820_protoqa_answer_generation | task820-9f39d0075df044bba85e2635d50f62de | 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.
tell me an excuse a man might give for showing up late for a date. | car trouble |
task303_record_incorrect_answer_generation | task303-d702af7efc774265a4faacf922ae8b93 | 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 ... | German |
task082_babi_t1_single_supporting_fact_question_generation | task082-d4f83decff1446759734733f97e9523e | In this task, you will be given a passage consisting of set of facts. The task is to create a question of form 'Where is <person_name>?' that is answerable from exactly one of the given facts. Avoid creating questions that are unanswerable from all of the facts.
Passage: Sandra journeyed to the hallway. Mary travelled ... | Where is Mary? |
task1283_hrngo_quality_classification | task1283-9e58ad5a57504cafad34739c07381510 | You are given an original reference as well as a system reference. Your task is to judge the quality of the system reference. If the utterance is grammatically correct and fluent output 1, else output 0.
System Reference: are you looking for breakfast brunch lunch or dinner?
Original Reference: do you want to eat break... | 1 |
task074_squad1.1_question_generation | task074-ff872064a6444133b64fdb56f8f09776 | 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... | In what district of London is The Canonbury Tavern located? |
task149_afs_argument_quality_death_penalty | task149-53c3118481404594b93f201757c7822a | We would like you to assess the QUALITY of each of the following argument (discussing Death Penalty) 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 death penalty.... | Invalid |
task387_semeval_2018_task3_irony_classification | task387-d5e879ca1a5c4a47ab734c543484b229 | In this task you are given a tweet that contains some form of irony. You must classify the type of irony the tweet has. Label the tweets ("polarity","situational","other") based on the irony they have. Situational irony happens when a situation fails to meet some expectations, Label these instances as "situational". po... | other |
task087_new_operator_addsub_arithmetic | task087-8e039887f9194908835600417b1719c7 | In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
5280 # 22... | 5806 |
task183_rhyme_generation | task183-616f29b29b1c41abbbfa362b2ae2f033 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
ran | bahn |
task1354_sent_comp_classification | task1354-c44c896ca6cd4ddaa6b9c5293afb19e7 | In this task, you are given a text of news article and corresponding headline of an article. Your task is to give label "match" if headline is correct for article, otherwise give label "no".
Article: Explosive Guns and jockey Jorge Torres surged at the wire to win the $22,600 Cash Caravan Stakes by a nose on Sunday at ... | match |
task1288_glue_mrpc_paraphrasing | task1288-873f04530105409c85f2be606b8b8470 | You are given two sentences(Sentence1 and Sentence2). Answer "Yes" if these sentences are a paraphrase of one another, otherwise answer "No".
Sentence1: As temperatures soar above 50 degrees ( 120 Fahrenheit ) , fridges and air conditioners have stuttered to a halt in Basra ., Sentence2: As temperatures soar above 120 ... | Yes |
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately | task509-8724a96b8ea34a09ae3bd923ed26aa8b | In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to collate all the alphabetical elements at the start of the list followed by all the numerical elements of the list. Maintain the order in which the alphabetical elements appear in the given input... | m, O, W, I, E, d, N, Z, P, Z, H, Y, R, K, 8833, 6603, 4267, 5377, 7623, 1023, 6211, 4787, 3327, 5913, 911, 6227, 7417, 4237, 875, 7 |
task582_naturalquestion_answer_generation | task582-65cd23ce571845f48eeaebc9a6f93abf | In this task, You are given an open-domain question that can be answered based on factual information. Your task is to provide \*short\* answer (in a few words only) for the given question. The short answer can be one or more entities or it can also be boolean \*yes\* or \*no\*.
who sang on the banks of the river | Johnny Preston |
task845_pubmedqa_question_generation | task845-5b69f7772e154cd9ad1bda40f37ac2b5 | Given a passage with a context and an answer, construct a question on the basis of the information present in the passage. Construct the question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) it answer uses text phrases from the passage. Avoid creating... | Does treatment with 17-beta-estradiol reduce superoxide production in aorta of ovariectomized rats? |
task405_narrativeqa_question_generation | task405-db3c27a570434317b56d3746212ce629 | 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 is the editor of The Jupiter? |
task565_circa_answer_generation | task565-3a557ecb460941af9042df34f1ff727d | In this task, you are given a question. Your task is to generate an answer that is relevant to the question.
do you like block parties? | They're too loud for my taste. |
task155_count_nouns_verbs | task155-cbf9be661b7e45499495e6f7691090ca | In this task, you need to count the number of nouns/verbs in the given sentence.
Sentence: 'Three items a box of wildflower mix, a blue book and a brown book are sitting on a display'. Count the number of verbs in this sentence. | 1 |
task300_storycloze_order_generation | task300-d35145cc3afd45e3b0d7d24bda2aff43 | In this task, you're given a short story of five sentences written in natural language. However, the order of the given story is not correct. Your job is to return the correct order for the given five sentences to create a coherent short story with the new order that has the correct flow. Generate your answer using the... | 35214 |
task606_sum_of_all_numbers_in_list_between_positions_i_and_j | task606-b009aa991eed41aeaa5f6113775acee5 | 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 return the sum of all the numerical elements in the list A between the positions i and j (including positions i and j). Return 0 if no numerical element is present in the list between the given ranges. i and j will be... | 6748 |
task390_torque_text_span_selection | task390-9d6f0cac45ff40e3bffa5e27263064da | In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Passage: The Or... | cut |
task471_haspart_answer_generation | task471-769d7a32f7b6440e805ab0fd6ce7d3d2 | 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... | skin cell |
task363_sst2_polarity_classification | task363-affcae13b6ab4994aa759562d15a3225 | In this task, you are given sentences from movie reviews. The task is to classify a sentence as "POS" if the sentiment of the sentence is positive or as "NEG" if the sentiment of the sentence is negative
And it 's a lousy one at that . | NEG |
task899_freebase_qa_topic_generation | task899-647ae02ab0474088bc8cc5f4362b944f | Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about.
In which English city are the Museum of the Jewellery Quarter and Cadbury World? | museum of the jewellery quarter |
task368_synthetic_even_or_odd_calculation | task368-fe29b738f40a4ea9828f45361686108a | 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... | [-11.0, 350] |
task279_stereoset_classification_stereotype | task279-d5c48ca0e99d455a89e2d6daee25cc8e | In this task, you are given a short passage that may convey stereotype, anti-stereotype, or is unrelated. 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. The passage is unrelated if it does not convey a stereotype or ant... | Anti-stereotype |
task317_crows-pairs_classification_stereotype_type | task317-bfb75916543b4ed3b3943e92f4b21095 | In this task, you are given a short passage that conveys a stereotype. A stereotype is an over-generalized belief about a particular group of people. You are expected to classify the passage into nine types of stereotype: race-color, socioeconomic, gender, disability, nationality, sexual-orientation, physical-appearanc... | religion |
task595_mocha_answer_generation | task595-dd564032b5c94918a4d0562275242e28 | In this task, you're given a context passage, followed by a question that needs to be answered. Based on the paragraph, you must write unambiguous answers to the questions and your answer must refer to a specific phrase from the paragraph. If multiple answers seem to exist, write the answer that is the most plausible.
... | German |
task327_jigsaw_classification_toxic | task327-09278f26eb1144f7a7fa1e0877715015 | In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: toxic and non-toxic. Toxicity is defiend as anything that is rude, disrespectful, or unreasonable that would make someone want to leave a converation.
Comment: Last BC election a perfect case i... | Non-toxic |
task286_olid_offense_judgment | task286-0cc09336e7ba4990affe2a5399d9fbae | In this task you are given a tweet and you must identify whether the tweet contains any offense or any form of (untargeted) profanity. Label the post as NOT if the post does not contain offense or profanity. Non-offensive posts do not include any form of offense or profanity. label the post as OFFENSIVE if the post co... | NOT |
task1595_event2mind_text_generation_1 | task1595-3f473022af224af1b268fe403a34e60b | 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 finds ___ with everything | at peace |
task617_amazonreview_category_text_generation | task617-48b92b67e02f4d2fbbee0180d62bd34a | 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... | home |
task372_synthetic_palindrome_numbers | task372-bb31f12d4ebd4a1fb7307583ae3cd97d | In this task you will be given a list of integers. You should only return an integer if the first digit is the same as the last digit in the number. If an integer has a single digit, then it should be returned. If there are no integers that start and end with the same digit then an empty list ("[]") should be returned.... | [-5, 676, -767, 383] |
task1595_event2mind_text_generation_1 | task1595-351975787bbd454da46ca4f1f601e9ed | 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 rids PersonX's bicycle | rejuvenated |
task413_mickey_en_sentence_perturbation_generation | task413-2d90e4ccc102468c8fe51269958ad9ac | 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 can ... | You can use a desk drawer to implement a file in . |
task616_cola_classification | task616-e8e9a76e7d9b49b89f41abf1a3a8cf81 | 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... | unacceptable |
task299_storycloze_sentence_generation | task299-cf19d420d8524893ac2d8648b6e68b33 | In this task, you're given four sentences of a story written in natural language in which one part is missing. Your job is to predict the position and missing part of the story and return in the following format: position, missing part. The missing part is a sentence that completes the story, and the position is the nu... | 3, She carried all her clothes to the laundromat. |
task363_sst2_polarity_classification | task363-b521012ae5d6410e9ac3922168ff72e4 | In this task, you are given sentences from movie reviews. The task is to classify a sentence as "POS" if the sentiment of the sentence is positive or as "NEG" if the sentiment of the sentence is negative
It 's as raw and action-packed an experience as a ringside seat at a tough-man contest . | POS |
task1285_kpa_keypoint_matching | task1285-bc7429a5f3bd43c6a9ee027adf0f9ce7 | 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 adopt libertarianism<sep>Argument: Libertarianism goes against... | False |
task400_paws_paraphrase_classification | task400-b112e4b0fb0e48f7aede68d091034a45 | 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 livery of trams on Line 1 was dec... | Not paraphrase |
task1379_quarel_incorrect_answer_generation | task1379-fbdb46e173554aa9b87c15a1265c6c25 | You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the **incorrect** answer (return the string of the incorrect option, not A/B).
Sentence: Lisa and Melissa were each doing different exercise routines. After 1/2 hour, Lisa was dripping sweat and Melissa was still dry. Questi... | Melissa |
task299_storycloze_sentence_generation | task299-0bf6117c02dc4d298896bbfda15110b7 | In this task, you're given four sentences of a story written in natural language in which one part is missing. Your job is to predict the position and missing part of the story and return in the following format: position, missing part. The missing part is a sentence that completes the story, and the position is the nu... | 4, She decided to start taking baths. |
task590_amazonfood_summary_correction_classification | task590-e62f4a06a9144432ad73d8f3b9fa4352 | 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".
Perfect tool for any musicians trying to make recording much easier at an affordable price. Easy to open plastic case, medium sized, durable (Peop... | False |
task343_winomt_classification_profession_anti | task343-efb25f600dc64179bc0db9e89daff5c3 | 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 tailor finished the suit... | Sheriff |
task302_record_classification | task302-845319f6f14f4c6b96c98120cc206257 | 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. Among the entities, try to find the best entity that is most likely to fill in "_" and classify the answers based on options.
An elderly man who shot his paralyzed wife i... | (A) |
task898_freebase_qa_answer_generation | task898-09e19d65f1c746498a5b8191b3afdefd | Given an trivia question precisely answer the question with a word/phrase/name. External resources such as Wikipedia could be used to obtain the facts.
What is the capital of Greenland? | nuuk |
task405_narrativeqa_question_generation | task405-a30f25d83e9a4af8958d921e2b4cd3a8 | 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 is the last person in Pleasantville to become colored? |
task898_freebase_qa_answer_generation | task898-10570ccf10464c81b63325e2fb11e886 | Given an trivia question precisely answer the question with a word/phrase/name. External resources such as Wikipedia could be used to obtain the facts.
'I Predict a Riot' (2004) and 'Never Miss a Beat' (2008) were Top 10 hits for whom? | kaiser chiefs |
task845_pubmedqa_question_generation | task845-42948bb334a04e8ba3d5e1c256a59901 | Given a passage with a context and an answer, construct a question on the basis of the information present in the passage. Construct the question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) it answer uses text phrases from the passage. Avoid creating... | Does genetic Variation in NFKBIE be Associated With Increased Risk of Pneumococcal Meningitis in Children? |
task592_sciq_incorrect_answer_generation | task592-1f73bfd4b7b24bdb917ae9bf86cb6caa | 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 kind of electricity can you generate with... | electrical power |
task672_nummersense | task672-047c90dbb046484c8712accc316c6364 | In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words.
Crabs have _ pairs of jointed legs. | five |
task075_squad1.1_answer_generation | task075-7c9ed1847b884a0cbbc0480bdab74cbf | 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... | southern Fujian |
task326_jigsaw_classification_obscene | task326-6884b3eb3f094112ba9e70388d72b6b3 | In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: obscene and non-obscene. A comment is obscene if it is considered offensive to the public sense of decency, for example because it too obviously relates to sex or contains language regarded as ... | Obscene |
task169_strategyqa_sentence_generation | task169-182518e856e84a23bb649d4bf0c90748 | In this task, you are presented with a term, a question, and a yes/no answer. For context, the term is associated with a short description. Write the simple facts one needs to know in order to answer the given question. The facts should be easily found on the web (e.g. mentioned in a Wikipedia page)
Term: Internet foru... | Fact1: Japan is expected to host the 2020 Summer Olympics. Fact2: Japan posts the most, with over two million per day on their largest forum ,2channel. |
task389_torque_generate_temporal_question | task389-b5b7827bca65483fb674b846416239e7 | 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 started happening after enduring setbacks? |
task1445_closest_integers | task1445-c81c67fcd4524d2494b90385395650cc | In this task you will be given a list of integers. You should find the minimum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the smallest possible absolute distance.
[75, -78, 38, -76... | 2 |
task112_asset_simple_sentence_identification | task112-1fefe42475f84882990a964fe8bbbedf | 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 |
task372_synthetic_palindrome_numbers | task372-525ca0b1456448bba6d71b5d97894c2c | In this task you will be given a list of integers. You should only return an integer if the first digit is the same as the last digit in the number. If an integer has a single digit, then it should be returned. If there are no integers that start and end with the same digit then an empty list ("[]") should be returned.... | [88, -353] |
task606_sum_of_all_numbers_in_list_between_positions_i_and_j | task606-a057546bf996441eb5761a26ca227ce8 | 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 return the sum of all the numerical elements in the list A between the positions i and j (including positions i and j). Return 0 if no numerical element is present in the list between the given ranges. i and j will be... | 3009 |
task413_mickey_en_sentence_perturbation_generation | task413-fb89203ea2db43078063338d7e5616a7 | 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.
Most car... | Most cars are designed to operate on a solid piston . |
task622_replace_alphabets_in_a_list_by_their_position_in_english_alphabet | task622-c22b07acd7c140458be1fbbdca9f1ff3 | In this task, you are given an input list A. You need to convert all the alphabets in the list with a number representing their position in the English alphabet. E.g., replace A by 1, B by 2, a by 1, b by 2, and so on.
['b', '5319', 'v', 'R', '1999', '9315', 'x', 'w', '8901', '1649', 'K', 'V', '5485', '1299', 'y', 'j',... | 2, 5319, 22, 18, 1999, 9315, 24, 23, 8901, 1649, 11, 22, 5485, 1299, 25, 10, 24, 25, 5431, 18, 12, 18, 7737, 7275, 14, 7265, 8, 22, 3, 5337, 2, 2367 |
task574_air_dialogue_sentence_generation | task574-79d9ec995e894e26ba1dfb68643314ec | In this task, you're given a dialogue between a customer and a flight booking agent with a gap in the conversation. Your job is to find the answer of the previous dialogue. Avoid using irrelevant extra information while creating the answer. The answer should be relevant to the question before the blank. If you fill the... | agent: Can I have your good name please? |
task675_google_wellformed_query_sentence_generation | task675-9578f2e24dbf4a6d9cafd71a6fbac3b6 | You are given a list of queries separated by new line. Your job is to answer with the query that is the most well-formed or well-structured query in terms of grammar, punctuations, or spelling errors.
What is the third law of thermodinamics ?
Who is gerard ways Gf ?
How deep os a pussy ?
What is lincolnes adress ? | What is the third law of thermodinamics ? |
task1291_multi_news_summarization | task1291-2dad44ec081148edb6adf947d3122226 | In this task, you are given a text of many news articles seperated by special token "|||||". Your task is to summarize them.
Mission accomplished. Thanks to all the brave young Egyptians. #Jan25 ||||| An Egyptian man sets up his wares near the Khan el-Khalili bazaar in Old Cairo, Egypt, Thursday, Feb. 10, 2011. Egypt's... | Hosni Mubarak will address the nation today to announce that he will meet the protesters’ demands, Egypt’s military and ruling party officials tell the AP. After an all-day meeting of the military's supreme council, the military issued a televised statement pledging its "support of the legitimate demands of the people.... |
task849_pubmedqa_answer_generation | task849-4f875c9bfcf846e4a9866a9aee6090ff | 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: CXCL8 (previously known as Interleukin-8), a member of the alpha-chemokine family of chemotactic cytokines, stimulates intestinal neutrophi... | CXCL8 exerts functional effects on intestinal epithelial cells that may be relevant for intestinal inflammation and mucosal healing. |
task365_synthetic_remove_vowels | task365-c1aa790560634e90bdd5e1eeb2432df0 | 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.
WKCUOokbBRmVFVUE | WKCkbBRmVFV |
task153_tomqa_find_location_hard_clean | task153-a45396e43b5448a9b5ebef640969ebcf | Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's beli... | red_pantry |
task063_first_i_elements | task063-dc714710aa87498480c42bd7642cc1f2 | In this task, you are given inputs i and A, where i is an integer and A is a list. You need to output the first i elements of A, starting with the 1st element in A. i will always have a value less than the length of A
1, ['X', '6005', 'f'] | X |
task1431_head_qa_answer_generation | task1431-e9b68a0d8d324e8cbe23b7f71f6a7b26 | 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: Question linked to image nº14 Once the diagnosis of suspicion has been confirmed. What is the most correct therapeutic behavior?
Optio... | 1 |
task413_mickey_en_sentence_perturbation_generation | task413-68ffdf0019a047f398af22f998789859 | 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.
There ar... | There are many different languages performed in the day . |
task376_reverse_order_of_words | task376-7c781c87642748e4bf21b92ba0190357 | In this task, you need to reverse the order of words in the given sentence.
Sentence: a concrete type building with many windows and a clock with roman numerals attached to the building wall | wall building the to attached numerals roman with clock a and windows many with building type concrete a |
task390_torque_text_span_selection | task390-330e8b7adf87419fa0fe20d16ec66e1f | In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Passage: In 194... | |
task1310_amazonreview_rating_classification | task1310-0f274cdad77c4203ba338adca16db77f | 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.
For the price you can’t go wrong. Definitely not a snapon tool but who cares for $5 you lose a li... | 3 |
task366_synthetic_return_primes | task366-7f7ceb1a336d400abe3bbfb702357845 | In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [557, 367, 673, 937, 953] |
task576_curiosity_dialogs_answer_generation | task576-310fe0b86a594dee9a09352b0010d0bb | In this task, the input is a set of dialogues between a user and an assistant. You need to find the dialogue that is basically a response given to a question or an aspect of the user.
Other subjects I can share facts on are Government and Politics if you would like to hear about that?
I'm sorry I don't know much abou... | Other subjects I can share facts on are Government and Politics if you would like to hear about that? |
task672_nummersense | task672-45e6a7c522f04d52ad3956938984350e | In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words.
Whooping cough has _ stages. | three |
task1293_kilt_tasks_hotpotqa_question_answering | task1293-973ffc9de95a43ae8b2979ca54d592f3 | In this task, you are given a question. You have to answer the question based on your information.
What film was William Fichtner in that also had Heath Ledger in it? | The Dark Knight |
task285_imdb_answer_generation | task285-56e8301f2dde4220ad4f595f5a01d6a4 | 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: "Intensive Care" by Dorna von Rouveroy is easily one of the... | no |
task523_find_if_numbers_or_alphabets_are_more_in_list | task523-6fb933415419469088fe82871a0f3524 | In this task, you are given an input list A. If the count of numbers is more than that of alphabets in the list, answer 'Numbers Win'. If the count of alphabets is more than that of numbers in the list, answer 'Alphabets Win'. If the count of numbers is same as that of alphabets in the list, answer 'Numbers and Alphabe... | Numbers Win |
task1217_atomic_answer_generation | task1217-2aafcf54ac044e5da26e4cf304d0e9a0 | 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 blows the ___ away | bubbles |
task323_jigsaw_classification_sexually_explicit | task323-de7964d9b0b846e48ede0e83bc4b522e | 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: Of course it was the Republicans, The Left is too busy makin... | Non-sexual-explicit |
task065_timetravel_consistent_sentence_classification | task065-a2ee40852db14d6499f13918563902df | In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given two options and you need to select the one that best connects the first sentence with the rest of the story. Indicate your answer by 'Option 1' if the first option is correct, otherwise 'Optio... | Option 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.