| { |
| "paper_id": "J14-2007", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T02:41:32.969756Z" |
| }, |
| "title": "Identification of Multiword Expressions by Combining Multiple Linguistic Information Sources", |
| "authors": [ |
| { |
| "first": "Yulia", |
| "middle": [], |
| "last": "Tsvetkov", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Carnegie Mellon University", |
| "location": { |
| "addrLine": "5000 Forbes Ave, Pittsburgh", |
| "postCode": "15213-3891", |
| "region": "PA" |
| } |
| }, |
| "email": "ytsvetko@cs.cmu.edu" |
| }, |
| { |
| "first": "Shuly", |
| "middle": [], |
| "last": "Wintner", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Carnegie Mellon University", |
| "location": { |
| "addrLine": "5000 Forbes Ave, Pittsburgh", |
| "postCode": "15213-3891", |
| "region": "PA" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "We propose a framework for using multiple sources of linguistic information in the task of identifying multiword expressions in natural language texts. We define various linguistically motivated classification features and introduce novel ways for computing them. We then manually define interrelationships among the features, and express them in a Bayesian network. The result is a powerful classifier that can identify multiword expressions of various types and multiple syntactic constructions in text corpora. Our methodology is unsupervised and language-independent; it requires relatively few language resources and is thus suitable for a large number of languages. We report results on English, French, and Hebrew, and demonstrate a significant improvement in identification accuracy, compared with less sophisticated baselines.", |
| "pdf_parse": { |
| "paper_id": "J14-2007", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "We propose a framework for using multiple sources of linguistic information in the task of identifying multiword expressions in natural language texts. We define various linguistically motivated classification features and introduce novel ways for computing them. We then manually define interrelationships among the features, and express them in a Bayesian network. The result is a powerful classifier that can identify multiword expressions of various types and multiple syntactic constructions in text corpora. Our methodology is unsupervised and language-independent; it requires relatively few language resources and is thus suitable for a large number of languages. We report results on English, French, and Hebrew, and demonstrate a significant improvement in identification accuracy, compared with less sophisticated baselines.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Multiword expressions (MWEs) are lexical items that consist of multiple orthographic words (ad hoc, New York, look up). MWEs constitute a significant portion of the lexicon of any natural language (Jackendoff 1997; Erman and Warren 2000; Sag et al. 2002) . They are a heterogeneous class of constructions with diverse sets of characteristics, distinguished by their idiosyncratic behavior. Morphologically, some MWEs allow some of their constituents to freely inflect while restricting (or preventing) the inflection of other constituents. In some cases MWEs may allow constituents to undergo non-standard morphological inflections that they would not undergo in isolation. Syntactically, some MWEs behave like words and other are phrases; some occur in one rigid pattern (and a fixed order), and others permit various syntactic transformations. The most characteristic property of MWEs is their semantic opacity, although the compositionality of MWEs is gradual, and ranges from fully compositional to completely idiomatic (Bannard, Baldwin, and Lascarides 2003) .", |
| "cite_spans": [ |
| { |
| "start": 197, |
| "end": 214, |
| "text": "(Jackendoff 1997;", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 215, |
| "end": 237, |
| "text": "Erman and Warren 2000;", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 238, |
| "end": 254, |
| "text": "Sag et al. 2002)", |
| "ref_id": "BIBREF38" |
| }, |
| { |
| "start": 1024, |
| "end": 1063, |
| "text": "(Bannard, Baldwin, and Lascarides 2003)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Because of their prevalence and irregularity, MWEs must be stored in lexicons of natural language processing (NLP) applications. Awareness of MWEs was proven beneficial for a variety of applications, including information retrieval (Doucet and Ahonen-Myka 2004) , building ontologies (Venkatsubramanyan and Perez-Carballo 2004) , text alignment (Venkatapathy and Joshi 2006) , and machine translation (Baldwin and Tanaka 2004; Uchiyama, Baldwin, and Ishizaki 2005; Carpuat and Diab 2010) .", |
| "cite_spans": [ |
| { |
| "start": 232, |
| "end": 261, |
| "text": "(Doucet and Ahonen-Myka 2004)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 284, |
| "end": 327, |
| "text": "(Venkatsubramanyan and Perez-Carballo 2004)", |
| "ref_id": "BIBREF49" |
| }, |
| { |
| "start": 345, |
| "end": 374, |
| "text": "(Venkatapathy and Joshi 2006)", |
| "ref_id": "BIBREF49" |
| }, |
| { |
| "start": 401, |
| "end": 426, |
| "text": "(Baldwin and Tanaka 2004;", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 427, |
| "end": 464, |
| "text": "Uchiyama, Baldwin, and Ishizaki 2005;", |
| "ref_id": "BIBREF46" |
| }, |
| { |
| "start": 465, |
| "end": 487, |
| "text": "Carpuat and Diab 2010)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "We propose a novel architecture for identifying MWEs, of various types and syntactic categories, in monolingual corpora. Unlike much existing work, which focuses on a particular syntactic construction, our approach addresses MWEs of various types by zooming in on the general idiosyncratic properties of MWEs rather than on specific properties of each subclass thereof. Addressing multiple types of MWEs has its limitations: The task is less well-defined, one cannot rely on specific properties of a particular construction, and the type of the MWE is not extracted along with the candidate expression. Nevertheless, there are clear benefits to such an approach. Certain applications can benefit from a large, albeit untyped, mixed bag of MWEs; machine translation is an obvious candidate (Lambert and Banchs 2005; Ren et al. 2009; Bouamor, Semmar, and Zweigenbaum 2012) . Another use, which motivates our current work, is the construction of computational lexicons. Clearly, manual supervision is required before MWE candidates are added to a high-precision lexicon, but our approach provides the lexicographer with a large-scale set of potential candidates.", |
| "cite_spans": [ |
| { |
| "start": 789, |
| "end": 814, |
| "text": "(Lambert and Banchs 2005;", |
| "ref_id": "BIBREF26" |
| }, |
| { |
| "start": 815, |
| "end": 831, |
| "text": "Ren et al. 2009;", |
| "ref_id": "BIBREF37" |
| }, |
| { |
| "start": 832, |
| "end": 870, |
| "text": "Bouamor, Semmar, and Zweigenbaum 2012)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "We focus on bigrams only in this work, that is, on MWEs consisting of two consecutive tokens. Many of the features we design, as well as the general architecture, can in principle be extended to longer MWEs, but we do not address longer (and, in particular, the harder case of non-contiguous) MWEs here. The architecture uses Bayesian networks (Pearl 1985) to express multiple interdependent linguistically motivated features.", |
| "cite_spans": [ |
| { |
| "start": 344, |
| "end": 356, |
| "text": "(Pearl 1985)", |
| "ref_id": "BIBREF30" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "First, we automatically generate a small (training) set of MWE and non-MWE bigrams (positive and negative instances, respectively) from a small parallel corpus. We then define a set of linguistically motivated features that embody observed characteristics of MWEs. We augment these by features that reflect collocation measures. Finally, we define dependencies among these features, expressed in the structure of a Bayesian network model, which we then use for classification. A Bayesian network (BN) is a directed graph whose nodes express the features used for classification and whose edges define causal relationships among these features. In this architecture, learning does not result in a black box, expressed solely as feature weights. Rather, the structure of the BN allows us to study the impact of different MWE features on the classification. The result is a new method for identifying MWEs of various types in text corpora. It combines statistics with an array of linguistically motivated features, organized in an architecture that reflects interdependencies among the features.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "The contribution of this work is manifold. 1 First, we use existing approaches to MWE extraction to automatically generate training material. Specifically, we use our earlier work (Tsvetkov and Wintner 2012) to extract a set of positive and negative MWE candidates from a small parallel corpus, and use them for training a BN that can then extract a new set of MWEs from a potentially much larger monolingual corpus. As a result, our method is completely unsupervised (more precisely, it does not require manual annotation; we do need several language resources, see Section 3.2).", |
| "cite_spans": [ |
| { |
| "start": 180, |
| "end": 207, |
| "text": "(Tsvetkov and Wintner 2012)", |
| "ref_id": "BIBREF45" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Second, we propose several linguistically motivated features that can be computed from data and that are demonstrably productive for improving the accuracy of MWE identification. These features focus on the expression of linguistic idiosyncrasies of various types, a phenomenon typical of MWEs. Some of these features are commonplace, but others are new, or are implemented in novel ways. In particular, we account for the morphological idiosyncrasy of MWEs using a histogram of the number of inflected forms, in a technique that draws from image processing. We also use frequency histograms to model the semantic contexts of MWEs.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Finally, the methodology we advocate is not language-specific; given relatively few language resources, it can be easily adapted to new languages. We demonstrate the generality of our methodology by applying it to three languages: English, French, and Hebrew. Our evaluation shows that the use of linguistically motivated features results in a reduction of between one quarter and one third of the errors compared with a collocation baseline; organizing the knowledge in a Bayesian network reduces the error rate by an additional 3-9%.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "After discussing related work in the next section (borrowing from Tsvetkov and Wintner [2012] ), we motivate in Section 3 the methodology we propose, and list the resources needed for implementing it. Section 4 discusses the linguistically motivated features and their implementation; the organization of the Bayesian network is described in Section 5. We explain how we generate training materials in Section 6. Section 7 provides a thorough evaluation of the results. We conclude with suggestions for future research.", |
| "cite_spans": [ |
| { |
| "start": 66, |
| "end": 93, |
| "text": "Tsvetkov and Wintner [2012]", |
| "ref_id": "BIBREF45" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Early approaches to MWE identification concentrated on their collocational behavior (Church and Hanks 1990). One of the first approaches was implemented as Xtract (Smadja 1993) : Here, word pairs that occur with high frequency within a context of five words in a corpus are first collected, and are then ranked and filtered according to contextual considerations, including the parts of speech of their neighbors. Pecina (2008) compares 55 different association measures in ranking German Adj-N and PP-Verb collocation candidates. He shows that combining different collocation measures using standard statistical classification methods improves over using a single collocation measure. Other results (Chang, Danielsson, and Teubert 2002; Villavicencio et al. 2007) suggest that some collocation measures (especially point-wise mutual information and log-likelihood) are superior to others for identifying MWEs.", |
| "cite_spans": [ |
| { |
| "start": 163, |
| "end": 176, |
| "text": "(Smadja 1993)", |
| "ref_id": "BIBREF40" |
| }, |
| { |
| "start": 414, |
| "end": 427, |
| "text": "Pecina (2008)", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 700, |
| "end": 737, |
| "text": "(Chang, Danielsson, and Teubert 2002;", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 738, |
| "end": 764, |
| "text": "Villavicencio et al. 2007)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Co-occurrence measures alone are probably not enough to identify MWEs, and their linguistic properties should be exploited as well (Piao et al. 2005) . Hybrid methods that combine word statistics with linguistic information exploit morphological, syntactic, and semantic idiosyncrasies to extract idiomatic MWEs. Cook, Fazly, and Stevenson (2007) , for example, use prior knowledge about the overall syntactic behavior of an idiomatic expression to determine whether an instance of the expression is used literally or idiomatically. They assume that in most cases, idiomatic usages of an expression tend to occur in a small number of canonical forms for that idiom; in contrast, the literal usages of an expression are less syntactically restricted, and are expressed in a greater variety of patterns, involving inflected forms of the constituents. Ramisch et al. (2008) evaluate a number of association measures on the task of identifying English verb-particle constructions and German adjective-noun pairs. They show that adding linguistic information (mostly POS and POS-sequence patterns) to the association measure yields a significant improvement in performance over using pure frequency.", |
| "cite_spans": [ |
| { |
| "start": 131, |
| "end": 149, |
| "text": "(Piao et al. 2005)", |
| "ref_id": "BIBREF33" |
| }, |
| { |
| "start": 313, |
| "end": 346, |
| "text": "Cook, Fazly, and Stevenson (2007)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 849, |
| "end": 870, |
| "text": "Ramisch et al. (2008)", |
| "ref_id": "BIBREF36" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Several works address the lexical fixedness or syntactic fixedness of (certain types of) MWEs in order to extract them from texts. An expression is considered lexically fixed if replacing any of its constituents by a semantically (and syntactically) similar word generally results in an invalid or literal expression. Syntactically fixed expressions prohibit (or restrict) syntactic variation. For example, Van de Cruys and Villada Moir\u00f3n (2007) use lexical fixedness to extract Dutch verb-noun idiomatic combinations (VNICs). Bannard (2007) uses syntactic fixedness to identify English VNICs. Another work uses both the syntactic and the lexical fixedness of VNICs in order to distinguish them from non-idiomatic ones, and eventually to extract them from corpora (Fazly and Stevenson 2006) . Recently, Green et al. (2011) use parsing, and in particular Tree Substitution Grammars, for identifying MWEs in French.", |
| "cite_spans": [ |
| { |
| "start": 527, |
| "end": 541, |
| "text": "Bannard (2007)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 764, |
| "end": 790, |
| "text": "(Fazly and Stevenson 2006)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 803, |
| "end": 822, |
| "text": "Green et al. (2011)", |
| "ref_id": "BIBREF19" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Semantic properties of MWEs can be used to distinguish between compositional and non-compositional (idiomatic) expressions. Katz and Giesbrecht (2006) and Baldwin et al. (2003) use Latent Semantic Analysis (LSA) for this purpose. They show that compositional MWEs appear in contexts more similar to their constituents than non-compositional MWEs. For example, the co-occurrence measured by LSA between the expression kick the bucket and the word die is much higher than co-occurrence of this expression and its component words. The disadvantage of this methodology is that to distinguish between idiomatic and non-idiomatic usages of the MWE it relies on the MWE's known idiomatic meaning, and this information is usually not available. In addition, this approach fails when only idiomatic or only literal usages of the MWE are overwhelmingly frequent.", |
| "cite_spans": [ |
| { |
| "start": 124, |
| "end": 150, |
| "text": "Katz and Giesbrecht (2006)", |
| "ref_id": "BIBREF24" |
| }, |
| { |
| "start": 155, |
| "end": 176, |
| "text": "Baldwin et al. (2003)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Although these approaches are in line with ours, they require lexical semantic resources (e.g., a database that determines semantic similarity among words) and syntactic resources (parsers) that are unavailable for many languages. Our approach only requires morphological processing and a bilingual dictionary, which are more readily available for several languages. Note also that these approaches target a specific syntactic construction, whereas ours is appropriate for various types of MWEs.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Several properties of Hebrew MWEs are described by Al-Haj (2010); Al-Haj and Wintner (2010) use them in order to construct a support vector machine (SVM) classifier that can distinguish between MWE and non-MWE noun-noun constructions in Hebrew. The features of the SVM reflect several morphological and morphosyntactic properties of such constructions. The resulting classifier performs much better than a naive baseline, reducing the error rate by over one third. We rely on some of these insights, as we implement more of the linguistic properties of MWEs. Again, our methodology is not limited to a particular construction: Indeed, we demonstrate that our general methodology, trained on automatically generated, general training data, performs almost as well as the noun-noun-specific approach of Al-Haj and Wintner (2010) on the very same data set (Section 7).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Recently, Wintner (2010b, 2012) introduced a general methodology for extracting MWEs from bilingual corpora, and applied it to Hebrew. The results were a highly accurate set of Hebrew MWEs, of various types, along with their English translations. A major limitation of this work is that it can only be used to identify MWEs in the bilingual corpus, and is thus limited in its scope. We use this methodology to extract both positive and negative instances for our training set in the current work; but we extrapolate the results much further by extending the method to monolingual corpora, which are typically much larger than bilingual ones.", |
| "cite_spans": [ |
| { |
| "start": 10, |
| "end": 31, |
| "text": "Wintner (2010b, 2012)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Probabilistic graphical models are widely used in statistical machine learning in general, and natural language processing in particular (Smith 2011) . Bayesian networks are an instance of such models, and have been used for classification in several natural language applications. For example, BNs have been used for POS tagging of unknown words (Peshkin, Pfeffer, and Savova 2003) , dependency parsing (Savova and Peshkin 2005) , and document classification (Lam, Low, and Ho 1997; Calado et al. 2003; Denoyer and Gallinari 2004) . Very recently, Ramisch et al. (2010) used BN for Portuguese MWE identification. The features used for classification were of two kinds: (1) various collocation measures; (2) bigrams aligned together by an automatic word aligner applied to a parallel (Portuguese-English) corpus. A BN was used to combine the predictions of the various features on the test set, but the structure of the network is not described. The combined classifier resulted in a much higher accuracy than any of the two methods alone. However, the use of BN is not central to this work, and its structure does not reflect any insights or intuitions on the structure of the problem domain or on interdependencies among features.", |
| "cite_spans": [ |
| { |
| "start": 137, |
| "end": 149, |
| "text": "(Smith 2011)", |
| "ref_id": "BIBREF41" |
| }, |
| { |
| "start": 347, |
| "end": 382, |
| "text": "(Peshkin, Pfeffer, and Savova 2003)", |
| "ref_id": null |
| }, |
| { |
| "start": 404, |
| "end": 429, |
| "text": "(Savova and Peshkin 2005)", |
| "ref_id": "BIBREF39" |
| }, |
| { |
| "start": 460, |
| "end": 483, |
| "text": "(Lam, Low, and Ho 1997;", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 484, |
| "end": 503, |
| "text": "Calado et al. 2003;", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 504, |
| "end": 531, |
| "text": "Denoyer and Gallinari 2004)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 549, |
| "end": 570, |
| "text": "Ramisch et al. (2010)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2." |
| }, |
| { |
| "text": "We, too, acknowledge the importance of combining different sources of knowledge in the hard task of MWE identification. In particular, we also believe that collocation measures are highly important for this task, but cannot completely solve the problem: Linguistically motivated features are crucial in order to improve the accuracy of the classifier. In this work we focus on various properties of different types of MWEs, and define general features that may accurately apply to some, but not necessarily all, of them. An architecture of Bayesian networks is optimal for this task: It enables us to define weighted dependencies among features, such that certain features are more significant for identifying some class of MWEs, whereas others are more prominent in identifying other classes (although we never predefine these classes). As we show herein, this architecture results in significant improvements over a more naive combination of features.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2." |
| }, |
| { |
| "text": "The task we address is identification of MWEs, of various types and syntactic constructions, in monolingual corpora. These include proper names, noun phrases, verb-particle pairs, and so forth. We focus on bigrams (MWEs consisting of two consecutive tokens) in this work; the methodology, however, can be extended to longer n-grams. Several properties of MWEs make this task challenging: MWEs exhibit idiosyncrasies on a variety of levels, orthographic, morphological, syntactic, and of course semantic. Such a complex task calls for a combination of multiple approaches, and much research indeed suggests \"hybrid\" approaches to MWE identification (Duan et al. 2009; Hazelbeck and Saito 2010; Ramisch et al. 2010; Weller and Fritzinger 2010) . We believe that Bayesian networks provide an optimal architecture for expressing various pieces of knowledge aimed at MWE identification, for the following reasons (noted, e.g., by Heckerman 1995):", |
| "cite_spans": [ |
| { |
| "start": 648, |
| "end": 666, |
| "text": "(Duan et al. 2009;", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 667, |
| "end": 692, |
| "text": "Hazelbeck and Saito 2010;", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 693, |
| "end": 713, |
| "text": "Ramisch et al. 2010;", |
| "ref_id": null |
| }, |
| { |
| "start": 714, |
| "end": 741, |
| "text": "Weller and Fritzinger 2010)", |
| "ref_id": "BIBREF50" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Motivation", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "r In contrast to many other classification methods, Bayesian networks can learn (and express) causal relationships between features. This facilitates better understanding of the problem domain.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Motivation", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "r Bayesian networks can encode not only statistical data, but also prior domain knowledge and human intuitions, in the form of interdependencies among features (a possibility that we use here).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Motivation", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Furthermore, we try in this work to leverage the idiosyncrasy of MWEs and use it as a tool for identifying them.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Motivation", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Our definition of MWEs is operational: An expression is considered a MWE if it has to be stored in the lexicon of some NLP application; typically, this is because the expression exhibits some level of idiosyncratic behavior (semantic, syntactic, morphological, orthographic, etc.). In order to properly handle such expressions in downstream applications, the lexicon must store some specific information about the expression. This working definition motivates and drives our methodology: We leverage the idiosyncratic behavior of MWEs and define (Section 4) an array of features that capture and reflect this idiosyncrasy in order to extract MWEs from corpora.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Motivation", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Although our approach is in general not language-specific, applying it to any particular language requires several language resources which we specify in this section. In general, we require corpora (both monolingual and bilingual), morphological analyzers or stemmers, part-of-speech taggers, and bilingual dictionaries. No deeper processing is assumed (e.g., no parsers or lexical semantic resources are needed). The method we advocate is thus appropriate for medium-density languages (Varga et al. 2005 ).", |
| "cite_spans": [ |
| { |
| "start": 487, |
| "end": 505, |
| "text": "(Varga et al. 2005", |
| "ref_id": "BIBREF48" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Resources", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "To compute the features discussed in Section 4, we need large monolingual corpora. For English and French, we use the 10 9 corpora released for WMT-11 (Callison-Burch et al. 2011); the corpora were syntactically parsed using the Berkeley parser (Petrov and Klein 2007 ), but we only use the POS tags in this work. For Hebrew, we use a monolingual corpus (Itai and Wintner 2008), which we pre-process as in Tsvetkov and Wintner (2012) : We use a morphological analyzer (Itai and Wintner 2008) to segment word forms (separating prefixes and suffixes) and induce POS tags. Summary statistics for each corpus are listed in Table 1 .", |
| "cite_spans": [ |
| { |
| "start": 245, |
| "end": 267, |
| "text": "(Petrov and Klein 2007", |
| "ref_id": "BIBREF32" |
| }, |
| { |
| "start": 406, |
| "end": 433, |
| "text": "Tsvetkov and Wintner (2012)", |
| "ref_id": "BIBREF45" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 619, |
| "end": 626, |
| "text": "Table 1", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Resources", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "For some features we need access to the lemma of word tokens. In Hebrew, the MILA morphological analyzer (Itai and Wintner 2008) provides the lemmas, but the parsed corpora we use in English and French do not. We therefore use the DELA dictionaries of English and French, available from LADL as part of the Unitex project (http://www-igm.univ-mlv.fr/~unitex/). The French dictionary lists 683,824 singleword entries corresponding to 102,073 lemmas, and 108,436 multiword entries corresponding to 83,604 MWEs. The English dictionary is smaller, with 296,606 single-word forms corresponding to 150,145 lemmas, and 132,990 multiword entries, corresponding to 69,912 MWEs. If the corpus surface form is not listed in the dictionary, we use the surface form in lieu of its lemma. The multiword entries of the DELA dictionaries are only used for evaluation. For some features we also need a bilingual dictionary. For English-Hebrew, we use a small dictionary consisting of 78,313 translation pairs. Some of the entries are collected manually, whereas others are produced automatically (Itai and Wintner 2008; Kirschenbaum and Wintner 2010). For English-French, because we are unable to obtain a good-quality dictionary, we use instead Giza++ (Och and Ney 2000) 1-1 word alignments computed automatically from the entire WMT-11 parallel corpus.", |
| "cite_spans": [ |
| { |
| "start": 1236, |
| "end": 1254, |
| "text": "(Och and Ney 2000)", |
| "ref_id": "BIBREF28" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Resources", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "In order to prepare training material automatically (Section 6), we use small bilingual corpora. For English-French, we use a random sample of 30,000 parallel sentences from the WMT-11 corpus. For English-Hebrew, we use the parallel corpus of Tsvetkov and Wintner (2010a) . Statistics of the parallel corpora are listed in Table 2 .", |
| "cite_spans": [ |
| { |
| "start": 243, |
| "end": 271, |
| "text": "Tsvetkov and Wintner (2010a)", |
| "ref_id": "BIBREF42" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 323, |
| "end": 330, |
| "text": "Table 2", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Resources", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "For evaluation we need lists of MWEs, ideally augmented by lists of non-MWE bigrams. Such lists are notoriously hard to obtain. As a general method of evaluation, we run 10-fold cross-validation evaluation using the training materials (which we generate automatically). Additionally, we use three sets of MWEs for evaluation. First, we extract all the MWE entries from the English WordNet (Miller et al. 1990) ; we use the WordNet version that is distributed with NLTK (Bird, Klein, and Loper 2009) . Second, we use the MWEs listed in the DELA dictionaries of English and French (see above). These sets only include positive examples, of course, so we only report recall results on them. For Hebrew, we use a small set that was used for evaluation in the past (Al-Haj and Wintner 2010; Tsvetkov and Wintner 2012). This is a small annotated corpus, NN, of Hebrew noun-noun constructions. The corpus consists of 413 high-frequency bigrams of the same syntactic construction; of those, 178 are tagged as MWEs (in this case, noun compounds) and 235 as non-MWEs. This corpus consolidates the annotation of three annotators: Only instances on which all three agreed were included. Because it includes both positive and negative instances, this corpus facilitates a robust evaluation of precision and recall.", |
| "cite_spans": [ |
| { |
| "start": 389, |
| "end": 409, |
| "text": "(Miller et al. 1990)", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 469, |
| "end": 498, |
| "text": "(Bird, Klein, and Loper 2009)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Resources", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "We define several linguistically motivated features that are aimed at capturing some of the unique properties of MWEs. Although many idiosyncratic properties of MWEs have been previously studied, we introduce novel ways to express these properties as computable features that inform a classifier. Note that many of the features we describe in the following are completely language-independent; others are applicable to a wide range of languages, whereas few are specific to morphologically rich languages, and can be exhibited in different ways in different languages. We provide examples in English, French, and Hebrew, drawn from the resources listed in Section 3.2. The methodology we advocate, however, is completely general.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linguistically Motivated Features", |
| "sec_num": "4." |
| }, |
| { |
| "text": "A common theme for all these features is idiosyncracy: They are all aimed at locating some linguistic property on which MWEs may differ from non-MWEs. We begin by detailing these properties, along with the features that we define to reflect them. In all cases, the feature is applied to a candidate MWE, defined here as a bigram of tokens (all possible bigrams are potential candidates). The features are computed from the large monolingual corpora described in Section 3.2. In order for a feature to fire, at least five instances of the candidate MWE have to be present in the corpus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linguistically Motivated Features", |
| "sec_num": "4." |
| }, |
| { |
| "text": "Orthographic variation. Sometimes, MWEs are written with hyphens instead of intertoken spaces. Examples include Hebrew 2 xd-cddi (one sided ) 'unilateral', English elephant-bird, and French aide-soignant (help carer) 'caregiver'. Of course, this feature is only relevant for languages that use the hyphen in this way.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linguistically Motivated Features", |
| "sec_num": "4." |
| }, |
| { |
| "text": "We define a binary feature, HYPHEN, whose value is 1 iff the corpus includes instances of the candidate MWE in which the hyphen character connects the two tokens of the bigram.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linguistically Motivated Features", |
| "sec_num": "4." |
| }, |
| { |
| "text": "Capitalization. MWEs are often named entities, and in languages such as English and French a large number of MWEs involve words whose first letter is capital. We therefore define a feature, CAPS, whose value is a binary vector with 1 in the i-th place iff the i-th word of the MWE candidate is capitalized. 3 For example, the White House will have the value 0, 1, 1 . This feature is of course irrelevant for languages that do not use capitalization.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linguistically Motivated Features", |
| "sec_num": "4." |
| }, |
| { |
| "text": "Fossil words. MWEs sometimes include constituents that have no usage outside the particular expression. Examples include Hebrew ird lTmiwn (went-down to-treasury) 'was lost', French night club, and English hocus pocus; as far as we know, this is a rather universal property.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linguistically Motivated Features", |
| "sec_num": "4." |
| }, |
| { |
| "text": "We define a feature, FOSSIL, whose value is a binary vector with 1 in the i-th place iff the i-th word of the candidate only occurs in this particular bigram; the other words of the candidate expression can be morphological variants of each other, but must share the same lemma. For example, the value of FOSSIL for hocus pocus is 1, 1 , whereas for French night club it is 1, 0 . In order to filter out potential typos, candidates must occur at least five times in the corpus in order for this feature to fire.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linguistically Motivated Features", |
| "sec_num": "4." |
| }, |
| { |
| "text": "Frozen form. MWE constituents sometimes occur in one fixed, frozen form, where the language's morphology licenses also other forms. For example, spill the beans does not license spill the bean, although bean is a valid form. Similarly, Hebrew bit xwlim (house-of sick-people) 'hospital' requires that the noun xwlim be in the plural; the variant bit xwlh (house-of sick-person) 'a sick person's house' only has the literal meaning. This feature is of use for languages that are not isolating.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linguistically Motivated Features", |
| "sec_num": "4." |
| }, |
| { |
| "text": "We define a feature, FROZEN, whose value is a binary vector with 1 in the i-th place iff the i-th word of the candidate never inflects in the context of this expression. For example, the value of FROZEN for spill the beans is 0, 1, 1 , and for Hebrew bit xwlim (house-of sick-people) 'hospital' it is 0, 1 .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linguistically Motivated Features", |
| "sec_num": "4." |
| }, |
| { |
| "text": "Partial morphological inflection. In some cases, MWE constituents undergo a (strict but non-empty) subset of the full inflections that they would undergo in isolation. For example, the Hebrew bit m\u0161pT (house-of law) 'court' occurs in the following inflected forms: bit hm\u0161pT 'the court' (75%); bit m\u0161pT 'a court' (15%); bti hm\u0161pT 'the courts' (8%); and bti m\u0161pT 'courts' (2%). Crucially, forms in which the second word, m\u0161pT 'law,' is in the plural are altogether missing. Our assumption is that the inflection histograms of non-MWEs are more uniform than the histograms of MWEs, in which some inflections may be more frequent and others may be altogether missing. Of course, restrictions on the histogram may stem from the part of speech of the expression; such constraints are captured by dependencies in the BN structure.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linguistically Motivated Features", |
| "sec_num": "4." |
| }, |
| { |
| "text": "We capture this property, which is again relevant for all non-isolating languages, with a technique that has been proven useful in the area of image processing (Jain 1989, Section 7.3) . We compute a histogram of the distribution in the corpus of all the possible surface forms of each MWE candidate. Such histograms can compactly represent distributional information on morphological behavior, in the same way that histograms of the distribution of gray levels in a picture are used to represent the picture itself. For example, the histogram corresponding to bit m\u0161pT (house-of law) 'court' would be (bit hm\u0161pT, 0.75), (bit m\u0161pT, 0.15), (bti hm\u0161pT, 0.08), (bti m\u0161pT, 0.02) Because each MWE is idiosyncratic in its own way, we do not expect the histograms of MWEs to have some specific pattern, except non-uniformity. We therefore sort the columns of each histogram, thereby losing information pertaining to the specific inflections, and retaining only information about the idiosyncrasy of the histogram. For the example given, the obtained histogram is 75, 15, 8, 2 . In contrast, the non-MWE txwm m\u0161pT (domain-of law) 'domain of the law', which is syntactically identical, occurs in nine different inflected forms, and its sorted histogram is 59, 14, 7, 7, 5, 2, 2, 2, 2 . The longer \"tail\" of the histogram is typical of compositional expressions.", |
| "cite_spans": [ |
| { |
| "start": 160, |
| "end": 184, |
| "text": "(Jain 1989, Section 7.3)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linguistically Motivated Features", |
| "sec_num": "4." |
| }, |
| { |
| "text": "Off-line, we compute the average histogram for positive and negative examples: The average histogram of MWEs is shorter and less uniform than the average histogram of non-MWEs. We define a binary feature, HIST, that determines whether the histogram of the candidate is closer, in terms of L 1 (Manhattan) distance, to the average histogram of positive or of negative examples.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linguistically Motivated Features", |
| "sec_num": "4." |
| }, |
| { |
| "text": "In our corpora, the average histogram of English positive examples has exactly four elements: 93.62, 5.86, 0.45, and 0.05. This shows a clear tendency (93.62%) of English MWEs to occur in a single form only; and it also implies that no English MWE occurs in more than four variants. The English negative instances, in contrast, have a much longer histogram (12 elements); the first element is 85.83, much lower than the dominating element of the positive examples. In French, which is morphologically much richer, the number of elements in the average histogram of positive examples is 32 (the dominating elements are 90.8, 6.9, 1.1, 0.4), whereas the number of elements in the average histogram of negative examples is 92 (dominated by 75.6, 14.5, 3.9, 2.0).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linguistically Motivated Features", |
| "sec_num": "4." |
| }, |
| { |
| "text": "We hypothesize that MWEs tend to constrain their (semantic) context more strongly than non-MWEs. We expect words that occur immediately after MWEs to vary less freely than words that immediately follow other expressions. One motivation for this hypothesis is the observation that MWEs tend to be less polysemous than free combinations of words, thereby limiting the possible semantic context in which they can occur. This seems to us to be a universal property.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Context.", |
| "sec_num": null |
| }, |
| { |
| "text": "We define a feature, CONTEXT, as follows. We first compute a histogram of the frequencies of words following each candidate MWE. We trim the tail of the histogram by removing words whose frequency is lower than 0.1% (the expectation is that non-MWEs would have a much longer tail). Off-line, we compute the same histograms for positive and negative examples and average them as before. The value of CONTEXT is 1 iff the histogram of the candidate is closer (in terms of L 1 distance) to the positive average.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Context.", |
| "sec_num": null |
| }, |
| { |
| "text": "For example, the histogram of Hebrew bit m\u0161pT 'court' includes 15 values, dominated by bit m\u0161pT yliwn 'supreme court' (20%) and bit m\u0161pT mxwzi 'district court' (13%), followed by contexts whose frequency ranges between 5% and 0.6%. In contrast, the non-MWE txwm m\u0161pT 'domain-of law' has a much shorter histogram, namely (12, 11, 6) : Over 70% of the words following this expression occur with frequency lower than 0.1% and are hence in the trimmed tail.", |
| "cite_spans": [ |
| { |
| "start": 320, |
| "end": 324, |
| "text": "(12,", |
| "ref_id": null |
| }, |
| { |
| "start": 325, |
| "end": 328, |
| "text": "11,", |
| "ref_id": null |
| }, |
| { |
| "start": 329, |
| "end": 331, |
| "text": "6)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Context.", |
| "sec_num": null |
| }, |
| { |
| "text": "Syntactic diversity. MWEs can belong to various part of speech categories. We define as feature, POS, the category of the candidate, with values obtained by selecting frequent tuples of POS tags. For example, English heart attack is Noun-Noun, dark blue is Adj-Adj, Al Capone is PropN-PropN; French chant fun\u00e8bre (song funeral ) 'dirge' is Noun-Adj, en bas (in low) 'down' is Prep-Adj; Hebrew rkbt hrim (train-of mountains) 'roller-coaster' is Noun-Noun, and so forth.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Context.", |
| "sec_num": null |
| }, |
| { |
| "text": "Translational equivalents. Because MWEs are often idiomatic, they tend to be translated in a non-literal way, sometimes to a single word. We use a bilingual dictionary to generate word-by-word translations of candidate MWEs from Hebrew to English, and check the number of occurrences of the English literal translation in a large English corpus. For French-English, we check whether the literal translation occurs in the Giza++ (Och and Ney 2000) alignment results (we use grow-diag-final-and for symmetrization in this case, to improve the precision). Due to differences in word order between the two languages, we create two variants for each translation, corresponding to both possible orders. We expect non-MWEs to have some literal translational equivalent (possibly with frequency that correlates with their frequency in the source language), whereas for MWEs we expect no (or few) literal translations. For example, consider Hebrew sprwt iph (literature pretty) 'belles lettres'. Literal translation of the expression to English yields literature pretty and pretty literature; we expect these phrases to occur rarely in an English corpus. In contrast, the compositional tmwnh iph (picture pretty) 'pretty picture' is much more likely to occur literally in English.", |
| "cite_spans": [ |
| { |
| "start": 428, |
| "end": 446, |
| "text": "(Och and Ney 2000)", |
| "ref_id": "BIBREF28" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Context.", |
| "sec_num": null |
| }, |
| { |
| "text": "We define a binary feature, TRANS, whose value is 1 iff some literal translation of the candidate occurs more than five times in the corpus. Although this feature is not language-specific, we assume that it should work best for pairs of rather distinct languages.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Context.", |
| "sec_num": null |
| }, |
| { |
| "text": "Collocation. As a baseline, statistical association measure, we use pointwise mutual information (PMI). We define a binary feature, PMI, with two values, low and high, reflecting an experimentally determined threshold. Clearly, other association measures (as well as combinations of more than one) could be used (Pecina 2005) .", |
| "cite_spans": [ |
| { |
| "start": 132, |
| "end": 136, |
| "text": "PMI,", |
| "ref_id": null |
| }, |
| { |
| "start": 312, |
| "end": 325, |
| "text": "(Pecina 2005)", |
| "ref_id": "BIBREF31" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Context.", |
| "sec_num": null |
| }, |
| { |
| "text": "A Bayesian network (Jensen and Nielsen 2007) is organized as a directed acyclic graph whose nodes are random variables and whose edges represent interdependencies among those variables. We use a particular view of BN, known as causal networks, in which directed edges lead to a variable from each of its direct causes. 4 This facilitates the expression of domain knowledge (and intuitions, beliefs, etc.) as structural properties of the network. We use the BN as a classification device: Training amounts to computing the joint probability distribution of the training set, and classification maximizes the posterior probability of the particular node (variable) being queried. For MWE identification we define a BN whose nodes correspond to the features described in Section 4. In addition, we define a node, MWE, for the complete classification task. Over these nodes we impose the structure depicted graphically in Figure 1 . This structure, which we motivate below, is manually defined: It reflects our understanding of the problem domain and is a result of our linguistic intuition. That said, it can of course be modified in various ways, and, in particular, new nodes can be easily added to reflect additional features.", |
| "cite_spans": [ |
| { |
| "start": 19, |
| "end": 44, |
| "text": "(Jensen and Nielsen 2007)", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 319, |
| "end": 320, |
| "text": "4", |
| "ref_id": null |
| }, |
| { |
| "start": 373, |
| "end": 404, |
| "text": "(and intuitions, beliefs, etc.)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 918, |
| "end": 926, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Feature Interdependencies Expressed as a Bayesian Network", |
| "sec_num": "5." |
| }, |
| { |
| "text": "All nodes depend on MWE, as all are affected by whether or not the candidate is an MWE. The POS of an expression influences its morphological inflection, hence the edges from POS to HIST and to FROZEN. For example, Hebrew noun-noun constructions allow their constituents to undergo the full inflectional paradigm, but when such a construction is a MWE, inflection is severely constrained (Al-Haj and Wintner 2010); similarly, when one of the constituents of a MWE is a conjunction, the entire expression is very likely to be frozen, as in English by and large and more or less.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Feature Interdependencies Expressed as a Bayesian Network", |
| "sec_num": "5." |
| }, |
| { |
| "text": "Fossil words clearly affect all statistical metrics, hence the edge from FOSSIL to PMI. They also affect the existence of literal translations, because if a word is not in the lexicon, it does not have a translation, hence the edge from FOSSIL to TRANS. Also, we assume that there is a correlation between the frequency (and PMI) of a candidate and whether or not a literal translation of the expression exists, hence the edge from PMI to TRANS. The edges from PMI and HIST to CONTEXT are justified by the correlation between the frequency and variability of an expression and the variability of the context in which it occurs.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Feature Interdependencies Expressed as a Bayesian Network", |
| "sec_num": "5." |
| }, |
| { |
| "text": "Clearly, the process of determining the structure of the graph, and in particular the direction of some of the edges, is somewhat arbitrary. Having said that, it does give the designer of the system a clear and explicit way of expressing linguistically motivated intuitions about dependencies among features.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Feature Interdependencies Expressed as a Bayesian Network", |
| "sec_num": "5." |
| }, |
| { |
| "text": "Once the structure of the network is established, the conditional probabilities of each dependency have to be determined. We compute the conditional probability tables from our training data (see Section 6) using Weka (Hall et al. 2009) , and obtain values for P(X | X 1 , . . . , X k ) for each variable X and all variables X i , 1 \u2264 i \u2264 k (parents of X), such that the graph includes an edge from X i to X. We then use the network for classification by maximizing P(X mwe | X 1 , . . . , X k ), where X mwe corresponds to the node MWE, and X 1 , . . . , X k are the variables corresponding to all other nodes in the network. According to Bayes rule, we have", |
| "cite_spans": [ |
| { |
| "start": 213, |
| "end": 236, |
| "text": "Weka (Hall et al. 2009)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Feature Interdependencies Expressed as a Bayesian Network", |
| "sec_num": "5." |
| }, |
| { |
| "text": "P(X mwe | X 1 , . . . , X k ) \u221d P(X 1 , . . . , X k | X mwe ) \u00d7 P(X mwe )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Feature Interdependencies Expressed as a Bayesian Network", |
| "sec_num": "5." |
| }, |
| { |
| "text": "We define the prior, P(X mwe ), to be 0.41: This is the percentage of MWEs in WordNet 1.7 (Fellbaum 1998) . This figure is of course rather arbitrary, but several studies indicate that the percentage of MWEs in the (mental) lexicon is approximately one half (Jackendoff 1997; Erman and Warren 2000; Sag et al. 2002) . Post factum, we experimented with various other values for this parameter. We chose values between 0.3 and 0.55, in increments of 0.05, and computed the F-score of the system on the task of extracting English MWEs (see Section 7). As Table 3 shows, the differences are small (and not statistically significant), meaning that the accuracy of the system seems to be rather robust to the actual value of the prior. Given a small tuning set, it should be possible to optimize the choice of the prior more systematically.", |
| "cite_spans": [ |
| { |
| "start": 90, |
| "end": 105, |
| "text": "(Fellbaum 1998)", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 258, |
| "end": 275, |
| "text": "(Jackendoff 1997;", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 276, |
| "end": 298, |
| "text": "Erman and Warren 2000;", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 299, |
| "end": 315, |
| "text": "Sag et al. 2002)", |
| "ref_id": "BIBREF38" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 552, |
| "end": 559, |
| "text": "Table 3", |
| "ref_id": "TABREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Feature Interdependencies Expressed as a Bayesian Network", |
| "sec_num": "5." |
| }, |
| { |
| "text": "The conditional probabilities P(X 1 , . . . , X k | X mwe ) are determined by Weka from the conditional probability tables:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Feature Interdependencies Expressed as a Bayesian Network", |
| "sec_num": "5." |
| }, |
| { |
| "text": "P(X 1 , . . . , X k | X mwe ) = \u03a0 k i=1 P(X i | pa i )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Feature Interdependencies Expressed as a Bayesian Network", |
| "sec_num": "5." |
| }, |
| { |
| "text": "where k is the number of nodes in the BN (other than X mwe ) and pa i is the set of parents of X i . ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Feature Interdependencies Expressed as a Bayesian Network", |
| "sec_num": "5." |
| }, |
| { |
| "text": "For training we need samples of positive and negative instances of MWEs, each associated with a vector of the values of all features discussed in Section 4. We generate this training material automatically, using the small bilingual corpora described in Section 3.2. Each parallel corpus is first word-aligned with IBM Model 4 (Brown et al. 1993) , implemented in Giza++ (Och and Ney 2003) ; we use union for symmetrization here, to improve the recall. Then, we apply the (completely unsupervised) algorithm of Tsvetkov and Wintner (2012) , which extracts MWE candidates from the aligned corpus and re-ranks them using statistics computed from a large monolingual corpus. The core idea behind this algorithm is that MWEs tend to be translated in nonliteral ways; in a parallel corpus, words that are 1:1 aligned typically indicate literal translations and are hence unlikely constituents of MWEs. The algorithm hence focuses on misalignments: It trusts the quality of 1:1 alignments (which are further verified with a bilingual dictionary) and searches for MWEs exactly in the areas that word alignment failed to properly align, not relying on the alignment in these cases. Specifically, the algorithm views all words that are not included in 1:1 alignments as potential areas in which to search for MWEs, independently of how these words were aligned by the word-aligner. Then, it uses statistics computed from a large monolingual corpus to rank the MWE candidates; specifically, we use the PMI score of candidates based on counts from the monolingual corpora. Finally, the algorithm extracts maximally long sequences of words from the unaligned parallel phrases, in which each bigram has a PMI score above some threshold (determined experimentally). All bigrams in those sequences are considered MWEs. See Tsvetkov and Wintner (2012) for more details.", |
| "cite_spans": [ |
| { |
| "start": 327, |
| "end": 346, |
| "text": "(Brown et al. 1993)", |
| "ref_id": null |
| }, |
| { |
| "start": 371, |
| "end": 389, |
| "text": "(Och and Ney 2003)", |
| "ref_id": "BIBREF29" |
| }, |
| { |
| "start": 511, |
| "end": 538, |
| "text": "Tsvetkov and Wintner (2012)", |
| "ref_id": "BIBREF45" |
| }, |
| { |
| "start": 1808, |
| "end": 1835, |
| "text": "Tsvetkov and Wintner (2012)", |
| "ref_id": "BIBREF45" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Automatic Generation of Training Data", |
| "sec_num": "6." |
| }, |
| { |
| "text": "The set of MWEs that is determined in this way constitutes the positive examples in the training set. For negative examples, we use two sets of bigrams: Those that are 1:1 aligned and have high PMI; and those that are misaligned but have low PMI. To decide how many negative examples to generate, we rely on the ratio between MWE and non-MWE entries in WordNet, as mentioned above: P(X mwe ) = 0.41. We thus select from the negative set approximately 50% more negative examples than positive ones, such that the ratio between the sizes of the sets is 0.41 : 0.59. The sizes of the resulting training sets are listed in Table 4 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 619, |
| "end": 626, |
| "text": "Table 4", |
| "ref_id": "TABREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Automatic Generation of Training Data", |
| "sec_num": "6." |
| }, |
| { |
| "text": "We use the training data described in Section 6 for training and evaluation: We perform 10-fold cross validation experiments, reporting accuracy and (balanced) F-score in three set-ups: One (SVM) in which we train an SVM classifier 5 with the features described in Section 4; one (BN-auto) in which we train a Bayesian network with these features, but let Weka determine its structure (using the K2 algorithm); and one (BN) in which we train a Bayesian network whose structure reflects manually crafted linguistically motivated knowledge, as depicted in Figure 1 . The results are listed in Table 5 ; they are compared with a PMI baseline, obtained by defining a Bayesian network with only two nodes, MWE and PMI. The linguistically motivated features defined in Section 4 are clearly helpful in the classification task: The accuracy of an SVM, informed by these features, is close to 75% for Hebrew, over 78% for French, and as high as 83% for English, reducing the error rate of the PMI baseline by 23% (Hebrew) to 34% (English). The contribution of the BN is also highly significant, reducing 3-9% more errors (with respect to the errors made by the SVM classifier). 6 In total, the best method, BN, reduces the error rate of the PMIbased classifier by one third. Interestingly, a BN whose structure does not reflect prior knowledge, but is rather learned automatically, performs worse than these two methods (but still much better than relying on PMI alone). 7 It is the combination of linguistically motivated features with feature interdependencies reflecting domain knowledge that contribute to the best performance.", |
| "cite_spans": [ |
| { |
| "start": 1170, |
| "end": 1171, |
| "text": "6", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 554, |
| "end": 562, |
| "text": "Figure 1", |
| "ref_id": null |
| }, |
| { |
| "start": 591, |
| "end": 598, |
| "text": "Table 5", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results and Evaluation", |
| "sec_num": "7." |
| }, |
| { |
| "text": "We did not investigate the contribution of each of the features to the classification task. However, we did analyze the weights assigned by the SVM classifier to specific features. Unsurprisingly, the most distinctive feature is PMI. Among the POS features, the strongest feature is VB NNS, an indication of a negative instance. Capitalization is also unsurprisingly a very strong feature. We leave a more systematic analysis of the contribution of each feature to future work.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results and Evaluation", |
| "sec_num": "7." |
| }, |
| { |
| "text": "To further assess the quality of the results, we performed a human evaluation on the English data set. We first produced the results in the BN set-up, and then sorted both the (predicted) positive and the (predicted) negative instances by their PMI. We randomly picked 100 instances of both lists, at the same positions in the ranked lists, to constitute an evaluation set. We asked three English-speaking annotators to determine whether the 200 expressions were indeed MWEs. The annotation guidelines are given in Appendix A. Comparing the three annotators' labels, we found out that they agreed on 141 of the 200 (70.5%). This should probably be taken as an upper bound for the task.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results and Evaluation", |
| "sec_num": "7." |
| }, |
| { |
| "text": "We then computed the majority label and compared it with our predicted label. Exactly 142 of the predicted labels were annotated as correct; that's an accuracy of 71%. Of the 141 instances that the three annotators agreed on, our results predict the correct label for 112 instances (79.4%). We take these figures as a strong indication of the accuracy of the results.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results and Evaluation", |
| "sec_num": "7." |
| }, |
| { |
| "text": "As an additional evaluation measure, we use the sets of bigrams in the English WordNet, and the bigram MWEs in the DELA dictionaries of English and French (Section 3.2). Because we only have positive instances in these evaluation sets, we can only report recall. We therefore use the Bayesian network classifier to extract MWEs from the large monolingual corpora discussed in Section 3.2. For each evaluation set (WordNet, DELA English, and DELA French), we divide the number of bigrams in the set that are classified as MWEs by the size of the intersection of the evaluation set with the monolingual corpus. In other words, we exclude from the evaluation those MWEs in the evaluation set that never occur in our corpora. The results are listed in Table 6 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 748, |
| "end": 755, |
| "text": "Table 6", |
| "ref_id": "TABREF5" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results and Evaluation", |
| "sec_num": "7." |
| }, |
| { |
| "text": "As examples of correctly identified MWEs, consider English advisory board, air cargo, adoption agency, air ticket, crude oil, and so on, and French accord international 'international agreement', acte final 'final act', banque centrale 'central bank', ce soir 'tonight', and so forth, all taken from the DELA dictionaries. The relatively low recall of our method on these dictionaries is to a large extent due to a very liberal definition of MWEs that the dictionaries use. Many entries that are listed as MWEs are actually highly compositional, and hence our method fails to identify them. DELA entries that are not identified by our classifier include examples such as English abnormal behavior, absolute necessity, academic research, and so on. The French DELA dictionary is especially extensive, with examples such as action sociale, action antitumorale, action associative, action caritative, action collective, action commerciale, action communautaire, and many more, all listed as MWEs. Our system only recognizes the first of these.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results and Evaluation", |
| "sec_num": "7." |
| }, |
| { |
| "text": "The WordNet results are obviously much better. Correctly identified MWEs include ad hoc, outer space, web site, inter alia, road map, and so forth. WordNet MWEs that our system failed to identify include has been, as well, in this, a few, set up, and so on. A more involved error analysis is required in order to propose potential directions for improvement on this set.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results and Evaluation", |
| "sec_num": "7." |
| }, |
| { |
| "text": "As a further demonstration of the utility of our approach, we evaluate the algorithm on the set NN of Hebrew noun-noun constructions described in Section 3.2. We train a Bayesian network on the training set described in Section 6 and use it to classify the set NN. We compare the results of this classifier with a PMI baseline, and also with the classification results reported by Al-Haj and Wintner (2010); the latter reflects 10fold cross-validation evaluation using the entire set, so it may be considered an upper bound for any classifier that uses a general training corpus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results and Evaluation", |
| "sec_num": "7." |
| }, |
| { |
| "text": "The results are depicted in Table 7 . They clearly demonstrate that the linguistically motivated features we define provide a significant improvement in classification accuracy over the baseline PMI measure. Note that our F-score, 0.77, is very close to the 2010best result of 0.79 obtained by Al-Haj and Wintner (2010) as the average of 10-fold cross validation runs, using only high-frequency noun-noun constructions for training. We interpret this result as a further proof of the robustness of our architecture. Finally, we conduct an analysis of the quality of extracted (Hebrew) MWEs. We used the trained BN to classify the entire set of bigrams present in the (Hebrew side of the) Hebrew-English parallel corpus described in Section 3.2. Of the more than 140,000 candidates, only 4,000 are classified as MWEs. We sort this list of potential MWEs by the probability assigned by the BN to the positive value of the variable X mwe . The resulting sorted list is dominated by high-PMI bigrams, especially proper names, all of which are indeed MWEs. The first non-MWE (false positive) occurs in the 50th place on the list; it is crpt niqwla 'France Nicolas', which is obviously a sub-sequence of the larger MWE, neia crpt niqwla srqwzi 'French president Nicolas Sarkozy'. Similar sub-sequences are also present, but only five are in the top 100. Such false positives can be reduced when longer MWEs are extracted, as it can be assumed that a sub-sequence of a longer MWE does not have to be identified. Other false positives in the top 100 include some highly frequent expressions, but over 85 of the top 100 are clearly MWEs.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 28, |
| "end": 35, |
| "text": "Table 7", |
| "ref_id": "TABREF6" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results and Evaluation", |
| "sec_num": "7." |
| }, |
| { |
| "text": "Although more careful evaluation is required in order to estimate the rate of true positives in this list, we trust that the vast majority of the positive results are indeed MWEs.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results and Evaluation", |
| "sec_num": "7." |
| }, |
| { |
| "text": "We presented a novel architecture for identifying MWEs in text corpora. The main insights we emphasize are sophisticated computational encoding of linguistic knowledge that focuses on the idiosyncratic behavior of such expressions. This is reflected in two ways in our work: by defining computable features that reflect different facets of irregularities; and by framing the features as part of a larger Bayesian network that accounts for interdependencies among them. We also introduce a method for automatically generating a training set for this task, which renders the classification entirely unsupervised. The result is a classifier that can identify MWEs of several types and constructions. Evaluation on three languages (English, French, and Hebrew) shows significant improvement in the accuracy of the classifier compared with less sophisticated baselines.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions and Future Work", |
| "sec_num": "8." |
| }, |
| { |
| "text": "The modular architecture of Bayesian networks facilitates easy exploration with more features. We are currently investigating the contribution of various other sources of information to the classification task. For example, Hebrew lacks large-scale lexical semantic resources. However, it is possible to literally translate an MWE candidate to English and rely on the English WordNet for generating synonyms of the literal translation. Such \"literal synonyms\" can then be back-translated to Hebrew. The assumption is that if a back-translated expression has a low PMI, the original candidate is very likely not a MWE. Although such a feature may contribute little on its own, incorporating it in a well-structured BN may improve performance. Another feature that can easily be implemented in this way is whether the POS of MWE constituents is retained when the expression is translated to another language; we hypothesize that this is much more likely when the expression is compositional.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions and Future Work", |
| "sec_num": "8." |
| }, |
| { |
| "text": "\u00a9 2014 Association for Computational Linguistics", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "This article is a thoroughly revised and extended version ofTsvetkov and Wintner (2011). Whereas the methodology of that paper required minor supervision, we now present a completely unsupervised approach. We added several linguistically motivated features to the classification task. We demonstrate results on two new languages, English and French, to emphasize the generality of the method. Additional extensions include a more complete literature survey and, because new languages are added, different, more reliable data sets for evaluating our results.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "To facilitate readability we use a transliteration of Hebrew using Roman characters; the letters used, in Hebrew lexicographic order, are abgdhwzxTiklmnsypcqr\u0161t. 3 Here and in subsequent examples we do not assume that the length of an MWE is limited to 2.In the present work, however, the vector is of length exactly 2.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The direction of edges is from the target to the observable; this is compatible with the use of BNs in latent-variable generative models.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "We use Weka SMO with the PolyKernel set-up; experimentation with several other kernels yielded worse results.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The improvement of both BN and SVM over the baseline is highly significant statistically (sign test, p < 0.01 in all three cases); the improvement of BN over SVM is significant for English (p < 0.01) but not for French. 7 We are not sure why this is the case. One possible explanation is that our training set contains noisy examples, and as the BN-auto classifier learns the dependencies from noisy data, it performs worse than the SVM classifier. Another possible explanation is that it attempts to learn more dependencies, thereby increasing the parameter space of the model.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "This research was supported by The Israel Science Foundation (grants 137/06 and 1269/07). We are grateful to Gennadi Lembersky for his continuous help, and to the three anonymous Computational Linguistics reviewers for very constructive comments that greatly improved this article. All remaining errors are of course our own.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| }, |
| { |
| "text": "These are the instructions given to the annotators.The task is to annotate each line as either a multi-word expression, in which case mark 1 in the first field; or not, in which case the value is 0. It's a hard task, but you are requested to be decisive. Please do not change the file in any other way.The main criterion for determining whether an expression is a MWE is whether it has to be stored in a computational lexicon. Typically, expressions are stored in lexicons if they exhibit idiosyncratic (irregular) behavior. This could be due to:r non-compositional meaning. For example, 'green light' is an MWE because it is not a light. 'kill time' is not a violent action. A good indication of non-compositional meaning is limited reference. For example, if someone gives you a green light, you can't then refer to it as 'the light I was given'.r non-substitutability of elements. For example, 'breast cancer' is an MWE because while 'breast' and 'chest' can often be substituted, 'breast cancer' and 'chest cancer' cannot.r fossil words, i.e., words that only occur in the context of the expression. For example, 'mutatis mutandis'. r nominalization. If the expression can occur as a single word, or with a connecting hyphen, it is a strong indication that it is an MWE. For example, 'road map' can be written 'roadmap'. r irregular syntactic and/or morphological behavior. For example, 'look up' is an MWE because while ordinarily you can convert 'I walked up the alley' to 'Up the alley I walked', you can't convert 'I looked up that word in a dictionary' to 'Up that word I looked'. r proper names. All proper names are by definition MWEs. This includes people ('Barack Obama'), places ('Tel Aviv'), organizations ('United Nations'), etc.But really, the best criterion is: if I hadn't known this expression, would I be able to use it properly simply by knowing its two constituents? Would I understand its meaning, be able to inflect it properly, construct syntactic constructions, and in general use it in the right context in the right way?", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Appendix A. Annotation Guidelines", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Hebrew multiword expressions: Linguistic properties, lexical representation, morphological processing, and automatic acquisition", |
| "authors": [ |
| { |
| "first": "Hassan", |
| "middle": [], |
| "last": "Al-Haj", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Al-Haj, Hassan. 2010. Hebrew multiword expressions: Linguistic properties, lexical representation, morphological processing, and automatic acquisition. Master's thesis, University of Haifa.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Identifying multi-word expressions by leveraging morphological and syntactic idiosyncrasy", |
| "authors": [ |
| { |
| "first": "Hassan", |
| "middle": [], |
| "last": "Al-Haj", |
| "suffix": "" |
| }, |
| { |
| "first": "Shuly", |
| "middle": [], |
| "last": "Wintner", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 23rd International Conference on Computational Linguistics (COLING 2010)", |
| "volume": "", |
| "issue": "", |
| "pages": "10--18", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Al-Haj, Hassan and Shuly Wintner. 2010. Identifying multi-word expressions by leveraging morphological and syntactic idiosyncrasy. In Proceedings of the 23rd International Conference on Computational Linguistics (COLING 2010), pages 10-18, Beijing.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "An empirical model of multiword expression decomposability", |
| "authors": [ |
| { |
| "first": "Timothy", |
| "middle": [], |
| "last": "Baldwin", |
| "suffix": "" |
| }, |
| { |
| "first": "Colin", |
| "middle": [], |
| "last": "Bannard", |
| "suffix": "" |
| }, |
| { |
| "first": "Takaaki", |
| "middle": [], |
| "last": "Tanaka", |
| "suffix": "" |
| }, |
| { |
| "first": "Dominic", |
| "middle": [], |
| "last": "Widdows", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proceedings of the ACL 2003 Workshop on Multiword Expressions", |
| "volume": "", |
| "issue": "", |
| "pages": "89--96", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Baldwin, Timothy, Colin Bannard, Takaaki Tanaka, and Dominic Widdows. 2003. An empirical model of multiword expression decomposability. In Proceedings of the ACL 2003 Workshop on Multiword Expressions, pages 89-96, Sapporo.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Translation by machine of complex nominals: Getting it right", |
| "authors": [ |
| { |
| "first": "Timothy", |
| "middle": [], |
| "last": "Baldwin", |
| "suffix": "" |
| }, |
| { |
| "first": "Takaaki", |
| "middle": [], |
| "last": "Tanaka", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Second ACL Workshop on Multiword Expressions: Integrating Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "24--31", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Baldwin, Timothy and Takaaki Tanaka. 2004. Translation by machine of complex nominals: Getting it right. In Second ACL Workshop on Multiword Expressions: Integrating Processing, pages 24-31, Barcelona.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "A measure of syntactic flexibility for automatically identifying multiword expressions in corpora", |
| "authors": [ |
| { |
| "first": "Colin", |
| "middle": [], |
| "last": "Bannard", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the Workshop on a Broader Perspective on Multiword Expressions", |
| "volume": "", |
| "issue": "", |
| "pages": "1--8", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bannard, Colin. 2007. A measure of syntactic flexibility for automatically identifying multiword expressions in corpora. In Proceedings of the Workshop on a Broader Perspective on Multiword Expressions, pages 1-8, Prague.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "A statistical approach to the semantics of verb-particles", |
| "authors": [ |
| { |
| "first": "Colin", |
| "middle": [], |
| "last": "Bannard", |
| "suffix": "" |
| }, |
| { |
| "first": "Timothy", |
| "middle": [], |
| "last": "Baldwin", |
| "suffix": "" |
| }, |
| { |
| "first": "Alex", |
| "middle": [], |
| "last": "Lascarides", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proceedings of the ACL 2003 Workshop on Multiword Expressions: Analysis, Acquisition and Treatment", |
| "volume": "", |
| "issue": "", |
| "pages": "65--72", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bannard, Colin, Timothy Baldwin, and Alex Lascarides. 2003. A statistical approach to the semantics of verb-particles. In Proceedings of the ACL 2003 Workshop on Multiword Expressions: Analysis, Acquisition and Treatment, pages 65-72, Sapporo, Japan.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Identifying bilingual multi-word expressions for statistical machine translation", |
| "authors": [ |
| { |
| "first": "Steven", |
| "middle": [], |
| "last": "Bird", |
| "suffix": "" |
| }, |
| { |
| "first": "Ewan", |
| "middle": [], |
| "last": "Klein", |
| "suffix": "" |
| }, |
| { |
| "first": "Edward", |
| "middle": [], |
| "last": "Loper", |
| "suffix": "" |
| }, |
| { |
| "first": ";", |
| "middle": [], |
| "last": "O'reilly Media", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "A" |
| ], |
| "last": "Sebastopol", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Bouamor", |
| "suffix": "" |
| }, |
| { |
| "first": "Nasredine", |
| "middle": [], |
| "last": "Dhouha", |
| "suffix": "" |
| }, |
| { |
| "first": "Pierre", |
| "middle": [], |
| "last": "Semmar", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Zweigenbaum", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the Eight International Conference on Language Resources and Evaluation (LREC'12)", |
| "volume": "", |
| "issue": "", |
| "pages": "674--679", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bird, Steven, Ewan Klein, and Edward Loper. 2009. Natural Language Processing with Python. O'Reilly Media, Sebastopol, CA. Bouamor, Dhouha, Nasredine Semmar, and Pierre Zweigenbaum. 2012. Identifying bilingual multi-word expressions for statistical machine translation. In Proceedings of the Eight International Conference on Language Resources and Evaluation (LREC'12), pages 674-679, Istanbul.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "The mathematic of statistical machine translation: Parameter estimation", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Mercer", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Computational Linguistics", |
| "volume": "19", |
| "issue": "2", |
| "pages": "263--311", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mercer. 1993. The mathematic of statistical machine translation: Parameter estimation. Computational Linguistics, 19(2):263-311.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Combining link-based and content-based methods for web document classification", |
| "authors": [ |
| { |
| "first": "P\u00e1vel", |
| "middle": [], |
| "last": "Calado", |
| "suffix": "" |
| }, |
| { |
| "first": "Marco", |
| "middle": [], |
| "last": "Cristo", |
| "suffix": "" |
| }, |
| { |
| "first": "Edleno", |
| "middle": [], |
| "last": "Silva De Moura", |
| "suffix": "" |
| }, |
| { |
| "first": "Nivio", |
| "middle": [], |
| "last": "Ziviani", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Berthier", |
| "suffix": "" |
| }, |
| { |
| "first": "Marcos", |
| "middle": [ |
| "Andr\u00e9" |
| ], |
| "last": "Ribeiro-Neto", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Gon\u00e7alves", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proceedings of CIKM-03, 12th ACM International Conference on Information and Knowledge Management", |
| "volume": "", |
| "issue": "", |
| "pages": "394--401", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Calado, P\u00e1vel, Marco Cristo, Edleno Silva De Moura, Nivio Ziviani, Berthier A. Ribeiro-Neto, and Marcos Andr\u00e9 Gon\u00e7alves. 2003. Combining link-based and content-based methods for web document classification. In Proceedings of CIKM-03, 12th ACM International Conference on Information and Knowledge Management, pages 394-401, New Orleans, LA. Callison-Burch, Chris, Philipp Koehn, Christof Monz, and Omar F. Zaidan, editors. 2011. Proceedings of the Sixth Workshop on Statistical Machine Translation. Association for Computational Linguistics, Edinburgh.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Task-based evaluation of multiword expressions: A pilot study in statistical machine translation", |
| "authors": [ |
| { |
| "first": "Marine", |
| "middle": [], |
| "last": "Carpuat", |
| "suffix": "" |
| }, |
| { |
| "first": "Mona", |
| "middle": [], |
| "last": "Diab", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Human Language Technologies: The 2010 Annual Conference of the North American Chapter of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "242--245", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Carpuat, Marine and Mona Diab. 2010. Task-based evaluation of multiword expressions: A pilot study in statistical machine translation. In Human Language Technologies: The 2010 Annual Conference of the North American Chapter of the Association for Computational Linguistics, pages 242-245, Los Angeles, CA.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Extraction of translation unit from Chinese-English parallel corpora", |
| "authors": [ |
| { |
| "first": "Baobao", |
| "middle": [], |
| "last": "Chang", |
| "suffix": "" |
| }, |
| { |
| "first": "Pernilla", |
| "middle": [], |
| "last": "Danielsson", |
| "suffix": "" |
| }, |
| { |
| "first": "Wolfgang", |
| "middle": [], |
| "last": "Teubert", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "Proceedings of the First SIGHAN Workshop on Chinese Language Processing", |
| "volume": "16", |
| "issue": "", |
| "pages": "22--29", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chang, Baobao, Pernilla Danielsson, and Wolfgang Teubert. 2002. Extraction of translation unit from Chinese-English parallel corpora. In Proceedings of the First SIGHAN Workshop on Chinese Language Processing, pages 1-5, Morristown, NJ. Church, Kenneth Ward and Patrick Hanks. 1990. Word association norms, mutual information, and lexicography. Computational Linguistics, 16(1):22-29.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Pulling their weight: Exploiting syntactic forms for the automatic identification of idiomatic expressions in context", |
| "authors": [ |
| { |
| "first": "Paul", |
| "middle": [], |
| "last": "Cook", |
| "suffix": "" |
| }, |
| { |
| "first": "Afsaneh", |
| "middle": [], |
| "last": "Fazly", |
| "suffix": "" |
| }, |
| { |
| "first": "Suzanne", |
| "middle": [], |
| "last": "Stevenson", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the ACL Workshop on a Broader Perspective on Multiword Expressions (MWE 2007)", |
| "volume": "", |
| "issue": "", |
| "pages": "41--48", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Cook, Paul, Afsaneh Fazly, and Suzanne Stevenson. 2007. Pulling their weight: Exploiting syntactic forms for the automatic identification of idiomatic expressions in context. In Proceedings of the ACL Workshop on a Broader Perspective on Multiword Expressions (MWE 2007), pages 41-48, Prague.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Bayesian network model for semi-structured document classification. Information Processing and Management", |
| "authors": [ |
| { |
| "first": "Ludovic", |
| "middle": [], |
| "last": "Denoyer", |
| "suffix": "" |
| }, |
| { |
| "first": "Patrick", |
| "middle": [], |
| "last": "Gallinari", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "", |
| "volume": "40", |
| "issue": "", |
| "pages": "807--827", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Denoyer, Ludovic and Patrick Gallinari. 2004. Bayesian network model for semi-structured document classification. Information Processing and Management, 40(5):807-827.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Non-contiguous word sequences for information retrieval", |
| "authors": [ |
| { |
| "first": "Antoine", |
| "middle": [], |
| "last": "Doucet", |
| "suffix": "" |
| }, |
| { |
| "first": "Helana", |
| "middle": [], |
| "last": "Ahonen-Myka", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Second ACL Workshop on Multiword Expressions: Integrating Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "88--95", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Doucet, Antoine and Helana Ahonen-Myka. 2004. Non-contiguous word sequences for information retrieval. In Second ACL Workshop on Multiword Expressions: Integrating Processing, pages 88-95, Barcelona.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "A hybrid approach to improve bilingual multiword expression extraction", |
| "authors": [ |
| { |
| "first": "Jianyong", |
| "middle": [], |
| "last": "Duan", |
| "suffix": "" |
| }, |
| { |
| "first": "Mei", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Lijing", |
| "middle": [], |
| "last": "Tong", |
| "suffix": "" |
| }, |
| { |
| "first": "Feng", |
| "middle": [], |
| "last": "Guo", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Advances in Knowledge Discovery and Data Mining", |
| "volume": "5476", |
| "issue": "", |
| "pages": "541--547", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Duan, Jianyong, Mei Zhang, Lijing Tong, and Feng Guo. 2009. A hybrid approach to improve bilingual multiword expression extraction. In Thanaruk Theeramunkong, Boonserm Kijsirikul, Nick Cercone, and Tu-Bao Ho, editors, Advances in Knowledge Discovery and Data Mining, volume 5476 of Lecture Notes in Computer Science. Springer, Berlin and Heidelberg, pages 541-547.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "The idiom principle and the open choice principle", |
| "authors": [ |
| { |
| "first": "Britt", |
| "middle": [], |
| "last": "Erman", |
| "suffix": "" |
| }, |
| { |
| "first": "Beatrice", |
| "middle": [], |
| "last": "Warren", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Text", |
| "volume": "20", |
| "issue": "1", |
| "pages": "29--62", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Erman, Britt and Beatrice Warren. 2000. The idiom principle and the open choice principle. Text, 20(1):29-62.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Automatically constructing a lexicon of verb phrase idiomatic combinations", |
| "authors": [ |
| { |
| "first": "Afsaneh", |
| "middle": [], |
| "last": "Fazly", |
| "suffix": "" |
| }, |
| { |
| "first": "Suzanne", |
| "middle": [], |
| "last": "Stevenson", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the 11th Conference of the European Chapter of the Association for Computational Linguistics (EACL)", |
| "volume": "", |
| "issue": "", |
| "pages": "337--344", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Fazly, Afsaneh and Suzanne Stevenson. 2006. Automatically constructing a lexicon of verb phrase idiomatic combinations. In Proceedings of the 11th Conference of the European Chapter of the Association for Computational Linguistics (EACL), pages 337-344, Trento.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "WordNet: An Electronic Lexical Database. Language, Speech and Communication", |
| "authors": [ |
| { |
| "first": "Christiane", |
| "middle": [], |
| "last": "Fellbaum", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Fellbaum, Christiane, editor. 1998. WordNet: An Electronic Lexical Database. Language, Speech and Communication. MIT Press, Cambridge, MA.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Multiword expression identification with tree substitution grammars: A parsing tour de force with French", |
| "authors": [ |
| { |
| "first": "Spence", |
| "middle": [], |
| "last": "Green", |
| "suffix": "" |
| }, |
| { |
| "first": "Marie-Catherine", |
| "middle": [], |
| "last": "De Marneffe", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Bauer", |
| "suffix": "" |
| }, |
| { |
| "first": "Christopher", |
| "middle": [ |
| "D" |
| ], |
| "last": "Manning", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "11", |
| "issue": "", |
| "pages": "10--18", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Green, Spence, Marie-Catherine de Marneffe, John Bauer, and Christopher D. Manning. 2011. Multiword expression identification with tree substitution grammars: A parsing tour de force with French. In Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing, pages 725-735, Edinburgh. Hall, Mark, Eibe Frank, Geoffrey Holmes, Bernhard Pfahringer, Peter Reutemann, and Ian H. Witten. 2009. The WEKA data mining software: An update. SIGKDD Explorations, 11(1):10-18.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "A hybrid approach for functional expression identification in a Japanese reading assistant", |
| "authors": [ |
| { |
| "first": "Gregory", |
| "middle": [], |
| "last": "Hazelbeck", |
| "suffix": "" |
| }, |
| { |
| "first": "Hiroaki", |
| "middle": [], |
| "last": "Saito", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Alon and Shuly Wintner. 2008. Language resources for Hebrew. Language Resources and Evaluation", |
| "volume": "42", |
| "issue": "", |
| "pages": "75--98", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hazelbeck, Gregory and Hiroaki Saito. 2010. A hybrid approach for functional expression identification in a Japanese reading assistant. In Proceedings of the 2010 Workshop on Multiword Expressions: From Theory to Applications, pages 81-84, Beijing. Heckerman, David. 1995. A tutorial on learning with Bayesian networks. Technical Report MSR-TR-95-06, Microsoft Research, Redmond, WA. Itai, Alon and Shuly Wintner. 2008. Language resources for Hebrew. Language Resources and Evaluation, 42(1):75-98.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "The Architecture of the Language Faculty", |
| "authors": [ |
| { |
| "first": "Ray", |
| "middle": [], |
| "last": "Jackendoff", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jackendoff, Ray. 1997. The Architecture of the Language Faculty. MIT Press, Cambridge, MA.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Fundamentals of Digital Image Processing", |
| "authors": [ |
| { |
| "first": "Anil", |
| "middle": [ |
| "K" |
| ], |
| "last": "Jain", |
| "suffix": "" |
| } |
| ], |
| "year": 1989, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jain, Anil K. 1989. Fundamentals of Digital Image Processing. Prentice-Hall, Inc., Upper Saddle River, NJ.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Bayesian Networks and Decision Graphs", |
| "authors": [ |
| { |
| "first": "Finn", |
| "middle": [ |
| "V" |
| ], |
| "last": "Jensen", |
| "suffix": "" |
| }, |
| { |
| "first": "Thomas", |
| "middle": [ |
| "D" |
| ], |
| "last": "Nielsen", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jensen, Finn V. and Thomas D. Nielsen. 2007. Bayesian Networks and Decision Graphs. Springer, 2nd edition.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Automatic identification of non-compositional multi-word expressions using latent semantic analysis", |
| "authors": [ |
| { |
| "first": "Graham", |
| "middle": [], |
| "last": "Katz", |
| "suffix": "" |
| }, |
| { |
| "first": "Eugenie", |
| "middle": [], |
| "last": "Giesbrecht", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the Workshop on Multiword Expressions: Identifying and Exploiting Underlying Properties", |
| "volume": "", |
| "issue": "", |
| "pages": "273--276", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Katz, Graham and Eugenie Giesbrecht. 2006. Automatic identification of non-compositional multi-word expressions using latent semantic analysis. In Proceedings of the Workshop on Multiword Expressions: Identifying and Exploiting Underlying Properties, pages 12-19, Sydney. Kirschenbaum, Amit and Shuly Wintner. 2010. A general method for creating a bilingual transliteration dictionary. In Proceedings of the Seventh Conference on International Language Resources and Evaluation (LREC'10), pages 273-276, Valletta.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Using a Bayesian network induction approach for text categorization", |
| "authors": [ |
| { |
| "first": "Wai", |
| "middle": [], |
| "last": "Lam", |
| "suffix": "" |
| }, |
| { |
| "first": "Kon", |
| "middle": [ |
| "F" |
| ], |
| "last": "Low", |
| "suffix": "" |
| }, |
| { |
| "first": "Chao", |
| "middle": [ |
| "Y" |
| ], |
| "last": "Ho", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Proceedings of IJCAI-97, 15th International Joint Conference on Artificial Intelligence", |
| "volume": "", |
| "issue": "", |
| "pages": "745--750", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lam, Wai, Kon F. Low, and Chao Y. Ho. 1997. Using a Bayesian network induction approach for text categorization. In Proceedings of IJCAI-97, 15th International Joint Conference on Artificial Intelligence, pages 745-750, Nagoya.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "Data inferred multi-word expressions for statistical machine translation", |
| "authors": [ |
| { |
| "first": "Patrik", |
| "middle": [], |
| "last": "Lambert", |
| "suffix": "" |
| }, |
| { |
| "first": "Rafael", |
| "middle": [], |
| "last": "Banchs", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the MT Summit X", |
| "volume": "", |
| "issue": "", |
| "pages": "396--403", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lambert, Patrik and Rafael Banchs. 2005. Data inferred multi-word expressions for statistical machine translation. In Proceedings of the MT Summit X, pages 396-403, Phuket.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "Five papers on WordNet", |
| "authors": [ |
| { |
| "first": "George", |
| "middle": [ |
| "A" |
| ], |
| "last": "Miller", |
| "suffix": "" |
| }, |
| { |
| "first": "Richard", |
| "middle": [], |
| "last": "Beckwith", |
| "suffix": "" |
| }, |
| { |
| "first": "Christiane", |
| "middle": [], |
| "last": "Fellbaum", |
| "suffix": "" |
| }, |
| { |
| "first": "Derek", |
| "middle": [], |
| "last": "Gross", |
| "suffix": "" |
| }, |
| { |
| "first": "Katherine", |
| "middle": [], |
| "last": "Miller", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "International Journal of Lexicography", |
| "volume": "3", |
| "issue": "4", |
| "pages": "235--312", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Miller, George A., Richard Beckwith, Christiane Fellbaum, Derek Gross, and Katherine Miller. 1990. Five papers on WordNet. International Journal of Lexicography, 3(4):235-312.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "Improved statistical alignment models", |
| "authors": [ |
| { |
| "first": "Franz", |
| "middle": [ |
| "Josef" |
| ], |
| "last": "Och", |
| "suffix": "" |
| }, |
| { |
| "first": "Hermann", |
| "middle": [], |
| "last": "Ney", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "ACL '00: Proceedings of the 38th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "440--447", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Och, Franz Josef and Hermann Ney. 2000. Improved statistical alignment models. In ACL '00: Proceedings of the 38th Annual Meeting of the Association for Computational Linguistics, pages 440-447, Hong Kong.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "A systematic comparison of various statistical alignment models", |
| "authors": [ |
| { |
| "first": "Franz", |
| "middle": [ |
| "Josef" |
| ], |
| "last": "Och", |
| "suffix": "" |
| }, |
| { |
| "first": "Hermann", |
| "middle": [], |
| "last": "Ney", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Computational Linguistics", |
| "volume": "29", |
| "issue": "1", |
| "pages": "19--51", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Och, Franz Josef and Hermann Ney. 2003. A systematic comparison of various statistical alignment models. Computational Linguistics, 29(1):19-51.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "Bayesian networks: A model of self-activated memory for evidential reasoning", |
| "authors": [ |
| { |
| "first": "Judea", |
| "middle": [], |
| "last": "Pearl", |
| "suffix": "" |
| } |
| ], |
| "year": 1985, |
| "venue": "Proceedings of the 7th Conference of the Cognitive Science Society", |
| "volume": "", |
| "issue": "", |
| "pages": "329--334", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pearl, Judea. 1985. Bayesian networks: A model of self-activated memory for evidential reasoning. In Proceedings of the 7th Conference of the Cognitive Science Society, pages 329-334, University of California, Irvine, CA.", |
| "links": null |
| }, |
| "BIBREF31": { |
| "ref_id": "b31", |
| "title": "An extensive empirical study of collocation extraction methods", |
| "authors": [ |
| { |
| "first": "Pavel", |
| "middle": [], |
| "last": "Pecina", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proceedings of the 2003 Conference of the North American Chapter of the Association for Computational Linguistics on Human Language Technology: Companion Volume of the Proceedings of HLT-NAACL 2003", |
| "volume": "2", |
| "issue": "", |
| "pages": "79--81", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pecina, Pavel. 2005. An extensive empirical study of collocation extraction methods. In Proceedings of the ACL Student Research Workshop, pages 13-18, Ann Arbor, MI. Pecina, Pavel. 2008. A machine learning approach to multiword expression extraction. In Proceedings of the LREC Workshop Towards a Shared Task for Multiword Expressions, pages 54-57, Marrakech. Peshkin, Leonid, Avi Pfeffer, and Virginia Savova. 2003. Bayesian nets in syntactic categorization of novel words. In Proceedings of the 2003 Conference of the North American Chapter of the Association for Computational Linguistics on Human Language Technology: Companion Volume of the Proceedings of HLT-NAACL 2003-Short Papers -Volume 2, NAACL '03, pages 79-81, Edmonton.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "Improved inference for unlexicalized parsing", |
| "authors": [ |
| { |
| "first": "Slav", |
| "middle": [], |
| "last": "Petrov", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Klein", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of HLT-NAACL", |
| "volume": "", |
| "issue": "", |
| "pages": "404--411", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Petrov, Slav and Dan Klein. 2007. Improved inference for unlexicalized parsing. In Proceedings of HLT-NAACL, pages 404-411, Rochester, NY.", |
| "links": null |
| }, |
| "BIBREF33": { |
| "ref_id": "b33", |
| "title": "Comparing and combining a semantic tagger and a statistical tool for MWE extraction", |
| "authors": [ |
| { |
| "first": "Scott", |
| "middle": [], |
| "last": "Piao", |
| "suffix": "" |
| }, |
| { |
| "first": "Paul", |
| "middle": [], |
| "last": "Songlin", |
| "suffix": "" |
| }, |
| { |
| "first": "Dawn", |
| "middle": [], |
| "last": "Rayson", |
| "suffix": "" |
| }, |
| { |
| "first": "Tony", |
| "middle": [], |
| "last": "Archer", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Mcenery", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Computer Speech and Language", |
| "volume": "19", |
| "issue": "4", |
| "pages": "378--397", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Piao, Scott Songlin, Paul Rayson, Dawn Archer, and Tony McEnery. 2005. Comparing and combining a semantic tagger and a statistical tool for MWE extraction. Computer Speech and Language, 19(4):378-397.", |
| "links": null |
| }, |
| "BIBREF34": { |
| "ref_id": "b34", |
| "title": "Andr\u00e9 Machado, and Maria Finatto. 2010. A hybrid approach for multiword expression identification", |
| "authors": [ |
| { |
| "first": "Carlos", |
| "middle": [], |
| "last": "Ramisch", |
| "suffix": "" |
| }, |
| { |
| "first": "Helena", |
| "middle": [], |
| "last": "De Medeiros", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Caseli", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ramisch, Carlos, Helena de Medeiros Caseli, Aline Villavicencio, Andr\u00e9 Machado, and Maria Finatto. 2010. A hybrid approach for multiword expression identification.", |
| "links": null |
| }, |
| "BIBREF35": { |
| "ref_id": "b35", |
| "title": "Computational Processing of the Portuguese Language", |
| "authors": [ |
| { |
| "first": "Ant\u00f3nio", |
| "middle": [], |
| "last": "In Thiago Pardo", |
| "suffix": "" |
| }, |
| { |
| "first": "Aldebaro", |
| "middle": [], |
| "last": "Branco", |
| "suffix": "" |
| }, |
| { |
| "first": "Renata", |
| "middle": [], |
| "last": "Klautau", |
| "suffix": "" |
| }, |
| { |
| "first": "Vera", |
| "middle": [], |
| "last": "Vieira", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "De Lima", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "", |
| "volume": "6001", |
| "issue": "", |
| "pages": "65--74", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "In Thiago Pardo, Ant\u00f3nio Branco, Aldebaro Klautau, Renata Vieira, and Vera de Lima, editors, Computational Processing of the Portuguese Language, volume 6001 of Lecture Notes in Computer Science. Springer, Berlin and Heidelberg, pages 65-74.", |
| "links": null |
| }, |
| "BIBREF36": { |
| "ref_id": "b36", |
| "title": "An evaluation of methods for the extraction of multiword expressions", |
| "authors": [ |
| { |
| "first": "Carlos", |
| "middle": [], |
| "last": "Ramisch", |
| "suffix": "" |
| }, |
| { |
| "first": "Paulo", |
| "middle": [], |
| "last": "Schreiner", |
| "suffix": "" |
| }, |
| { |
| "first": "Marco", |
| "middle": [], |
| "last": "Idiart", |
| "suffix": "" |
| }, |
| { |
| "first": "Alline", |
| "middle": [], |
| "last": "Villavicencio", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of the LREC Workshop Towards a Shared Task for Multiword Expressions", |
| "volume": "", |
| "issue": "", |
| "pages": "50--53", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ramisch, Carlos, Paulo Schreiner, Marco Idiart, and Alline Villavicencio. 2008. An evaluation of methods for the extraction of multiword expressions. In Proceedings of the LREC Workshop Towards a Shared Task for Multiword Expressions, pages 50-53, Marrakech.", |
| "links": null |
| }, |
| "BIBREF37": { |
| "ref_id": "b37", |
| "title": "Improving statistical machine translation using domain bilingual multiword expressions", |
| "authors": [ |
| { |
| "first": "Zhixiang", |
| "middle": [], |
| "last": "Ren", |
| "suffix": "" |
| }, |
| { |
| "first": "Yajuan", |
| "middle": [], |
| "last": "L\u00fc", |
| "suffix": "" |
| }, |
| { |
| "first": "Jie", |
| "middle": [], |
| "last": "Cao", |
| "suffix": "" |
| }, |
| { |
| "first": "Qun", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "Yun", |
| "middle": [], |
| "last": "Huang", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the Workshop on Multiword Expressions: Identification, Interpretation, Disambiguation and Applications", |
| "volume": "", |
| "issue": "", |
| "pages": "47--54", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ren, Zhixiang, Yajuan L\u00fc, Jie Cao, Qun Liu, and Yun Huang. 2009. Improving statistical machine translation using domain bilingual multiword expressions. In Proceedings of the Workshop on Multiword Expressions: Identification, Interpretation, Disambiguation and Applications, pages 47-54, Singapore.", |
| "links": null |
| }, |
| "BIBREF38": { |
| "ref_id": "b38", |
| "title": "Multiword expressions: A pain in the neck for NLP", |
| "authors": [ |
| { |
| "first": "Ivan", |
| "middle": [], |
| "last": "Sag", |
| "suffix": "" |
| }, |
| { |
| "first": "Timothy", |
| "middle": [], |
| "last": "Baldwin", |
| "suffix": "" |
| }, |
| { |
| "first": "Francis", |
| "middle": [], |
| "last": "Bond", |
| "suffix": "" |
| }, |
| { |
| "first": "Ann", |
| "middle": [], |
| "last": "Copestake", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Flickinger", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of the Third International Conference on Intelligent Text Processing and Computational Linguistics (CICLING 2002)", |
| "volume": "", |
| "issue": "", |
| "pages": "1--15", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sag, Ivan, Timothy Baldwin, Francis Bond, Ann Copestake, and Dan Flickinger. 2002. Multiword expressions: A pain in the neck for NLP. In Proceedings of the Third International Conference on Intelligent Text Processing and Computational Linguistics (CICLING 2002), pages 1-15, Mexico City.", |
| "links": null |
| }, |
| "BIBREF39": { |
| "ref_id": "b39", |
| "title": "Dependency parsing with dynamic Bayesian network", |
| "authors": [ |
| { |
| "first": "Virginia", |
| "middle": [], |
| "last": "Savova", |
| "suffix": "" |
| }, |
| { |
| "first": "Leonid", |
| "middle": [], |
| "last": "Peshkin", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the 20th National Conference on Artificial Intelligence", |
| "volume": "3", |
| "issue": "", |
| "pages": "112--113", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Savova, Virginia and Leonid Peshkin. 2005. Dependency parsing with dynamic Bayesian network. In Proceedings of the 20th National Conference on Artificial Intelligence-Volume 3, pages 1,112-1,117, Pittsburgh, PA.", |
| "links": null |
| }, |
| "BIBREF40": { |
| "ref_id": "b40", |
| "title": "Retrieving collocations from text: Xtract", |
| "authors": [ |
| { |
| "first": "Frank", |
| "middle": [ |
| "A" |
| ], |
| "last": "Smadja", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Computational Linguistics", |
| "volume": "19", |
| "issue": "1", |
| "pages": "143--177", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Smadja, Frank A. 1993. Retrieving collocations from text: Xtract. Computational Linguistics, 19(1):143-177.", |
| "links": null |
| }, |
| "BIBREF41": { |
| "ref_id": "b41", |
| "title": "Linguistic Structure Prediction. Synthesis Lectures on Human Language Technologies", |
| "authors": [ |
| { |
| "first": "Noah", |
| "middle": [ |
| "A" |
| ], |
| "last": "Smith", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Smith, Noah A. 2011. Linguistic Structure Prediction. Synthesis Lectures on Human Language Technologies. Morgan and Claypool.", |
| "links": null |
| }, |
| "BIBREF42": { |
| "ref_id": "b42", |
| "title": "Automatic acquisition of parallel corpora from websites with dynamic content", |
| "authors": [ |
| { |
| "first": "Yulia", |
| "middle": [], |
| "last": "Tsvetkov", |
| "suffix": "" |
| }, |
| { |
| "first": "Shuly", |
| "middle": [], |
| "last": "Wintner", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the Seventh Conference on International Language Resources and Evaluation (LREC'10)", |
| "volume": "3", |
| "issue": "", |
| "pages": "389--392", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tsvetkov, Yulia and Shuly Wintner. 2010a. Automatic acquisition of parallel corpora from websites with dynamic content. In Proceedings of the Seventh Conference on International Language Resources and Evaluation (LREC'10), pages 3,389-3,392, Valletta.", |
| "links": null |
| }, |
| "BIBREF43": { |
| "ref_id": "b43", |
| "title": "Extraction of multi-word expressions from small parallel corpora", |
| "authors": [ |
| { |
| "first": "Yulia", |
| "middle": [], |
| "last": "Tsvetkov", |
| "suffix": "" |
| }, |
| { |
| "first": "Shuly", |
| "middle": [], |
| "last": "Wintner", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 23rd International Conference on Computational Linguistics (COLING 2010)", |
| "volume": "", |
| "issue": "", |
| "pages": "1256--1264", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tsvetkov, Yulia and Shuly Wintner. 2010b. Extraction of multi-word expressions from small parallel corpora. In Proceedings of the 23rd International Conference on Computational Linguistics (COLING 2010), pages 1256-1264, Beijing.", |
| "links": null |
| }, |
| "BIBREF44": { |
| "ref_id": "b44", |
| "title": "Identification of multi-word expressions by combining multiple linguistic information sources", |
| "authors": [ |
| { |
| "first": "Yulia", |
| "middle": [], |
| "last": "Tsvetkov", |
| "suffix": "" |
| }, |
| { |
| "first": "Shuly", |
| "middle": [], |
| "last": "Wintner", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "836--845", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tsvetkov, Yulia and Shuly Wintner. 2011. Identification of multi-word expressions by combining multiple linguistic information sources. In Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing, pages 836-845, Edinburgh.", |
| "links": null |
| }, |
| "BIBREF45": { |
| "ref_id": "b45", |
| "title": "Extraction of multi-word expressions from small parallel corpora", |
| "authors": [ |
| { |
| "first": "Yulia", |
| "middle": [], |
| "last": "Tsvetkov", |
| "suffix": "" |
| }, |
| { |
| "first": "Shuly", |
| "middle": [], |
| "last": "Wintner", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Natural Language Engineering", |
| "volume": "18", |
| "issue": "4", |
| "pages": "549--573", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tsvetkov, Yulia and Shuly Wintner. 2012. Extraction of multi-word expressions from small parallel corpora. Natural Language Engineering, 18(4):549-573.", |
| "links": null |
| }, |
| "BIBREF46": { |
| "ref_id": "b46", |
| "title": "Disambiguating Japanese compound verbs", |
| "authors": [ |
| { |
| "first": "Kiyoko", |
| "middle": [], |
| "last": "Uchiyama", |
| "suffix": "" |
| }, |
| { |
| "first": "Timothy", |
| "middle": [], |
| "last": "Baldwin", |
| "suffix": "" |
| }, |
| { |
| "first": "Shun", |
| "middle": [], |
| "last": "Ishizaki", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Computer Speech & Language", |
| "volume": "19", |
| "issue": "4", |
| "pages": "497--512", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Uchiyama, Kiyoko, Timothy Baldwin, and Shun Ishizaki. 2005. Disambiguating Japanese compound verbs. Computer Speech & Language, 19(4):497-512.", |
| "links": null |
| }, |
| "BIBREF47": { |
| "ref_id": "b47", |
| "title": "Semantics-based multiword expression extraction", |
| "authors": [ |
| { |
| "first": "Tim", |
| "middle": [], |
| "last": "Van De Cruys", |
| "suffix": "" |
| }, |
| { |
| "first": "Bego\u00f1a", |
| "middle": [], |
| "last": "Villada Moir\u00f3n", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the Workshop on a Broader Perspective on Multiword Expressions", |
| "volume": "", |
| "issue": "", |
| "pages": "25--32", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Van de Cruys, Tim and Bego\u00f1a Villada Moir\u00f3n. 2007. Semantics-based multiword expression extraction. In Proceedings of the Workshop on a Broader Perspective on Multiword Expressions, pages 25-32, Prague.", |
| "links": null |
| }, |
| "BIBREF48": { |
| "ref_id": "b48", |
| "title": "Parallel corpora for medium density languages", |
| "authors": [ |
| { |
| "first": "D\u00e1niel", |
| "middle": [], |
| "last": "Varga", |
| "suffix": "" |
| }, |
| { |
| "first": "P\u00e9ter", |
| "middle": [], |
| "last": "Hal\u00e1csy", |
| "suffix": "" |
| }, |
| { |
| "first": "Andr\u00e1s", |
| "middle": [], |
| "last": "Kornai", |
| "suffix": "" |
| }, |
| { |
| "first": "Viktor", |
| "middle": [], |
| "last": "Nagy", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of RANLP'2005", |
| "volume": "", |
| "issue": "", |
| "pages": "590--596", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Varga, D\u00e1niel, P\u00e9ter Hal\u00e1csy, Andr\u00e1s Kornai, Viktor Nagy, L\u00e1szl\u00f3 N\u00e9meth, and Viktor Tr\u00f3n. 2005. Parallel corpora for medium density languages. In Proceedings of RANLP'2005, pages 590-596, Borovet.", |
| "links": null |
| }, |
| "BIBREF49": { |
| "ref_id": "b49", |
| "title": "Validation and evaluation of automatically acquired multiword expressions for grammar engineering", |
| "authors": [ |
| { |
| "first": "Sriram", |
| "middle": [], |
| "last": "Venkatapathy", |
| "suffix": "" |
| }, |
| { |
| "first": "Aravind", |
| "middle": [], |
| "last": "Joshi", |
| "suffix": "" |
| }, |
| { |
| "first": ";", |
| "middle": [], |
| "last": "Sydney", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Venkatsubramanyan", |
| "suffix": "" |
| }, |
| { |
| "first": "Jose", |
| "middle": [], |
| "last": "Shailaja", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Perez-Carballo ; Valia", |
| "suffix": "" |
| }, |
| { |
| "first": "Yi", |
| "middle": [], |
| "last": "Kordoni", |
| "suffix": "" |
| }, |
| { |
| "first": "Marco", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Carlos", |
| "middle": [], |
| "last": "Idiart", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Ramisch", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning (EMNLP-CoNLL)", |
| "volume": "", |
| "issue": "", |
| "pages": "40--47", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Venkatapathy, Sriram and Aravind Joshi. 2006. Using information about multi-word expressions for the word-alignment task. In Proceedings of the COLING/ACL Workshop on Multiword Expressions: Identifying and Exploiting Underlying Properties, pages 20-27, Sydney. Venkatsubramanyan, Shailaja and Jose Perez-Carballo. 2004. Multiword expression filtering for building knowledge. In Second ACL Workshop on Multiword Expressions: Integrating Processing, pages 40-47, Barcelona. Villavicencio, Aline, Valia Kordoni, Yi Zhang, Marco Idiart, and Carlos Ramisch. 2007. Validation and evaluation of automatically acquired multiword expressions for grammar engineering. In Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning (EMNLP-CoNLL), pages 1,034-1,043, Prague.", |
| "links": null |
| }, |
| "BIBREF50": { |
| "ref_id": "b50", |
| "title": "A hybrid approach for the identification of multiword expressions", |
| "authors": [ |
| { |
| "first": "Marion", |
| "middle": [], |
| "last": "Weller", |
| "suffix": "" |
| }, |
| { |
| "first": "Fabienne", |
| "middle": [], |
| "last": "Fritzinger", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the SLTC 2010 Workshop on Compounds and Multiword Expressions", |
| "volume": "", |
| "issue": "", |
| "pages": "1--2", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Weller, Marion and Fabienne Fritzinger. 2010. A hybrid approach for the identification of multiword expressions. In Proceedings of the SLTC 2010 Workshop on Compounds and Multiword Expressions, pages 1-2, Link\u00f6ping.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "num": null, |
| "type_str": "figure", |
| "text": "The Bayesian network for MWE identification.", |
| "uris": null |
| }, |
| "TABREF0": { |
| "html": null, |
| "content": "<table><tr><td/><td>English</td><td>French</td><td>Hebrew</td></tr><tr><td>Tokens</td><td colspan=\"3\">447,073,250 522,964,336 46,239,285</td></tr><tr><td>Types</td><td>2,421,181</td><td>2,416,269</td><td>188,572</td></tr><tr><td colspan=\"4\">Bigram tokens 429,550,149 505,441,224 45,858,152</td></tr><tr><td>Bigram types</td><td>22,929,768</td><td>21,428,007</td><td>5,698,581</td></tr></table>", |
| "type_str": "table", |
| "text": "Statistics of the monolingual corpora.", |
| "num": null |
| }, |
| "TABREF1": { |
| "html": null, |
| "content": "<table><tr><td/><td colspan=\"2\">English-French</td><td colspan=\"2\">English-Hebrew</td></tr><tr><td>Sentences</td><td>30,000</td><td>30,000</td><td>19,626</td><td>19,626</td></tr><tr><td>Tokens</td><td colspan=\"4\">834,707 895,632 271,787 280,508</td></tr><tr><td>Types</td><td>22,787</td><td>27,880</td><td>14,142</td><td>12,555</td></tr><tr><td colspan=\"5\">Bigram tokens 804,704 865,632 252,183 280,506</td></tr><tr><td>Bigram types</td><td colspan=\"4\">218,108 225,660 128,987 149,688</td></tr></table>", |
| "type_str": "table", |
| "text": "Statistics of the bilingual corpora.", |
| "num": null |
| }, |
| "TABREF2": { |
| "html": null, |
| "content": "<table><tr><td>0.35 0.4 0.848 0.84 0.833 0.835 0.831 0.836 0.843 0.41 0.45 0.5 0.55 P(X mwe ) 0.3 F-score</td></tr></table>", |
| "type_str": "table", |
| "text": "-score as a function of the value of the prior.", |
| "num": null |
| }, |
| "TABREF3": { |
| "html": null, |
| "content": "<table><tr><td/><td colspan=\"3\">MWE non-MWE Total</td></tr><tr><td>English</td><td>1,381</td><td>2,004</td><td>3,385</td></tr><tr><td>French</td><td>1,445</td><td>2,089</td><td>3,534</td></tr><tr><td>Hebrew</td><td>350</td><td>504</td><td>854</td></tr></table>", |
| "type_str": "table", |
| "text": "Sizes of the training sets.", |
| "num": null |
| }, |
| "TABREF4": { |
| "html": null, |
| "content": "<table><tr><td/><td>Hebrew</td><td/><td>French</td><td/><td>English</td><td/></tr><tr><td/><td colspan=\"6\">Accuracy (%) F-score Accuracy (%) F-score Accuracy (%) F-score</td></tr><tr><td>PMI</td><td>66.98</td><td>0.67</td><td>70.88</td><td>0.762</td><td>74.15</td><td>0.737</td></tr><tr><td>BN-auto</td><td>71.19</td><td>0.71</td><td>77.45</td><td>0.775</td><td>82.16</td><td>0.822</td></tr><tr><td>SVM</td><td>74.59</td><td>0.75</td><td>78.38</td><td>0.736</td><td>82.95</td><td>0.828</td></tr><tr><td>BN</td><td>76.82</td><td>0.77</td><td>79.04</td><td>0.778</td><td>83.52</td><td>0.835</td></tr></table>", |
| "type_str": "table", |
| "text": "10-fold cross validation evaluation results.", |
| "num": null |
| }, |
| "TABREF5": { |
| "html": null, |
| "content": "<table><tr><td/><td colspan=\"3\">True positives Evaluation set size Recall (%)</td></tr><tr><td>WordNet</td><td>25,549</td><td>42,403</td><td>60</td></tr><tr><td>DELA English</td><td>11,955</td><td>26,460</td><td>45</td></tr><tr><td>DELA French</td><td>886</td><td>4,798</td><td>18</td></tr></table>", |
| "type_str": "table", |
| "text": "Evaluation results: WordNet and DELA dictionaries.", |
| "num": null |
| }, |
| "TABREF6": { |
| "html": null, |
| "content": "<table><tr><td/><td colspan=\"4\">Accuracy Precision Recall F-score</td></tr><tr><td>PMI</td><td>71.43%</td><td>0.71</td><td>0.71</td><td>0.71</td></tr><tr><td>BN</td><td>77.00%</td><td>0.77</td><td>0.77</td><td>0.77</td></tr><tr><td>AW</td><td>80.77%</td><td>0.77</td><td>0.81</td><td>0.79</td></tr><tr><td colspan=\"4\">AW = results from Al-Haj and Wintner</td><td/></tr></table>", |
| "type_str": "table", |
| "text": "Evaluation results: noun-noun constructions.", |
| "num": null |
| } |
| } |
| } |
| } |