task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task493_review_polarity_classification | task493-522e3fef5ceb4575bd1e5fe87b73d3b1 | Given reviews from Amazon, classify those review based on their content into two classes: Negative or Positive.
I found the information timeless. Yes, somethings sounded dated because of time. Yet it did not take away from the content. | Positive |
task390_torque_text_span_selection | task390-9da6d85fc446486aa53ac681ef03e306 | In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Passage: But so... | questioned |
task142_odd-man-out_classification_no_category | task142-0fcc6f923a274ea78839769a64713418 | 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.
sea, current, late, moon, main | late |
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists | task755-1ce965a9ab794b5b8272511801e800ed | 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... | jTVatziAJ, lQatzcwn |
task506_position_of_all_alphabetical_elements_in_list | task506-24b3588a3c9e4320b8c058f8b5ddee0d | 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 alphabetical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no alphabetical element is in the list.
['l', 'M', '... | 1, 2, 3, 6, 9, 13 |
task067_abductivenli_answer_generation | task067-3bf58d8da8ba4cd59ab0633927ddb632 | 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... | David got sick and didn't have the energy to go to stores and run to the sales. |
task124_conala_pair_averages | task124-6d9ca90afee8487f940b5b53326d2ca5 | In this task you are given a list of numbers and you need to find the average of each two consecutive values. The average of two numbers a and b is calculated as: (a + b) /2. The output should be a list of the averages of each two consecutive values. A list is presented with two brackets and comma-separated values, lik... | [-8.0, -83.5, -3.5, 17.5, 29.0, 25.0, -10.5, -12.5, -48.5] |
task1289_trec_classification | task1289-aa29f4ee3db7427392c34b6f2218496d | 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... | Person |
task163_count_words_ending_with_letter | task163-b2398f0806ac44f292dc7274d5d64ad3 | 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 mini van being pulled up on a tow truck'. How many words end with the letter 'w' in the sentence. | 1 |
task820_protoqa_answer_generation | task820-16814f09f77c49019f2a671a2d0f97a9 | 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 from your ex that you might get rid of when starting a new relationship | their clothes |
task1730_personachat_choose_next | task1730-0f6fe20a1dd440c5b928aad2dd861aac | 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 wish I could take back a mistake.
I don T like my reputation.
I don T like fee... | Wow. What is your other name. |
task629_dbpedia_14_classification | task629-f61a3b22bf414661b83d17f9b8fc3731 | In this task, you are given a text which is the body of a document. Your job is to classify the topic of the document into these categories: 1)Company, 2)Educational Institution, 3)Artist, 4)Athlete, 5)Office Holder, 6)Mean of transportation, 7)Building, 8)Natural place, 9)Village, 10)Animal, 11)Plant, 12)Album, 13)Fil... | 11 |
task1419_mathqa_gain | task1419-db347062858d480ebedadbaa679f887f | In this task, you need to answer the given multiple-choice question on the gain. Gain is the value by which to multiply the input. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.
Problem: in a sample of 800 high school students in which all students are either freshmen , sophomores , juniors , or seniors , 22 p... | c |
task400_paws_paraphrase_classification | task400-673dbfcc0d4d44ef95f64fa2780ad83c | In this task you are given a sentence pair from wikipedia that have high lexical overlap. If the sentences have the same meaning and are just paraphrases of each other label them as "Paraphrase" , if not label them as "Not paraphrase". The two sentences are seperated by a new line.
At some point , Lola Guam struck and ... | Not paraphrase |
task1446_farthest_integers | task1446-4336de407e4e4389a7ad6b7c857e7c96 | 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.
[-51, -5, 32, -24,... | 112 |
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately | task509-d230d0749a364a52b894d5d485f60f5f | In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to collate all the alphabetical elements at the start of the list followed by all the numerical elements of the list. Maintain the order in which the alphabetical elements appear in the given input... | j, F, U, N, H, y, g, O, b, R, A, 2757, 5899, 303, 3545, 9445, 3505, 4333, 2747 |
task306_jeopardy_answer_generation_double | task306-69b3052e2380480594992ad87f91ec54 | 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: STARTS & ENDS WITH "O"
Clue: This river that flows through Venezuela is South Americ... | orinoco |
task924_event2mind_word_generation | task924-5abf959978db4479836c7fd8aeb4b360 | You are provided with an "Event", "Intent" and "XEmotion" (PersonX's reactions for the given "Event"). Indicate PersonY's reaction (person feels) at the end of this event. Provide one reaction for PersonY. If there's nothing that can be implied, respond as None
Event:PersonX prevents PersonY from entering. Intent: 1) t... | restricted. |
task297_storycloze_incorrect_end_classification | task297-37d00c9a0ef045c5867378242cf9f909 | In this task, you're given four sentences of a story written in natural language. The given story is not complete and your job is to complete the story by selecting one of the end sentence choices from (A) and (B), such that the story does not sound complete and coherent, i.e., select an incorrect end sentence.
Sentenc... | A |
task586_amazonfood_polarity_classification | task586-5f0f2d0b5b5349edb1f460522e0e5f04 | 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 discovered these wonderful tomatoes and yes, they are worth paying for. Unfortunately in my area they are approaching 6 bucks a can and never go on sale. Walmar... | Positive |
task267_concatenate_and_reverse_all_elements_from_index_i_to_j | task267-1a905406629c46d79eb3dfc32cefb4e9 | In this task, you are given inputs 'i', 'j', and A, where 'i' and 'j' are integers and A is a list. A list is shown by two brackets and comma-separated numbers and characters inside, like ['1', '12', 'l']. You need to concatenate all elements of A from the ith element to the jth element, and then reverse the resulting ... | iAl7662kM1102VV942774995521j9729naz1509kx |
task384_socialiqa_question_classification | task384-bcfb1168232e4a2c85f77878376f364e | In this task, you're given a context passage, an answer, and a question. Your task is to classify whether the question for this answer is correct or not, based on the given context with commonsense reasoning about social situations. If its correct ,return "True" else "False".
Context: Aubrey came from a difficult and d... | True |
task589_amazonfood_summary_text_generation | task589-edb7e54e50854e2abf8e0787b0d595ac | 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.
DONT BE FOOLED - This is not a Health Cereal. The second ingredient is SUGAR and this cereal also has fructose i... | Too Sweet |
task516_senteval_conjoints_inversion | task516-485fd3f7aeac4de398b69e2d8f5e75fc | 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 |
task229_arc_answer_generation_hard | task229-ade61b522d204601ac917a64c493c159 | You are given a science question (hard-level) and four answer options (associated with "A", "B", "C", "D"). Your task is to find the correct answer based on scientific facts, knowledge, and reasoning. Do not generate anything else apart from one of the following characters: 'A', 'B, 'C', 'D'. There is only one correct ... | C |
task366_synthetic_return_primes | task366-ecc558af17994a0b9f31ae2802d1f2b5 | 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.
... | [113, 401, 569] |
task1423_mathqa_geometry | task1423-a706b34a8cb047d29dfdb261c1dfbf0a | 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: mr . loyd wants to fence his square shaped land of 150 sqft each side . if a pole is laid every 30 ft how many poles do he need ?
Options: ['a ) 20', 'b ) 30', 'c ) 40', 'd ... | b |
task1431_head_qa_answer_generation | task1431-df293fdb54d847488280cd77f281d71b | In this task, you are given a multiple-choice question about healthcare. Answer the question based on your information and classify your answers into '1', '2', '3', and '4'.
Question: Which of the mentioned vasoactive substances preferentially contracts the glomerular efferent arterioles in most physiological states?
... | 4 |
task303_record_incorrect_answer_generation | task303-9c13f095d891400da0d1230b235c4b4c | 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 ... | San Francisco |
task505_count_all_numerical_elements_in_list | task505-d6b9172bb6d9411792edcac5205804ae | In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the numerical elements in the given list. Return 0 if no numerical element in the list.
['A', '3305', 'C', 'v', '6241', '5087', 'O', 'l', 'I', 'M', '5079', 'a', 'e', '653... | 14 |
task593_sciq_explanation_generation | task593-e5cd77decb7640ccb1a6df48c82c757e | Given a scientific question and its correct answer, generate supporting facts for the answer. This supporting fact can be an explanation for the answer to the given question.
Question: What is cellular respiration that proceeds in the presence of oxygen known as? Answer: aerobic respiration | Cellular respiration that proceeds in the presence of oxygen is aerobic respiration. |
task380_boolq_yes_no_question | task380-3c0fe2a3c41d47d8a17be4cdfeb7c172 | In this task you will be given a passage and a yes/no question based on the passage. You should answer the question using the information from the passage.
passage: Retail sale of beer and wine is prohibited on Sundays between 2:00 a.m. and 1:00 p.m. and between 2:00 a.m. and 7:00 a.m. on weekdays and Saturdays. Retail... | Yes |
task155_count_nouns_verbs | task155-70a74415c349443b804ff07dc4fa7573 | In this task, you need to count the number of nouns/verbs in the given sentence.
Sentence: 'A man in the park throwing a frisbee'. Count the number of nouns in this sentence. | 3 |
task298_storycloze_correct_end_classification | task298-a67883dd721f47358a60732ae0da06e6 | 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: Sherry liked to explore the outdoors. Sentence2: She decided to ... | No |
task366_synthetic_return_primes | task366-3f34b1ce85fe41a2941e10ff1e823e5c | 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.
... | [233, 149, 937, 881, 991, 23, 787, 443, 461] |
task516_senteval_conjoints_inversion | task516-2bec4c1f4fc74db1b776963ab38e4cb0 | In this task you are given a sentence with one coordinating conjunction (for, and, nor, but, or, yet, and so). You must judge whether the order of two coordinated clausal conjoints have been inverted or not. Inversion would result in the sentence sounding unnatural. Label the instances as "Original" or "Inversion" base... | Inversion |
task1291_multi_news_summarization | task1291-833b221918c1457db6f8a0040659530b | In this task, you are given a text of many news articles seperated by special token "|||||". Your task is to summarize them.
Fear of vengeful omniscient gods may have helped human societies expand
Updated
Belief in an all-seeing punitive god motivates people to be more charitable towards strangers outside the... | The belief in all-seeing and punitive gods may be a huge factor in how modern civilization came to be. So report researchers in the journal Nature after studying nearly 600 individuals from eight communities, including plant cultivators on the South Pacific island of Tanna, wage laborers on Fiji and in Brazil, herders ... |
task1400_obqa_incorrect_answer_generation | task1400-992a80d79fbe43979584e7ef8be6c527 | 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: wildfire is when a forest catches fire. Question: When a wildfire happens what catches fire? | water |
task1434_head_qa_classification | task1434-a2f70d40a7c848b7a6b11ec25f53d52f | In this task, you are given a question and answer options for that question. Using this information, you have to classify each text into different topics: medicine, nursery, psychology, chemistry, pharmacology, biology.
Question: The lipogenesis takes place mainly in:
Options: <0> The mitochondria'. <1> The cytosol.... | chemistry |
task405_narrativeqa_question_generation | task405-3e7afa1994dd4a2095744ff71ecc058b | 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... | On what day will the heist take place? |
task183_rhyme_generation | task183-480b1fcc7f38494bac63e176cc33f074 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
occur | kuhr |
task195_sentiment140_classification | task195-15ea378d14f945bbb3bb416b48031da6 | 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.
All this is stressin me rite out =( i have a bad feelin that im gonna 4gotten about. You'v all annoyed me i have lyk 2 proper friends x | negative |
task1729_personachat_generate_next | task1729-82cad56aa8a0462e838d766c631ae2c0 | 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: Driving in t... | I'm glad I do not owe anything to I rs. |
task897_freebase_qa_topic_question_generation | task897-d7fbaeb6f1bf4fab9a577622369cf883 | Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question.
australia | Where is the area of 127,000 square kilometres (49,000 sq miles) in central South Australia, where public are not admitted under Australian Defence Force regulations? |
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists | task755-1b01b358304b413a9fa2c189fdbc4ea0 | 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... | QyLigPrWeZANVtdegggkmpqqsuvzgcRCFcd, jrztExzHQNqRzdegggkmpqqsuvzUsCCtwJMO |
task1328_qa_zre_relation_generation_from_question | task1328-6e2231c7095144549733a002a6964ede | 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... | award received |
task177_para-nmt_paraphrasing | task177-de166ce51d324113b5caf2bf757766ad | This is a paraphrasing task. In this task, you're given a sentence and your task is to generate another sentence which express same meaning as the input using different words.
maybe his temporal gland had to take longer to work itself out , ponder thought . | perhaps his time had taken a long time to tire himself out , thought ponder . |
task105_story_cloze-rocstories_sentence_generation | task105-ee1ce38c47d741468e8957739b485199 | In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences.
Sentence1: Charles had a big, white dog. Sentence2: He did not like the way the dog looked. Sentence3: Charl... | Charles mother was very angry. |
task1290_xsum_summarization | task1290-8f09bf27a9d94f7e9083a7b31ae16929 | In this task, you are given an article. Your task is to summarize the article in a sentence.
A total of 21 victims were aged under 10 and offences includes rape, sexual assault and grooming, said the NSPCC.
The welfare charity said it was the first year police had been required to "cyber flag" sex crimes involving chil... | The internet was used to commit 296 sex crimes against children as young as six in Wales last year, new figures have shown. |
task078_all_elements_except_last_i | task078-0853019745874a4b993f156f15a49072 | In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A preceding the last i elements. i will always have a value less than the length of A.
2, ['5423', 'K', 'E', 'g', '3619', 'G', 'L', 's', '5989', '5977', 'u', '4651', '411', '3777', 'G', '8869', 'o', '... | 5423, K, E, g, 3619, G, L, s, 5989, 5977, u, 4651, 411, 3777, G, 8869, o, O, x, 8189, 6029, 533 |
task105_story_cloze-rocstories_sentence_generation | task105-9d5d42a7339e4e1ba9897634a5727ab5 | In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences.
Sentence1: Jim Malone was a science teacher with a passion for music. Sentence2: Jim taught at a school for ... | Jim became the new musical director. |
task605_find_the_longest_common_subsequence_in_two_lists | task605-7dd681516e1f48489ed6c4d722989362 | In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B.
['A', 'F', 'F', 7693, 1047, 'j', 9083, 9189, 'X', 3647, 6677, 'l', 'r', 'U', 'T', '4673', '1831', 'y', 'v', 'R', '5821', '5273', '7243', 'R', 'Z', 'X', '1487', '2661', '8397', 'q', 'm', 'M', '9555', 'c', 's', 'G', '2117... | U, T, 4673, 1831, y, v, R, 5821, 5273, 7243, R, Z, X, 1487, 2661, 8397, q, m, M, 9555, c, s, G, 2117, 4135 |
task611_mutual_multi_turn_dialogue | task611-417b061f76fc4e8f8c66a96cd6b22142 | 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 |
task333_hateeval_classification_hate_en | task333-7d9b08ea67a345b8b097f998a4c2f781 | In this task, you are given a post in English from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as... | Hateful |
task587_amazonfood_polarity_correction_classification | task587-fe95996fb1d44adfbfa5af1a4b665a38 | 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".
Not much else to say... I keep a box in my desk here at work, and I can enjoy a cup anytime! Nice flavor, and no bitterness, so... | False |
task339_record_answer_generation | task339-6b4ac85afb4d4f1ab419109e31e2a6e4 | 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. Try to find the best answer that is most likely to fill in "_". Note that the URLs in the text have been replaced with [Link].
(CNN) When Justin Trudeau swept to power la... | Canada |
task849_pubmedqa_answer_generation | task849-5056b4f598544897b4be08feca3f8041 | 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: Combination therapy for cancer is more effective than using only standard chemo- or radiotherapy. Our previous results showed that dendriti... | These results indicate a Fas/FasL-independent pathway for cellular apoptosis in cancer therapies with the treatment of AFP-specific CD8(+) T-cells combined with JAK2 inhibitor. |
task303_record_incorrect_answer_generation | task303-5eb54cda8f0343d8a74f31353b9c027f | 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 ... | District of Columbia |
task1504_hatexplain_answer_generation | task1504-bad7f25c6f5040b68ec716371996dc40 | The input is a tweet which can be Hate Speech or Offensive. Given such a tweet, output a phrase from the tweet that makes it hate speech or offensive. The output should contain only one such phrase. The output has to be from within the tweet itself. Do not generate words or phrases not present in the tweet.
go be a boo... | boomer faggot |
task1420_mathqa_general | task1420-2e72236084384633835276f24cc1754d | In this task, you need to answer the given multiple-choice question on the general math. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.
Problem: on dividing number by 56 , we get 29 as remainder . on dividing the same number by 8 , what will be the remainder ?
Options: a ) 4 , b ) 5 , c ) 6 , d ) 7 , e ) 8 | b |
task586_amazonfood_polarity_classification | task586-bcf2f6b7719e42f2b738a45261de40ed | 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 just received these bricks today and was very disappointed to find that BOTH of the bricks were broken and unusable as a serving/cooking plate. They were buste... | Negative |
task1206_atomic_classification_isbefore | task1206-b5a1a99ac2464ae494f656b8c0997897 | 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 |
task469_mrqa_answer_generation | task469-dda5387108544609ab32ac7146289cdd | Given a question and a context passage, generate the answer having the word or phrase from the context passage. Here, the answer should be a shortest continous span from the passage.
Context: According to 2011 census of India, Kumbakonam had a population of 140,156 with a sex-ratio of 1,021 females for every 1,000 male... | main agricultural labourers |
task307_jeopardy_answer_generation_final | task307-671c9182fb064e3f83e25cd1c4e40db2 | 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: STATE CAPITALS
Clue: This state capital was a compromise choice between North Platte... | lincoln, nebraska |
task389_torque_generate_temporal_question | task389-171ee614a9984f04bdb9ee288406dd40 | 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? |
task1354_sent_comp_classification | task1354-8e3dd60579c84dfe9cd93629ac7fe289 | 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: We all know that Kanye West is very passionate when it comes to his career but according to Midnight Beast, the rapper t... | no |
task566_circa_classification | task566-031b7716318e49329857d555b6110d82 | 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: I made an offer on one',Sentence-2: "I did visit flats I 're interested in yet ." | Yes |
task303_record_incorrect_answer_generation | task303-d94873dac74244419cff3c837bfd0d1a | 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 ... | Love & Mercy |
task632_dbpedia_14_classification | task632-cca116f580364c38bd1c74ea4b128231 | In this task, you're given a text which is the body of the document. Indicate your answer as "Yes" if the text is about a person, otherwise indicate your answer as "No". Don't generate anything else apart from "Yes" or "No". Pay attention that for your answer to be "Yes", the passage should be generally about a person.... | Yes |
task088_identify_typo_verification | task088-76706f9af3264ad0a5fd6826936dbf24 | The given sentence contains a typo which could be one of the following four types: (1) swapped letters of a word e.g. 'niec' is a typo of the word 'nice'. (2) missing letter in a word e.g. 'nic' is a typo of the word 'nice'. (3) extra letter in a word e.g. 'nicce' is a typo of the word 'nice'. (4) replaced letter in a ... | box. |
task649_race_blank_question_generation | task649-7a479c92028f40bfba9b7c8eabdaa3e9 | In this task, you're given an article and an answer. Your task is to generate the fill-in-the-blank question for this answer based on the given article. The blanks are always at the end of the question, and can be filled with more than one word or phrase.
Article: As we all know, any country has good reasons to want it... | France is described as an example to show that _ . |
task183_rhyme_generation | task183-cb0f1bc9353e434c907f6724dfb7234d | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
very | boveri |
task303_record_incorrect_answer_generation | task303-8c3e6f7a420a4a39a067e55cc10565e9 | 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 ... | Mars |
task820_protoqa_answer_generation | task820-597326bd20674aa6a74d1019b222d403 | 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.
tell me something people often keep in their attic. | junk |
task1711_poki_text_generation | task1711-6675374498b1445489f14a03f1ca7de3 | 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 ... | when i awake one morning a stork snooze on my head i ask what be you do there it look at me and say hey i'm hungry give me a bed i need some lead my pencil run out of lead so send me to bed i'm punish and red. |
task363_sst2_polarity_classification | task363-cd2f9ee1c1cd4ecb9dc3a25f412657ab | 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
So much about the film is loopy and ludicrous ... that it could have been a hoot in a bad-movie way if the laborious... | NEG |
task384_socialiqa_question_classification | task384-747e1ce4508d48d6a35b0e6084284fdc | In this task, you're given a context passage, an answer, and a question. Your task is to classify whether the question for this answer is correct or not, based on the given context with commonsense reasoning about social situations. If its correct ,return "True" else "False".
Context: Tracy took some medicine that the ... | True |
task183_rhyme_generation | task183-ee948aa200bd495b826aa61585fdd1d0 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
symbol | thimble |
task1596_event2mind_text_generation_2 | task1596-f0ff26802f9540ba8256f5ac0a8cf117 | The task is to generate text based off 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 intent behind doing the event, i.e. why did the person do that action.
PersonX provides PersonY description | to find person y |
task1289_trec_classification | task1289-39eabf96cd174a348a69bf52280f7d5d | 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... | Person |
task849_pubmedqa_answer_generation | task849-22a49a2e1f9f45cb9198d5cb84e56983 | 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: To assess whether cellular HIV-1 DNA prior to highly active antiretroviral therapy (HAART) initiation predicts its outcome.', 'Patients inc... | Low cellular HIV-1 DNA load is a marker of sustained virological response in patients with initial VR and it can reliably predict the long-term success of HAART. |
task405_narrativeqa_question_generation | task405-6f900f18eedb4e22ad51463136d10f1f | 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... | Having lost most of his money, what does Georges Marest do for a living? |
task161_count_words_containing_letter | task161-3fc46dfdad1d44728391f40909bb4b5b | In this task, you need to count the number of words in a sentence that contain the given letter
Sentence: 'two horses standing in a large green field'. How many words contain the letter 'y' in the sentence. | 0 |
task919_coqa_incorrect_answer_generation | task919-548a81e45cd445a8a768876026ea5baa | This task is about reading the given passage and the question, return an incorrect answer to the given question.
story: Beijing (CNN) -- The wife of Ai Weiwei was taken from the Chinese artist's studio by police Tuesday and was questioned for three hours, the high-profile dissident said.
Four policemen took Lu Qing f... | Fake Cultural Development Ltd. |
task027_drop_answer_type_generation | task027-57ea93f31e004236bfa126324b54f8f9 | 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 ... | date |
task283_dream_incorrect_answer_generation | task283-7d5b8b36897c45e18caf0471c2aefab5 | 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: Hey Mark, have you been able to sell your old piano... | He decides not to sell the piano. |
task183_rhyme_generation | task183-02a3be920ef04b1c81c753ffcfa7b208 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
enough | ruf |
task1594_yahoo_answers_topics_question_generation | task1594-05a3fc6110d9495a87b30717b8f8f2e5 | 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.
Case studie... | how does an Ad agency advertise itself? |
task430_senteval_subject_count | task430-815fba7ee1e649359ad5f774ac7cc356 | In this task you are given a sentence. You must judge whether subject of the main clause is singular or plural. Label the instances as "Singular" or "Plural" based on your judgment.
" Then that wisdom is forfeit, and I miss it not while there is love. | Singular |
task594_sciq_question_generation | task594-22ee19f4f2224157821c88c482d770f8 | Given a scientific passage and an answer, generate a question for the given answer.
Passage: Human organ systems work together to carry out many of their functions. The skeletal and muscular systems are no exception. Answer: systems | Groupings of related organs in the human body are referred to as "organ" what? |
task311_race_question_generation | task311-affe245c608b45e1851f40121ff6aa12 | In this task, you're given an article and an answer. Your task is to generate the question for the answer based on the given article.
Article: Almost everyone suffers from a headache sometimes.But some people suffer from repeated, frequent headaches. What is headache? What causes it? What can be done about a headache? ... | Which is true according to the passage? |
task153_tomqa_find_location_hard_clean | task153-a6ae66cf450b4163bc95e702f335eaaf | Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's beli... | green_bottle |
task151_tomqa_find_location_easy_clean | task151-2b98d66a5e5d43ad915a2cf275d77a23 | 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_basket |
task374_synthetic_pos_or_neg_calculation | task374-2f16b9cfd7bb45909b1f7aacc6adcd50 | 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... | [42, 164, 52, 144, 24, 90, 102, 76, 34] |
task303_record_incorrect_answer_generation | task303-f684865ea8a2471190edf7d86458ad03 | 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 ... | Cadbury Brunch |
task080_piqa_answer_generation | task080-c572981d348a44d2b9ad4c42d815abe0 | In this task the focus is on physical knowledge about the world. Given the provided goal task in the input, describe a process that would lead to the asked outcome. This process often involves physical motions with objects, such as moving them, arranging them in a certain way, mixing them, shaking them, etc.
how do yo... | get a small amount of it, and spread it all over your skin wherever you'd like to apply it until you can't see it anymore. |
task405_narrativeqa_question_generation | task405-ea11fceb3ad44e1097784e14fb1c4de8 | 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 team offers Beane a position to be a GM? |
task074_squad1.1_question_generation | task074-307d5db85fcf45f89645ecfcea54da15 | This task is about reading the given passage and construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) its answer is a continuous text span from the paragraph. Avoid creati... | What is the geological term for asphalt? |
task150_afs_argument_quality_gun_control | task150-34fa2ac371a7418d9a0769e28929f69f | We would like you to assess the QUALITY of each of the following argument (discussing Gun Control) 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 gun control. An ... | Valid |
task1712_poki_classification | task1712-e66489f442254c82818e58afe1027011 | 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.