task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task672_nummersense
task672-b6e78749cb274c1dad60365b0612ce47
In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words. Sigma is the mean _ point uncertainty, in magnitudes, X is the airmass.
zero
task821_protoqa_question_generation
task821-1b8988e9a87c4dc588fc074bf63900fa
Construct a question that every answer in the list is correct and reasonable for it. lay eggs, cluck, peck, scratch
name something chickens do.
task149_afs_argument_quality_death_penalty
task149-f38589ef4b0941699bdb32444e636c86
We would like you to assess the QUALITY of each of the following argument (discussing Death Penalty) and determine if the argument is Valid or Invalid. A valid argument is clearly interpretable and either expresses an argument, or a premise or a conclusion that can be used in an argument for the topic of death penalty....
Valid
task371_synthetic_product_of_list
task371-a05a7d0ba4da4d598c781148cf6ee423
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, -44, -12, -42], [6, 29, -38, 13], [42, 29, -...
[-332640, -85956, -31529148]
task098_conala_list_intersection
task098-e35673bc990548dbb120fb8396c7a1f3
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]
task629_dbpedia_14_classification
task629-b7a90e2f673c4394a547e13983975add
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...
9
task369_synthetic_remove_odds
task369-7d380aab8b894a698e8a8a7140402518
In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. [29, -45, -1...
[-14, 44, 32]
task1339_peixian_equity_evaluation_corpus_text_completion
task1339-ce65140661c6481db448e2ef0503e9a9
The input is a sentence with a missed word and an emotion. Your task is to fill in the blank with a word that matches the emotion and rewrite the completed sentence. The emotion is one of ['fear', 'joy', 'anger', 'sadness']. SENTENCE: Katie made me feel <blank>. EMOTION: anger
Katie made me feel angry.
task192_hotpotqa_sentence_generation
task192-fc2f4845207e45eaa50538c09e421adb
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. Nancy Freeman-Mitford {'1': ", '2': ", '3': ", '4': "} (28 November 1904 – 30 June 1973),...
Nancy FreemanMitford {1: , 2: , 3: , 4: } 28 November 1904 – 30 June 1973, known as Nancy Mitford, was an English novelist, biographer and journalist.
task589_amazonfood_summary_text_generation
task589-6da4399fd110415bbc58eeae37c124ac
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. Disclaimer: I'm a coffee addict. I'm also a Starbucks addict, so I've become a bit snobby about my coffee prefe...
robust, real coffee taste without the caffeine
task293_storycommonsense_emotion_text_generation
task293-4d6fcedbeb3a4559af7e784e78d8d02c
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 ...
None
task370_synthetic_remove_divisible_by_3
task370-96bce6f71ae7450cacc55a15afb19f8f
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. [-34, 83]
[-34, 83]
task934_turk_simplification
task934-6c1296efc011457c85110e849a9469ec
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. boorowa is a farming town in new south wales , australia.
boorowa is a farming town in austral.
task156_codah_classification_adversarial
task156-406796a86d274d4fa704903aec505216
Given a prompt and four completions, select the completion that is the most plausible in continuing or answering the prompt. This task is designed to test common sense and has various categories ranging between idioms, negated statements, polysemy, subject referencing, and quantitative reasoning. Generate either Comple...
Completion B
task1210_atomic_classification_madeupof
task1210-f2f723706c954af7ae2772f6e6d652b0
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
task1670_md_gender_bias_text_modification
task1670-bbfd21c414744000a71890b00677b251
In this task if the pronoun is male or gender-neutral you are to replace it with a female pronoun. If there are no pronouns add a female-gendered word to the sentence. hey miss jessica, i'm into drums too. I play for a band.
Hey Jessica, I'm into drums too. I play for a band.
task169_strategyqa_sentence_generation
task169-2f9658698e144b3fb959ad71b480a69a
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: Handball, Des...
Fact1: In Ancient Greece, one player sat on the other's shoulder to play handball. Fact2: Sitting on another person's shoulder is a common tactic to get a better view at modern concerts.
task158_count_frequency_of_words
task158-da9d252e1f074708bf381a83d92e6c6d
In this task, you need to count the occurrences of the given word in the given sentence. Sentence: 'a couple wearing a suit and red scarf pose for a picture near a christmas tree'. Count the occurrences of the word 'a' in the given sentence.
4
task592_sciq_incorrect_answer_generation
task592-d11da33ddf764197afe96ed44e5f6fdf
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. Vesicular transport includes exocytosis and wh...
phagocytosis
task889_goemotions_classification
task889-464a853a3e4d4fa095c18fd0b07695f7
Categorize the following sentence into one of the five different emotions: anger, confusion, joy, sadness and neutral. Did people really go against [NAME] when he came out? I wasn't as in to his stuff at the time but I remember people being supportive.
confusion
task002_quoref_answer_generation
task002-0778f7aae50b4da185b6232c781ad9c9
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: In 1874, Disraeli's ambitious foreign policy, aimed at creating a Britis...
Disraeli.
task196_sentiment140_answer_generation
task196-0218cb22ed34440dbed9aef5b08da2a5
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: I was completely a Flawless girl tonight, but Diversity, Shahe...
no
task1412_web_questions_question_answering
task1412-f51ff808caca46a4954f77a523d94f64
A question is presented to you in this task, and your job is to write a potentially correct answer. what type of laws did mary harris jones demand?
Children's rights
task161_count_words_containing_letter
task161-0cec4c5a0294440abfbf067208c42ff6
In this task, you need to count the number of words in a sentence that contain the given letter Sentence: 'a black and white photo of a boat in the water'. How many words contain the letter 's' in the sentence.
0
task618_amazonreview_summary_text_generation
task618-267d449072b24aa88fed538859215ebc
In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review. I reside in an independent living community. Our rooms have no kitchens and I was very pleased to have a toaster so that I could make myself something to eat on occasion. I used the toaster approximately 5 tim...
Our rooms have no kitchens and I was very pleased to have a toaster so that I could make ...
task246_dream_question_generation
task246-6295fd86cc0b4c4fa225a8da6587ad55
In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. "W" and "M" in the conversations stand for "woman" and "m...
What is the problem for the man? (A) He has to meet many people. (B) He has to leave his friends. (C) He has to travel a lot.
task820_protoqa_answer_generation
task820-cc55ec0c84b54131a68443252be8744f
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 an ingredient that you use in baking but would not eat on its own
flour
task1726_mathqa_correct_answer_generation
task1726-e5ab360964694e1dbae6533bd4d3c09b
The task is to generate the correct answer for a given math problem. Problem: one man can do a piece of work in 10 days . one boys join him & he complete the work in 6 days . if he gets 50 rs for his work then what will be the share of the boy .
20
task1596_event2mind_text_generation_2
task1596-f6e7cc669c014f1c98bb37a6e3497554
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 goes ___ for the holidays
tourist in enjoy
task845_pubmedqa_question_generation
task845-ee3140bd9bdc4a2a8ac6e22ffd96a348
Given a passage with a context and an answer, 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...
Does quantified corticospinal tract diffusion restriction predict neonatal stroke outcome?
task929_products_reviews_classification
task929-1bf34fccce094a0695d8a293d51c8309
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 had this for several months and it made great coffee until one day the motor refused to st...
Bad review
task1210_atomic_classification_madeupof
task1210-e76d1d289c4b446e8e612fbd5d71bf7e
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
task589_amazonfood_summary_text_generation
task589-e7895785ed444b18ae89ac66df47ac58
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. This cat food was recommended by my vet because my 13 year old Cleo Cat was having trouble keeping any food down...
Perfect Cat Food For Older Cats!
task390_torque_text_span_selection
task390-2ab1ff3fae8e4633bcdeae7389787c5f
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 tu...
turnover
task672_nummersense
task672-5453e435a03b42129b46b998820b8379
In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words. Green soybeans are usually available frozen and can be stored in a freezer for up to _ months.
six
task063_first_i_elements
task063-21f23c553036402880741b6cffadf081
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, ['F', 'C', '7395', '4679', 'C', 'o', '8491', 'E', '5467', 'y', 'J', 'L', 'G', 'B', 'r', 'K', '8557'...
F, C, 7395, 4679, C
task101_reverse_and_concatenate_all_elements_from_index_i_to_j
task101-2d37d841964445e5aa913c300c54a115
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...
bm7065X
task369_synthetic_remove_odds
task369-ea60fbea02994de386c1ec1d9465736c
In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. [-26, 100, 3...
[-26, 100, 30, -86, -32]
task564_discofuse_classification
task564-4ece37c525d446ba9f0bf82d41c750fd
In this task, you are given two sentences in the English language and your task is to classify them into one of their discourse types. A discourse type is an indicator to classify the given two sentences on the basis of a co-text as well as a relevant context. There are 13 discourse types in total which are 'SINGLE_S_C...
PAIR_ANAPHORA
task905_hate_speech_offensive_classification
task905-0b21196d9f264f8f86c5f3d17dac633b
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: @Big_Jim777 bitch Label: Hate Speech
false
task390_torque_text_span_selection
task390-2ef0e1493ea4400cba05078a568a8e06
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: They a...
aided
task093_conala_normalize_lists
task093-b9eb0e036fe54d8a9a78e16ed1a3bdad
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. [181.471, 45.999, 168.599, 145.499, -31.919, 171.003, 116.844]
[ 0.228 0.058 0.211 0.182 -0.04 0.214 0.147]
task1727_wiqa_what_is_the_effect
task1727-3fa69583978b42a1a649216ec0b43675
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...
for
task587_amazonfood_polarity_correction_classification
task587-246ad1dc14394f1899073768da1a70a0
You are given an amazon food product review and its polarity (positive or negative). Your task is to answer "True" if the specified sentence and its polarity match; otherwise, answer "False". Great option for excellent taste, price, and convenience. A repeat customer on these! We order these now in the 36 pack instead ...
False
task268_casehold_legal_answer_generation
task268-cee6da9ba5834c4582f0faae5146171d
In this task, you will be shown a prompt from a judicial decision and multiple holding statements derived from citations following text in a legal decision. Holdings represent the governing legal rule when the law is applied to a particular set of facts. There are five answer choices for each citing text. The correct ...
(A)
task820_protoqa_answer_generation
task820-a6ab7ef8a699432e877448798da7c9cd
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. theyve cloned a sheep name a creature they should never clone because we already have too many
human
task376_reverse_order_of_words
task376-45604b9923e947a19fef0abaad2cfb2f
In this task, you need to reverse the order of words in the given sentence. Sentence: a man with a hat and eye glasses riding a skate board
board skate a riding glasses eye and hat a with man a
task093_conala_normalize_lists
task093-032a8fb8ba3f4380873e4ab9e78ed5d2
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. [102.683, 21.439, 153.062, 186.375]
[0.222 0.046 0.33 0.402]
task002_quoref_answer_generation
task002-bb85345ae45749d2931b1e9605ede488
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: Other health problems persisted; Malloch's frostbitten feet failed to he...
Malloch.
task327_jigsaw_classification_toxic
task327-3c349965a0ad4bdf8d2b16133834a159
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: toxic and non-toxic. Toxicity is defiend as anything that is rude, disrespectful, or unreasonable that would make someone want to leave a converation. Comment: Yes, the Cry-Bully.
Non-toxic
task1551_every_ith_element_from_kth_element
task1551-4d18e2da73ac43e88a8fb4dcc9a1572f
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. 3, 1, ['S', '5887', 'r', '4053', '3407', 'W', 'k', 'D', '9371', '...
r, 4053, 3407, W, k, D, 9371, j, 179, 209, H, C, 9193, 5729, 9695, f, 5077, 6671
task581_socialiqa_question_generation
task581-f51980088e3e428c9355637a340aa9e9
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: Tracy took her son Austin to the beach. She used sunscreen to protect Austin's skin from the sun. Answer: enjoy the day witho...
What will happen to Austin?
task151_tomqa_find_location_easy_clean
task151-94f3289422dc4954962795f08cce2a49
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...
green_crate
task594_sciq_question_generation
task594-fd06c694886d485ab449a8999160860b
Given a scientific passage and an answer, generate a question for the given answer. Passage: Physical and chemical properties of geometric isomers are generally different. While cis -2-butene is a polar molecule, trans -2-butene is nonpolar. Heat or irradiation with light can be used to bring about the conversion of on...
Physical and chemical properties of geometric isomers are generally what?
task1596_event2mind_text_generation_2
task1596-3da892a409064031bc69cca94b5f5092
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 places a recall for this item
people to be safe by recalling the item.
task103_facts2story_long_text_generation
task103-cf1a8b088d6e4f37aec1e1e4afa46228
In this task, five ordered key facts are given. All the given facts are expressed in natural language. Your job is to generate a story 100 to 1000 words long, that includes all the facts given as input in their order of appearance while expanding upon them to produce a broader, yet coherent, narrative. Fact1: film show...
This film showcases the cultural differences of the east and the west. Adinarayana Gummaluri Sastry moves to Missouri, United States along with his wife and daughter Sandhya Vijayashanti from Andhra Pradesh to join his younger brother Ramarao. Their neighbors are Chris Thomas Jane, a White American, and Ronald Sivamani...
task301_record_question_generation
task301-0265da7cb4be4bac8d176c755cdee857
In this task, you will be shown a passage. You need to write a fill-in-the-gap question based on your understanding of the events that might be inferred from the passage. Your question should be answerable based on the passage and only have one correct answer. Show the gap in your question with a _ . Cairo, Egypt (CNN)...
With the Egyptian league cancelled weeks before the match, so that the team could prepare for the decider, a media war had broken out between _ and Egypt to fill the vacuum.
task1510_evalution_relation_extraction
task1510-dd967f22c18c4c8d85e12f8b4f5a88c0
Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. cup can ...
cup HasA drink
task245_check_presence_in_set_intersection
task245-26203021a5204204ba1c71a536065d86
In this task, you are given two sets, and a question. You need to find whether an element is 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 commo...
No
task589_amazonfood_summary_text_generation
task589-055e172e981b4e97a6b5b8a02ad25ca2
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. I expected a little more flavor as I usually like Green Mountain Coffees. Next time I'll look for a French Roast...
Too weak
task673_google_wellformed_query_classification
task673-5c8a1f838d6e410a84fe287d7ad75c1a
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...
Good
task900_freebase_qa_category_classification
task900-cc986bd9f3e94b0288ad2b0367ec52f3
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'...
time
task898_freebase_qa_answer_generation
task898-ae229d7b771b46b2a24680b6386313d7
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 was the title of the 1967 black comedy war film starring Michael Crawford and John Lennon?
how i won the war
task170_hotpotqa_answer_generation
task170-beb937102a03455a8b866af6f5797764
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 : Kimball Castle is the former summer estate of railroad magnate Benjamin Ames Kimball. It is locat...
Nicholas Shireburn
task618_amazonreview_summary_text_generation
task618-8950ae53a09741b1b8e5cf526d1efd05
In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review. Item was never received and money was never returned!
Item was never received and money was never returned!
task488_extract_all_alphabetical_elements_from_list_in_order
task488-a86b0f6bdd4249c580c627f53d3557b8
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. ['C', '1555', '3923', 'E', 's', 'w', 'h', 'W']
C, E, s, w, h, W
task206_collatz_conjecture
task206-d8a702426b074bdba6b8e2415091e329
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. [8, 16, 45, 48, 51, 6]
[4, 8, 136, 24, 154, 3]
task390_torque_text_span_selection
task390-9a95e2e1fbcf4559a5182916c323de1f
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: It- It...
said
task844_financial_phrasebank_classification
task844-5866701c36bc4e6ba8c05415992187a2
Given a piece of financial news and its polarity, classify it into 'true' if the polarity is correct and classify into 'false' if the polarity is incorrect. Output must be 'true' or 'false'. news:Pentik+Æinen emphasises that the most of the internet contents media houses provide can not be free forever . polarity:neut...
true
task072_abductivenli_answer_generation
task072-2ba70fa2e9a64230a62300778a1cd20c
In this task, you're given the middle and ending of a three-part story. Your job is to complete the short story by writing a probable beginning of the story. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating ...
Jason and three friends went fishing in Colorado.
task934_turk_simplification
task934-2b08892563934e829e7919235c98f6d6
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. railway gazette international is a monthly business journal covering the railway , metro , light rail and tram industries worldwide.
railway gazette international is a monthly business book covering the railway , metro , light rail and tram industries in all over the world.
task283_dream_incorrect_answer_generation
task283-36d1c9b7a81f4e98b8485bafe53c77e7
In this task, you will be shown a conversation and a question. You need to write an implausible answer to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. "W" and "M" in the conversations stand for "woman" and "man". Steve: Hey, Ranae. Do you happen to know where the mov...
11: 00 PM
task595_mocha_answer_generation
task595-fbef984de0c44795a2a1ea864f8a968c
In this task, you're given a context passage, followed by a question that needs to be answered. Based on the paragraph, you must write unambiguous answers to the questions and your answer must refer to a specific phrase from the paragraph. If multiple answers seem to exist, write the answer that is the most plausible. ...
William
task504_count_all_alphabetical_elements_in_list
task504-0b301d1e0edc4d1488676cd6b2a7c751
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 ['A', '1865', 'V', '7777', 'v', 'm', 'g', '5819', 't', 'R', '3443', '223', '4...
15
task1336_peixian_equity_evaluation_corpus_gender_classifier
task1336-bf5c79065a734385a45fbb06dcab3a99
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 girlfriend feels irritated.
female
task369_synthetic_remove_odds
task369-3fd42a1b03b74f7f840d39bd79859641
In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. [-30, -59, -...
[-30, -84, 26, -72, 4, 100, 96]
task1289_trec_classification
task1289-d12cdfc3cd5e415992f905c31f188977
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
task1364_hans_answer_generation
task1364-20bf4cc195634ba59b831970aa87921a
In this task, you are given a premise sentence. Your task is to write a new sentence by substituting the subject and object (i.e., the input's subject should be output's object and vice versa.). The generated sentence must be fluent and shouldn't change the voice (i.e., passive or active) of the input. The athletes sup...
The managers supported the lawyers .
task065_timetravel_consistent_sentence_classification
task065-12a24303a0964cf5a0c12a600d5423d1
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 2
task1310_amazonreview_rating_classification
task1310-ff28c15ac7c241b58145eb8c14a01049
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. This backpack isnt comfortable at all, the amount of friction leaves a painful burning feeling on...
2
task286_olid_offense_judgment
task286-17bdaa0fa2044578a033b4c386159ed7
In this task you are given a tweet and you must identify whether the tweet contains any offense or any form of (untargeted) profanity. Label the post as NOT if the post does not contain offense or profanity. Non-offensive posts do not include any form of offense or profanity. label the post as OFFENSIVE if the post co...
NOT
task505_count_all_numerical_elements_in_list
task505-a8291dfdfa154f76852078e5fe301c7b
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 numerical elements in the given list. Return 0 if no numerical element in the list. ['y', '2559', '3261', '9903', '6637', '1827', 'i', 'n', '3057', 'W', 'O', '2287', ...
13
task088_identify_typo_verification
task088-9eea467a12e4415887cf5ac17d8a1772
The given sentence contains a typo which could be one of the following four types: (1) swapped letters of a word e.g. 'niec' is a typo of the word 'nice'. (2) missing letter in a word e.g. 'nic' is a typo of the word 'nice'. (3) extra letter in a word e.g. 'nicce' is a typo of the word 'nice'. (4) replaced letter in a ...
Peole
task1712_poki_classification
task1712-472dfe9154e64b64a3dc0a377a5926ac
You are given a short poem which is written by a kid. Your task is to predict if the kid is in elementary school or high school. Anyone who is from grade 1st to 6th-grade will be considered as in elementary school, and 7th to 12th-grade kids will be considered as in high school. There are only two possible outputs, i.e...
high
task472_haspart_classification
task472-c339c29f7a624883a735dae00ad5c53c
Given two entities as input, classify as "yes" if second entity is the part of the first entity. Otherwise classify them as "no". These are entities of meronym In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., second enti...
yes
task1661_super_glue_classification
task1661-53587ada5d804281847fdb560fe21fae
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: Federal voting rights in Puerto Rico -- Like other territories, Puerto Rico can participate in the presidential p...
0
task367_synthetic_remove_floats
task367-add1be5508524169b3e0963104b2ab52
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. [12.964, -40.406, 52.913, -12, -...
[-12, -40]
task303_record_incorrect_answer_generation
task303-e9c86d8ca4b74a5f9b3308f55e977cb0
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 ...
Emma
task637_extract_and_sort_unique_digits_in_a_list
task637-11ce288ece3f41da92310eff16301f5b
In this task, you are given an input list A. You need to extract and sort the unique digits used in the list in ascending order. Return -1 if there is no digit in the list. ['t', 'd', 'h', 't']
-1
task1599_smcalflow_classification
task1599-7794b09e9b9545dd9aa34aea2061deae
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
task303_record_incorrect_answer_generation
task303-2d4e73dbeea44b82b4fbc68218a75438
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 ...
Raspberry Pi
task087_new_operator_addsub_arithmetic
task087-5635d2cd30b24e9e9900aaba0c662d7d
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 8425 @ 87...
11785
task303_record_incorrect_answer_generation
task303-51e20c43918d4b8b97128827c5e0ee0d
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 ...
Volunteer Cavalry
task088_identify_typo_verification
task088-a642e3e7953a4bb19b81d1ba55d855d0
The given sentence contains a typo which could be one of the following four types: (1) swapped letters of a word e.g. 'niec' is a typo of the word 'nice'. (2) missing letter in a word e.g. 'nic' is a typo of the word 'nice'. (3) extra letter in a word e.g. 'nicce' is a typo of the word 'nice'. (4) replaced letter in a ...
he
task521_trivia_question_classification
task521-a34d7bfe37c343a8834e10742fd9fd4e
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. Flaws in Schrodinger's equation or ...
Science
task389_torque_generate_temporal_question
task389-0199852bcc0d4aa8b279695a2263a7bd
In this task, a passage will be given and the goal is to generate a question about temporal relations based on that passage. A temporal relation describes the relation between two things with respect to time e.g., something happens/starts/terminates/... immediately/shortly/usually/... before/after/during/... something ...
What happened after Laila claims?
task111_asset_sentence_simplification
task111-e592826d7481420c88adfeff7523569f
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...
After Schidlof died from a heart attack in 1987, the Amadeus Quartet broke up.
task683_online_privacy_policy_text_purpose_answer_generation
task683-f1de61deb7c44096923070cb2d1aa1dc
Given a part of privacy policy text, identify the purpose for which the user information is collected/used. The purpose should be given inside the policy text, answer as 'Not Specified' otherwise You can opt in for the use of contact information by the site, which uses it for an additional (non-basic) service or featur...
Additional service/feature
task283_dream_incorrect_answer_generation
task283-862f7805fbf54e539d241e169051affb
In this task, you will be shown a conversation and a question. You need to write an implausible answer to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. "W" and "M" in the conversations stand for "woman" and "man". M: Hi, honey. Do you need any help with your luggage? ...
She likes to live in California
task901_freebase_qa_category_question_generation
task901-76c8604071c14d749a6f04ffe439367a
Given a broad category, generate a trivia-type question based on a specific entity in that category. The question should be non-ambiguous. External resources such as Wikipedia could be used to obtain the facts. film
Who played the title role in the 1992 film My Cousin Vinnie?