task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task070_abductivenli_incorrect_classification
task070-ebbc7dcf37f14e1e8aa9914aaecaf6a4
In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story incoherent / implausible by indicating 1 or 2 in the output. If both sentences are plausible, pick the one that makes less sense. Beginning: The other day...
2
task310_race_classification
task310-12446ce6ac124c339fe0e23b14a609a2
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: When Russell Lyons volunteered...
No
task1595_event2mind_text_generation_1
task1595-a35a0ea8f52c4bc3a9f3fd19b8571ebb
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 knows PersonY's ___ thoroughly
knowledgeable
task574_air_dialogue_sentence_generation
task574-facc4e6f28934a7e9634dcf4a4f9e10c
In this task, you're given a dialogue between a customer and a flight booking agent with a gap in the conversation. Your job is to find the answer of the previous dialogue. Avoid using irrelevant extra information while creating the answer. The answer should be relevant to the question before the blank. If you fill the...
customer: Sure, you can proceed with the booking.
task1283_hrngo_quality_classification
task1283-c65b661afbe246a08685a6999edf7b1b
You are given an original reference as well as a system reference. Your task is to judge the quality of the system reference. If the utterance is grammatically correct and fluent output 1, else output 0. System Reference: crustacean restaurant, is expensive. Original Reference: crustacean restaurant is rather expensive...
0
task339_record_answer_generation
task339-2b9d272c237845588eebc8a3efc8658c
In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Try to find the best answer that is most likely to fill in "_". Note that the URLs in the text have been replaced with [Link]. It's the third-smallest post office in Amer...
Oregon
task1295_adversarial_qa_question_answering
task1295-f0333cbd0f344e21a5f0432862f9375b
In this task, you are given a question and a context passage. You have to answer the question based on the given passage. What is the preferred drug of the folks in Tajikistan?, Context: Drug trafficking is the major illegal source of income in Tajikistan as it is an important transit country for Afghan narcotics bound...
opium poppy
task205_remove_even_elements
task205-30840f35fd8448e2a275db4a281226f0
In this task you will be given a list of numbers. A list is shown by two brackets and comma-separated numbers inside, like: [1,2,3]. You should remove all of the even numbers from the list. If every number in the input list is even an empty list should be returned. Zero should be counted as an even number. [158, 138, 1...
[95, 137]
task093_conala_normalize_lists
task093-4f2685576dcb4897a95cb779043b2dee
In this task, you will be given a list of numbers. The goal is to divide all the numbers in the list by a constant such that the sum of the resulting list is 1. The output should be rounded to 3 decimals. [219.27, 232.221, -77.486, 171.745, 108.296, 222.249, 138.923, 50.449, 178.908, 116.4]
[ 0.161 0.171 -0.057 0.126 0.08 0.163 0.102 0.037 0.131 0.086]
task279_stereoset_classification_stereotype
task279-e7f17430c9c04e3b936be5b33de8d244
In this task, you are given a short passage that may convey stereotype, anti-stereotype, or is unrelated. 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. The passage is unrelated if it does not convey a stereotype or ant...
Stereotype
task453_swag_answer_generation
task453-ff748a58706a4bb98f5b3c771e931bd2
Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct. She walks out of the shot. Someone
makes her way over to a convertible mercedes and stops.
task934_turk_simplification
task934-d66beef2b9e94e52b2ed83da7e2e1e01
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. to remain competitive , encyclopædia britannica , inc. has stressed the good reputation of the britannica , reduced its price and production costs ...
to stay competitive , encyclopædia britannica , inc. has stressed the good report of the britannica , reduced its price and output costs , and developed electronic versions on cd-rom , dvd , and the world wide web.
task293_storycommonsense_emotion_text_generation
task293-184d3b5fb467443dbf9ec38d8f22c25b
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 ...
surprised
task579_socialiqa_classification
task579-787388117a1d408784839f0ce8a6bc1b
In this task, you're given a context, a question, three options, and an answer. Your task is to classify whether the given answer is correct or not by providing 'Yes' or 'No', based on the context with commonsense reasoning about social situations. Context: Carson tried to win the prize but failed every time they tried...
Yes
task629_dbpedia_14_classification
task629-bf815b853e3c498493762f8a0094ecaa
In this task, you are given a text which is the body of a document. Your job is to classify the topic of the document into these categories: 1)Company, 2)Educational Institution, 3)Artist, 4)Athlete, 5)Office Holder, 6)Mean of transportation, 7)Building, 8)Natural place, 9)Village, 10)Animal, 11)Plant, 12)Album, 13)Fil...
12
task582_naturalquestion_answer_generation
task582-e48c9f7b2ab648c6b4a237ea33caf8aa
In this task, You are given an open-domain question that can be answered based on factual information. Your task is to provide \*short\* answer (in a few words only) for the given question. The short answer can be one or more entities or it can also be boolean \*yes\* or \*no\*. where do the housewives of orange county...
Orange County, California
task370_synthetic_remove_divisible_by_3
task370-467bea4358bf496c944c6de83c673b8f
In this task you will be given a list of integers. You should remove all of the integers that are divisible by 3 from the list. If every integer in the input list is divisible by 3 then an empty list should be returned. Zero is divisible by 3. [36, 60, -46, 4, -64, -50, -98]
[-46, 4, -64, -50, -98]
task183_rhyme_generation
task183-ce5ab5e211fe46319922cd2550903b74
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" meat
receipt
task303_record_incorrect_answer_generation
task303-cb195fdff0a641349d454791f877fe22
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 ...
American
task1336_peixian_equity_evaluation_corpus_gender_classifier
task1336-16ae3ee0cf6a450899e2274ffff12a7d
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). My mother feels anxious.
female
task770_pawsx_english_text_modification
task770-8ed69da918454df69f6fd2f85a082899
Given a sentence in English, provide an equivalent paraphrased version from the original that retains the same meaning. A semilinear transformation is a transformation which is linear " up to a twist " , meaning " up to a field automorphism under scalar multiplication " .
A semilinear transformation is a transformation that is " up to a twist " linear , which means " to a field automorphism under scalar multiplication " .
task461_qasper_question_generation
task461-f8a4295364f141e6b163592313677f27
In this task, you will be presented with a context from an academic paper and you have to write an answerable question based on the context. Your questions can be extractive, abstractive, or yes-no questions. We follow a similar evaluation protocol to those presented in BIBREF6 , BIBREF8 , BIBREF9 which is to use our l...
How do they evaluate their sentence representations?
task588_amazonfood_rating_classification
task588-1da7d7db8fbb4047b4184bc25b8a6c81
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. As I was growing up my mother always made apple sauce cake for every bi...
5
task1310_amazonreview_rating_classification
task1310-46134e4acdc5477984fcf75e065a1bc4
In this task, you're given a review from Amazon. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good. I bought this to match an existing light fixture and it was a miniature version to the ones outsi...
3
task1293_kilt_tasks_hotpotqa_question_answering
task1293-85c1ea9a8ae9413c84fd90d83df84028
In this task, you are given a question. You have to answer the question based on your information. Southport, Maine contains what village off the coast of Boothbay Harbor?
Squirrel Island
task1207_atomic_classification_atlocation
task1207-57d7eb4d08894b28b5352c99306b4418
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
task376_reverse_order_of_words
task376-1065041a5fcf434c9d0f370b09270c9c
In this task, you need to reverse the order of words in the given sentence. Sentence: a big brown teddy bear sitting outside
outside sitting bear teddy brown big a
task1312_amazonreview_polarity_classification
task1312-97c5f952c5cc44a0bfeda71e39f4c9e6
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. My son wanted a drone and I was not sure I made some research and found this one and he’s loving it!! It is so easy to learn how to use it, it’s bee...
positive
task633_dbpedia_14_answer_generation
task633-ca0bcd352f284cd9b0bccee67df8a08d
In this task, you are given a text which is the body of a document. You are given a question and options. Pick the correct number. Don't generate anything else apart from the numbers provided in options. Context: Megan Slankard (born June 6 Tracy California) is an American musician and singer-songwriter. Question: The ...
1
task247_dream_answer_generation
task247-8e5bb21d4eb84011be2c952c6cade2c0
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". M: I was born in Los Angeles. What about you? Where are you from? W: I'm Chinese. M: Chinese? But your Eng...
(B) Good.
task160_replace_letter_in_a_sentence
task160-c2a1e0d11b474ca7a33cba5918ac0fe8
In this task, you need to replace a letter in the sentence with another given letter. Sentence: 'a man snowboards down a snowy hill studded with pine trees'. Replace the letter 'o' with 't' in the sentence.
a man sntwbtards dtwn a sntwy hill studded with pine trees
task453_swag_answer_generation
task453-8da9e00217b04b70bb6f8fbd2c5bff77
Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct. Back in the shop, someone polishes the automaton with a strip of cloth. Someone
sits upright, frowning.
task899_freebase_qa_topic_generation
task899-2fef8a943e894fde91d9b10b463441ba
Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about. Which TV celebrity is married to Charles Saatchi?
charles saatchi
task1148_maximum_ascii_value
task1148-30fb5f2f6a9f47d8850821b9e984a7f0
In this task, you are given a string with unique characters in it and you need to return the character from the string which has the maximum ASCII value. ASCII stands for American Standard Code For Information Interchange and It assigns a unique number to each character. The characters [a - z] have an ASCII range of 97...
x
task850_synthetic_longest_palindrome
task850-0f24be764f96453aa52900041d387b8f
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. pxppccppccxcc
ppccpp
task144_subjqa_question_answering
task144-4b57afcfbff240d08e461ae27b1033e7
You will be given a review about a book, an item, a place or a movie. After that, a question is given that you should answer using a certain span of the review. Your answer should be from the review itself and should not contain extra words, and should not be a combination of different spans. If there's no direct answe...
This movie is not funny at all
task124_conala_pair_averages
task124-42dcf567ed124b098e9b8f63787430ad
In this task you are given a list of numbers and you need to find the average of each two consecutive values. The average of two numbers a and b is calculated as: (a + b) /2. The output should be a list of the averages of each two consecutive values. A list is presented with two brackets and comma-separated values, lik...
[56.5, 44.5, -0.5, -39.5, -18.5, 7.5, 32.5, 83.5, 52.0, 41.5]
task820_protoqa_answer_generation
task820-069fa852bd7f44a19bcca41b5f8f568e
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 place you would go with your wife just to make her stop nagging
hawii
task1594_yahoo_answers_topics_question_generation
task1594-e3ddec474080438aaa24f724dc74e400
You are given a passage. You need to construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) its answer is the whole paragraph. Avoid creating questions that can be answered correctly without actually understanding the paragraph. We merged.
If two connected human brains work properly would it be a case of double personality or would they merge?
task303_record_incorrect_answer_generation
task303-64440fb5532d4e7eba57ab5137cd5075
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 ...
Seattle Post-Intelligencer
task900_freebase_qa_category_classification
task900-acdea1037a7a49f1b03abff5b56a7d88
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'...
book
task293_storycommonsense_emotion_text_generation
task293-6bbc7dc8273942bcbf6b6c17970172bb
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 ...
bold
task820_protoqa_answer_generation
task820-4dbea1adc22e4ad88d4d33210f34c13a
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. if there was a school for beauty queens name a skill that would be taught there
pageant wave
task574_air_dialogue_sentence_generation
task574-7af3af6cc1c5425fbb94333afa72b106
In this task, you're given a dialogue between a customer and a flight booking agent with a gap in the conversation. Your job is to find the answer of the previous dialogue. Avoid using irrelevant extra information while creating the answer. The answer should be relevant to the question before the blank. If you fill the...
customer: Could you please cancel my recent reservation due to cancel of my trip?
task1338_peixian_equity_evaluation_corpus_sentiment_classifier
task1338-e85199349d824ada93d7c9281606be64
The input is a sentence. The sentence includes an emotion. The goal of the task is to classify the emotion in the sentence to one of the classes: 'fear', 'joy', 'anger', 'sadness'. The emotion mainly depends on the adverb within the sentence. I made my daughter feel depressed.
sadness
task1551_every_ith_element_from_kth_element
task1551-4ff7f27d9dd84eeba2920daf84dbf76b
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. 1, 7, ['I', 'w', 'k', 't', 'y', '9203', '6887', 'A', '6837', 'T',...
I, A, r, x
task074_squad1.1_question_generation
task074-0749ee0d8c5c493a9391083e10abe068
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...
In what year did ODC develop the Recordable LaserVision Disc?
task303_record_incorrect_answer_generation
task303-0962adeb362b4655bc28c94345db0347
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 ...
Kathleen
task114_is_the_given_word_longest
task114-a2f23fbc9a644d948b3def7979f3aeaf
In this task, you need to answer 'Yes' if the given word is the longest word (in terms of number of letters) in the given sentence, else answer 'No'. Note that there could be multiple longest words in a sentence as they can have the same length that is the largest across all words in that sentence. Sentence: 'a train t...
Yes
task899_freebase_qa_topic_generation
task899-0442de8476c14c698a92f362d17b9035
Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about. Who was the Greek God of wine, equivalent to the Roman God Bacchus?
bacchus
task582_naturalquestion_answer_generation
task582-3ae66971a69b47288e9df3c68dd10a00
In this task, You are given an open-domain question that can be answered based on factual information. Your task is to provide \*short\* answer (in a few words only) for the given question. The short answer can be one or more entities or it can also be boolean \*yes\* or \*no\*. what are the four major bowls in college...
Rose Bowl Game
task767_craigslist_bargains_classification
task767-1b31b4addc73444b9420fc42657b7999
Given a text passage as input comprising of dialogue of negotiations between a seller and a buyer about the sale of an item, your task is to classify the item being sold into exactly one of these categories: 'housing', 'furniture', 'bike', 'phone', 'car', 'electronics'. The output should be the name of the category fro...
housing
task852_synthetic_multiply_odds
task852-932816b2978c4c63ba259ed859cbfcd6
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...
[15, 25461, 9541]
task586_amazonfood_polarity_classification
task586-a321f6def5534838b0f2a0ade9ceedde
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 idea is great. I am a big fan of soup so being able to make a quick hot bowl very fast is great. The packaging could not be better. The noodles are not deh...
Negative
task311_race_question_generation
task311-404a520bcdb6410cbeb936d9505bb945
In this task, you're given an article and an answer. Your task is to generate the question for the answer based on the given article. Article: NANJING -- Another human H7N9 case has been found in east China's Jiangsu Province, the provincial health department confirmed on January 31. The patient, a 75-year-old woman fr...
Which of the following is true about Beijing's Sinovac Biotech Ltd?
task900_freebase_qa_category_classification
task900-fe0a67b6a65641baa453a8cdc0d7edc3
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'...
tv
task161_count_words_containing_letter
task161-1af63cb3fa264fb8afc64db71a12c018
In this task, you need to count the number of words in a sentence that contain the given letter Sentence: 'a bowl with kitchen utensils sits next to the stove'. How many words contain the letter 'e' in the sentence.
5
task1730_personachat_choose_next
task1730-e663a9adf83446f4bc75804428f593b6
You will be given a person's personality, and a history of a conversation this person has had. You will be given four candidate sentences to complete the conversation, based on the context. Choose one and answer with the text. Personality: I drive a 2011 volkswagen passat. I work as a public affairs liaison. I eat too ...
I like the color green.
task111_asset_sentence_simplification
task111-2d2cb53e9f4c4d3ba8208b6b5579e7a0
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...
In theory, pipelining can increase performance over an unpipelined core. In reality, most code cannot allow ideal execution.
task581_socialiqa_question_generation
task581-dfa5b544a32942699d1f5158a89d8c85
In this task, you're given context and an answer. Your task is to generate the question for this answer based on the given context with commonsense reasoning about social situations.. Context: It was Jan's birthday so they decided to bring cupcakes to all of the students. Answer: enjoy the cupcakes
What will Others want to do next?
task900_freebase_qa_category_classification
task900-2cf9d1f354514e3dbb1501eec00a23d7
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'...
people
task493_review_polarity_classification
task493-45400dc464fe41b080be5532e6d6c71d
Given reviews from Amazon, classify those review based on their content into two classes: Negative or Positive. The Dissapointed. Why do I need demos of all the songs already on Apple Venus 1. Let's bring on Apple Venus 2, after all, isn't that what we were promised?
Negative
task488_extract_all_alphabetical_elements_from_list_in_order
task488-c4882a22dd8d4c20b81f6ac4192d197c
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. ['P', 'Y', '9581', '1445', 'N', 'd', 'F', 'T', '3941', 'K', 'z', '4383', 'Q', '2829', '5821', '209', '1385', '4981', 'm',...
P, Y, N, d, F, T, K, z, Q, m, V, D, A, c
task898_freebase_qa_answer_generation
task898-eecdaff8c1e14009a407633ec2b6d914
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. What's the nationality of golfers Ernie Els and Gary Player?
south africa
task206_collatz_conjecture
task206-b96ef892849f47eb9b02645c0d5f8eb7
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. [81, 24, 82, 41, 81, 39...
[244, 12, 41, 124, 244, 118, 334, 28, 26]
task1443_string_to_number
task1443-358e27360c7a4afc94fa09e4795009d8
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...
6975858
task413_mickey_en_sentence_perturbation_generation
task413-5c8bada680124dedb878999f14f3db94
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 l...
People like to sit by a window to refuse food .
task413_mickey_en_sentence_perturbation_generation
task413-8d2f227bb39c4a6d82915fd958fc5bf2
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. Some sto...
Some bees produce rain .
task820_protoqa_answer_generation
task820-f9df96ce96ee48299ef8ab0cbab139c0
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. if someone left 12 million dollars to a dog, what would the dog buy with it?
treats
task310_race_classification
task310-99ddef6fe48b4edfb4ca189f3f012ea0
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: A teddy bear from Cumbria is l...
Yes
task1505_root09_semantic_relation_classification
task1505-b8c44938a61244e59c9186117748e6d3
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 ...
RANDOM
task363_sst2_polarity_classification
task363-ca18ad4787a147d2bb3f4c81ca8365fa
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 The niftiest trick perpetrated by The Importance of Being Earnest is the alchemical transmogrification of Wilde into...
NEG
task074_squad1.1_question_generation
task074-767209e55c92403fbd147b7080d49d77
This task is about reading the given passage and construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) its answer is a continuous text span from the paragraph. Avoid creati...
Which shock jock urged people to vote for Sanjaya?
task1313_amazonreview_polarity_classification
task1313-df658f25d70f4842916bd528a28d1cb1
In this task, You are given an amazon review and its polarity (positive or negative). Your task is to answer "True" if the specified sentence and its polarity match; otherwise, answer "False" Review: I bought this for a friend who planned to travel outside the country. I told her it was to wear in case she was robbed--...
False
task1447_drug_extraction_ade
task1447-4c54c10fb62d40e2814002691c2196e7
In this task, you will be given sentences in which your task is to recognize the name of the drug or medicine. Drugs are substances that change a person's mental or physical state. They can affect how your brain works, how you feel and behave, your understanding, and your senses. Although there might be several correct...
vasopressin
task897_freebase_qa_topic_question_generation
task897-bea311cb736e4d50b8fb1fb061e5a868
Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question. ambrose burnside
What facial hair style was made famous by American Civil War general Ambrose Burnside?
task228_arc_answer_generation_easy
task228-1e548d7f402e4721864b84c37973aa77
You are given a science question (easy-level) and four answer options (associated with "A", "B", "C", "D"). Your task is to find the correct answer based on scientific facts, knowledge, and reasoning. Do not generate anything else apart from one of the following characters: 'A', 'B, 'C', 'D'. There is only one correct ...
B
task379_agnews_topic_classification
task379-9b983ca143094f828dee6cea00066358
In this task, you are given a news article. Your task is to classify the article to one out of the four topics 'World', 'Sports', 'Business', 'Sci/Tech' if the article's main topic is relevant to the world, sports, business, and science/technology, correspondingly. If you are not sure about the topic, choose the closes...
Sci/Tech
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists
task755-43ebb1adc9144955bd9055fa6ca4a013
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...
QNDYNobfRUJcaadgklnoopqrsuvvvwysWkuXyiObEm, yiQzzaadgklnoopqrsuvvvwykpkIGEzFhOD
task1420_mathqa_general
task1420-9ebf6c2574364abca79f83af3011998a
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: a no . when divided by the sum of 555 and 445 gives 2 times their difference as quotient & 30 as remainder . find the no . is ? Options: a ) 122443 , b ) 154546 , c ...
e
task472_haspart_classification
task472-2d20cfcc451f4247980e0f962121343f
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...
no
task823_peixian-rtgender_sentiment_analysis
task823-a25c331193864c06990a1f214ab731ae
Given a 'poster' sentence and a corresponding 'response' (often, from Facebook or Reddit)classify the sentiment of the given response into four categories: 1) Positive, 2) Negative, 3) Neutral, and 4) Mixed if it contains both positive and negative. Poster: here comes some more of the dark side. Marcus Dunstan and Patr...
Positive
task1217_atomic_answer_generation
task1217-24710801f08643a7b8a5493680fc632d
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 makes ___ for dinner
meatloaf
task384_socialiqa_question_classification
task384-351fd2af7d51481bbcfeb254809a0403
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: Riley took her parents to a pet st...
True
task390_torque_text_span_selection
task390-e816000feceb4fa7a8a331b678c7e680
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: "I ret...
seen
task591_sciq_answer_generation
task591-9f82655c4f5b41b3916b1e3698b34ebe
Given a scientific question, generate a correct answer to it. Which group of species is defined as having moist skin without scales?
amphibians
task515_senteval_odd_word_out
task515-41a569e25020431f8c5a870a22706d71
In this task, you are given a sentence. You must judge whether a single noun or verb has been replaced with another word with the same part of speech. The inversion would result in the sentence sounding unnatural, So unnatural sentences will be considered changed. Label the instances as "Original" or "Changed" based on...
Changed
task377_remove_words_of_given_length
task377-477dd12b98794b0c8e4e7a83260c6c5e
In this task, you need to remove 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: 'two birds standing on the armrests of two chairs'. Remove all words of length '3' in the given sentence.
birds standing on armrests of chairs
task615_moviesqa_answer_generation
task615-cb2d11844029450b85824e15ee06cc68
You are given an open-domain question from an open movie database. Your task is to provide an answer to that question. Try to only include the answer. Do not put it in a sentence. how famous of a film was The Marsh?
well known
task087_new_operator_addsub_arithmetic
task087-d1670a5d4c024e3c850c13b0adf12532
In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer 3431 # 34...
-6028
task100_concatenate_all_elements_from_index_i_to_j
task100-9c9ee2d35ecb45c28ff30f3c51c118de
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...
E9196637DvRaA
task900_freebase_qa_category_classification
task900-2fe045d4ebce4c86bbb84fc053f6875b
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'...
location
task905_hate_speech_offensive_classification
task905-ae7c8eb760fe4e54a7f4acbbd63bd0df
You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise. Tweet: @Citygirl_moe - remember when we played plaquemine &amp; they kept calling our whol...
false
task581_socialiqa_question_generation
task581-bfe8f1dcf5e746a99d1e60ac6d37a6fa
In this task, you're given context and an answer. Your task is to generate the question for this answer based on the given context with commonsense reasoning about social situations.. Context: Sydney is returning to work from vacation, where they had a great time. Answer: tell their coworkers about their vacation
What will Sydney want to do next?
task089_swap_words_verification
task089-0aede12f44e54467aa89f1b1d334b3b6
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...
(8, 9)
task243_count_elements_in_set_intersection
task243-11d5ff5c79d6402f8abc884a380dfc24
In this task, you are given two sets, and you need to count the number of elements at the intersection of two given sets. A Set is shown by two curly braces and comma-separated numbers inside, like {1, 2, 3}. The intersection of two given sets is the largest set which contains all the elements that are common to both ...
3
task636_extract_and_sort_unique_alphabets_in_a_list
task636-a5e1625a02744be68391d3cd7bd92479
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. ['z', 'd', 'k', '9961', '3521', 'k', 'a', 'z', 'e', '5343', 'b',...
a, b, d, e, f, j, k, o, p, r, z
task1714_convai3_sentence_generation
task1714-554070c5fc7b4e15b5a4661277b76d3d
You are given a concatenated string consisting of two parts that are separated by a newline character. The first part is the user's initial question during a human computer conversation, the second part is a clarifying question asked by the computer in response to the question asked by the user. You should read the inp...
no the regulations on deer hunting from the maryland dnr
task1599_smcalflow_classification
task1599-f4344162f73b4ad4983cab14693fdac0
In this task, you are given an utterance, which is a part of a conversation between a user and an agent. Your job is to detect the speaker. The user usually commands the agent to schedule events, retrieve event information, and check the schedule. While the agent's response is an answer to the user's questions or follo...
user
task708_mmmlu_answer_generation_high_school_physics
task708-3c4fb8a813b14ecc89d357946c396a47
You are given a question on high school physics. You are also given 4 answer options (associated with "A", "B", "C", "D"), out of which only one is correct. You need to answer the question by selecting the correct option. You should only answer with the choice letter, not the whole answer. An electric motor has a label...
C