task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task229_arc_answer_generation_hard | task229-4eae957254c6411dac210f55ba67c251 | 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 ... | A |
task1340_msr_text_compression_compression | task1340-305f106b94a54c34be5c75aa01c28f8c | Given a text, write a compressed version of it in a single sentence.
The maps are clear, each occupying a full page, and the word information is well set forth on them. | The maps are clear and the world information is well set forth on them. |
task521_trivia_question_classification | task521-516a7bf9fbcd41eb88203dd65e14f735 | 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.
This molecule's namesake "synthase"... | Science |
task206_collatz_conjecture | task206-bb631d6ac37048bf8b255a3751985868 | 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 two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
[77, 79, 149, 54, 15, 9... | [232, 238, 448, 27, 46, 292, 65, 98, 85] |
task1583_bless_meronym_classification | task1583-ef397a43d42146faa0395f5125ba5c93 | 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?.'
ambulance has doo... | 1 |
task157_count_vowels_and_consonants | task157-20f8229e8101417ca8818b7c7612fea8 | 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: 'double decker bus rolling down the street in the city'. Count the number of vowels in the given sentence. | 15 |
task934_turk_simplification | task934-c7571496b45748cd80ccdffeb2aaf6f8 | In this task, you're given a sentence and your task is to generate a simplified sentence that focuses on lexical paraphrasing from the original sentence given in the input.
on the january 16 episode of friday night smackdown , it was announced that swagger would defend the ecw title against hardy in a rematch at the ro... | in the january 16 episode of friday night smackdown , they announced hardy will fight for swagger 's ecw title in a royal rumble rematch. |
task681_hope_edi_malayalam_text_classification | task681-93d1c5cb77bb472aa344533d3147b24b | Given a comment text in Malayalam, classify the comment into one of these categories (i) Hope speech, (ii) Not Hope Speech or (iii) Not in Expected Language. A hope speech contains content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion
Pseudo nationalists hit like.... | Not in Expected Language |
task470_mrqa_question_generation | task470-ecc99620aab84a9aa830c311c5000fb0 | Given a context passage, generate a question from the passage such that its answer is shortest continous span from the passage.
In 1921, the Corn Palace was rebuilt once again, with a design by the architectural firm Rapp and Rapp of Chicago. | When was Corn Palace opened officially? |
task586_amazonfood_polarity_classification | task586-21b5091fc7d64423a258d689c4787207 | 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.
Smooth coffee, but a bit to big for senseo, interestingly all the other Melitta One pod flavors fit just fine in senseo, my fav are french kisses and vanilla haze... | Positive |
task820_protoqa_answer_generation | task820-d421837b1e0c4ee2ba33bd19c0f7baea | 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 parents do to their children to embarass them. | show baby pictures |
task283_dream_incorrect_answer_generation | task283-b941ca2aa9cd465a8394eac0b4083cbb | 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: Ann, do you have a meeting in Edinburgh? W: Yes. I'... | To visit relatives. |
task1412_web_questions_question_answering | task1412-46d36cb383dc418ca7e02998bdff94bc | A question is presented to you in this task, and your job is to write a potentially correct answer.
what books did beverly cleary right? | Ralph S. Mouse |
task1146_country_capital | task1146-7a4ab275af8f4a4db77932b464ad3911 | In this task, you are given a country name and you need to return the capital city of the given country
Singapore | Singapore |
task499_extract_and_add_all_numbers_from_list | task499-f7a753d2ddca4f55a559f3b6630e0289 | In this task, you are given an input list A. You need to find all the elements of the list that are numbers and calculate their sum.
['N', 'A', 'b', 'A', 's', '5351', 'u', '1955', 'u', 'Q'] | 7306 |
task1595_event2mind_text_generation_1 | task1595-da5868a473c44a48b13f427989f0ca1b | The task is to generate text based of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons emotional reaction to the event, i.e. how that person feels after doing the action.
PersonX blows PersonY's mind | happy |
task369_synthetic_remove_odds | task369-1cd6d1d0e68244e490a03508acd6d76e | 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.
[52, 53, -21... | [52, 0] |
task299_storycloze_sentence_generation | task299-42b63f6a3cb9426f90f77590385d3722 | 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... | 1, Juan wanted to be a luchador. |
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately | task509-bcd47760667b47b087134f3b59dec6ba | In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to collate all the alphabetical elements at the start of the list followed by all the numerical elements of the list. Maintain the order in which the alphabetical elements appear in the given input... | T, o, M, x, v, r, n, 1695, 8255, 5217, 9311, 5141, 993, 3799 |
task183_rhyme_generation | task183-9a3414b656cb491790128b3f7b9f3adc | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
provide | misguide |
task590_amazonfood_summary_correction_classification | task590-f6e672eb75e34b46ac5a6c17a3a4c109 | 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".
I have been giving my senior dog these pill pockets for about two years now. Up until recently they've been great. However, they seem to have ch... | False |
task295_semeval_2020_task4_commonsense_reasoning | task295-5c383b6233564cebbeef5c9e3d887eb0 | 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.
It was too windy so she opened the window.
(A) On a win... | B |
task1310_amazonreview_rating_classification | task1310-4d0684f32eb3422997207c2660d2fa89 | In this task, you're given a review from Amazon. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good.
Bought for my mom for when she travels. Very useful, has several pockets inside for cards and to ... | 5 |
task495_semeval_headline_classification | task495-0f75410f4f5c4996ac6e64047c2053c8 | 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... | Not Funny |
task517_emo_classify_emotion_of_dialogue | task517-2f4876f8bd8f4dd19b05406840d347c8 | In this task you will be given some text dialogue and you need to infer the underlying emotion of the text. The possible emotions are happy, sad, angry, or other.
i am not at all suffering from anything then why should i take medicines for that inner call or satisfaction you feel by doing that thing what non sense u r ... | angry |
task183_rhyme_generation | task183-3b0a9af0fcec485f8432ff642aa386f2 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
out | thuot |
task1645_medical_question_pair_dataset_text_classification | task1645-ee4fb90e896f438c9d59f0708748def9 | In this task you are given a medical question pair hand-generated. Your task is to classify a given post into two categories 1) 'Similar' if the given two questions have a same connotation 2) 'Dissimilar' if the given two questions have a different connotation or meaning.
Sentence1: Will I still have baby after heart a... | Similar |
task1206_atomic_classification_isbefore | task1206-670d64fc89654fe28b0db203029e4375 | 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 |
task1729_personachat_generate_next | task1729-1933d34da18f4075abcaffdda60961f1 | Your task is to generate the next utterance in a given dialogue. You will be given a few sentences describing the personality of the person who is making the dialogue, and a history of the dialogue after that. Each line in the history is said by one of the two participants in the conversation.
Personality: I think I ha... | I've not yet, but great idea! Thanks! |
task247_dream_answer_generation | task247-42738db3f6c54d3789899ef00c6a2e89 | 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: I'd like to go camping with you this weekend, but I don't have a sleeping bag. W: No problem. You can c... | (C) She can lend the man a sleeping bag. |
task616_cola_classification | task616-2c84db1d71b94b15a5b45dee2cb0bce6 | 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 |
task934_turk_simplification | task934-ea84dea2225741288e801779f16bdea4 | In this task, you're given a sentence and your task is to generate a simplified sentence that focuses on lexical paraphrasing from the original sentence given in the input.
leading figures included otto ernst remer , a former major general , and fritz dorls. | otto ernst remer , a former major general , and fritz dorls are the leading figures. |
task927_yelp_negative_to_positive_style_transfer | task927-7247459a6454431b8d2790cd48e5dd5e | You are given a negative review and your task is to convert it to a positive review by one or more making minimal changes. Avoid changing the context of the review.
my toddler found a dead mouse under one of the seats . | i have to say i was truly impressed . |
task159_check_frequency_of_words_in_sentence_pair | task159-ada5f6d2c83546f7a9b9e49ba53be653 | In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'.
Sentence1: 'a big clock hanging on a piece of wood in a building', Sentence2: 'a person on skis during the day time'. Is the frequency of the word 'on' in two sentences equal? | Yes |
task325_jigsaw_classification_identity_attack | task325-54bd0df31986413cabd73137c9477e9a | 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 |
task1217_atomic_answer_generation | task1217-7fc4c616f69646dc84dc4a18873a6de8 | 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 takes ___ back home | the groceries |
task283_dream_incorrect_answer_generation | task283-fe24c8bb322f4f7498c2267416b8ed1d | 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: Good morning, everybody. Today, for our writing cla... | A bank clerk. |
task368_synthetic_even_or_odd_calculation | task368-b38cd9f3d2eb4e818f37e9b6dce6839d | 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... | [7.0, -24.0, -106, -282, -4.0, 0.0, -234, -1.0, 310, -12.5] |
task587_amazonfood_polarity_correction_classification | task587-a77e27dc77f341b19dca693cff115b94 | 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".
But you will enjoy ever step. I gained 5 lbs within a month of buying this 12 pack of full sized bags. Damn it! They should warn... | True |
task1284_hrngo_informativeness_classification | task1284-551ffc62922e40c3af37efcee276035e | You are given an original reference as well as a system reference. Your task is to judge the informativeness of the system reference. If the utterance provides all the useful information from the meaning representation output 1, else output 0.
System Reference: aperto restaurant, is near the potrero hill.
Original Refe... | 1 |
task904_hate_speech_offensive_classification | task904-bed8e114b59a4f5d92c7882ff33c86f4 | Classify the given tweet into the three categories: (1) 'Hate Speech', (2) 'Offensive' and (3) 'Neither'. 'Hate Speech' is kind of a threating statement or sometimes include call for violence while 'offensive' statement just offensds someone. 'Neither' is when it doesn't fall into Hate Speech or Offensive category.
... | Offensive |
task929_products_reviews_classification | task929-90385cdd2ed240f9ae7c4df0b59e7e9d | 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 was expecting a lot more when playing the game. It is way to easy. There are no challenges... | Bad review |
task097_conala_remove_duplicates | task097-2cf210ac48984fe195b1cdae20bab328 | 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.
[7, 6, 5, 5, 1, 6] | [7, 1] |
task605_find_the_longest_common_subsequence_in_two_lists | task605-8b9aade6f6744213b388183a10383545 | In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B.
[7313, 9217, 5045, 'A', '477', '3471', 'R', '2245', 'P', '1511', 'M', 'f', 'E', 'u', 5159], [6327, 'E', 'D', 'A', 'K', 'z', 'A', '477', '3471', 'R', '2245', 'P', '1511', 'h', 'n'] | A, 477, 3471, R, 2245, P, 1511 |
task293_storycommonsense_emotion_text_generation | task293-5302e133268642be8e8ae85de6f1e43e | 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 ... | that their teacher really cares about their education |
task085_unnatural_addsub_arithmetic | task085-97f6492a2d344f7b8f78c6c61aa9e86c | In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
6099 - 8020 - 6025 - 9145 - 576 + 981 + 8751 | 20133 |
task155_count_nouns_verbs | task155-149709969b264ea78c84c722462280fb | In this task, you need to count the number of nouns/verbs in the given sentence.
Sentence: 'A dog is chasing a ball in the water'. Count the number of verbs in this sentence. | 1 |
task1510_evalution_relation_extraction | task1510-4f79076fb1314f3f945ae6f354cd657f | 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.
feather ... | feather IsA light |
task750_aqua_multiple_choice_answering | task750-faad6b8315af4e28b4b3960ab32db6c0 | You are given a math word problem and you are supposed to make use of mathematical concepts like probability, combinatorics, linear equations, sequences/series, or simple operators like addition, subtraction, division, or multiplication to answer the given question. Choose the best option from the 5 given options and r... | Option A |
task1217_atomic_answer_generation | task1217-963caffe0821475f90f33766c72fb3f5 | 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 lays ___ on the table | purse |
task268_casehold_legal_answer_generation | task268-2e1e1b14484646bfab8c654275836a8c | In this task, you will be shown a prompt from a judicial decision and multiple holding statements derived from citations following text in a legal decision. Holdings represent the governing legal rule when the law is applied to a particular set of facts. There are five answer choices for each citing text. The correct ... | (E) |
task750_aqua_multiple_choice_answering | task750-6bfb6cbada084968a1e871ab0322d3fd | You are given a math word problem and you are supposed to make use of mathematical concepts like probability, combinatorics, linear equations, sequences/series, or simple operators like addition, subtraction, division, or multiplication to answer the given question. Choose the best option from the 5 given options and r... | Option D |
task191_hotpotqa_question_generation | task191-044a76d26a7842f1acc8f60ad8c7afe9 | 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 : Plunderers of Painted Flats is a 1959 American Western film directed by Albert C.... | Who directed the 1959 American Western Film starring the actress who starred as Virginia in Marty? |
task577_curiosity_dialogs_classification | task577-35986174369a4958801ea473a0782634 | 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.
Thank you do have more inform... | user |
task268_casehold_legal_answer_generation | task268-a0a8a2c75789447eb5b64837f5d0d2e9 | 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 ... | (A) |
task369_synthetic_remove_odds | task369-dfe584a3ec0f4f10a220134168b6b8bf | 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.
[60, -90, 36... | [60, -90, 36, 92, 60, 62] |
task488_extract_all_alphabetical_elements_from_list_in_order | task488-a7a2cfaf605a41979ba804231dac1d03 | 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.
['4205', '703', 's', '1031', '941', '9841', '681', 't', '1913', 'Y', 'a', '925'] | s, t, Y, a |
task113_count_frequency_of_letter | task113-b50f8af57296420b9c1d3f5d8be082b3 | In this task, you need to count the number of times the given letter appears in the given sentence.
Sentence: 'a beautiful young woman standing next to a red piece of luggage'. Find frequency of the letter 'g' | 5 |
task307_jeopardy_answer_generation_final | task307-0df1d995a03a46baab094c6e080232f5 | 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: FLAGS OF THE WORLD
Clue: "L'Unifolié" is one of the names popularly given to the new... | canada |
task317_crows-pairs_classification_stereotype_type | task317-030cbab894184ae8b39eff8e777857e3 | In this task, you are given a short passage that conveys a stereotype. A stereotype is an over-generalized belief about a particular group of people. You are expected to classify the passage into nine types of stereotype: race-color, socioeconomic, gender, disability, nationality, sexual-orientation, physical-appearanc... | disability |
task1551_every_ith_element_from_kth_element | task1551-e2511201403b42da98b4c19e4f84e7d9 | 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.
2, 3, ['8153', '9023', 'L', '7061', 'l', 'h', '3015', 'g', '823',... | 9023, l, g, K |
task1291_multi_news_summarization | task1291-67377592e272490f9126bfabad59b8a5 | In this task, you are given a text of many news articles seperated by special token "|||||". Your task is to summarize them.
"The amount of love I've received is crazy and I didn't expect any of it, but I'm so grateful," the teen said.
The gesture everyone is applauding isn't uncommon for the husband.
"Jon go... | A picture a girl took of the back of her father's head has gone viral as it captures a moment that has brought some to tears. John Newman, 45, has been married to 49-year-old Marci Newman for almost 18 years, and he's taking quite seriously his vow to be there for her "in sickness and in health," reports CBS News. Sinc... |
task371_synthetic_product_of_list | task371-e504abb62b5740ddbcf3cae56e50bbff | 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.
[[-29, 47], [27, 29], [49, -21], [-35, 5, -30, -10... | [-1363, 783, -1029, -52500] |
task268_casehold_legal_answer_generation | task268-d6c4397ea60e484ea60ac13370eb5643 | 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 ... | (A) |
task112_asset_simple_sentence_identification | task112-8c19cba9dbc749ebbe304a83e22a4808 | You will be given two pieces of text with the same meaning. One of them is simpler and easier to understand for non-native English speakers. Complex texts may contain more difficult words, have unnecessary phrases or contain long sentences. Your task is to choose the simpler piece of text. You are expected to output 'T... | Text two |
task208_combinations_of_list | task208-61e80dfbc10f46cbbb0d469dbb34aaaa | 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... | [['1', 'U', 'J', 'N'], ['1', 'U', 'J', '1'], ['1', 'U', 'N', '1'], ['1', 'J', 'N', '1'], ['U', 'J', 'N', '1']] |
task368_synthetic_even_or_odd_calculation | task368-ab29a1d6abbd4e1f896f57b5b17ae998 | 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... | [-21.5, -106, 14.0, -218, 24.0, -14.0, -8.0, 2.5] |
task389_torque_generate_temporal_question | task389-6174dd803bc54a3094b0c25871732388 | 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 before cargo was unloaded? |
task1338_peixian_equity_evaluation_corpus_sentiment_classifier | task1338-e5ae10181491472d87715ca25275cb89 | The input is a sentence. The sentence includes an emotion. The goal of the task is to classify the emotion in the sentence to one of the classes: 'fear', 'joy', 'anger', 'sadness'. The emotion mainly depends on the adverb within the sentence.
The situation makes Leroy feel anxious. | fear |
task899_freebase_qa_topic_generation | task899-ac8624d3dca2452a8ab28e42951c617b | Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about.
Drenthe, Limburg and Flevoland are all provinces of which European country? | drenthe |
task376_reverse_order_of_words | task376-fd0c0c77cd744fcb977fe778970fd73c | In this task, you need to reverse the order of words in the given sentence.
Sentence: a cat sleeping inside of a white glass bowl | bowl glass white a of inside sleeping cat a |
task300_storycloze_order_generation | task300-1072247b5e8240fc9936b2c80ccba9ab | 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... | 15423 |
task413_mickey_en_sentence_perturbation_generation | task413-ae0465425b3445eba8c98f263f19e8f2 | 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.
Gas is p... | Gas is used for providing Electricity . |
task964_librispeech_asr_text_auto_completion | task964-d568d56a1316492f86839c67202284e9 | You are given an unfinished English sentence, and you need to predict the rest of it.
yet what | of matthew's white collar and the sorrel mare missus rachel was getting fairly dizzy with this unusual mystery about quiet unmysterious green gables good evening rachel marilla said briskly this is a real fine evening isn't it won't you sit down |
task430_senteval_subject_count | task430-d72fd3fd94834d599fd660289afe0da2 | In this task you are given a sentence. You must judge whether subject of the main clause is singular or plural. Label the instances as "Singular" or "Plural" based on your judgment.
The hidden laboratory was a storehouse of knowledge. | Singular |
task156_codah_classification_adversarial | task156-2120ee55185045aa88982fd61f7ba4fd | Given a prompt and four completions, select the completion that is the most plausible in continuing or answering the prompt. This task is designed to test common sense and has various categories ranging between idioms, negated statements, polysemy, subject referencing, and quantitative reasoning. Generate either Comple... | Completion C |
task637_extract_and_sort_unique_digits_in_a_list | task637-814d7f4fb96540c4aeda4d22101c2616 | 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.
['251', '129', '209', 'v', 'l', 'o', 'c'] | 0, 1, 2, 5, 9 |
task277_stereoset_sentence_generation_stereotype | task277-dc2124bd25b148ebbfd30b904c1b3df6 | In this task, you are given a context sentence containing a blank (_). You are expected to fill the blank with one word to make the sentence convey a cultural stereotype. A stereotype is an over-generalized belief about a particular group of people. Your answer must not contain more than one word.
Context: The policema... | mean |
task567_circa_text_generation | task567-efc4dd87b5da4829b5c11dd10bbb20bd | In this task, you are given a question, and your task is to predict the context of the question. We assume that someone named X asked the question from Y. The context of the question means the previous situation that led X to ask this question.
Is salad something you're interested in? | X wants to know about Y's food preferences. |
task577_curiosity_dialogs_classification | task577-795059b479fd4d6fb44a0881437397ab | 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.
What information do you have ... | user |
task303_record_incorrect_answer_generation | task303-50676bcff972402aa6b12dbc4639b9b9 | 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 ... | U.N. |
task228_arc_answer_generation_easy | task228-a5caada22f10409e822901f8ea281b2b | 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 |
task1431_head_qa_answer_generation | task1431-c90ae340e4424e24bcd30d1b9de7d40a | 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: Beta-adrenergic receptor blocking drugs:
Options: <1> They cause hypotension in individuals with normal blood pressure. <2> They incr... | 3 |
task024_cosmosqa_answer_generation | task024-8847ffb3d51d4d0fbaee1bcacd77df7a | Craft one correct answer to the question given in input. To make it more interesting, try to use non-stereotypical language if possible. Make sure your correct answer is reasonably long, consistent with the context, and requires common sense (instead of explicit extraction from the context.) In your answer, use as few ... | Trying to get on a TV show that has prizes. |
task756_find_longert_substring_and_return_all_unique_alphabets_in_it | task756-bd36bf9129f64c5d8c22a3965aa036fb | In this task, you are given two strings A,B. Find the longer of the two lists, convert it to lowercase, and return all the unique alphabets used in it. The two input strings are never equal.
MFrjnWk, tMrjeh | f, j, k, m, n, r, w |
task851_synthetic_multiply_evens | task851-da07a2171f0a4e26b86bbcfd16a0b485 | In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every even number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no even numbers in an inner list you sho... | [22, -48, 0, -1584, 60, 182400, -192, 368640, 1520, 10032, 840, 1936, 38, -1632, -4576] |
task111_asset_sentence_simplification | task111-fafe49f5c4414723b97345b8861dc1f9 | 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... | Armageddon (2008) was a professional event that was seen on television (Pay-Per-View) and it was created by the WWE. The event happened at the HSBC Arena in Buffalo, New York on December 14, 2008. |
task303_record_incorrect_answer_generation | task303-46d62abc55214d6e8c521ca1862b0e07 | 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 ... | Champions League |
task080_piqa_answer_generation | task080-419b4dbc95014f4bbe8a002f3cf8b50f | In this task the focus is on physical knowledge about the world. Given the provided goal task in the input, describe a process that would lead to the asked outcome. This process often involves physical motions with objects, such as moving them, arranging them in a certain way, mixing them, shaking them, etc.
how do yo... | take medicine for a common cold which should be written on the box of whatever medicine you choose. other than that, rest up. |
task159_check_frequency_of_words_in_sentence_pair | task159-fc1b429b61374b81b3fb0352d7981141 | In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'.
Sentence1: 'a panda resting on a hard surface on the ground', Sentence2: 'a parking meter displays a three hour time limit in the snow'. Is the frequency of the word 'parking' in two sentences equal? | No |
task900_freebase_qa_category_classification | task900-90544124511a47af99373cde726bd73c | Given a trivia question, classify broad topical category from this list: 'theater', 'geology', 'book', 'tv', 'astronomy', 'aviation', 'military', 'government', 'boxing', 'projects', 'metropolitan_transit', 'law', 'venture_capital', 'broadcast', 'biology', 'people', 'influence', 'baseball', 'spaceflight', 'media_common'... | aviation |
task335_hateeval_classification_aggresive_en | task335-4140b198d3e243e6aefe2a6396218bcc | In this task, you are given a hateful post in English from online platforms. You are expected to classify the post into two classes: aggresive or non-aggresive. An aggresive post is one that expresses feelings and opinions in an abusive way and tries to dominate others. Note that the URLs in the text have been replaced... | Aggresive |
task302_record_classification | task302-017f04defdd14e4f9256aa572775807e | 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.
(CNN) Breadsticks and wings weren't the only... | (A) |
task372_synthetic_palindrome_numbers | task372-f7df2598c0a2440c81fbc11439c9ad70 | 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.... | [-101, 181, 333] |
task611_mutual_multi_turn_dialogue | task611-76215d9e8c6849fd972d1480ccf1f715 | In this task you are given a small conversation between two persons and 4 options on how the conversation should continue. Your job is to choose the most reasonable option. The conversation and the options are separated by a newline character. Each dialogue in the conversation are separated by a comma. F and M indicate... | B |
task608_sbic_sexual_offense_binary_classification | task608-d1d50bd5b4eb4db386b039d9f7b8fdb6 | 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... | No |
task378_reverse_words_of_given_length | task378-dd1a4287b66345b98328adc981836b2d | 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: 'this is a group of people out to eat together'. Reverse all words of length '2' in the given sentence. | this si a group fo people out ot eat together |
task1283_hrngo_quality_classification | task1283-e6663f3b949044de8a0e3bc0dc154c25 | 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: may i help you further?
Original Reference: is there anything else i can do for you?. | 1 |
task111_asset_sentence_simplification | task111-a8cc98d8ed4c4827bc26829ec1805d5c | Rewrite each original sentence in order to make it easier to understand by non-native speakers of English. You can do so by replacing complex words with simpler synonyms (i.e. paraphrasing), deleting unimportant information (i.e. compression), and/or splitting a long complex sentence into several simpler ones. The fina... | The home team hosts Games 1, 2, 5 and 7, and the opponent hosts Games 3, 4 and 6. |
task413_mickey_en_sentence_perturbation_generation | task413-9896b86d191a4b65b35a50e7631bea16 | 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 can ... | You can block a front yard to hang a porch . |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.