task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task100_concatenate_all_elements_from_index_i_to_j
task100-60c06c25227e4e029fa96f7dd6f68fd1
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...
EgeeL2251
task523_find_if_numbers_or_alphabets_are_more_in_list
task523-17a37463cdb44fb28d21dd1931c966cd
In this task, you are given an input list A. If the count of numbers is more than that of alphabets in the list, answer 'Numbers Win'. If the count of alphabets is more than that of numbers in the list, answer 'Alphabets Win'. If the count of numbers is same as that of alphabets in the list, answer 'Numbers and Alphabe...
Alphabets Win
task365_synthetic_remove_vowels
task365-70b9b5b1bdd641d1935f72efc4118183
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. UrohvCruaPdGRAn
rhvCrPdGRn
task470_mrqa_question_generation
task470-1915c548a4ed45ed889c0608d23c543d
Given a context passage, generate a question from the passage such that its answer is shortest continous span from the passage. Cleopatra and Antony staged both ''Donations'' to donate lands dominated by Rome and Parthia to Cleopatra's children: the 11-year-old Caesarion (fathered by Julius Caesar) and the 4 year old t...
Who is Caesarion's sister?
task183_rhyme_generation
task183-1fe59f11e1f049e2b21056cdb4ef240c
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" general
behavioral
task351_winomt_classification_gender_identifiability_anti
task351-2f2136b3449144c6b2c6875c3adf54c9
In this task, you are given a sentence and a profession. The sentence mentions two professions: one's gender is identifiable using the gendered pronouns in the text and the other's gender is unidentifiable. You are expected to return whether the given profession's gender is identifiable or unidentifiable. Sentence: The...
Identifiable
task1594_yahoo_answers_topics_question_generation
task1594-d3c2bd45054b4c23a4d8298aa39f954a
You are given a passage. You need to construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) its answer is the whole paragraph. Avoid creating questions that can be answered correctly without actually understanding the paragraph. to remove i...
how can i remove temporary internet files,pop ups,from my computer?
task400_paws_paraphrase_classification
task400-5d8bab76296b4a29b9a0af3b9b40ca2e
In this task you are given a sentence pair from wikipedia that have high lexical overlap. If the sentences have the same meaning and are just paraphrases of each other label them as "Paraphrase" , if not label them as "Not paraphrase". The two sentences are seperated by a new line. He was taken under the protective win...
Not paraphrase
task431_senteval_object_count
task431-1183dd021e1a406295768fe55c367630
In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment. She put down her cards.
Plural
task112_asset_simple_sentence_identification
task112-ca3233ba02b0464b9a12fa9f02c13e28
You will be given two pieces of text with the same meaning. One of them is simpler and easier to understand for non-native English speakers. Complex texts may contain more difficult words, have unnecessary phrases or contain long sentences. Your task is to choose the simpler piece of text. You are expected to output 'T...
Text one
task161_count_words_containing_letter
task161-acdf5ba8f7c84eef98799e1f16a9afe1
In this task, you need to count the number of words in a sentence that contain the given letter Sentence: 'a young man snowboarding down a snowy hill'. How many words contain the letter 'z' in the sentence.
0
task064_all_elements_except_first_i
task064-a5a606f625d44e92b96731c9ce99b2ab
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. 12, ['K', 'x', 'Q', 'S', 'O', '3141', '6945', 'c', '3103', '7927', '2991', '9899', '7723', 'N', 'l', '6655', '8647',...
7723, N, l, 6655, 8647, a, 9727, 6873, 2601, 3293, 6883, m, C, c, M, 3793
task158_count_frequency_of_words
task158-3f9ecf18f81e4482ab9fb6c4b7fb6117
In this task, you need to count the occurrences of the given word in the given sentence. Sentence: 'some baseball players on a field playing baseball'. Count the occurrences of the word 'playing' in the given sentence.
1
task277_stereoset_sentence_generation_stereotype
task277-93a1c87b3b384173a8b4abeb463c6b73
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 stereotype. A stereotype is an over-generalized belief about a particular group of people. Your answer must not contain more than one word. Context: The band all...
talented
task365_synthetic_remove_vowels
task365-e2f5a8ca6d014ddf83af2536384dcc8d
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. aBeiLLJSWhSaVZxtUeUC
BLLJSWhSVZxtC
task488_extract_all_alphabetical_elements_from_list_in_order
task488-baccd3a88df64231a810a920194369fb
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. ['I', '4293', 'h', '3635', '9753', '4555', 'k', 'A', '703', '6631', '9783', '1699', 'Y', 'G', 'T', '3885', '6297', '8767'...
I, h, k, A, Y, G, T, T, W, o, t, h, d, T
task308_jeopardy_answer_generation_all
task308-3cfb6601ecfb43cf90cc8a586a830e10
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: OFFICIAL STATE SEALS Clue: "United We Stand" appears on the top half of Kentucky's s...
"divided we fall"
task161_count_words_containing_letter
task161-2281029090de4bb4b214e78726578b94
In this task, you need to count the number of words in a sentence that contain the given letter Sentence: 'a child is lighting candles on a cake'. How many words contain the letter 't' in the sentence.
1
task843_financial_phrasebank_classification
task843-52c9f39b65e242aeacd309422820d179
Classify the given a piece of financial news into three classes: positive, negative, and neutral. Output must be 'positive', 'negative', or 'neutral'. Aldata Solution Oyj Bertrand Sciard President and CEO Further information : Aldata Solution Oyj , Bertrand Sciard , President and CEO , tel. +33 1 46 48 28 00 Aldata 100...
neutral
task101_reverse_and_concatenate_all_elements_from_index_i_to_j
task101-5f10bd30dbf044e3983a8937f95c23d6
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...
z976023FXmUi8253
task1419_mathqa_gain
task1419-ba50aa4bd63c42a5be185497f5fc083d
In this task, you need to answer the given multiple-choice question on the gain. Gain is the value by which to multiply the input. Classify your answers into 'a', 'b', 'c', 'd', and 'e'. Problem: what percent of 13 is 13 percent of 1 ? Options: a ) 0.001 , b ) 0.01 , c ) 1 , d ) 10 , e ) 101 .
c
task296_storycloze_correct_end_classification
task296-b317009fa582477c8282d89413393ab5
In this task, you're given four sentences of a story written in natural language. The given story is not complete and your job is to complete the story by selecting one of the sentence choices from (A) and (B), such that the story sounds fully coherent. Sentence1: Sebastian noticed it was sunny and warm out. Sentence2:...
B
task303_record_incorrect_answer_generation
task303-0ee96e5ce1bf48a5bc36b706f652a697
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 ...
Dublin
task956_leetcode_420_strong_password_check
task956-44ea7e69df694c188c6af84abcedcea6
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit...
12
task1326_qa_zre_question_generation_from_answer
task1326-1ce6f057982a4b0a9de623ea3904b680
Generate a question which can yield the answer mentioned in the input. Generated question must be answered by the answer provided in input, without using any extra knowledge. Context : Admiral Sir Augustus Leopold Kuper GCB (16 August 1809 -- 28 October 1885) was a Royal Navy officer known for his commands in the far e...
Which armed forces utilised the service of Augustus Leopold Kuper?
task617_amazonreview_category_text_generation
task617-0c9cb2e6003c4f28b65cd9c50c267b8c
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...
pc
task618_amazonreview_summary_text_generation
task618-2ba0980c6ee2465393aaedfccb4be8b1
In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review. Do not buy from this company. When I place my order the order said that I had a premium warranty for a full year. The case broke at five months. Amazon says they have no way of contacting the vendor. I tried t...
DONT BUY, NO SUPPORT, LIES On THE PREMIUM WARRANTY, EXPENSIVE ITEM For FIVE MONTHS OF USE.
task455_swag_context_generation
task455-25698d3c0ea1426b98cb718e89d1c38d
Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement. Someone and daughter share a tender stare.
She puts her arm around someone's shoulder.
task405_narrativeqa_question_generation
task405-08855986170a41debd1fafbedd3f52ca
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 Fred learn about Annie in Rome?
task227_clariq_classification
task227-c9e7ddb08c9449bcb8f5f7014cbdbcd5
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: I'm...
No
task1400_obqa_incorrect_answer_generation
task1400-18beba5a8f0144a2a691888f6e17962f
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: landfills have a negative impact on the environment. Question: A bad spot in town, as far as nat...
pollinated flowers
task303_record_incorrect_answer_generation
task303-3b6f7d2d857747ee8e3f09a8d9775106
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 ...
Charles’s
task141_odd-man-out_classification_category
task141-033c6d3e7b8742e7bd2f625387ff9e46
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: physical activity Words: fall, jump, autumn, run, tumble
autumn
task066_timetravel_binary_consistency_classification
task066-0d06cb4a64284372a2618a64f4761e9f
In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given a candidate for the second sentence and you need to identify if the given sentence connects the first sentence with the rest of the story. Indicate your answer by "Yes" if it connects, otherwi...
Yes
task1296_wiki_hop_question_answering
task1296-793cf59500954998872f84cff62e0531
In this task, you are given a context, a subject, a relation, and many options. Based on the context, from the options select the object entity that has the given relation with the subject. Answer with text (not indexes). Context: A river is a natural flowing watercourse, usually freshwater, flowing towards an ocean, s...
teignbridge
task1346_glue_cola_grammatical_correctness_classification
task1346-3843245460d8430c916a02c4ea7d8588
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'. Jessica sprayed paint onto the table.
1
task1400_obqa_incorrect_answer_generation
task1400-d90b5bf8750f4df4bb478d5d5254685e
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: rocks are a source of shelter for small animals in an environment. Question: Which would likely ...
a dog
task305_jeopardy_answer_generation_normal
task305-c5243878ffd34b86a27aa9e5739e0924
You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For consistency, answers should be in all lower cased letters. Category: ON THE COVER OF ROLLING STONE Clue: He should get some "Satisfaction" knowing he's ...
mick jagger
task1346_glue_cola_grammatical_correctness_classification
task1346-ffae6601a6ac4a7d8fc49ad0f38477fb
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'. This drug's testing on oneself is too risky.
0
task284_imdb_classification
task284-c44289d9e19449cb89d5ced783e738e6
In this task, you are given a review of movie. Your task is to classify given movie review into two categories: 1) positive, and 2) negative based on its content. Tony Scott destroys anything that may have been interesting in Richard Kelly's clichéd, patchy, overwrought screenplay. Domino Harvey (Kiera Knightley) was a...
negative
task299_storycloze_sentence_generation
task299-8ff4a1b58ad94e51abc476a7b7845f5d
In this task, you're given four sentences of a story written in natural language in which one part is missing. Your job is to predict the position and missing part of the story and return in the following format: position, missing part. The missing part is a sentence that completes the story, and the position is the nu...
1, I love taking long warm showers.
task589_amazonfood_summary_text_generation
task589-eeae36291a8e4fa691a76a7fb12bf477
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 was so disappointed in this coffee. I guess I was fooled by the "Oooh it's more expensive than the others, the...
disappointing
task303_record_incorrect_answer_generation
task303-607f33529ba647c6a866a87cf979006c
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 ...
Hawaii
task142_odd-man-out_classification_no_category
task142-ba13027d01a546caa57a65b217e8117f
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. panel, glass, vinyl, wood, cup
cup
task123_conala_sort_dictionary
task123-6df3417127114eebadb9816685cc4a0c
In this task you will be given a list of dictionaries. A dictionary is a set of key-value pairs, where each key is unique and has a value associated with that key. You should sort the list of dictionaries from smallest to largest by their 'first' key. If there is two dictionaries with the same 'first' value then sort t...
[{'first': -80, 'second': -31}, {'first': -66, 'second': 17}, {'first': -55, 'second': 32}, {'first': -45, 'second': -58}, {'first': -13, 'second': -87}, {'first': 23, 'second': 21}, {'first': 25, 'second': 80}, {'first': 56, 'second': 89}, {'first': 82, 'second': 15}]
task1326_qa_zre_question_generation_from_answer
task1326-0b43adb4f1ef4ec7a86f0d8729b84f16
Generate a question which can yield the answer mentioned in the input. Generated question must be answered by the answer provided in input, without using any extra knowledge. Context : House of Style is an MTV show that premiered January 1, 1989, focusing on America's growing fascination with the ``supermodel'' craze. ...
What network broadcast House of Style?
task091_all_elements_from_index_i_to_j
task091-f05d44a467dd4b729b4e8ec663478c10
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. 27, 29, ['9517', '8005', '4273', '990...
U, 4773, 7629
task1431_head_qa_answer_generation
task1431-f67f7fc564014d57a3af6a9c3c9c60cb
In this task, you are given a multiple-choice question about healthcare. Answer the question based on your information and classify your answers into '1', '2', '3', and '4'. Question: The brain alterations that characterize Alzheimer's disease are: Options: <1> Hyperactivation of the dopaminergic neurons of the basa...
2
task293_storycommonsense_emotion_text_generation
task293-d90c90e74b92437a9e570ae6ac52c914
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 ...
thankful
task849_pubmedqa_answer_generation
task849-fdc7f8f383d24e198ac3052bf92c1de8
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: Information about malaria risk factors at high altitudes is scanty. Understanding the risk factors that determine the risk of malaria trans...
Travel outside of their home was an important risk of malaria infections acquisition. Targeting males who frequently travel to malarious areas can reduce malaria transmission risks in high altitude areas.
task183_rhyme_generation
task183-012b1daf1ad74858965379d2f4d2cfa4
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" door
morr
task141_odd-man-out_classification_category
task141-826dcd1474a743ee9b5fd1140e06bd46
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: date status Words: delayed, postponed, brine, current, dastards
brine
task165_mcscript_question_answering_commonsense
task165-df71743dee744dd9946b52a7c73549bf
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...
Before playing video games
task301_record_question_generation
task301-4f234f2baf8a43a6b235eb31678ade8b
In this task, you will be shown a passage. You need to write a fill-in-the-gap question based on your understanding of the events that might be inferred from the passage. Your question should be answerable based on the passage and only have one correct answer. Show the gap in your question with a _ . Belgian doctors ar...
The report raised new questions over _’s increasingly controversial 13-year-old euthanasia law, which has won wide acceptance from the medical establishment, and which now allows even children to be killed by doctors.
task192_hotpotqa_sentence_generation
task192-5df7a8dcbd114d0d80e59d85244b8cb4
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. WLIR-FM (107.1 FM, "Hope Radio") is a contemporary Christian music radio station. License...
WLIRFM 107.1 FM, Hope Radio is a contemporary Christian music radio station.
task594_sciq_question_generation
task594-f984f3700511475683765e3d0d74c90e
Given a scientific passage and an answer, generate a question for the given answer. Passage: The many steps in the process of aerobic cellular respiration can be divided into three stages. The first stage, glycolysis, produces ATP without oxygen. Because this part of the cellular respiration pathway is universal, biolo...
Glycolysis, the krebs cycle, and the electron transport chain are stages in what process?
task067_abductivenli_answer_generation
task067-c407e429cf984d91b3fc703f07a3c50d
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...
He turned out to be an escaped prisoner.
task1431_head_qa_answer_generation
task1431-fc7c3e722a994941a19309b655b510b3
In this task, you are given a multiple-choice question about healthcare. Answer the question based on your information and classify your answers into '1', '2', '3', and '4'. Question: When a person remains in an immobile attitude, with rigid muscles, and can be placed in different positions without him trying to recove...
5
task618_amazonreview_summary_text_generation
task618-dadf2871f0a749fe87b3477b22082a76
In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review. The ring was very comfortable. At times I had to check if it was still on my finger. I say was, because it somehow ripped in half while I was working out earlier today. It lasted almost two weeks. I will have ...
The ring was very comfortable. At times I had to check if it ...
task303_record_incorrect_answer_generation
task303-a865fce9dba24e739255c46599d9fb1b
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 ...
CNN
task300_storycloze_order_generation
task300-c837fe9d9d934fd0ad20476bf2f8ed62
In this task, you're given a short story of five sentences written in natural language. However, the order of the given story is not correct. Your job is to return the correct order for the given five sentences to create a coherent short story with the new order that has the correct flow. Generate your answer using the...
21453
task157_count_vowels_and_consonants
task157-0a9263ca20a343128d180a37aebe0ce9
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 is perched by the side of a river'. Count the number of vowels in the given sentence.
12
task462_qasper_classification
task462-dea7dce6884a428fa9d476d8011ac830
In this task, you will be presented with a context from an academic paper and a question based on the context. You have to classify the questions into "Extractive", "Abstractive", or "Yes-no" questions. Extractive questions can be answered by concatenating extracts taken from a context into a summary while answering ab...
Abstractive
task1541_agnews_classification
task1541-fd7ddfba37484d799673b79e7b2adc3e
In this task, you're given a short article. Your job is to classify the article based on its category. Use the following classification labels, 0. World, 1. Sports, 2. Business, 3. Science or Technical. Label the text "0" if it contains information related to world. Label the text "1" if it contains information related...
0
task294_storycommonsense_motiv_text_generation
task294-5b76b71ed59747dd81c254f3b9cc2cd2
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 write the character's motivation by doing a specific job, which is given in the sentence. Y...
None
task900_freebase_qa_category_classification
task900-e513e601d45a4f7d9051f5924e63d342
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'...
visual_art
task192_hotpotqa_sentence_generation
task192-3c5db06b90584ccf929e7317b74f16b6
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. "Money Love" is a 1992 song performed by Neneh Cherry and the first single from Cherry's ...
Money Love is a 1992 song performed by Neneh Cherry and the first single from Cherrys second album Homebrew.
task303_record_incorrect_answer_generation
task303-774f6a92996d43b3b989632420696e03
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 ...
Sayed Hamed
task164_mcscript_question_answering_text
task164-d735959d190f4141ba7f6cc9c6f26686
You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to find the correct answer (and return the string of the correct option, not option1/2) for the given question from the given options and based on the given passage. Answer of the question can be found ...
after putting the car in D
task629_dbpedia_14_classification
task629-fca77007c73846f48b0dc0ba31ed1f44
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
task283_dream_incorrect_answer_generation
task283-b57bccaccbcd4d23a7c6c51e04187574
In this task, you will be shown a conversation and a question. You need to write an implausible answer to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. "W" and "M" in the conversations stand for "woman" and "man". W: We've all heard the saying "Laughter is the best me...
A smart mind can't tell the difference between a fake one and a real one.
task820_protoqa_answer_generation
task820-7af257e28e5f47aeac4a5befa34bbf13
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 something that can make a long flight seem even longer.
delays
task565_circa_answer_generation
task565-4e855b7605504be69d1a4b33c9ae6ef0
In this task, you are given a question. Your task is to generate an answer that is relevant to the question. Have you ever been water skiing?
Only once, but it was super fun.
task592_sciq_incorrect_answer_generation
task592-130e1298ac5b4e3baa1c44976fd22c88
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. Coal, oil and natural gas are types of what fo...
living fossils
task024_cosmosqa_answer_generation
task024-9bdc96c6fec248849fcfcf4343f98c36
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 ...
Jousting.
task1310_amazonreview_rating_classification
task1310-2e3d9a83772141c8aa484c987dccff03
In this task, you're given a review from Amazon. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good. It is true that it pays itself. it matches my coffee shop's theme which is retro. It is bright ev...
4
task207_max_element_lists
task207-bdff1d90a58f4c03ba6391b010c83cc7
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists. [[-128, -143, -34, ...
[15, 86, -95, 99, -40]
task365_synthetic_remove_vowels
task365-7239a5ff537348cf90fae78ccc81e807
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. OQABIiCzUytmToDftZiH
QBCzytmTDftZH
task1205_atomic_classification_isafter
task1205-80084f4522a84257b7848cd5370a88ca
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
task1286_openbookqa_question_answering
task1286-030a8e708f954d20995584fc8921722a
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"). If a substance can absorb solar energy, then what can or will happen to that substance? (A) it will see a raising of warmth levels (B) heat levels will decrease expo...
A
task183_rhyme_generation
task183-24962791cbe641ef91c5a4f1dd8aad26
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" feel
friel
task868_mawps_singleop_question_answering
task868-6ce7a5ba330147aba13177bba1facf30
You are given a math word problem and you are supposed to apply a single mathematical operators like addition, subtraction, multiplication or division on the numbers embedded in the text to answer the following question and then only report final the numerical answer. Jason has 676 Pokemon cards . Alyssa bought 224 of ...
452
task1502_hatexplain_classification
task1502-fd4e68b2122a4cccbfeadd5e9ca5344c
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. wh...
Offensive
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists
task755-8c2ee759e3b34c149488ca797cbc6a5e
In this task, you are given two strings A,B. You must perform the following operations to generate the required output list: (i) Find the longest common substring in the strings A and B, (ii) Convert this substring to all lowercase and sort it alphabetically, (iii) Replace the substring at its respective positions in t...
YntgobekmmptvbbR, MUsSNIPbekmmptvwFi
task1596_event2mind_text_generation_2
task1596-5a84fba83bfa46e1b92f338dfb0b4726
The task is to generate text based off 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 intent behind doing the event, i.e. why did the person do that action. PersonX ends PersonX's trip
to go back to work.
task1206_atomic_classification_isbefore
task1206-fd4729b3fa43465fafd7795d4aabac7f
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
task283_dream_incorrect_answer_generation
task283-8003c3f953f845a7a45320d9861d0231
In this task, you will be shown a conversation and a question. You need to write an implausible answer to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. "W" and "M" in the conversations stand for "woman" and "man". W: Is John angry? M: I don't think so. If he were, he'...
John is in a hurry.
task293_storycommonsense_emotion_text_generation
task293-5e19eb392a1644a482f2749c910770e2
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 ...
anticipation
task162_count_words_starting_with_letter
task162-166953ae6ec248a6b1383b7ba62cd0b6
In this task, you need to count the number of words in a sentence that start with the given letter. Answer with numbers and not words. Sentence: 'a young boy in blue is standing in the snow'. How many words start with the letter 'a' in the sentence.
1
task303_record_incorrect_answer_generation
task303-2823562576584b7fb8b9687719fb3ffc
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 ...
Mourinho
task596_mocha_question_generation
task596-ae945bad8e2e4a609eaa7cae0888613e
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. Either way , the contents were inedible . " Uh , I just went to the store if you're hungry . " Kanji offered the bag with his meager dinner to Kei , not even considering th...
What's a possible reason the writer says the contents are inedible ?
task1346_glue_cola_grammatical_correctness_classification
task1346-abee16e7d91a47fbad4500db5dab8c4d
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'. The best writer was considered Andrew.
0
task114_is_the_given_word_longest
task114-b47c7541975f43cb8fef945c4b40fc94
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 w...
No
task1502_hatexplain_classification
task1502-7fa308ae0d3f4f0999b65b1adcff048e
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. if...
Normal
task377_remove_words_of_given_length
task377-365be099f3774049b552dd0b5dbe4887
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: 'a giraffe sticks his neck out in front of another giraffe at the zoo'. Remove all words of length '4' in the given sentence.
a giraffe sticks his out in front of another giraffe at the zoo
task326_jigsaw_classification_obscene
task326-0c53a215385b47f883dc866cacff3c90
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: obscene and non-obscene. A comment is obscene if it is considered offensive to the public sense of decency, for example because it too obviously relates to sex or contains language regarded as ...
Non-obscene
task497_extract_all_numbers_from_list_in_order
task497-bf6fdad71679407fa13d9d5d0d8ee4c0
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. ['u', '9971', '3123', 'V', '6221', '7097', '73', '4959', 'k', '6797', 'p', 'a', '1473', 'H', 'o', '9979', 'G', 'a', '3603', '7613', 'v']
9971, 3123, 6221, 7097, 73, 4959, 6797, 1473, 9979, 3603, 7613
task429_senteval_tense
task429-1275d51f4115451aae73b68cf1762af6
In this task you are given a sentence. You must judge whether the main verb of the sentence is in present or past tense. Label the instances as "Present" or "Past" based on your judgment. If there is no verb in the given text, answer "Present". " What of the agreements, Your Highness ? "
Present
task497_extract_all_numbers_from_list_in_order
task497-00165409ab324883bf749be77737e30b
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. ['w', '3035', 'H', '213', 'w', '5315', 'b', '2631', 'q', '3471', 'w', 'Q', 'b', '5993', 'n', 'w', '2955', 'k', 'b', 'k', '7489', 'u', 'K', 'L', '4139', 'M']
3035, 213, 5315, 2631, 3471, 5993, 2955, 7489, 4139
task372_synthetic_palindrome_numbers
task372-417efbfaca7f4bdf8a811bd8606751da
In this task you will be given a list of integers. You should only return an integer if the first digit is the same as the last digit in the number. If an integer has a single digit, then it should be returned. If there are no integers that start and end with the same digit then an empty list ("[]") should be returned....
[-151, 454, 383, 767]