task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task1400_obqa_incorrect_answer_generation
task1400-ac90721547eb4a97bf349a7d50bcf850
This task is about generating an incorrect answer to a question given the question and a true statement related to the question. The answer must be related to the question, but incorrectly answer it given the context. Fact: summer is when a hemisphere is tilted towards the sun. Question: Summer is the season where?
solar flares are heating the earth
task565_circa_answer_generation
task565-4cbb20805af84aba884189924b04601e
In this task, you are given a question. Your task is to generate an answer that is relevant to the question. Is the new job offering you more money?
It's a pay cut.
task405_narrativeqa_question_generation
task405-0b5b52ff16c841488feb587a06e42160
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 the name of the tool that Seaton uses to follow DuQuesene's spaceship?
task1542_every_ith_element_from_starting
task1542-cd2eaad1447642cbb0e5802416e95430
In this task, you are given an input i,A where i is an integer and A is an array. You need to find every ith element of A starting with the 1st element. 1, ['m', '8597']
m, 8597
task183_rhyme_generation
task183-52891cde201c4b49948cab286fe834a6
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" well
krell
task328_jigsaw_classification_insult
task328-520d793313b94331935135cb0bc18d6d
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: No, the state should not be helping stupid people go out an visit the place where a co...
Insult
task820_protoqa_answer_generation
task820-7923759608364a129cb78f38a6fe2308
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 people spend more money than they want to.
department store
task875_emotion_classification
task875-68045dc0c70c4dfaac4d7edd5455162b
In this task, you are given a sentence containing a particular emotion. You must classify the sentence into one of the six emotions: 'joy', 'love', 'anger', 'fear', or 'surprise'. i don t like feeling vulnerable or exposing all my worries and concerns mostly because i have felt the need to hold it together to be the st...
fear
task622_replace_alphabets_in_a_list_by_their_position_in_english_alphabet
task622-c63849eca8b948d5acfd84835c55312e
In this task, you are given an input list A. You need to convert all the alphabets in the list with a number representing their position in the English alphabet. E.g., replace A by 1, B by 2, a by 1, b by 2, and so on. ['I', '8331', 'E', 'j', 'G', 'I', 'I', '9653', '4889', 'g', 'E', 'r', 'x', 'O', 'f', 'Q', '681', '625...
9, 8331, 5, 10, 7, 9, 9, 9653, 4889, 7, 5, 18, 24, 15, 6, 17, 681, 6253, 5469, 3, 8, 6305, 4923, 9395, 4767, 667, 14, 7, 4747, 9705, 2957, 9165, 18, 6705
task673_google_wellformed_query_classification
task673-47aede38931849df826bd4eec6a1d5dc
Read the given query and classify it as a 'Good' or 'Bad' query depending on how well the query is formed, 'Bad' being the expected output for a not so well formed query and 'Good' being the expected output for a well formed query. A query may be wrong based on common sense or general facts, but if it is well formed, y...
Bad
task285_imdb_answer_generation
task285-b42d081ab59643bc95cbd276ddc7c200
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: There seem to have been any number of films like this relea...
no
task756_find_longert_substring_and_return_all_unique_alphabets_in_it
task756-8677be49ee984592b35f9340b918e7fc
In this task, you are given two strings A,B. Find the longer of the two lists, convert it to lowercase, and return all the unique alphabets used in it. The two input strings are never equal. MyXnrIUsarHJuIsXSO, AxlBkYEYzRBaXnrIUsarHJuIsmgOXSduhmsfD
a, b, d, e, f, g, h, i, j, k, l, m, n, o, r, s, u, x, y, z
task903_deceptive_opinion_spam_classification
task903-d36717bc3abe455185aecf3828955c36
Given a hotel review and the corresponding polarity of review (i.e., Negative or Positive) identify if the polarity is correct. Write 'true' if it's correct, 'false' otherwise. Review: I had the misfortune of being booked at the Amalfi Hotel in Chicago a few weeks ago. What a joke. To start off, the housekeeping staff ...
true
task390_torque_text_span_selection
task390-2337a7aa67234df6b4aafd131bfa8b39
In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Passage: The US...
terrorism
task374_synthetic_pos_or_neg_calculation
task374-069e41e1dca54cbbae7f70349142243f
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...
[118, 111]
task905_hate_speech_offensive_classification
task905-6f0d65018b144a68a3dbf7ed6e1ea2f3
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: @CayMarieee bitch I'm talm bout at like 10 ✋😂 Label: Hate Speech
false
task609_sbic_potentially_offense_binary_classification
task609-b931f1d85d304a22b90ebf31e7e4e868
In this task, you are given a text from a social media post. Your task is to classify the given post into two categories: 1) yes if the given post is potentially offensive to anyone (i.e., a subset of people, any particular person, etc.), 2) no, otherwise. Note that potentially offensive posts can contain sexual, racia...
No
task405_narrativeqa_question_generation
task405-6bb80d92a9f949369cfe3a1fe95035c4
You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont...
Who is Linda's gay friend?
task1508_wordnet_antonyms
task1508-5afbb696cc744aa685634ff47120323d
Given an adjective, generate its antonym. An antonym of a word is a word opposite in meaning to it. undiplomatic
diplomatic
task820_protoqa_answer_generation
task820-0cf0f61da8164df8aca3767a178c0e74
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 hobby people take up when they retire.
gardening
task847_pubmedqa_question_generation
task847-20397b2a4bd9496db80768d830d32587
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 ...
Do gene polymorphisms of stress hormone and cytokine receptors associate with immunomodulatory profile and psychological measurement?
task303_record_incorrect_answer_generation
task303-1c5ccc0f77694fd4b9709fb0eb4aabcd
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 ...
Floridians
task820_protoqa_answer_generation
task820-23ab8edf133f4a4fb1d0b99f6dbb6f98
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 something people sometimes bang on when it's not working.
computer
task085_unnatural_addsub_arithmetic
task085-89cf64e6481a44468c32862b5222077d
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. 9182 - 1609 + 7788 + 8615
-5612
task578_curiosity_dialogs_answer_generation
task578-09ce84b2731140ad94422fac47590a43
In this task, you are given dialogue, and you have to find the most critical location in the given conversation. Hello, I'd like to learn about Cardiff, please. Sure, Cardiff is the largest city in Wales and it's also the capital. I see. Can you tell me about the culture and recreation there? Yes, Cardiff has gro...
Cardiff
task405_narrativeqa_question_generation
task405-df57ccf5488e4fe49da277760c791f10
You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont...
Who is the man who kills James Howlett's father?
task363_sst2_polarity_classification
task363-0dc06db4f6474b3691381d14020b6f38
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 major problem with Windtalkers is that the bulk of the movie centers on the wrong character .
NEG
task1346_glue_cola_grammatical_correctness_classification
task1346-4b74982f06fa4c2c804a60b242e71bac
You will be given a sentence. Check whether the sentence is grammatically correct and is meaningful. If the sentence is grammatically correct, then answer with '1', otherwise answer with '0'. A proof that God does exists.
0
task379_agnews_topic_classification
task379-19bab9a45aa84645a9451fc366695e1a
In this task, you are given a news article. Your task is to classify the article to one out of the four topics 'World', 'Sports', 'Business', 'Sci/Tech' if the article's main topic is relevant to the world, sports, business, and science/technology, correspondingly. If you are not sure about the topic, choose the closes...
Sports
task079_conala_concat_strings
task079-824c9e876ae6433eacc4c4793ed1a5d3
In this task you will be given a list of strings and you need to concatenate them. ['immensity,', 'u', 'species', 'b', 'eluded', 'I', 'blanket', 'A']
immensity,uspeciesbeludedIblanketA
task1378_quarel_correct_answer_generation
task1378-16b612ac96104984ae7343f0a520e693
You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the correct answer (return the string of the correct option, not 'A' or 'B') for the given question. Sentence: A comet has been flung to the center of the solar system between the Sun and Mercury. The Sun is magnitudes large...
The Sun
task390_torque_text_span_selection
task390-767bce5e1a9d4f5f9f67d37a0cfeb098
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: "Israe...
radicalism
task303_record_incorrect_answer_generation
task303-f9b254232bdb4b8c8ccb133aa4c7e56e
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 ...
EU
task592_sciq_incorrect_answer_generation
task592-bfbe3bf716d849e79dba76d0d3a00b88
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. Electrons in covalent compounds are shared bet...
weak bonds
task303_record_incorrect_answer_generation
task303-66c7109cbf1c46b8bdc5794556977633
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
task577_curiosity_dialogs_classification
task577-9bffc664dd0b4f8ab3a653ce1b989b0a
In this task, you are given a dialogue between a user and an assistant, where users and assistants converse about geographic topics like geopolitical entities and locations. The task here is to find if the dialogue is by the user or assistant. Classify your answers into user and assistant. That's interesting! Could you...
user
task1290_xsum_summarization
task1290-544515822c884640b39f404784613dd2
In this task, you are given an article. Your task is to summarize the article in a sentence. Holly Brown was among 21 students on a field trip when the crash happened on the A38 in Birmingham on Friday. In a statement, her parents said they were "so proud" of the teenager's achievements. Flowers have been left outside ...
A 14-year-old girl who died when a school minibus was in collision with a bin lorry was a "beautiful daughter", her family said.
task898_freebase_qa_answer_generation
task898-cb047af00336408c8ec4c1f4c08f5f6c
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. You can do a degree in brewing at Heriot-Watt University where?
edinburgh
task101_reverse_and_concatenate_all_elements_from_index_i_to_j
task101-c414903436314d0e81f193a816a1b09e
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...
7229P
task1382_quarel_write_correct_answer
task1382-9270a336cdce4a86a2c9a0595b1c8d6f
You are given a sentence and a question. You're expected to write the correct answer based on the sentence. Sentence: Pete and Chip have been working out with weights in order to improve their strength. Pete can do more repetitions with more weight, so he is the more powerful of the two. Question: If they each throw a ...
Pete
task685_mmmlu_answer_generation_clinical_knowledge
task685-ab1b2148de4849f287b938d1d7e07130
You are given a question on clinical knowledge. 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. Mr Wood has just returned from...
B
task292_storycommonsense_character_text_generation
task292-1dbab994d5eb4c23a0f6ccc96554988a
In this task, you're given a story (which contains five sentences only). Your task is to find all the characters which are available in the given story. Sentence1: Caesar was a small yorkie pup. Sentence2: He walked with a really bad limp and cried. Sentence3: No one paid much attention to him. Sentence4: One day, a ni...
Caesar
task1206_atomic_classification_isbefore
task1206-6de64345ba654670b302c44aaed944a1
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
task1206_atomic_classification_isbefore
task1206-87f7667410d44bc29efb3ce9f4e6c2ce
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
task504_count_all_alphabetical_elements_in_list
task504-45d37242fd754aa6a81edbbbc49c0596
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 ['6929', '6399', 'c', 'R', '9661', 'i', 'z', '4017', '505', 'L', 'O', '3821',...
12
task196_sentiment140_answer_generation
task196-4d74865b4dd848ddb2887c39a3dfd626
In this task, you are given a text from tweets and a boolean question whether this tweet has positive sentiment or negative sentiment. Your task is to generate answer "yes" when the tweet has that particular sentiment, otherwise generate answer "no". Tweet: It's night and it's dark and cold waiting to pick my sisters u...
no
task820_protoqa_answer_generation
task820-881239df37b64d50af7df834c2087557
Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question. name the smelliest place someone can work.
gym
task475_yelp_polarity_classification
task475-5b2caf0b97004feca91ecdf080515c05
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. This is a great little spot off State Street to enjoy a beer and watch the game; the casual atmosphere is compl...
POSITIVE
task1452_location_entity_extraction_btc_corpus
task1452-7bfe1361ccd647ac8637126521a21e39
In this task, you will be given sentences in which your task is to recognize the name of the location or place. Although there might be several correct answers, you need to write one of them. With @ PaulPisasale & Labor Candidate for Ipswich West Jim Madden @ St Edmund 's College Mentoring Program Launch . http://t.co...
Ipswich West
task367_synthetic_remove_floats
task367-6c0431877e3b46369bf5dd4d9d37bcf8
In this task you will be given a list of numbers. You should remove any number that is not an integer (whole number). If every number is not an whole number then an empty list ("[]") should be returned. Otherwise, answer with the list of whole numbers separated by comma inside brackets. [11.276, 90, 2.655, 18.193, -49,...
[90, -49, -45]
task1207_atomic_classification_atlocation
task1207-95dc20f1c94b40e9906616078299d187
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...
Yes
task303_record_incorrect_answer_generation
task303-725362794b734f3c9a1f7fdef733ff75
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 ...
Raul Castro
task1355_sent_comp_summarization
task1355-c0cc24803bf4442ba70d5119b4269094
In this task, you are given a piece of an article. Your task is to generate a short summary of the text. Try to give the summary in just one sentence. Mulberry chief executive Bruno Guillon has stepped down from his role at the British luxury brand after two years.
Mulberry chief executive Bruno Guillon has stepped down.
task1596_event2mind_text_generation_2
task1596-ec478052a83045ef9296b8460883897f
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 puts ___ on the table
to put something somewhere.
task285_imdb_answer_generation
task285-15aa618d9125415f959211fc8e9b4623
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: ****MINOR SPOILERS*** As a bad movie connoisseur I must hav...
yes
task596_mocha_question_generation
task596-091076d320e341f293d11ab5fe70a2b5
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. It makes the separation from loved ones so much easier . So on a very personal note : I want every member of my family and all of my friends - near and far , to know how mu...
Why have I been so blessed ?
task085_unnatural_addsub_arithmetic
task085-a59913ed459a4186bcebd4e2e84248bd
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. 9493 + 2402 - 721 + 5448 + 2919
-555
task900_freebase_qa_category_classification
task900-44208199bb844857b59a0a866b3f68f5
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'...
geography
task521_trivia_question_classification
task521-2929693f6f3843619f27e3b56b260277
In this task you will be given a text passage from a trivia quiz. You should choose the category this question belongs to from these categories: History, Science, Social Science, Fine Arts, Literature. You can only choose one category, so if in doubt, please choose the closest match. This artist included "Reincarnation...
Fine Arts
task638_multi_woz_classification
task638-5630575db68e4de89503b7e62b9ea9cb
You are shown a conversation between a user and system. Identify who has spoken the indicated sentence based on the conversation. Sentence1: There are 22 matching entries. Do you want me to book a train for you? Sentence2: Can you book that for 1 person for 3 nights starting on monday. Sentence3: I am looking to leave ...
Answer: (A) User
task934_turk_simplification
task934-72abbfd57daf48e8bcf9d086f8dcd693
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. oxnard is the largest city in ventura county , california in terms of population.
in terms of population , oxnard is the largest city in ventura county , california.
task1712_poki_classification
task1712-da2d31f628ad4c6faa3e555e07647d03
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...
elementary
task899_freebase_qa_topic_generation
task899-fa914345690f41019180115c98aeb3a0
Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about. Who won the gold medal for the 100m at the 1992 Olympics at 32 years of age and became the oldest Olympic 100 m champion by four years?
1992 summer olympics
task631_dbpedia_14_incorrect_answer_generation
task631-692f5151572146f49e5dc460318dc9cd
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...
Educational Institution
task1727_wiqa_what_is_the_effect
task1727-8a0e59ee09ae4893965a424ddc46ad67
In this task you will be given a process, and a question. The process contains a sequence of steps that happen in order. The question asks about the effect of a certain event on another event. If the first event has a positive effect on the second event, answer with "for", if it has a negative effect, answer with "agai...
none
task183_rhyme_generation
task183-7398bb75a6504192b83cdd68fecf011a
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" tell
belle
task303_record_incorrect_answer_generation
task303-477699430e5443deb8ca49067f9c624a
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 ...
CNN
task183_rhyme_generation
task183-29bacbc444584498ae0c565dc0fadbfc
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" shall
chagall
task306_jeopardy_answer_generation_double
task306-23d21d3c676d479cb35c4124698bfe5a
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: FOREIGN LITERATURE Clue: Pope John Paul II's poem "Easter Vigil 1966" was first publ...
polish
task632_dbpedia_14_classification
task632-e95c74821a92428597237fa586f37099
In this task, you're given a text which is the body of the document. Indicate your answer as "Yes" if the text is about a person, otherwise indicate your answer as "No". Don't generate anything else apart from "Yes" or "No". Pay attention that for your answer to be "Yes", the passage should be generally about a person....
Yes
task1541_agnews_classification
task1541-6dbf056b38e8496ba0f7917f02e82d54
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...
1
task493_review_polarity_classification
task493-45274435758e409b8e26eefe62715063
Given reviews from Amazon, classify those review based on their content into two classes: Negative or Positive. This is indeed a book of 3-line poems passing itself off as haiku. This is not harmful certainly UNLESS an unwary reader picks it up and assumes that it is, basing all future opinions of this delightful poeti...
Negative
task589_amazonfood_summary_text_generation
task589-d1c2114d54924f15ba4b2b74cb44f4e7
In this task, you're given a review from Amazon's food products. Your task is to generate a short summary of the given review in the input. Note that you don't need to write a complete sentence as a summary. And they are DRASTICALLY lower in quality. Do a brief search on the equivalent of the USDA or Dept of Animal We...
Now made in China.
task581_socialiqa_question_generation
task581-f1bb7e13f4bd4a63abcbb30d4eb7de34
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: Addison decided to be helpful and teach Sydney how to read. Answer: like she accomplished something
How would Addison feel afterwards?
task079_conala_concat_strings
task079-13045408f9414fb398ade309c5e29735
In this task you will be given a list of strings and you need to concatenate them. ['point', 'P', 'to', 'o', 'may', 'X', 'c']
pointPtoomayXc
task306_jeopardy_answer_generation_double
task306-85e32556b77440ce8c333a15eda94e8a
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: POP SINGERS Clue: "Vagabond Ways" was a 2000 CD from this singer who'd been the "loy...
marianne faithfull
task293_storycommonsense_emotion_text_generation
task293-b97901a27649429ca3aba1b4d0db5795
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 ...
annoyed
task063_first_i_elements
task063-162aaf0804c34d188ce97e9635e6a7d6
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 5, ['m', '1613', '3623', 'F', 'c', '67', 'a', 'o', '3245', 'Z', 'H', 'q', '3697', 'z', '7807', 'L']
m, 1613, 3623, F, c
task496_semeval_answer_generation
task496-9083c33234e9408dbd9812954e1bcd33
Given news headlines, an edited word and funniness labels. The original sentence has word with the given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Your task is to generate answer "Yes" if an edited sentence matches funniness label, otherwise generate answer "No". ...
No
task078_all_elements_except_last_i
task078-94b919f37bb24b5abb7b33ece82c2faf
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. 10, ['6725', '7089', '2051', 'p', 'm', '155', '2343', 'x', '9865', 'o', 'f', '2169', '4015', '5305', '935', '9471...
6725, 7089, 2051, p, m, 155, 2343, x, 9865, o, f, 2169, 4015, 5305, 935
task823_peixian-rtgender_sentiment_analysis
task823-eb7d17d95a31476aa5b24651a85e47cb
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: CAMPUS CRAZINESS: Universities create nap rooms to combat an a...
Neutral
task111_asset_sentence_simplification
task111-ff11038692f64510ba290a29ea276a42
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...
Owners of zombie computers don't know that their computers are used in this way.
task1509_evalution_antonyms
task1509-5f7f20d04a34463aa8f53032f5df6963
In this task, you are given an adjective, and your job is to generate its antonym. An antonym of a word is a word opposite in meaning to it. practice
theory
task1389_hellaswag_completion
task1389-52142a0ef7be426596678fb6cbe8c06b
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". A man in a black shirt is checking food in a sandwich shop. The man then moves fast to make a hoagi...
C
task333_hateeval_classification_hate_en
task333-be2e45c8ad6a4048b8cf233045f91e11
In this task, you are given a post in English from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as...
Hateful
task506_position_of_all_alphabetical_elements_in_list
task506-b1112ea900b54577861822521b280f73
In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the alphabetical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no alphabetical element is in the list. ['j', 'y', '...
1, 2, 3, 7, 8, 12, 14, 15, 18, 19, 20, 24, 26, 28, 30
task843_financial_phrasebank_classification
task843-081d4ff2970f4f7d81ee1945576b94f4
Classify the given a piece of financial news into three classes: positive, negative, and neutral. Output must be 'positive', 'negative', or 'neutral'. Based on negotiations with personnel , some 20 % have indicated their willingness to move to the new location .
neutral
task205_remove_even_elements
task205-75d760f1521f4e40acb1a555ef41453f
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. [164, 166, 1...
[155]
task309_race_answer_generation
task309-427cc54c59374c08b5e4ffbb9102ee1b
In this task, you're given an article, a question which often contains a blank and four options (associated with "A", "B", "C", "D"). Your task is to find the correct answer (from the given options) for the question from the given article and return one of the options from "A", "B", "C", and "D". Do not generate anythi...
C
task966_ruletaker_fact_checking_based_on_given_context
task966-f5e9b421dbd64317b336d67d81b74c8e
Given a text paragraph and a fact, generate 'True' if the fact can be inferred/concluded from the paragraph, otherwise generate 'False'. The input passage contains as set of logical statements so the fact can be marked either 'True' or 'False' if the relavant info regarding the fact is present in the given passage. If ...
False
task934_turk_simplification
task934-0cadbf1b8b6741b19ba02019faf894b1
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. helene was a long-lived cape verde-type hurricane that formed in the extreme southeastern part of the north atlantic ocean , peaking as a category ...
hurricane helene was a long-lasting cape verde type that developed within the north atlantic ocean towards the southeastern extremity maximising itself as it traversed across the central atlantic to become grade 3 category hurricane on the saffir-simpson hurricane scale.
task376_reverse_order_of_words
task376-72d3d08d50f84678b32815a5e2f9bf51
In this task, you need to reverse the order of words in the given sentence. Sentence: a cluster of black umbrellas sit in the corner of a building
building a of corner the in sit umbrellas black of cluster a
task1291_multi_news_summarization
task1291-fc0382d49a7944de81e918c6eb72bded
In this task, you are given a text of many news articles seperated by special token "|||||". Your task is to summarize them. When this happens -- and it happens more often than I like -- I think about a Gloria Steinem quote a friend posted on Facebook. It read: "We've begun to raise daughters more like sons ... but few...
Finally, some good news for women when it comes to the gender gap. A new study shows that in many of the biggest US cities, women are out-earning men by a median of 8%. In Atlanta and Memphis, the difference shoots all the way up to 20%. One researcher attributes this reversal to education: Three women get a college de...
task430_senteval_subject_count
task430-60bbf6d504c645e09e98f8dd7645cd0f
In this task you are given a sentence. You must judge whether subject of the main clause is singular or plural. Label the instances as "Singular" or "Plural" based on your judgment. My goal was either survive the night or curse the morning.
Singular
task092_check_prime_classification
task092-b6b3995e278a48d2bb3c3c5a4c2857d2
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. 26865
No
task305_jeopardy_answer_generation_normal
task305-1bd1e50d993f4d10a8419063d999b9b1
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 consistency, answers should be in all lower cased letters. Category: I'LL CRY IF I WANT TO Clue: It's the sad country where the photo was taken in 1940
france
task170_hotpotqa_answer_generation
task170-9110386a443144658baf6539fe63ba0c
In this task, you are given a set of context paragraph and some supporting facts to answer a question. Your task is to generate answer for given question based on set of context paragraphs and supporting facts. Context_1 : King Arthur (Arthur Pendragon) is a fictional character, a comic book King published by DC Comics...
Stewart Douglas Wieck
task303_record_incorrect_answer_generation
task303-5997bddfb8fd4d0daa9f42bfee7e18ff
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 ...
Jimmy Fallon
task165_mcscript_question_answering_commonsense
task165-5caf793117224bdeaf899010a0eb37a4
You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to choose the correct answer to the question based on the passage. Answer of the question cannot be found directly from the passage, it is indirectly indicated in the passage. Do not answer with words o...
during the game
task1645_medical_question_pair_dataset_text_classification
task1645-cd8412fb5e084d24b9b74f74e386de5d
In this task you are given a medical question pair hand-generated. Your task is to classify a given post into two categories 1) 'Similar' if the given two questions have a same connotation 2) 'Dissimilar' if the given two questions have a different connotation or meaning. Sentence1: He touched my vulva nd clit with his...
Similar