| { |
| "paper_id": "Q17-1032", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T15:12:09.440261Z" |
| }, |
| "title": "Unsupervised Acquisition of Comprehensive Multiword Lexicons using Competition in an n-gram Lattice", |
| "authors": [ |
| { |
| "first": "Julian", |
| "middle": [], |
| "last": "Brooke", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "The University of Melbourne", |
| "location": {} |
| }, |
| "email": "julian.brooke@gmail.com" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Jan\u0161najder", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Zagreb", |
| "location": {} |
| }, |
| "email": "jan.snajder@fer.hr" |
| }, |
| { |
| "first": "Timothy", |
| "middle": [], |
| "last": "Baldwin", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "The University of Melbourne", |
| "location": {} |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "We present a new model for acquiring comprehensive multiword lexicons from large corpora based on competition among n-gram candidates. In contrast to the standard approach of simple ranking by association measure, in our model n-grams are arranged in a lattice structure based on subsumption and overlap relationships, with nodes inhibiting other nodes in their vicinity when they are selected as a lexical item. We show how the configuration of such a lattice can be optimized tractably, and demonstrate using annotations of sampled n-grams that our method consistently outperforms alternatives by at least 0.05 F-score across several corpora and languages.", |
| "pdf_parse": { |
| "paper_id": "Q17-1032", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "We present a new model for acquiring comprehensive multiword lexicons from large corpora based on competition among n-gram candidates. In contrast to the standard approach of simple ranking by association measure, in our model n-grams are arranged in a lattice structure based on subsumption and overlap relationships, with nodes inhibiting other nodes in their vicinity when they are selected as a lexical item. We show how the configuration of such a lattice can be optimized tractably, and demonstrate using annotations of sampled n-grams that our method consistently outperforms alternatives by at least 0.05 F-score across several corpora and languages.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Despite over 25 years of research in computational linguistics aimed at acquiring multiword lexicons using corpora statistics, and growing evidence that speakers process language primarily in terms of memorized sequences (Wray, 2008) , the individual word nonetheless stubbornly remains the de facto standard processing unit for most research in modern NLP. The potential of multiword knowledge to improve both the automatic processing of language as well as offer new understanding of human acquisition and usage of language is the primary motivator of this work. Here, we present an effective, expandable, and tractable new approach to comprehensive multiword lexicon acquisition. Our aim is to find a middle ground between standard MWE acquisition approaches based on association measures (Ramisch, 2014) and more sophisticated statistical models (Newman et al., 2012 ) that do not scale to large corpora, the main source of the distributional information in modern NLP systems.", |
| "cite_spans": [ |
| { |
| "start": 221, |
| "end": 233, |
| "text": "(Wray, 2008)", |
| "ref_id": null |
| }, |
| { |
| "start": 792, |
| "end": 807, |
| "text": "(Ramisch, 2014)", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 850, |
| "end": 870, |
| "text": "(Newman et al., 2012", |
| "ref_id": "BIBREF27" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "A central challenge in building comprehensive multiword lexicons is paring down the huge space of possibilities without imposing restrictions which disregard a major portion of the multiword vocabulary of a language: allowing for diversity creates significant redundancy among statistically promising candidates. The lattice model proposed here addresses this primarily by having the candidatescontiguous and non-contiguous n-gram typescompete with each other based on subsumption and overlap relations to be selected as the best (i.e., most parsimonious) explanation for statistical irregularities. We test this approach across four large corpora in three languages, including two relatively freeword-order languages (Croatian and Japanese), and find that this approach consistency outperforms alternatives, offering scalability and many avenues for future enhancement.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In this paper we will refer to the targets of our lexicon creation efforts as formulaic sequences, following the terminology of Wray (2002; 2008) , wherein a formulaic sequence (FS) is defined as \"a sequence, continuous or discontinuous, of words or other elements, which is, or appears to be, prefabricated: that is, stored and retrieved whole from memory at the time of use, rather than being subject to generation or analysis by the language grammar.\" That is, an FS shows signs of being part of a mental lexicon. 1 As noted by Wray (2008) , formulaic sequence theory is compatible with other highly multiword, lexicalized approaches to language structure, in particular Pattern Grammar (Hunston and Francis, ) and Construction Grammar (Goldberg, 1995) ; an important distinction, though, is that these sorts of theories often posit entirely abstract grammatical constructions/patterns/frames which do not fit well into the FS framework. Nevertheless, since many such constructions are composed of sequences of specific words, the FS inventory of a language includes many flexible constructions (e.g., ask * for) along with entirely fixed combinations (e.g., rhetorical question) not typically of interest to grammarians. Note that the FS framework allows for individual morphemes to be part of a formulaic sequence, but for practical reasons we focus primarily on lemmatized words as the unit out of which FS are built.", |
| "cite_spans": [ |
| { |
| "start": 128, |
| "end": 139, |
| "text": "Wray (2002;", |
| "ref_id": "BIBREF42" |
| }, |
| { |
| "start": 140, |
| "end": 145, |
| "text": "2008)", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 517, |
| "end": 518, |
| "text": "1", |
| "ref_id": null |
| }, |
| { |
| "start": 531, |
| "end": 542, |
| "text": "Wray (2008)", |
| "ref_id": null |
| }, |
| { |
| "start": 690, |
| "end": 713, |
| "text": "(Hunston and Francis, )", |
| "ref_id": null |
| }, |
| { |
| "start": 739, |
| "end": 755, |
| "text": "(Goldberg, 1995)", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Background and Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In computational linguistics, the most common term used to describe multiword lexical units is multiword expression (\"MWE\": Sag et al. (2002) , Baldwin and Kim (2010)), but here we wish to make a principled distinction between at least somewhat non-compositional, strongly lexicalized MWEs and FS, a near superset which includes many MWEs but also compositional linguistic formulas. This distinction is not a new one; it exists, for example, in the original paper of Sag et al. (2002) in the distinction between lexicalized and institutionalized phrases, and also to some extent in the MWE annotation of Schneider et al. (2014b) , who distinguish between weak (collocational) 2 and strong (non-compositional) MWEs. It is our contention, however, that separate, precise terminology is useful for research targeted at either class: we need not strain the concept of MWE to include items which do not require special semantics, nor are we inclined to disregard the larger formulaticity of language simply because it is not the dominant focus of MWE 1 Though by this definition individuals or small groups may have their own FS, here we are only interested in FS that are shared by a recognizable language community.", |
| "cite_spans": [ |
| { |
| "start": 116, |
| "end": 141, |
| "text": "(\"MWE\": Sag et al. (2002)", |
| "ref_id": null |
| }, |
| { |
| "start": 467, |
| "end": 484, |
| "text": "Sag et al. (2002)", |
| "ref_id": "BIBREF33" |
| }, |
| { |
| "start": 604, |
| "end": 628, |
| "text": "Schneider et al. (2014b)", |
| "ref_id": "BIBREF37" |
| }, |
| { |
| "start": 1046, |
| "end": 1047, |
| "text": "1", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Background and Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "2 Here we avoid the term collocation entirely due to confusion with respect to its interpretation. Though some define it similarly to our definition of FS, it can be applied to any words that show a statistical tendency to appear in the vicinity of one another for any reason: for instance, the pair of words doctor/nurse might be considered a collocation (Ramisch, 2014) .", |
| "cite_spans": [ |
| { |
| "start": 356, |
| "end": 371, |
| "text": "(Ramisch, 2014)", |
| "ref_id": "BIBREF30" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Background and Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Constructions Figure 1 : Multiword Terminology research. Many MWE researchers might defensibly balk at including in their MWE lexicons and corpus annotations (English) FS such as there is something going on, it is more important than ever to ..., ... do not know what it is like to ..., there is no shortage of ..., the rise and fall of ..., now is not the time to ..., etc. as well as tens of thousands of other such phrases which, along with less compositional MWEs like be worth ...'s weight in gold, fall under the FS umbrella. Another reason to introduce a different terminology is that there are classes of phrases which are typically considered MWEs that do not fit well into an FS framework, for instance novel compound nouns whose semantics are accessible by analogy (e.g., glass limb, analogous to wooden leg). We also exclude from the definition of both FS and MWE those named entities which refer to people or places which are little-known and/or whose surface form appears derived (e.g., Mrs. Barbara W. Smith or Smith Garden Supplies Ltd). Figure 1 shows the conception of the relationship between FS, (multiword) constructions, MWE, and (multiword) named entities that we assume for this paper.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 14, |
| "end": 22, |
| "text": "Figure 1", |
| "ref_id": null |
| }, |
| { |
| "start": 1054, |
| "end": 1062, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Named Entities", |
| "sec_num": null |
| }, |
| { |
| "text": "From a practical perspective, the starting point for multiword lexicon creation has typically been lexical association measures (Church and Hanks, 1990; Dunning, 1993; Schone and Jurafsky, 2001; Evert, 2004; Pecina, 2010; Araujo et al., 2011; Kulkarni and Finlayson, 2011; Ramisch, 2014) . When these methods are used to build a lexicon, particular binary syntactic patterns are typically chosen. Only some of these measures generalize tractably beyond two words, for example PMI (Church and Hanks, 1990) , i.e., the log ratio of the joint probability to the product of the marginal probabilities of the individual words. Another measure which addresses sequences of longer than two words is the C-value (Frantzi et al., 2000) which weights term frequency by the log length of the n-gram while penalizing ngrams that appear in frequent larger ones. Mutual expectation (Dias et al., 1999) involves deriving a normalized statistic that reflects the extent to which a phrase resists the omission of any constituent word. Similarly, the lexical predictability ratio (LPR) of Brooke et al. (2015) is an association measure applicable to any possible syntactic pattern, which is calculated by discounting syntactic predictability from the overall conditional probability for each word given the other words in the phrase. Though most association measures involve only usage statistics of the phrase and its subparts, the DRUID measure (Riedl and Biemann, 2015) is an exception which uses distributional semantics around the phrase to identify how easily an n-gram could be replaced by a single word.", |
| "cite_spans": [ |
| { |
| "start": 128, |
| "end": 152, |
| "text": "(Church and Hanks, 1990;", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 153, |
| "end": 167, |
| "text": "Dunning, 1993;", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 168, |
| "end": 194, |
| "text": "Schone and Jurafsky, 2001;", |
| "ref_id": "BIBREF38" |
| }, |
| { |
| "start": 195, |
| "end": 207, |
| "text": "Evert, 2004;", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 208, |
| "end": 221, |
| "text": "Pecina, 2010;", |
| "ref_id": "BIBREF28" |
| }, |
| { |
| "start": 222, |
| "end": 242, |
| "text": "Araujo et al., 2011;", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 243, |
| "end": 272, |
| "text": "Kulkarni and Finlayson, 2011;", |
| "ref_id": "BIBREF24" |
| }, |
| { |
| "start": 273, |
| "end": 287, |
| "text": "Ramisch, 2014)", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 480, |
| "end": 504, |
| "text": "(Church and Hanks, 1990)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 704, |
| "end": 726, |
| "text": "(Frantzi et al., 2000)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 868, |
| "end": 887, |
| "text": "(Dias et al., 1999)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 1071, |
| "end": 1091, |
| "text": "Brooke et al. (2015)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 1429, |
| "end": 1454, |
| "text": "(Riedl and Biemann, 2015)", |
| "ref_id": "BIBREF31" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Named Entities", |
| "sec_num": null |
| }, |
| { |
| "text": "Typically multiword lexicons are created by ranking n-grams according to an association measure and applying a threshold. The algorithm of da Silva and Lopes (1999) is somewhat more sophisticated, in that it identifies the local maxima of association measures across subsuming n-grams within a sentence to identify MWEs of unrestricted length and syntactic composition; its effectiveness beyond noun phrases, however, seems relatively limited (Ramisch et al., 2012) . Brooke et al. (2014; developed a heuristic method intended for general FS extraction in larger corpora, first using conditional probabilities to do an initial (single pass) coarse-grained segmentation of the corpus, followed by a pass through the resulting vocabulary, breaking larger units into smaller ones based on a tradeoff between marginal and conditional statistics. The work of Newman et al. (2012) is an example of an unsupervised approach which does not use association measures: it extends the Bayesian word segmentation approach of Goldwater et al. (2009) to multiword tokenization, applying a generative Dirichlet Process model which jointly constructs a segmentation of the corpus and a corresponding multiword vocabulary.", |
| "cite_spans": [ |
| { |
| "start": 443, |
| "end": 465, |
| "text": "(Ramisch et al., 2012)", |
| "ref_id": "BIBREF29" |
| }, |
| { |
| "start": 468, |
| "end": 488, |
| "text": "Brooke et al. (2014;", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 854, |
| "end": 874, |
| "text": "Newman et al. (2012)", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 1012, |
| "end": 1035, |
| "text": "Goldwater et al. (2009)", |
| "ref_id": "BIBREF19" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Named Entities", |
| "sec_num": null |
| }, |
| { |
| "text": "Other research in MWEs has tended to be rather focused on particular syntactic patterns such as verbnoun combinations (Fazly et al., 2009) . The system of Schneider et al. (2014a) distinguishes a full range of MWE sequences in the English Web Treebank, including gapped expressions, using a supervised se-quence tagging model. Though, in theory, automatic lexical resources could be a useful addition to the Schneider et al. model, which uses only manual lexical resources, attempts to do so have achieved mixed success (Riedl and Biemann, 2016) .", |
| "cite_spans": [ |
| { |
| "start": 118, |
| "end": 138, |
| "text": "(Fazly et al., 2009)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 520, |
| "end": 545, |
| "text": "(Riedl and Biemann, 2016)", |
| "ref_id": "BIBREF32" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Named Entities", |
| "sec_num": null |
| }, |
| { |
| "text": "The motivations for building lexicons of FS naturally overlap with those for MWE: models of distributional semantics, in particular, can benefit from sensitivity to multiword units (Cohen and Widdows, 2009) , as can parsing (Constant and Nivre, 2016) and topic models (Lau et al., 2013). One major motivation for looking beyond MWEs is the ability to carry out broader linguistic analyses. Within corpus linguistics, multiword sequences have been studied in the form of lexical bundles (Biber et al., 2004) , which are simply n-grams that occur above a certain frequency threshold. Like FS, lexical bundles generally involve larger phrasal chunks that would be missed by traditional MWE extraction, and so research in this area has tended to focus on how particular formulaic phrases (e.g., if you look at) are indicative of particular genres (e.g., university lectures). Lexical bundles have been applied, in particular, to learner language: for example, Chen and Baker (2010) show that non-native student writers use a severely restricted range of lexical bundle types, and tend to overuse those types, while Granger and Bestgen (2014) investigate the role of proficiency, demonstrating that intermediate learners underuse lower-frequency bigrams and overuse high-frequency bigrams relative to advanced learners. Sakaguchi et al. (2016) demonstrate that improving fluency (closely linked to the use of linguistic formulas) is more important than improving strict grammaticality with respect to native speaker judgments of non-native productions; Brooke et al. (2015) explicitly argue for FS lexicons as a way to identify, track, and improve learner proficiency.", |
| "cite_spans": [ |
| { |
| "start": 181, |
| "end": 206, |
| "text": "(Cohen and Widdows, 2009)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 224, |
| "end": 250, |
| "text": "(Constant and Nivre, 2016)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 486, |
| "end": 506, |
| "text": "(Biber et al., 2004)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 956, |
| "end": 977, |
| "text": "Chen and Baker (2010)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 1111, |
| "end": 1137, |
| "text": "Granger and Bestgen (2014)", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 1315, |
| "end": 1338, |
| "text": "Sakaguchi et al. (2016)", |
| "ref_id": "BIBREF34" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Named Entities", |
| "sec_num": null |
| }, |
| { |
| "text": "Our approach to FS identification involves optimization of the total explanatory power of a lattice, where each node corresponds to an n-gram type. The explanatory power of the whole lattice is defined simply as a product of the explainedness of the individual nodes. Each node can be considered either \"on\" (is an FS) or \"off\" (is not an FS). The basis of the calculation of explainedness is the syntax-sensitive LPR association measure of Brooke et al. (2015) , but it is calculated differently depending on the on/off status of the node as well as the status of the nodes in its vicinity. Nodes are linked based on n-gram subsumption and corpus overlap relationships (see Figure 2), with \"on\" nodes typically explaining other nodes. Given these relationships, we iterate over the nodes and greedily optimize the on/off choice relative to explainedness in the local neighborhood of each node, until convergence.", |
| "cite_spans": [ |
| { |
| "start": 441, |
| "end": 461, |
| "text": "Brooke et al. (2015)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 675, |
| "end": 681, |
| "text": "Figure", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Method", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The first step in the process is to derive a set of ngrams and related statistics from a large, unlabeled corpus of text. Since our primary association measure is an adaption of LPR, our approach in this section mostly follows Brooke et al. (2015) up until the last stage. An initial requirement of any such method is an n-gram frequency threshold, which we set to 1 instance per 10 million words, following Brooke et al. (2015) . 3 We include gapped or non-contiguous n-grams in our analysis, in acknowledgment of the fact that many languages have MWEs where the components can be \"separated\", including verb particle constructions in English (Deh\u00e9, 2002) , and noun-verb idioms in Japanese . Having said this, there are generally strong syntactic and length restrictions on what can constitute a gap (Wasow, 2002) , which we capture in the form of a language-specific POS-based regular expression (see Section 4 for details). This greatly lowers the number of potentially gapped n-gram types, increasing precision and efficiency for negligible loss of recall. We also exclude punctuation and lemmatize the corpus, and enforce an n-gram count threshold. As long as the count threshold is substantially above 1, efficient extraction of all n-grams can be done iteratively: in iteration i, i-grams are filtered by the frequency threshold, and then pairs of instances of these i-grams with (i \u2212 1) words of overlap are found, which derives a set of (i + 1)-grams which necessarily includes all those over the frequency threshold.", |
| "cite_spans": [ |
| { |
| "start": 227, |
| "end": 247, |
| "text": "Brooke et al. (2015)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 408, |
| "end": 428, |
| "text": "Brooke et al. (2015)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 431, |
| "end": 432, |
| "text": "3", |
| "ref_id": null |
| }, |
| { |
| "start": 644, |
| "end": 656, |
| "text": "(Deh\u00e9, 2002)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 802, |
| "end": 815, |
| "text": "(Wasow, 2002)", |
| "ref_id": "BIBREF41" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Collecting statistics", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Once a set of relevant n-grams is identified and counted, other statistics required to calculate the Lexical Predictability Ratio (\"LPR\") for each word in the n-gram are collected. LPR is a measure of how predictable a word is in a lexical context, as compared to how predictable it is given only syntactic context (over the same span of words). Formally, the LPR for word w i in the context of a word sequence w 1 , ..., w i , ..., w n with POS tag sequence t 1 , ..., t n is given by:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Collecting statistics", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "LPR(w i , w 1,n ) = max 1\u2264j<k\u2264n p(w i |w j,k ) p(w i |t j,k )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Collecting statistics", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "where w j,k denotes the word sequence w j , ..., w i\u22121 , w i+1 , ..., w k excluding w i (similarly for t j,k ). Note that the lower bound of LPR is 1, since the ratio for a word with no context is trivially 1. We use the same equation for gapped n-grams, with the caveat that quantities involving sequences which include the location where the gap occurs are derived from special gapped n-gram statistics. Note that the identification of the best ratio across all possible choices of context, not just the largest, is important for longer FS, where the entire POS context alone might uniquely identify the phrase, resulting in the minimum LPR of 1 even for entirely formulaic sequences-an undesirable result.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Collecting statistics", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "In the segmentation approach of Brooke et al. (2015) , LPR for an entire span is calculated as a product of the individual LPRs, but here we will use the minimum LPR across the words in the sequence:", |
| "cite_spans": [ |
| { |
| "start": 32, |
| "end": 52, |
| "text": "Brooke et al. (2015)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Collecting statistics", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "minLPR(w 1,n ) = min 1\u2264i\u2264n LPR(w i , w 1,n )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Collecting statistics", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Here, minLPR for a particular n-gram does not reflect the overall degree to which it holds together, but rather focuses on the word which is its weakest link. For example, in the case of be keep * under wraps ( Figure 2 ), a general statistical metric might assign it a high score due to the strong association between keep and under or under and wraps, but minLPR is focused on the weaker relationship between be and the rest of the phrase. This makes it particularly suited to use in a lattice model of competing n-grams, where the choice of be keep * under wraps versus keep * under wraps should be based exactly on the extent to which be is an essential part of the phrase; the other affinities are, in effect, irrelevant, because they occur in the smaller n-gram as well.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 211, |
| "end": 219, |
| "text": "Figure 2", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Collecting statistics", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "The n-gram nodes in the lattice are directionally connected to nodes consisting of (n + 1)-grams which subsume them and (n \u2212 1)-grams which they subsume. For example, as detailed in Figure 2 , the (gapped) n-gram keep * under wraps would be connected \"upwards\" to the node keep everything under wraps and connected \"downwards\" to under wraps. These directional relationships allow for two basic interactions between nodes in the lattice when a node is turned on: covering, which inhibits nodes below (subsumed by) a turned-on node (e.g., if keep * under wraps is on, the model will tend not to choose under wraps as an FS); and clearing, which inhibits nodes above a turned-on node (e.g., if keep * under wraps is on, the model would avoid selecting keep everything under wraps as an FS). A third, undirected mechanism is overlapping, where nodes inhibit each other due to overlaps in the corpus (e.g., having both keep * under wraps and be keep * under as FS will be avoided).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 182, |
| "end": 190, |
| "text": "Figure 2", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Node interactions", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "The most important node interaction is covering, which corresponds to discounting or entirely excluding a node due to a node higher in the lattice. Our model includes two types of covering: hard and soft.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Covering", |
| "sec_num": "3.2.1" |
| }, |
| { |
| "text": "Hard covering is based on the idea that, due to very similar counts, we can reasonably conclude that the presence of an n-gram in our statistics is a direct result of a subsuming (n+i)-gram. In Figure 2 , e.g., if we have 143 counts of keep * under wraps and 152 counts of under wraps, the presence of keep * under wraps almost completely explains under wraps, and we should consider these two n-grams as one. We do this by permanently disabling any hard covered node, and setting the minLPR of the covering node to the maximum minLPR among all the nodes it covers (including itself); this means that longer ngrams with function words (which often have lower minLPR) can benefit from the strong statistical relationships between open-class lexical features in ngrams that they cover. This is done as a preprocessing step, and greatly improves the tractability of the iterative optimization of the lattice. Of course, a threshold for hard covering must be chosen: during development we found that a ratio of 2/3 (corresponding to a significant majority of the counts of a lower node corresponding to the higher node) worked well. We also use the concept of hard covering to address the issue of pronouns, based on the observation that specific pronouns often have high LPR values due to pragmatic biases (Brooke et al., 2015) ; for instance, private state verbs like feel tend to have first person singular subjects. In the lattice, n-grams with pronouns are considered covered (inactive) unless they cover at least one other node which does not have a pronoun, which allows us to limit FS with pronouns without excluding them entirely: they are included only in cases where they are definitively formulaic.", |
| "cite_spans": [ |
| { |
| "start": 1303, |
| "end": 1324, |
| "text": "(Brooke et al., 2015)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 194, |
| "end": 202, |
| "text": "Figure 2", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Covering", |
| "sec_num": "3.2.1" |
| }, |
| { |
| "text": "Soft covering is used in cases when a single ngram does not entirely account for another, but a turned-on n-gram to some extent may explain some of the statistical irregularity of one lower in the lattice. For instance, in Figure 2 keep * under is not hard-covered by keep * under wraps (since there are FS such as keep * under surveillance and keep it under your hat), but if keep * under wraps is tagged as an FS, we nevertheless want to discount the portion of the keep * under counts that correspond to occurrences of keep * under wraps, with the idea that these occurrences have already been explained by the longer n-gram. If enough subsuming n-grams are on, then the shorter n-gram will be discounted to the extent that it will be turned off, preventing redundancy. This effect is accomplished by increasing the turned-off explainedness of keep * under (and thus making turning on less desirable) in the follow-ing manner: let c(\u2022) be the count function, y i the current FS status for node x i (0 if off, 1 if on) and ab(x) a function which produces the set of indicies of all nodes above node x in the lattice. Then, the cover(x t ) score for a covered node t is:", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 223, |
| "end": 231, |
| "text": "Figure 2", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Covering", |
| "sec_num": "3.2.1" |
| }, |
| { |
| "text": "cover(x t ) = max 0, c(x t ) \u2212 i\u2208ab(xt) y i \u2022 c(x i ) c(x t )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Covering", |
| "sec_num": "3.2.1" |
| }, |
| { |
| "text": "When applied as an exponent to a minLPR score, it serves as simple, quick-to-calculate approximation of a new minLPR with the counts corresponding to the covering nodes removed from the calculation. The cover score takes on values in the range 0 to 1, with 1 being the default when no covering occurs.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Covering", |
| "sec_num": "3.2.1" |
| }, |
| { |
| "text": "In general, covering prefers turning on longer, covering n-grams since doing so explains nodes lower in the lattice. Not surprisingly, it is generally desirable to have a mechanism working in opposition, i.e., one which views shorter FS as helping to explain the presence of longer n-grams which contain them, beyond the FS-neutral syntactic explanation provided by minLPR. Clearing does this by increasing the explainedness of nodes higher in the lattice when a lower node is turned-on. The basic mechanism is similar to covering, except that counts cannot be made use of in the same way-whereas it makes sense to explain covered nodes in proportion to the counts of their covering nodes (since the counts of the covered n-grams can be directly attributed to the covering n-gram), in the reverse direction this logic fails.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Clearing", |
| "sec_num": "3.2.2" |
| }, |
| { |
| "text": "A simple but effective solution which avoids extra hyperparameters is to make use of the minLPR values of the relevant nodes. In the most common two-node situation, we increase the explainedness of the cleared node based on the ratio of the minLPR of two nodes, though only if the minLPR of the lower node is higher. Generalized to the (rare) case of multiple clearing nodes, we define clear(x t ) as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Clearing", |
| "sec_num": "3.2.2" |
| }, |
| { |
| "text": "clear(x t ) = i\u2208bl(xt) min 1, minLPR(x t ) y i \u2022 minLPR(x i )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Clearing", |
| "sec_num": "3.2.2" |
| }, |
| { |
| "text": "where bl(x t ) produces a set of indicies of nodes below x t in the lattice. We refer to this mechanism as \"clearing\" because it tends to clear away a variety of trivial uses of common FS which may have higher LPR due to the lexical and syntactic specificity of the FS. For instance, in Figure 2 if the node keep * under wraps is turned on and has a minLPR of 8, then, if the minLPR of a node such as keep * under wraps for is 4, clear(x t ) will be 0.5. Like cover, clear takes on values in the range 0 to 1, with 1 being the default when no clearing occurs. Note that one major advantage with this particular formulation of clearing is that low-LPR nodes will be unable to clear higher LPR nodes above them in the lattice; otherwise, bad FS like of the might be selected as FS based purely to increase the explainedness of the many n-grams they appear in.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 287, |
| "end": 295, |
| "text": "Figure 2", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Clearing", |
| "sec_num": "3.2.2" |
| }, |
| { |
| "text": "The third mechanism of node interaction involves n-grams which overlap in the corpus. In general, independent FS do not consistently overlap. For example, given that be keep * under and keep * under wraps often appear together (overlapping on the tokens keep * under), we do not want both being selected as an FS, even in the case that both have high minLPR. To address this problem, rather than increasing the explainedness of turned-off nodes, we decrease the explainedness of the overlapping turned-on nodes-a penalty rather than an incentive which expresses the model's confusion at having overlapping FS. For non-subsuming nodes x i and x j , let oc(x i , x j ) be the count of instances of x i which contain at least one non-gap token of a corresponding instance of x j . For subsuming nodes, though, overlap is treated asymmetrically, with oc(x i , x j ) equal to c(x j ) (the lower count) if j \u2208 ab(x i ), but zero if j \u2208 bl(x i ). Given this definition of oc, we define overlap(x t ) as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Overlap", |
| "sec_num": "3.2.3" |
| }, |
| { |
| "text": "overlap(x t ) = c(x t ) c(x t ) \u2212 |X| i=1 y i \u2022 oc(x t , x i )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Overlap", |
| "sec_num": "3.2.3" |
| }, |
| { |
| "text": "Overlap takes on values in the range 1 to +\u221e, also defaulting to 1 when no overlaps exist. The effect of overlap is hyperbolic: small amounts of overlap have little effect, but nodes with significant overlap will effectively be forced to turn off.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Overlap", |
| "sec_num": "3.2.3" |
| }, |
| { |
| "text": "The objective function maximized by the model is then the explainedness (expl) across all the nodes of the lattice X, x i , . . . , x N , which can be defined in terms of minLPR, the node interaction functions, and the FS status y i of each node in the lattice:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Explainedness", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "expl(X) = |X| i=1 y i \u2022 C \u2212overlap(x i ) + (\u2212y i + 1) \u2022 minLPR(x i ) \u2212cover(x i )\u2022clear(x i ) (1)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Explainedness", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "When a node is off, its explainedness is the inverse of its minLPR, except if there are covering or clearing nodes which explain it by pushing the exponent of minLPR towards zero. When the node is on, its explainedness is the inverse of a fixed cost hyperparameter C, though this cost is increased if it overlaps with other active nodes. All else being equal, when minLPR(t) > C, a node will be selected as an FS, and so, independent of the node interactions, C can be viewed as the threshold for the minLPR association measure under a traditional approach to MWE identification.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Explainedness", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "The dependence of the explainedness of nodes on their neighbors effectively prohibits a global optimization of the lattice. Fortunately, though most of the nodes in the lattice are part of a single connected graph, most of the effects of nodes on each other are relatively local, and effective local optimizations can be made tractable by applying some simple restrictions. The main optimization loop consists of iterations over the lattice until complete convergence (no changes in the final iteration). For each iteration over the main loop, each potentially active node is examined in order to evaluate whether its current status is optimal given the current state of the lattice. The order that we perform this has an effect on the result: among the obvious options (LPR, ngram length), in development good results were obtained through ordering nodes by frequency, which gives an implicit advantage to relatively common ngrams.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Optimization", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "Given the relationships between nodes, it is obviously not sufficient to consider switching only the present node. If, for instance, one or more of be keep * under wraps, under wraps, or be keep * under has been turned on, the covering, clearing, or overlapping effects of these other nodes will likely prevent Algorithm 1 Optimization algorithm. X is an ordered list of the nodes in the lattice. Nodes (designated by x) contain pointers to the nodes immediately linked to them in the lattice. States (designated by Y ) indicate whether each node is ON or OFF. Explainedness values are indicated by e. rev = relevant, aff = affected, curr = current", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Optimization", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "function LOCALOPT(Y start , x, X rev , X aff ) Y start \u2190 SET(Y start , x, ON) Q \u2190 EMPTYQUEUE() e best \u2190 0 Y best \u2190 NULL PUSH(Q, Y start ) repeat Y curr \u2190 POP(Q) e curr \u2190 CALCEXPL(Y curr , X aff ) for x rev in X rev do Y new \u2190 SET(Y curr , x rev , OFF) e new \u2190 CALCEXPL(Y new , X aff )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Optimization", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "if e new > e curr then PUSH(Q, Y new ) if e new > e best then:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Optimization", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "e best \u2190 e new Y best \u2190 Y new until ISEMPTY(Q) return Y best FREQUENCYSORTREVERSE(X) s \u2190 INITIALIZEALLOFF(X) repeat Changed \u2190 FALSE for x in X do X rev \u2190 GETRELEVANT(x, X) X aff \u2190 GETAFFECTED(X rev , X) Y new \u2190 LOCALOPT(Y, x, X rev , X aff ) if Y new = Y then Y \u2190 Y new Changed \u2190 TRUE until !Changed", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Optimization", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "a competing node like keep * under wraps from being correctly activated. Instead, the algorithm identifies a small set of \"relevant\" nodes which are the most important to the status of the node under consideration. Since turned-off nodes have no direct effect on each other, only turned-on nodes above, below, or overlapping with the current node in the lattice need be considered. Once the relevant nodes have been identified, all nodes (including turned-off nodes) whose explainedness is affected by one or more of the relevant nodes are identified. Next, a search is carried out for the optimal configuration of the relevant nodes, starting from an 'all-on' state and iteratively considering new states with one relevant node turned off; the search continues as long as there is an improvement in explainedness. Since the node interactions are roughly cumulative in their effects, this approach will generally identify the optimal state without the need for an exhaustive search. See Algorithm 1 for details.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Optimization", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "Omitted from Algorithm 1 for clarity are various low-level efficiencies which prevent the algorithm from reconsidering states already checked or from recalculating the explainedness of nodes when unnecessary. We also apply the following efficiency restrictions, which significantly reduce the runtime of the algorithm. In each case, more extreme (less efficient) values were individually tested using a development set and found to provide no benefit in terms of the quality of the output lexicon:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Optimization", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "\u2022 We limit the total number of relevant nodes to 5. When there are more than 5 nodes turned on in the vicinity of the target node, the most relevant nodes are selected by ranking candidates by the absolute difference in explainedness across possible configurations of the target and candidate node considered in isolation; \u2022 To avoid having to deal with storing and processing trivial overlaps, we exclude overlaps with a count of less than 5 from our lattice; \u2022 Many nodes have a minLPR which is slightly larger than 1 (the lowest possible value). There is very little chance these nodes will be activated by the algorithm, and so after applying hard covering, we do not consider activating nodes with minLPR < 2.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Optimization", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "We evaluate our approach across three different languages, including evaluation sets derived from four different corpora selected for their size and linguistic diversity. In English, we follow Brooke et al.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "4" |
| }, |
| { |
| "text": "in using a 890M token filtered portion of the ICWSM blog corpus (Burton et al., 2009) tagged with the Tree Tagger (Schmid, 1995) . To facilitate a comparison with Newman et al. (2012) , which does not scale up to a corpus as large as the ICWSM, we also build a lexicon using the 100M token British National Corpus (Burnard, 2000) , using the standard CLAWS-derived POS tags for the corpus. Lemmatization included removing all inflectional marking from both words and POS tags. For English, gaps are identified using the same POS regex used in Brooke et al. (2015) , which includes simple nouns and portions thereof, up to a maximum of 4 words. The other two languages we include in our evaluation are Croatian and Japanese. Relative to English, both languages have freer word order: we were interested in probing the challenges associated with using an n-gram approach to FS identification in such languages. For Croatian, we used the 1.2-billion-token fhrWaC corpus (\u0160najder et al., 2013) , a filtered version of the Croatian web corpus hrWaC (Ljube\u0161i\u0107 and Klubi\u010dka, 2014) , which is POS-tagged and lemmatized using the tools of . Similar to English, the POS regex for Croatian includes simple nouns, adjectives and pronouns, but also other elements that regularly appear inside FS, including both adverbs and copulas. For Japanese, we used a subset of the 100M-page web corpus of Shinzato et al. (2008) , which was roughly the same token length as the English corpus. We segmented and POS-tagged the corpus with MeCab (Kudo, 2008) using the UNIDIC morphological dictionary (Den et al., 2007) . The POS regex for Japanese covers the same basic nominal structures as English, but also includes case markers and adverbials. Though our processing of Japanese includes basic lemmatization related to superficial elements like the choice of writing script and politeness markers, many elements (such as case marking) which are removed by lemmatization in Croatian are segmented into independent morphological units in the MeCab output, making the task somewhat different for the two languages. Brooke et al. (2015) introduced a method for evaluating FS extraction without a reference lexicon or direct annotation of the output of a model. Instead, n-grams are sampled after applying the frequency threshold and then annotated as being either an FS or not. Benefits of this style of evaluation include replicability, the diversity of FS, and the ability to calculate a true F-score. We use the annotation of 2000 n-grams in the ICWSM corpus from that earlier work, and applied the same annotation methodology to the other three corpora: after training and based on written guidelines derived from the definitions of Wray (2008) , three native-speaker, educated annotators judged 500 contiguous n-grams and another 500 gapped n-grams for each corpus.", |
| "cite_spans": [ |
| { |
| "start": 64, |
| "end": 85, |
| "text": "(Burton et al., 2009)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 114, |
| "end": 128, |
| "text": "(Schmid, 1995)", |
| "ref_id": "BIBREF35" |
| }, |
| { |
| "start": 163, |
| "end": 183, |
| "text": "Newman et al. (2012)", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 314, |
| "end": 329, |
| "text": "(Burnard, 2000)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 543, |
| "end": 563, |
| "text": "Brooke et al. (2015)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 967, |
| "end": 989, |
| "text": "(\u0160najder et al., 2013)", |
| "ref_id": null |
| }, |
| { |
| "start": 1044, |
| "end": 1073, |
| "text": "(Ljube\u0161i\u0107 and Klubi\u010dka, 2014)", |
| "ref_id": "BIBREF26" |
| }, |
| { |
| "start": 1382, |
| "end": 1404, |
| "text": "Shinzato et al. (2008)", |
| "ref_id": "BIBREF39" |
| }, |
| { |
| "start": 1520, |
| "end": 1532, |
| "text": "(Kudo, 2008)", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 1575, |
| "end": 1593, |
| "text": "(Den et al., 2007)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 2090, |
| "end": 2110, |
| "text": "Brooke et al. (2015)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 2711, |
| "end": 2722, |
| "text": "Wray (2008)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Other than the inclusion of new languages, our test sets differ from Brooke et al. (2015) in two ways. One advantage of a type-based annotation approach, particularly with regards to annotation with a known subjective component, is that it is quite sensible to simply discard borderline cases, improving reliability at the cost of some representativeness. As such we entirely excluded from our test set n-grams which just one annotator marked as FS. Table 1 contains the counts for the four test sets after this filtering step and Fleiss' Kappa scores before (\"Pre\") and after (\"Post\"). The second change is that for the main evaluation we collapsed gapped and contiguous n-grams into a single test set. The rationale is that the number of positive gapped examples is too low to provide a reliable independent F-score.", |
| "cite_spans": [ |
| { |
| "start": 69, |
| "end": 89, |
| "text": "Brooke et al. (2015)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 450, |
| "end": 457, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Our primary comparison is with the heuristic LPR model of Brooke et al. (2015) , which is scalable to large corpora and includes gapped n-grams. For the BNC, we also benchmark against the DP-seg model of Newman et al. (2012) with recommended settings, and the LocalMaxs algorithm of da Silva and Lopes (1999) using SCP; neither of these methods scale to the larger corpora. 4 Because these other approaches only generate sequential multiword units, we use only the sequential part of the BNC test set for this evaluation. All comparison approaches have themselves been previously compared against a wide range of association measures. As such, we do not repeat all these comparisons here, but we do consider a lexicon built from ranking n-grams according to the measure used in our lattice (minLPR) as well as PMI and raw frequency. For each of these association measures we rank all n-grams above the frequency threshold and build a lexicon equal to the size of the lexicon produced by our model.", |
| "cite_spans": [ |
| { |
| "start": 58, |
| "end": 78, |
| "text": "Brooke et al. (2015)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 204, |
| "end": 224, |
| "text": "Newman et al. (2012)", |
| "ref_id": "BIBREF27" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "4" |
| }, |
| { |
| "text": "We created small development sets for each corpus and used them to do a thorough testing of parameter settings. Although it is generally possible to increase precision by increasing C, we found that across corpora we always obtained near-optimal results with C = 4, so to demonstrate the usefulness of the lattice technique as an entirely off-the-shelf tool, we present the results using identical settings for all four corpora. We treat covering as a fundamental part of the Lattice model, but to investigate the efficacy of other node interactions within the model we present results with overlap and clearing node interactions turned off.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The main results for FS acquisition across the four corpora are shown in Table 2 . As noted in Section 2, simple statistical association measures like PMI do poorly when faced with syntactically-unrestricted n-grams of variable length: minLPR is clearly a much better statistic for this purpose. The LPRseg method of Brooke et al. (2015) consistently outperforms simple ranking, and the lattice method proposed here does better still, with a margin that is fairly consistent across the languages. Generally, clearing and overlap node interactions provide a relatively large increase in precision at the cost of a smaller drop in recall, though the change is fairly symmetrical in Croatian. When only covering is used, the results are fairly similar to Brooke et al. (2015) , which is unsurprising given the extent to which decomposition and covering are related. The Japanese and ICWSM corpora have relatively high precision and low recall, whereas both the BNC and Croatian corpora have low precision and high recall.", |
| "cite_spans": [ |
| { |
| "start": 317, |
| "end": 337, |
| "text": "Brooke et al. (2015)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 752, |
| "end": 772, |
| "text": "Brooke et al. (2015)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 73, |
| "end": 80, |
| "text": "Table 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5" |
| }, |
| { |
| "text": "In the contiguous FS test set for the BNC (Ta- Table 2 : Results of FS identification in various test sets: Countrank = ranking with frequency; PMIrank = PMI-based ranking; minLPRrank = ranking with minLPR; LPRseg = the method of Brooke et al. (2015) ; \"\u2212cl\" = no clearing; \"\u2212ovr\" = no penalization of overlaps; \"P\" = Precision; \"R\" = Recall; and \"F\" = F-score. Bold is best in a given column. The performance difference of the Lattice model relative to the best baseline for all test sets considered together is significant at p < 0.01 (based on the permutation test: Yeh (2000)). (1999) ; DP-seg = method of Newman et al. (2012) ble 3), we found that both the LocalMaxs algorithm and the DP-seg method of Newman et al. (2012) were able to beat our other baseline methods with roughly similar F-scores, though both are well below our Lattice method. Some of the difference seems attributable to fairly severe precision/recall imbalance, though we were unable to improve the F-score by changing the parameters from recommended settings for either model.", |
| "cite_spans": [ |
| { |
| "start": 230, |
| "end": 250, |
| "text": "Brooke et al. (2015)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 582, |
| "end": 588, |
| "text": "(1999)", |
| "ref_id": null |
| }, |
| { |
| "start": 610, |
| "end": 630, |
| "text": "Newman et al. (2012)", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 707, |
| "end": 727, |
| "text": "Newman et al. (2012)", |
| "ref_id": "BIBREF27" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 47, |
| "end": 54, |
| "text": "Table 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Though the results across the four corpora are reasonably similar with respect to overall F-score, there are some discrepancies. By using the standard UNI-DIC morpheme representation as the base unit for Japanese, the model ends up doing an extra layer of FS identification, one which is provided by word boundaries in the other languages. The result is that there are relatively more FS for Japanese: precision is high, and recall is comparably low. Importantly, the initial n-gram statistics actually reflect that Japanese is different: the number of n-gram types over length 4 is almost twice the number in the ICWSM corpus. One idea for future work is to automatically adapt to the input language/corpus in order to ensure a good balance between precision and recall. At the opposite extreme, the low precision of the BNC is almost certainly due to its relatively small size: whereas the n-gram threshold we used here results in minimum counts of roughly 100 for the other three corpora, the BNC statistics include n-grams with counts of less than 10. At such low counts, LPR is less reliable and more noise gets into the lexicon: the first column of Table 4 shows that the BNC is noticeably larger then the other lexicons, and the higher numbers in columns 2 and 3 (number of POS types and percentage of gapped expressions, resp.) are also indicative of increased noise. This could be resolved by increasing the n-gram threshold. It might also make sense to simply avoid smaller corpora, though for some applications a smaller corpus Table 4 : Statistics for the lexicons created by our lattice method may be unavoidable. One idea we are pursing is modifying the calculation of the LPR metric to use a more conservative probability estimate than maximum likelihood in the case of low counts.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 1155, |
| "end": 1162, |
| "text": "Table 4", |
| "ref_id": null |
| }, |
| { |
| "start": 1539, |
| "end": 1546, |
| "text": "Table 4", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "We were interested in Croatian and Japanese in part because of their relatively free word order, and whether the handling of gaps would help with identifying FS in these languages. We discovered, however, that free word order actually results in more of a tendency towards contiguous FS, not less, a fact that is reflected in our test sets (Table 1) as well as the lexicons themselves (Table 4) . Strikingly rare in Croatian, in particular, are expressions where the content of a gap is an argument which must be filled to syntactically complete an expression: it is English whose fixed-word-order constraints often keep elements of an FS distant from each other. The gaps that do happen in Croatian are mostly prosodydriven insertions of other elements into already complete FS. This phenomena highlights a problem with the current model, in that gapped and contiguous versions of the same n-gram sequence (e.g., take away and take * away) are, at present, considered entirely independently. Alternatives for dealing with this include collapsing statistics to create a single node in the lattice, creating a promoting link between contiguous and gapped versions of the same n-grams sequence in the lattice model, or switching to a dependency representation (which, we note, requires very little change to the basic model presented here, but would narrow its applicability). Table 4 otherwise reflect the quantity and diversity of FS across the corpora, particularly in terms of the number of POS patterns represented in the lexicon. Looking at the most common POS patterns across languages, only noun-noun and adjective-noun combinations ever account for more than 5% of all word types in any of the lexicons. Though some of the diversity can of course be attributed to noise, it is safe to say that most FS do not fall into the standard two-word syntactic categories used in MWE work, and therefore identifying them requires a much more general approach like the one presented here. Table 5 contains 10 randomly selected examples from each of the lexicons produced by our method. Among the English examples, most of the clear errors are bigrams that reflect particular biases of their respective corpora: The phrase via slashdot comes from boilerplate text identifying the source of an article, whereas Maureen (from Maureen says) is a character in one of the novels included in the BNC. The longer FS mostly seem sensible, in that they are plausible lexicalized constructions, though be open to all * in the from the BNC seems too long and is likely the result of noise due to insufficient examples. Some FS are dialectal variants, for instance license endorsed refers to British traffic violations. More generally, the FS lexicons created by these two corpora are quite distinct, sharing less than 50% of their entries.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 340, |
| "end": 349, |
| "text": "(Table 1)", |
| "ref_id": null |
| }, |
| { |
| "start": 385, |
| "end": 394, |
| "text": "(Table 4)", |
| "ref_id": null |
| }, |
| { |
| "start": 1375, |
| "end": 1382, |
| "text": "Table 4", |
| "ref_id": null |
| }, |
| { |
| "start": 1985, |
| "end": 1992, |
| "text": "Table 5", |
| "ref_id": "TABREF6" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "One striking thing about the non-English FS is how poorly they translate: many good FS in these languages become extremely awkward when translated into English. This is expected, of course, for idioms like biti general poslije bitke \"be the general after the battle\" (i.e., \"hindsight is 20/20\"), but it extends to other relatively compositional constructions like \u3053\u3046 \u8a00\u3046 * \u304c \u7d9a\u304f \"repeat occurrences of * like this\" and \u524d\u671f \u6bd4 \"first half comparison\". This highlights the potential importance of focusing on FS when learning a language. Though some of the errors seem to be the result of extra material added to a good FS, for instance promet teretnih vozila \"good English (ICWSM) heart ache, so * have some time, part of the blame, via slashdot, any more questions, protein expression, work in * bank, al-qaeda terrorist, continue discussions, speak about * issue English (BNC) go into decline, Maureen says, be open to all * in the, Peggy Sue, square * shoulders, delivery system for, this * also includes, license endorsed, point * finger, highly * asset Croatian negativno utjecati na \"negatively affects on\", jedan od dobrih poznavatelja \"one of the best connoisseurs of\", jasno * je da \"it is clear to * that\", promet teretnih vozila \"good vehicle traffic\", odvratiti pozornost \"divert attention\", biti general poslije bitke \"be the general after the battle\", popularni internetski \"popular internet\", izazvati kaos \"cause chaos\", austrijski investitor \"Austrian investor\", ideja o gradnji \"the idea of building\" Japanese \u9ad8\u901f \u9053\u8def \u6574\u5099 \"highway construction\", \u5e74\u6b21 \u5f8c\u671f \"the second half of the fiscal year\", \u52b4 \u50cd \u8005 \u6d3e\u9063 \u4e8b\u696d \"temporary labor agency\", \u3053\u3046 \u8a00\u3046 * \u304c \u7d9a\u304f \"repeat occurrences of * like this\", \u98a8\u90aa \u3063 \u5339 \"cold sufferer\", \uff24\uff28\uff23\uff30 \u30b5\u30fc\u30d0\u30fc \"DHCP server\", \u524d\u671f \u6bd4 \"first half comparison\", \u7d4c\u55b6 \u4e8b\u9805 \u5be9\u67fb \"examination of administrative affairs\", \u81ea\u5206 \u306e \u6587\u7ae0 \"own writing\", \u6df1\u3044 \u5473\u308f\u3044 \"deep flavor\" vehicle traffic\", most, again, are somewhat inexplicable artifacts of the corpus they were built from, like austrijski investitor \"Austrian investor\". Since Zipfian frequency curves naturally extend to multiword vocabulary, our lexicons (and typebased evaluation of them) are of course dominated by rarer terms. This is not, we would argue, a serious drawback, since in practical terms there is very little value in focusing on common FS like of course which manually-built lexicons already contain; most of the potential in automatic extraction comes from the long tail. However, we did investigate the other end of the Zipfian curve by extracting the 20 most common MWEs (including both strong and weak) from the Schneider et al. (2014b) corpus. In the ICWSM lexicon, our recall for these common terms was fairly high (0.7), with errors mostly resulting from longer phrases containing these terms \"winning out\" (in the lattice) over shorter phrases, which have relatively low LPR due to extremely common constituent words; for example, we missed on time, but had 19 FS which contain it (e.g. right on time, show up on time, and start on time). In one case which showed this same problem, waste * time, the lexicon did have its ungapped version, highlighting the potential for improved handling of this issue.", |
| "cite_spans": [ |
| { |
| "start": 669, |
| "end": 676, |
| "text": "(ICWSM)", |
| "ref_id": null |
| }, |
| { |
| "start": 2577, |
| "end": 2601, |
| "text": "Schneider et al. (2014b)", |
| "ref_id": "BIBREF37" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The statistics in", |
| "sec_num": null |
| }, |
| { |
| "text": "In Section 2, we noted that FS is generally a much broader category than MWE, which we take as referring to terms which carry significant noncompositional meaning. We decided to investigate the distinction at a practical level by annotating the positive examples in the ICWSM test set for being MWE or non-MWE FS. 5 First, we note that only 28% of our FS types were labeled MWE; this is in contrast to, for instance, the annotation of Schneider et al. (2014b) where \"weak\" MWE make up a small fraction of MWE types. Even without any explicit representation of compositionality, our model did much better at identifying MWE FS than non-MWE FS: 0.7 versus 0.32 recall. This may simply reflect, however, the fact that a disproportionate number of MWEs were noun-noun compounds, which are fairly easy for the model to identify.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The statistics in", |
| "sec_num": null |
| }, |
| { |
| "text": "Due to the lack of spaces between words and an agglutinative morphology, the standard approach to tokenization and lemmatization in Japanese involves morphological rather than word segmentation. In terms of the content of the resulting lexicon we believe the effect of this difference on FS extraction is modest, since much of the extra FS in Japanese would simply be single words in other languages (and considered trivially part of the FS lexicon). However, from a theoretical perspective we might very much prefer to build FS for all languages starting from morphemes rather than words. Such a framework could, for instance, capture inflectional flexibility versus fixedness directly in the model, with fixed inflectional morphemes included as a distinct element of the FS and flexible morphemes becoming gaps. However, for many languages this would result in a huge blow up in complexity with only modest increases in the scope of FS identification. Though it is indisputable that inflectional fixedness is part of the lexical information contained in an FS, in practice this sort of information can be efficiently derived post hoc from the corpus statistics.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The statistics in", |
| "sec_num": null |
| }, |
| { |
| "text": "Though we have demonstrated that competition within a lattice is a powerful method for the production of multiword lexicons, its usefulness derives less from the specific choices we have made in this instantiation of the model, and more from the flexiblity that such a model provides for future research. Not only do alternatives like DP-seg and LocalMaxs fail to scale up to large corpora, there are few obvious ways to improve on their simple underlying algorithms without compromising their elegance and worsening tractability. Fast and functional, the LPR decomp approach is nevertheless algorithmically ungainly, involving multiple layers of heuristic-driven filtering with no possibility of correcting errors. Our lattice method is aimed at something between these extremes: a practical, optimizable model, but with various component heuristics that can be improved upon. For instance, though the current version of clearing is effective and has practical advantages relative to simpler options that we tested, it could be enhanced by more careful investigation of the statistical properties of n-grams which contain FS.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The statistics in", |
| "sec_num": null |
| }, |
| { |
| "text": "We can also consider adding new terms to the exponents of the two parts of our objective function, analagous to the cover, clear, and overlap functions, based on other relationships between nodes in the lattice. One which we have considered is creating new connections between identical or similar syntactic patterns, which could serve to encourage the model to generalize. In English, for instance, it might learn that verb-particle combinations are generally likely to be FS, whereas verb-determiner combinations are not. Our initial investigations sug-gest, however, it may be difficult to apply this idea without merely amplifying existing undesirable biases in the LPR measure. Bringing in other information such as simple distributional statistics might help the model identify non-compositional semantics, and could, in combination with the existing lattice competition, focus the model on MWEs which could provide a reliable basis for generalization.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The statistics in", |
| "sec_num": null |
| }, |
| { |
| "text": "For all four corpora, the lattice optimization algorithm converged within 10 iterations. Although the optimization of the lattice is several orders of magnitude more complex than the decomposition heuristics of Brooke et al. (2015) , the time needed to build and optimize the lattice is a fraction of the time required to collect the statistics for LPR calculation, and so the end-to-end runtimes of the two methods are comparable. In the BNC, the full lattice method was much faster than LocalMaxs and DP-Seg, though direct runtime comparisons to these methods are of modest value due to differences in both scope and implementation.", |
| "cite_spans": [ |
| { |
| "start": 211, |
| "end": 231, |
| "text": "Brooke et al. (2015)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The statistics in", |
| "sec_num": null |
| }, |
| { |
| "text": "Finally, though the model was designed specifically for FS extraction, we note that it could be useful for related tasks such as unsupervised learning of morphological lexicons, particularly for agglutinative languages. Character or phoneme n-grams could compete in an identically structured lattice to be chosen as the best morphemes for the language, with LPR adapted to use phonological predictability (i.e., based on vowel/consonant \"tags\") instead of syntactic predictability. It is likely, though, that further algorithmic modifications would be necessary to target morphological phenomena well, which we leave for future work.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The statistics in", |
| "sec_num": null |
| }, |
| { |
| "text": "We have presented here a new methodology for acquiring comprehensive multiword lexicons from large corpora, using competition in an n-gram lattice. Our evaluation using annotations of sampled n-grams shows that it consistently outperforms alternatives across several corpora and languages. A tool which implements the method, as well as the acquired lexicons, annotation guidelines, and test sets have been made available. 6 ", |
| "cite_spans": [ |
| { |
| "start": 423, |
| "end": 424, |
| "text": "6", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "7" |
| }, |
| { |
| "text": "Transactions of the Association for Computational Linguistics, vol. 5, pp. 455-470, 2017. Action Editor: Noah Smith.Submission batch: 1/2017; Revision batch: 5/2017; Published 11/2017. c 2017 Association for Computational Linguistics. Distributed under a CC-BY 4.0 license.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Based on manual analysis using the MWE corpus ofSchneider et al. (2014b), this achieves very good (over 90%) type-level MWE coverage using the frequency filtered n-gram statistics from the ICWSM blog corpus (see Section 4) after filtering out proper names.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "DP-seg is far too slow, and LocalMaxs, though faster, calculates counts for all n-grams in the corpus, which would require terabytes of RAM for the large corpora.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The set was exhaustively annotated by two native-speaker annotators (\u03ba = 0.73), and conflicts were resolved through discussion.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "https://github.com/julianbrooke/ LatticeFS", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "The second author was supported by an Endeavour Research Fellowship from the Australian Government, and in part by the Croatian Science Foundation under project UIP-2014-09-7312. We would also like to thank our English, Japanese, and Croatian annotators, and the TACL reviewers and editors for helping shape this paper into its current form.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": null |
| }, |
| { |
| "text": "Alison Wray. 2008 ", |
| "cite_spans": [ |
| { |
| "start": 7, |
| "end": 17, |
| "text": "Wray. 2008", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "annex", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Lemmatization and morphosyntactic tagging of Croatian and Serbian", |
| "authors": [ |
| { |
| "first": "Zeljko", |
| "middle": [], |
| "last": "Agi\u0107", |
| "suffix": "" |
| }, |
| { |
| "first": "Nikola", |
| "middle": [], |
| "last": "Ljube\u0161i\u0107", |
| "suffix": "" |
| }, |
| { |
| "first": "Danijela", |
| "middle": [], |
| "last": "Merkler", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of the 4th Biennial International Workshop on Balto-Slavic Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "48--57", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Zeljko Agi\u0107, Nikola Ljube\u0161i\u0107, and Danijela Merkler. 2013. Lemmatization and morphosyntactic tagging of Croatian and Serbian. In Proceedings of the 4th Bien- nial International Workshop on Balto-Slavic Natural Language Processing, pages 48-57.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Fast and flexible MWE candidate generation with the mwetoolkit", |
| "authors": [ |
| { |
| "first": "Carlos", |
| "middle": [], |
| "last": "Vitor De Araujo", |
| "suffix": "" |
| }, |
| { |
| "first": "Aline", |
| "middle": [], |
| "last": "Ramisch", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Villavicencio", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the ACL 2011 Workshop on Multiword Expressions: from Parsing and Generation to the Real World (MWE 2011)", |
| "volume": "", |
| "issue": "", |
| "pages": "134--136", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Vitor De Araujo, Carlos Ramisch, and Aline Villavicen- cio. 2011. Fast and flexible MWE candidate genera- tion with the mwetoolkit. In Proceedings of the ACL 2011 Workshop on Multiword Expressions: from Pars- ing and Generation to the Real World (MWE 2011), pages 134-136, Portland, OR.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Multiword expressions", |
| "authors": [ |
| { |
| "first": "Timothy", |
| "middle": [], |
| "last": "Baldwin", |
| "suffix": "" |
| }, |
| { |
| "first": "Su", |
| "middle": [ |
| "Nam" |
| ], |
| "last": "Kim", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Handbook of Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Timothy Baldwin and Su Nam Kim. 2010. Multiword expressions. In Nitin Indurkhya and Fred J. Damerau, editors, Handbook of Natural Language Processing, Second Edition. CRC Press, Taylor and Francis Group, Boca Raton, LA.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "If you look at", |
| "authors": [ |
| { |
| "first": "Douglas", |
| "middle": [], |
| "last": "Biber", |
| "suffix": "" |
| }, |
| { |
| "first": "Susan", |
| "middle": [], |
| "last": "Conrad", |
| "suffix": "" |
| }, |
| { |
| "first": "Viviana", |
| "middle": [], |
| "last": "Cortes", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Lexical bundles in university teaching and textbooks. Applied Linguistics", |
| "volume": "25", |
| "issue": "", |
| "pages": "371--405", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Douglas Biber, Susan Conrad, and Viviana Cortes. 2004. If you look at. . .: Lexical bundles in university teach- ing and textbooks. Applied Linguistics, 25:371-405.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Unsupervised multiword segmentation of large corpora using prediction-driven decomposition of n-grams", |
| "authors": [ |
| { |
| "first": "Julian", |
| "middle": [], |
| "last": "Brooke", |
| "suffix": "" |
| }, |
| { |
| "first": "Vivian", |
| "middle": [], |
| "last": "Tsang", |
| "suffix": "" |
| }, |
| { |
| "first": "Graeme", |
| "middle": [], |
| "last": "Hirst", |
| "suffix": "" |
| }, |
| { |
| "first": "Fraser", |
| "middle": [], |
| "last": "Shein", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Proceedings of The 25th International Conference on Computational Linguistics (COLING 2014)", |
| "volume": "", |
| "issue": "", |
| "pages": "753--761", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Julian Brooke, Vivian Tsang, Graeme Hirst, and Fraser Shein. 2014. Unsupervised multiword segmenta- tion of large corpora using prediction-driven decom- position of n-grams. In Proceedings of The 25th In- ternational Conference on Computational Linguistics (COLING 2014), pages 753-761, Dublin, Ireland.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Building a lexicon of formulaic language for language learners", |
| "authors": [ |
| { |
| "first": "Julian", |
| "middle": [], |
| "last": "Brooke", |
| "suffix": "" |
| }, |
| { |
| "first": "Adam", |
| "middle": [], |
| "last": "Hammond", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Jacob", |
| "suffix": "" |
| }, |
| { |
| "first": "Vivian", |
| "middle": [], |
| "last": "Tsang", |
| "suffix": "" |
| }, |
| { |
| "first": "Graeme", |
| "middle": [], |
| "last": "Hirst", |
| "suffix": "" |
| }, |
| { |
| "first": "Fraser", |
| "middle": [], |
| "last": "Shein", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proceedings of the NAACL '15 Workshop on Multiword Expressions", |
| "volume": "", |
| "issue": "", |
| "pages": "96--104", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Julian Brooke, Adam Hammond, David Jacob, Vivian Tsang, Graeme Hirst, and Fraser Shein. 2015. Build- ing a lexicon of formulaic language for language learn- ers. In Proceedings of the NAACL '15 Workshop on Multiword Expressions, pages pp. 96-104, Denver, CO.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "User reference guide for British National Corpus", |
| "authors": [ |
| { |
| "first": "Lou", |
| "middle": [], |
| "last": "Burnard", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lou Burnard. 2000. User reference guide for British National Corpus. Technical report, Oxford University.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "The ICWSM 2009 Spinn3r Dataset", |
| "authors": [ |
| { |
| "first": "Kevin", |
| "middle": [], |
| "last": "Burton", |
| "suffix": "" |
| }, |
| { |
| "first": "Akshay", |
| "middle": [], |
| "last": "Java", |
| "suffix": "" |
| }, |
| { |
| "first": "Ian", |
| "middle": [], |
| "last": "Soboroff", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the Third Annual Conference on Weblogs and Social Media (ICWSM '09)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kevin Burton, Akshay Java, and Ian Soboroff. 2009. The ICWSM 2009 Spinn3r Dataset. In Proceedings of the Third Annual Conference on Weblogs and Social Me- dia (ICWSM '09), San Jose, CA.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Lexical bundles in L1 and L2 academic writing", |
| "authors": [ |
| { |
| "first": "Yu-Hua", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "Paul", |
| "middle": [], |
| "last": "Baker", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Language Learning & Technology", |
| "volume": "14", |
| "issue": "2", |
| "pages": "30--49", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yu-Hua Chen and Paul Baker. 2010. Lexical bundles in L1 and L2 academic writing. Language Learning & Technology, 14(2):30-49.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Word association norms, mutual information, and lexicography", |
| "authors": [ |
| { |
| "first": "Kenneth", |
| "middle": [ |
| "Ward" |
| ], |
| "last": "Church", |
| "suffix": "" |
| }, |
| { |
| "first": "Patrick", |
| "middle": [], |
| "last": "Hanks", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "Computational Linguistics", |
| "volume": "16", |
| "issue": "1", |
| "pages": "22--29", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kenneth Ward Church and Patrick Hanks. 1990. Word association norms, mutual information, and lexicogra- phy. Computational Linguistics, 16(1):22-29.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Empirical distributional semantics: Methods and biomedical applications", |
| "authors": [ |
| { |
| "first": "Trevor", |
| "middle": [], |
| "last": "Cohen", |
| "suffix": "" |
| }, |
| { |
| "first": "Dominic", |
| "middle": [], |
| "last": "Widdows", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Journal of Biomedical Informatics", |
| "volume": "42", |
| "issue": "2", |
| "pages": "390--405", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Trevor Cohen and Dominic Widdows. 2009. Empir- ical distributional semantics: Methods and biomedi- cal applications. Journal of Biomedical Informatics, 42(2):390-405.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Joaquim da Silva and Gabriel Lopes. 1999. A local maxima method and a fair dispersion normalization for extracting multi-word units from corpora", |
| "authors": [ |
| { |
| "first": "Matthieu", |
| "middle": [], |
| "last": "Constant", |
| "suffix": "" |
| }, |
| { |
| "first": "Joakim", |
| "middle": [], |
| "last": "Nivre", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (ACL '16)", |
| "volume": "", |
| "issue": "", |
| "pages": "161--171", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Matthieu Constant and Joakim Nivre. 2016. A transition-based system for joint lexical and syntactic analysis. In Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (ACL '16), pages 161-171, Berlin, Germany. Joaquim da Silva and Gabriel Lopes. 1999. A local max- ima method and a fair dispersion normalization for ex- tracting multi-word units from corpora. In Proceed- ings of the Sixth Meeting on Mathematics of Language (MOL6), Orlando, FL.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "The development of an electronic dictionary for morphological analysis and its application to Japanese corpus linguistics", |
| "authors": [ |
| { |
| "first": "Nicole", |
| "middle": [], |
| "last": "Deh\u00e9", |
| "suffix": "" |
| }, |
| { |
| "first": ".", |
| "middle": [ |
| ";" |
| ], |
| "last": "Yasuharu Den", |
| "suffix": "" |
| }, |
| { |
| "first": "Toshinobu", |
| "middle": [], |
| "last": "Ogiso", |
| "suffix": "" |
| }, |
| { |
| "first": "Hideki", |
| "middle": [], |
| "last": "Ogura", |
| "suffix": "" |
| }, |
| { |
| "first": "Atsushi", |
| "middle": [], |
| "last": "Yamada", |
| "suffix": "" |
| }, |
| { |
| "first": "Nobuaki", |
| "middle": [], |
| "last": "Minematsu", |
| "suffix": "" |
| }, |
| { |
| "first": "Kiyotaka", |
| "middle": [], |
| "last": "Uchimoto", |
| "suffix": "" |
| }, |
| { |
| "first": "Hanae", |
| "middle": [], |
| "last": "Koiso", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Particle Verbs in English: Syntax, Information, Structure and Intonation. John Benjamins", |
| "volume": "22", |
| "issue": "", |
| "pages": "101--123", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Nicole Deh\u00e9. 2002. Particle Verbs in English: Syn- tax, Information, Structure and Intonation. John Ben- jamins, Amsterdam, Netherlands/Philadelphia, PA. Yasuharu Den, Toshinobu Ogiso, Hideki Ogura, Atsushi Yamada, Nobuaki Minematsu, Kiyotaka Uchimoto, and Hanae Koiso. 2007. The development of an elec- tronic dictionary for morphological analysis and its ap- plication to Japanese corpus linguistics (in Japanese). Japanese Linguistics, 22:101-123.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Language independent automatic acquisition of rigid multiword units from unrestricted text corpora", |
| "authors": [ |
| { |
| "first": "Ga\u00ebl", |
| "middle": [], |
| "last": "Dias", |
| "suffix": "" |
| }, |
| { |
| "first": "Sylvie", |
| "middle": [], |
| "last": "Guillor\u00e9", |
| "suffix": "" |
| }, |
| { |
| "first": "Jos\u00e9 Gabriel Pereira", |
| "middle": [], |
| "last": "Lopes", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Proceedings of Conf\u00e9rence Traitement Automatique des Langues Naturelles (TALN)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ga\u00ebl Dias, Sylvie Guillor\u00e9, and Jos\u00e9 Gabriel Pereira Lopes. 1999. Language independent automatic ac- quisition of rigid multiword units from unrestricted text corpora. In Proceedings of Conf\u00e9rence Traitement Automatique des Langues Naturelles (TALN) 1999, Carg\u00e8se, France.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Accurate methods for the statistics of surprise and coincidence", |
| "authors": [ |
| { |
| "first": "Ted", |
| "middle": [], |
| "last": "Dunning", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Computational Linguististics", |
| "volume": "19", |
| "issue": "1", |
| "pages": "61--74", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ted Dunning. 1993. Accurate methods for the statistics of surprise and coincidence. Computational Linguis- tistics, 19(1):61-74.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "The statistics of word cooccurrences-word pairs and collocations", |
| "authors": [ |
| { |
| "first": "Stefan", |
| "middle": [ |
| "Evert" |
| ], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Stefan Evert. 2004. The statistics of word cooccurrences-word pairs and collocations. Ph.D. thesis, University of Stuttgart.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Unsupervised type and token identification of idiomatic expressions", |
| "authors": [ |
| { |
| "first": "Afsaneh", |
| "middle": [], |
| "last": "Fazly", |
| "suffix": "" |
| }, |
| { |
| "first": "Paul", |
| "middle": [], |
| "last": "Cook", |
| "suffix": "" |
| }, |
| { |
| "first": "Suzanne", |
| "middle": [], |
| "last": "Stevenson", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Computational Linguistics", |
| "volume": "35", |
| "issue": "1", |
| "pages": "61--103", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Afsaneh Fazly, Paul Cook, and Suzanne Stevenson. 2009. Unsupervised type and token identification of idiomatic expressions. Computational Linguistics, 35(1):61-103.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Automatic recognition of multi-word terms: the C-value/NC-value method", |
| "authors": [ |
| { |
| "first": "Katerina", |
| "middle": [], |
| "last": "Frantzi", |
| "suffix": "" |
| }, |
| { |
| "first": "Sophia", |
| "middle": [], |
| "last": "Ananiadou", |
| "suffix": "" |
| }, |
| { |
| "first": "Hideki", |
| "middle": [], |
| "last": "Mima", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "International Journal on Digital Libraries", |
| "volume": "3", |
| "issue": "", |
| "pages": "115--130", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Katerina Frantzi, Sophia Ananiadou, and Hideki Mima. 2000. Automatic recognition of multi-word terms: the C-value/NC-value method. International Journal on Digital Libraries, 3:115-130.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Constructions: A construction grammar approach to argument structure", |
| "authors": [ |
| { |
| "first": "Adele", |
| "middle": [], |
| "last": "Goldberg", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Adele Goldberg. 1995. Constructions: A construction grammar approach to argument structure. University of Chicago Press, Chicago/London.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "A Bayesian framework for word segmentation: Exploring the effects of context", |
| "authors": [ |
| { |
| "first": "Sharon", |
| "middle": [], |
| "last": "Goldwater", |
| "suffix": "" |
| }, |
| { |
| "first": "Thomas", |
| "middle": [ |
| "L" |
| ], |
| "last": "Griffiths", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Johnson", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Cognition", |
| "volume": "112", |
| "issue": "", |
| "pages": "21--54", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sharon Goldwater, Thomas L. Griffiths, and Mark John- son. 2009. A Bayesian framework for word segmen- tation: Exploring the effects of context. Cognition, 112:21-54.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "The use of collocations by intermediate vs. advanced non-native writers: A bigram-based study", |
| "authors": [ |
| { |
| "first": "Sylviane", |
| "middle": [], |
| "last": "Granger", |
| "suffix": "" |
| }, |
| { |
| "first": "Yves", |
| "middle": [], |
| "last": "Bestgen", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "International Review of Applied Linguistics in Language Teaching", |
| "volume": "52", |
| "issue": "", |
| "pages": "229--252", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sylviane Granger and Yves Bestgen. 2014. The use of collocations by intermediate vs. advanced non-native writers: A bigram-based study. International Review of Applied Linguistics in Language Teaching, 52:229- 252.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Construction of an idiom corpus and its application to idiom identification based on WSD incorporating idiomspecific features", |
| "authors": [ |
| { |
| "first": "Chikara", |
| "middle": [], |
| "last": "Hashimoto", |
| "suffix": "" |
| }, |
| { |
| "first": "Daisuke", |
| "middle": [], |
| "last": "Kawahara", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of the 2008 Conference on Empirical Methods in Natural Language Processing (EMNLP 2008)", |
| "volume": "", |
| "issue": "", |
| "pages": "992--1001", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chikara Hashimoto and Daisuke Kawahara. 2008. Con- struction of an idiom corpus and its application to id- iom identification based on WSD incorporating idiom- specific features. In Proceedings of the 2008 Confer- ence on Empirical Methods in Natural Language Pro- cessing (EMNLP 2008), pages 992-1001, Honolulu, HI.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Pattern Grammar: A corpus-driven approach to the lexical grammar of English", |
| "authors": [ |
| { |
| "first": "Susan", |
| "middle": [], |
| "last": "Hunston", |
| "suffix": "" |
| }, |
| { |
| "first": "Gill", |
| "middle": [], |
| "last": "Francis", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "John Benjamins", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Susan Hunston and Gill Francis. Pattern Grammar: A corpus-driven approach to the lexical grammar of English. John Benjamins, Amsterdam, Nether- lands/Philadelphia, PA.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "MeCab: Yet another part-of-speech and morphological analyzer", |
| "authors": [ |
| { |
| "first": "Taku", |
| "middle": [], |
| "last": "Kudo", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Taku Kudo. 2008. MeCab: Yet another part-of-speech and morphological analyzer. http://taku910. github.io/mecab/.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "jMWE: A Java toolkit for detecting multi-word expressions", |
| "authors": [ |
| { |
| "first": "Nidhi", |
| "middle": [], |
| "last": "Kulkarni", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Finlayson", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the ACL 2011 Workshop on Multiword Expressions: from Parsing and Generation to the Real World (MWE 2011)", |
| "volume": "", |
| "issue": "", |
| "pages": "122--124", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Nidhi Kulkarni and Mark Finlayson. 2011. jMWE: A Java toolkit for detecting multi-word expressions. In Proceedings of the ACL 2011 Workshop on Multiword Expressions: from Parsing and Generation to the Real World (MWE 2011), pages 122-124, Portland, OR.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "On collocations and topic models", |
| "authors": [ |
| { |
| "first": "Timothy", |
| "middle": [], |
| "last": "Jey Han Lau", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Baldwin", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Newman", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "ACM Transactions on Speech and Language Processing", |
| "volume": "10", |
| "issue": "3", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jey Han Lau, Timothy Baldwin, and David Newman. 2013. On collocations and topic models. ACM Transactions on Speech and Language Processing, 10(3):10:1-10:14.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "{bs,hr,sr}WaC -web corpora of Bosnian, Croatian and Serbian", |
| "authors": [ |
| { |
| "first": "Nikola", |
| "middle": [], |
| "last": "Ljube\u0161i\u0107", |
| "suffix": "" |
| }, |
| { |
| "first": "Filip", |
| "middle": [], |
| "last": "Klubi\u010dka", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Proceedings of the 9th Web as Corpus Workshop (WaC-9", |
| "volume": "", |
| "issue": "", |
| "pages": "29--35", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Nikola Ljube\u0161i\u0107 and Filip Klubi\u010dka. 2014. {bs,hr,sr}WaC -web corpora of Bosnian, Croat- ian and Serbian. In Proceedings of the 9th Web as Corpus Workshop (WaC-9), pages 29-35, Gothenburg, Sweden.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "Bayesian text segmentation for index term identification and keyphrase extraction", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Newman", |
| "suffix": "" |
| }, |
| { |
| "first": "Nagendra", |
| "middle": [], |
| "last": "Koilada", |
| "suffix": "" |
| }, |
| { |
| "first": "Jey", |
| "middle": [ |
| "Han" |
| ], |
| "last": "Lau", |
| "suffix": "" |
| }, |
| { |
| "first": "Timothy", |
| "middle": [], |
| "last": "Baldwin", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of the 24th International Conference on Computational Linguistics (COLING '12)", |
| "volume": "", |
| "issue": "", |
| "pages": "2077--2092", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David Newman, Nagendra Koilada, Jey Han Lau, and Timothy Baldwin. 2012. Bayesian text segmentation for index term identification and keyphrase extraction. In Proceedings of the 24th International Conference on Computational Linguistics (COLING '12), pages 2077-2092, Mumbai, India.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "Lexical association measures and collocation extraction. Language Resources and Evaluation", |
| "authors": [ |
| { |
| "first": "Pavel", |
| "middle": [], |
| "last": "Pecina", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "", |
| "volume": "44", |
| "issue": "", |
| "pages": "137--158", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pavel Pecina. 2010. Lexical association measures and collocation extraction. Language Resources and Eval- uation, 44:137-158.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "A broad evaluation of techniques for automatic acquisition of multiword expressions", |
| "authors": [ |
| { |
| "first": "Carlos", |
| "middle": [], |
| "last": "Ramisch", |
| "suffix": "" |
| }, |
| { |
| "first": "Aline", |
| "middle": [], |
| "last": "Vitor De Araujo", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Villavicencio", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of ACL 2012 Student Research Workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "1--6", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Carlos Ramisch, Vitor De Araujo, and Aline Villavicen- cio. 2012. A broad evaluation of techniques for auto- matic acquisition of multiword expressions. In Pro- ceedings of ACL 2012 Student Research Workshop, pages 1-6, Jeju Island, Korea.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "Multiword Expressions Acquisition: A Generic and Open Framework", |
| "authors": [ |
| { |
| "first": "Carlos", |
| "middle": [], |
| "last": "Ramisch", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Carlos Ramisch. 2014. Multiword Expressions Acquisi- tion: A Generic and Open Framework. Springer, Dor- drecht, Netherlands.", |
| "links": null |
| }, |
| "BIBREF31": { |
| "ref_id": "b31", |
| "title": "A single word is not enough: Ranking multiword expressions using distributional semantics", |
| "authors": [ |
| { |
| "first": "Martin", |
| "middle": [], |
| "last": "Riedl", |
| "suffix": "" |
| }, |
| { |
| "first": "Chris", |
| "middle": [], |
| "last": "Biemann", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "2430--2440", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Martin Riedl and Chris Biemann. 2015. A single word is not enough: Ranking multiword expressions using dis- tributional semantics. In Proceedings of the 2015 Con- ference on Empirical Methods in Natural Language Processing, pages 2430-2440, Lisbon, Portugal.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "Impact of MWE resources on multiword recognition", |
| "authors": [ |
| { |
| "first": "Martin", |
| "middle": [], |
| "last": "Riedl", |
| "suffix": "" |
| }, |
| { |
| "first": "Chris", |
| "middle": [], |
| "last": "Biemann", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Proceedings of the 12th Workshop on Multiword Expressions", |
| "volume": "", |
| "issue": "", |
| "pages": "107--111", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Martin Riedl and Chris Biemann. 2016. Impact of MWE resources on multiword recognition. In Proceedings of the 12th Workshop on Multiword Expressions, pages 107-111, Berlin, Germany.", |
| "links": null |
| }, |
| "BIBREF33": { |
| "ref_id": "b33", |
| "title": "Multiword expressions: A pain in the neck for NLP", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Ivan", |
| "suffix": "" |
| }, |
| { |
| "first": "Timothy", |
| "middle": [], |
| "last": "Sag", |
| "suffix": "" |
| }, |
| { |
| "first": "Francis", |
| "middle": [], |
| "last": "Baldwin", |
| "suffix": "" |
| }, |
| { |
| "first": "Ann", |
| "middle": [], |
| "last": "Bond", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Copestake", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Flickinger", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of the 3rd International Conference on Intelligent Text Processing and Computational Linguistics (CICLing '02)", |
| "volume": "", |
| "issue": "", |
| "pages": "1--15", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ivan A. Sag, Timothy Baldwin, Francis Bond, Ann Copestake, and Dan Flickinger. 2002. Multiword ex- pressions: A pain in the neck for NLP. In Proceedings of the 3rd International Conference on Intelligent Text Processing and Computational Linguistics (CICLing '02), pages 1-15, Mexico City, Mexico.", |
| "links": null |
| }, |
| "BIBREF34": { |
| "ref_id": "b34", |
| "title": "Reassessing the goals of grammatical error correction: Fluency instead of grammaticality", |
| "authors": [ |
| { |
| "first": "Keisuke", |
| "middle": [], |
| "last": "Sakaguchi", |
| "suffix": "" |
| }, |
| { |
| "first": "Courtney", |
| "middle": [], |
| "last": "Napoles", |
| "suffix": "" |
| }, |
| { |
| "first": "Matt", |
| "middle": [], |
| "last": "Post", |
| "suffix": "" |
| }, |
| { |
| "first": "Joel", |
| "middle": [], |
| "last": "Tetreault", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Transactions of the Assocation for Computational Linguistics", |
| "volume": "4", |
| "issue": "", |
| "pages": "169--182", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Keisuke Sakaguchi, Courtney Napoles, Matt Post, and Joel Tetreault. 2016. Reassessing the goals of gram- matical error correction: Fluency instead of grammat- icality. Transactions of the Assocation for Computa- tional Linguistics, 4:169-182.", |
| "links": null |
| }, |
| "BIBREF35": { |
| "ref_id": "b35", |
| "title": "Improvements in part-of-speech tagging with an application to German", |
| "authors": [ |
| { |
| "first": "Helmut", |
| "middle": [], |
| "last": "Schmid", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Proceedings of the ACL SIGDAT Workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "47--50", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Helmut Schmid. 1995. Improvements in part-of-speech tagging with an application to German. In Proceed- ings of the ACL SIGDAT Workshop, pages 47-50, Dublin, Ireland.", |
| "links": null |
| }, |
| "BIBREF36": { |
| "ref_id": "b36", |
| "title": "Discriminative lexical semantic segmentation with gaps: running the MWE gamut", |
| "authors": [ |
| { |
| "first": "Nathan", |
| "middle": [], |
| "last": "Schneider", |
| "suffix": "" |
| }, |
| { |
| "first": "Emily", |
| "middle": [], |
| "last": "Danchik", |
| "suffix": "" |
| }, |
| { |
| "first": "Chris", |
| "middle": [], |
| "last": "Dyer", |
| "suffix": "" |
| }, |
| { |
| "first": "Noah", |
| "middle": [ |
| "A" |
| ], |
| "last": "Smith", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Transactions of the Association for Computational Linguistics", |
| "volume": "2", |
| "issue": "", |
| "pages": "193--206", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Nathan Schneider, Emily Danchik, Chris Dyer, and Noah A. Smith. 2014a. Discriminative lexical se- mantic segmentation with gaps: running the MWE gamut. Transactions of the Association for Compu- tational Linguistics, 2:193-206.", |
| "links": null |
| }, |
| "BIBREF37": { |
| "ref_id": "b37", |
| "title": "Comprehensive annotation of multiword expressions in a social web corpus", |
| "authors": [ |
| { |
| "first": "Nathan", |
| "middle": [], |
| "last": "Schneider", |
| "suffix": "" |
| }, |
| { |
| "first": "Spencer", |
| "middle": [], |
| "last": "Onuffer", |
| "suffix": "" |
| }, |
| { |
| "first": "Nora", |
| "middle": [], |
| "last": "Kazour", |
| "suffix": "" |
| }, |
| { |
| "first": "Emily", |
| "middle": [], |
| "last": "Danchik", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [ |
| "T" |
| ], |
| "last": "Mordowanec", |
| "suffix": "" |
| }, |
| { |
| "first": "Henrietta", |
| "middle": [], |
| "last": "Conrad", |
| "suffix": "" |
| }, |
| { |
| "first": "Noah", |
| "middle": [ |
| "A" |
| ], |
| "last": "Smith", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Proceedings of the Ninth International Conference on Language Resources and Evaluation", |
| "volume": "", |
| "issue": "", |
| "pages": "455--461", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Nathan Schneider, Spencer Onuffer, Nora Kazour, Emily Danchik, Michael T. Mordowanec, Henrietta Conrad, and Noah A. Smith. 2014b. Comprehensive annota- tion of multiword expressions in a social web corpus. In Proceedings of the Ninth International Conference on Language Resources and Evaluation, pages 455- 461, Reykjav\u00edk, Iceland.", |
| "links": null |
| }, |
| "BIBREF38": { |
| "ref_id": "b38", |
| "title": "Is knowledgefree induction of multiword unit dictionary headwords a solved problem?", |
| "authors": [ |
| { |
| "first": "Patrick", |
| "middle": [], |
| "last": "Schone", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Jurafsky", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Proceedings of Empirical Methods in Natural Language Processing (EMNLP '01)", |
| "volume": "", |
| "issue": "", |
| "pages": "100--108", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Patrick Schone and Dan Jurafsky. 2001. Is knowledge- free induction of multiword unit dictionary headwords a solved problem? In Proceedings of Empirical Meth- ods in Natural Language Processing (EMNLP '01), pages 100-108, Pittsburgh, PA.", |
| "links": null |
| }, |
| "BIBREF39": { |
| "ref_id": "b39", |
| "title": "A large-scale web data collection as a natural language processing infrastructure", |
| "authors": [ |
| { |
| "first": "Keiji", |
| "middle": [], |
| "last": "Shinzato", |
| "suffix": "" |
| }, |
| { |
| "first": "Daisuke", |
| "middle": [], |
| "last": "Kawahara", |
| "suffix": "" |
| }, |
| { |
| "first": "Chikara", |
| "middle": [], |
| "last": "Hashimoto", |
| "suffix": "" |
| }, |
| { |
| "first": "Sadao", |
| "middle": [], |
| "last": "Kurohashi", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of the 6th International Conference on Language Resources and Evaluation (LREC 2008)", |
| "volume": "", |
| "issue": "", |
| "pages": "2236--2241", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Keiji Shinzato, Daisuke Kawahara, Chikara Hashimoto, and Sadao Kurohashi. 2008. A large-scale web data collection as a natural language processing infrastruc- ture. In Proceedings of the 6th International Confer- ence on Language Resources and Evaluation (LREC 2008), pages 2236-2241, Marrakech, Morocco.", |
| "links": null |
| }, |
| "BIBREF40": { |
| "ref_id": "b40", |
| "title": "Building and evaluating a distributional memory for Croatian", |
| "authors": [ |
| { |
| "first": "Sebastian", |
| "middle": [], |
| "last": "Jan\u0161najder", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Pad\u00f3", |
| "suffix": "" |
| }, |
| { |
| "first": "Agi\u0107", |
| "middle": [], |
| "last": "And\u017eeljko", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "784--789", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jan\u0160najder, Sebastian Pad\u00f3, and\u017deljko Agi\u0107. 2013. Building and evaluating a distributional memory for Croatian. In Proceedings of the 51st Annual Meet- ing of the Association for Computational Linguistics, pages 784-789, Sofia, Bulgaria.", |
| "links": null |
| }, |
| "BIBREF41": { |
| "ref_id": "b41", |
| "title": "Postverbal Behavior. CSLI Publications", |
| "authors": [ |
| { |
| "first": "Thomas", |
| "middle": [], |
| "last": "Wasow", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Thomas Wasow. 2002. Postverbal Behavior. CSLI Pub- lications, Stanford, CA.", |
| "links": null |
| }, |
| "BIBREF42": { |
| "ref_id": "b42", |
| "title": "Formulaic Language and the Lexicon", |
| "authors": [ |
| { |
| "first": "Alison", |
| "middle": [], |
| "last": "Wray", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alison Wray. 2002. Formulaic Language and the Lexi- con. Cambridge University Press, Cambridge, UK.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "type_str": "figure", |
| "text": "A portion of an n-gram lattice. Solid lines indicate subsumption, dotted lines overlaps", |
| "uris": null, |
| "num": null |
| }, |
| "TABREF4": { |
| "text": "Results of FS identification in contiguous BNC test set; LocalMaxs = method of da Silva and Lopes", |
| "html": null, |
| "type_str": "table", |
| "num": null, |
| "content": "<table/>" |
| }, |
| "TABREF6": { |
| "text": "10 randomly-selected examples from the final FS lexicon from each corpus. Lemmas have been converted to inflected forms where appropriate for readability.", |
| "html": null, |
| "type_str": "table", |
| "num": null, |
| "content": "<table/>" |
| } |
| } |
| } |
| } |