| { |
| "paper_id": "Q16-1001", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T15:06:43.916431Z" |
| }, |
| "title": "Morpho-syntactic Lexicon Generation Using Graph-based Semi-supervised Learning", |
| "authors": [ |
| { |
| "first": "Manaal", |
| "middle": [], |
| "last": "Faruqui", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Carnegie Mellon University", |
| "location": {} |
| }, |
| "email": "mfaruqui@cs.cmu.edu" |
| }, |
| { |
| "first": "Ryan", |
| "middle": [], |
| "last": "Mcdonald", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Carnegie Mellon University", |
| "location": {} |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Radu", |
| "middle": [], |
| "last": "Soricut", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Carnegie Mellon University", |
| "location": {} |
| }, |
| "email": "rsoricut@google.com" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Morpho-syntactic lexicons provide information about the morphological and syntactic roles of words in a language. Such lexicons are not available for all languages and even when available, their coverage can be limited. We present a graph-based semi-supervised learning method that uses the morphological, syntactic and semantic relations between words to automatically construct wide coverage lexicons from small seed sets. Our method is language-independent, and we show that we can expand a 1000 word seed lexicon to more than 100 times its size with high quality for 11 languages. In addition, the automatically created lexicons provide features that improve performance in two downstream tasks: morphological tagging and dependency parsing.", |
| "pdf_parse": { |
| "paper_id": "Q16-1001", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Morpho-syntactic lexicons provide information about the morphological and syntactic roles of words in a language. Such lexicons are not available for all languages and even when available, their coverage can be limited. We present a graph-based semi-supervised learning method that uses the morphological, syntactic and semantic relations between words to automatically construct wide coverage lexicons from small seed sets. Our method is language-independent, and we show that we can expand a 1000 word seed lexicon to more than 100 times its size with high quality for 11 languages. In addition, the automatically created lexicons provide features that improve performance in two downstream tasks: morphological tagging and dependency parsing.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Morpho-syntactic lexicons contain information about the morphological attributes and syntactic roles of words in a given language. A typical lexicon contains all possible attributes that can be displayed by a word. Table 1 shows some entries in a sample English morpho-syntactic lexicon. As these lexicons contain rich linguistic information, they are useful as features in downstream NLP tasks like machine translation (Nie\u00dfen and Ney, 2004; Minkov et al., 2007; Green and DeNero, 2012) , part of speech tagging (Schmid, 1994; Denis and Sagot, 2009; Moore, 2015) , dependency parsing (Goldberg et al., 2009) , language modeling (Arisoy et al., 2010) and morphological tagging (M\u00fcller and Schuetze, 2015) inter alia. There are three major factors that limit the use of such lexicons in real world applications: (1) played POS:VERB, TENSE:PAST, VFORM:FIN, . . . playing POS:VERB, TENSE:PRES, VFORM:GER, . . . awesome POS:ADJ, DEGREE:POS They are often constructed manually and are expensive to obtain (Kokkinakis et al., 2000; Dukes and Habash, 2010) ; (2) They are currently available for only a few languages; and (3) Size of available lexicons is generally small.", |
| "cite_spans": [ |
| { |
| "start": 420, |
| "end": 442, |
| "text": "(Nie\u00dfen and Ney, 2004;", |
| "ref_id": "BIBREF64" |
| }, |
| { |
| "start": 443, |
| "end": 463, |
| "text": "Minkov et al., 2007;", |
| "ref_id": "BIBREF56" |
| }, |
| { |
| "start": 464, |
| "end": 487, |
| "text": "Green and DeNero, 2012)", |
| "ref_id": "BIBREF41" |
| }, |
| { |
| "start": 513, |
| "end": 527, |
| "text": "(Schmid, 1994;", |
| "ref_id": "BIBREF73" |
| }, |
| { |
| "start": 528, |
| "end": 550, |
| "text": "Denis and Sagot, 2009;", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 551, |
| "end": 563, |
| "text": "Moore, 2015)", |
| "ref_id": "BIBREF58" |
| }, |
| { |
| "start": 585, |
| "end": 608, |
| "text": "(Goldberg et al., 2009)", |
| "ref_id": "BIBREF40" |
| }, |
| { |
| "start": 629, |
| "end": 650, |
| "text": "(Arisoy et al., 2010)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 677, |
| "end": 704, |
| "text": "(M\u00fcller and Schuetze, 2015)", |
| "ref_id": "BIBREF59" |
| }, |
| { |
| "start": 1000, |
| "end": 1025, |
| "text": "(Kokkinakis et al., 2000;", |
| "ref_id": "BIBREF49" |
| }, |
| { |
| "start": 1026, |
| "end": 1049, |
| "text": "Dukes and Habash, 2010)", |
| "ref_id": "BIBREF25" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 215, |
| "end": 222, |
| "text": "Table 1", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In this paper, we present a method that takes as input a small seed lexicon, containing a few thousand annotated words, and outputs an automatically constructed lexicon which contains morpho-syntactic attributes (henceforth referred to as attributes) for a large number of words of a given language. We model the problem of morpho-syntactic lexicon generation as a graph-based semi-supervised learning problem (Zhu, 2005; Bengio et al., 2006; Subramanya and Talukdar, 2014) . We construct a graph where nodes represent word types and the goal is to label them with attributes. The seed lexicon provides attributes for a subset of these nodes. Nodes are connected to each other through edges that denote features shared between them or surface morphological transformation between them.", |
| "cite_spans": [ |
| { |
| "start": 410, |
| "end": 421, |
| "text": "(Zhu, 2005;", |
| "ref_id": "BIBREF99" |
| }, |
| { |
| "start": 422, |
| "end": 442, |
| "text": "Bengio et al., 2006;", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 443, |
| "end": 473, |
| "text": "Subramanya and Talukdar, 2014)", |
| "ref_id": "BIBREF79" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Our entire framework of lexicon generation, including the label propagation algorithm and the feature extraction module is language independent. We only use word-level morphological, semantic and syntactic relations between words that can be induced from unannotated corpora in an unsuper- vised manner. One particularly novel aspect of our graph-based framework is that edges are featurized. Some of these features measure similarity, e.g., singular nouns tend to occur in similar distributional contexts as other singular nouns, but some also measure transformations from one inflection to another, e.g., adding a 's' suffix could indicate flipping the NUM:SING attribute to NUM:PLUR (in English). For every attribute to be propagated, we learn weights over features on the edges separately. This is in contrast to traditional label propagation, where edges indicate similarity exclusively (Zhu, 2005) . We construct lexicons in 11 languages of varying morphological complexity. We perform intrinsic evaluation of the quality of generated lexicons obtained from either the universal dependency treebank or created manually by humans ( \u00a74). We show that these automatically created lexicons provide useful features in two extrinsic NLP tasks which require identifying the contextually plausible morphological and syntactic roles: morphological tagging (Haji\u010d and Hladk\u00e1, 1998; Haji\u010d, 2000) and syntactic dependency parsing (K\u00fcbler et al., 2009) . We obtain an average of 15.4% and 5.3% error reduction across 11 languages for morphological tagging and dependency parsing respectively on a set of publicly available treebanks ( \u00a75). We anticipate that the lexicons thus created will be useful in a variety of NLP problems.", |
| "cite_spans": [ |
| { |
| "start": 892, |
| "end": 903, |
| "text": "(Zhu, 2005)", |
| "ref_id": "BIBREF99" |
| }, |
| { |
| "start": 1353, |
| "end": 1377, |
| "text": "(Haji\u010d and Hladk\u00e1, 1998;", |
| "ref_id": "BIBREF42" |
| }, |
| { |
| "start": 1378, |
| "end": 1390, |
| "text": "Haji\u010d, 2000)", |
| "ref_id": "BIBREF43" |
| }, |
| { |
| "start": 1424, |
| "end": 1445, |
| "text": "(K\u00fcbler et al., 2009)", |
| "ref_id": "BIBREF51" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The approach we take propagates information over lexical graphs ( \u00a73) . In this section we describe how to construct the graph that serves as the backbone of our model. We construct a graph in which nodes are word types and directed edges are present between nodes that share one or more features. Edges between nodes denote that there might be a relationship between the attributes of the two nodes, which we intend to learn. As we want to keep our model language independent, we use edge features that can be induced between words without using any language specific tools. To this end, we describe three features in this section that can be obtained using unlabeled corpora for any given language. 1 Fig. 1 shows a subgraph of the full graph constructed for English.", |
| "cite_spans": [ |
| { |
| "start": 64, |
| "end": 69, |
| "text": "( \u00a73)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 703, |
| "end": 709, |
| "text": "Fig. 1", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Graph Construction", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Word Clusters. Previous work has shown that unlabeled text can be used to induce unsupervised word clusters which can improve the performance of many NLP tasks in different languages (Clark, 2003; Koo et al., 2008; Turian et al., 2010; Faruqui and Pad\u00f3, 2010; T\u00e4ckstr\u00f6m et al., 2012; Owoputi et al., 2013) . Word clusters capture semantic and syntactic similarities between words, for example, play and run are present in the same cluster. We obtain word clusters by using Exchange clustering algorithm (Kneser and Ney, 1993; Martin et al., 1998; Uszkoreit and Brants, 2008) on large unlabeled corpus of every language. As in T\u00e4ckstr\u00f6m et al. (2012) , we use one year of news articles scrapped from a variety of sources and cluster only the most frequent 1M words into 256 different clusters. An edge was introduced for every word pair sharing the same word cluster and a feature for the cluster is fired. Thus, there are 256 possible cluster features on an edge, though in our case only a single one can fire.", |
| "cite_spans": [ |
| { |
| "start": 183, |
| "end": 196, |
| "text": "(Clark, 2003;", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 197, |
| "end": 214, |
| "text": "Koo et al., 2008;", |
| "ref_id": "BIBREF50" |
| }, |
| { |
| "start": 215, |
| "end": 235, |
| "text": "Turian et al., 2010;", |
| "ref_id": "BIBREF89" |
| }, |
| { |
| "start": 236, |
| "end": 259, |
| "text": "Faruqui and Pad\u00f3, 2010;", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 260, |
| "end": 283, |
| "text": "T\u00e4ckstr\u00f6m et al., 2012;", |
| "ref_id": "BIBREF81" |
| }, |
| { |
| "start": 284, |
| "end": 305, |
| "text": "Owoputi et al., 2013)", |
| "ref_id": "BIBREF66" |
| }, |
| { |
| "start": 503, |
| "end": 525, |
| "text": "(Kneser and Ney, 1993;", |
| "ref_id": "BIBREF48" |
| }, |
| { |
| "start": 526, |
| "end": 546, |
| "text": "Martin et al., 1998;", |
| "ref_id": "BIBREF53" |
| }, |
| { |
| "start": 547, |
| "end": 574, |
| "text": "Uszkoreit and Brants, 2008)", |
| "ref_id": "BIBREF90" |
| }, |
| { |
| "start": 626, |
| "end": 649, |
| "text": "T\u00e4ckstr\u00f6m et al. (2012)", |
| "ref_id": "BIBREF81" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Graph Construction", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Suffix & Prefix. Suffixes are often strong indicators of the morpho-syntactic attributes of a word (Ratnaparkhi, 1996; Clark, 2003) . For example, in English, -ing denotes gerund verb forms like, studying, playing and -ed denotes past tense like studied, played etc. Prefixes like un-, in-often denote adjectives. Thus we include both 2-gram and 3-gram suffix and prefix as edge features. 2 We introduce an edge between two words sharing a particular suffix or prefix feature.", |
| "cite_spans": [ |
| { |
| "start": 99, |
| "end": 118, |
| "text": "(Ratnaparkhi, 1996;", |
| "ref_id": "BIBREF69" |
| }, |
| { |
| "start": 119, |
| "end": 131, |
| "text": "Clark, 2003)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 389, |
| "end": 390, |
| "text": "2", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Graph Construction", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Morphological Transformations. Soricut and Och (2015) presented an unsupervised method of inducing prefix-and suffix-based morphological transformations between words using word embeddings. In their method, statistically, most of the transformations are induced between words with the same lemma (without using any prior information about the word lemma). For example, their method induces the transformation between played and playing as suffix:ed:ing. This feature indicates TENSE:PAST to turn off and TENSE:PRES to turn on. 3 We train the morphological transformation prediction tool of Soricut and Och (2015) on the news corpus (same as the one used for training word clusters) for each language. An edge is introduced between two words that exhibit a morphological transformation feature from one word to another as indicated by the tool's output.", |
| "cite_spans": [ |
| { |
| "start": 31, |
| "end": 53, |
| "text": "Soricut and Och (2015)", |
| "ref_id": "BIBREF77" |
| }, |
| { |
| "start": 527, |
| "end": 528, |
| "text": "3", |
| "ref_id": null |
| }, |
| { |
| "start": 590, |
| "end": 612, |
| "text": "Soricut and Och (2015)", |
| "ref_id": "BIBREF77" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Graph Construction", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Motivation for the Model. To motivate our model, consider the words played and playing. They have a common attribute POS:VERB but they differ in tense, showing TENSE:PAST and TENSE:PRES resp. Typical graph-propagation algorithms model similarity (Zhu, 2005) and thus propagate all attributes along the edges. However, we want to model if an attribute should propagate or change across an edge. For example, having a shared cluster feature, is an indication of similar POS tag (Clark, 2003; Koo et al., 2008; Turian et al., 2010) , but a surface morphological transformation feature like suffix:ed:ing possibly indicates a change in the tense of the word. Thus, we will model attributes propagation/transformation as a function of the features shared on the edges between words. The features described in this section are specially suitable for languages that exhibit concatenative morphology, like English, German, Greek etc. and might not work very well with languages that exhibit nonconcatenative morphology i.e, where root modification is highly frequent like in Arabic and Hebrew. 2 We only include those suffix and prefix which appear at least twice in the seed lexicon.", |
| "cite_spans": [ |
| { |
| "start": 246, |
| "end": 257, |
| "text": "(Zhu, 2005)", |
| "ref_id": "BIBREF99" |
| }, |
| { |
| "start": 476, |
| "end": 489, |
| "text": "(Clark, 2003;", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 490, |
| "end": 507, |
| "text": "Koo et al., 2008;", |
| "ref_id": "BIBREF50" |
| }, |
| { |
| "start": 508, |
| "end": 528, |
| "text": "Turian et al., 2010)", |
| "ref_id": "BIBREF89" |
| }, |
| { |
| "start": 1086, |
| "end": 1087, |
| "text": "2", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Graph Construction", |
| "sec_num": "2" |
| }, |
| { |
| "text": "3 Our model will learn the following transformation: TENSE:PAST: 1 \u2192 -1, TENSE:PRESENT: -1 \u2192 1 ( \u00a73).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Graph Construction", |
| "sec_num": "2" |
| }, |
| { |
| "text": "However, it is important to note that our framework is not limited to just the features described here, but can incorporate any arbitrary information over word pairs ( \u00a78).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Graph Construction", |
| "sec_num": "2" |
| }, |
| { |
| "text": "We now describe our model. Let W = {w 1 , w 2 , . . . , w |W| } be the vocabulary with |W| words and A = {a 1 , a 2 , . . . , a |A| } be the set of lexical attributes that words in W can express; e.g. W = {played, playing, . . .} and A = {NUM:SING, NUM:PLUR, TENSE:PAST, . . .}. Each word type w \u2208 W is associated with a vector a w \u2208 [\u22121, 1] |A| , where a i,w = 1 indicates that word w has attribute i and a i,w = \u22121 indicates its absence; values in between are treated as degrees of uncertainty. For example, TENSE:PAST played = 1 and TENSE:PAST playing = \u22121. 4 The vocabulary W is divided into two disjoint subsets, the labeled words L for which we know their a w 's (obtained from seed lexicon) 5 and the unlabeled words U whose attributes are unknown. In general |U| |L|. The words in W are organized into a directed graph with edges E between words. Let, vector \u03c6(w, v) \u2208 [0, 1] |F | denote the features on the directed edge between words w and v, with 1 indicating the presence and 0 the absence of feature f k \u2208 F, where, F = {f 1 , f 2 , . . . , f |F | } are the set of possible binary features shared between two words in the graph. For example, the features on edges between played and playing from Fig. 1 are:", |
| "cite_spans": [ |
| { |
| "start": 561, |
| "end": 562, |
| "text": "4", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 1209, |
| "end": 1215, |
| "text": "Fig. 1", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Graph-based Label Propagation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "\u03c6 k (played, playing) = \uf8f1 \uf8f4 \uf8f4 \uf8f4 \uf8f4 \uf8f2 \uf8f4 \uf8f4 \uf8f4 \uf8f4 \uf8f3 1, iff k = suffix:ed:ing 1, iff k = prefix:pl 0, iff k = suffix:ly . . .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Graph-based Label Propagation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We seek to determine which subsets of A are valid for each word w \u2208 W. We learn how a particular attribute of a node is a function of that particular attribute of its neighboring nodes and features on the edge connecting them. Let a i,w be an attribute of word w and let\u00e2 i,w be the empirical estimate of that attribute. We posit that\u00e2 i,w can be estimated from the neighbors N (w) of w as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Graph-based Label Propagation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "a i,w = tanh \uf8eb \uf8ed v\u2208N (w) (\u03c6(w, v) \u2022 \u03b8 i ) \u00d7 a i,v \uf8f6 \uf8f8 (1)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Graph-based Label Propagation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "where, \u03b8 i \u2208 R |F | is weight vector of the edge features for estimating attribute a i . '\u2022' represents dot product betwen two vectors. We use tanh as the nonlinearity to make sure that\u00e2 i,w \u2208 [\u22121, 1]. The set of such weights \u03b8 \u2208 R |A|\u00d7|F| for all attributes are the model parameters that we learn. Our graph resembles the Ising model, which is a lattice model proposed for describing intermolecular forces (Ising, 1925) , and eq. 1 solves the naive mean field approximation of the Ising model (Wang et al., 2007) .", |
| "cite_spans": [ |
| { |
| "start": 407, |
| "end": 420, |
| "text": "(Ising, 1925)", |
| "ref_id": "BIBREF47" |
| }, |
| { |
| "start": 494, |
| "end": 513, |
| "text": "(Wang et al., 2007)", |
| "ref_id": "BIBREF92" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Graph-based Label Propagation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Intuitively, one can view the node to node message function from v to w:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Graph-based Label Propagation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "\u03c6(w, v)\u2022\u03b8 i \u00d7a i,v as either (1) supporting the value a i,v when \u03c6(w, v) \u2022 \u03b8 i > 0; (2) inverting a i,v when \u03c6(w, v) \u2022 \u03b8 i < 0; or (3) dampening or neutering a i,v when \u03c6(w, v) \u2022 \u03b8 i \u2248 0.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Graph-based Label Propagation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Returning to our motivation, if w = played and v = playing, a feature indicating the suffix substitution suffix:ed:ing should have a highly negative weight for TENSE:PAST, indicating a change in value. This is because TENSE:PAST = -1 for playing, and a negative value of \u03c6(w, v) \u2022 \u03b8 i will push it to positive for played.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Graph-based Label Propagation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "It should be noted that this framework for constructing lexicons does not explicitly distinguish between morpho-syntactic paradigms, but simply identifies all possible attribute-values a word can take. If we consider an example like \"games\" and two attributes, the syntactic part-of-speech, POS, and number, NUM, games can either be 1) {POS:VERB, NUM:SING}, as in John games the system; or {POS:NOUN, NUM:PLUR}, as in The games have started. Our framework will mereley return that all the above attribute-values are possible, which implies that the singluar noun and plural verb interpretations are valid. One possible way to account for this is to make full morphological paradigms the \"attributes\" in or model. But this leads to slower runtimes and sparser learning. We leave as future work extensions to full paradigm prediction.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Graph-based Label Propagation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Our framework has three critical components, each described below: (1) model estimation, i.e., learning \u03b8; (2) label propagation to U; and optionally (3) paradigm projection to known valid morphological paradigms. The overall procedure is illustrated in Figure 2 and made concrete in Algorithm 1.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 254, |
| "end": 262, |
| "text": "Figure 2", |
| "ref_id": "FIGREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Graph-based Label Propagation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We estimate all individual elements of an attribute vector using eq. 1. We define loss as the squared loss between the empirical and observed attribute vectors", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model Estimation", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Data: W, L, U, A, F, P Result: \u03b8, labeled U // model estimation 1 while not convergence do 2 for w \u2208 L do 3 loss \u2190 a w \u2212\u00e2 w 2 2 4", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model Estimation", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Update \u03b8 using \u2202loss \u2202\u03b8 // label propagation 5 while not convergence do", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model Estimation", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "6 for w \u2208 U do 7 a w \u2190\u00e2 w // paradigm projection 8 for w \u2208 U do 9 mindist \u2190 \u221e, closest \u2190 \u2205 for p \u2208 P do dist \u2190 a w \u2212 p 2 2 if dist < mindist then mindist \u2190 dist, closest \u2190 p a w \u2190 closest Algorithm 1: Graph-based semi-supervised label propagation algorithm.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model Estimation", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "on every labeled node in the graph, thus the total loss can be computed as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model Estimation", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "w\u2208L a w \u2212\u00e2 w 2 2 (2)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model Estimation", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "We train the edge feature weights \u03b8 by minimizing the loss function in eq. 2. In this step, we only use labeled nodes and the edge connections between labeled nodes. As such, this is strictly a supervised learning setup. We minimize the loss function using online adaptive gradient descent (Duchi et al., 2011) with 2 regularization on the feature weights \u03b8. This is the first step in Algorithm 1 (lines 1-4).", |
| "cite_spans": [ |
| { |
| "start": 290, |
| "end": 310, |
| "text": "(Duchi et al., 2011)", |
| "ref_id": "BIBREF24" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model Estimation", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "In the second step, we use the learned weights of the edge features to estimate the attribute values over unlabeled nodes iteratively. The attribute vector of all unlabeled words is initialized to null, \u2200w \u2208 U, a w = 0, 0, . . . , 0 . In every iteration, an unlabeled node estimates its empirical attributes by looking at the corresponding attributes of its labeled and unlabeled neighbors using eq. 1, thus this is the semi-supervised step. We stop after the squared euclidean distance between the attribute vectors at two consecutive iterations for a node becomes less than 0.1 (averaged over all unlabeled nodes). This is the second step in Algorithm 1 (lines 5-7). After convergence, we can directly obtain attributes for a word by thresholding: a word w is said to possess an attribute a i if a i,w > 0.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Label Propagation", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Since a word can be labeled with multiple lexical attributes, this is a multi-label classification problem. For such a task, several advanced methods that take into account the correlation between attributes have been proposed (Ghamrawi and McCallum, 2005; Tsoumakas and Katakis, 2006; F\u00fcrnkranz et al., 2008; Read et al., 2011 ), here we have adopted the binary relevance method which trains a classifier for every attribute independently of the other attributes, for its simplicity (Godbole and Sarawagi, 2004; Zhang and Zhou, 2005) .", |
| "cite_spans": [ |
| { |
| "start": 227, |
| "end": 256, |
| "text": "(Ghamrawi and McCallum, 2005;", |
| "ref_id": "BIBREF36" |
| }, |
| { |
| "start": 257, |
| "end": 285, |
| "text": "Tsoumakas and Katakis, 2006;", |
| "ref_id": null |
| }, |
| { |
| "start": 286, |
| "end": 309, |
| "text": "F\u00fcrnkranz et al., 2008;", |
| "ref_id": "BIBREF34" |
| }, |
| { |
| "start": 310, |
| "end": 327, |
| "text": "Read et al., 2011", |
| "ref_id": "BIBREF70" |
| }, |
| { |
| "start": 484, |
| "end": 512, |
| "text": "(Godbole and Sarawagi, 2004;", |
| "ref_id": "BIBREF38" |
| }, |
| { |
| "start": 513, |
| "end": 534, |
| "text": "Zhang and Zhou, 2005)", |
| "ref_id": "BIBREF98" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Paradigm Projection", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "However, as the decision for the presence of an attribute over a word is independent of all the other attributes, the final set of attributes obtained for a word in \u00a73.2 might not be a valid paradigm. 6 For example, a word cannot only exhibit the two attributes POS:NOUN and TENSE:PAST, since the presence of the tense attribute implies POS:VERB should also be true. Further, we want to utilize the inherent correlations between attribute labels to obtain better solutions. We thus present an alternative, simpler method to account for this problem. To ensure that we obtain a valid attribute paradigm, we project the empirical attribute vector obtained after propagation to the space of all valid paradigms.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Paradigm Projection", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "We first collect all observed and thus valid attribute paradigms from the seed lexicon (P = {a w |w \u2208 L}). We replace the empirical attribute vector obtained in \u00a73.2 by a valid attribute paradigm vector which is nearest to it according to euclidean distance. This projection step is inspired from the decoding step in label-space transformation approaches to multilabel classification (Hsu et al., 2009; Ferng and Lin, 2011; Zhang and Schneider, 2011) . This is the last step in Algorithm 1 (lines 8-14). We investigate for each language if paradigm projection is helpful ( \u00a74.1).", |
| "cite_spans": [ |
| { |
| "start": 385, |
| "end": 403, |
| "text": "(Hsu et al., 2009;", |
| "ref_id": "BIBREF44" |
| }, |
| { |
| "start": 404, |
| "end": 424, |
| "text": "Ferng and Lin, 2011;", |
| "ref_id": "BIBREF33" |
| }, |
| { |
| "start": 425, |
| "end": 451, |
| "text": "Zhang and Schneider, 2011)", |
| "ref_id": "BIBREF97" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Paradigm Projection", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "To ascertain how our graph-propagation framework predicts morphological attributes for words, we provide an intrinsic evaluation where we compare predicted attributes to gold lexicons that have been either read off from a treebank or derived manually.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Intrinsic Evaluation", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The universal dependency treebank (McDonald et al., 2013; De Marneffe et al., 2014; Agi\u0107 et al., 2015) contains dependency annotations for sentences and morpho-syntactic annotations for words in context for a number of languages. 7 A word can display different attributes depending on its role in a sentence. In order to create morpho-syntactic lexicon for every language, we take the union of all the attributes that the word realizes in the entire treebank. Although, it is possible that this lexicon might not contain all realizable attributes if a particular attribute or paradigm is not seen in the treebank (we address this issue in \u00a74.2). The utility of evaluating against treebank derived lexicons is that it allows us to evaluate on a large set of languages. In particular, in the universal dependency treebanks v1.1 (Agi\u0107 et al., 7 We use version 1.1 released in May 2015.", |
| "cite_spans": [ |
| { |
| "start": 34, |
| "end": 57, |
| "text": "(McDonald et al., 2013;", |
| "ref_id": "BIBREF54" |
| }, |
| { |
| "start": 58, |
| "end": 83, |
| "text": "De Marneffe et al., 2014;", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 84, |
| "end": 102, |
| "text": "Agi\u0107 et al., 2015)", |
| "ref_id": null |
| }, |
| { |
| "start": 840, |
| "end": 841, |
| "text": "7", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dependency Treebank Lexicons", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "2015), 11 diverse languages contain the morphology layer, including Romance, Germanic and Slavic languages plus isolates like Basque and Greek. We use the train/dev/test set of the treebank to create training (seed), 8 development and test lexicons for each language. We exclude words from the dev and test lexicon that have been seen in seed lexicon. For every language, we create a graph with the features described in \u00a72 with words in the seed lexicon as labeled nodes. The words from development and test set are included as unlabeled nodes for the propagation stage. 9 Table 2 shows statistics about the constructed graph for different languages. 10 We perform feature selection and hyperparameter tuning by optimizing prediction on words in the development lexicon and then report results on the test lexicon. The decision whether paradigm projection ( \u00a73.3) is useful or not is also taken by tuning performance on the development lexicon. Table 3 shows the features that were selected for each language. Now, for every word in the test lexicon we obtain predicted lexical attributes from the graph. For a given attribute, we count the number of words for which it was correctly predicted (true positive), wrongly predicted (false positive) and not predicted (false negative). Aggregating these counts over all attributes (A), we compute the micro-averaged F 1 score and achieve 74.3% on an average across 11 languages (cf. Table 4 ). Note that this systematically underestimates performance due to the effect of missing attributes/paradigms that were not observed in the treebank.", |
| "cite_spans": [ |
| { |
| "start": 652, |
| "end": 654, |
| "text": "10", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 574, |
| "end": 581, |
| "text": "Table 2", |
| "ref_id": "TABREF2" |
| }, |
| { |
| "start": 946, |
| "end": 953, |
| "text": "Table 3", |
| "ref_id": "TABREF4" |
| }, |
| { |
| "start": 1430, |
| "end": 1437, |
| "text": "Table 4", |
| "ref_id": "TABREF6" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Dependency Treebank Lexicons", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "Propagated Lexicons. The last column in Table 2 shows the number of words in the propagated lexicon, and the first column shows the number of words in the seed lexicon. The ratio of the size of propagated and seed lexicon is different across languages, which presumably depends on how densely connected each language's graph is. For example, for English the propagated lexicon is around 240 times larger than the seed lexicon, whereas for Czech, its 8 times larger. We can individually tune how densely connected graph we want for each language depending on the seed size and feature sparsity, which we leave for future work.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 40, |
| "end": 47, |
| "text": "Table 2", |
| "ref_id": "TABREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Dependency Treebank Lexicons", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "Selected Edge Features. The features most frequently selected across all the languages are the word cluster and the surface morphological transformation features. This essentially translates to having a graph that consists of small connected components of words having the same lemma (discovered in an unsupervised manner) with semantic links connecting such components using word cluster features. Suffix features are useful for highly inflected languages like Czech and Greek, while the prefix feature is only useful for Czech. Overall, the selected edge features for different languages correspond well to the morphological structure of these languages (Dryer, 2013) .", |
| "cite_spans": [ |
| { |
| "start": 656, |
| "end": 669, |
| "text": "(Dryer, 2013)", |
| "ref_id": "BIBREF23" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dependency Treebank Lexicons", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "Corpus Baseline. We compare our results to a corpus-based method of obtaining morpho-syntactic lexicons. We hypothesize that if we use a morphological tagger of reasonable quality to tag the entire wikipedia corpus of a language and take the union of all the attributes for a word type across all its occurrences in the corpus, then we can acquire all possible attributes for a given word. Hence, producing a lexicon of reasonable quality. Moore (2015) 96,820 79.7 POS-tagging. We thus train a morphological tagger (detail in \u00a75.1) on the training portion of the dependency treebank and use it to tag the entire wikipedia corpus. For every word, we add an attribute to the lexicon if it has been seen at least k times for the word in the corpus, where k \u2208 [2, 20] . This threshold on the frequency of the word-attribute pair helps prevent noisy judgements. We tune k for each language on the development set and report results on the test set in Table 4 . We call this method the Corpus baseline. It can be seen that for every language we outperform this baseline, which on average has an F 1 score of 67.1%.", |
| "cite_spans": [ |
| { |
| "start": 440, |
| "end": 452, |
| "text": "Moore (2015)", |
| "ref_id": "BIBREF58" |
| }, |
| { |
| "start": 756, |
| "end": 759, |
| "text": "[2,", |
| "ref_id": null |
| }, |
| { |
| "start": 760, |
| "end": 763, |
| "text": "20]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 946, |
| "end": 953, |
| "text": "Table 4", |
| "ref_id": "TABREF6" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Dependency Treebank Lexicons", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "We have now showed that its possible to automatically construct large lexicons from smaller seed lexicons. However, the seed lexicons used in \u00a74.1 have been artifically constructed from aggregating attributes of word types over the treebank. Thus, it word exchange cluster * lowercase(word) capitalization {1,2,3}-g suffix * digit {1,2,3}-g prefix * punctuation Table 6 : Features used to train the morphological tagger on the universal dependency treebank. * :on for word offsets {-2, -1, 0, 1, 2}. Conjunctions of the above are also included.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 362, |
| "end": 369, |
| "text": "Table 6", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Manually Curated Lexicons", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "can be argued that these constructed lexicons might not be complete i.e, the lexicon might not exhibit all possible attributes for a given word. On the other hand, manually curated lexicons are unavailable for many languages, inhibiting proper evaluation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Manually Curated Lexicons", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "To test the utility of our approach on manually curated lexicons, we investigate publicly available lexicons for Finnish (Pirinen, 2011), Czech (Haji\u010d and Hladk\u00e1, 1998) and Hungarian (Tr\u00f3n et al., 2006) . We eliminate numbers and punctuation from all lexicons. For each of these languages, we select 10000 words for training and the rest of the word types for evaluation. We train models obtained in \u00a74.1 for a given language using suffix, brown and morphological transformation features with paradigm projection. The only difference is the source of the seed lexicon and test set. Results are reported in Table 5 averaged over 10 different randomly selected seed set for every language. For each language we obtain more than 70% F 1 score and on an average obtain 79.7%. Critically, the F 1 score on human curated lexicons is higher for each language than the treebank constructed lexicons, in some cases as high as 9% absolute. This shows that the average 74.3% F 1 score across all 11 languages is likely underestimated.", |
| "cite_spans": [ |
| { |
| "start": 144, |
| "end": 168, |
| "text": "(Haji\u010d and Hladk\u00e1, 1998)", |
| "ref_id": "BIBREF42" |
| }, |
| { |
| "start": 173, |
| "end": 202, |
| "text": "Hungarian (Tr\u00f3n et al., 2006)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 606, |
| "end": 613, |
| "text": "Table 5", |
| "ref_id": "TABREF7" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Manually Curated Lexicons", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "We now show that the automatically generated lexicons provide informative features that are useful in two downstream NLP tasks: morphological tagging ( \u00a75.1) and syntactic dependency parsing ( \u00a75.2).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Extrinsic Evaluation", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Morphological tagging is the task of assigning a morphological reading to a token in context. The morphological reading consists of features such as part of speech, case, gender, person, tense etc. Table 7 : Macro-averaged F 1 score (%) for morphological tagging: without using any lexicon (None), with seed lexicon (Seed), with propagated lexicon (Propagation). (Oflazer and Kuru\u00f6z, 1994; Haji\u010d and Hladk\u00e1, 1998) . The model we use is a standard atomic sequence classifier, that classifies the morphological bundle for each word independent of the others (with the exception of features derived from these words). Specifically, we use a linear SVM model classifier with hand tuned features. This is similar to commonly used analyzers like SVMTagger (Gim\u00e9nez and Marquez, 2004) and MateTagger (Bohnet and Nivre, 2012) . Our taggers are trained in a language independent manner (Haji\u010d, 2000; Smith et al., 2005; M\u00fcller et al., 2013) . The list of features used in training the tagger are listed in Table 6 . In addition to the standard features, we use the morpho-syntactic attributes present in the lexicon for every word as features in the tagger. As shown in M\u00fcller and Schuetze (2015) , this is typically the most important feature for morphological tagging, even more useful than clusters or word embeddings. While predicting the contextual morphological tags for a given word, the morphological attributes present in the lexicon for the current word, the previous word and the next word are used as features.", |
| "cite_spans": [ |
| { |
| "start": 363, |
| "end": 389, |
| "text": "(Oflazer and Kuru\u00f6z, 1994;", |
| "ref_id": "BIBREF65" |
| }, |
| { |
| "start": 390, |
| "end": 413, |
| "text": "Haji\u010d and Hladk\u00e1, 1998)", |
| "ref_id": "BIBREF42" |
| }, |
| { |
| "start": 750, |
| "end": 777, |
| "text": "(Gim\u00e9nez and Marquez, 2004)", |
| "ref_id": "BIBREF37" |
| }, |
| { |
| "start": 793, |
| "end": 817, |
| "text": "(Bohnet and Nivre, 2012)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 877, |
| "end": 890, |
| "text": "(Haji\u010d, 2000;", |
| "ref_id": "BIBREF43" |
| }, |
| { |
| "start": 891, |
| "end": 910, |
| "text": "Smith et al., 2005;", |
| "ref_id": "BIBREF75" |
| }, |
| { |
| "start": 911, |
| "end": 931, |
| "text": "M\u00fcller et al., 2013)", |
| "ref_id": "BIBREF60" |
| }, |
| { |
| "start": 1161, |
| "end": 1187, |
| "text": "M\u00fcller and Schuetze (2015)", |
| "ref_id": "BIBREF59" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 198, |
| "end": 205, |
| "text": "Table 7", |
| "ref_id": null |
| }, |
| { |
| "start": 997, |
| "end": 1004, |
| "text": "Table 6", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Morphological Tagging", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "We use the same 11 languages from the universal dependency treebanks (Agi\u0107 et al., 2015 ) that contain morphological tags to train and evaluate the morphological taggers. We use the pre-specified train/dev/test splits that come with the data. Table 7 shows the macro-averaged F 1 score over all 72.0 73.0 73.5 Table 8 : Labeled accuracy score (LAS, %) for dependency parsing: without using any lexicon (None), with seed (Seed), with propagated lexicon (Propagation).", |
| "cite_spans": [ |
| { |
| "start": 69, |
| "end": 87, |
| "text": "(Agi\u0107 et al., 2015", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 310, |
| "end": 317, |
| "text": "Table 8", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Morphological Tagging", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "attributes for each language on the test lexicon. The three columns show the F 1 score of the tagger when no lexicon is used; when the seed lexicon derived from the training data is used; and when label propagation is applied. Overall, using lexicons provides a significant improvement in accuracy, even when just using the seed lexicon. For 9 out of 11 languages, the highest accuracy is obtained using the lexicon derived from graph propagation. In some cases the gain is quite substantial, e.g., 94.6% \u2192 95.9% for Bulgarian. Overall there is 1.0% and 0.3% absolute improvement over the baseline and seed resp., which corresponds roughly to a 15% and 5% relative reduction in error. It is not surprising that the seed lexicon performs on par with the derived lexicon for some languages, as it is derived from the training corpus, which likely contains the most frequent words of the language.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Morphological Tagging", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "We train dependency parsers for the same 11 universal dependency treebanks that contain the morphological layer (Agi\u0107 et al., 2015) . We again use the supplied train/dev/test split of the dependency treebank to develop the models. Our parsing model is the transition-based parsing system of Zhang and Nivre (2011) with identical features and a beam of size 8.", |
| "cite_spans": [ |
| { |
| "start": 112, |
| "end": 131, |
| "text": "(Agi\u0107 et al., 2015)", |
| "ref_id": null |
| }, |
| { |
| "start": 291, |
| "end": 313, |
| "text": "Zhang and Nivre (2011)", |
| "ref_id": "BIBREF96" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dependency Parsing", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "We augment the features of Zhang and Nivre Figure 3 : Micro-average F 1 score on test lexicon while using varying seed sizes for cs, hu and fi.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 43, |
| "end": 51, |
| "text": "Figure 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Dependency Parsing", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "(2011) in two ways: using the context-independent morphological attributes present in the different lexicons; and using the corresponding morphological taggers from \u00a75.1 to generate context-dependent attributes. For each of the above two kinds of features, we fire the attributes for the word on top of the stack and the two words on at the front of the buffer. Additionally we take the cross product of these features between the word on the top of the stack and at the front of the buffer. Table 8 shows the labeled accuracy score (LAS) for all languages. Overall, the generated lexicon gives an improvement of absolute 1.5% point over the baseline (5.3% relative reduction in error) and 0.5% over the seed lexicon on an average across 11 languages. Critically this improvement holds for 10/11 languages over the baseline and 8/11 languages over the system that uses seed lexicon only.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 492, |
| "end": 499, |
| "text": "Table 8", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Dependency Parsing", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "In this section we further investigate our model and results in detail.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Further Analysis", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Size of seed lexicon. We first test how the size of the seed lexicon affects performance of attribute prediction on the test set. We use the manually constructed lexicons described in \u00a74.2 for experiments. For each language, instead of using the full seed lexicon of 10000 words, we construct subsets of this lexicon by taking 1000 and 5000 randomly sampled words. We then train models obtained in \u00a74.1 on these lexicons and plot the performance on the test set in Figure 3 . On average across Word Attributes en study (seed) POS:Verb, VForm:Fin, Mood:Ind, Tense:Pres, Num:Sing, POS:Noun studied POS:Verb, VForm:Fin, Mood:Ind, Tense:Past, VForm:Part taught POS:Verb, VForm:Fin, Mood:Ind, Tense:Past, VForm:Part, Voice:Pass it tavola (seed) POS:Noun, Gender:Fem, Num:Sing tavoli POS:Noun, Gender:Masc, Num:Plur divano POS:Noun, Gender:Masc, Num:Sing three languages, we observe that the absolute performance improvement from 1000 to 5000 seed words is \u224810% whereas it reduces to \u22482% from 5000 to 10000 words.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 465, |
| "end": 473, |
| "text": "Figure 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Further Analysis", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Feature analysis. Table 10 shows the highest and the lowest weighted features for predicting a given attribute of English words. The highest weighted features for both VFORM:GER and NUM:PLUR are word clusters, indicating that word clusters exhibit strong syntactic and semantic coherence. More interestingly, it can be seen that for predicting VFORM:GER i.e, continuous verb forms, the lowest weighted features are those morphological transformations that substitute \"ing\" with something else. Thus, if there exists an edge between the words studying and study, containing the feature: suffix:ing:{null}, the model would correctly predict that studying is VFORM:GER as study is not so and the negative feature weight can flip the label values. The same observation holds true for NUM:PLUR.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 18, |
| "end": 26, |
| "text": "Table 10", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Further Analysis", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Feature ablation. One key question is which of the features in our graph are important for projecting morphological attribute-values. Table 11 : Feature ablation study for induced lexicons evaluated on manually curated gold lexicons. Reported scores are micro-averaged F 1 score (%) for prediction of lexical attributes. S = suffix; P = prefix; C = clusters; and MT = morphological transformations. morphology can be represented more or less regularly through the surface form depending on the language. To understand this, we did a feature ablation study for the three languages with manually curated lexicons ( \u00a74.2) using the same feature set as before: clusters, suffix and morphological transformations with paradigm projection. We then leave out each feature to measure how performance drops. Unlike \u00a74.2, we do not average over 10 runs but use a single static graph where features (edges) are added or removed as necessary. Table 11 contains the results. Critically, all features are required for top accuracy across all languages and leaving out suffix features has the most detrimental effect. This is not surprising considering all three language primarily express morphological properties via suffixes. Furthermore, suffix features help to connect the graph and assist label propagation. Note that the importance of suffix features here is in contrast to the evaluation on treebank derived lexicons in \u00a74.1, where suffix features were only selected for 4 out of 11 languages based on the development data (Table 3) , and not for Hungarian and Finnish. This could be due to the nature of the lex-icons derived from treebanks versus complete lexicons constructed by humans.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 134, |
| "end": 142, |
| "text": "Table 11", |
| "ref_id": "TABREF0" |
| }, |
| { |
| "start": 931, |
| "end": 939, |
| "text": "Table 11", |
| "ref_id": "TABREF0" |
| }, |
| { |
| "start": 1516, |
| "end": 1525, |
| "text": "(Table 3)", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Further Analysis", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Additionally, we also added back prefix features and found that for all languages, this resulted in a drop in accuracy, particularly for Finnish and Hungarian. The primary reason for this is that prefix features often create spurious edges in the graph. This in and of itself is not a problem for our model, as the edge weights should learn to discount this feature. However, the fact that we sample edges to make inference tractable means that more informative edges could be dropped in favor of those that are only connected via a prefix features.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Further Analysis", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Prediction examples. Table 9 shows examples of predictions made by our model for English and Italian. For each language, we first select a random word from the seed lexicon, then we pick one syntactic and one semantically related word to the selected word from the set of unlabeled words. For e.g., in Italian tavola means table, whereas tavoli is the plural form and divano means sofa. We correctly identify attributes for these words.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 21, |
| "end": 28, |
| "text": "Table 9", |
| "ref_id": "TABREF10" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Further Analysis", |
| "sec_num": "6" |
| }, |
| { |
| "text": "We now review the areas of related work.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "7" |
| }, |
| { |
| "text": "Lexicon generation. Eskander et al. (2013) construct morpho-syntactic lexicons by incrementally merging inflectional classes with shared morphological features. Natural language lexicons have often been created from smaller seed lexcions using various methods. Thelen and Riloff (2002) use patterns extracted over a large corpus to learn semantic lexicons from smaller seed lexicons using bootstrapping. Alfonseca et al. (2010) use distributional similarity scores across instances to propagate attributes using random walks over a graph. Das and Smith (2012) learn potential semantic frames for unknown predicates by expanding a seed frame lexicon. Sentiment lexicons containing semantic polarity labels for words and phrases have been created using bootstrapping and graph-based learning (Banea et al., 2008; Mohammad et al., 2009; Velikovich et al., 2010; Takamura et al., 2007; Lu et al., 2011) .", |
| "cite_spans": [ |
| { |
| "start": 261, |
| "end": 285, |
| "text": "Thelen and Riloff (2002)", |
| "ref_id": "BIBREF86" |
| }, |
| { |
| "start": 404, |
| "end": 427, |
| "text": "Alfonseca et al. (2010)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 539, |
| "end": 559, |
| "text": "Das and Smith (2012)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 790, |
| "end": 810, |
| "text": "(Banea et al., 2008;", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 811, |
| "end": 833, |
| "text": "Mohammad et al., 2009;", |
| "ref_id": "BIBREF57" |
| }, |
| { |
| "start": 834, |
| "end": 858, |
| "text": "Velikovich et al., 2010;", |
| "ref_id": "BIBREF91" |
| }, |
| { |
| "start": 859, |
| "end": 881, |
| "text": "Takamura et al., 2007;", |
| "ref_id": "BIBREF82" |
| }, |
| { |
| "start": 882, |
| "end": 898, |
| "text": "Lu et al., 2011)", |
| "ref_id": "BIBREF52" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "7" |
| }, |
| { |
| "text": "Graph-based learning. In general, graph-based semi-supervised learning is heavily used in NLP (Talukdar and Cohen, 2013; Subramanya and Talukdar, 2014) . Graph-based learning has been used for class-instance acquisition (Talukdar and Pereira, 2010) , text classification (Subramanya and Bilmes, 2008) , summarization (Erkan and Radev, 2004) , structured prediction problems (Subramanya et al., 2010; Das and Petrov, 2011; Garrette et al., 2013) etc. Our work differs from most of these approaches in that we specifically learn how different features shared between the nodes can correspond to either the propagation of an attribute or an inversion of the attribute value (cf. equ 1). In terms of the capability of inverting an attribute value, our method is close to Goldberg et al. (2007) , who present a framework to include dissimilarity between nodes and , who learn which edges can be excluded for label propagation. In terms of featurizing the edges, our work resembles previous work which measured similarity between nodes in terms of similarity between the feature types that they share (Muthukrishnan et al., 2011; Saluja and Navr\u00e1til, 2013) . Our work is also related to graphbased metric learning, where the objective is to learn a suitable distance metric between the nodes of a graph for solving a given problem (Weinberger et al., 2005; Dhillon et al., 2012) .", |
| "cite_spans": [ |
| { |
| "start": 94, |
| "end": 120, |
| "text": "(Talukdar and Cohen, 2013;", |
| "ref_id": "BIBREF83" |
| }, |
| { |
| "start": 121, |
| "end": 151, |
| "text": "Subramanya and Talukdar, 2014)", |
| "ref_id": "BIBREF79" |
| }, |
| { |
| "start": 220, |
| "end": 248, |
| "text": "(Talukdar and Pereira, 2010)", |
| "ref_id": "BIBREF84" |
| }, |
| { |
| "start": 271, |
| "end": 300, |
| "text": "(Subramanya and Bilmes, 2008)", |
| "ref_id": "BIBREF78" |
| }, |
| { |
| "start": 317, |
| "end": 340, |
| "text": "(Erkan and Radev, 2004)", |
| "ref_id": "BIBREF29" |
| }, |
| { |
| "start": 374, |
| "end": 399, |
| "text": "(Subramanya et al., 2010;", |
| "ref_id": "BIBREF80" |
| }, |
| { |
| "start": 400, |
| "end": 421, |
| "text": "Das and Petrov, 2011;", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 422, |
| "end": 444, |
| "text": "Garrette et al., 2013)", |
| "ref_id": "BIBREF35" |
| }, |
| { |
| "start": 767, |
| "end": 789, |
| "text": "Goldberg et al. (2007)", |
| "ref_id": "BIBREF39" |
| }, |
| { |
| "start": 1095, |
| "end": 1123, |
| "text": "(Muthukrishnan et al., 2011;", |
| "ref_id": "BIBREF61" |
| }, |
| { |
| "start": 1124, |
| "end": 1150, |
| "text": "Saluja and Navr\u00e1til, 2013)", |
| "ref_id": "BIBREF72" |
| }, |
| { |
| "start": 1325, |
| "end": 1350, |
| "text": "(Weinberger et al., 2005;", |
| "ref_id": "BIBREF93" |
| }, |
| { |
| "start": 1351, |
| "end": 1372, |
| "text": "Dhillon et al., 2012)", |
| "ref_id": "BIBREF21" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "7" |
| }, |
| { |
| "text": "Morphology. High morphological complexity exacerbates the problem of feature sparsity in many NLP applications and leads to poor estimation of model parameters, emphasizing the need of morphological analysis. Morphological analysis encompasses fields like morphological segmentation (Creutz and Lagus, 2007; Demberg, 2007; Snyder and Barzilay, 2008; Poon et al., 2009; Narasimhan et al., 2015) , and inflection generation (Yarowsky and Wicentowski, 2000; Wicentowski, 2004) . Such models of segmentation and inflection generation are used to better understand the meaning and relations between words. Our task is complementary to the task of morphological paradigm generation. Paradigm generation requires generating all possible morphological forms of a given base-form according to different linguistic transformations (Dreyer and Eisner, 2011; Durrett and DeNero, 2013; Ahlberg et al., 2014; Ahlberg et al., 2015; Nicolai et al., 2015; Faruqui et al., 2016) , whereas our task requires identifying linguistic transformations between two dif-ferent word forms.", |
| "cite_spans": [ |
| { |
| "start": 283, |
| "end": 307, |
| "text": "(Creutz and Lagus, 2007;", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 308, |
| "end": 322, |
| "text": "Demberg, 2007;", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 323, |
| "end": 349, |
| "text": "Snyder and Barzilay, 2008;", |
| "ref_id": "BIBREF76" |
| }, |
| { |
| "start": 350, |
| "end": 368, |
| "text": "Poon et al., 2009;", |
| "ref_id": "BIBREF68" |
| }, |
| { |
| "start": 369, |
| "end": 393, |
| "text": "Narasimhan et al., 2015)", |
| "ref_id": "BIBREF62" |
| }, |
| { |
| "start": 422, |
| "end": 454, |
| "text": "(Yarowsky and Wicentowski, 2000;", |
| "ref_id": "BIBREF95" |
| }, |
| { |
| "start": 455, |
| "end": 473, |
| "text": "Wicentowski, 2004)", |
| "ref_id": "BIBREF94" |
| }, |
| { |
| "start": 821, |
| "end": 846, |
| "text": "(Dreyer and Eisner, 2011;", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 847, |
| "end": 872, |
| "text": "Durrett and DeNero, 2013;", |
| "ref_id": "BIBREF26" |
| }, |
| { |
| "start": 873, |
| "end": 894, |
| "text": "Ahlberg et al., 2014;", |
| "ref_id": null |
| }, |
| { |
| "start": 895, |
| "end": 916, |
| "text": "Ahlberg et al., 2015;", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 917, |
| "end": 938, |
| "text": "Nicolai et al., 2015;", |
| "ref_id": "BIBREF63" |
| }, |
| { |
| "start": 939, |
| "end": 960, |
| "text": "Faruqui et al., 2016)", |
| "ref_id": "BIBREF32" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "7" |
| }, |
| { |
| "text": "Low-resourced languages. Our algorithm can be used to generate morpho-syntactic lexicons for lowresourced languages, where the seed lexicon can be constructed, for example, using crowdsourcing (Callison-Burch and Dredze, 2010; Irvine and Klementiev, 2010) . Morpho-syntactic resources have been developed for east-european languages like Slovene (Dzeroski et al., 2000; Erjavec, 2004) , Bulgarian (Simov et al., 2004) and highly agglutinative languages like Turkish (Sak et al., 2008) . Morpho-syntactic lexicons are crucial components in acousting modeling and automatic speech recognition, where they have been developed for lowresourced languages (Huet et al., 2008; Besacier et al., 2014) .", |
| "cite_spans": [ |
| { |
| "start": 193, |
| "end": 226, |
| "text": "(Callison-Burch and Dredze, 2010;", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 227, |
| "end": 255, |
| "text": "Irvine and Klementiev, 2010)", |
| "ref_id": "BIBREF46" |
| }, |
| { |
| "start": 346, |
| "end": 369, |
| "text": "(Dzeroski et al., 2000;", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 370, |
| "end": 384, |
| "text": "Erjavec, 2004)", |
| "ref_id": "BIBREF28" |
| }, |
| { |
| "start": 387, |
| "end": 417, |
| "text": "Bulgarian (Simov et al., 2004)", |
| "ref_id": null |
| }, |
| { |
| "start": 466, |
| "end": 484, |
| "text": "(Sak et al., 2008)", |
| "ref_id": "BIBREF71" |
| }, |
| { |
| "start": 650, |
| "end": 669, |
| "text": "(Huet et al., 2008;", |
| "ref_id": "BIBREF45" |
| }, |
| { |
| "start": 670, |
| "end": 692, |
| "text": "Besacier et al., 2014)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "7" |
| }, |
| { |
| "text": "One alternative method to extract morphosyntactic lexicons is via parallel data (Das and Petrov, 2011) . However, such methods assume that both the source and target langauges are isomorphic with respect to morphology. This can be the case with attributes like coarse part-of-speech or case, but is rarely true for other attributes like gender, which is very language specific.", |
| "cite_spans": [ |
| { |
| "start": 80, |
| "end": 102, |
| "text": "(Das and Petrov, 2011)", |
| "ref_id": "BIBREF16" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "7" |
| }, |
| { |
| "text": "There are three major ways in which the current model can be possibly improved.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Future Work", |
| "sec_num": "8" |
| }, |
| { |
| "text": "Joint learning and propagation. In the current model, we are first learning the weights in a supervised manner ( \u00a73.1) and then propagating labels across nodes in a semi-supervised step with fixed feature weights ( \u00a73.2). These can also be performed jointly: perform one iteration of weight learning, propagate labels using these weights, perform another iteration of weight learning assuming empirical labels as gold labels and continue to learn and propagate until convergence. This joint learning would be slower than the current approach as propagating labels across the graph is an expensive step.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Future Work", |
| "sec_num": "8" |
| }, |
| { |
| "text": "Multi-label classifcation. We are currently using the binary relevance method which trains a binary classifier for every attribute independently (Godbole and Sarawagi, 2004; Zhang and Zhou, 2005) with paradigm projection as a post-processing step ( \u00a73.3). Thus we are accounting for attribute correlations only at the end. We can instead model such correlations as constraints during the learning step to obtain better solutions (Ghamrawi and McCallum, 2005; Tsoumakas and Katakis, 2006; F\u00fcrnkranz et al., 2008; Read et al., 2011) .", |
| "cite_spans": [ |
| { |
| "start": 145, |
| "end": 173, |
| "text": "(Godbole and Sarawagi, 2004;", |
| "ref_id": "BIBREF38" |
| }, |
| { |
| "start": 174, |
| "end": 195, |
| "text": "Zhang and Zhou, 2005)", |
| "ref_id": "BIBREF98" |
| }, |
| { |
| "start": 429, |
| "end": 458, |
| "text": "(Ghamrawi and McCallum, 2005;", |
| "ref_id": "BIBREF36" |
| }, |
| { |
| "start": 459, |
| "end": 487, |
| "text": "Tsoumakas and Katakis, 2006;", |
| "ref_id": null |
| }, |
| { |
| "start": 488, |
| "end": 511, |
| "text": "F\u00fcrnkranz et al., 2008;", |
| "ref_id": "BIBREF34" |
| }, |
| { |
| "start": 512, |
| "end": 530, |
| "text": "Read et al., 2011)", |
| "ref_id": "BIBREF70" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Future Work", |
| "sec_num": "8" |
| }, |
| { |
| "text": "Richer feature set. In addition our model can benefit from a richer set of features. Word embeddings can be used to connect word node which are similar in meaning (Mikolov et al., 2013) . We can use existing morphological segmentation tools to discover the morpheme and inflections of a word to connect it to word with similar inflections which might be better than the crude suffix or prefix features. We can also use rich lexical resources like Wiktionary 11 to extract relations between words that can be encoded on our graph edges.", |
| "cite_spans": [ |
| { |
| "start": 163, |
| "end": 185, |
| "text": "(Mikolov et al., 2013)", |
| "ref_id": "BIBREF55" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Future Work", |
| "sec_num": "8" |
| }, |
| { |
| "text": "We have presented a graph-based semi-supervised method to construct large annotated morphosyntactic lexicons from small seed lexicons. Our method is language independent and we have constructed lexicons for 11 different languages. We showed that the lexicons thus constructed help improve performance in morphological tagging and dependency parsing, when used as features.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "9" |
| }, |
| { |
| "text": "Some of these features can cause the graph to become very dense making label propagation prohibitive. We keep the size of the graph in check by only allowing a word node to be connected to at most 100 other (randomly selected) word nodes sharing one particular feature. This reduces edges while still keeping the graph connected.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "We constrain ai,w \u2208 [\u22121, 1] as its easier to model the flipping of an attribute value from \u22121 to 1 as opposed to [0, 1].5 We use labeled, seed, and training lexicon to mean the same thing interchangeably.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "A paradigm is defined as a set of attributes.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "We only include those words in the seed lexicon that occur at least twice in the training set of the treebank.9 Words from the news corpus used for word clustering are also used as unlabeled nodes.10 Note that the size of the constructed lexicon (cf.Table 2) is always less than or equal to the total number of unlabeled nodes in the graph because some unlabeled nodes are not able to collect enough mass for acquiring an attribute i.e, \u2200a \u2208 A : aw < 0 and thus they remain unlabeled (cf. \u00a73.2).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "This work was performed when the first author was an intern at Google. We thank action editor Alexander Clark, and the three anonymous reviewers for their helpful suggestions in preparing the manuscript. We thank David Talbot for his help in developing the propagation framework and helpful discussions about evaluation. We thank Avneesh Saluja, Chris Dyer and Partha Pratim Talukdar for their comments on drafts of this paper.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgement", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Sampo Pyysalo, Wolfgang Seeker", |
| "authors": [ |
| { |
| "first": "Juha", |
| "middle": [], |
| "last": "Kanerva", |
| "suffix": "" |
| }, |
| { |
| "first": "Veronika", |
| "middle": [], |
| "last": "Kuokkala", |
| "suffix": "" |
| }, |
| { |
| "first": "Alessandro", |
| "middle": [], |
| "last": "Laippala", |
| "suffix": "" |
| }, |
| { |
| "first": "Krister", |
| "middle": [], |
| "last": "Lenci", |
| "suffix": "" |
| }, |
| { |
| "first": "Nikola", |
| "middle": [], |
| "last": "Lind\u00e9n", |
| "suffix": "" |
| }, |
| { |
| "first": "Teresa", |
| "middle": [], |
| "last": "Ljube\u0161i\u0107", |
| "suffix": "" |
| }, |
| { |
| "first": "Christopher", |
| "middle": [], |
| "last": "Lynn", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Manning", |
| "suffix": "" |
| }, |
| { |
| "first": "Alonso", |
| "middle": [], |
| "last": "H\u00e9ctor", |
| "suffix": "" |
| }, |
| { |
| "first": "Ryan", |
| "middle": [], |
| "last": "Mart\u00ednez", |
| "suffix": "" |
| }, |
| { |
| "first": "Anna", |
| "middle": [], |
| "last": "Mcdonald", |
| "suffix": "" |
| }, |
| { |
| "first": "Simonetta", |
| "middle": [], |
| "last": "Missil\u00e4", |
| "suffix": "" |
| }, |
| { |
| "first": "Joakim", |
| "middle": [], |
| "last": "Montemagni", |
| "suffix": "" |
| }, |
| { |
| "first": "Hanna", |
| "middle": [], |
| "last": "Nivre", |
| "suffix": "" |
| }, |
| { |
| "first": "Petya", |
| "middle": [], |
| "last": "Nurmi", |
| "suffix": "" |
| }, |
| { |
| "first": "Slav", |
| "middle": [], |
| "last": "Osenova", |
| "suffix": "" |
| }, |
| { |
| "first": "Jussi", |
| "middle": [], |
| "last": "Petrov", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Piitulainen", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kanerva, Juha Kuokkala, Veronika Laippala, Alessan- dro Lenci, Krister Lind\u00e9n, Nikola Ljube\u0161i\u0107, Teresa Lynn, Christopher Manning, H\u00e9ctor Alonso Mart\u00ednez, Ryan McDonald, Anna Missil\u00e4, Simonetta Monte- magni, Joakim Nivre, Hanna Nurmi, Petya Osenova, Slav Petrov, Jussi Piitulainen, Barbara Plank, Prokopis Prokopidis, Sampo Pyysalo, Wolfgang Seeker, Moj- gan Seraji, Natalia Silveira, Maria Simi, Kiril Simov, Aaron Smith, Reut Tsarfaty, Veronika Vincze, and Daniel Zeman. 2015. Universal dependencies 1.1.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Semi-supervised learning of morphological paradigms and lexicons", |
| "authors": [], |
| "year": 2014, |
| "venue": "Markus Forsberg, and Mans Hulden", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "LINDAT/CLARIN digital library at Institute of Formal and Applied Linguistics, Charles University in Prague. Malin Ahlberg, Markus Forsberg, and Mans Hulden. 2014. Semi-supervised learning of morphological paradigms and lexicons. In Proc. of EACL.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Paradigm classification in supervised learning of morphology", |
| "authors": [ |
| { |
| "first": "Malin", |
| "middle": [], |
| "last": "Ahlberg", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Markus Forsberg, and Mans Hulden", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Malin Ahlberg, Markus Forsberg, and Mans Hulden. 2015. Paradigm classification in supervised learning of morphology. In Proc. of NAACL.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Acquisition of instance attributes via labeled and related instances", |
| "authors": [ |
| { |
| "first": "Enrique", |
| "middle": [], |
| "last": "Alfonseca", |
| "suffix": "" |
| }, |
| { |
| "first": "Marius", |
| "middle": [], |
| "last": "Pasca", |
| "suffix": "" |
| }, |
| { |
| "first": "Enrique", |
| "middle": [], |
| "last": "Robledo-Arnuncio", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proc. of SIGIR", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Enrique Alfonseca, Marius Pasca, and Enrique Robledo- Arnuncio. 2010. Acquisition of instance attributes via labeled and related instances. In Proc. of SIGIR.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Syntactic and sub-lexical features for Turkish discriminative language models", |
| "authors": [ |
| { |
| "first": "Ebru", |
| "middle": [], |
| "last": "Arisoy", |
| "suffix": "" |
| }, |
| { |
| "first": "Murat", |
| "middle": [], |
| "last": "Sara\u00e7lar", |
| "suffix": "" |
| }, |
| { |
| "first": "Brian", |
| "middle": [], |
| "last": "Roark", |
| "suffix": "" |
| }, |
| { |
| "first": "Izhak", |
| "middle": [], |
| "last": "Shafran", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proc. of ICASSP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ebru Arisoy, Murat Sara\u00e7lar, Brian Roark, and Izhak Shafran. 2010. Syntactic and sub-lexical features for Turkish discriminative language models. In Proc. of ICASSP.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "A bootstrapping method for building subjectivity lexicons for languages with scarce resources", |
| "authors": [ |
| { |
| "first": "Carmen", |
| "middle": [], |
| "last": "Banea", |
| "suffix": "" |
| }, |
| { |
| "first": "Janyce", |
| "middle": [ |
| "M" |
| ], |
| "last": "Wiebe", |
| "suffix": "" |
| }, |
| { |
| "first": "Rada", |
| "middle": [], |
| "last": "Mihalcea", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proc. of LREC", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Carmen Banea, Janyce M. Wiebe, and Rada Mihalcea. 2008. A bootstrapping method for building subjectiv- ity lexicons for languages with scarce resources. In Proc. of LREC.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Label propagation and quadratic criterion", |
| "authors": [ |
| { |
| "first": "Yoshua", |
| "middle": [], |
| "last": "Bengio", |
| "suffix": "" |
| }, |
| { |
| "first": "Olivier", |
| "middle": [], |
| "last": "Delalleau", |
| "suffix": "" |
| }, |
| { |
| "first": "Nicolas", |
| "middle": [ |
| "Le" |
| ], |
| "last": "Roux", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Semi-Supervised Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yoshua Bengio, Olivier Delalleau, and Nicolas Le Roux. 2006. Label propagation and quadratic criterion. In Semi-Supervised Learning. MIT Press.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Automatic speech recognition for under-resourced languages: A survey", |
| "authors": [ |
| { |
| "first": "Laurent", |
| "middle": [], |
| "last": "Besacier", |
| "suffix": "" |
| }, |
| { |
| "first": "Etienne", |
| "middle": [], |
| "last": "Barnard", |
| "suffix": "" |
| }, |
| { |
| "first": "Alexey", |
| "middle": [], |
| "last": "Karpov", |
| "suffix": "" |
| }, |
| { |
| "first": "Tanja", |
| "middle": [], |
| "last": "Schultz", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Speech Communication", |
| "volume": "56", |
| "issue": "", |
| "pages": "85--100", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Laurent Besacier, Etienne Barnard, Alexey Karpov, and Tanja Schultz. 2014. Automatic speech recogni- tion for under-resourced languages: A survey. Speech Communication, 56:85-100.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "A transitionbased system for joint part-of-speech tagging and labeled non-projective dependency parsing", |
| "authors": [ |
| { |
| "first": "Bernd", |
| "middle": [], |
| "last": "Bohnet", |
| "suffix": "" |
| }, |
| { |
| "first": "Joakim", |
| "middle": [], |
| "last": "Nivre", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proc. of EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bernd Bohnet and Joakim Nivre. 2012. A transition- based system for joint part-of-speech tagging and la- beled non-projective dependency parsing. In Proc. of EMNLP.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Creating speech and language data with amazon's mechanical turk", |
| "authors": [ |
| { |
| "first": "Chris", |
| "middle": [], |
| "last": "Callison", |
| "suffix": "" |
| }, |
| { |
| "first": "-", |
| "middle": [], |
| "last": "Burch", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Dredze", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proc. of NAACL Workshop on Creating Speech and Language Data with Amazon's Mechanical Turk", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chris Callison-Burch and Mark Dredze. 2010. Creat- ing speech and language data with amazon's mechan- ical turk. In Proc. of NAACL Workshop on Creating Speech and Language Data with Amazon's Mechani- cal Turk.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Combining distributional and morphological information for part of speech induction", |
| "authors": [ |
| { |
| "first": "Alexander", |
| "middle": [], |
| "last": "Clark", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proc. of EACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alexander Clark. 2003. Combining distributional and morphological information for part of speech induc- tion. In Proc. of EACL.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Unsupervised models for morpheme segmentation and morphology learning", |
| "authors": [ |
| { |
| "first": "Mathias", |
| "middle": [], |
| "last": "Creutz", |
| "suffix": "" |
| }, |
| { |
| "first": "Krista", |
| "middle": [], |
| "last": "Lagus", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "ACM Transactions on Speech and Language Processing (TSLP)", |
| "volume": "4", |
| "issue": "1", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mathias Creutz and Krista Lagus. 2007. Unsupervised models for morpheme segmentation and morphology learning. ACM Transactions on Speech and Language Processing (TSLP), 4(1):3.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Unsupervised partof-speech tagging with bilingual graph-based projections", |
| "authors": [ |
| { |
| "first": "Dipanjan", |
| "middle": [], |
| "last": "Das", |
| "suffix": "" |
| }, |
| { |
| "first": "Slav", |
| "middle": [], |
| "last": "Petrov", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proc. of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dipanjan Das and Slav Petrov. 2011. Unsupervised part- of-speech tagging with bilingual graph-based projec- tions. In Proc. of ACL.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Graph-based lexicon expansion with sparsity-inducing penalties", |
| "authors": [ |
| { |
| "first": "Dipanjan", |
| "middle": [], |
| "last": "Das", |
| "suffix": "" |
| }, |
| { |
| "first": "Noah", |
| "middle": [ |
| "A" |
| ], |
| "last": "Smith", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proc. of NAACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dipanjan Das and Noah A. Smith. 2012. Graph-based lexicon expansion with sparsity-inducing penalties. In Proc. of NAACL.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Universal stanford dependencies: A cross-linguistic typology", |
| "authors": [ |
| { |
| "first": "Marie-Catherine De", |
| "middle": [], |
| "last": "Marneffe", |
| "suffix": "" |
| }, |
| { |
| "first": "Timothy", |
| "middle": [], |
| "last": "Dozat", |
| "suffix": "" |
| }, |
| { |
| "first": "Natalia", |
| "middle": [], |
| "last": "Silveira", |
| "suffix": "" |
| }, |
| { |
| "first": "Katri", |
| "middle": [], |
| "last": "Haverinen", |
| "suffix": "" |
| }, |
| { |
| "first": "Filip", |
| "middle": [], |
| "last": "Ginter", |
| "suffix": "" |
| }, |
| { |
| "first": "Joakim", |
| "middle": [], |
| "last": "Nivre", |
| "suffix": "" |
| }, |
| { |
| "first": "Christopher", |
| "middle": [ |
| "D" |
| ], |
| "last": "Manning", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Proceedings of LREC", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Marie-Catherine De Marneffe, Timothy Dozat, Natalia Silveira, Katri Haverinen, Filip Ginter, Joakim Nivre, and Christopher D. Manning. 2014. Universal stan- ford dependencies: A cross-linguistic typology. In Proceedings of LREC.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "A language-independent unsupervised model for morphological segmentation", |
| "authors": [ |
| { |
| "first": "Vera", |
| "middle": [], |
| "last": "Demberg", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proc. of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Vera Demberg. 2007. A language-independent unsuper- vised model for morphological segmentation. In Proc. of ACL.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Coupling an annotated corpus and a morphosyntactic lexicon for stateof-the-art POS tagging with less human effort", |
| "authors": [ |
| { |
| "first": "Pascal", |
| "middle": [], |
| "last": "Denis", |
| "suffix": "" |
| }, |
| { |
| "first": "Beno\u00eet", |
| "middle": [], |
| "last": "Sagot", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proc. of PACLIC", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pascal Denis and Beno\u00eet Sagot. 2009. Coupling an anno- tated corpus and a morphosyntactic lexicon for state- of-the-art POS tagging with less human effort. In Proc. of PACLIC.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Metric learning for graph-based domain adaptation", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Paramveer", |
| "suffix": "" |
| }, |
| { |
| "first": "Partha", |
| "middle": [], |
| "last": "Dhillon", |
| "suffix": "" |
| }, |
| { |
| "first": "Koby", |
| "middle": [], |
| "last": "Talukdar", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Crammer", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proc. of COLING", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Paramveer S. Dhillon, Partha Talukdar, and Koby Cram- mer. 2012. Metric learning for graph-based domain adaptation. In Proc. of COLING.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Discovering morphological paradigms from plain text using a Dirichlet process mixture model", |
| "authors": [ |
| { |
| "first": "Markus", |
| "middle": [], |
| "last": "Dreyer", |
| "suffix": "" |
| }, |
| { |
| "first": "Jason", |
| "middle": [], |
| "last": "Eisner", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proc. of EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Markus Dreyer and Jason Eisner. 2011. Discover- ing morphological paradigms from plain text using a Dirichlet process mixture model. In Proc. of EMNLP.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Prefixing vs. Suffixing in Inflectional Morphology", |
| "authors": [ |
| { |
| "first": "Matthew", |
| "middle": [ |
| "S" |
| ], |
| "last": "Dryer", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Matthew S. Dryer. 2013. Prefixing vs. Suffixing in Inflec- tional Morphology. Max Planck Institute for Evolu- tionary Anthropology.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Adaptive subgradient methods for online learning and stochastic optimization", |
| "authors": [ |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Duchi", |
| "suffix": "" |
| }, |
| { |
| "first": "Elad", |
| "middle": [], |
| "last": "Hazan", |
| "suffix": "" |
| }, |
| { |
| "first": "Yoram", |
| "middle": [], |
| "last": "Singer", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "The Journal of Machine Learning Research", |
| "volume": "12", |
| "issue": "", |
| "pages": "2121--2159", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "John Duchi, Elad Hazan, and Yoram Singer. 2011. Adaptive subgradient methods for online learning and stochastic optimization. The Journal of Machine Learning Research, 12:2121-2159.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Morphological annotation of quranic Arabic", |
| "authors": [ |
| { |
| "first": "Kais", |
| "middle": [], |
| "last": "Dukes", |
| "suffix": "" |
| }, |
| { |
| "first": "Nizar", |
| "middle": [], |
| "last": "Habash", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proc. of LREC", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kais Dukes and Nizar Habash. 2010. Morphological annotation of quranic Arabic. In Proc. of LREC.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "Supervised learning of complete morphological paradigms", |
| "authors": [ |
| { |
| "first": "Greg", |
| "middle": [], |
| "last": "Durrett", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Denero", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proc. of NAACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Greg Durrett and John DeNero. 2013. Supervised learn- ing of complete morphological paradigms. In Proc. of NAACL.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "Morphosyntactic tagging of Slovene: Evaluating taggers and tagsets", |
| "authors": [ |
| { |
| "first": "Saso", |
| "middle": [], |
| "last": "Dzeroski", |
| "suffix": "" |
| }, |
| { |
| "first": "Tomaz", |
| "middle": [], |
| "last": "Erjavec", |
| "suffix": "" |
| }, |
| { |
| "first": "Jakub", |
| "middle": [], |
| "last": "Zavrel", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proc. of LREC", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Saso Dzeroski, Tomaz Erjavec, and Jakub Zavrel. 2000. Morphosyntactic tagging of Slovene: Evaluating tag- gers and tagsets. In Proc. of LREC.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "Multext-east version 3: Multilingual morphosyntactic specifications, lexicons and corpora", |
| "authors": [ |
| { |
| "first": "Tomaz", |
| "middle": [], |
| "last": "Erjavec", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proc. of LREC", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tomaz Erjavec. 2004. Multext-east version 3: Multilin- gual morphosyntactic specifications, lexicons and cor- pora. In Proc. of LREC.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "Lexrank: Graph-based lexical centrality as salience in text summarization", |
| "authors": [ |
| { |
| "first": "G\u00fcnes", |
| "middle": [], |
| "last": "Erkan", |
| "suffix": "" |
| }, |
| { |
| "first": "Dragomir", |
| "middle": [ |
| "R" |
| ], |
| "last": "Radev", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Journal of Artificial Intelligence Research", |
| "volume": "22", |
| "issue": "1", |
| "pages": "457--479", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "G\u00fcnes Erkan and Dragomir R. Radev. 2004. Lexrank: Graph-based lexical centrality as salience in text sum- marization. Journal of Artificial Intelligence Re- search, 22(1):457-479.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "Automatic extraction of morphological lexicons from morphologically annotated corpora", |
| "authors": [ |
| { |
| "first": "Ramy", |
| "middle": [], |
| "last": "Eskander", |
| "suffix": "" |
| }, |
| { |
| "first": "Nizar", |
| "middle": [], |
| "last": "Habash", |
| "suffix": "" |
| }, |
| { |
| "first": "Owen", |
| "middle": [], |
| "last": "Rambow", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proc. of EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ramy Eskander, Nizar Habash, and Owen Rambow. 2013. Automatic extraction of morphological lexicons from morphologically annotated corpora. In Proc. of EMNLP.", |
| "links": null |
| }, |
| "BIBREF31": { |
| "ref_id": "b31", |
| "title": "Training and evaluating a German named entity recognizer with semantic generalization", |
| "authors": [ |
| { |
| "first": "Manaal", |
| "middle": [], |
| "last": "Faruqui", |
| "suffix": "" |
| }, |
| { |
| "first": "Sebastian", |
| "middle": [], |
| "last": "Pad\u00f3", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proc. of KONVENS", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Manaal Faruqui and Sebastian Pad\u00f3. 2010. Training and evaluating a German named entity recognizer with se- mantic generalization. In Proc. of KONVENS.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "Morphological inflection generation using character sequence to sequence learning", |
| "authors": [ |
| { |
| "first": "Manaal", |
| "middle": [], |
| "last": "Faruqui", |
| "suffix": "" |
| }, |
| { |
| "first": "Yulia", |
| "middle": [], |
| "last": "Tsvetkov", |
| "suffix": "" |
| }, |
| { |
| "first": "Graham", |
| "middle": [], |
| "last": "Neubig", |
| "suffix": "" |
| }, |
| { |
| "first": "Chris", |
| "middle": [], |
| "last": "Dyer", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1104.2086" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Manaal Faruqui, Yulia Tsvetkov, Graham Neubig, and Chris Dyer. 2016. Morphological inflection gener- ation using character sequence to sequence learning. arXiv:1104.2086.", |
| "links": null |
| }, |
| "BIBREF33": { |
| "ref_id": "b33", |
| "title": "Multilabel classification with error-correcting codes", |
| "authors": [ |
| { |
| "first": "Chun-Sung", |
| "middle": [], |
| "last": "Ferng", |
| "suffix": "" |
| }, |
| { |
| "first": "Hsuan-Tien", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proc. of ACML", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chun-Sung Ferng and Hsuan-Tien Lin. 2011. Multi- label classification with error-correcting codes. In Proc. of ACML.", |
| "links": null |
| }, |
| "BIBREF34": { |
| "ref_id": "b34", |
| "title": "Multilabel classification via calibrated label ranking", |
| "authors": [ |
| { |
| "first": "Johannes", |
| "middle": [], |
| "last": "F\u00fcrnkranz", |
| "suffix": "" |
| }, |
| { |
| "first": "Eyke", |
| "middle": [], |
| "last": "H\u00fcllermeier", |
| "suffix": "" |
| }, |
| { |
| "first": "Eneldo", |
| "middle": [], |
| "last": "Loza Menc\u00eda", |
| "suffix": "" |
| }, |
| { |
| "first": "Klaus", |
| "middle": [], |
| "last": "Brinker", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Machine learning", |
| "volume": "73", |
| "issue": "2", |
| "pages": "133--153", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Johannes F\u00fcrnkranz, Eyke H\u00fcllermeier, Eneldo Loza Menc\u00eda, and Klaus Brinker. 2008. Multilabel classifi- cation via calibrated label ranking. Machine learning, 73(2):133-153.", |
| "links": null |
| }, |
| "BIBREF35": { |
| "ref_id": "b35", |
| "title": "Real-world semi-supervised learning of POS-taggers for low-resource languages", |
| "authors": [ |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Garrette", |
| "suffix": "" |
| }, |
| { |
| "first": "Jason", |
| "middle": [], |
| "last": "Mielens", |
| "suffix": "" |
| }, |
| { |
| "first": "Jason", |
| "middle": [], |
| "last": "Baldridge", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proc. of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dan Garrette, Jason Mielens, and Jason Baldridge. 2013. Real-world semi-supervised learning of POS-taggers for low-resource languages. In Proc. of ACL.", |
| "links": null |
| }, |
| "BIBREF36": { |
| "ref_id": "b36", |
| "title": "Collective multi-label classification", |
| "authors": [ |
| { |
| "first": "Nadia", |
| "middle": [], |
| "last": "Ghamrawi", |
| "suffix": "" |
| }, |
| { |
| "first": "Andrew", |
| "middle": [], |
| "last": "Mccallum", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proc. of CIKM", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Nadia Ghamrawi and Andrew McCallum. 2005. Collec- tive multi-label classification. In Proc. of CIKM.", |
| "links": null |
| }, |
| "BIBREF37": { |
| "ref_id": "b37", |
| "title": "Svmtool: A general POS tagger generator based on support vector machines", |
| "authors": [ |
| { |
| "first": "Jes\u00fas", |
| "middle": [], |
| "last": "Gim\u00e9nez", |
| "suffix": "" |
| }, |
| { |
| "first": "Llu\u00eds", |
| "middle": [], |
| "last": "Marquez", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proc. of LREC", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jes\u00fas Gim\u00e9nez and Llu\u00eds Marquez. 2004. Svmtool: A general POS tagger generator based on support vector machines. In Proc. of LREC.", |
| "links": null |
| }, |
| "BIBREF38": { |
| "ref_id": "b38", |
| "title": "Discriminative methods for multi-labeled classification", |
| "authors": [ |
| { |
| "first": "Shantanu", |
| "middle": [], |
| "last": "Godbole", |
| "suffix": "" |
| }, |
| { |
| "first": "Sunita", |
| "middle": [], |
| "last": "Sarawagi", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proc. of KDD", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Shantanu Godbole and Sunita Sarawagi. 2004. Discrim- inative methods for multi-labeled classification. In Proc. of KDD.", |
| "links": null |
| }, |
| "BIBREF39": { |
| "ref_id": "b39", |
| "title": "Dissimilarity in graph-based semisupervised classification", |
| "authors": [ |
| { |
| "first": "Andrew", |
| "middle": [ |
| "B" |
| ], |
| "last": "Goldberg", |
| "suffix": "" |
| }, |
| { |
| "first": "Xiaojin", |
| "middle": [], |
| "last": "Zhu", |
| "suffix": "" |
| }, |
| { |
| "first": "Stephen", |
| "middle": [ |
| "J" |
| ], |
| "last": "Wright", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proc. of AISTATS", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Andrew B. Goldberg, Xiaojin Zhu, and Stephen J. Wright. 2007. Dissimilarity in graph-based semi- supervised classification. In Proc. of AISTATS.", |
| "links": null |
| }, |
| "BIBREF40": { |
| "ref_id": "b40", |
| "title": "Enhancing unlexicalized parsing performance using a wide coverage lexicon, fuzzy tag-set mapping, and EM-HMM-based lexical probabilities", |
| "authors": [ |
| { |
| "first": "Yoav", |
| "middle": [], |
| "last": "Goldberg", |
| "suffix": "" |
| }, |
| { |
| "first": "Reut", |
| "middle": [], |
| "last": "Tsarfaty", |
| "suffix": "" |
| }, |
| { |
| "first": "Meni", |
| "middle": [], |
| "last": "Adler", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Elhadad", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proc. of EACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yoav Goldberg, Reut Tsarfaty, Meni Adler, and Michael Elhadad. 2009. Enhancing unlexicalized parsing per- formance using a wide coverage lexicon, fuzzy tag-set mapping, and EM-HMM-based lexical probabilities. In Proc. of EACL.", |
| "links": null |
| }, |
| "BIBREF41": { |
| "ref_id": "b41", |
| "title": "A class-based agreement model for generating accurately inflected translations", |
| "authors": [ |
| { |
| "first": "Spence", |
| "middle": [], |
| "last": "Green", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Denero", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proc. of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Spence Green and John DeNero. 2012. A class-based agreement model for generating accurately inflected translations. In Proc. of ACL.", |
| "links": null |
| }, |
| "BIBREF42": { |
| "ref_id": "b42", |
| "title": "Tagging inflective languages: Prediction of morphological categories for a rich, structured tagset", |
| "authors": [ |
| { |
| "first": "Jan", |
| "middle": [], |
| "last": "Haji\u010d", |
| "suffix": "" |
| }, |
| { |
| "first": "Barbora", |
| "middle": [], |
| "last": "Hladk\u00e1", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Proc. of COLING", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jan Haji\u010d and Barbora Hladk\u00e1. 1998. Tagging inflective languages: Prediction of morphological categories for a rich, structured tagset. In Proc. of COLING.", |
| "links": null |
| }, |
| "BIBREF43": { |
| "ref_id": "b43", |
| "title": "Morphological tagging: Data vs. dictionaries", |
| "authors": [], |
| "year": 2000, |
| "venue": "Proc. of NAACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jan Haji\u010d. 2000. Morphological tagging: Data vs. dictio- naries. In Proc. of NAACL.", |
| "links": null |
| }, |
| "BIBREF44": { |
| "ref_id": "b44", |
| "title": "Multi-label prediction via compressed sensing", |
| "authors": [ |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Hsu", |
| "suffix": "" |
| }, |
| { |
| "first": "Sham", |
| "middle": [], |
| "last": "Kakade", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Langford", |
| "suffix": "" |
| }, |
| { |
| "first": "Tong", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proc. of NIPS", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Daniel Hsu, Sham Kakade, John Langford, and Tong Zhang. 2009. Multi-label prediction via compressed sensing. In Proc. of NIPS.", |
| "links": null |
| }, |
| "BIBREF45": { |
| "ref_id": "b45", |
| "title": "Morphosyntactic resources for automatic speech recognition", |
| "authors": [ |
| { |
| "first": "St\u00e9phane", |
| "middle": [], |
| "last": "Huet", |
| "suffix": "" |
| }, |
| { |
| "first": "Guillaume", |
| "middle": [], |
| "last": "Gravier", |
| "suffix": "" |
| }, |
| { |
| "first": "Pascale", |
| "middle": [], |
| "last": "S\u00e9billot", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proc. of LREC", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "St\u00e9phane Huet, Guillaume Gravier, and Pascale S\u00e9billot. 2008. Morphosyntactic resources for automatic speech recognition. In Proc. of LREC.", |
| "links": null |
| }, |
| "BIBREF46": { |
| "ref_id": "b46", |
| "title": "Using mechanical turk to annotate lexicons for less commonly used languages", |
| "authors": [ |
| { |
| "first": "Ann", |
| "middle": [], |
| "last": "Irvine", |
| "suffix": "" |
| }, |
| { |
| "first": "Alexandre", |
| "middle": [], |
| "last": "Klementiev", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proc. of NAACL Workshop on Creating Speech and Language Data with Amazon's Mechanical Turk", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ann Irvine and Alexandre Klementiev. 2010. Using me- chanical turk to annotate lexicons for less commonly used languages. In Proc. of NAACL Workshop on Cre- ating Speech and Language Data with Amazon's Me- chanical Turk.", |
| "links": null |
| }, |
| "BIBREF47": { |
| "ref_id": "b47", |
| "title": "Beitrag zur theorie des ferromagnetismus", |
| "authors": [ |
| { |
| "first": "Ernst", |
| "middle": [], |
| "last": "Ising", |
| "suffix": "" |
| } |
| ], |
| "year": 1925, |
| "venue": "Zeitschrift f\u00fcr Physik A Hadrons and Nuclei", |
| "volume": "31", |
| "issue": "1", |
| "pages": "253--258", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ernst Ising. 1925. Beitrag zur theorie des ferromag- netismus. Zeitschrift f\u00fcr Physik A Hadrons and Nu- clei, 31(1):253-258.", |
| "links": null |
| }, |
| "BIBREF48": { |
| "ref_id": "b48", |
| "title": "Improved clustering techniques for class-based statistical language modelling", |
| "authors": [ |
| { |
| "first": "Reinhard", |
| "middle": [], |
| "last": "Kneser", |
| "suffix": "" |
| }, |
| { |
| "first": "Hermann", |
| "middle": [], |
| "last": "Ney", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proc. of Eurospeech", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Reinhard Kneser and Hermann Ney. 1993. Improved clustering techniques for class-based statistical lan- guage modelling. In Proc. of Eurospeech.", |
| "links": null |
| }, |
| "BIBREF49": { |
| "ref_id": "b49", |
| "title": "Annotating, disambiguating & automatically extending the coverage of the Swedish SIMPLE lexicon", |
| "authors": [ |
| { |
| "first": "Dimitrios", |
| "middle": [], |
| "last": "Kokkinakis", |
| "suffix": "" |
| }, |
| { |
| "first": "Maria", |
| "middle": [], |
| "last": "Toporowska-Gronostaj", |
| "suffix": "" |
| }, |
| { |
| "first": "Karin", |
| "middle": [], |
| "last": "Warmenius", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proc. of LREC", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dimitrios Kokkinakis, Maria Toporowska-Gronostaj, and Karin Warmenius. 2000. Annotating, disambiguat- ing & automatically extending the coverage of the Swedish SIMPLE lexicon. In Proc. of LREC.", |
| "links": null |
| }, |
| "BIBREF50": { |
| "ref_id": "b50", |
| "title": "Simple semi-supervised dependency parsing", |
| "authors": [ |
| { |
| "first": "Terry", |
| "middle": [], |
| "last": "Koo", |
| "suffix": "" |
| }, |
| { |
| "first": "Xavier", |
| "middle": [], |
| "last": "Carreras", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Collins", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proc. of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Terry Koo, Xavier Carreras, and Michael Collins. 2008. Simple semi-supervised dependency parsing. In Proc. of ACL.", |
| "links": null |
| }, |
| "BIBREF51": { |
| "ref_id": "b51", |
| "title": "Dependency parsing. Synthesis Lectures on Human Language Technologies", |
| "authors": [ |
| { |
| "first": "Sandra", |
| "middle": [], |
| "last": "K\u00fcbler", |
| "suffix": "" |
| }, |
| { |
| "first": "Ryan", |
| "middle": [], |
| "last": "Mcdonald", |
| "suffix": "" |
| }, |
| { |
| "first": "Joakim", |
| "middle": [], |
| "last": "Nivre", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sandra K\u00fcbler, Ryan McDonald, and Joakim Nivre. 2009. Dependency parsing. Synthesis Lectures on Human Language Technologies. Morgan & Claypool Publishers.", |
| "links": null |
| }, |
| "BIBREF52": { |
| "ref_id": "b52", |
| "title": "Automatic construction of a context-aware sentiment lexicon: An optimization approach", |
| "authors": [ |
| { |
| "first": "Yue", |
| "middle": [], |
| "last": "Lu", |
| "suffix": "" |
| }, |
| { |
| "first": "Malu", |
| "middle": [], |
| "last": "Castellanos", |
| "suffix": "" |
| }, |
| { |
| "first": "Umeshwar", |
| "middle": [], |
| "last": "Dayal", |
| "suffix": "" |
| }, |
| { |
| "first": "Chengxiang", |
| "middle": [], |
| "last": "Zhai", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proc. of WWW", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yue Lu, Malu Castellanos, Umeshwar Dayal, and ChengXiang Zhai. 2011. Automatic construction of a context-aware sentiment lexicon: An optimization ap- proach. In Proc. of WWW.", |
| "links": null |
| }, |
| "BIBREF53": { |
| "ref_id": "b53", |
| "title": "Algorithms for bigram and trigram word clustering", |
| "authors": [ |
| { |
| "first": "Sven", |
| "middle": [], |
| "last": "Martin", |
| "suffix": "" |
| }, |
| { |
| "first": "J\u00f6rg", |
| "middle": [], |
| "last": "Liermann", |
| "suffix": "" |
| }, |
| { |
| "first": "Hermann", |
| "middle": [], |
| "last": "Ney", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Speech communication", |
| "volume": "24", |
| "issue": "1", |
| "pages": "19--37", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sven Martin, J\u00f6rg Liermann, and Hermann Ney. 1998. Algorithms for bigram and trigram word clustering. Speech communication, 24(1):19-37.", |
| "links": null |
| }, |
| "BIBREF54": { |
| "ref_id": "b54", |
| "title": "Oscar T\u00e4ckstr\u00f6m, Claudia Bedini, N\u00faria B. Castell\u00f3, and Jungmee Lee", |
| "authors": [ |
| { |
| "first": "Ryan", |
| "middle": [], |
| "last": "Mcdonald", |
| "suffix": "" |
| }, |
| { |
| "first": "Joakim", |
| "middle": [], |
| "last": "Nivre", |
| "suffix": "" |
| }, |
| { |
| "first": "Yvonne", |
| "middle": [], |
| "last": "Quirmbach-Brundage", |
| "suffix": "" |
| }, |
| { |
| "first": "Yoav", |
| "middle": [], |
| "last": "Goldberg", |
| "suffix": "" |
| }, |
| { |
| "first": "Dipanjan", |
| "middle": [], |
| "last": "Das", |
| "suffix": "" |
| }, |
| { |
| "first": "Kuzman", |
| "middle": [], |
| "last": "Ganchev", |
| "suffix": "" |
| }, |
| { |
| "first": "Keith", |
| "middle": [ |
| "B" |
| ], |
| "last": "Hall", |
| "suffix": "" |
| }, |
| { |
| "first": "Slav", |
| "middle": [], |
| "last": "Petrov", |
| "suffix": "" |
| }, |
| { |
| "first": "Hao", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proc. of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ryan McDonald, Joakim Nivre, Yvonne Quirmbach- Brundage, Yoav Goldberg, Dipanjan Das, Kuzman Ganchev, Keith B. Hall, Slav Petrov, Hao Zhang, Os- car T\u00e4ckstr\u00f6m, Claudia Bedini, N\u00faria B. Castell\u00f3, and Jungmee Lee. 2013. Universal dependency annota- tion for multilingual parsing. In Proc. of ACL.", |
| "links": null |
| }, |
| "BIBREF55": { |
| "ref_id": "b55", |
| "title": "Linguistic regularities in continuous space word representations", |
| "authors": [ |
| { |
| "first": "Tomas", |
| "middle": [], |
| "last": "Mikolov", |
| "suffix": "" |
| }, |
| { |
| "first": "Yih", |
| "middle": [], |
| "last": "Wen-Tau", |
| "suffix": "" |
| }, |
| { |
| "first": "Geoffrey", |
| "middle": [], |
| "last": "Zweig", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proc. of NAACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tomas Mikolov, Wen-tau Yih, and Geoffrey Zweig. 2013. Linguistic regularities in continuous space word representations. In Proc. of NAACL.", |
| "links": null |
| }, |
| "BIBREF56": { |
| "ref_id": "b56", |
| "title": "Generating complex morphology for machine translation", |
| "authors": [ |
| { |
| "first": "Einat", |
| "middle": [], |
| "last": "Minkov", |
| "suffix": "" |
| }, |
| { |
| "first": "Kristina", |
| "middle": [], |
| "last": "Toutanova", |
| "suffix": "" |
| }, |
| { |
| "first": "Hisami", |
| "middle": [], |
| "last": "Suzuki", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proc. of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Einat Minkov, Kristina Toutanova, and Hisami Suzuki. 2007. Generating complex morphology for machine translation. In Proc. of ACL.", |
| "links": null |
| }, |
| "BIBREF57": { |
| "ref_id": "b57", |
| "title": "Generating high-coverage semantic orientation lexicons from overtly marked words and a thesaurus", |
| "authors": [ |
| { |
| "first": "Saif", |
| "middle": [], |
| "last": "Mohammad", |
| "suffix": "" |
| }, |
| { |
| "first": "Cody", |
| "middle": [], |
| "last": "Dunne", |
| "suffix": "" |
| }, |
| { |
| "first": "Bonnie", |
| "middle": [], |
| "last": "Dorr", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proc. of EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Saif Mohammad, Cody Dunne, and Bonnie Dorr. 2009. Generating high-coverage semantic orientation lexi- cons from overtly marked words and a thesaurus. In Proc. of EMNLP.", |
| "links": null |
| }, |
| "BIBREF58": { |
| "ref_id": "b58", |
| "title": "An improved tag dictionary for faster part-of-speech tagging", |
| "authors": [ |
| { |
| "first": "Robert", |
| "middle": [], |
| "last": "Moore", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proc. of EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Robert Moore. 2015. An improved tag dictionary for faster part-of-speech tagging. In Proc. of EMNLP.", |
| "links": null |
| }, |
| "BIBREF59": { |
| "ref_id": "b59", |
| "title": "Robust morphological tagging with word representations", |
| "authors": [ |
| { |
| "first": "Thomas", |
| "middle": [], |
| "last": "M\u00fcller", |
| "suffix": "" |
| }, |
| { |
| "first": "Hinrich", |
| "middle": [], |
| "last": "Schuetze", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proceedings of NAACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Thomas M\u00fcller and Hinrich Schuetze. 2015. Robust morphological tagging with word representations. In Proceedings of NAACL.", |
| "links": null |
| }, |
| "BIBREF60": { |
| "ref_id": "b60", |
| "title": "Efficient higher-order CRFs for morphological tagging", |
| "authors": [ |
| { |
| "first": "Thomas", |
| "middle": [], |
| "last": "M\u00fcller", |
| "suffix": "" |
| }, |
| { |
| "first": "Helmut", |
| "middle": [], |
| "last": "Schmid", |
| "suffix": "" |
| }, |
| { |
| "first": "Hinrich", |
| "middle": [], |
| "last": "Sch\u00fctze", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proc. of EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Thomas M\u00fcller, Helmut Schmid, and Hinrich Sch\u00fctze. 2013. Efficient higher-order CRFs for morphological tagging. In Proc. of EMNLP.", |
| "links": null |
| }, |
| "BIBREF61": { |
| "ref_id": "b61", |
| "title": "Simultaneous similarity learning and feature-weight learning for document clustering", |
| "authors": [ |
| { |
| "first": "Pradeep", |
| "middle": [], |
| "last": "Muthukrishnan", |
| "suffix": "" |
| }, |
| { |
| "first": "Dragomir", |
| "middle": [], |
| "last": "Radev", |
| "suffix": "" |
| }, |
| { |
| "first": "Qiaozhu", |
| "middle": [], |
| "last": "Mei", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proc. of TextGraphs", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pradeep Muthukrishnan, Dragomir Radev, and Qiaozhu Mei. 2011. Simultaneous similarity learning and feature-weight learning for document clustering. In Proc. of TextGraphs.", |
| "links": null |
| }, |
| "BIBREF62": { |
| "ref_id": "b62", |
| "title": "An unsupervised method for uncovering morphological chains", |
| "authors": [ |
| { |
| "first": "Karthik", |
| "middle": [], |
| "last": "Narasimhan", |
| "suffix": "" |
| }, |
| { |
| "first": "Regina", |
| "middle": [], |
| "last": "Barzilay", |
| "suffix": "" |
| }, |
| { |
| "first": "Tommi", |
| "middle": [], |
| "last": "Jaakkola", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Transactions of the Association for Computational Linguistics", |
| "volume": "3", |
| "issue": "", |
| "pages": "157--167", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Karthik Narasimhan, Regina Barzilay, and Tommi Jaakkola. 2015. An unsupervised method for uncov- ering morphological chains. Transactions of the Asso- ciation for Computational Linguistics, 3:157-167.", |
| "links": null |
| }, |
| "BIBREF63": { |
| "ref_id": "b63", |
| "title": "Inflection generation as discriminative string transduction", |
| "authors": [ |
| { |
| "first": "Garrett", |
| "middle": [], |
| "last": "Nicolai", |
| "suffix": "" |
| }, |
| { |
| "first": "Colin", |
| "middle": [], |
| "last": "Cherry", |
| "suffix": "" |
| }, |
| { |
| "first": "Grzegorz", |
| "middle": [], |
| "last": "Kondrak", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proc. of NAACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Garrett Nicolai, Colin Cherry, and Grzegorz Kondrak. 2015. Inflection generation as discriminative string transduction. In Proc. of NAACL.", |
| "links": null |
| }, |
| "BIBREF64": { |
| "ref_id": "b64", |
| "title": "Statistical machine translation with scarce resources using morphosyntactic information", |
| "authors": [ |
| { |
| "first": "Sonja", |
| "middle": [], |
| "last": "Nie\u00dfen", |
| "suffix": "" |
| }, |
| { |
| "first": "Hermann", |
| "middle": [], |
| "last": "Ney", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Computational Linguistics", |
| "volume": "", |
| "issue": "2", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sonja Nie\u00dfen and Hermann Ney. 2004. Statistical ma- chine translation with scarce resources using morpho- syntactic information. Computational Linguistics, 30(2).", |
| "links": null |
| }, |
| "BIBREF65": { |
| "ref_id": "b65", |
| "title": "Tagging and morphological disambiguation of Turkish text", |
| "authors": [ |
| { |
| "first": "Kemal", |
| "middle": [], |
| "last": "Oflazer", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Kuru\u00f6z", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Proc. of ANLP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kemal Oflazer and\u00cclker Kuru\u00f6z. 1994. Tagging and morphological disambiguation of Turkish text. In Proc. of ANLP.", |
| "links": null |
| }, |
| "BIBREF66": { |
| "ref_id": "b66", |
| "title": "Improved part-of-speech tagging for online conversational text with word clusters", |
| "authors": [ |
| { |
| "first": "Olutobi", |
| "middle": [], |
| "last": "Owoputi", |
| "suffix": "" |
| }, |
| { |
| "first": "O'", |
| "middle": [], |
| "last": "Brendan", |
| "suffix": "" |
| }, |
| { |
| "first": "Chris", |
| "middle": [], |
| "last": "Connor", |
| "suffix": "" |
| }, |
| { |
| "first": "Kevin", |
| "middle": [], |
| "last": "Dyer", |
| "suffix": "" |
| }, |
| { |
| "first": "Nathan", |
| "middle": [], |
| "last": "Gimpel", |
| "suffix": "" |
| }, |
| { |
| "first": "Noah", |
| "middle": [ |
| "A" |
| ], |
| "last": "Schneider", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Smith", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proc. of NAACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Olutobi Owoputi, Brendan O'Connor, Chris Dyer, Kevin Gimpel, Nathan Schneider, and Noah A. Smith. 2013. Improved part-of-speech tagging for online conversa- tional text with word clusters. In Proc. of NAACL.", |
| "links": null |
| }, |
| "BIBREF67": { |
| "ref_id": "b67", |
| "title": "Modularisation of finnish finitestate language description-towards wide collaboration in open source development of a morphological analyser", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Tommi A Pirinen", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proc. of NODALIDA", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tommi A Pirinen. 2011. Modularisation of finnish finite- state language description-towards wide collabora- tion in open source development of a morphological analyser. In Proc. of NODALIDA.", |
| "links": null |
| }, |
| "BIBREF68": { |
| "ref_id": "b68", |
| "title": "Unsupervised morphological segmentation with log-linear models", |
| "authors": [ |
| { |
| "first": "Hoifung", |
| "middle": [], |
| "last": "Poon", |
| "suffix": "" |
| }, |
| { |
| "first": "Colin", |
| "middle": [], |
| "last": "Cherry", |
| "suffix": "" |
| }, |
| { |
| "first": "Kristina", |
| "middle": [], |
| "last": "Toutanova", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proc. of NAACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hoifung Poon, Colin Cherry, and Kristina Toutanova. 2009. Unsupervised morphological segmentation with log-linear models. In Proc. of NAACL.", |
| "links": null |
| }, |
| "BIBREF69": { |
| "ref_id": "b69", |
| "title": "A maximum entropy model for part-of-speech tagging", |
| "authors": [ |
| { |
| "first": "Adwait", |
| "middle": [], |
| "last": "Ratnaparkhi", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "Proc. of EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Adwait Ratnaparkhi. 1996. A maximum entropy model for part-of-speech tagging. In Proc. of EMNLP.", |
| "links": null |
| }, |
| "BIBREF70": { |
| "ref_id": "b70", |
| "title": "Classifier chains for multi-label classification", |
| "authors": [ |
| { |
| "first": "Jesse", |
| "middle": [], |
| "last": "Read", |
| "suffix": "" |
| }, |
| { |
| "first": "Bernhard", |
| "middle": [], |
| "last": "Pfahringer", |
| "suffix": "" |
| }, |
| { |
| "first": "Geoff", |
| "middle": [], |
| "last": "Holmes", |
| "suffix": "" |
| }, |
| { |
| "first": "Eibe", |
| "middle": [], |
| "last": "Frank", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Machine Learning", |
| "volume": "85", |
| "issue": "3", |
| "pages": "333--359", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jesse Read, Bernhard Pfahringer, Geoff Holmes, and Eibe Frank. 2011. Classifier chains for multi-label classification. Machine Learning, 85(3):333-359.", |
| "links": null |
| }, |
| "BIBREF71": { |
| "ref_id": "b71", |
| "title": "Turkish language resources: Morphological parser, morphological disambiguator and web corpus", |
| "authors": [ |
| { |
| "first": "Ha\u015fim", |
| "middle": [], |
| "last": "Sak", |
| "suffix": "" |
| }, |
| { |
| "first": "Tunga", |
| "middle": [], |
| "last": "G\u00fcng\u00f6r", |
| "suffix": "" |
| }, |
| { |
| "first": "Murat", |
| "middle": [], |
| "last": "Sara\u00e7lar", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proc. of ANLP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ha\u015fim Sak, Tunga G\u00fcng\u00f6r, and Murat Sara\u00e7lar. 2008. Turkish language resources: Morphological parser, morphological disambiguator and web corpus. In Proc. of ANLP.", |
| "links": null |
| }, |
| "BIBREF72": { |
| "ref_id": "b72", |
| "title": "Graph-based unsupervised learning of word similarities using heterogeneous feature types", |
| "authors": [ |
| { |
| "first": "Avneesh", |
| "middle": [], |
| "last": "Saluja", |
| "suffix": "" |
| }, |
| { |
| "first": "Jir\u0131", |
| "middle": [], |
| "last": "Navr\u00e1til", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proc. of TextGraphs", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Avneesh Saluja and Jir\u0131 Navr\u00e1til. 2013. Graph-based unsupervised learning of word similarities using het- erogeneous feature types. In Proc. of TextGraphs.", |
| "links": null |
| }, |
| "BIBREF73": { |
| "ref_id": "b73", |
| "title": "Probabilistic part-of-speech tagging using decision trees", |
| "authors": [ |
| { |
| "first": "Helmut", |
| "middle": [], |
| "last": "Schmid", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Proc. of the International Conference on New Methods in Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Helmut Schmid. 1994. Probabilistic part-of-speech tag- ging using decision trees. In Proc. of the International Conference on New Methods in Language Processing.", |
| "links": null |
| }, |
| "BIBREF74": { |
| "ref_id": "b74", |
| "title": "Sia Kolkovska, Elisaveta Balabanova, and Dimitar Doikoff", |
| "authors": [ |
| { |
| "first": "Petya", |
| "middle": [], |
| "last": "Kiril Ivanov Simov", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Osenova", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proc. of LREC", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kiril Ivanov Simov, Petya Osenova, Sia Kolkovska, Elisaveta Balabanova, and Dimitar Doikoff. 2004. A language resources infrastructure for Bulgarian. In Proc. of LREC.", |
| "links": null |
| }, |
| "BIBREF75": { |
| "ref_id": "b75", |
| "title": "Context-based morphological disambiguation with random fields", |
| "authors": [ |
| { |
| "first": "Noah", |
| "middle": [ |
| "A" |
| ], |
| "last": "Smith", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [ |
| "A" |
| ], |
| "last": "Smith", |
| "suffix": "" |
| }, |
| { |
| "first": "Roy", |
| "middle": [ |
| "W" |
| ], |
| "last": "Tromble", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proc. of EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Noah A. Smith, David A. Smith, and Roy W. Tromble. 2005. Context-based morphological disambiguation with random fields. In Proc. of EMNLP.", |
| "links": null |
| }, |
| "BIBREF76": { |
| "ref_id": "b76", |
| "title": "Unsupervised multilingual learning for morphological segmentation", |
| "authors": [ |
| { |
| "first": "Benjamin", |
| "middle": [], |
| "last": "Snyder", |
| "suffix": "" |
| }, |
| { |
| "first": "Regina", |
| "middle": [], |
| "last": "Barzilay", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proc. of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Benjamin Snyder and Regina Barzilay. 2008. Unsuper- vised multilingual learning for morphological segmen- tation. In Proc. of ACL.", |
| "links": null |
| }, |
| "BIBREF77": { |
| "ref_id": "b77", |
| "title": "Unsupervised morphology induction using word embeddings", |
| "authors": [ |
| { |
| "first": "Radu", |
| "middle": [], |
| "last": "Soricut", |
| "suffix": "" |
| }, |
| { |
| "first": "Franz", |
| "middle": [], |
| "last": "Och", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proc. of NAACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Radu Soricut and Franz Och. 2015. Unsupervised mor- phology induction using word embeddings. In Proc. of NAACL.", |
| "links": null |
| }, |
| "BIBREF78": { |
| "ref_id": "b78", |
| "title": "Softsupervised learning for text classification", |
| "authors": [ |
| { |
| "first": "Amarnag", |
| "middle": [], |
| "last": "Subramanya", |
| "suffix": "" |
| }, |
| { |
| "first": "Jeff", |
| "middle": [], |
| "last": "Bilmes", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proc. of EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Amarnag Subramanya and Jeff Bilmes. 2008. Soft- supervised learning for text classification. In Proc. of EMNLP.", |
| "links": null |
| }, |
| "BIBREF79": { |
| "ref_id": "b79", |
| "title": "Graph-based semi-supervised learning", |
| "authors": [ |
| { |
| "first": "Amarnag", |
| "middle": [], |
| "last": "Subramanya", |
| "suffix": "" |
| }, |
| { |
| "first": "Partha", |
| "middle": [ |
| "Pratim" |
| ], |
| "last": "Talukdar", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Synthesis Lectures on Artificial Intelligence and Machine Learning", |
| "volume": "8", |
| "issue": "4", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Amarnag Subramanya and Partha Pratim Talukdar. 2014. Graph-based semi-supervised learning. Synthesis Lec- tures on Artificial Intelligence and Machine Learning, 8(4).", |
| "links": null |
| }, |
| "BIBREF80": { |
| "ref_id": "b80", |
| "title": "Efficient graph-based semi-supervised learning of structured tagging models", |
| "authors": [ |
| { |
| "first": "Amarnag", |
| "middle": [], |
| "last": "Subramanya", |
| "suffix": "" |
| }, |
| { |
| "first": "Slav", |
| "middle": [], |
| "last": "Petrov", |
| "suffix": "" |
| }, |
| { |
| "first": "Fernando", |
| "middle": [], |
| "last": "Pereira", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proc. of EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Amarnag Subramanya, Slav Petrov, and Fernando Pereira. 2010. Efficient graph-based semi-supervised learning of structured tagging models. In Proc. of EMNLP.", |
| "links": null |
| }, |
| "BIBREF81": { |
| "ref_id": "b81", |
| "title": "Cross-lingual word clusters for direct transfer of linguistic structure", |
| "authors": [ |
| { |
| "first": "Oscar", |
| "middle": [], |
| "last": "T\u00e4ckstr\u00f6m", |
| "suffix": "" |
| }, |
| { |
| "first": "Ryan", |
| "middle": [], |
| "last": "Mcdonald", |
| "suffix": "" |
| }, |
| { |
| "first": "Jakob", |
| "middle": [], |
| "last": "Uszkoreit", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proc. of NAACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Oscar T\u00e4ckstr\u00f6m, Ryan McDonald, and Jakob Uszkoreit. 2012. Cross-lingual word clusters for direct transfer of linguistic structure. In Proc. of NAACL.", |
| "links": null |
| }, |
| "BIBREF82": { |
| "ref_id": "b82", |
| "title": "Extracting semantic orientations of phrases from dictionary", |
| "authors": [ |
| { |
| "first": "Hiroya", |
| "middle": [], |
| "last": "Takamura", |
| "suffix": "" |
| }, |
| { |
| "first": "Takashi", |
| "middle": [], |
| "last": "Inui", |
| "suffix": "" |
| }, |
| { |
| "first": "Manabu", |
| "middle": [], |
| "last": "Okumura", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proc. of NAACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hiroya Takamura, Takashi Inui, and Manabu Okumura. 2007. Extracting semantic orientations of phrases from dictionary. In Proc. of NAACL.", |
| "links": null |
| }, |
| "BIBREF83": { |
| "ref_id": "b83", |
| "title": "Scaling graph-based semi-supervised learning to large number of labels using count-min sketch", |
| "authors": [ |
| { |
| "first": "Partha", |
| "middle": [ |
| "Pratim" |
| ], |
| "last": "Talukdar", |
| "suffix": "" |
| }, |
| { |
| "first": "William", |
| "middle": [], |
| "last": "Cohen", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proc. of AISTATS", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Partha Pratim Talukdar and William Cohen. 2013. Scaling graph-based semi-supervised learning to large number of labels using count-min sketch. In Proc. of AISTATS.", |
| "links": null |
| }, |
| "BIBREF84": { |
| "ref_id": "b84", |
| "title": "Experiments in graph-based semi-supervised learning methods for class-instance acquisition", |
| "authors": [ |
| { |
| "first": "Partha", |
| "middle": [ |
| "Pratim" |
| ], |
| "last": "Talukdar", |
| "suffix": "" |
| }, |
| { |
| "first": "Fernando", |
| "middle": [], |
| "last": "Pereira", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proc. of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Partha Pratim Talukdar and Fernando Pereira. 2010. Experiments in graph-based semi-supervised learning methods for class-instance acquisition. In Proc. of ACL.", |
| "links": null |
| }, |
| "BIBREF85": { |
| "ref_id": "b85", |
| "title": "Acquiring temporal constraints between relations", |
| "authors": [ |
| { |
| "first": "Partha", |
| "middle": [ |
| "Pratim" |
| ], |
| "last": "Talukdar", |
| "suffix": "" |
| }, |
| { |
| "first": "Derry", |
| "middle": [], |
| "last": "Wijaya", |
| "suffix": "" |
| }, |
| { |
| "first": "Tom", |
| "middle": [], |
| "last": "Mitchell", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proc. of CIKM", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Partha Pratim Talukdar, Derry Wijaya, and Tom Mitchell. 2012. Acquiring temporal constraints between rela- tions. In Proc. of CIKM.", |
| "links": null |
| }, |
| "BIBREF86": { |
| "ref_id": "b86", |
| "title": "A bootstrapping method for learning semantic lexicons using extraction pattern contexts", |
| "authors": [ |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Thelen", |
| "suffix": "" |
| }, |
| { |
| "first": "Ellen", |
| "middle": [], |
| "last": "Riloff", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proc. of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael Thelen and Ellen Riloff. 2002. A bootstrapping method for learning semantic lexicons using extraction pattern contexts. In Proc. of ACL.", |
| "links": null |
| }, |
| "BIBREF87": { |
| "ref_id": "b87", |
| "title": "Morphdb.hu: Hungarian lexical database and morphological grammar", |
| "authors": [ |
| { |
| "first": "P\u00e9ter", |
| "middle": [], |
| "last": "Viktor Tr\u00f3n", |
| "suffix": "" |
| }, |
| { |
| "first": "P\u00e9ter", |
| "middle": [], |
| "last": "Hal\u00e1csy", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Rebrus", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proc. of LREC", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Viktor Tr\u00f3n, P\u00e9ter Hal\u00e1csy, P\u00e9ter Rebrus, Andr\u00e1s Rung, P\u00e9ter Vajda, and Eszter Simon. 2006. Morphdb.hu: Hungarian lexical database and morphological gram- mar. In Proc. of LREC.", |
| "links": null |
| }, |
| "BIBREF88": { |
| "ref_id": "b88", |
| "title": "Multilabel classification: An overview", |
| "authors": [], |
| "year": 2006, |
| "venue": "Grigorios Tsoumakas and Ioannis Katakis", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Grigorios Tsoumakas and Ioannis Katakis. 2006. Multi- label classification: An overview. Dept. of Informat- ics, Aristotle University of Thessaloniki, Greece.", |
| "links": null |
| }, |
| "BIBREF89": { |
| "ref_id": "b89", |
| "title": "Word representations: a simple and general method for semi-supervised learning", |
| "authors": [ |
| { |
| "first": "Joseph", |
| "middle": [], |
| "last": "Turian", |
| "suffix": "" |
| }, |
| { |
| "first": "Lev", |
| "middle": [], |
| "last": "Ratinov", |
| "suffix": "" |
| }, |
| { |
| "first": "Yoshua", |
| "middle": [], |
| "last": "Bengio", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proc. of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Joseph Turian, Lev Ratinov, and Yoshua Bengio. 2010. Word representations: a simple and general method for semi-supervised learning. In Proc. of ACL.", |
| "links": null |
| }, |
| "BIBREF90": { |
| "ref_id": "b90", |
| "title": "Distributed word clustering for large scale class-based language modeling in machine translation", |
| "authors": [ |
| { |
| "first": "Jakob", |
| "middle": [], |
| "last": "Uszkoreit", |
| "suffix": "" |
| }, |
| { |
| "first": "Thorsten", |
| "middle": [], |
| "last": "Brants", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proc. of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jakob Uszkoreit and Thorsten Brants. 2008. Distributed word clustering for large scale class-based language modeling in machine translation. In Proc. of ACL.", |
| "links": null |
| }, |
| "BIBREF91": { |
| "ref_id": "b91", |
| "title": "The viability of webderived polarity lexicons", |
| "authors": [ |
| { |
| "first": "Leonid", |
| "middle": [], |
| "last": "Velikovich", |
| "suffix": "" |
| }, |
| { |
| "first": "Sasha", |
| "middle": [], |
| "last": "Blair-Goldensohn", |
| "suffix": "" |
| }, |
| { |
| "first": "Kerry", |
| "middle": [], |
| "last": "Hannan", |
| "suffix": "" |
| }, |
| { |
| "first": "Ryan", |
| "middle": [], |
| "last": "Mcdonald", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proc. of NAACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Leonid Velikovich, Sasha Blair-Goldensohn, Kerry Han- nan, and Ryan McDonald. 2010. The viability of web- derived polarity lexicons. In Proc. of NAACL.", |
| "links": null |
| }, |
| "BIBREF92": { |
| "ref_id": "b92", |
| "title": "Semi-supervised mean fields", |
| "authors": [ |
| { |
| "first": "Fei", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| }, |
| { |
| "first": "Shijun", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| }, |
| { |
| "first": "Changshui", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Ole", |
| "middle": [], |
| "last": "Winther", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proc. of AISTATS", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Fei Wang, Shijun Wang, Changshui Zhang, and Ole Winther. 2007. Semi-supervised mean fields. In Proc. of AISTATS.", |
| "links": null |
| }, |
| "BIBREF93": { |
| "ref_id": "b93", |
| "title": "Distance metric learning for large margin nearest neighbor classification", |
| "authors": [ |
| { |
| "first": "Q", |
| "middle": [], |
| "last": "Kilian", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Weinberger", |
| "suffix": "" |
| }, |
| { |
| "first": "Lawrence", |
| "middle": [ |
| "K" |
| ], |
| "last": "Blitzer", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Saul", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proc. of NIPS", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kilian Q. Weinberger, John Blitzer, and Lawrence K. Saul. 2005. Distance metric learning for large mar- gin nearest neighbor classification. In Proc. of NIPS.", |
| "links": null |
| }, |
| "BIBREF94": { |
| "ref_id": "b94", |
| "title": "Multilingual noise-robust supervised morphological analysis using the wordframe model", |
| "authors": [ |
| { |
| "first": "Richard", |
| "middle": [], |
| "last": "Wicentowski", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proc. of SIGPHON", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Richard Wicentowski. 2004. Multilingual noise-robust supervised morphological analysis using the word- frame model. In Proc. of SIGPHON.", |
| "links": null |
| }, |
| "BIBREF95": { |
| "ref_id": "b95", |
| "title": "Minimally supervised morphological analysis by multimodal alignment", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Yarowsky", |
| "suffix": "" |
| }, |
| { |
| "first": "Richard", |
| "middle": [], |
| "last": "Wicentowski", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proc. of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David Yarowsky and Richard Wicentowski. 2000. Min- imally supervised morphological analysis by multi- modal alignment. In Proc. of ACL.", |
| "links": null |
| }, |
| "BIBREF96": { |
| "ref_id": "b96", |
| "title": "Transition-based dependency parsing with rich non-local features", |
| "authors": [ |
| { |
| "first": "Yue", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Joakim", |
| "middle": [], |
| "last": "Nivre", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proc. of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yue Zhang and Joakim Nivre. 2011. Transition-based dependency parsing with rich non-local features. In Proc. of ACL.", |
| "links": null |
| }, |
| "BIBREF97": { |
| "ref_id": "b97", |
| "title": "Multi-label output codes using canonical correlation analysis", |
| "authors": [ |
| { |
| "first": "Yi", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Jeff", |
| "middle": [ |
| "G" |
| ], |
| "last": "Schneider", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proc. of AISTATS", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yi Zhang and Jeff G. Schneider. 2011. Multi-label output codes using canonical correlation analysis. In Proc. of AISTATS.", |
| "links": null |
| }, |
| "BIBREF98": { |
| "ref_id": "b98", |
| "title": "A k-nearest neighbor based algorithm for multi-label classification", |
| "authors": [ |
| { |
| "first": "Min-Ling", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Zhi-Hua", |
| "middle": [], |
| "last": "Zhou", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proc. of IEEE Conference on Granular Computing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Min-Ling Zhang and Zhi-Hua Zhou. 2005. A k-nearest neighbor based algorithm for multi-label classifica- tion. In Proc. of IEEE Conference on Granular Com- puting.", |
| "links": null |
| }, |
| "BIBREF99": { |
| "ref_id": "b99", |
| "title": "Semi-supervised Learning with Graphs", |
| "authors": [ |
| { |
| "first": "Xiaojin", |
| "middle": [], |
| "last": "Zhu", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xiaojin Zhu. 2005. Semi-supervised Learning with Graphs. Ph.D. thesis, Carnegie Mellon University, Pittsburgh, PA, USA. AAI3179046.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "text": "Transactions of the Association for Computational Linguistics, vol. 4, pp. 1-16, 2016. Action Editor: Alexander Clark.Submission batch: 10/2015; Revision batch: 12/2015; Published 1/2016. c 2016 Association for Computational Linguistics. Distributed under a CC-BY 4.0 license.", |
| "num": null, |
| "type_str": "figure", |
| "uris": null |
| }, |
| "FIGREF1": { |
| "text": "A subgraph from the complete graph of English showing different kinds of features shared on the edges between words. Some possible features/edges have been removed for enhancing clarity.", |
| "num": null, |
| "type_str": "figure", |
| "uris": null |
| }, |
| "FIGREF2": { |
| "text": "Word graph with edges between words showing the labeled (grey) and the unlabeled (white) word nodes. Only nodes connected via solid edges are visible to each other, dotted edges block visibility. This figure demonstrates interaction between nodes during model estimation (left), label propagation (center), and paradigm projection (right). Attribute-value vectors of the words are shown in angled brackets. The solid edge in the right figure shows the closest attribute paradigm to which the empirical vector is projected.", |
| "num": null, |
| "type_str": "figure", |
| "uris": null |
| }, |
| "TABREF0": { |
| "text": "A sample English morpho-syntactic lexicon.", |
| "html": null, |
| "content": "<table/>", |
| "type_str": "table", |
| "num": null |
| }, |
| "TABREF2": { |
| "text": "Graph statistics for different languages, showing the approximate number of labeled seed nodes (|L|), labeled and unlabeled nodes (|W|), edges between words", |
| "html": null, |
| "content": "<table/>", |
| "type_str": "table", |
| "num": null |
| }, |
| "TABREF4": { |
| "text": "Features selected and the decision of paradigm projection (Proj) tuned on the development lexicon for each language. denotes a selected feature.", |
| "html": null, |
| "content": "<table/>", |
| "type_str": "table", |
| "num": null |
| }, |
| "TABREF6": { |
| "text": "", |
| "html": null, |
| "content": "<table><tr><td colspan=\"3\">: Micro-averaged F 1 score (%) for prediction of lexical attributes on the test set using our propagation algorithm (Propagation) and the corpus-based baseline (Corpus). Also, shown are the no. of words in test set.</td></tr><tr><td/><td>words</td><td>F 1</td></tr><tr><td>cs</td><td colspan=\"2\">115,218 87.5</td></tr><tr><td>fi</td><td colspan=\"2\">39,856 71.9</td></tr><tr><td>hu</td><td colspan=\"2\">135,386 79.7</td></tr><tr><td>avg.</td><td/></tr></table>", |
| "type_str": "table", |
| "num": null |
| }, |
| "TABREF7": { |
| "text": "", |
| "html": null, |
| "content": "<table/>", |
| "type_str": "table", |
| "num": null |
| }, |
| "TABREF10": { |
| "text": "Attributes induced for words which are semantically or syntactically related to a word in the seed lexicon for English and Italian.", |
| "html": null, |
| "content": "<table><tr><td>VFORM:GER</td><td>NUM:PLUR</td><td/></tr><tr><td>Clus:105</td><td>+ Clus:19</td><td>+</td></tr><tr><td>Clus:77</td><td>+ Clus:97</td><td>+</td></tr><tr><td>Clus:44</td><td>+ Clus:177</td><td>+</td></tr><tr><td>suffix:ing:{null}</td><td>-suffix:ies:y</td><td>-</td></tr><tr><td colspan=\"2\">suffix:ping:{null} -suffix:gs:g</td><td>-</td></tr><tr><td>suffix:ing:er</td><td colspan=\"2\">-suffix:ons:on -</td></tr></table>", |
| "type_str": "table", |
| "num": null |
| }, |
| "TABREF11": { |
| "text": "", |
| "html": null, |
| "content": "<table><tr><td>: Highest (upper half) and lowest (lower half) weighted features (with their sign) for predicting a given attribute of English words.</td></tr></table>", |
| "type_str": "table", |
| "num": null |
| }, |
| "TABREF12": { |
| "text": "", |
| "html": null, |
| "content": "<table><tr><td>suggests</td></tr></table>", |
| "type_str": "table", |
| "num": null |
| } |
| } |
| } |
| } |