task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task160_replace_letter_in_a_sentence | task160-4f618f7afc82474b8a1383c7f7120c09 | In this task, you need to replace a letter in the sentence with another given letter.
Sentence: 'two birds standing next to each other next to a mountain'. Replace the letter 'd' with 'u' in the sentence. | two birus stanuing next to each other next to a mountain |
task151_tomqa_find_location_easy_clean | task151-b6a321201ee244c39ea8d76f25efa975 | Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: (1) when the individual's belief matches reality, (2) when the individual's belief does not match reality, (3) is when an individual has a false belief about another in... | blue_crate |
task295_semeval_2020_task4_commonsense_reasoning | task295-27e88e177470472abf999c4c76215cd6 | 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.
We talked after drinking some biscuits
(A) Biscuits are... | A |
task586_amazonfood_polarity_classification | task586-438eef3c6b304a2d93bb288c858320fe | 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 got it for my Girlfriend for her Birthday. The Fruit actually tasted fresh and yummy! I love dark chocolate, so I loved the dark chocolate almonds. Next time... | Positive |
task1502_hatexplain_classification | task1502-0a53b49b87a34210b9b0ed6af449c069 | 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.
<u... | Normal |
task205_remove_even_elements | task205-07593f626bce404d8e9f8e6015640efb | 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.
[112, 185, 3... | [185, 3, 73, 11] |
task566_circa_classification | task566-97b2ee582ba4462f8bb50aeed8f0f784 | 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 gave up meat.<sep>Sentence-2: I like to BBQ during the summer . | No |
task1504_hatexplain_answer_generation | task1504-9c67dec9b56a4275931b2dc4836700f4 | The input is a tweet which can be Hate Speech or Offensive. Given such a tweet, output a phrase from the tweet that makes it hate speech or offensive. The output should contain only one such phrase. The output has to be from within the tweet itself. Do not generate words or phrases not present in the tweet.
rafael was ... | hate |
task344_hybridqa_answer_generation | task344-accb0e57123a4c269f33c890ba257f95 | In this task, you will be presented with a question and you have to answer the question based on your knowledge. Your answers should be as short as possible.
What event was the person who covered a half marathon in 1:00:24 at the IAAF World Championships of 1998 Olympic champion of ? | 10,000 metres |
task820_protoqa_answer_generation | task820-60f41b540ec9477194ffecd3af6df60b | 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 horse jumps over. | trees |
task183_rhyme_generation | task183-def87ee2ad834bf09b44defc12844d94 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
two | shu |
task099_reverse_elements_between_index_i_and_j | task099-f2caf4b3093b4c909661bf8b13d090e3 | 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.
3, 7, ['1013', '... | K, v, E, 5073, l |
task428_senteval_inversion | task428-95018ff60c5d477f9afb671289bd619f | 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.
Re... | Inversion |
task370_synthetic_remove_divisible_by_3 | task370-b4c9123cc9c5460cb9047bc6b38224ed | 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.
[6, -51, -75, 60, -8] | [-8] |
task820_protoqa_answer_generation | task820-b25aa89fc45d4de4867ffbf9f395fce6 | 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.
tell me something that might ruin a fancy dinner party. | an argument |
task405_narrativeqa_question_generation | task405-b90a0eb0fe414c22bdfd2b2c0d50e828 | 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 had weena put in his pocket? |
task515_senteval_odd_word_out | task515-4f480e8a117845449d3bf3fdc7815fce | 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... | Original |
task574_air_dialogue_sentence_generation | task574-089dbdbbbb094b98a8e6bba81e0a0527 | 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: Hello, how may I best serve you for the day? |
task300_storycloze_order_generation | task300-e1436cf519ac4b60b0795cf820360ca6 | 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... | 51234 |
task309_race_answer_generation | task309-25ebe94fc70948bbbc4957dd14d20267 | 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 |
task246_dream_question_generation | task246-2041bbd372ed4773a757c1d9d3014c9f | 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... | How about the boy's Chinese? (A) He is a little weak in it. (B) He is good at it. (C) He is not good at it. |
task516_senteval_conjoints_inversion | task516-6470ce5815b44622924d8ee96f1e5148 | 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 |
task325_jigsaw_classification_identity_attack | task325-0dcea11126a243f0a3025d8e1c972768 | In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: identity-attack and non-identity-attack. Identity attack refers to anything rude or disrespectful about someone's identity, including appearance, race, gender, and sexual orientation.
Comment: ... | Identity-attack |
task594_sciq_question_generation | task594-d230d8535e824171b27b113333dbfd42 | Given a scientific passage and an answer, generate a question for the given answer.
Passage: Sponges come in a variety of shapes and sizes. For example, they may be shaped like tubes, fans, cones, or just blobs. They range in diameter from about a centimeter (0.4 inches) to over a meter (3.3 feet). Many species live in... | Root-like projections anchor adults of what colony-dwelling animals to solid surfaces such as rocks and reefs? |
task1420_mathqa_general | task1420-3c92093217f24115bb814930743d6a89 | In this task, you need to answer the given multiple-choice question on the general math. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.
Problem: in a graduating class , 40 percent of the students are male . in this class , 60 percent of the male students and 40 percent of the female students are 25 years old o... | d |
task298_storycloze_correct_end_classification | task298-d37722b47bd24628a99efe7a15f7582a | 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: Sal hurt his leg when his wife accidentally tripped him. Sentenc... | Yes |
task455_swag_context_generation | task455-18d4396b331b43858395e2b4a6c70808 | Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement.
The shock waves wrinkle across the open space between them and the ship, then it hits the ship - - - - and it too is sucked back down. | People are sucked to the ground by the bizarre force, thudding to their stomachs like magnets to a refrigerator. |
task1290_xsum_summarization | task1290-3e82d2c74245468c9f594a77711372e2 | In this task, you are given an article. Your task is to summarize the article in a sentence.
Prices will start at £98 for a refurbished PC, with subsidised net connections available for £9 a month.
The 12-month trial is part of the Race Online 2012 scheme, which aims to reach out to the 9.2 million adults in the UK who... | Low-cost computers are to be offered as part of a government scheme to encourage millions of people in the UK to get online for the first time. |
task246_dream_question_generation | task246-fefc46b2057342e7adff19fb8ade114e | 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's the man's mother? (A) A doctor. (B) A teacher. (C) A worker. |
task598_cuad_answer_generation | task598-da2af049af7941f380cd980613bd74ff | In this task, you're given a passage that represents a legal contract or clause between multiple parties, followed by a question that needs to be answered. Based on the paragraph, you must write the index where the answer starts. If multiple answers seem to exist, write the index of the answer that is the most plausibl... | 37920 |
task196_sentiment140_answer_generation | task196-36cc5d2fefd549b3a008b2fdf98e88b6 | 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: i miss my last year's hairstyle. aaa, i don't like my current... | yes |
task094_conala_calculate_mean | task094-d0e6471a34d74711a01e26a491e92c95 | In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
[-30.529, 129.329, 69.69] | 56.163 |
task183_rhyme_generation | task183-1cb6905ab9ca4511b23f5d1008672835 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
a | bomba |
task592_sciq_incorrect_answer_generation | task592-67cca8d3fa0c4d65bee88fa6676c2bef | 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.
Which of the electromagnetic waves have the sh... | plasma |
task1711_poki_text_generation | task1711-3648680b02b0430db2493cf7f01df088 | You are given a short text as a title. Your task is to generate a poem as output that is related to the given title and should feel like written by kids. The output should be a run-on sentence (two or more complete sentences connected without any punctuation). The poem should not be too long or too complex, because it ... | there she be walk across the crowded room where it be fill with immorality the one who light my path away from darkness that dark side which she never show and my mind go crazy and damn for she be the one i choose |
task309_race_answer_generation | task309-1ff8ddabbe99400f9971c8186faa82e0 | 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... | A |
task400_paws_paraphrase_classification | task400-9b5f5b9fc22e48ed8749293ccfafef63 | In this task you are given a sentence pair from wikipedia that have high lexical overlap. If the sentences have the same meaning and are just paraphrases of each other label them as "Paraphrase" , if not label them as "Not paraphrase". The two sentences are seperated by a new line.
Ben Gage was the pianist , and Paulen... | Not paraphrase |
task372_synthetic_palindrome_numbers | task372-caacf36a034344e18a02c8107fe66ef7 | 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.... | [] |
task1431_head_qa_answer_generation | task1431-962fba326725488d9a7193c10f2b37f5 | In this task, you are given a multiple-choice question about healthcare. Answer the question based on your information and classify your answers into '1', '2', '3', and '4'.
Question: The most common cause of mildmoderate hemoptysis is:
Options: <1> Bronchiectasis <2> Bronchogenic carcinoma <3> Hemorrhagic diathesis... | 1 |
task616_cola_classification | task616-bf3024a5c3ab4e68a4b122a8ad71ec2c | 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 |
task177_para-nmt_paraphrasing | task177-4db213b718c4489badcae51d3b40fb40 | 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.
he listened to his friend ... ... a grigori by the name of bartleby . | he listened to his friend . |
task844_financial_phrasebank_classification | task844-5561219edd5e4b0397ff5649178a7e3b | 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 company 's plant in Russia will continue to make tyres for its near markets , while the plant in Nokia in Finland will ... | false |
task103_facts2story_long_text_generation | task103-ff6135ca991343d7b4ab61800ccb4c65 | In this task, five ordered key facts are given. All the given facts are expressed in natural language. Your job is to generate a story 100 to 1000 words long, that includes all the facts given as input in their order of appearance while expanding upon them to produce a broader, yet coherent, narrative.
Fact1: Harishkum... | Harishkumar Satishkumar Patel Sunil Malhotra is a geeky student from a small village in Gujarat, India who is attending the University of Houston, while living with his uncle his fathers best friend. His uncle, Dr. Bakshi, has an Americanborn son who is Haris age, Mohan Bakshi Kal Penn. Mohan, known as Mo, is a very po... |
task1400_obqa_incorrect_answer_generation | task1400-8af02c2473b54e1790a71742862bc846 | 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: beads of water are formed by water vapor condensing. Question: Where would you point to as an ex... | the sprinkler system above |
task428_senteval_inversion | task428-50fc964ac8774d63a6eca3ed5c508447 | 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 |
task142_odd-man-out_classification_no_category | task142-a5251e8b3d9547e8a1435e77fe82bf20 | Given a set of five words, generate the word from the set that does not belong (i.e. is the least relevant) with the other words. Words are separated by commas.
general, common, normal, boring, fighter | fighter |
task279_stereoset_classification_stereotype | task279-72890a62fb4a414ebdea185511b8d7fe | 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... | Unrelated |
task328_jigsaw_classification_insult | task328-9fb2b27da5d74dd4b1f8157d9856f6db | In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: insult and non-insult. Insult is any lanugage or act that is disrespectful or scornfully abusive.
Comment: I find that the maximum amount of individual liberty to be the most " sane solution", ... | Non-insult |
task1510_evalution_relation_extraction | task1510-85b4c109e19c4d5dabcb488688db4cb6 | 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.
man can ... | man Antonym woman |
task608_sbic_sexual_offense_binary_classification | task608-948e1b4762984716a9370df7a8e48d84 | In this task, you are given a text from a social media post. Your task is to classify the given post into two categories: 1) yes if the given post is sexually offensive, 2) no, otherwise. Emphasis on sexually offensive or any lewd reference. Generate label 'no' for offensive posts that do not reference sexually explici... | Yes |
task1596_event2mind_text_generation_2 | task1596-1976a1ed7a334143b34b7f86e7a77f19 | 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 divideth PersonX's ___ from the goats | to separate the sheep and goats |
task098_conala_list_intersection | task098-5448e196f1234ac798d7d51ff43813ec | In this task you will be given two lists of numbers and you need to calculate the intersection between these two lists. The intersection between two lists is another list where every element is common between the two original lists. If there are no elements in the intersection, answer with an empty list. Your list of n... | [1, 2, 6, 7, 10] |
task229_arc_answer_generation_hard | task229-9433f7e1b4fa4ef0abca7c140a782591 | You are given a science question (hard-level) and four answer options (associated with "A", "B", "C", "D"). Your task is to find the correct answer based on scientific facts, knowledge, and reasoning. Do not generate anything else apart from one of the following characters: 'A', 'B, 'C', 'D'. There is only one correct ... | C |
task150_afs_argument_quality_gun_control | task150-d9f1706d0b8544e0b85e2ab49001c6af | 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 |
task067_abductivenli_answer_generation | task067-28525a5fbe924cc885259f4eb320684c | 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... | Terri was accosted by an annoying salesman. |
task183_rhyme_generation | task183-2d9c6267cef4428cb5e396bb67212d59 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
top | shop |
task413_mickey_en_sentence_perturbation_generation | task413-850fa890720f42ef9ac3486e60701262 | 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 hope in poverty . |
task929_products_reviews_classification | task929-4eeb1b677689483ca3a7639208d4ec4e | 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.
i thought that the book was going to be more interesting like its title...butthe writing is ... | Bad review |
task283_dream_incorrect_answer_generation | task283-14e7cbb6633a46058100ca9cea0fe2b2 | 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: I wonder if Sue will be here by 5 o'clock. W: Her h... | 5:10 |
task228_arc_answer_generation_easy | task228-d2366963cb214b7f8d59727ad645320a | You are given a science question (easy-level) and four answer options (associated with "A", "B", "C", "D"). Your task is to find the correct answer based on scientific facts, knowledge, and reasoning. Do not generate anything else apart from one of the following characters: 'A', 'B, 'C', 'D'. There is only one correct ... | D |
task428_senteval_inversion | task428-2a2235be58b24aceafc1166c95e12b2c | 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.
An... | Original |
task163_count_words_ending_with_letter | task163-20a183bfa83649b89b763f0e66e0a67d | 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 kitchen with an oven refrigerator microwave and stove top'. How many words end with the letter 'n' in the sentence. | 3 |
task592_sciq_incorrect_answer_generation | task592-664d10edb585488196899a8b346ba503 | 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 is the main greenhouse gas causing global... | carbon monoxide |
task512_twitter_emotion_classification | task512-f93d267ea6de48e89348ab8b48007d4f | In this task, you are given Twitter posts. Your task is to label the post's emotion (as expressed by the user) as sadness, joy, love, anger, fear, or surprise.
i felt that connection that i need to feel in order to love a movie and as jo march once said i gave myself up to it longing for transformation | love |
task389_torque_generate_temporal_question | task389-29dc057ebd934b9cb1e9511d3b1a1d50 | In this task, a passage will be given and the goal is to generate a question about temporal relations based on that passage. A temporal relation describes the relation between two things with respect to time e.g., something happens/starts/terminates/... immediately/shortly/usually/... before/after/during/... something ... | What happened after the trip started? |
task045_miscellaneous_sentence_paraphrasing | task045-57d864dd58bc4e61aa3e2c013cf92d6c | You are given a question, its answer, and a sentence that supports the question, i.e., the answer to the question is inferable from the sentence. In this task, you need to paraphrase the given sentence so that the paraphrased sentence still supports the question i.e. you can still infer the answer to the question from ... | Energy can be found as heat, light, and sound. |
task1420_mathqa_general | task1420-f2bf8d800cbc42c0a9a95829f33eb953 | In this task, you need to answer the given multiple-choice question on the general math. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.
Problem: . on dividing a number by 357 , we get 36 as remainder . on dividing the same number 17 , what will be the remainder ?
Options: a ) 0 , b ) 3 , c ) 5 , d ) 8 , e ) 2 | e |
task413_mickey_en_sentence_perturbation_generation | task413-1b0ecad0823047bfb896b80c7267d4a7 | 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 cemetery around in the weekend . |
task100_concatenate_all_elements_from_index_i_to_j | task100-8c35b06d67364bb581e9ac6c24df2141 | 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... | C531380534583 |
task1327_qa_zre_answer_generation_from_question | task1327-3c9be9facfac4a66a09366fde6943cea | Generate a correct and concise answer for the question based on the words in the context.
Context : Joseph L. Trueblood (December 26, 1956 - June 13, 2003), a 46-year-old white male, was executed by lethal injection at the Indiana State Prison in Michigan City, Indiana on June 13, 2003.
Question : Which describes the ... | male |
task1346_glue_cola_grammatical_correctness_classification | task1346-22fd4fae9f6247449a9b478a0606d963 | 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'.
She hit the ball. | 0 |
task516_senteval_conjoints_inversion | task516-f1563d30222c40c7845a0e117d61c189 | 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... | Inversion |
task590_amazonfood_summary_correction_classification | task590-cf0bc8d74231403c9bfe7b8acda0bc8b | In this task, You are given an amazon food product review and its summary. Your task is to Generate "True" if given review and its summary match, otherwise generate "False".
According to the manufacturer's website, this (and many of their other products) contains menadione sodium bisulfite complex. Menadione is a synt... | False |
task1594_yahoo_answers_topics_question_generation | task1594-7dad772858d54205ba29ca52c5f8364a | You are given a passage. You need to construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) its answer is the whole paragraph. Avoid creating questions that can be answered correctly without actually understanding the paragraph.
Hmm, Via Do... | What is a really cool christian song...? |
task1206_atomic_classification_isbefore | task1206-b1a3fc297510401abcfd5e1e954eefb4 | 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 |
task183_rhyme_generation | task183-53d17d09da514931b3622c5d4f53aa2e | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
stand | fanned |
task002_quoref_answer_generation | task002-4b8297f64cf1489c829007757a410b03 | In this task, you're expected to write answers to questions involving multiple references to the same entity. The answer to the question should be unambiguous and a phrase in the paragraph. Most questions can have only one correct answer.
Passage: Minogue's third album, Rhythm of Love was released in November 1990 and ... | Minogue. |
task453_swag_answer_generation | task453-24535e1638ab406a93e8a57bfbcac455 | Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct.
Different celebrities introduce events at a ski resort. A large group of snowboarders | go down a ski run. |
task918_coqa_answer_generation | task918-d207357250344b9ba67e829b58b02eb3 | The task is about reading the given story and question, then finding an answer to the given question. Based on the passage provided and the given question, 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 ... | Stopped and ate it |
task1292_yelp_review_full_text_categorization | task1292-d5a17dbb72c1417d94e673c4d7caab90 | You are given a review about a place. You need to provide a rating from "1 star" to "5 stars" for this place.
Waffle Fry Nachos are enough to feed 2 hungry people. I'm eating lunch at 3pm and barely ate half. I didn't even eat breakfast today, and no I didn't sleep til noon.\n\nI badly wanted to try a Colorado lamb b... | 4 stars |
task088_identify_typo_verification | task088-0fbee2b3d13a4676a27acf43f4527464 | The given sentence contains a typo which could be one of the following four types: (1) swapped letters of a word e.g. 'niec' is a typo of the word 'nice'. (2) missing letter in a word e.g. 'nic' is a typo of the word 'nice'. (3) extra letter in a word e.g. 'nicce' is a typo of the word 'nice'. (4) replaced letter in a ... | serviec |
task124_conala_pair_averages | task124-9619250f93744c33a60e46dc59205dee | 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... | [-38.5, -48.0, -47.5, -23.0, 13.5, -43.0, -53.5] |
task293_storycommonsense_emotion_text_generation | task293-0ae4fa9c1f03479c990d0fa6866c17b4 | 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 ... | encouraging |
task165_mcscript_question_answering_commonsense | task165-d8176e89abf1407e9bebb40034874e3c | 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... | Front door. |
task581_socialiqa_question_generation | task581-f7e156d2c6a94e279cc66db00ae4d4cc | 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: riley met carson's expenses so that they could afford to pay their bills.
Answer: keep their place to live | What will happen to Carson? |
task456_matres_intention_classification | task456-4406917c95954e5a89ecf547cf85a57b | You will be given a context and a verb separated with a newline character. You have to identify if the given verb implies an opinion, an intention, a wish or not. Please note that a verb refers to an intention only if it refers to an event planned to happen in the future and is not conditional (or part of a condition).... | No |
task374_synthetic_pos_or_neg_calculation | task374-0fa58c8f925b4d53bd68a4553b81c30d | 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... | [174, 156, 3, 147, 66, 178, 213, 92] |
task547_alt_translation_entk_en | task547-14a2fea72c6440a78a18605e76825d03 | In this task, given a sentence in English Tokens, your task is to convert it into the English language
: `` Walking slowly down to where the soldiers were and smiling at them as we walked , we approached the man who appeared to be the commanding officer . '' | :"Walking slowly down to where the soldiers were and smiling at them as we walked, we approached the man who appeared to be the commanding officer." |
task504_count_all_alphabetical_elements_in_list | task504-82e5db8371894cbebc965beeec526f0f | 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 alphabetical elements in the given list. Return 0 if no alphabetical element in the list
['T', 'B', 'n', '7681', 'l', 'x', 't', 'G', '8055', '3391', '6351', '8363', '... | 14 |
task929_products_reviews_classification | task929-e76771b2443f424b9e5339e6af9dc929 | 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.
Interesting concept but poor execution. | Bad review |
task1311_amazonreview_rating_classification | task1311-5c69024ce95542f6bf47b0d6c4753b59 | In this task, you're given a review from Amazon and rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good. Your task is to generate whether the rating matches the review or not. Answer with "True" if the sentence belongs to that... | True |
task376_reverse_order_of_words | task376-3a53df60fc4a47b68e319187e3499dd7 | In this task, you need to reverse the order of words in the given sentence.
Sentence: a giraffe walks on the tundra treelined park | park treelined tundra the on walks giraffe a |
task453_swag_answer_generation | task453-033f3da5066c42a983642e2a5e1210c5 | Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct.
Someone looks to the side, and her face sours. Someone | looks down at the floor. |
task505_count_all_numerical_elements_in_list | task505-70382e6ad2534809a880003a4f5eac81 | 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.
['151', '5331', '6755', 'm', '4161', '1357', '3127', 'p', 'H', '2113', '4531', '81... | 21 |
task472_haspart_classification | task472-c4c21091561c4c1f85afad9f71833a6e | Given two entities as input, classify as "yes" if second entity is the part of the first entity. Otherwise classify them as "no". These are entities of meronym In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., second enti... | no |
task305_jeopardy_answer_generation_normal | task305-7182df5f817b4066a0a032a8d8c0cb8d | 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: THE EMPIRE STRIKES PLAQUE
Clue: British dentistry has advanced since medieval barbe... | an extraction |
task820_protoqa_answer_generation | task820-34b6844c73f64c3c85d8862239cbb170 | 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 siblings compete over. | riches |
task157_count_vowels_and_consonants | task157-4210f8817a044935870c2f13a446e365 | In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence.
Sentence: 'two men looking at a piece of paper with a laptop in the background'. Count the number of consonants in the given sentence. | 32 |
task300_storycloze_order_generation | task300-a9f3d1e5df8c466ca4cc10b2098a68d8 | 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... | 24513 |
task169_strategyqa_sentence_generation | task169-67d121a146024a569f221fdc4784d3f0 | In this task, you are presented with a term, a question, and a yes/no answer. For context, the term is associated with a short description. Write the simple facts one needs to know in order to answer the given question. The facts should be easily found on the web (e.g. mentioned in a Wikipedia page)
Term: Bull shark, D... | Fact1: The bull shark has the highest weight for weight bite of all cartilaginous fish at 5,914 newtons. Fact2: Crocodile slam their jaws shut with 3,700 pounds per square inch (psi), or 16,460 newtons, of bite force. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.