task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task333_hateeval_classification_hate_en
task333-0cb06c458f594a04873f91e56cc38465
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
task165_mcscript_question_answering_commonsense
task165-2a394ffc5633499e8fdb410169420b73
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...
The father
task405_narrativeqa_question_generation
task405-fbd949997b41469e9b2f8860f86c6ed2
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 is Dr. Westlake attempting to create in the story?
task504_count_all_alphabetical_elements_in_list
task504-a97a821c762a4e71a0eb0051110c210b
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 ['Q', 'c', 'H', '5763', 'w', '8403', 'S', '8345', '1331', 'W', '1845', 'X', '...
8
task1412_web_questions_question_answering
task1412-77fa2b4e75e04d3cb01de52c20a52ef8
A question is presented to you in this task, and your job is to write a potentially correct answer. where to travel around sydney?
Sydney Opera House
task389_torque_generate_temporal_question
task389-8a246488fdf74649b3714478ea53d9c9
In this task, a passage will be given and the goal is to generate a question about temporal relations based on that passage. A temporal relation describes the relation between two things with respect to time e.g., something happens/starts/terminates/... immediately/shortly/usually/... before/after/during/... something ...
What happened before Naval laid in 10th place?
task303_record_incorrect_answer_generation
task303-0bbe36a12f2743e7b06ff9d8052d844d
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 ...
US
task429_senteval_tense
task429-edbba445733245409d5ae5c0a5d81821
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". " Isn't it incredible ? "
Present
task074_squad1.1_question_generation
task074-4a8ec1bbbc7b4cedab4442c3bf73f17d
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...
Which strip is known for its numerous nightclubs and lounges?
task1308_amazonreview_category_classification
task1308-f94b2ff902914603b0f739bc7e5b7be2
In this task, you're given a review from Amazon and category of the product based on the review given by the user and your task is classify whether the given category match the review. Generate "True" if given review and its category match, otherwise generate "False". Reviews: When I received the product, I unpacked it...
False
task600_find_the_longest_common_substring_in_two_strings
task600-c32390b0660c4160bc0b60b71fc109d6
In this task, you are given two strings A, B. Find the longest common substring in the strings A and B. xukVXlsRuFjFa, bSqGkMXlsRuFjSElIrfk
XlsRuFj
task844_financial_phrasebank_classification
task844-a95d5a108c164ae3bb901f2d7a5454a0
Given a piece of financial news and its polarity, classify it into 'true' if the polarity is correct and classify into 'false' if the polarity is incorrect. Output must be 'true' or 'false'. news:Bertrand Sciard has been the vice chairman of the board of directors of Aldata Solution since April 2007 . polarity:negativ...
false
task227_clariq_classification
task227-429d5d55c3a54f1bae94e922ea330e8d
In this task, you are given an ambiguous question/query (which can be answered in more than one way) and a clarification statement to understand the query more precisely. Your task to classify that if the given clarification accurately clarifies the given query or not and based on that provide 'Yes' or 'No'. Query: Wha...
Yes
task310_race_classification
task310-6e97d15e99334c5c8de6c8eb2d187de1
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: Very soon the Rabbit noticed A...
Yes
task1661_super_glue_classification
task1661-9bb6813458be40b8a469a502eae73d15
In this task, you are given Wikipedia articles on a range of topics as passages and a question from the passage. We ask you to answer the question by classifying the answer as 0 (False) or 1 (True) Passage: Return address -- The return address is not required on postal mail. However, lack of a return address prevents t...
0
task084_babi_t1_single_supporting_fact_identify_relevant_fact
task084-72a8b7c9304a4a30a2ad9869100ab4ec
You will be given a passage with an enumerated set of facts, a question of form 'Where is <person_name>?', and its answer. The task is to identify a supporting fact that is necessary to answer the question. The output would be the corresponding fact number. Passage: Fact 1- John journeyed to the bathroom. Fact 2- Danie...
Fact 2
task851_synthetic_multiply_evens
task851-8848c3fa37134692a9b82545ccefa919
In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every even number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no even numbers in an inner list you sho...
[4, -8, -38, -260]
task208_combinations_of_list
task208-c50418e5fbd24a4d8161265da3d04b28
In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. Fo...
[['u', '4', '7', 'l'], ['u', '4', '7', '8'], ['u', '4', 'l', '8'], ['u', '7', 'l', '8'], ['4', '7', 'l', '8']]
task381_boolq_question_generation
task381-e3739c4e875d43aca8e306f8c7389633
You will be given a passage, and your task is to generate a Yes/No question that is answerable based on the given passage. East Timor (/-ˈtiːmɔːr/ ( listen)) or Timor-Leste (/tiˈmɔːr ˈlɛʃteɪ/; Tetum: Timór Lorosa'e), officially the Democratic Republic of Timor-Leste (Portuguese: República Democrática de Timor-Leste, Te...
is east timor and timor leste the same thing?
task151_tomqa_find_location_easy_clean
task151-71d4693db8b54091a99f9a5591d2e1bd
Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: (1) when the individual's belief matches reality, (2) when the individual's belief does not match reality, (3) is when an individual has a false belief about another in...
green_treasure_chest
task389_torque_generate_temporal_question
task389-9b51e24ed0f24d21a5c6a7728c9d22a0
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 did Japan do after India ended protectionism?
task223_quartz_explanation_generation
task223-b119364c7fd84f3abf2143da399eac64
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: A wave's amplitude will be _____ the farther its particles beco...
The closer together the particles are, the greater the amplitude of the wave.
task405_narrativeqa_question_generation
task405-b47b969f80914b999260272682168d3f
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 reason does Pope Pius the XV!'s assassin give for killing the pope?
task518_emo_different_dialogue_emotions
task518-e190aef2b0c9406d948c209388d861c2
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: 'myself improve as in make it smiling mood p can i see your pictures'. Dialogue 2: 'you ...
yes
task183_rhyme_generation
task183-c10fac97e9b14e958daf7be15f2feb55
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" saw
gaw
task074_squad1.1_question_generation
task074-3111a1a077af4063af2ba64baa2da9d6
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 comedy channel on cable television is headquartered in New York?
task074_squad1.1_question_generation
task074-0964216a4b9c4892a3135f2cadb916db
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...
After 1888, which Council took over some governance of Southampton Town?
task929_products_reviews_classification
task929-19eba6a63504433c9e99ef01361c0e4b
Given an English language product review, determine if it is a Good Review or a Bad Review. A good review is one where the product's review has positive tone and Bad review is one where the tone of product's review is negative. I was thrilled when i saw this product, however once i got it, i immediately realized that t...
Good Review
task1135_xcsr_en_commonsense_mc_classification
task1135-7226de4be5e8444aa2f4766507386915
In this task, you will be presented with a question that has multiple possible answers. You should choose the most suitable option out of "A", "B", "C", "D", and "E", based on your commonsense knowledge. Question: Why would you want to play cards? Options: A winning B to take over the world C dealing D remember E cou...
A
task183_rhyme_generation
task183-ca46603cb0624abfbbac2d9081ec984f
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" suggest
confessed
task161_count_words_containing_letter
task161-47f6cd3e4c92457a898b4d056191b76d
In this task, you need to count the number of words in a sentence that contain the given letter Sentence: 'a white building in front of a street sign name jordan'. How many words contain the letter 'm' in the sentence.
1
task592_sciq_incorrect_answer_generation
task592-f894a0ce51094841a14a123e11003fa9
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 transition from liquid to gas is c...
condensing
task111_asset_sentence_simplification
task111-efbd18636c244d6f8b2e457bf73fb376
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...
Bedroom bondage games are often a part of foreplay.
task576_curiosity_dialogs_answer_generation
task576-13a6713251a34dac8de89d84e76c360c
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. Sure! Im sorry. I don't have access to that information at the moment. Would you like some information on their politics instead? Th...
Sure! Estonia, formally known as the Republic of Estonia, is a country located in Europe. It is bordered by Sweden, Finland, Russia, and Latvia. Would you like more information on the history?
task493_review_polarity_classification
task493-815de93a67ac451d87eb2dda02b83f50
Given reviews from Amazon, classify those review based on their content into two classes: Negative or Positive. Sometimes back to basics is the clearest path towards understanding current realities. It is amazing to me that a book written in 1946 is still so fundamentally relevant.
Positive
task339_record_answer_generation
task339-06dcf8785ba24adb8b2927fc47bff99d
In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Try to find the best answer that is most likely to fill in "_". Note that the URLs in the text have been replaced with [Link]. Washington (CNN) Donald Trump said Sunday t...
Russian
task1336_peixian_equity_evaluation_corpus_gender_classifier
task1336-a025438b661e4987853fc2f7d5bf3434
You will be given a sentence containing a pronoun/person name and an emotion. From these implicit parameters, the main goal is to find the gender of the person (male / female). The situation makes this boy feel enraged.
male
task453_swag_answer_generation
task453-8179c7724abd474fbf77cc0f02680ab9
Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct. Someone looks at the boys. Someone
shakes his head gravely.
task105_story_cloze-rocstories_sentence_generation
task105-027ad4ecc01c4bfea30967ac84802b47
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: I woke up and looked in my closet for a shirt. Sentence2: Everything was dirty and on the floor. ...
I wore the blue shirt.
task1283_hrngo_quality_classification
task1283-20d7f9360f22463daccf53fa2112f810
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: can i confirm what area you are looking for a hotel near? Original Reference: let me know a bit mo...
0
task431_senteval_object_count
task431-5d0f83edef6d437788e4c0c2017ae5cf
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 was losing oxygen too quickly to think straight.
Singular
task616_cola_classification
task616-4f40fcc130994b73a0af85af74b374bf
You're given a sentence and your task is to classify whether the sentence is acceptable or not. Any sentence which is grammatically correct, has a naturalistic text, is written by a native speaker and which minimizes superfluous content is acceptable, otherwise unacceptable. If the sentence is acceptable then write "ac...
acceptable
task183_rhyme_generation
task183-d69aac1fd4934fd68a97d4ee3fda626c
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" minute
last-minute
task1189_check_char_in_string
task1189-535d61b1b3ed4bfb90d83a491aae800d
In this task, you are given a string S and a character c separated by a comma. You need to check if the character c is present in S or not. Return 1 if it is present, else return 0. FpIhhDobdFharkSCzBgSvaEkPHIIxS, r
1
task246_dream_question_generation
task246-3c62d5d10edd408da12067ebd7148f90
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...
Why does the woman call the man? (A) She didn't know how to use the new oven. (B) She wanted her refrigerator to be fixed. (C) There is something wrong with the oven.
task301_record_question_generation
task301-2e2a5406fa2e4688b3c3316797e36dfb
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 _ . Washington (CNN) D...
But as much as the trips are a budget problem for _, they are also a public relations issue.
task609_sbic_potentially_offense_binary_classification
task609-e7bc392ce45245abaa99acfc734928d2
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...
No
task246_dream_question_generation
task246-fdebafe055104ca9b4e085845c80273c
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 job will the man probably take in summer? (A) Life guard. (B) Tour guide. (C) Swimming coach.
task638_multi_woz_classification
task638-b436745d185f4b249986a120c407f689
You are shown a conversation between a user and system. Identify who has spoken the indicated sentence based on the conversation. Sentence1: Great, thanks! Also, will you please book me a taxi from the attraction to the restaurant, leaving the attraction at 05:45? Sentence2: There are 13 colleges in the centre of town....
Answer: (B) System
task283_dream_incorrect_answer_generation
task283-d3a79f6075c04ae1b4224a1fd40f2d97
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: How do you manage to feed your family when food pri...
They feed their family on cheap food.
task1308_amazonreview_category_classification
task1308-c14767e1304041f8be6fd64c823e6e2d
In this task, you're given a review from Amazon and category of the product based on the review given by the user and your task is classify whether the given category match the review. Generate "True" if given review and its category match, otherwise generate "False". Reviews: Do not buy this!!! First off the box says ...
True
task405_narrativeqa_question_generation
task405-29a57c142b874c5aa709f3dbb771186c
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...
When had Norman been kidnapped?
task177_para-nmt_paraphrasing
task177-16b902c606cd46d3a2eb11b9c8298458
This is a paraphrasing task. In this task, you're given a sentence and your task is to generate another sentence which express same meaning as the input using different words. and when she 's afraid she tells me her belly aches .
and when lisa is worried , she tells me she 's got a stomachache .
task100_concatenate_all_elements_from_index_i_to_j
task100-95c7af7d06d04000a80ab86ce04b6256
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...
B56935X7053
task183_rhyme_generation
task183-ec17fbd134894471aef2899c962142fd
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" yard
guichard
task164_mcscript_question_answering_text
task164-927054aa718141f0b7a3c282c7498866
You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to find the correct answer (and return the string of the correct option, not option1/2) for the given question from the given options and based on the given passage. Answer of the question can be found ...
The carpet in the living room and bedrooms
task1327_qa_zre_answer_generation_from_question
task1327-ddbcc06ebd844f7c83595439b92c1d31
Generate a correct and concise answer for the question based on the words in the context. Context : Ferenc Soos is a male former table tennis player from Hungary. Question : The sex or gender of Ferenc Soos is what?
male
task460_qasper_answer_generation
task460-ebd3c75c04cc4deeaec50f7406cc1e41
In this task, you will be presented with a context from an academic paper and a question separated with a . You have to answer the question based on the context. The task presented here was easy and simple to analyze, however, future work may be done on natural language tasks. If these properties hold it might indicat...
Yes
task1346_glue_cola_grammatical_correctness_classification
task1346-3de87b028ff74cc7a3cd67c68b5cd72f
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'. I would prefer for John to be the candidate.
1
task924_event2mind_word_generation
task924-ce4b9eb2476b4f9a984ddfbf05abd9dc
You are provided with an "Event", "Intent" and "XEmotion" (PersonX's reactions for the given "Event"). Indicate PersonY's reaction (person feels) at the end of this event. Provide one reaction for PersonY. If there's nothing that can be implied, respond as None Event:PersonX lets PersonY keep it. Intent: 1) to be helpf...
nervous
task1207_atomic_classification_atlocation
task1207-db0e90fd29c14620851ac2e6e934f678
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
task307_jeopardy_answer_generation_final
task307-cb0a948fdb574294aef57987c7b971df
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: CURRENT ROYALTY Clue: First name & number shared by 2 current European monarchs
albert ii
task302_record_classification
task302-1066046d4b9040b4a9e7e67b1072cd85
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. Pictures have emerged of Ben Affleck and Jen...
(A)
task1291_multi_news_summarization
task1291-61ee2671285942869ba033f419bec1bb
In this task, you are given a text of many news articles seperated by special token "|||||". Your task is to summarize them. I was prepared to write about reproductive choices in light of the Roe v. Wade anniversary on Jan. 22. I even had some funny stuff lined up about the groups that come to my town every year to hol...
If you’re as obsessed with location-based services as most people seem to be, you probably love checking in at restaurants, coffee shops, bars…and STD clinics? Maybe not, but that’s what MTV is hoping you’ll do as it launches its “Get Yourself Tested” Foursquare campaign. The network is encouraging teens to get tested,...
task843_financial_phrasebank_classification
task843-c59d8393bafb4922916c82825bc84997
Classify the given a piece of financial news into three classes: positive, negative, and neutral. Output must be 'positive', 'negative', or 'neutral'. Headquartered in this city , the company is nearly 75 years old and focuses on science-based innovation and technology for environmental measurement .
neutral
task389_torque_generate_temporal_question
task389-e34145a7f2624fe08767eaf8866662a1
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 event has begun but has not finished?
task303_record_incorrect_answer_generation
task303-0becd3711632434ca242ad99b1237126
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 ...
Z-Tov Ltd.
task093_conala_normalize_lists
task093-b65589067ce04b6b8bd36142c8599c2f
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. [67.696, 54.372]
[0.555 0.445]
task1312_amazonreview_polarity_classification
task1312-d5171e60afbf46caba33ad8df0380155
In this task, You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review. I really like the size of this puzzle because my little one can grab the knobs with ease; however, this puzzle falls apart within minutes of use. Po...
negative
task1340_msr_text_compression_compression
task1340-4b9240c840b441d68e8e480ef7db892f
Given a text, write a compressed version of it in a single sentence. The Monterey Bay Aquarium's Web site rates different species of fish for overfishing, habitat damage and other factors. The California aquarium also created " Seafood Watch " wallet cards designed to take to restaurants.
The Monterey Bay Aquarium's rates species of fish for overfishing and other factors. The aquarium also created " Seafood Watch " cards to take to restaurants.
task523_find_if_numbers_or_alphabets_are_more_in_list
task523-193f9e58d62540a2a748693443bcf0ed
In this task, you are given an input list A. If the count of numbers is more than that of alphabets in the list, answer 'Numbers Win'. If the count of alphabets is more than that of numbers in the list, answer 'Alphabets Win'. If the count of numbers is same as that of alphabets in the list, answer 'Numbers and Alphabe...
Numbers Win
task586_amazonfood_polarity_classification
task586-f1602782d5834a1aa6773b0a6fb6a8d4
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. I am now on my last box (of three) of this Gevalia Espresso Roast and have been impressed. It does pack a punch like the other reviewer said. One double shot latt...
Positive
task1290_xsum_summarization
task1290-64979a24b8e7410486942deedb4f7c67
In this task, you are given an article. Your task is to summarize the article in a sentence. Former headmaster John Farrell, 73, from Motherwell, was jailed for five years and Paul Kelly, 64, from Plymouth, for 10 years. The offences were committed at the former St Ninian's school in Falkland. Farrell and Kelly had den...
Two former teachers at a school in Fife run by the Christian Brothers order have been jailed for a total of 15 years after being convicted of the physical and sexual abuse of pupils.
task605_find_the_longest_common_subsequence_in_two_lists
task605-9045cf10dad64815b26662058d89e75b
In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B. ['z', 'P', 'C', 4139, 7779, 'W', 'd', '1425', 'n', 'I', '9971', '9795', 'B', '2083', 'o', 'D', 'i'], ['a', 1825, 'S', 'd', '1425', 'n', 'I', '9971', '9795', 'B', '2083', 'c', 'H', 9407, 'k', 4517]
d, 1425, n, I, 9971, 9795, B, 2083
task594_sciq_question_generation
task594-71105e6551634e259b7fe7a8c35b702e
Given a scientific passage and an answer, generate a question for the given answer. Passage: 22.11.5 Pyrrophytes Pyrrophytes are unicellular, photosynthetic, and mostly aquatic. They have protective coats composed of stiff cellulose. They are more easily identifiable, due to the presence of two flagellae. The longer fl...
What function does the longer flagellae perform in dinoflagellates?
task1346_glue_cola_grammatical_correctness_classification
task1346-0058fb9d9e6f43faa53320125cb2ee1c
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'. Naughty children spank easily.
0
task1510_evalution_relation_extraction
task1510-4da6815e615142b7b1692dab0b29bd68
Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. republic...
republican IsA politician
task067_abductivenli_answer_generation
task067-a70f48db815f4580af253e10a05bf935
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...
Marty found that Gene's spamblocker was malfunctioning.
task367_synthetic_remove_floats
task367-2c52cd7f35ab460fb4e7b1f2328c92ef
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. [-93.665, -82.981]
[]
task1423_mathqa_geometry
task1423-2e133a80b6a9435784a53d49aa4beb4b
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: the length of a rectangle is two - fifths of the radius of a circle . the radius of the circle is equal to the side of the square , whose area is 3025 sq . units . what is th...
e
task1542_every_ith_element_from_starting
task1542-33c6f39b8b4a4b928f3f7961bf07faaa
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, ['m', 'S', '7701', 'm', 'p', '8259', '7187', '2203', '6959', '475', 'L', 't', 'N', '1989', 'D', '2791', '2233', 'c', '3949', '1745', 'c', '9859', '5057', '6475']
m, 8259, L, 2791, c
task518_emo_different_dialogue_emotions
task518-e76293cd084746888c80895894a1e834
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: 'ok oh thats the matter um then what can i ask u whatever u want to'. Dialogue 2: 'yes y...
no
task111_asset_sentence_simplification
task111-430f8ee1aa8b49f6bdf9ca6c6c6d42e7
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...
It's responsible for bad weather, worldwide.
task246_dream_question_generation
task246-bda773d283e846dbaed71bde9c67ac4f
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 do we know about the man's sister? (A) She is worried about the man. (B) She went the U.S. last month. (C) She is in the U.S. now.
task067_abductivenli_answer_generation
task067-834853ceb13c47d5a06abdc43b46f02c
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...
Troy and Sam played video games for hours at Sam's house.
task1295_adversarial_qa_question_answering
task1295-886de367198a41719c502ec3d2046d22
In this task, you are given a question and a context passage. You have to answer the question based on the given passage. where does OKCFD operates?, Context: Oklahoma City is protected by the Oklahoma City Fire Department (OKCFD), which employs 1015 paid, professional firefighters. The current Chief of Department is G...
Oklahoma City
task595_mocha_answer_generation
task595-a426b6cbfefd46449927f7dcbe6ba14d
In this task, you're given a context passage, followed by a question that needs to be answered. Based on the paragraph, you must write unambiguous answers to the questions and your answer must refer to a specific phrase from the paragraph. If multiple answers seem to exist, write the answer that is the most plausible. ...
work out
task390_torque_text_span_selection
task390-655759319b5746b7b9d6c4c687733b3e
In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Passage: "The h...
told
task208_combinations_of_list
task208-9b214ae99e6a4eb8986813c78b65efde
In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. Fo...
[['t', '3', 'R', 'i', 'J', '1'], ['t', '3', 'R', 'i', 'J', '2'], ['t', '3', 'R', 'i', '1', '2'], ['t', '3', 'R', 'J', '1', '2'], ['t', '3', 'i', 'J', '1', '2'], ['t', 'R', 'i', 'J', '1', '2'], ['3', 'R', 'i', 'J', '1', '2']]
task141_odd-man-out_classification_category
task141-0445cdd012a54a3481c67dc72e2f7e42
Given a category and a set of five words, find the word from the set that does not belong (i.e. is the least relevant) with the other words in the category. Words are separated by commas. Category: baby animals Words: cub, fawn, kid, buck, pester
pester
task633_dbpedia_14_answer_generation
task633-129e5b7581da45ffbbd7cae9b25e2973
In this task, you are given a text which is the body of a document. You are given a question and options. Pick the correct number. Don't generate anything else apart from the numbers provided in options. Context: Régis Lant[citation needed] (aka Nornagest born 10 June 1977[citation needed]) is a Belgian black metal voc...
4
task1284_hrngo_informativeness_classification
task1284-f03fe35aeb2b4cc99526cfeb2c230e38
You are given an original reference as well as a system reference. Your task is to judge the informativeness of the system reference. If the utterance provides all the useful information from the meaning representation output 1, else output 0. System Reference: there is a hotel called in the hotel metropolis and in the...
0
task141_odd-man-out_classification_category
task141-56de5f991ba1490d84d96b9bd06d9a03
Given a category and a set of five words, find the word from the set that does not belong (i.e. is the least relevant) with the other words in the category. Words are separated by commas. Category: bird Words: excavator, goose, pelican, swift, crane
excavator
task820_protoqa_answer_generation
task820-93aaf1a61793469387f43bdfe36deadf
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. tell me something that reminds you of winter.
snowman
task1288_glue_mrpc_paraphrasing
task1288-01948f124a34479489473d4d2fe28d2e
You are given two sentences(Sentence1 and Sentence2). Answer "Yes" if these sentences are a paraphrase of one another, otherwise answer "No". Sentence1: It argued that such access " is not required by domestic or international law and should not be treated as a precedent . ", Sentence2: The Pentagon statement said that...
Yes
task075_squad1.1_answer_generation
task075-39b32c03f12f4d8ba62cb598c2b526bf
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...
8%
task191_hotpotqa_question_generation
task191-c83943563df840ec954d5fe9f6e9c806
In this task, you are given a set of context paragraphs, some supporting facts and an answer of a question. Your task is to generate question for given answer based on set of context paragraphs, supporting facts and an answer. Context_1 : McCain Mall is the largest enclosed shopping mall by leasable area in the Little ...
Which enclosed shopping mall can be found in the Westshore district of Tampa, Florida, alongside International Plaza?
task622_replace_alphabets_in_a_list_by_their_position_in_english_alphabet
task622-4a1bf94b1b474e9985baabe3c253e3e5
In this task, you are given an input list A. You need to convert all the alphabets in the list with a number representing their position in the English alphabet. E.g., replace A by 1, B by 2, a by 1, b by 2, and so on. ['l', '633', 'g', '2343', '2791', '447', '1751', 'Z', '5513', 'p', 'y', '1021', 'c', '8361', '4245', ...
12, 633, 7, 2343, 2791, 447, 1751, 26, 5513, 16, 25, 1021, 3, 8361, 4245, 17, 8215, 6053, 6497, 26, 5001, 9, 5997, 1681, 22, 7785, 10, 7633, 25, 9959, 9, 8
task390_torque_text_span_selection
task390-04592c5578c64c60866fe75789b869b2
In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Passage: The Ru...
appoint
task228_arc_answer_generation_easy
task228-70752e118f8f4257a23f98d2f9ad1e24
You are given a science question (easy-level) and four answer options (associated with "A", "B", "C", "D"). Your task is to find the correct answer based on scientific facts, knowledge, and reasoning. Do not generate anything else apart from one of the following characters: 'A', 'B, 'C', 'D'. There is only one correct ...
C