Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "K19-1034",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T07:06:05.677883Z"
},
"title": "Linguistic Analysis Improves Neural Metaphor Detection",
"authors": [
{
"first": "Kevin",
"middle": [],
"last": "Stowe",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Colorado",
"location": {
"postCode": "80309 [kest1439",
"settlement": "Boulder, samo9533, laura.michaelis",
"region": "CO"
}
},
"email": ""
},
{
"first": "Sarah",
"middle": [],
"last": "Moeller",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Colorado",
"location": {
"postCode": "80309 [kest1439",
"settlement": "Boulder, samo9533, laura.michaelis",
"region": "CO"
}
},
"email": ""
},
{
"first": "Laura",
"middle": [],
"last": "Michaelis",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Colorado",
"location": {
"postCode": "80309 [kest1439",
"settlement": "Boulder, samo9533, laura.michaelis",
"region": "CO"
}
},
"email": ""
},
{
"first": "Martha",
"middle": [],
"last": "Palmer",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Colorado",
"location": {
"postCode": "80309 [kest1439",
"settlement": "Boulder, samo9533, laura.michaelis",
"region": "CO"
}
},
"email": "mpalmer]@colorado.edu"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "In the field of metaphor detection, deep learning systems are the ubiquitous and achieve strong performance on many tasks. However, due to the complicated procedures for manually identifying metaphors, the datasets available are relatively small and fraught with complications. We show that using syntactic features and lexical resources can automatically provide additional high-quality training data for metaphoric language, and this data can cover gaps and inconsistencies in metaphor annotation, improving state-of-the-art word-level metaphor identification. This novel application of automatically improving training data improves classification across numerous tasks, and reconfirms the necessity of high-quality data for deep learning frameworks.",
"pdf_parse": {
"paper_id": "K19-1034",
"_pdf_hash": "",
"abstract": [
{
"text": "In the field of metaphor detection, deep learning systems are the ubiquitous and achieve strong performance on many tasks. However, due to the complicated procedures for manually identifying metaphors, the datasets available are relatively small and fraught with complications. We show that using syntactic features and lexical resources can automatically provide additional high-quality training data for metaphoric language, and this data can cover gaps and inconsistencies in metaphor annotation, improving state-of-the-art word-level metaphor identification. This novel application of automatically improving training data improves classification across numerous tasks, and reconfirms the necessity of high-quality data for deep learning frameworks.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Humans use metaphors to conceptualize abstract and often difficult concepts by employing knowledge of more concrete domains. They are prevalent in speech and text, and allow us to communicate more effectively and more imaginatively. The fact that they are commonplace and easily understood by humans makes appropriate interpretation of them essential for high quality natural language processing applications.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The primary linguistic and cognitive theory of metaphor is conceptual metaphor theory (Lakoff and Johnson, 1980; Lakoff, 1993) , which theorizes that metaphors are primarily a mental activity, and the language is merely a side effect of these \"conceptual\" metaphors. From this, it is posited that metaphors are agnostic with regard to syntactic structure: a conceptual mapping can be expressed through whatever syntax the speaker desires. This is apparent from evidence that many metaphoric predications have the same syntactic properties as their literal counterparts. Goldberg (1995) observes that metaphorical ditransitive sentences like \"It gave me a headache\" do not differ syntactically from literal ditransitive sentences like \"She gave me the account.\" Accordingly, to find syntactic hallmarks of metaphorical meaning we do not look generally for particular syntactic constructions, but rather for mismatches of various kinds between specific verbs' ordinary syntactic behavior and their behavior under metaphoric interpretation.",
"cite_spans": [
{
"start": 86,
"end": 112,
"text": "(Lakoff and Johnson, 1980;",
"ref_id": "BIBREF15"
},
{
"start": 113,
"end": 126,
"text": "Lakoff, 1993)",
"ref_id": "BIBREF14"
},
{
"start": 570,
"end": 585,
"text": "Goldberg (1995)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Perhaps the primary source of verbal syntactic variability is the set of argument-structure constructions identified by Goldberg (1995) . One such construction is Caused Motion (CM), illustrated by the sentence \"They pushed it down the hall\". CM can augment the array of semantic roles supplied by the verb, as in \"They laughed me out of the room\". Augmentation often entails a metaphoric construal: here the verb \"laugh\", otherwise a single-argument verb, is paired with both a theme argument (the direct object) and a PP location argument, and the resulting predication expresses metaphorical rather than literal motion (Hwang, 2014) .",
"cite_spans": [
{
"start": 120,
"end": 135,
"text": "Goldberg (1995)",
"ref_id": "BIBREF9"
},
{
"start": 622,
"end": 635,
"text": "(Hwang, 2014)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Despite this connection between verbal syntax and metaphoric properties, most computational approaches to metaphor eschew syntax for more semantic features. While these have proven effective, metaphor detection remains a difficult task. This could be due to many factors, but a primary reason is the lack of adequate training data. Annotation of metaphor has proven to be extremely difficult, as is evident by the variety of schemes used to attempt to achieve consistent annotation. 1 This has led to a lack of \"big data\" for training models, as well as inconsistencies and gaps in the data that is available.",
"cite_spans": [
{
"start": 483,
"end": 484,
"text": "1",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this work, we show that syntactic properties can be used to improve training data, which is beneficial to metaphor processing systems. Deep learning models require sufficient quality data, which is lacking for many metaphorical expressions. We automatically fill gaps in metaphor training data by exploiting syntax in two ways: first, we use the syntactically-motivated lexical resource VerbNet to identify additional data through metaphoric and literal sense identification, and second, we use syntactic properties of certain lexemes, which allow us to identify relevant sentences via dependency parses. These methods yield training data that improves performance for metaphor classification across a variety of tasks.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "While most computational metaphor processing methods rely heavily on lexical semantics, many previous approaches also employ syntactic structures to varying degrees. Most prior work involving argument structure is based on the idea of selectional preferences: certain verbs prefer certain arguments when used literally, and others when used metaphorically. This idea is captured by determining what kinds of arguments fill syntactic and semantic roles for specific verbs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "The CorMet system (Mason, 2004 ) employs this paradigm, and is similar to ours in their collection of key verbs and analysis of syntactic arguments and semantic roles. They automatically collect documents for particular domains based on key words, and identify selectional preferences based on the WordNet hierarchy for verbs in these particular domains. For example, they find that assault typically takes direct objects of the type fortification in the MILITARY domain. This allows them to make inferences about when selectional preferences are adhered to, and they can then identify mappings between different domains. While their task is fundamentally different, their usage of syntactic frames to identify relevant arguments is very similar to our work. However, rather than identify preferences, we are using syntactic frames to identify whether the verbs are possibly used metaphorically. Our methods require less adherence to semantic properties, which they retrieve from WordNet. Our methods are also inherently somewhat more noisy: while there is evidence that syntactic frames can be indicative of metaphoric properties, these properties are rarely observed deterministically. Gedigian et al. (2006) use FrameNet and Prop-Bank annotation to collect data, focusing on the FrameNet frames MOTION and CURE. They use PropBank argument annotations as features, resulting in metaphoric classification accuracy on these domains of over 95%, although this is only slightly above the most frequent class baseline (92%). They collect data from lexical resources and then annotate it for metaphoricity, which is similar to our approach of analyzing the resources and word senses for metaphors. Shutova et al. (2013) also employs selectional preferences based on argument structure, identifying verb-subject and verb-direct object pairs in corpora. They begin with a seed set of metaphoric pairs, similar to our methods of collecting instances based on syntactic information. They use these seed pairs to identify new metaphors, similar to our usage of syntactic patterns to identify training data. Their methods are based on the selectional preferences of verbs, and thus are less concerned with the variety of syntactic patterns metaphors can participate in. We will identify much more complex syntactic patterns, and we then use the data for training metaphor systems rather than identifying selectional preferences. Stowe et al. (2018) use syntactic structures directly for feature-based machine learning methods. They highlight the distribution of various syntactic patterns in corpora, and extract features based on dependency parses to improve classifier performance. While their results outperform lexical baselines, they still lag behind other metaphor detection systems, with F1 scores of 53.1 for verbs and 50.5 for nouns on the Vrije Universtat Amsterdam Metaphor Corpus (VUAMC) (Steen et al., 2010) . We improve on their work by employing deep learning architecture while still attempting to leverage syntactic information. As many deep learning algorithms (including the recurrent neural networks used here) natively capture long-distance dependencies, direct inclusion of syntactic features is likely not productive. By capturing additional data, we can take advantage of linguistic analysis to improve deep learning-based metaphor detection.",
"cite_spans": [
{
"start": 18,
"end": 30,
"text": "(Mason, 2004",
"ref_id": "BIBREF18"
},
{
"start": 1188,
"end": 1210,
"text": "Gedigian et al. (2006)",
"ref_id": "BIBREF8"
},
{
"start": 1694,
"end": 1715,
"text": "Shutova et al. (2013)",
"ref_id": "BIBREF24"
},
{
"start": 2419,
"end": 2438,
"text": "Stowe et al. (2018)",
"ref_id": "BIBREF26"
},
{
"start": 2890,
"end": 2910,
"text": "(Steen et al., 2010)",
"ref_id": "BIBREF25"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "With regard to datasets and tasks, metaphor processing has suffered from a lack of consistent evaluation methods. The metaphor shared task provided a standard evaluation procedure that has greatly helped with system comparison (Leong et al., 2018) . They use the VUAMC, providing a train/test split that has been used to regularize the evaluation of metaphor identification systems. For both sections of the task (identifying all metaphoric words and identifying verbs), four of the top five systems use some form of long shortterm memory network (LSTM). The system of Wu et al. (2018) performed best on both tasks (F1 of .651 on all parts of speech, and .672 for verbs) using a combination of a convolutional neural network (CNN) and bidirectional LSTM.",
"cite_spans": [
{
"start": 227,
"end": 247,
"text": "(Leong et al., 2018)",
"ref_id": "BIBREF16"
},
{
"start": 569,
"end": 585,
"text": "Wu et al. (2018)",
"ref_id": "BIBREF29"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "Since the shared task, a variety of other approaches have been developed using similar deep learning techniques. Most recently, the work of Gao et al. (2018) achieved state-of-the-art performance on the shared task data as well as a variety of other datasets, including the TroFi (Birke and Sarkar, 2006) and Mohammad et al. (2016) datasets, using Bi-LSTM models coupled with GloVe (Pennington et al., 2014) and ELMo (Peters et al., 2018) embeddings. For the VUAMC shared task, they report F1 scores of .726 for all parts of speech and .697 for verbs. For the Mohammad et al. dataset, they report an average F1 score of .791, and for the Trofi they report an F1 score of .72, slightly lower than the current state of the art (.75 of K\u00f6per et al. (2017) ).",
"cite_spans": [
{
"start": 140,
"end": 157,
"text": "Gao et al. (2018)",
"ref_id": "BIBREF7"
},
{
"start": 280,
"end": 304,
"text": "(Birke and Sarkar, 2006)",
"ref_id": "BIBREF2"
},
{
"start": 309,
"end": 331,
"text": "Mohammad et al. (2016)",
"ref_id": "BIBREF19"
},
{
"start": 382,
"end": 407,
"text": "(Pennington et al., 2014)",
"ref_id": "BIBREF22"
},
{
"start": 733,
"end": 752,
"text": "K\u00f6per et al. (2017)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "Despite recent advances in evaluation and algorithm performance, the task still remains difficult, with the highest F1 scores nearing only .73 on the VUAMC data. This is likely due to the relatively small dataset size (app. 200,000 words), which is in part caused by difficulties in annotation. We aim to overcome some of this difficulty by automatically extracting additional training data with lexical and syntactic methods.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "We aim to improve training data for metaphor processing by performing linguistic analysis on difficult verbs to uncover the syntactic properties that can potentially influence their metaphoricity. Our work is focused on verbs: they form the foundation of many metaphoric expressions, and evidence from construction grammar and frame semantics has shown that syntactic properties can often influence the types of metaphors that are produced (Sullivan, 2013) . We show that identification of anomalous syntactic structures can provide evidence towards metaphoricity, and can be leveraged to automatically extract training data that im-proves classification performance. This is done through two paths: first, we explore the lexical semantic resource VerbNet, an ontology of English verbs that contains rich syntactic and semantic information. From VerbNet we explore verb senses that can potentially be deterministically metaphoric or literal, and extract training data from existing VerbNet annotation. Second, we analyze syntactic patterns from Wikipedia data. We identify patterns that indicate metaphoric or literal senses of verbs, and then extract additional data based on these patterns.",
"cite_spans": [
{
"start": 440,
"end": 456,
"text": "(Sullivan, 2013)",
"ref_id": "BIBREF27"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Methods",
"sec_num": "3"
},
{
"text": "First, we need to select verbs to analyze. Our goal is to find verbs that are likely difficult for classifiers, as well as those that are frequent enough to have a significant impact. This is accomplished through two avenues: first, we examine all the verbs in the training data, and analyze those that have the most even class balance between literal and metaphoric uses. We refer to these verbs as our most \"ambiguous\" verbs. For our preliminary experiments, we selected the ten most ambiguous verbs which occurred at least ten times in the training data.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Finding Difficult Verbs",
"sec_num": "3.1"
},
{
"text": "Second, we employed the metaphor detection system of Gao et al. (2018) . We trained the system on the provided VUAMC shared task training data and ran it on their validation set. We then analyzed which verbs were most frequently misclassified in the validation data, to determine where additional data would be most effective. We chose to use the VUAMC data for this task due to its size and status as the standard for metaphor identification. As with the most ambiguous verbs, we selected the ten verbs with the lowest F1 score that occurred at least ten times in the data for analysis. The verbs chosen through these analyses are shown in Table 1 . In theory, expanding the number of verbs analyzed would yield more data and improve performance, but as an experimental baseline ten verbs is sufficient for analysis and classifier improvement.",
"cite_spans": [
{
"start": 53,
"end": 70,
"text": "Gao et al. (2018)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [
{
"start": 641,
"end": 649,
"text": "Table 1",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Finding Difficult Verbs",
"sec_num": "3.1"
},
{
"text": "For each of these verbs, we performed two kinds of analysis.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Finding Difficult Verbs",
"sec_num": "3.1"
},
{
"text": "First, we explored their metaphoric and literal usage in VerbNet. Second, we examined their syntactic properties for metaphoric and literal patterns.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Finding Difficult Verbs",
"sec_num": "3.1"
},
{
"text": "VerbNet is a lexical resource that currently categorizes 6,791 verbs into 329 verb classes based on their syntactic and semantic behavior (Kipper-Schuler, 2005 ). 2 These verb classes are based on the work of Levin (1993) , who shows that for many verbs their semantics can be determined by the syntactic alternations they participate in, arguing that \"the behavior of a verb, particularly with respect to the expression and interpretation of its arguments, is to a large degree determined by its meaning.\" (pg 1) VerbNet is primarily composed of verb \"classes\": these classes are a hierarchically structuring of verb senses based on their syntactic and semantic behavior. Each class contains a list of verb senses, the syntactic frames that these verbs can participate in, a first-order semantic predicate representation for the class's meaning, and the thematic roles the verb takes as arguments. These thematic roles, which are fairly coarse-grained roles such as Agent, Theme, and Patient, are often marked with selectional restrictions. For example, many classes have Agents that are marked as +ANIMATE, indicating the Agent of the verb must be an animate entity.",
"cite_spans": [
{
"start": 138,
"end": 159,
"text": "(Kipper-Schuler, 2005",
"ref_id": "BIBREF12"
},
{
"start": 209,
"end": 221,
"text": "Levin (1993)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "VerbNet",
"sec_num": "3.2"
},
{
"text": "VerbNet has practical applications for word sense disambiguation and semantic role labelling, and numerous annotation projects have been done to tag data with the correct VerbNet senses. Our goal is to identify which particular VerbNet senses are typically metaphoric or literal, and extract sentences tagged with these VerbNet senses.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "VerbNet",
"sec_num": "3.2"
},
{
"text": "For each verb, we examined the VerbNet classes in which it appears. We looked at VerbNet annotation, the example sentences, the selectional pref-2 https://verbs.colorado.edu/verbnet/ erences on the class's thematic roles, and the semantic predicates. From this we assessed whether the sense of the verb in each class was typically metaphoric or literal. Consider the verb \"grow\". It is present in two particular VerbNet classes: GROW-26.2 and CALIBRATABLE COS-45.6. The GROW-26.2 class has an animate Agent role, and produces a concrete Product out of a concrete Material:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "VerbNet",
"sec_num": "3.2"
},
{
"text": "1. A private farmer in Poland is free to buy and sell land, hire help, and decide what to grow.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "VerbNet",
"sec_num": "3.2"
},
{
"text": "2. It's the kind of fruit that grew freely and that you could help yourself to.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "VerbNet",
"sec_num": "3.2"
},
{
"text": "We note from the semantics and annotated examples, we expect this sense of grow to typically be literal. However, in the CALIBRATABLE COS-45.6 class, it contains a Value role that moves along a scale by a certain Extent. These examples all appear to be metaphoric, evoking the MORE IS UP mapping 3 :",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "VerbNet",
"sec_num": "3.2"
},
{
"text": "1. Exports in the first eight months grew only 9%.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "VerbNet",
"sec_num": "3.2"
},
{
"text": "2. Non-interest expenses grew 16% to $496 million.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "VerbNet",
"sec_num": "3.2"
},
{
"text": "This allows us to extract new training data using these classes. We use a repository of manually annotated VerbNet senses, containing approximately 150,000 annotated verbs (Palmer et al., 2017) . We found all annotated instances of \"grow\" in the GROW-26.2 class, and considered them to be literal, and all instances of \"grow\" from CALIBRATABLE COS-45.6 were considered metaphoric. This process was completed for all of the verbs in Table 1 . This analysis only includes the particular verb in question. We believe \"grow\" in the GROW-26.2 class is typically literal, and \"grow\" in the CALIBRATABLE COS-45.6 class is typically metaphoric, but this does not necessarily extend to other verbs in these classes. We will discuss the possibility of expanding this analysis to include all verbs for particular classes in Section 6.",
"cite_spans": [
{
"start": 172,
"end": 193,
"text": "(Palmer et al., 2017)",
"ref_id": "BIBREF21"
}
],
"ref_spans": [
{
"start": 432,
"end": 439,
"text": "Table 1",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "VerbNet",
"sec_num": "3.2"
},
{
"text": "Note that we only consider the verbs in these instances: we have no knowledge of the metaphoricity of the verbs' arguments. For each verb, we extracted up to 100 annotations for each sense that we determined to be largely metaphoric or literal.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "VerbNet",
"sec_num": "3.2"
},
{
"text": "As a second path for finding additional data, we explore the syntactic properties of metaphoric expressions. While metaphors are traditionally seen as cognitive, and relatively unaffected by surface syntactic realizations, there is recent evidence based in construction grammar that syntactic structures can influence the source and target domain elements of metaphoric expressions (Sullivan, 2013; David and Matlock, 2018; David, 2017) . We expand on this idea: we believe that not only can syntactic structures indicate source and target elements, but they can also indicate metaphoricity.",
"cite_spans": [
{
"start": 382,
"end": 398,
"text": "(Sullivan, 2013;",
"ref_id": "BIBREF27"
},
{
"start": 399,
"end": 423,
"text": "David and Matlock, 2018;",
"ref_id": "BIBREF4"
},
{
"start": 424,
"end": 436,
"text": "David, 2017)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Syntactic Patterns",
"sec_num": "3.3"
},
{
"text": "We see this in English with verbs like hemorrhage, which is almost always used metaphorically when it is used transitively 4 :",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Syntactic Patterns",
"sec_num": "3.3"
},
{
"text": "\u2022 GM was supporting this event even as they were hemorrhaging cash. \u2022 For 30 straight years, American organized labor has been hemorrhaging members.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Syntactic Patterns",
"sec_num": "3.3"
},
{
"text": "When used intransitively, hemorrhage is almost always literal:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Syntactic Patterns",
"sec_num": "3.3"
},
{
"text": "\u2022 Cerebral AVMs often have no symptoms until they rupture and hemorrhage. \u2022 Michael hemorrhaged and sustained a massive stroke to the left side of his brain. This is likely due to the fact that literal use of \"hemorrhage\" contains an understood argument, blood, which is the most natural object of the verb. If the use is intended in a less literal way, which requires on over syntactic object, the null \"blood\" object needs to be overridden. While not all verbs have this direct relation between argument number and metaphoricity, we believe that the type and number of syntactic arguments of a verb can be indicative of unmarked usage, and may be utilized as a method for automatically extracting training data for metaphor classification. This analysis doesn't reflect linguistic facts: it is possible to construct sentences in which the intransitive use of \"hemorrhage\" is metaphoric (\"after the stock market crashed, the company hemorrhaged\"), as well as transitive usages that are literal (\"after the surgery, the patient hemorrhaged blood\"). However, we find that in the majority of cases, metaphoricity aligns with the argument structure, and these contrived examples are exceedingly rare.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Syntactic Patterns",
"sec_num": "3.3"
},
{
"text": "For each verb in our list, we analyzed all the sentences from the VUAMC training data as well as 50 additional sentences from Wikipedia that contained the verb, and attempted to discover syntactic patterns that are indicative of metaphoricity. We examined argument structure, active vs passive voice, prepositional complements, aspect, idiomatic combinations and other surface syntactic properties. We created a short list of the most likely candidates for literal and metaphoric syntactic patterns. We then extracted up to 100 sentences from Wikipedia that matched these syntactic patterns.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Syntactic Patterns",
"sec_num": "3.3"
},
{
"text": "A brief overview of the syntactic patterns and VerbNet class analysis is shown in Table 2 ; the full extraction rules, code, and data will be released upon publication.",
"cite_spans": [],
"ref_spans": [
{
"start": 82,
"end": 89,
"text": "Table 2",
"ref_id": "TABREF3"
}
],
"eq_spans": [],
"section": "Syntactic Patterns",
"sec_num": "3.3"
},
{
"text": "Note that for many cases, it was difficult to determine what was literal and what was metaphoric. Highly polysemous verbs like \"get\" in particular are problematic: they contain many different meanings and usages that can often be annotated inconsistently, so strong metaphoric or literal patterns were impossible to identify.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Syntactic Patterns",
"sec_num": "3.3"
},
{
"text": "As with the \"hemorrhage\" examples above, these patterns are not deterministic. The syntactic structures analyzed aren't always metaphoric or literal, but they are consistent enough to be useful for extracting additional training data. For each verb we attempted to extract up to 100 samples for each VerbNet sense and each syntactic pattern. This is to prevent the extracted data becoming saturated with extremely common senses or patterns. Many senses and patterns are rare, and fewer than 100 instances were collected. A summary of the extracted data by verb is shown in Table 3 .",
"cite_spans": [],
"ref_spans": [
{
"start": 573,
"end": 580,
"text": "Table 3",
"ref_id": "TABREF4"
}
],
"eq_spans": [],
"section": "Syntactic Patterns",
"sec_num": "3.3"
},
{
"text": "In total, we extracted 3,985 samples from Verb-Net annotation and 3,736 samples from Wikipedia based on syntactic samples for our analyzed verbs. Each sample is an entire sentence containing the verb in question, for which we can provide automatic annotation based on our VerbNet and syntactic analyses. We can treat this as distantly supervised data: we have beliefs about the metaphoric and literal labels for the verbs in each sentence extracted, but these aren't always de-terministic: errors in syntactic pattern matching, anomalous examples, and other factors introduce inaccuracies in these samples.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Syntactic Patterns",
"sec_num": "3.3"
},
{
"text": "In order to show the efficacy of our extracted data, we add this data to the standard datasets and evaluate performance on a variety of metaphor processing tasks. For a relevant comparison to contemporary research, we evaluate our results using the baseline system of Gao et al. on five different tasks. As per their work, we experiment with two different models: a sequence based model (dubbed \"SEQ\") that performs best when all parts of speech contain metaphor tags, and a \"classification\" model (\"CLS\"), which tags individual verbs as metaphoric or not.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Tasks",
"sec_num": "4"
},
{
"text": "The sequential model takes as input sentences from VUAMC data, each with a binary metaphor tag. They represent each word as the concatenation of a 300 dimension GloVe embeddings with an ELMo vector. These are then input to a bidirectional LSTM. These sequential models are particularly useful for encoding relations among distant words, and have proven effective on a large number of tasks for which each word in a sentence has a tag.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Sequential Model (SEQ)",
"sec_num": "4.1"
},
{
"text": "The classification model represents each verb in the VUAMC data as its own instance, maintaining the sentential context, and these each retain their annotation as either metaphoric or not. As with the sequential model, they are input to a bidirecitonal LSTM using GloVe and ELMo vectors. They also include an index embedding and attention layer to encode the location of the target word. 5 These models are used over a variety of datasets: the dataset from Mohammad et al. (2016) , the Trofi dataset (Birke and Sarkar, 2006) , and the VUA metaphor corpus which is the basis for the metaphor shared task (Steen et al., 2010) . They use a section of the Mohammad et al. dataset dubbed \"MOH-X\", consisting of 636 example sentences from 214 verbs taken from Word-Net, annotated as metaphoric or literal. The Trofi dataset contains 3,737 sentences from 50 different verbs which were automatically clustered into metaphoric or literal clusters. The sequence tagger shows best performance when all words in the sentence are metaphoric, as is the case with the VUAMC data. The classification model performs best when only a single word is metaphoric, as in the MOH-X and Trofi datasets. While the VUAMC is the basis of our analysis, we will also examine how adding additional impacts results on the MOH-X and Trofi datasets; their setup as classification tasks more accurately mirrors the additional data, as there is only one potentially metaphoric word per sample.",
"cite_spans": [
{
"start": 388,
"end": 389,
"text": "5",
"ref_id": null
},
{
"start": 457,
"end": 479,
"text": "Mohammad et al. (2016)",
"ref_id": "BIBREF19"
},
{
"start": 500,
"end": 524,
"text": "(Birke and Sarkar, 2006)",
"ref_id": "BIBREF2"
},
{
"start": 603,
"end": 623,
"text": "(Steen et al., 2010)",
"ref_id": "BIBREF25"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Classification Model (CLS)",
"sec_num": "4.2"
},
{
"text": "We replicate the architectures of Gao et al., using the same experimental set-up. For the classification model, we can include our extra data asis, with metaphor annotations based on our analysis. For the sequential model, we consider only the verb analyzed as metaphoric, leaving the rest of the words tagged as literal. In order to judge performance, we run three experimental setups: one with the additional VerbNet samples, one with the additional samples generated via syntactic patterns, and one with both. We experimented with tuning hyperparameters (learning rate, dropout, and the size of the hidden layer), but found no significant improvements over their experimental setup. We did make one modification: we increased the amount of training epochs in proportion to the amount of training data added. This allows for the model to be sufficiently trained over all the data.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Architecture",
"sec_num": "4.3"
},
{
"text": "The VUAMC data has been split into training and test sections for the shared task, and these sections are also used by Gao et al. We will adopt this split. For the MOH-X and Trofi datasets, they run 10-fold cross validation and report the mean F1 score. Due to the variable nature of neural models and the relatively small dataset size, we include experiments to calculate the statistical significance of our methods. We split these datasets into 75% training, 25% test, mirroring the VUAMC data, and ran classification 10 times. We then calculated the means and standard deviations. We also ran bootstrap estimation for all tasks, reevaluating using random replacement over 10 6 iterations (Efron, 1979; Berg-Kirkpatrick et al., 2012) . We consider improvement significant when the mean and standard deviation from both methods yield p values of less than .01.",
"cite_spans": [
{
"start": 691,
"end": 704,
"text": "(Efron, 1979;",
"ref_id": "BIBREF5"
},
{
"start": 705,
"end": 735,
"text": "Berg-Kirkpatrick et al., 2012)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Architecture",
"sec_num": "4.3"
},
{
"text": "The results from our additions on the original tasks are shown in Figure 1 , and the improvements over the baseline for each method are outlined in Table 4 . For each task, we display the results of the original Gao baseline, along with the addition of Verb-Net samples, syntactic pattern-based samples, and both. For each of these, we show the mean and standard deviation from running the task 10 times. We find that adding VerbNet samples, syntactic patterns, and both datasets all always produces a significant improvement over the baseline. Adding this additional data outperforms the Gao et al. sequence tagging algorithm on the VUA shared task data for both verbs and all parts of speech. We also see improvements in the classification model, and on the Trofi dataset. It is important to note that the extreme variability in the results for these smaller datasets. We found our improvements on the Trofi dataset to be significant, while the MOH-X results were not significant. This is likely due to the size of the dataset: the MOH-X data contains only 636 samples, leading to high variance in performance. Further evaluation is necessary to determine the consistent effect of this data.",
"cite_spans": [],
"ref_spans": [
{
"start": 66,
"end": 74,
"text": "Figure 1",
"ref_id": "FIGREF0"
},
{
"start": 148,
"end": 156,
"text": "Table 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Results",
"sec_num": "5"
},
{
"text": "For verb sequence tagging, the VerbNet data yielded the best performance, while for all parts of speech the additional syntactic data performed best. This may be because the VerbNet data comes specifically from VerbNet annotation, relying strictly on VerbNet senses. VerbNet is grounded in syntactic alternations, but individually VerbNet senses occasionally encode metaphor Table 4 : Mean F1 scores over 10 iterations, for each model and dataset added. Bootstrap sampling indicated that these improvements are all significant over the baseline, excepting the MOH-X dataset. Due to high variability, the MOH-X results (*) were not significant improvements over the baseline (p > .01)",
"cite_spans": [],
"ref_spans": [
{
"start": 375,
"end": 382,
"text": "Table 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Results",
"sec_num": "5"
},
{
"text": ". without direct relation to the verb's arguments. The syntactic data directly relies on patterns which include other parts of speech: arguments, prepositions, and idiomatic expressions. These extra components of the analysis may make the data more broadly applicable to all parts of speech, driving the improvement in the sequence tagging of all words.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "5"
},
{
"text": "Adding both distantly supervised datasets improved performance over adding either individually only for the classification-based tasks, where only one word per sentence has a tag (the Trofi and VUAMC verb classification tasks). Only on the Trofi dataset was the improvement from adding both datasets significantly higher than the improvement from adding the best individual dataset. For the sequence-based tagging of the VUAMC, adding both yielded negligible improvements. As adding both datasets was effective for classification tasks, we believe the difficulty in combining both datasets in the sequence models is due to excessive noise from the non-target words of the samples. We default to marking every word other than the target verb in the sentence as literal, so the additional data is understandably less informative for sequence tagging problems. It is likely that the combination of VerbNet data and syntactic pattern-based data caused additional noise: the two datasets may in places be contradictory, particularly with regard to these non-target elements.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "5"
},
{
"text": "We show that using external data found through syntactic structures and lexical resources can be used to improve deep learning methods for metaphoric classification. This is due to regular syntactic patterns of metaphoric usage, and the idea that the semantics of verbs can be dependent on the syntactic patterns that it participates in. For future improvements, there are other resources available that could be leveraged in the same way. PropBank (Palmer et al., 2005) , FrameNet (Baker et al., 1998) , and WordNet (Fellbaum, 2010) all offer some syntactic and/or semantic information, and data annotated with these resources could prove another valuable source of additional samples.",
"cite_spans": [
{
"start": 449,
"end": 470,
"text": "(Palmer et al., 2005)",
"ref_id": "BIBREF20"
},
{
"start": 482,
"end": 502,
"text": "(Baker et al., 1998)",
"ref_id": "BIBREF0"
},
{
"start": 517,
"end": 533,
"text": "(Fellbaum, 2010)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "6"
},
{
"text": "We also only examine some basic syntactic patterns for a small number of verbs, and this was done manually. Improved methods for automatically detecting relevant syntactic patterns as well as further effort in manual identification of syntactic properties of metaphoric samples could increase the amount of data extracted. Further linguistic analysis of constructions that either require or prohibit metaphoric interpretations could improve both automatic metaphor processing and our broader understanding of linguistic metaphors. Additionally, we only look at specific verbs within VerbNet classes. All verbs within VerbNet classes share syntactic and semantic properties, so it is likely that we can extend our verb-level analysis to a broader class-level analysis. A straightforward extension of this work would be to analyze VerbNet classes as being metaphoric or literal, and extracting data for all verbs within a given class.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "6"
},
{
"text": "Finally, while they have proven invaluable for the standardization of metaphor processing, there are still gaps and inconsistencies in our metaphor datasets. Extracting additional training data based on syntactic patterns likely was effective in this case in part due to the idiosyncrasies of the previous datasets, which may over-annotate possible metaphors. This procedure yields a large number of conventional metaphors, which lack novelty, are very frequent, and are perhaps more amenable to being discovered via syntactic patterns. More data annotated for metaphor is essential to improve deep learning methods for metaphor processing, and while we are attempting to overcome these gaps with outside resources, further quality metaphor annotation would prove especially valuable to the field.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "6"
},
{
"text": "For a review of systems, seeVeale et al. (2016)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Examples from the VerbNet annotation data fromPalmer et al. (2017)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Examples from SketchEngine(Kilgarriff et al., 2014) http://www.sketchengine.eu/",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Full details and code for each of these models can be found at https://github.com/gao-g/ metaphor-in-context/",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "We gratefully acknowledge the support of the Defense Threat Reduction Agency, HDTRA1-16-1-0002/Project #1553695, eTASC -Empirical Evidence for a Theoretical Approach to Semantic Components and a grant from the Defense Advanced Research Projects Agency 15-18-CwC-FP-032 Communicating with Computers, a subcontract from UIUC. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the authors and do not necessarily reflect the views of any government agency.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "The Berkeley FrameNet project",
"authors": [
{
"first": "C",
"middle": [
"F"
],
"last": "Baker",
"suffix": ""
},
{
"first": "C",
"middle": [
"J"
],
"last": "Fillmore",
"suffix": ""
},
{
"first": "J",
"middle": [
"B"
],
"last": "Lowe",
"suffix": ""
}
],
"year": 1998,
"venue": "COLING-ACL '98",
"volume": "",
"issue": "",
"pages": "86--90",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "C. F. Baker, C.J. Fillmore, and J.B. Lowe. 1998. The Berkeley FrameNet project. In COLING-ACL '98, pages 86-90, Montreal, QC.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "An Empirical Investigation of Statistical Significance in NLP",
"authors": [
{
"first": "Taylor",
"middle": [],
"last": "Berg-Kirkpatrick",
"suffix": ""
},
{
"first": "David",
"middle": [],
"last": "Burkett",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Klein",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of the 2012 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning",
"volume": "",
"issue": "",
"pages": "995--1005",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Taylor Berg-Kirkpatrick, David Burkett, and Dan Klein. 2012. \"An Empirical Investigation of Sta- tistical Significance in NLP\". In Proceedings of the 2012 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning, pages 995-1005. As- sociation for Computational Linguistics.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "A Clustering Approach for Nearly Unsupervised Recognition of Nonliteral Language",
"authors": [
{
"first": "Julia",
"middle": [],
"last": "Birke",
"suffix": ""
},
{
"first": "Anoop",
"middle": [],
"last": "Sarkar",
"suffix": ""
}
],
"year": 2006,
"venue": "11th Conference of the European Chapter of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Julia Birke and Anoop Sarkar. 2006. \"A Clustering Approach for Nearly Unsupervised Recognition of Nonliteral Language\". In 11th Conference of the European Chapter of the Association for Computa- tional Linguistics.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Computing metaphor: The case of MetaNet",
"authors": [
{
"first": "Oana",
"middle": [],
"last": "David",
"suffix": ""
}
],
"year": 2017,
"venue": "Cambridge Handbook of Cognitive Linguistics",
"volume": "",
"issue": "",
"pages": "574--589",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Oana David. 2017. \"Computing metaphor: The case of MetaNet\". Cambridge Handbook of Cognitive Lin- guistics, pages 574-589.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Crosslinguistic automated detection of metaphors for poverty and cancer",
"authors": [
{
"first": "Oana",
"middle": [],
"last": "David",
"suffix": ""
},
{
"first": "Teenie",
"middle": [],
"last": "Matlock",
"suffix": ""
}
],
"year": 2018,
"venue": "Language and Cognition",
"volume": "10",
"issue": "3",
"pages": "467--593",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Oana David and Teenie Matlock. 2018. Cross- linguistic automated detection of metaphors for poverty and cancer. Language and Cognition, 10(3):467-593.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Bootstrap methods: Another look at the jackknife. The Annals of Statistics",
"authors": [
{
"first": "",
"middle": [],
"last": "Bradley Efron",
"suffix": ""
}
],
"year": 1979,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bradley Efron. 1979. Bootstrap methods: Another look at the jackknife. The Annals of Statistics.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Neural Metaphor Detection in Context",
"authors": [
{
"first": "Ge",
"middle": [],
"last": "Gao",
"suffix": ""
},
{
"first": "Eunsol",
"middle": [],
"last": "Choi",
"suffix": ""
},
{
"first": "Yejin",
"middle": [],
"last": "Choi",
"suffix": ""
},
{
"first": "Luke",
"middle": [],
"last": "Zettlemoyer",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "607--613",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ge Gao, Eunsol Choi, Yejin Choi, and Luke Zettle- moyer. 2018. \"Neural Metaphor Detection in Con- text\". In Proceedings of the 2018 Conference on Empirical Methods in Natural Language Process- ing, pages 607-613. Association for Computational Linguistics.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Catching metaphors",
"authors": [
{
"first": "Matt",
"middle": [],
"last": "Gedigian",
"suffix": ""
},
{
"first": "John",
"middle": [],
"last": "Bryant",
"suffix": ""
},
{
"first": "Srini",
"middle": [],
"last": "Narayanan",
"suffix": ""
},
{
"first": "Branimir",
"middle": [],
"last": "Ciric",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of the Third Workshop on Scalable Natural Language Understanding, ScaNaLU '06",
"volume": "",
"issue": "",
"pages": "41--48",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Matt Gedigian, John Bryant, Srini Narayanan, and Bra- nimir Ciric. 2006. Catching metaphors. In Pro- ceedings of the Third Workshop on Scalable Natural Language Understanding, ScaNaLU '06, pages 41- 48, Stroudsburg, PA, USA. Association for Compu- tational Linguistics.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Constructions: A Construction Grammar Approach to Argument Structure",
"authors": [
{
"first": "Adele",
"middle": [],
"last": "Goldberg",
"suffix": ""
}
],
"year": 1995,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Adele Goldberg. 1995. Constructions: A Construction Grammar Approach to Argument Structure. Univer- sity of Chicago Press.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Identification and Representation of Caused-Motion Constructions",
"authors": [
{
"first": "Jena",
"middle": [],
"last": "Hwang",
"suffix": ""
}
],
"year": 2014,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jena Hwang. 2014. \"Identification and Representa- tion of Caused-Motion Constructions\". Ph.D. the- sis, University of Colorado, Boulder.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Michelfeit, Pavel Rychl\u00fd, and V\u00edt Suchomel. 2014. The sketch engine: ten years on. Lexicography",
"authors": [
{
"first": "Adam",
"middle": [],
"last": "Kilgarriff",
"suffix": ""
},
{
"first": "V\u00edt",
"middle": [],
"last": "Baisa",
"suffix": ""
},
{
"first": "Jan",
"middle": [],
"last": "Bu\u0161ta",
"suffix": ""
},
{
"first": "Milo\u0161",
"middle": [],
"last": "Jakub\u00ed\u010dek",
"suffix": ""
},
{
"first": "Vojt\u011bch",
"middle": [],
"last": "Kov\u00e1\u0159",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "7--36",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Adam Kilgarriff, V\u00edt Baisa, Jan Bu\u0161ta, Milo\u0161 Jakub\u00ed\u010dek, Vojt\u011bch Kov\u00e1\u0159, Jan Michelfeit, Pavel Rychl\u00fd, and V\u00edt Suchomel. 2014. The sketch en- gine: ten years on. Lexicography, pages 7-36.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "VerbNet: A broadcoverage, comprehensive verb lexicon",
"authors": [
{
"first": "Karen",
"middle": [],
"last": "Kipper",
"suffix": ""
},
{
"first": "-",
"middle": [],
"last": "Schuler",
"suffix": ""
}
],
"year": 2005,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Karen Kipper-Schuler. 2005. VerbNet: A broad- coverage, comprehensive verb lexicon. Ph.D. thesis, University of Pennsylvania.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Improving Verb Metaphor Detection by Propagating Abstractness to Words, Phrases and Individual Senses",
"authors": [
{
"first": "Maximilian",
"middle": [],
"last": "K\u00f6per",
"suffix": ""
},
{
"first": "Sabine",
"middle": [],
"last": "Schulte Im Walde",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of the 1st Workshop on Sense, Concept and Entity Representations and their Applications",
"volume": "",
"issue": "",
"pages": "24--30",
"other_ids": {
"DOI": [
"10.18653/v1/W17-1903"
]
},
"num": null,
"urls": [],
"raw_text": "Maximilian K\u00f6per and Sabine Schulte im Walde. 2017. \"Improving Verb Metaphor Detection by Propagat- ing Abstractness to Words, Phrases and Individual Senses\". In Proceedings of the 1st Workshop on Sense, Concept and Entity Representations and their Applications, pages 24-30, Valencia, Spain. Associ- ation for Computational Linguistics.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "The Contemporary Theory of Metaphor",
"authors": [
{
"first": "George",
"middle": [],
"last": "Lakoff",
"suffix": ""
}
],
"year": 1993,
"venue": "Metaphor and Thought",
"volume": "",
"issue": "",
"pages": "202--251",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "George Lakoff. 1993. The Contemporary Theory of Metaphor. In Andrew Ortony, editor, Metaphor and Thought, pages 202-251. Cambridge University Press.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Metaphors We Live By",
"authors": [
{
"first": "George",
"middle": [],
"last": "Lakoff",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Johnson",
"suffix": ""
}
],
"year": 1980,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "George Lakoff and Mark Johnson. 1980. Metaphors We Live By. University of Chicago Press, Chicago and London.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "A Report on the 2018 VUA Metaphor Detection Shared Task",
"authors": [
{
"first": "Chee",
"middle": [],
"last": "Wee",
"suffix": ""
},
{
"first": ";",
"middle": [],
"last": "Ben",
"suffix": ""
},
{
"first": ")",
"middle": [],
"last": "Leong",
"suffix": ""
},
{
"first": "Beata",
"middle": [
"Beigman"
],
"last": "Klebanov",
"suffix": ""
},
{
"first": "Ekaterina",
"middle": [],
"last": "Shutova",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of the Workshop on Figurative Language Processing",
"volume": "",
"issue": "",
"pages": "56--66",
"other_ids": {
"DOI": [
"10.18653/v1/W18-0907"
]
},
"num": null,
"urls": [],
"raw_text": "Chee Wee (Ben) Leong, Beata Beigman Klebanov, and Ekaterina Shutova. 2018. \"A Report on the 2018 VUA Metaphor Detection Shared Task\". In Pro- ceedings of the Workshop on Figurative Language Processing, pages 56-66. Association for Computa- tional Linguistics.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "English Verb Classes and Alternations: A Preliminary Investigation",
"authors": [
{
"first": "Beth",
"middle": [],
"last": "Levin",
"suffix": ""
}
],
"year": 1993,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Beth Levin. 1993. English Verb Classes and Alterna- tions: A Preliminary Investigation. The University of Chicago Press.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "CorMet: A computational, corpus-based conventional metaphor extraction system",
"authors": [
{
"first": "Zachary",
"middle": [
"J"
],
"last": "Mason",
"suffix": ""
}
],
"year": 2004,
"venue": "Computational Linguistics",
"volume": "30",
"issue": "1",
"pages": "23--44",
"other_ids": {
"DOI": [
"10.1162/089120104773633376"
]
},
"num": null,
"urls": [],
"raw_text": "Zachary J. Mason. 2004. \"CorMet: A computational, corpus-based conventional metaphor extraction sys- tem\". Computational Linguistics, 30(1):23-44.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Metaphor as a Medium for Emotion: An Empirical Study",
"authors": [
{
"first": "Saif",
"middle": [],
"last": "Mohammad",
"suffix": ""
},
{
"first": "Ekaterina",
"middle": [],
"last": "Shutova",
"suffix": ""
},
{
"first": "Peter",
"middle": [],
"last": "Turney",
"suffix": ""
}
],
"year": 2016,
"venue": "Proceedings of the Fifth Joint Conference on Lexical and Computational Semantics",
"volume": "",
"issue": "",
"pages": "23--33",
"other_ids": {
"DOI": [
"10.18653/v1/S16-2003"
]
},
"num": null,
"urls": [],
"raw_text": "Saif Mohammad, Ekaterina Shutova, and Peter Turney. 2016. \"Metaphor as a Medium for Emotion: An Empirical Study\". In Proceedings of the Fifth Joint Conference on Lexical and Computational Seman- tics, pages 23-33. Association for Computational Linguistics.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "The Proposition Bank: An Annotated Corpus of Semantic Roles. Association of Computational Linguitics",
"authors": [
{
"first": "Martha",
"middle": [],
"last": "Palmer",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Gildea",
"suffix": ""
},
{
"first": "Paul",
"middle": [],
"last": "Kingsbury",
"suffix": ""
}
],
"year": 2005,
"venue": "",
"volume": "31",
"issue": "",
"pages": "71--106",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Martha Palmer, Daniel Gildea, and Paul Kingsbury. 2005. The Proposition Bank: An Annotated Corpus of Semantic Roles. Association of Computational Linguitics, 31(1):71-106.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "The Pitfalls of Shortcuts: Tales from the word sense tagging trenches",
"authors": [
{
"first": "Martha",
"middle": [],
"last": "Palmer",
"suffix": ""
},
{
"first": "James",
"middle": [],
"last": "Gung",
"suffix": ""
},
{
"first": "Claire",
"middle": [],
"last": "Bonial",
"suffix": ""
},
{
"first": "Jinho",
"middle": [],
"last": "Choi",
"suffix": ""
},
{
"first": "Orin",
"middle": [],
"last": "Hargraves",
"suffix": ""
},
{
"first": "Derek",
"middle": [],
"last": "Palmer",
"suffix": ""
},
{
"first": "Kevin",
"middle": [],
"last": "Stowe",
"suffix": ""
}
],
"year": 2017,
"venue": "Essays in Lexical Semantics and Computational Lexicography -In honor of Adam Kilgarriff",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Martha Palmer, James Gung, Claire Bonial, Jinho Choi, Orin Hargraves, Derek Palmer, and Kevin Stowe. 2017. The Pitfalls of Shortcuts: Tales from the word sense tagging trenches. In Essays in Lexi- cal Semantics and Computational Lexicography -In honor of Adam Kilgarriff.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Glove: Global vectors for word representation",
"authors": [
{
"first": "Jeffrey",
"middle": [],
"last": "Pennington",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Socher",
"suffix": ""
},
{
"first": "Christopher",
"middle": [
"D"
],
"last": "Manning",
"suffix": ""
}
],
"year": 2014,
"venue": "Empirical Methods in Natural Language Processing (EMNLP)",
"volume": "",
"issue": "",
"pages": "1532--1543",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jeffrey Pennington, Richard Socher, and Christo- pher D. Manning. 2014. Glove: Global vectors for word representation. In Empirical Methods in Nat- ural Language Processing (EMNLP), pages 1532- 1543.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Deep contextualized word representations",
"authors": [
{
"first": "Matthew",
"middle": [
"E"
],
"last": "Peters",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Neumann",
"suffix": ""
},
{
"first": "Mohit",
"middle": [],
"last": "Iyyer",
"suffix": ""
},
{
"first": "Matt",
"middle": [],
"last": "Gardner",
"suffix": ""
},
{
"first": "Christopher",
"middle": [],
"last": "Clark",
"suffix": ""
},
{
"first": "Kenton",
"middle": [],
"last": "Lee",
"suffix": ""
},
{
"first": "Luke",
"middle": [],
"last": "Zettlemoyer",
"suffix": ""
}
],
"year": 2018,
"venue": "Proc. of NAACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Matthew E. Peters, Mark Neumann, Mohit Iyyer, Matt Gardner, Christopher Clark, Kenton Lee, and Luke Zettlemoyer. 2018. Deep contextualized word rep- resentations. In Proc. of NAACL.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Statistical metaphor processing",
"authors": [
{
"first": "Ekaterina",
"middle": [],
"last": "Shutova",
"suffix": ""
},
{
"first": "Simone",
"middle": [],
"last": "Teufel",
"suffix": ""
},
{
"first": "Anna",
"middle": [],
"last": "Korhonen",
"suffix": ""
}
],
"year": 2013,
"venue": "Computational Linguistics",
"volume": "39",
"issue": "2",
"pages": "301--353",
"other_ids": {
"DOI": [
"10.1162/COLI_a_00124"
]
},
"num": null,
"urls": [],
"raw_text": "Ekaterina Shutova, Simone Teufel, and Anna Korho- nen. 2013. Statistical metaphor processing. Compu- tational Linguistics, 39(2):301-353.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "A Method for Linguistic Metaphor Identification",
"authors": [
{
"first": "Gerard",
"middle": [
"J"
],
"last": "Steen",
"suffix": ""
},
{
"first": "Aletta",
"middle": [
"G"
],
"last": "Dorst",
"suffix": ""
},
{
"first": "J",
"middle": [
"Berenike"
],
"last": "Herrmann",
"suffix": ""
},
{
"first": "Anna",
"middle": [
"A"
],
"last": "Kaal",
"suffix": ""
},
{
"first": "Tina",
"middle": [],
"last": "Krennmayr",
"suffix": ""
},
{
"first": "Trijntje",
"middle": [],
"last": "Pasma",
"suffix": ""
}
],
"year": 2010,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Gerard J. Steen, Aletta G. Dorst, J. Berenike Herrmann, Anna A. Kaal, Tina Krennmayr, and Trijntje Pasma. 2010. A Method for Linguistic Metaphor Identifica- tion. John Benjamins Publishing Company.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "Leveraging Syntactic Constructions for Metaphor Processing",
"authors": [
{
"first": "Kevin",
"middle": [],
"last": "Stowe",
"suffix": ""
},
{
"first": "Martha",
"middle": [],
"last": "Palmer",
"suffix": ""
}
],
"year": 2018,
"venue": "Workshop on Figurative Language Processing",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kevin Stowe and Martha Palmer. 2018. Leveraging Syntactic Constructions for Metaphor Processing. In Workshop on Figurative Language Processing, New Orleans, Louisiana.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "Frames and Constructions in Metaphoric Language",
"authors": [
{
"first": "Karen",
"middle": [],
"last": "Sullivan",
"suffix": ""
}
],
"year": 2013,
"venue": "John Benjamins",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Karen Sullivan. 2013. Frames and Constructions in Metaphoric Language. John Benjamins.",
"links": null
},
"BIBREF28": {
"ref_id": "b28",
"title": "Metaphor: A Computational Perspective",
"authors": [
{
"first": "T",
"middle": [],
"last": "Veale",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Shutova",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Klebanov",
"suffix": ""
}
],
"year": 2016,
"venue": "Synthesis Lectures on Human Language Technologies. Morgan",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "T. Veale, E. Shutova, and B. Klebanov. 2016. Metaphor: A Computational Perspective. Synthesis Lectures on Human Language Technologies. Mor- gan & Claypool Publishers.",
"links": null
},
"BIBREF29": {
"ref_id": "b29",
"title": "Neural Metaphor Detecting with CNN-LSTM Model",
"authors": [
{
"first": "Chuhan",
"middle": [],
"last": "Wu",
"suffix": ""
},
{
"first": "Fangzhao",
"middle": [],
"last": "Wu",
"suffix": ""
},
{
"first": "Yubo",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "Sixing",
"middle": [],
"last": "Wu",
"suffix": ""
},
{
"first": "Zhigang",
"middle": [],
"last": "Yuan",
"suffix": ""
},
{
"first": "Yongfeng",
"middle": [],
"last": "Huang",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of the Workshop on Figurative Language Processing",
"volume": "",
"issue": "",
"pages": "110--114",
"other_ids": {
"DOI": [
"10.18653/v1/W18-0913"
]
},
"num": null,
"urls": [],
"raw_text": "Chuhan Wu, Fangzhao Wu, Yubo Chen, Sixing Wu, Zhigang Yuan, and Yongfeng Huang. 2018. \"Neu- ral Metaphor Detecting with CNN-LSTM Model\". In Proceedings of the Workshop on Figurative Lan- guage Processing, pages 110-114. Association for Computational Linguistics.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"text": "Results for each task. Results shown are the mean with standard deviations from running 10 iterations of each model for each task.",
"type_str": "figure",
"num": null,
"uris": null
},
"TABREF1": {
"num": null,
"type_str": "table",
"html": null,
"content": "<table/>",
"text": "Difficult Verbs from the VUAMC data: on the left, the verbs with the most even split between literal and metaphoric. On the right, verbs in the validation set that were most misclassified. Restricted to verbs where count \u2265 10."
},
"TABREF3": {
"num": null,
"type_str": "table",
"html": null,
"content": "<table><tr><td/><td colspan=\"2\">From VerbNet</td><td colspan=\"2\">From Syn. Patterns</td></tr><tr><td>Verb</td><td colspan=\"3\">Count % Met Count</td><td>% Met</td></tr><tr><td>encourage</td><td>86</td><td>.611</td><td>200</td><td>.497</td></tr><tr><td>blow</td><td>-</td><td>-</td><td>99</td><td>.946</td></tr><tr><td>conduct</td><td>-</td><td>-</td><td>200</td><td>.503</td></tr><tr><td>show</td><td>-</td><td>-</td><td>-</td><td>-</td></tr><tr><td>find</td><td>407</td><td>.300</td><td>255</td><td>.047</td></tr><tr><td>fall</td><td>314</td><td>.601</td><td>600</td><td>.749</td></tr><tr><td>hold</td><td>913</td><td>.445</td><td>487</td><td>.560</td></tr><tr><td>bring</td><td>-</td><td>-</td><td>500</td><td>.601</td></tr><tr><td>put</td><td>-</td><td>-</td><td>-</td><td>-</td></tr><tr><td>allow</td><td>2</td><td>1</td><td>300</td><td>.334</td></tr><tr><td>spend</td><td>439</td><td>.630</td><td>341</td><td>.553</td></tr><tr><td>play</td><td>52</td><td>.196</td><td>343</td><td>0</td></tr><tr><td>stop</td><td>482</td><td>.208</td><td>-</td><td>-</td></tr><tr><td>reduce</td><td>-</td><td>-</td><td>-</td><td>-</td></tr><tr><td>suggest</td><td>307</td><td>.003</td><td>12</td><td>0</td></tr><tr><td>meet</td><td>455</td><td>.229</td><td>399</td><td>0</td></tr><tr><td>Total</td><td>3985</td><td>.442</td><td>3736</td><td>.424</td></tr></table>",
"text": "Example analysis of syntactic patterns and VerbNet classes."
},
"TABREF4": {
"num": null,
"type_str": "table",
"html": null,
"content": "<table/>",
"text": "Total samples extracted from VerbNet classes and syntactic patterns, along with the percentage of extracted samples that are metaphoric."
}
}
}
}