task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task299_storycloze_sentence_generation | task299-0267e3b840604bb8806a93ca6b9cd642 | 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... | 5, Quentin was glad that he went. |
task179_participant_extraction | task179-7f486b83377b49cd992ea60527a02265 | In medical studies, treatments are tested within a group of study participants. You will be given a sentence of a study report in which your task is to list the phrases that give information about the participants of the study. You should list the phrases in the same order that they appear in the text, separated by com... | not found |
task366_synthetic_return_primes | task366-3394c416ec36454285b690b4f86c884e | In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [137, 809, 7, 271] |
task845_pubmedqa_question_generation | task845-72809ce7d2f14c11af9b87f45df77eb7 | Given a passage with a context and an answer, construct a question on the basis of the information present in the passage. Construct the question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) it answer uses text phrases from the passage. Avoid creating... | Does dexmedetomidine post-treatment induce neuroprotection via activation of extracellular signal-regulated kinase in rats with subarachnoid haemorrhage? |
task207_max_element_lists | task207-d335a2407d09478a8c3b5506972bc39c | 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.
[[-42, -24], [-79, ... | [-24, 82, -34, 80] |
task303_record_incorrect_answer_generation | task303-c2994240920f46e19a8aa8590dda3208 | 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 ... | north Wales |
task159_check_frequency_of_words_in_sentence_pair | task159-c86108187e0c47ffb47ed73a9f67f7e6 | In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'.
Sentence1: 'a large clock mounted in the face of a building', Sentence2: 'a man in a black wet suit rides a small wave in the ocean'. Is the frequency of the word 'a' in two sentences equal? | No |
task847_pubmedqa_question_generation | task847-cd679eaf286c4c75913d6499e17ae854 | Given a passage, construct a question on the basis of the information present in the passage. Construct the question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) it answer uses text phrases from the passage. Avoid creating questions that (i) can't be ... | Do analysis of the effects of the continuous electrode paste band on precordial leads of the electrocardiogram? |
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists | task755-8da527ab097c47bea6f00d4c5d351b72 | 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... | TsmKabeghhkknttKezUIT, NsLjabeghhkkntDmRlukpm |
task622_replace_alphabets_in_a_list_by_their_position_in_english_alphabet | task622-73231b789c72408aa62449074b17d7b6 | In this task, you are given an input list A. You need to convert all the alphabets in the list with a number representing their position in the English alphabet. E.g., replace A by 1, B by 2, a by 1, b by 2, and so on.
['l', 'd', '1647', '3151', 'n'] | 12, 4, 1647, 3151, 14 |
task071_abductivenli_answer_generation | task071-d148b7f8254644a19077eadbb9f354cc | In this task, you're given the beginning and the middle of a three-part story. Your job is to complete the short story by writing a probable ending. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the endin... | Susie went home feeling even lonelier than before. |
task600_find_the_longest_common_substring_in_two_strings | task600-77f5d09cb7ea426eb906befc8c6f9d87 | In this task, you are given two strings A, B. Find the longest common substring in the strings A and B.
hEhMfVbfBODZdAUKpN, uZGKbfBODZJcp | bfBODZ |
task929_products_reviews_classification | task929-9e5ff22dbe954e46af3cb48bdc63ebf5 | Given an English language product review, determine if it is a Good Review or a Bad Review. A good review is one where the product's review has positive tone and Bad review is one where the tone of product's review is negative.
There is so much garbage being put on dvd these days it's not even worth buying. This set wo... | Bad review |
task820_protoqa_answer_generation | task820-34a01308974946c88c8e946ad11f4d24 | 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 people are often chased by in movies | police officer |
task1328_qa_zre_relation_generation_from_question | task1328-414e336eb2ca42b299973601c930b95f | Classify the relation of question with context to one of these categories: 1) award received, 2) based on, collection, 3) conflict, 4) constellation, 5) convicted of, 6) date of death, 7) director, 8) drafted by, 9) educated at, 10) medical condition, 11) military branch, 12) narrative location, 13) occupation, 14) ori... | residence |
task521_trivia_question_classification | task521-cc81325c856d440cba43396da10dc682 | In this task you will be given a text passage from a trivia quiz. You should choose the category this question belongs to from these categories: History, Science, Social Science, Fine Arts, Literature. You can only choose one category, so if in doubt, please choose the closest match.
adopted lyrics written by Sir Walte... | Fine Arts |
task227_clariq_classification | task227-8106fb8ac57f4caca8ee1c0131018519 | 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 |
task309_race_answer_generation | task309-67a3f0ae878f48a0966546fef1a7d2d1 | In this task, you're given an article, a question which often contains a blank and four options (associated with "A", "B", "C", "D"). Your task is to find the correct answer (from the given options) for the question from the given article and return one of the options from "A", "B", "C", and "D". Do not generate anythi... | B |
task159_check_frequency_of_words_in_sentence_pair | task159-bcdca092f79f4b099792cc7aef68d646 | In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'.
Sentence1: 'several people preparing food in a large kitchen', Sentence2: 'a cow standing outside of an abandoned structure'. Is the frequency of the word 'outside' in two sentences equal? | No |
task208_combinations_of_list | task208-0af768889b3840da9f6be20626e429f1 | In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. Fo... | [['p', 'R', 'T'], ['p', 'R', '1'], ['p', 'T', '1'], ['R', 'T', '1']] |
task579_socialiqa_classification | task579-8ccd238f44204435bfddaac2fb85a9e0 | 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: Austin called Sydney last night and asked them to go out with ... | No |
task576_curiosity_dialogs_answer_generation | task576-795852a34ddc4b8da28bc71e14df66fd | 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.
Can you tell me about the state profile?
Give me some information about their culture?
Thank you for all of your help!
Himachal Pr... | Himachal Pradesh is a state in northern India. Shimla is the capital. |
task150_afs_argument_quality_gun_control | task150-b378df976a6a44b8b4174b787db0805a | We would like you to assess the QUALITY of each of the following argument (discussing Gun Control) and determine if the argument is Valid or Invalid. A valid argument is clearly interpretable and either expresses an argument, or a premise or a conclusion that can be used in an argument for the topic of gun control. An ... | Valid |
task581_socialiqa_question_generation | task581-6ca3061d89924a07a4213cab9dcacb30 | In this task, you're given context and an answer. Your task is to generate the question for this answer based on the given context with commonsense reasoning about social situations..
Context: Austin opened the closet door during a game of hide-and-go-seek, but did not find anyone.
Answer: Find his little sister | Why did Austin do this? |
task506_position_of_all_alphabetical_elements_in_list | task506-cdc885fb74cc4c48bd40b6a8ad4a2a76 | 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.
['1845', '45... | 3 |
task305_jeopardy_answer_generation_normal | task305-ba0fdf7283c043bbb76e5071b3eeb20c | 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: TOO "HOT" TO HANDLE
Clue: It's another name for a frankfurter | hot dog |
task1601_webquestions_answer_generation | task1601-680a3d0ae6934839b50e5b9157b0afe5 | Based on the given question and tppic, give an answer. The answer is available on on the internet. The questions are mostly centered around a single named entity.
concept: Marie Curie question: what experiments did marie curie conduct? | ['Radio-active substances'] |
task1325_qa_zre_question_generation_on_subject_relation | task1325-06b31d754d8243b08af37e09b3eb8222 | You will be given a context, a subject and a relation. Your task is to generate a question based on the subject and relation. The generated question should include the given subject. Try to use a minimum number of words that are not present in either context, subject or relation while generating question.
Context : Ent... | What is the name of the place where Entry of Christ into Jerusalem can be found? |
task517_emo_classify_emotion_of_dialogue | task517-407cf997fa184ba4af8b8eb0e26456da | In this task you will be given some text dialogue and you need to infer the underlying emotion of the text. The possible emotions are happy, sad, angry, or other.
i'm not a introvert but the day spent like as i'm ditto except that i'm introvert too p you joke well hehe | happy |
task1346_glue_cola_grammatical_correctness_classification | task1346-6159c204a57f49a08f5da6f54b4bf1ca | 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'.
Any lion is usually majestic. | 0 |
task303_record_incorrect_answer_generation | task303-6480ddf9da7a4a17b645173982d3c033 | 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 ... | Schake |
task587_amazonfood_polarity_correction_classification | task587-4f281b421b354767a23d431967670bfd | You are given an amazon food product review and its polarity (positive or negative). Your task is to answer "True" if the specified sentence and its polarity match; otherwise, answer "False".
It's Crunchy, I'm now love the smoother Nana's Like <a href="http://www.amazon.com/gp/product/B000FNEX8C">Nana's No Gluten Lemon... | True |
task113_count_frequency_of_letter | task113-7ace9bd70dfd461984850962dce9366f | In this task, you need to count the number of times the given letter appears in the given sentence.
Sentence: 'two men preparing cakes in the kitchen of a bakery'. Find frequency of the letter 'y' | 1 |
task413_mickey_en_sentence_perturbation_generation | task413-95bf748325b945bca05d949c20920e1b | 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.
A dog ca... | A dog can follow a chip . |
task183_rhyme_generation | task183-474cf6965b7d4dcbaafde221e42d9860 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
own | fone |
task372_synthetic_palindrome_numbers | task372-b4468a7591814ee7b4db3b83c163656a | 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.... | [-242, -939] |
task363_sst2_polarity_classification | task363-7d4dddfcd27047558072bc9227bb7c7f | In this task, you are given sentences from movie reviews. The task is to classify a sentence as "POS" if the sentiment of the sentence is positive or as "NEG" if the sentiment of the sentence is negative
The Chateau has one very funny joke and a few other decent ones , but all it amounts to is a mildly funny , sometime... | NEG |
task1445_closest_integers | task1445-3a673cc2086c46498c670fdc6354e3ac | 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.
[-54, 98, -22, 10... | 2 |
task178_quartz_question_answering | task178-0f60a63e81b04a8fa6dd80679c07c8e0 | You are given a question or fill-in-the-blank question, two answer options (Option1 and Option2) and an Explanation. Your task is to find the correct answer (return the string of the correct option, not option1/2) for the given question from the given options and using explanation.
Question: James is boring deep into t... | shallow |
task518_emo_different_dialogue_emotions | task518-b5279b32adf6415e9dc2e93ba1ee45b2 | 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: 'yes i'm out side oh come on now i'm actually lost'. Dialogue 2: 'did u friendzone me no... | no |
task116_com2sense_commonsense_reasoning | task116-50db123034f546b7bdf396e2c0543744 | You will be given a piece of text either about an everyday event, or a general statement. If the event seems a plausible event to you, or the general statement makes sense matches your commonsense, output 'True', otherwise output 'False'.
If an apple is produced today, it will most likely remain unspoiled for at least ... | False |
task283_dream_incorrect_answer_generation | task283-fd78edc2ff264ba18d9e5eb42acaa5f8 | 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: I must go to the library, the one near the laborato... | research institute |
task515_senteval_odd_word_out | task515-ba44f55493a34e1d97f0abd45331db03 | In this task, you are given a sentence. You must judge whether a single noun or verb has been replaced with another word with the same part of speech. The inversion would result in the sentence sounding unnatural, So unnatural sentences will be considered changed. Label the instances as "Original" or "Changed" based on... | Changed |
task376_reverse_order_of_words | task376-33e446784b504b5b9aecc34953af0f45 | In this task, you need to reverse the order of words in the given sentence.
Sentence: a man cleaning his teeth with an electric toothbrush in a bathroom mirror | mirror bathroom a in toothbrush electric an with teeth his cleaning man a |
task1398_obqa_question_generation | task1398-da5d8bd564394306a3166808a52d67f0 | Given a fact, create a question that can be answered using the fact. Construct the question such that it is unambiguous, has a unique answer and the answer can be given using the fact.
Fact: Matter in the gas phase has variable shape | A solid has a fixed shape. When liquid is boiled and turns into gas, its shape is? |
task586_amazonfood_polarity_classification | task586-85bc2e98e5214c8d89680b1be90f734a | 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.
I ordered this item in a large quanity, but wanted the items packaged as shown. They were for favors in a holiday bag for the company employees. When they arriv... | Negative |
task494_review_polarity_answer_generation | task494-0a5c18af5ed945429b0fb1f0a53741d3 | 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: Jean Giorno ass... | False |
task374_synthetic_pos_or_neg_calculation | task374-ca1a0c789c9e4ab48fbb619e277574e0 | In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list.
Note: A list is presen... | [106, 273, 6, 207, 126, 6, 104, 70, 72, 174, 90] |
task495_semeval_headline_classification | task495-8cde861135a84c0d9e5aae44cc87a1ca | Given news headlines and an edited word. The original sentence has word within given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Classify news headlines into "Funny" and "Not Funny" that have been modified by humans using an edit word to make them funny.
News Headli... | Funny |
task300_storycloze_order_generation | task300-605bec951ddc4c1385398545ad79a54c | 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... | 21345 |
task574_air_dialogue_sentence_generation | task574-b95c79689f4646e69ffd2bea0c9a3622 | 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: We hardly tried to find your reservation but, no reservation has been found with your name. |
task093_conala_normalize_lists | task093-f32865e8f26745dc9786bf537030a127 | 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.
[74.332, 236.233, 194.465, 155.716, 26.484, -18.647, 236.903, 154.738, 247.055, -23.193] | [ 0.058 0.184 0.151 0.121 0.021 -0.015 0.184 0.121 0.192 -0.018] |
task565_circa_answer_generation | task565-35daaebfdaf743e2bb529e628fb69071 | In this task, you are given a question. Your task is to generate an answer that is relevant to the question.
Are you interested in vegan food | I wouldn't say I am |
task072_abductivenli_answer_generation | task072-9ee9fc8df951454cb6e600eec437d600 | In this task, you're given the middle and ending of a three-part story. Your job is to complete the short story by writing a probable beginning of the story. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating ... | Bobby folded his fruit roll-up into the shape of an airplane. |
task1291_multi_news_summarization | task1291-db2745200dea49ee8b2574dc10737040 | In this task, you are given a text of many news articles seperated by special token "|||||". Your task is to summarize them.
The movie, based on Cheryl Strayed's memoir about hiking the Pacific Crest Trail, is broken up by flashbacks too much but Witherspoon makes us feel Strayed's predicament in our bones.
“Wild”... | It looks like Reese Witherspoon's hard work paid off. Critics and audiences alike are raving about Wild, a flick based on Cheryl Strayed's bestselling memoir about hiking 1,100 miles after the death of her mother and collapse of her marriage. Should Witherspoon prepare an Oscar speech? What the critics are saying: "Wit... |
task372_synthetic_palindrome_numbers | task372-996f5fd84b93438696d23809ac466332 | 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.... | [-232, 151] |
task246_dream_question_generation | task246-a2838af7b2b742c0867ffe380378a4c8 | In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. "W" and "M" in the conversations stand for "woman" and "m... | What does the woman imply about how she plans on resolving her credit card problems? (A) She hopes that someone will give her the money. (B) She plans on getting rid of her student credit cards. (C) She is going to return the items she purchased on the card. |
task1364_hans_answer_generation | task1364-fadab2fd258443d9a3f1c6edcd80c497 | 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 judge avoide... | The scientist avoided the senator . |
task1217_atomic_answer_generation | task1217-7f251a4265e44c67b30bf32ab4b6e264 | 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 attends ___ regularly | church |
task283_dream_incorrect_answer_generation | task283-f8d5405f50d5428a97027c490b8a1d94 | 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: Hello, Jean! W: Mike Carstairs! My favorite custome... | She is a secretary. |
task246_dream_question_generation | task246-14e295b6e77e4cfe94c0b18aa53f7f8b | In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. "W" and "M" in the conversations stand for "woman" and "m... | When did the woman go to see Kate? (A) Two days ago. (B) Two weeks ago. (C) A week ago. |
task845_pubmedqa_question_generation | task845-65d8c5b8f751450aa82438ad78c3a91e | Given a passage with a context and an answer, construct a question on the basis of the information present in the passage. Construct the question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) it answer uses text phrases from the passage. Avoid creating... | Do beneficial effects of silver foam dressing on healing of wounds with ulcers and infection control of burn patients? |
task848_pubmedqa_classification | task848-5d7dc9220c9e4e62a0489aafb22c4dc5 | Given a passage classify if the passage has a definite objective/aim/goal or not. Output '1' if the passage has a defininte objective/aim/goal and output '0' if the passage does not have a definite objective/aim/goal.
Monitoring renal function is crucial in children undergoing chemotherapy. To date, a combination of ro... | 0 |
task900_freebase_qa_category_classification | task900-dba22d98ee3641ddbb037314c31461ad | 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'... | film |
task579_socialiqa_classification | task579-ca47c26aaccf4c17bb8871356365475e | 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: Remy went into his friend's room and found some poker cards la... | Yes |
task1312_amazonreview_polarity_classification | task1312-97da6bd3b38f4ef6a57d412339e87d7d | 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.
The story is interesting and I did buy several, hoping the next one would be longer than a chapter's length. Sorry but 30 minutes read time is not e... | negative |
task505_count_all_numerical_elements_in_list | task505-60da39a4834844a8ae49c35cf8cc065b | In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the numerical elements in the given list. Return 0 if no numerical element in the list.
['8995', '379', '7119', 'Z', 'T', '413', '5699', 'Z', '9751', 'e', 'X', 'v', '3651... | 9 |
task067_abductivenli_answer_generation | task067-71c55bfe871a400588ec2f010bc78ec7 | 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... | No one liked my creation. |
task195_sentiment140_classification | task195-aacb01d7cacc43afa2260bb6ed0242d0 | 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.
@The_Frankus @The_Frankus we all miss u too frankus, you will be home soon..... | negative |
task327_jigsaw_classification_toxic | task327-c54bfdcb2693400e8cb88c7c386f718e | In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: toxic and non-toxic. Toxicity is defiend as anything that is rude, disrespectful, or unreasonable that would make someone want to leave a converation.
Comment: no one being investigated for tre... | Toxic |
task405_narrativeqa_question_generation | task405-7fd781af08634c30bffe8a94ccca8d66 | 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 do the kittens go while their mother prepares for the party? |
task303_record_incorrect_answer_generation | task303-642075553a3841bea1deffc6a4630a0b | 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 ... | Germanwings Flight 9525 |
task370_synthetic_remove_divisible_by_3 | task370-91d94c2f332e4560ab785495d67de36d | In this task you will be given a list of integers. You should remove all of the integers that are divisible by 3 from the list. If every integer in the input list is divisible by 3 then an empty list should be returned. Zero is divisible by 3.
[56, -6] | [56] |
task091_all_elements_from_index_i_to_j | task091-46dc3269651e48c589a3ced024b9cdc9 | 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.
1, 5, ['129', 'M', 'b', '7209', 'm', ... | 129, M, b, 7209, m |
task1325_qa_zre_question_generation_on_subject_relation | task1325-387c87e68eb74e178c82d220d3eb462d | You will be given a context, a subject and a relation. Your task is to generate a question based on the subject and relation. The generated question should include the given subject. Try to use a minimum number of words that are not present in either context, subject or relation while generating question.
Context : Jul... | What is Julie Andrieu's spouse's name? |
task303_record_incorrect_answer_generation | task303-1995dda8170f4e88ac8e93047bb94e18 | 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 ... | pro-Russian |
task615_moviesqa_answer_generation | task615-a923708434c8445db86f2ab9fb431a70 | You are given an open-domain question from an open movie database. Your task is to provide an answer to that question. Try to only include the answer. Do not put it in a sentence.
what movies did Anna Keaveney act in? | Vera Drake |
task1288_glue_mrpc_paraphrasing | task1288-6ba7695fd6454486a2ea5e212b96d935 | You are given two sentences(Sentence1 and Sentence2). Answer "Yes" if these sentences are a paraphrase of one another, otherwise answer "No".
Sentence1: Dos Reis is scheduled to be sentenced in Danbury Superior Court this morning on charges of first-degree manslaughter and second-degree sexual assault ., Sentence2: Sau... | No |
task1289_trec_classification | task1289-2097963ee7c849eb9cef6d2b29e224a6 | You are given a question. You need to detect which category better describes the question. A question belongs to the description category if it asks about description and abstract concepts. Entity questions are about entities such as animals, colors, sports, etc. Abbreviation questions ask about abbreviations and expre... | Quantity |
task668_extreme_abstract_summarization | task668-df3a858c59714a87ad6440a6a2ad9ff2 | In this task, you are given the abstract of a research paper. Your task is to generate a summary of this abstract. Your summary should not be very short, but it's better if it's not more than 30 words.
The 3D-zoom operation is the positive translation of the camera in the Z-axis, perpendicular to the image plane. In co... | A method for creating a "zoomed image" for a given input image,and a novel back re-projection reconstruction loss that allows the network to learn underlying 3D structure and maintain a natural appearance. |
task1360_numer_sense_multiple_choice_qa_generation | task1360-071e69100c3f48f3b8c3b4064cbf81c7 | Given a sentence with a missing word, pick the answer option that best fills out the missing word in the sentence. Indicate each answer with its index ('a', 'b', 'c', 'd').
Rats can jump three feet straight up, and ____ feet outwards, from a standing position.\Question: Choose the right answer from options given a) fou... | a |
task897_freebase_qa_topic_question_generation | task897-aeb3da7aa2af4651a573a07f3942e522 | Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question.
the big sleep | Who played Philip Marlowe in the 1946 film `The Big Sleep`? |
task066_timetravel_binary_consistency_classification | task066-0d64d9c48c884fcab1dbcdf735393f29 | 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 |
task1595_event2mind_text_generation_1 | task1595-09529bdb49a9465b87d6202b2aaaa707 | The task is to generate text based of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons emotional reaction to the event, i.e. how that person feels after doing the action.
PersonX withdraws PersonY's hand | responsible |
task385_socialiqa_incorrect_answer_generation | task385-3e7f516f27c74f05a132958798c792b3 | In this task, you're given a context passage, a question, and three answer options. Your task is to return an incorrect answer option to the question from the choices given. For all questions, only one of the three answer options is correct. Pick one of the two incorrect answer options as the output.
Context: Sydney se... | A |
task389_torque_generate_temporal_question | task389-a74e32922cfe4ea4835e98a636f833b4 | 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 probably began happening after the rule of Daniel Arap Moi ended? |
task307_jeopardy_answer_generation_final | task307-58fb23eb11b4461d94979c0b3e633b93 | 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: EXPLORING
Clue: 2 of the 4 flags flown on Mount Everest on May 29, 1953; strangely, ... | great britain, india, nepal & the united nations flag |
task163_count_words_ending_with_letter | task163-da60350d585246d3b6d53a4bdda6fd2f | In this task, you need to count the number of words in a sentence that end with the given letter. Answer with numbers and not words.
Sentence: 'a sink and a toilet occupy a bathroom'. How many words end with the letter 'k' in the sentence. | 1 |
task268_casehold_legal_answer_generation | task268-3abb978c5f4740c1970a6cacaca4bd93 | In this task, you will be shown a prompt from a judicial decision and multiple holding statements derived from citations following text in a legal decision. Holdings represent the governing legal rule when the law is applied to a particular set of facts. There are five answer choices for each citing text. The correct ... | (E) |
task308_jeopardy_answer_generation_all | task308-93d984951e7848d580205e49b2cb726c | 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: THE BILLS
Clue: During his return from Europe in May 1888, this Wild West entertaine... | buffalo bill cody |
task478_cls_english_music_classification | task478-b05777b383574ecbac155e06a3d9af2b | In this task, you are given music product reviews in English language. The goal is to classify the review as "POS" if the overall sentiment of the review is positive or as "NEG" if the overall sentiment of the review is negative.
Disappointed . The A1A Album includes "God's Own Drunk" and this is not included on the CD... | NEG |
task294_storycommonsense_motiv_text_generation | task294-2031f847708a41c5853276ee7eaba0f1 | 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... | to feel better |
task592_sciq_incorrect_answer_generation | task592-54f7749497da43be8e3dfcef20ce07e6 | Given a scientific question, generate an incorrect answer to the given question. The incorrect answer should be a plausible alternative to the correct answer. The answer should be some other item belonging to the same category as the correct answer but should be incorrect.
What evolutionary concept emphasizes reproduct... | toxic species concept |
task1661_super_glue_classification | task1661-67b974b3db624a74903d18c1f0d1823d | 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: University of San Diego -- Chartered in 1949, the university opened its doors to its first class of students in 1... | 0 |
task303_record_incorrect_answer_generation | task303-a606b62d44344fa7880f31a91f8011f3 | 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 ... | Fern Britton |
task389_torque_generate_temporal_question | task389-ead34a9894284b16870e868801bd7ce8 | 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 might have happened in the past? |
task923_event2mind_classifier | task923-5519399dd579439886601221cbad9c70 | 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 paves the road to hell. Intent: 1) to enter into room | Negative |
task303_record_incorrect_answer_generation | task303-5c83447b1c084c47a6779728350e4bca | 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 ... | Borussia Dortmund |
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists | task755-eeb90f1e9ad14ca3a91b52c6c31073f5 | 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... | zzjNagjlqrqSRY, mSxgjlqrgGHwm |
task518_emo_different_dialogue_emotions | task518-7384c410c9a24f609cce86394b801aab | 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: 'but i haven't number round about number is fine to get us started while you get exact f... | yes |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.