task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task092_check_prime_classification | task092-a8e53285f1784256b93c8c432cd93ce7 | 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.
60973 | No |
task303_record_incorrect_answer_generation | task303-5b54b958c31f4db48b4da1d01f2ad282 | 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 ... | Europe |
task413_mickey_en_sentence_perturbation_generation | task413-760cc718b6de4b1ea379664cc1104669 | 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.
Water is... | Water is made of dirt and oxygen . |
task379_agnews_topic_classification | task379-1e0adb196eec4783b337bdee54a995c0 | In this task, you are given a news article. Your task is to classify the article to one out of the four topics 'World', 'Sports', 'Business', 'Sci/Tech' if the article's main topic is relevant to the world, sports, business, and science/technology, correspondingly. If you are not sure about the topic, choose the closes... | Business |
task1289_trec_classification | task1289-c983b53dbf9b4c75b2def880fa0a474b | You are given a question. You need to detect which category better describes the question. A question belongs to the description category if it asks about description and abstract concepts. Entity questions are about entities such as animals, colors, sports, etc. Abbreviation questions ask about abbreviations and expre... | Description |
task851_synthetic_multiply_evens | task851-022876dcb8d44deea5670d1aa2b8732a | 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... | [-700, -1216, -34, 1292, -4560, -2304, 192, 17328, -4800, 24, -8, 1144, -40, -49680] |
task851_synthetic_multiply_evens | task851-38e448998c4443da86bcefcb9123a27e | 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... | [-10, -32, -34, 1024, 49392] |
task113_count_frequency_of_letter | task113-2852b8d70d3e424ca1ad2b0a701f9b61 | In this task, you need to count the number of times the given letter appears in the given sentence.
Sentence: 'a wet road filled with many cars riding it'. Find frequency of the letter 'w' | 2 |
task1661_super_glue_classification | task1661-65984f666a5d4d5bb59a21170ed18bc1 | In this task, you are given Wikipedia articles on a range of topics as passages and a question from the passage. We ask you to answer the question by classifying the answer as 0 (False) or 1 (True)
Passage: La Vie en rose -- The lyrics and melody of the song were written by Édith Piaf herself, but the melody was said o... | 1 |
task1327_qa_zre_answer_generation_from_question | task1327-fec25041219f45348438f7dda74ad424 | Generate a correct and concise answer for the question based on the words in the context.
Context : The Missing Mouse is the 73rd one reel American animated Tom and Jerry short, created in 1951, directed by William Hanna and Joseph Barbera and produced by Fred Quimby.
Question : What is the series that The Missing Mou... | Tom and Jerry |
task163_count_words_ending_with_letter | task163-456223479cea40aeb7c09dd867c30b83 | 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: 'collie dog chasing an object in a yard'. How many words end with the letter 'g' in the sentence. | 2 |
task303_record_incorrect_answer_generation | task303-d49f44d7988b4a2b9b43c22988af73d8 | 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 ... | Lakdawala |
task1400_obqa_incorrect_answer_generation | task1400-a0afebb5ba714ff58b621785292d0dd7 | This task is about generating an incorrect answer to a question given the question and a true statement related to the question. The answer must be related to the question, but incorrectly answer it given the context.
Fact: carnivores only eat animals. Question: Who would refrain from eating a salad? | cows |
task870_msmarco_answer_generation | task870-e60fc79447cb4af2b512b13ed260eb1a | Given a passage and a query based on the passage, generate an unambiguous, concise and simple answer to the query from information in the passage. Note that the answer may not be present in exact form.
This Day in History: 10/03/1995 - O.J. Simpson Aquitted On this day in 1995, at the end of a sensational trial, former... | O.J. Simpson was tried on two counts of murder. |
task303_record_incorrect_answer_generation | task303-bdee118639ff4132a0ee272c676eaf34 | 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 ... | Wimbledon |
task292_storycommonsense_character_text_generation | task292-964796f5b41f4500992b4d8fd2574f2b | 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: Jan wanted a new purse. Sentence2: She knew should could not afford the one she wanted. Sentence3: She decided to start saving until she could. Sentence4: J... | Jan |
task372_synthetic_palindrome_numbers | task372-dc95f5c8ff6249e2a04387ea781a83fe | 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.... | [-4, -484] |
task897_freebase_qa_topic_question_generation | task897-ca88704fd6ca4f1288c2e86565666334 | Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question.
assassination of julius caesar | Who was assassinated on the Ides of March? |
task163_count_words_ending_with_letter | task163-d647a6f8ea0a412c9dcddc2e6250b0d5 | 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: 'an airplane flys through the dark and cloudy sky'. How many words end with the letter 'h' in the sentence. | 1 |
task141_odd-man-out_classification_category | task141-ef760f7453cf435c9d17bce0a3ecfaf5 | 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: chocolate food
Words: tart, pie, truffles, falsification, fudge | falsification |
task280_stereoset_classification_stereotype_type | task280-1cf3c1f485984b4d8924bb4bd4be4008 | In this task, you are given a short passage that conveys stereotype or anti-stereotype about a specific target. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. You are expected to classify the passage into four types of ... | Gender |
task1595_event2mind_text_generation_1 | task1595-b6049692c47e4daab316b2d453b488b4 | 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 gives PersonY support | happy. |
task1210_atomic_classification_madeupof | task1210-dc98b5459beb48dea672a765313ba524 | 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 |
task1730_personachat_choose_next | task1730-0998d4c865504e05ab93c85ceb94c73e | You will be given a person's personality, and a history of a conversation this person has had. You will be given four candidate sentences to complete the conversation, based on the context. Choose one and answer with the text.
Personality: I'm unemployed and living off a trust fund.
I like getting my nails done.
I once... | I also color my hair. I've to keep up with my trust fund status. |
task568_circa_question_generation | task568-d67135986c1d40d5bbb2ce870141741d | In this task, you are given an answer, and your task is to generate a reasonable question for that answer.
If my car starts. | Are you going home now? |
task1726_mathqa_correct_answer_generation | task1726-1b0ae45338574a7b8bfdc3e21e19f1fb | The task is to generate the correct answer for a given math problem.
Problem: a can finish a work in 72 days , b in 9 days and c in 2 days , b and c start the work but are forced to leave after 3 days . the remaining work was done by a in ? | 30 days |
task069_abductivenli_classification | task069-145a7cb016de474e89ee30ac05f6835a | 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: Bob would be cel... | 2 |
task923_event2mind_classifier | task923-00f54d78fca44a12892b4cac0abba84c | You are provided with an "Event" and it's "Intent" related to PersonX. Determine the sentiment value of the given input as either "Positive", "Negative", and "Unknown".
Event:PersonX sees all of PersonY's friends. Intent: | Negative |
task1599_smcalflow_classification | task1599-db1b89ff2d9f47fa8a7388d6a5c50497 | In this task, you are given an utterance, which is a part of a conversation between a user and an agent. Your job is to detect the speaker. The user usually commands the agent to schedule events, retrieve event information, and check the schedule. While the agent's response is an answer to the user's questions or follo... | user |
task1285_kpa_keypoint_matching | task1285-19632e3c668144a480240d44fc376409 | The input contains a debate topic, an argument on the topic and a keypoint, separated by "<sep>". Your task is to answer if the keypoint matches the argument and summarizes exactly what the argument means, in the context of the given topic.
Topic: Homeschooling should be banned<sep>Argument: Homeschooling is often done... | False |
task307_jeopardy_answer_generation_final | task307-638ca4d37a37427f806f93c34b4ca893 | 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: FAMOUS STRUCTURES
Clue: In 1930 the Chrysler Building surpassed this foreign structu... | the eiffel tower |
task363_sst2_polarity_classification | task363-d7c41dfd2ed84ba9afaaeae3a5e2ebda | In this task, you are given sentences from movie reviews. The task is to classify a sentence as "POS" if the sentiment of the sentence is positive or as "NEG" if the sentiment of the sentence is negative
A powerful , chilling , and affecting study of one man 's dying fall . | POS |
task369_synthetic_remove_odds | task369-7cdc917c449042baa125b34c13f16073 | 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.
[41, -42, -9... | [-42, 96, 34, 36, 96] |
task355_casino_classification_negotiation_other_need | task355-6d0e1011db204c67b1409f918cbf0868 | 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 |
task183_rhyme_generation | task183-2830b513d3274bb481ae18d6fb6059b5 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
weight | conflate |
task374_synthetic_pos_or_neg_calculation | task374-8b900619a07e4e6aa057476968f260ea | 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... | [3, 162, 177, 132, 102] |
task617_amazonreview_category_text_generation | task617-32c97f97e18d43e5b4332e6373a71d38 | In this task, you're given a review from Amazon and your task is to generate the name of the category of the product based on the review given by the user. The categories are: kitchen, office product, watch, wireless, other, toy, digital video download, camera, jewelry, pet products, sports, industrial supplies, baby p... | beauty |
task303_record_incorrect_answer_generation | task303-8c3c66c820dd4b1389315628319efc8a | 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 ... | Motherwell |
task956_leetcode_420_strong_password_check | task956-d42bedc5d63e45258118b137e2ecd79e | You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit... | 7 |
task303_record_incorrect_answer_generation | task303-fe6bff00ea2343d29a4531bc952555bd | 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 ... | Bobby Charlton |
task668_extreme_abstract_summarization | task668-cd99062f5dd84232ad772777f29ff200 | 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.
Numerous machine reading comprehension (MRC) datasets often involve manual annotation, requiring enormous human effort... | We propose Answer-containing Sentence Generation (ASGen), a novel pre-training method for generating synthetic data for machine reading comprehension. |
task302_record_classification | task302-783db8ccf371440e883183b44633f264 | 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.
The LAPD for searching for the person who ta... | (H) |
task363_sst2_polarity_classification | task363-182a98595b9a43e6b4b4ff1acca771f6 | In this task, you are given sentences from movie reviews. The task is to classify a sentence as "POS" if the sentiment of the sentence is positive or as "NEG" if the sentiment of the sentence is negative
A road trip that will get you thinking , ` Are we there yet ? ' | NEG |
task1360_numer_sense_multiple_choice_qa_generation | task1360-f10486fbad6d499bb50830819d681dab | 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').
Women come in about ____ times as often as men.\Question: Choose the right answer from options given a) three b) five c) two d) ten | a |
task320_stereoset_classification_race | task320-e9a614ad486d4b0a8710010c51bc9d0e | You are given a target race, and two sentences. Your task is to determine whether the second sentence is either a stereotype, anti-stereotype, or is unrelated with respect to the first sentence and the target. A stereotype is a widely held but oversimplified notion of a group of people. An anti-stereotype is an idea th... | anti-stereotype |
task067_abductivenli_answer_generation | task067-e5a793f89e7743dc96b00b03c19c9a43 | 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... | Don is secure with himself. |
task471_haspart_answer_generation | task471-7b932829749548c98aad1497f3240511 | 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... | rind |
task573_air_dialogue_classification | task573-1e5c0d5e0f21407a886ebb7193e81ebc | In this task, you are given a conversation between a flight agent and the customer. You are given 4 options and you need to select the goal of the conversation. It is provided as part of customer's context, which has to be one of the following: `book`: Make a new reservation, `cancel`: Cancel an existing reservation, `... | book |
task756_find_longert_substring_and_return_all_unique_alphabets_in_it | task756-be1986907c5a42939e4802e047b01919 | 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.
TAjXeOockqtY, XBmiijXeOockqWApqt | a, b, c, e, i, j, k, m, o, p, q, t, w, x |
task429_senteval_tense | task429-fbcc5ddd5fe6421dbc894a7c3e22b91e | In this task you are given a sentence. You must judge whether the main verb of the sentence is in present or past tense. Label the instances as "Present" or "Past" based on your judgment. If there is no verb in the given text, answer "Present".
When she presses her thumb against the ID box, the video plays. | Present |
task322_jigsaw_classification_threat | task322-3881818605bb4806b22fd5a185560fac | 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: Love it. Coderre is such an arrogant twi... | Non-threat |
task1217_atomic_answer_generation | task1217-6b4a3c332d9145cc84a93701295477fc | In this task, you are given a sentence with a missing word that can be an object, a person, and/or an action. Fill in the blank with a plausible word. Although each sentence has many correct answers, you only have to write one answer.
PersonX puts the ___ back | candy |
task301_record_question_generation | task301-0fa188b4435740b29c3be779c34694b7 | 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) The first hu... | Until recently, _ had been considered a rare and relatively benign virus (PDF). |
task094_conala_calculate_mean | task094-4c40b60e559144549cf178d4d6fbb26f | 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.
[119.218, 92.798, -70.939, -42.105, 12.344] | 22.263 |
task1336_peixian_equity_evaluation_corpus_gender_classifier | task1336-2c36f4631a7447298de3afef4c63c7a1 | You will be given a sentence containing a pronoun/person name and an emotion. From these implicit parameters, the main goal is to find the gender of the person (male / female).
The situation makes Kristin feel fearful. | female |
task092_check_prime_classification | task092-7100b3ab65794009bfde99705feaf5b8 | 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.
65479 | Yes |
task183_rhyme_generation | task183-f3357830143d4d85b3f14d18ddfa39ca | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
they | flay |
task592_sciq_incorrect_answer_generation | task592-cd1c24db80de41b4bec8fa0846a1e30e | 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.
Loss of muscle mass due to breakdown of struct... | distrophy |
task301_record_question_generation | task301-0d54e4ad470d4ab9b15b05cae82b36d0 | 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 _ .
There is a reasona... | ‘I don’t care about Rio,’ sang the supporters of FC United, ‘he don’t care about me.’ It is over a decade since Rio Ferdinand’s contract dispute with _, but the memory still rankles. |
task1311_amazonreview_rating_classification | task1311-fba1d593d624427885a1032725eef6e2 | In this task, you're given a review from Amazon and rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good. Your task is to generate whether the rating matches the review or not. Answer with "True" if the sentence belongs to that... | False |
task1326_qa_zre_question_generation_from_answer | task1326-3b3f6e82a5fa4821a8dfaa031724237f | 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 : The Kid Comes Back is a 1938 prizefight film directed by B. Reeves Eason and starring Wayne Morris, Barton MacLane, June Travis and ``S... | Who was the director for The Kid Comes Back? |
task319_stereoset_classification_profession | task319-4d8b2d08752c493abc59490eb26fac18 | You are given a target profession, and two sentences. Your task is to determine whether the second sentence is either a stereotype, anti-stereotype, or is unrelated with respect to the first sentence and the target. A stereotype is a widely held but oversimplified notion of a group of people. An anti-stereotype is an i... | unrelated |
task356_casino_classification_negotiation_self_need | task356-47d23a8fc2494438b85e7c523f250057 | 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 |
task1542_every_ith_element_from_starting | task1542-5bf2eadb20c3415896685f66a785787f | In this task, you are given an input i,A where i is an integer and A is an array. You need to find every ith element of A starting with the 1st element.
2, ['4251', '9761', 'z', 'D', 'D', 'e', 'w', '6899', 'T', '5603', 'v', 'F'] | 4251, z, D, w, T, v |
task1354_sent_comp_classification | task1354-875b70b8c5ab483a83d426eb95bab73e | 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: India-born Satya Nadella said he ``raised his hand'' to take up the top job at Microsoft as he believed his role as CEO ... | match |
task132_dais_text_modification | task132-533016255d164695ac217472bdb55259 | Languages typically provide more than one grammatical construction to express certain types of messages. Your task is to generate a senetence with the same meaning as given sentence, but with different grammatical construction.
Linda entrusted a man the estate | Linda entrusted the estate to a man |
task399_semeval_2018_task1_tweet_sadness_detection | task399-2e0765b1006d4188afeafe3cf4c8c726 | In this task you are given a tweet. You must judge whether the author of the tweet is sad or not. Label the instances as "Sad" or "Not sad" based on your judgment. You can get help from hashtags and emojis, but you should not judge only based on them, and should pay attention to tweet's text as well.
Marcus Roho is dre... | Sad |
task161_count_words_containing_letter | task161-3b64a446291f49569d300e58877053ec | In this task, you need to count the number of words in a sentence that contain the given letter
Sentence: 'the elephant with long tusks walks through short grass'. How many words contain the letter 'k' in the sentence. | 2 |
task340_winomt_classification_gender_pro | task340-597c2b12b9e84d35a4b18adc97086846 | In this task, you are given a sentence and a profession that is mentioned in the sentence. The gender of the person with the given profession can be identified using the gendered pronouns that refer to them in the text. You are expected to identify the gender. Select from female and male.
Sentence: The developer did no... | Female |
task245_check_presence_in_set_intersection | task245-23068e66283448eaa3996ce2a0962241 | In this task, you are given two sets, and a question. You need to find whether an element is at the intersection of two given sets. A Set is shown by two curly braces and comma-separated numbers inside, like {1, 2, 3}. The intersection of two given sets is the largest set which contains all the elements that are commo... | No |
task183_rhyme_generation | task183-f92d5f12398d4fdab263c25e69c0b304 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
game | aime |
task1310_amazonreview_rating_classification | task1310-3975cd97420246c1b6fc89a485700d9b | 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.
I love this bag because it's just what I need! It's like a small duffel bag and has lots of room ... | 4 |
task1712_poki_classification | task1712-07bf60826f094b92b8f4fba3a593e318 | You are given a short poem which is written by a kid. Your task is to predict if the kid is in elementary school or high school. Anyone who is from grade 1st to 6th-grade will be considered as in elementary school, and 7th to 12th-grade kids will be considered as in high school. There are only two possible outputs, i.e... | high |
task247_dream_answer_generation | task247-1cd3ecb052284c28b1f013608053dca6 | 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's that book you just picked up? W: The sociology text professor Smith uses in his course. M: You h... | (A) She thinks it's a good one. |
task379_agnews_topic_classification | task379-041bbe0e5d4e400b8f98172690ba7bf8 | In this task, you are given a news article. Your task is to classify the article to one out of the four topics 'World', 'Sports', 'Business', 'Sci/Tech' if the article's main topic is relevant to the world, sports, business, and science/technology, correspondingly. If you are not sure about the topic, choose the closes... | World |
task308_jeopardy_answer_generation_all | task308-fa0ddf5346fd4fbb991f4ffece4915c8 | 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: WHERE DO YOU GET "OFF"?
Clue: It describes an investment based in a foreign country ... | offshore |
task471_haspart_answer_generation | task471-b3335a6ba8a64edc9687196a864feaed | 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... | spine |
task1446_farthest_integers | task1446-0700e91a96f241b1a74278772f933642 | In this task you will be given a list of integers. You should find the maximum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the largest possible absolute distance.
[77, 36, 88] | 52 |
task592_sciq_incorrect_answer_generation | task592-236b240aa3e2410093e5e0ce8059fcc3 | Given a scientific question, generate an incorrect answer to the given question. The incorrect answer should be a plausible alternative to the correct answer. The answer should be some other item belonging to the same category as the correct answer but should be incorrect.
What is the term for the direct manipulation o... | genetic testing |
task1205_atomic_classification_isafter | task1205-a92f303bce75455780546d75e596eb71 | 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 |
task897_freebase_qa_topic_question_generation | task897-b1939e5009504f9cbd00dc5a4fdba77d | Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question.
alice walker | Which novel won a Pulitzer Prize for Alice Walker? |
task522_news_editorial_summary | task522-1f0ad39007fe4bf2bfc7de1a7d6660c7 | Your task is to extract the thesis of an opinionated news article by selecting some of its text segments. The thesis is a summarization of what the author wants to persuade the reader of. Your answer should consist of segments of the given text. Note that you are not allowed to combine different sentences.
Sexting may ... | We're all porn stars now |
task605_find_the_longest_common_subsequence_in_two_lists | task605-64b54db8bbd145098ddd121c95adbc75 | In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B.
['x', 'A', 'K', 'D', 'b', 'I', '4139', '1131', 'D', 'k', 'V', '7005', 'z', 'l', 'X'], ['i', 'i', 'h', 'S', '4139', '1131', 'D', 'k', 'V', '7005', 'l', 1777] | 4139, 1131, D, k, V, 7005 |
task1603_smcalflow_sentence_generation | task1603-22cde710e6774f239f70c785289b1842 | In this task, you have given an input which is user's command or question, based on that you have to return what will be Agent's response/reply for that particular user's command or question
Cancel my dinner date with Frederick next week Wednesday. | Is this what you want me to cancel? |
task1186_nne_hrngo_classification | task1186-6049e6249cbb4581a8e3933e6420628a | You are given an original reference as well as a system generated reference. Your task is to judge the naturaleness of the system generated reference. If the utterance could have been produced by a native speaker output 1, else output 0.
System Reference: noe 7s nest bed and breakfast has a moderate price range in the ... | 0 |
task589_amazonfood_summary_text_generation | task589-1bc95d6035e24a72a2a3e0c03e603b6f | In this task, you're given a review from Amazon's food products. Your task is to generate a short summary of the given review in the input. Note that you don't need to write a complete sentence as a summary.
My pup, Lucy, will take these biscuits and set it down for a while before eating. She doesn't go gaga over them... | 3/4 Paws |
task326_jigsaw_classification_obscene | task326-ed7c05f2f1634487bd1ed7ea7815d803 | 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 |
task1336_peixian_equity_evaluation_corpus_gender_classifier | task1336-e656f0ca819747789a4a24f4e7bcae2c | You will be given a sentence containing a pronoun/person name and an emotion. From these implicit parameters, the main goal is to find the gender of the person (male / female).
Tia told us all about the recent annoying events. | female |
task319_stereoset_classification_profession | task319-85f6e2f4f9c14ed7b6cb0b4afe211ea4 | You are given a target profession, and two sentences. Your task is to determine whether the second sentence is either a stereotype, anti-stereotype, or is unrelated with respect to the first sentence and the target. A stereotype is a widely held but oversimplified notion of a group of people. An anti-stereotype is an i... | stereotype |
task101_reverse_and_concatenate_all_elements_from_index_i_to_j | task101-90d3c4a2001440cbacd1b60b32761935 | 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 find all elements of A from the ith element to the jth element, reverse the order in which they occur, and then concatenate them to output the resultant string. i and j will be non-negative, and will always have a va... | 9755285dRb |
task378_reverse_words_of_given_length | task378-611c9c678b754d30a0201382c096d04c | 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: 'two people standing in a living room holding remotes'. Reverse all words of length '1' in the given sentence. | two people standing in a living room holding remotes |
task155_count_nouns_verbs | task155-36cc6b7977a046b89b58e1eab6f0209c | In this task, you need to count the number of nouns/verbs in the given sentence.
Sentence: 'A couple of horses standing in the middle of a road'. Count the number of nouns in this sentence. | 4 |
task142_odd-man-out_classification_no_category | task142-9a1cc1ee6b514fafaf31eb1ae2f65d0a | 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.
happy, prime, penalty, fine, arrest | happy |
task165_mcscript_question_answering_commonsense | task165-5db0958f156b4bebafc4ca787ebdae9f | You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to choose the correct answer to the question based on the passage. Answer of the question cannot be found directly from the passage, it is indirectly indicated in the passage. Do not answer with words o... | After grabbing the mailbox key |
task475_yelp_polarity_classification | task475-a707b3cdd14041018c7c5fa91cb84a01 | In this task, you are given Yelp reviews. The task is to classify a review as "POSITIVE" if the overall sentiment of the review is positive or as "NEGATIVE" if the overall sentiment of the review is negative.
OK all you get two reviews in one:\n\nAs to the food and service:\n\nMy wife and I went to Joyride for her bday... | NEGATIVE |
task729_mmmlu_answer_generation_professional_law | task729-ca955593db5a4eaeb49d365692874057 | You are given a question on professional law. You are also given 4 answer options (associated with "A", "B", "C", "D"), out of which only one is correct. You need to answer the question by selecting the correct option. You should only answer with the choice letter, not the whole answer.
Two men were told by the defenda... | D |
task027_drop_answer_type_generation | task027-0c696b5246334788901fea2ec14a5676 | 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 |
task389_torque_generate_temporal_question | task389-11b0fdb9f0d244429ab9c5a1f8750e66 | 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 will happen in the future? |
task611_mutual_multi_turn_dialogue | task611-e8475fd03aed4282b41e103dd4132180 | 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 |
task303_record_incorrect_answer_generation | task303-348778d6499646fe86360ae17b6bb318 | 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 ... | Palestinian Authority |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.