task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task1731_quartz_question_answering | task1731-789d58b9710747a09b8e86add68e3139 | You are given a short paragraph, a question and two choices to answer from. Choose the correct answer based on the paragraph and write the answer(not the key).
Paragraph: However, the energy is diluted as an electromagnetic wave travels farther from its source because it spreads out over an ever-larger area.
Question:... | Reid |
task368_synthetic_even_or_odd_calculation | task368-41e23c7e488949ba85891203ade0df85 | 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... | [-346, -170, 358, 8.5] |
task065_timetravel_consistent_sentence_classification | task065-38d572b6c60c472c9d9ac7e995cc6d6d | In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given two options and you need to select the one that best connects the first sentence with the rest of the story. Indicate your answer by 'Option 1' if the first option is correct, otherwise 'Optio... | Option 2 |
task683_online_privacy_policy_text_purpose_answer_generation | task683-9ba18e30a1414dc9bde9ce708f13830a | Given a part of privacy policy text, identify the purpose for which the user information is collected/used. The purpose should be given inside the policy text, answer as 'Not Specified' otherwise
An unnamed third party does receive unspecified information about you for targeted advertising. The data is aggregated or an... | Advertising |
task605_find_the_longest_common_subsequence_in_two_lists | task605-55f8923ee5114b75b26186eafb814e01 | In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B.
[7491, 'w', 'F', 2929, '6969', '2729', '4371', '6153', 'a', 'r', 'y', 'h', 'y', 'g', 'C', '1381', '5801', '8697', '4093', 'X', 'n', 821, 1983, 'S', 6305, 'O', 6533, 'q', 901, 'U', 2911], [3143, 1605, 4373, 'T', 7055, '6... | 6969, 2729, 4371, 6153, a, r, y, h, y, g, C, 1381, 5801, 8697, 4093 |
task1551_every_ith_element_from_kth_element | task1551-6121f3081bbc4004b4d99cb5b9d0b949 | In this task, you are given inputs k, i, and A, where k and i are integers and A is a list. You need to find every ith element of A starting from the kth element. The process stops when the position of the next ith element exceeds the length of the list.
1, 4, ['q', '4721', '5463', '3051', '3091', '1591', 'M', '5949', ... | q, 3091, h, V |
task1210_atomic_classification_madeupof | task1210-d02b504a0b7a470a9fe9fcceab5e7793 | 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 |
task078_all_elements_except_last_i | task078-1223df8ae43e4a108dd684beea51d5b8 | In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A preceding the last i elements. i will always have a value less than the length of A.
2, ['d', '8293', '1815', 'B', 'G'] | d, 8293, 1815 |
task294_storycommonsense_motiv_text_generation | task294-e702a2433fa043dfbc2c7314bb9ff9f5 | 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 communicate. |
task075_squad1.1_answer_generation | task075-500b183aadba449aacd95c8dc3b8a2ad | 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... | three |
task301_record_question_generation | task301-f533836431e9426ebb4bf31ca5a03b59 | 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 _ .
(CNN) Leaseholder ... | The probable cause document said _ "allowed and encouraged tenants to use nonconventional building materials that he collected to create their living spaces. |
task1326_qa_zre_question_generation_from_answer | task1326-d22a4d09e00e468cb93337d3bf31aca7 | Generate a question which can yield the answer mentioned in the input. Generated question must be answered by the answer provided in input, without using any extra knowledge.
Context : Admiral Conway Hillyer Arnold, USN, was a rear admiral of the United States Navy, in command of the Third Squadron of the Atlantic Flee... | What military branch is Conway Hillyer Arnold? |
task1503_hatexplain_classification | task1503-3540f70349f74a5695e7643b9a7593d1 | The input is a tweet which can be Hate Speech, Offensive or Normal tweet. Hate Speech and Offensive tweets target one community. Given such a tweet, output the community targeted in the tweet. The community will be one of the nine values: 'African', 'Islam', 'Jewish', 'Women', 'Refugee', 'Arab', 'Caucasian', 'Hispanic'... | African |
task476_cls_english_books_classification | task476-351d79dacf19412a9728a9262d7dd03a | In this task, you are given books product reviews in English language. The goal is to classify the review as "POS" if the overall sentiment of the review is positive or as "NEG" if the overall sentiment of the review is negative.
Big Hit! . My son who is 6 yrs old received this for Christmas. He is able to read quite ... | POS |
task303_record_incorrect_answer_generation | task303-c4aff2cf922541d389fcaf794eebba27 | 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 ... | Michael D'Antonio |
task124_conala_pair_averages | task124-f96d118678b04f7ab94e7f9be56f4db8 | 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... | [3.0, 41.0, 32.0, -4.0, -34.5] |
task247_dream_answer_generation | task247-7e544b9cd67648b08f8e8da1e16cfe93 | 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".
M: Janet, do you know anything about this author's latest best seller? W: Sure. I've just read through it.... | (A) A book. |
task113_count_frequency_of_letter | task113-605004ac960641ecbf1db1d5971f72d0 | In this task, you need to count the number of times the given letter appears in the given sentence.
Sentence: 'two bears giving each other a big hug'. Find frequency of the letter 'e' | 3 |
task094_conala_calculate_mean | task094-dfd2a8e81d7d4eaa8276744bfd9d272c | 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.
[110.168, -58.14] | 26.014 |
task905_hate_speech_offensive_classification | task905-bde7ff44091a49aa965b961956172bb3 | You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Tweet: Its #ArabSpring Training, Charlie Brown! #rejectedpeanutsspecials
Label: Hate Speec... | false |
task1295_adversarial_qa_question_answering | task1295-c5bf9c0c03114134bfafc221bb5c551c | In this task, you are given a question and a context passage. You have to answer the question based on the given passage.
Who first portrayed Chopin in a film?, Context: Chopin's life and his relations with George Sand have been fictionalized in numerous films. The 1945 biographical film A Song to Remember earned Corne... | Pierre Blanchar |
task1217_atomic_answer_generation | task1217-bdbff69bf8b34072b3a19ddcd84694ca | 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 turns another ___ | wheel |
task389_torque_generate_temporal_question | task389-feb3307eadf44d8fbf8f85f5b586f007 | 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 did not happen before something was said by Mr. Bush? |
task303_record_incorrect_answer_generation | task303-2e4082df163144b8b41c6fd0f6feef13 | 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 ... | Chinese |
task1412_web_questions_question_answering | task1412-56e7ab7c14d54c7cbcd27912d8c7f67e | A question is presented to you in this task, and your job is to write a potentially correct answer.
who started up mcdonalds? | Ray Kroc |
task516_senteval_conjoints_inversion | task516-cf323ccfec7b493b8bb0d616c94d8e4c | 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 |
task069_abductivenli_classification | task069-8e689e483b51428b87e0353a402f689f | 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 coherent / plausible by writing "1" or "2" in the output. If both sentences are plausible, pick the one that makes most sense.
Beginning: Mandy was lookin... | 2 |
task1423_mathqa_geometry | task1423-a7a5b87725234904a138b6edcbaba7ff | In this task, you need to answer the given multiple-choice question on geometry. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.
Problem: the cost of painting the whole surface area of a cube at the rate of 13 paise per sq . cm is rs . 343.98 . then the volume of the cube is
Options: ['a ) 8500 cm 3', 'b ) 900... | d |
task593_sciq_explanation_generation | task593-3d6754a855bc4910b3b2aca5d515aa00 | Given a scientific question and its correct answer, generate supporting facts for the answer. This supporting fact can be an explanation for the answer to the given question.
Question: The movement of bone away from the midline of the body is called what? Answer: extension | The movement of bone away from the midline of the body is called ________. circumduction b. extension c. adduction d. abduction. |
task1283_hrngo_quality_classification | task1283-56ead08e79a24790b3b3394db1f13400 | You are given an original reference as well as a system reference. Your task is to judge the quality of the system reference. If the utterance is grammatically correct and fluent output 1, else output 0.
System Reference: can i please double check you want a hotel near the haight area?
Original Reference: so are you lo... | 0 |
task208_combinations_of_list | task208-21e3b5c46ca0463aac9af354cb72b405 | In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. Fo... | [['x', '0', 'L', 'A', 'N', 'd'], ['x', '0', 'L', 'A', 'N', '7'], ['x', '0', 'L', 'A', 'd', '7'], ['x', '0', 'L', 'N', 'd', '7'], ['x', '0', 'A', 'N', 'd', '7'], ['x', 'L', 'A', 'N', 'd', '7'], ['0', 'L', 'A', 'N', 'd', '7']] |
task1724_civil_comments_insult_classification | task1724-cd29869c860b43f282a8b0a492e9ee71 | Categorize the comment on the basis of insult. If the comment is insulting output Yes, otherwise output No.
Guns are a pure luxury item. No one really needs them. They are not a basic necessity, not by any means.
There should be a 100% luxury tax on all guns and ammunition
Double their prices, and I'm sure that t... | No |
task160_replace_letter_in_a_sentence | task160-4535e80d214f4e53ae44c13fcdb8ef7a | In this task, you need to replace a letter in the sentence with another given letter.
Sentence: 'a keyboard next to a mouse and some batteries wrapped up'. Replace the letter 't' with 'c' in the sentence. | a keyboard nexc co a mouse and some bacceries wrapped up |
task207_max_element_lists | task207-f876030e842d49ad97ed5eca544ba0de | In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
[[22, -143, -57, 16... | [22, 41, 90, 72, 74, 2, -40, 38] |
task303_record_incorrect_answer_generation | task303-df8ab70a043f4d50847bc047c9f4cfe8 | 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 ... | Google |
task074_squad1.1_question_generation | task074-b3532cdea1d64981aeded2734ac20707 | 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... | With the help of his mom, what foundation did Kanye create early in his career? |
task521_trivia_question_classification | task521-03c0f1cecbad4fd19168a2947322bc13 | 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.
The speaker of one poem by this aut... | Literature |
task303_record_incorrect_answer_generation | task303-543cbae583a04c658f887ba83d5f4085 | 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 ... | Lyon |
task591_sciq_answer_generation | task591-7d37d49c60424d508b0d63d7f0c5e7d1 | Given a scientific question, generate a correct answer to it.
What current-carrying long coil of wire acts as a magnet? | solenoid |
task668_extreme_abstract_summarization | task668-81b596ca9a8f4e8f82813cf88ada07c6 | In this task, you are given the abstract of a research paper. Your task is to generate a summary of this abstract. Your summary should not be very short, but it's better if it's not more than 30 words.
The variational autoencoder (VAE) is a popular combination of deep latent variable model and accompanying variational ... | Authors propose changing the training procedure of VAEs only as a solution to posterior collapse, leaving the model and objective untouched. |
task579_socialiqa_classification | task579-b9908ae7c84f47989dae292bd811ebc3 | In this task, you're given a context, a question, three options, and an answer. Your task is to classify whether the given answer is correct or not by providing 'Yes' or 'No', based on the context with commonsense reasoning about social situations.
Context: Jesse sought Sasha's explanation because there didn't seem to ... | No |
task1714_convai3_sentence_generation | task1714-93fb2fa8261e42aa98f95fcccc69212e | You are given a concatenated string consisting of two parts that are separated by a newline character. The first part is the user's initial question during a human computer conversation, the second part is a clarifying question asked by the computer in response to the question asked by the user. You should read the inp... | yes the past and the present |
task293_storycommonsense_emotion_text_generation | task293-db833d703b2b43b5851fa3156fde1ff3 | 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 ... | worried |
task373_synthetic_round_tens_place | task373-6a92c235ff434005826eaba544e5ade5 | In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[732, 641, -851, -743, 486, 40, 544, 475, 668] | [730, 640, -850, -740, 490, 40, 540, 480, 670] |
task105_story_cloze-rocstories_sentence_generation | task105-7f28976a33b9428d901bb84d55c32a05 | 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: I always play my mom in Tennis at least once a month. Sentence2: I have been taking lessons and g... | She really played hard so I felt incredible when I won the final set. |
task207_max_element_lists | task207-f4b07fde12424e8f8f2c2bd6603b7794 | In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
[[-107, -81, 34, 42... | [76, 85, -104, 14, 74] |
task111_asset_sentence_simplification | task111-f20fc8d272a34e7f8e3343d51c9c777c | 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... | An unusual weather event of 2006 was INVEST or Storm 91C. |
task1293_kilt_tasks_hotpotqa_question_answering | task1293-35b2a4ca0b6f44c399468073c87491a0 | In this task, you are given a question. You have to answer the question based on your information.
What was the name of the American baseball player who was a outfielder and Baseman also nicknamed Stan the Man? | Stan Musial |
task820_protoqa_answer_generation | task820-1b77d020363b4d46841f71f3a6b22800 | 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.
what are people talking about when they brag they've never had a single one in their lives? | traffic ticket |
task097_conala_remove_duplicates | task097-7522fa554da64209bf4a8bd417a6e3f1 | In this task you will be given a list of numbers and you should remove all duplicates in the list. If every number is repeated in the list an empty list should be returned. Your list should be numbers inside brackets, just like the given list.
[2, 1, 7, 4, 4] | [2, 1, 7] |
task111_asset_sentence_simplification | task111-eb6d057733a64efb8eb38e09f9e06fdf | 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... | Dar es Salaam continued to be the territory's administrative and commercial centre. |
task1726_mathqa_correct_answer_generation | task1726-c1eb7ae904d14b138e65647d9f5f47ae | The task is to generate the correct answer for a given math problem.
Problem: a trader sells 85 meters of cloth for rs . 8500 at the profit of rs . 15 per metre of cloth . what is the cost price of one metre of cloth ? | rs . 85 |
task431_senteval_object_count | task431-39cc774ebc3d4980abaf1854fc352e0a | 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.
The winner gets fifty bucks ! " | Plural |
task372_synthetic_palindrome_numbers | task372-5d204dd3480542f4aab9cce7231e81d8 | 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.... | [-2, -494] |
task228_arc_answer_generation_easy | task228-ea699a641fc1469bbdc3e0f5496284a8 | 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 ... | B |
task279_stereoset_classification_stereotype | task279-c8a1c69af11845d8bec10f47f34963fd | 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 |
task148_afs_argument_quality_gay_marriage | task148-9d564f1d6b8247ab835c060d5b151ccf | We would like you to assess the QUALITY of each of the following argument (discussing Gay Marriage) 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 gay marriage. A... | Valid |
task322_jigsaw_classification_threat | task322-05585ac2d63046b3a6245ba07f5b334e | 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: You're going to have to shoot them. Unle... | Threat |
task592_sciq_incorrect_answer_generation | task592-63a3173b447a42ed81c91a79a790377a | 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.
How can you prevent your ice cream from gettin... | by adding oil |
task208_combinations_of_list | task208-6567675f02754db18ee2472c77aa11fe | In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. Fo... | [['0', 'e', '9', 'O', '9'], ['0', 'e', '9', 'O', 'r'], ['0', 'e', '9', '9', 'r'], ['0', 'e', 'O', '9', 'r'], ['0', '9', 'O', '9', 'r'], ['e', '9', 'O', '9', 'r']] |
task1217_atomic_answer_generation | task1217-3d81e9fbf9ca4a87883ca49f33b3c9be | 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 stops every ___ | ball |
task1608_xquad_en_answer_generation | task1608-0b60985d3d624ed19e7a13280eaad74c | Answer the question from the given passage. Your answer should be directly extracted from the passage, and it should be a single entity, name, or number, not a sentence.
Passage: Peyton Manning became the first quarterback ever to lead two different teams to multiple Super Bowls. He is also the oldest quarterback ever ... | John Elway |
task323_jigsaw_classification_sexually_explicit | task323-be09ac6b115443a3ab7280a32a55917c | In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: sexual-explicit and non-sexual-explicit. A comment is considered sexual-explicit if it explicitly portrays sexual matters.
Comment: Not so easy
there are some things that may be legal but are ... | Sexual-explicit |
task323_jigsaw_classification_sexually_explicit | task323-bc93d3a0bdb649b9ae0b285f38ce9c64 | In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: sexual-explicit and non-sexual-explicit. A comment is considered sexual-explicit if it explicitly portrays sexual matters.
Comment: Great, even fewer jobs for humans. I guess we can all sit aro... | Sexual-explicit |
task356_casino_classification_negotiation_self_need | task356-5299b24e6e454c9db685c6a87506cd19 | 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 |
task079_conala_concat_strings | task079-8a2cffe9aeb1472498e47beea09441ee | In this task you will be given a list of strings and you need to concatenate them.
['c', 'F'] | cF |
task495_semeval_headline_classification | task495-7158a4ccbe7246a8861668f1bd7ec745 | Given news headlines and an edited word. The original sentence has word within given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Classify news headlines into "Funny" and "Not Funny" that have been modified by humans using an edit word to make them funny.
News Headli... | Funny |
task820_protoqa_answer_generation | task820-0dc47148805a40b8aeb9a2dad45ec975 | 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 a gift for someone who has just had a baby. | teddy |
task344_hybridqa_answer_generation | task344-607452e5d2594189a8f2d282a5f25cb8 | 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.
How many events took place at the earliest competition ? | 31 events |
task092_check_prime_classification | task092-40dbafb8416d4b1a967498ff8c07b627 | In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
83761 | Yes |
task428_senteval_inversion | task428-3012cfc652fd43aa9dcdb6d0ae3f79e8 | 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 |
task1205_atomic_classification_isafter | task1205-29d1d8b5a6414e189f65572a9e7cfa59 | 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 |
task075_squad1.1_answer_generation | task075-eada9ff3ebf146e28d561b74c8add588 | 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... | Antiochus I |
task607_sbic_intentional_offense_binary_classification | task607-0a2aee9c65ce427688ebd93303f82dd9 | 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 intentionally offensive, 2) no, otherwise. Also, generate label 'no' for offensive statements that appear to be unintentional, or non-offensive statements that are underh... | Yes |
task850_synthetic_longest_palindrome | task850-ae9413e3edd64999b194e1e91244d932 | In this task you will be given a string and you should find the longest substring that is a palindrome. A palindrome is a string that is the same backwards as it is forwards. If the shortest possible palindrome is length 1 you should return the first character.
kjekjkjkejkj | kjekjkjkejk |
task067_abductivenli_answer_generation | task067-b84980a230b549a5951607e0d06ab447 | 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 says she practices more than she does. |
task371_synthetic_product_of_list | task371-ef599ef58e3b4079b22c0304343d9e63 | In this task you will be given a list of lists, of numbers. For every inner list, you should multiply every number in that list and put the results in your answer. The output should be a list of numbers with the same length as the number of the lists in the input list.
[[47, -28, -11, 35, 36], [23, 7, -25], [-28, -4], ... | [18239760, -4025, 112, -840] |
task123_conala_sort_dictionary | task123-4443d217250e4becb746ad64816986c5 | In this task you will be given a list of dictionaries. A dictionary is a set of key-value pairs, where each key is unique and has a value associated with that key. You should sort the list of dictionaries from smallest to largest by their 'first' key. If there is two dictionaries with the same 'first' value then sort t... | [{'first': -29, 'second': -93}, {'first': -7, 'second': -62}, {'first': 0, 'second': 69}, {'first': 4, 'second': 37}] |
task1360_numer_sense_multiple_choice_qa_generation | task1360-0e58bc376cc74444bf2973e3ca873393 | Given a sentence with a missing word, pick the answer option that best fills out the missing word in the sentence. Indicate each answer with its index ('a', 'b', 'c', 'd').
Background color can be a transition of ____ colors.\Question: Choose the right answer from options given a) six b) one c) nine d) two | d |
task413_mickey_en_sentence_perturbation_generation | task413-1db0f4af9fc8472a9e0cc70551046eb1 | 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 shoulder shoulder in a department facility . |
task183_rhyme_generation | task183-a8775820b30e48f7a3f19a28263758d7 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
bat | vat |
task587_amazonfood_polarity_correction_classification | task587-3ad9d39de88548318f6b81473ef5e1ad | You are given an amazon food product review and its polarity (positive or negative). Your task is to answer "True" if the specified sentence and its polarity match; otherwise, answer "False".
After searching many local stores to find this product I ordered it via Amazon. I took the advice of other reviewers & ordered ... | False |
task303_record_incorrect_answer_generation | task303-da3ec2d3e47844df8b50258124cdffc3 | 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 ... | House |
task1217_atomic_answer_generation | task1217-47003c7c690b4b13bbc6c000cc6d13a4 | 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 plays ___ with PersonY's friends | board games |
task071_abductivenli_answer_generation | task071-1401beb484624902b088f596f915a2cb | 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... | She decided not to buy the purse after all. |
task183_rhyme_generation | task183-4960f2df78214a33a81fb1742df11463 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
natural | pickerell |
task1420_mathqa_general | task1420-8a70ffc830e34c17b367e96c875e6c5e | 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: if a ( a + 2 ) = 99 and b ( b + 2 ) = 99 , where a ≠ b , then a + b =
Options: a ) - 2 , b ) - 5 , c ) - 8 , d ) - 10 , e ) - 12 | a |
task1711_poki_text_generation | task1711-6314d9c6ce274817b8c28be84830a5db | 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 ... | almost evey afternoon i eat mac -n- chesse with a spoon ever even at six i eat mac -n- chesse stack on brick |
task071_abductivenli_answer_generation | task071-43497ba0b4654f1dae69fb6217b725fa | 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... | After the walk, George had to carry Oliver back to the truck. |
task672_nummersense | task672-791e269dedc840888a31e5d48ba172af | In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words.
Junks have from _ to three masts or sails. | two |
task1217_atomic_answer_generation | task1217-64f4356ef9014ec08dd59c9ed829b7c5 | 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 braves every ___ | letter |
task373_synthetic_round_tens_place | task373-cc29964c464b4963ad2c7e2773031565 | In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[-524, -523, 463, -71] | [-520, -520, 460, -70] |
task1325_qa_zre_question_generation_on_subject_relation | task1325-de2b30fa0fe74d5ab6980813c29ced28 | You will be given a context, a subject and a relation. Your task is to generate a question based on the subject and relation. The generated question should include the given subject. Try to use a minimum number of words that are not present in either context, subject or relation while generating question.
Context : Fat... | What production company or companies created Fatal Move? |
task227_clariq_classification | task227-81a1f2bec11b40db8ee8fc07a6ac8cc5 | In this task, you are given an ambiguous question/query (which can be answered in more than one way) and a clarification statement to understand the query more precisely. Your task to classify that if the given clarification accurately clarifies the given query or not and based on that provide 'Yes' or 'No'.
Query: Tel... | Yes |
task1286_openbookqa_question_answering | task1286-db76a8140d364f0087d35428d12b1869 | 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").
the circulatory system carries oxygen from the digestive and respiratory systems to the rest of the what? (A) physical being (B) leads (C) stars (D) humanity | A |
task283_dream_incorrect_answer_generation | task283-7fe0c3851a2e45d4bdcd16d831b4f1f1 | In this task, you will be shown a conversation and a question. You need to write an implausible answer to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. "W" and "M" in the conversations stand for "woman" and "man".
W: I was hoping that you'd wear your new dress. It's m... | The prettier one. |
task177_para-nmt_paraphrasing | task177-93f106ebb71b4aa287c94964443f024d | 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.
success like that deserves ... the feathers . | such a success deserves ... |
task328_jigsaw_classification_insult | task328-d898d33ea3bc4d389178d2c0d0f0afae | 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: There are 1.5 million Muslims in Canada too and our terrorism "problem" is almost nil. | Non-insult |
task326_jigsaw_classification_obscene | task326-4ec413fbe48a4eca97a1eb7fbbcc569b | In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: obscene and non-obscene. A comment is obscene if it is considered offensive to the public sense of decency, for example because it too obviously relates to sex or contains language regarded as ... | Non-obscene |
task587_amazonfood_polarity_correction_classification | task587-fa03188e66ca4e96874473466d2dcd09 | You are given an amazon food product review and its polarity (positive or negative). Your task is to answer "True" if the specified sentence and its polarity match; otherwise, answer "False".
BEST coffee I have ever tasted. My wife, neighbors and friends are all CRAZY over Jamaican Me Crazy!!! You must try it!!!
Po... | False |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.