task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task372_synthetic_palindrome_numbers
task372-70bce61e4e5d4f02b081d4cf24a5a27b
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....
[-646]
task366_synthetic_return_primes
task366-bd633467d02849c89515a93cba2a9822
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned. ...
[13, 659, 821, 211, 19, 787, 379, 167, 193]
task291_semeval_2020_task4_commonsense_validation
task291-4dada5ae8ca249358666c707a6205587
In this task, you are given two natural language statements with similar wording. You must choose the statement that makes less sense based on common sense knowledge. A ' ' separates the statements. Use "first" or "second" to indicate which sentence makes less sense. Mary baked some cookies for her children to eat afte...
second
task1210_atomic_classification_madeupof
task1210-8e0301b3c75c492f924965357f7f95de
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
task413_mickey_en_sentence_perturbation_generation
task413-2fd1cf6a689846a28a761074e13b9813
Given a sentence, generate a new sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true. If you w...
If you want to get warm then you should open the air present .
task1508_wordnet_antonyms
task1508-1efc3e35390e453586b6187d1670a200
Given an adjective, generate its antonym. An antonym of a word is a word opposite in meaning to it. even
odd
task207_max_element_lists
task207-782b142b8e2a4b6499b05738a3f810ac
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists. [[-21, 32, -31], [4...
[32, 44, 71]
task398_semeval_2018_task1_tweet_joy_detection
task398-cfa0c6b935c645c084f4aca09d632618
In this task you are given a tweet. You must judge whether the author of the tweet is happy or not. Label the instances as "Happy" or "Not happy" based on your judgment. @doranadal @JaneForRafffa #big-smile #great post #greatRafa #loveRafa
Happy
task305_jeopardy_answer_generation_normal
task305-82af604314e14911a3775d9e677fbffd
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: WHAT KIND OF ANIMAL MASCOT? Clue: Elmer's glue
a bull
task405_narrativeqa_question_generation
task405-a649e443e3ae4ec1b53ea04c3049371d
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 did Nan slash Muffy's throat with?
task600_find_the_longest_common_substring_in_two_strings
task600-2529c33bbbd644bcb318b93c554a2c38
In this task, you are given two strings A, B. Find the longest common substring in the strings A and B. jLbHvZmecfxMcGLXGVsO, erFBGmecfxMcJtDyKGZ
mecfxMc
task1593_yahoo_answers_topics_classification
task1593-a1937bf0c48b4c679612d923f93e23be
You are given a passage. Using the information present in the passage, 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 - ...
0
task905_hate_speech_offensive_classification
task905-96d2d09e254c4d49a5fcfac4d6c60c21
You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise. Tweet: @intrepidokie nice lie #teabagger. Just because you want to see it doesn't make it ...
true
task588_amazonfood_rating_classification
task588-ceded9ccb46143089159c716a8e56087
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. Chewy Lemonhead and Friends are my favorite candy. Period. I love them....
3
task389_torque_generate_temporal_question
task389-143169ca1c204596bfc8ec9315d15838
In this task, a passage will be given and the goal is to generate a question about temporal relations based on that passage. A temporal relation describes the relation between two things with respect to time e.g., something happens/starts/terminates/... immediately/shortly/usually/... before/after/during/... something ...
What started after Burma took a course of action?
task244_count_elements_in_set_union
task244-d8fec659045642ca90f15abd1c0836bc
In this task, you are given two sets, and you need to count the number of elements at the union of two given sets. A Set is shown by two curly braces and comma-separated numbers inside, like {1, 2, 3}. Union of two given sets is the smallest set which contains all the elements of both the sets. To find the union of two...
14
task1405_find_median
task1405-19bcf1742679443888b3cded7749c2b9
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. [415, 197, 482, 410...
308
task1087_two_number_sum
task1087-4bdc462854a64d77852acf72a2be5a6a
You are given a list of integers and an integer target, return a list of a pair of numbers in any order such that they add up to target. If there is no such pair of numbers, then return an empty list [31, 24, 30, 42, 33, 26, 47, 29, 7, 16, 3, 39, 10, 6, 15, 49, 12, 19, 2, 18], target=59
[30, 29]
task497_extract_all_numbers_from_list_in_order
task497-6d99656548624149af55f2950232c4e8
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. ['f', 'l', '753', 'C', '9529', 'M', 'G', 'g', '3783', '6123', '5319', 'C']
753, 9529, 3783, 6123, 5319
task381_boolq_question_generation
task381-32d4ab09189345d4bc2f841d039bba88
You will be given a passage, and your task is to generate a Yes/No question that is answerable based on the given passage. Gamblers' winnings in Australia are not taxed . There are 3 main reasons for that:
do you pay tax on gambling winnings in australia?
task629_dbpedia_14_classification
task629-abc43cdf371749edbc68b54aaa3ee31e
In this task, you are given a text which is the body of a document. Your job is to classify the topic of the document into these categories: 1)Company, 2)Educational Institution, 3)Artist, 4)Athlete, 5)Office Holder, 6)Mean of transportation, 7)Building, 8)Natural place, 9)Village, 10)Animal, 11)Plant, 12)Album, 13)Fil...
11
task1731_quartz_question_answering
task1731-20946231c8a44969a00a2e9700d4eea4
You are given a short paragraph, a question and two choices to answer from. Choose the correct answer based on the paragraph and write the answer(not the key). Paragraph: The higher the temperature, the more energy the particles have and the faster they will move and diffuse. Question: If a particle were to warm up, i...
more
task1290_xsum_summarization
task1290-67ce8c36e01242818aee06367bb12f65
In this task, you are given an article. Your task is to summarize the article in a sentence. Daniel Strong gave the hosts the lead and McBurnie levelled with a spectacular volley at Liberty Stadium. Duckens Nazon put the visitors back into the lead soon after the break. But Byers brought Swans level for the second time...
Swansea City Under-23s won the Premier League Two title as Oli McBurnie and George Byers earned them a 2-2 draw against their Wolverhampton Wanderers counterparts.
task517_emo_classify_emotion_of_dialogue
task517-4b8af8557eaf4353b0c24d5b566e3fb4
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. i don't know why am i chatting with you but you don't no why i'm here what's wrong with you
angry
task381_boolq_question_generation
task381-a3388f9daa8b4700a9a46769075fc76b
You will be given a passage, and your task is to generate a Yes/No question that is answerable based on the given passage. New Mexico is a Shall-Issue state for the concealed carry of handguns, and permits the open carry of loaded firearms without a permit. A New Mexico Concealed Handgun License (CHL) is required by in...
is texas concealed carry good in new mexico?
task075_squad1.1_answer_generation
task075-13498404f03e4e8cabb2f1dba464487b
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...
Labour Member of Parliament
task581_socialiqa_question_generation
task581-296133f64b0849978410ca114f01ebdd
In this task, you're given context and an answer. Your task is to generate the question for this answer based on the given context with commonsense reasoning about social situations.. Context: Sasha went to the meeting and was told that she needed to stop drinking. Answer: interested in becoming better
How would you describe Sasha?
task112_asset_simple_sentence_identification
task112-feb02389ff524672a6b9ab47c1dd0ae1
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
task1283_hrngo_quality_classification
task1283-4c7b1e0baf7d4bc8944f534398657bca
You are given an original reference as well as a system reference. Your task is to judge the quality of the system reference. If the utterance is grammatically correct and fluent output 1, else output 0. System Reference: x is a restaurant that serves italian food and chinese takeaway food takeaway. Original Reference:...
0
task075_squad1.1_answer_generation
task075-dec63f72f1e1416ebb1ba73448ab9760
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...
northwestern varieties
task1206_atomic_classification_isbefore
task1206-474a8bad1e7f4dd2a4b62088a15acb54
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
task637_extract_and_sort_unique_digits_in_a_list
task637-919eee97b6514174b63c9b477d31b056
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. ['377', 'n', '47', '271', 'y', 'z', '299', '297']
1, 2, 3, 4, 7, 9
task183_rhyme_generation
task183-22723d9e192d443d83fa5f0237fdf554
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" said
dead
task1296_wiki_hop_question_answering
task1296-10f558738d794816aeedb9d348f9ebb1
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: Tom Tykwer (born 23 May 1965) is a German film director, producer, screenwriter, and comp...
germany
task1327_qa_zre_answer_generation_from_question
task1327-e62945997ebd447ab877a2e908ed9b17
Generate a correct and concise answer for the question based on the words in the context. Context : The Calabash Nebula, also known as the Rotten Egg Nebula or by its technical name OH 231.84 +4.22, is a protoplanetary nebula (PPN) 1.4 light years (13 Pm) long and located some 5,000 light years (47 Em) from Earth in th...
Puppis
task183_rhyme_generation
task183-b7e6cc1587994725b280861f70f5248f
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" like
gleich
task333_hateeval_classification_hate_en
task333-925d76ceb64448c8941139deb0ffcdb9
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
task166_clariq_sentence_generation
task166-7cd6078aeb21405c9956b9d19e47a903
Sometimes users of dialogue systems ask vague questions/queries from the system. In this case, the system asks them a clarifying question to be able to answer it correctly. In this task, you are given a question/query in natural language and your task is to ask a good clarifying question to understand the given questio...
are you asking about the evolution of plants or animals
task850_synthetic_longest_palindrome
task850-1202979b04f54491adbf8887c4c69e9f
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. kowwokwwkow
wokwwkow
task1595_event2mind_text_generation_1
task1595-53589a109c4d460bb1f4095b54e6a076
The task is to generate text based of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons emotional reaction to the event, i.e. how that person feels after doing the action. PersonX attention whores
neglected
task365_synthetic_remove_vowels
task365-c11355469c9c4065a07a8b42dd00ccf6
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. uuKsfUKmtsBWEhOZoVU
KsfKmtsBWhZV
task325_jigsaw_classification_identity_attack
task325-97d318e77cca4ab7ac55132b667b9525
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: identity-attack and non-identity-attack. Identity attack refers to anything rude or disrespectful about someone's identity, including appearance, race, gender, and sexual orientation. Comment: ...
Identity-attack
task587_amazonfood_polarity_correction_classification
task587-6fefe08496d04982a6b3acf641c9a342
You are given an amazon food product review and its polarity (positive or negative). Your task is to answer "True" if the specified sentence and its polarity match; otherwise, answer "False". I found this muffin to be dry and very disappointing. If I cut it up and put it in a bowl with yogurt, it was OK. Would not orde...
True
task934_turk_simplification
task934-62f666ab8a6c4a46a97d3deea19e5ff4
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. it is currently used mostly for football matches and is the home stadium of association sportive sonabel.
it is now used mostly for football games and is the home stadium of association sportive sonabel.
task400_paws_paraphrase_classification
task400-612c0c70e80249538eecc52b113725a1
In this task you are given a sentence pair from wikipedia that have high lexical overlap. If the sentences have the same meaning and are just paraphrases of each other label them as "Paraphrase" , if not label them as "Not paraphrase". The two sentences are seperated by a new line. In May 1999 , Pope John Paul II recei...
Paraphrase
task123_conala_sort_dictionary
task123-d6d79fbd9c754999a60a92f2487df7c3
In this task you will be given a list of dictionaries. A dictionary is a set of key-value pairs, where each key is unique and has a value associated with that key. You should sort the list of dictionaries from smallest to largest by their 'first' key. If there is two dictionaries with the same 'first' value then sort t...
[{'first': -95, 'second': -8}, {'first': 29, 'second': 46}, {'first': 53, 'second': -79}, {'first': 77, 'second': -93}]
task405_narrativeqa_question_generation
task405-30e637d0388c4c3882b22cb029c0c8eb
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 typed of dinosaur killed Eddie?
task1325_qa_zre_question_generation_on_subject_relation
task1325-53f6eebd07364de19620882695229649
You will be given a context, a subject and a relation. Your task is to generate a question based on the subject and relation. The generated question should include the given subject. Try to use a minimum number of words that are not present in either context, subject or relation while generating question. Context : Pri...
What gender class does Pyotr Nikolayevich Gruzinsky belong to?
task093_conala_normalize_lists
task093-9d0ceee2588349d693e2770819a7b90d
In this task, you will be given a list of numbers. The goal is to divide all the numbers in the list by a constant such that the sum of the resulting list is 1. The output should be rounded to 3 decimals. [10.457, 235.954, 242.704, 214.63, 69.269, 245.316, 60.396, 232.727]
[0.008 0.18 0.185 0.164 0.053 0.187 0.046 0.177]
task589_amazonfood_summary_text_generation
task589-4c270435a7dd413597cd63c15359be99
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. Several of the seller's listings indicate 20% Kona blend.....but the delivered product does NOT have this packag...
Misrepresented Kona coffee "blend"
task1326_qa_zre_question_generation_from_answer
task1326-14b4ed4ec466460d93eaffe090777226
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 : Bu-Buakei Jabbi (born May 7, 1945) is a Sierra Leonean lawyer and politician from the Sierra Leone People's Party (SLPP). Answer : pol...
What kind of occupation does Bu-Buakei Jabbi have?
task1148_maximum_ascii_value
task1148-c573ae3e21b744aa832d8e82e3ccfcc8
In this task, you are given a string with unique characters in it and you need to return the character from the string which has the maximum ASCII value. ASCII stands for American Standard Code For Information Interchange and It assigns a unique number to each character. The characters [a - z] have an ASCII range of 97...
z
task153_tomqa_find_location_hard_clean
task153-7bf057917c2e446b8f406a4ec7dc0942
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_treasure_chest
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately
task509-cc1e9635704544418751e67653a98216
In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to collate all the alphabetical elements at the start of the list followed by all the numerical elements of the list. Maintain the order in which the alphabetical elements appear in the given input...
t, 1655
task1291_multi_news_summarization
task1291-af07947b434d4e6ebf3f8b2783e44c51
In this task, you are given a text of many news articles seperated by special token "|||||". Your task is to summarize them. Photo Three police officers were shot dead, and three others were wounded, in Baton Rouge, La., on Sunday morning. The gunman was killed, the authorities said. The area where the shooting to...
Louisiana's superintendent of state police says there is "no active shooter scenario going on in Baton Rouge," the New York Times reports. That announcement comes hours after three police officers were gunned down Sunday morning. Three other officers were wounded. The suspect was killed. According to earlier reports, t...
task582_naturalquestion_answer_generation
task582-2d7551e1657343bab2a562e0ecf3f399
In this task, You are given an open-domain question that can be answered based on factual information. Your task is to provide \*short\* answer (in a few words only) for the given question. The short answer can be one or more entities or it can also be boolean \*yes\* or \*no\*. who did the phillies beat in the 2008 wo...
Tampa Bay Rays
task283_dream_incorrect_answer_generation
task283-6f499c198b564fb1a0f17200fc2c7e8c
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". Man: I'm not sure if I can find work this summer. Ther...
He will attend summer school.
task398_semeval_2018_task1_tweet_joy_detection
task398-4418cc943a5842ac8f14d6f96e410ffa
In this task you are given a tweet. You must judge whether the author of the tweet is happy or not. Label the instances as "Happy" or "Not happy" based on your judgment. @beenthatkyd so I scrolled back up on the '17 GC because I missed it earlier and man you toooooooooo funny 😂😂😂😂😂 hilarious headassss!!!
Happy
task105_story_cloze-rocstories_sentence_generation
task105-accb003bdd2c409a8ffbf048c18cb951
In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences. Sentence1: A bar owner put out a large banner to advertise his bar. Sentence2: The wind was strong and blew ...
The old woman refused to give back the banner.
task377_remove_words_of_given_length
task377-d1618cba4fab4fa9bceecac017cb558e
In this task, you need to remove all words of a given length in the sentence. The number of letters in a word determine its length, for example, the length of the word "apple" is 5. Sentence: 'a view of a small bathroom with a shower toilet and sink'. Remove all words of length '6' in the given sentence.
a view of a small bathroom with a and sink
task066_timetravel_binary_consistency_classification
task066-84b8edcd5b374ebf8a1395f122e92788
In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given a candidate for the second sentence and you need to identify if the given sentence connects the first sentence with the rest of the story. Indicate your answer by "Yes" if it connects, otherwi...
Yes
task064_all_elements_except_first_i
task064-4e1d64cb93744e6d97abbf2e76582a29
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, ['3665', 'l']
l
task376_reverse_order_of_words
task376-a26ce5549cc6485a8cb0fdf8705176c6
In this task, you need to reverse the order of words in the given sentence. Sentence: a living room with one man on a laptop and another standing up
up standing another and laptop a on man one with room living a
task097_conala_remove_duplicates
task097-98b59611261747ce8c2b5b4b0d98447c
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. [4, 3, 3, 7, 0, 5, 5, 0, 0]
[4, 7]
task594_sciq_question_generation
task594-5b71e0c9c1a94d0582af9a5c28d02765
Given a scientific passage and an answer, generate a question for the given answer. Passage: At a geothermal power plant, engineers drill wells into the hot rocks. Hot water or steam may come up through the wells. Alternatively, water may be put down into the well to be heated. It then comes up. The hot water or steam ...
Drilling wells into hot rocks to release hot water or steam is an example of what kind of power plant?
task405_narrativeqa_question_generation
task405-50c1478b1ca04adbba0ae5cf75a20f2f
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...
Why did Charley shoot holes in the roof?
task606_sum_of_all_numbers_in_list_between_positions_i_and_j
task606-781b061b06504f43bcc55ae0caf0c403
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...
9796
task1369_healthfact_sentence_generation
task1369-d2fbf2179e7d4bab9745e7ac4a3610bd
Generate an explanation for the given claim using the provided supporting material from the paragraph. Please consider the following points while generating an output. 1) The claim will always have supporting proof in the paragraph, and the paragraph will have a clear point of view supporting the claim. 2) There can be...
More than 4,000 people have died in Congo this year in the world’s largest measles outbreak, the United Nations children’s agency said Wednesday.
task512_twitter_emotion_classification
task512-1a94bfb6c5624951a9531f7506f9c45e
In this task, you are given Twitter posts. Your task is to label the post's emotion (as expressed by the user) as sadness, joy, love, anger, fear, or surprise. im getting is that since i feel that i accepted the mark of the beast when they shot me up and i thought they where going to kill me and i screamed so loud that...
joy
task1581_eqasc-perturbed_answer_generation
task1581-a868d34673c447e494059d44fe8b918c
Given a statement and question, generate the answer to the question such that the answer is contained in the statement. statement: Some species of reptiles can go several weeks between eating food., question: How long can reptiles go between eating food?
several weeks
task518_emo_different_dialogue_emotions
task518-7f551b98884449dd9c0a78fb9d6c49c6
In this task you will be given two dialogues. You need to determine if both dialogues have the same underlying emotion. The possible emotions are happy, sad, angry, or other. If they do output 'yes', if not output 'no'. Dialogue 1: 'thank u same to u you're welcome and thanks smilingfacewithhearteyes grinningface'. Dia...
no
task499_extract_and_add_all_numbers_from_list
task499-cd06203f85c0408a94ed3c0604814a4a
In this task, you are given an input list A. You need to find all the elements of the list that are numbers and calculate their sum. ['6629', 'o', 'e', '497', '4865', '8733', '5733', '7337', 'N']
33794
task431_senteval_object_count
task431-d5727359156b48b2895d51a52a616ffe
In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment. I'm reading a magazine in the lobby, under a noisy ceiling fan, when Rashford appears and sits on his se...
Singular
task320_stereoset_classification_race
task320-9ec20a55e93948eeae585bae7a6db382
You are given a target race, and two sentences. Your task is to determine whether the second sentence is either a stereotype, anti-stereotype, or is unrelated with respect to the first sentence and the target. A stereotype is a widely held but oversimplified notion of a group of people. An anti-stereotype is an idea th...
anti-stereotype
task579_socialiqa_classification
task579-36162b4e258b4f858ed81bd292de86e3
In this task, you're given a context, a question, three options, and an answer. Your task is to classify whether the given answer is correct or not by providing 'Yes' or 'No', based on the context with commonsense reasoning about social situations. Context: Casey dug a deep hole at the cemetery to prepare for the caske...
Yes
task374_synthetic_pos_or_neg_calculation
task374-962c7d696ebf4c9bbafce1096add9f09
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[228, 116, 201, 105, 86, 0, 33, 46, 213]
task1712_poki_classification
task1712-c5b9cd47255a49fcb78b05b13784b668
You are given a short poem which is written by a kid. Your task is to predict if the kid is in elementary school or high school. Anyone who is from grade 1st to 6th-grade will be considered as in elementary school, and 7th to 12th-grade kids will be considered as in high school. There are only two possible outputs, i.e...
elementary
task1542_every_ith_element_from_starting
task1542-bd0cf9f7197947eeb50bcf128de1b889
In this task, you are given an input i,A where i is an integer and A is an array. You need to find every ith element of A starting with the 1st element. 5, ['i', '9959', 'A', '9789', '8179', 'X', '2817', 'E', 'm', '7587', 'D', '4287', 'y', '8205', 'R', '7891', '8051', 'b', '1189', 'C', '7547']
i, X, D, 7891, 7547
task495_semeval_headline_classification
task495-81fda2fd9ca8413fa949510bbeeceecc
Given news headlines and an edited word. The original sentence has word within given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Classify news headlines into "Funny" and "Not Funny" that have been modified by humans using an edit word to make them funny. News Headli...
Funny
task1309_amazonreview_summary_classification
task1309-6fc23b0fe9484682baa1f5983cb33f6e
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: I’m missing a whole candle and my elephant is broke...
False
task100_concatenate_all_elements_from_index_i_to_j
task100-77b31f8124c54e9b822e7c4996e8a6fd
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...
stq52176081KM5387fh50775101R
task286_olid_offense_judgment
task286-34163cdcdb494b7c8677eddcc713ed9c
In this task you are given a tweet and you must identify whether the tweet contains any offense or any form of (untargeted) profanity. Label the post as NOT if the post does not contain offense or profanity. Non-offensive posts do not include any form of offense or profanity. label the post as OFFENSIVE if the post co...
NOT
task301_record_question_generation
task301-f29b6eb72f4040518df0fea20f1c66e1
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) A recently r...
Persky also addressed the victim's feelings, that she doesn't see Turner having genuine remorse because _ never clearly stated he sexually assaulted her that night in January 2015.
task517_emo_classify_emotion_of_dialogue
task517-87a5deab35cc47cdaf84c50133e7989b
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. wannabe a top model yea i wanna be a shoe collector d p facewithtearsofjoy
happy
task899_freebase_qa_topic_generation
task899-cef0be1867b64b6facc7952e5d839f12
Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about. Who wrote Zen and the Art of Motorcycle Maintenance?
zen and the art of motorcycle maintenance
task381_boolq_question_generation
task381-48ea7f02d2424fc2aa5584572e8e27bf
You will be given a passage, and your task is to generate a Yes/No question that is answerable based on the given passage. ``God Save the Queen'' (alternatively ``God Save the King'', depending on the gender of the reigning monarch) is the national or royal anthem in a number of Commonwealth realms, their territories, ...
does god save the queen change when there is a king?
task1731_quartz_question_answering
task1731-2eaa0df923994b028881113b66292daa
You are given a short paragraph, a question and two choices to answer from. Choose the correct answer based on the paragraph and write the answer(not the key). Paragraph: As the amount of water increases, the melting point of rock decreases. Question: Theresa increased the amount of water in her pool. Rock would likel...
faster
task160_replace_letter_in_a_sentence
task160-928222ffa7b74979aac797765e2365f9
In this task, you need to replace a letter in the sentence with another given letter. Sentence: 'people standing next to a mirror with a reflection of a bus in it'. Replace the letter 'o' with 'y' in the sentence.
peyple standing next ty a mirryr with a reflectiyn yf a bus in it
task1383_quarel_write_incorrect_answer
task1383-c46795d6233f4590a8e0c457999c1256
You are given a sentence and a question. You're expected to write an **incorrect** answer to the given question, such that it is relevant to the given sentence. Your answer should not be completely out of context. Try to write short answers with one or two words. Sentence: Roy is trying to figure out which type of hock...
roller hockey
task592_sciq_incorrect_answer_generation
task592-485279bcea6246b296e5ce016e3dafeb
Given a scientific question, generate an incorrect answer to the given question. The incorrect answer should be a plausible alternative to the correct answer. The answer should be some other item belonging to the same category as the correct answer but should be incorrect. What is the point on the ground that is locate...
fault line
task454_swag_incorrect_answer_generation
task454-ce9fd37f8ae94930a3abb96f8afde38c
Given a sentence, generate a most unlikely next statement. The next statement should not be logically relevant to the given context He swings another door, fanning the air. He
falls over the roll.
task456_matres_intention_classification
task456-b2ccd81248e449cc9cf1dc9aac92034c
You will be given a context and a verb separated with a newline character. You have to identify if the given verb implies an opinion, an intention, a wish or not. Please note that a verb refers to an intention only if it refers to an event planned to happen in the future and is not conditional (or part of a condition)....
No
task063_first_i_elements
task063-e9e5eea39e7a4a618cc6f2c09d954cbd
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 7, ['a', 'B', '3961', 'A', '5245', '7211', 'A', 'a', '9143', 'E', '867', 'K', '6997', '5595', 'I', '32...
a, B, 3961, A, 5245, 7211, A
task1584_evalution_meronym_classification
task1584-ded8802c853e4b6c84b8a536f1e76d0a
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
task083_babi_t1_single_supporting_fact_answer_generation
task083-824ce892cf764ea88c2967ff1af21929
You will be given a passage consisting of set of facts and a question as input. The task is to answer a question of form 'Where is <person_name>?' using one of the given facts to determine the latest location of the person. Answer should be a word/phrase describing the location from the supporting fact. Avoid answers t...
kitchen
task430_senteval_subject_count
task430-b8653af8938b4a228ba6d0b91123b4b9
In this task you are given a sentence. You must judge whether subject of the main clause is singular or plural. Label the instances as "Singular" or "Plural" based on your judgment. His staccato puffs outward collapsed into nothing and shattered upwards before becoming part of the grey sky itself.
Plural
task113_count_frequency_of_letter
task113-29b8918eb4254e61ab3712757560784f
In this task, you need to count the number of times the given letter appears in the given sentence. Sentence: 'a white plate with a cut in half sandwich'. Find frequency of the letter 'e'
2
task223_quartz_explanation_generation
task223-4f5ed2c5c874410f87d3c7b3ab6cd99b
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 Mona's kidneys are not working correctly and less water is r...
If the kidneys remove less water from the blood, the blood will look darker, because there is less water in it.
task580_socialiqa_answer_generation
task580-f5d09d72e2c948bf933c781cfee2a315
In this task, you're given a context, a question, and three options. Your task is to find the correct answer to the question using the given context and options. Also, you may need to use commonsense reasoning about social situations to answer the questions. Classify your answers into 'A', 'B', and 'C'. Context: Jesse ...
B
task089_swap_words_verification
task089-6965405202c94afe853b60189a8b769f
In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the inde...
(2, 3)