task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task067_abductivenli_answer_generation
task067-9035500d96484cb78a7b72a74819b178
In this task, you're given the beginning and the ending of a three-part story. Your job is to complete the short story by writing a middle sentence that seamlessly connects the first and last sentence. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using an...
Billy tripped on a large rock on the sidewalk.
task245_check_presence_in_set_intersection
task245-d47d0061140947b4bb3b4939d1e1d4e7
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
task847_pubmedqa_question_generation
task847-f3b2a7efe3a748ef9825c84855e50e72
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 ...
Is neddylation and deneddylation of CUL-3 required to target MEI-1/Katanin for degradation at the meiosis-to-mitosis transition in C. elegans?
task595_mocha_answer_generation
task595-3a6c4c0310b2401f9425dd8018da9c30
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. ...
Because I miss them a great deal .
task297_storycloze_incorrect_end_classification
task297-4c40f808d437408a81029c71368e1dbf
In this task, you're given four sentences of a story written in natural language. The given story is not complete and your job is to complete the story by selecting one of the end sentence choices from (A) and (B), such that the story does not sound complete and coherent, i.e., select an incorrect end sentence. Sentenc...
A
task600_find_the_longest_common_substring_in_two_strings
task600-0700ba9fe3534621b283ae4ee4bdb670
In this task, you are given two strings A, B. Find the longest common substring in the strings A and B. monbJEYSExKG, NPJEYSav
JEYS
task428_senteval_inversion
task428-a437d14c060b4e9ba3d2e49f781d0482
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. Wh...
Original
task1289_trec_classification
task1289-47204c0ac76c41d982443ddcbdfc3ba2
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...
Quantity
task899_freebase_qa_topic_generation
task899-4b20a0fe31164a4a86b91fa6666ed774
Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about. Which king had daughters named Cordelia, Regan and Goneril?
cordelia
task898_freebase_qa_answer_generation
task898-9bdcbe8fa5914181a49ef3640037d0ef
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 is the capital of Madagascar?
antananarivo
task1284_hrngo_informativeness_classification
task1284-0af3d183db1a4c3bb17b2aed305ce600
You are given an original reference as well as a system reference. Your task is to judge the informativeness of the system reference. If the utterance provides all the useful information from the meaning representation output 1, else output 0. System Reference: x is a restaurant in the expensive price range area x. Ori...
0
task094_conala_calculate_mean
task094-6e93eb782cda4b64a337161d498538dc
In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. [118.234, 117.961, 187.863, 135.624]
139.92
task1311_amazonreview_rating_classification
task1311-091f3a5f6b5346688c0f85dd4b302349
In this task, you're given a review from Amazon and 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. Your task is to generate whether the rating matches the review or not. Answer with "True" if the sentence belongs to that...
False
task901_freebase_qa_category_question_generation
task901-56fb9564092348489cea431640a17059
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. base
September 29, 1966 saw the introduction of what Chevrolet muscle car, still in production today, whose name supposedly means a small, vicious animal that eats Mustangs.?
task506_position_of_all_alphabetical_elements_in_list
task506-caf4e50add17462f965598a7f9a01d2e
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. ['c', '2197'...
1, 3, 7, 10, 12, 13
task413_mickey_en_sentence_perturbation_generation
task413-262220096b47460b9830435d8ffc21d1
Given a sentence, generate a new sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true. You are ...
You are likely to find a snake in the garden.
task497_extract_all_numbers_from_list_in_order
task497-190bff5ef3c642b6acaf7be2fca078af
In this task, you are given an input list A. You need to find all the elements of the list that are numbers in the same order as they appear in the list A. ['4043', 'J', '6565', 'F', '3987', '5811', '3391', '8305', '7381', 'V', '7977', 'Q', 'd', '5503', '8691', 'g', 'f']
4043, 6565, 3987, 5811, 3391, 8305, 7381, 7977, 5503, 8691
task367_synthetic_remove_floats
task367-bb2ba9e9d5c6471fb05a752411af8e37
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. [100, -16.824, -1.406]
[100]
task376_reverse_order_of_words
task376-ee4f4a922265493b923aebbaf77a88de
In this task, you need to reverse the order of words in the given sentence. Sentence: a traffic light on street with building in the background
background the in building with street on light traffic a
task325_jigsaw_classification_identity_attack
task325-a33d33bd740b4f44bd5b4e2b5b59b1fa
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: identity-attack and non-identity-attack. Identity attack refers to anything rude or disrespectful about someone's identity, including appearance, race, gender, and sexual orientation. Comment: ...
Non-identity-attack
task1510_evalution_relation_extraction
task1510-dcb6b8170d0d4c07a513890df058f07f
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. human_be...
human_be IsA mammal
task191_hotpotqa_question_generation
task191-dfd2939f3c6b428991d117c6db9b6107
In this task, you are given a set of context paragraphs, some supporting facts and an answer of a question. Your task is to generate question for given answer based on set of context paragraphs, supporting facts and an answer. Context_1 : Gestriklandkammen is a mountain range in Oscar II Land at Spitsbergen, Svalbard. ...
What Swedish district was Christopher Chaplin born in?
task850_synthetic_longest_palindrome
task850-ffda584a4fa345a7b21b7fa5217210b6
In this task you will be given a string and you should find the longest substring that is a palindrome. A palindrome is a string that is the same backwards as it is forwards. If the shortest possible palindrome is length 1 you should return the first character. swsnssnswwnnsns
wsnssnsw
task142_odd-man-out_classification_no_category
task142-7ee0f4594ed6426483519332490cab8b
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. fine, neat, hearing, firstrate, custody
neat
task493_review_polarity_classification
task493-4835bbb207354ee99f19fe301eaf96d9
Given reviews from Amazon, classify those review based on their content into two classes: Negative or Positive. I am very happy with the weight and quality of this product. I wear this necklace often and love it!
Positive
task430_senteval_subject_count
task430-0f88ca4e91ec4e2ba149c454284c600a
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. The vampire drones were being unresponsive, only admitting to the fact that their respective masters " might not be available " for BUR du...
Plural
task1445_closest_integers
task1445-6a85f9e0a54c4dff8829e0c34ea2852a
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. [58, 71, 8, -31]
13
task1595_event2mind_text_generation_1
task1595-c52022f4642f432ab5497f565ea86073
The task is to generate text based of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons emotional reaction to the event, i.e. how that person feels after doing the action. PersonX decorates PersonX's tree
excited
task475_yelp_polarity_classification
task475-8d769828be7447d291c796ea6fe2a9c5
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. I've been going to this same shop for about 6 yrs and they always do a great job. Have tried others but always ...
POSITIVE
task605_find_the_longest_common_subsequence_in_two_lists
task605-c1ba1b6314e84b4d944ce183f78dffd1
In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B. [2369, 'u', 9213, '2683', 'B', '9323', 'L', 'c', '5981', 'V', '8203', '9177', 'v', 'j', 'b', '7839', 's', 'w', 'l', 2915, 8893, 339, 'L', 3017, 'y', 'Y', 5759, 'e', 't'], ['X', 2781, 2797, 'P', 'd', 7959, 'q', 'X', '268...
2683, B, 9323, L, c, 5981, V, 8203, 9177, v, j, b, 7839, s, w
task844_financial_phrasebank_classification
task844-4f4737ac5ea84715a5eeadae47d8301b
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:PA ) , JPMorgan Chase and Co ( NYSE : JPM ) and Pohjoa Bank are joint lead-managers on the senior , unsecured deal . polari...
false
task303_record_incorrect_answer_generation
task303-3094e48911f44150815f9e1616e64085
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 ...
Deal
task093_conala_normalize_lists
task093-b39a536460b24302b30a5158b019fe05
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. [177.041, -70.242, 235.47, 212.38, -39.252, 170.643]
[ 0.258 -0.102 0.343 0.31 -0.057 0.249]
task900_freebase_qa_category_classification
task900-dddd7d19803b4556a91659bf3eea94be
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'...
biology
task617_amazonreview_category_text_generation
task617-8b6450d99f9e4a118cda09d973653525
In this task, you're given a review from Amazon and your task is to generate the name of the category of the product based on the review given by the user. The categories are: kitchen, office product, watch, wireless, other, toy, digital video download, camera, jewelry, pet products, sports, industrial supplies, baby p...
watch
task904_hate_speech_offensive_classification
task904-8d6083359fb24fb1812034aad71b4b70
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. Jai...
Hate Speech
task177_para-nmt_paraphrasing
task177-aca33ea1a66a4e96bc53655686322573
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. they were always trying to make themselves look better , or worse , than they really were .
it was as if its members were still trying to look better - or worse - than they really were .
task403_creak_commonsense_inference
task403-be41967b57a24f16a294d424d4b49471
In this task you are given a statement and an explanation giving you further knowledge about an entity in the statement. You must judge whether the statement is true or false based on the explanation. Label an instance as "True" if the explanation confirms the statement or doesn't disprove it. Label an instance as "Fal...
True
task1295_adversarial_qa_question_answering
task1295-2f8494058a0845b283346c4b1ffea4ff
In this task, you are given a question and a context passage. You have to answer the question based on the given passage. How did religion and politics shape the country?, Context: Towards the end of the Republic, religious and political offices became more closely intertwined; the office of pontifex maximus became a d...
the office of pontifex maximus became a de facto consular prerogative
task246_dream_question_generation
task246-03a89fd46206463296de3bf8e7ecece0
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...
Why is the other train's ticket cheaper? (A) Because it goes on to Boston. (B) Because it arrives in the middle of the night. (C) Because there is no place to sleep.
task105_story_cloze-rocstories_sentence_generation
task105-fc1994acc7124873aa9d8f42c379f678
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: Raul looked in his stash box for his weed but it was empty. Sentence2: He then went through all h...
He felt better but still wanted to get high.
task596_mocha_question_generation
task596-952efaaa891349db9a98d6a9a618d23c
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. Friday night my friend Stacey called me and invited me to go bowling with her and her friends. I was excited and met them at the bowling alley about ten minutes from my ho...
Who went with them?
task074_squad1.1_question_generation
task074-2589695b7df646018ca183c5d368aaf4
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 is the name of the core guide for pharmacists and clinicians?
task607_sbic_intentional_offense_binary_classification
task607-d7bed698105b4c408c16a2fb5d77a107
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 intentionally offensive, 2) no, otherwise. Also, generate label 'no' for offensive statements that appear to be unintentional, or non-offensive statements that are underh...
No
task900_freebase_qa_category_classification
task900-d84e21319dbc4afb954aec5db377d73e
Given a trivia question, classify broad topical category from this list: 'theater', 'geology', 'book', 'tv', 'astronomy', 'aviation', 'military', 'government', 'boxing', 'projects', 'metropolitan_transit', 'law', 'venture_capital', 'broadcast', 'biology', 'people', 'influence', 'baseball', 'spaceflight', 'media_common'...
tv
task1730_personachat_choose_next
task1730-846b75598b024c21ac6b3e7b80cb90ba
You will be given a person's personality, and a history of a conversation this person has had. You will be given four candidate sentences to complete the conversation, based on the context. Choose one and answer with the text. Personality: My favorite color is blue. I have five cats. My husband is the ceo of taco bell....
My husband is the ceo. He works on ways to making the company better.
task496_semeval_answer_generation
task496-9fca8246f3c345eabed450e48625d78e
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
task303_record_incorrect_answer_generation
task303-c736732e4f27460fa2533e017cd16707
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 ...
New Yorker
task124_conala_pair_averages
task124-8582576605ae411085f192f4906cb6f7
In this task you are given a list of numbers and you need to find the average of each two consecutive values. The average of two numbers a and b is calculated as: (a + b) /2. The output should be a list of the averages of each two consecutive values. A list is presented with two brackets and comma-separated values, lik...
[25.0, 58.0]
task590_amazonfood_summary_correction_classification
task590-df5634f69a9f47619b04c876ea1c572b
In this task, You are given an amazon food product review and its summary. Your task is to Generate "True" if given review and its summary match, otherwise generate "False". I have made this my popcorn of choice. I enjoy the flavor and kernal size. Summary: wonderful
False
task1389_hellaswag_completion
task1389-6c2bcce1294740d1ab2e3d5b71c49a9c
In this task, you are given a context and four options. Each option is a suggested ending for the context. You should read the context and pick the best ending for the context. Please answer with "A", "B", "C", and "D". [header] How to adapt your bathroom if you're blind or visually impaired [title] Create a place for...
B
task845_pubmedqa_question_generation
task845-5bc5f3ae1b9e4783b01ccae1bc89a57c
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...
Are oestrogen deficiency and growth hormone treatment in childhood associated with hearing in adults with turner syndrome?
task066_timetravel_binary_consistency_classification
task066-3466db44fccb4bbabfff7ffa6ac5dbe5
In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given a candidate for the second sentence and you need to identify if the given sentence connects the first sentence with the rest of the story. Indicate your answer by "Yes" if it connects, otherwi...
Yes
task205_remove_even_elements
task205-e0978f787c564e74ae497c4681da7c57
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. [46, 40, 176...
[61, 123, 79]
task1292_yelp_review_full_text_categorization
task1292-a13b81a4d17c4c6f997dd623e01b79ac
You are given a review about a place. You need to provide a rating from "1 star" to "5 stars" for this place. Support local chocolatiers! Davidson chocolate has great truffles and EXCELLENT icecream. Their custom truffle boxes are a great idea for a housewarming gift or birthday gift for a co-worker. You have to check ...
4 stars
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately
task509-876224b5c40147c7b34dcc77252c8764
In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to collate all the alphabetical elements at the start of the list followed by all the numerical elements of the list. Maintain the order in which the alphabetical elements appear in the given input...
L, l, J, V, k, g, C, D, v, E, v, k, U, R, T, f, N, 4273, 245, 5783, 9481, 5347, 2461, 4621, 3831, 805, 833, 8261, 4533, 8497, 4599, 5311, 8505, 1307, 6483, 4233
task074_squad1.1_question_generation
task074-d746ca304ce241afb7d1be41ec20b11f
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 tavern did William Tillcar live adjacent to?
task1217_atomic_answer_generation
task1217-4feec1eef21c4ab7a612155e4704af0d
In this task, you are given a sentence with a missing word that can be an object, a person, and/or an action. Fill in the blank with a plausible word. Although each sentence has many correct answers, you only have to write one answer. PersonX divides the ___ from the waters
fish
task1341_msr_text_classification
task1341-fe6027f82f8a46c5a749685a1d70ffc0
Given a sentence, judge the quality of this sentence by indicating "Good" and "Bad". The quality depends on the grammar and the meaning of the sentence. If a sentence is easily understandable, and doesn't have grammatical errors, answer with "Good", otherwise answer with "Bad". Community support is needed by the Americ...
Good
task283_dream_incorrect_answer_generation
task283-1be802d82824425aa1282bb0cc024fa0
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: The manager just emailed to say that the meeting wo...
Neighbors.
task430_senteval_subject_count
task430-c07935dd7e5148ab91d9dba55bcdc275
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. Physically, her lovers became her slaves.
Plural
task428_senteval_inversion
task428-7628ef17bc0444f78805449121745c07
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. It...
Inversion
task164_mcscript_question_answering_text
task164-0beab70d9ad242e0b521b49a61bb9953
You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to find the correct answer (and return the string of the correct option, not option1/2) for the given question from the given options and based on the given passage. Answer of the question can be found ...
The cut on her knee
task599_cuad_question_generation
task599-59b74ea4fd2f414591e6c3713fd247ae
In this task, you're given a passage that represents a legal contract or clause between multiple parties. Your job is to write questions that ask the basic details corresponding to the legal contracts or clauses. Avoid questions that can be answered correctly without actually understanding the paragraph, and which migh...
Highlight the parts (if any) of this contract related to Ip Ownership Assignment that should be reviewed by a lawyer. Details: Does intellectual property created  by one party become the property of the counterparty, either per the terms of the contract or upon the occurrence of certain events?
task183_rhyme_generation
task183-e18b829c932a4fb4935f15485270797d
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" cat
brat
task092_check_prime_classification
task092-48be8bb17aa14dc18bf3974f4e069761
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. 19230
No
task1355_sent_comp_summarization
task1355-4787e4a3687a4134a3531969245a1d93
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. The Irish Payment Services Organisation has said that all Laser bank cards have now been replaced with Visa and MasterCard debit cards.
The carbon capture and storage project is nearing completion.
task1361_movierationales_classification
task1361-26c9c7aad5e84f6db5506cfb166b8fc8
In this task, you must classify if a given review is positive/negative, indicating your answer as P or N. a costume drama set in the 1500s , england , elizabeth is a lush , romantic , political masterpiece about the upset over the crossing of a protestant queen from a respected catholic one . when the court and country...
P
task589_amazonfood_summary_text_generation
task589-09d78f6962b14d678f13d8c0ac1db32f
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. There are things that I recall from my childhood that I would rather not - being stung by a bee, chicken pox, al...
Switch Flashback to my childhood - bad memories man
task379_agnews_topic_classification
task379-d2a672c3f9654cf6a1122dde3d0fedb7
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...
Business
task293_storycommonsense_emotion_text_generation
task293-b04c44be721c41459355e89190fb1029
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 ...
determined
task1727_wiqa_what_is_the_effect
task1727-a16bdb2dbec34204962904eab3db2a18
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
task576_curiosity_dialogs_answer_generation
task576-c6dc5dc0059f45c481210fae052fbb34
In this task, the input is a set of dialogues between a user and an assistant. You need to find the dialogue that is basically a response given to a question or an aspect of the user. as of 2019, 6,718,616. That's all I needed. Thank you. thank you. Which time zones are these? How many people are living in the ...
as of 2019, 6,718,616.
task384_socialiqa_question_classification
task384-5379fc3b0de940cf956179a94f45c8cb
In this task, you're given a context passage, an answer, and a question. Your task is to classify whether the question for this answer is correct or not, based on the given context with commonsense reasoning about social situations. If its correct ,return "True" else "False". Context: Jan met Casey through an online da...
False
task366_synthetic_return_primes
task366-51b751ec49bc45d5aa0b1513bfd250c5
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. ...
[929]
task071_abductivenli_answer_generation
task071-27779e19aeb3472980ef44c4868971fd
In this task, you're given the beginning and the middle of a three-part story. Your job is to complete the short story by writing a probable ending. 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 the endin...
Marty's house was a total loss because of his mistake.
task1608_xquad_en_answer_generation
task1608-bef7b1df26a44827a9176d09d83ddc27
Answer the question from the given passage. Your answer should be directly extracted from the passage, and it should be a single entity, name, or number, not a sentence. Passage: In 2000, ABC launched a web-based promotional campaign focused around its circle logo, also called 'the dot', in which comic book character L...
the dot
task1311_amazonreview_rating_classification
task1311-eb3454250be24de1af305789fda06f20
In this task, you're given a review from Amazon and 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. Your task is to generate whether the rating matches the review or not. Answer with "True" if the sentence belongs to that...
True
task1508_wordnet_antonyms
task1508-69f2d05016964504bddfbb84a3c4aaa8
Given an adjective, generate its antonym. An antonym of a word is a word opposite in meaning to it. reactive
unreactive
task1551_every_ith_element_from_kth_element
task1551-8d78f8792dab4c839db1a45d388e36f5
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. 2, 1, ['1159', 'C', 'M', 'V', '5669', '1401', 'S', 'j', '5633', '...
C, M, V, 5669, 1401, S, j, 5633, Z, Q, 8791, F, 2179, 9379, 1269, 8303, 2717, t, Z
task389_torque_generate_temporal_question
task389-567c498274c14c359ae440e3dc42cf13
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 the Italian sources spoke?
task1338_peixian_equity_evaluation_corpus_sentiment_classifier
task1338-bb7a59596bab4c7683cb311f7fae738e
The input is a sentence. The sentence includes an emotion. The goal of the task is to classify the emotion in the sentence to one of the classes: 'fear', 'joy', 'anger', 'sadness'. The emotion mainly depends on the adverb within the sentence. Jack found himself in a threatening situation.
fear
task632_dbpedia_14_classification
task632-05dc9fa55da9449b8f560ec69eeb27a3
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
task504_count_all_alphabetical_elements_in_list
task504-92da6e40730c41f882b34480e8c1b324
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 ['Y', '3457', 'P', 'L', 'Z', 'V', '9513', '383', 'w', 'I', '3559', '7167', '8...
11
task574_air_dialogue_sentence_generation
task574-834d4969217e48caacf47ac6c9fe5c5e
In this task, you're given a dialogue between a customer and a flight booking agent with a gap in the conversation. Your job is to find the answer of the previous dialogue. Avoid using irrelevant extra information while creating the answer. The answer should be relevant to the question before the blank. If you fill the...
customer: Ok.
task344_hybridqa_answer_generation
task344-7726006ecd014031a479651971c131bd
In this task, you will be presented with a question and you have to answer the question based on your knowledge. Your answers should be as short as possible. Who was coach of the 2010 runners-up ?
Rick Majerus
task1445_closest_integers
task1445-07af046b74dd4f748306ac670c91eac7
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. [89, -37, -61, 32...
1
task373_synthetic_round_tens_place
task373-22a8a42faccf4ee299fe57deab5f6fe4
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10. [746, 501, 291, 658, -580, -118, 306]
[750, 500, 290, 660, -580, -120, 310]
task325_jigsaw_classification_identity_attack
task325-1ae69221f57743b9b55875b43da3b00a
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: identity-attack and non-identity-attack. Identity attack refers to anything rude or disrespectful about someone's identity, including appearance, race, gender, and sexual orientation. Comment: ...
Non-identity-attack
task456_matres_intention_classification
task456-192c00735cb644939a1c684bdf4110a4
You will be given a context and a verb separated with a newline character. You have to identify if the given verb implies an opinion, an intention, a wish or not. Please note that a verb refers to an intention only if it refers to an event planned to happen in the future and is not conditional (or part of a condition)....
Yes
task633_dbpedia_14_answer_generation
task633-b7136e15e8b14edaa74f8df8a2878293
In this task, you are given a text which is the body of a document. You are given a question and options. Pick the correct number. Don't generate anything else apart from the numbers provided in options. Context: Bristol Metropolitan Academy formerly Whitefield Fishponds Community School and later Bristol Metropolitan ...
2
task303_record_incorrect_answer_generation
task303-382993a43fb24afc8712853a3d807d1c
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 ...
Air Force One
task1360_numer_sense_multiple_choice_qa_generation
task1360-aeec647ca3524569b3d3335b1b28bf8a
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'). Guinea has ____ territories or colonies.\Question: Choose the right answer from options given a) no b) seven c) three d) eight
a
task594_sciq_question_generation
task594-468f90fb25d84fc9ba7819136a6ca300
Given a scientific passage and an answer, generate a question for the given answer. Passage: Although there is actually little difference between toads and frogs, this animal would most often be called a toad. Frogs have moist skin, while toads have dry, bumpy skin. Answer: toads
Moist skin distinguishes frogs from what animal with dry, bumpy skin?
task389_torque_generate_temporal_question
task389-19363942c48f492fb7e57031bba15a03
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 event has begun but has not finished?
task363_sst2_polarity_classification
task363-8313e96dd8af4dbb9529ea0837ea1328
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 ... its stupidities wind up sticking in one 's mind a lot more than the cool bits .
POS
task846_pubmedqa_classification
task846-3bc984e146ee4ddf957fbddbb4172289
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: Does [ Storage at room temperature change cisatracurium onset tim...
no
task428_senteval_inversion
task428-81cccdab1a9e4154b47dca7692de68df
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. Wi...
Original
task523_find_if_numbers_or_alphabets_are_more_in_list
task523-fba72f3371b14c289444423362bc847f
In this task, you are given an input list A. If the count of numbers is more than that of alphabets in the list, answer 'Numbers Win'. If the count of alphabets is more than that of numbers in the list, answer 'Alphabets Win'. If the count of numbers is same as that of alphabets in the list, answer 'Numbers and Alphabe...
Alphabets Win
task413_mickey_en_sentence_perturbation_generation
task413-3ccaa808c6a342eeb6fb48b9cd09c139
Given a sentence, generate a new sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true. You are ...
You are likely to find a movie ticket in a movie theater.