task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task139_detoxifying-lms_classification_topicality | task139-71846bac8a46462ab76def45f83a1ddc | Given a prompt and two completions from a language model, select the completion that is more topical with respect to continuing the prompt. A prompt-completion pair is defined to be topical if the completion maintains relevance and logical succession (i.e. stays on topic) with the prompt. The flow from the prompt to th... | Completion B |
task606_sum_of_all_numbers_in_list_between_positions_i_and_j | task606-21a3b3375b1e4abeb28e2457a2c1517b | 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... | 6629 |
task372_synthetic_palindrome_numbers | task372-7b24bec766224cc583909fe2011b242e | 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.... | [171, -666, -3] |
task063_first_i_elements | task063-631c2f8effdf46c6b56b96ac90da5fed | 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
2, ['s', 'U', 'w', 'f', '8529'] | s, U |
task413_mickey_en_sentence_perturbation_generation | task413-9dc12dc9aa814fd3ae2e2df533fa74af | Given a sentence, generate a new sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.
You woul... | You would move a car because you want to defy a parking ticket . |
task516_senteval_conjoints_inversion | task516-e72a3af711ab44edbd7e1aeb85f7dd32 | In this task you are given a sentence with one coordinating conjunction (for, and, nor, but, or, yet, and so). You must judge whether the order of two coordinated clausal conjoints have been inverted or not. Inversion would result in the sentence sounding unnatural. Label the instances as "Original" or "Inversion" base... | Original |
task1326_qa_zre_question_generation_from_answer | task1326-b613543b391c426c98c9a6a9e1871122 | 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 : On March 23, 2008, Governor Dr Ishrat-ul-Ibad Khan conferred the Pride of Performance award upon legendary female singer Munni Begum at... | Which award was honoured to Munni Begum? |
task283_dream_incorrect_answer_generation | task283-c61ded2628a0473bbbd497e50eb217f0 | 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".
Woman: Hey. Uh, you look really unhappy. What's going ... | someone stole his last one |
task405_narrativeqa_question_generation | task405-7fff59ba32144dd4826457e1f6bd8618 | 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... | Where did the United States send their spacecraft Discovery One? |
task385_socialiqa_incorrect_answer_generation | task385-de6106cf605748a3a5bf3ec7d82b77d7 | 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: Sydney or... | C |
task1422_mathqa_physics | task1422-f94d588b9ff74c9b9fe234c0f18966b8 | In this task, you need to answer the given multiple-choice question on the physics. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.
Problem: a , b and c can do a piece of work in 24 days , 30 days and 40 days respectively . they began the work together but c left 10 days before the completion of the work . in h... | a |
task078_all_elements_except_last_i | task078-9aff08b2aa3741d6839e6e68581053ce | 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.
4, ['c', 'A', '8303', '4813', 'D', 'm', 'z', 'B', 'Z', '131', 'k', '981', '8449', 'z', 'i', '1619', 'M', '1503', ... | c, A, 8303, 4813, D, m, z, B, Z, 131, k, 981, 8449, z, i, 1619, M, 1503, Y, 1369, q, s, N, p, 3841, Y |
task097_conala_remove_duplicates | task097-2e090c34d6d7439d8089fab6c5ada63a | In this task you will be given a list of numbers and you should remove all duplicates in the list. If every number is repeated in the list an empty list should be returned. Your list should be numbers inside brackets, just like the given list.
[5, 2, 1, 3, 3, 7, 6, 2, 6] | [5, 1, 7] |
task1584_evalution_meronym_classification | task1584-c1a38be4f9cc4652831a7a4b051bbc20 | Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given par... | 1 |
task389_torque_generate_temporal_question | task389-2d74e39d0aa54051ad4d58ee12492a91 | 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 happened after the journey? |
task379_agnews_topic_classification | task379-641d2bc0557044d4a31c3f5618a75927 | 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 |
task067_abductivenli_answer_generation | task067-99d1cbde332a4e04aeec6769896cfd8a | 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 was scared of the basement. |
task1714_convai3_sentence_generation | task1714-f6409a40cd5b4feebd1fbbb4d07f76c7 | You are given a concatenated string consisting of two parts that are separated by a newline character. The first part is the user's initial question during a human computer conversation, the second part is a clarifying question asked by the computer in response to the question asked by the user. You should read the inp... | yes |
task821_protoqa_question_generation | task821-b31a80c3add842648cd31a317696011b | Construct a question that every answer in the list is correct and reasonable for it.
florida, hawaii, arizona, california | name a place you might move to when you retire. |
task310_race_classification | task310-03e3b12ffa244522bd8021a30d86771a | In this task, you're given an article, a question which often contains a blank, four options (associated with "A", "B", "C", "D") and the answer to that question. Your task is to classify whether the given answer is correct or not by providing "Yes" or "No", based on the article.
Article: When children learn a language... | Yes |
task371_synthetic_product_of_list | task371-b93a66eff67a4a55bf36c2b9c5704bde | In this task you will be given a list of lists, of numbers. For every inner list, you should multiply every number in that list and put the results in your answer. The output should be a list of numbers with the same length as the number of the lists in the input list.
[[27, -13, -34], [-5, 16], [-48, -35, 49]] | [11934, -80, 82320] |
task1288_glue_mrpc_paraphrasing | task1288-7cfbbafed0a3437593258aec169b2321 | You are given two sentences(Sentence1 and Sentence2). Answer "Yes" if these sentences are a paraphrase of one another, otherwise answer "No".
Sentence1: Several of the questions asked by the audience in the fast-paced forum were new to the candidates ., Sentence2: Several of the audience questions were new to the candi... | Yes |
task478_cls_english_music_classification | task478-55913c56249741d7aac8eb885132d4e7 | In this task, you are given music product reviews in English language. The goal is to classify the review as "POS" if the overall sentiment of the review is positive or as "NEG" if the overall sentiment of the review is negative.
A title that Lives up . a Solid Title here because not only are the Songs Here Very Soulfu... | POS |
task1645_medical_question_pair_dataset_text_classification | task1645-a613c6e6fdf34c86813f7202c04dda38 | In this task you are given a medical question pair hand-generated. Your task is to classify a given post into two categories 1) 'Similar' if the given two questions have a same connotation 2) 'Dissimilar' if the given two questions have a different connotation or meaning.
Sentence1: Hello I have back spasms that flare ... | Dissimilar |
task370_synthetic_remove_divisible_by_3 | task370-a9ec09a977f4463b822bcf650fcb4702 | 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.
[-83, -65, 22, -14, -72, 84, -77, 30, 92, -91, 89] | [-83, -65, 22, -14, -77, 92, -91, 89] |
task064_all_elements_except_first_i | task064-237140c757c644caa393d73452520432 | 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.
1, ['E', '6255', 'd', 'k', '9789', 'L', 'v', 's', '7941', '2629', '3', 'L', 'P', '7757'] | 6255, d, k, 9789, L, v, s, 7941, 2629, 3, L, P, 7757 |
task1504_hatexplain_answer_generation | task1504-c9af046347ac40e5920582c3f48b69a6 | The input is a tweet which can be Hate Speech or Offensive. Given such a tweet, output a phrase from the tweet that makes it hate speech or offensive. The output should contain only one such phrase. The output has to be from within the tweet itself. Do not generate words or phrases not present in the tweet.
the retarde... | retarded mongrols |
task1399_obqa_answer_generation | task1399-bb524c113cef404d9fe97dd2412c5d48 | In this task, you are given a fact statement and question based on the fact. Your task is to generate the correct answer for the question. The answer needs to be generated using the context fact statement.
Fact: something in a cold place becomes cold. Question: An object inside a freezer will become less excited with e... | cold |
task100_concatenate_all_elements_from_index_i_to_j | task100-a4d6dcc0b70548e499f884bc1e7514c4 | 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 concatenate all elements of A from the ith element to the jth element, and print the resultant string. 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... | 9871 |
task390_torque_text_span_selection | task390-193dc3fe1cbf4c60a17004a029e910c0 | 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: Police... | belonged |
task397_semeval_2018_task1_tweet_anger_detection | task397-967531ce2a33433aab0f519d9cacc696 | In this task you are given a tweet. You must judge whether the author of the tweet is angry or not. Label the instances as "Angry" or "Not angry" based on your judgment.
Can't wait to be in my Ninja turtle costume raging at OSU again this Halloween 😈 | Not angry |
task323_jigsaw_classification_sexually_explicit | task323-52f964f999824c0c88306be229929659 | 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: If i ever got married (will never happen as there are no bene... | Sexual-explicit |
task279_stereoset_classification_stereotype | task279-fed52dfd33014ecc9d77dd3b83fd51ae | 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... | Stereotype |
task223_quartz_explanation_generation | task223-103943a9c3e94195bf9b2eda9985f3d5 | In this task, you are given a question and answer for that. The answer will fill in the blank or will complete the unfinished question. Your task is to provide an explanation based on the given question or fill-in-the-blank statement, and answer.
Question: If planet W and planet X have a combined mass that is twice tha... | The greater the mass of the objects, the stronger the gravitational force of attraction between them. |
task615_moviesqa_answer_generation | task615-bad9195c319847a8b302ed11a0309b3b | 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.
what is the language spoken in the film Little Nikita? | English |
task369_synthetic_remove_odds | task369-a99ce66cd0f043b58a7cd89e9e927457 | 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.
[36, 79, 36,... | [36, 36, 16, 54, 54, 24] |
task371_synthetic_product_of_list | task371-69a0447acdaa4536b02a1cc188fb14ff | In this task you will be given a list of lists, of numbers. For every inner list, you should multiply every number in that list and put the results in your answer. The output should be a list of numbers with the same length as the number of the lists in the input list.
[[-6, 34, -28, -13], [-48, 39, -50], [21, 0, 3, -3... | [-74256, 93600, 0, 30620128] |
task1360_numer_sense_multiple_choice_qa_generation | task1360-a2dee8fc96f042398217a21a737cb0bc | Given a sentence with a missing word, pick the answer option that best fills out the missing word in the sentence. Indicate each answer with its index ('a', 'b', 'c', 'd').
Psychologists classify memory into the ____ R s - recollection, recall, recognition, and relearning.\Question: Choose the right answer from options... | c |
task163_count_words_ending_with_letter | task163-950de83ad4e94900bb91fa6fdb5ed116 | 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 cat sitting on a desk with two open laptop computers'. How many words end with the letter 'a' in the sentence. | 2 |
task099_reverse_elements_between_index_i_and_j | task099-efe6abe65aae479bae55aa7ffff69549 | 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.
17, 24, ['U', 'v... | o, 5023, 8827, n, 1659, H, F, R |
task303_record_incorrect_answer_generation | task303-7843b77ccedd4ffd915c3947a857dbbf | 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 ... | Barack Obama |
task070_abductivenli_incorrect_classification | task070-c18193eb76b341ebbae5d29a8fbdf917 | In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story incoherent / implausible by indicating 1 or 2 in the output. If both sentences are plausible, pick the one that makes less sense.
Beginning: Maddie had a ... | 1 |
task897_freebase_qa_topic_question_generation | task897-01c598bb728e4f9fb6d8d7413da7f69b | Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question.
breakfast at tiffany's | Who was the leading man in the film 'Breakfast at Tiffany's? |
task608_sbic_sexual_offense_binary_classification | task608-7bd869935b454488a147618f5f1fc308 | In this task, you are given a text from a social media post. Your task is to classify the given post into two categories: 1) yes if the given post is sexually offensive, 2) no, otherwise. Emphasis on sexually offensive or any lewd reference. Generate label 'no' for offensive posts that do not reference sexually explici... | Yes |
task963_librispeech_asr_next_word_prediction | task963-6d2a7046980f4d31a3d26573c29d879b | Predict the next word given an incomplete English Sentence.
but missus rachel lynde ran out of the | door |
task1205_atomic_classification_isafter | task1205-488ba141cd2a4cbcbf2d6a52fff704e9 | 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... | Yes |
task124_conala_pair_averages | task124-b22b44a5af2b48ec89226944c91eb7f7 | In this task you are given a list of numbers and you need to find the average of each two consecutive values. The average of two numbers a and b is calculated as: (a + b) /2. The output should be a list of the averages of each two consecutive values. A list is presented with two brackets and comma-separated values, lik... | [48.0, 36.0, -22.0, 9.5, 18.0] |
task306_jeopardy_answer_generation_double | task306-63c9a030d75c4696ae283d0cdca08c11 | 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: THE 20th CENTURY
Clue: This 26-year-old lowland gorilla fielded questions during an ... | koko |
task851_synthetic_multiply_evens | task851-27de896a2dbd437eae5ee698c722426e | 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... | [32, -1632, 43776] |
task311_race_question_generation | task311-4283bc43531445b8943d4bc7685e6f1d | In this task, you're given an article and an answer. Your task is to generate the question for the answer based on the given article.
Article: She took up skating at age 85, made her first movie appearance at age 114, and held a concert in the neighborhood on her 121st birthday. When it comes to long life, Jeanne Calme... | What does the story of Jeanne Calment prove to us? |
task1312_amazonreview_polarity_classification | task1312-b99c13e32fc74da58cada87236684e97 | In this task, You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review.
My first unit stopped playing discs of any kind and I sent it back to Sony, waited an interminable amount of time and got a supposedly new replaceme... | negative |
task316_crows-pairs_classification_stereotype | task316-8136c41dfc1e4dadbba739dbed48185a | In this task, you are given a short passage that conveys a stereotype or an anti-stereotype. A stereotype is an over-generalized belief about a particular group of people(based on race, ethnicity, gender, age, abilities, etc.). An anti-stereotype is an idea that goes against a common stereotype. You are expected to cla... | Anti-stereotype |
task326_jigsaw_classification_obscene | task326-8cbb48c7dfb74bf8b5f8c776e2909f1a | 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 ... | Non-obscene |
task1420_mathqa_general | task1420-fbdb1f964b8049a9a2b3e9bd7683eeec | 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: the average of 50 numbers id 56 . if two numbers , namely 45 and 55 are discarded , the average of the remaining numbers is :
Options: a ) 22.35 , b ) 33.25 , c ) 22... | e |
task293_storycommonsense_emotion_text_generation | task293-386ebaadae984a19800d0669db50eb62 | 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 ... | None |
task323_jigsaw_classification_sexually_explicit | task323-977eb395cc054558b9994e5c662fa68c | 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: Hey Paul-no one is buying your lie. we will share whatever we... | Non-sexual-explicit |
task369_synthetic_remove_odds | task369-9cef88feba39472887575fbc31b3108b | 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.
[4, 11, 99, ... | [4, -28, -92, 92, -22] |
task582_naturalquestion_answer_generation | task582-ec38c33b1dd14b279dd96b220439ac77 | 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\*.
which act lead to the disintegration of ... | Kansas–Nebraska Act |
task285_imdb_answer_generation | task285-7e7f8727232540148d1acac59eb9979e | 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: Wanda Nevada is a pubescent fantasy movie using circa 1979 ... | yes |
task1089_check_monotonic_array | task1089-e2fd574bcd454e32a6a170ab02d6e001 | You are given an array of integers, check if it is monotonic or not. If the array is monotonic, then return 1, else return 2. An array is monotonic if it is either monotonically increasing or monotonocally decreasing. An array is monotonically increasing/decreasing if its elements increase/decrease as we move from left... | 1 |
task1310_amazonreview_rating_classification | task1310-5c8bceecd5dc4eea8c0f8da6356adb4b | 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.
I returned this because it was horribly slow, even with new batteries. It barely frothed 1% milk,... | 1 |
task1518_limit_answer_generation | task1518-a419d0cbdc3b4f07bd5be1bece1f2a01 | In this task, you are given a sentence which contains a motion and your task is to identify the physical entities involved in the motion. The input sentence can have more than one entity and also there is at least one entity that takes part in physical motion. There are two types of entities which are animate (beings t... | the girl |
task376_reverse_order_of_words | task376-9de0f67fabaa4b5288d98476ca5e517e | In this task, you need to reverse the order of words in the given sentence.
Sentence: a little truck has a covering on the back | back the on covering a has truck little a |
task099_reverse_elements_between_index_i_and_j | task099-70161010920d415782c2df3981eaa37a | 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.
18, 23, ['3031',... | y, W, o, 9127, 6843, 5215 |
task458_matres_negation_classification | task458-62b92deb9bf34c0b8ad6f1bbc4e3251b | You will be given a context and a verb separated with a newline character, and you have to answer if the given verb is a negation or not. A verb is a negation if it is not going to exist, not happen, or has no effect. The output should be "Yes" if the verb is a negation and "No" otherwise.
NATO Secretary General Javier... | No |
task413_mickey_en_sentence_perturbation_generation | task413-7a813069b602415a98921e61ad9ed5db | 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.
A ussie ... | A diamond player can steal a base . |
task305_jeopardy_answer_generation_normal | task305-8676e122b3bd46faacd3f093be9a105a | You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For consistency, answers should be in all lower cased letters.
Category: NICE "AB"s!
Clue: It means detestable or loathsome, though I have no beef with the ... | abominable |
task1318_country_national_dish | task1318-c8f7703bd9554de8ac31f41f63b8ec03 | In this task, you are given a country name and you need to return the national dish of the given country. Some countries have multiple national dishes, in which case any one of those dishes will be considered a valid output.
Bolivia | Salteñas |
task370_synthetic_remove_divisible_by_3 | task370-bac28b49962c4160a9fecd28e27c7234 | 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.
[16, -88, 25, -99, 7, 5, 56, -45, 62, -75, -78] | [16, -88, 25, 7, 5, 56, 62] |
task101_reverse_and_concatenate_all_elements_from_index_i_to_j | task101-4531ff732cd14f9cbaea15fb061595ea | 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... | 5861A8351U59231559w7901Pp2895M4653 |
task063_first_i_elements | task063-cf838df7ee304b458617207ead55398f | 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
5, ['U', 'g', 'f', '6789', 'b', '6139', '7743', '7289', 'B', '6821'] | U, g, f, 6789, b |
task302_record_classification | task302-1b76271f4388471ca827894b0e394843 | 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.
(CNN) US Ambassador to the United Nations Ni... | (E) |
task389_torque_generate_temporal_question | task389-f2491061845d458c937b915739c08810 | 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 happened before the demise of Saddam Hussein? |
task209_stancedetection_classification | task209-4eb623712f7e4c7c9a8d16cf5cd5d044 | Given the Target and Argument texts detect the stance that the argument has towards the topic. There are three types of stances "in favor", "against", and "neutral".
Topic: Balanced budget amendment to US Constitution
Argument: Congress shouldn't make Amend if it can't make good fiscal leg. | against |
task074_squad1.1_question_generation | task074-fde6175bd7574ec4bd1fc78ee22b9e62 | 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 are the first three methods mentioned that make up black-box testing?? |
task852_synthetic_multiply_odds | task852-762092c35acd4f599060417fc9122bb6 | 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 odd 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 odd numbers in an inner list you shoul... | [-925, -45, -975, -7, 969, -527, 0, 13, -39, -2035, -5, -15, 23] |
task317_crows-pairs_classification_stereotype_type | task317-288f6643e4984b65b7a3cb83b99636a9 | 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... | race-color |
task1291_multi_news_summarization | task1291-d5a3dbde3b0e42b3ae09d318eed7e1f4 | In this task, you are given a text of many news articles seperated by special token "|||||". Your task is to summarize them.
"I would apologize on behalf of the office," Sen. Lindsey Graham (R-S.C.) said. | Carolyn Kaster/AP Photo Graham: White House staffer's McCain joke 'inappropriate'
Sen. Lindsey Graham urged ... | Bernie Sanders didn't mince words Sunday when discussing the White House reaction to a staffer who made fun of John McCain's brain cancer, reports CNN. "It is one thing in the White House for somebody to say something crude and stupid and disrespectful about an American hero," he said on CNN's State of the Union. "It i... |
task368_synthetic_even_or_odd_calculation | task368-2980b31ab5004096ab45de3233d67ff3 | 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... | [22.0, 12.5, -114, -2, 8.0] |
task303_record_incorrect_answer_generation | task303-a6dfcc50cb04449e8f6e6f2303f15c47 | 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 ... | Gabrielle Giffords |
task589_amazonfood_summary_text_generation | task589-2226c051289b4b1fa35c3d18168605db | 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.
DE is a very good coffee. I ordered this as my father-in-law raved about it, and the whole bean aroma rood is i... | A very good brand. |
task370_synthetic_remove_divisible_by_3 | task370-225c58c680334ba6b85dc21a70cbaa59 | 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.
[-83, -94, 89, 70, 93, 42, -4, 20, -74, 61, -7] | [-83, -94, 89, 70, -4, 20, -74, 61, -7] |
task898_freebase_qa_answer_generation | task898-55b54b72d5e74e0596fc60b0b8d2b515 | 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.
In which sport did the future King Olav V of Norway in 1928 and the future King Constantine II of Greece in 1960 win Olympic Gold Medals? | sailing |
task847_pubmedqa_question_generation | task847-0ecb53048cc54189a8be4b11a0b90095 | Given a passage, 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 questions that (i) can't be ... | Does aggregation substance promote colonic mucosal invasion of Enterococcus faecalis in an ex vivo model? |
task303_record_incorrect_answer_generation | task303-0e3950c195eb4d7c893c3aede2d2a7fa | 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 ... | Mohammad al |
task1730_personachat_choose_next | task1730-2a533bfb94ea452f819357e1dd1c00e3 | You will be given a person's personality, and a history of a conversation this person has had. You will be given four candidate sentences to complete the conversation, based on the context. Choose one and answer with the text.
Personality: I like to read books that are in a series.
I like to take drives in the country.... | That sounds fun. What kind of games do you play? |
task455_swag_context_generation | task455-24a30969abed4ae88ba961734d181e53 | Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement.
We see the backdrop of the sky that want people's attention. | Cartoon buildings are shown, then a pair of angels. |
task1361_movierationales_classification | task1361-48a6c9288389480ea133f5093e4d4ae8 | In this task, you must classify if a given review is positive/negative, indicating your answer as P or N.
imagine this .
you 're given a sword and a shield and very basic , minimal training .
a man you do n't know tells you that this will be the last day that you will live .
you are thrown into an arena with thousands ... | P |
task1295_adversarial_qa_question_answering | task1295-6b939f3c04814e8f8edfa2ac2c2f2df3 | In this task, you are given a question and a context passage. You have to answer the question based on the given passage.
Whose point of view is being expressed throughout the text?, Context: On the other hand, Luther also points out that the Ten Commandments – when considered not as God's condemning judgment but as an... | Luther |
task183_rhyme_generation | task183-8266718218c7424cbc4de3c4e24f28c7 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
represent | augment |
task751_svamp_subtraction_question_answering | task751-9e4666f47e33406f872911f668ed67ca | You are given a math word problem and you are supposed to only use subtraction on the numbers embedded in the text to answer the following question and then only report the final numerical answer.
Context: Baker made 149 cakes and 91 pastries. If he sold 10 cakes and 90 pastries
Question: How many cakes would baker ... | 139 |
task070_abductivenli_incorrect_classification | task070-5278da37d24c479c8a5a72e79f96f51d | In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story incoherent / implausible by indicating 1 or 2 in the output. If both sentences are plausible, pick the one that makes less sense.
Beginning: Ava resolved ... | 1 |
task1443_string_to_number | task1443-3808928547494ae0a1d9996b55f8f679 | 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... | 7530370933 |
task1508_wordnet_antonyms | task1508-37ab4eeac9e8485ea0e1f78b6a97de34 | Given an adjective, generate its antonym. An antonym of a word is a word opposite in meaning to it.
untied | tied |
task294_storycommonsense_motiv_text_generation | task294-980e7f8731804972bd3ed5fa4718d599 | 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 understood |
task1551_every_ith_element_from_kth_element | task1551-5b0722ece30b4b118b722f6b04b010c1 | 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, 4, ['L', '8395', 'M', 'V', '3427', 'f', '8215', 'Q', 'e', 'S',... | L, 3427, e, v, m |
task356_casino_classification_negotiation_self_need | task356-dfae40c09e35403ea68cf70e398fa7fc | 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... | Yes |
task934_turk_simplification | task934-43538e3d631f4abaa046f77f0bfdcb5d | In this task, you're given a sentence and your task is to generate a simplified sentence that focuses on lexical paraphrasing from the original sentence given in the input.
the form of chess played is speed chess in which each competitor has a total of twelve minutes for the whole game. | speed chess is a form of chess . it is played by two players . each player has a total of twelve minutes. |
task157_count_vowels_and_consonants | task157-f52fe6356a6c4654a33283342eeb53f3 | In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence.
Sentence: 'a vase with lilies and daisies sits near a menu on a table'. Count the number of consonants in the given sentence. | 24 |
task308_jeopardy_answer_generation_all | task308-3be5a1d5fdb64a0687c9dbdee81b194c | 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: CZECH, PLEASE
Clue: His mother, Olga, was once ranked 2nd in Czechoslovakia in women... | ivan lendl |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.