task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task089_swap_words_verification
task089-d32c41bb913b48dc8b49cb77f1ae2442
In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the inde...
(1, 2)
task369_synthetic_remove_odds
task369-f27f3460fe4242e9a5b74f5db01252d7
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. [-70, 57, 76...
[-70, 76, 86]
task209_stancedetection_classification
task209-c5d6c2f528ca4a14935e2c0a2692273c
Given the Target and Argument texts detect the stance that the argument has towards the topic. There are three types of stances "in favor", "against", and "neutral". Topic: Random sobriety tests for drivers Argument: Random sobriety stops set-up unjust detection of other crimes.
against
task1381_quarel_incorrect_option_generation
task1381-714d3205a4b842a5bca55178c2063600
You are given a sentence, a question and two answer options. Your task is to write down the index ('A' or 'B') of the **incorrect** option for the given question. Sentence: Tim prepared dinner for the whole family. He plates the food for the family on nice porcelain and paper plates. Question: If Tim would drop the pla...
A
task074_squad1.1_question_generation
task074-77c1a21c56e6416ca3b6fa6a826fc27e
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...
Where did Naguib end up after the turmoil?
task322_jigsaw_classification_threat
task322-bf24a63341794659881a7c73a999f991
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: threat and non-threat. Threat is a statement that someone will be hurt or harmed, especially if the person does not do something in particular. Comment: This article just fear mongers the worst...
Non-threat
task849_pubmedqa_answer_generation
task849-d7eae94e9bc44cc780f7b24089fb8b59
In this task, you are given a passage which has a question and the context. You have to generate an answer to the question based on the information present in the context. Context: Colonic response to single-dose irradiation is characterized by epithelial denudation followed by restitution. Extracellular matrix (ECM) r...
This study brings new insights into ECM remodeling in the colon after exposure to ionizing radiation and highlights the role of MMP subtypes specialized in basement membrane degradation.
task335_hateeval_classification_aggresive_en
task335-0bc1a30b0eab48f2a722be0c42450f47
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...
Aggresive
task588_amazonfood_rating_classification
task588-743c347e716c42cbab50ec94a870b92a
In this task, you're given a review from Amazon's food products. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral or mixed, 4: good, 5: extremely good. I wanted to like this wine because I really like Bethenny, but the wine...
2
task906_dialogre_identify_names
task906-2f36354a2e6e42c392b18973a32387d0
You are given a dialog between 2 or more individuals. Within the dialog, there will be clues as to the names of the speakers. You will be asked at the end of the dialog to identify the name of one of the speakers. Speaker 1: Uh-oh. It's Scary Scientist Man. Speaker 2: Ok, Phoebe, this is it. In this briefcase I carry ...
Scary Scientist Man
task157_count_vowels_and_consonants
task157-d21a511f59404570b09b178cc68dbacb
In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Sentence: 'a bird that is standing on a tree limb'. Count the number of consonants in the given sentence.
19
task497_extract_all_numbers_from_list_in_order
task497-26daf40d6fc64fbfab292e3bc61d4004
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. ['9711', '9885', '5711', 'g', 'C', '3909', 'f', 'D', '5259', 'M']
9711, 9885, 5711, 3909, 5259
task125_conala_pair_differences
task125-2bed775465b34289a69163037902ac42
In this task you are given a list of integers and you need to find the absolute value of the difference between each two consecutive values. The output should be a list of the absolute value of the differences of each two consecutive values. [24, -81, 67]
[105, 148]
task1551_every_ith_element_from_kth_element
task1551-3fa3a382fc684b0ca5aa9cf038b87507
In this task, you are given inputs k, i, and A, where k and i are integers and A is a list. You need to find every ith element of A starting from the kth element. The process stops when the position of the next ith element exceeds the length of the list. 1, 3, ['V', 'N', 'K', '7767', 'X', '4895', '7043', '7573', '7255'...
V, 7767, 7043, l
task923_event2mind_classifier
task923-d3e712b71d0c4ffc80f91d62e6c1a63e
You are provided with an "Event" and it's "Intent" related to PersonX. Determine the sentiment value of the given input as either "Positive", "Negative", and "Unknown". Event:PersonX leaves aside the question. Intent: 1) to do their job
Unknown
task390_torque_text_span_selection
task390-baf8e6d1dc004509ab61871f5b637efa
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: "We mu...
War
task636_extract_and_sort_unique_alphabets_in_a_list
task636-d2b61350daed41aa8aa965e6173b3bd3
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. ['r', '399', '7215', '161', 'g', '7587', 'e', 'm', '4987', '9733...
e, g, j, k, l, m, n, r, s, x
task286_olid_offense_judgment
task286-91bc4bf4a4664f60abf5433d6c280461
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
task368_synthetic_even_or_odd_calculation
task368-2d0a031c7a884da88d38d71972b521e6
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 4, if the element is odd you should multiply by 4 then add 2. The output should be a list of numbers that is the result of applying that logic to the input list. You should not round any decimal...
[-290, 5.5, -322, 38, -15.5]
task1508_wordnet_antonyms
task1508-003d02214e024162920c915fbcf19e35
Given an adjective, generate its antonym. An antonym of a word is a word opposite in meaning to it. aligned
nonaligned
task389_torque_generate_temporal_question
task389-f1f05a83c9ac4ae5af1773e5beb9ebd1
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 already finished?
task379_agnews_topic_classification
task379-cd44c946c8da441fadbf72692d511bf8
In this task, you are given a news article. Your task is to classify the article to one out of the four topics 'World', 'Sports', 'Business', 'Sci/Tech' if the article's main topic is relevant to the world, sports, business, and science/technology, correspondingly. If you are not sure about the topic, choose the closes...
Sci/Tech
task1400_obqa_incorrect_answer_generation
task1400-9736a6a54eef452591677c7f469d2ac0
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: sunlight produces heat. Question: Heat causes you to sweat, so at which time of day will you swe...
night time
task1369_healthfact_sentence_generation
task1369-184e1f7bef4d46a0885192aae00b4d48
Generate an explanation for the given claim using the provided supporting material from the paragraph. Please consider the following points while generating an output. 1) The claim will always have supporting proof in the paragraph, and the paragraph will have a clear point of view supporting the claim. 2) There can be...
"This article on a study about potential benefits of the antibiotic minocycline in reducing brain damage when given up to 24 hours after a stroke is very well balanced and reported. It makes clear that the findings are promising but preliminary, and that any clinical application at this point would be off-label and at ...
task848_pubmedqa_classification
task848-06aa9bdffa4441f380e2224a4af373fb
Given a passage classify if the passage has a definite objective/aim/goal or not. Output '1' if the passage has a defininte objective/aim/goal and output '0' if the passage does not have a definite objective/aim/goal. High fructose intake has been suggested to be a key factor that induces nonalcoholic fatty liver disea...
1
task1293_kilt_tasks_hotpotqa_question_answering
task1293-2582e17d44fb4aa38064cb587957d40c
In this task, you are given a question. You have to answer the question based on your information. What percentage of the part time work force for this group make up from whose group's name Mitsouko was derived?
77%
task615_moviesqa_answer_generation
task615-83b0ac22e3064b0dbe18eb64ceb8b789
You are given an open-domain question from an open movie database. Your task is to provide an answer to that question. Try to only include the answer. Do not put it in a sentence. what was the popularity rating of Drunken Tai Chi?
unheard of
task683_online_privacy_policy_text_purpose_answer_generation
task683-9822efbb3a17496e89a798626dae7e17
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 The public does see your user profile for a basic service or feature.
Basic service/feature
task679_hope_edi_english_text_classification
task679-8376c309a58b46728e95d609f06c0058
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 the red tshirt guy looks like a wholeass lesbian LMAJDGSG
Not Hope Speech
task116_com2sense_commonsense_reasoning
task116-e28f7e214ad542a6bc347ef3e25b36a0
You will be given a piece of text either about an everyday event, or a general statement. If the event seems a plausible event to you, or the general statement makes sense matches your commonsense, output 'True', otherwise output 'False'. I didn't think I'd work so many extra hours today. The last bus is long gone.
True
task1420_mathqa_general
task1420-46746be2b9da47d3b030bdefe18498fc
In this task, you need to answer the given multiple-choice question on the general math. Classify your answers into 'a', 'b', 'c', 'd', and 'e'. Problem: a batsman had a certain average of runs for 16 innings . in the 17 th innings , he made a score of 87 runs thereby increasing his average by 3 . what is his average a...
a
task099_reverse_elements_between_index_i_and_j
task099-6e9ec4882d844039bf84cb567cbc2bb8
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 list all elements of A from the ith element to the jth element in the reverse order. 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. 11, 14, ['D', '2...
B, T, L, 1683
task1346_glue_cola_grammatical_correctness_classification
task1346-29da3693ddcc47d093b687dc0b37aeb7
You will be given a sentence. Check whether the sentence is grammatically correct and is meaningful. If the sentence is grammatically correct, then answer with '1', otherwise answer with '0'. Martha climbed up the mountain.
1
task070_abductivenli_incorrect_classification
task070-9fba577919ca429cbd13191e2af74671
In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story incoherent / implausible by indicating 1 or 2 in the output. If both sentences are plausible, pick the one that makes less sense. Beginning: George was a ...
1
task897_freebase_qa_topic_question_generation
task897-b6827b8b0a914b3d8c439e084be7449e
Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question. be here now
Which British group released the albums `Definitely Maybe' and 'Be Here Now' in the 1990s?
task1678_mathqa_answer_selection
task1678-5def241d11104cf4a6ab1049c98bc417
Given a math problem with context and a question and 5 answer choices, the task is to provide the correct answer choice based on the problem. You must choose one of the given answer choices by letter: a, b, c, d, or e; anything else is invalid. Problem: williams works at a resort from the beginning of march to the end ...
e
task453_swag_answer_generation
task453-82c1218562d74da49ea58508d0550d30
Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct. Someone hurriedly grabs his things and rushes out the door. He
dashes down the quiet pre - dawn street.
task142_odd-man-out_classification_no_category
task142-98edc25d266c4556b33a644458c6c83b
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. stingray, fish, raft, mice, whale
raft
task934_turk_simplification
task934-fb81c4b03a8f42f0bd7d54191111c8a2
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. as well as current kit sponsors for bayern munich , ferencvárosi tc , and west bromwich albion , t-mobile were co-sponsors of everton with the one2...
as well as bayern munich , ferencvárosi tc , and west bromwich albion , t-mobile were co-sponsors of everton with the one2one brand and also the 2002 fa youth cup fin.
task310_race_classification
task310-1686a15aa164403abc5e5ca89197e3cd
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: The Field Museum Hours Regular...
Yes
task223_quartz_explanation_generation
task223-2a823f3749e04d2680cfa365b52dcd66
In this task, you are given a question and answer for that. The answer will fill in the blank or will complete the unfinished question. Your task is to provide an explanation based on the given question or fill-in-the-blank statement, and answer. Question: A decrease in the size of a telescope results in a/an _____ in ...
Larger telescopes can collect more light.
task067_abductivenli_answer_generation
task067-ef8b90d753ae4177a3311add697eb419
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...
Jenny fell asleep and a candle fell on her.
task649_race_blank_question_generation
task649-e65cf014ac104d80bdfee01c3d6bcb95
In this task, you're given an article and an answer. Your task is to generate the fill-in-the-blank question for this answer based on the given article. The blanks are always at the end of the question, and can be filled with more than one word or phrase. Article: Urban citizens can enjoy a more colorful life than rura...
When visiting an exhibition in town,country people have to _ .
task516_senteval_conjoints_inversion
task516-3be7dc018c56422599bc40722166c9b4
In this task you are given a sentence with one coordinating conjunction (for, and, nor, but, or, yet, and so). You must judge whether the order of two coordinated clausal conjoints have been inverted or not. Inversion would result in the sentence sounding unnatural. Label the instances as "Original" or "Inversion" base...
Inversion
task350_winomt_classification_gender_identifiability_pro
task350-284b6c1b299f4c4dba582d6cb600af1b
In this task, you are given a sentence and a profession. The sentence mentions two professions: one's gender is identifiable using the coreference link with gendered pronouns and the other's gender is unidentifiable. You are expected to return whether the given profession's gender is identifiable or unidentifiable. Sen...
Identifiable
task161_count_words_containing_letter
task161-6bfdc3f991a9450db023dddc71a35734
In this task, you need to count the number of words in a sentence that contain the given letter Sentence: 'searching for autumn pictures on flickr using laptop'. How many words contain the letter 'u' in the sentence.
3
task428_senteval_inversion
task428-0cc0aadbade149c88daa55f760a0f0bf
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. He...
Original
task246_dream_question_generation
task246-3dd56c053c4f47c4820f7684268d604d
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 does the man advise Alen to do? (A) Go out to work. (B) Listen carefully to John. (C) Be calm and patient.
task568_circa_question_generation
task568-d8492d8f32a64cc6a81384b4110c183f
In this task, you are given an answer, and your task is to generate a reasonable question for that answer. I'm a bit of a daredevil.
Are you adventurous?
task823_peixian-rtgender_sentiment_analysis
task823-539e8d46cec244dfb9d72ce7aac4336a
Given a 'poster' sentence and a corresponding 'response' (often, from Facebook or Reddit)classify the sentiment of the given response into four categories: 1) Positive, 2) Negative, 3) Neutral, and 4) Mixed if it contains both positive and negative. Poster: Just renewed my library card at the Cheshire Public Library. H...
Positive
task206_collatz_conjecture
task206-24f981ab2e8e4fc6b9e673b5a10d7da5
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. [199, 32]
[598, 16]
task1504_hatexplain_answer_generation
task1504-4c83f76ad6ab4c85a48b224bfe7a53f9
The input is a tweet which can be Hate Speech or Offensive. Given such a tweet, output a phrase from the tweet that makes it hate speech or offensive. The output should contain only one such phrase. The output has to be from within the tweet itself. Do not generate words or phrases not present in the tweet. if a three ...
three year old nigger
task413_mickey_en_sentence_perturbation_generation
task413-4dbf921cef53402994d11b366fca1c53
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. Friends ...
Friends usually spend a lot of time with each other.
task1217_atomic_answer_generation
task1217-5fba9a751a51452fa167b91a472122e5
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 suits every ___
scarecrow
task183_rhyme_generation
task183-9e161d5dd3394d6f909917f9271ab78f
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" ago
jo
task1312_amazonreview_polarity_classification
task1312-988d82a4db5e4921bef7c9e18b39dea9
In this task, You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review. Reasonably priced, compact and keep stuff COLD! Isn’t that what you want form a personal cooler, great for a day at the beach or fishing or picnic. ...
positive
task1731_quartz_question_answering
task1731-7f71c7334bc04347a20f54122d17aaa4
You are given a short paragraph, a question and two choices to answer from. Choose the correct answer based on the paragraph and write the answer(not the key). Paragraph: The size of the eroded particles depends on the velocity of the water. Eventually, the water deposits the materials. As water slows, larger particles...
decreases
task1434_head_qa_classification
task1434-d10b8c32673f48629e9a9b5d0ecb3414
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: Regarding enzymatic cofactors: Options: <0> All enzymes are required to be active. <1> ...
biology
task403_creak_commonsense_inference
task403-d3b2e7d2ae4246238e6a3aff4e7b5dd1
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...
False
task1445_closest_integers
task1445-9b897dbeca2d44d5a3793532da354bb1
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. [-88, 15, 45]
30
task897_freebase_qa_topic_question_generation
task897-8dd3217965b84ca281472009c450c411
Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question. bbc
Los Barcos was the name of the fictional village in which BBC television series?
task589_amazonfood_summary_text_generation
task589-320090cc3fd44ea697df8e5837d23850
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 is the best coffee we've ever had. I run The American Pavilion in Cannes and Weaver's was by far and away...
Best Coffee!
task934_turk_simplification
task934-5fec4dc442fe4991beeeb4d877547b71
In this task, you're given a sentence and your task is to generate a simplified sentence that focuses on lexical paraphrasing from the original sentence given in the input. to aid in the comparison of sizes of different geographic regions , areas between 1 km2 -lrb- 100 hectares -rrb- and 10 km2 -lrb- 1000 hectares -rr...
areas ranging between 1km2 -lrb- 100 hectares -rrb- and 10km2 -lrb- 1000 hectares -rrb- are listed below to compare sizes of different geographic regio.
task592_sciq_incorrect_answer_generation
task592-5dc47dc9647943e98146d67963cfe430
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. Regularly done aerobic activities can help bui...
skin
task428_senteval_inversion
task428-5ad4a1cde530470395068c6bd34eb7dc
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. Yo...
Inversion
task405_narrativeqa_question_generation
task405-980eb35d1ba2412283e6ac25f4c5711f
You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont...
Why did the men organize a mutiny against Larsen?
task851_synthetic_multiply_evens
task851-33d5459d6da44b2d91ac6db919ec8812
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...
[-24164352, 480, 0, 2560, -528, -392, -4, -2, 0, -4, 145152, 0, -3808, -384, 10240]
task067_abductivenli_answer_generation
task067-67e4cfd8053949a681f342498f8668a2
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...
Tracy had to move away recently.
task377_remove_words_of_given_length
task377-f3988869b557499f96dd5d4088fc15b1
In this task, you need to remove all words of a given length in the sentence. The number of letters in a word determine its length, for example, the length of the word "apple" is 5. Sentence: 'an old truck is sitting in a driveway'. Remove all words of length '7' in the given sentence.
an old truck is in a driveway
task192_hotpotqa_sentence_generation
task192-43dc7356a3f54546ba7d87993f933885
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. Alex Carter (born 7 May 1982 in Bolton, Greater Manchester) is an English actor, writer a...
Alex Carter born 7 May 1982 in Bolton, Greater Manchester is an English actor, writer and radio presenter, mostly known for his roles as Jamie Hope in Emmerdale and Lee Hunter in Hollyoaks.
task344_hybridqa_answer_generation
task344-0be3ec2a71774ab18b41bbbd30f20694
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. What brand of product is produced at 29°59′53″N 91°48′40″W ?
Konriko
task900_freebase_qa_category_classification
task900-efbb77dbfddc4447a15ec2a535eb4aff
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
task576_curiosity_dialogs_answer_generation
task576-134adb0ef5ed4ff3af10ebb862363800
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. You're welcome. Have a great day! Sounds like he didn't leave. Any other facts you can give about politics? I need one more for my pap...
In 1997, Mobutu left. Shortly thereafter, Kabila entered Kinshasa, named himself president, and changed the name of the country back to Democratic Republic of the Congo.
task141_odd-man-out_classification_category
task141-eb60800147914f31b4504da6c25192a9
Given a category and a set of five words, find the word from the set that does not belong (i.e. is the least relevant) with the other words in the category. Words are separated by commas. Category: type of sandwich Words: hoagie, doorstep, roll, cinema, club
cinema
task1712_poki_classification
task1712-b5b527d252b1401db12bb77f7b5c4280
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
task320_stereoset_classification_race
task320-29bce331ec1c4c939ec4f01d790ddf70
You are given a target race, and two sentences. Your task is to determine whether the second sentence is either a stereotype, anti-stereotype, or is unrelated with respect to the first sentence and the target. A stereotype is a widely held but oversimplified notion of a group of people. An anti-stereotype is an idea th...
unrelated
task323_jigsaw_classification_sexually_explicit
task323-3b55fc121aca4674a8e1a09c9ecabcd3
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: sexual-explicit and non-sexual-explicit. A comment is considered sexual-explicit if it explicitly portrays sexual matters. Comment: Keep your sick sexual fantasies out of this, and try to stay ...
Sexual-explicit
task074_squad1.1_question_generation
task074-68061f48b1444141af5f17f3e9f00e26
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 year did Jodocus Hondius make his world map?
task065_timetravel_consistent_sentence_classification
task065-75e574f0a54d4b8aa52674e2d87194f3
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
task147_afs_argument_similarity_gay_marriage
task147-d3e6563a361c4db6af817ee000565bda
We would like you to classify each of the following sets of argument pairs (discussing Gay Marriage) into either SIMILAR or NOT SIMILAR. A pair of arguments is considered SIMILAR if the arguments are about the same FACET (making the same argument), and is considered NOT SIMILAR if they do not have the same FACET. A FA...
Similar
task488_extract_all_alphabetical_elements_from_list_in_order
task488-c31afb56a62c4d92b0e75b2e7f30c0e1
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. ['8579', 'v', '4837', 'a', 'f', 'N', '8957', '2501', 'e', '3227', '623', '5079', 'q', '2713', '8111', '3315', 'b', 'L', '...
v, a, f, N, e, q, b, L, J, C, b
task278_stereoset_sentence_generation_antistereotype
task278-8bfa6c06d25942e6b571fdfebc6719bc
In this task, you are given a context sentence containing a blank (_). You are expected to fill the blank with one word to make the sentence convey a cultural anti-stereotype. Anti-stereotype is an idea that goes against a common belief about a particular group of people. Your answer must not contain more than one word...
cool
task1399_obqa_answer_generation
task1399-c3e7d28409c949f881a5d7c2d958060a
In this task, you are given a fact statement and question based on the fact. Your task is to generate the correct answer for the question. The answer needs to be generated using the context fact statement. Fact: breaking down an object changes that object 's shape and mass. Question: A deer is killed and the body is br...
has less mass
task280_stereoset_classification_stereotype_type
task280-457d437bfa4e4d419ee9cb646c5ae21a
In this task, you are given a short passage that conveys stereotype or anti-stereotype about a specific target. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. You are expected to classify the passage into four types of ...
Race
task1206_atomic_classification_isbefore
task1206-f7cabc0d2a33450090f61ae9a486d496
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
task367_synthetic_remove_floats
task367-195986a6b80440ca8005a54fd2959be4
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. [-8.48, 41.167, -0.69, 23, -57.4...
[23]
task1289_trec_classification
task1289-ed46630a0b2e40c4908548af0c104e9c
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...
Person
task897_freebase_qa_topic_question_generation
task897-97a9f71f4df04c5c90ee6281465b1482
Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question. luncheon of the boating party
Painted in 1881, the painting Luncheon Of The Boating Party was a famous painting by which famous artist who died in 1919?
task113_count_frequency_of_letter
task113-40664e215575433f844bf8d2ac93b529
In this task, you need to count the number of times the given letter appears in the given sentence. Sentence: 'a plate near a christmas tree has pasta and broccoli'. Find frequency of the letter 't'
4
task091_all_elements_from_index_i_to_j
task091-24377265646147768d2060734ac4393e
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 list all elements of A from the ith element to the jth element. 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. 3, 5, ['6559', '3197', '6247', '1157'...
6247, 1157, 7251
task674_google_wellformed_query_sentence_generation
task674-de60c433fea34a9f9b70b6befb9bbf47
You are given a set of queries separated by ' ', and your job is to find out the query which is not a well-formed or well-structured query in terms of grammar, punctuations, or spelling errors. Does massaging make your breast bigger ? What is the value of an 1865 penny ? Write an eight-sentence paragraph that fully dev...
Write an eight-sentence paragraph that fully develops ?
task1217_atomic_answer_generation
task1217-2738b0598b0c427ca693dda7b7b486fa
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 takes ___ home with PersonY
dinner
task1729_personachat_generate_next
task1729-83c909259985463ab1bb5573aafa40e6
Your task is to generate the next utterance in a given dialogue. You will be given a few sentences describing the personality of the person who is making the dialogue, and a history of the dialogue after that. Each line in the history is said by one of the two participants in the conversation. Personality: I am afraid ...
I would love the symphony! I just read a lot.
task075_squad1.1_answer_generation
task075-a0779e20cdc14851b8365f8e5b875d67
This task is about writing a correct answer for the reading comprehension task. Based on the information provided in a given passage, you should identify the shortest continuous text span from the passage that serves as an answer to the given question. Avoid answers that are incorrect or provides incomplete justificati...
Juan María Osuna
task385_socialiqa_incorrect_answer_generation
task385-8ee00829a6d04d21836610bba67dc327
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: Kendall g...
C
task629_dbpedia_14_classification
task629-bb669527837142d3a42eedbec7c5f082
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...
13
task681_hope_edi_malayalam_text_classification
task681-6f80e4127d824bf58bb09e8e354fe61a
Given a comment text in Malayalam, classify the comment into one of these categories (i) Hope speech, (ii) Not Hope Speech or (iii) Not in Expected Language. A hope speech contains content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion Sathyam enik kore anubavam on...
Not Hope Speech
task611_mutual_multi_turn_dialogue
task611-c5879ba2c2b2457c9d55600a3fb88af3
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...
A
task1312_amazonreview_polarity_classification
task1312-cb2efb4322c148ceaf2d64c07e4c98e5
In this task, You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review. Very helpful for training my messed up rescue. The writing is excellent. Contains both scientific info and humor. This method does work even with an...
positive
task022_cosmosqa_passage_inappropriate_binary
task022-fec8654518f245b1af8aa7745d5217e9
Read the given context and if the the context is inappropriate (e.g., pornographic) or nonsensical (e.g., cannot determine what happenings the context is about), indicate via "yes". Otherwise, response via "no". Context: Andre Dr andre young jr andre young . Player on Dr andre young jr . hood surgeon . Dre : the Bio : ...
No.