task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task310_race_classification
task310-ca98f4b4b5d447e0954f805c6ac8f4e7
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: Mary Jean Price Walls graduate...
Yes
task592_sciq_incorrect_answer_generation
task592-36b0e0f777ae4ae6afd6ebb2035ef33a
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. What are two examples of lipids?
defects and oils
task183_rhyme_generation
task183-a468f6a27b2b4394b8c0d184fb254986
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" fat
splat
task1443_string_to_number
task1443-876c03334fd04c7698325ef04d4c6967
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...
646221430
task615_moviesqa_answer_generation
task615-591c141f391844ebb9bac8d612499720
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. who wrote Tooth and Nail?
Mark Young
task390_torque_text_span_selection
task390-b13a9e849c29447d8cc1ea4c60ef45de
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: "To st...
implementing
task606_sum_of_all_numbers_in_list_between_positions_i_and_j
task606-be6a4a30399e461e836ebdd3ebcf5ddb
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 return the sum of all the numerical elements in the list A between the positions i and j (including positions i and j). Return 0 if no numerical element is present in the list between the given ranges. i and j will be...
6021
task517_emo_classify_emotion_of_dialogue
task517-2d1a10a9cc444a9da7bb06d3ab038e14
In this task you will be given some text dialogue and you need to infer the underlying emotion of the text. The possible emotions are happy, sad, angry, or other. yes i am nah i don't think you are disappointedfacedisappointedface
sad
task1205_atomic_classification_isafter
task1205-ce1d4757fc8c489dbe7bc7acedc353b6
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
task472_haspart_classification
task472-f33dad9e5b0847b689d4b8eb6d1147c4
Given two entities as input, classify as "yes" if second entity is the part of the first entity. Otherwise classify them as "no". These are entities of meronym In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., second enti...
no
task286_olid_offense_judgment
task286-2a4f56b0bf9b493da6ba16d4cb1022e9
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
task069_abductivenli_classification
task069-cb0f34de00fc411fbb78d7abbd62199c
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: Kate was doing h...
1
task155_count_nouns_verbs
task155-9aab467611bc4e7e948312f3413d9866
In this task, you need to count the number of nouns/verbs in the given sentence. Sentence: 'A very old style fire truck at the station'. Count the number of nouns in this sentence.
4
task607_sbic_intentional_offense_binary_classification
task607-d20bca3b39af427f80e12871db5e65a2
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...
Yes
task063_first_i_elements
task063-4307645dfea846d390de0307c103af39
In this task, you are given inputs i and A, where i is an integer and A is a list. You need to output the first i elements of A, starting with the 1st element in A. i will always have a value less than the length of A 3, ['3647', 'T', 'Z', '45', 'p', 'F', 'f']
3647, T, Z
task1503_hatexplain_classification
task1503-b439e2890e8e4e29a6260debaeb58f3b
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'...
Women
task934_turk_simplification
task934-be809c03e88d43b391100f7af466e605
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. unlike the clouds on earth , however , which are composed of crystals of ice , neptune 's cirrus clouds are made up of crystals of frozen methane.
the cirrus clouds on neptune are different from the clouds on earth in composition . the cirrus clouds are composed of crystals of frozen methan . but the clouds on earth is composed of crystals of ice.
task367_synthetic_remove_floats
task367-15a9dadc73ee41e48dd930574cdb9b92
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. [-90, 46.946, -0.317, -11.285, 1...
[-90, 18, 95, 14]
task208_combinations_of_list
task208-143083f1f1724e7e80c76d1dc2787de6
In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. Fo...
[['H', '0', 't', '5', 'o'], ['H', '0', 't', '5', 'S'], ['H', '0', 't', 'o', 'S'], ['H', '0', '5', 'o', 'S'], ['H', 't', '5', 'o', 'S'], ['0', 't', '5', 'o', 'S']]
task067_abductivenli_answer_generation
task067-9d72623dba3745679e5e7f91c3bbbaf3
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...
Jake asked Tim to go with him.
task371_synthetic_product_of_list
task371-43265895f11d412eaf84a2471377c309
In this task you will be given a list of lists, of numbers. For every inner list, you should multiply every number in that list and put the results in your answer. The output should be a list of numbers with the same length as the number of the lists in the input list. [[13, -45, -24, 29], [31, -4], [46, 44, 13, 9], [-...
[407160, -124, 236808, 91, -759]
task098_conala_list_intersection
task098-e50dbcd344c24b80acbc51a5ea7bf270
In this task you will be given two lists of numbers and you need to calculate the intersection between these two lists. The intersection between two lists is another list where every element is common between the two original lists. If there are no elements in the intersection, answer with an empty list. Your list of n...
[2, 6, 7]
task1601_webquestions_answer_generation
task1601-d764e557adb543a9ba87bc727041d628
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: Lola Bunny question: who plays lola bunny in the looney tunes show?
['Britt McKillip', 'Kath Soucie']
task067_abductivenli_answer_generation
task067-8e94e1e9f9334465802ae311b05b8784
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...
Cal was surprised that his briefcase opened.
task851_synthetic_multiply_evens
task851-14f8df0d59a7426eb13045c116ea78ed
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...
[-48, 0, -1144, -16]
task517_emo_classify_emotion_of_dialogue
task517-2e9c8ab59e8946dd9e6c0ecce245ec5c
In this task you will be given some text dialogue and you need to infer the underlying emotion of the text. The possible emotions are happy, sad, angry, or other. nah jokes are done but i hate the way you text me in a desi way i text the way i talk i'm sorry idgaf
angry
task399_semeval_2018_task1_tweet_sadness_detection
task399-3b3a66a4d0c84e5fa8c6a8fa82604c71
In this task you are given a tweet. You must judge whether the author of the tweet is sad or not. Label the instances as "Sad" or "Not sad" based on your judgment. You can get help from hashtags and emojis, but you should not judge only based on them, and should pay attention to tweet's text as well. @FlakeJay ring rin...
Sad
task472_haspart_classification
task472-8d150dc628014b04a97fd42d68561c65
Given two entities as input, classify as "yes" if second entity is the part of the first entity. Otherwise classify them as "no". These are entities of meronym In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., second enti...
yes
task309_race_answer_generation
task309-ad57380c4edd4d87a51a4ba87a89a959
In this task, you're given an article, a question which often contains a blank and four options (associated with "A", "B", "C", "D"). Your task is to find the correct answer (from the given options) for the question from the given article and return one of the options from "A", "B", "C", and "D". Do not generate anythi...
C
task089_swap_words_verification
task089-9d4f69d4c19841229b3b2e5c1e8007de
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...
(3, 4)
task074_squad1.1_question_generation
task074-4637b1e0d4a040cf83e4fa3d87663f13
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 kind of movement was modern architecture in the beginning?
task820_protoqa_answer_generation
task820-e9428369abfd4a8e85dc9b86b5d65d7c
Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question. name a reason you may not be able to get home for the holidays
broke
task318_stereoset_classification_gender
task318-3521687863124f81abb687bdd2b957fd
You are given a target person and two sentences. Your task is to determine whether the second sentence conveys 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 ...
stereotype
task099_reverse_elements_between_index_i_and_j
task099-67e07357d1b248e5b49ee4abdb542f39
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. 4, 4, ['6425', '...
c
task303_record_incorrect_answer_generation
task303-09a77f7d55b54ef49a7817421f6192c7
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 ...
Naboleon
task002_quoref_answer_generation
task002-2ee274ec8b3743449676026754afcaba
In this task, you're expected to write answers to questions involving multiple references to the same entity. The answer to the question should be unambiguous and a phrase in the paragraph. Most questions can have only one correct answer. Passage: Sissinghurst Castle Garden, at Sissinghurst in the Weald of Kent in Engl...
prisoner-of-war camp.
task875_emotion_classification
task875-2fae62f2d1f74a4d89ec5016bc6ace13
In this task, you are given a sentence containing a particular emotion. You must classify the sentence into one of the six emotions: 'joy', 'love', 'anger', 'fear', or 'surprise'. i would end up feeling rejected and feeling like they just played a cruel joke on me by getting my hopes up just to purposely crush them
sadness
task1290_xsum_summarization
task1290-5cd0aacd3d5d44ffbdd62bd10d5b8ed2
In this task, you are given an article. Your task is to summarize the article in a sentence. But his latest accolade is a first: The 39-year-old has been named on the Waterstones 11, an annual list of the most promising debut novels. His novel, Pig's Foot, is set in Cuba and charts the island's history from the 19th Ce...
Cuban dancer Carlos Acosta has won dozens of awards during his ballet career, including the Olivier for outstanding achievement in dance for his performances at Sadler's Wells in 2007.
task159_check_frequency_of_words_in_sentence_pair
task159-040666a1f3314eda98fcda995db7a007
In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'. Sentence1: 'a black and white photo of a bus', Sentence2: 'a old photo shows a man with his two horses'. Is the frequency of the word 'a' in two sentences equal?
Yes
task405_narrativeqa_question_generation
task405-08aee90d83794bbcba0306bff7c5d212
You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont...
What does Alan scold David about?
task517_emo_classify_emotion_of_dialogue
task517-687bb5643ef6484eb2d691b9d0087d40
In this task you will be given some text dialogue and you need to infer the underlying emotion of the text. The possible emotions are happy, sad, angry, or other. no badde can access my account added you already 22 it's better than what's up
other
task592_sciq_incorrect_answer_generation
task592-88186ad2efad4122a4b8c8216871e368
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. How many set of chromosomes do moss have?
double set
task405_narrativeqa_question_generation
task405-047cf740e1a24b3bb6bcd9381b8f0ce4
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...
Where does Will convince Milford to live?
task428_senteval_inversion
task428-5b2eb1a10ae74267a8fac49522f790ee
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
task589_amazonfood_summary_text_generation
task589-54773cebebb34a4cab837e318851b119
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 stuff makes great pancakes and shortcake that I am actually allowed to eat! My doctor tells me I'm celiac- ...
Makes Great pancakes!
task586_amazonfood_polarity_classification
task586-f468003b23b24c82a9eb6e7bcdc2beb9
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. This product made wonderful pancakes -- I couldn't taste the difference between this Gluten-Free version and the original. I tried using it to make pizza dough to...
Positive
task093_conala_normalize_lists
task093-7eaa64078d8f40e6a09ab52f3de31741
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. [201.435, 52.032, 78.116, 209.909, 92.046, 64.212]
[0.289 0.075 0.112 0.301 0.132 0.092]
task1309_amazonreview_summary_classification
task1309-0970574d26a74ce5b072c1934f7281df
In this task, you're given reviews from Amazon's food products and a summary of that review. Your task is to classify whether the given summary matches the original review. Generate "True" if the given review and its summary match, otherwise generate "False". Reviews: Garbage. 5 settings all do the same thing and no in...
True
task1445_closest_integers
task1445-fda9734b375644cbbafc095bfb5e38cd
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. [-74, -30, -45, 9...
5
task1730_personachat_choose_next
task1730-5922b0fd5ea6486a91ed16e847ce7f78
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: I can speak four languages fluently. I volunteer in my son s boy scout troop. I ...
Hello, no I've not. I'm a boy scout leader for my sons group.
task101_reverse_and_concatenate_all_elements_from_index_i_to_j
task101-d962713a24ee495688ec9a539ce0a88f
In this task, you are given inputs i, j, and A, where i and j are integers and A is a list. You need to find all elements of A from the ith element to the jth element, reverse the order in which they occur, and then concatenate them to output the resultant string. i and j will be non-negative, and will always have a va...
4761h
task1712_poki_classification
task1712-34a5909fbdd144e6b1efc7250bf28872
You are given a short poem which is written by a kid. Your task is to predict if the kid is in elementary school or high school. Anyone who is from grade 1st to 6th-grade will be considered as in elementary school, and 7th to 12th-grade kids will be considered as in high school. There are only two possible outputs, i.e...
elementary
task163_count_words_ending_with_letter
task163-0807be1a26814540b4136e8dd4067a4c
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 table of food that includes lobster rice and drinks'. How many words end with the letter 'e' in the sentence.
2
task088_identify_typo_verification
task088-b240bdc2a448466cbbcd50182fe3dafc
The given sentence contains a typo which could be one of the following four types: (1) swapped letters of a word e.g. 'niec' is a typo of the word 'nice'. (2) missing letter in a word e.g. 'nic' is a typo of the word 'nice'. (3) extra letter in a word e.g. 'nicce' is a typo of the word 'nice'. (4) replaced letter in a ...
viw
task589_amazonfood_summary_text_generation
task589-1e644ee6dbb244ec8465afbb576a3dfa
In this task, you're given a review from Amazon's food products. Your task is to generate a short summary of the given review in the input. Note that you don't need to write a complete sentence as a summary. I ordered this 13-pack sampler, and I have to say that I really do like the flavor of the Donut Shop Classics po...
So far, Donut Shop Classics are the best pods I've tried
task505_count_all_numerical_elements_in_list
task505-fa5154dd13cb4439a595e82bd9a8fd4a
In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the numerical elements in the given list. Return 0 if no numerical element in the list. ['1409', 'a', 'H', '8295', 'z', '5217', '7081', '8601', '8279', 'E', 't', '1215', ...
9
task376_reverse_order_of_words
task376-d3a0a65ce0d7491591a510f9e8ec208f
In this task, you need to reverse the order of words in the given sentence. Sentence: a train riding on the train tracks near the woods
woods the near tracks train the on riding train a
task170_hotpotqa_answer_generation
task170-ad6f7b93d8f44011b05635a39faa2666
In this task, you are given a set of context paragraph and some supporting facts to answer a question. Your task is to generate answer for given question based on set of context paragraphs and supporting facts. Context_1 : The Monkey's Mask is an international co-production 2000 thriller film directed by Samantha Lang....
romantic military action drama
task1551_every_ith_element_from_kth_element
task1551-db2d820e65fc45fbbcb3f5396782c302
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, 7, ['8933', 'Q', 'g', 'B', 'C', 'Y', '9937', 'S', '6787', '455...
Q, 6787, 2549
task1210_atomic_classification_madeupof
task1210-118fcc879f3b4e9a98dbf31758105339
In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determ...
Yes
task227_clariq_classification
task227-171c4ccfa9e94df08c3311613fdc5182
In this task, you are given an ambiguous question/query (which can be answered in more than one way) and a clarification statement to understand the query more precisely. Your task to classify that if the given clarification accurately clarifies the given query or not and based on that provide 'Yes' or 'No'. Query: Fin...
Yes
task1400_obqa_incorrect_answer_generation
task1400-8ab98df50409413c8d5eb931817bec32
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: eating food that contains pesticides can have a negative impact on humans. Question: In order fo...
Corn
task369_synthetic_remove_odds
task369-4c51e5f312cf441f9660be0d865082a8
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. [-76, 43, -7...
[-76, -70, -100, -12, -46, -30, -32]
task928_yelp_positive_to_negative_style_transfer
task928-a8812a4a1e214bb7a0f17ede0e5d6200
In this task, you are given a positive review and your task is to convert it to a negative review by making minimal changes. Avoid changing the context of the review. sit at the bar and eat the small plates .
the grounds are always very filthy
task1520_qa_srl_answer_generation
task1520-f086d082665d4b62bfdc3d939dea6f0a
In this task, you are given a sentence and question which can be answered using the sentence. Your task is to answer the question using the information from the sentence. The answer to the question is unique and it is a continuous text span from the sentence. Sentence: The album is named after the discredited pseudosci...
in the United States .
task1217_atomic_answer_generation
task1217-76ffcfe973c44c10840d1d7cee7fb8b4
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 away the ___
phone
task1661_super_glue_classification
task1661-0a4565a9b90746f58767e8f665eadf1f
In this task, you are given Wikipedia articles on a range of topics as passages and a question from the passage. We ask you to answer the question by classifying the answer as 0 (False) or 1 (True) Passage: The Grass Roots -- In December 2015, the American Pop Music Hall of Fame released their 2016 inductees as follows...
0
task453_swag_answer_generation
task453-1659f4e5baca4c45add6f1621c7893d6
Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct. The fury suddenly dies, abruptly and completely, and he sinks back into his chair. Someone
watches the troubled man, is almost physically pained by his anguish.
task934_turk_simplification
task934-a4872d4537a74098baf7dc8c92d3db0c
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. the current lineup of the band comprises flynn -lrb- vocals , guitar -rrb- , duce -lrb- bass -rrb- , phil demmel -lrb- guitar -rrb- , and dave mccl...
flynn on vocals and guitar , duce on bass , phil demmel on guitar and dave mcclain on drums form the current lineup of the ba.
task846_pubmedqa_classification
task846-5ef8fb51e53e41a88ffc4f78005a809f
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 histone deacetylase and GATA-binding factor 6 regulate arteria...
yes
task1286_openbookqa_question_answering
task1286-e7708036337748d8a5951e48c38c6593
In this task, you are given a multiple-choice question and you have to pick the correct option. Answer with option indexes (i.e., "A", "B", "C", and "D"). Compost, small rocks, and organic material make up (A) air (B) stone (C) land (D) water
C
task208_combinations_of_list
task208-68f372af3eab4a29a7e4eb2dff7a1019
In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. Fo...
[['R', 'u', 'V', 'A', 'q'], ['R', 'u', 'V', 'A', 'N'], ['R', 'u', 'V', 'q', 'N'], ['R', 'u', 'A', 'q', 'N'], ['R', 'V', 'A', 'q', 'N'], ['u', 'V', 'A', 'q', 'N']]
task1447_drug_extraction_ade
task1447-31bee2a9015b441f9b372a62a24fcdc1
In this task, you will be given sentences in which your task is to recognize the name of the drug or medicine. Drugs are substances that change a person's mental or physical state. They can affect how your brain works, how you feel and behave, your understanding, and your senses. Although there might be several correct...
Lithium
task379_agnews_topic_classification
task379-634975e87a414e96aa4918ce5191c1e3
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
task715_mmmlu_answer_generation_international_law
task715-71db0cf70a9b4d29bbe71400fa9737aa
You are given a question on international law. You are also given 4 answer options (associated with "A", "B", "C", "D"), out of which only one is correct. You need to answer the question by selecting the correct option. You should only answer with the choice letter, not the whole answer. Which one of the statements bel...
A
task1293_kilt_tasks_hotpotqa_question_answering
task1293-f30ae265bf5c44a1b97cc09e3729d8b8
In this task, you are given a question. You have to answer the question based on your information. Vincent Gardenia starred in what 1987 film directed by Norman Jewison?
Moonstruck
task303_record_incorrect_answer_generation
task303-b803b8c703b34112970a695ee3fcaff2
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 ...
Twins Bobby
task132_dais_text_modification
task132-11e92878e5eb4d51a7e316b3961fc2b3
Languages typically provide more than one grammatical construction to express certain types of messages. Your task is to generate a senetence with the same meaning as given sentence, but with different grammatical construction. John wheeled a man who was from work something
John wheeled something to a man who was from work
task565_circa_answer_generation
task565-c19c8811bed74e5e84f6c45d6f3be8b0
In this task, you are given a question. Your task is to generate an answer that is relevant to the question. Would you like to talk about sports?
If you want to
task845_pubmedqa_question_generation
task845-df26cc30491c4ca6b5e13aa8f6ddb3a2
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...
Do genome-wide studies reveal novel and distinct biological pathways regulated by SIN3 isoforms?
task385_socialiqa_incorrect_answer_generation
task385-de33b071b76b414bbf1415d85cc7fb3d
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: When the ...
C
task183_rhyme_generation
task183-f0e12250745b4c219daf7af96e6ca238
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" bed
shred
task293_storycommonsense_emotion_text_generation
task293-109e2e65814643efaf7239f2401600bc
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 ...
victorious
task111_asset_sentence_simplification
task111-801e544638404d6b9bc62a71dbfc0828
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...
In August 2007, Hager was reassigned to Florida Championship Wrestling. This is where he began a feud with TJ Wilson.
task847_pubmedqa_question_generation
task847-dff6f02e291740b2aebead1a1a6fa20f
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 ...
Does captopril suppress post-transplantation angiogenic activity in rat allograft coronary vessels?
task389_torque_generate_temporal_question
task389-5db636bdf3fe4f778e372aeb38b86734
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 before interest rates fell?
task607_sbic_intentional_offense_binary_classification
task607-e228c0b4809e4445aa3c4b9728ff14ef
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...
Yes
task591_sciq_answer_generation
task591-44f27972ff3a4403ba2e4964313993b5
Given a scientific question, generate a correct answer to it. An infection may be intracellular or extracellular, depending on this?
pathogen
task378_reverse_words_of_given_length
task378-91d488dd4aa04925bb264f817e57567a
In this task, you need to reverse 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 infant eating a piece of cake beside two women'. Reverse all words of length '5' in the given sentence.
an infant eating a eceip of cake beside two nemow
task478_cls_english_music_classification
task478-0e942684a23c49caba000a52bad84bcc
In this task, you are given music product reviews in English language. The goal is to classify the review as "POS" if the overall sentiment of the review is positive or as "NEG" if the overall sentiment of the review is negative. One of Elton and Bernie's Best: A Complete Quality Album . "Honky Chateau" is an example o...
POS
task165_mcscript_question_answering_commonsense
task165-b354f907ea9441e0b03041dc49a288da
You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to choose the correct answer to the question based on the passage. Answer of the question cannot be found directly from the passage, it is indirectly indicated in the passage. Do not answer with words o...
Yoga pants and t-shirt
task1595_event2mind_text_generation_1
task1595-82128ba1ffaf4ae39cb589408f6c0b27
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 slams the ___ behind PersonY
angry
task365_synthetic_remove_vowels
task365-e50040200b11422f9454771865cafe35
In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. rEA
r
task183_rhyme_generation
task183-eb18c0d90bf1476ba422be31f9780319
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" look
flook
task505_count_all_numerical_elements_in_list
task505-97b2362f2d9f47448f6cd11e81e4b4d8
In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the numerical elements in the given list. Return 0 if no numerical element in the list. ['3', 'z', 'W', '3171', '4573', '9221', 'y', 'm', 'w', '3033', '2737', '3869', '48...
9
task1422_mathqa_physics
task1422-ba3145a3b5ea42629193767047408804
In this task, you need to answer the given multiple-choice question on the physics. Classify your answers into 'a', 'b', 'c', 'd', and 'e'. Problem: excluding stoppages , the speed of a bus is 80 km / hr and including stoppages , it is 70 km / hr . for how many minutes does the bus stop per hour ? Options: a ) 11 min ...
c
task079_conala_concat_strings
task079-fc1e0d174f3b4e02be42ea0a25cb394c
In this task you will be given a list of strings and you need to concatenate them. ['x', 'O', 'b', 'beating', 's', 'go', 'k', 'world', 'M', 'y']
xObbeatingsgokworldMy
task083_babi_t1_single_supporting_fact_answer_generation
task083-8ae187077ee84871846d50a6c9a12b1d
You will be given a passage consisting of set of facts and a question as input. The task is to answer a question of form 'Where is <person_name>?' using one of the given facts to determine the latest location of the person. Answer should be a word/phrase describing the location from the supporting fact. Avoid answers t...
bathroom
task183_rhyme_generation
task183-e9202e3a4b324a10b73ea874e6320885
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" came
blame
task101_reverse_and_concatenate_all_elements_from_index_i_to_j
task101-f6326dda353d45f29c3689c64e006668
In this task, you are given inputs i, j, and A, where i and j are integers and A is a list. You need to find all elements of A from the ith element to the jth element, reverse the order in which they occur, and then concatenate them to output the resultant string. i and j will be non-negative, and will always have a va...
81319033iez1063f