task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task756_find_longert_substring_and_return_all_unique_alphabets_in_it | task756-11a7cc92b9ce45be8b117fb7f7bcf4d9 | 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.
WTxGfUYyeynnIAA, nhUYyeyiOjJx | a, e, f, g, i, n, t, u, w, x, y |
task295_semeval_2020_task4_commonsense_reasoning | task295-1e04c43aae4c46cbaaffbccb61200083 | In this task, you are given an impractical statement. You are also given three reasons (associated with "A", "B", "C") explaining why this statement doesn't make sense. You must choose the most corresponding reason explaining why this statement doesn't make sense.
the table write a text
(A) i write a poem, the table st... | C |
task429_senteval_tense | task429-3ab8e93ef49d47e783a7e7cee5ed2c3c | In this task you are given a sentence. You must judge whether the main verb of the sentence is in present or past tense. Label the instances as "Present" or "Past" based on your judgment. If there is no verb in the given text, answer "Present".
Clary slowed down just enough to retrieve her stele and slash the glamour r... | Past |
task518_emo_different_dialogue_emotions | task518-3cf99c985910478caf675e58881bd0a1 | In this task you will be given two dialogues. You need to determine if both dialogues have the same underlying emotion. The possible emotions are happy, sad, angry, or other. If they do output 'yes', if not output 'no'.
Dialogue 1: 'you have a very cool mind that's more like it i want to feel the touch of you at my for... | no |
task567_circa_text_generation | task567-a2ee3b205e3746b789e59ebcb12a17fb | In this task, you are given a question, and your task is to predict the context of the question. We assume that someone named X asked the question from Y. The context of the question means the previous situation that led X to ask this question.
Is your family doing well? | X and Y are childhood neighbours who unexpectedly run into each other at a cafe. |
task1431_head_qa_answer_generation | task1431-3d4d8fc5b4b641df86ab996f320f6965 | 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: The key regulatory enzyme in the pentose phosphate pathway is regulated positively by:
Options: <1> NADH <2> ADP. <3> GTP <4> NADP +.... | 4 |
task1729_personachat_generate_next | task1729-f3966d993ae54067bcae4c0352584a3e | 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 work at a ... | I work the graveyard shift. |
task363_sst2_polarity_classification | task363-9f9ceb9c22434cf68c041e8b33506b53 | 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
Despite its dry wit and compassion , the film suffers from a philosophical emptiness and maddeningly sedate pacing . | NEG |
task170_hotpotqa_answer_generation | task170-cd730e42326144ba85fce9a65ae5a160 | In this task, you are given a set of context paragraph and some supporting facts to answer a question. Your task is to generate answer for given question based on set of context paragraphs and supporting facts.
Context_1 : The Indo-Pacific finless porpoise ("Neophocaena phocaenoides "), or finless porpoise, is one of s... | a brave sea captain |
task099_reverse_elements_between_index_i_and_j | task099-9dfeeb30bf574dac80786b0690749d2b | In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element in the reverse order. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.
3, 4, ['v', 'S',... | 6907, 7229 |
task580_socialiqa_answer_generation | task580-5d66c28f2ae941f191f2f5c0d14b5be7 | 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: Tracy ... | B |
task1508_wordnet_antonyms | task1508-8de14487a8fd496097a7cdf5dff49c3b | Given an adjective, generate its antonym. An antonym of a word is a word opposite in meaning to it.
unrepeatable | repeatable |
task322_jigsaw_classification_threat | task322-637b2086a6174088b51e3aa258a5220a | 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: When we get rid of overgrown baby libera... | Threat |
task403_creak_commonsense_inference | task403-9e78b9adc5c8436286d77bfe6cde74bd | 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 |
task161_count_words_containing_letter | task161-5f60b26e92d54137aa525f3cc0ad4482 | In this task, you need to count the number of words in a sentence that contain the given letter
Sentence: 'a man is standing by an giraffe enclosure'. How many words contain the letter 'z' in the sentence. | 0 |
task469_mrqa_answer_generation | task469-db71f60bc29e4e989dca244a22b1b717 | 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: When thinking about quitting (stop) smoking, list all the reasons why you want to quit. Every night before going to bed, repeat ... | health |
task1729_personachat_generate_next | task1729-d568a33e2aa34845bfa2c32a39b84b7f | 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: My favorite ... | Hm.. I was addicted to that game. |
task080_piqa_answer_generation | task080-cb8d95d1a080497cb86a8eb037bbeb50 | 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.
Create a ... | Fill a Tyvek mechanic's overalls with leaves. Add a pumpkin for a head as well as gloves, shoes, and a hat. |
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately | task509-3697f5750bab48bd9c431926b45713c6 | 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... | R, e, u, k, 6117, 147, 3415, 1493 |
task633_dbpedia_14_answer_generation | task633-68e4ccfdebc24b4786abca49f2109486 | 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: Toshio Shimao (島尾 敏雄 Shimao Toshio April 18 1917–November 12 1986) was a Japanese novelist.
Question: The d... | 2 |
task296_storycloze_correct_end_classification | task296-cb00fc182c8d4c88894125cc8352ca55 | 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 sentence choices from (A) and (B), such that the story sounds fully coherent.
Sentence1: Robert was a math genius. Sentence2: Robert put in extr... | A |
task163_count_words_ending_with_letter | task163-887e9fa0fa4c4583af885feb691342dc | In this task, you need to count the number of words in a sentence that end with the given letter. Answer with numbers and not words.
Sentence: 'a small kitchen with a white oven and refrigerator'. How many words end with the letter 'n' in the sentence. | 2 |
task820_protoqa_answer_generation | task820-75934fcc9f864622b84f5751bf6698a5 | 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.
besides milk, name a popular dairy product. | yogurt |
task072_abductivenli_answer_generation | task072-aa4de640cc284de1b20431344ac5de00 | In this task, you're given the middle and ending of a three-part story. Your job is to complete the short story by writing a probable beginning of the story. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating ... | Jim made his father proud by working hard in the family business. |
task339_record_answer_generation | task339-9faf2569968e4313a76a76fb8dd60b27 | 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].
(CNN) Bumble Bee Foods, Tri-Union Seafoods ... | Union Seafoods |
task164_mcscript_question_answering_text | task164-977be47278a441f9967ac9ea0238302d | You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to find the correct answer (and return the string of the correct option, not option1/2) for the given question from the given options and based on the given passage. Answer of the question can be found ... | the floors |
task850_synthetic_longest_palindrome | task850-3031c49b492543da89659e47c8234b5b | In this task you will be given a string and you should find the longest substring that is a palindrome. A palindrome is a string that is the same backwards as it is forwards. If the shortest possible palindrome is length 1 you should return the first character.
yyyqqoqyoyqyo | qyoyq |
task1217_atomic_answer_generation | task1217-c9ab79e2a27744e99cb2af954682cb84 | 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 throws the ___ away | bag |
task303_record_incorrect_answer_generation | task303-043ae0e555764e4bb3e221d9f99619a1 | 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 ... | American |
task078_all_elements_except_last_i | task078-34fad8dbdac94e849cc91ddd501d056c | In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A preceding the last i elements. i will always have a value less than the length of A.
1, ['Y', '8865', 'd', 'I', '9725'] | Y, 8865, d, I |
task1726_mathqa_correct_answer_generation | task1726-a139d5581e6947b18e87fda51d55a798 | The task is to generate the correct answer for a given math problem.
Problem: the water level in a reservoir has been dropping at the rate of 14 inches per day . exactly 5 days ago , the water level was at w inches . what will be the water level exactly 3 days from now if the rate at which the level is dropping remains... | w − 112 |
task461_qasper_question_generation | task461-92facb7b639140f1a53c075619be1d6f | 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.
Maximum matching (MM) is one of the most popular fundamental and structural segmentation algorithms for word se... | What are the limitations of existing Vietnamese word segmentation systems? |
task085_unnatural_addsub_arithmetic | task085-698a00c5300644ae9521fdb7d717e287 | In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
5039 + 6285 - 6573 | 5327 |
task247_dream_answer_generation | task247-5657f2c9dbdb4bad8505b1ff0d9dd063 | 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".
M: Excuse me. I'm looking for the bar, please. W: Yes, sir. It's inside the restaurant next to the perform... | (A) Beside the performance stage. |
task094_conala_calculate_mean | task094-1c66cc13df18470fa339aac6c9ee5906 | In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
[-51.182, 20.064, 37.668, -25.164, 179.779, 26.5... | 56.379 |
task085_unnatural_addsub_arithmetic | task085-76b253f8d73c4b0ba6dbde33f5d4dbbc | In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
9060 + 4301 - 5096 + 1247 + 4955 + 967 | 2686 |
task191_hotpotqa_question_generation | task191-9b3658d86ac7442eb04b256b144b1107 | 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 : Disney's Fantillusion! was a regularly scheduled night-time parade, created by Ro... | The A Christmas Fantasy Parade is an annual parade presented at Disneyland Park in the Disneyland Resort in Anaheim, CA., their parade features several Christmas themed floats and a catchy soundtrack, along with favorite Disney characters such as Tigger, a fictional tiger character originally introduced in whos book Th... |
task147_afs_argument_similarity_gay_marriage | task147-1432d17f2e1d470b9f3a0998ba4f2c03 | We would like you to classify each of the following sets of argument pairs (discussing Gay Marriage) into either SIMILAR or NOT SIMILAR. A pair of arguments is considered SIMILAR if the arguments are about the same FACET (making the same argument), and is considered NOT SIMILAR if they do not have the same FACET. A FA... | Not similar |
task328_jigsaw_classification_insult | task328-e8d2acd2c8444ceda21e39da086d9823 | In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: insult and non-insult. Insult is any lanugage or act that is disrespectful or scornfully abusive.
Comment: Speak for yourself Mr Female Imposter. | Insult |
task1678_mathqa_answer_selection | task1678-97340a88f694421d90e0cddcccc2f4e6 | 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: 987.650 - ? + 56.98 = 126.654
Options: a. a. 899.015, b. b. 752.80... | e |
task183_rhyme_generation | task183-c9cb85677851491fb0ef836a5b5de7e1 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
degree | di |
task183_rhyme_generation | task183-2edc5ba4fe334a39bf157c106355ca2a | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
sleep | beep |
task327_jigsaw_classification_toxic | task327-1a35efcc4e4b4ae29f16925237f7cf75 | 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: Vulgar | Non-toxic |
task158_count_frequency_of_words | task158-8abb65404b6945688a1a9e6bab9cfc02 | In this task, you need to count the occurrences of the given word in the given sentence.
Sentence: 'a black and white photograph of a white man with a large tie'. Count the occurrences of the word 'black' in the given sentence. | 1 |
task366_synthetic_return_primes | task366-5c486d9059de4f32b1fd91196ee2cfdf | 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.
... | [593, 593] |
task306_jeopardy_answer_generation_double | task306-78e59c2c41b04a328c019a8fee9e1292 | You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters.
Category: THAT'S NO LADY...
Clue: He was a comic foil as Mr. Mooney on "The Lucy Show" & Mr. W... | gale gordon |
task1308_amazonreview_category_classification | task1308-c8c26616d7314ed4bc783ec470de299f | 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: Expired. Don’t buy it. Nice blush (althoug... | True |
task092_check_prime_classification | task092-c1ba3254d548459ba7bf06d3a6bd42f6 | 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.
60214 | No |
task1328_qa_zre_relation_generation_from_question | task1328-d82a999a0da74be9b0b6b712e308050c | Classify the relation of question with context to one of these categories: 1) award received, 2) based on, collection, 3) conflict, 4) constellation, 5) convicted of, 6) date of death, 7) director, 8) drafted by, 9) educated at, 10) medical condition, 11) military branch, 12) narrative location, 13) occupation, 14) ori... | constellation |
task363_sst2_polarity_classification | task363-f23b8847ffb347a087a35e1224b0b8f9 | 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
For all its shoot-outs , fistfights , and car chases , this movie is a phlegmatic bore , so tedious it makes the sil... | NEG |
task324_jigsaw_classification_disagree | task324-7db911f536ec4990a34110e1daf07e60 | In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: disagree or agree. Classify the comment as disagree if it is likely to raise a certain level of public disagreement, whether healthy or unhealthy. The disagreement can be due to toxic content (... | Disagree |
task580_socialiqa_answer_generation | task580-e28ba959c4004fb1b58f17569df5c583 | 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: Ash wa... | B |
task521_trivia_question_classification | task521-5493906e2e81471cb743e4c099a40640 | 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.
The Tistian isthmus connects the vo... | Social Science |
task074_squad1.1_question_generation | task074-f64fc399740249dcabef69693cda7fca | 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... | When was Victoria's first assassination attempt? |
task123_conala_sort_dictionary | task123-750ac6ad1c91455c97cd90a911e5e5ce | In this task you will be given a list of dictionaries. A dictionary is a set of key-value pairs, where each key is unique and has a value associated with that key. You should sort the list of dictionaries from smallest to largest by their 'first' key. If there is two dictionaries with the same 'first' value then sort t... | [{'first': -90, 'second': -26}, {'first': -47, 'second': -11}, {'first': 60, 'second': -65}] |
task566_circa_classification | task566-3c3717b337bb444fb8466ffc8cf1109e | In this task, you are given two sentences. Your task is to classify the given sentences as "Yes" if they have same meaning; otherwise, classify them as "No".
Sentence-1: I plan to see a movie.<sep>Sentence-2: I have plans tonight . | Yes |
task568_circa_question_generation | task568-b9438125a51d4f59b408b42de7081ffc | In this task, you are given an answer, and your task is to generate a reasonable question for that answer.
I really enjoed his Long Earth series. | Have you read any books by Terry Pratchett? |
task615_moviesqa_answer_generation | task615-2422c6d9caec4caeb89be31c94c5b995 | You are given an open-domain question from an open movie database. Your task is to provide an answer to that question. Try to only include the answer. Do not put it in a sentence.
who wrote the screenplay for The Silver Brumby? | Elyne Mitchell, John Tatoulis, Jon Stephens |
task228_arc_answer_generation_easy | task228-fb24652b791a4744810e3675bf9e4404 | You are given a science question (easy-level) and four answer options (associated with "A", "B", "C", "D"). Your task is to find the correct answer based on scientific facts, knowledge, and reasoning. Do not generate anything else apart from one of the following characters: 'A', 'B, 'C', 'D'. There is only one correct ... | D |
task1551_every_ith_element_from_kth_element | task1551-d0b55293d85a4f75882d962e2027ae39 | In this task, you are given inputs k, i, and A, where k and i are integers and A is a list. You need to find every ith element of A starting from the kth element. The process stops when the position of the next ith element exceeds the length of the list.
1, 1, ['r', '4489', '39'] | r, 4489, 39 |
task067_abductivenli_answer_generation | task067-89e1fa8a12724abfacb4566009e0b853 | 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... | Shay saved his money all month. |
task165_mcscript_question_answering_commonsense | task165-6e883601bb274e56ac3207baddd6a16b | You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to choose the correct answer to the question based on the passage. Answer of the question cannot be found directly from the passage, it is indirectly indicated in the passage. Do not answer with words o... | after washing sheets |
task929_products_reviews_classification | task929-9148937f0a4041beb1d56fa9b03272d5 | 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.
I just got off the phone with Canon support after being stuck on hold for at least an hour. ... | Bad review |
task153_tomqa_find_location_hard_clean | task153-aca6b3ff69724e67b1f5f840cb2e146a | 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_bottle |
task1186_nne_hrngo_classification | task1186-98ca1393a0de4576b3589835541e9308 | You are given an original reference as well as a system generated reference. Your task is to judge the naturaleness of the system generated reference. If the utterance could have been produced by a native speaker output 1, else output 0.
System Reference: are you looking for somewhere that kids are allowed?
Original Re... | 1 |
task589_amazonfood_summary_text_generation | task589-936bec4d38de4bbc9c0a8ce449afb5d0 | In this task, you're given a review from Amazon's food products. Your task is to generate a short summary of the given review in the input. Note that you don't need to write a complete sentence as a summary.
These are my most favorite nut snacks. Sunflower is my absolute favorite, but the almond, cashew (very buttery a... | Best way to eat Sunflower seeds! |
task132_dais_text_modification | task132-7661aa0451d04c88a839e88a40a927d5 | Languages typically provide more than one grammatical construction to express certain types of messages. Your task is to generate a senetence with the same meaning as given sentence, but with different grammatical construction.
John alloted a man two tickets | John alloted two tickets to a man |
task1321_country_continent | task1321-fd0533c5e27646d98e75b599d38923f4 | In this task, you are given a country name and you need to return the continent to which the country belongs.
Belgium | Europe |
task1288_glue_mrpc_paraphrasing | task1288-de381b10cc864d4c8a9c5d5264043846 | You are given two sentences(Sentence1 and Sentence2). Answer "Yes" if these sentences are a paraphrase of one another, otherwise answer "No".
Sentence1: Kelly will begin meetings with Russian Deputy Foreign Minister Alexander Losyukov in Washington on Monday ., Sentence2: Russian Deputy Foreign Minister Alexander Losyu... | No |
task857_inquisitive_question_generation | task857-09b59ece71834d6293f7f6ee62c1cb36 | Write an inquisitive question about a specific text span in a given sentence such that the answer is not in the text.
Sentence: The economy will be devastated , they say .<sep>Span: devastated , | How would the economy be damaged? |
task369_synthetic_remove_odds | task369-f65ed099a7e444049150081e444bb192 | 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.
[-81, 92, -3... | [92, -34] |
task085_unnatural_addsub_arithmetic | task085-b0a1be499a674979801b87144e2fc719 | In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
8295 + 2602 - 8676 - 7713 - 9518 + 9693 + 3606 | 18301 |
task111_asset_sentence_simplification | task111-9fe45bfffb13487d9e7ae60f14e884bb | 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... | Sinn Féin appeared to move away from being a political voice of the Provisional IRA to becoming a professionally organised political party in both Northern Ireland and the Republic of Ireland. |
task1551_every_ith_element_from_kth_element | task1551-df3c9afa08dc494f9c7302ab921bb30e | In this task, you are given inputs k, i, and A, where k and i are integers and A is a list. You need to find every ith element of A starting from the kth element. The process stops when the position of the next ith element exceeds the length of the list.
2, 4, ['2593', '4269', 'V', '4481', '7569', 'S', '1283', '851', '... | 4269, S, 7419 |
task370_synthetic_remove_divisible_by_3 | task370-5d90f9c978b943358671bcb3d7c75abb | 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.
[9, -45, 45, 14, 92, 4, 34, 71] | [14, 92, 4, 34, 71] |
task1542_every_ith_element_from_starting | task1542-0f03b584c09e4859b1d5398576db502e | 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.
13, ['r', '6731', 'G', '4397', 'b', '6901', '6183', '7635', 'f', '8659', 'L', '2581', '8013', 'L', '505', '155', '6157', '6253', '1675', 'B', 'p', 'b', 'L', 'o', '5793... | r, L, 785 |
task637_extract_and_sort_unique_digits_in_a_list | task637-05c81b4619484b19ae3f49e2ea7b8e74 | 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.
['363', '255', '203', '453', '199'] | 0, 1, 2, 3, 4, 5, 6, 9 |
task851_synthetic_multiply_evens | task851-546801b9228f4b34b32008194e3812ff | In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every even number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no even numbers in an inner list you sho... | [-1472, 280, 0, 456, 572, -836] |
task333_hateeval_classification_hate_en | task333-31d88f7c6d524b54b41fafb655b4fb8f | In this task, you are given a post in English from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as... | Hateful |
task365_synthetic_remove_vowels | task365-6f70f066e3ea4d018293f1d97d062005 | 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.
CSjGeaAQxF | CSjGQxF |
task075_squad1.1_answer_generation | task075-e6e64d58e9d547f28178d77db1b8d127 | 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... | after the 5th century CE |
task1285_kpa_keypoint_matching | task1285-365eea120a4145cda545479b52e7dc0d | 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 ban the use of child actors<sep>Argument: Child actors can be ... | True |
task413_mickey_en_sentence_perturbation_generation | task413-e2f33615f00a4357a4ec2ea56c78f5b7 | 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 likely to find sand in desert. |
task067_abductivenli_answer_generation | task067-2a3c1c02f6ba4762bcf9bfc7b9055d13 | 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... | Gregory disliked the way his pottery turned out. |
task589_amazonfood_summary_text_generation | task589-fd1d17ada2984643be7d07364db8924a | In this task, you're given a review from Amazon's food products. Your task is to generate a short summary of the given review in the input. Note that you don't need to write a complete sentence as a summary.
Price was misleading, once the high shipping rate was added, the tea was no longer the 'deal' it was promoted to... | R. Elliott |
task153_tomqa_find_location_hard_clean | task153-895b969a66ea48b4b7a2b186716a1f44 | Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's beli... | blue_crate |
task067_abductivenli_answer_generation | task067-759a39bee84740fda70e17facd878c2b | 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... | Bob bought a laptop for the job. |
task684_online_privacy_policy_text_information_type_generation | task684-b1aeaa3ffadd4d0db83c66eeaac883b0 | 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
You can make no specified choices about the use of unspecified information by an unspe... | Unspecified |
task160_replace_letter_in_a_sentence | task160-5cbf59cb89804aacaa5e8193f12401ec | In this task, you need to replace a letter in the sentence with another given letter.
Sentence: 'a train on a train track at a train station'. Replace the letter 'a' with 'h' in the sentence. | h trhin on h trhin trhck ht h trhin sthtion |
task1398_obqa_question_generation | task1398-df6fc2810c82420d92da4e1eab978eec | Given a fact, create a question that can be answered using the fact. Construct the question such that it is unambiguous, has a unique answer and the answer can be given using the fact.
Fact: the vanes rotating in an electric fan causes air to move | A fan pushes air with? |
task848_pubmedqa_classification | task848-898dd97448e84b629657183c3e181232 | Given a passage classify if the passage has a definite objective/aim/goal or not. Output '1' if the passage has a defininte objective/aim/goal and output '0' if the passage does not have a definite objective/aim/goal.
Advanced glycation end products (AGE) are involved in the progression of diabetic complications. Altho... | 1 |
task092_check_prime_classification | task092-2b1b7a694c2148c4a0bf1b00cdadd0f9 | 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.
58928 | No |
task756_find_longert_substring_and_return_all_unique_alphabets_in_it | task756-a7d8ac2cd00c493184935f5703141681 | 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.
dotlQGFXMayXEBTEAqPqqxcZKBn, fNkmsbqNMayXEBTEAqPqJItw | a, b, c, d, e, f, g, k, l, m, n, o, p, q, t, x, y, z |
task617_amazonreview_category_text_generation | task617-9211a4f6bd7946d4a582357da1f47f60 | 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 |
task673_google_wellformed_query_classification | task673-09c719f65db64094ab85fa7285fc95e9 | 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 |
task1292_yelp_review_full_text_categorization | task1292-e1a5cea4375d4467add99a6e41fe3641 | You are given a review about a place. You need to provide a rating from "1 star" to "5 stars" for this place.
As dIvey as it gets. It's smokey, locals abound, and there are some characters. If you're looking for cheap beer and happen to be downtown, stop in, but bring your A game, or you'll get hustled right out the do... | 2 stars |
task350_winomt_classification_gender_identifiability_pro | task350-eada7b09e5af4d199b848791350a4117 | In this task, you are given a sentence and a profession. The sentence mentions two professions: one's gender is identifiable using the coreference link with gendered pronouns and the other's gender is unidentifiable. You are expected to return whether the given profession's gender is identifiable or unidentifiable.
Sen... | Identifiable |
task1421_mathqa_other | task1421-a98aa794514a4b4cbe72ecedc05eeb6d | In this task, you need to provide the correct option for a given problem from the provided options.
Problem: in a school 10 % of the boys are same in number as 1 / 4 th of the girls . what is the ratio of boys to the girls in the school ?
Options: a ) 5 : 2 , b ) 2 : 3 , c ) 1 : 4 , d ) 3 : 7 , e ) 2 : 5 | a |
task900_freebase_qa_category_classification | task900-70e36977f1f743889421053a96ecf57e | Given a trivia question, classify broad topical category from this list: 'theater', 'geology', 'book', 'tv', 'astronomy', 'aviation', 'military', 'government', 'boxing', 'projects', 'metropolitan_transit', 'law', 'venture_capital', 'broadcast', 'biology', 'people', 'influence', 'baseball', 'spaceflight', 'media_common'... | government |
task142_odd-man-out_classification_no_category | task142-0f244857226042b28c634e3d04fd7673 | Given a set of five words, generate the word from the set that does not belong (i.e. is the least relevant) with the other words. Words are separated by commas.
goose, sandpiper, hoist, davit, crane | davit |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.