task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task064_all_elements_except_first_i
task064-955090db62f14a24a1f48bcab03bd1c9
In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A after the first i elements. i will always have a value less than the length of A. 1, ['H', '7515', '1945', '8401', '7323', 'p', 'r', 'P', 'I']
7515, 1945, 8401, 7323, p, r, P, I
task183_rhyme_generation
task183-9bcf5338601449c99a997995a921f906
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" complete
deet
task494_review_polarity_answer_generation
task494-e9b9c06ba4cc4386bd0cfd61d48b298a
Given a review text from amazon and its polarity (either positive or negative). Generate answer "True" if given sentence and its polarity match, otherwise generate answer "False". A review is considered positive if the reviewer is satisfied with the product. Otherwise, it is considered negative. Review: The price is to...
False
task343_winomt_classification_profession_anti
task343-201c0ced2d4141f4a3ad98c3ebe0d65a
In this task, you are given a sentence and a gender. The sentence mentions two professions: one's gender is unknown and the other's gender can be identified using the gendered pronouns that refer to them in the text. You are expected to return the profession with the given gender. Sentence: The janitor stopped the nurs...
Janitor
task1604_ethos_text_classification
task1604-af2fbb9057054a679aa2f9ac3638c946
Given a comment, classify it into a 'hate' speech or 'not hate' speech. Answer using 'hate' or 'not hate'. Im lesbian and proud im happy my friends accept me but i dont know if my family does but i dont care what anyone says im proud to be a lesbian
not hate
task366_synthetic_return_primes
task366-d568266f1bd445c98c738fca30c28ece
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. ...
[733, 653, 23, 293, 31, 499, 823, 617]
task707_mmmlu_answer_generation_high_school_microeconomics
task707-6746fd6806d1488ea48647f57c4cd5a1
You are given a question on high school microeconomics. 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. The demand curve for t...
D
task191_hotpotqa_question_generation
task191-4f37172a1c2a48289c3bfc676c75ea69
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 : Jay Staggs (born September 26, 1984) is a former professional American and Canadi...
What year was the head coach of the 2015 UNLV Rebels Football team born?
task100_concatenate_all_elements_from_index_i_to_j
task100-2af11fb61ac44c2d9cd747fcbb6dee78
In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to concatenate all elements of A from the ith element to the jth element, and print the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j...
p
task325_jigsaw_classification_identity_attack
task325-beff71ba1bf94e7e96cf377c2fac19a0
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
task1217_atomic_answer_generation
task1217-ea69df0d543944da8aed2076f3af1dc0
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 arranges another ___
stone
task303_record_incorrect_answer_generation
task303-08a68ff2b94a4a998fd97b618304b116
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 ...
Southampton
task153_tomqa_find_location_hard_clean
task153-7fca817249714619b577bf77833e34e2
Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's beli...
blue_bathtub
task849_pubmedqa_answer_generation
task849-a0b53e4d10cb43c686c806700eba62a0
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: Sei-1 is an oncogene capable of inducing double minute chromosomes (DMs) formation. DMs are hallmarks of amplification and contribute to on...
Met is an important promotor of DMs formation.
task512_twitter_emotion_classification
task512-50781e18e109467189d17b8f410e6849
In this task, you are given Twitter posts. Your task is to label the post's emotion (as expressed by the user) as sadness, joy, love, anger, fear, or surprise. i feel like were all pretty supportive of each other
love
task067_abductivenli_answer_generation
task067-573fe11ff1304c74a2bbaa1586179952
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...
We were able to play and beat our rivals.
task367_synthetic_remove_floats
task367-cbd74226d6fe4973a3498a16943445e7
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. [-31.629, 3.487, -51.999, 9.83, ...
[-28]
task1311_amazonreview_rating_classification
task1311-35b0262b0a8a44b5965d70cb8ed86e13
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
task087_new_operator_addsub_arithmetic
task087-466cae6348474b3fa8987e7702abc38d
In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer 3089 # 67...
-9677
task303_record_incorrect_answer_generation
task303-4209bf946d8945b8838eb67f5fed24f2
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 ...
John McCain
task114_is_the_given_word_longest
task114-1dc889032b55413ea7cdf4f0636cf694
In this task, you need to answer 'Yes' if the given word is the longest word (in terms of number of letters) in the given sentence, else answer 'No'. Note that there could be multiple longest words in a sentence as they can have the same length that is the largest across all words in that sentence. Sentence: 'a woman j...
Yes
task293_storycommonsense_emotion_text_generation
task293-78d55f2d2fc34e6ba3863175b86679ee
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 ...
excited and happy
task405_narrativeqa_question_generation
task405-e18e4533b6624abe905e2f0d27a9f2ee
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 did Evan end up doing with his journals and videos from his childhood?
task499_extract_and_add_all_numbers_from_list
task499-dc5cc579af4d42c7a539e87cb7cb57e2
In this task, you are given an input list A. You need to find all the elements of the list that are numbers and calculate their sum. ['G', 'M', 'G', 'q', '8151', '4351', 'D', 'E', 'f', 'N', '6497', 'Y', '1117', '7971', '5669', 'u', '9179', '8177']
51112
task1340_msr_text_compression_compression
task1340-8375a71cf8d149b7b6d5e7bcc1c16243
Given a text, write a compressed version of it in a single sentence. We agree that climate change is a serious issue we need to address. However, CO2 has never been regulated as a pollutant under the Clean Air Act and does not pose any direct threat to human health unlike NOx, SO2 and mercury.
Climate is a serious issued to be addressed. CO2 has been regulated as a pollutant under clean Air Act & don't pose any direct threat to human unlike NOx, SO2 & mercury.
task280_stereoset_classification_stereotype_type
task280-59edd1a9896141cf934320cdca199c8a
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 ...
Profession
task1502_hatexplain_classification
task1502-c50b7be26f9a4d2199035403aadbc0c2
The input is a tweet which can be classified as Hate Speech, Offensive or Normal. Given such a tweet, output the class the tweet belongs to. Hate Speech will contain threatening language towards the community targeted. Offensive language will contain abusive or discriminatory language towards the community targeted. th...
Hate Speech
task1447_drug_extraction_ade
task1447-e27514c0073b4b39b3bd061beab5ac84
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...
valproate
task929_products_reviews_classification
task929-7bac8d5ef6844cde8a9900a595b24bdd
Given an English language product review, determine if it is a Good Review or a Bad Review. A good review is one where the product's review has positive tone and Bad review is one where the tone of product's review is negative. While it looked cute on my car I noticed after driving up a hill that the top left corner wa...
Bad review
task497_extract_all_numbers_from_list_in_order
task497-77f5813da1b54f6c965b5597d5fced0d
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. ['9853', 'j', '2135', '9165', 'q', '925', '1091', 'P', '6287', '6357', 'y', '6143', 'u', 'R', 'k', '495', 'o', 'Y', '6421']
9853, 2135, 9165, 925, 1091, 6287, 6357, 6143, 495, 6421
task309_race_answer_generation
task309-c938c75f0ed24b7aa814853b4ebc1ff3
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...
B
task504_count_all_alphabetical_elements_in_list
task504-4dc2becd7acc4c299747e5a9a44cb225
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 ['507', '8283', 't', 'y', 'G', '4913', '1113', 'B', '8661', 'r', '7133', 'C',...
15
task523_find_if_numbers_or_alphabets_are_more_in_list
task523-f00a8e5b24ef43db9ba5e05799a9a60a
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...
Numbers and Alphabets are Tied
task366_synthetic_return_primes
task366-4df94dc1d88948ea91a750f12947912e
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. ...
[709]
task267_concatenate_and_reverse_all_elements_from_index_i_to_j
task267-53bf6e4d066c415c90f495d8c8563ba3
In this task, you are given inputs 'i', 'j', and A, where 'i' and 'j' are integers and A is a list. A list is shown by two brackets and comma-separated numbers and characters inside, like ['1', '12', 'l']. You need to concatenate all elements of A from the ith element to the jth element, and then reverse the resulting ...
745N1542
task183_rhyme_generation
task183-57e0e6b0ec484ddba0badb032f387c41
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" heat
threet
task582_naturalquestion_answer_generation
task582-5b49ad6c70f64b1381f31ba6a62a4451
In this task, You are given an open-domain question that can be answered based on factual information. Your task is to provide \*short\* answer (in a few words only) for the given question. The short answer can be one or more entities or it can also be boolean \*yes\* or \*no\*. who conducted the orchestra at carnigie ...
maestro Walter Damrosch
task223_quartz_explanation_generation
task223-d0dbf51e47d243748ec1c66bb498f00b
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: Milo is making a map for school. If he places a country close t...
In a Mercator projection, because Greenland is closer to the pole, the continents shape and size are greatly increased.
task1447_drug_extraction_ade
task1447-16fe6ef07df5481d8b36163354dd60b9
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...
vincristine
task1551_every_ith_element_from_kth_element
task1551-2f852c1d8bf641e78a896b7d2fa7d0f8
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, 1, ['P', '2649', '2039', 'N', '139', 'E', '4327']
P, 2649, 2039, N, 139, E, 4327
task592_sciq_incorrect_answer_generation
task592-ea802b6e2f88417db28d5a2da27e2009
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 the two major types of seed plants ca...
perennials and annuals
task405_narrativeqa_question_generation
task405-1fad241267524cebb80ebfa9afdb13ca
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 Anna meet Short Fat Brian?
task581_socialiqa_question_generation
task581-d3742b80f0e6442b9e357de0f2d756b4
In this task, you're given context and an answer. Your task is to generate the question for this answer based on the given context with commonsense reasoning about social situations.. Context: After they got into a fight with their father, Bailey told them to pull over and then walked the rest of the way to school. A...
What does Bailey need to do before this?
task454_swag_incorrect_answer_generation
task454-2ebfbab2b34341f5909fd2e40183ecfb
Given a sentence, generate a most unlikely next statement. The next statement should not be logically relevant to the given context We see 86 m in the upper right corner of the screen. We
see the lady again dance again.
task1313_amazonreview_polarity_classification
task1313-3745769a1cf54e4db30034144e19ef5e
In this task, You are given an amazon review and its polarity (positive or negative). Your task is to answer "True" if the specified sentence and its polarity match; otherwise, answer "False" Review: These are very handy! Each marker has the same color but one end is more of a thicker marker but as big as a regular mar...
True
task065_timetravel_consistent_sentence_classification
task065-a658faee53804b76b3a379dd847f0cc1
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
task1481_gene_extraction_bc2gm_dataset
task1481-f9ad126e9f6f4370a44619ad0d180e4f
In this task, you are given a sentence. You are expected to recognize the name of gene or protein. Although there might be several correct answers, you need to write one of them. The 7 . 2 kb EcoRI fragment of AfMNPV was cloned and the nucleotide sequences of the polyhedrin coding region and its flanking regions were ...
EcoRI fragment
task085_unnatural_addsub_arithmetic
task085-c5a2321076004a3081cc00a866603197
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. 972 + 668 + 718 + 3367 - 7702 + 4516 - 2526
1931
task103_facts2story_long_text_generation
task103-de49b4814ce1446b8ba5b198fcd6d215
In this task, five ordered key facts are given. All the given facts are expressed in natural language. Your job is to generate a story 100 to 1000 words long, that includes all the facts given as input in their order of appearance while expanding upon them to produce a broader, yet coherent, narrative. Fact1: model is ...
Sherry Conley Ginger Rogers is a model who is in prison for a crime she did not knowingly commit. She is offered a deal for her freedom by U.S. attorney Lloyd Hallett Edward G. Robinson if she will testify as a witness in the trial of mobster Benjamin Costain Lorne Greene. Hallett hides her in a hotel under the protect...
task208_combinations_of_list
task208-3369756515d240d79adca0ffcbecc11e
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...
[['0', '8'], ['0', '0'], ['8', '0']]
task303_record_incorrect_answer_generation
task303-c8f1a79c09564434be10443dbe24977a
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 ...
Cristiano Ronaldo
task820_protoqa_answer_generation
task820-02fdd0be22934db0aebd57b038cf9221
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 the thing you like to do most at a party.
eat
task633_dbpedia_14_answer_generation
task633-c9a5e1bc39d945b192692738ae666a8b
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: HMS Carisbrooke Castle (K379) was a Royal Navy Castle-class corvette. She was named after Carisbrooke Castl...
2
task183_rhyme_generation
task183-3a744583266d43c8b5905218b8d9f445
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" school
nepool
task302_record_classification
task302-7338ee7e677d41cf9838b10abb823f9a
In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Among the entities, try to find the best entity that is most likely to fill in "_" and classify the answers based on options. Kristen Stewart has been inseparable from he...
(J)
task1726_mathqa_correct_answer_generation
task1726-4b469bdc23ed45f884c4071b407cfcd9
The task is to generate the correct answer for a given math problem. Problem: a shopkeeper sold an article at $ 1170 and gained a 20 % profit . what was the cost price ?
$ 975
task568_circa_question_generation
task568-c6839b22e8124eb9bd4f0787493b31ec
In this task, you are given an answer, and your task is to generate a reasonable question for that answer. I'll need at least three.
Is one bedroom enough?
task497_extract_all_numbers_from_list_in_order
task497-ccdd3729657e4106ac29033b0242b7cc
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. ['F', 'J', 'D', '4045', '943', '7487', '4527', 'R', 'd', 'a', '9023', '3221']
4045, 943, 7487, 4527, 9023, 3221
task063_first_i_elements
task063-574cdc0706be4e58bccfc07ef68d27c2
In this task, you are given inputs i and A, where i is an integer and A is a list. You need to output the first i elements of A, starting with the 1st element in A. i will always have a value less than the length of A 5, ['1221', '5421', 'l', 'd', 'n', '2177', '4417', 'q', '3559', 'O', 'h', '7465', '9633', '9461', '485...
1221, 5421, l, d, n
task582_naturalquestion_answer_generation
task582-0090a3f91d9d43da9b81cc60d283dd79
In this task, You are given an open-domain question that can be answered based on factual information. Your task is to provide \*short\* answer (in a few words only) for the given question. The short answer can be one or more entities or it can also be boolean \*yes\* or \*no\*. when did the mamas & papas break up
beginning of 1969
task183_rhyme_generation
task183-3ea4d783feef4883bd4ad58527aab710
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" agree
p
task079_conala_concat_strings
task079-7c6f9edfb154461c980428bf53b4f566
In this task you will be given a list of strings and you need to concatenate them. ['h', 'o', 'the', 'R', 'perilously', 'w']
hotheRperilouslyw
task303_record_incorrect_answer_generation
task303-d00a37a3dba64fb1b950413c160092c9
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 ...
United States
task159_check_frequency_of_words_in_sentence_pair
task159-11311a41030348309703d6731d71a0fa
In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'. Sentence1: 'a white tile bathroom with double sinks and two mirrors', Sentence2: 'a black and white photo of two women and a bbq'. Is the frequency of the word 'two' in two sentences equal?
Yes
task1412_web_questions_question_answering
task1412-c4eaec6a937542b7abe8e2b58e0ea82f
A question is presented to you in this task, and your job is to write a potentially correct answer. what is the current government system in france?
Semi-presidential system
task065_timetravel_consistent_sentence_classification
task065-7287c1bcd0594382bdbf4b6fd9383c13
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 1
task306_jeopardy_answer_generation_double
task306-fa18042562834a7b9534c43e1b06df44
You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters. Category: "WONDER" LAND Clue: Bob Dylan won an Oscar for the song "Things Have Changed" from t...
wonder boys
task146_afs_argument_similarity_gun_control
task146-8e5e5b94dcb944988a6edd2958797943
We would like you to classify each of the following sets of argument pairs (discussing Gun Control) 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 FAC...
Not similar
task617_amazonreview_category_text_generation
task617-4ee223132a884894b2b113c3fefe6892
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...
pet products
task100_concatenate_all_elements_from_index_i_to_j
task100-1db33384411a4a6086fa8e2e7b0b7579
In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to concatenate all elements of A from the ith element to the jth element, and print the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j...
W1393fN5997V7329u
task183_rhyme_generation
task183-27a176752f794579a723bc5eb4b8c98a
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" spot
ascott
task899_freebase_qa_topic_generation
task899-40d39aaf416d4bd990e69e23affd3c43
Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about. In Greek mythology Achilles was the son of Peleus and whom?
peleus
task1488_sarcasmdetection_headline_classification
task1488-fc2a94e6fd1e4159a650f978d88753b5
In this task, you are given a news headline in English. You are expected to classify the post into two classes: sarcastic or non-sarcastic. A sarcastic sentence is one that refers to the use of words that mean the opposite of what you really want to say, especially in order to insult someone, or to show irritation, or ...
non-sarcastic
task469_mrqa_answer_generation
task469-8dcd729ec4b045f6ad070a6cb51ad076
Given a question and a context passage, generate the answer having the word or phrase from the context passage. Here, the answer should be a shortest continous span from the passage. Context: Methicillin-resistant Staphylococcus aureus (MRSA) is a common multidrug-resistant (MDR) pathogen. We herein discussed MRSA and ...
mrsa
task303_record_incorrect_answer_generation
task303-3e016576cd8e47c5befd70882f1b735e
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 ...
Hamilton
task389_torque_generate_temporal_question
task389-52561cdd0d7c42739fcca1fdd53f8fbe
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 during the war?
task116_com2sense_commonsense_reasoning
task116-ffd055f4df214bbab493fd9c44d6454f
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'. If one can't locate a tissue box, they can use a cloth to wipe the ash on the wo...
True
task245_check_presence_in_set_intersection
task245-69f400e9d4fd47f6bb09d17639318ddf
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
task151_tomqa_find_location_easy_clean
task151-36283e41e2934666930ed451feebf20e
Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: (1) when the individual's belief matches reality, (2) when the individual's belief does not match reality, (3) is when an individual has a false belief about another in...
green_cupboard
task848_pubmedqa_classification
task848-b2330d3738e7468d9f900f09bc703f92
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. Human inflammatory bowel disease (e.g., Crohn's disease and ulcerative colitis), is associated with le...
0
task183_rhyme_generation
task183-02612bde0e7d44c6a5b781c50c1a09f2
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" dance
finance
task405_narrativeqa_question_generation
task405-828f12a0dd5847d8aae729fa1485b2d7
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 Jody originally think he is going to get from Jude when he is kidnapped instead?
task291_semeval_2020_task4_commonsense_validation
task291-c05bad9f23f84b7e9314b93fa4fa62cb
In this task, you are given two natural language statements with similar wording. You must choose the statement that makes less sense based on common sense knowledge. A ' ' separates the statements. Use "first" or "second" to indicate which sentence makes less sense. Driver is a person who fits and repairs the pipes, f...
first
task341_winomt_classification_gender_anti
task341-3c4b3a4b77274cf4bb7ff407c53f6328
In this task, you are given a sentence and a profession that is mentioned in the sentence. The gender of the person with the given profession can be identified using the gendered pronouns that refer to them in the text. You are expected to identify the gender. Select from female and male. Sentence: The chief complaine...
Female
task1502_hatexplain_classification
task1502-bd2b51341bd245f692599ccb45edd817
The input is a tweet which can be classified as Hate Speech, Offensive or Normal. Given such a tweet, output the class the tweet belongs to. Hate Speech will contain threatening language towards the community targeted. Offensive language will contain abusive or discriminatory language towards the community targeted. bo...
Hate Speech
task575_air_dialogue_classification
task575-80992a0560184bb59e375b068435dc11
In this task, you are given a dialogue from a conversation between an agent and a customer. Your task is to determine the speaker of the dialogue. Answer with "agent" or "customer". That's ok. Thank you for your time.
customer
task155_count_nouns_verbs
task155-77ab9249e16340178a01b687902bf639
In this task, you need to count the number of nouns/verbs in the given sentence. Sentence: 'A red and white train on a track near an empty platform'. Count the number of nouns in this sentence.
3
task493_review_polarity_classification
task493-c0a7e68fc6474b308c110b24ecf84a1b
Given reviews from Amazon, classify those review based on their content into two classes: Negative or Positive. the service was good on this movie.. came quickly and in timely mode.. but the movie sucked.. it started off good.. but in the middle.. it lost its appeal.. he was a bad lieutenant.. but it just didn't catch ...
Negative
task024_cosmosqa_answer_generation
task024-fb15a4a86b6c457085a312c4073502a4
Craft one correct answer to the question given in input. To make it more interesting, try to use non-stereotypical language if possible. Make sure your correct answer is reasonably long, consistent with the context, and requires common sense (instead of explicit extraction from the context.) In your answer, use as few ...
They want them to leave for safety reasons .
task596_mocha_question_generation
task596-314b86012c99481ba30536e947f4acb1
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. Ash told Casey that they needed some help with their work that day.
What does Ash need to do before this?
task649_race_blank_question_generation
task649-2dc3a3eb33ce4533b4ed8220e433094a
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: Become a professional dog trainer, dog walker or pet si...
Top Dog Trainer School aims to _ .
task111_asset_sentence_simplification
task111-405d37a27c9e4796b182e3b5c93e037e
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...
Almahala Tripoli is a Libyan football club. It is in Tripoli, Libya.
task170_hotpotqa_answer_generation
task170-8eb200ebdf8e4166bf6edccd21b093e0
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 American Youth Congress (AYC) was an early youth voice organization composed of youth from al...
Army and Air National Guard
task070_abductivenli_incorrect_classification
task070-fe028d73857a45848ce07ebc4e2fcb4c
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: Matt was addi...
1
task512_twitter_emotion_classification
task512-73778a117fca4626830ee8cf1987e4e7
In this task, you are given Twitter posts. Your task is to label the post's emotion (as expressed by the user) as sadness, joy, love, anger, fear, or surprise. i feel the delicious heartburn
joy
task1346_glue_cola_grammatical_correctness_classification
task1346-3dbf178665e848cc9c41ea66a80d4b7f
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'. Carrie touched the stick into the cat.
0
task183_rhyme_generation
task183-b6e1f5ca0d7a4dd19d9783c91f7464a6
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" tool
poul
task1290_xsum_summarization
task1290-75db8ea9b460479794d01a40e895baa5
In this task, you are given an article. Your task is to summarize the article in a sentence. Smith played in the first Super League season for Workington in 1996, and coached Huddersfield and Leeds before taking charge of Warrington. Former referee Steve Ganson currently heads the officials department at the Rugby Foot...
Tony Smith would like to see more resources and time dedicated to the recruitment of match officials.
task350_winomt_classification_gender_identifiability_pro
task350-c270347bdd6e44a384c6b8b2a736c9a1
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...
Unidentifiable
task1217_atomic_answer_generation
task1217-84bfb9df11574012acd9bad31edf0993
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 sees ___ in PersonY's eyes
film