task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task956_leetcode_420_strong_password_check
task956-d537fbba268a4311beee093241ab6831
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit...
22
task111_asset_sentence_simplification
task111-a91b618701ff4b8fb5a5930eaa30d3a3
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...
The show went from 30 minutes to one hour on December 1, 1975.
task328_jigsaw_classification_insult
task328-ed1744ab643845b19d251928576bde2f
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: Not to mention their Church-extolled refusal/failure to give their bodies to each othe...
Non-insult
task1295_adversarial_qa_question_answering
task1295-a4add5b55de44039a69fdc6641cb3fd3
In this task, you are given a question and a context passage. You have to answer the question based on the given passage. Cultures have different?, Context: Translation has served as a school of writing for many authors. Translators, including monks who spread Buddhist texts in East Asia, and the early modern European ...
languages
task103_facts2story_long_text_generation
task103-41e0994adbc5482d89eb71594a18f262
In this task, five ordered key facts are given. All the given facts are expressed in natural language. Your job is to generate a story 100 to 1000 words long, that includes all the facts given as input in their order of appearance while expanding upon them to produce a broader, yet coherent, narrative. Fact1: Matt and ...
The film is set in the MidCoast town of Camden, Maine. Matt Tom Wilkinson and Ruth Fowler Sissy Spacek enjoy a happy marriage and a good relationship with their son Frank Nick Stahl, a recent college graduate who has come home for the summer. Frank has fallen in love with an older woman with children, Natalie Strout Ma...
task170_hotpotqa_answer_generation
task170-9ac135ea15fe4b96be66bcb6c6c5ac26
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 Crucible (; also known as Silenced) is a 2011 South Korean drama film based on the novel of ...
My Dear Desperado
task1327_qa_zre_answer_generation_from_question
task1327-78e4750fc95445ac9ef6260505ddeceb
Generate a correct and concise answer for the question based on the words in the context. Context : ``Insane Clown Poppy'' is the third episode of the twelfth season of The Simpsons. Question : What is the series called that Insane Clown Poppy belongs to?
The Simpsons
task1293_kilt_tasks_hotpotqa_question_answering
task1293-ce7f778690b3475c90a47408adbb66a3
In this task, you are given a question. You have to answer the question based on your information. Steve Pink co-wrote what American comedy in 1997?
Grosse Pointe Blank
task1360_numer_sense_multiple_choice_qa_generation
task1360-3138747e0582415dbc67b4d05eca052a
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'). Life is manifest in ____ distinct states of existence.\Question: Choose the right answer from options given a) five b) four c) two d) eight
b
task155_count_nouns_verbs
task155-bcaf199b10b44003935a3c5996ffc68f
In this task, you need to count the number of nouns/verbs in the given sentence. Sentence: 'A man and a child laying down on a bed'. Count the number of nouns in this sentence.
3
task821_protoqa_question_generation
task821-c1cf0f439b3c4bfea552f08480bc7f23
Construct a question that every answer in the list is correct and reasonable for it. get directions, keep driving, stop at gas station, get mad, look at map
name something drivers do when they get lost.
task507_position_of_all_numerical_elements_in_list
task507-2ae2bd3211d4451199b0f9d9bb72863d
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', 'l', 'e', '5...
4, 5, 7, 10, 11, 13, 14, 15, 16, 17, 19, 23
task673_google_wellformed_query_classification
task673-c4253f0113814f189690c03eb953acbc
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...
Bad
task413_mickey_en_sentence_perturbation_generation
task413-1daa87b24a7246e4a9531167a1c81acf
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 probable to find a book in a house .
task574_air_dialogue_sentence_generation
task574-9cef975366624053933286a7db69ea9f
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...
customer: This is Kimberly Nelson, I need your help in cancelling my recent reservation.
task194_duorc_answer_generation
task194-afd2a1dd2ac0435fba74f5a3fd3aa36b
In this task, you will be shown an extract from a movie plot and a question. You need to provide the correct answer for it. Short answers containing words that are present in the passage are preferred. In Reading, Pennsylvania, former high school basketball star Harry "Rabbit" Angstrom is dissatisfied with both his fai...
Answer: Drown
task370_synthetic_remove_divisible_by_3
task370-03ce8535f1964dd98de0e9839300d205
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. [-92, 31, -98]
[-92, 31, -98]
task1291_multi_news_summarization
task1291-a89426dce6a742a5aeb78b2f8e81ceeb
In this task, you are given a text of many news articles seperated by special token "|||||". Your task is to summarize them. Washington (CNN) The US Navy announced Tuesday that the former commanding officers of the USS Fitzgerald and USS John S. McCain -- the ships involved in two deadly 2017 collisions that killed 17 ...
The Navy announced Tuesday is has charged commanding officers from two vessels involved in deadly crashes last year with negligent homicide, NPR reports. Three other officers also face negligent homicide charges. According to the AP, the charges will be presented in a hearing, which will determine if the officers will ...
task308_jeopardy_answer_generation_all
task308-9a37b6324a294ab4a1a738c637bc2b0d
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: POETS' RHYME TIME Clue: Alexander's expectations
pope\'s hopes
task609_sbic_potentially_offense_binary_classification
task609-1078ff39de584009bb9447d5e60d75c5
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 potentially offensive to anyone (i.e., a subset of people, any particular person, etc.), 2) no, otherwise. Note that potentially offensive posts can contain sexual, racia...
Yes
task1443_string_to_number
task1443-3a23b902493741df83589a0ed51a8ae6
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...
492388271009
task307_jeopardy_answer_generation_final
task307-97fec832164b48b0b0acf70b4e65878f
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: CHAMPIONSHIP SPORTS Clue: In 2007 this university became the 1st to hold national ti...
the university of florida
task899_freebase_qa_topic_generation
task899-77232b6675d3408196289ca39caa9882
Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about. What is the more common name for the dog known as the Alsatian?
dog
task091_all_elements_from_index_i_to_j
task091-aa5bfb76028a4b28a5223b00d92ddf4b
In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j. 4, 5, ['Q', 'X', 'T', '5809', '2821',...
5809, 2821
task516_senteval_conjoints_inversion
task516-e6b812d569ed4636b5c261bb2a24ee75
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...
Inversion
task195_sentiment140_classification
task195-224fc3e834d74d69b4082f37c50ad319
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. @emicorn An op?! Eep! I hope she feels better soon! (I would have said that sooner but I've only just seen the twitter updates)
negative
task303_record_incorrect_answer_generation
task303-d26b5dd853de44e691ff7d3f6f8bd5dd
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 ...
Deila
task114_is_the_given_word_longest
task114-82584d9bc00d466b9030b546e83f3c2e
In this task, you need to answer 'Yes' if the given word is the longest word (in terms of number of letters) in the given sentence, else answer 'No'. Note that there could be multiple longest words in a sentence as they can have the same length that is the largest across all words in that sentence. Sentence: 'two young...
Yes
task195_sentiment140_classification
task195-c2a0defbb204426b9dcc65e2190eabd0
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. has a stomach ache and has to open the store this morning yuck!! At least I'm only there till 4:30pm then the world is mine!
negative
task311_race_question_generation
task311-4dcc2aec8bd544059ee161310ad63dcb
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: A new report said scientists may not be far from giving apes the ability to think and talk like humans. The report is about experiments which transplant human cells into animals...
What is the passage mainly about?
task372_synthetic_palindrome_numbers
task372-c79e74f6b11942178860db7f87f42f55
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....
[-525, 797]
task596_mocha_question_generation
task596-1ae59b63aeb64cc280ea4f5446a959ba
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. Austin stood on stage and danced for a few hours in front of a crowd.
How would Austin feel afterwards?
task1551_every_ith_element_from_kth_element
task1551-214670a9d2f9477a995e101ed5ec679d
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, 11, ['687', 'M', 'G', 'N', '4077', '6205', '907', 'V', 'v', '5...
687, v, S
task085_unnatural_addsub_arithmetic
task085-2490d18e254342e18103f6c412fac827
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. 1067 + 9683 + 6600 - 6157 - 8258 - 8437
7636
task1422_mathqa_physics
task1422-7867f445613e454896e1b4e5fd765b7a
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: darcy lives 1.5 miles from work . she can walk to work at a constant rate of 3 miles per hour , or she can ride the train to work at a constant rate of 20 miles per hour ....
a
task065_timetravel_consistent_sentence_classification
task065-c6dbb105741143a8a1b36904e2fca139
In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given two options and you need to select the one that best connects the first sentence with the rest of the story. Indicate your answer by 'Option 1' if the first option is correct, otherwise 'Optio...
Option 1
task590_amazonfood_summary_correction_classification
task590-c1f19bb91b524da9930618046b8d5dd1
In this task, You are given an amazon food product review and its summary. Your task is to Generate "True" if given review and its summary match, otherwise generate "False". While I gave it the benefit of the doubt confirmation was ascertained on the second bite that it tastes like vomit. Summary: Among the Worst Can...
True
task080_piqa_answer_generation
task080-7f06083dccfb4c15b4b0d1880cb49700
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. Reduce he...
Take a few sips of pickle juice.
task517_emo_classify_emotion_of_dialogue
task517-d637a023227341b68a510e1031d77905
In this task you will be given some text dialogue and you need to infer the underlying emotion of the text. The possible emotions are happy, sad, angry, or other. divert my mood just no mood uh please change my mood
sad
task820_protoqa_answer_generation
task820-efed0249309343c69766ce11cffc462f
Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question. name something a cat would probably do if it felt threatened
jump
task521_trivia_question_classification
task521-b19b0093299b4cfd862bbfcf6347a79c
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. Julius Caesar and Seneca wrote play...
Literature
task1495_adverse_drug_event_classification
task1495-bde74512c0c54431accf4152ba4cf999
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
task165_mcscript_question_answering_commonsense
task165-57dc630bdbbe45d8af5cae07e36eb6ec
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...
Bobby and his friends
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists
task755-68ed54bf4bc04beaae2b09a8d7483c9c
In this task, you are given two strings A,B. You must perform the following operations to generate the required output list: (i) Find the longest common substring in the strings A and B, (ii) Convert this substring to all lowercase and sort it alphabetically, (iii) Replace the substring at its respective positions in t...
KtpBqiburnMSCybcddehjjkklmnrtvyesfq, qtwyoOcddehjjkklmnrtvyObMU
task405_narrativeqa_question_generation
task405-99f91d5d074b4f11936cd91d1245dbcc
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...
Whom does Anthony rightfully belong to?
task142_odd-man-out_classification_no_category
task142-00014a9caab943cbbb0a0eda3bdad032
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. jack, notes, angry, fret, headstock
angry
task496_semeval_answer_generation
task496-f31ce771f3544cc4b988fd241842cc17
Given news headlines, an edited word and funniness labels. The original sentence has word with the given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Your task is to generate answer "Yes" if an edited sentence matches funniness label, otherwise generate answer "No". ...
No
task1724_civil_comments_insult_classification
task1724-36eeefcc5b694065929fe5e110195ed7
Categorize the comment on the basis of insult. If the comment is insulting output Yes, otherwise output No. SIGN the PETITION@ protectthepfd.com
No
task183_rhyme_generation
task183-06add917f1f048f9b2b0edf2856b663f
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" there
wehr
task071_abductivenli_answer_generation
task071-95cbdef8f2ff475a8f782b204e6bb76f
In this task, you're given the beginning and the middle of a three-part story. Your job is to complete the short story by writing a probable ending. 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 the endin...
John decided to go to Duke to play basketball.
task074_squad1.1_question_generation
task074-32850436605244c281d60f7b97ed2d15
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 country was Burma involved with in 2015
task091_all_elements_from_index_i_to_j
task091-d18ee0eabdbf4a11b780b9c99a0ea80c
In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j. 1, 3, ['7657', '8877', 'g']
7657, 8877, g
task351_winomt_classification_gender_identifiability_anti
task351-973a0fe49f0b4b709157bfe5ab19ef44
In this task, you are given a sentence and a profession. The sentence mentions two professions: one's gender is identifiable using the gendered pronouns in the text and the other's gender is unidentifiable. You are expected to return whether the given profession's gender is identifiable or unidentifiable. Sentence: The...
Identifiable
task079_conala_concat_strings
task079-685b0b5592aa4017ac4f0a9052c98856
In this task you will be given a list of strings and you need to concatenate them. ['Z', 'r', 'the', 'G']
ZrtheG
task379_agnews_topic_classification
task379-3280f63376044bf8bb0b694d4bffe719
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
task112_asset_simple_sentence_identification
task112-b2477e1d75324b0fa842c3d56938c7b8
You will be given two pieces of text with the same meaning. One of them is simpler and easier to understand for non-native English speakers. Complex texts may contain more difficult words, have unnecessary phrases or contain long sentences. Your task is to choose the simpler piece of text. You are expected to output 'T...
Text two
task679_hope_edi_english_text_classification
task679-1faae4ba2d4f4c5e9d8f736d70a6a5a4
Classify the given comment into 'Hope Speech' or 'Not Hope Speech'. A hope speech is defined as content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion @t0bias busterud You are missing my point. I find it impossible to understand that a movement that is trying to re...
Hope Speech
task075_squad1.1_answer_generation
task075-bc6395d54f174c5d9fcef7f09b0337cc
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...
Australia
task163_count_words_ending_with_letter
task163-ce49c35f7bb5410fb617dd3fe7530481
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 couple of people riding horseback past some dirt hills'. How many words end with the letter 'e' in the sentence.
3
task606_sum_of_all_numbers_in_list_between_positions_i_and_j
task606-e8714d37e9484000b047420985224155
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...
65826
task1338_peixian_equity_evaluation_corpus_sentiment_classifier
task1338-1defa3ee23514e5da2348000d892d8bd
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. Betsy feels happy.
joy
task341_winomt_classification_gender_anti
task341-0312b8c378364e41a4cd4cfaa677b623
In this task, you are given a sentence and a profession that is mentioned in the sentence. The gender of the person with the given profession can be identified using the gendered pronouns that refer to them in the text. You are expected to identify the gender. Select from female and male. Sentence: The carpenter stopp...
Male
task867_mawps_multiop_question_answering
task867-f06fcb340cf54a64a71807c313aa56b6
You are given a math word problem and you are supposed to apply multiple mathematical operators like addition, subtraction, multiplication or division on the numbers embedded in the text to answer the following question and then only report the final numerical answer. Adam had 33 books . If he sold 11 of them and used ...
45
task820_protoqa_answer_generation
task820-5f1c0b97a2b5471c875b4551d67616fb
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. what can you consult for directions when you're lost?
map
task285_imdb_answer_generation
task285-6db4951ce141440ea6613a0bef684889
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: (spoilers?)while the historical accuracy might be questiona...
yes
task516_senteval_conjoints_inversion
task516-4c59d434a7db4f9cbd6e5a05ba6cf887
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...
Inversion
task069_abductivenli_classification
task069-6046c659cddd4f198bd21f9f1802f8f2
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 coherent / plausible by writing "1" or "2" in the output. If both sentences are plausible, pick the one that makes most sense. Beginning: The class was ta...
2
task206_collatz_conjecture
task206-db7f06142bda4ab19ae6550f4a6729f2
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 two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. [157, 15, 23, 28, 92, 4...
[472, 46, 70, 14, 46, 124, 84, 83, 29]
task328_jigsaw_classification_insult
task328-b6b077ce46574e299ceb0357667db83e
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: Boasberg has been an unparalleled train wreck as Superintendent. The fact that Boasber...
Non-insult
task1389_hellaswag_completion
task1389-553fd5e0d6d64d92896a6242c302e95f
In this task, you are given a context and four options. Each option is a suggested ending for the context. You should read the context and pick the best ending for the context. Please answer with "A", "B", "C", and "D". [header] How to love your body after having a baby [title] Avoid comparing your body to others. [st...
A
task333_hateeval_classification_hate_en
task333-68353bac3f274ffe88d1e7b1a0ca2721
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...
Non-hateful
task368_synthetic_even_or_odd_calculation
task368-1437eedc1c3b456aafa2ec8ecc131df3
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...
[7.5, 14, -22.5]
task586_amazonfood_polarity_classification
task586-1bcd15fe61e74368a601ef03be80222b
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. Just the right kind of chips, they are crunchie, light and wonderful. Great for people dieting. They are popped, not fried or baked. Try them you'll enjoy them.
Negative
task065_timetravel_consistent_sentence_classification
task065-dd128d9eb91c4b55af6360e008e769c2
In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given two options and you need to select the one that best connects the first sentence with the rest of the story. Indicate your answer by 'Option 1' if the first option is correct, otherwise 'Optio...
Option 1
task469_mrqa_answer_generation
task469-238238f2ca42403ead1d13c5ade35f34
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: The Neumark ( listen ), also known as the New March (Polish: Nowa Marchia) or as East Brandenburg (German: Ostbrandenburg ), com...
oder
task082_babi_t1_single_supporting_fact_question_generation
task082-cd64bc8bf6e54849ba0caa334a5158bf
In this task, you will be given a passage consisting of set of facts. The task is to create a question of form 'Where is <person_name>?' that is answerable from exactly one of the given facts. Avoid creating questions that are unanswerable from all of the facts. Passage: Daniel went to the office. John journeyed to the...
Where is Daniel?
task611_mutual_multi_turn_dialogue
task611-7a43d06d3e4449488c9dd5aae99639d2
In this task you are given a small conversation between two persons and 4 options on how the conversation should continue. Your job is to choose the most reasonable option. The conversation and the options are separated by a newline character. Each dialogue in the conversation are separated by a comma. F and M indicate...
A
task1726_mathqa_correct_answer_generation
task1726-c99fb0b80e7d4a1594de2c8140390055
The task is to generate the correct answer for a given math problem. Problem: today joelle opened an interest - bearing savings account and deposited $ 10,000 . if the annual interest rate is 5 percent compounded interest , and she neither deposits nor withdraws money for exactly 2 years , how much money will she have ...
$ 11025
task024_cosmosqa_answer_generation
task024-140793e5ba3e42cb9461e93b01263a66
Craft one correct answer to the question given in input. To make it more interesting, try to use non-stereotypical language if possible. Make sure your correct answer is reasonably long, consistent with the context, and requires common sense (instead of explicit extraction from the context.) In your answer, use as few ...
I will talk to him and try to help him resolve the painful issues behind calling himself fatty .
task301_record_question_generation
task301-b73c23ed266d413d8c63fc88a56688e9
In this task, you will be shown a passage. You need to write a fill-in-the-gap question based on your understanding of the events that might be inferred from the passage. Your question should be answerable based on the passage and only have one correct answer. Show the gap in your question with a _ . (CNN) -- For anyon...
_ is going into this marriage and this bizarre life with her eyes wide open.
task1400_obqa_incorrect_answer_generation
task1400-996f272a938e4d8ca7fb345818adb348
This task is about generating an incorrect answer to a question given the question and a true statement related to the question. The answer must be related to the question, but incorrectly answer it given the context. Fact: birds sometimes eat seeds. Question: While robins refuse to eat much aside from insects, worms a...
potato boxes
task1217_atomic_answer_generation
task1217-1f60713eb37247a2888ac24a2c6de448
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 always wore ___
dresses
task904_hate_speech_offensive_classification
task904-9b5b15030ca644378c9aae955602bfd6
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. Hel...
Neither
task306_jeopardy_answer_generation_double
task306-0d4a74a0f82f4edf9d1ad6b733d5d5e3
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: SET UP THE "PIN"S Clue: The chief lyric poet of Ancient Greece, he's famous for his ...
pindar
task183_rhyme_generation
task183-aaeaa5dd0b374ac299edc2b6df395bbd
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" made
delayed
task1338_peixian_equity_evaluation_corpus_sentiment_classifier
task1338-89d90de2c86e4be9b6f3bc2f26fdaf52
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. Ryan found himself in an irritating situation.
anger
task897_freebase_qa_topic_question_generation
task897-9328da614d2544c88cb96e3da0d46332
Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question. canada
Who was re-elected Prime Minister of Canada in May 2011?
task153_tomqa_find_location_hard_clean
task153-57430b86feae42eab7078a0367da34bb
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_box
task370_synthetic_remove_divisible_by_3
task370-390bbee374b84d349d823181a92a7764
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. [11, 31, 4, -39, -27, -36, -67, -53, 69, 79]
[11, 31, 4, -67, -53, 79]
task169_strategyqa_sentence_generation
task169-15b96816f3a141cb848d63ace5c5bea1
In this task, you are presented with a term, a question, and a yes/no answer. For context, the term is associated with a short description. Write the simple facts one needs to know in order to answer the given question. The facts should be easily found on the web (e.g. mentioned in a Wikipedia page) Term: Flying fish, ...
Fact1: Flying fish are commonly found in the epipelagic zone, the top layer of the ocean to a depth of about 200 m (656 ft). Fact2: The epipelagic zone is the illuminated zone at the surface of the sea where enough light is available for photosynthesis. Fact3: Good eyesight is a necessary survival trait for animals ...
task161_count_words_containing_letter
task161-aeff08b9391841a2b85678f72493a8f8
In this task, you need to count the number of words in a sentence that contain the given letter Sentence: 'an iphone hooked up to a radio sitting on a table'. How many words contain the letter 'y' in the sentence.
0
task632_dbpedia_14_classification
task632-2e3792ea734a4b3c94bec20d2ced9263
In this task, you're given a text which is the body of the document. Indicate your answer as "Yes" if the text is about a person, otherwise indicate your answer as "No". Don't generate anything else apart from "Yes" or "No". Pay attention that for your answer to be "Yes", the passage should be generally about a person....
Yes
task303_record_incorrect_answer_generation
task303-77a2cff38bbe4744836ec7a71f284846
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 ...
Philip Packer
task672_nummersense
task672-635275351bf84522866f33fc314155d6
In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words. Beetles live for between one and _ months.
three
task1292_yelp_review_full_text_categorization
task1292-54ff2d0bcef844d89f392a63195a388a
You are given a review about a place. You need to provide a rating from "1 star" to "5 stars" for this place. I was quite disappointed at this place. Maybe I made significant mistakes in my menu selection. The only thing positive was the maki rolls, well, ok , and the sashimi. We had the\n\nlobster spring rolls - too m...
1 star
task1412_web_questions_question_answering
task1412-2bb7556504dc470e9c691025b7566f04
A question is presented to you in this task, and your job is to write a potentially correct answer. where did newt gingrich attend college?
Emory University
task067_abductivenli_answer_generation
task067-825bd6efdfe24d6d9de784a5c0442ed4
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...
Red was very happy to celebrate his tenth wedding anniversary.
task1599_smcalflow_classification
task1599-f628bc90bcaa41a087cf41bb0617fa8f
In this task, you are given an utterance, which is a part of a conversation between a user and an agent. Your job is to detect the speaker. The user usually commands the agent to schedule events, retrieve event information, and check the schedule. While the agent's response is an answer to the user's questions or follo...
agent
task367_synthetic_remove_floats
task367-cf58a466777545a0b0bb12cf711147d4
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. [-17.864, -6.668, 4, 63, 5.352, ...
[4, 63, 17]
task565_circa_answer_generation
task565-37ceaea6f5e6436fb409f0bcce1c09c7
In this task, you are given a question. Your task is to generate an answer that is relevant to the question. Is Chinese good?
It's unhealthy