task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task170_hotpotqa_answer_generation | task170-2c6181725827447585fec08fa7f36377 | In this task, you are given a set of context paragraph and some supporting facts to answer a question. Your task is to generate answer for given question based on set of context paragraphs and supporting facts.
Context_1 : Louise, Princess Royal and Duchess of Fife (Louise Victoria Alexandra Dagmar; 20 February 1867 – ... | Edward VII |
task063_first_i_elements | task063-9059feef70ec48b9a46b9380a8c157bd | 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
1, ['1523', '6091', '9453', 'm', 'J'] | 1523 |
task141_odd-man-out_classification_category | task141-2362c2a3649e4775b3534b13814609db | Given a category and a set of five words, find the word from the set that does not belong (i.e. is the least relevant) with the other words in the category. Words are separated by commas.
Category: physical activity
Words: fall, exercise, leaves, tumble, plunge | leaves |
task616_cola_classification | task616-29457828288e42dfb911c4c9184f1a31 | 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 |
task389_torque_generate_temporal_question | task389-4957a670769440bfa2cbdc9f709627c3 | 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 may happen after Jeffery said? |
task1336_peixian_equity_evaluation_corpus_gender_classifier | task1336-777f9ece61ca44bc8b83b2df0e493683 | 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).
My daughter told us all about the recent grim events. | female |
task1583_bless_meronym_classification | task1583-7b7c1c279d704c31a39dc71503e9f44f | 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?.'
gun has meat? | 0 |
task072_abductivenli_answer_generation | task072-0d00a99ce7b04f1caef5aa941d438d54 | 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 ... | I decided to quit my job and become a programmer. |
task087_new_operator_addsub_arithmetic | task087-5d362a8fe7f443f48bd9c49909c74fa9 | In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
9895 @ 19... | 28636 |
task305_jeopardy_answer_generation_normal | task305-d064637a00504edcbce036354946503d | 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: ELIZABETH TAYLOR'S WEDDING
Clue: Elizabeth's son Michael, whose father was this lat... | wilding |
task428_senteval_inversion | task428-8f3aaa44bf704d618f51ea7fd06c7955 | 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... | Inversion |
task1661_super_glue_classification | task1661-a2756b839f5b43ea9870a7911349ab9f | 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: Stakeholder (corporate) -- In a corporation, as defined in its first usage in a 1963 internal memorandum at the S... | 1 |
task899_freebase_qa_topic_generation | task899-8c2c398694194343ac7a0de67df940fd | Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about.
In which 2006 film does Mark Wahlberg try out for a University American Football team? | american football |
task488_extract_all_alphabetical_elements_from_list_in_order | task488-4246c0943e074526a4114d7e440b9fd2 | In this task, you are given an input list A. You need to find all the elements of the list that are alphabets in the same order as they appear in the list A. Do not change their case/capitalization.
['2861', 'f', 'z', '3551', '273', '6895', 'i', 'd', 'Z'] | f, z, i, d, Z |
task1446_farthest_integers | task1446-7e29ff8cf9de4121b5e1644a7f9c051e | In this task you will be given a list of integers. You should find the maximum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the largest possible absolute distance.
[-19, 52, 17, 10] | 71 |
task566_circa_classification | task566-64e20e2f39e742698cf9c98ce62aa71f | In this task, you are given two sentences. Your task is to classify the given sentences as "Yes" if they have same meaning; otherwise, classify them as "No".
Sentence-1: I like to think so<sep>Sentence-2: I am a kind . | Yes |
task637_extract_and_sort_unique_digits_in_a_list | task637-1e421663c98c45a09e08e8908ee051c7 | 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.
['33', '245', 'f', '105', 'h', '197', 'd', '421', '457', '215', '199'] | 0, 1, 2, 3, 4, 5, 7, 9 |
task170_hotpotqa_answer_generation | task170-1c27f53ca15f48a0877ce16dce2a543f | In this task, you are given a set of context paragraph and some supporting facts to answer a question. Your task is to generate answer for given question based on set of context paragraphs and supporting facts.
Context_1 : Mirror Lake is a 333 acre water body located in Carroll County in the Lakes Region of central New... | the Atlantic Ocean |
task064_all_elements_except_first_i | task064-0582294f1837482ebad1020568b5087e | In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A after the first i elements. i will always have a value less than the length of A.
8, ['9981', 'a', '7451', '2609', '351', '2737', 'U', '5157', '8325', 'U', 'G', '5765', '2923', '17', 'c', '1619', '6... | 8325, U, G, 5765, 2923, 17, c, 1619, 6349, 4091, u, T, n, m, 9713, 3653, W, N, 5361, L, f, 6437 |
task1445_closest_integers | task1445-6b44568ca25643d3be8f88e5e3c0444e | 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.
[94, -92, -75, -7... | 2 |
task196_sentiment140_answer_generation | task196-735a7f1c2f3a4433abd6621dd0e4bc27 | 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: @geesaur I'm almost 23 does that count Question: is it a posi... | no |
task297_storycloze_incorrect_end_classification | task297-770dfd9c74d843e0ada48fac8764703a | In this task, you're given four sentences of a story written in natural language. The given story is not complete and your job is to complete the story by selecting one of the end sentence choices from (A) and (B), such that the story does not sound complete and coherent, i.e., select an incorrect end sentence.
Sentenc... | B |
task074_squad1.1_question_generation | task074-25a2cf6f3432416a8c1d2edac02e3fad | 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 feature had importance in sacrifices? |
task078_all_elements_except_last_i | task078-5debc746b5d24f62b222a25f9fbbe532 | 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.
3, ['S', 'U', 'E', 'y', 'Z', 'X', '7781', 'B'] | S, U, E, y, Z |
task183_rhyme_generation | task183-1244bc0eaf8d4b9cb17e80b6cebf673a | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
indicate | tristate |
task177_para-nmt_paraphrasing | task177-f372304aede849c88ffe3d382f60991b | 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.
`` either way , what they do n't know wo n't hurt them . '' | `` whatever they do n't know , it 's not burning . '' |
task592_sciq_incorrect_answer_generation | task592-b3f6649cc13d4ef7b08eb3778c9fae42 | 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 are all of the digits that can be known w... | important figures |
task183_rhyme_generation | task183-18013efd50c4436a9c88f7ab9061a1c7 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
bright | tonight |
task322_jigsaw_classification_threat | task322-67585d9df58147adbe17d90b816287d8 | 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: Dear NRA; Exactly how do you feel about ... | Threat |
task846_pubmedqa_classification | task846-f3614fca6a5c42a8ae53b878f65ca7cf | 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 cD100 up-regulation induced by interferon-α on B cells related... | yes |
task1510_evalution_relation_extraction | task1510-11313f7e24c34d6a957598eccdfa07f8 | Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
mistake ... | mistake HasProperty annoy |
task165_mcscript_question_answering_commonsense | task165-0741f77421674a58a2c5a29571ebc65e | 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 his mom brought it to him. |
task067_abductivenli_answer_generation | task067-ee50986d41c0426ba33a2a84c162df21 | 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... | They went to many bars. |
task150_afs_argument_quality_gun_control | task150-3a5de7b4438640f1b919eb4a6595db8f | 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 |
task072_abductivenli_answer_generation | task072-4277e389a4854591b1c17c39a743ffec | 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 ... | Mark wanted to buy a new laptop. |
task363_sst2_polarity_classification | task363-f21663052dd04543a3f111dfac3b9c66 | 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
Ah , yes , that would be me : fighting off the urge to doze . | NEG |
task150_afs_argument_quality_gun_control | task150-af04304222084431ae5cea2a56110714 | 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 |
task431_senteval_object_count | task431-941f886f205a4c37baf9f410583dff4f | 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.
" What the fuck do you think you're doing ? " | Singular |
task581_socialiqa_question_generation | task581-26a7c54ce161428599d9afb63f52ab65 | 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: Lee recommended his friend to see the doctor.
Answer: check on their friends health | What does Lee need to do before this? |
task506_position_of_all_alphabetical_elements_in_list | task506-c8106aee25fb4a9aa2e9b3779ff01553 | 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.
['A', '5887'... | 1, 6, 7, 8, 9, 11, 13, 14, 15, 17 |
task673_google_wellformed_query_classification | task673-3308a9d953724d59b3e18500d317f6d6 | Read the given query and classify it as a 'Good' or 'Bad' query depending on how well the query is formed, 'Bad' being the expected output for a not so well formed query and 'Good' being the expected output for a well formed query. A query may be wrong based on common sense or general facts, but if it is well formed, y... | Good |
task1292_yelp_review_full_text_categorization | task1292-4f7dcc77162e4133a2c2709edb104d7f | You are given a review about a place. You need to provide a rating from "1 star" to "5 stars" for this place.
Amazing place. Love the outside/inside aspect of it and it's luxury venue makes it an awesome experience. Top Dj's in the world as well. | 5 stars |
task191_hotpotqa_question_generation | task191-eed8fe5a979e4599948cc7393ff272a9 | 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 : José António Carlos de Seixas (June 11, 1704 – August 25, 1742) was a pre-eminent... | MarieThérèse Levasseur was the domestic partner to which Francophone Genevan philosopher, writer, and composer of the 18th century? |
task379_agnews_topic_classification | task379-b202b5b838864ed8b399c06fc0795983 | In this task, you are given a news article. Your task is to classify the article to one out of the four topics 'World', 'Sports', 'Business', 'Sci/Tech' if the article's main topic is relevant to the world, sports, business, and science/technology, correspondingly. If you are not sure about the topic, choose the closes... | Sports |
task280_stereoset_classification_stereotype_type | task280-f07df7839ec54bfba4f502a7ab99a632 | In this task, you are given a short passage that conveys stereotype or anti-stereotype about a specific target. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. You are expected to classify the passage into four types of ... | Race |
task164_mcscript_question_answering_text | task164-148f3b66e961451583e27dacaaa9fc12 | 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 ... | The hotel room and plane tickets. |
task299_storycloze_sentence_generation | task299-b41fc66fe0c34afd82ea4c187460ef4a | 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... | 4, After a few minutes talk, they agreed and everyone played for a bit. |
task307_jeopardy_answer_generation_final | task307-373044f1c72a4ae181d0c32cc82791ed | 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: IN THE NEWS 1882
Clue: Queen Victoria was not amused when this animal ridden by kids... | jumbo the elephant |
task820_protoqa_answer_generation | task820-31567351b3e742b0ab81530724a573c4 | 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 a police officer might carry. | gun |
task1412_web_questions_question_answering | task1412-fe4d228f7583420a82329f02e41a61de | A question is presented to you in this task, and your job is to write a potentially correct answer.
who owns the chrysler corporation? | Thomas W. LaSorda |
task577_curiosity_dialogs_classification | task577-a30dff8ff1ab4caabdae4e5c1cd984c8 | 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 very interesting. Was ... | user |
task183_rhyme_generation | task183-b002a362241d4b7185756fef8bc2ce53 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
bar | revoir |
task074_squad1.1_question_generation | task074-4eddd79225304cab9bc824763fa5bd19 | 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 percentage of the population of Warsaw was Jewish in 1897? |
task302_record_classification | task302-0a650515d57748788bfa7832ee432242 | 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. Among the entities, try to find the best entity that is most likely to fill in "_" and classify the answers based on options.
Ed Balls, right, has told friends that he do... | (D) |
task376_reverse_order_of_words | task376-fadba2826d3448d2a608e046ff06491c | In this task, you need to reverse the order of words in the given sentence.
Sentence: a propeller plane that is parked behind a fence | fence a behind parked is that plane propeller a |
task279_stereoset_classification_stereotype | task279-0e879c8f62e7484b8fb61ee7bc211697 | In this task, you are given a short passage that may convey stereotype, anti-stereotype, or is unrelated. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. The passage is unrelated if it does not convey a stereotype or ant... | Stereotype |
task320_stereoset_classification_race | task320-ad78f02108c64f6b86376d2ed92ecf03 | You are given a target race, and two sentences. Your task is to determine whether the second sentence is either a stereotype, anti-stereotype, or is unrelated with respect to the first sentence and the target. A stereotype is a widely held but oversimplified notion of a group of people. An anti-stereotype is an idea th... | unrelated |
task294_storycommonsense_motiv_text_generation | task294-ebb58d68765346e0a83fd3111366ab6e | 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 move on |
task1412_web_questions_question_answering | task1412-e8fbbbb0dced4a0c96e35635540488bc | A question is presented to you in this task, and your job is to write a potentially correct answer.
what was the political system in libya? | Provisional government |
task363_sst2_polarity_classification | task363-11833cbb8e7e43bbac6b16f8dadba593 | 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 film was n't preachy , but it was feminism by the book . | NEG |
task146_afs_argument_similarity_gun_control | task146-02c1a774072d4de1977d29e630920b75 | 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 |
task929_products_reviews_classification | task929-26d4ef6bb26c48b7bc79d310e95449a8 | 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.
This is one of the best little products for your car that I have ever encountered. It works ... | Good Review |
task494_review_polarity_answer_generation | task494-f748d4cab7094be99b16e598c26f0a34 | 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: The shape wear ... | False |
task070_abductivenli_incorrect_classification | task070-8a882f6a4dfe4a11a254149648160d31 | 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: Hal was asked... | 1 |
task1217_atomic_answer_generation | task1217-9ba8978bcfa940d682c07beb2fdbaf97 | 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 puts ___ in a bag | wallets |
task405_narrativeqa_question_generation | task405-00e33e0e23df4ea0b47611cb025ce776 | You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont... | What is the name of the Senecan ghost? |
task589_amazonfood_summary_text_generation | task589-eddaa6bd6a7444c6a08363977f209a73 | In this task, you're given a review from Amazon's food products. Your task is to generate a short summary of the given review in the input. Note that you don't need to write a complete sentence as a summary.
These are better in England. I don't know why. Maybe it's just nostalgia on my part. | Not as good as the English sell |
task194_duorc_answer_generation | task194-bf240b109edb401cb31403572cabf843 | In this task, you will be shown an extract from a movie plot and a question. You need to provide the correct answer for it. Short answers containing words that are present in the passage are preferred.
Joe Dirt is the janitor at a Los Angeles radio station. A producer drags him into the studio to talk live on the air w... | Answer: Robby's |
task301_record_question_generation | task301-9a64ec70f8a343b2a1af8ab2c776c9a3 | 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 _ .
Salford gained rev... | Then _ made amends by leaving four defenders stranded on a bewildering run to notch his second try after 63 minutes and put the game beyond reach for the Centurions at 34-12. |
task178_quartz_question_answering | task178-dfda1fa5ad3441c3ae987d2480ce7d4a | 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: Milo is making a map for sc... | increase |
task1309_amazonreview_summary_classification | task1309-0bb401cddfec4a96954ade93456ec0a5 | In this task, you're given reviews from Amazon's food products and a summary of that review. Your task is to classify whether the given summary matches the original review. Generate "True" if the given review and its summary match, otherwise generate "False".
Reviews: Too small for what I wanted them
Summary: (See at... | False |
task521_trivia_question_classification | task521-bc607827e3674428b4de86ab2fd764d3 | 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.
Its founder, a veteran named Willia... | History |
task847_pubmedqa_question_generation | task847-80452b4aae4c4157b8fed75bc0287c48 | 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 ... | Are high homocysteine , low vitamin B-6 , and increased oxidative stress independently associated with the risk of chronic kidney disease? |
task820_protoqa_answer_generation | task820-7ea9b95ce7834c60a55a7ea69ae49ae2 | Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question.
name something that a man teaches his grandson to do. | drive |
task897_freebase_qa_topic_question_generation | task897-849f51469722463994691b9a403d4495 | Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question.
billy elliot | Which UK actress gave an acclaimed performance as a ballet teacher in the film Billy Elliott? |
task488_extract_all_alphabetical_elements_from_list_in_order | task488-96a0448cedcc462fb313ea2c491b9ffa | In this task, you are given an input list A. You need to find all the elements of the list that are alphabets in the same order as they appear in the list A. Do not change their case/capitalization.
['F', 'j', '6905', 'm', '379', 'A', '7657', 'j', '5857', 'r', 's', 'j'] | F, j, m, A, j, r, s, j |
task292_storycommonsense_character_text_generation | task292-2902b85101ea49ae8a864af9e7a5f462 | In this task, you're given a story (which contains five sentences only). Your task is to find all the characters which are available in the given story.
Sentence1: A corporate chain restaurant bought out a local restaurant. Sentence2: The townspeople were upset. Sentence3: Most said they'd never eat there. Sentence4: T... | Townspeople |
task153_tomqa_find_location_hard_clean | task153-f8188e5cf3ef4fa78501ac0819ab0d0c | Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's beli... | blue_box |
task847_pubmedqa_question_generation | task847-cb5143a1ef714322a9cdfb774cba3a26 | 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 ... | Does microvascular invasion in prostate cancer correlate with pathologic stage? |
task227_clariq_classification | task227-afed02cbd24d4295b0a2ffea8e6e53c9 | 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: map... | No |
task341_winomt_classification_gender_anti | task341-b47d008953da4b58ae21be97f0d3d579 | 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 farmer asked th... | Female |
task369_synthetic_remove_odds | task369-c5da5d6b86644a9b86decf16458c6bce | 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.
[74, 9, -55,... | [74, 86, -70, -30] |
task1286_openbookqa_question_answering | task1286-1b6ec8e9899f4b5da8fe822a805a79d7 | In this task, you are given a multiple-choice question and you have to pick the correct option. Answer with option indexes (i.e., "A", "B", "C", and "D").
if a ball on the beach bursts, what would most likely escape? (A) the fishes on the shore (B) none of these (C) the sharks in it (D) the gaseous content in it | D |
task566_circa_classification | task566-8550d870e76446739ec5d4ea7aeb0b1d | In this task, you are given two sentences. Your task is to classify the given sentences as "Yes" if they have same meaning; otherwise, classify them as "No".
Sentence-1: I plan on going soon.<sep>Sentence-2: I have gone back to our hometown this year . | Yes |
task1502_hatexplain_classification | task1502-a47858b544604292a9eb5d3cdb8249bb | 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.
th... | Normal |
task380_boolq_yes_no_question | task380-80485ec0ff2340f7909957da1ac7a5cb | In this task you will be given a passage and a yes/no question based on the passage. You should answer the question using the information from the passage.
passage: The Darth Vader grotesque is a limestone grotesque by Jay Hall Carpenter. It is located at the Washington National Cathedral, Northwest, Washington, D.C., ... | Yes |
task901_freebase_qa_category_question_generation | task901-76c8604071c14d749a6f04ffe439367a | Given a broad category, generate a trivia-type question based on a specific entity in that category. The question should be non-ambiguous. External resources such as Wikipedia could be used to obtain the facts.
film | What species is Gizmo in the `Gremlins` movies? |
task099_reverse_elements_between_index_i_and_j | task099-8a62e548754a41cba73f450ac4b50231 | 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 in the reverse order. 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.
10, 22, ['1303',... | 1811, 2671, e, f, e, 2367, 8049, 6265, 6027, 6291, 5133, o, 5139 |
task074_squad1.1_question_generation | task074-f8a7641f32cb4bb18043bea12501c01a | 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... | For what reason was Hayek inducted into the order? |
task105_story_cloze-rocstories_sentence_generation | task105-55027a7561cf4c2083a963f6045eb8aa | 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: Brandon was given a 10 page research paper to write for class. Sentence2: He begun working on the... | Luckily he had been saving everything on an external disk. |
task378_reverse_words_of_given_length | task378-a0cd8267d228442ca1a2fc88894c0a5a | In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5.
Sentence: 'bunches of bananas sit at the end of a boat'. Reverse all words of length '4' in the given sentence. | bunches of bananas sit at the end of a taob |
task303_record_incorrect_answer_generation | task303-9fc3f6e3e4044f678f1625553341df6c | 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 ... | Chile |
task268_casehold_legal_answer_generation | task268-70c4e542d403444db7e9ddb6149f2cd6 | 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 ... | (D) |
task310_race_classification | task310-55394c77abb34b039107e6e55cc722d1 | In this task, you're given an article, a question which often contains a blank, four options (associated with "A", "B", "C", "D") and the answer to that question. Your task is to classify whether the given answer is correct or not by providing "Yes" or "No", based on the article.
Article: A dog found shot in the head a... | Yes |
task1359_numer_sense_answer_generation | task1359-6c2a2ae51a5147fc8c02732955d77166 | Given a sentence, fill out the missing word with a 'no' or a number (between zero and ten). You should write the numbers with english alphabet, like: four instead of 4.
All Jovian planets have rings around their equators and at least ____ moons. | eight |
task372_synthetic_palindrome_numbers | task372-977e069afb424b509aedf0225e6c0c79 | 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.... | [797, 515, 111] |
task389_torque_generate_temporal_question | task389-790e86b6670149be86f52db9c7621624 | In this task, a passage will be given and the goal is to generate a question about temporal relations based on that passage. A temporal relation describes the relation between two things with respect to time e.g., something happens/starts/terminates/... immediately/shortly/usually/... before/after/during/... something ... | What event has begun but has not finished? |
task367_synthetic_remove_floats | task367-38d93a1158524eaa80d7841d1959fb89 | 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.
[9.211, -75, 48] | [-75, 48] |
task075_squad1.1_answer_generation | task075-1aadaf95764a4df1962899095813a3c9 | This task is about writing a correct answer for the reading comprehension task. Based on the information provided in a given passage, you should identify the shortest continuous text span from the passage that serves as an answer to the given question. Avoid answers that are incorrect or provides incomplete justificati... | International Federation of Association Football |
task377_remove_words_of_given_length | task377-368ab304ff0d40308c0dcb2e552b87d3 | In this task, you need to remove all words of a given length in the sentence. The number of letters in a word determine its length, for example, the length of the word "apple" is 5.
Sentence: 'a person on a motor bike and a car on the street'. Remove all words of length '3' in the given sentence. | a person on a motor bike a on street |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.