task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task389_torque_generate_temporal_question
task389-d7fc8a6337e447ca8aa2d96492fcc86c
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 someone withdrew?
task756_find_longert_substring_and_return_all_unique_alphabets_in_it
task756-f4aa9fb16a324fe98b50601ab9fdbf99
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. epLtmykPFYYEZAdrQ, yEkWkPFYYEwnJPVB
a, d, e, f, k, l, m, p, q, r, t, y, z
task592_sciq_incorrect_answer_generation
task592-90201d786b39480687d09f03d62743ee
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. The majority of cells in blood are erythrocyte...
Deep Blood Cells
task389_torque_generate_temporal_question
task389-197fea1f2cb242b087cdd1a0fc413fa6
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 the militants are reined in?
task405_narrativeqa_question_generation
task405-ba779319e2124637aa12b47f31edbf74
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 was Hoffmanstal sent to do?
task094_conala_calculate_mean
task094-910dfc33d853447bb260eaaf426f1fdd
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. [-22.693, 10.739, 193.652, 126.178, 158.341, 141...
106.083
task1431_head_qa_answer_generation
task1431-b6d5a6e90526498ab352f7fbbd875bb2
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: Raile and Marriner in their studies on the theoretical works in nursing, review different aspects among which are those referred to sema...
5
task1420_mathqa_general
task1420-e4c4261925ac49a7852bb698792eb141
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: 80 370 860 1550 2440 ? Options: a ) 900 , b ) 840 , c ) 750 , d ) 860 , e ) 3530
e
task280_stereoset_classification_stereotype_type
task280-1eafb41917024e2c8b032c65684e628c
In this task, you are given a short passage that conveys stereotype or anti-stereotype about a specific target. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. You are expected to classify the passage into four types of ...
Race
task1603_smcalflow_sentence_generation
task1603-6db22fcf418544cf89436f6e8c28f374
In this task, you have given an input which is user's command or question, based on that you have to return what will be Agent's response/reply for that particular user's command or question Make an Event with Ashley and her manager at 3rd Nov
Here are some times when everyone is free.
task649_race_blank_question_generation
task649-13b2577c91dd4bb2a5ec7b82089cbe8e
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: What would it be like to take a walk on the surface of ...
The author uses questions in the first passage to _ .
task684_online_privacy_policy_text_information_type_generation
task684-8524e39bb66e41fb8c7dc81b699de8d2
Given a part of privacy policy text, identify the type of personal information which is collected, used, tracked or retained. The type of information should be present inside the given policy text, answer as 'Not Specified' otherwise When a change is made to the privacy policy as a result of a merger or acquisition, us...
Not specified
task515_senteval_odd_word_out
task515-117eb7cf7c4e4432a123dd6d278c5c19
In this task, you are given a sentence. You must judge whether a single noun or verb has been replaced with another word with the same part of speech. The inversion would result in the sentence sounding unnatural, So unnatural sentences will be considered changed. Label the instances as "Original" or "Changed" based on...
Changed
task1217_atomic_answer_generation
task1217-db0367219d1a4e58aa877aa6d369a0c8
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 provides ___ to the public
books
task1480_gene_extraction_jnlpba_dataset
task1480-79bb03dcee584976938c2b5f87b3f43c
In this task, you are given a sentence. You are expected to recognize the name of gene or protein. Although there might be several correct answers, you need to write one of them. The results showed that HIV - 1 production was strongly induced .
HIV - 1
task636_extract_and_sort_unique_alphabets_in_a_list
task636-328c1db99fa641d8940ab7167d0e3d92
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. ['b', '1743', '7181']
b
task344_hybridqa_answer_generation
task344-111fcebd8eeb4e05b92581f8b91c8f2f
In this task, you will be presented with a question and you have to answer the question based on your knowledge. Your answers should be as short as possible. What is the occupation of the person elected in 2019 ?
Dentist
task367_synthetic_remove_floats
task367-36e9b21a0f8545359c6f849eb9d03853
In this task you will be given a list of numbers. You should remove any number that is not an integer (whole number). If every number is not an whole number then an empty list ("[]") should be returned. Otherwise, answer with the list of whole numbers separated by comma inside brackets. [53.685, -71, 43.238]
[-71]
task1346_glue_cola_grammatical_correctness_classification
task1346-6bfea89f83f04ed3aae7c20c4466184e
You will be given a sentence. Check whether the sentence is grammatically correct and is meaningful. If the sentence is grammatically correct, then answer with '1', otherwise answer with '0'. John convinced there to be several firemen available.
0
task523_find_if_numbers_or_alphabets_are_more_in_list
task523-173faf46bf584319ad7f541eeaace843
In this task, you are given an input list A. If the count of numbers is more than that of alphabets in the list, answer 'Numbers Win'. If the count of alphabets is more than that of numbers in the list, answer 'Alphabets Win'. If the count of numbers is same as that of alphabets in the list, answer 'Numbers and Alphabe...
Numbers Win
task504_count_all_alphabetical_elements_in_list
task504-edaa18c934704324a62ca65c7def8c46
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 alphabetical elements in the given list. Return 0 if no alphabetical element in the list ['6561', 'E', 'l', '1781', 'c', '4639', 'I', '6431', '8787', 'a', 'J', 'w', '...
10
task325_jigsaw_classification_identity_attack
task325-7a2c94ec175a4d778f154c9906038e8e
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
task608_sbic_sexual_offense_binary_classification
task608-a63ef3f5d9a946c09a31d40be4caab33
In this task, you are given a text from a social media post. Your task is to classify the given post into two categories: 1) yes if the given post is sexually offensive, 2) no, otherwise. Emphasis on sexually offensive or any lewd reference. Generate label 'no' for offensive posts that do not reference sexually explici...
Yes
task606_sum_of_all_numbers_in_list_between_positions_i_and_j
task606-bda028163b174ab09b19849bb9e76a57
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...
32023
task285_imdb_answer_generation
task285-a25fb522bd4d42cc95e98fe5b3d568a8
In this task, you are given a review of a movie and a boolean question whether this review has positive sentiment or negative sentiment. Your task is to generate answer "yes" when the tweet has that particular sentiment, otherwise generate answer "no". Review: There is only one use for a film such as Bulletproof: it re...
no
task070_abductivenli_incorrect_classification
task070-e6ed2f071ecb4c6d85b184b4b549635c
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: A man watched...
2
task279_stereoset_classification_stereotype
task279-d396f5efbe1c4fb0971a108f34b0336c
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...
Unrelated
task279_stereoset_classification_stereotype
task279-7865c17c84b6481c843c03e013464d34
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...
Unrelated
task153_tomqa_find_location_hard_clean
task153-a7eaeb0bc1534fafb8d4cc304c44066f
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_bucket
task428_senteval_inversion
task428-28a76318217b41d7bc8ad8da118909d0
In this task you are given a sentence. You must judge whether there exist two consecutive words within the sentence with flipped orders, that is, whether the sentence will make sense and be correct if the order of two consecutive words changes. Label the instances as "Inversion" or "Original" based on your judgment. Th...
Original
task1327_qa_zre_answer_generation_from_question
task1327-7b3b6edc6fc44860b42a80a8a69c1fa7
Generate a correct and concise answer for the question based on the words in the context. Context : Cindy Walters (born 1963) is an Australian architect and partner at Walters & Cohen in London, England. Question : What city is Cindy Walters from?
London
task673_google_wellformed_query_classification
task673-9950be9250c041d29772c8493726f818
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...
Bad
task617_amazonreview_category_text_generation
task617-467e35ddc8194a87838865e4e30cb704
In this task, you're given a review from Amazon and your task is to generate the name of the category of the product based on the review given by the user. The categories are: kitchen, office product, watch, wireless, other, toy, digital video download, camera, jewelry, pet products, sports, industrial supplies, baby p...
kitchen
task183_rhyme_generation
task183-3e7ec523822647748fb6df5bf5f13be9
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" nine
recline
task1206_atomic_classification_isbefore
task1206-c1c060606125456691478b5b0b3258ef
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
task1312_amazonreview_polarity_classification
task1312-169e39ef133445a88cda810fb19617a0
In this task, You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review. Did not even last a week at work before they got a crack near the toe and my sock started getting wet. Will be sending back. Don't buy if you actual...
negative
task428_senteval_inversion
task428-942be730675542b187f5547eebb0762a
In this task you are given a sentence. You must judge whether there exist two consecutive words within the sentence with flipped orders, that is, whether the sentence will make sense and be correct if the order of two consecutive words changes. Label the instances as "Inversion" or "Original" based on your judgment. I ...
Original
task1295_adversarial_qa_question_answering
task1295-ec431689a0ff4bf09b0dbae5a224f6b6
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 In Transit's claim to fame?, Context: The fourth a cappella musical to appear Off-Broadway, In Transit, premiered 5 October 2010 and was produced by Primary Stages with book, music, and lyri...
five Drama Desk nominations including Outstanding Musical and won for Outstanding Ensemble Performance
task097_conala_remove_duplicates
task097-83d4054e186e4c7a81ec9afb5727b57b
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. [5, 6, 5, 4, 3]
[6, 4, 3]
task934_turk_simplification
task934-c40ca40b16e944cc831ed3682fb9d503
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. music musical numbers follows is a listing of the thirty-three compositions written by members of the beatles that are heard on the soundtrack , in...
music musical numbers follows is a listing of the thirty-three songs written by members of the beatles that are heard on the soundtrack , in the order played in the film.
task299_storycloze_sentence_generation
task299-2657434413a0488894acd05de44c06b8
In this task, you're given four sentences of a story written in natural language in which one part is missing. Your job is to predict the position and missing part of the story and return in the following format: position, missing part. The missing part is a sentence that completes the story, and the position is the nu...
3, We practiced in my garage.
task101_reverse_and_concatenate_all_elements_from_index_i_to_j
task101-2d40982021f0442ba3638d81cb47e253
In this task, you are given inputs i, j, and A, where i and j are integers and A is a list. You need to find all elements of A from the ith element to the jth element, reverse the order in which they occur, and then concatenate them to output the resultant string. i and j will be non-negative, and will always have a va...
3991V
task165_mcscript_question_answering_commonsense
task165-4e1458067a2c4c529569ca27db5f7158
You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to choose the correct answer to the question based on the passage. Answer of the question cannot be found directly from the passage, it is indirectly indicated in the passage. Do not answer with words o...
to cut wrapping paper
task170_hotpotqa_answer_generation
task170-9330f65be3fe4843abde5662c9c4404e
In this task, you are given a set of context paragraph and some supporting facts to answer a question. Your task is to generate answer for given question based on set of context paragraphs and supporting facts. Context_1 : Real Club Deportivo Mallorca, S.A.D. (] , Catalan: "Reial Club Deportiu Mallorca" ] ) is a Spanis...
RCD Mallorca
task586_amazonfood_polarity_classification
task586-513ef1b1581149c1a260b5d3355ca431
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. <a href="http://www.amazon.com/gp/product/B000FFRY3G">Ener-G Foods English Muffins, 15.1-Ounce Units (Pack of 6)</a> These are one of my favorite gluten free ite...
Positive
task123_conala_sort_dictionary
task123-5a035d8154444fc5a8d7de859a6c3439
In this task you will be given a list of dictionaries. A dictionary is a set of key-value pairs, where each key is unique and has a value associated with that key. You should sort the list of dictionaries from smallest to largest by their 'first' key. If there is two dictionaries with the same 'first' value then sort t...
[{'first': -69, 'second': -11}, {'first': -66, 'second': -51}, {'first': 26, 'second': 81}, {'first': 33, 'second': 38}, {'first': 84, 'second': 98}, {'first': 96, 'second': 42}]
task521_trivia_question_classification
task521-677773aa0c6747f8a103d2413f172743
In this task you will be given a text passage from a trivia quiz. You should choose the category this question belongs to from these categories: History, Science, Social Science, Fine Arts, Literature. You can only choose one category, so if in doubt, please choose the closest match. Inscriptions on the islands of Ios ...
Social Science
task1711_poki_text_generation
task1711-d69a9976173d4a488db7dc3026c29ab0
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 ...
etghmouse & amp azzya by azzneth michelle be like a flower so beautiful and colorful azzneth be like a non stopping machine always there to party michelle be like the sun bright and there to brighten my day up azzneth be like the moon dark and cold with no sunshine without michelle michelle be like a puzzle hard to fig...
task934_turk_simplification
task934-94af19c54e71421696e6b52991dd551a
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. they were introduced to europe in 1846 by robert fortune , collector for the london horticultural society , and shortly thereafter into north ameri...
they were brought into europe in the year eighteen forty six by robert fortune , who was the collector of the horticultural society at that time and later it moved on to north america.
task100_concatenate_all_elements_from_index_i_to_j
task100-b54f89bb24bb46188c8c5c83e55b5825
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...
LMBk496146912571
task1726_mathqa_correct_answer_generation
task1726-ae3e9ab036ac4832880d8a1a31c7b6c9
The task is to generate the correct answer for a given math problem. Problem: a 20 % stock yielding 12 % is quoted at :
rs . 167
task1289_trec_classification
task1289-d208a4bd36394db1bce1f55ba59f95b2
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...
Location
task024_cosmosqa_answer_generation
task024-aa8463ca837d4a0b84ff6854d702fe89
Craft one correct answer to the question given in input. To make it more interesting, try to use non-stereotypical language if possible. Make sure your correct answer is reasonably long, consistent with the context, and requires common sense (instead of explicit extraction from the context.) In your answer, use as few ...
They will work hard to prepare for the test .
task846_pubmedqa_classification
task846-8f7a3ccdcc57488ebb78a9dba5b188d2
Given a passage with a question and an answer to that question, classify if the answer actually answers the question into 'yes' or 'no'. Output 'yes' if the answer answers the question and output 'no' if the answer does not answer the question. Question: Does cognitive dysfunction associated with fall in progressive su...
yes
task207_max_element_lists
task207-2589198e9fd64b288481a9a12fd7d941
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists. [[90, -44, -29, -19...
[90, 95, 69, 68, 90, -63, 45, 62]
task821_protoqa_question_generation
task821-de3aa2f6711948cbbfcfebdbbb596f0a
Construct a question that every answer in the list is correct and reasonable for it. airplane, train, car, bus, hot air balloon
name a way someone might travel across the country.
task080_piqa_answer_generation
task080-3dfed9e519de4d83a1329997ac5da821
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 finish...
use white fingernail polish.
task568_circa_question_generation
task568-f0a638d4c9c846d1bbbe88d52b719ce5
In this task, you are given an answer, and your task is to generate a reasonable question for that answer. I am free later.
Can I come to you to the park?
task454_swag_incorrect_answer_generation
task454-626fc5d6ec0b4d798a301628dbb9219b
Given a sentence, generate a most unlikely next statement. The next statement should not be logically relevant to the given context Someone reaches for a box. Someone
places the push card on someone, holding someone.
task592_sciq_incorrect_answer_generation
task592-e6abff37493e4f549e7c4496099abf0a
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. The subducting oceanic plate does what as it r...
freezes
task1325_qa_zre_question_generation_on_subject_relation
task1325-b04f4d55adbd45cebe23419cebe76038
You will be given a context, a subject and a relation. Your task is to generate a question based on the subject and relation. The generated question should include the given subject. Try to use a minimum number of words that are not present in either context, subject or relation while generating question. Context : Fol...
What series is The Calculus Affair a part of?
task636_extract_and_sort_unique_alphabets_in_a_list
task636-d08a3a2285b44e95bdffb25b4fec55f2
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. ['1663', '6923', '6495', '1107', '3755', '9733', '7285', 'm', 'p...
a, i, k, m, p, y
task183_rhyme_generation
task183-e8480456802048d2a6e6ac2457275b4d
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" eight
fete
task075_squad1.1_answer_generation
task075-e43b3b4dce3540a2afdac45e301075c5
This task is about writing a correct answer for the reading comprehension task. Based on the information provided in a given passage, you should identify the shortest continuous text span from the passage that serves as an answer to the given question. Avoid answers that are incorrect or provides incomplete justificati...
former minor Ming official
task1731_quartz_question_answering
task1731-f828038c852d4d7caaed77690b5cc5a2
You are given a short paragraph, a question and two choices to answer from. Choose the correct answer based on the paragraph and write the answer(not the key). Paragraph: The particles in matter are always moving. The more energy they have, the faster they move. Question: Eric saw a fast moving particle and a slower o...
less
task625_xlwic_true_or_false_answer_generation
task625-e7afc32ce6c74618b17f54d63969631d
In this task, you are given a word, followed by two sentences. Your task is to figure out whether both the sentences use the aforementioned word with the same meaning. You should respond with 'True' if the words in both sentences share the same meaning, and 'False' otherwise. spot Sentence1: A bald spot. Sentence2:...
False.
task1412_web_questions_question_answering
task1412-db29bb9e3d6e4536ad2b185437045b66
A question is presented to you in this task, and your job is to write a potentially correct answer. what is the government of chile?
Republic
task368_synthetic_even_or_odd_calculation
task368-7cf74f28ced9454eaa76cbe381aeedb6
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by 4, if the element is odd you should multiply by 4 then add 2. The output should be a list of numbers that is the result of applying that logic to the input list. You should not round any decimal...
[-20.0, 46, -370, -354]
task113_count_frequency_of_letter
task113-3ea3f4db76e842e7ac5557e7446b7baf
In this task, you need to count the number of times the given letter appears in the given sentence. Sentence: 'a man outside playing with a multi colored kite'. Find frequency of the letter 'd'
2
task067_abductivenli_answer_generation
task067-bc4d6693333a46118a25b464f1ad1291
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...
Rosie made fun of her teacher's age.
task756_find_longert_substring_and_return_all_unique_alphabets_in_it
task756-94bd6103a6e445c283aee2844d5c5f86
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. plZTuhxYGAZhVoufB, nzJEQhxYGAZhVqeV
a, b, f, g, h, l, o, p, t, u, v, x, y, z
task1291_multi_news_summarization
task1291-1ba369a223c547c4b25e5c12a3e47b7b
In this task, you are given a text of many news articles seperated by special token "|||||". Your task is to summarize them. Facebook shareholders just filed a class action suit against Facebook and Morgan Stanley. The firm handling the suit is Robbins Geller, which won $7 billion from Enron bankers. Click he...
Good thing Mark Zuckerberg has that new bride to be excited about, because his new billions are only bringing him headaches. Shareholders today filed a suit against Zuckerberg, Facebook itself, and a number of Morgan Stanley-led banks, arguing that all three kept secret a "a severe and pronounced reduction" in the site...
task069_abductivenli_classification
task069-038948559f69427baa3dd1ad083e3b33
In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story coherent / plausible by writing "1" or "2" in the output. If both sentences are plausible, pick the one that makes most sense. Beginning: Charles graduate...
1
task1325_qa_zre_question_generation_on_subject_relation
task1325-df4c0ea5e7954ddd8e4e40fc0c744492
You will be given a context, a subject and a relation. Your task is to generate a question based on the subject and relation. The generated question should include the given subject. Try to use a minimum number of words that are not present in either context, subject or relation while generating question. Context : Com...
Which is the basis of GoldenEye?
task724_mmmlu_answer_generation_moral_scenarios
task724-4e925b9ebbda40d6b4263b8235a1603a
You are given a question on moral scenarios. You are also given 4 answer options (associated with "A", "B", "C", "D"), out of which only one is correct. You need to answer the question by selecting the correct option. You should only answer with the choice letter, not the whole answer. For which of these two scenarios ...
C
task1412_web_questions_question_answering
task1412-0b2abe8929154c0a8989b0d09b785a55
A question is presented to you in this task, and your job is to write a potentially correct answer. who is playing bilbo baggins?
Ian Holm
task668_extreme_abstract_summarization
task668-4d701643f76f495cb56113860f4a4e49
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. Unsupervised learning of timeseries data is a challenging problem in machine learning. Here, we propose a novel algor...
Proposes an algorithm that integrates autoencoder with time-series data clustering using a network structure that suits time-series data.
task1369_healthfact_sentence_generation
task1369-0f12ecc406da42938979bd37b0006c4d
Generate an explanation for the given claim using the provided supporting material from the paragraph. Please consider the following points while generating an output. 1) The claim will always have supporting proof in the paragraph, and the paragraph will have a clear point of view supporting the claim. 2) There can be...
Both accidents added fuel to an ongoing national debate over proposals by the Trump administration, the National Rifle Association, and other gun rights advocacy groups to arm teachers to defend their students in the event of school shootings. According to a March 2018 poll of National Education Association members, ed...
task297_storycloze_incorrect_end_classification
task297-e3f50a4764b04d26a3efc521fddcbe21
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
task683_online_privacy_policy_text_purpose_answer_generation
task683-3b8da044e3a147b29360324d6d7daabf
Given a part of privacy policy text, identify the purpose for which the user information is collected/used. The purpose should be given inside the policy text, answer as 'Not Specified' otherwise The site collects your contact information for marketing purposes. Collection happens when you explicitly provide informatio...
Marketing
task900_freebase_qa_category_classification
task900-6d0050f9d2ec495eb676fe9c96b9c247
Given a trivia question, classify broad topical category from this list: 'theater', 'geology', 'book', 'tv', 'astronomy', 'aviation', 'military', 'government', 'boxing', 'projects', 'metropolitan_transit', 'law', 'venture_capital', 'broadcast', 'biology', 'people', 'influence', 'baseball', 'spaceflight', 'media_common'...
olympics
task303_record_incorrect_answer_generation
task303-db64bca3c82f4a538feba013f1ad88e2
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 ...
Marlin
task471_haspart_answer_generation
task471-33090d15e5164045a789bf0d53c65493
Given an entity as input, output another entity which is part of the input entity. These are entities of meronym. In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., output entity) is in a part-of relationship with its holo...
tail
task337_hateeval_classification_individual_en
task337-0b64c8720c2542abb30b421d98aea303
In this task, you are given a hateful post in English from online platforms. You are expected to classify the target being harassed in the post as individual or generic, i.e., single person or a group of people. Note that the URLs in the text have been replaced with [Link]. Post: @Twitch_Pink you dumb cunt you trick 12...
Individual
task124_conala_pair_averages
task124-4ef084f6d41447d4bc4efcafa748f9f3
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...
[-2.0, 56.0, 25.0, 28.5, 7.5, -27.0, -41.5, -29.0]
task1711_poki_text_generation
task1711-d7d9f08f81cf4d679cf26f50e597bb2d
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 ...
the cyclone spin round and round everything move all a round it race in fast a it can twirl everything around cow be fly there's a car then a tree and a house barnyard tear like paper tractor thrown and plow it's come for you like a gun it's a cyclone and you know it whip wind like a flag everybody run
task1347_glue_sts-b_similarity_classification
task1347-567d013c9eef4f06bda70a9cddedbeb2
Evaluate the similarity between them and classify them into classes from 0-5 as follows: 0 : The two sentences are completely dissimilar. 1 : The two sentences are not equivalent, but are on the same topic. 2 : The two sentences are not equivalent, but share some details. 3 : The two sentences are roughly equivalent, b...
4
task002_quoref_answer_generation
task002-020e14ab27774d348d1935456ef5a4ac
In this task, you're expected to write answers to questions involving multiple references to the same entity. The answer to the question should be unambiguous and a phrase in the paragraph. Most questions can have only one correct answer. Passage: Jim Street, a former U.S. Navy SEAL and hot-shot cop from the Los Angele...
Brian.
task293_storycommonsense_emotion_text_generation
task293-325c4a60bf374196ba44f0f42c28e74c
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 ...
embarassed
task1420_mathqa_general
task1420-d403268251624bc19ec8bcf7013e0c61
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: if the operation x is defined by a x b = ( b - a ) ^ 2 / a ^ 2 for all numbers a and b , and a ≠ 0 , then − 1 x ( 1 x − 1 ) = Options: a ) − 1 , b ) 0 , c ) 1 , d ) ...
d
task592_sciq_incorrect_answer_generation
task592-4dcd5b0b7c004f1ea2841f85d7bfcad1
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. Circadian rhythms and migration are examples o...
fluid
task430_senteval_subject_count
task430-a2e2483b1d3645509ddd1af9d54004c6
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. And a keg party.
Singular
task1309_amazonreview_summary_classification
task1309-c2412dcd7570461e8467b10b920f8f6a
In this task, you're given reviews from Amazon's food products and a summary of that review. Your task is to classify whether the given summary matches the original review. Generate "True" if the given review and its summary match, otherwise generate "False". Reviews: Bought the set as I had 160 holes I needed in some ...
False
task091_all_elements_from_index_i_to_j
task091-4565fa03efc64d4494af7d7ba34789f0
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 list all elements of A from the ith element to the jth element. 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. 9, 17, ['W', '9423', '7179', 'f', '50...
u, f, j, 7189, R, 6615, 6075, f, 1697
task611_mutual_multi_turn_dialogue
task611-57c28981bc7a4bc5b4f9aea158888385
In this task you are given a small conversation between two persons and 4 options on how the conversation should continue. Your job is to choose the most reasonable option. The conversation and the options are separated by a newline character. Each dialogue in the conversation are separated by a comma. F and M indicate...
B
task867_mawps_multiop_question_answering
task867-5e593394a03c40568babec1998f914ef
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. Megan earned 8 points for each bag of cans she recy...
72
task303_record_incorrect_answer_generation
task303-f6a9fd1688684dcb978fbcd031b73c5a
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 ...
American
task849_pubmedqa_answer_generation
task849-d4c03775572d4ec88493511cb0cbe10a
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: In a collaborative effort between the Missouri Department of Health, Area Agencies on Aging (AAA), Alzheimer Association, and academic rese...
PLM was successful in improving detection of incident cases of dementia in the community and in connecting patients and their families with needed services. Our findings support the use of state agencies and community service partners to detect dementia. Early implementation of psychosocial interventions could have sig...
task636_extract_and_sort_unique_alphabets_in_a_list
task636-f0fed7644bd04dbca388ccaad1fc0449
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. ['l', '4103', 'e', '8071', 'o', 'u', 'j', 'c', '5971', '8291', '...
a, b, c, e, i, j, l, o, s, u, w
task405_narrativeqa_question_generation
task405-29fc2f122d12475bbaabb2699134f05f
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...
How does Rennie wound Jason?