task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task1286_openbookqa_question_answering | task1286-44e9ef7cb35c4e0a82ca4f98347ccb3e | 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").
a wren building a home is an example of what type of behavior (A) good (B) inherited (C) learned (D) bad | B |
task578_curiosity_dialogs_answer_generation | task578-92d41e3fba264eda9cc70ca4a4fa2f70 | In this task, you are given dialogue, and you have to find the most critical location in the given conversation.
Hi! I would love to learn more about Canada!
Sure, I can help you. Canada is located to the North of the United States and is a country in North America. Its land reaches from the Atlantic Ocean in the eas... | Canada |
task615_moviesqa_answer_generation | task615-bb7305abedfb45ccbc890df08df0d519 | 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.
Trust is a film written by this person? | Hal Hartley |
task1381_quarel_incorrect_option_generation | task1381-5f52ee7231e042f580ddc5341ec1be5a | You are given a sentence, a question and two answer options. Your task is to write down the index ('A' or 'B') of the **incorrect** option for the given question.
Sentence: Jimbo's note paper is much thinner then his cardboard. Question: Which item is not as strong as the other? (A) cardboard (B) note paper | A |
task756_find_longert_substring_and_return_all_unique_alphabets_in_it | task756-198d1869ea6440cc93964efe70f3c156 | 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.
LYWtaREuuLs, WdJWtaRpds | a, e, l, r, s, t, u, w, y |
task366_synthetic_return_primes | task366-450c6822d224463185dfa221af0bdff7 | 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.
... | [401, 103] |
task141_odd-man-out_classification_category | task141-6a437fde8e5f417cba9facaef1c7e688 | 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: guitar part
Words: fret, worried, chord, notes, headstock | worried |
task079_conala_concat_strings | task079-d79b7b1dc6d1413ab4ed274557af428a | In this task you will be given a list of strings and you need to concatenate them.
['lanterns,', 'H', 'the', 'H', 'intent', 'g', 'C', 'M', 'J'] | lanterns,HtheHintentgCMJ |
task191_hotpotqa_question_generation | task191-c623250ca7054d3f8deea85c28f314e7 | In this task, you are given a set of context paragraphs, some supporting facts and an answer of a question. Your task is to generate question for given answer based on set of context paragraphs, supporting facts and an answer.
Context_1 : A Bad Moms Christmas is an upcoming American Christmas comedy film directed and w... | Bad Moms features an American actress, singersongwriter, and businesswoman who began her career in what year? |
task385_socialiqa_incorrect_answer_generation | task385-c428d759c4314be4ada440b59963e925 | 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: Tracy wan... | A |
task367_synthetic_remove_floats | task367-9c9703a888fd47028b336bd54dd5238d | In this task you will be given a list of numbers. You should remove any number that is not an integer (whole number). If every number is not an whole number then an empty list ("[]") should be returned. Otherwise, answer with the list of whole numbers separated by comma inside brackets.
[-35.14, 11.234, -57.804, 1.648,... | [-73] |
task1291_multi_news_summarization | task1291-885187fa4bf94569856657c51f8d1f92 | In this task, you are given a text of many news articles seperated by special token "|||||". Your task is to summarize them.
A news report that the Internet sensation known as Grumpy Cat has earned $100 million is "completely inaccurate," the cat's owner, Tabatha Bundesen, told The Huffington Post.
The British tab... | A cat with dwarfism hasn't made her owner rich after all. The Express reported that Grumpy Cat, the Internet sensation who recently starred in a film, had made almost $100 million over the past two years—but the cat's owner, Tabatha Bundesen, tells the Huffington Post that that number is "completely inaccurate." She pr... |
task363_sst2_polarity_classification | task363-c112534d7754461a98ef4ab072014702 | 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
A beautiful , timeless and universal tale of heated passions -- jealousy , betrayal , forgiveness and murder . | POS |
task1369_healthfact_sentence_generation | task1369-95385e54dcdd432fb3c4139eb632e878 | 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... | Kenneth Branagh won the International Emmy for Best Actor, while Anna Friel won the Best Actress trophy at the 2017 International Emmy Awards gala Monday night in New York. |
task079_conala_concat_strings | task079-756f0d1a040e462382c200ec5aa1017e | In this task you will be given a list of strings and you need to concatenate them.
['x', 'darted', 'p'] | xdartedp |
task285_imdb_answer_generation | task285-608505c0b77547ba9095a7ae3142550a | In this task, you are given a review of a movie and a boolean question whether this review has positive sentiment or negative sentiment. Your task is to generate answer "yes" when the tweet has that particular sentiment, otherwise generate answer "no".
Review: MY EYES! IN THE NAME OF GOD AND ALL THAT IS HOLY MAKE ME UN... | yes |
task413_mickey_en_sentence_perturbation_generation | task413-f6ab2734a587413ab0e63fbb2da082e6 | 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 are ... | You are likely to find a budget in a store that sells kitchens . |
task574_air_dialogue_sentence_generation | task574-2a464300603d4c18aba0476058c3673b | 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... | customer: Can you please help me with cancelling my recent reservation? |
task1291_multi_news_summarization | task1291-297b0b9eaebd4f53bf09454dc0ce86d8 | In this task, you are given a text of many news articles seperated by special token "|||||". Your task is to summarize them.
In Alaska, seeing a bald eagle swooping overhead is magical, if not relatively common. In New York City, it’s a minor miracle.
An elated New York City Audubon announced that a pair of bald e... | Between seven to 10 bald eagles call Staten Island their home, but there may be one who can stake a special residency claim, per NBC New York. Although it's only circumstantial evidence so far, birders have recently spotted a young eagle with two adult birds and chowing down on food from their beaks—behavior the New Yo... |
task295_semeval_2020_task4_commonsense_reasoning | task295-c58c83f05f7347e3a2b00fb46bc77d20 | In this task, you are given an impractical statement. You are also given three reasons (associated with "A", "B", "C") explaining why this statement doesn't make sense. You must choose the most corresponding reason explaining why this statement doesn't make sense.
A black horse rode a boy on a saddle
(A) A boy is an om... | C |
task1336_peixian_equity_evaluation_corpus_gender_classifier | task1336-7adc1253e87a4bceb8304c4982fb7259 | You will be given a sentence containing a pronoun/person name and an emotion. From these implicit parameters, the main goal is to find the gender of the person (male / female).
I talked to Nichelle yesterday. | female |
task177_para-nmt_paraphrasing | task177-315b8997d2b142c387da1b2f17d87e86 | This is a paraphrasing task. In this task, you're given a sentence and your task is to generate another sentence which express same meaning as the input using different words.
i do not know what to have common my kids ? | i do n't understand . what do my kids have to do with it ? |
task1400_obqa_incorrect_answer_generation | task1400-ac94b715011c4e978299a6c9e54daa86 | 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: some hares live in fields. Question: Some of these creatures with fluffy butts live in grassy ar... | turtles |
task368_synthetic_even_or_odd_calculation | task368-3b09ae8d146542e39a17c98468c0c5ff | In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by 4, if the element is odd you should multiply by 4 then add 2. The output should be a list of numbers that is the result of applying that logic to the input list. You should not round any decimal... | [-258, -18, 286] |
task846_pubmedqa_classification | task846-64f84fa9068045829ff834af355b2e5b | 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 preoperative warming combined with intraoperative skin-surfa... | no |
task303_record_incorrect_answer_generation | task303-c1608ccb46bc49eea6fa5b47d6f566a9 | 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 ... | FBI |
task070_abductivenli_incorrect_classification | task070-f5b695fcde6a4a6ba4a6a5e360f1a885 | 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: Jackie has wo... | 1 |
task247_dream_answer_generation | task247-e648a61021ae42c39a994e3ee6d5e1b8 | 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: Could you come to my house tomorrow morning? M: I'm sorry, I can't. I'll have a meeting. And I'll see a... | (C) Next evening. |
task1210_atomic_classification_madeupof | task1210-0ce970b2327849d69450a97132c0d493 | In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determ... | No |
task405_narrativeqa_question_generation | task405-6320f39a29b34f00b0521a1d75b3b2d8 | 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 offers to find Nathan Junior for $50,000? |
task294_storycommonsense_motiv_text_generation | task294-fc8161a03fee4fb4beec524ceb0bda04 | 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 rest |
task111_asset_sentence_simplification | task111-079683ef244846b4803b45e080134534 | Rewrite each original sentence in order to make it easier to understand by non-native speakers of English. You can do so by replacing complex words with simpler synonyms (i.e. paraphrasing), deleting unimportant information (i.e. compression), and/or splitting a long complex sentence into several simpler ones. The fina... | The nervous system gets color by comparing the responses to light from special areas in the eye. |
task164_mcscript_question_answering_text | task164-f1780a5f85c34826a231a2b8e128a970 | 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 ... | All morning and afternoon |
task165_mcscript_question_answering_commonsense | task165-ee2b416ccc6c4fa0957e1921fca383ab | 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... | the kid's toys |
task413_mickey_en_sentence_perturbation_generation | task413-e967c0b1489645cc98b81232251d1b5e | 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 slee... | You sleep in a mosque on the camp . |
task1340_msr_text_compression_compression | task1340-c02ba1efeb3a4153b1f25466fe6eaadb | Given a text, write a compressed version of it in a single sentence.
Brewer, who has been at the agency 20 years, said there is a need for lawyers of all stripes to help with the problems of the poor. | Brewer, with the agency for 20 years, said there is a need for lawyers who will help the poor. |
task900_freebase_qa_category_classification | task900-73a6bce97c554233bba52fb65c5ba363 | 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 |
task1713_convai3_sentence_generation | task1713-841caf037e5b4f9c930ba557b0a3554e | You are given a request sent by a user in a human and computer dialogue. Your task is to generate a prediction of what the requester is actually trying to do. The input is a sentence written by the human user, trying to achieve certain objective through this human computer interaction, and the output should be a senten... | Find information on getting a job in Michigan. |
task1328_qa_zre_relation_generation_from_question | task1328-0947e16d68ce4f0e8d7801869dd9c168 | 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... | production company |
task166_clariq_sentence_generation | task166-c4098af7d75e4b998fd349f2bb5030bd | Sometimes users of dialogue systems ask vague questions/queries from the system. In this case, the system asks them a clarifying question to be able to answer it correctly. In this task, you are given a question/query in natural language and your task is to ask a good clarifying question to understand the given questio... | do you want to know related people |
task1380_quarel_correct_option_generation | task1380-e855bb66874349318c48b11002ce87f7 | You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the correct option for the given question. Write down the answer index: 'A' or 'B'.
Sentence: The Moon has less mass then the Earth. Question: Which body emits a weaker gravitational field? (A) Moon (B) Earth | A |
task675_google_wellformed_query_sentence_generation | task675-615343ff217b4042a0cb1a7e762ef5f8 | You are given a list of queries separated by new line. Your job is to answer with the query that is the most well-formed or well-structured query in terms of grammar, punctuations, or spelling errors.
What island are the virgin islands located on ?
Client and patient ?
Make up of paint ?
Bell housing ? | What island are the virgin islands located on ? |
task303_record_incorrect_answer_generation | task303-9f15a3116cb94dc2a9d5add2f456bbb5 | 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 ... | Washington |
task071_abductivenli_answer_generation | task071-674d1f2e5a1f49759b54cfa2cb7c7e39 | 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... | Sam learned from the old man's advice, and got the job. |
task390_torque_text_span_selection | task390-645f2a0b90434d719963b1d88695210a | 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: Abdull... | |
task405_narrativeqa_question_generation | task405-8ba197f2f1c64388943fb6fba3006da9 | 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 Henry Patterson travel to Tsavo from? |
task105_story_cloze-rocstories_sentence_generation | task105-b5718761f52741c5906000f5fa23919d | 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: The football team had worked hard all season. Sentence2: They had won every game and made it to t... | The crowd all stood up in their seats and applauded wildly. |
task300_storycloze_order_generation | task300-7ead2c87ea2d4c52a536414b6e4ac2dc | 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... | 52143 |
task1730_personachat_choose_next | task1730-e64ba862c8904efc997d56fc44013d78 | 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: I like reading.
My favorite band is dream theater.
I enjoy taking late night wal... | I wish I was from Alaska, 6 months of darkness. How about you? |
task165_mcscript_question_answering_commonsense | task165-74fea551fe864667ad560b49e4da7dab | 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... | nap |
task497_extract_all_numbers_from_list_in_order | task497-7c30f97d2d3d4495b5aa59f937847b8c | 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.
['8043', 'j', '9835', 'o', 'O', 'X', 'w', 'm', '4551', 'y'] | 8043, 9835, 4551 |
task900_freebase_qa_category_classification | task900-ed9b13ecdfb24bec9271e79fd976db5a | 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'... | people |
task844_financial_phrasebank_classification | task844-098a43cd00bd4821a0f49d75e4f46e2a | Given a piece of financial news and its polarity, classify it into 'true' if the polarity is correct and classify into 'false' if the polarity is incorrect. Output must be 'true' or 'false'.
news:The deal includes an option for Cramo to buy out the minority stake in 2011 .
polarity:neutral | true |
task1292_yelp_review_full_text_categorization | task1292-a22b9e875fb3478d9c0974400826e8f7 | You are given a review about a place. You need to provide a rating from "1 star" to "5 stars" for this place.
I fell in love with English food here. I can't wait to go back or visit England and hope its just as yummy.\nWe went on a Sunday afternoon, so it wasn't too busy, which was nice.\nOur waiter Samuel was terrific... | 4 stars |
task389_torque_generate_temporal_question | task389-44e5dc4be034471e84b69deea1623a6f | 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 will happen in the future? |
task1596_event2mind_text_generation_2 | task1596-be139330b2ea4c5fbc5ee31c24fdc807 | 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 turns PersonX's ___ upon PersonY | not to see persony at that moment |
task303_record_incorrect_answer_generation | task303-95a696cc380049989520f0b63a9960eb | 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 ... | Nicholls |
task369_synthetic_remove_odds | task369-445df8f6c6c741899082a2a625229227 | In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets.
[-67, -66, 7... | [-66, 40] |
task369_synthetic_remove_odds | task369-9970dcbc394c47ab8a2ff3a8230e9be2 | In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets.
[8, -78, -99... | [8, -78, 98, -98] |
task124_conala_pair_averages | task124-6bedb0724a424785b83575c3aadd0ae1 | In this task you are given a list of numbers and you need to find the average of each two consecutive values. The average of two numbers a and b is calculated as: (a + b) /2. The output should be a list of the averages of each two consecutive values. A list is presented with two brackets and comma-separated values, lik... | [53.5, -6.0, -51.5, -76.5, -27.5, -32.5, -55.0, -39.5, -24.0, 40.0, 43.5] |
task367_synthetic_remove_floats | task367-2634a27d3c62477d8e1a554f337c95ae | In this task you will be given a list of numbers. You should remove any number that is not an integer (whole number). If every number is not an whole number then an empty list ("[]") should be returned. Otherwise, answer with the list of whole numbers separated by comma inside brackets.
[-7, -44] | [-7, -44] |
task067_abductivenli_answer_generation | task067-ef6f4df8d0434ef398783fae58faf129 | 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 came into work one morning and discovered someone had been using her computer and left it turned on. |
task100_concatenate_all_elements_from_index_i_to_j | task100-ff28d291c98640b48bef2448844eebd1 | 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... | X97651295d3169R7517yq26514853SXW425J3529A9145 |
task105_story_cloze-rocstories_sentence_generation | task105-82fddc67f491490485625e624c79f721 | 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: Cathy has over 100 pairs of shoes. Sentence2: She asked her husband to build her shoe racks. Sent... | Her husband had built her the ultimate shoe closet. |
task903_deceptive_opinion_spam_classification | task903-f5c735e4e35f46dea93e100b46d9de2c | Given a hotel review and the corresponding polarity of review (i.e., Negative or Positive) identify if the polarity is correct. Write 'true' if it's correct, 'false' otherwise.
Review: We absolutely loved the Knickerbocker. Now, if you expect your hotels to be cookie cutter comfortable, forget this place. If Holiday In... | true |
task384_socialiqa_question_classification | task384-a075cb7421b54fa381c6c8a9e06850b3 | In this task, you're given a context passage, an answer, and a question. Your task is to classify whether the question for this answer is correct or not, based on the given context with commonsense reasoning about social situations. If its correct ,return "True" else "False".
Context: Jesse is in the hospital recoverin... | True |
task067_abductivenli_answer_generation | task067-f676f949250d47268fe2577bedcc5c9a | 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... | When Billy woke up it was 23 inches out. |
task340_winomt_classification_gender_pro | task340-794b1932b4674b769175b5c885f83321 | In this task, you are given a sentence and a profession that is mentioned in the sentence. The gender of the person with the given profession can be identified using the gendered pronouns that refer to them in the text. You are expected to identify the gender. Select from female and male.
Sentence: The CEO liked the ha... | Female |
task342_winomt_classification_profession_pro | task342-0a202e9c954f40038ab65827f4454b6e | In this task, you are given a sentence and a gender. The sentence mentions two professions: one's gender is unknown and the other's gender can be identified using the gendered pronouns that refer to them in the text. You are expected to return the profession with the given gender.
Sentence: The housekeeper gave the far... | Farmer |
task616_cola_classification | task616-a492a6e574784547adf5c0a11e4f9388 | 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 |
task1583_bless_meronym_classification | task1583-2abc6ebb53ba449a9366a091aa48c593 | Given an object and a part, decide whether the object has that part. For example if you are asked 'gun has barrel?', you need to decide if a gun has a barrel as one of its components or parts, indicating 1 or 0 as your answer respectively. All sentences strictly follow the template 'object has part?.'
oven has burl? | 0 |
task303_record_incorrect_answer_generation | task303-8a44478515034457b2dbe5180485e1a3 | 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 ... | Karl Stefanovic |
task1660_super_glue_question_generation | task1660-6607666363a24816867adc705081415c | In this task, you are given Wikipedia articles on a range of topics, we ask you to write a question based on the content of the articles that can be answered in a binary manner i.e. True or False.
Visa policy of Canada -- A foreign national wishing to enter Canada must obtain a temporary resident visa from one of the C... | when did you have to have a passport to go to canada |
task205_remove_even_elements | task205-95f868e694034c118cddfd6df1204cf2 | In this task you will be given a list of numbers. A list is shown by two brackets and comma-separated numbers inside, like: [1,2,3]. You should remove all of the even numbers from the list. If every number in the input list is even an empty list should be returned. Zero should be counted as an even number.
[69, 81, 49,... | [69, 81, 49] |
task303_record_incorrect_answer_generation | task303-21d203477e094f408faf6aec8e0e7d2a | 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 ... | Clearwater |
task1206_atomic_classification_isbefore | task1206-e06f46059bf14be095c66e89d5604038 | In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determ... | Yes |
task293_storycommonsense_emotion_text_generation | task293-117217de63b14815a205043a5efdb059 | 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 ... | proud |
task101_reverse_and_concatenate_all_elements_from_index_i_to_j | task101-8534655e02c74f80ac5618e2c4a20e8e | In this task, you are given inputs i, j, and A, where i and j are integers and A is a list. You need to find all elements of A from the ith element to the jth element, reverse the order in which they occur, and then concatenate them to output the resultant string. i and j will be non-negative, and will always have a va... | s |
task072_abductivenli_answer_generation | task072-91dbd26af1cd4ef89ad01be945438143 | 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 ... | Chuck and Jason were contentedly watching TV one evening. |
task568_circa_question_generation | task568-beb9f904db294bb78b9d38f0a607b990 | In this task, you are given an answer, and your task is to generate a reasonable question for that answer.
If we can find a good builder. | Are you planning on installing a pool? |
task027_drop_answer_type_generation | task027-e64b52e236de45d0b8c2b9b6f41f2503 | This task involves annotating the answer type to a given question that involve some kind of complex reasoning (including numerical reasoning). Note that the questions require looking at more than one part of the passage to answer. There are 3 possible answer types (i) spans, (ii) numbers and (iii) dates. If the answer ... | number |
task1210_atomic_classification_madeupof | task1210-b6a5ab2c217f4860935abe36ab2bbd12 | In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determ... | No |
task431_senteval_object_count | task431-aa27502f3016488e82e29a1515c72193 | In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
But these bastards gain numbers after every battle. | Plural |
task455_swag_context_generation | task455-6e571e90b2c846ddac7093619c87b942 | Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement.
She stands, holding the weapon pointed at the floor, and moves to someone's cell. | Checking the clip, she finds it fully loaded. |
task470_mrqa_question_generation | task470-73e6ea0c8e14463197eb1847b2fb06b6 | Given a context passage, generate a question from the passage such that its answer is shortest continous span from the passage.
Spanish National Liberation Front (Spanish: Frente Espanol de Liberacion Nacional), better known by its acronym FELN, was a Spanish Republican antifascist opposition group based in Belgium and... | What city is Spanish National Liberation Front located in? |
task637_extract_and_sort_unique_digits_in_a_list | task637-4356da7cd52c4ac3ae5024f712ddb0f5 | In this task, you are given an input list A. You need to extract and sort the unique digits used in the list in ascending order. Return -1 if there is no digit in the list.
['w', 't', 'a', '199', '385'] | 1, 3, 5, 8, 9 |
task470_mrqa_question_generation | task470-eb4aea3424ec41719db95aa81a7f70af | Given a context passage, generate a question from the passage such that its answer is shortest continous span from the passage.
The Capitol Skyline Hotel is a hotel located near the United States Capitol in Capitol Hill, Washington, D.C. Designed by Morris Lapidus, the hotel opened in November 1962 as the Skyline Inn, ... | Who was the architect or designer of Capitol Skyline Hotel? |
task588_amazonfood_rating_classification | task588-a3a690cf172d4005957ab8e204352424 | In this task, you're given a review from Amazon's food products. 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 or mixed, 4: good, 5: extremely good.
Just got my teabags today, and the first bag I made tea with... the par... | 2 |
task063_first_i_elements | task063-5b9b11a077e54ef3986924169440586d | 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
4, ['t', '7925', 'I', '6193', 'V', '6827', '1935', '1851', 'W', '8035'] | t, 7925, I, 6193 |
task066_timetravel_binary_consistency_classification | task066-440f9fb76d3a4065a7343f601d410ae5 | 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... | No |
task303_record_incorrect_answer_generation | task303-588f95622daa4e80a1d4f1dc175a611b | 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 ... | Conservatives |
task298_storycloze_correct_end_classification | task298-6571db112b8d49528ba2aecb7101ba7b | In this task, you're given four sentences of a story written in natural language, and one last sentence (Sentence5). Your job is to classify whether the last sentence completes the rest of the story coherently or not by providing 'Yes' or 'No'.
Sentence1: Tim loved his motorcycle. Sentence2: He rode it whenever he coul... | No |
task1191_food_veg_nonveg | task1191-affa6bcd58c547948f047bbf264e5a34 | In this task, you are given the name of an Indian food dish. You need to return whether the dish is "non vegetarian" or "vegetarian". Do not answer with any words other than those two.
Misti doi | vegetarian |
task516_senteval_conjoints_inversion | task516-06b527fc18f344bda9dc865bd583e964 | In this task you are given a sentence with one coordinating conjunction (for, and, nor, but, or, yet, and so). You must judge whether the order of two coordinated clausal conjoints have been inverted or not. Inversion would result in the sentence sounding unnatural. Label the instances as "Original" or "Inversion" base... | Original |
task387_semeval_2018_task3_irony_classification | task387-99e1807896504005945b08327d9d051e | In this task you are given a tweet that contains some form of irony. You must classify the type of irony the tweet has. Label the tweets ("polarity","situational","other") based on the irony they have. Situational irony happens when a situation fails to meet some expectations, Label these instances as "situational". po... | situational |
task283_dream_incorrect_answer_generation | task283-40e63e5562934db2ab2f9639fc86c8f2 | 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: Excuse me, how can I get to the Riverside Theater? ... | He wants to visit the teacher. |
task428_senteval_inversion | task428-8c27b8396b894335844e2f970757166b | In this task you are given a sentence. You must judge whether there exist two consecutive words within the sentence with flipped orders, that is, whether the sentence will make sense and be correct if the order of two consecutive words changes. Label the instances as "Inversion" or "Original" based on your judgment.
Th... | Original |
task928_yelp_positive_to_negative_style_transfer | task928-8f361f10396240cc9bf30a7c8ddf7442 | 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.
she was so patient , kind and understanding . | very mean crew |
task089_swap_words_verification | task089-0711dadc0071463ca90f1772c31bb5b5 | In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the inde... | (12, 13) |
task353_casino_classification_negotiation_elicit_pref | task353-861c3facdef24210a31b36954a0fea19 | 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.