task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task162_count_words_starting_with_letter
task162-38b9421e01ee40779e61ac430fae9a78
In this task, you need to count the number of words in a sentence that start with the given letter. Answer with numbers and not words. Sentence: 'the toilet is empty and the seat is up'. How many words start with the letter 't' in the sentence.
3
task1310_amazonreview_rating_classification
task1310-aa0b93c84d9242bd8c17e26889fe1ffc
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. The pillow is super easy to carry. However, it does not provide the feeling or the support of a r...
2
task327_jigsaw_classification_toxic
task327-5542c98700474a97a907d43672893b54
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: toxic and non-toxic. Toxicity is defiend as anything that is rude, disrespectful, or unreasonable that would make someone want to leave a converation. Comment: saveyourpfd.com
Non-toxic
task1346_glue_cola_grammatical_correctness_classification
task1346-44adbcb1761b4c06a136c5e2fa936224
You will be given a sentence. Check whether the sentence is grammatically correct and is meaningful. If the sentence is grammatically correct, then answer with '1', otherwise answer with '0'. The drunk hugged the lamppost.
1
task592_sciq_incorrect_answer_generation
task592-6bdb32b252fa4d618d9588bed68b2fae
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. Hair is a component of which bodily system?
trypeta system
task337_hateeval_classification_individual_en
task337-cdb5a7f596a74a249cb5db20155f061c
In this task, you are given a hateful post in English from online platforms. You are expected to classify the target being harassed in the post as individual or generic, i.e., single person or a group of people. Note that the URLs in the text have been replaced with [Link]. Post: DRAKE! I WILL RIP YOUR HAIR OUT IF I SE...
Individual
task518_emo_different_dialogue_emotions
task518-778e53337b94481a8ae85c2b2de66f7a
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: 'just shut up i wanted to say shut your mouths p dont irritate often by msgng'. Dialogue...
no
task285_imdb_answer_generation
task285-81b6ce2db0844175a06a1d5ecf10c36d
In this task, you are given a review of a movie and a boolean question whether this review has positive sentiment or negative sentiment. Your task is to generate answer "yes" when the tweet has that particular sentiment, otherwise generate answer "no". Review: This episode of Twilight Zone combines a silent section (18...
no
task156_codah_classification_adversarial
task156-47832d20cd1a42f4a0e4a07b11551ee3
Given a prompt and four completions, select the completion that is the most plausible in continuing or answering the prompt. This task is designed to test common sense and has various categories ranging between idioms, negated statements, polysemy, subject referencing, and quantitative reasoning. Generate either Comple...
Completion A
task286_olid_offense_judgment
task286-78eb86abbe0d4545a89d6c9a0ec83f6e
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
task589_amazonfood_summary_text_generation
task589-eacb2d6cd7084906909fd8880b2c98e0
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. Great low cal snack... satisfies the crunchy, snacky, salty cravings without high calories. All flavors are goo...
Love these!
task280_stereoset_classification_stereotype_type
task280-ef41fe4d64b34005b8b2cf57d30c1e6b
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 ...
Religion
task123_conala_sort_dictionary
task123-15b057e5df0f4211b45ca406bdcbcef6
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': -86, 'second': 60}, {'first': -37, 'second': 28}, {'first': -23, 'second': -83}, {'first': -5, 'second': -40}, {'first': 22, 'second': 50}, {'first': 31, 'second': -81}, {'first': 31, 'second': -4}, {'first': 32, 'second': 88}, {'first': 34, 'second': -28}]
task616_cola_classification
task616-f68e658e6e3a4002b4ba5ff413a6109a
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
task405_narrativeqa_question_generation
task405-5e05b2b47c3942ae847a1e488445e906
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...
Who is coming to town to investigate the corrupt Russian officials?
task405_narrativeqa_question_generation
task405-37b77460c763438ba841c8c70f11d0ae
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 Alice wake up?
task506_position_of_all_alphabetical_elements_in_list
task506-49a52c60ab7347d384e34dd60f6eafef
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 alphabetical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no alphabetical element is in the list. ['O', 'v', '...
1, 2
task1661_super_glue_classification
task1661-d4427ea38ffc40848cdd824da52ee5f4
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: Ice Breakers candy -- Ice Breakers manufactures and sells several mint and chewing gum products including, cool m...
1
task901_freebase_qa_category_question_generation
task901-c4c90f0994984b739a3111fdae74e790
Given a broad category, generate a trivia-type question based on a specific entity in that category. The question should be non-ambiguous. External resources such as Wikipedia could be used to obtain the facts. fictional_universe
In Greek mythology Deianeira was the wife of who?
task1508_wordnet_antonyms
task1508-d90c082d461745ca8b341aef5f59c6a6
Given an adjective, generate its antonym. An antonym of a word is a word opposite in meaning to it. nonspecific
specific
task618_amazonreview_summary_text_generation
task618-681718af536341e7b826cb9a5b8e60cf
In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review. Never really worked right. Top section breaks off with light use. Second one like this. This is less than two weeks old.
Second one like this. This is less than two weeks old
task472_haspart_classification
task472-aafa1c967f4a489db3bb65a2c858a82f
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
task1293_kilt_tasks_hotpotqa_question_answering
task1293-b6fb193739f74cd48f3f0e67f907eefb
In this task, you are given a question. You have to answer the question based on your information. Which is a group of food stores, Lam Research or Darden Restaurants?
Darden Restaurants
task177_para-nmt_paraphrasing
task177-895e27420424432f8849a5187a5af157
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. i want to have a little talk with him about that .
i 'd like to talk to him about it .
task116_com2sense_commonsense_reasoning
task116-1b15b848e8214247bff7195654409d07
You will be given a piece of text either about an everyday event, or a general statement. If the event seems a plausible event to you, or the general statement makes sense matches your commonsense, output 'True', otherwise output 'False'. Jerry keeps the pair of rain coat with her, because the weather is too hot.
False
task684_online_privacy_policy_text_information_type_generation
task684-a6e3cd4aa87a410b9fd3e6d749ad04e9
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 A user's unspecified information is retained for an unspecified duration to fulfill an...
Unspecified
task283_dream_incorrect_answer_generation
task283-89a48bda8f8241aeab46df788e488b09
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 long will we stay at the cam? W: We'll stay the...
On August 7th.
task322_jigsaw_classification_threat
task322-fb51a26479374e6dab169eadd490c7d6
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: Seriously. The kid was camping in the b...
Threat
task323_jigsaw_classification_sexually_explicit
task323-ca9f5249a8454a21ab9a23c29952335f
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: sexual-explicit and non-sexual-explicit. A comment is considered sexual-explicit if it explicitly portrays sexual matters. Comment: Several light years off topic.
Non-sexual-explicit
task1311_amazonreview_rating_classification
task1311-31f9ec52030d423ead672153130fc4e6
In this task, you're given a review from Amazon and rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good. Your task is to generate whether the rating matches the review or not. Answer with "True" if the sentence belongs to that...
True
task183_rhyme_generation
task183-5626ed27319d4f858dfd773d7414572f
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" set
rhett
task848_pubmedqa_classification
task848-3e7632859ecc43c3845bce2f31e9d024
Given a passage classify if the passage has a definite objective/aim/goal or not. Output '1' if the passage has a defininte objective/aim/goal and output '0' if the passage does not have a definite objective/aim/goal. Vulvovaginitis has a known association with urinary tract infections (UTIs) in girls. We hypothesize t...
0
task285_imdb_answer_generation
task285-902b507792d949dfbc3c5faa87bd6667
In this task, you are given a review of a movie and a boolean question whether this review has positive sentiment or negative sentiment. Your task is to generate answer "yes" when the tweet has that particular sentiment, otherwise generate answer "no". Review: This film quite literally has every single action movie cli...
yes
task169_strategyqa_sentence_generation
task169-01ee4ba24c31448c91651e4ea1be70e5
In this task, you are presented with a term, a question, and a yes/no answer. For context, the term is associated with a short description. Write the simple facts one needs to know in order to answer the given question. The facts should be easily found on the web (e.g. mentioned in a Wikipedia page) Term: Chinchilla, D...
Fact1: Chinchillas are native to the continent of South America Fact2: Madagascar featured animals native to the continent of Africa
task588_amazonfood_rating_classification
task588-757064bb08bc4c55a1f4243c6070a8f8
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. PAMELA'S OAT CHOCOLATE CHIP COCONUT WHENEVER BAR, with a glass of cold ...
3
task303_record_incorrect_answer_generation
task303-4228493179cf4899a67fd45e7cbaa8f0
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 ...
Qatar
task756_find_longert_substring_and_return_all_unique_alphabets_in_it
task756-702058c4381c4ae09a80164f75878c93
In this task, you are given two strings A,B. Find the longer of the two lists, convert it to lowercase, and return all the unique alphabets used in it. The two input strings are never equal. aNBjmWtmbErbLApJdUBBXqlLiabrJ, xOJwFLSDErbLApJdUBBgUXeDrIhk
a, b, d, e, i, j, l, m, n, p, q, r, t, u, w, x
task074_squad1.1_question_generation
task074-8ef63a3c4fea486085ef0963011151b2
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 is another thing that Gregor Mendel was the first to demonstrate?
task103_facts2story_long_text_generation
task103-137d35d6dff04c39a31d7dfff030a8f1
In this task, five ordered key facts are given. All the given facts are expressed in natural language. Your job is to generate a story 100 to 1000 words long, that includes all the facts given as input in their order of appearance while expanding upon them to produce a broader, yet coherent, narrative. Fact1: Pandurang...
Panduranga Rajkumar and Parvathi Madhavi hail from middle class families with the sole intention of earning money, Panduranga wants money to make his sisters lead a happy life and also wants to escape from his uncle Tarle Tammayya Balakrishna who forces him to marry his daughter. After failed attempts, Panduranga and P...
task1217_atomic_answer_generation
task1217-4b3ff4980d1741298e47411fd6c5aff7
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 ties ___ together
rope
task1217_atomic_answer_generation
task1217-31c5f002ff1f40b0a523c753cf997cd5
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 injures ___ badly
the man
task067_abductivenli_answer_generation
task067-493f0a95196f4acf89c4eabdf3bb6fad
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...
Bill decided to focus on his priorities.
task496_semeval_answer_generation
task496-4c558845ede44c459b810fea2418546e
Given news headlines, an edited word and funniness labels. The original sentence has word with the given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Your task is to generate answer "Yes" if an edited sentence matches funniness label, otherwise generate answer "No". ...
No
task390_torque_text_span_selection
task390-706dd543777a4227ab7542a5096f2185
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 fl...
killed
task413_mickey_en_sentence_perturbation_generation
task413-f870d9df4a01493ebf5ecc8208e7b1be
Given a sentence, generate a new sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true. You are ...
You are likely to find a shark in salt water.
task155_count_nouns_verbs
task155-9dd986efb5434b23afcc333edf281c5a
In this task, you need to count the number of nouns/verbs in the given sentence. Sentence: 'a wooden stick figure and an orange pot with berries and leaves'. Count the number of nouns in this sentence.
4
task303_record_incorrect_answer_generation
task303-742ea1d50cb14f14a69410b049a0d601
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 ...
First Spider
task649_race_blank_question_generation
task649-5e4985ad37b04340840235f5d8c63bf9
In this task, you're given an article and an answer. Your task is to generate the fill-in-the-blank question for this answer based on the given article. The blanks are always at the end of the question, and can be filled with more than one word or phrase. Article: When I was in junior high school, I was really a bad bo...
Mr.Oven criticized me a lot because _ .
task568_circa_question_generation
task568-c95da2bb56994a0b966ce3571b13b143
In this task, you are given an answer, and your task is to generate a reasonable question for that answer. I have to commute a really long way.
Do you work here in town?
task285_imdb_answer_generation
task285-8f90af89b5a2431884ac375d074748f4
In this task, you are given a review of a movie and a boolean question whether this review has positive sentiment or negative sentiment. Your task is to generate answer "yes" when the tweet has that particular sentiment, otherwise generate answer "no". Review: I saw Brigadoon on TV last night (12 Sept 2009). I am 61 ye...
no
task389_torque_generate_temporal_question
task389-803925b2b97348c9925de720e6b5c0fa
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 might happen when parliament votes?
task105_story_cloze-rocstories_sentence_generation
task105-29a18c61a7e6401da9fd38969436bb05
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: It was thanksgiving day. Sentence2: Everyone finished eating and was very bored. Sentence3: I wen...
We all played touch football and had a great time.
task293_storycommonsense_emotion_text_generation
task293-ba506d359a04452f8f18929a4c0d3c78
In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to return one of the emotions which are expressed by the Character in the given sentence. For ...
upset
task679_hope_edi_english_text_classification
task679-d911c28eda3544da8f9e1d9036c57375
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 She is now she came out a few months back and I’m there for it
Hope Speech
task183_rhyme_generation
task183-6701ec3d15564970893a5b456de0ed63
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" group
sloop
task609_sbic_potentially_offense_binary_classification
task609-eee737466d064798a568b28011f1930f
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
task405_narrativeqa_question_generation
task405-dad9aaa008fd43009f8b8f155ec5b644
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...
Worms are often considered terrestrial animals? What kind are they really?
task413_mickey_en_sentence_perturbation_generation
task413-35350a424fb84e1cacab8de7b357fd62
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. People w...
People with money can pay for chickens for sale .
task098_conala_list_intersection
task098-2860f5dfcbc54ab9910765d7e2f9475a
In this task you will be given two lists of numbers and you need to calculate the intersection between these two lists. The intersection between two lists is another list where every element is common between the two original lists. If there are no elements in the intersection, answer with an empty list. Your list of n...
[1, 3, 4, 9]
task002_quoref_answer_generation
task002-c27eefe69bc54305954960a049dd5a68
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: Following the conquest of Constantinople, Mehmed II immediately set out ...
Constantinople.
task638_multi_woz_classification
task638-73e4c2d597a246bfb95beb022d6b1d73
You are shown a conversation between a user and system. Identify who has spoken the indicated sentence based on the conversation. Sentence1: Not right now, but could I please get the address for the hotel? Sentence2: Certainly. All Saints Church is in postcode cb58bs. Can I help you with something else today? Sentence3...
Answer: (B) System
task246_dream_question_generation
task246-799ea0e5f6fa4b4098417a8ac3aaefeb
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 probable relationship between the two speakers? (A) Walter and customer. (B) Patient and doctor. (C) Wife and husband.
task384_socialiqa_question_classification
task384-eabefbdc8a724c4081734d02a50a33e7
In this task, you're given a context passage, an answer, and a question. Your task is to classify whether the question for this answer is correct or not, based on the given context with commonsense reasoning about social situations. If its correct ,return "True" else "False". Context: Taylor sprained her ankle and had ...
True
task1206_atomic_classification_isbefore
task1206-d842d458527f4f9ca0514b2374503d26
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
task636_extract_and_sort_unique_alphabets_in_a_list
task636-88dfba182f6c4a0d92d5341acc49479d
In this task, you are given an input list A comprising of numbers and alphabets. You need to extract and sort the unique alphabets in the list. The alphabets in the input list will only be in lowercase. Return -1 if there is no alphabet in the input list. ['o', '7951', '7891', '6121', '7849', '5321', 'o', 'j', 'g', 'l'...
d, g, h, j, l, m, n, o, r, v
task1608_xquad_en_answer_generation
task1608-f05e4b0e70e3492f819fac4c262272e4
Answer the question from the given passage. Your answer should be directly extracted from the passage, and it should be a single entity, name, or number, not a sentence. Passage: The first buildings of the University of Chicago campus, which make up what is now known as the Main Quadrangles, were part of a 'master plan...
the Main Quadrangles
task183_rhyme_generation
task183-5f527da62f7b4e8dbfd48956fa0ab18b
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" observe
verve
task956_leetcode_420_strong_password_check
task956-ffbb51381ea7494cbf9b15c8cc3c183e
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit...
2
task901_freebase_qa_category_question_generation
task901-ed8b900996294072971478dd823c5c19
Given a broad category, generate a trivia-type question based on a specific entity in that category. The question should be non-ambiguous. External resources such as Wikipedia could be used to obtain the facts. music
Who wrote the opera 'Girl of the Golden West' in 1910?
task637_extract_and_sort_unique_digits_in_a_list
task637-1412d975937b46b390c87186d22b5a3b
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. ['q', '449', 'p', 'e', 'j', 'z', 'f', '105', 'i']
0, 1, 4, 5, 9
task080_piqa_answer_generation
task080-0bf1516d49dc42f6ad27ed4e36487c03
In this task the focus is on physical knowledge about the world. Given the provided goal task in the input, describe a process that would lead to the asked outcome. This process often involves physical motions with objects, such as moving them, arranging them in a certain way, mixing them, shaking them, etc. To proof ...
Add 325 grams yeast to 110 degree water in a bowl, then add a half tablespoon of sugar to the water and mix it in.
task293_storycommonsense_emotion_text_generation
task293-186539ed18614a288ee7548ca427c2f7
In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to return one of the emotions which are expressed by the Character in the given sentence. For ...
dissapointed
task141_odd-man-out_classification_category
task141-7ef230d65b364a3695b30db942499301
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: location (proximity) Words: on top of, close, near, not open, closest
not open
task934_turk_simplification
task934-410f2aa754d643d1b88ac09c879ab4f5
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. shortly after attaining category 4 status , the outer convection of the hurricane became ragged.
shortly after becoming a category four , the outer convection of the hurricane became worn-out.
task924_event2mind_word_generation
task924-5722307a5a4d4becb6935aa7280358e1
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 carries PersonY's ___ into effect. Intent:. ...
grateful
task1312_amazonreview_polarity_classification
task1312-b7fa83f9d81848e9bc99fbf4a1abe382
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 like this dust proof kit. All the pieces fit well and are sturdy. That being said, the PS4 Pro is designed to run with a steady flow of air. The f...
positive
task067_abductivenli_answer_generation
task067-d87d30ab62114a84b26e4189a04c28a5
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 was friendly to all my coworkers.
task1217_atomic_answer_generation
task1217-d33e10166c564519bdcd703f2ec47787
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 twists ___ badly
hand
task429_senteval_tense
task429-1bd064edccf7448bac5238f5ce709e0c
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". We'll find a place where you can see the battlefield and test out your abil...
Past
task1510_evalution_relation_extraction
task1510-53bd6be71ad94251a7913a6c7f33bd5d
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. quiet ca...
quiet Antonym talk
task413_mickey_en_sentence_perturbation_generation
task413-9e75be458a7743c39893f305703aef12
Given a sentence, generate a new sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true. You are ...
You are likely to forget a snake in the wood .
task923_event2mind_classifier
task923-402d4fddecaa47ec9d0da7f746395b4f
You are provided with an "Event" and it's "Intent" related to PersonX. Determine the sentiment value of the given input as either "Positive", "Negative", and "Unknown". Event:PersonX hits a pole. Intent: 1) to be mean 2) a bike
Unknown
task378_reverse_words_of_given_length
task378-6aff8fda0f9f44659cf890ef6fed359c
In this task, you need to reverse 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 large bus is on the street near a stop sign'. Reverse all words of length '6' in the given sentence.
a large bus is on the teerts near a stop sign
task1443_string_to_number
task1443-c9b4daf74b3b453cbb4c19a6c83229c9
In this task you will be given a string that only contains single digit numbers spelled out. The input string will not contain spaces between the different numbers. Your task is to return the number that the string spells out. The string will spell out each digit of the number for example '1726' will be 'oneseventwosix...
59987
task089_swap_words_verification
task089-5c20f4b8fb0e4a1098ff544a075cd52c
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...
(6, 7)
task335_hateeval_classification_aggresive_en
task335-f102f61cef5f484c8d0a2830608ec862
In this task, you are given a hateful post in English from online platforms. You are expected to classify the post into two classes: aggresive or non-aggresive. An aggresive post is one that expresses feelings and opinions in an abusive way and tries to dominate others. Note that the URLs in the text have been replaced...
Non-aggresive
task1368_healthfact_sentence_generation
task1368-f433f71619694c31b24c32dfac67d264
Given a paragraph, generate a claim that is supported by the given paragraph. 1) The claim must contain information from within the paragraph. 2) A sentence within the paragraph can be used as a claim. 3) The claim should not have contradictions within the paragraph. 4) The claim should be at most one sentence long. Fa...
As virus makes goodbyes hard, fears of many more rise in US.
task568_circa_question_generation
task568-9eb9792aa4694230a1988d32c6b4f048
In this task, you are given an answer, and your task is to generate a reasonable question for that answer. I was robbed at gunpoint yesterday.
Have you been a victim of crime here?
task367_synthetic_remove_floats
task367-d5fbc5c8858849559401fcb7864ae692
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. [30.606, -53, -51, 58, 11, -6.79...
[-53, -51, 58, 11, -57, 3]
task1294_wiki_qa_answer_verification
task1294-18a33b67c9a342c4b7a0c4c12a282f55
In this task, you are given a question and an answer. Answer "Yes" if the given answer correctly answers the question, otherwise answer "No". what are the Declaration and Resolves of the First Continental Congress about, Answer: The Declaration and Resolves of the First Continental Congress (also known as the Declarati...
Yes
task327_jigsaw_classification_toxic
task327-f89daf4e862f467888d785537e9db40e
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: toxic and non-toxic. Toxicity is defiend as anything that is rude, disrespectful, or unreasonable that would make someone want to leave a converation. Comment: Dai, to clarify, you can put up a...
Non-toxic
task283_dream_incorrect_answer_generation
task283-3bf2aa45fc734495b5fe2e3cbd69dd92
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". Boy: Dad, Dad! Can I have some money to buy a Game Boy...
Using it is a simply a waste of time.
task074_squad1.1_question_generation
task074-8e2f5b19a3394f28af98b33b6c8d931e
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 shape do grapes usually resemble?
task1725_civil_comments_severtoxicity_classification
task1725-d5a5296302fb4d53ade1e3a09154c5f4
Categorize the comment on the basis of severe toxicity. If the comment is severely toxic output Yes, otherwise output No. Right, Alaskans should ante up! Alaskans should pay taxes and give up the PFD so that business as usual should go on and on. Alaskans should foot the bill and keep things going while the chain store...
No
task1509_evalution_antonyms
task1509-d040137292a44618957c0fd0270b589e
In this task, you are given an adjective, and your job is to generate its antonym. An antonym of a word is a word opposite in meaning to it. person
nobody
task1495_adverse_drug_event_classification
task1495-6241a71669224122b8d6747ccd005362
Adverse drug reactions are appreciably harmful or unpleasant reactions resulting from an intervention related to the use of medical products, which predicts hazard from future administration and warrants prevention or specific treatment, or alteration of the dosage regimen, or withdrawal of the product. Given medical c...
non-adverse drug event
task588_amazonfood_rating_classification
task588-181f2b75763244f298e285743f5adfba
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. Honestly the first time I tried Jamaica me crazy I had to double check ...
2
task1505_root09_semantic_relation_classification
task1505-e44e837de2b948f3b6e750d4516ba2ab
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific ...
HYPER
task111_asset_sentence_simplification
task111-5012eac146ca43959486c60b7b3c4055
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...
Annaser is a football club based in Benghazi, Libya.
task430_senteval_subject_count
task430-1526f885b33248e8b6bf922512a9c62c
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 resolve fueled his limbs, forcing them to move faster.
Singular