task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task286_olid_offense_judgment
task286-a4010c394b124862898a072e0b04f0d2
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...
OFFENSIVE
task372_synthetic_palindrome_numbers
task372-268d092f0092421fbea4a8f034899200
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....
[444, -666, 585]
task389_torque_generate_temporal_question
task389-cb78faaced6d4564a0af74cb18cd3d22
In this task, a passage will be given and the goal is to generate a question about temporal relations based on that passage. A temporal relation describes the relation between two things with respect to time e.g., something happens/starts/terminates/... immediately/shortly/usually/... before/after/during/... something ...
What happened after he spoke?
task363_sst2_polarity_classification
task363-ccd1df072da84e6e8ef53c78cd6ea87c
In this task, you are given sentences from movie reviews. The task is to classify a sentence as "POS" if the sentiment of the sentence is positive or as "NEG" if the sentiment of the sentence is negative A witty , whimsical feature debut .
POS
task823_peixian-rtgender_sentiment_analysis
task823-a024e132e753495f91e3fd43ebe9bfea
Given a 'poster' sentence and a corresponding 'response' (often, from Facebook or Reddit)classify the sentiment of the given response into four categories: 1) Positive, 2) Negative, 3) Neutral, and 4) Mixed if it contains both positive and negative. Poster: Early childhood education is a top priority for Maggie. WATCH ...
Negative
task1360_numer_sense_multiple_choice_qa_generation
task1360-74f60998e6504953a4c04d66ebe8d9e5
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'). Inflammation occurs several hours and possibly up to ____ days after exposure to latex.\Question: Choose the right answer from options given a) fou...
a
task823_peixian-rtgender_sentiment_analysis
task823-e2e5871dbd9547eb9dc42498b099fe19
Given a 'poster' sentence and a corresponding 'response' (often, from Facebook or Reddit)classify the sentiment of the given response into four categories: 1) Positive, 2) Negative, 3) Neutral, and 4) Mixed if it contains both positive and negative. Poster: Dr. Rice and Congressman Ryan knocked it out of the park tonig...
Positive
task904_hate_speech_offensive_classification
task904-9fcc85be9fd14ac395ca046800418788
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. "@X...
Offensive
task088_identify_typo_verification
task088-ad16f46bb1de41ad880f14a80f5c4619
The given sentence contains a typo which could be one of the following four types: (1) swapped letters of a word e.g. 'niec' is a typo of the word 'nice'. (2) missing letter in a word e.g. 'nic' is a typo of the word 'nice'. (3) extra letter in a word e.g. 'nicce' is a typo of the word 'nice'. (4) replaced letter in a ...
asmall
task192_hotpotqa_sentence_generation
task192-7cd98860386f4c1599275e887fb5c11f
In this task, you are given a context paragraph, a question based on that and corresponding answer of a question. Your task is to generate supporting fact/knowledge from context paragraph which helps in answering a given question. Published in 2004, A Death in Vienna is a spy novel by Daniel Silva. Question: How many n...
Published in 2004, A Death in Vienna is a spy novel by Daniel Silva.
task517_emo_classify_emotion_of_dialogue
task517-de7e9b2fabf44f86be5bfe8211346774
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. ooo bad luck not bad luck that was horrible bad luck because i am ms fan
sad
task206_collatz_conjecture
task206-af33a4a397774bceb0058a851f97ee39
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. [85, 83, 152]
[256, 250, 76]
task413_mickey_en_sentence_perturbation_generation
task413-23f4e32617b44f3ca45bb1aadebf8fc6
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 r...
If you want to go to school then you should enroll in classes.
task207_max_element_lists
task207-8262d19f23674dff9bef04898bfdcef1
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. [[-120, -84], [10, ...
[-84, 74]
task065_timetravel_consistent_sentence_classification
task065-9f1187e8050d409c853d1ccbdc1e6e45
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
task002_quoref_answer_generation
task002-55868845d90845a4bcd6543c0dba4823
In this task, you're expected to write answers to questions involving multiple references to the same entity. The answer to the question should be unambiguous and a phrase in the paragraph. Most questions can have only one correct answer. Passage: On 31 October 2005, Fanning released his debut solo album entitled Tea &...
Fanning.
task684_online_privacy_policy_text_information_type_generation
task684-86961231781b4c908ea6f4bce26218a0
Given a part of privacy policy text, identify the type of personal information which is collected, used, tracked or retained. The type of information should be present inside the given policy text, answer as 'Not Specified' otherwise When a change of an unspecified nature is made to the privacy policy, users are notifi...
Not specified
task823_peixian-rtgender_sentiment_analysis
task823-201ac8000d4e489db73c4797cdb889a6
Given a 'poster' sentence and a corresponding 'response' (often, from Facebook or Reddit)classify the sentiment of the given response into four categories: 1) Positive, 2) Negative, 3) Neutral, and 4) Mixed if it contains both positive and negative. Poster: We're almost to 12,000 supporters on Facebook! Help push us ov...
Mixed
task1310_amazonreview_rating_classification
task1310-66524bef88f34e81b042dd5f343cdd09
In this task, you're given a review from Amazon. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good. I love the design, love the look but unfortunately after only 6 months of use, the tension arm th...
1
task675_google_wellformed_query_sentence_generation
task675-d984cfea5c3a43f9a9c56a5abbd46eca
You are given a list of queries separated by new line. Your job is to answer with the query that is the most well-formed or well-structured query in terms of grammar, punctuations, or spelling errors. How will define excellent customer ? When was the chesapeake Bay Bridge built ? Terrorism-role of students ? What is a ...
When was the chesapeake Bay Bridge built ?
task328_jigsaw_classification_insult
task328-11f6a8e6f7694101a9287e9757e94d30
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: John McCallum, fortunately my now former MP, has been and will continue to be as usele...
Insult
task280_stereoset_classification_stereotype_type
task280-f04b4a9061f54c289051db5eb5b26daf
In this task, you are given a short passage that conveys stereotype or anti-stereotype about a specific target. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. You are expected to classify the passage into four types of ...
Race
task228_arc_answer_generation_easy
task228-1e87388b827c4cc5a690e78034e9d419
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 ...
D
task1217_atomic_answer_generation
task1217-aac86d0d1b0f4c3cbf39b986c404159c
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 throws PersonX's ___ around
frisbee
task196_sentiment140_answer_generation
task196-b331723cf0c946aa8d6384281b1208c6
In this task, you are given a text from tweets and a boolean question whether this tweet has positive sentiment or negative sentiment. Your task is to generate answer "yes" when the tweet has that particular sentiment, otherwise generate answer "no". Tweet: listening to music, my finger hurts Question: is it a positiv...
no
task1645_medical_question_pair_dataset_text_classification
task1645-33a36077047c4cbd9156f61cbc6905ba
In this task you are given a medical question pair hand-generated. Your task is to classify a given post into two categories 1) 'Similar' if the given two questions have a same connotation 2) 'Dissimilar' if the given two questions have a different connotation or meaning. Sentence1: According to my boyfriend last time ...
Dissimilar
task183_rhyme_generation
task183-6680178739ff4fd08ca440866bc14cff
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" neck
lech
task088_identify_typo_verification
task088-de7e7a967b174e109c44d4837d7554cf
The given sentence contains a typo which could be one of the following four types: (1) swapped letters of a word e.g. 'niec' is a typo of the word 'nice'. (2) missing letter in a word e.g. 'nic' is a typo of the word 'nice'. (3) extra letter in a word e.g. 'nicce' is a typo of the word 'nice'. (4) replaced letter in a ...
lnog
task229_arc_answer_generation_hard
task229-5253dd384363499aac786e6c71319ab7
You are given a science question (hard-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 ...
D
task934_turk_simplification
task934-b2c7b5a4a9484b89adefb0fc888350a8
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. towards the end of 1997 , each band member chose an individual number as their alias.
by the end of 1997 , each band member picked a number as their false name.
task1508_wordnet_antonyms
task1508-37035959a8c546a7952fcb5c8ebb9dfd
Given an adjective, generate its antonym. An antonym of a word is a word opposite in meaning to it. multinucleate
uninucleate
task196_sentiment140_answer_generation
task196-5262b45791a0498d8292c28f05416a69
In this task, you are given a text from tweets and a boolean question whether this tweet has positive sentiment or negative sentiment. Your task is to generate answer "yes" when the tweet has that particular sentiment, otherwise generate answer "no". Tweet: @stoya limited web access? i thought europe was a lot more &qu...
no
task150_afs_argument_quality_gun_control
task150-c93249e1b8b74afda3f400693e15c361
We would like you to assess the QUALITY of each of the following argument (discussing Gun Control) and determine if the argument is Valid or Invalid. A valid argument is clearly interpretable and either expresses an argument, or a premise or a conclusion that can be used in an argument for the topic of gun control. An ...
Valid
task1398_obqa_question_generation
task1398-ee133c7943494fbda9674b752797af70
Given a fact, create a question that can be answered using the fact. Construct the question such that it is unambiguous, has a unique answer and the answer can be given using the fact. Fact: the looseness of soil increases the amount of oxygen in that soil
If soil is loose, it makes it what for oxygen to get in?
task065_timetravel_consistent_sentence_classification
task065-ae25968bc5ec4ca5ad3dfb6a24b5e5fa
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 2
task376_reverse_order_of_words
task376-956b4d2e77814e34a4a591c9f836e90b
In this task, you need to reverse the order of words in the given sentence. Sentence: a young man dressed in a business suit and sitting in a vehicle smiles
smiles vehicle a in sitting and suit business a in dressed man young a
task1210_atomic_classification_madeupof
task1210-dda4c42684d448b6925765e77f965c8b
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...
No
task455_swag_context_generation
task455-968a7710d880410889afac4de6479f52
Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement. Someone downs a bottle of water, then gasps in air.
People stand together at the top of the hill.
task1451_drug_dose_extraction
task1451-80180cc044694b3d8f81bac715d6310e
In this task, you will be given sentences and a drug name in which your task is to indicate the doses of intake of that particular drug. A dose refers to a specified amount of medication taken at one time. Although there might be several correct answers, you need to write one of them. The patient was found to have no m...
400 mg/day
task073_commonsenseqa_answer_generation
task073-6143329afcba4434a8e0065ad8736cea
You are given a question and some answer options (associated with "A", "B", "C", "D"). You should choose the correct answer based on commonsense knowledge. Avoid answering questions based on associations, the set of answers are chosen deliberately to capture common sense beyond associations. Do not generate anything el...
A
task183_rhyme_generation
task183-45fa5b2f7ab64c3890e55d7a3239cc04
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" coast
grossed
task024_cosmosqa_answer_generation
task024-379b0a51aff44d969e1800f6bdcc22f5
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 live in an apartment that does not allow us to keep pets so he stays with a friend of mine.
task303_record_incorrect_answer_generation
task303-d97f5248c108432c9136084b54d0fa02
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 ...
European Union
task379_agnews_topic_classification
task379-7232a1445ecd407989fe61f66bc79b4b
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...
Sports
task300_storycloze_order_generation
task300-f723d26bf65548979c5ad15a3a203c4e
In this task, you're given a short story of five sentences written in natural language. However, the order of the given story is not correct. Your job is to return the correct order for the given five sentences to create a coherent short story with the new order that has the correct flow. Generate your answer using the...
34215
task229_arc_answer_generation_hard
task229-f8c4bff7f90b4e97a1bd4a20b4d595f1
You are given a science question (hard-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 ...
D
task1309_amazonreview_summary_classification
task1309-bd51e9519ae641509957d568aba5f12d
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 returned this product because it came with cheap ...
False
task160_replace_letter_in_a_sentence
task160-8c8061fff09c43e1a2ffa5671e56b2ce
In this task, you need to replace a letter in the sentence with another given letter. Sentence: 'a black and white cat laying on a remote control'. Replace the letter 'i' with 'k' in the sentence.
a black and whkte cat laykng on a remote control
task371_synthetic_product_of_list
task371-3b285419a7f84953b3536228db055c1a
In this task you will be given a list of lists, of numbers. For every inner list, you should multiply every number in that list and put the results in your answer. The output should be a list of numbers with the same length as the number of the lists in the input list. [[17, -34], [45, -39], [-36, 44, -47, 21, -40]]
[-578, -1755, -62536320]
task673_google_wellformed_query_classification
task673-29f44497739045b596cda5546b68a086
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...
Good
task389_torque_generate_temporal_question
task389-38e51d911a924c9587df0c71a6c8bf20
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 started after the main staff was kidnapped?
task672_nummersense
task672-cbe47e26fabd4259ab7505cf1d1037b2
In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words. Milk teeth stay in a child up to the age of seven to _ years.
eight
task1217_atomic_answer_generation
task1217-c10ffdf9e1ba456184266f585f5a333c
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 puts ___ back
furniture
task067_abductivenli_answer_generation
task067-6be8d214b1774e3f962c8c81bfa83a8f
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...
I ran after Lindy.
task303_record_incorrect_answer_generation
task303-748a247dbab84c75b5c84e61fda36ce9
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 ...
Expressen TV
task478_cls_english_music_classification
task478-a001710370eb45e8b2daba7d3de98660
In this task, you are given music product reviews in English language. The goal is to classify the review as "POS" if the overall sentiment of the review is positive or as "NEG" if the overall sentiment of the review is negative. Gently Overwhelming . Time Without Consequence is one of those albums. One of the ones tha...
POS
task507_position_of_all_numerical_elements_in_list
task507-6bd9e5b26dd6497ba1891d767d8802a5
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. ['4641', 'c', 'P',...
1, 5, 6, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18
task183_rhyme_generation
task183-94f0d1abb53d4bb6bf5d99318164ce8d
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" an
bourquin
task075_squad1.1_answer_generation
task075-e04e3eee215b463f8622e58542501be5
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...
1950
task303_record_incorrect_answer_generation
task303-1f8e472c07c44109bcf383a45865f138
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 ...
Milan
task1291_multi_news_summarization
task1291-c3457a54ee7243f8a35a7aec589b2b34
In this task, you are given a text of many news articles seperated by special token "|||||". Your task is to summarize them. Tweet with a location You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to del...
CNN’s White House correspondent Jim Acosta did not hold back after being denied the use of camera and audio equipment to record statements by Sean Spicer at a press briefing Monday. According to Mediaite, the reporter hopped on social media to air his frustration, tweeting that the White House should have the “backbone...
task093_conala_normalize_lists
task093-74f9c9fdb37d46a387b7f6d15235dcaa
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. [224.115, 244.034, 89.336, -49.428, 178.433, 218.322]
[ 0.248 0.27 0.099 -0.055 0.197 0.241]
task579_socialiqa_classification
task579-bbe4a6370a9a41c1931fe593fadf5a08
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: Skylar got a warning from the Police to slow down and be cauti...
Yes
task899_freebase_qa_topic_generation
task899-259ae523b0d342658b83b3b541906234
Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about. Which movie, starring Steve McQueen and Ali MacGraw, was remade with Alec Baldwin and Kim Basinger in the leading roles?
alec baldwin
task1135_xcsr_en_commonsense_mc_classification
task1135-8480cfb1cd234fa28254b87447815238
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: What do people need to do to change their lives? Options: A face problems B better themselves C pay bill...
A
task350_winomt_classification_gender_identifiability_pro
task350-d8df7179845b4a208ae5c29fb77337c9
In this task, you are given a sentence and a profession. The sentence mentions two professions: one's gender is identifiable using the coreference link with gendered pronouns and the other's gender is unidentifiable. You are expected to return whether the given profession's gender is identifiable or unidentifiable. Sen...
Identifiable
task476_cls_english_books_classification
task476-64a2dc6dc6a54fa59a818101fab0e872
In this task, you are given books product reviews in English language. The goal is to classify the review as "POS" if the overall sentiment of the review is positive or as "NEG" if the overall sentiment of the review is negative. Ching's Architectural Graphics . This book is a great reference for architecture students ...
POS
task1327_qa_zre_answer_generation_from_question
task1327-239d995ae8ef4b918f9b46cad7a24f42
Generate a correct and concise answer for the question based on the words in the context. Context : Empress Xing (1106--1139) was a Chinese Empress consort of the Song Dynasty, married to Emperor Gaozong of Song. Question : What is Empress Xing's spouse's name?
Emperor Gaozong of Song
task429_senteval_tense
task429-6d4594bdb4924eb992d3b0030efef04b
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". " But that guy you're friends with... " " Trip ? "
Present
task590_amazonfood_summary_correction_classification
task590-f1f5f360a66e40378d69d2fce1291f85
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". Green tea is good for you, loaded with antioxidants, boosts your metabolism, yadda, yadda, yadda, but I never quite warmed up to the taste. Until...
False
task517_emo_classify_emotion_of_dialogue
task517-ef5d733318034e24ab0cb78beac918ed
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. where are going just to sydney for the weekend what you will in the party
other
task390_torque_text_span_selection
task390-3d2d62edf3b44913abae0ea90fe7fb26
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: Secret...
stopping
task191_hotpotqa_question_generation
task191-fdf525fc23fc41ab84b3b29e997799ae
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 : Alta Church (Norwegian: "Alta kirke" ) is a parish church in Alta Municipality in...
What mosaic inside the main church of Florence is attributed to Gaddo Gaddi?
task333_hateeval_classification_hate_en
task333-5d9a9d856f774876a5aea5ea9e11190f
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
task472_haspart_classification
task472-6fc98e3846ad4201b4ab2ea328b1d8e9
Given two entities as input, classify as "yes" if second entity is the part of the first entity. Otherwise classify them as "no". These are entities of meronym In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., second enti...
yes
task124_conala_pair_averages
task124-450ed945ef164dfaad20ea59f9a63261
In this task you are given a list of numbers and you need to find the average of each two consecutive values. The average of two numbers a and b is calculated as: (a + b) /2. The output should be a list of the averages of each two consecutive values. A list is presented with two brackets and comma-separated values, lik...
[-31.0, -20.0, -41.0, -91.5, -1.5, -1.0, -51.0, 2.0, 35.0, 17.0, 16.5, 51.0]
task679_hope_edi_english_text_classification
task679-77903a6a28024b9599962c3d2920bc99
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 This made me cry it is beautiful
Hope Speech
task246_dream_question_generation
task246-2dadd8e02e25460887920a2a5562fac1
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 is the man going to do? (A) Take up collection next week. (B) Give his contribution some time later. (C) Buy an expensive gift for Gemma.
task577_curiosity_dialogs_classification
task577-aa310cb134514b2ab5e574d233fb3a32
In this task, you are given a dialogue between a user and an assistant, where users and assistants converse about geographic topics like geopolitical entities and locations. The task here is to find if the dialogue is by the user or assistant. Classify your answers into user and assistant. No problem!
assistant
task1381_quarel_incorrect_option_generation
task1381-e9ca12cb91ad4a3ab7cbd8aaa7b499c9
You are given a sentence, a question and two answer options. Your task is to write down the index ('A' or 'B') of the **incorrect** option for the given question. Sentence: Mike's truck is slower then his car. Question: If he drives both for an hour on the freeway, which will have gone the smaller distance? (A) truck (...
B
task820_protoqa_answer_generation
task820-e5786e16a165466680ea0598259cd710
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 the best part of the grocery store to pick up a date
bakery
task405_narrativeqa_question_generation
task405-84dd0dffd5c14a9b97071fbe94e9107b
You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont...
Where does Danny hide a gun prior to the drug deal with Pooh Bear?
task606_sum_of_all_numbers_in_list_between_positions_i_and_j
task606-bc16d31cb6eb49a28a567bc8a0810ca4
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...
14664
task385_socialiqa_incorrect_answer_generation
task385-baa0491992834de0aee6b614d5d41214
In this task, you're given a context passage, a question, and three answer options. Your task is to return an incorrect answer option to the question from the choices given. For all questions, only one of the three answer options is correct. Pick one of the two incorrect answer options as the output. Context: Because s...
A
task091_all_elements_from_index_i_to_j
task091-8b6733197a2045dc8f053200e9e84bbb
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, 9, ['9681', '9533', 'O', '5659', '...
5659, L, 7019, G, 5125, 455
task183_rhyme_generation
task183-020bb408301b4cb292f7bd6b35598442
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" weather
get-together
task1510_evalution_relation_extraction
task1510-95eafa60bd0f4e2f8514b55a543d126d
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. room is ...
room IsA apartment
task1310_amazonreview_rating_classification
task1310-ee56dce47ac74fc5bf3f47c1d46c6066
In this task, you're given a review from Amazon. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good. I like the built in runners for hanging files but the drawers do not fully extend. This makes it ...
4
task194_duorc_answer_generation
task194-68fb8250e8d64b548cef591655cdeb3f
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. Admiral is a historical fiction film set in Russia during the time of the 1917 revolution. The plot centers on Admiral...
Answer: Historical fiction
task405_narrativeqa_question_generation
task405-cb497f451f5c4e1ca808a68a75f287ea
You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont...
What does Melvin use to eat at the restaurant?
task379_agnews_topic_classification
task379-641d2bc0557044d4a31c3f5618a75927
In this task, you are given a news article. Your task is to classify the article to one out of the four topics 'World', 'Sports', 'Business', 'Sci/Tech' if the article's main topic is relevant to the world, sports, business, and science/technology, correspondingly. If you are not sure about the topic, choose the closes...
Sci/Tech
task1504_hatexplain_answer_generation
task1504-8c77c8c7216945c49a88fe99961019c1
The input is a tweet which can be Hate Speech or Offensive. Given such a tweet, output a phrase from the tweet that makes it hate speech or offensive. The output should contain only one such phrase. The output has to be from within the tweet itself. Do not generate words or phrases not present in the tweet. so i am not...
the kike weev
task576_curiosity_dialogs_answer_generation
task576-fb5d38804932457686db9d7ea66839d7
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. Hi! What can you tell me about Honduras? Spanish conquest caused Honduras to become part of Spain's vast empire. Thank you for hte i...
Spanish conquest caused Honduras to become part of Spain's vast empire.
task113_count_frequency_of_letter
task113-6030e7715bb44554896b625f38c7bdba
In this task, you need to count the number of times the given letter appears in the given sentence. Sentence: 'a group of people standing around a table covered in pizzas'. Find frequency of the letter 'e'
5
task111_asset_sentence_simplification
task111-9d37bff782f84513a57ebdb6f900834e
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...
Bangui manufactures several products. These include textiles, food, beer, shoes, and soap.
task322_jigsaw_classification_threat
task322-8cb755b2c6774fb3897191d1e3634599
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: threat and non-threat. Threat is a statement that someone will be hurt or harmed, especially if the person does not do something in particular. Comment: Maybe people should pay their drug bill....
Threat
task574_air_dialogue_sentence_generation
task574-0c41e29e6c6a4b6ab334a5fe50bc7584
In this task, you're given a dialogue between a customer and a flight booking agent with a gap in the conversation. Your job is to find the answer of the previous dialogue. Avoid using irrelevant extra information while creating the answer. The answer should be relevant to the question before the blank. If you fill the...
agent: Thanks for waiting there is no reservation found on your name.
task924_event2mind_word_generation
task924-f87d1a10b50944e299f98f2b48ae5979
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 takes PersonY risk. Intent:. XEmotion: 1) sa...
grateful
task398_semeval_2018_task1_tweet_joy_detection
task398-677df04e89884c72821c40a4484d1ba4
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. I truly believe in my heart right now that Satan is rejoicing because we are all against one another
Not happy
task1309_amazonreview_summary_classification
task1309-6af07b06ed5745c3a63757502b8461c6
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 wasn't able to use this. Unfortunately I was in s...
True