task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task160_replace_letter_in_a_sentence
task160-f7e9d422e1ca40b596e1a06fc7a41d08
In this task, you need to replace a letter in the sentence with another given letter. Sentence: 'a person working on a very large kite'. Replace the letter 'a' with 'm' in the sentence.
m person working on m very lmrge kite
task428_senteval_inversion
task428-a06eab38067f411286e8cc38f493d4ee
In this task you are given a sentence. You must judge whether there exist two consecutive words within the sentence with flipped orders, that is, whether the sentence will make sense and be correct if the order of two consecutive words changes. Label the instances as "Inversion" or "Original" based on your judgment. I ...
Inversion
task1446_farthest_integers
task1446-e510e58d38e84e37940fc40aac4768dd
In this task you will be given a list of integers. You should find the maximum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the largest possible absolute distance. [-74, -66, -21, -5...
102
task153_tomqa_find_location_hard_clean
task153-0173c18494a44041acebd2be33b063ef
Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's beli...
green_cupboard
task850_synthetic_longest_palindrome
task850-ad17ee8e07e4405188ed6f3d255398ba
In this task you will be given a string and you should find the longest substring that is a palindrome. A palindrome is a string that is the same backwards as it is forwards. If the shortest possible palindrome is length 1 you should return the first character. hbuuuuhuuuu
uuuuhuuuu
task1422_mathqa_physics
task1422-1d9d821b09eb4c0cad51f58c10a1e3a2
In this task, you need to answer the given multiple-choice question on the physics. Classify your answers into 'a', 'b', 'c', 'd', and 'e'. Problem: x can finish a work in 20 days . y can finish the same work in 16 days . y worked for 12 days and left the job . how many days does x alone need to finish the remaining wo...
d
task384_socialiqa_question_classification
task384-2c2aa31adbde4627aec52b71c1b518a8
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: Aubrey gave Kai an idea for the or...
False
task1443_string_to_number
task1443-8b838bb6916f47faba92e55684fc4ce0
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...
66495533685
task1601_webquestions_answer_generation
task1601-fe740d7576a744fcb4cac5a69dd8cf8a
Based on the given question and tppic, give an answer. The answer is available on on the internet. The questions are mostly centered around a single named entity. concept: Netherlands question: what kind of money do the netherlands use?
['Euro']
task183_rhyme_generation
task183-b6e1f5ca0d7a4dd19d9783c91f7464a6
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" tool
gurule
task609_sbic_potentially_offense_binary_classification
task609-317d40cd18bb4d438e88c147974e2b2a
In this task, you are given a text from a social media post. Your task is to classify the given post into two categories: 1) yes if the given post is potentially offensive to anyone (i.e., a subset of people, any particular person, etc.), 2) no, otherwise. Note that potentially offensive posts can contain sexual, racia...
Yes
task413_mickey_en_sentence_perturbation_generation
task413-0fd21363ff3a4e24ac3f94e7a1027d1c
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. We put m...
We borrow money in the bank .
task1712_poki_classification
task1712-9964805ba4b34befbbed2b470911d3c4
You are given a short poem which is written by a kid. Your task is to predict if the kid is in elementary school or high school. Anyone who is from grade 1st to 6th-grade will be considered as in elementary school, and 7th to 12th-grade kids will be considered as in high school. There are only two possible outputs, i.e...
high
task1347_glue_sts-b_similarity_classification
task1347-474d4e420f8e48d98a03b8234e0bf1db
Evaluate the similarity between them and classify them into classes from 0-5 as follows: 0 : The two sentences are completely dissimilar. 1 : The two sentences are not equivalent, but are on the same topic. 2 : The two sentences are not equivalent, but share some details. 3 : The two sentences are roughly equivalent, b...
1
task291_semeval_2020_task4_commonsense_validation
task291-00b70f825c6843af90e53506a8dd4140
In this task, you are given two natural language statements with similar wording. You must choose the statement that makes less sense based on common sense knowledge. A ' ' separates the statements. Use "first" or "second" to indicate which sentence makes less sense. You would find a tree in stone You would find a tree...
first
task751_svamp_subtraction_question_answering
task751-d3d218bb36ee4502b688786b3902d365
You are given a math word problem and you are supposed to only use subtraction on the numbers embedded in the text to answer the following question and then only report the final numerical answer. Context: Jake has 3 fewer peaches than Steven who has 8 more peaches than Jill. Steven has 5 peaches. Question: How many...
5
task606_sum_of_all_numbers_in_list_between_positions_i_and_j
task606-89f06c4be9ea4de9a189496b1b75e1a4
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...
39710
task1289_trec_classification
task1289-4c1d3479ee224385a44940d95ea3c559
You are given a question. You need to detect which category better describes the question. A question belongs to the description category if it asks about description and abstract concepts. Entity questions are about entities such as animals, colors, sports, etc. Abbreviation questions ask about abbreviations and expre...
Person
task897_freebase_qa_topic_question_generation
task897-7f1f2a3ef59243778e3402639a782cbb
Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question. don't rain on my parade
Don't Rain on My Parade and Second Hand Rose are songs from which musical?
task852_synthetic_multiply_odds
task852-4ccdd826cea248b785badf65b2970945
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 odd 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 odd numbers in an inner list you shoul...
[11, 0, -875, 6615, -27, -11, -33, 3225, -21, 0, 47385, -287, 33, -525, 56889]
task027_drop_answer_type_generation
task027-c0ccddb95e844f729b864ea2c2e74ae0
This task involves annotating the answer type to a given question that involve some kind of complex reasoning (including numerical reasoning). Note that the questions require looking at more than one part of the passage to answer. There are 3 possible answer types (i) spans, (ii) numbers and (iii) dates. If the answer ...
number
task284_imdb_classification
task284-4525154072394d1fbd2191579b42c7eb
In this task, you are given a review of movie. Your task is to classify given movie review into two categories: 1) positive, and 2) negative based on its content. Having not seen all the films released in 2002, I can't say that this is the best film of the year. I can say that it is the best film I have seen all year. ...
positive
task477_cls_english_dvd_classification
task477-4c3539466886472695ef542505fb8c37
In this task, you are given product reviews about dvds. The goal is to classify the review as "POS" if the overall sentiment of the review is positive(the reviewer is satisfied) or as "NEG" if the overall sentiment of the review is negative(the reviewer is not satisfied). A Doris Day Attitude . Who doesn't like Doris D...
POS
task303_record_incorrect_answer_generation
task303-1a0d99a866b74717b99ec0211de50d4c
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 ...
America
task1311_amazonreview_rating_classification
task1311-29ee370f05d445e29a055aa497c705a3
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
task372_synthetic_palindrome_numbers
task372-f599d64aed06488b8376d597b497dbd1
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....
[-141, -898]
task155_count_nouns_verbs
task155-9cdcba2a6c35497d9432426121bc381c
In this task, you need to count the number of nouns/verbs in the given sentence. Sentence: 'Someone holding a basket with two hot dogs'. Count the number of verbs in this sentence.
1
task504_count_all_alphabetical_elements_in_list
task504-d1964603cfad4b159c3cf56d4d652f14
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 ['6795', 'p', 't', 'H', '4627', 'r', 'B', '3861', '6079', '7535', 'R', 'L', '...
12
task101_reverse_and_concatenate_all_elements_from_index_i_to_j
task101-f1b327e4c25045ecb2620ed5163e8622
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 find all elements of A from the ith element to the jth element, reverse the order in which they occur, and then concatenate them to output the resultant string. i and j will be non-negative, and will always have a va...
rOAv1375
task161_count_words_containing_letter
task161-b7f4845ac7d6449f949a11ef72a3b48b
In this task, you need to count the number of words in a sentence that contain the given letter Sentence: 'a young boy throwing a baseball in the outfield'. How many words contain the letter 'q' in the sentence.
0
task071_abductivenli_answer_generation
task071-6f172afb640144e2be68ffd81d2e3169
In this task, you're given the beginning and the middle of a three-part story. Your job is to complete the short story by writing a probable ending. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the endin...
One day a neighbor even gave him a second rock!
task075_squad1.1_answer_generation
task075-127c1da8b4804c05a9640dcbb6c9bade
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...
present and living
task1286_openbookqa_question_answering
task1286-7830767baa5646a38d8e7c4ce91df7a5
In this task, you are given a multiple-choice question and you have to pick the correct option. Answer with option indexes (i.e., "A", "B", "C", and "D"). What is likely true? (A) cacti will be in snowy regions (B) cacti will be in rocky regions (C) cacti will be in sandy regions (D) cacti will be in watery regions
C
task045_miscellaneous_sentence_paraphrasing
task045-c6dcc98ae86b476b9b556bf72425aa15
You are given a question, its answer, and a sentence that supports the question, i.e., the answer to the question is inferable from the sentence. In this task, you need to paraphrase the given sentence so that the paraphrased sentence still supports the question i.e. you can still infer the answer to the question from ...
When a bee has located a source of food, it sometimes does a lively dance to alert other bees in the hive to the food's location.
task405_narrativeqa_question_generation
task405-8a904281143847479d0c7d932210f44f
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 product of the mining operation is the government and business attempting to cover up?
task611_mutual_multi_turn_dialogue
task611-20447222a68440c48a29b6a5dea12c9e
In this task you are given a small conversation between two persons and 4 options on how the conversation should continue. Your job is to choose the most reasonable option. The conversation and the options are separated by a newline character. Each dialogue in the conversation are separated by a comma. F and M indicate...
B
task139_detoxifying-lms_classification_topicality
task139-589a59aa65b64c56be3b1d21b5396522
Given a prompt and two completions from a language model, select the completion that is more topical with respect to continuing the prompt. A prompt-completion pair is defined to be topical if the completion maintains relevance and logical succession (i.e. stays on topic) with the prompt. The flow from the prompt to th...
Completion B
task277_stereoset_sentence_generation_stereotype
task277-ad0e20b6752a40ce855e175a262eb90c
In this task, you are given a context sentence containing a blank (_). You are expected to fill the blank with one word to make the sentence convey a cultural stereotype. A stereotype is an over-generalized belief about a particular group of people. Your answer must not contain more than one word. Context: Many Norweig...
blond
task1596_event2mind_text_generation_2
task1596-70b75aff90db40b094ee5cda52a1b2a4
The task is to generate text based off of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons intent behind doing the event, i.e. why did the person do that action. PersonX squints PersonY's eyes
to block out the bright lights in his eyes
task398_semeval_2018_task1_tweet_joy_detection
task398-4dd6e5f3ef8641dab8641ec5b5ff8bbe
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. Nigga you thought you was gone play me ! 🤣
Not happy
task161_count_words_containing_letter
task161-844d1d70281e4c0d96518d3c0371ae2f
In this task, you need to count the number of words in a sentence that contain the given letter Sentence: 'a clock being displayed on top of a steel frame'. How many words contain the letter 'x' in the sentence.
0
task668_extreme_abstract_summarization
task668-1b98d1bee37a4fe28bf7a049b6259018
In this task, you are given the abstract of a research paper. Your task is to generate a summary of this abstract. Your summary should not be very short, but it's better if it's not more than 30 words. Machine translation is an important real-world application, and neural network-based AutoRegressive Translation (ART) ...
We develop a training algorithm for non-autoregressive machine translation models, achieving comparable accuracy to strong autoregressive baselines, but one order of magnitude faster in inference.
task899_freebase_qa_topic_generation
task899-73634e89843d4a40915ded604d32b80a
Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about. The site of Pompeii is dose to which city, the capital of Italy's Campania region?
campania
task303_record_incorrect_answer_generation
task303-5d57e4897e054f5da41d5405ab62d788
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 ...
Griner
task518_emo_different_dialogue_emotions
task518-f7b5ae3591564732890a6a488d9e5021
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: 'so please dont try to hurt my feeling well don't ask me to be your friend dont think th...
yes
task400_paws_paraphrase_classification
task400-e6e9a4b78c814eefb15354d399319a7f
In this task you are given a sentence pair from wikipedia that have high lexical overlap. If the sentences have the same meaning and are just paraphrases of each other label them as "Paraphrase" , if not label them as "Not paraphrase". The two sentences are seperated by a new line. The directed reading and thinking act...
Paraphrase
task611_mutual_multi_turn_dialogue
task611-e7344c6955764b29989bf34eca7a6532
In this task you are given a small conversation between two persons and 4 options on how the conversation should continue. Your job is to choose the most reasonable option. The conversation and the options are separated by a newline character. Each dialogue in the conversation are separated by a comma. F and M indicate...
B
task063_first_i_elements
task063-52c2fdddf6bd4247af102abe4f2a0f47
In this task, you are given inputs i and A, where i is an integer and A is a list. You need to output the first i elements of A, starting with the 1st element in A. i will always have a value less than the length of A 1, ['a', 'Y', 'l', 'v', '3769', 'c']
a
task847_pubmedqa_question_generation
task847-b3e0bf27e8b649d3b20ba8cb09b18437
Given a passage, construct a question on the basis of the information present in the passage. Construct the question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) it answer uses text phrases from the passage. Avoid creating questions that (i) can't be ...
Does 4-Hydroxyisoleucine ameliorate an insulin resistant-like state in 3T3-L1 adipocytes by regulating TACE/TIMP3 expression?
task405_narrativeqa_question_generation
task405-0806e1e588c340018d4433d97afd5500
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 took care care of Dominick's family while he was behind bars?
task934_turk_simplification
task934-1364c073ed1246edaf2cbf6a05fbc782
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. kingda ka is a roller coaster located at six flags great adventure in jackson township , new jersey , usa.
kingda ka is a roller coaster , the ride , located at six flags great adventure in jackson township , new jersey , usa.
task1359_numer_sense_answer_generation
task1359-9f3fd0a4ec9242feae62b3b7b1e7ea9e
Given a sentence, fill out the missing word with a 'no' or a number (between zero and ten). You should write the numbers with english alphabet, like: four instead of 4. Abortion remains legal for all ____ months of pregnancy, for virtually any reason.
nine
task385_socialiqa_incorrect_answer_generation
task385-f8271ba7fbab429e8a70fde74ba71cbe
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: With year...
A
task475_yelp_polarity_classification
task475-97a3f9f5bb04476bba4e3d471f3c0c3d
In this task, you are given Yelp reviews. The task is to classify a review as "POSITIVE" if the overall sentiment of the review is positive or as "NEGATIVE" if the overall sentiment of the review is negative. Yes, this is my second review. I liked it more the second time. We got two orders of the mini burgers and the t...
POSITIVE
task1217_atomic_answer_generation
task1217-f2ed83e04aa84755ad30d5b0cbd33a9e
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 leads the ___ astray
hyena
task374_synthetic_pos_or_neg_calculation
task374-2105e39a456f41e49c35730da7df7b50
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[231, 186, 38, 142, 166, 3, 270, 68]
task328_jigsaw_classification_insult
task328-430914111db74fdaa1108e5ee4ea0506
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: I knew she wouldn't be ambassador. Only gullible fools fell for the false rumor. I s...
Insult
task326_jigsaw_classification_obscene
task326-8ad1de606bb645b1b1dd2b7798dbbdbe
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: obscene and non-obscene. A comment is obscene if it is considered offensive to the public sense of decency, for example because it too obviously relates to sex or contains language regarded as ...
Obscene
task405_narrativeqa_question_generation
task405-eab6f29ebfd4444e893f4a1008f3898a
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 Marie St. Jacques profession?
task1596_event2mind_text_generation_2
task1596-6f6db4d10b1b4e4eb4931ed7be904101
The task is to generate text based off of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons intent behind doing the event, i.e. why did the person do that action. PersonX gives PersonY a piece of PersonX's mind
to vent
task1712_poki_classification
task1712-b5b527d252b1401db12bb77f7b5c4280
You are given a short poem which is written by a kid. Your task is to predict if the kid is in elementary school or high school. Anyone who is from grade 1st to 6th-grade will be considered as in elementary school, and 7th to 12th-grade kids will be considered as in high school. There are only two possible outputs, i.e...
high
task065_timetravel_consistent_sentence_classification
task065-1548ce7122c2495b8fb67f0c0c9f44d9
In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given two options and you need to select the one that best connects the first sentence with the rest of the story. Indicate your answer by 'Option 1' if the first option is correct, otherwise 'Optio...
Option 1
task469_mrqa_answer_generation
task469-316f3234e3574e6d9e6479c366eb9f29
Given a question and a context passage, generate the answer having the word or phrase from the context passage. Here, the answer should be a shortest continous span from the passage. Context: Eukaryotic cells have many specific functions, so it can be said that a cell is like a factory. A factory has many machines and ...
the golgi apparatus
task846_pubmedqa_classification
task846-30a1f8d029fe42f49fb622b3d3419a24
Given a passage with a question and an answer to that question, classify if the answer actually answers the question into 'yes' or 'no'. Output 'yes' if the answer answers the question and output 'no' if the answer does not answer the question. Question: Does centrifugation after irradiation of red blood cells accelera...
no
task820_protoqa_answer_generation
task820-21de74fd80994474b7d1b74b241b215e
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 a bad habit you wish you could get rid of by taking a pill.
lying
task848_pubmedqa_classification
task848-81a9586e183e4df794161506bbae58aa
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. Cardiovascular diseases are the most common cause of disability and death among subjects with non-insu...
0
task1660_super_glue_question_generation
task1660-d7086d446e9b4585968f688e43303c93
In this task, you are given Wikipedia articles on a range of topics, we ask you to write a question based on the content of the articles that can be answered in a binary manner i.e. True or False. Burn -- Burns that affect only the superficial skin layers are known as superficial or first-degree burns. They appear red ...
is there such a thing as 4th degree burns
task1510_evalution_relation_extraction
task1510-c26415ee2bfd4a94b3a02b156f016efc
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. Moon can...
moon Synonym satellite
task064_all_elements_except_first_i
task064-f7fc95184cee4f7ea972747301d56ba1
In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A after the first i elements. i will always have a value less than the length of A. 3, ['5591', '2251', '5713', '4273', '9063', 'b', 'O', 'x', '8187', 'G', '995', '8269', '8905', 'K', 'S', 'L', '8909'...
4273, 9063, b, O, x, 8187, G, 995, 8269, 8905, K, S, L, 8909, f, V, 9549, x, G, 3615, H
task177_para-nmt_paraphrasing
task177-ca91d86db29444288527463d56454884
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. member states may also indicate on their list those independent persons of standing who fulfil the requirements to be elected as chairman .
member states may also list on their list the recognised independent persons who meet the requirements for the chairperson of the advisory committee .
task929_products_reviews_classification
task929-7c3bbe27c1924834b9036308353d85c3
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. The product arrived in a very reasonable amount of time and was new as described. I would pu...
Good Review
task1595_event2mind_text_generation_1
task1595-090fe80ff27c45d89ab992de3a8ce538
The task is to generate text based of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons emotional reaction to the event, i.e. how that person feels after doing the action. PersonX takes up PersonY's residence
happy about it.
task207_max_element_lists
task207-9398ccec8a3a428e835db883242f7c14
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. [[-90, 74], [-162, ...
[74, 72, 87, -55, -19]
task898_freebase_qa_answer_generation
task898-7e749d5d8e7e420683a00e2511904543
Given an trivia question precisely answer the question with a word/phrase/name. External resources such as Wikipedia could be used to obtain the facts. From which English football club did Rupert Lowe resign when the club was placed into administration in 2009?
southampton
task924_event2mind_word_generation
task924-0ad10739c33e4b0d8944bf2245ead007
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 attempts PersonY explanation. Intent: 1) to ...
like there idea was usefull
task1217_atomic_answer_generation
task1217-e9eaf51f29d74f6d9791cfe3072d5c2d
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 wraps ___ around PersonY
ribbon
task303_record_incorrect_answer_generation
task303-586588d6d2b149e68e74fb2bf195a5bc
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
task088_identify_typo_verification
task088-13d41caaf0654de09ab68508ef3058ce
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 ...
oopened
task389_torque_generate_temporal_question
task389-1e580a71099d40d2bcf2922abf19eef5
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 the war?
task316_crows-pairs_classification_stereotype
task316-a364398dcca647d7b6fa31fa33f9b057
In this task, you are given a short passage that conveys a stereotype or an anti-stereotype. A stereotype is an over-generalized belief about a particular group of people(based on race, ethnicity, gender, age, abilities, etc.). An anti-stereotype is an idea that goes against a common stereotype. You are expected to cla...
Anti-stereotype
task592_sciq_incorrect_answer_generation
task592-8ee3a5e80026476bac3fc9dc214b1823
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 word describes any chemical that affects ...
toxin
task371_synthetic_product_of_list
task371-c790f3a46e4247c2a694d8b3dee26e73
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. [[1, -39, -14, 37, -47], [-49, 27, 30, -31, 1]]
[-949494, 1230390]
task1336_peixian_equity_evaluation_corpus_gender_classifier
task1336-98f0f38610d5480f9d4ef4ada0765ea3
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 conversation with my father was funny.
male
task499_extract_and_add_all_numbers_from_list
task499-1dd532c793434b43915aae29b0c6d580
In this task, you are given an input list A. You need to find all the elements of the list that are numbers and calculate their sum. ['i', 'o', '5363', '5937', 'x', '6705', 'w', '5495', 'E', '9823', 'F', '83', '8443', '5223']
47072
task596_mocha_question_generation
task596-8c81864226b943be85b720dce8b76d03
In this task, you're given a context passage. Your job is to generate relevant questions that can be answered by directly referring to the passage. Bailey asked Alex to send them the pdf for the school project but Alex never did.
What will happen to Bailey?
task565_circa_answer_generation
task565-9fd868c1412e48a38ae875908ede860d
In this task, you are given a question. Your task is to generate an answer that is relevant to the question. Have you ever done one of those mystery mazes?
I get confused very easily.
task456_matres_intention_classification
task456-4c2ec5cb948a42a18e5481d0f99769a9
You will be given a context and a verb separated with a newline character. You have to identify if the given verb implies an opinion, an intention, a wish or not. Please note that a verb refers to an intention only if it refers to an event planned to happen in the future and is not conditional (or part of a condition)....
No
task300_storycloze_order_generation
task300-efbc3594047b4592985ddf5eb33db0d7
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...
52143
task1551_every_ith_element_from_kth_element
task1551-8cec234267e645b0a828402668c93312
In this task, you are given inputs k, i, and A, where k and i are integers and A is a list. You need to find every ith element of A starting from the kth element. The process stops when the position of the next ith element exceeds the length of the list. 2, 3, ['6077', 'X', '959', 'W', '7627', '3355', '9445', '9163', '...
X, 7627, 9163, X, J, d
task384_socialiqa_question_classification
task384-de45ee5e46534bbeab55407215d35248
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 and I are neighbors and tod...
True
task499_extract_and_add_all_numbers_from_list
task499-6eeb5c488d45421092e6c389fad0e2b3
In this task, you are given an input list A. You need to find all the elements of the list that are numbers and calculate their sum. ['J', 'K']
0
task320_stereoset_classification_race
task320-87a06ff5420d40bca9e741624296906d
You are given a target race, and two sentences. Your task is to determine whether the second sentence is either a stereotype, anti-stereotype, or is unrelated with respect to the first sentence and the target. A stereotype is a widely held but oversimplified notion of a group of people. An anti-stereotype is an idea th...
anti-stereotype
task455_swag_context_generation
task455-b29a519cb0e941f9a8556a3431b3e7d0
Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement. In the living room, someone lays down some floor clothes for someone.
He quickly takes off his jacket.
task078_all_elements_except_last_i
task078-6534eb5e6f0b420c8d3f41153b5135ed
In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A preceding the last i elements. i will always have a value less than the length of A. 2, ['O', '4839', 'D', 'y', '4845', 'i', 'l', '965', '5905', '9523', 'y', '4489', '7145', 'J', '4373', 'o', 'H', '...
O, 4839, D, y, 4845, i, l, 965, 5905, 9523, y, 4489, 7145, J, 4373, o, H, 4343, D, H, 8883, 6039, t, 8743, s, 5565, 6221, 5133
task636_extract_and_sort_unique_alphabets_in_a_list
task636-c27d06b7aaf548ea95813984229aa0c1
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. ['u', 'g', '4677', 'n', 'r', '7113', '2043', '1379', 'f', '573',...
b, f, g, n, p, r, s, u
task453_swag_answer_generation
task453-ec6597ccffbd4dc1b57e16fc6190c765
Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct. All the girls are smiling. Someone
looks from someone to the girls as they approach.
task576_curiosity_dialogs_answer_generation
task576-c470e09d7d144315b6ec63b888ee4534
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. Okay. Would the Country's history be of any interest to you? what can you tell me about ghana? thanks thats all for today wow what...
Following the Ghanaian constitutional referendum and Ghanaian presidential election on July 1, 1960, Nkrumah, the first President of Ghana declared Ghana as a republic. In addition Nkrumah first objective was to abolish poverty, ignorance and disease from Ghana.
task308_jeopardy_answer_generation_all
task308-444bb4db6d064dcd800dbaf50e6ec516
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: CALIFORNIA MUSEUMS Clue: The Guinness World of Records & Ripley's Believe It or Not!...
hollywood boulevard
task389_torque_generate_temporal_question
task389-c9bb7248111a486f9843d35a56edecec
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?
task898_freebase_qa_answer_generation
task898-a17cdbd4e5b54ec4adfb5159b63c5f2b
Given an trivia question precisely answer the question with a word/phrase/name. External resources such as Wikipedia could be used to obtain the facts. Chinese corporation Huawei, controversially blacklisted in 2012 by the US Government Intelligence Committee, is (at 2012) the world's largest equipment manufacturer in ...
telecommunication