task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task956_leetcode_420_strong_password_check
task956-13ee2f9c1bfc4fd2b9f51543ab277422
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...
0
task091_all_elements_from_index_i_to_j
task091-0f30923f306249dca860e1fe131a841f
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. 14, 17, ['g', '1415', '8477', '8609',...
1381, 4399, z, R
task356_casino_classification_negotiation_self_need
task356-5d7d056c1a97456ea60f82410503ee1a
The input is taken from a negotiation between two participants who take the role of campsite neighbors and negotiate for Food, Water, and Firewood packages, based on their individual preferences and requirements. Given an utterance and recent dialogue context containing past 3 utterances (wherever available), output Ye...
No
task1293_kilt_tasks_hotpotqa_question_answering
task1293-43a1ecc91c9f4528a7ae463f2806b0f5
In this task, you are given a question. You have to answer the question based on your information. Who is older, Robert Lindstedt or Piet Norval?
Pieter ("Piet") Norval
task579_socialiqa_classification
task579-de364d433c4848018c076230da444601
In this task, you're given a context, a question, three options, and an answer. Your task is to classify whether the given answer is correct or not by providing 'Yes' or 'No', based on the context with commonsense reasoning about social situations. Context: Robin had to call in sick because the flu was getting out of c...
Yes
task928_yelp_positive_to_negative_style_transfer
task928-56f631c8def54b40a42545fe34e693fb
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. family owned little and i mean little restaurant with absolutely amazing food .
the gyro sauce was bad
task617_amazonreview_category_text_generation
task617-a41f0c2c15084c48af7656e9010a1462
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...
beauty
task852_synthetic_multiply_odds
task852-5a83a5850a554378889616effa6c5898
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 odd 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 odd numbers in an inner list you shoul...
[-1419, 1125, -93, -13, 609, 38367, 1575, 0]
task322_jigsaw_classification_threat
task322-b6d0f5da042d422381ea5ad6fc004ab5
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: threat and non-threat. Threat is a statement that someone will be hurt or harmed, especially if the person does not do something in particular. Comment: Smash their faces Angela! Kick those gir...
Threat
task1400_obqa_incorrect_answer_generation
task1400-55bc153fb1d542a780b4ea41a97dd669
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: squirrels eat edible plants. Question: What would a squirrel like for nutrition?
worms
task1291_multi_news_summarization
task1291-b7020839dedd4eafb36f25efbe1f0c7f
In this task, you are given a text of many news articles seperated by special token "|||||". Your task is to summarize them. OAKLAND, Calif. -- Stephen Curry was cooking so much in the third quarter of Game 3 that after a successful driving floater in traffic, he faced the crowd, took his mouthpiece out and shouted, "T...
Even NBA stars need to watch their language around Mom. Just ask Steph Curry, whose recent F-bomb after scoring 35 points to beat Houston in game 3 of the Western Conference finals on Sunday caught the attention of, you guessed it, Mrs. Sonya Curry. “She already sent me two home videos, showing me the clip and playing ...
task286_olid_offense_judgment
task286-b83cffde1628436bbf6e07ff0465eb68
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...
OFFENSIVE
task565_circa_answer_generation
task565-775957e8ddc7470f9fcb93d9931036f8
In this task, you are given a question. Your task is to generate an answer that is relevant to the question. Are you considering a career change?
I am looking to get paid better for what I already do to be honest.
task067_abductivenli_answer_generation
task067-6b8e6f7d6c2b432fa7b8eb765526fdd6
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...
Molly got lost in the school.
task679_hope_edi_english_text_classification
task679-6b8b3848d2524ba58d2cf0210e372766
Classify the given comment into 'Hope Speech' or 'Not Hope Speech'. A hope speech is defined as content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion @TheLegend27 Is Alive you can be a lesbian and a Christian..
Hope Speech
task605_find_the_longest_common_subsequence_in_two_lists
task605-3078083ff46f47548144750e6ae52e9a
In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B. [93, 'H', 'd', 'z', 'G', 'u', '9033', '709', '6413', 'C', 'j', 8909, 5687], [9451, 2867, 'G', 'u', '9033', '709', '6413', 'Y', 'y']
G, u, 9033, 709, 6413
task100_concatenate_all_elements_from_index_i_to_j
task100-d8be361a5c444c108baef4deb24c9199
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...
68364918793jO9693667560352747B5473N76912581q
task683_online_privacy_policy_text_purpose_answer_generation
task683-70b818a2559a4525bed5c9ea960ba4d0
Given a part of privacy policy text, identify the purpose for which the user information is collected/used. The purpose should be given inside the policy text, answer as 'Not Specified' otherwise The site collects your cookies or tracking elements for analytics or research. Collection happens when you implicitly provid...
Analytics/Research
task413_mickey_en_sentence_perturbation_generation
task413-16fdcebbe7964ebfb394358be0eb3ce4
Given a sentence, generate a new sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true. The effe...
The annoyance of flying in an airplane is expanding quickly .
task616_cola_classification
task616-0ffae0474d7b4fd5be10a13c0132c6ff
You're given a sentence and your task is to classify whether the sentence is acceptable or not. Any sentence which is grammatically correct, has a naturalistic text, is written by a native speaker and which minimizes superfluous content is acceptable, otherwise unacceptable. If the sentence is acceptable then write "ac...
acceptable
task523_find_if_numbers_or_alphabets_are_more_in_list
task523-4e56bb8bd3724530a89c0949a2535f7c
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 Win
task403_creak_commonsense_inference
task403-209bb43353d847db8a944c00407ac145
In this task you are given a statement and an explanation giving you further knowledge about an entity in the statement. You must judge whether the statement is true or false based on the explanation. Label an instance as "True" if the explanation confirms the statement or doesn't disprove it. Label an instance as "Fal...
True
task565_circa_answer_generation
task565-a350059e8edc4d86a3a0d61161fc611d
In this task, you are given a question. Your task is to generate an answer that is relevant to the question. Want to go to the beach?
I don't like sand.
task183_rhyme_generation
task183-1593c799e7534310a50bbbbaf57b3c3c
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" thank
hank
task746_yelp_restaurant_review_classification
task746-33da5512a9514f4ea8b283dc2040e63c
You are provided with a user review of a restaurant. Your task is to classify the given review into two categories: 1) positive, and 2) negative based on its content. Ive been disappointed the last two times I came here. Theyre always out of black beans, thats what upsets me most! The first of my last two experiences I...
negative
task472_haspart_classification
task472-344cabd20959403db0111bbf38053025
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
task303_record_incorrect_answer_generation
task303-f61fec6e0576423cac52c31d125b54c0
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 ...
America
task1443_string_to_number
task1443-180f6a55edc14735967b72a0bc6eb0ea
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...
714995671050
task1446_farthest_integers
task1446-b793b2e5011a4461985981e96bfbf253
In this task you will be given a list of integers. You should find the maximum 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 largest possible absolute distance. [-63, 24, 31, 6, -...
116
task322_jigsaw_classification_threat
task322-a63e69bc799f4c4ab0627692cb014b0b
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: threat and non-threat. Threat is a statement that someone will be hurt or harmed, especially if the person does not do something in particular. Comment: My comment on this story was simply: Luk...
Threat
task183_rhyme_generation
task183-5e32738114fc4b6a9fe85c5cd2338ee9
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" subject
wrecked
task592_sciq_incorrect_answer_generation
task592-89387ad3de784fc8ac43bb1b163ca540
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. Skin color is controlled by genes but also inf...
food
task389_torque_generate_temporal_question
task389-fbb6e883357242deaf36251cfd86edfd
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 launched?
task897_freebase_qa_topic_question_generation
task897-cb071fdfd6e84c0f87e8ca7ccccc300f
Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question. humphrey bogart
In which movie did Bogart have his first gangster part?
task389_torque_generate_temporal_question
task389-7930ecd05e8e49e781be6d0757912e58
In this task, a passage will be given and the goal is to generate a question about temporal relations based on that passage. A temporal relation describes the relation between two things with respect to time e.g., something happens/starts/terminates/... immediately/shortly/usually/... before/after/during/... something ...
What event has already finished?
task455_swag_context_generation
task455-133ee562aed040ba8b8b9bc4dd7288ad
Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement. Now young someone walks down a dirt road lined with grimy homes.
He turns off a lamp and goes to bed.
task1412_web_questions_question_answering
task1412-6451bc3504ab4a2abeede8dcf2e6414e
A question is presented to you in this task, and your job is to write a potentially correct answer. where was obama educated?
State Elementary School Menteng 01
task1704_ljspeech_textmodification
task1704-f4b4071e96254d9cad61dc251b153c89
The task is to read a passage and convert numbers in their text forms into digit forms. The text numbers can be used to represent Quantity, Dates and Time, Addresses or Positions. In December eighteen fifty one the balance sheet showed a deficiency of upwards of seventy thousand pounds.
In December 1851 the balance sheet showed a deficiency of upwards of £70,000.
task308_jeopardy_answer_generation_all
task308-b45b975ae0904d34a7d14eaa839a3dd0
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: TRANSPORTATION Clue: Offered since 1959, it gives you travel for a fixed time period...
eurailpass
task865_mawps_addsub_question_answering
task865-49f531a0ef5c440d9fc94339aa0f1174
You are given a math word problem and you are supposed to apply addition or subtraction mathematical operators on the numbers embedded in the text to answer the following question and then only report the final numerical answer. Melanie picked 7 plums and 4 oranges from the orchard . She gave 3 plums to Sam . How many ...
4
task344_hybridqa_answer_generation
task344-43112b608bcf4c3fb79131997c939cb3
In this task, you will be presented with a question and you have to answer the question based on your knowledge. Your answers should be as short as possible. Who was the University that was was founded in 1947 founded by ?
Mufti Muhammad Hasan
task667_mmmlu_answer_generation_business_ethics
task667-691bed6ea6a941cfa2ce99b7c5243731
You are given a question on business ethics. Business ethics is a form of applied ethics that examines ethical principles and moral or ethical problems that can arise in a business environment. You are also given 4 answer options (associated with "A", "B", "C", "D"), out of which only one is correct. You need to answer...
D
task1359_numer_sense_answer_generation
task1359-af488e0d792b4a60b285b3fa95a03691
Given a sentence, fill out the missing word with a 'no' or a number (between zero and ten). You should write the numbers with english alphabet, like: four instead of 4. Most portable extinguishers discharge completely in as few as ____ seconds.
eight
task506_position_of_all_alphabetical_elements_in_list
task506-30cc9e1f39b946a797ea134ec10acf67
In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the alphabetical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no alphabetical element is in the list. ['9995', 'S'...
2, 3, 4, 5, 7, 8, 12, 14, 16, 17, 19, 21, 22, 23
task1310_amazonreview_rating_classification
task1310-fe2e6226c710480da275bac07a8e87a8
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. The concept is good; just wished the entire strip would be adhesive. The ends do not so as such t...
3
task303_record_incorrect_answer_generation
task303-31798932548c4248826448ca5f00f9bc
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 ...
Barcelona
task1359_numer_sense_answer_generation
task1359-71d5c32e4939419eaa4cf3c1fc810065
Given a sentence, fill out the missing word with a 'no' or a number (between zero and ten). You should write the numbers with english alphabet, like: four instead of 4. Today there are still ____ billion people without electricity.
two
task1596_event2mind_text_generation_2
task1596-3b7ed4b776a642db8d96a02a1e3bfe06
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 hides under PersonX's bed
to escape
task1311_amazonreview_rating_classification
task1311-5f2b6aa3cd6a42b0bd011251b0a6d214
In this task, you're given a review from Amazon and rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good. Your task is to generate whether the rating matches the review or not. Answer with "True" if the sentence belongs to that...
True
task523_find_if_numbers_or_alphabets_are_more_in_list
task523-3159a4b8df7145aa8e84bdf5be6de303
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
task494_review_polarity_answer_generation
task494-a20329a8a71b478f87694f729e3155f0
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: U ARE ONE OF TH...
False
task192_hotpotqa_sentence_generation
task192-fafd802ee9b145c496eb8ce2d3b3284e
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. Children in Need 2005 was a campaign held in the United Kingdom to raise money for the ch...
It culminated in a live broadcast on BBC One on the evening of Friday 18 November and was hosted by Terry Wogan, Fearne Cotton, Natasha Kaplinsky and, from RAF Brize Norton, Matt Allwright.
task074_squad1.1_question_generation
task074-5be6271e2d3d4cc99bf7ee3e743e836e
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 two versions of the NES were released in the UK, Italy, and Australia?
task413_mickey_en_sentence_perturbation_generation
task413-673fa4ed668d4110b6d40a84e2e7c68c
Given a sentence, generate a new sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true. The purp...
The policy of meditation is to demand in us the skylike constitution of mind .
task1293_kilt_tasks_hotpotqa_question_answering
task1293-ea39c3dc1ff94fb2bf9d3dc14726f518
In this task, you are given a question. You have to answer the question based on your information. What president appointed the US ambassador to the United Nations that republished a list of senior Taliban leaders that included Taliban Provincial Governors?
George W. Bush
task593_sciq_explanation_generation
task593-9d0a57ca98f34da7ab2dce138a610dc1
Given a scientific question and its correct answer, generate supporting facts for the answer. This supporting fact can be an explanation for the answer to the given question. Question: All three types of convergent plate boundaries produce what destructive phenomenon? Answer: earthquake
All three types of convergent plate boundaries produce massive earthquakes.
task183_rhyme_generation
task183-2830b513d3274bb481ae18d6fb6059b5
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" weight
tait
task155_count_nouns_verbs
task155-59f6d2c7c2cf4cb89bcb5644c0dbb9c7
In this task, you need to count the number of nouns/verbs in the given sentence. Sentence: 'A healthy meal with various vegetables on a plate'. Count the number of nouns in this sentence.
3
task113_count_frequency_of_letter
task113-464dfe7b21d24484a55ea07772b6a4c5
In this task, you need to count the number of times the given letter appears in the given sentence. Sentence: 'an airplane is being towed away from the jet bridge'. Find frequency of the letter 's'
1
task611_mutual_multi_turn_dialogue
task611-76cfd8fdec164629811ddc6f86b41d59
In this task you are given a small conversation between two persons and 4 options on how the conversation should continue. Your job is to choose the most reasonable option. The conversation and the options are separated by a newline character. Each dialogue in the conversation are separated by a comma. F and M indicate...
B
task591_sciq_answer_generation
task591-354f478c7e8545d59c4487abc96ebc47
Given a scientific question, generate a correct answer to it. Over time, what changes solid rock into pieces?
weathering
task924_event2mind_word_generation
task924-75d62a4b20d2484bb65b3b2a1509c244
You are provided with an "Event", "Intent" and "XEmotion" (PersonX's reactions for the given "Event"). Indicate PersonY's reaction (person feels) at the end of this event. Provide one reaction for PersonY. If there's nothing that can be implied, respond as None Event:PersonX holds ___ together. Intent: 1) to go out. XE...
unified
task1727_wiqa_what_is_the_effect
task1727-b8b9df9b23cc44f1ac60073f09c2ea49
In this task you will be given a process, and a question. The process contains a sequence of steps that happen in order. The question asks about the effect of a certain event on another event. If the first event has a positive effect on the second event, answer with "for", if it has a negative effect, answer with "agai...
against
task303_record_incorrect_answer_generation
task303-9a804ac7533a427e80b4e3c0b8fc7a1a
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 ...
Hillary Clinton
task183_rhyme_generation
task183-337e5b622b0b4c9bbd5f53e06dbbc28c
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" bread
numed
task303_record_incorrect_answer_generation
task303-195d19e6b1fb41298ab9cd6c3e8176b1
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 ...
UN
task633_dbpedia_14_answer_generation
task633-5ecfd7ba6c3f4a1d9784b98610ab6f47
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: Allophorocera is a genus of flies in the family Tachinidae. Question: The document can be classified to whi...
2
task456_matres_intention_classification
task456-9570877002714fa1ad8dd86f70363b6e
You will be given a context and a verb separated with a newline character. You have to identify if the given verb implies an opinion, an intention, a wish or not. Please note that a verb refers to an intention only if it refers to an event planned to happen in the future and is not conditional (or part of a condition)....
No
task303_record_incorrect_answer_generation
task303-2396b1b2fc3546cd85c4e609cf312b08
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 ...
Adel Abdessemed
task756_find_longert_substring_and_return_all_unique_alphabets_in_it
task756-2206ff62a45046dea82ce43c7265bbd7
In this task, you are given two strings A,B. Find the longer of the two lists, convert it to lowercase, and return all the unique alphabets used in it. The two input strings are never equal. CdaExmO, eZaEsE
a, c, d, e, m, o, x
task145_afs_argument_similarity_death_penalty
task145-1cce911e06d14c159ed645b3856c41cb
We would like you to classify each of the following sets of argument pairs (discussing Death Penalty) 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 F...
Not similar
task113_count_frequency_of_letter
task113-111f85ead1c44ade8d394ccd76ab3d1c
In this task, you need to count the number of times the given letter appears in the given sentence. Sentence: 'people waiting on a train platform in a wooded area'. Find frequency of the letter 'p'
3
task636_extract_and_sort_unique_alphabets_in_a_list
task636-5bfe54d910604d22b40fce3f9aff11d1
In this task, you are given an input list A comprising of numbers and alphabets. You need to extract and sort the unique alphabets in the list. The alphabets in the input list will only be in lowercase. Return -1 if there is no alphabet in the input list. ['t', 's', 'q', 'i', '3285', '3761', '6603', 'p', '3587', '4885'...
b, c, d, e, f, i, j, l, p, q, s, t, w, z
task507_position_of_all_numerical_elements_in_list
task507-66a20d59bcb64e959acca396fd04cb86
In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the numerical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no numerical element is in the list. ['7647', 'A', '194...
1, 3, 6, 7, 8, 9, 10, 12, 15, 16, 17, 18
task303_record_incorrect_answer_generation
task303-c230bae3663f48fbb635c9c0ce20398f
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 ...
Jew
task1286_openbookqa_question_answering
task1286-f6e622d02c8b466593bab6d331e26bba
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"). What is an example of predators eating prey? (A) a boa constrictor devouring a monkey (B) a horse trampling a mouse (C) a cat eating a piece of grass (D) a whale eat...
A
task1712_poki_classification
task1712-992bed1144d54793900b52a2ada20ec6
You are given a short poem which is written by a kid. Your task is to predict if the kid is in elementary school or high school. Anyone who is from grade 1st to 6th-grade will be considered as in elementary school, and 7th to 12th-grade kids will be considered as in high school. There are only two possible outputs, i.e...
high
task070_abductivenli_incorrect_classification
task070-c1fad245b0c44f4ca5d92b1e69a1c625
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: Jen was excit...
2
task075_squad1.1_answer_generation
task075-b0a6151f4eb640e09d860a3224139a9b
This task is about writing a correct answer for the reading comprehension task. Based on the information provided in a given passage, you should identify the shortest continuous text span from the passage that serves as an answer to the given question. Avoid answers that are incorrect or provides incomplete justificati...
The Greater Hyderabad Municipal Corporation (GHMC)
task591_sciq_answer_generation
task591-1e454d3f73d843af88c43ef1010c5b2e
Given a scientific question, generate a correct answer to it. What process takes place when echinoderms release their gametes into the water?
fertilization
task1661_super_glue_classification
task1661-3dfad06056db4463b3b898bba1511a0a
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 Book of Eli -- Eventually, Eli and Solara investigate an isolated house. They fall into a trap, but manage to...
1
task934_turk_simplification
task934-70d16e6cef694fc689cddac7e30a7153
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. james howard " jim " thome -lrb- ; born august 27 , 1970 in -rrb- is a major league baseball designated hitter for the chicago white sox.
1 . james howard " jim " thome -lrb- ; born august 27 , 1970 in -rrb- is a major league baseball designated hitter for the chicago white sox.
task488_extract_all_alphabetical_elements_from_list_in_order
task488-fc58152cff1f4805b187a7f3296fd761
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. ['7197', '9749', '7417', 'V', '4053', 'F', 'm', '9747', '6331', '4771', '9359', '8167', 't', '1867', '5585', 'K', '9339',...
V, F, m, t, K, Z, Z, W, l, b, F, I
task900_freebase_qa_category_classification
task900-da677f4350c64c55a70d26663cf2ed96
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'...
base
task820_protoqa_answer_generation
task820-eab81d376465497bbfe0c283e2d41dcb
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 specific that wax is used for.
candles
task507_position_of_all_numerical_elements_in_list
task507-e78b220c5d854e469563357135fe8fb4
In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the numerical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no numerical element is in the list. ['6771', 'y', '387...
1, 3, 4, 6, 10, 11, 13, 14, 15, 19, 22, 23
task846_pubmedqa_classification
task846-c921c20e952b43469461a6cd0c12db54
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: Are patients with rheumatoid arthritis more likely to have pain a...
yes
task303_record_incorrect_answer_generation
task303-aa374e7fa59a44b6adf3c867400fe37d
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 ...
South Africa
task159_check_frequency_of_words_in_sentence_pair
task159-4caf82ffaa5947ac86baa5002f0c3d1a
In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'. Sentence1: 'a white truck travelling on a street pass homes', Sentence2: 'people sitting at tables with computers and papers on it in front of a screen and a lady standing at the front of the room and presenti...
Yes
task398_semeval_2018_task1_tweet_joy_detection
task398-fe4f66a0e9d94b089bd22e9c982084d1
In this task you are given a tweet. You must judge whether the author of the tweet is happy or not. Label the instances as "Happy" or "Not happy" based on your judgment. Look at the bright side. Coaches don't get to do commentary.
Happy
task573_air_dialogue_classification
task573-9a527274b4424459b94539822043274d
In this task, you are given a conversation between a flight agent and the customer. You are given 4 options and you need to select the goal of the conversation. It is provided as part of customer's context, which has to be one of the following: `book`: Make a new reservation, `cancel`: Cancel an existing reservation, `...
no_flight
task507_position_of_all_numerical_elements_in_list
task507-fb197da67e274a1880dae7c902ec8aa9
In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the numerical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no numerical element is in the list. ['E', 'T', 'M', '5...
4, 7, 10, 12, 14, 20, 22, 23, 25, 32, 33, 34
task156_codah_classification_adversarial
task156-2d1168229daf4e9595dd5fb65293e456
Given a prompt and four completions, select the completion that is the most plausible in continuing or answering the prompt. This task is designed to test common sense and has various categories ranging between idioms, negated statements, polysemy, subject referencing, and quantitative reasoning. Generate either Comple...
Completion D
task088_identify_typo_verification
task088-2ef53c5aeff640538220aa3746f4f9cd
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 ...
Floqwers
task372_synthetic_palindrome_numbers
task372-f1844d4f6b104a7986f4a57b44344f3c
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....
[-44, -484]
task067_abductivenli_answer_generation
task067-d4509f5745bb4265a30ffe581b39db7a
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...
She tore her pants and did not have another pair.
task1217_atomic_answer_generation
task1217-0d26b02a3b834badb502bb693076fab4
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 grows ___ in PersonX's backyard
Tomatoes
task151_tomqa_find_location_easy_clean
task151-6fe90b52e0b54e288d0892ed422972cd
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...
blue_pantry
task093_conala_normalize_lists
task093-3c0f712a80174438abb7540cf3f3bba3
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. [241.779, 9.259, 171.547, -30.442, -81.464, 139.608, 141.08]
[ 0.409 0.016 0.29 -0.051 -0.138 0.236 0.239]
task1399_obqa_answer_generation
task1399-91e23360b85b4e6d9211b58411ebb398
In this task, you are given a fact statement and question based on the fact. Your task is to generate the correct answer for the question. The answer needs to be generated using the context fact statement. Fact: predators eat prey. Question: Foxes eat?
mice