task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task177_para-nmt_paraphrasing
task177-ee094e8d839a43118ea765e3e3110087
This is a paraphrasing task. In this task, you're given a sentence and your task is to generate another sentence which express same meaning as the input using different words. not her grandfather , nor her grandmother , for that matter .
i 'm not her grandfather , and i 'm not really her grandmother .
task1445_closest_integers
task1445-fb233508e3e9442d9d430d55be381e1c
In this task you will be given a list of integers. You should find the minimum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the smallest possible absolute distance. [85, 77, 73, 4, -...
4
task284_imdb_classification
task284-60f19cd84231472c947cfb71be909c20
In this task, you are given a review of movie. Your task is to classify given movie review into two categories: 1) positive, and 2) negative based on its content. Handsome and dashing British airline pilot George Taylor (a solid portrayal by Guiseppe Pambieri) gets beat up by thugs after a wild night in Hong Kong. Geor...
positive
task194_duorc_answer_generation
task194-e9a22cf60e654dfea9fe112c9968f4e8
In this task, you will be shown an extract from a movie plot and a question. You need to provide the correct answer for it. Short answers containing words that are present in the passage are preferred. Luca Di Angelo (Fabio Testi) is a smuggler, one member of an organized team trafficking cigarettes and booze up and do...
Answer: the informant
task183_rhyme_generation
task183-3571648042494372afae7531fa878eae
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" four
coar
task142_odd-man-out_classification_no_category
task142-479c4b70a2e04e29a9e63c666a234fcc
Given a set of five words, generate the word from the set that does not belong (i.e. is the least relevant) with the other words. Words are separated by commas. well, money, fine, decent, acceptable
money
task515_senteval_odd_word_out
task515-f597b31c1fa34df2b2352d3e3e1ca6e8
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
task335_hateeval_classification_aggresive_en
task335-fe8c23d29ea5482aae93ab00ed2cf64e
In this task, you are given a hateful post in English from online platforms. You are expected to classify the post into two classes: aggresive or non-aggresive. An aggresive post is one that expresses feelings and opinions in an abusive way and tries to dominate others. Note that the URLs in the text have been replaced...
Non-aggresive
task904_hate_speech_offensive_classification
task904-714984950c6046c7bc796cd22d0d9eb2
Classify the given tweet into the three categories: (1) 'Hate Speech', (2) 'Offensive' and (3) 'Neither'. 'Hate Speech' is kind of a threating statement or sometimes include call for violence while 'offensive' statement just offensds someone. 'Neither' is when it doesn't fall into Hate Speech or Offensive category. ' S...
Offensive
task493_review_polarity_classification
task493-dfb22193969d478baea1bce45b992ea0
Given reviews from Amazon, classify those review based on their content into two classes: Negative or Positive. I read the book many years ago, and decided to reread due to liking the book so well and when I am finished, my granddaughter will read
Positive
task310_race_classification
task310-7b91820165424fff9693286919b99d00
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: In the early 1990s,the word" I...
Yes
task886_quail_question_generation
task886-0f38c75b70184157aa9fe50a55dbe567
Write a question from the passage such that it identifies a character (a person or a thing) in the passage. The U.S. Supreme Court signaled Wednesday it may be open to new limits on the government's ability to track someone's movements by accessing data on that person's cellphone. A case before the high court could re...
Who was convicted of a series of robberies in 2010 and 2011?
task1400_obqa_incorrect_answer_generation
task1400-b94b05c7d9e64392a9f4ce0f744a4d0d
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: being burried under soil and mud changes peat into coal through extreme heat and pressure in a s...
Taking the temperature for the day
task1443_string_to_number
task1443-b7e6b6eb45324121abf9140faeaa39ff
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...
8538507902
task105_story_cloze-rocstories_sentence_generation
task105-c0f0044361444f609b786e15db3fe310
In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences. Sentence1: My daughter brought her dog over to play with my dog. Sentence2: Her dog is big and full of energ...
Both dogs enjoyed playing together, anyway.
task100_concatenate_all_elements_from_index_i_to_j
task100-e2f83f8a50e74a9d8d85ef938c1137c6
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...
4453422712173892819257773527657871
task865_mawps_addsub_question_answering
task865-17a52c55abaf4aa9aa07d1336c1b8b61
You are given a math word problem and you are supposed to apply addition or subtraction mathematical operators on the numbers embedded in the text to answer the following question and then only report the final numerical answer. Gino has 63 popsicle sticks . I have 50 popsicle sticks . What is the sum of our popsicle s...
113
task374_synthetic_pos_or_neg_calculation
task374-5c4ce61313c9479b9473800bd17b2fba
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...
[177, 222, 108, 210, 261, 255]
task285_imdb_answer_generation
task285-eb3327864ef842adbf86c02533de4f61
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: Election marks the 2nd trial society theme movie directed b...
no
task636_extract_and_sort_unique_alphabets_in_a_list
task636-a72761a28eca4d5ebe73245556f8609f
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. ['c', '8389', 'j', '6113', '5843', 'f']
c, f, j
task310_race_classification
task310-a2adc6deac154362aabe574b739e5e2c
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: Glynis Davis: I first piled on...
No
task183_rhyme_generation
task183-639acfe1a57d41ca9182e8312a358f8f
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" fight
reit
task293_storycommonsense_emotion_text_generation
task293-73ddae6c7a0348b0a3bd98cc29ec58a3
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
task074_squad1.1_question_generation
task074-54c1a285554f4eb788429d74efa19d15
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...
About how thick would a PCB layer be if it contained three oz. of copper?
task113_count_frequency_of_letter
task113-3bd32c55e78241adb2b7214e2ce3bb23
In this task, you need to count the number of times the given letter appears in the given sentence. Sentence: 'a parade on a street with several officers on motorcycles riding while confetti falls from the sky on them'. Find frequency of the letter 'a'
6
task307_jeopardy_answer_generation_final
task307-3e66ec9a5c154ca8b958b4fd87aa36dd
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: WORLD MONUMENTS Clue: A statue of Chang & Eng Bunker stands in Samut Songkram in thi...
thailand
task611_mutual_multi_turn_dialogue
task611-40ca0b37b77c4304bb41cf60cf2279b6
In this task you are given a small conversation between two persons and 4 options on how the conversation should continue. Your job is to choose the most reasonable option. The conversation and the options are separated by a newline character. Each dialogue in the conversation are separated by a comma. F and M indicate...
B
task400_paws_paraphrase_classification
task400-e825549ef6e3422499119ab31d2321a4
In this task you are given a sentence pair from wikipedia that have high lexical overlap. If the sentences have the same meaning and are just paraphrases of each other label them as "Paraphrase" , if not label them as "Not paraphrase". The two sentences are seperated by a new line. The term is also used amongst develop...
Paraphrase
task194_duorc_answer_generation
task194-15cc0738c3d04916b8ba6c843718ae10
In this task, you will be shown an extract from a movie plot and a question. You need to provide the correct answer for it. Short answers containing words that are present in the passage are preferred. This first appeared on realmoviereview.comThough it was released worldwide as Fast Track, its US title was The Ex (lik...
Answer: Grodin
task1360_numer_sense_multiple_choice_qa_generation
task1360-8566f57587354eabacfe443588dbc483
Given a sentence with a missing word, pick the answer option that best fills out the missing word in the sentence. Indicate each answer with its index ('a', 'b', 'c', 'd'). Most jellies propagate asexually, a process that typically involves ____ distinct stages.\Question: Choose the right answer from options given a) t...
b
task924_event2mind_word_generation
task924-c7dce1eeb3a3467bbdcc8831a2b2c442
You are provided with an "Event", "Intent" and "XEmotion" (PersonX's reactions for the given "Event"). Indicate PersonY's reaction (person feels) at the end of this event. Provide one reaction for PersonY. If there's nothing that can be implied, respond as None Event:PersonX challenges PersonX's friends. Intent: 1) pro...
feeling shocking and surprised
task428_senteval_inversion
task428-c45309cc4ee2481b9206326e9c8b4ef4
In this task you are given a sentence. You must judge whether there exist two consecutive words within the sentence with flipped orders, that is, whether the sentence will make sense and be correct if the order of two consecutive words changes. Label the instances as "Inversion" or "Original" based on your judgment. Th...
Original
task082_babi_t1_single_supporting_fact_question_generation
task082-c134c51be236415a9ed59298b61489ec
In this task, you will be given a passage consisting of set of facts. The task is to create a question of form 'Where is <person_name>?' that is answerable from exactly one of the given facts. Avoid creating questions that are unanswerable from all of the facts. Passage: Sandra travelled to the kitchen. John journeyed ...
Where is John?
task1722_civil_comments_threat_classification
task1722-12782523267e4495b527bd7556ee7005
Categorize the comment on the basis of threat. If the comment is threatening output Yes, otherwise output No. The Register Disregard, HA! I like it.
No
task592_sciq_incorrect_answer_generation
task592-c6a000c1566c4c0cb4de46dd5e9b4053
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. Carbon atoms are bonded to as many hydrogen at...
super
task1551_every_ith_element_from_kth_element
task1551-eb67039590ef4779906172fb21068e0e
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, 4, ['S', '4457', 'g', 'J', '7843', 'O', 'N', '9693', '619', 'H...
g, N, I, j, 8325
task370_synthetic_remove_divisible_by_3
task370-891effdf33af4ec09de6c25f611870a3
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. [-83, 53, -78, 84]
[-83, 53]
task105_story_cloze-rocstories_sentence_generation
task105-face0c4f14b94c0aaf672583c39b7d76
In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences. Sentence1: Skippy was a brown squirrel in our yard. Sentence2: We gave him nuts and seeds to eat. Sentence3:...
We often miss that little brown squirrel.
task616_cola_classification
task616-be8bb6b33e584caf97dca473463addec
You're given a sentence and your task is to classify whether the sentence is acceptable or not. Any sentence which is grammatically correct, has a naturalistic text, is written by a native speaker and which minimizes superfluous content is acceptable, otherwise unacceptable. If the sentence is acceptable then write "ac...
unacceptable
task847_pubmedqa_question_generation
task847-7c7738dec6554134956a36bd269167e6
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 the pro-inflammatory effects of miR-155 promote liver fibrosis and alcohol-induced steatohepatitis?
task303_record_incorrect_answer_generation
task303-e3afd55e8405425e85db0f3f618d324a
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 ...
England
task844_financial_phrasebank_classification
task844-a9c37f20aa37404c864bcb172bd3c0c7
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:On the route between Helsinki in Finland and Tallinn in Estonia , cargo volumes increased by 36 % , while cargo volumes bet...
false
task161_count_words_containing_letter
task161-ec069dec9a4640e19c134d5a40652688
In this task, you need to count the number of words in a sentence that contain the given letter Sentence: 'a vase filled with a red and yellow flower arrangement in front of a brick pillar'. How many words contain the letter 'z' in the sentence.
0
task183_rhyme_generation
task183-2f346fdca43d474399f7aeb707e130fe
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" though
breau
task616_cola_classification
task616-5e6a13c985ae4238ba2131dba6b02697
You're given a sentence and your task is to classify whether the sentence is acceptable or not. Any sentence which is grammatically correct, has a naturalistic text, is written by a native speaker and which minimizes superfluous content is acceptable, otherwise unacceptable. If the sentence is acceptable then write "ac...
acceptable
task111_asset_sentence_simplification
task111-1a313d283b8743be93f3c8d693b87c52
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...
Fluctuations of this line horizon is used to describe all matter. Every elementary particle can be described by a mode of oscillation of a very small loop of string.
task1340_msr_text_compression_compression
task1340-856aca1e22d64c0397bff696742f68db
Given a text, write a compressed version of it in a single sentence. In short, you could view the Florida Atlantic program as a version of Harvard's Kennedy School of Government, except it's for left-wing activists rather than centrist politicians.
You could view the Florida Atlantic program as a version of Harvard's Kennedy School of Government.
task072_abductivenli_answer_generation
task072-4591307762ba4bf286f5f603259f9e78
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 ...
Amy wanted her tongue pierced.
task851_synthetic_multiply_evens
task851-7610086b295b40c59e3291cc77d39a02
In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every even number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no even numbers in an inner list you sho...
[-576, 648, 384, 264, -32, 19320, 0, 748, 0, -6, 1428]
task299_storycloze_sentence_generation
task299-f1b05a44d7234907879f6e3094e0e97d
In this task, you're given four sentences of a story written in natural language in which one part is missing. Your job is to predict the position and missing part of the story and return in the following format: position, missing part. The missing part is a sentence that completes the story, and the position is the nu...
2, Someone had left a beautiful, fluffy kitty on the church doorstep.
task1290_xsum_summarization
task1290-8119abe7e3f04b378c78545ba3fe76a8
In this task, you are given an article. Your task is to summarize the article in a sentence. A statement said that he "died peacefully, surrounded by his family". He was one of the most influential musicians of his time and was known for constantly changing his musical style and appearance. Born David Jones, he changed...
Musician David Bowie has died at the age of 69 after battling illness for 18 months.
task286_olid_offense_judgment
task286-9adfa484d1b44a7dbd780b239cf29db5
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
task112_asset_simple_sentence_identification
task112-d77b796e005d477aa44ee23a9e31d680
You will be given two pieces of text with the same meaning. One of them is simpler and easier to understand for non-native English speakers. Complex texts may contain more difficult words, have unnecessary phrases or contain long sentences. Your task is to choose the simpler piece of text. You are expected to output 'T...
Text two
task1207_atomic_classification_atlocation
task1207-a248ff7eedfb4d2a9bddf5ecb33d5d86
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
task328_jigsaw_classification_insult
task328-8f63c08ce90f42b7b3f724e07a0d8a13
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: Could have killed two birds with one stone and held it on Halloween.
Non-insult
task379_agnews_topic_classification
task379-ca8f25440e4249cd84b765f39ec19c13
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...
World
task305_jeopardy_answer_generation_normal
task305-3576e9fea3434a6591b7ef9bad4517c6
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: DAYS OF BIRTH Clue: Among other qualities, Sunday's child is this, like the fair ba...
bonnie
task413_mickey_en_sentence_perturbation_generation
task413-c6f5f0ef143544c6bb060d5142123d57
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. Paying b...
Paying by credit card requires a credit card.
task1443_string_to_number
task1443-38b200cd33ac4f04b7cff73b788e9d80
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...
73521727
task756_find_longert_substring_and_return_all_unique_alphabets_in_it
task756-799756143363415fb1e89781a45db466
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. GKRXlpUpIspNKMpZUykafT, ssgEsnpIspNKMpZUyGhXN
a, f, g, i, k, l, m, n, p, r, s, t, u, x, y, z
task1601_webquestions_answer_generation
task1601-15e4e27f6a2743e292eec60c96f7073a
Based on the given question and tppic, give an answer. The answer is available on on the internet. The questions are mostly centered around a single named entity. concept: Chris Paul question: what team is chris paul on?
['Los Angeles Clippers']
task385_socialiqa_incorrect_answer_generation
task385-2bc89e555d754bd9a72f2a67ccdddb82
In this task, you're given a context passage, a question, and three answer options. Your task is to return an incorrect answer option to the question from the choices given. For all questions, only one of the three answer options is correct. Pick one of the two incorrect answer options as the output. Context: Addison n...
A
task679_hope_edi_english_text_classification
task679-96a08a27bf4949f09c38782de395dec1
Classify the given comment into 'Hope Speech' or 'Not Hope Speech'. A hope speech is defined as content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion I look to a day when people will not be judged by the color of their skin
Hope Speech
task074_squad1.1_question_generation
task074-bb075820c29d4b21bddba31ac57b3068
This task is about reading the given passage and construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) its answer is a continuous text span from the paragraph. Avoid creati...
What were some of the original Australian department stores?
task672_nummersense
task672-18edfeec23484458bd0e2832d3f6d767
In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words. Stalks can grow up to _ feet tall.
ten
task1510_evalution_relation_extraction
task1510-0abb5bf7d39e485489db0f2f1754bbde
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. chair is...
chair IsA seat
task1503_hatexplain_classification
task1503-d0be4ea9399549cd93e1dc9c7e523a40
The input is a tweet which can be Hate Speech, Offensive or Normal tweet. Hate Speech and Offensive tweets target one community. Given such a tweet, output the community targeted in the tweet. The community will be one of the nine values: 'African', 'Islam', 'Jewish', 'Women', 'Refugee', 'Arab', 'Caucasian', 'Hispanic'...
Caucasian
task1296_wiki_hop_question_answering
task1296-21ee7cc82e4d48eba0be606039e5785f
In this task, you are given a context, a subject, a relation, and many options. Based on the context, from the options select the object entity that has the given relation with the subject. Answer with text (not indexes). Context: Canadian Institutes of Health Research (CIHR) is the major federal agency responsible for...
website
task1443_string_to_number
task1443-049b2bc35cd244b482a08d1058b05685
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...
260578881
task521_trivia_question_classification
task521-0524e9d5500a47c8a35ae7d98063e203
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 was photographed in dra...
Literature
task1296_wiki_hop_question_answering
task1296-d5b78ad4c27647809880f95d921d9444
In this task, you are given a context, a subject, a relation, and many options. Based on the context, from the options select the object entity that has the given relation with the subject. Answer with text (not indexes). Context: Boris Dlugosch is a house music producer from Germany . Boris is usually known for funky ...
record producer
task1434_head_qa_classification
task1434-d341b01b19d54275bd39fea5a532291d
In this task, you are given a question and answer options for that question. Using this information, you have to classify each text into different topics: medicine, nursery, psychology, chemistry, pharmacology, biology. Question: When the individual is unable to remember important personal information, usually a trauma...
psychology
task389_torque_generate_temporal_question
task389-87bda44479b548c5984d51556760377e
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 will happen in the future?
task078_all_elements_except_last_i
task078-68504889d8f34e8692f2e9a9df230346
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. 3, ['T', 'g', '4755', 'O', 'G', 'Z', 'r', '9337', '2691', 'h', 'j', '4271', 'T', '5217', 'a', '9671']
T, g, 4755, O, G, Z, r, 9337, 2691, h, j, 4271, T
task024_cosmosqa_answer_generation
task024-dcb6ff1a3f4445559cb20705c9fb7ba0
Craft one correct answer to the question given in input. To make it more interesting, try to use non-stereotypical language if possible. Make sure your correct answer is reasonably long, consistent with the context, and requires common sense (instead of explicit extraction from the context.) In your answer, use as few ...
The narrator believes it will ruin his holiday party .
task111_asset_sentence_simplification
task111-9004086867a940d8b1357c434f55863d
Rewrite each original sentence in order to make it easier to understand by non-native speakers of English. You can do so by replacing complex words with simpler synonyms (i.e. paraphrasing), deleting unimportant information (i.e. compression), and/or splitting a long complex sentence into several simpler ones. The fina...
The most common MI symptoms in women are dyspnea, weakness, and fatigue.
task291_semeval_2020_task4_commonsense_validation
task291-869012c227fa493a851f7829557e7a0c
In this task, you are given two natural language statements with similar wording. You must choose the statement that makes less sense based on common sense knowledge. A ' ' separates the statements. Use "first" or "second" to indicate which sentence makes less sense. She watched the show on the pillow. She watched the ...
first
task284_imdb_classification
task284-9ce7b7820a03470cb5ec765cffc61aa2
In this task, you are given a review of movie. Your task is to classify given movie review into two categories: 1) positive, and 2) negative based on its content. Is Miike like Chabrol, alternating art with dreck, sometimes confusing the two? Does he match the fifty/fifty rate some claim for Chabrol? Do we see here too...
negative
task521_trivia_question_classification
task521-e9ed1ba507e74a62a2df17480aeadfd0
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. Bishop Mkrtich Khrimian was invited...
History
task301_record_question_generation
task301-4523bc5886f24c4fbfac30bf19e536ba
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 _ . Amazon's Jeff Bezo...
Mr. Bezos said _ intends to launch a reusable orbital vehicle able to take off and land vertically.
task846_pubmedqa_classification
task846-79156b84ed404a1e9bdf4696b33fbad2
Given a passage with a question and an answer to that question, classify if the answer actually answers the question into 'yes' or 'no'. Output 'yes' if the answer answers the question and output 'no' if the answer does not answer the question. Question: Do proton Pump Inhibitors Increase Risk for Clostridium difficile...
no
task1502_hatexplain_classification
task1502-95bc26ea90854570b56d81846deded23
The input is a tweet which can be classified as Hate Speech, Offensive or Normal. Given such a tweet, output the class the tweet belongs to. Hate Speech will contain threatening language towards the community targeted. Offensive language will contain abusive or discriminatory language towards the community targeted. ho...
Hate Speech
task1443_string_to_number
task1443-d7455afbcb6649c6a2df2e6b296fb543
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...
189446019924
task1292_yelp_review_full_text_categorization
task1292-f4336c4116d14aa5bcc6cf706f98e8a0
You are given a review about a place. You need to provide a rating from "1 star" to "5 stars" for this place. Great coffee, friendly service, and good food.
4 stars
task074_squad1.1_question_generation
task074-385219300390410f899ab3eeb6b4c93d
This task is about reading the given passage and construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) its answer is a continuous text span from the paragraph. Avoid creati...
What belief has many gods?
task568_circa_question_generation
task568-fb038f3b5c754912ad897dcba0550ec5
In this task, you are given an answer, and your task is to generate a reasonable question for that answer. I work with my old best friend.
Have you kept in touch with anyone here?
task413_mickey_en_sentence_perturbation_generation
task413-d70c780aada14ec5a435f48d977e6e97
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. If you w...
If you want to print on the printer then you should have a computer.
task1359_numer_sense_answer_generation
task1359-89a032f8121449489586e6b87a6760ef
Given a sentence, fill out the missing word with a 'no' or a number (between zero and ten). You should write the numbers with english alphabet, like: four instead of 4. Women devote their lives to raising families of six, ____ and eight children.
seven
task163_count_words_ending_with_letter
task163-7ea91f0d59614b29b5b828a9f5b477d1
In this task, you need to count the number of words in a sentence that end with the given letter. Answer with numbers and not words. Sentence: 'a grilled sandwich and a coffee drink on a table'. How many words end with the letter 'd' in the sentence.
2
task1722_civil_comments_threat_classification
task1722-2ec605a689764b70960db5b0a7cffd81
Categorize the comment on the basis of threat. If the comment is threatening output Yes, otherwise output No. They can seize his aircraft for flying and shooting the same day.
Yes
task586_amazonfood_polarity_classification
task586-74a5815d773d46e2a8abc6bbd9928ad9
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 produce was extremely fresh. I made a delicious Thai soup with the items and had plenty to spare.
Positive
task383_matres_classification
task383-89814515a1414dd097c3382159677477
You will be given a context and a verb separated with a newline character, and you have to answer if the given verb can be anchored in time or not. We say a verb can be anchored in the real timeline if and only if a verb happened in the past, is happening now, or is guaranteed to happen in the future. The output should...
Yes
task072_abductivenli_answer_generation
task072-84284743914e4396a14e409d913c58ea
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 ...
Maude fell down the stairs and broke her ankle.
task366_synthetic_return_primes
task366-265da2ef4fe441419726ed1db41204b8
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned. ...
[167, 191]
task148_afs_argument_quality_gay_marriage
task148-144a526c1a0d40289fbb3c3b7bcc8701
We would like you to assess the QUALITY of each of the following argument (discussing Gay Marriage) 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 gay marriage. A...
Valid
task1310_amazonreview_rating_classification
task1310-2dd32e226a114e18b77da4a9f607c6da
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. These wipes are not my favorite. They all stick together when you try to pull them out (not conve...
3
task454_swag_incorrect_answer_generation
task454-c3a0921bc32046fbb365de9451ecc8a5
Given a sentence, generate a most unlikely next statement. The next statement should not be logically relevant to the given context The cube is then picked up off the counter and the timer begins as he attempts to solve the puzzle. After thirty five seconds, he
stands right and jumps face down.
task069_abductivenli_classification
task069-48e9387f314a4bf2b0f48d93d1e4014f
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 coherent / plausible by writing "1" or "2" in the output. If both sentences are plausible, pick the one that makes most sense. Beginning: Emily worked lat...
1
task455_swag_context_generation
task455-4df3f63dd43d4e418c0a73f426ffae9a
Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement. in the background team wearing red shirts and blue shirts are kneeling on the beach soccer court.
Man is standing in forn of a net in a soccer game while players are preparing to make a fee kick.
task1285_kpa_keypoint_matching
task1285-cb8d09f5650c4c2c8e55752d552fbdbd
The input contains a debate topic, an argument on the topic and a keypoint, separated by "<sep>". Your task is to answer if the keypoint matches the argument and summarizes exactly what the argument means, in the context of the given topic. Topic: We should abolish intellectual property rights<sep>Argument: People shou...
True