task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task497_extract_all_numbers_from_list_in_order
task497-3972a4c030444b389ac8e8cbb283f2a4
In this task, you are given an input list A. You need to find all the elements of the list that are numbers in the same order as they appear in the list A. ['X', 'k', '737', '8663', 'U', '8577', 'h', '2481', 'p', 'F', '6543', '7947', 'p', 'P', '1371']
737, 8663, 8577, 2481, 6543, 7947, 1371
task293_storycommonsense_emotion_text_generation
task293-e69d6e074e18431db4a446f7489316b2
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 ...
organized
task1327_qa_zre_answer_generation_from_question
task1327-5b4ee57a4d6b4ff3af952e35bc3fdc95
Generate a correct and concise answer for the question based on the words in the context. Context : The Secrets of Harry Bright also continued Wambaugh's satirization of the mores and extravagances of the Southern California ``rich and famous'' lifestyle that began with The Black Marble, in addition to its focus on pol...
California
task371_synthetic_product_of_list
task371-cc606b1579524403a4012a4cfca6a6e8
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. [[15, -41, 16, 16], [-27, 11, 18], [43, 6, 2, 49, ...
[-157440, -5346, -252840, -936, -43225]
task488_extract_all_alphabetical_elements_from_list_in_order
task488-8baa673d116b4d7f87fd2e5078b428a6
In this task, you are given an input list A. You need to find all the elements of the list that are alphabets in the same order as they appear in the list A. Do not change their case/capitalization. ['3503', '4329', '9079', '7537', 'f', 'g', 'x']
f, g, x
task183_rhyme_generation
task183-d7eeaf43a373460d8694653c94081ae9
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" travel
fravel
task178_quartz_question_answering
task178-4c36023e1d6f4d27a2cddc2f1feb43f8
You are given a question or fill-in-the-blank question, two answer options (Option1 and Option2) and an Explanation. Your task is to find the correct answer (return the string of the correct option, not option1/2) for the given question from the given options and using explanation. Question: Chrissy stomped on the gas ...
faster
task206_collatz_conjecture
task206-1c9f20d6f6d4449fa64b66ec2c53b347
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. [160, 27, 11, 72, 135, ...
[80, 82, 34, 36, 406, 478, 586]
task1389_hellaswag_completion
task1389-47f17acb32b14d819e15c1687576d7d8
In this task, you are given a context and four options. Each option is a suggested ending for the context. You should read the context and pick the best ending for the context. Please answer with "A", "B", "C", and "D". [header] How to accept that your computer is slow [title] Be patient. [step] Don't click anything t...
C
task1602_webquestion_question_genreation
task1602-fb6b3980d6bc4f388d0e84eebb836dce
You are given a concept, and a list of answers. You should generate a question about the concept that leads to the given answer(s). concept: Mali answers: ['French Language', 'Bambara language', 'Fula language']
what do mali people speak?
task1678_mathqa_answer_selection
task1678-57abdd40003e49ea9eac302a11be8dd0
Given a math problem with context and a question and 5 answer choices, the task is to provide the correct answer choice based on the problem. You must choose one of the given answer choices by letter: a, b, c, d, or e; anything else is invalid. Problem: the length of the bridge, which a train 155 metres long and travel...
c
task847_pubmedqa_question_generation
task847-66750d9c6cd7415a95f1a0066b4b8a05
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 ...
Are anti-high mobility group box 1 ( anti-HMGB1 ) antibodies related to the occurrence of cutaneous lesions in systemic lupus erythematosus?
task405_narrativeqa_question_generation
task405-5158dbfcef654e72af30fa4470ecb2af
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 are Robertson and Dale paid to do the day of the fire sale?
task063_first_i_elements
task063-0a2c66e60d5a4591ae7a0ea18f2d0d9e
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 3, ['Z', 'e', 'm', 'p', 'b', '1869', '4989', '1447', '4239', '7971', '2961', 'c', 'y', 'h']
Z, e, m
task363_sst2_polarity_classification
task363-e7d1159ae8bc4247b830c15c9ec78e56
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 For the most part , the film does hold up pretty well .
POS
task105_story_cloze-rocstories_sentence_generation
task105-7d82635fec1143fe82f4b52d8e95f56e
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: Roy walked on the beach and saw a sand castle near the surf. Sentence2: The water was approaching...
High tide came and went, but Roy managed to save the castle.
task1360_numer_sense_multiple_choice_qa_generation
task1360-14a538a6654a45d08967b079ed339395
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'). Most babies are ready to start supplemental foods at approximately ____ months of age.\Question: Choose the right answer from options given a) one ...
b
task1359_numer_sense_answer_generation
task1359-019f7e1dc7ae466cb6fa4c8a1a4350ae
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. Narwhals only have ____ vestigial teeth.
two
task303_record_incorrect_answer_generation
task303-e32dff01360748edb9a0ed946fbbabf6
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 ...
Kenneth Tate
task592_sciq_incorrect_answer_generation
task592-f3d6e2d74dbb416ba88b457b0d2e9e30
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. Some hormones produced by the anterior pituita...
digestive
task247_dream_answer_generation
task247-ee64f1c1de4741b9b4ff59bf40e4e6f0
In this task, you will be shown a conversation and a question. You need to answer the question and choose the correct option based on the conversation. "W" and "M" in the conversations stand for "woman" and "man". W: Excuse me. Can you tell me the way to the Public Library? M: The Public Library? But there are so many ...
(A) At the zoo.
task488_extract_all_alphabetical_elements_from_list_in_order
task488-d50ce56ba81b48aeab17740a94affcfe
In this task, you are given an input list A. You need to find all the elements of the list that are alphabets in the same order as they appear in the list A. Do not change their case/capitalization. ['5677', '555', '5507', '2551', '1589', 'U', 'W', '5829', '769', '6717', 'p', 'H', '3871', '6039', '621', 'J', 'w', 'J', ...
U, W, p, H, J, w, J, t, Z
task208_combinations_of_list
task208-b947aa2a15324024b98d31622a959eb5
In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. Fo...
[['V', 'f', '6', '1', '3', 'W'], ['V', 'f', '6', '1', '3', '6'], ['V', 'f', '6', '1', 'W', '6'], ['V', 'f', '6', '3', 'W', '6'], ['V', 'f', '1', '3', 'W', '6'], ['V', '6', '1', '3', 'W', '6'], ['f', '6', '1', '3', 'W', '6']]
task098_conala_list_intersection
task098-4b82819bced7489181012345ebe16375
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, 9, 10]
task065_timetravel_consistent_sentence_classification
task065-afc169becb1341caab5c0c171aed9eb4
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
task100_concatenate_all_elements_from_index_i_to_j
task100-337998903c2044c49ac1e2b27b9422c4
In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to concatenate all elements of A from the ith element to the jth element, and print the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j...
371813
task923_event2mind_classifier
task923-f716a399e39d49278fe8e7c3dea6cf69
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 places the ___ on the table. Intent:
Positive
task063_first_i_elements
task063-cc5a43524bdb47ccacbb5b65e15102f9
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', 'F', '2243', '9165']
A
task306_jeopardy_answer_generation_double
task306-fe771b491a8a4a8db2bee45605dd5cf1
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: HOW POETIC! Clue: "Just as you feel when you look on the river and sky, so I felt", ...
walt whitman
task611_mutual_multi_turn_dialogue
task611-2ebc0ff5332744608eb54292a4ed8def
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...
C
task306_jeopardy_answer_generation_double
task306-08b57c32175e4c7c83552b212640ed7a
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: ENGLISH LITERATURE Clue: Tennyson addressed his poem "To E.L. on his Travels" to thi...
edward lear
task125_conala_pair_differences
task125-6ff4f2505c6440409e471ae9266515eb
In this task you are given a list of integers and you need to find the absolute value of the difference between each two consecutive values. The output should be a list of the absolute value of the differences of each two consecutive values. [6, -16, 23, 64]
[22, 39, 41]
task151_tomqa_find_location_easy_clean
task151-9f6c790642b24f49b8c11e1b725ac2bc
Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: (1) when the individual's belief matches reality, (2) when the individual's belief does not match reality, (3) is when an individual has a false belief about another in...
blue_crate
task606_sum_of_all_numbers_in_list_between_positions_i_and_j
task606-aaa340355ec440b89a53f69ecf8ebb3a
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...
0
task303_record_incorrect_answer_generation
task303-a4e765b6b17545c8a54442e4ab2fd980
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 ...
Washington
task162_count_words_starting_with_letter
task162-55b19df9520e4ced8f9212740307f6c0
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: 'a surprised looking black cat by a bookcase'. How many words start with the letter 'b' in the sentence.
3
task085_unnatural_addsub_arithmetic
task085-6196be2978934b56b8c898e24f398d69
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. 7435 - 4646 + 1639 - 4315 - 4078
18835
task1217_atomic_answer_generation
task1217-60d143a6b384412eae3e5d62cc4f9811
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 orders ___ right away
dinner
task092_check_prime_classification
task092-a7b5de295e22421d9d657c7858eb4d8d
In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers. 37741
No
task227_clariq_classification
task227-7a5a81a657734b43b817a042687db8d5
In this task, you are given an ambiguous question/query (which can be answered in more than one way) and a clarification statement to understand the query more precisely. Your task to classify that if the given clarification accurately clarifies the given query or not and based on that provide 'Yes' or 'No'. Query: How...
Yes
task495_semeval_headline_classification
task495-db8069fb60464d52aa478f40163902a7
Given news headlines and an edited word. The original sentence has word within given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Classify news headlines into "Funny" and "Not Funny" that have been modified by humans using an edit word to make them funny. News Headli...
Not Funny
task350_winomt_classification_gender_identifiability_pro
task350-ea030987ba1d4a97b214fcabe323f82c
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
task405_narrativeqa_question_generation
task405-6da51fc4d9bc427fb943b3371bb2831a
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 the submarine detonate?
task075_squad1.1_answer_generation
task075-4c79fd3cfc6c469b9c6eb75a6fbb89cf
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...
East Village
task477_cls_english_dvd_classification
task477-87e5007bf45f43579f6e35c87a7e8402
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). (...) . Mr.Show rules. This movie is funnier th...
POS
task142_odd-man-out_classification_no_category
task142-abaef97c7c24480cb4baff0f80d1705d
Given a set of five words, generate the word from the set that does not belong (i.e. is the least relevant) with the other words. Words are separated by commas. open-faced, dance hall, burger, club, hamburger
dance hall
task929_products_reviews_classification
task929-f48cdb73750b4c1999533e6ce44778e2
Given an English language product review, determine if it is a Good Review or a Bad Review. A good review is one where the product's review has positive tone and Bad review is one where the tone of product's review is negative. I hate to write an honest review but this book was so horrible that it had nothing else for ...
Bad review
task310_race_classification
task310-1aa6d3ca3afc45bcbed770bdea601050
In this task, you're given an article, a question which often contains a blank, four options (associated with "A", "B", "C", "D") and the answer to that question. Your task is to classify whether the given answer is correct or not by providing "Yes" or "No", based on the article. Article: Zoe was just 2 weeks old when ...
Yes
task111_asset_sentence_simplification
task111-5066466940564dfdac34241bc004bd49
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...
the Disney studio was trying to be simple and economic and it is now considered a classic of animation.
task1541_agnews_classification
task1541-963f8e3978224489b208a6f0749d888e
In this task, you're given a short article. Your job is to classify the article based on its category. Use the following classification labels, 0. World, 1. Sports, 2. Business, 3. Science or Technical. Label the text "0" if it contains information related to world. Label the text "1" if it contains information related...
0
task497_extract_all_numbers_from_list_in_order
task497-87c4c9222278401a835d300fba2d7d6b
In this task, you are given an input list A. You need to find all the elements of the list that are numbers in the same order as they appear in the list A. ['n', 'o', 'y', 'l']
task1443_string_to_number
task1443-0dcd9051b75f468fa1c1669d34434a33
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...
182664205951
task900_freebase_qa_category_classification
task900-0d3f4dec973d41e780aef87e0ac2abca
Given a trivia question, classify broad topical category from this list: 'theater', 'geology', 'book', 'tv', 'astronomy', 'aviation', 'military', 'government', 'boxing', 'projects', 'metropolitan_transit', 'law', 'venture_capital', 'broadcast', 'biology', 'people', 'influence', 'baseball', 'spaceflight', 'media_common'...
base
task024_cosmosqa_answer_generation
task024-7d9ac9809f684c79ae264ab7e6a8785a
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 ...
Because thy have grown attached .
task956_leetcode_420_strong_password_check
task956-6aa1fc7bf8bc4575a7d9d2985682f3ba
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...
3
task586_amazonfood_polarity_classification
task586-ed328e06e07b467197820d429b0e2e9b
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. The Switch Orange Tangerine looked very promising. 100% juice, with some zippy carbonation. I placed it in the fridge, and let it get a nice chill. Hours later, I...
Negative
task609_sbic_potentially_offense_binary_classification
task609-187770ccf4014751a545646018c9b290
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
task169_strategyqa_sentence_generation
task169-305beb9d8654458b98bbdcdd9eeaa70a
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: Gymnastics, D...
Fact1: I have been working on a new project for gym owners that lets gymnasts track their skills over the last several months Fact2: Speak to a professional for all your health needs and seek their counsel Fact3: But, if their goal is instead to focus during practice and to do 10 routines each day then this goal is in...
task002_quoref_answer_generation
task002-530e6469a78d4287af1d193cf0f762c4
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: The Convention of 1836 in Washington-on-the-Brazos on March 1 attracted ...
David G. Burnet.
task097_conala_remove_duplicates
task097-da618802ef9342109e0eeea6d90282bc
In this task you will be given a list of numbers and you should remove all duplicates in the list. If every number is repeated in the list an empty list should be returned. Your list should be numbers inside brackets, just like the given list. [6, 6, 6, 2, 2, 4]
[4]
task900_freebase_qa_category_classification
task900-97fed2ec634b475eac956a19505d4ea2
Given a trivia question, classify broad topical category from this list: 'theater', 'geology', 'book', 'tv', 'astronomy', 'aviation', 'military', 'government', 'boxing', 'projects', 'metropolitan_transit', 'law', 'venture_capital', 'broadcast', 'biology', 'people', 'influence', 'baseball', 'spaceflight', 'media_common'...
base
task672_nummersense
task672-c1562d6e1e744084b4876ff033440e5c
In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words. New shoes help keep their feet fresh, and they change socks and shoes _ times a day.
three
task1446_farthest_integers
task1446-9df052a380b54747850460ef5add3f52
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. [-92, -74, 23, 23,...
190
task851_synthetic_multiply_evens
task851-c546463a47fe4bf5aa5938ce552bff4b
In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every even number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no even numbers in an inner list you sho...
[1260, -12, 112, 70224, -936, -36]
task1328_qa_zre_relation_generation_from_question
task1328-b7b89f1e6dbb4c48a19157ca67003c8a
Classify the relation of question with context to one of these categories: 1) award received, 2) based on, collection, 3) conflict, 4) constellation, 5) convicted of, 6) date of death, 7) director, 8) drafted by, 9) educated at, 10) medical condition, 11) military branch, 12) narrative location, 13) occupation, 14) ori...
point in time
task178_quartz_question_answering
task178-ac9f4dbec1ca4b2098d73ae650781402
You are given a question or fill-in-the-blank question, two answer options (Option1 and Option2) and an Explanation. Your task is to find the correct answer (return the string of the correct option, not option1/2) for the given question from the given options and using explanation. Question: Which likely offers the lea...
a boat towing cable
task1541_agnews_classification
task1541-c99c1d4307e94780bcfe1633936997d8
In this task, you're given a short article. Your job is to classify the article based on its category. Use the following classification labels, 0. World, 1. Sports, 2. Business, 3. Science or Technical. Label the text "0" if it contains information related to world. Label the text "1" if it contains information related...
2
task1328_qa_zre_relation_generation_from_question
task1328-3cfefb8ca3dd487d89caa56353d37a3e
Classify the relation of question with context to one of these categories: 1) award received, 2) based on, collection, 3) conflict, 4) constellation, 5) convicted of, 6) date of death, 7) director, 8) drafted by, 9) educated at, 10) medical condition, 11) military branch, 12) narrative location, 13) occupation, 14) ori...
drafted by
task101_reverse_and_concatenate_all_elements_from_index_i_to_j
task101-d30015698d9e44588fc9acb09b1c8702
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...
P
task591_sciq_answer_generation
task591-84692023a0294d078a7a83b641234592
Given a scientific question, generate a correct answer to it. Lacking blood vessels, nerve endings, or glands, the epidermis is the outer layer of what?
skin
task350_winomt_classification_gender_identifiability_pro
task350-3a927ddf6c814c62a881c2e24e291d8f
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...
Unidentifiable
task618_amazonreview_summary_text_generation
task618-fbcf438603f441a1854ec81681a0db70
In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review. My personal experience was not very good. I used a cuddle bug to run my die through using cardstock paper. The die didn’t seem to be sharp enough to go through the paper.
A clean cut with little trouble popping the design out after cutting
task1295_adversarial_qa_question_answering
task1295-97007f21aa0b4f59a4a0e8da83a0d5de
In this task, you are given a question and a context passage. You have to answer the question based on the given passage. Why might someone distract a person in pain?, Context: Pain is the most common reason for physician consultation in most developed countries. It is a major symptom in many medical conditions, and ca...
affect pain's intensity or unpleasantness
task285_imdb_answer_generation
task285-ec06ceb9c7ea4da7af1fd74e301c9b91
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: How has this piece of crap stayed on TV this long? It's ter...
yes
task303_record_incorrect_answer_generation
task303-d64b3b2c491d496f96254749c57a1c78
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 ...
White House
task1420_mathqa_general
task1420-bb4614053efe44748034a2610e34028d
In this task, you need to answer the given multiple-choice question on the general math. Classify your answers into 'a', 'b', 'c', 'd', and 'e'. Problem: if there are half as many women as men in a group and an equal number of men and women do not own cars - a group that is 30 % of the total . what fraction of the tota...
b
task1661_super_glue_classification
task1661-01e97d2f7f034664bcce95753ff04110
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: United States Virgin Islands -- The United States Virgin Islands (USVI; also called the American Virgin Islands),...
0
task1289_trec_classification
task1289-d918f6bb147b4b3a8c0ef5df8479df14
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...
Location
task132_dais_text_modification
task132-f53323150dd345bc84ea3e77009f071a
Languages typically provide more than one grammatical construction to express certain types of messages. Your task is to generate a senetence with the same meaning as given sentence, but with different grammatical construction. Alice revealed the woman the end
Alice revealed the end to the woman
task413_mickey_en_sentence_perturbation_generation
task413-590f36a721a54185bb5f00fe823fb398
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 woul...
You would kill someone because you want to capture a loved ones death .
task280_stereoset_classification_stereotype_type
task280-ea879692c49c4ec7948f65bd5f83d236
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 ...
Profession
task576_curiosity_dialogs_answer_generation
task576-ff3f866526b340fab23d8f400ec89d19
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. I also like to know more about society. That is sad for them. Any other society facts? Sao Tome encountered major economy trouble in...
Sao Tome encountered major economy trouble in the 1980s and 1990s
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists
task755-07bb50bb5467482b9530fe75ba76ef92
In this task, you are given two strings A,B. You must perform the following operations to generate the required output list: (i) Find the longest common substring in the strings A and B, (ii) Convert this substring to all lowercase and sort it alphabetically, (iii) Replace the substring at its respective positions in t...
LkadBqUkIpXjVqQaaejjlmmnnnoprstvvvJKoisZVnU, hrmhoqbZDQIHaaejjlmmnnnoprstvvvVvzTMtEXqBE
task335_hateeval_classification_aggresive_en
task335-d69ae86e408c414ab08b9fcae28de0eb
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...
Aggresive
task750_aqua_multiple_choice_answering
task750-0f03c9a417b942259a5e2582944c824f
You are given a math word problem and you are supposed to make use of mathematical concepts like probability, combinatorics, linear equations, sequences/series, or simple operators like addition, subtraction, division, or multiplication to answer the given question. Choose the best option from the 5 given options and r...
Option C
task566_circa_classification
task566-2bf6915830344660938639795c59cdc7
In this task, you are given two sentences. Your task is to classify the given sentences as "Yes" if they have same meaning; otherwise, classify them as "No". Sentence-1: I read every night before bed.<sep>Sentence-2: I read everyday .
Yes
task1518_limit_answer_generation
task1518-d507222a6bb14b3a8ed3847108fc3c8a
In this task, you are given a sentence which contains a motion and your task is to identify the physical entities involved in the motion. The input sentence can have more than one entity and also there is at least one entity that takes part in physical motion. There are two types of entities which are animate (beings t...
chair
task631_dbpedia_14_incorrect_answer_generation
task631-d73d21e01b4c442ebe1e6527ab7ce6a6
In this task, you're given a text and question. The question is about the topic of the document. You are expected to generate an incorrect answer. The incorrect answer should be among one of the following categories: 1)Company, 2)Educational Institution, 3)Artist, 4)Athlete, 5)Office holder, 6)Mean of transportation, 7...
Natural place
task074_squad1.1_question_generation
task074-5cece58081a945549bf7d2d7f546b8ac
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 major event preceded the growth of the divide in education between White and Black Americans?
task316_crows-pairs_classification_stereotype
task316-db8cc86671594cd49cb18c12b1f73816
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
task1289_trec_classification
task1289-376383db2da54edbb069295175f85356
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
task1445_closest_integers
task1445-8b77a051409348ac8bb99e6eaca702a2
In this task you will be given a list of integers. You should find the minimum 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 smallest possible absolute distance. [-43, -97, 44, -7...
1
task183_rhyme_generation
task183-818d13e64afb4a9fa0552df91688c9a5
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" spell
grelle
task889_goemotions_classification
task889-95d2701d6d5d41fd931bf17325ac35fa
Categorize the following sentence into one of the five different emotions: anger, confusion, joy, sadness and neutral. But everybody got mad when Russia recognized [NAME] as US president. Go figure.
anger
task195_sentiment140_classification
task195-b9d168cb14054ac9ab3c3544738376b2
In this task, you are given a text from tweets. Your task is to classify given tweet text into two categories: 1) positive, and 2) negative based on its content. a woman cannot survive on toast and cheesy wotsits alone
negative
task923_event2mind_classifier
task923-11ddfa9e88f24a12ba030377af64a432
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 teaches ___ for years. Intent:
Positive
task955_wiki_auto_style_transfer
task955-bf7c15368fc54f8895ac298d13594159
In this task, we ask you to elaborate the sentence without changing its general meaning. You can do so by explaining further the input sentence, using more precise wording, adding qualifiers and auxiliary information etc. In photography , a multiple exposure is when a single frame of film is taken more than once .
In photography and cinematography , multiple exposure is a technique in which the camera shutter is opened more than once to expose the film multiple times , usually to different images .
task192_hotpotqa_sentence_generation
task192-3d543ed91dd3474f897ac94ecbe3cc6c
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. By the People, for the People is a compilation album by American heavy metal band Mudvayn...
If the album was preordered through the Sony Music Store, it was packaged with a free lithograph of the lyrics to Dull Boy, signed and numbered by Mudvayne vocalist Chad Gray.
task027_drop_answer_type_generation
task027-68de234c37464e39aa65bd2447af3dd0
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
task192_hotpotqa_sentence_generation
task192-ab63eef36a5a4f2786a6e3f9b26fa883
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. New Mexico State University (NMSU or NM State) is a major public, land-grant, research un...
Founded in 1888, it is the oldest public institution of higher education in the state of New Mexico.