task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task067_abductivenli_answer_generation | task067-2f3e4b04d2f9413a9ebf14badf06fb12 | 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... | However, he knew he was better off going to college. |
task105_story_cloze-rocstories_sentence_generation | task105-3106438c29824856aeba22e844d7a27f | In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences.
Sentence1: Little Sue was riding an elephant at the zoo. Sentence2: She like it at first but then got scared... | Sue's mom took her to pet the goat instead. |
task494_review_polarity_answer_generation | task494-fafe41b85c0f4498bb6fefa855025d02 | 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: After 3 c secti... | False |
task078_all_elements_except_last_i | task078-d1255f3c9e144a53864f1b8c34cc8f0d | 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 preceding the last i elements. i will always have a value less than the length of A.
11, ['8995', 'u', '3327', '7793', 'R', 'o', '7879', '8063', 'x', 't', '3841', 'y', '6265', '7215', '6473', '6567'... | 8995, u, 3327, 7793, R, o, 7879, 8063, x, t, 3841, y, 6265, 7215, 6473, 6567, 9979, 2735, j |
task092_check_prime_classification | task092-177c8675d60c4d1083525562ad1ead9d | In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
4513 | Yes |
task105_story_cloze-rocstories_sentence_generation | task105-bdca619333c942de8578b00bce9446ee | In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences.
Sentence1: Josh was a new bartender. Sentence2: His first patron asked him to make a White Russian. Sentence... | Josh never saw the patron return to his bar again. |
task322_jigsaw_classification_threat | task322-ab1878b02ad046eabb265f73c09ded2f | 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: Kill your landlord | Threat |
task1726_mathqa_correct_answer_generation | task1726-ef22e89c204942c19c0e7206b6169eaf | The task is to generate the correct answer for a given math problem.
Problem: if y > 0 , ( 4 y ) / 20 + ( 3 y ) / 10 is what percent of y ? | 50 % |
task1369_healthfact_sentence_generation | task1369-8bf7a7b8dfb54b739254dbf706dce387 | Generate an explanation for the given claim using the provided supporting material from the paragraph. Please consider the following points while generating an output. 1) The claim will always have supporting proof in the paragraph, and the paragraph will have a clear point of view supporting the claim. 2) There can be... | A family alleges in a lawsuit filed Tuesday that a Colorado fertility doctor used his own sperm instead of that of an anonymous donor to impregnate a woman without her consent. |
task1422_mathqa_physics | task1422-7a2ca03ea1414ce59a5bc4def12df5e2 | In this task, you need to answer the given multiple-choice question on the physics. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.
Problem: a man rows his boat 85 km downstream and 25 km upstream , taking 2 1 / 2 hours each time . find the speed of the stream ?
Options: a ) 6 , b ) 12 , c ) 5 , d ) 8 , e ) 9 | b |
task1312_amazonreview_polarity_classification | task1312-3f4f1927c3454cb2845bcbdf046b9001 | In this task, You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review.
Three people's night of horror described with exquisite skill brings the reader to a level of understanding not usually found in stories of Britain ... | positive |
task405_narrativeqa_question_generation | task405-2181c2ad0e074dcb947af8a6230ff7ee | 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 Wolfe discover a secret vault? |
task303_record_incorrect_answer_generation | task303-236fc8ede4b241c0979915807cd1f344 | 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 ... | MIAMI |
task1484_gene_extraction_linnaeus_dataset | task1484-e9dc1b061c5744feab1921eda59d88f3 | 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.
Regardless , the requirement of IFN - gamma , as demonstrated by administration of neutralizing antibody prior to infection , indicates that... | B . mallei |
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists | task755-9e238f87dbc44464af9194f0bbbc632e | 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... | lPCxYNvoKLkwaabbceefjlmnpsstsFhD, DVePkQjFFxstOEuGaabbceefjlmnpsstBThqDoKfx |
task078_all_elements_except_last_i | task078-9b0685424ffc4006a08f222ff3090a2f | 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 preceding the last i elements. i will always have a value less than the length of A.
2, ['C', 'Q', 'C', '2583', 'S', '7127', 'Q', 'E', 'R', 'g', 'A', '2101', 'C', '2689', '1003', '4603', '7077', 'S'... | C, Q, C, 2583, S, 7127, Q, E, R, g, A, 2101, C, 2689, 1003, 4603, 7077, S, S, 31, 8613, B, u |
task195_sentiment140_classification | task195-ab9fd986dbbb441ea78cc5f752b1a313 | In this task, you are given a text from tweets. Your task is to classify given tweet text into two categories: 1) positive, and 2) negative based on its content.
is saddened bc i have absolutely NO followers! | negative |
task1502_hatexplain_classification | task1502-63ac847f885f499e80db46592d4c870b | 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.
wi... | Offensive |
task1291_multi_news_summarization | task1291-7d568548d5ea44108497dc354c97283b | In this task, you are given a text of many news articles seperated by special token "|||||". Your task is to summarize them.
This article is over 11 months old
The space rock 2018 CB is up to 40m long and will come within 64,000km of the planet’s surface
Asteroid passing close to Earth today – no need to worr... | Celebrate the end of the work week and continued survival of our planet Friday with a glance up at the sky. There, you could get a glimpse of an asteroid whipping past Earth at a distance of 39,000 miles—roughly five times closer to us than the moon—around 5:30pm EST. Only discovered on Sunday, the asteroid known as 20... |
task390_torque_text_span_selection | task390-cb23f6b142ff422ab6fdb9754f905ad8 | In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Passage: As wel... | |
task207_max_element_lists | task207-ad333b00a0314258818d7632935f0c5e | 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.
[[-126, -84], [32, ... | [-84, 32, 13] |
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately | task509-20a2c3d14adb4b97b19b41445145ee51 | In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to collate all the alphabetical elements at the start of the list followed by all the numerical elements of the list. Maintain the order in which the alphabetical elements appear in the given input... | K, I, 8133, 9303, 7611, 8015, 4105, 5955 |
task390_torque_text_span_selection | task390-1cfbeb1ede3c4e72b74e8b1c465f00a9 | In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Passage: Hatem ... | told |
task227_clariq_classification | task227-7ce1a172f139429f92ad8ab2a705bbcd | 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: Tel... | Yes |
task063_first_i_elements | task063-30bae20f304b4806a7d4de76e6e01752 | 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
8, ['7903', 'o', '9791', 'e', 'n', 'G', 'M', '6845', '1841', 'N', 'H', '4545', '5995', 'd', 'n', 'l', ... | 7903, o, 9791, e, n, G, M, 6845 |
task405_narrativeqa_question_generation | task405-89f032aa2c064ea2a96ee44019474bbd | 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 is Queen Mary imprisoned? |
task405_narrativeqa_question_generation | task405-a91314fdd71f449cae930e2a697d631a | 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... | Who is Virginia's husband? |
task156_codah_classification_adversarial | task156-a1d5baa4adc74f79a248e9deed6a0b78 | 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 C |
task227_clariq_classification | task227-d146b673998d434ba210ae2b17dc9d3f | 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: Wha... | No |
task390_torque_text_span_selection | task390-27ce7c04b20041a2993325edbcaf50b9 | In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Passage: Austra... | be |
task405_narrativeqa_question_generation | task405-f0751b45e8374ca39a7cafb02125b4f8 | 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... | How does Marion get killed? |
task1729_personachat_generate_next | task1729-c1518a0569eb42a292144fea31bcd3ca | Your task is to generate the next utterance in a given dialogue. You will be given a few sentences describing the personality of the person who is making the dialogue, and a history of the dialogue after that. Each line in the history is said by one of the two participants in the conversation.
Personality: I love to do... | Thank you! I'd love to publish a book one day. |
task475_yelp_polarity_classification | task475-b74c9f1130a049a5873b6dcfd1776443 | In this task, you are given Yelp reviews. The task is to classify a review as "POSITIVE" if the overall sentiment of the review is positive or as "NEGATIVE" if the overall sentiment of the review is negative.
I have never written a review before but after last night I feel I must. First of all when you order a focacci... | NEGATIVE |
task1730_personachat_choose_next | task1730-dc6be9ee8f2b4500ac788285ce7f9406 | You will be given a person's personality, and a history of a conversation this person has had. You will be given four candidate sentences to complete the conversation, based on the context. Choose one and answer with the text.
Personality: My favorite flower is a rose.
I live in a small apartment in new York.
I'm curre... | Sometimes there is no choice in jobs. I love to paint and draw. |
task1308_amazonreview_category_classification | task1308-d394bcf5556c44ea9d45cd2ee4a6077c | In this task, you're given a review from Amazon and category of the product based on the review given by the user and your task is classify whether the given category match the review. Generate "True" if given review and its category match, otherwise generate "False".
Reviews: I just received my battery grip today and ... | False |
task413_mickey_en_sentence_perturbation_generation | task413-f23bfea5f82b46088a6b67cb1c96e1c3 | 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.
You can ... | You can link a portal to type a destination . |
task574_air_dialogue_sentence_generation | task574-1f7e173d29bc47689bb517656f99330b | In this task, you're given a dialogue between a customer and a flight booking agent with a gap in the conversation. Your job is to find the answer of the previous dialogue. Avoid using irrelevant extra information while creating the answer. The answer should be relevant to the question before the blank. If you fill the... | agent: Sure, may I know your respective dates of journey please? |
task1541_agnews_classification | task1541-a175e8b540124981af53c12f3b0c2290 | 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... | 2 |
task303_record_incorrect_answer_generation | task303-93c8466d6c814701b0b186a73b0e965e | 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 ... | Donald Trump |
task164_mcscript_question_answering_text | task164-8c9d0e30b73f43bab5a84fe0669d5566 | 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 getting dressed |
task105_story_cloze-rocstories_sentence_generation | task105-e42794ab3747472cb581d9d5191fd070 | In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences.
Sentence1: Kim's mother put braids in her hair. Sentence2: Kim wanted to wear her hair loose. Sentence3: She... | Kim decided it looked much better. |
task1602_webquestion_question_genreation | task1602-37e411a22d4a412c9f874e4900623a7f | You are given a concept, and a list of answers. You should generate a question about the concept that leads to the given answer(s).
concept: Jeremy Sumpter answers: ['Actor'] | who is jeremy sumpter? |
task283_dream_incorrect_answer_generation | task283-6fdd45c687774d5ebaf162a7a822e023 | 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: My colleagues at work say I should get a health ins... | Expensive. |
task454_swag_incorrect_answer_generation | task454-34bab09c2dd34a6cb9b5c347d082a2e9 | Given a sentence, generate a most unlikely next statement. The next statement should not be logically relevant to the given context
He tosses the ball in the net and someone catches it. She | opens it and it goes out. |
task898_freebase_qa_answer_generation | task898-06a9662005d249cdb8da7c61ebba0849 | Given an trivia question precisely answer the question with a word/phrase/name. External resources such as Wikipedia could be used to obtain the facts.
In which country is the highest mountain in South America? | argentina |
task576_curiosity_dialogs_answer_generation | task576-1a58dbd607914f80b6f72a03da351882 | In this task, the input is a set of dialogues between a user and an assistant. You need to find the dialogue that is basically a response given to a question or an aspect of the user.
Great, thank you about the information!
Atlanta plays an important role in the federal judiciary system. As it contains a US Court of ... | Atlanta plays an important role in the federal judiciary system. As it contains a US Court of Appeals, and the US District Court. |
task709_mmmlu_answer_generation_high_school_psychology | task709-b1c4c67633e24222acbb1ad3f027a3c5 | You are given a question on high school psychology. 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.
REM sleep deprivation gene... | B |
task165_mcscript_question_answering_commonsense | task165-599273090b064357b569e069d598b054 | 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... | After they asked for help. |
task303_record_incorrect_answer_generation | task303-1e657c9a1a4a489a934125ad7722ff99 | 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 ... | Source |
task376_reverse_order_of_words | task376-f029daa1d0a34a97ad7652c1c0b71b85 | In this task, you need to reverse the order of words in the given sentence.
Sentence: a tired cat with its head resting on a keyboard | keyboard a on resting head its with cat tired a |
task146_afs_argument_similarity_gun_control | task146-a9027283c53a403a8c86c1a44672e6c2 | 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 |
task067_abductivenli_answer_generation | task067-4708d478501045e294dee5e6f93aa145 | 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... | Paul and Carrie cherish their time together. |
task576_curiosity_dialogs_answer_generation | task576-cbf928b757b344b699ed7d8498724aef | In this task, the input is a set of dialogues between a user and an assistant. You need to find the dialogue that is basically a response given to a question or an aspect of the user.
Yes I did, & I can. They're now the leading producer of wind power in Australia.
Interesting! What other products help drive their eco... | Yes I did, & I can. They're now the leading producer of wind power in Australia. |
task141_odd-man-out_classification_category | task141-df968ecdb8544cc7854e64073c6f8eeb | 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: window material
Words: panel, translucent fabric, spatula, metal, glass | spatula |
task846_pubmedqa_classification | task846-3f738ea991d44cc8bd8ac86d7507859e | 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: Is the transposable element environment of human genes associated... | yes |
task497_extract_all_numbers_from_list_in_order | task497-8dfd882e3150465393965f4f439f0a5a | 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.
['7463', 'J', '1527', 'B', '2269', 'm', 'a', '7953', '881', 'k', 'x', 'e', 'Z', '4947', '5463', '9585', '7445'] | 7463, 1527, 2269, 7953, 881, 4947, 5463, 9585, 7445 |
task162_count_words_starting_with_letter | task162-ff4abeaad51f45fd8b4082ec4a934522 | 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 man with a laptop bag travels on a skateboard'. How many words start with the letter 'b' in the sentence. | 1 |
task183_rhyme_generation | task183-436384d4a71642e184ece7ba4686d577 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
shine | grine |
task322_jigsaw_classification_threat | task322-969fec4ec356429e884b26c1b0690828 | 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: Bomb the bastards! | Threat |
task1426_country_independence_year | task1426-4dace318daa1407daf91c1a1b0205968 | In this task, you are given a country name, and you need to return the year in which the country became independent. Independence is a nation's independence or statehood, usually after ceasing to be a group or part of another nation or state, or more rarely after the end of military occupation.
Poland | 1918 |
task283_dream_incorrect_answer_generation | task283-638a607563aa4be49cc46ab401e1ea3b | 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".
M: Good morning, Madam. What can I do for you? W: Good... | Two. |
task293_storycommonsense_emotion_text_generation | task293-e6a2305fb2bb470b92406a9eaf42b1b5 | 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 |
task1217_atomic_answer_generation | task1217-8539c8860da34ddbbb54df70e7cd9245 | 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 sends PersonY's ___ to school | lunch |
task325_jigsaw_classification_identity_attack | task325-214f26d08f4f4eb79fa3e5974dfe7364 | 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 |
task923_event2mind_classifier | task923-2f97aeb24f9b4587b784b6d7a4275e52 | You are provided with an "Event" and it's "Intent" related to PersonX. Determine the sentiment value of the given input as either "Positive", "Negative", and "Unknown".
Event:PersonX speeds down the road. Intent: 1) to be helpful | Negative |
task565_circa_answer_generation | task565-31b431f3a1914c86ba152744d37d09a7 | In this task, you are given a question. Your task is to generate an answer that is relevant to the question.
Are you going to the gym? | My knee hurts too much to work out. |
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists | task755-10bf48e061be4e4099ca27db70327ed3 | 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... | qjzQngyENmcekkopqrswxxypOyURooZcCOX, XHzJXSEHlBqcekkopqrswxxyzsdCAidwr |
task1283_hrngo_quality_classification | task1283-d04bac0b420d440cbfe2336bea83170c | You are given an original reference as well as a system reference. Your task is to judge the quality of the system reference. If the utterance is grammatically correct and fluent output 1, else output 0.
System Reference: i am sorry i am not finding any hotels in the richmond district area.
Original Reference: unfortun... | 1 |
task365_synthetic_remove_vowels | task365-1ae729fca8bd47c9b63841850e23caca | 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.
LP | LP |
task192_hotpotqa_sentence_generation | task192-e3472b4d1fcc497d9f2490acf152d207 | 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.
The University of New Haven (UNH) is a private, nonsectarian, coeducational university lo... | The University of New Haven UNH is a private, nonsectarian, coeducational university located in West Haven, Connecticut, which borders the larger city of New Haven and Long Island Sound. |
task1364_hans_answer_generation | task1364-2f2c3e9e51e94d949bb358f7b6687c7b | In this task, you are given a premise sentence. Your task is to write a new sentence by substituting the subject and object (i.e., the input's subject should be output's object and vice versa.). The generated sentence must be fluent and shouldn't change the voice (i.e., passive or active) of the input.
The professors m... | The author mentioned the professors . |
task311_race_question_generation | task311-4cf0cee85ac34035bd746247574d4564 | In this task, you're given an article and an answer. Your task is to generate the question for the answer based on the given article.
Article: Earlier this year I traveled to Turkana in Kenya. I was there to take pictures of the "broken food system". As a special visitor, I was greeted with songs and dances. The locals... | Why do people in Turkana no longer sing or dance any more? |
task405_narrativeqa_question_generation | task405-101e5e4b0d454605a5425cc991a8ff53 | 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... | Who is marry to Madame Cheron? |
task045_miscellaneous_sentence_paraphrasing | task045-8247395e13fa4427b68bbcfec34a1f8c | You are given a question, its answer, and a sentence that supports the question, i.e., the answer to the question is inferable from the sentence. In this task, you need to paraphrase the given sentence so that the paraphrased sentence still supports the question i.e. you can still infer the answer to the question from ... | Coal is an energy source that is found in the earth. |
task196_sentiment140_answer_generation | task196-7727762035744c17b4f58f0d1f417edf | In this task, you are given a text from tweets and a boolean question whether this tweet has positive sentiment or negative sentiment. Your task is to generate answer "yes" when the tweet has that particular sentiment, otherwise generate answer "no".
Tweet: bad habit --destiny childs going reall hard right now..know wh... | no |
task518_emo_different_dialogue_emotions | task518-7d13b928f3db4c27aad85d88c8f160cd | In this task you will be given two dialogues. You need to determine if both dialogues have the same underlying emotion. The possible emotions are happy, sad, angry, or other. If they do output 'yes', if not output 'no'.
Dialogue 1: 'nothing errr expressionlessfaceexpressionlessfaceexpressionlessface now saying it's not... | no |
task494_review_polarity_answer_generation | task494-70240732d0c646ca95459c9220db25dd | 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: This is what is... | False |
task1445_closest_integers | task1445-afd82cfe2517451284fcdc95560871b4 | In this task you will be given a list of integers. You should find the minimum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the smallest possible absolute distance.
[58, -19, -61, -9... | 12 |
task303_record_incorrect_answer_generation | task303-49ce0cb28da6495db1507769413f2f42 | 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 ... | Cardiff |
task899_freebase_qa_topic_generation | task899-829f67b6d0174deb9bc9057259db6152 | Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about.
In the TV series 'Lost', who played a rock musician from Manchester called Charlie Pace? | charlie pace |
task1399_obqa_answer_generation | task1399-ad64f6fda6484e0c925635d1cde30334 | 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: metamorphosis is a stage in the life cycle process of some animals. Question: Some animals change their appe... | metamorphosing |
task649_race_blank_question_generation | task649-5f6676b0d53147748598f41453f59c51 | 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: Jee Hock and Meng Kim were very good friends. Jee Hock ... | Jee Hock and Meng Kim were good _ . |
task079_conala_concat_strings | task079-3734c9ba520d41a79794b6b901b7b1f4 | In this task you will be given a list of strings and you need to concatenate them.
['R', 'Seeing', 'C', 'y', 'K', 'it?4wait.', 'l', 'B', 'b', 'E'] | RSeeingCyKit?4wait.lBbE |
task585_preposition_classification | task585-dac000394b2443a891317de6242fa2dc | In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from"... | of |
task611_mutual_multi_turn_dialogue | task611-df1defa9484f45a3abcba3de2bd36652 | 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... | C |
task577_curiosity_dialogs_classification | task577-280ba53d020f466cadbe19e5ca45be4f | In this task, you are given a dialogue between a user and an assistant, where users and assistants converse about geographic topics like geopolitical entities and locations. The task here is to find if the dialogue is by the user or assistant. Classify your answers into user and assistant.
That's still interesting. Cou... | user |
task846_pubmedqa_classification | task846-7571e0d4f28c40849a88b1e654c247d7 | 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: Does acute conversion of persistent atrial fibrillation during do... | no |
task311_race_question_generation | task311-e37d507e2590442a8aeb625f8e39b3b9 | In this task, you're given an article and an answer. Your task is to generate the question for the answer based on the given article.
Article: It is a hot summer day,and you feel thirsty. A friend gives you a glass of cold lemonade.How do you feel when you see the glass? Will you describe your feeling as happiness or a... | According to the passage, in which of the following situations can you feel happy? |
task405_narrativeqa_question_generation | task405-c7fe48fefbe64beca3d530a388eb8fe7 | 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 this story take place? |
task339_record_answer_generation | task339-e910357747b545cc99101f7cf56ec6f1 | 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. Try to find the best answer that is most likely to fill in "_". Note that the URLs in the text have been replaced with [Link].
Washington (CNN)Sen. Barbara Boxer announce... | California |
task1443_string_to_number | task1443-c7dcd4063714485ca1dca2a70d310632 | 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... | 0277496 |
task1705_ljspeech_classification | task1705-1e85e5af990a4d40b45f5cac4c61831e | This task is reading a paragraph and determining if it has proper nouns in it or not. A proper noun is a noun that designates a particular being or thing, does not take a limiting modifier, and is usually capitalized in English. The answer is true if at least one proper noun is present in the sentence, false otherwise.... | True |
task247_dream_answer_generation | task247-f1154d366a4b4140ac353e1e0a99054a | In this task, you will be shown a conversation and a question. You need to answer the question and choose the correct option based on the conversation. "W" and "M" in the conversations stand for "woman" and "man".
W: How long have you been at this school? M: I have been here for about 8 years. I came here when I was 20... | (B) 28 years old. |
task389_torque_generate_temporal_question | task389-e9610e64200a44abbe2f62a129319598 | 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 after Parkinson'sside won? |
task861_prost_mcq_answers_generation | task861-6b7a7d22c5464ecca68c346674306135 | The task is about reading the given context, group and MCQs and then generating answers from the given input. MCQs are multiple choice questions in which a question is asked and few options are given, among which one or in some cases more than one can be the answer.
context: Four balls are dropped. The first is dropped... | The ball dropped from the height of the house takes the longest amount of time to fall. |
task195_sentiment140_classification | task195-88a893697649405d93ec6ac3ec743afc | In this task, you are given a text from tweets. Your task is to classify given tweet text into two categories: 1) positive, and 2) negative based on its content.
@robyndanecki I just got your tweet I guess it's a little late now. :/ | negative |
task067_abductivenli_answer_generation | task067-8068eab485cc449a9416f1580b26b683 | 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... | Amy wanted a full time job. |
task301_record_question_generation | task301-b03ebfc530c741de8b4da44b3254f898 | 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 _ .
Courtroom experts ... | I'll be safely out of _ when you read this. |
task750_aqua_multiple_choice_answering | task750-8a7972e556c84850bb43d8780ec12ce3 | You are given a math word problem and you are supposed to make use of mathematical concepts like probability, combinatorics, linear equations, sequences/series, or simple operators like addition, subtraction, division, or multiplication to answer the given question. Choose the best option from the 5 given options and r... | Option C |
task074_squad1.1_question_generation | task074-6af7a2e972114e548654acb389adecdd | 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 kept Augustus III from consolidating Saxony and Poland? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.