task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task586_amazonfood_polarity_classification
task586-2956cd6f873c4248b9dd87c19af8220c
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. Dont have a computer.I use my mobile internet.Couldnt even get to purchase this.That needs to change.Missed out on a purchase.
Negative
task316_crows-pairs_classification_stereotype
task316-67e6f46533a94d6d89d7df3dbc3266f2
In this task, you are given a short passage that conveys a stereotype or an anti-stereotype. A stereotype is an over-generalized belief about a particular group of people(based on race, ethnicity, gender, age, abilities, etc.). An anti-stereotype is an idea that goes against a common stereotype. You are expected to cla...
Anti-stereotype
task588_amazonfood_rating_classification
task588-cab5ce4ae3834b11aa51cc034353e492
In this task, you're given a review from Amazon's food products. 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 or mixed, 4: good, 5: extremely good. It is so watery and weak, I had to brew the smallest cup and then put i...
2
task488_extract_all_alphabetical_elements_from_list_in_order
task488-6ce7df29ccbf4d959b8dda6a9a1f3d22
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. ['1207', 'D', '977', '5489', '8021', '4317', 'g', 'U', '6461', 'D', 'Z', '889', 'E', 'g', '2591', '1863', 'A', 'G', 'M', ...
D, g, U, D, Z, E, g, A, G, M, A, k
task1292_yelp_review_full_text_categorization
task1292-e540e4af2f064183bf5473d006f2ce89
You are given a review about a place. You need to provide a rating from "1 star" to "5 stars" for this place. Very poor service here. Stay away!! They said they could help us. Kept the jewelry for a month and then never called. We called several times and they kept putting us off. After charging us over $150 they final...
1 star
task672_nummersense
task672-455ce5cdeace4003953f62c9eaae312a
In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words. Thin walls develop around _ of the nuclei.
six
task1542_every_ith_element_from_starting
task1542-2ea1c0d9676e4ccc849a8eb62525ceee
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. 7, ['9275', 'c', 'E', '1359', '2987', '7667', '7637', '4381', '2581', '6287', '165', 'O', '5653', '605']
9275, 4381
task636_extract_and_sort_unique_alphabets_in_a_list
task636-05aa39f4ee1e4990870d3473d0224771
In this task, you are given an input list A comprising of numbers and alphabets. You need to extract and sort the unique alphabets in the list. The alphabets in the input list will only be in lowercase. Return -1 if there is no alphabet in the input list. ['e', 'q', 'y', '3991', 'k', 'a', '5083', 'y', '9445', '6221', '...
a, b, c, e, k, l, n, q, r, u, w, y
task325_jigsaw_classification_identity_attack
task325-c149a828ed3947cdb5e79982370e4d9b
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
task328_jigsaw_classification_insult
task328-cf7673dcb4cc4e03a36ffb64e57fb84b
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: insult and non-insult. Insult is any lanugage or act that is disrespectful or scornfully abusive. Comment: Assad is a murdering bastard! Putin is a gangster and Trump is a fool!
Insult
task1295_adversarial_qa_question_answering
task1295-82e5ffd549074fedb3fd18a48ba1772f
In this task, you are given a question and a context passage. You have to answer the question based on the given passage. Why can anyone create a church in America?, Context: The first amendment to the US Constitution states "Congress shall make no law respecting an establishment of religion, or prohibiting the free ex...
first amendment
task094_conala_calculate_mean
task094-dd58406dedf54920a378ac00f7abadbf
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. [-34.349, 130.564, 245.962, -83.044, -36.899, 23...
58.699
task1594_yahoo_answers_topics_question_generation
task1594-4019160c952245cfb82ccd1539d66f83
You are given a passage. You need to construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) its answer is the whole paragraph. Avoid creating questions that can be answered correctly without actually understanding the paragraph. Hard to say...
what is a good wedding gift to give to your new spouce? She is 12 years younger than me. Suggestions?
task1389_hellaswag_completion
task1389-1d28d19d2b9d46fa8160ecdcda2e2986
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". [header] How to make an easter egg glow [title] Place the desired amount of raw eggs gently into a ...
D
task1359_numer_sense_answer_generation
task1359-71608826566b4277b5566006cbf078bf
Given a sentence, fill out the missing word with a 'no' or a number (between zero and ten). You should write the numbers with english alphabet, like: four instead of 4. Islamic art includes calligraphy, or decorative penmanship, but ____ images of people.
no
task161_count_words_containing_letter
task161-5eb150436fa340eaa84160f79bc07f79
In this task, you need to count the number of words in a sentence that contain the given letter Sentence: 'a line of motorcycles parked on a small street'. How many words contain the letter 'h' in the sentence.
0
task097_conala_remove_duplicates
task097-863b04082fd64f68ad2acf9c22e02161
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. [6, 1, 0, 0, 1, 3, 4]
[6, 3, 4]
task517_emo_classify_emotion_of_dialogue
task517-e64ccf72ee2d43d1a43edc78da262056
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. can you help me to find out with what romantic person
other
task849_pubmedqa_answer_generation
task849-f7e7fbcf408048f1ae8f5d4294775149
In this task, you are given a passage which has a question and the context. You have to generate an answer to the question based on the information present in the context. Context: The incidence of thyroid cancer is increasing. As such, the number of survivors is rising, and it has been shown that their quality of life...
We found the self-reported QOL of thyroid cancer survivors in our study population is overall similar to or worse than that of survivors of other types of cancer surveyed with the same instrument. This should heighten awareness of the significance of a thyroid cancer diagnosis and highlights the need for further resear...
task956_leetcode_420_strong_password_check
task956-93dfe1445c8947f8bf397b6c94e86061
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...
10
task283_dream_incorrect_answer_generation
task283-15a18f0f5a914b5084f1ac96536ca5bd
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: What's that book you just picked up, Mary? W: The o...
It's sold at a discount price.
task209_stancedetection_classification
task209-d2b887bb1d0c4faf8e8e5191b1aee07d
Given the Target and Argument texts detect the stance that the argument has towards the topic. There are three types of stances "in favor", "against", and "neutral". Topic: Balanced budget amendment to US Constitution Argument: Balanced budget amend in states is often a bad thing.
against
task573_air_dialogue_classification
task573-054e5e625ea648d59c28390a5d868912
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, `...
no_flight
task293_storycommonsense_emotion_text_generation
task293-c6f23245227244e3b22b6bcb3780840c
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 ...
remorseful
task385_socialiqa_incorrect_answer_generation
task385-1aa0f4eaa99945f8bdbeab690bc4f580
In this task, you're given a context passage, a question, and three answer options. Your task is to return an incorrect answer option to the question from the choices given. For all questions, only one of the three answer options is correct. Pick one of the two incorrect answer options as the output. Context: Casey was...
B
task125_conala_pair_differences
task125-0bcb36c7960646c49bb2f3de3b30d8f5
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. [-4, -64, 63, -82, -44, -37, -11, -85, -28, 47, -95, -82, -3, -34]
[60, 127, 145, 38, 7, 26, 74, 57, 75, 142, 13, 79, 31]
task308_jeopardy_answer_generation_all
task308-49fdf1cc141e4186ae82599205b4e431
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: IT'S IN MY COFFEE Clue: Sweet'N Low contains saccharin; sucralose goes into this "S"...
splenda
task673_google_wellformed_query_classification
task673-eaa6c6ca94d44d4393d63aee9ecf56a7
Read the given query and classify it as a 'Good' or 'Bad' query depending on how well the query is formed, 'Bad' being the expected output for a not so well formed query and 'Good' being the expected output for a well formed query. A query may be wrong based on common sense or general facts, but if it is well formed, y...
Good
task849_pubmedqa_answer_generation
task849-eb2c7c66c7284e87ab0cd45ae94273f2
In this task, you are given a passage which has a question and the context. You have to generate an answer to the question based on the information present in the context. Context: Genetic and environmental variation are both known to influence development. Evolution of a developmental response that is optimized to the...
Zebrafish families vary in their plastic response to hypoxia. Genetic variation in plastic response to hypoxia may therefore provide the basic ingredient for adaptation to a variable environment. Considerable variation in the degree of familial response to hypoxia exists between different cardiovascular traits that may...
task310_race_classification
task310-e1c54515baa643d5b39aad781fa16528
In this task, you're given an article, a question which often contains a blank, four options (associated with "A", "B", "C", "D") and the answer to that question. Your task is to classify whether the given answer is correct or not by providing "Yes" or "No", based on the article. Article: When Carlos Westez died at the...
Yes
task1285_kpa_keypoint_matching
task1285-b51f0b0e156a497c8fc88b7aba9ba658
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: We should ban private military companies<sep>Argument: The fact that pri...
True
task142_odd-man-out_classification_no_category
task142-2849b31fb03a4810a65018ea0a5a3559
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. trip, lift, fall, winter, bend
winter
task1340_msr_text_compression_compression
task1340-0a77fc69cf634b0a8b0449abc544e8b0
Given a text, write a compressed version of it in a single sentence. Among these are rules governing emissions that limit visibility in the national parks, and rules governing pollution that drifts eastward from Midwestern power plants. Indeed, Bush has already made clear his intention to roll back one of the most impo...
Indeed, Plant has now explained the goal to help move back essentially the most significant of such restrictions, any provision referred to as new supplier assessment that will compels programs to setup modern day carbon dioxide settings if he or she drastically improve more aged plants.
task092_check_prime_classification
task092-0a1c2328bcd8405ea1ed465c29317163
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. 98398
No
task279_stereoset_classification_stereotype
task279-ba753aaebdce470babb157c5c19fcd59
In this task, you are given a short passage that may convey stereotype, anti-stereotype, or is unrelated. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. The passage is unrelated if it does not convey a stereotype or ant...
Anti-stereotype
task905_hate_speech_offensive_classification
task905-5382aac731d841998bad9dd02e8d3b8c
You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise. Tweet: @skyereyes_ you a Oreo cookie now. Label: Neither
true
task085_unnatural_addsub_arithmetic
task085-77fe572dc30443a68866684b630fc9ac
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. 3396 + 9047 - 5174 - 8255 - 8513
16291
task1595_event2mind_text_generation_1
task1595-a48274a7a1b44505b36333089c52da94
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 decides to go fishing
happy
task195_sentiment140_classification
task195-c168497e538d4a2f88d63c02148c4a69
In this task, you are given a text from tweets. Your task is to classify given tweet text into two categories: 1) positive, and 2) negative based on its content. @claritypro Thanks so much, really nice... nice to share a cuppa with a friend
positive
task899_freebase_qa_topic_generation
task899-834fddf2059b4b8a874c34b9be78cbb9
Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about. In which city were the 1912 Olympic games held Oslo, Antwerp or Stockholm?
1912 summer olympics
task159_check_frequency_of_words_in_sentence_pair
task159-8e2beaaf61f0428d855e49ce6fcad0af
In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'. Sentence1: 'a vintage looking image of a train near a mountain', Sentence2: 'people are looking at tables full of stuff'. Is the frequency of the word 'looking' in two sentences equal?
Yes
task302_record_classification
task302-08c40145b557443eaaae76935cdcc281
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. A new SNP MP can today be unmasked as an int...
(C)
task403_creak_commonsense_inference
task403-b9bb9fa647834cbca1d12adfc945893d
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...
False
task389_torque_generate_temporal_question
task389-9e27a82472384229a5c69203cf54ff90
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 after a drop of surplus production capacity?
task633_dbpedia_14_answer_generation
task633-6c7b227a78994563b18751f1978d8352
In this task, you are given a text which is the body of a document. You are given a question and options. Pick the correct number. Don't generate anything else apart from the numbers provided in options. Context: The Keating TKR is a British sports car produced by a company that was founded by Tony Keating and is based...
2
task1423_mathqa_geometry
task1423-30570ced04164406a484d2eb51338d90
In this task, you need to answer the given multiple-choice question on geometry. Classify your answers into 'a', 'b', 'c', 'd', and 'e'. Problem: a rectangular room has the rectangular shaped rug shown as above figure such that the rug ’ s area is 180 square feet and its length is 8 feet longer than its width . if the ...
c
task1389_hellaswag_completion
task1389-142e775ac3e9476eb77d7cfb3ce987a2
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 group of kids in a gymnasium play rock, paper, scissors. A girl wearing a blue jacket runs across...
C
task605_find_the_longest_common_subsequence_in_two_lists
task605-649faaef0aa74f75b0fbc4558205755c
In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B. [6431, 6183, 'v', 7129, 4239, 8685, 2297, 'J', 'g', '1905', '1433', '3541', 'h', 'q', '1989', 'c', '6005', '39', 'L', 'd', '49', 'C', '1021', '499', '7915', 'X', 'd', 'g', 'I', 9765, 281, 'N', 'q', 6147, 'o', 'K', 'R', ...
J, g, 1905, 1433, 3541, h, q, 1989, c, 6005, 39, L, d, 49, C, 1021, 499, 7915, X, d
task192_hotpotqa_sentence_generation
task192-70cfc37cc370408fb29ee76ef1265577
In this task, you are given a context paragraph, a question based on that and corresponding answer of a question. Your task is to generate supporting fact/knowledge from context paragraph which helps in answering a given question. "Burn" is a song by American R&B singer Usher, which he wrote with American songwriters J...
Originally planned as the albums lead single, Burn was pushed back after favorable responses for the song Yeah!
task183_rhyme_generation
task183-b039cb9d698e4dc09351f0cc2c311216
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" yellow
mello
task078_all_elements_except_last_i
task078-08e27f288b704211aeccae2dbf9fdcdc
In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A preceding the last i elements. i will always have a value less than the length of A. 3, ['2695', 'H', '303', '5695', 'l', '3463', 'L', '2949', '383', '6299', 'u', 'M', 'r', 'q']
2695, H, 303, 5695, l, 3463, L, 2949, 383, 6299, u
task857_inquisitive_question_generation
task857-8bbd247cbad54ac192e85ebbdd6308cf
Write an inquisitive question about a specific text span in a given sentence such that the answer is not in the text. Sentence: Outlined in top - secret documents leaked to news media by former NSA contractor Edward Snowden , the disclosures are bruising ties with some of the closest U . S . allies , adding to the dome...
Which disclosures? Spying on allies?
task586_amazonfood_polarity_classification
task586-b4ac510a0e374a37baa7d70828b6d007
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. My golden retriever is one of the most picky dogs I've ever met. After experimenting with various types of food, I have found she loves natural balance. What I ...
Positive
task565_circa_answer_generation
task565-2d249218eb6d4c43817e4f1e391b605f
In this task, you are given a question. Your task is to generate an answer that is relevant to the question. Did you marry your high school boyfriend?
We broke up a year into college.
task566_circa_classification
task566-476c60d22b924e6f9f62d3bdaf3131d7
In this task, you are given two sentences. Your task is to classify the given sentences as "Yes" if they have same meaning; otherwise, classify them as "No". Sentence-1: As long as they're safe.<sep>Sentence-2: I like big cities .
Yes
task310_race_classification
task310-9bde75cb68c048f1bc7bf7163f9ca4b3
In this task, you're given an article, a question which often contains a blank, four options (associated with "A", "B", "C", "D") and the answer to that question. Your task is to classify whether the given answer is correct or not by providing "Yes" or "No", based on the article. Article: There are various reasons why ...
Yes
task956_leetcode_420_strong_password_check
task956-4cbea8ee7fb148ecbf5d0ea0557cf19a
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...
21
task1412_web_questions_question_answering
task1412-06822505708041b28693e53963492c43
A question is presented to you in this task, and your job is to write a potentially correct answer. what does nick cannon play in?
Wild 'n Out
task1712_poki_classification
task1712-5e8edaee8ea84010a2e21b20d839bd29
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...
elementary
task389_torque_generate_temporal_question
task389-f746087cd62d423da2f38b4b84fc05fa
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 event has already finished?
task303_record_incorrect_answer_generation
task303-0f2bbd48364445aca7e9bbdf8e57840d
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 ...
Australian
task316_crows-pairs_classification_stereotype
task316-8c9ff6c933f64a2b8bf8b9b8cecc8d64
In this task, you are given a short passage that conveys a stereotype or an anti-stereotype. A stereotype is an over-generalized belief about a particular group of people(based on race, ethnicity, gender, age, abilities, etc.). An anti-stereotype is an idea that goes against a common stereotype. You are expected to cla...
Stereotype
task303_record_incorrect_answer_generation
task303-eaf6ce2e54a14185a90fe67fbd4f3e7c
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 ...
Australia
task111_asset_sentence_simplification
task111-3d86d0e3a626402bb91875b2951eccf6
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...
Pack rats are plentiful in deserts and highlands. They live in the western part of the US and northern area of Mexico.
task070_abductivenli_incorrect_classification
task070-53258805155e4a8286c2cf8b7b7025f7
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 incoherent / implausible by indicating 1 or 2 in the output. If both sentences are plausible, pick the one that makes less sense. Beginning: Jodie was obs...
2
task374_synthetic_pos_or_neg_calculation
task374-393d3a51a4b549ca95fddde920e298f0
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...
[135, 183, 141, 195, 132, 237, 22, 12, 138, 174]
task205_remove_even_elements
task205-74037b606ea24acfa1542af3927c4ad1
In this task you will be given a list of numbers. A list is shown by two brackets and comma-separated numbers inside, like: [1,2,3]. You should remove all of the even numbers from the list. If every number in the input list is even an empty list should be returned. Zero should be counted as an even number. [172, 199, 1...
[199, 123]
task756_find_longert_substring_and_return_all_unique_alphabets_in_it
task756-3f49b3e7fc104cf3a8d8071f1c1a8d00
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. avEndcmqOmwWeKKqLFdYLfKSwk, mDeKKqLFdYLfKSXCCwVvXPPo
a, c, d, e, f, k, l, m, n, o, q, s, v, w, y
task191_hotpotqa_question_generation
task191-c130c0122da344daa667c1e9855f43fd
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 : Sligo Castle (Irish: "Caisleán Sligigh" ) was a Norman era castle built in 1245 i...
What Victorian era castle is to the east of Marybank, Lewis?
task1364_hans_answer_generation
task1364-341333bee3494cec9c34fcf7e13db96c
In this task, you are given a premise sentence. Your task is to write a new sentence by substituting the subject and object (i.e., the input's subject should be output's object and vice versa.). The generated sentence must be fluent and shouldn't change the voice (i.e., passive or active) of the input. The lawyers help...
The tourist helped the the senators .
task094_conala_calculate_mean
task094-0644629dfa8146acb0fcd0ce7efbf3a9
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. [-29.727, 150.587, -28.344, 181.096, 0.275, -91....
53.801
task283_dream_incorrect_answer_generation
task283-cbdb772ef335460aabd7a001601e9dfd
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: How can I get to the airport? M: You can to there b...
It saves money to go by subway.
task1645_medical_question_pair_dataset_text_classification
task1645-00a7a2cead7a4486a3733aaffbcc4117
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: What to do if I cut my gum on a piec...
Dissimilar
task1310_amazonreview_rating_classification
task1310-183e17f4e423486b8a5788ab7f884d64
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. The tank fits nicely around the chest, but as many other reviews say, it is too blousy at the bot...
2
task323_jigsaw_classification_sexually_explicit
task323-95ef145c8b394d469c673e69847894df
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: sexual-explicit and non-sexual-explicit. A comment is considered sexual-explicit if it explicitly portrays sexual matters. Comment: “I did not have sex with that lady.” He just talked about it...
Sexual-explicit
task141_odd-man-out_classification_category
task141-e407fddf394c4eb2943d1d27e85495d1
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: bird Words: flamingo, crane, mallet, winch, derrick
winch
task113_count_frequency_of_letter
task113-ed717698422f443982d1bdb1c8a0c0ab
In this task, you need to count the number of times the given letter appears in the given sentence. Sentence: 'a white dog with black spots sits in the grass'. Find frequency of the letter 's'
6
task094_conala_calculate_mean
task094-3ee582aecb08454b8bfc5c8c0d8f3b5a
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. [8.015, 163.159, -7.852, 235.127, 70.681, 223.46...
72.762
task374_synthetic_pos_or_neg_calculation
task374-f8fddef9fc4e45a2a559c66628bc0fab
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...
[48, 279]
task886_quail_question_generation
task886-ec9546db1864407495290b0c291cc921
Write a question from the passage such that it identifies a character (a person or a thing) in the passage. I was fencing wire at Flat Broke Acres and trying to tighten up the wire a bit. I lost the grip of the fencing wire and the pliers smacked me in the mouth. This is what I hit myself in the mouth with. The curved ...
Who hit themselves in the mouth?
task192_hotpotqa_sentence_generation
task192-dd1cea87aef9437a9ab92a517dc9289b
In this task, you are given a context paragraph, a question based on that and corresponding answer of a question. Your task is to generate supporting fact/knowledge from context paragraph which helps in answering a given question. Vincent John Basciano (pronounced bah-sha-noh) (born November 14, 1959) is an American mo...
Vincent John Basciano pronounced bahshanoh born November 14, 1959 is an American mobster who became acting boss of the Bonanno crime family after the arrest of boss Joseph Massino.
task228_arc_answer_generation_easy
task228-b60197bd4ba5425e8e1815ffe33b2296
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
task475_yelp_polarity_classification
task475-4a984542014245328dd89b2901ba1a4d
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. The seafood and prime beef here can't be beat. If you watch for the sales when they have 50% off prime steaks a...
POSITIVE
task246_dream_question_generation
task246-1677ea3f3c9f464eae6bab0eb9060f6b
In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. "W" and "M" in the conversations stand for "woman" and "m...
What are the two speakers talking about? (A) A Family holiday. (B) A business trip. (C) A travel plan.
task1389_hellaswag_completion
task1389-7fa5a47535d34e03b75090e7af260779
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 marching band is seen walking down the street with people watching. More people walk past the peo...
D
task369_synthetic_remove_odds
task369-1639268c62ae493fbdaa1ea98163adac
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. [-24, -80, -...
[-24, -80]
task1510_evalution_relation_extraction
task1510-acec46538fb64b4496a0abfba70a503c
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. joy can ...
joy Antonym bad
task867_mawps_multiop_question_answering
task867-322bde5b90154d05add7df0f55c5a5f3
You are given a math word problem and you are supposed to apply multiple mathematical operators like addition, subtraction, multiplication or division on the numbers embedded in the text to answer the following question and then only report the final numerical answer. A chef needs to cook 15 potatoes . He has already c...
63
task574_air_dialogue_sentence_generation
task574-4f0932ca61564ab6a7576b14d00f725d
In this task, you're given a dialogue between a customer and a flight booking agent with a gap in the conversation. Your job is to find the answer of the previous dialogue. Avoid using irrelevant extra information while creating the answer. The answer should be relevant to the question before the blank. If you fill the...
customer: Thank you for considering my request in my ticket reservation.
task496_semeval_answer_generation
task496-217966ad81c6449da08a235d23a045c3
Given news headlines, an edited word and funniness labels. The original sentence has word with the given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Your task is to generate answer "Yes" if an edited sentence matches funniness label, otherwise generate answer "No". ...
Yes
task618_amazonreview_summary_text_generation
task618-6c3eabc1dde449f7a4b35b89cfb4a6cb
In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review. The part number was different than what was photographed. The gasket on the Thailand manufactured B part number that was delivered was notably different than the OEM oil filter that was previously installed by...
DIffernt Part Number Than Photo - Different Gasket than OEM that was Removed
task066_timetravel_binary_consistency_classification
task066-31705c698a484a168453a1f9eef4fc2e
In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given a candidate for the second sentence and you need to identify if the given sentence connects the first sentence with the rest of the story. Indicate your answer by "Yes" if it connects, otherwi...
Yes
task886_quail_question_generation
task886-48f09f9886684b579f3dbb752a8d524e
Write a question from the passage such that it identifies a character (a person or a thing) in the passage. U.S. President Donald Trump on Thursday threatened tariffs on an additional $100 billion worth of Chinese goods, on top of the $50 billion in import taxes he already has proposed against Beijing. Though none of t...
Who complains about Chinese theft of US intellectual property?
task405_narrativeqa_question_generation
task405-0ce71b4b5b904deda1f967c77fefa6f2
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...
Why does Huntingdon become jealous of his son?
task328_jigsaw_classification_insult
task328-3cd32b9c5d4f4c1db8ad3ac9e6de9813
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: insult and non-insult. Insult is any lanugage or act that is disrespectful or scornfully abusive. Comment: It would be nice for the R-G to give this some context. How much has the U's budget in...
Non-insult
task246_dream_question_generation
task246-ab38bc2a543b4be7a72e5ec597b2f94d
In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. "W" and "M" in the conversations stand for "woman" and "m...
Why is the man excited? (A) He has bought a new car. (B) He has passed a driving test. (C) He has just learned how to drive.
task405_narrativeqa_question_generation
task405-980eb35d1ba2412283e6ac25f4c5711f
You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont...
What is the Ghost?
task1541_agnews_classification
task1541-39bb0f890c8c48b1991d3732d4389962
In this task, you're given a short article. Your job is to classify the article based on its category. Use the following classification labels, 0. World, 1. Sports, 2. Business, 3. Science or Technical. Label the text "0" if it contains information related to world. Label the text "1" if it contains information related...
2
task151_tomqa_find_location_easy_clean
task151-4a77fd30d0d44f45b4bc5efcc66c4d72
Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: (1) when the individual's belief matches reality, (2) when the individual's belief does not match reality, (3) is when an individual has a false belief about another in...
green_drawer
task379_agnews_topic_classification
task379-b46906a6de9a41cf89d1873b45f18e0e
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