task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task1405_find_median
task1405-c2b14694969347fbb7c324def602b830
In this task, you are given a list of integers. You need to find the median of the list of integers and return that as the output. The median is the middle value in the list of numbers such that half of the elements are less than the median and the other half of elements are greater than the median. [148, 266, 331, 443...
291
task074_squad1.1_question_generation
task074-4e766e8d50744fbca7c76d92669a668f
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 neighborhoods does Cottman Avenue serve?
task820_protoqa_answer_generation
task820-ab18146c31184302b811072d96362b93
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. we asked women when you should be focusing on romance name something your mind is often distracted by instead
tv
task1311_amazonreview_rating_classification
task1311-06f82e71fe5443b69fedacef0b53ff71
In this task, you're given a review from Amazon and 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. Your task is to generate whether the rating matches the review or not. Answer with "True" if the sentence belongs to that...
True
task850_synthetic_longest_palindrome
task850-dd62a708c2cc4db0b062c72febfe472e
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. vvuvvuuuuuuvu
vuuuuuuv
task599_cuad_question_generation
task599-12b6d082a97341e4858787f29a8affcf
In this task, you're given a passage that represents a legal contract or clause between multiple parties. Your job is to write questions that ask the basic details corresponding to the legal contracts or clauses. Avoid questions that can be answered correctly without actually understanding the paragraph, and which migh...
Highlight the parts (if any) of this contract related to Covenant Not To Sue that should be reviewed by a lawyer. Details: Is a party restricted from contesting the validity of the counterparty’s ownership of intellectual property or otherwise bringing a claim against the counterparty for matters unrelated to the contr...
task605_find_the_longest_common_subsequence_in_two_lists
task605-ac9bbc16e38e4052b5d6441686ea9777
In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B. ['C', 7471, 'Y', 'W', 'N', '8025', 'J', '8645', 'i', 9879], ['f', 8045, 'n', 'Y', 'W', 'N', '8025', 'J', '8645', 'Z', 'X', 8649]
Y, W, N, 8025, J, 8645
task507_position_of_all_numerical_elements_in_list
task507-0ec6f3ca01ec4171add0c7f2e3590f4e
In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the numerical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no numerical element is in the list. ['q', '913', '3469...
2, 3, 4, 6, 8, 10, 11, 13, 14, 15, 16, 17, 18, 22, 24, 26, 28
task160_replace_letter_in_a_sentence
task160-944917f6e89d47baa47eb2e37c12304e
In this task, you need to replace a letter in the sentence with another given letter. Sentence: 'people are sitting on boats on a small waterway'. Replace the letter 'e' with 'm' in the sentence.
pmoplm arm sitting on boats on a small watmrway
task183_rhyme_generation
task183-83d366641d444cd0a97deeba9ee8163f
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" tie
lie
task904_hate_speech_offensive_classification
task904-0e8f1f0173934b9dbe05bdf471ea98ca
Classify the given tweet into the three categories: (1) 'Hate Speech', (2) 'Offensive' and (3) 'Neither'. 'Hate Speech' is kind of a threating statement or sometimes include call for violence while 'offensive' statement just offensds someone. 'Neither' is when it doesn't fall into Hate Speech or Offensive category. @Fv...
Offensive
task159_check_frequency_of_words_in_sentence_pair
task159-29ca8d7dc1fd49e9b22a4db26005e997
In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'. Sentence1: 'there is a bird that is standing in grass and water', Sentence2: 'a man puts his face close to a cat lying down on a bed'. Is the frequency of the word 'a' in two sentences equal?
No
task568_circa_question_generation
task568-94df043c5ec04d40bb50872de20c39c3
In this task, you are given an answer, and your task is to generate a reasonable question for that answer. It's worse than what I make now.
Is the pay good?
task284_imdb_classification
task284-75679433902d4c16828df96d5d73d510
In this task, you are given a review of movie. Your task is to classify given movie review into two categories: 1) positive, and 2) negative based on its content. i love this TV series so much. it contains animation that is interesting and beautiful. i cant believe that they cut it off TV, and also that i never found o...
positive
task897_freebase_qa_topic_question_generation
task897-b7dcbf663ae84dd4961e7bd933d2837f
Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question. conservative party
What politician nicknamed 'the big beast' returned to the Conservative party shadow cabinet?
task868_mawps_singleop_question_answering
task868-319f3e3e6df24b849b97af92ac9d4ee1
You are given a math word problem and you are supposed to apply a single mathematical operators like addition, subtraction, multiplication or division on the numbers embedded in the text to answer the following question and then only report final the numerical answer. Sam went to 14 football games this year . He went t...
43
task074_squad1.1_question_generation
task074-3f9768daffd14c2f813a0405cc3a31a7
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...
Who created this group?
task605_find_the_longest_common_subsequence_in_two_lists
task605-d0e6904279194be4a052b5d97bd2927c
In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B. ['Z', 4427, 'S', 2269, 'W', 'W', 'F', 5543, 4345, 'J', 'q', 5263, 7517, 471, 'B', '2635', 'j', '1093', 'j', '5033', 'x', '293', '553', '543', 'J', '1725', '601', 'x', '5281', '7091', '3753', 'o', '7627', 'o', 'T', '3225...
2635, j, 1093, j, 5033, x, 293, 553, 543, J, 1725, 601, x, 5281, 7091, 3753, o, 7627, o, T, 3225
task1592_yahoo_answers_topics_classfication
task1592-33aece584e3a49dabc60c5ff0d5f4a0a
You are given a question title. You need to classify it into one of the 10 topics: 0 - 'Society & Culture', 1 - 'Science & Mathematics', 2 - 'Health', 3 - 'Education & Reference', 4 - 'Computers & Internet', 5 - 'Sports', 6 - 'Business & Finance', 7 - 'Entertainment & Music', 8 - 'Family & Relationships', 9 - 'Politics...
4
task367_synthetic_remove_floats
task367-171e730759fa43dab3d0a9f5406a874c
In this task you will be given a list of numbers. You should remove any number that is not an integer (whole number). If every number is not an whole number then an empty list ("[]") should be returned. Otherwise, answer with the list of whole numbers separated by comma inside brackets. [-9.548, 6.039, -24, 55, 82, -9....
[-24, 55, 82, -88, -10, 80, 80]
task183_rhyme_generation
task183-39bfb86582264885847a475c5b3fe4e8
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" wish
phish
task284_imdb_classification
task284-582c1c2f30a041c9a35b479d9b5a7c28
In this task, you are given a review of movie. Your task is to classify given movie review into two categories: 1) positive, and 2) negative based on its content. My roommates & I nearly shorted out our TV from the numerous spit-takes we did while watching this hilarious piece of 1970s self important pseudo-zen dreck. ...
negative
task588_amazonfood_rating_classification
task588-eaaa151c4f6b4de7a2f6c8a1ed2bb9d2
In this task, you're given a review from Amazon's food products. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral or mixed, 4: good, 5: extremely good. Great option for excellent taste, price, and convenience. A repeat cust...
5
task1186_nne_hrngo_classification
task1186-6fe9d6f1a03946aaabc3e68498945cb6
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: aux delices restaurant near russian hill serves vietnamese. Orig...
1
task1290_xsum_summarization
task1290-535ce468208f4dfaa2a3cfc468089c02
In this task, you are given an article. Your task is to summarize the article in a sentence. The Trojan malware is thought to have been designed to steal data from industrial organisations. Microsoft said it has traced the root of the exploit back to a flaw in its Win32k Truetype font parsing engine. It offered a worka...
Microsoft has released a temporary "fix" for a software vulnerability that left computer systems exposed to the Duqu infection.
task636_extract_and_sort_unique_alphabets_in_a_list
task636-17e734786ac6447f8a66363313b3ed08
In this task, you are given an input list A comprising of numbers and alphabets. You need to extract and sort the unique alphabets in the list. The alphabets in the input list will only be in lowercase. Return -1 if there is no alphabet in the input list. ['r', 'b', '3773', '2773', 'q', 'k', 'i', 'f', '7267', 'a', 'u',...
a, b, e, f, g, h, i, j, k, m, p, q, r, s, t, u, w, z
task684_online_privacy_policy_text_information_type_generation
task684-cdae4540876340c1b800f148158a8319
Given a part of privacy policy text, identify the type of personal information which is collected, used, tracked or retained. The type of information should be present inside the given policy text, answer as 'Not Specified' otherwise The site collects your location information for a basic service or feature. Collection...
Location
task507_position_of_all_numerical_elements_in_list
task507-d17960d4393f4ac2afce8d65461904dc
In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the numerical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no numerical element is in the list. ['z', '8383', 'Q',...
2, 4, 5, 6, 9, 11, 14, 15, 17, 21
task588_amazonfood_rating_classification
task588-2144156ad86b4ef99808c5d60bff3784
In this task, you're given a review from Amazon's food products. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral or mixed, 4: good, 5: extremely good. If you're looking at this you probably already know you like these chip...
5
task283_dream_incorrect_answer_generation
task283-3a6a22dfbe95492a94ced986d7a9b137
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". M: I'd like to pay a visit to the Smiths at 3:30 p.m. ...
Opposite the factory.
task591_sciq_answer_generation
task591-65dbbbb9a7e74d9a9c56940e5b6db8b1
Given a scientific question, generate a correct answer to it. What type of winds move the same way as mountain and valley breezes?
katabatic winds
task195_sentiment140_classification
task195-9e054c6683294431b4323bb6182ef2d0
In this task, you are given a text from tweets. Your task is to classify given tweet text into two categories: 1) positive, and 2) negative based on its content. Gonna be another hot nasty day. Doing work in the yard today
negative
task299_storycloze_sentence_generation
task299-03369dd2c175400ebda9d68094ffa468
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, Whenever I watched it, I felt immersed in the movie.
task246_dream_question_generation
task246-91d34e25fa044ad6966e5293df8de601
In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. "W" and "M" in the conversations stand for "woman" and "m...
What did the woman ask the man to do? (A) To stop talking. (B) To stop watching the film. (C) To tell her something important.
task323_jigsaw_classification_sexually_explicit
task323-896bb4fb2b8c44b2be105e5cd66976ad
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: The colonizers and corrupt organization that the Democrats wh...
Non-sexual-explicit
task1434_head_qa_classification
task1434-0dc5de0d0b7449a9a5e1e8991f718ccf
In this task, you are given a question and answer options for that question. Using this information, you have to classify each text into different topics: medicine, nursery, psychology, chemistry, pharmacology, biology. Question: The epithelium of the epidermis is: Options: <0> Stratified keratinized plane. <1> Stra...
biology
task280_stereoset_classification_stereotype_type
task280-97afed92177342209d94d1dec0f4d5bc
In this task, you are given a short passage that conveys stereotype or anti-stereotype about a specific target. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. You are expected to classify the passage into four types of ...
Profession
task163_count_words_ending_with_letter
task163-8bb87f1dc30b4f839af64e5d56ab0365
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 woman in heels pulling a suitcase behind her'. How many words end with the letter 'n' in the sentence.
2
task1310_amazonreview_rating_classification
task1310-378cfefca92d40f4b0793ae3f7691c96
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. Cheap Chinese garbage. No holes for wires so be prepared to drill those out. Compared to the si w...
2
task1309_amazonreview_summary_classification
task1309-c898695a8a2744cea23237f3a74ff9aa
In this task, you're given reviews from Amazon's food products and a summary of that review. Your task is to classify whether the given summary matches the original review. Generate "True" if the given review and its summary match, otherwise generate "False". Reviews: These smell like rubbing alcohol. Summary: If you...
False
task302_record_classification
task302-b3e71ecba81544fcb59153699dba0efe
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) Lia Darjes spent some time taking phot...
(G)
task277_stereoset_sentence_generation_stereotype
task277-521103f65e41463c90ccdb449fcaa57b
In this task, you are given a context sentence containing a blank (_). You are expected to fill the blank with one word to make the sentence convey a cultural stereotype. A stereotype is an over-generalized belief about a particular group of people. Your answer must not contain more than one word. Context: Afghanistan ...
terrorists
task153_tomqa_find_location_hard_clean
task153-5551fa11949b40c8b9253ed473c9ca53
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
task295_semeval_2020_task4_commonsense_reasoning
task295-08c678a5105a44d292bf3931a627306e
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. Criminals have never been seen in hideouts for decades...
C
task365_synthetic_remove_vowels
task365-96dd1577abdc4fb38bad605ecb030e02
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. aCUOjluArrAuifZIg
CjlrrfZg
task413_mickey_en_sentence_perturbation_generation
task413-cb82debc03b14d75bcf6f507557590dd
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 child ...
A child can avoid with her mother over bedtime .
task497_extract_all_numbers_from_list_in_order
task497-f0dbf50dc0d2441b99baf097466058a9
In this task, you are given an input list A. You need to find all the elements of the list that are numbers in the same order as they appear in the list A. ['3313', 'b', '7351', 'S', 'W', '6373', '7805', '1507', '1403', 'M', 'J', 'k', 'U', '8689', 'x', 'e', '9303', '4739', '7361', 'Z', 'B', 'S', '6619', '1755', '7463',...
3313, 7351, 6373, 7805, 1507, 1403, 8689, 9303, 4739, 7361, 6619, 1755, 7463, 7677, 9467
task183_rhyme_generation
task183-9d4d93b5ef57489381d45678ed9a22dd
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" die
keye
task574_air_dialogue_sentence_generation
task574-a35f525c20164d858c8eb306cc54d42c
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: Your flight ticket has been confirmed. Thank you for opting us.
task636_extract_and_sort_unique_alphabets_in_a_list
task636-d29f1c0765c242919f01d9dba3f4ff12
In this task, you are given an input list A comprising of numbers and alphabets. You need to extract and sort the unique alphabets in the list. The alphabets in the input list will only be in lowercase. Return -1 if there is no alphabet in the input list. ['1361', '7749', '6411', 'y', '8957', '8885', '889', '6017', '33...
f, j, m, n, p, x, y, z
task1541_agnews_classification
task1541-130f952c26b444fab1d841e1c7b7b9f9
In this task, you're given a short article. Your job is to classify the article based on its category. Use the following classification labels, 0. World, 1. Sports, 2. Business, 3. Science or Technical. Label the text "0" if it contains information related to world. Label the text "1" if it contains information related...
3
task368_synthetic_even_or_odd_calculation
task368-250c7a7d67504e5cbfc4521a0ff69bd8
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...
[-23.0, -13.0, 238, 206, 8.5, 25.0, 110, -9.5, -234, -298]
task246_dream_question_generation
task246-28f450969fd4432f8fba6c89a96e1147
In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. "W" and "M" in the conversations stand for "woman" and "m...
What kind of position is to be offered? (A) A teacher. (B) A director. (C) A programmer.
task1727_wiqa_what_is_the_effect
task1727-db8fee4d614e40cc89c4cc1bc3ce15bc
In this task you will be given a process, and a question. The process contains a sequence of steps that happen in order. The question asks about the effect of a certain event on another event. If the first event has a positive effect on the second event, answer with "for", if it has a negative effect, answer with "agai...
none
task594_sciq_question_generation
task594-75ddf4efd6294e8eb377367bcc78e1f9
Given a scientific passage and an answer, generate a question for the given answer. Passage: A circuit breaker is a switch that automatically opens a circuit if too much current flows through it. This could happen if too many electric devices are plugged into the circuit or if there is an electric short. Once the probl...
What type of switch automatically opens a circuit if too much current flows through it?
task637_extract_and_sort_unique_digits_in_a_list
task637-6c0058e9d1f046cd9e423baaa6508b50
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. ['219', 'd', 'r', 'r', '103', 'w', 'u', 'j', 'r', 'j', 'w', '217', '89', '137', 's']
0, 1, 2, 3, 7, 8, 9
task183_rhyme_generation
task183-b5f5756471df4dcbbb2e9b84ab1776d8
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" buy
jai
task405_narrativeqa_question_generation
task405-718ac4d835a8403c92cf7a4cbba39ef6
You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont...
What year did Milk get elected a seat on the Board of Supervisors?
task574_air_dialogue_sentence_generation
task574-81b53f0c7f814aaaa6082acc9381d0c8
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: Sure, may I know your name?
task1502_hatexplain_classification
task1502-8871f3ade95e43e3be07652b34827c1e
The input is a tweet which can be classified as Hate Speech, Offensive or Normal. Given such a tweet, output the class the tweet belongs to. Hate Speech will contain threatening language towards the community targeted. Offensive language will contain abusive or discriminatory language towards the community targeted. <u...
Normal
task070_abductivenli_incorrect_classification
task070-b6c62b019dc44f44b680ebaa972517d3
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: Today I made ...
1
task1412_web_questions_question_answering
task1412-078904ba89974f2d8bff038fce73caf5
A question is presented to you in this task, and your job is to write a potentially correct answer. what games do japanese people play?
The Legend of Zelda
task1186_nne_hrngo_classification
task1186-3f80b20cb4c34c4da4f33fac8e139b4f
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: the address for the seal rock inn is 545 point lobos ave and the...
0
task1580_eqasc-perturbed_question_generation
task1580-c33108b7e4e1438cac958429fe0632eb
Given a statement, generate a question such that the answer is contained in that statement. male gametes pass out of the body through the penis
How do male gametes pass out of the body?
task125_conala_pair_differences
task125-3dca5a3906b64b1e90609680bd5b0c7e
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. [19, 32, 98, 67, 88]
[13, 66, 31, 21]
task1495_adverse_drug_event_classification
task1495-d7d7ddca6da645dcbe7c902940fc2a6e
Adverse drug reactions are appreciably harmful or unpleasant reactions resulting from an intervention related to the use of medical products, which predicts hazard from future administration and warrants prevention or specific treatment, or alteration of the dosage regimen, or withdrawal of the product. Given medical c...
adverse drug event
task852_synthetic_multiply_odds
task852-a6c973dda3b44b3ea3f1f930152d9e56
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...
[-267525, -3, -14985, -1075, -19, 0, -17, 7245, 39, 0]
task929_products_reviews_classification
task929-1ae25528672e49728a78cbee95d8c2d7
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. Too many words for describing any thing in the book. Don't waste your time on these books, j...
Bad review
task1217_atomic_answer_generation
task1217-1797c35dd56e4883ab1b8e3d426fd74e
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 chases ___ down the street
dogs
task605_find_the_longest_common_subsequence_in_two_lists
task605-0d78be3984154b66b63140d14284236f
In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B. ['l', 'U', 8297, 6993, 537, 'y', 'i', 8517, 8205, 'h', 'j', '9905', 'N', 'A', 'x', '6883', 'L', '7035', 'k', '151', '9125', '7711', '8271', '6139', '5897', '5593', '8185', 'F', 'x', 3461, 129, 'V', 6131, 's', 913, 'l', ...
h, j, 9905, N, A, x, 6883, L, 7035, k, 151, 9125, 7711, 8271, 6139, 5897, 5593, 8185
task296_storycloze_correct_end_classification
task296-5b3f7a5f1f79450c9f8f0d59850585ac
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: Gabe needed a desk in his room. Sentence2: But he didn'...
B
task897_freebase_qa_topic_question_generation
task897-b9d418756ecf46e0ac3f151fd3d8442b
Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question. all that jazz
What was the name of Bob Fosse's character in All That Jazz?
task565_circa_answer_generation
task565-e9316c40e1e743de8a8578cc26478024
In this task, you are given a question. Your task is to generate an answer that is relevant to the question. Do you like hiking?
Hiking is great exercise.
task405_narrativeqa_question_generation
task405-0dabe18cdd684ab29ea5023e3b9f5ec2
You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont...
What does Letitia plan?
task1338_peixian_equity_evaluation_corpus_sentiment_classifier
task1338-69fa599a4bc045c295b17eab9f95607b
The input is a sentence. The sentence includes an emotion. The goal of the task is to classify the emotion in the sentence to one of the classes: 'fear', 'joy', 'anger', 'sadness'. The emotion mainly depends on the adverb within the sentence. Ellen feels disappointed.
sadness
task494_review_polarity_answer_generation
task494-636caafe08334b238b1b12113bd18d8c
Given a review text from amazon and its polarity (either positive or negative). Generate answer "True" if given sentence and its polarity match, otherwise generate answer "False". A review is considered positive if the reviewer is satisfied with the product. Otherwise, it is considered negative. Review: If you are new ...
False
task268_casehold_legal_answer_generation
task268-c4085b3eed4047c59344fd9910d337db
In this task, you will be shown a prompt from a judicial decision and multiple holding statements derived from citations following text in a legal decision. Holdings represent the governing legal rule when the law is applied to a particular set of facts. There are five answer choices for each citing text. The correct ...
(E)
task429_senteval_tense
task429-f9b6a42ce18642e588b9fd61abc5f62f
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". She restrained herself from gritting her teeth and growling.
Past
task1346_glue_cola_grammatical_correctness_classification
task1346-e1a983defecf47438c4ec5cd016a6075
You will be given a sentence. Check whether the sentence is grammatically correct and is meaningful. If the sentence is grammatically correct, then answer with '1', otherwise answer with '0'. The testing of such drugs on oneself is too risky.
1
task1445_closest_integers
task1445-87b21cc02f0347ebbe9b695a2fb6f3d0
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. [-12, -37, 56, -6...
3
task075_squad1.1_answer_generation
task075-196f265169da4cd0a7c8cfbef2da81aa
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...
certain exclusive rights
task1310_amazonreview_rating_classification
task1310-32f19975ab284d82808f38964d2c3c9b
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. Most colors (pink, purple, green) work great and washes out perfectly! It is pretty sticky/slash ...
4
task1423_mathqa_geometry
task1423-990dea2a3f7e4621b7524088bc45238c
In this task, you need to answer the given multiple-choice question on geometry. Classify your answers into 'a', 'b', 'c', 'd', and 'e'. Problem: a circle in the coordinate plane passes through points ( - 3 , - 2 ) and ( - 1 , - 4 ) . what is the smallest possible area of that circle ? Options: ['a ) 13 Ο€', 'b ) 26 Ο€'...
e
task576_curiosity_dialogs_answer_generation
task576-03f2b2d655be4df5a96d5757cb5fd3ea
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. Thats good to know! What type of foods do they eat? Oh wow! Tell me more about their culture! Thank you so much for all of this info...
Swahili and English are the main languages.
task904_hate_speech_offensive_classification
task904-d43e4b5c007e405e8e18222354ccc925
Classify the given tweet into the three categories: (1) 'Hate Speech', (2) 'Offensive' and (3) 'Neither'. 'Hate Speech' is kind of a threating statement or sometimes include call for violence while 'offensive' statement just offensds someone. 'Neither' is when it doesn't fall into Hate Speech or Offensive category. Fat...
Hate Speech
task470_mrqa_question_generation
task470-5611a407baa24e2abafbe0212c11abb3
Given a context passage, generate a question from the passage such that its answer is shortest continous span from the passage. "People are ruder today because they are rushed and more 'time poor' than ever before, " says Patsy Rowe, " Manners have fallen off the radar . " Due to our strong attraction to electronic equ...
The author thinks sending unsigned awful messages is
task631_dbpedia_14_incorrect_answer_generation
task631-c83ec39dc9ba4aa89267f175d1554d32
In this task, you're given a text and question. The question is about the topic of the document. You are expected to generate an incorrect answer. The incorrect answer should be among one of the following categories: 1)Company, 2)Educational Institution, 3)Artist, 4)Athlete, 5)Office holder, 6)Mean of transportation, 7...
Educational Institution
task1711_poki_text_generation
task1711-256947dfc42a402f82a84c8f38ca00d3
You are given a short text as a title. Your task is to generate a poem as output that is related to the given title and should feel like written by kids. The output should be a run-on sentence (two or more complete sentences connected without any punctuation). The poem should not be too long or too complex, because it ...
i go to sleep at 8 pm and dream the dream i have in my brain and rule my kingdom in my head the ogers stomp around the forest like my clumsy brother that could barely walk and in the front of my castle a little mouseville only 5 foot across a it be wide live a mayor a blacksmith and little villager that have all the ch...
task852_synthetic_multiply_odds
task852-5c73ec0b8fc14befa484d66e626f1ac6
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...
[9, -37, 0, 3795, -13, -7, 25375, -10013, 47, 186637, -345, 5, -3, 25, 2303]
task303_record_incorrect_answer_generation
task303-34025362f2ef41868ed2827b90627626
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 ...
Boehner
task205_remove_even_elements
task205-138d9ece64574b8eb05bfd09b7af3972
In this task you will be given a list of numbers. A list is shown by two brackets and comma-separated numbers inside, like: [1,2,3]. You should remove all of the even numbers from the list. If every number in the input list is even an empty list should be returned. Zero should be counted as an even number. [27, 155, 18...
[27, 155, 31, 57]
task923_event2mind_classifier
task923-48b2b8a873484cdf889d59ba540fa610
You are provided with an "Event" and it's "Intent" related to PersonX. Determine the sentiment value of the given input as either "Positive", "Negative", and "Unknown". Event:PersonX finds PersonX's car. Intent: 1) them to be taken care of
Positive
task303_record_incorrect_answer_generation
task303-27eaa4d74e3347e9b3fe156303797469
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 ...
Arrigoni Bridge
task195_sentiment140_classification
task195-ca8a57b63b9b49fb8055695de45a299d
In this task, you are given a text from tweets. Your task is to classify given tweet text into two categories: 1) positive, and 2) negative based on its content. Watching Team USA play Italy with 10 men was painful
negative
task1296_wiki_hop_question_answering
task1296-39063722f3a44476997f32c1330bdeb7
In this task, you are given a context, a subject, a relation, and many options. Based on the context, from the options select the object entity that has the given relation with the subject. Answer with text (not indexes). Context: Tetrapturus is a genus of marlins found in tropical and subtropical oceans throughout the...
istiophoridae
task902_deceptive_opinion_spam_classification
task902-2d914e7f946a4f0298527c219fd5edf5
Classify the given hotel review based on the sentiment it expresses into two classes: negative and positive. The Swissotel Chicago was by far the best hotel I have ever stayed at in Chicago. It was clean, modern, and the staff were very friendly, even to our large family with cranky kids at a very late hour. The room w...
positive
task504_count_all_alphabetical_elements_in_list
task504-71e9df75e6f545e9b15eb6f408b3fdd0
In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the alphabetical elements in the given list. Return 0 if no alphabetical element in the list ['5983', 'o', 'p', '2609', 'Q', '1333', 'a', 'M', 'l', '7663', 'E', '2839', '...
13
task494_review_polarity_answer_generation
task494-f3319f7e141242209468adc1d880d728
Given a review text from amazon and its polarity (either positive or negative). Generate answer "True" if given sentence and its polarity match, otherwise generate answer "False". A review is considered positive if the reviewer is satisfied with the product. Otherwise, it is considered negative. Review: I contacted Anc...
True
task310_race_classification
task310-6c57a7669d2240118891e69d65df9507
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: He could have been president o...
Yes
task596_mocha_question_generation
task596-ea3afa7d5e4343699d85f8a0acfe901d
In this task, you're given a context passage. Your job is to generate relevant questions that can be answered by directly referring to the passage. Lee was put out to pasture after serving for a decade.
What will Lee want to do next?