task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task924_event2mind_word_generation | task924-7884e63a859b4b1ca84c1483894dc808 | 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 puts PersonY on the table. Intent: 1) to be ... | happy. |
task1505_root09_semantic_relation_classification | task1505-4581ea7e66384738952de05c6ed54ddb | Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific ... | COORD |
task610_conllpp_ner | task610-507d4b84ea334c4bb5be04bf4ebc8e8e | In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun ph... | The blonde Australian <B-MISC> opened with a level par round of 70 in Akron <B-LOC> , leaving him four shots adrift of the leaders , Americans <B-MISC> Billy <B-PER> Mayfair <I-PER> and Paul <B-PER> Goydos <I-PER> and Japan <B-LOC> 's Hidemichi <B-PER> Tanaki <I-PER> . |
task903_deceptive_opinion_spam_classification | task903-8df16ac669554d24a8b894ea11d37790 | Given a hotel review and the corresponding polarity of review (i.e., Negative or Positive) identify if the polarity is correct. Write 'true' if it's correct, 'false' otherwise.
Review: My husband and I came to the Ambassador East Hotel for my sister's wedding. The hotel had been very helpful and professional in helping... | true |
task845_pubmedqa_question_generation | task845-040dab03a31449429771e0bdfb4e4c5b | Given a passage with a context and an answer, construct a question on the basis of the information present in the passage. Construct the question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) it answer uses text phrases from the passage. Avoid creating... | Does tyrphostin AGL-2043 eluting stent reduce neointima formation in porcine coronary arteries? |
task205_remove_even_elements | task205-6eccc8a8a487496a81f3c3658c84bb5a | 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.
[62, 117, 16... | [117, 165, 163, 37] |
task1445_closest_integers | task1445-ef9d739564c548bca7594d8ff5603475 | In this task you will be given a list of integers. You should find the minimum 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 smallest possible absolute distance.
[76, 23, -3, -26] | 23 |
task1295_adversarial_qa_question_answering | task1295-c9a49c8845fc411a978a15c20d0cb6d6 | In this task, you are given a question and a context passage. You have to answer the question based on the given passage.
What was invented after de Rivaz engine?, Context: Hydrogen was liquefied for the first time by James Dewar in 1898 by using regenerative cooling and his invention, the vacuum flask. He produced sol... | hydrogen gas blowpipe |
task1293_kilt_tasks_hotpotqa_question_answering | task1293-d3dc419b6c02492582cbfdd59d2d1fe3 | In this task, you are given a question. You have to answer the question based on your information.
What American actor did Werner Daehn work with in "XXX"? | Vin Diesel |
task821_protoqa_question_generation | task821-a10f886147284d3ea497413489f70527 | Construct a question that every answer in the list is correct and reasonable for it.
oatmeal, nuts | name something healthy that might be found in a cookie. |
task1399_obqa_answer_generation | task1399-5cbbe73a4a2247ab84b7ab3a429740a0 | In this task, you are given a fact statement and question based on the fact. Your task is to generate the correct answer for the question. The answer needs to be generated using the context fact statement.
Fact: the number of rings in a tree trunk can be used to estimate the age of the tree. Question: the number of rin... | oldness |
task507_position_of_all_numerical_elements_in_list | task507-29d79433d8074a439b84b9aa52300e07 | In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the numerical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no numerical element is in the list.
['5819', 'M', 'u',... | 1, 4, 5, 6, 7, 8, 10, 11, 13, 15 |
task565_circa_answer_generation | task565-d3db9d6d0ccc49bfa0a5f902c1e98586 | In this task, you are given a question. Your task is to generate an answer that is relevant to the question.
Are you interested in history? | We can learn a lot from it. |
task1296_wiki_hop_question_answering | task1296-18ad780989154d8b864680da47c5bb26 | In this task, you are given a context, a subject, a relation, and many options. Based on the context, from the options select the object entity that has the given relation with the subject. Answer with text (not indexes).
Context: King's College Hospital NHS Foundation Trust is an acute care facility in Denmark Hill, C... | anatomist |
task384_socialiqa_question_classification | task384-25cfa2f56c2146f29474843c8bb4668f | 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: Seeing it was April Fool's day, Ka... | True |
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists | task755-336c02c7e5d347d2981682176197159e | 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... | JvdnbcccemnnoqssvwwzGWRNfdIMEbVGYhr, UBseIiIYWoAbcccemnnoqssvwwzaNgzycVu |
task1338_peixian_equity_evaluation_corpus_sentiment_classifier | task1338-ac086c51385a46df9ef59ce29b94517a | The input is a sentence. The sentence includes an emotion. The goal of the task is to classify the emotion in the sentence to one of the classes: 'fear', 'joy', 'anger', 'sadness'. The emotion mainly depends on the adverb within the sentence.
I made this man feel annoyed. | anger |
task629_dbpedia_14_classification | task629-91870b7ccd0143d397d0a5c3e5bd143d | 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... | 12 |
task317_crows-pairs_classification_stereotype_type | task317-23e88d18fe634ec1baa18bdf46e5ac16 | In this task, you are given a short passage that conveys a stereotype. A stereotype is an over-generalized belief about a particular group of people. You are expected to classify the passage into nine types of stereotype: race-color, socioeconomic, gender, disability, nationality, sexual-orientation, physical-appearanc... | race-color |
task370_synthetic_remove_divisible_by_3 | task370-3d161e3b8ea647929efc7e9a4b787ccc | In this task you will be given a list of integers. You should remove all of the integers that are divisible by 3 from the list. If every integer in the input list is divisible by 3 then an empty list should be returned. Zero is divisible by 3.
[51, -3, -39, -66, 46] | [46] |
task632_dbpedia_14_classification | task632-8a6246014e6b438995fecd50e0a3667b | 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.... | No |
task1205_atomic_classification_isafter | task1205-b52b2502efe34d2a909d3e2d02549798 | 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 |
task633_dbpedia_14_answer_generation | task633-a7ca223c60eb45b28b19ef09508e7ab4 | 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: Viola hallii is a species of violet known by the common name Oregon violet. It is native to southwestern Or... | 5 |
task499_extract_and_add_all_numbers_from_list | task499-ff19eee41187458e8034724e17485396 | In this task, you are given an input list A. You need to find all the elements of the list that are numbers and calculate their sum.
['q', 'G', '4209', 'o', 'G', 'w', '8497', '6961', '7489', 'V', 'a', '4683', 'G'] | 31839 |
task1420_mathqa_general | task1420-f8447a98acfc40f398baccfb3e080c41 | 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: in the coordinate plane , points ( x , 2 ) and ( 8 , y ) are on line k . if line k passes through the origin and has slope 1 / 2 , then x + y =
Options: a ) 8 , b ) ... | a |
task094_conala_calculate_mean | task094-d5d699a566674667b1bf26be88cd7c9b | 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.
[-42.516, 156.163, 91.91, 122.9, 25.302, 65.795,... | 57.198 |
task934_turk_simplification | task934-b9d487b0558d45c99d431725f248ea1b | In this task, you're given a sentence and your task is to generate a simplified sentence that focuses on lexical paraphrasing from the original sentence given in the input.
another , " loveliest of trees " , is the basis for his 1912 orchestral rhapsody , also called a shropshire lad. | a shropshire lad , his 1912 orchestral rhapsody , is based on " loveliest of trees ". |
task114_is_the_given_word_longest | task114-679b6210455e4c5fbd203f40ee407a0a | In this task, you need to answer 'Yes' if the given word is the longest word (in terms of number of letters) in the given sentence, else answer 'No'. Note that there could be multiple longest words in a sentence as they can have the same length that is the largest across all words in that sentence.
Sentence: 'this is a... | No |
task1336_peixian_equity_evaluation_corpus_gender_classifier | task1336-ff876d31183742a88065aaef6e4943fe | 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 him feel furious. | male |
task400_paws_paraphrase_classification | task400-43d9d280ef8f4fd1b5e9965f85609269 | 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.
Although Ned Hanlon had hoped to be s... | Not paraphrase |
task374_synthetic_pos_or_neg_calculation | task374-2429c23e88024e9caa4c8045ac3d0f6c | 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... | [146, 64, 135, 106, 15, 2, 106, 264, 3, 87, 124] |
task363_sst2_polarity_classification | task363-738553b414624ce69978031c782c5dcd | 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
Together ( Time Out and Human Resources ) establish Mr. Cantet as France 's foremost cinematic poet of the workplace... | POS |
task849_pubmedqa_answer_generation | task849-abdc2eed22fd4ec5b443949ede2f3d90 | 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: Little is known about the potentiating effect of propofol on neuromuscular blocking drugs. However, some animal studies indicate a dose-dep... | After 20 min of TIVA propofol, the potency of mivacurium is approximately 50% greater than after five minutes of TIVA propofol. For clinical purposes, it is important, therefore, to consider the duration of TIVA propofol before determining the dose of neuromuscular blocking drug. |
task1445_closest_integers | task1445-8e78f62d540240368bb5e8235bbf2792 | In this task you will be given a list of integers. You should find the minimum 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 smallest possible absolute distance.
[-23, 10, 89] | 33 |
task453_swag_answer_generation | task453-f3395554753c4b09b3bfad6073bac0a6 | Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct.
His smooth ageless features give a smirk. The wealthy man | hands someone a package. |
task454_swag_incorrect_answer_generation | task454-db4261c5da754772b7548957d0e70859 | Given a sentence, generate a most unlikely next statement. The next statement should not be logically relevant to the given context
It stands staring at someone, who returns the stare. He | shakes his head, his gaze laden. |
task1217_atomic_answer_generation | task1217-07ce8950d4c94949bb1389612ac32af6 | 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 drives the ___ away | scooter |
task1317_country_calling_code | task1317-3cc481f08a3d43809643f7ae44a87aa5 | In this task, you are given a country name and you need to return the calling code of the given country. Your output must be formatted as a plus sign (+), followed by the calling code number
Diego Garcia | +246 |
task093_conala_normalize_lists | task093-29a6dce5c94d4d6791daee76733533ed | In this task, you will be given a list of numbers. The goal is to divide all the numbers in the list by a constant such that the sum of the resulting list is 1. The output should be rounded to 3 decimals.
[104.665, -60.395, 189.505, 184.789, -43.477] | [ 0.279 -0.161 0.505 0.493 -0.116] |
task141_odd-man-out_classification_category | task141-8614932b073e408da016682aeebc8329 | 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: elements
Words: ice, fire, burn, let go, combustion | let go |
task389_torque_generate_temporal_question | task389-2ff4c7d34af04afda9e1733366c732a1 | In this task, a passage will be given and the goal is to generate a question about temporal relations based on that passage. A temporal relation describes the relation between two things with respect to time e.g., something happens/starts/terminates/... immediately/shortly/usually/... before/after/during/... something ... | What happened before the net was compared? |
task1596_event2mind_text_generation_2 | task1596-ba6d9effd33f4b99bd7f37c62c09593c | 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 makes PersonX's decision | to have a final decision |
task183_rhyme_generation | task183-f279c4fe7d6847a09af9b8e58f9194c3 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
again | magten |
task1727_wiqa_what_is_the_effect | task1727-999a525246ee4ca2b8deffa7ed4554db | In this task you will be given a process, and a question. The process contains a sequence of steps that happen in order. The question asks about the effect of a certain event on another event. If the first event has a positive effect on the second event, answer with "for", if it has a negative effect, answer with "agai... | for |
task505_count_all_numerical_elements_in_list | task505-ab6033fbba5541568d5a626bcbd6f363 | 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.
['Q', 'm', '3657', 'Z', 'n', 'R', 'm', 'K', 'I', '5331', '2377', 'x', 'p', 'N', '9... | 7 |
task319_stereoset_classification_profession | task319-12ff8fdf607046e3b70744af5db306be | 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... | anti-stereotype |
task694_mmmlu_answer_generation_econometrics | task694-1a5b0f9500654429bec201e25f03e96e | You are given a question on econometrics. Econometrics is the application of statistical methods to economic data in order to give empirical content to economic relationships. 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 s... | D |
task1596_event2mind_text_generation_2 | task1596-0a4ac25aa0494fd2810a01137c41876f | 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 spells PersonY's name | to learn to write |
task413_mickey_en_sentence_perturbation_generation | task413-b2db4a5e997e46548dbf1313f4786d84 | 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.
If you w... | If you want to have lunch then you should go fish some food . |
task080_piqa_answer_generation | task080-8b8bb670a1fc4edcad3d55cbced32810 | In this task the focus is on physical knowledge about the world. Given the provided goal task in the input, describe a process that would lead to the asked outcome. This process often involves physical motions with objects, such as moving them, arranging them in a certain way, mixing them, shaking them, etc.
To know w... | You can use a timer to keep track of how much time it takes for the plaster to dry. |
task326_jigsaw_classification_obscene | task326-4293d837e0484101afeba3e8cac4dd65 | 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 ... | Obscene |
task305_jeopardy_answer_generation_normal | task305-99c25316657843ccbc9aca20fbb08566 | 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 consistency, answers should be in all lower cased letters.
Category: DINING OUT
Clue: This kind of bar may have iceberg or romaine, cold veggies & dress... | a salad bar |
task488_extract_all_alphabetical_elements_from_list_in_order | task488-9be3fc7a8b1a45df841e8be764a441c6 | 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.
['e', '7191', 'y', '1071', '2389', '2509', '929', '9497', '4417', 'E', '3067', '5429', 'E', '8041', 't', 'q'] | e, y, E, E, t, q |
task517_emo_classify_emotion_of_dialogue | task517-89a1fce2729243dc982389353c033a5d | 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.
why are you created g you create the answer to why lets go on a daate | other |
task159_check_frequency_of_words_in_sentence_pair | task159-f0c2c96e27f8423285f6b46c1b110293 | In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'.
Sentence1: 'a street sign slightly bent toward the right', Sentence2: 'a couple of people sitting in some chairs'. Is the frequency of the word 'slightly' in two sentences equal? | No |
task1584_evalution_meronym_classification | task1584-ed3b2ea7588842b1ba543423e59e1b9a | Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given par... | 1 |
task605_find_the_longest_common_subsequence_in_two_lists | task605-552f72c5cdb848d5aae53e2b4b184c3e | In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B.
[7091, 3273, 313, 'l', '2641', 'B', 'E', '6239', 'Q', 'S', '5681', 'c', 'N', 'd', 'E', '8689', '6799', '3755', '9565', 'J', 'q', 'x', '4677', 'N', 'o', 'i', 'r', 'b', 'U', '7745', 'T', 8815, 'b', 3023, 'i', 791, 5525, '... | l, 2641, B, E, 6239, Q, S, 5681, c, N, d, E, 8689, 6799, 3755, 9565, J, q, x, 4677, N, o, i, r, b, U, 7745 |
task363_sst2_polarity_classification | task363-050be88eca8941f59f3d960381f87fda | 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
What 's most memorable about Circuit is that it 's shot on digital video , whose tiny camera enables Shafer to navig... | POS |
task183_rhyme_generation | task183-012b2b5f95a3466ca2a9e4670624e3c5 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
dress | esse |
task1505_root09_semantic_relation_classification | task1505-b94c45a21186479e87dea6d895cff0e0 | Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific ... | RANDOM |
task088_identify_typo_verification | task088-289659c440f640dcab1f6e61bdb86223 | 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 ... | asheep |
task405_narrativeqa_question_generation | task405-d3a4855c1e0d4b07b4fec09aa64b528a | 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 did Tom learn about his uncle after he died? |
task852_synthetic_multiply_odds | task852-ef7217bc6db944a6b1f341d4090efea3 | 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 odd 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 odd numbers in an inner list you shoul... | [-11, -735, -621, -225, 145125] |
task390_torque_text_span_selection | task390-328cf7e5379a45e5a394022b43717b81 | 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: Sale o... | Sale |
task579_socialiqa_classification | task579-37530010ade849acb5082ea9fab749a4 | In this task, you're given a context, a question, three options, and an answer. Your task is to classify whether the given answer is correct or not by providing 'Yes' or 'No', based on the context with commonsense reasoning about social situations.
Context: Carson asked their daughter to perform the lines for everyone ... | Yes |
task159_check_frequency_of_words_in_sentence_pair | task159-845b458bc2314520976b1bfdab64f1cf | In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'.
Sentence1: 'a man and a little boy with their mouths open posing for a picture', Sentence2: 'a potluck buffet set up on a long table'. Is the frequency of the word 'a' in two sentences equal? | No |
task924_event2mind_word_generation | task924-e848938d64e74546a5b8fae5b80d48c7 | 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 takes a trip to PersonY. Intent: 1) to be sh... | happy |
task074_squad1.1_question_generation | task074-805d5b3fc64145deae2c95238b9466ff | 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... | When did President Uhuru Kenyatta sign a Security Law Amendment Bill? |
task105_story_cloze-rocstories_sentence_generation | task105-8820e365bd2c4aaab61e805d6ff52113 | 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: Juan wanted a new guitar more than anything. Sentence2: He decided to save up money to buy one. S... | Juan was hardworking and patient. |
task592_sciq_incorrect_answer_generation | task592-960902299c1c42fa948c9030b0d17a5a | 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.
In the chest, the trachea divides as it enters... | alveoli |
task109_smsspamcollection_spamsmsdetection | task109-a76782c455c64799baec718e17a21a05 | In this task, you're given text messages in natural language. Your task is to classify those text messages based on their content into two classes: (1) Spam and (2) Ham messages. If the content of the given message is irrelevant to the receiver or is equally relevant to many other potential recipients then it must be l... | ham |
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately | task509-10029908831e42ebabcb0511e791261a | 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... | n, t, x, i, b, U, W, 5163, 3657, 9033, 3907, 721, 3153, 4093, 6587, 1405, 7805, 9407, 2941, 639, 3751, 5879, 7515 |
task928_yelp_positive_to_negative_style_transfer | task928-5ab92d1cc4e84a0aac495b31fa01056d | In this task, you are given a positive review and your task is to convert it to a negative review by making minimal changes. Avoid changing the context of the review.
if you are looking to walk out transformed this is your place ! | i hated the color , it did not match my skin |
task405_narrativeqa_question_generation | task405-cf42b6ea3c2340cf89ae5e15f737bafa | 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... | Who do the people blame for the issues in Rome? |
task1328_qa_zre_relation_generation_from_question | task1328-c77fc533ae4945eda1c8d9ae26132914 | Classify the relation of question with context to one of these categories: 1) award received, 2) based on, collection, 3) conflict, 4) constellation, 5) convicted of, 6) date of death, 7) director, 8) drafted by, 9) educated at, 10) medical condition, 11) military branch, 12) narrative location, 13) occupation, 14) ori... | parent company |
task325_jigsaw_classification_identity_attack | task325-266ed398d82e463c9daf23eec2057e73 | 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 |
task606_sum_of_all_numbers_in_list_between_positions_i_and_j | task606-e4bc881b1fb940538c37118a6f42a261 | 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 return the sum of all the numerical elements in the list A between the positions i and j (including positions i and j). Return 0 if no numerical element is present in the list between the given ranges. i and j will be... | 24829 |
task297_storycloze_incorrect_end_classification | task297-f7231626237c4eadbdc3081e8ba5251e | 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... | B |
task405_narrativeqa_question_generation | task405-d5f1f5dbcd98498a97d8af70e438fe03 | 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 Medea hesitate to kill her own sons? |
task067_abductivenli_answer_generation | task067-b659964fc45942349cfb20fc4057eda2 | 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... | His daughter needed winter clothes. |
task157_count_vowels_and_consonants | task157-db84f69b0a3e409b841af3e6298c12de | In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence.
Sentence: 'a clock tower with a white clock standing over two buildings'. Count the number of consonants in the given sentence. | 33 |
task322_jigsaw_classification_threat | task322-3aab75dc7e9f43c09b823d05d1dde0c0 | 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: I agree. Manning is a traitor and should... | Non-threat |
task1295_adversarial_qa_question_answering | task1295-10708d267af84a75b6274c4666b37d22 | In this task, you are given a question and a context passage. You have to answer the question based on the given passage.
What is being made in the cell through coding gene families?, Context: Interspersed repeats mainly come from transposable elements (TEs), but they also include some protein coding gene families and ... | protein |
task668_extreme_abstract_summarization | task668-1265c6f383c0492fbf2a5be4c9d26f54 | 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.
The inference of models, prediction of future symbols, and entropy rate estimation of discrete-time, discrete-event pr... | A new method for inferring a model of, estimating the entropy rate of, and predicting continuous-time, discrete-event processes. |
task310_race_classification | task310-80cef7f9005b47ad9a891b747f7b8b88 | 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: Computer power is moving into ... | Yes |
task100_concatenate_all_elements_from_index_i_to_j | task100-f9e7d643d4d8409d821af83c15f86787 | In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to concatenate all elements of A from the ith element to the jth element, and print the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j... | 7057418324094065 |
task523_find_if_numbers_or_alphabets_are_more_in_list | task523-12ec673d96004106a56c32b62d661d03 | In this task, you are given an input list A. If the count of numbers is more than that of alphabets in the list, answer 'Numbers Win'. If the count of alphabets is more than that of numbers in the list, answer 'Alphabets Win'. If the count of numbers is same as that of alphabets in the list, answer 'Numbers and Alphabe... | Alphabets Win |
task293_storycommonsense_emotion_text_generation | task293-883612c705cd453d99218ec821cb9c0d | 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 ... | happy to sacrifice |
task111_asset_sentence_simplification | task111-4ccefbea4b8f464ab0497d48d0bf8754 | 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... | Rather than focusing on common acts, Revolver makes acts that are not on the radio or MTV. |
task063_first_i_elements | task063-ae3740e842f143bd8087d7e6a78cc6fc | In this task, you are given inputs i and A, where i is an integer and A is a list. You need to output the first i elements of A, starting with the 1st element in A. i will always have a value less than the length of A
1, ['w', 'i'] | w |
task1217_atomic_answer_generation | task1217-1346b089f922433790654fe74556dc8b | 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 finds ___ in the world | a football |
task1285_kpa_keypoint_matching | task1285-2aa276fdf4b74ef0810a431c8b91c81f | 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 abandon marriage<sep>Argument: Marriage puts women in the subs... | True |
task517_emo_classify_emotion_of_dialogue | task517-5a161aa7d39e48a0b1b86993b80a3b9b | 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.
are you bluffing with me i thought you were bluffing me m8 i didnt bluff i m here to reply to your question | angry |
task756_find_longert_substring_and_return_all_unique_alphabets_in_it | task756-3a98ac23bc9843018308c4ce54112d19 | 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.
JEFCESHvtAfTrFaAKsjETf, JDAIEMwiwvtAfTrFaAKjL | a, c, e, f, h, j, k, r, s, t, v |
task477_cls_english_dvd_classification | task477-7b15a00162324085a16e118fb337225f | In this task, you are given product reviews about dvds. The goal is to classify the review as "POS" if the overall sentiment of the review is positive(the reviewer is satisfied) or as "NEG" if the overall sentiment of the review is negative(the reviewer is not satisfied).
A Favorite Movie on Love and Christmas . My wif... | POS |
task303_record_incorrect_answer_generation | task303-44b1095e427c441299b1a01fe3eb10a0 | 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 ... | SPLC |
task303_record_incorrect_answer_generation | task303-4782178d94c34a998783563bcfab88f8 | 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 ... | Harry |
task328_jigsaw_classification_insult | task328-07cd00db264e4839bdcae8ba68c71311 | 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: A Violent Protest is a Riot.... | Non-insult |
task934_turk_simplification | task934-f7be315138414ccab8de770f0fba0afa | In this task, you're given a sentence and your task is to generate a simplified sentence that focuses on lexical paraphrasing from the original sentence given in the input.
the precursor to hurricane beulah was a tropical wave moving across the tropical atlantic. | a tropical wave that moved across atlantic served as a precursor to hurricane beulah. |
task1359_numer_sense_answer_generation | task1359-a8c85dd4f2af41839f65f3ddbebba139 | 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.
Bloody diarrhea lasts for ____ to five days. | two |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.