task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task067_abductivenli_answer_generation | task067-e736d4c1415a42dd8afd382547211a5c | In this task, you're given the beginning and the ending of a three-part story. Your job is to complete the short story by writing a middle sentence that seamlessly connects the first and last sentence. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using an... | When Samantha tried to turn on the iPhone, it was broken. |
task027_drop_answer_type_generation | task027-0ea3e9a098bb49469137a2b5edad3337 | This task involves annotating the answer type to a given question that involve some kind of complex reasoning (including numerical reasoning). Note that the questions require looking at more than one part of the passage to answer. There are 3 possible answer types (i) spans, (ii) numbers and (iii) dates. If the answer ... | span |
task405_narrativeqa_question_generation | task405-35fec12798cb4324afd466375cd9c5af | You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont... | Where does Pericles go when his friend Helancus advises him to leave the city? |
task366_synthetic_return_primes | task366-eedfb84bd9a040139743d96fb33730a5 | In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [431, 59, 257, 257, 829] |
task1217_atomic_answer_generation | task1217-02a48d20887c4dcc9ab1fad0bb55e084 | 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 shakes ___ with the man | a box |
task587_amazonfood_polarity_correction_classification | task587-4b7571314eed42429ab56cc9293a4b03 | 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".
I got the licorice at a cheese shop in New York and by the time I got home it was all gone. So got on the computer and found and... | False |
task291_semeval_2020_task4_commonsense_validation | task291-73f90314ee424d9fb4b2ef0761fa43bd | In this task, you are given two natural language statements with similar wording. You must choose the statement that makes less sense based on common sense knowledge. A '
' separates the statements. Use "first" or "second" to indicate which sentence makes less sense.
You can conquer your opponent if you understand him.... | second |
task123_conala_sort_dictionary | task123-d9c05c1c10e947bea5cc816d935c33e2 | 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': -100, 'second': 93}, {'first': -72, 'second': 1}, {'first': -38, 'second': -24}, {'first': -36, 'second': -91}, {'first': 3, 'second': -84}, {'first': 46, 'second': 28}, {'first': 99, 'second': -97}] |
task567_circa_text_generation | task567-ccdb5c846ece49f4a864db75bf33a1c1 | 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.
Do you like whodunnits? | X wants to know what sorts of books Y likes to read. |
task820_protoqa_answer_generation | task820-6479c8b086844b22b42924d9daaa8e39 | 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 food you're likely to find at a super bowl party. | popcorn |
task141_odd-man-out_classification_category | task141-682a9db96d8b46ac862f1a8c043e93b2 | Given a category and a set of five words, find the word from the set that does not belong (i.e. is the least relevant) with the other words in the category. Words are separated by commas.
Category: aesthetic characteristic
Words: pale, ghostly, tone, make the grade, fair | make the grade |
task431_senteval_object_count | task431-df135bf5231348f68ad7bb8bc303f2ca | 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 naturalists were reintroducing wolves to the park, weren't they ? | Plural |
task1508_wordnet_antonyms | task1508-48dab5d6bda144358d021f529682f5eb | Given an adjective, generate its antonym. An antonym of a word is a word opposite in meaning to it.
asymmetrical | symmetrical |
task085_unnatural_addsub_arithmetic | task085-5a538a60b3ef48b982663815f91d0e5f | 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.
6824 - 7254 - 4559 | 18637 |
task403_creak_commonsense_inference | task403-18c674a347234246bbcd54727969142e | In this task you are given a statement and an explanation giving you further knowledge about an entity in the statement. You must judge whether the statement is true or false based on the explanation. Label an instance as "True" if the explanation confirms the statement or doesn't disprove it. Label an instance as "Fal... | True |
task247_dream_answer_generation | task247-4c1d8e306fe64aebaaf113db5d763b37 | 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: What are you doing? W: I'm parking my car here. M: No, I'm sorry. It's impossible. W: Why not? I don't ... | (A) The man. |
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists | task755-72a1c4033dfa4e6d855adb604e3dc08c | In this task, you are given two strings A,B. You must perform the following operations to generate the required output list: (i) Find the longest common substring in the strings A and B, (ii) Convert this substring to all lowercase and sort it alphabetically, (iii) Replace the substring at its respective positions in t... | UNYIHcdfgmmpqtuyyzzIoI, eBcdfgmmpqtuyyzzVyvrySH |
task303_record_incorrect_answer_generation | task303-2a6dac2dc6904fc1a911f2a430edf00e | 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 ... | Miranda |
task581_socialiqa_question_generation | task581-858c6469345c4a8ea737f582946b3d32 | 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: After realizing their parent were having a violent fight at home, Robin let Bailey's friends spend the night in the spare bedro... | What will Bailey want to do next? |
task377_remove_words_of_given_length | task377-dd925f0a18954d7e993f93a667c5b59d | In this task, you need to remove all words of a given length in the sentence. The number of letters in a word determine its length, for example, the length of the word "apple" is 5.
Sentence: 'a couple of giraffe standing next to each other'. Remove all words of length '7' in the given sentence. | a couple of standing next to each other |
task1322_country_government_type | task1322-61b29bb1a9c5425aab5377fc37b4623f | In this task, you are given a country name and you need to answer with the government type of the country, as of the year 2015. The following are possible government types that are considered valid answers: Republic, Parliamentary Coprincipality, Federal Republic, Monarchy, Islamic Republic, Constitutional Monarchy, Pa... | Republic |
task523_find_if_numbers_or_alphabets_are_more_in_list | task523-cd539b87149542fa932eaafef7afa35c | In this task, you are given an input list A. If the count of numbers is more than that of alphabets in the list, answer 'Numbers Win'. If the count of alphabets is more than that of numbers in the list, answer 'Alphabets Win'. If the count of numbers is same as that of alphabets in the list, answer 'Numbers and Alphabe... | Numbers Win |
task067_abductivenli_answer_generation | task067-3fddd168bcc742da88f26d478d70926e | 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... | Then she poured the hot water into her cup. |
task851_synthetic_multiply_evens | task851-e4ae46f8d20a4c779c78e2d596a81477 | 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... | [0, -38, -1152, -34, -3360, 39312, -36, 1500, 288, 3312, 16] |
task291_semeval_2020_task4_commonsense_validation | task291-737269045cde466a88ba7c41f35df975 | In this task, you are given two natural language statements with similar wording. You must choose the statement that makes less sense based on common sense knowledge. A '
' separates the statements. Use "first" or "second" to indicate which sentence makes less sense.
He was watching his favorite show in television
He w... | second |
task1295_adversarial_qa_question_answering | task1295-a7dfd76320084b5ba9b763a3cb78c411 | In this task, you are given a question and a context passage. You have to answer the question based on the given passage.
What are genetic groups called?, Context: Instead, he formulated the spearhead model of evolution, a version of genetic pluralism. According to this model, living organisms themselves have goals, an... | phenotype |
task371_synthetic_product_of_list | task371-59f60261f4fc448a83b878f1bdb5d09b | 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.
[[-5, 0, 34], [-30, -18, 34, -22, 17], [2, 49, -13... | [0, -6866640, -48412, -486, 39852, -4519476, 270270] |
task125_conala_pair_differences | task125-428ac16055e3420d8fe90dcdbd5a4942 | In this task you are given a list of integers and you need to find the absolute value of the difference between each two consecutive values. The output should be a list of the absolute value of the differences of each two consecutive values.
[-18, 82, -24, -57, 92] | [100, 106, 33, 149] |
task405_narrativeqa_question_generation | task405-5a746e8682db4b2c92888bbb5ba13471 | 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... | At which event do the couple fall out of love? |
task746_yelp_restaurant_review_classification | task746-03b87b64ca40480aa31733cc469232dc | You are provided with a user review of a restaurant. Your task is to classify the given review into two categories: 1) positive, and 2) negative based on its content.
Id like to update you all on my situation below with my 'rebate'.I went back into the store and spoke to yet another store associate, Kevin, who informed... | negative |
task1360_numer_sense_multiple_choice_qa_generation | task1360-65bbdf3f28584da68bb5c3484afac02d | 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').
Bowheads also boast ____ blowholes, as do all baleen whales.\Question: Choose the right answer from options given a) five b) seven c) two d) three | c |
task069_abductivenli_classification | task069-7e6d3b18d5c045b3ba988d721512261d | 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: Mary's family wa... | 1 |
task1360_numer_sense_multiple_choice_qa_generation | task1360-c6bca7c4a32f4b4d95778d317f45248e | 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').
Western geographers consider it to be the northernmost of ____ central Asian republics.\Question: Choose the right answer from options given a) zer... | c |
task611_mutual_multi_turn_dialogue | task611-a77785618cba4ca9a6e6d09b1761a676 | 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... | C |
task1326_qa_zre_question_generation_from_answer | task1326-ee75c3c131ba4ab3a5f1d8702abbb085 | 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 : John Willoughby Gray (5 November 1916 -- 13 February 1993) was an English actor of stage and screen.
Answer : 13 February 1993 | What was the date of death of Willoughby Gray? |
task080_piqa_answer_generation | task080-89a368aebea3402baff8a1ce361737a1 | 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.
To secure... | grab the seatbelt strap, pull it across your chest, then insert into the buckle near your hip. |
task163_count_words_ending_with_letter | task163-73afea9e7c47469c870f29a04658ed5f | 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 metal bench sits on a path in the forest'. How many words end with the letter 's' in the sentence. | 1 |
task1328_qa_zre_relation_generation_from_question | task1328-755eb83d6f884253a1ba829d8ac11530 | Classify the relation of question with context to one of these categories: 1) award received, 2) based on, collection, 3) conflict, 4) constellation, 5) convicted of, 6) date of death, 7) director, 8) drafted by, 9) educated at, 10) medical condition, 11) military branch, 12) narrative location, 13) occupation, 14) ori... | parent company |
task1711_poki_text_generation | task1711-7408192ae28543ceadf57ba758047047 | 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 ... | jumping over fence trot over poll have so much fun while ia'm hot and sweaty sit in the sun there color be so pretty bay gray and more i fee him clean him and give him water riding be my weekend freedom |
task1291_multi_news_summarization | task1291-d2dbee8dac434cdb83e34fc8d691d1d7 | In this task, you are given a text of many news articles seperated by special token "|||||". Your task is to summarize them.
Speaking more than one language may ward off three types of dementia, including the Alzheimer's disease that affected this human brain on display at the Musuem of Neuroanatomy at the University a... | If you could be reading this in another language, good news: You may have an extra weapon against dementia. A study in India suggests that being bilingual delays three kinds of dementia by 4.5 years on average, NBC News reports. "Being bilingual is a particularly efficient and effective type of mental training," says a... |
task927_yelp_negative_to_positive_style_transfer | task927-9c63e97fb2094bf9b0f2654d904b58e4 | 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.
this spot was my favorite indian restaurant . | such a great indian restaurant |
task365_synthetic_remove_vowels | task365-90823cd507e7464db620c2e4a9b8e04f | In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel.
IULUiCJPvfbalESlEd | LCJPvfblSld |
task576_curiosity_dialogs_answer_generation | task576-aa726bf96deb425d9297eaf93d549178 | In this task, the input is a set of dialogues between a user and an assistant. You need to find the dialogue that is basically a response given to a question or an aspect of the user.
Hello. I would like to learn about Moldova.
In 1878 Romania was forced to recede the country back to the Russian Empire. This was the ... | In 1878 Romania was forced to recede the country back to the Russian Empire. This was the Treaty of Berlin. |
task183_rhyme_generation | task183-2974de59a27943919d3d48ea9c7b1627 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
sing | ging |
task1593_yahoo_answers_topics_classification | task1593-ad97de4b1a8147fd9a9764b6c108c2d4 | You are given a passage. Using the information present in the passage, you need to classify it into one of the 10 topics: 0 - 'Society & Culture', 1 - 'Science & Mathematics', 2 - 'Health', 3 - 'Education & Reference', 4 - 'Computers & Internet', 5 - 'Sports', 6 - 'Business & Finance', 7 - 'Entertainment & Music', 8 - ... | 9 |
task303_record_incorrect_answer_generation | task303-c76ba3db2ae24d368f252bf5eeea5884 | 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 ... | George Alexander Louis |
task094_conala_calculate_mean | task094-8c06a7ca6e2f42008a485b429d024054 | 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.
[-93.692, -63.685, 204.753, 2.715, 222.204] | 54.459 |
task471_haspart_answer_generation | task471-549c902a194541c79cfaebdec6d21bf5 | Given an entity as input, output another entity which is part of the input entity. 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., output entity) is in a part-of relationship with its holo... | stripe |
task183_rhyme_generation | task183-8f4704fd03d64f40983e62d2e8815912 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
pose | flows |
task899_freebase_qa_topic_generation | task899-6444b2e73f0e4f96a46e3bd336736240 | Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about.
Which famous singer was a member of 'Bluesology' in the early 1960s, leaving in 1967 and changing his name to one that was a combination of the names of two members of the group? | bluesology |
task303_record_incorrect_answer_generation | task303-2759f690ad5941e2a3f03a02bf766c98 | 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 ... | Briar |
task1328_qa_zre_relation_generation_from_question | task1328-5648b6782a054afeae2d9f1d4f5511d4 | Classify the relation of question with context to one of these categories: 1) award received, 2) based on, collection, 3) conflict, 4) constellation, 5) convicted of, 6) date of death, 7) director, 8) drafted by, 9) educated at, 10) medical condition, 11) military branch, 12) narrative location, 13) occupation, 14) ori... | residence |
task299_storycloze_sentence_generation | task299-77edb8f74b74449da44d244179d807f3 | 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... | 5, All the players were good but she made the team. |
task507_position_of_all_numerical_elements_in_list | task507-80840714f70542909138b0b65606b026 | In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the numerical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no numerical element is in the list.
['C', '2919', '565... | 2, 3, 4, 8, 11, 13, 14 |
task594_sciq_question_generation | task594-1350e48f723d45ebb637fcf64a4fd9c2 | Given a scientific passage and an answer, generate a question for the given answer.
Passage: The mammalian middle ear has three tiny bones that carry sound vibrations from the outer to inner ear. The bones give mammals exceptionally good hearing. In other vertebrates, the three bones are part of the jaw and not involve... | How many bones does the mammalian middle ear have? |
task899_freebase_qa_topic_generation | task899-9594bef2040a40f4a71cbe4eb2e22eed | Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about.
Which English all-female pop trio based in London, consisting of Heidi Range, Amelle Berrabah and Jade Ewen, was formed in 1998 by original members Siobhn Donaghy, Mutya Buena and Keisha Buchanan? | mutya buena |
task365_synthetic_remove_vowels | task365-b8b5d148b1f44472af6a7f7f70615c60 | In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel.
Lka | Lk |
task064_all_elements_except_first_i | task064-7b4198aecd28434ea48241cd8ddacebe | In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A after the first i elements. i will always have a value less than the length of A.
10, ['U', '2429', '391', 'p', '1503', '8311', '9843', '1735', 'I', '8843', '1409', '2435', '3515', 'H', 'y', 'c', '8... | 1409, 2435, 3515, H, y, c, 8153, i, S, d |
task1308_amazonreview_category_classification | task1308-892caa1848b84962adf1a0ab2d10185c | In this task, you're given a review from Amazon and category of the product based on the review given by the user and your task is classify whether the given category match the review. Generate "True" if given review and its category match, otherwise generate "False".
Reviews: I always buy my daughter this milk because... | False |
task1389_hellaswag_completion | task1389-ebd26eade1354714acff7855f7c39d5c | In this task, you are given a context and four options. Each option is a suggested ending for the context. You should read the context and pick the best ending for the context. Please answer with "A", "B", "C", and "D".
A woman is seated at a table. She is knitting with pink yarn and needles. she <sep> (A) talks as sh... | A |
task1711_poki_text_generation | task1711-c9eede9a1ac3430fa685c9511138c65f | 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 ... | a shift in my heart this morning i wake with hope in my heart i wait and wait for you to come through the door you never do although my heart still in pain cry for you everyday the hope start to fade a shift in my heart have begin move forward search for the caller of my heart the angel in my heart will always be you m... |
task1729_personachat_generate_next | task1729-ff2679f66dea472e9453dafcfb4937ce | 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 go to yoga... | I see, what kind of furniture? |
task142_odd-man-out_classification_no_category | task142-e078712f3637438bb89c3ef6b0ffd3fd | 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.
relaxing, cool, calm, level, persistent | relaxing |
task303_record_incorrect_answer_generation | task303-33026eb8cd6f462792b5537d1748022f | 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 ... | DDG 67 |
task679_hope_edi_english_text_classification | task679-289a8f350839484db2a34c461a484983 | Classify the given comment into 'Hope Speech' or 'Not Hope Speech'. A hope speech is defined as content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion
John Lance what | Not Hope Speech |
task146_afs_argument_similarity_gun_control | task146-3fcdfc5f800e4b1394b106abbac20ad0 | We would like you to classify each of the following sets of argument pairs (discussing Gun Control) into either SIMILAR or NOT SIMILAR. A pair of arguments is considered SIMILAR if the arguments are about the same FACET (making the same argument), and is considered NOT SIMILAR if they do not have the same FACET. A FAC... | Similar |
task291_semeval_2020_task4_commonsense_validation | task291-9b4d5374726942369ccde5231583d315 | In this task, you are given two natural language statements with similar wording. You must choose the statement that makes less sense based on common sense knowledge. A '
' separates the statements. Use "first" or "second" to indicate which sentence makes less sense.
he went to office in pen
he went to office in bicycl... | first |
task292_storycommonsense_character_text_generation | task292-a26d8f1db1fd48dfb6ecb5e20bd84c17 | In this task, you're given a story (which contains five sentences only). Your task is to find all the characters which are available in the given story.
Sentence1: Heather worked real hard all day long. Sentence2: She didn't receive a break as she was so very busy. Sentence3: When it came time to come home she didn't f... | Heather, Husband |
task100_concatenate_all_elements_from_index_i_to_j | task100-be979a72619f4a008c9c3bd36dd21034 | 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... | 9957zj97454353Fjh303 |
task431_senteval_object_count | task431-c8e55bc1a013473a8cd56ebfac4523a1 | 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.
Eric drove a sleek Corvette, which was simply Eric. | Singular |
task148_afs_argument_quality_gay_marriage | task148-2ec33cd339ad4f089ddda73450663d5f | 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... | Invalid |
task112_asset_simple_sentence_identification | task112-ac4a7f5a67154b5387b553a22b1bf62c | 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 one |
task206_collatz_conjecture | task206-4f2b5482c339473d83fde204a2017b5a | 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.
[144, 108] | [72, 54] |
task309_race_answer_generation | task309-872c3a21fbb843c48cf07be6f683a362 | 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... | D |
task1421_mathqa_other | task1421-dffaf55eb0894bc29d1358c5a4797d30 | In this task, you need to provide the correct option for a given problem from the provided options.
Problem: how many trailing zeroes does 53 ! + 54 ! have ?
Options: a ) 12 , b ) 13 , c ) 14 , d ) 15 , e ) 16 | b |
task1312_amazonreview_polarity_classification | task1312-9878339fab39423986b28c40b9781134 | In this task, 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 have owned three different set of Dogtra training collars. This was my newest purchase and I am 100% satisfied with these collars. The battery lif... | positive |
task518_emo_different_dialogue_emotions | task518-dd36d64a477848728decd8b3e148651b | In this task you will be given two dialogues. You need to determine if both dialogues have the same underlying emotion. The possible emotions are happy, sad, angry, or other. If they do output 'yes', if not output 'no'.
Dialogue 1: 'i've some work i can deal with it i'm going to take classes for my students'. Dialogue ... | no |
task170_hotpotqa_answer_generation | task170-d8b99bdcdc2f4fccaeb3fb5a5cd9fd48 | In this task, you are given a set of context paragraph and some supporting facts to answer a question. Your task is to generate answer for given question based on set of context paragraphs and supporting facts.
Context_1 : Leviathan (Russian: Левиафан , "Leviafan") is a 2014 Russian drama film directed by Andrey Zvyagi... | July 2, 1961 |
task516_senteval_conjoints_inversion | task516-e56937d574a447a98898884a7eeec0a8 | 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 |
task577_curiosity_dialogs_classification | task577-217b423b593d40708fef6a4b73b32bd5 | 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.
I did not know, what else can... | user |
task374_synthetic_pos_or_neg_calculation | task374-ba97fa9d757f4ff9a201c6f02a370ec7 | 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... | [264, 20, 12, 32, 150, 0, 64, 273, 36, 231] |
task1354_sent_comp_classification | task1354-f340575225274a87a425fd25770966c9 | In this task, you are given a text of news article and corresponding headline of an article. Your task is to give label "match" if headline is correct for article, otherwise give label "no".
Article: Bray Wanderers have announced plans to revolutionise the structure of the club by becoming an entirely community owned c... | match |
task291_semeval_2020_task4_commonsense_validation | task291-5f097c0c1ca64be3bf26e10364c5b8b5 | In this task, you are given two natural language statements with similar wording. You must choose the statement that makes less sense based on common sense knowledge. A '
' separates the statements. Use "first" or "second" to indicate which sentence makes less sense.
He put milk in his shoes.
He put milk in his coffee. | first |
task820_protoqa_answer_generation | task820-91403c1be9bc483ea842302332a0b1d2 | 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 might get you detention. | talking |
task1595_event2mind_text_generation_1 | task1595-564eefb1e07e4affa75069f0d77895b9 | 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 fits every ___ | expectations |
task521_trivia_question_classification | task521-0075b1419ee64b1f84bcc5fca8b38b7f | In this task you will be given a text passage from a trivia quiz. You should choose the category this question belongs to from these categories: History, Science, Social Science, Fine Arts, Literature. You can only choose one category, so if in doubt, please choose the closest match.
Its publication in 1852 intensified... | Literature |
task303_record_incorrect_answer_generation | task303-e3ab6cd2470340cdaaaae35fbbaaeb33 | 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 ... | Congress |
task904_hate_speech_offensive_classification | task904-2b6a0db407fd49b7bfdc8e601839bd7f | 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.
Dia... | Neither |
task298_storycloze_correct_end_classification | task298-cdadeb4762d741f59fb2d7f08394d90b | 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: Oliver needed a new radio. Sentence2: He didn't know anything ab... | Yes |
task1206_atomic_classification_isbefore | task1206-3331e741b0d949fb987cad629b977353 | 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 |
task1447_drug_extraction_ade | task1447-06852b6effb94cd29ff837646d8b89f2 | In this task, you will be given sentences in which your task is to recognize the name of the drug or medicine. Drugs are substances that change a person's mental or physical state. They can affect how your brain works, how you feel and behave, your understanding, and your senses. Although there might be several correct... | Ciprofloxacin |
task370_synthetic_remove_divisible_by_3 | task370-0e05d6898ca0478c86eb162f125d024a | 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.
[-45, 12, 44, -57] | [44] |
task1308_amazonreview_category_classification | task1308-c1845b92a304422980f3bd5dc0d5dedb | In this task, you're given a review from Amazon and category of the product based on the review given by the user and your task is classify whether the given category match the review. Generate "True" if given review and its category match, otherwise generate "False".
Reviews: I bought this for my two cats, poured it i... | False |
task413_mickey_en_sentence_perturbation_generation | task413-67644a061a90406987b8da8b637c2e64 | 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 notice a lead status in a fire . |
task351_winomt_classification_gender_identifiability_anti | task351-615483683d264db1884efefa728a56b6 | In this task, you are given a sentence and a profession. The sentence mentions two professions: one's gender is identifiable using the gendered pronouns in the text and the other's gender is unidentifiable. You are expected to return whether the given profession's gender is identifiable or unidentifiable.
Sentence: The... | Unidentifiable |
task1312_amazonreview_polarity_classification | task1312-3f26176a769c4549a4b0f6d6cec191c4 | In this task, 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 purchased this phone for my son. It came with no bubble-wrap in the box, and the Wifi Antennae is damaged. I tried to erase the phone, but without... | negative |
task518_emo_different_dialogue_emotions | task518-070a01cbc54f4f7aaca1b3820266f1f6 | In this task you will be given two dialogues. You need to determine if both dialogues have the same underlying emotion. The possible emotions are happy, sad, angry, or other. If they do output 'yes', if not output 'no'.
Dialogue 1: 'what is it no one knows yet how old are you'. Dialogue 2: 'i am unemployed then you can... | no |
task300_storycloze_order_generation | task300-df4d89c2040b4729a329fd2eb5281fbe | 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... | 41235 |
task495_semeval_headline_classification | task495-82251f2e6f504a74a574cb2c4f0059c9 | 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 |
task1291_multi_news_summarization | task1291-2c21f3162fde48c58cea2a422ba8d69e | In this task, you are given a text of many news articles seperated by special token "|||||". Your task is to summarize them.
FILE - In this June 22, 2014, file photo, Charles Osgood arrives at the Daytime Emmy Awards Afterparty at The Beverly Hilton in Beverly Hills, Calif. Osgood, who has said "good morning" to his au... | Charles Osgood, who has said "good morning" to his audience every Sunday for 22 years, is about to say "goodbye" as host of CBS News Sunday Morning in September. He announced his scheduled Sept. 25 farewell on Sunday's edition, reports CBS News. That broadcast will be a tribute to Osgood's legacy on and off Sunday Morn... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.