task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task1205_atomic_classification_isafter
task1205-640ebf28d7104d47a0d7a6ae78669625
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 determine whether the Head happens after the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Head: PersonX goes fishing with my dad<sep>Tail: PersonX buys a new fishing rod
Yes
task1369_healthfact_sentence_generation
task1369-7d2c2fe6acf245b9aa089a22886a1d3f
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 instances where direct correlation to the claim is not available. Make use of the sentences in the paragraph to provide a corresponding output supporting the claim. 3) The explanation should be at least one and at most twelve sentences long. Paragraph: South Korea’s agriculture ministry said North Korea reported to the World Organization for Animal Health that 77 of the 99 pigs at a farm in Jagang province died of the disease and another 22 pigs were culled. The outbreak in North Korea comes after the disease in past months ravaged farms in China, where more than a million pigs have been reportedly culled, and also spread to Vietnam, Cambodia and Mongolia. The disease is harmless to humans but for pigs is fatal and highly contagious, and there is no known cure or vaccine. North Korea’s official Rodong Sinmun newspaper on Friday published three different articles detailing the spread of the African swine fever across Asia, but none of them mentioned that the disease has reached the North. Oh Soon-min, director of quarantine policies at South Korea’s agriculture ministry, said quarantine measures and blood tests will be stepped up in some 350 pig farms near the inter-Korean border. Fences and traps will also be installed near the farms to prevent the pigs from contacting wild boars that roam in and out of North Korea. “While North Korea’s Jagang province, where the outbreak of the African swine fever was confirmed, is near the border between North Korea and China, we do believe this is a serious situation as there is a possibility that the disease can spread toward the South,” Oh said. He said the South Korean government believes the North raises about 2.6 million pigs in 14 government-run or cooperative farms. The South hopes to discuss the issue with North Korea at an inter-Korean liaison office and find ways to help the North fight the spread, said Eugene Lee, a spokeswoman from Seoul’s Unification Ministry, which deals with inter-Korean affairs. The outbreak comes as the North has significantly slowed its engagement with South Korea following the collapse of a February summit between North Korean leader Kim Jong Un and U.S. President Donald Trump. Lee said the South had told the North “several times” that it could help in case of African swine fever outbreak, but did not confirm how North Korean officials responded. Claim: Seoul: North Korea confirms African swine fever outbreak.
South Korea said Friday that it is scrambling to prevent the spread of the highly contagious African swine fever on its pig industry after North Korea confirmed an outbreak at a farm near its border with China.
task183_rhyme_generation
task183-45137d2ee9c44937afd117db7af0545c
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" phrase
a.s
task1661_super_glue_classification
task1661-a9fce48cf7624a7a9fd38aa288bcce57
In this task, you are given Wikipedia articles on a range of topics as passages and a question from the passage. We ask you to answer the question by classifying the answer as 0 (False) or 1 (True) Passage: Unitary state -- A unitary state is a state governed as a single power in which the central government is ultimately supreme and any administrative divisions (sub-national units) exercise only the powers that the central government chooses to delegate. The majority of states in the world have a unitary system of government. Of the 192 UN member states, 165 are governed as unitary states. Question: italy is an example of a unitary government
1
task607_sbic_intentional_offense_binary_classification
task607-9be8864e92d54451ba96ceddfc8e8f04
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 intentionally offensive, 2) no, otherwise. Also, generate label 'no' for offensive statements that appear to be unintentional, or non-offensive statements that are underhandedly offensive. Warning: the examples and instances may contain offensive language. Bad bitches from Oakland, she could beeee a model
No
task851_synthetic_multiply_evens
task851-03b40dd57dff4bef9919967ab6c2e9c8
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 even 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 even numbers in an inner list you should output 0 for that list. [[11, -6, 23], [-41, 17], [-11, -10, 44], [12, 41, 34, 27], [14, -45, 5, 47, 25]]
[-6, 0, -440, 408, 14]
task183_rhyme_generation
task183-6300ae860fa04a568de65d794b76a5e7
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" ocean
promotion
task378_reverse_words_of_given_length
task378-f6d63077c75248c8ac1c0345af98315a
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 person riding a surf board on a body of water'. Reverse all words of length '1' in the given sentence.
a person riding a surf board on a body of water
task1217_atomic_answer_generation
task1217-a595918f9bb64953b84806384a6c7cf9
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 hits ___ in the head
Cat
task1186_nne_hrngo_classification
task1186-5f28246bfc1242ea985365bf676f174f
You are given an original reference as well as a system generated reference. Your task is to judge the naturaleness of the system generated reference. If the utterance could have been produced by a native speaker output 1, else output 0. System Reference: there is a hotel called in the inn at the presidio and in the area of presidio. Original Reference: the inn at the presidio is located in the presidio area.
0
task1325_qa_zre_question_generation_on_subject_relation
task1325-1cbfef53e00e41e987c03194cfe73165
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 : Jessica Walter stars as Amy Prentiss, a relatively young investigator who becomes the first female Chief of Detectives for the San Francisco Police Department. Subject : Amy Prentiss Relation : original network
Which network is Amy Prentiss a part of?
task579_socialiqa_classification
task579-64167bbc55eb4654be7c8189700fc223
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: Remy purposefully hurt Jordan's feelings by saying something extremely unkind to them. Question: What will happen to Remy? Options: (A) ashamed (B) like a decent person (C) proud Answer: A
No
task091_all_elements_from_index_i_to_j
task091-c8296856e0c3485b87141c393ac517e0
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. 2, 2, ['3623', 'G', 'b', 'z', '5087', '4027', '803']
G
task303_record_incorrect_answer_generation
task303-14a2f1ae7dad4d15830a1dac7435beff
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 multiple wrong answers, we only need a single wrong answer. (CNN)In one month Nigerians will vote in what may be the country's most competitive and contentious elections yet. But this important process will take place in the shadow of a worsening threat -- Boko Haram, the Islamist insurgent group otherwise known as Jama'atu Ahlis Sunna Lidda'awati wal-Jihad, which killed as many as 2,000 people in the northeastern town of Baga on January 3. The attacks of the past few weeks -- Boko Haram's biggest ever in terms of casualties on Baga, and on markets using children to detonate devices -- have drawn international focus back to the crisis. But such appalling events are not new -- they are an intensification, a next step in a crisis which has steadily worsened since Boko Haram's 2010 reemergence. And they raise a number of questions about the trajectory of the insurgency and the response to it.Boko Haram massacred as many as 2,000 people in Baga, Nigeria on January 3Donnelly: Taking Baga helps group consolidate control in northeast NigeriaDonnelly: Group's tactics are unclear; Boko Haram kills because it can Question:Boko Haram is a Nigerian movement that is mostly targeting _.
Donnelly
task303_record_incorrect_answer_generation
task303-6671a861255b4fee9f02e9d3e64f3aa0
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 multiple wrong answers, we only need a single wrong answer. The nerves began to show, but Wales now know their task. Beat Israel in Cardiff on Sunday and start booking the tickets to France. It is simple. It is also, undoubtedly, a little scary. The prospect of qualifying for a first major tournament since 1958 seemed to exhibit itself in a tentative performance in Nicosia. Their passing repeatedly went awry and Cyprus, ranked 77 places below Chris Coleman’s side, showed enough mettle to deserve a point. Then, nine minutes from time, Gareth Bale showed up. He flew through the air to connect full-heartedly and full-headedly with a right-wing cross by Ashley Richards. Seconds later he had sprinted into a huddle with a throng of Wales players and staff, the significance clear. Wales have one foot at Euro 2016.Gareth Bale headed home for Wales with just eight minutes to playWales starting XI: Hennessey, Gunter, Taylor, Richards, Williams, Davies, Edwards, King, Ramsey, Bale, Robson-KanuMarouane Fellaini and Kevin De Bruyne on target for Belgium vs BosniaEden Hazard doubled lead for Belgium from the penalty spot for 3-1Holland down to 10 men against Iceland after Bruno Martins Indi red cardGylfi Sigurdsson penalty gave visitors shock lead over HollandArjen Robben also limps off injured for the hosts in AmsterdamGraziano Pelle opened the scoring for Italy against Malta in 69th minuteIt's not too late to sign up for MailOnline's Fantasy Football game Question:Elsewhere in the qualifiers, _ take on Iceland while Italy play host to Malta in just two of eight other qualifiers.
France
task1217_atomic_answer_generation
task1217-483968fa1e254146b605bfb76f6b8414
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 brings together the ___
papers
task605_find_the_longest_common_subsequence_in_two_lists
task605-31959e318c5f4d0f9c0c509835e277e1
In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B. [605, 9023, 'w', '6457', '4627', 'K', 'U', '5939', 'Y', '2629', '7357', 'Q', 'o', 'N', 'f', 'u', 'K', 'b', 9659, 8147, 6861, 1303, 7879, 'G', 9637, 'N', 'E', 'Q'], ['i', 'i', 'G', 'O', 'i', 'I', 5675, '6457', '4627', 'K', 'U', '5939', 'Y', '2629', '7357', 'Q', 'o', 'N', 'f', 'u', 'K', 'D', 'G', 'G', 'Z']
6457, 4627, K, U, 5939, Y, 2629, 7357, Q, o, N, f, u, K
task183_rhyme_generation
task183-8fe82f3ec1894296964879773dde68f6
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" dear
peer
task163_count_words_ending_with_letter
task163-6e945ba1aba34ced92b5f566075c3b01
In this task, you need to count the number of words in a sentence that end with the given letter. Answer with numbers and not words. Sentence: 'a woman in white shirt holding a pair of pink scissors'. How many words end with the letter 'r' in the sentence.
1
task429_senteval_tense
task429-370ad80f3cc448c297daf785664cd50e
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". She loves the uptown, the Walker Art Center, going to the movies and hanging out with her friends.
Present
task849_pubmedqa_answer_generation
task849-2309532be47042dc8f144d95ae9b848c
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: Tracheo-oesophageal malformations result from disturbed foregut separation during early development. The notochord, a specialised embryonic structure, forms immediately adjacent to the dividing foregut. In the Adriamycin mouse model of oesophageal atresia, foregut and notochord abnormalities co-exist, and the site and severity of foregut malformations closely correlate to the position and extent of the notochord defects. Notochord and foregut abnormalities also co-exist in the Noggin Knockout mouse as well in a small number of human cases. The notochord is a source of powerful molecular signals during early embryogenesis, being particularly important for neural crest development. The influence of notochord signaling on the adjacent foregut is not known. The purpose of this study was to examine the impact of notochord manipulation on foregut separation using a robust 3D explant method for culturing isolated foregut which permits oeosphageal and tracheal formation in vitro.', 'Foregut was micro-dissected from embryonic day 9 mice (License B100/4447 Irish Medicines Board), embedded in collagen and cultured for 48\xa0h with native notochord intact (n\xa0=\xa06), notochord removed (n\xa0=\xa010) or additional notochord transplanted from stage matched controls (n\xa0=\xa08). Specimens were analysed for foregut morphology and molecular patterning using immunohistochemistry for Hnf3b (an endoderm marker) and Sox2 (a notochord and oesophageal marker) on cryosections.', 'Foregut separation into distinct oesophagus and trachea was observed in isolated foregut specimens with or without their native notochord. In specimens with additional notochord transplants, foregut morphology and molecular patterning were comparable to controls whether or not the native notochord was maintained. In particular foregut separation was not disrupted by the transplantation of additional notochord at the dorsal foregut endoderm.\Question: Does notochord manipulation impact oesophageal and tracheal formation from isolated foregut in 3D explant culture?
The relationship between the embryonic foregut and notochord is complex and ill-defined; however, the notochord does not contribute essentially to oesophagus and trachea formation beyond E9 in the mouse, and the transplantation of additional notochord does not disrupt foregut separation in 3D explant culture.
task309_race_answer_generation
task309-436f2e9193524effaf01e29a7f5a5235
In this task, you're given an article, a question which often contains a blank and four options (associated with "A", "B", "C", "D"). Your task is to find the correct answer (from the given options) for the question from the given article and return one of the options from "A", "B", "C", and "D". Do not generate anything else apart from one of the following characters: "A", "B", "C", "D". There is only one correct answer for each question. Article: There are plenty of different parks to visit in the UK. All theme parks in Britain have cafes, restaurants, picnic areas and gift shops, so you'll still have plenty to see and do when you and the kids have been on enough rides. There are usually smaller "funfair" rides and games as well, so younger children won't get bored. Several theme parks also have other attractions next to them, e.g. water parks often open all year round, unlike the theme parks. Wherever you are in Britain, there's likely to be a theme park within one or two hours' drive, bus ride or train journey. Several theme parks even have accommodation so you can stay for a day or two if you want to make a trip into a short holiday. Prices for UK theme parks vary considerably; some have an entrance price which allows you to go on all the rides, while in others you have to pay for every ride individually. It can also make a difference whether you go during peak time or not. For example, tickets always cost more during school holidays and weekends than they do during the weekdays. Theme parks always get very busy during the summer months, so if you don't like crowds, it's usually a good idea to go earlier or later in the year! If you're thinking of visiting a UK theme park, it's worth having a look for special offers on tickets. Products such as chocolate bars and cereals sometimes have "buy one get one free" offers on theme park tickets, so keep a look out in shops and supermarkets. Question: This passage mainly talks about all the following EXCEPT _ . Options: (A) things to do (B) prices for theme parks (C) rules to obey (D) special offers
C
task589_amazonfood_summary_text_generation
task589-87b41ff6bdab40cd924965859d80f782
In this task, you're given a review from Amazon's food products. Your task is to generate a short summary of the given review in the input. Note that you don't need to write a complete sentence as a summary. Awesome dog food. However, when given to my "Boston", who has severe reactions to some food ingredients; his itching increased to violent jumping out of bed at night, scratching. As soon as I changed to a different formula, the scratching stopped. So glad Natural Balance has other choices. I guess you have to try each, until you find what's best for your pet.
INCREASED MY DOGS ITCHING
task1504_hatexplain_answer_generation
task1504-f377ef34dd044c57bc0af23a2e86db14
The input is a tweet which can be Hate Speech or Offensive. Given such a tweet, output a phrase from the tweet that makes it hate speech or offensive. The output should contain only one such phrase. The output has to be from within the tweet itself. Do not generate words or phrases not present in the tweet. pepsi has mudslime at the head and supports massive amnesty too
mudslime
task146_afs_argument_similarity_gun_control
task146-726271a2b9bb4a9b970d75dee868a6f3
We would like you to classify each of the following sets of argument pairs (discussing Gun Control) into either SIMILAR or NOT SIMILAR. A pair of arguments is considered SIMILAR if the arguments are about the same FACET (making the same argument), and is considered NOT SIMILAR if they do not have the same FACET. A FACET is a low level issue that often reoccurs in many arguments in support of the author's stance or in attacking the other author's position. Sent1: Criminals don't care about gun bans, so a gun ban only takes guns out of the hands of law abiding citizens. Sent2: Law abiding citizens are not going to misuse their firearms and those with criminal records are already banned from owning guns.
Not similar
task399_semeval_2018_task1_tweet_sadness_detection
task399-b65c253d86614abf871ee98c49c95fea
In this task you are given a tweet. You must judge whether the author of the tweet is sad or not. Label the instances as "Sad" or "Not sad" based on your judgment. You can get help from hashtags and emojis, but you should not judge only based on them, and should pay attention to tweet's text as well. Really planned on making videos this week. Then. A tv died, phone broke, truck died, #depression took over. I'm wondering what I did 2 karma
Sad
task074_squad1.1_question_generation
task074-8aabd0bc52eb48b0b96d0ee593f3a0d5
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 creating questions that (i) can be answered correctly without actually understanding the paragraph and (ii) uses same words or phrases given in the passage. Guinea fowl originated in southern Africa, and the species most often kept as poultry is the helmeted guineafowl (Numida meleagris). It is a medium-sized grey or speckled bird with a small naked head with colourful wattles and a knob on top, and was domesticated by the time of the ancient Greeks and Romans. Guinea fowl are hardy, sociable birds that subsist mainly on insects, but also consume grasses and seeds. They will keep a vegetable garden clear of pests and will eat the ticks that carry Lyme disease. They happily roost in trees and give a loud vocal warning of the approach of predators. Their flesh and eggs can be eaten in the same way as chickens, young birds being ready for the table at the age of about four months.
What continent is the evolution of guinea fowl credited to?
task311_race_question_generation
task311-29531ed3d49242ba930f78f85e86d72e
In this task, you're given an article and an answer. Your task is to generate the question for the answer based on the given article. Article: For many in the prefix = st1 /United States, Arab-Americans are an invisible part of the population. Though Arab-Americans as a community have made great contributions to American society in fields from literature to politics to medicine, many Americans know very little about Americans of Arab backgrounds. Arab history in the United Statesgoes back to the late 1800's when large numbers of Arab immigrants first began making their journey to a land known simply as "Amreeka". Historians generally describe Arab immigration to Americain two waves. The first wave took place between 1860 and 1924.The first wave consisted of Lebanese and Syrian, and some Egyptian immigrants. These new immigrants, who were mostly Christian, came toAmericain search of better opportunities. Even the doomed Titanic, which set sail forAmericain 1912,had close to a hundred Arab passengers aboard. The majority of Arab-Americans today are descendents of the first wave of immigrants; they are the third or more generation Americans. The second wave of immigrants followed after World War II, caused by political unrest in the Middle East. This second wave of immigrants consists of mainly Arab Muslims and continues to this day. Arab-Americans make up 3 million of the population in the United States, according to demographers. And quite different from popular belief, 64% of them are American-born. 82% percent of Arab-Americans are US citizens. Arab-Americans are beyond the national average in both education and income. Education is important among Arab-Americans; 82% have high school diplomas, 36% have bachelor's degrees or higher, and 15% have graduate degrees. The average income among Arab-Americans is $39580, which is higher than the USaverage. Answer: Arabs in America.
What would be the best title for the text?
task1660_super_glue_question_generation
task1660-14d2d6f1d1a7484e982b140e1e3e07a5
In this task, you are given Wikipedia articles on a range of topics, we ask you to write a question based on the content of the articles that can be answered in a binary manner i.e. True or False. 3-way lamp -- The center contact of the bulb typically connects to the medium-power filament, and the ring connects to the low-power filament. Thus, if a 3-way bulb is screwed into a standard light socket that has only a center contact, only the medium-power filament operates. In the case of the 50 W / 100 W / 150 W bulb, putting this bulb in a regular lamp socket will result in it behaving like a normal 100W bulb.
do 3 way light bulbs work in any lamp
task365_synthetic_remove_vowels
task365-22e675400db549a09f488f2d50d0237c
In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. eUAA
task586_amazonfood_polarity_classification
task586-844d478941e54182b08b7cbbf5555ac1
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. After reading that corn (and of course pop corn) was heavily sprayed with pesticides and agriculture uses lots of chemicals in the soil to grow it, I decided enough was enough. It was time to spend a little more and get organic. Supplier shipped quickly. Eden Foods puts out a great product. (Edenfoods.com). Certified organic and pops up nicely. I use a brown lunch bag (top folded down) with 2 TB of corn and 45 sec. in the microwave. (Your microwave time may vary). Voila! perfection. Add some splenda/cinnamon/cocoa powder mixture and yum yum. (mixture sticks really well if you spray popcorn with a little cooking spray) Only 80 calories for 2 TB! No worries!
Positive
task183_rhyme_generation
task183-b89b8e959cf84a4e81171a5e71bbedaa
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" sheet
elite
task1596_event2mind_text_generation_2
task1596-0fbf955cd97a413bad797ac89507933c
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 proclaims ___ to the captives
surprised
task516_senteval_conjoints_inversion
task516-3e6f51b33f6e4567b068f22bd393cce8
In this task you are given a sentence with one coordinating conjunction (for, and, nor, but, or, yet, and so). You must judge whether the order of two coordinated clausal conjoints have been inverted or not. Inversion would result in the sentence sounding unnatural. Label the instances as "Original" or "Inversion" based on your judgment. I wasn 't cold , but my teeth were chattering .
Inversion
task294_storycommonsense_motiv_text_generation
task294-826d295b81db4dd295136112cd6fbdf4
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 write the character's motivation by doing a specific job, which is given in the sentence. You can use context to find the motivation; however, all the inputs do not provide context. Also, in some inputs, there can be zero motivation; output, 'None' in this case. Context: My friends and I took archery classes. We practiced for three months. Then it was time for a competition. My friends all took home trophies. Sentence: I got disqualified for accidentally hitting a judge. Character: I (myself)
None
task672_nummersense
task672-258e6744333f455cb03d3a48153abf37
In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words. Motors require _ times as much power to start as they do to run.
four
task105_story_cloze-rocstories_sentence_generation
task105-6589f116215948899dc560c2d67b9c6a
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: Jake got really sick last week. Sentence2: He went to the doctor for a physical. Sentence3: While there he picked up someone's virus. Sentence4: He had to go back to the doctor.
Apparently there were others with the same problem.
task1369_healthfact_sentence_generation
task1369-e8ea6c899b06414eb4b0efbb70920a1c
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 instances where direct correlation to the claim is not available. Make use of the sentences in the paragraph to provide a corresponding output supporting the claim. 3) The explanation should be at least one and at most twelve sentences long. Paragraph: The company’s shares nearly quadrupled to a life high of $305 on Thursday morning on the Nasdaq, valuing the company at about $6 billion. Intercept said it had stopped the trial after the drug showed statistically significant improvement in patients, compared with a placebo, in a review by an independent safety committee. The trial tested the drug, obeticholic acid, in patients with non-alcoholic steatohepatitis (NASH), a form of liver inflammation. Analysts said the news came as a surprise to investors, who had previously focused on the drug as a treatment for primary biliary cirrhosis, an autoimmune disease in which bile ducts in the liver are destroyed. The drug is being tested for the condition in a late-stage study. “We didn’t expect this data until the fourth quarter,” Wedbush analyst Liana Moussatos said. “It’s a huge opportunity for the company as there are over 10 million patients worldwide.” Moussatos said Intercept could tie up with Big Pharma companies to conduct a late-stage trial of the drug. Intercept could also conduct a late-stage trial with its partner Dainippon Sumitomo Pharma, which is testing the drug in Japan, she said. Obeticholic acid, Intercept’s lead drug, is also being tested in mid-stage studies to treat bile acid diarrhea and portal hypertension, which is high blood pressure in veins that transport blood from the gastrointestinal tract and spleen to the liver. The drug’s structure is similar to that of a naturally occurring human bile acid. Intercept said the safety committee made the recommendation after reviewing liver biopsy data from about half of the 283 patients enrolled in the mid-stage trial. There is currently no specific treatment for NASH, according to the U.S. National Institutes of Health. To manage the disease, patients are recommended to maintain a healthy weight, follow a balanced diet, increase physical activity and avoid alcohol. Claim: Intercept liver drug meets main goal in study, shares quadruple.
Intercept Pharmaceuticals Inc’s drug to treat liver disease caused by fat buildup was found effective in a trial, paving the way for it to become the first approved treatment for the chronic condition.
task299_storycloze_sentence_generation
task299-dd249f46182f4ef089b9986d942638d1
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 number of the missing sentence in the new story. Sentence1: I once got lost in the woods. Sentence2: I soon got really thirsty. Sentence3: I felt like I was going to die. Sentence4: Luckily my friends found me.
2, It was very hot.
task1549_wiqa_answer_generation_missing_step
task1549-cda8ee53bd7742d89048f43caafee5ab
Given a list of steps and an additional step, determine where the step fits into the original list of steps. A correct answer, correctly places the given step into the set of steps so that it creates a new plausible set of steps. Output must be formatted as 'After step n', where n is the step number after which the given additional step is to be inserted. Steps: (1) Bloodstream (2) Cells in the body are attacked (3) Cells are killed (4) Different kinds of sickness are formed. Where does the following step fit into the given list of steps: Bacteria enters the body
Before step 1.
task1510_evalution_relation_extraction
task1510-3ff64006990648a8a7e6e6a98a4337ab
Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. pool can be characterized by relax
pool HasProperty relax
task372_synthetic_palindrome_numbers
task372-5843ad28377f4a26bdf1346177175fff
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. [-756, -703, 482, -586, 589, 810, 705, 440, 803, 356, 366, 358, 335, 725, 322, -152, -511, -333, -148, 166, 212, 673, 623, 791, -220]
[-333, 212]
task301_record_question_generation
task301-7076123fa1d14b4891e222f5f886fb3a
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 _ . 'Size doesn't matter anymore. Lionel Messi has changed everything. Look at some of the best players in the Premier League – Santi Cazorla, David Silva, Sergio Aguero – they're not tall, but they're brilliant.' The man talking to me is smaller than all of them, but on Saturday in the hurly-burly of League On he set up a goal, he scored a goal, was named man of the match, and received a standing ovation when he was substituted with the game already comfortably won. Erhun Oztumer is just 5ft 3in and after scoring 61 goals in 97 games over two seasons at Dulwich Hamlet - he credits their manager Gavin Rose, who built the team around him, as a big influence - he earned the nickname 'non-League Messi.'English-born Turk Erhun Oztumer, 24, in fine form in League OneOztumer stands at 5ft 3in and was rejected by Charlton for being too smallHe is taking inspiration from small players such as Lionel MessiOztumer's former manager believes he can go 'to the very top'READ: Steve Evans deserves his chance at Leeds UnitedGain an extra Fantasy Football transfer this week with the code baines22
He'd score a hat-trick for _ and opposition fans would say he would never make it because he's too small.
task183_rhyme_generation
task183-4e20372a6d8d4bcdb7436b30c0ac2448
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" wait
gate
task300_storycloze_order_generation
task300-22fd8c1974e7427bb6c74b5a08d856e8
In this task, you're given a short story of five sentences written in natural language. However, the order of the given story is not correct. Your job is to return the correct order for the given five sentences to create a coherent short story with the new order that has the correct flow. Generate your answer using the number of sentences in the correct order, such as '23415'. Sentence1: There was a long war, but ultimately they prevailed. Sentence2: The war was called the American Revolution. Sentence3: They decided they wanted to be their own country. Sentence4: Instead, the people who lived there were part of England. Sentence5: Many years ago, the United States was not a country.
45321
task582_naturalquestion_answer_generation
task582-948c31ab75e14c1c8d703399071d2fde
In this task, You are given an open-domain question that can be answered based on factual information. Your task is to provide \*short\* answer (in a few words only) for the given question. The short answer can be one or more entities or it can also be boolean \*yes\* or \*no\*. who plays michael myers in the original halloween
Tommy Lee Wallace
task303_record_incorrect_answer_generation
task303-947e44b4d70547bbbabc7e1dd3fbf8ed
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 multiple wrong answers, we only need a single wrong answer. (CNN) Ivanka Trump is India-bound, traveling to Hyderabad just after the Thanksgiving holiday. Building on a series of international visits and meetings here in the United States with world leaders, Trump will lead the US delegation to the Global Entrepreneurship Summit, which is being cohosted by the United States and India. The first daughter and senior adviser to the President was invited to the summit by Indian Prime Minister Narendra Modi when he visited the White House in June. Speaking to reporters on a conference call Tuesday, Trump called the summit "a testament to the strong friendship" of the two countries, as well as an event to spotlight "the growing economic and security partnership between our two nations."Trump will participate in an economic summitIt will be themed "Women First and Prosperity for All" Question:The trip has already made international headlines for the preparations underway: _'s police commissioner gave an unprecedented order to get beggars off the streets ahead of Trump's visit.
Narendra Modi
task845_pubmedqa_question_generation
task845-405597aa18fb49b7a0bd523c73c1824c
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 questions that (i) can't be answered correctly without actually understanding the passage and (ii) uses the same words or phrases given in the passage. Context: This large cross-sectional, multi-centre study evaluated the association of body composition measurements by a novel dual frequency bioimpedance device (BIA-ACC) with chronic stress/inflammation biomarkers and the presence of medically unexplained symptoms (MUS).', 'Participants were adult Caucasians of both sexes and included 10,416 lean subjects with no MUS (Group A), 58,710 lean subjects with MUS (Group B) and 30,445 overweight/obese subjects with no MUS and excessive fat mass (FM) (Group C).', 'Total body extracellular water (ECW) was higher, while intracellular water (ICW) was lower in Group B than both other groups (P < 0.01). Group A had significantly lower FM and higher skeletal mass (SK) and phase angle (PA) than Group B and lower circulating high sensitivity (hs) CRP levels than both other groups. hsCRP was higher in Group C than Group A though (P < 0.01). Salivary cortisol in Group B was lower in the morning and higher in the evening than both other groups (P < 0.001), indicating circadian rhythm obliteration or reversal in this group. ECW correlated positively with serum hsCRP and 8 p.m. salivary cortisol, but negatively with 8 a.m. salivary cortisol, while PA correlated positively with 8 a.m. and negatively with 8 p.m. salivary cortisol and serum hsCRP. Both 8 a.m. and 8 p.m. salivary cortisol and serum hsCRP were associated with the presence of MUS and BIA-ACC measurements, including ECW, ICW, FM, SK and PA. Answer: MUS is an index of chronic stress and inflammation and BIA-ACC may provide a useful, bloodless and rapid tool in the clinical setting, distinguishing patients with chronic stress/inflammation from healthy subjects and monitoring their response to treatment.
Are stress and inflammatory biomarkers and symptoms associated with bioimpedance measures?
task386_semeval_2018_task3_irony_detection
task386-4bc898a03fec48b3b1d117b0b9fb7d75
In this task you are given a tweet. You must judge whether the tweet is ironic or not. We define two type of irony for this task ("polarity","situational"). Situational irony happens when a situation fails to meet some expectations. polarity irony happens when irony is achieved by inverting the intended sentence. Label the instances as "ironic" or "not" based on your judgment. Note that URLs in the text have been replaced with [Link]. @SP_EnergyPeople I see your response time on your DM's is as good as your phone lines.. just no hold music. Legendary service guys.
ironic
task1412_web_questions_question_answering
task1412-5d86bec9021a4df2aa85c5de3293fa72
A question is presented to you in this task, and your job is to write a potentially correct answer. what songs has madonna written?
Future Lovers/I Feel Love
task1446_farthest_integers
task1446-5b85a98ec1344e8ab2be94d521b19465
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. [-18, -27, -85, 64, -8, 39, 39, 27]
149
task1381_quarel_incorrect_option_generation
task1381-f469c34b1ca24a3f97454ca208ea4719
You are given a sentence, a question and two answer options. Your task is to write down the index ('A' or 'B') of the **incorrect** option for the given question. Sentence: Karen was running late so she knew she should take the red bus instead of the blue one. Question: Which bus is more likely to be the express bus? (A) The red bus (B) The blue bus
B
task622_replace_alphabets_in_a_list_by_their_position_in_english_alphabet
task622-5d85f749323d4f9f9105b481bd9cf8db
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. ['s', 'U', '2683', '1631', 'y', '7547', '4717', 'P', '709', 'l', 'G', 'i', 'n', 'H', 't', '1811']
19, 21, 2683, 1631, 25, 7547, 4717, 16, 709, 12, 7, 9, 14, 8, 20, 1811
task246_dream_question_generation
task246-2fb86de5e45544dd90dc22f20396fa6b
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 "man". W: Tell me, Jack. Do you look through the Web much? M: Well, to tell the truth, I'm so busy with my work. I don't really have much time to surf the Web. Let me think...I suppose I log on a couple of times a week, for about two or three hours at a time. W: So, what do you do on the Internet when you log on? M: Well, sometimes I look up information I need for my job. It saves a lot of time looking through books in the library. W: Yes, it sure does.
How often does the man probably surf the Internet? (A) Once a week. (B) Twice a week. (C) Several times a week.
task405_narrativeqa_question_generation
task405-ca44c84c83b44eeda1bbbb7fad09332f
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 contain actor names in parentheses. You should not use those names. Only use character names. Try to ask a question about all parts of the plot, not just the beginning. Max Cohen is the story's protagonist and unreliable narrator. Unemployed and living in a drab Chinatown apartment in New York City, Max is a number theorist who believes that everything in nature can be understood through numbers. He is capable of doing simple arithmetic calculations involving large numbers in his head, a skill that impresses Jenna, a very young Chinese-American girl with a calculator who lives in his apartment building. Max also suffers from cluster headaches, as well as extreme paranoia, hallucinations, and social anxiety disorder. Other than Devi, a young woman living next door who sometimes speaks to him, Max's only social interaction is with Sol Robeson, his old mathematics mentor who is now an invalid. Max begins making stock predictions based on the calculations of his computer, Euclid. In the middle of printing out its picks, Euclid suddenly crashes after spitting out a seemingly random 216-digit number, as well as a single pick at one-tenth its current value. Disgusted, Max tosses out the printout of the number. The next morning, he checks the financial pages and sees that the pick Euclid made was accurate. He searches desperately for the printout but cannot find it. Sol becomes unnerved when Max mentions the number, asking if it contained 216 digits. When Max questions him about the number, Sol indicates that he came across it many years ago. He urges Max to slow down and try taking a break. At a coffee shop that he frequents on a daily basis, Max meets Lenny Meyer, a Hasidic Jew who coincidentally does mathematical research on the Torah. Lenny demonstrates some simple Gematria, the correspondence of the Hebrew alphabet to numbers, and explains how some people believe that the Torah is a string of numbers that form a code sent by God. Max takes an interest when he realizes that some of the number concepts Lenny discusses are similar to other mathematical concepts, such as the Fibonacci sequence. Max is also met by agents of a Wall Street firm who are interested in his work. One of the agents, Marcy Dawson, offers Max a classified computer chip called "Ming Mecca" in exchange for the results of his work, which Max eventually accepts. Using the chip, Max has Euclid analyze mathematical patterns in the Torah. Euclid spits out the 216-digit number before crashing again. When his computer refuses to print out the number, Max begins to write it down. Midway through the writing, Max realizes that he knows the pattern, undergoes a sudden epiphany, and passes out. Thereafter, Max appears to become clairvoyant and is able to visualize the stock market patterns he had been searching for. But his headaches also increase in intensity, and he discovers a strange vein-like bulge protruding from his right temple. Max has a falling out with Sol after the latter urges him to quit his work. One evening, Dawson and her agents grab Max on the street and try to force him to explain the number. They had found the original printout that Max threw away and had been trying to use it to manipulate the stock market in their favor, but as a result, caused it to crash. Although Max is held at gunpoint, Lenny drives by and rescues him. However, Lenny and his companions make similar demands on Max to give them the number. They take him to a nearby synagogue where they finally reveal their intentions: they believe the 216-number was meant for them to bring about the messianic age, as the number represents the unspeakable name of God. Max refuses, insisting that whatever the source of the number is, it has been revealed to him alone. Max flees and tries to visit Sol, only to find out from his daughter, Jenny, that he has just died from another stroke. Max searches Sol's apartment and finds mathematical scribblings similar to his own, eventually finding a piece of paper with the number. Back in his own apartment, Max is driven to the brink of madness when he experiences another headache and resists the urge to take his painkillers, which causes him to destroy some of the parts of Euclid. Believing that the number and the headaches are linked, Max tries to concentrate on the number through the pain. After passing out, Max has a vision of himself standing in a white void and repeating the digits of the number. The vision ends with Max hugging Devi, who turns out to be a hallucination. Max stands alone in his trashed apartment. Max burns the paper with the number and blithely performs an impromptu trepanning on himself in the right cerebral hemisphere with a power drill. Later, in the final scene, Jenna approaches Max in a park asking math problems, including 748 238, which is an approximation for Pi. Max smiles and claims that he doesn't know the answer to them. No longer able to solve complex mathematics or experience headaches or paranoid thoughts, Max sits on the park bench and observes the trees blowing in the breeze, at peace.
How would you describe Max Cohen Chinatown apparment in New York City?
task335_hateeval_classification_aggresive_en
task335-58199432d7844d25b75082a10386a824
In this task, you are given a hateful post in English from online platforms. You are expected to classify the post into two classes: aggresive or non-aggresive. An aggresive post is one that expresses feelings and opinions in an abusive way and tries to dominate others. Note that the URLs in the text have been replaced with [Link]. Post: @__0HOUR1_ Correction - HUGH if true. #makemeasandwich
Non-aggresive
task929_products_reviews_classification
task929-8853fb17e06e460a915282eca994dd5d
Given an English language product review, determine if it is a Good Review or a Bad Review. A good review is one where the product's review has positive tone and Bad review is one where the tone of product's review is negative. This is a good looking coffee maker but the lid did not seat properly and always tipped over when placed on top. It kept overflowing making one of many trips to clean up. There was no way that I could pour with out spilling coffee. Not recommended. Very messy. Bought a stainless steel pot at Walmart. Much better! Even though Mr. Coffee's coffee machine looks great it leaves much to be desired. The company should stick to marketing their own products.
Bad review
task616_cola_classification
task616-5080fa5c44bc498797b467edfd874338
You're given a sentence and your task is to classify whether the sentence is acceptable or not. Any sentence which is grammatically correct, has a naturalistic text, is written by a native speaker and which minimizes superfluous content is acceptable, otherwise unacceptable. If the sentence is acceptable then write "acceptable", otherwise "unacceptable". I blew up it.
unacceptable
task923_event2mind_classifier
task923-4bb1793db31f4ce09746e3723434de06
You are provided with an "Event" and it's "Intent" related to PersonX. Determine the sentiment value of the given input as either "Positive", "Negative", and "Unknown". Event:PersonX makes it special. Intent: 1) to help person.
Positive
task1502_hatexplain_classification
task1502-293c227788dd4458b8e81c1a6d39a196
The input is a tweet which can be classified as Hate Speech, Offensive or Normal. Given such a tweet, output the class the tweet belongs to. Hate Speech will contain threatening language towards the community targeted. Offensive language will contain abusive or discriminatory language towards the community targeted. give up and kill yourself already satan needs another dumbass
Offensive
task518_emo_different_dialogue_emotions
task518-889aa38641814d45a629a1987d523857
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: 'what does it mean see what does it mean to 'break bad' shut up you are bad and repulsive'. Dialogue 2: 'speak up i can't hear you beamingfacewithsmilingeyes aihumour haha very funny haha very funny'.
no
task924_event2mind_word_generation
task924-a7e33a4cd3f44a6b8a1d3696792712b7
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 meets PersonY's expectations. Intent: 1) person to leave. XEmotion: 1) angry at person
satisfied
task156_codah_classification_adversarial
task156-481faa2942eb418bace7d2b45f924c0f
Given a prompt and four completions, select the completion that is the most plausible in continuing or answering the prompt. This task is designed to test common sense and has various categories ranging between idioms, negated statements, polysemy, subject referencing, and quantitative reasoning. Generate either Completion A, Completion B, Completion C, or Completion D. Prompt: The cold has left my toes number than my fingers. I Completion A: put on an extra hat. Completion B: put on an extra pair of socks. Completion C: count to ten. Completion D: like the natural numbers.
Completion B
task125_conala_pair_differences
task125-fd0411e025cd44a0af55418f36e1b279
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. [72, 30, 65]
[42, 35]
task311_race_question_generation
task311-7fd31aa60fbb45efbcec1cd09654c85e
In this task, you're given an article and an answer. Your task is to generate the question for the answer based on the given article. Article: A teenager realized her dream of becoming a professional model three years after a serious car accident. Marita Davies was on her way home from a party when the crash happened. The car that Marita took as a passenger was going the wrong way and crashed into another car driven by a drunken driver named David Hudson, which left her with a broken leg and back. It took the firefighters more than two hours to free the teenager from the damaged car before she was taken to hospital. Marita was in a wheelchair for a year after being bed-ridden for nine months. Marita feared her dream of a modeling career was over. She said, "I was extremely upset and shocked when I knew about my terrible injuries. I thought my dream of becoming a model was over. My leg and back were broken. The crash had broken my confidence and I became quiet and spent less time with other people. I was 16, and at that age all I wanted to do was to go out with my friends." But as her health took a turn for the better, Marita finally came out of the wheelchair and learned to walk. She decided she would still try to follow her dreams, and sent some photos off to some modeling agencies. She did a few unpaid jobs while studying at college. Soon, paid commercial modeling jobs started coming in. Marita was a bit doubtful at first, because the crash had left her with huge scars on her leg and back. She was worried that people wouldn't want her to model for them, but this didn't stop her. Marita had done amazingly well to overcome everything that had been thrown at her in the three years. Finally, Marita became a professional model in 2013. She was signed up for advertising campaigns and appeared in TV ads. Answer: In 2011.
When did the accident happen?
task1217_atomic_answer_generation
task1217-a71725bf259947a197a7950422269ab4
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 sets PersonX's ___ on fire
couch
task1446_farthest_integers
task1446-7e82824aacda4c56b4f33fd483d5b6b8
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. [-92, 58, 34, -49, -50, -93, 16, -61]
151
task1542_every_ith_element_from_starting
task1542-19de40f3e40c4b48b319eabcda3ec22a
In this task, you are given an input i,A where i is an integer and A is an array. You need to find every ith element of A starting with the 1st element. 6, ['m', '675', 'q', '7543', 'M', '6381', '6133', '8867', '3539', '2289', 'n', '9501', '4307', 'e', '7643', 'l', 'w', '7071', '5501', '1051', '5075', 'S']
m, 6133, 4307, 5501
task320_stereoset_classification_race
task320-c4a9ad4a5a374b8aa0cbc2dd7817ffc3
You are given a target race, 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 idea that goes against the widely held but oversimplified notion of a group of people. Sentences and targets are unrelated if there is no relevance between them. Target: Norway My dentist is from Norway. She is tall, tan, and blonde.
stereotype
task933_wiki_auto_style_transfer
task933-b58c2ceb1f6b47e59f853b4356ffbbeb
In this task, we ask you to rewrite a sentence in simple English without changing its general meaning. Essentially, you want to make the sentence easier to read by using simpler words, utilizing more straightforward sentence structures, and omitting non-essential information etc. Bristol Airport , at Lulsgate Bottom in North Somerset , is the commercial airport serving the city of Bristol , England , and the surrounding area .
Bristol Airport , is in Lulsgate Bottom in North Somerset .
task505_count_all_numerical_elements_in_list
task505-20019cc9f8934616a29b4f57930f483a
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. ['5563', '1337', 'c', '7587', '8079', 'Q', '6611', '8263', 'f', 'x', 'W', 'n', 'Y', 's', 'I', '8797', 'A', 'R', 'F', '6449', 'x', '6107', 'i', '8571', '3023', 'M', '1377', 'Q', '1111']
13
task099_reverse_elements_between_index_i_and_j
task099-7c5c0f587121497f9f9532b2b2ffbae9
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. 18, 28, ['9237', 'W', '7015', '5905', 'q', 'b', '7415', 'd', 'G', '5303', '9085', '5029', 'Z', '1521', '8579', '8777', 'w', '8923', '9835', '5405', 'G', 'V', '6625', '4089', '8763', 'J', '6513', '9201']
9201, 6513, J, 8763, 4089, 6625, V, G, 5405, 9835, 8923
task246_dream_question_generation
task246-f133dcd6c9394d91ac3643ebc81eb3a2
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 "man". W: We are going to change our meeting from Monday to Tuesday. M: It's all the same to me.
What can we infer from the conversation? (A) The man won't have the meeting. (B) The man will go to the meeting whether the time is changed or not. (C) The man will go for a meeting any day.
task1206_atomic_classification_isbefore
task1206-24b79b96288c4ec5a3c995421943e688
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 determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Head: PersonX accomplishes the ___ in view<sep>Tail: starts new task
No
task1308_amazonreview_category_classification
task1308-0238a99bbe1944758ba8445bbf573746
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: horrible, not strong enough to froth the milk once it goes into the liquid. I would return it but apparently it’s not eligible? Sometimes you lose. I tried another brand that didn’t work either so my interested I taking another chance. Perhaps Amazon should do some quality control or due diligence. Category: kitchen
True
task385_socialiqa_incorrect_answer_generation
task385-43b6478101204a14bde32cb38dab6b77
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: Alex made Austin headway with getting an interview at Target. Question: How would you describe Alex? Options: (A) helpful (B) unsociable (C) mean
B
task413_mickey_en_sentence_perturbation_generation
task413-05799d4268e3428189615c44f5295a00
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 consent to determine the size then you should seal the evidence .
If you query to determine the cure then you should vet the evidence .
task587_amazonfood_polarity_correction_classification
task587-c150444551904d979d50a1fb6197404f
You are given an amazon food product review and its polarity (positive or negative). Your task is to answer "True" if the specified sentence and its polarity match; otherwise, answer "False". I was disappointed to find out that the LIDS of Earth's Best jarred foods are coated with an epoxy lining that contains BPA :( I thought I was avoiding the whole BPA issue because these are in glass rather than plastic containers. If it's in the lids, it's going to get in the food as the food moves around in the jar during packaging, shipping, storage, etc. I was planning on being a devoted Earth's Best jarred food user because it was organic and in glass, but then I found out about the BPA. As a note, if BPA doesn't bother you, most of Earth's Best food is tasty. Polarity: Negative
True
task305_jeopardy_answer_generation_normal
task305-f86231bd8ff74b6aba335a6879e1361b
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: I PROTEST! Clue: In a 1985 protest against apartheid, many countries banned the import of Krugerrands, gold coins from this country
south africa
task400_paws_paraphrase_classification
task400-8be2e8c462be4f86ac25e255a1c2412e
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. Born James Alexander Hanson , the second son of James Trickett Hanson ( a Danish immigrant ) and Janet Scott , was born . James Scott , James Alexander Hanson , was born , the second son of James Trickett Hanson ( a Danish immigrant ) and Jim Marchbank .
Not paraphrase
task303_record_incorrect_answer_generation
task303-fae53fbe3f344abbbd19fbce6015b9c8
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 multiple wrong answers, we only need a single wrong answer. The millionaires of Formula One, with black armbands and a minute’s silence, paid tribute to the victims of Islamic terrorism as the pall of Paris reached across to Sao Paulo. Romain Grosjean, the only Frenchman among the 20 drivers, enlisted three peers to help hold the Tricolore. In the middle of the line in the humid heat of the grid before the Brazilian Grand Prix stood Jean Todt, the FIA president, his hand on a banner carrying a road safety slogan. Bernie Ecclestone, the almost all-powerful head of the sport, stood next to him. 1. Nico Rosberg (Germany) Mercedes 1:31:09.090Nico Rosberg holds off Lewis Hamilton to secure second place in drivers' championshipHamilton pushed his team-mate hard at the first corner, but Brit could not get pastThe world champion looked to be closing on Rosberg with 22 laps to go, but German stretched his lead to winFormula One paid its respects to Paris victims before the start, but race itself was not much of a contest Question:_ got away cleanly and defended his lead into the first corner.
Bernie Ecclestone
task1328_qa_zre_relation_generation_from_question
task1328-208c896e930e45369230caac1aa3bd91
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) original network, 15) parent company, 16) point in time, 17) production company, 18) residence, 19) series, 20) service entry, 21) sex or gender, 22) spouse, 23) standards body question. Context : Nicolás Almagro Sánchez (Spanish pronunciation: (nikoˈlas alˈmaɣɾo ˈsantʃeθ); born 21 August 1985 in Murcia, Spain) is a Spanish professional tennis player, ranked world no. 74 on the ATP World Tour. Question : What city is Nicolás Almagro associated with?
residence
task900_freebase_qa_category_classification
task900-49e2cf4aed154db0a85502249fb827cb
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', 'cvg', 'opera', 'olympics', 'chemistry', 'visual_art', 'conferences', 'sports', 'language', 'travel', 'location', 'award', 'dining', 'martial_arts', 'comic_strips', 'computer', 'user', 'tennis', 'music', 'organization', 'food', 'event', 'transportation', 'fictional_universe', 'measurement_unit', 'meteorology', 'distilled_spirits', 'symbols', 'architecture', 'freebase', 'internet', 'fashion', 'boats', 'cricket', 'film', 'medicine', 'finance', 'comic_books', 'celebrities', 'soccer', 'games', 'time', 'geography', 'interests', 'common', 'base', 'business', 'periodicals', 'royalty', 'education', 'type', 'religion', 'automotive', 'exhibitions'. What 1973 film, based on a novel by French ex-convict Henri Charrire, starred Steve McQueen & Dustin Hoffman?
book
task1217_atomic_answer_generation
task1217-a99befbc753b49ceac22ddb1153dcbff
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 reproduces this ___ thereof in PersonY form
key
task299_storycloze_sentence_generation
task299-9e5438026b1e4e54aacd0088287806a4
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 number of the missing sentence in the new story. Sentence1: Quentin had never been on a boat in his life. Sentence2: One summer a friend invited Quentin to his lake house. Sentence3: It was an exhilarating experience. Sentence4: Quentin was glad that he went.
3, When they were there, Quentin and his friend went sailing.
task454_swag_incorrect_answer_generation
task454-35cdc9bff8004158be49047dc55e1213
Given a sentence, generate a most unlikely next statement. The next statement should not be logically relevant to the given context Inside the motel room, someone sticks a microphone to his informant's undershirt. As the scruffy, unshaven man
swivels to the table, taking the number out of the console.
task851_synthetic_multiply_evens
task851-684358d04be845298d0c39fa2af4554b
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 even 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 even numbers in an inner list you should output 0 for that list. [[-42, -49, -13], [3, 17, 31], [-50, -34, 33, -33, 4]]
[-42, 0, 6800]
task067_abductivenli_answer_generation
task067-0f39e7807f9f4952b1e7f9dc9c2af194
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 any irrelevant extra information when creating the middle sentence, and use names (e.g. Jack, Barbara,...) instead of pronouns (e.g. he / she) wherever possible. Beginning: I asked my cousin if she was doing anything today. Ending: She took several pictures at the club, 10 minutes ago.
she told me she just got back from taking pictures at the club.
task1731_quartz_question_answering
task1731-d3d559f36d1f48548f573f66445d05cd
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: Lower rock layers were laid down earlier, so they are assumed to contain older fossils. Question: Gerald laid down many rock layers. The layers on the bottom level were likely laid Choices: A)first B)last
first
task405_narrativeqa_question_generation
task405-4e4c719104674110bb9cb653b92aa368
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 contain actor names in parentheses. You should not use those names. Only use character names. Try to ask a question about all parts of the plot, not just the beginning. On a journey to Tuscany with her young friend and traveling companion Caroline Abbott, widowed Lilia Herriton falls in love with an Italian man named Gino, a handsome Italian much younger than herself, and decides to stay. Furious, her dead husband's family send Lilia's brother-in-law Philip to Italy to prevent a misalliance, but he arrives too late. Lilia has already married Gino and becomes pregnant again. She gives birth to a son, but dies in childbirth. Caroline decides to go to Tuscany again to save the child from what she perceives will be a difficult life. Not to be outdone, the Herritons send Philip again to Italy, this time accompanied by his sister Harriet, to save the family's reputation. In the public eye, they make it known that it is both their right and their duty to travel to Italy to obtain custody of the infant so that he can be raised as an Englishman. Secretly, though, they have no regard for the child; only public appearances. Philip and Harriet meet Caroline in Monteriano. Both Philip and Caroline eventually fall under the charm of Italy, which causes them to waver in their original purpose. They further learn that Gino is fiercely devoted to Lilia's infant son. As they admit defeat in their mission however, Harriet kidnaps the baby, but the baby is accidentally killed when the carriage it is in overturns. Gino, hearing the news, attacks Phillip, but the two are reconciled after Caroline's mediation. Gino's physical outburst toward Philip in response to the news makes Philip realize what it is like to truly be alive. The guilt felt by Harriet causes her to lose her mind. Finally, as Philip and Caroline return to England, he realizes that he is in love with Caroline but that he can never be with her, because she admits, dramatically, to being in love with Gino.
Where does Caroline originally go to try to get custody of Lilia's son?
task285_imdb_answer_generation
task285-76970dab34464e038ced343c28fef60d
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: Everybody's got bills to pay, and that includes Christopher Walken.In Vietnam, a group a soldiers discover that the war is over and are heading back home when they spot a bunch of POWs, including Christopher Walken. Following a Mad Max 3 (!) Thunderdome fight, and a short massacre later. Walken and some Colombian guy split a dollar bill promising something or other.Cut to the present (1991), and Colombian guy is leading a revolution against El Presidente. He's successful at first, but after El Presidente threatens to crush folks with a tank, he's forced to surrender and is shot in the head on live television. This is shown in full gory detail as a news flash on American telly, which leads Walken to assemble the old squad (even though he wasn't actually part of that squad to begin with), in order to invade Colombia and gun down thousands of people.McBain is a monumentally stupid film, but for all that it's also a good laugh, and action packed too. This is one of those movies where logic is given a wide berth - how else could Walken shoot a fighter pilot in the head from another plane without suffering from decompression, or even breaking a window? Also, it seems that these guys can gun down scores of drug dealers in New York without the police bothering.There's plenty of b-movie madness to chew on here, from Michael Ironside's diabolical acting in the Vietnam sequence, to the heroic but entirely pointless death of one of the heroes, to the side splitting confrontation between Walken and El Presidente, and let's not forget the impassioned speech by the sister of the rebel leader, being watched on television in America (nearly brought a brown tear to my nether-eye, that bit).It's out there for a quid. Buy it if you have a sense of humour. See how many times you can spot the camera crew too. Question: is it a negative review?
no
task1336_peixian_equity_evaluation_corpus_gender_classifier
task1336-54b39c1f1dbd44c5b36bda92d64895b1
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). I made Amanda feel angry.
female
task1389_hellaswag_completion
task1389-9559a2a4634045e5bda28171e8ede43f
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 can sauerkraut [title] Clean everything. [step] Wash all the supplies you need for making sauerkraut in hot, soapy water. Dry thoroughly with a clean dish towel or clean paper towels. <sep> (A) [substeps] Any spoon, sauerkraut, or utensil you use, check under the fridge for the right kind of spoon or utensil. If it is not there, you do not need it. (B) [substeps] Air dry, then place the sauerkraut in a large bowl and pour water in with the sauerkraut. A bottle of distilled white vinegar is ideal. (C) [substeps] Sauerkraut is made when cabbage undergoes fermentation. In order for the " good, " beneficial bacteria to successfully start the fermentation process, potentially harmful bacteria should be as scarce as possible. (D) [substeps] Avoid using acetone, since this can be dangerous to children, infants, and livestock. Sauerkraut is wonderful for vegetables and soybeans, but cooking with it can trigger gas, diarrhea, and bleeding.
C
task178_quartz_question_answering
task178-1c8ef224327946f988d088d2c5371320
You are given a question or fill-in-the-blank question, two answer options (Option1 and Option2) and an Explanation. Your task is to find the correct answer (return the string of the correct option, not option1/2) for the given question from the given options and using explanation. Question: Bigger waves have _____ energy than smaller ones. Option1: more Option2: less Explanation: Bigger waves have more energy.
more
task852_synthetic_multiply_odds
task852-e252f89a2ef0424a85cdb9d29f9de244
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 should output 0 for that list. [[29, 43, 33, 45, -31], [11, -6, 12], [-21, 29, 5, 30, -45], [30, 37], [-3, -12, 40, -17], [14, -32, -26, -12, -1], [18, 31, 31, -21], [-40, 40, -11, 4, -48], [-49, 40, 19, -28, -3], [47, -14, -36, -3, 10]]
[-57405645, 11, 137025, 37, 51, -1, -20181, -11, 2793, -141]
task1553_cnn_dailymail_summarization
task1553-503139fa052b49a8991e21443c15a56b
In this task, you are given news articles and you need to generate a highlight, i.e., a short summary, with a maximum length of 10 lines. San Diego, California (CNN) -- You're a mean one, Mr. Gingrich. Well, not really. Those of us who know Newt Gingrich tend to describe him as not only intelligent but also charming. Some members of the Washington press corps will admit as much, even though they usually don't agree with Gingrich's views. No matter. Facts shouldn't get in the way of a good smear. And at the moment, the left is trying to dampen the appeal of the former House speaker and current GOP presidential front-runner by likening him to a green and hairy Dr. Seuss character who tries to steal Christmas. Only in the real life version, Gingrich is supposedly at war with the poor for saying this: "Really poor children in really poor neighborhoods have no habits of working and have nobody around them who works, so they literally have no habit of showing up on Monday." That narrative was front and center again this week as Gingrich explained his remarks to reporters gathered at a New York press conference, emphasizing that he believes the secret to getting America working again is to teach some Americans how to work. "I've been talking a little bit about the importance of work," Gingrich said, "particularly as it relates to people who are in areas where there are public housing where there are relatively few people who go to work." At one point, Gingrich turned the tables on the reporters and asked them a question. He wanted to know, "How many of you earned some money doing something before you were 10 years old, whether it was cutting grass or babysitting or something?" Talk to hugely successful people, Gingrich said, and most of them will say that they got an early start learning about jobs and responsibility and earning money for their labor. Tragically, that's not happening with many young people today. Gingrich pointed out that, for instance, among African-American teenagers, the unemployment rate is a staggering 43%. Now, you can spin a statistic like that one of two ways. You can say these unemployed black teenagers are helpless victims and the system is working against them. Or you can say that many of these teenagers are unemployable because no one ever taught them the skills necessary to hold down a job. Gingrich thinks government should have a hand in creating a "pathway to work" so "people get in the work habit and learn the skills to be successful." Bravo for Newt. Politicians don't usually speak this way, which is why so many of them have mastered the art of talking for hours without saying anything of importance. I can't imagine Mitt Romney saying these things; he's too busy telling people what they want to hear to tell them what they need to hear. This subject is as important as they come, and Gingrich deserves credit for kicking off the discussion, especially since he was sure to be pummeled for stating the obvious. Here's the obvious: Americans have lost their work ethic, and some never had one to lose. They grow up -- or put more precisely, they're raised -- thinking of so many jobs as beneath them that they wake up one day not knowing how to do any job. Gingrich was right on the money. But I would go further than he did. This isn't just a problem for black Americans; it's a problem for all Americans. In fact, as someone who speaks to groups all over the country and who spends a fair amount of time visiting high schools and colleges, I worry less about students from poor families who lack resources and opportunities than I do about those from the upper-middle class who lack passion and purpose. Poor kids often have a fire in their belly, a desire to improve their lot and help their parents. Upper-middle class kids can be harder to motivate, especially if they've never been taught to work by their parents. You think I'm kidding. I remember once seeing a 21-year-old struggle with how to hold a broom and sweep the floor. It wasn't his fault. No one had ever taught him how to do that chore -- or any other. Whenever I write about young people and the jobs they won't do, I hear from dozens of employers with stories of their own. The common theme in all those e-mails is that we've been too soft on our kids and haven't demanded enough from them, something we hardly notice because we've allowed illegal immigrants to pick up the slack. Parents used to make their children work after school, or on weekends, or during summer break, to earn extra money to buy what they wanted. They gave them a list of chores to do to earn their allowances. No chores, no allowances. Today, parents find it easier to skip the chores and buy their kids what they want, which is no good for anyone and no good for society. You know what is good? This conversation, and others like it. No subject this important should be off limits. After all, how do we fix a problem if it is considered taboo to even mention it? Newt Gingrich had the courage to mention the problem of America's vanishing work ethic, and emphasize the need to restore it. And for that, Americans should be thankful. The opinions expressed in this commentary are solely those of Ruben Navarrette Jr.
Newt Gingrich said poor teens don't see people working so don't learn work habits . We have lost our work ethic, Navarrette says. Not just poor kids: richer kids lack purpose . Navarrette: Gingrich got in hot water talking about it, but it should not be a taboo subject .
task1712_poki_classification
task1712-77836d239a6f44419f1791ad29ca2ee5
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 and high. All inputs have at least one output and it cannot have both categories at a time. blah be way too boring blah make go a mourning your life should never be blah it should be excite and full of awe blah make me want to scream blah be extremely mean
elementary
task309_race_answer_generation
task309-196748cba8ea4b44a420b615d4baa599
In this task, you're given an article, a question which often contains a blank and four options (associated with "A", "B", "C", "D"). Your task is to find the correct answer (from the given options) for the question from the given article and return one of the options from "A", "B", "C", and "D". Do not generate anything else apart from one of the following characters: "A", "B", "C", "D". There is only one correct answer for each question. Article: Our world is full of tourist traps and crowds of people. What if you could get out ahead of the crowded people and visit a place before it started swarming with crowds of people? Jose lgnacio, Uruguay Only about 300 people actually live here, but in winter, Latin famous stars like Shakira gather here. A new luxury hotel named Bahia Vik is in the process of opening, and JoseIgnacio is preparing to host an international art festival. You can enjoy art atmosphere here and eat steaks at La Huella restaurant. Koh Rong, Cambodia Visiting this Cambodian island is like stepping into a screen saver. With only a few houses and some fishing villages, many people say it's like Thailand 20 years ago when tourists landed the untouched beaches. Ferries started regularly shuttling tourists to Koh Rong only a few years ago, but things are still pretty quiet until someone plans to build an airport. Riga, Latvia Latvia is Europe's best kept secret, but all has changed now since Riga was named the European Capital of Culture in 2014. The city also ranked as Europe's cheapest destination for backpackers this year, with an average cost of just $33 per day for food, lodging, transportation and entertainment. Hurry up and peruse Old Riga and St. Peter's tower, and get fancy at the Latvian National Opera. Puglia, Italy With food travel on the rise, Puglia is becoming a household name. Under the Italian cultural influences, the Mediterranean diet takes one of its purest and most delicious forms: food is locally purchased and restaurants are quaint and are of high quality, which have good reputations. Question: When visiting Koh Rong, you can _ . Options: (A) take a boat to get there (B) eat steaks at La Huella restaurant (C) find there is a large beautiful airport (D) find it's as developed as Thailand
A
task389_torque_generate_temporal_question
task389-cce5d51014fe4593b1325cc4bbfddbc2
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 else. Your question should include an event, or ask about an event, and should not be a yes/no question. Passage: On Tuesday, US Senate Foreign Relations Committee chairman Richard Lugar warned however that an operational government might not be finalised until April.
What event has begun but has not finished?
task505_count_all_numerical_elements_in_list
task505-60ad545ff3e64f87a61aba37dcf37424
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. ['7921', 'f', 'T', 'M', '2613', 'R', 'y', '9531', 'q', '7531', '6353', 'l']
5