task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task413_mickey_en_sentence_perturbation_generation
task413-f00ca4c55be6452391de62b4a40b406e
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. On your ...
On your decision , you would say you accept your wife .
task707_mmmlu_answer_generation_high_school_microeconomics
task707-fa05ff4056e84bdfac988a383be4a55a
You are given a question on high school microeconomics. 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. If the government regu...
D
task924_event2mind_word_generation
task924-25d53c8ed6fe478f84f94882e7fd6e92
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 kisses PersonY on the forehead. Intent: 1) t...
loved
task1551_every_ith_element_from_kth_element
task1551-5f2c0ca75c3c4e2da45473276c58dd74
In this task, you are given inputs k, i, and A, where k and i are integers and A is a list. You need to find every ith element of A starting from the kth element. The process stops when the position of the next ith element exceeds the length of the list. 4, 3, ['6119', 'c', '3631', 'r', '2075', 'N', 'e', 'p', '949', 'C...
r, e, C, D, a, 9611, i, w
task384_socialiqa_question_classification
task384-48cd5523385c4e9baeafc1be06af6592
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: Riley destroyed men's sexual desir...
True
task246_dream_question_generation
task246-a667efd5954f4997b5bf2adda3550d7d
In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. "W" and "M" in the conversations stand for "woman" and "m...
Which sport did Peter probably take part in? (A) The relay race. (B) The high jump. (C) Ping-pong match.
task905_hate_speech_offensive_classification
task905-c5331e9d749a464db28995e566402218
You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise. Tweet: Nah Electric Fairy Tale seems cool but I'd rather buy some drugs with that money La...
false
task622_replace_alphabets_in_a_list_by_their_position_in_english_alphabet
task622-51b47ee2e6704c43b5f0a53458ce11b5
In this task, you are given an input list A. You need to convert all the alphabets in the list with a number representing their position in the English alphabet. E.g., replace A by 1, B by 2, a by 1, b by 2, and so on. ['9597', 'O', 'T', 'U', 'y', 's', '4749', 'r', '6571', '5431', '2503', 'P', '4513', '5025', 't', '904...
9597, 15, 20, 21, 25, 19, 4749, 18, 6571, 5431, 2503, 16, 4513, 5025, 20, 9045, 7997, 3329, 18
task385_socialiqa_incorrect_answer_generation
task385-9b3fc82e438a4e848810ee0a5a788a01
In this task, you're given a context passage, a question, and three answer options. Your task is to return an incorrect answer option to the question from the choices given. For all questions, only one of the three answer options is correct. Pick one of the two incorrect answer options as the output. Context: Austin go...
B
task372_synthetic_palindrome_numbers
task372-4deffaf2af7c4c5e85c7bb4c7fd50cb8
In this task you will be given a list of integers. You should only return an integer if the first digit is the same as the last digit in the number. If an integer has a single digit, then it should be returned. If there are no integers that start and end with the same digit then an empty list ("[]") should be returned....
[]
task327_jigsaw_classification_toxic
task327-34bd4154e3ca4a2eaedb1e2d3fab1f99
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: toxic and non-toxic. Toxicity is defiend as anything that is rude, disrespectful, or unreasonable that would make someone want to leave a converation. Comment: "Democrats and their supporters m...
Non-toxic
task099_reverse_elements_between_index_i_and_j
task099-cd3eedca7e244a13b7bac2a7ac612c9d
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 in the reverse order. 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. 8, 10, ['4797', ...
s, 6209, c
task1601_webquestions_answer_generation
task1601-afab54778fc44fe5be162bac4b4cd47a
Based on the given question and tppic, give an answer. The answer is available on on the internet. The questions are mostly centered around a single named entity. concept: Shawnee Smith question: what did shawnee smith play in?
['The Grudge 3', 'Saw IV', 'Summer School', 'Saw II', 'Saw III', 'The Island', 'Saw', 'The Blob', "Who's Harry Crumb?"]
task1217_atomic_answer_generation
task1217-ed2c408889cc485e98218913963f2672
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 gives ___ to my friend
feathers
task267_concatenate_and_reverse_all_elements_from_index_i_to_j
task267-dfa99e64098942beb959249838e6aed3
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 ...
iJ358ye765670771188196ADB316710471338qCgM7721X
task085_unnatural_addsub_arithmetic
task085-97ceda6358b7417c9010d0997f46704f
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. 2500 + 3268 - 574 + 5695 - 2143 + 404 - 196
-3954
task1584_evalution_meronym_classification
task1584-1d7dbf93e6c1403682929401384ed5c4
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...
0
task1389_hellaswag_completion
task1389-d8507e52fc5c4319ab6289c107cb00d6
In this task, you are given a context and four options. Each option is a suggested ending for the context. You should read the context and pick the best ending for the context. Please answer with "A", "B", "C", and "D". [header] How to install windows me [title] Insert the windows me installation disk and then boot th...
D
task576_curiosity_dialogs_answer_generation
task576-665be81faeee4f85ac24ce451834cc90
In this task, the input is a set of dialogues between a user and an assistant. You need to find the dialogue that is basically a response given to a question or an aspect of the user. Yes, I am interested in learning the demographics. You too! Sorry, I'm not sure about that would you like to know about their econom...
Of course. It seems that about half of the popullation is Russian Orthodox.
task206_collatz_conjecture
task206-c2ef2245490b46e68e6cda1ef2b747f0
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 two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. [30, 141]
[15, 424]
task093_conala_normalize_lists
task093-fea41de672e44c8d9c4e03bf9611cc6c
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. [180.063, 247.961]
[0.421 0.579]
task1217_atomic_answer_generation
task1217-8248323a3b764482b48ee9dd367b20ce
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 turns PersonY's ___ over as understood
controller
task673_google_wellformed_query_classification
task673-fef544158e974b0bb4be784f631b7780
Read the given query and classify it as a 'Good' or 'Bad' query depending on how well the query is formed, 'Bad' being the expected output for a not so well formed query and 'Good' being the expected output for a well formed query. A query may be wrong based on common sense or general facts, but if it is well formed, y...
Good
task1678_mathqa_answer_selection
task1678-90f1bc631a7d41558f6e6a17f6323cb5
Given a math problem with context and a question and 5 answer choices, the task is to provide the correct answer choice based on the problem. You must choose one of the given answer choices by letter: a, b, c, d, or e; anything else is invalid. Problem: 39 persons can repair a road in 12 days, working 5 hours a day. in...
b
task333_hateeval_classification_hate_en
task333-f7ee1ebf28364bcc8912da9adfd2e249
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
task405_narrativeqa_question_generation
task405-ac02f23aff1e4354a082d429f900137d
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 happens as someone approaches the hijackers to confront them?
task125_conala_pair_differences
task125-8c5bea47ea604c819dc8afe37887b435
In this task you are given a list of integers and you need to find the absolute value of the difference between each two consecutive values. The output should be a list of the absolute value of the differences of each two consecutive values. [29, -84, 35, 40, 47, 17, -86, 6, 79, 69, 58, -48, 77, -82]
[113, 119, 5, 7, 30, 103, 92, 73, 10, 11, 106, 125, 159]
task1541_agnews_classification
task1541-5f025c42e28e4137825d8e1073edd2ad
In this task, you're given a short article. Your job is to classify the article based on its category. Use the following classification labels, 0. World, 1. Sports, 2. Business, 3. Science or Technical. Label the text "0" if it contains information related to world. Label the text "1" if it contains information related...
2
task1601_webquestions_answer_generation
task1601-3b4ded4463304fc2b93598bd307b8527
Based on the given question and tppic, give an answer. The answer is available on on the internet. The questions are mostly centered around a single named entity. concept: Russia question: what caused the russian financial crisis of 1998?
['Allies of World War II']
task301_record_question_generation
task301-2d3fb50bfed64b55860352bb2b3f6cc0
In this task, you will be shown a passage. You need to write a fill-in-the-gap question based on your understanding of the events that might be inferred from the passage. Your question should be answerable based on the passage and only have one correct answer. Show the gap in your question with a _ . (CNN) When three-y...
_, who was coincidentally given his name before losing an eye, is ranked as an outside -- but not impossible -- 30-1 shot along with three other horses.
task367_synthetic_remove_floats
task367-7a86b4132f5947ae80c842f7cd61e61f
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. [-77, -59, -21]
[-77, -59, -21]
task376_reverse_order_of_words
task376-e849529df76c474e9a9c25b877a367f7
In this task, you need to reverse the order of words in the given sentence. Sentence: a plate with three hot dogs in bun with peppers on top
top on peppers with bun in dogs hot three with plate a
task1327_qa_zre_answer_generation_from_question
task1327-083bc79d11254c169f02e2af336015c1
Generate a correct and concise answer for the question based on the words in the context. Context : George G. Moore (July 2, 1844 -- November 26, 1925) was a Union Army soldier during the American Civil War. Question : What war or battle involved George G. Moore?
American Civil War
task767_craigslist_bargains_classification
task767-04609066d771468ebc9634db449db612
Given a text passage as input comprising of dialogue of negotiations between a seller and a buyer about the sale of an item, your task is to classify the item being sold into exactly one of these categories: 'housing', 'furniture', 'bike', 'phone', 'car', 'electronics'. The output should be the name of the category fro...
phone
task339_record_answer_generation
task339-00c76d3668964b86bea7deab03282696
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) The unceremonious removal of New Jers...
Jared Kushner
task093_conala_normalize_lists
task093-27c28ee50e45480b99eda3b992371773
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. [17.321, 75.638]
[0.186 0.814]
task160_replace_letter_in_a_sentence
task160-40c085180c504d95ad8295b3a52d6f23
In this task, you need to replace a letter in the sentence with another given letter. Sentence: 'a group of people hanging around holding umbrellas'. Replace the letter 'p' with 'f' in the sentence.
a grouf of feofle hanging around holding umbrellas
task413_mickey_en_sentence_perturbation_generation
task413-3441fd809d714ddebd7f45471734df41
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. You are ...
You are likely to include a phrase in a point .
task1541_agnews_classification
task1541-6607f24838d94926b6122ef258124267
In this task, you're given a short article. Your job is to classify the article based on its category. Use the following classification labels, 0. World, 1. Sports, 2. Business, 3. Science or Technical. Label the text "0" if it contains information related to world. Label the text "1" if it contains information related...
0
task518_emo_different_dialogue_emotions
task518-f34eb0f5219d48a693a471e5c4a1c2a1
In this task you will be given two dialogues. You need to determine if both dialogues have the same underlying emotion. The possible emotions are happy, sad, angry, or other. If they do output 'yes', if not output 'no'. Dialogue 1: 'i wow such i wow relievedface pls u number'. Dialogue 2: 'yes ah right send nudes winki...
yes
task1310_amazonreview_rating_classification
task1310-75d551ba545243eea24da19b9f230276
In this task, you're given a review from Amazon. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good. Sent wrong item and that wrong item was missing a piece to it. Contacted seller to replace, and w...
1
task078_all_elements_except_last_i
task078-40ac1a0610a1412f8da62401393e3d91
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. 8, ['m', '1187', '5213', '4509', '3391', 'd', 'H', '3175', '5431', 'E', '8329', 'B', 'Z', 'O', 'n', 'q', '8333', ...
m, 1187, 5213, 4509, 3391, d, H, 3175, 5431, E, 8329
task1308_amazonreview_category_classification
task1308-8169cb32623c42258097be1026f7530c
In this task, you're given a review from Amazon and category of the product based on the review given by the user and your task is classify whether the given category match the review. Generate "True" if given review and its category match, otherwise generate "False". Reviews: Okay so I was really excited to get these ...
True
task592_sciq_incorrect_answer_generation
task592-20b6baceeae44a9b866da87edf390421
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. A natural resource that is consumed or used up...
energy-inefficient
task323_jigsaw_classification_sexually_explicit
task323-3a78c1d96baa400d92160dbaa79fec7b
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: sexual-explicit and non-sexual-explicit. A comment is considered sexual-explicit if it explicitly portrays sexual matters. Comment: I think many believe we are way past these forms of pacifism ...
Non-sexual-explicit
task566_circa_classification
task566-a651d741c8d84fe3b618dba6b569b028
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: If you count a brick wall a view.<sep>Sentence-2: It does have a view .
No
task379_agnews_topic_classification
task379-3a7c1d1f40db4db888312ffeb079409d
In this task, you are given a news article. Your task is to classify the article to one out of the four topics 'World', 'Sports', 'Business', 'Sci/Tech' if the article's main topic is relevant to the world, sports, business, and science/technology, correspondingly. If you are not sure about the topic, choose the closes...
Sports
task507_position_of_all_numerical_elements_in_list
task507-7b308bab17d64903973fc6724e134041
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. ['3751', 'o']
1
task496_semeval_answer_generation
task496-7c0683b0600743f588a5fd2e2ca7a783
Given news headlines, an edited word and funniness labels. The original sentence has word with the given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Your task is to generate answer "Yes" if an edited sentence matches funniness label, otherwise generate answer "No". ...
No
task494_review_polarity_answer_generation
task494-9c5e7a47a4b84c54a3f6ef6162d67425
Given a review text from amazon and its polarity (either positive or negative). Generate answer "True" if given sentence and its polarity match, otherwise generate answer "False". A review is considered positive if the reviewer is satisfied with the product. Otherwise, it is considered negative. Review: Cracker Jack's ...
False
task847_pubmedqa_question_generation
task847-749f6e7a9828477393564d9e3ce5f617
Given a passage, 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 questions that (i) can't be ...
Does cT assessment of woodworkers ' nasal adenocarcinomas confirm the origin in the olfactory cleft?
task1712_poki_classification
task1712-861514040ffd43b29797c985113d7893
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
task823_peixian-rtgender_sentiment_analysis
task823-67b04806a4724de6b54611514c57505c
Given a 'poster' sentence and a corresponding 'response' (often, from Facebook or Reddit)classify the sentiment of the given response into four categories: 1) Positive, 2) Negative, 3) Neutral, and 4) Mixed if it contains both positive and negative. Poster: The latest allegations by women who have shared their stories ...
Negative
task1325_qa_zre_question_generation_on_subject_relation
task1325-17d1aeccba0e4820ad173bf7d9a7df14
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 : The...
The production company responsible for The Stabilizer is what?
task344_hybridqa_answer_generation
task344-a9bd94a60ea740d5aaa296a5794af7d6
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 athlete competed in the event where preliminaries started at 14:48 , quarterfinals started at 16:10 , semifinals at 19:02 and the final at 20:09 ?
Seo Byeong-deok
task710_mmmlu_answer_generation_high_school_statistics
task710-61da51dad7864fc286ec901aed70729f
You are given a question on high school statistics. 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. A dentist has noticed that...
D
task767_craigslist_bargains_classification
task767-1448377cbb1c4fecba0c7e92eeb878b4
Given a text passage as input comprising of dialogue of negotiations between a seller and a buyer about the sale of an item, your task is to classify the item being sold into exactly one of these categories: 'housing', 'furniture', 'bike', 'phone', 'car', 'electronics'. The output should be the name of the category fro...
furniture
task316_crows-pairs_classification_stereotype
task316-cc122283e21e401c81c21e42d1bdd11a
In this task, you are given a short passage that conveys a stereotype or an anti-stereotype. A stereotype is an over-generalized belief about a particular group of people(based on race, ethnicity, gender, age, abilities, etc.). An anti-stereotype is an idea that goes against a common stereotype. You are expected to cla...
Anti-stereotype
task586_amazonfood_polarity_classification
task586-bb13a6793be24070a1fafff179ffbed4
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. Bought one of these from a pet store for my dog. I always try to give her natural minimally-processed chews and treats, she goes through a lot of bully sticks, pi...
Negative
task378_reverse_words_of_given_length
task378-0a7968869a414b4daac054445bb134de
In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5. Sentence: 'a man riding on the bike of a motorcycle'. Reverse all words of length '4' in the given sentence.
a man riding on the ekib of a motorcycle
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists
task755-d3ab6db149f94cd897064a231dd2e373
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...
rLrytikdzfnBaddghkllmpqsuuvzFa, bpvLxaddghkllmpqsuuvzqne
task494_review_polarity_answer_generation
task494-9ff135438ea3405d82744ba856c99d00
Given a review text from amazon and its polarity (either positive or negative). Generate answer "True" if given sentence and its polarity match, otherwise generate answer "False". A review is considered positive if the reviewer is satisfied with the product. Otherwise, it is considered negative. Review: This may be a g...
False
task1711_poki_text_generation
task1711-e0fd47d9d743430a9d72972c846f7250
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 ...
every morning the cat play with the bat and the doll be on the wall
task1446_farthest_integers
task1446-438e5c8b63a7494fa84cfd4f4842718f
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. [21, 61, 6, 76, -4...
163
task094_conala_calculate_mean
task094-7c8c79c599cb4b1688a100e9111a8dba
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.346, 64.021]
20.838
task191_hotpotqa_question_generation
task191-536cfd94cf014322b85edc4015036862
In this task, you are given a set of context paragraphs, some supporting facts and an answer of a question. Your task is to generate question for given answer based on set of context paragraphs, supporting facts and an answer. Context_1 : Norwich War Memorial (also known as Norwich City War Memorial or Norwich Cenotaph...
In what city is the war memorial at which Antoon Verschoot played last post for many years?
task159_check_frequency_of_words_in_sentence_pair
task159-23372e980648484d940a1930114061d4
In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'. Sentence1: 'a baby bird by itself in a nest made from straw', Sentence2: 'a yellow train is on the railroad tracks'. Is the frequency of the word 'a' in two sentences equal?
No
task454_swag_incorrect_answer_generation
task454-51db4613f8e348849c55c7de735ceaf4
Given a sentence, generate a most unlikely next statement. The next statement should not be logically relevant to the given context A close up of a stove is shown followed by a man cracking an egg. The man
takes a spatula in a bowl and puts the bowl into the pan.
task429_senteval_tense
task429-3f9d9bd1be304988b7d09bf26524957d
In this task you are given a sentence. You must judge whether the main verb of the sentence is in present or past tense. Label the instances as "Present" or "Past" based on your judgment. If there is no verb in the given text, answer "Present". Black Shadow and Death.
Present
task1290_xsum_summarization
task1290-47d29bccba03409f99229b9d17c4c976
In this task, you are given an article. Your task is to summarize the article in a sentence. The proof-of-concept worm was written to illustrate how vulnerable such data stores are to malicious attack. The worm can exploit the many bugs researcher Jacob Holcomb found in popular home data storage systems. Already, he sa...
A malicious worm that can roam the net seeking data stored on insecure hardware has been created by a security researcher.
task384_socialiqa_question_classification
task384-8a86827688d4456887d0d31a88875d0e
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: Riley asked her boss if she could ...
False
task1731_quartz_question_answering
task1731-5a94a22d4a9544cf80386fa328733cd0
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: A higher-frequency wave has more energy than a lower-frequency wave with the same amplitude. Question: Will sees a wave with a frequency of 60hz and...
the 60hz wave
task507_position_of_all_numerical_elements_in_list
task507-fc780df3ba97430dbc7e3084ca4667fa
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. ['1471', 'E', 'v',...
1, 7, 8, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 25, 28, 30, 31, 32, 33, 34, 35
task591_sciq_answer_generation
task591-cfee96cc321a4cfabaef9edbe2971b3a
Given a scientific question, generate a correct answer to it. Elements involved in nuclear reactions are what?
radioactive
task191_hotpotqa_question_generation
task191-b9dd9caa907c4cc2b55e17e7aac89d02
In this task, you are given a set of context paragraphs, some supporting facts and an answer of a question. Your task is to generate question for given answer based on set of context paragraphs, supporting facts and an answer. Context_1 : Jaroslav Holík Garcia (] ; August 3, 1942 – April 17, 2015) was a Czech professio...
Rostislav Rusty Klesla, is a retired Czech professional ice hockey defenceman, he has also played in the NHL with which professional ice hockey team based in the Phoenix suburb of Glendale, Arizona?
task1596_event2mind_text_generation_2
task1596-ae83c304360549cc93f3a06e3aaa9724
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 grabs PersonX's chest
something hit her chest.
task091_all_elements_from_index_i_to_j
task091-c3e04a8798d0419bb9e23ca000f25800
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. 4, 8, ['P', 'M', '5631', '5517', '747...
5517, 7479, r, 367, 3033
task284_imdb_classification
task284-1d47ebf405fd40188df00429472fe7bf
In this task, you are given a review of movie. Your task is to classify given movie review into two categories: 1) positive, and 2) negative based on its content. Every once in a long while a movie will come along that will be so awful that I feel compelled to warn people. If I labor all my days and I can save but one ...
negative
task384_socialiqa_question_classification
task384-01fadcd5df724aa7a7a480467dca295c
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: Remy looked after Casey's accounts...
False
task157_count_vowels_and_consonants
task157-0cde79fbf6d14f15ae07e1286ba258fe
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 snowboarder's feet strapped into their snowboard covered in snow'. Count the number of consonants in the given sentence.
35
task308_jeopardy_answer_generation_all
task308-661232b8dbf646eca24c36d32c235e00
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: WORLD OF DANCE Clue: The bossa nova
brazil
task303_record_incorrect_answer_generation
task303-ecc5d1e0e01a4b61a7bee2f9f962e234
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 ...
iReport
task155_count_nouns_verbs
task155-15eeadaa79314bd8a0c5a62d93dfde94
In this task, you need to count the number of nouns/verbs in the given sentence. Sentence: 'A elephant that is walking in a field'. Count the number of verbs in this sentence.
1
task413_mickey_en_sentence_perturbation_generation
task413-fe0ab1c2f7d747d7a2e7df0dab8131a5
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. The effe...
The superpower of fixing a computer is getting paid for your convenience .
task284_imdb_classification
task284-f8d15fa2f3a042039bf3670c8bad56d2
In this task, you are given a review of movie. Your task is to classify given movie review into two categories: 1) positive, and 2) negative based on its content. For fans of Troma or the Cyberpunk genre mixed with a little blood shed then this film for you! There is a good amount of blood shed within the confines of t...
positive
task897_freebase_qa_topic_question_generation
task897-28aad765206d49e5a9337c2a535e66e5
Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question. captain haddock
What series of books would you go to to read about Snowy, Captain Haddock, Professor Calculus and Thomson and Thompson?
task849_pubmedqa_answer_generation
task849-dd618da7f7984353a88148cd33029ec3
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: We sought to assess whether mechanical unloading has beneficial effects on cardiomyocytes from doxorubicin-induced cardiomyopathy in rats.'...
Mechanical unloading increases functional sarcoplasmic reticulum Ca(2+) ATPase and improves [Ca(2+)](i) handling and contractility in rats with doxorubicin-induced cardiomyopathy. These beneficial effects of mechanical unloading were not observed in normal hearts.
task1285_kpa_keypoint_matching
task1285-31f7098f2873464794803bd3b99ca43b
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 fight urbanization<sep>Argument: Urbanization is the most effi...
False
task1434_head_qa_classification
task1434-7780836692f44d4a8742186a0a76f7f4
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: Mr. P. L., 59, has type 2 diabetes and his Body Mass Index is 27. He asks you if you can h...
nursery
task245_check_presence_in_set_intersection
task245-8b7b4c1a94b545bc8e2aea8cb05f0fbc
In this task, you are given two sets, and a question. You need to find whether an element is at the intersection of two given sets. A Set is shown by two curly braces and comma-separated numbers inside, like {1, 2, 3}. The intersection of two given sets is the largest set which contains all the elements that are commo...
No
task1595_event2mind_text_generation_1
task1595-fd6a1f02511b481ebcdc9075667c5373
The task is to generate text based of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons emotional reaction to the event, i.e. how that person feels after doing the action. PersonX combs PersonY's hair
protective.
task674_google_wellformed_query_sentence_generation
task674-83f3c16b7c1a40eeb804e248fc784e1b
You are given a set of queries separated by ' ', and your job is to find out the query which is not a well-formed or well-structured query in terms of grammar, punctuations, or spelling errors. Where is middle c on a scale ? What are the Characteristic of the tourist product ? What is the ict function purpose ? What is...
What are the Characteristic of the tourist product ?
task177_para-nmt_paraphrasing
task177-30c8793a988b49b087387bc96f3d865f
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. and what make you think that this boy did it ?
and why do you think this guy did it ?
task389_torque_generate_temporal_question
task389-09c4279c952c4d9bb51ed492b8db67d9
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 probably happened after the election?
task196_sentiment140_answer_generation
task196-032fd6b9fb96487c9b66c6a64e6a2264
In this task, you are given a text from tweets and a boolean question whether this tweet has positive sentiment or negative sentiment. Your task is to generate answer "yes" when the tweet has that particular sentiment, otherwise generate answer "no". Tweet: Go to sleep. www.myspace.com/recycledamericamusic Question: i...
yes
task087_new_operator_addsub_arithmetic
task087-4119686b675e4266bc56b20683ad3c87
In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer 4164 # 79...
-21819
task594_sciq_question_generation
task594-6681e8642c5b486fa8d5ea6ae6d8a5b2
Given a scientific passage and an answer, generate a question for the given answer. Passage: As has been noted in numerous Things Great and Small vignettes, this is not the first time the large has been explained by the small and vice versa. Newton realized that the nature of gravity on Earth that pulls an apple to the...
Newton realized that the nature of gravity on earth that pulls an apple to the ground could explain the motion of these?
task074_squad1.1_question_generation
task074-8e944e44b906450e90a31525cd034c9e
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...
Who did Nasser's group try to assassinate?
task1495_adverse_drug_event_classification
task1495-d214ba83e95d413793747b93eaffb4cb
Adverse drug reactions are appreciably harmful or unpleasant reactions resulting from an intervention related to the use of medical products, which predicts hazard from future administration and warrants prevention or specific treatment, or alteration of the dosage regimen, or withdrawal of the product. Given medical c...
non-adverse drug event
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately
task509-7aec874cd8a74abbbaf01a9274947b8b
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...
D, z, g, X, j, e, l, I, B, s, O, i, 6819, 3705, 787, 8779, 1517, 1061, 6293, 1693, 5549, 7095, 399, 6063, 9699, 9767, 2015, 165, 4449, 7623