| { |
| "paper_id": "E14-1015", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T10:39:50.425728Z" |
| }, |
| "title": "Special Techniques for Constituent Parsing of Morphologically Rich Languages", |
| "authors": [ |
| { |
| "first": "Zsolt", |
| "middle": [], |
| "last": "Sz\u00e1nt\u00f3", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Szeged", |
| "location": {} |
| }, |
| "email": "szanto@inf.u-szeged.hu" |
| }, |
| { |
| "first": "Rich\u00e1rd", |
| "middle": [], |
| "last": "Farkas", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Szeged", |
| "location": {} |
| }, |
| "email": "rfarkas@inf.u-szeged.hu" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "We introduce three techniques for improving constituent parsing for morphologically rich languages. We propose a novel approach to automatically find an optimal preterminal set by clustering morphological feature values and we conduct experiments with enhanced lexical models and feature engineering for rerankers. These techniques are specially designed for morphologically rich languages (but they are language-agnostic). We report empirical results on the treebanks of five morphologically rich languages and show a considerable improvement in accuracy and in parsing speed as well.", |
| "pdf_parse": { |
| "paper_id": "E14-1015", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "We introduce three techniques for improving constituent parsing for morphologically rich languages. We propose a novel approach to automatically find an optimal preterminal set by clustering morphological feature values and we conduct experiments with enhanced lexical models and feature engineering for rerankers. These techniques are specially designed for morphologically rich languages (but they are language-agnostic). We report empirical results on the treebanks of five morphologically rich languages and show a considerable improvement in accuracy and in parsing speed as well.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "From the viewpoint of syntactic parsing, the languages of the world are usually categorized according to their level of morphological richness (which is negatively correlated with configurationality). At one end, there is English, a strongly configurational language while there is Hungarian at the other end of the spectrum with rich morphology and free word order (Fraser et al., 2013) . A large part of the methodology for syntactic parsing has been developed for English but many other languages of the world are fundamentally different from English. In particular, morphologically rich languages -the other end of the configurational spectrum -convey most sentencelevel syntactic information by morphology (i.e. at the word level), not by configuration. Because of these differences the parsing of morphologically rich languages requires techniques that differ from or extend the methodology developed for English . In this study, we present three techniques to improve constituent parsing and these special techniques are dedicated to han-dle the challenges of morphologically rich languages.", |
| "cite_spans": [ |
| { |
| "start": 366, |
| "end": 387, |
| "text": "(Fraser et al., 2013)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Constituency parsers have advanced considerably in the last two decades (Charniak, 2000; Charniak and Johnson, 2005; Petrov et al., 2006; Huang, 2008) boosted by the availability of the Penn Treebank (Marcus et al., 1993) . While there is a progress on parsing English (especially the Penn Treebank), the treebanks of morphologically rich languages have been attracted much less attention. For example, a big constituent treebank has been available for Hungarian for almost 10 years (Csendes et al., 2005) and to the best of our knowledge our work is the first one reporting results on this treebank. One reason for the moderate level of interest in constituent parsing of morphologically rich languages is the widely held belief that dependency structures are better suited for representing syntactic analyses for morphologically rich languages than constituent representations because they allow non-projective structures (i.e. discontinuous constituents). From a theoretical point of view, Tsarfaty et al. (2010) point out, however, this is not the same as proving that dependency parsers function better than constituency parsers for parsing morphologically rich languages. For a detailed discussion, please see Fraser et al. (2013) .", |
| "cite_spans": [ |
| { |
| "start": 72, |
| "end": 88, |
| "text": "(Charniak, 2000;", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 89, |
| "end": 116, |
| "text": "Charniak and Johnson, 2005;", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 117, |
| "end": 137, |
| "text": "Petrov et al., 2006;", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 138, |
| "end": 150, |
| "text": "Huang, 2008)", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 200, |
| "end": 221, |
| "text": "(Marcus et al., 1993)", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 483, |
| "end": 505, |
| "text": "(Csendes et al., 2005)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 993, |
| "end": 1015, |
| "text": "Tsarfaty et al. (2010)", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 1216, |
| "end": 1236, |
| "text": "Fraser et al. (2013)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "From an empirical point of view, the organizers of the recent shared task on 'Statistical Parsing of Morphologically Rich Languages' provided datasets only for languages having treebanks in both dependency and constituency format and their cross-framework evaluation -employing the unlabeled TedEval (Tsarfaty et al., 2012) as evaluation procedure -revealed that at 4 out of 9 morphologically rich languages, the results of constituent parsers were higher than the scores achieved by the best dependency parsing system. Based on these theoretical issues and empirical results, we support the conclusion of Fraser et al. (2013) that \"... there is no clear evidence for preferring dependency parsing over constituency parsing in analyzing languages with rich morphology and instead argue that research in both frameworks is important.\"", |
| "cite_spans": [ |
| { |
| "start": 300, |
| "end": 323, |
| "text": "(Tsarfaty et al., 2012)", |
| "ref_id": "BIBREF28" |
| }, |
| { |
| "start": 606, |
| "end": 626, |
| "text": "Fraser et al. (2013)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In this study, we propose answers to the two main challenges of constituent parsing of morphologically rich languages, which are finding the optimal preterminal set and handling the huge number of wordforms. The size of the preterminal set in the standard context free grammar environment is crucial. If we use only the main POS tags as preterminals, we lose a lot of information encoded in the morphological description of the tokens. On the other hand, using the full morphological description as preterminal yields a set of over a thousand preterminals, which results in data sparsity and performance problems as well. The chief contribution of this work is to propose a novel automatic procedure to find the optimal set of preterminals by merging morphological feature values. The main novelties of our approach over previous work are that it is very fast -it operates inside a probabilistic context free grammar (PCFG) instead of using a parser as a black box with re-training for every evaluation of a feature combination -and it can investigate particular morphological feature values instead of removing a feature with all of its values.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Another challenge is that because of the inflectional nature of morphologically rich languages the number of wordforms is much higher compared with English.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Hence the number of unknown and very rare tokens -i.e. the tokens that do not appear in the training dataset -is higher here, which hurts the performance of PCFG parsers. Following Goldberg and Elhadad (2013) , we enhance the lexical model by exploiting an external lexicon. We investigate the applicabilities of fully supervised taggers instead of unsupervised ones for gathering external lexicons.", |
| "cite_spans": [ |
| { |
| "start": 181, |
| "end": 208, |
| "text": "Goldberg and Elhadad (2013)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Lastly, we introduce novel feature templates for an n-best reranker operating on the top of a PCFG parser. These feature templates are exploiting atomic morphological features and achieve improvements over the standard feature set engineered for English.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We conducted experiments by the above mentioned three techniques on Basque, French, German, Hebrew and Hungarian, five morphologically rich languages. The BerkeleyParser (Petrov et al., 2006) enriched with these three techniques achieved state-of-the-art results on each language.", |
| "cite_spans": [ |
| { |
| "start": 170, |
| "end": 191, |
| "text": "(Petrov et al., 2006)", |
| "ref_id": "BIBREF22" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Constituent parsing of English is a well researched area. The field has been dominated by data-driven, i.e. treebank-based statistical approaches in the last two decades (Charniak, 2000; Charniak and Johnson, 2005; Petrov et al., 2006) . We extend here BerkeleyParser (Petrov et al., 2006) , which is a PCFG parser using latent annotations at nonterminals. Its basic idea is to iteratively split each non-terminal into subsymbols thus capturing the different subusage of them instead of manually designed annotations.", |
| "cite_spans": [ |
| { |
| "start": 170, |
| "end": 186, |
| "text": "(Charniak, 2000;", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 187, |
| "end": 214, |
| "text": "Charniak and Johnson, 2005;", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 215, |
| "end": 235, |
| "text": "Petrov et al., 2006)", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 268, |
| "end": 289, |
| "text": "(Petrov et al., 2006)", |
| "ref_id": "BIBREF22" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The constituent parsing of morphologically rich languages is a much less investigated field. There exist constituent treebanks for several languages along with a very limited number of parsing reports on them. For instance, Petrov (2009) trained BerkeleyParser on Arabic, Bulgarian, French, German and Italian and he reported good accuracies, but there has been previous work on Hebrew (Goldberg and Elhadad, 2013) , Korean (Choi et al., 1994) and Spanish (Le Roux et al., 2012) etc. The recently organized 'Statistical Parsing of Morphologically Rich Languages' addressed the dependency and constituency parsing of nine morphologically rich languages and provides useful benchmark datasets for these languages.", |
| "cite_spans": [ |
| { |
| "start": 224, |
| "end": 237, |
| "text": "Petrov (2009)", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 386, |
| "end": 414, |
| "text": "(Goldberg and Elhadad, 2013)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 417, |
| "end": 443, |
| "text": "Korean (Choi et al., 1994)", |
| "ref_id": null |
| }, |
| { |
| "start": 448, |
| "end": 478, |
| "text": "Spanish (Le Roux et al., 2012)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Our chief contribution in this paper is a procedure to merge preterminal labels. The related work for this line of research includes the studies on manual refinement of preterminal sets such as Marton et al. (2010) and Le Roux et al. (2012) . The most closely related approach to our proposal is Dehdari et al. (2011) , who defines metaheuristics to incrementally insert or remove morphological features. Their approach uses parser -training and parsing -as a black box evaluation of a preterminal set. In contrast, our proposal operates as a submodule of the BerkeleyParser, hence does not require the re-training of the parser for every possible preterminal set candidate, thus it is way more faster.", |
| "cite_spans": [ |
| { |
| "start": 194, |
| "end": 214, |
| "text": "Marton et al. (2010)", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 222, |
| "end": 240, |
| "text": "Roux et al. (2012)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 296, |
| "end": 317, |
| "text": "Dehdari et al. (2011)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The most successful supervised constituent parsers contain a second feature-rich discriminative parsing step (Charniak and Johnson, 2005; Huang, 2008; Chen and Kit, 2012) (Charniak and Johnson, 2005) . These methods employ a large feature set (usually a few million features) (Collins, 2000; Charniak and Johnson, 2005 ). These feature sets are engineered for English. In this study, we introduce feature templates for exploiting morphological information and investigate their added value over the standard feature sets.", |
| "cite_spans": [ |
| { |
| "start": 109, |
| "end": 137, |
| "text": "(Charniak and Johnson, 2005;", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 138, |
| "end": 150, |
| "text": "Huang, 2008;", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 151, |
| "end": 170, |
| "text": "Chen and Kit, 2012)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 171, |
| "end": 199, |
| "text": "(Charniak and Johnson, 2005)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 276, |
| "end": 291, |
| "text": "(Collins, 2000;", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 292, |
| "end": 318, |
| "text": "Charniak and Johnson, 2005", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "We conducted experiments on the treebanks of the 2013 shared task on 'Statistical Parsing of Morphologically Rich Languages' . We used the train/dev/test splits of the shared task's Basque (Aduriz et al., 2003) , French (Abeill\u00e9 et al., 2003) , Hebrew (Sima'an et al., 2001 ), German (Brants et al., 2002) and Hungarian (Csendes et al., 2005 ) treebanks. Table 1 shows the basic statistics of these treebanks, for a more detailed description about their annotation schemata, domain, preprocessing etc. please see . As evaluation metrics we employ the PARSE-VAL score (Abney et al., 1991) along with the exact match accuracy (i.e. the ratio of perfect parse trees). We use the evalb implementation of the shared task 1 .", |
| "cite_spans": [ |
| { |
| "start": 189, |
| "end": 210, |
| "text": "(Aduriz et al., 2003)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 220, |
| "end": 242, |
| "text": "(Abeill\u00e9 et al., 2003)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 252, |
| "end": 273, |
| "text": "(Sima'an et al., 2001", |
| "ref_id": "BIBREF26" |
| }, |
| { |
| "start": 284, |
| "end": 305, |
| "text": "(Brants et al., 2002)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 320, |
| "end": 341, |
| "text": "(Csendes et al., 2005", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 567, |
| "end": 587, |
| "text": "(Abney et al., 1991)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 355, |
| "end": 362, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experimental Setup", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Before introducing our proposal and experiments with preterminal set optimisation, we have to offer a solution for the out-of-vocabulary (OOV) problem, which -because of the inflectional natureis a crucial problem in morphologically rich lan-guages. We follow here Goldberg and Elhadad (2013) and enhance a lexicon model trained on the training set of the treebank with frequency information about the possible morphological analyses of tokens. We estimate the tagging probability P (t|w) of the tag t given the word w by", |
| "cite_spans": [ |
| { |
| "start": 265, |
| "end": 292, |
| "text": "Goldberg and Elhadad (2013)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Enhanced Lexical Models", |
| "sec_num": "4" |
| }, |
| { |
| "text": "P (t|w) = P tb (t|w), if c(w) \u2265 K c(w)P tb (t|w)+Pex(t|w) 1+c(w)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Enhanced Lexical Models", |
| "sec_num": "4" |
| }, |
| { |
| "text": ", otherwise", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Enhanced Lexical Models", |
| "sec_num": "4" |
| }, |
| { |
| "text": "where c(w) is the count of w in the training set, K is predefined constant, P tb (t|w) is the probability estimate from the treebank (the relative frequency with smoothing) and P ex (t|w) is the probability estimate from an external lexicon. We calculate the emission probabilities P (w|t) from the tagging probabilities P (t|w) by applying the Bayesian rule.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Enhanced Lexical Models", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The key question here is how to construct the external lexicon. For a baseline, Goldberg and Elhadad (2013) suggest using the uniform distribution over all possible morphological analyses coming from a morphological analyser ('uniform').", |
| "cite_spans": [ |
| { |
| "start": 80, |
| "end": 107, |
| "text": "Goldberg and Elhadad (2013)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Enhanced Lexical Models", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Goldberg and Elhadad (2013) also report considerable improvements over the 'uniform' baseline by relative frequencies counted on a large corpus which was automatically annotated in the unsupervised POS tagging paradigm (Goldberg et al., 2008 ). Here we show that even a supervised morphological tagger without a morphological analyzer can achieve the same level of improvement. We employ MarMot 2 (Mueller et al., 2013) for predicting full morphological analysis (i.e. POS tags and morphological features jointly). MarMot is a Conditional Random Field tagger which incrementally creates forwardbackward lattices of increasing order to prune the sizable space of possible morphological analyses. We used MarMoT with the default parameters. This purely data-driven tagger achieves a tagging accuracy of 97.6 evaluated at full morphological analyses on the development set of the Hungarian treebank, which is competitive with the state-of-the-art Hungarian taggers which employ language-specific rules (e.g. magyarlanc (Zsibrita et al., 2013) ). The chief advantage of using Mar-Mot instead of an unsupervised tagger is that the former does not require any morphological lexicon/analyser (which can lists the possible tags for a given word). This morphological lexicon/analyser is language-dependent, usually handcrafted and it has to be compatible with the treebank in question. In contrast, a supervised morphological tagger can build a reasonable tagging model on the training part of the treebanks -especially for morphologically rich languages, where the tag ambiguity is generally low -thus each of these problems is avoided. Table 2 shows the results of various P ex (t|w) estimates on the Hungarian development set. The first row 'BerkeleyParser' is our absolute baseline, i.e. the original implementation of Berke-leyParser 3 defining signatures for OOVs. For the 'uniform' results, we used the morphological analyser module of magyarlanc (Zsibrita et al., 2013) . The last two rows show the results achieved by training MarMot on the treebank's training dataset, having tagged the development set plus a huge unlabeled corpus (10M sentences from the Hungarian National Corpus (V\u00e1radi, 2002) ) with it then having counted relative tag frequencies. We report scores on only using the frequencies from the development set ('dev') and from the concatenation of the development set and the huge corpus ('huge').", |
| "cite_spans": [ |
| { |
| "start": 219, |
| "end": 241, |
| "text": "(Goldberg et al., 2008", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 397, |
| "end": 419, |
| "text": "(Mueller et al., 2013)", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 1016, |
| "end": 1039, |
| "text": "(Zsibrita et al., 2013)", |
| "ref_id": "BIBREF32" |
| }, |
| { |
| "start": 1945, |
| "end": 1968, |
| "text": "(Zsibrita et al., 2013)", |
| "ref_id": "BIBREF32" |
| }, |
| { |
| "start": 2183, |
| "end": 2197, |
| "text": "(V\u00e1radi, 2002)", |
| "ref_id": "BIBREF30" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 1629, |
| "end": 1636, |
| "text": "Table 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Enhanced Lexical Models", |
| "sec_num": "4" |
| }, |
| { |
| "text": "After a few preliminary experiments, we set K = 7 and use this value thereafter. Table 2 shows that even 'dev' yields a considerable improvement over the baseline parser and 'uniform'. These results are also in line with the findings of Goldberg and Elhadad (2013), i.e. 'uniform' has some added value and using relative frequencies gathered from automatically tagged corpora contributes more. Although we can see another nice improvement by exploiting unlabeled corpora ('huge'), we will use the 'dev' setting in the experiments of the next sections as we did not have access to huge, in-domain unlabeled corpora for each language used in this study.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 81, |
| "end": 88, |
| "text": "Table 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Enhanced Lexical Models", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Finding the optimal set of morphological features incorporating into the perterminal labels is crucial for any PCFG parsers. Removing morphological features might reduce data sparsity problems while it might lead to loss of information for the syntactic parser. In this section, we propose a novel method for automatically finding the optimal set of preterminals then we present empirical results with this method and compare it to various baselines.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Morphological Feature Values as Preterminals", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Merge Procedure for Morphological Feature Values: There have been studies published on the automatic reduction of the set of preterminals for constituent parsing. For instance, Dehdari et al. (2011) proposed a system which iteratively removes morphological features as a unit then evaluates the preterminal sets by running the training and parsing steps of a black-box constituent parser. Our motivation here is two-fold. First, morphological features should not be handled as a unit because different values of a feature might behave differently. Take for instance the degree feature in Hungarian adjectives. Here the values positive and superlative behave similarly (can be merged) while distinguishing comparative and positive+superlative is useful for syntactic parsing because comparative adjectives often have an argument (e.g. x is more beautiful than y) while positive and superlative adjectives are not syntactic governors thus have no arguments. Second, keeping a morphological feature can be useful for particular POS tags and useless at other particular POS tags (e.g. the number of possessed in Hungarian for nouns and pronouns).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Morphological Feature Values as Preterminals", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Algorithm 1 The preterminal set merger algorithm. 1. training the standard BerkeleyParser using only main POS tags as preterminals 2. merging each subsymbols at the preterminal level 3. for each POS tag -morphological feature pair (a) split the POS tag for the values of the morphological feature 4 (b) recalculating the rule probabilities where there are preterminals in the right-hand side by uniformly distribute the probability mass among subsymbols (c) set the lexical probabilities according to the relative frequencies of morphological values counted on gold standard morphological tags of the treebank (d) running 10 iterations of the Expectation-Maximization procedure on the whole treebank initialized with (b)-(c) (e) constructing a fully connected graph whose nodes are the morphological values of the feature in question (f) for every edge of the graph, calculate the loss in likehood for the merging the two subsymbols (the same way as for BerkeleyParser's merge procedure)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Morphological Feature Values as Preterminals", |
| "sec_num": "5" |
| }, |
| { |
| "text": "4. removing edges from the entire set of graphs (controlled by the parameter th)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Morphological Feature Values as Preterminals", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Based on these observations we propose a procedure which starts from the full morphological description of a treebank then iteratively merges particular morphological feature values and it handles the same feature at the different POS tags separately. The result of this procedure is a clustering of the possible values of each morphological feature. The removal of a morphological feature is a special case of our approach because if the values of the feature in question form one single cluster it does not have any discriminative function anymore. Hence our proposal can be regarded as a generalisation of the previous approaches.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "merge the morphological values of the graphs' connected components", |
| "sec_num": "5." |
| }, |
| { |
| "text": "This general approach requires much more evaluation of intermediate candidate preterminal sets, which is not feasible within the external black-box parser evaluation scenario (training and parsing an average sized treebank by the BerkeleyParser takes more than 1 hour). Our idea here is that retraining a parser for the evaluation of each preterminal set candidates is not necessary. They key objective here is to select among preterminal sets based on their usefulness for the syntactic parser. This is the motivation of the merge procedure of the BerkeleyParser. After randomly splitting nonterminals, BerkeleyParser calculates for each split the loss in likelihood incurred when merging the subsymbols back. If this loss is small, the new annotation does not carry enough useful information and can be removed (Petrov et al., 2006) . Our task is the same at the preterminal level. Hence at the preterminal level, -instead of using the automatic subsymbol splits of the BerkeleyParser -we call this merging procedure over the morphological feature values. Algorithm 1 shows our proposal for the preterminal merging procedure.", |
| "cite_spans": [ |
| { |
| "start": 813, |
| "end": 834, |
| "text": "(Petrov et al., 2006)", |
| "ref_id": "BIBREF22" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "merge the morphological values of the graphs' connected components", |
| "sec_num": "5." |
| }, |
| { |
| "text": "Baseline Preterminal Set Constructions: The two basic approaches for preterminal set construction are the use of only the main POS tag set ('mainPOS') and the use of the full morphological description as preterminals ('full'). For Hungarian, we also had access to a linguistically motivated, hand-crafted preterminal set ('manual') which was designed for a morphological tagger (Zsibrita et al., 2013) . This manual code set keeps different morphological features at different POS tags and merges morphological values instead of fully removing features hence it inspired our automatic merge procedure introduced in the previous section.", |
| "cite_spans": [ |
| { |
| "start": 378, |
| "end": 401, |
| "text": "(Zsibrita et al., 2013)", |
| "ref_id": "BIBREF32" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "merge the morphological values of the graphs' connected components", |
| "sec_num": "5." |
| }, |
| { |
| "text": "Our last baseline is the repetition of the experiments of Dehdari et al. (2011) . For this, we started from the full morphological feature set and completely removed features (from all POS) one-byone then re-trained our parser. We observed the greatest drop in PARSEVAL score at removing the Table 3 : PARSEVAL / exact match scores on the development sets. The third small numbers in cells show the size of the preterminal sets. 'Num' feature and the least severe one at removing 'Form'. 'Num' denotes number for verbs and nominal elements (nouns, adjectives and numerals), and since subject-verb agreement is determined by the number and person features of the predicate (the verb) and the subject (the noun), deleting the feature 'Num' results in a serious decline in performance. On the other hand, 'Form' denotes whether a conjunction is single or compound (which is a lexical feature) or whether a number is spelt with letters, Arabic or Roman numbers (which is an orthographic feature). It is interesting to see that their deletion hardly harms the PARSEVAL scores, moreover, it can even improve the exact match scores, which is probably due to the fact that the distinction between different orthographic versions of the same number (e.g. 6 and VI) just confused the parser. On the other hand, members of a compound conjunction are not attached to each other in any way in the parse tree, and behave similar to single compounds, so this distinction might also be problematic for parsing. Table 4 summarizes the results achieved by our four baseline methods along with the scores of two preterminal sets output by our merger approach at two different merging threshold th value. The difference between mainPOS and full is surprisingly high, which indicates that the mor-phological information carried in preterminals is extremely important for the constituent parser and the BerkeleyParser can handle preterminal sets of the size of several hundreds. For Hungarian, we found that the full removal of any feature cannot increase the results. This finding is contradictory with Dehdari et al. (2011) in Arabic, where removing 'Case' yielded a gain of 1.0 in PARSEVAL. We note that baselines for Arabic and Hungarian are also totally different, Dehdari et al. (2011) reports basically no difference between mainPOS and full in Arabic.", |
| "cite_spans": [ |
| { |
| "start": 58, |
| "end": 79, |
| "text": "Dehdari et al. (2011)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 2083, |
| "end": 2104, |
| "text": "Dehdari et al. (2011)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 2249, |
| "end": 2270, |
| "text": "Dehdari et al. (2011)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 292, |
| "end": 299, |
| "text": "Table 3", |
| "ref_id": null |
| }, |
| { |
| "start": 1495, |
| "end": 1503, |
| "text": "Table 4", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "merge the morphological values of the graphs' connected components", |
| "sec_num": "5." |
| }, |
| { |
| "text": "We report results of our proposed procedure with two different merging thresholds. The th = 0.1 case merges only a few morphological feature values and it can slightly outperform the 'full' setting (statistically significant 5 in exact match.). On the other hand, the th = 0.5 setting is competitive with the 'full' setting in terms of parsing accuracy but it uses only the third of the preterminals used by 'full'. Although it is not statistically better than 'full' in accuracy, it almost halves the running time of parsing 6 . Table 3 summarizes the results achieved by the most important baselines and our approach along with the size of the particular preterminal sets applied. The 'full' results outperform 'main-POS' at each language with a striking difference at Basque and Hungarian. These results show thatcontradictory to the general belief -the detailed morphological description is definitely useful in constituent parsing as well. The last row of the table contains the result achieved by our merger approach. Here we run experiments with several merging threshold th values and show the highest scores for each language.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 530, |
| "end": 537, |
| "text": "Table 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results with Various Preterminal Sets:", |
| "sec_num": null |
| }, |
| { |
| "text": "Our merging proposal could find a better preterminal set than full on French and Hungarian, it found a competitive tag set in terms of accuracies which are much smaller than full on German and Hebrew and it could not find any useful merge at Basque. The output of the merger procedure consists of one sixth of preterminals compared with full. Manually investigating the clusters, we can see that it basically merged every morphological feature except case at nouns and adjectives (but merged case at personal pronouns). This finding is in line with the experimental results of Fraser et al. (2013) .", |
| "cite_spans": [ |
| { |
| "start": 577, |
| "end": 597, |
| "text": "Fraser et al. (2013)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results with Various Preterminal Sets:", |
| "sec_num": null |
| }, |
| { |
| "text": "6 Morphology-based Features in n-best Reranking n-best rerankers (Collins, 2000; Charniak and Johnson, 2005) are used as second stage after a PCFG parser and they usually achieve considerable improvement over the first stage parser. They extract a large feature set to describe the n best output of a PCFG parser and they select the best parse from this set (i.e. rerank the parses). Here, we define feature templates exploiting morphological information and investigate their added value for the standard feature sets (engineered for English). We reimplemented the feature templates from Charniak and Johnson (2005) and Versley and Rehbein (2009) excluding the features based on external corpora and use them as our baseline feature set. We used n = 50 in our experiment and followed a 5-fold-cross-parsing (a.k.a. jackknifing) approach for generating unseen parse candidates for the training sentences (Charniak and Johnson, 2005) . The reranker is trained for the maximum entropy objective function of Charniak and Johnson (2005) , i.e. the sum of posterior probabilities of the oracles. We used a slightly modified version of the Mallet toolkit for reranking (McCallum, 2002) and L2 regularizer with its default value for coefficient.", |
| "cite_spans": [ |
| { |
| "start": 65, |
| "end": 80, |
| "text": "(Collins, 2000;", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 81, |
| "end": 108, |
| "text": "Charniak and Johnson, 2005)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 589, |
| "end": 616, |
| "text": "Charniak and Johnson (2005)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 621, |
| "end": 647, |
| "text": "Versley and Rehbein (2009)", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 904, |
| "end": 932, |
| "text": "(Charniak and Johnson, 2005)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 1005, |
| "end": 1032, |
| "text": "Charniak and Johnson (2005)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 1163, |
| "end": 1179, |
| "text": "(McCallum, 2002)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results with Various Preterminal Sets:", |
| "sec_num": null |
| }, |
| { |
| "text": "The feature templates of the baseline feature set frequently incorporate preterminals as atomic feature. As a first step, we investigated which preterminal set is the most useful for the baseline feature set. We took the 50 best output from the parser using the merged preterminal set and used its preterminals ('merged') or only the main POS tag ('mainPOS') as atomic building blocks for the reranker's feature extractor. Table 5 shows that mainPOS outperformed full. This is probably due to data sparsity problems.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 423, |
| "end": 430, |
| "text": "Table 5", |
| "ref_id": "TABREF6" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results with Various Preterminal Sets:", |
| "sec_num": null |
| }, |
| { |
| "text": "Based on this observation, we decided to use mainPOS as preterminal in the atomic building block of the baseline features and designed new feature templates capturing the information in the morphological analysis. We experimented with the following templates: For each preterminal of the candidate parse and for each morphological feature value inside the preterminal we add the pair of wordform and morphological feature value as a new feature. In a similar way, we define a reranker feature from every morphological feature value of the head word of the constituent. For each head-daughter attachment in the candidate parse we add each pair of the morphological feature values from the head words of the attachment's participants. Similarly we take each combination of head word's morphological features values from sister constituents.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results with Various Preterminal Sets:", |
| "sec_num": null |
| }, |
| { |
| "text": "The first two templates enable the reranker to incorporate information into its learnt model from the rich morphology of the language at the lexical and constituent levels, while the last two templates might capture (dis)agreement at the morphological level. The motivation for using these features is that because of the free(er) word order of morphologically rich languages, morphological (dis)agreement can be a good indicator of attachment. Table 5 shows the added value of these feature templates over mainPOS ('extended'), which is again statistically significant in exact match. Exploiting the morphological agreement in syntactic parsing has been investigated in previous studies, e.g. the Bohnet parser (Bohnet, 2010) employs morphological feature value pairs similar to our feature templates and Seeker and Kuhn (2013) introduces an integer linear programming framework including constraints for morphological agreement. However, these works focus on dependency parsing and to the best of our knowledge, this is the first study on experimenting with atomic morphological features and their agreement in a constituency parsing. ", |
| "cite_spans": [ |
| { |
| "start": 712, |
| "end": 726, |
| "text": "(Bohnet, 2010)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 806, |
| "end": 828, |
| "text": "Seeker and Kuhn (2013)", |
| "ref_id": "BIBREF25" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 445, |
| "end": 452, |
| "text": "Table 5", |
| "ref_id": "TABREF6" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results with Various Preterminal Sets:", |
| "sec_num": null |
| }, |
| { |
| "text": "After our investigations focusing on building blocks of our system independently from each other on the development set, we parsed the test sets of the treebanks adding steps one-by-one. Table 6 summarizes our final results. We start from the BerkeleyParser using the full morphological descriptions as preterminal set, then we enrich the lexical model with tagging frequencies gathered from the automatic parsing of the test sets ('+ lexical model'). In the third step we replace the full preterminal set by the output of our preterminal merger procedure ('+ preterminal merger'). We tuned the merging threshold of our method on the development set for each language. The last two rows contain the results achieved by the 50-best reranker with the standard feature set ('+ reranker') and with the feature set extended by morphological features ('+ morph features').", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 187, |
| "end": 194, |
| "text": "Table 6", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results of the Full System", |
| "sec_num": "7" |
| }, |
| { |
| "text": "The enhanced lexical model contributes a lot at Basque and considerable improvements are present at German and Hungarian as well while it harmed the results in French. The advance of the preterminal merger approach over the full setting is clear at French and Hungarian, similarly to the development set. It is interesting that an rationalized preterminal set could compensate the loss suffered by a inadequate lexical model at French.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results of the Full System", |
| "sec_num": "7" |
| }, |
| { |
| "text": "Although the reranking step could further improve the results at each languages we have to note that the gain (0.5 in average) is much smaller here than the gains reported on English (over 1.5). This might be because of the high number of wordforms at morphologically rich languages i.e. most of feature templates are incorporate the words itself and the huge dictionary can indicate data sparsity problems again. Our morphology-based reranking features yielded a moderate improvement at four languages, but we believe there a lots of space for improvement here.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results of the Full System", |
| "sec_num": "7" |
| }, |
| { |
| "text": "In this study we introduced three techniques for better constituent parsing of morphologically rich languages. We believe that research in constituency parsing is important next to dependency parsing. In general, we report state-of-the-art results with constituent parsers with our entirely language-agnostic techniques.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "8" |
| }, |
| { |
| "text": "Our chief contribution here is the preterminal merger procedure. This is a more general approach than previous proposals and still much faster thank to operating on probabilities from a PCFG instead of employing a full train+parse step for evaluating every preterminal set candidate. We found that the inclusion of the rich morphological description into the preterminal level is crucial for parsing morphologically rich languages. Our proposed preterminal merger approach could outperform the full setting at 2 out of 5 languages, i.e. we have reported gains in parsing accuracies by merging morphological feature values. At the other languages, the results with the full preterminal set and our approach are competitive in terms of parsing accuracies while our approach could achieve these scores with a smaller preterminal set, which leads to considerable parsing time advantages.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "8" |
| }, |
| { |
| "text": "We also experimented with exploiting external corpora in the lexical model. Here we showed that automatic tagging of an off-the-shelf supervised morphological tagger (MarMot) can contribute to the results. Our last experiment was carried out with the feature set of an n-best reranker. We showed that incorporating feature templates built on morphological information improves the results.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "8" |
| }, |
| { |
| "text": "Available athttp://pauillac.inria.fr/ seddah/evalb_spmrl2013.tar.gz. An important change in this version compared to the original evalb is the penalization of unparsed sentences.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "https://code.google.com/p/cistern/", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "http://code.google.com/p/ berkeleyparser/", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "According to two sample t-test with p<0.001.6 Parsing the 1051 sentences of the Hungarian development set takes 15 and 9 minutes with full and th = 0.5 respectively (on an Intel Xeon E7 2GHz).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "This work was supported in part by the European Union and the European Social Fund through project FuturICT.hu (grant no.: T\u00c1MOP-4.2.2.C-11/1/KONV-2012-0013).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Building a treebank for french", |
| "authors": [ |
| { |
| "first": "Anne", |
| "middle": [], |
| "last": "Abeill\u00e9", |
| "suffix": "" |
| }, |
| { |
| "first": "Lionel", |
| "middle": [], |
| "last": "Cl\u00e9ment", |
| "suffix": "" |
| }, |
| { |
| "first": "Fran\u00e7ois", |
| "middle": [], |
| "last": "Toussenel", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Treebanks. Kluwer", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Anne Abeill\u00e9, Lionel Cl\u00e9ment, and Fran\u00e7ois Toussenel. 2003. Building a treebank for french. In Anne Abeill\u00e9, editor, Treebanks. Kluwer, Dordrecht.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Procedure for quantitatively comparing the syntactic coverage of english grammars", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Abney", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Flickenger", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Gdaniec", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Grishman", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Harrison", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Hindle", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Ingria", |
| "suffix": "" |
| }, |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Jelinek", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Klavans", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Liberman", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Marcus", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Roukos", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Santorini", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Strzalkowski", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Proceedings of the workshop on Speech and Natural Language", |
| "volume": "", |
| "issue": "", |
| "pages": "306--311", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S. Abney, S. Flickenger, C. Gdaniec, C. Grishman, P. Harrison, D. Hindle, R. Ingria, F. Jelinek, J. Kla- vans, M. Liberman, M. Marcus, S. Roukos, B. San- torini, and T. Strzalkowski. 1991. Procedure for quantitatively comparing the syntactic coverage of english grammars. In E. Black, editor, Proceedings of the workshop on Speech and Natural Language, pages 306-311.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Construction of a Basque dependency treebank", |
| "authors": [ |
| { |
| "first": "I", |
| "middle": [], |
| "last": "Aduriz", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [ |
| "J" |
| ], |
| "last": "Aranzabe", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "M" |
| ], |
| "last": "Arriola", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Atutxa", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "D\u00edaz De Ilarraza", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Garmendia", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Oronoz", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "TLT-03", |
| "volume": "", |
| "issue": "", |
| "pages": "201--204", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "I. Aduriz, M. J. Aranzabe, J. M. Arriola, A. Atutxa, A. D\u00edaz de Ilarraza, A. Garmendia, and M. Oronoz. 2003. Construction of a Basque dependency tree- bank. In TLT-03, pages 201-204.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Top accuracy and fast dependency parsing is not a contradiction", |
| "authors": [ |
| { |
| "first": "Bernd", |
| "middle": [], |
| "last": "Bohnet", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 23rd International Conference on Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "89--97", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bernd Bohnet. 2010. Top accuracy and fast depen- dency parsing is not a contradiction. In Proceedings of the 23rd International Conference on Computa- tional Linguistics (Coling 2010), pages 89-97.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "The TIGER treebank", |
| "authors": [ |
| { |
| "first": "Sabine", |
| "middle": [], |
| "last": "Brants", |
| "suffix": "" |
| }, |
| { |
| "first": "Stefanie", |
| "middle": [], |
| "last": "Dipper", |
| "suffix": "" |
| }, |
| { |
| "first": "Silvia", |
| "middle": [], |
| "last": "Hansen", |
| "suffix": "" |
| }, |
| { |
| "first": "Wolfgang", |
| "middle": [], |
| "last": "Lezius", |
| "suffix": "" |
| }, |
| { |
| "first": "George", |
| "middle": [], |
| "last": "Smith", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of the First Workshop on Treebanks and Linguistic Theories", |
| "volume": "", |
| "issue": "", |
| "pages": "24--41", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sabine Brants, Stefanie Dipper, Silvia Hansen, Wolf- gang Lezius, and George Smith. 2002. The TIGER treebank. In Erhard Hinrichs and Kiril Simov, edi- tors, Proceedings of the First Workshop on Tree- banks and Linguistic Theories (TLT 2002), pages 24-41.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Coarseto-fine n-best parsing and maxent discriminative reranking", |
| "authors": [ |
| { |
| "first": "Eugene", |
| "middle": [], |
| "last": "Charniak", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Johnson", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the 43rd Annual Meeting on Association for Computational Linguistics, ACL '05", |
| "volume": "", |
| "issue": "", |
| "pages": "173--180", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Eugene Charniak and Mark Johnson. 2005. Coarse- to-fine n-best parsing and maxent discriminative reranking. In Proceedings of the 43rd Annual Meet- ing on Association for Computational Linguistics, ACL '05, pages 173-180.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "A maximum-entropyinspired parser", |
| "authors": [ |
| { |
| "first": "Eugene", |
| "middle": [], |
| "last": "Charniak", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proceedings of the 1st North American chapter of the Association for Computational Linguistics conference", |
| "volume": "", |
| "issue": "", |
| "pages": "132--139", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Eugene Charniak. 2000. A maximum-entropy- inspired parser. In Proceedings of the 1st North American chapter of the Association for Computa- tional Linguistics conference, pages 132-139.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Higher-order constituent parsing and parser combination", |
| "authors": [ |
| { |
| "first": "Xiao", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "Chunyu", |
| "middle": [], |
| "last": "Kit", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of the 50th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "2", |
| "issue": "", |
| "pages": "1--5", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xiao Chen and Chunyu Kit. 2012. Higher-order con- stituent parsing and parser combination. In Pro- ceedings of the 50th Annual Meeting of the Associa- tion for Computational Linguistics (Volume 2: Short Papers), pages 1-5.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Kaist tree bank project for korean: Present and future development", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Key-Sun", |
| "suffix": "" |
| }, |
| { |
| "first": "Young", |
| "middle": [ |
| "S" |
| ], |
| "last": "Choi", |
| "suffix": "" |
| }, |
| { |
| "first": "Young", |
| "middle": [ |
| "G" |
| ], |
| "last": "Han", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Han", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Oh W Kwon", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Proceedings of the International Workshop on Sharable Natural Language Resources", |
| "volume": "", |
| "issue": "", |
| "pages": "7--14", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Key-Sun Choi, Young S Han, Young G Han, and Oh W Kwon. 1994. Kaist tree bank project for korean: Present and future development. In Proceedings of the International Workshop on Sharable Natural Language Resources, pages 7-14. Citeseer.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Discriminative reranking for natural language parsing", |
| "authors": [ |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Collins", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proceedings of the Seventeenth International Conference on Machine Learning, ICML '00", |
| "volume": "", |
| "issue": "", |
| "pages": "175--182", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael Collins. 2000. Discriminative reranking for natural language parsing. In Proceedings of the Seventeenth International Conference on Machine Learning, ICML '00, pages 175-182.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "The Szeged Treebank", |
| "authors": [ |
| { |
| "first": "D\u00f3ra", |
| "middle": [], |
| "last": "Csendes", |
| "suffix": "" |
| }, |
| { |
| "first": "J\u00e1nos", |
| "middle": [], |
| "last": "Csirik", |
| "suffix": "" |
| }, |
| { |
| "first": "Tibor", |
| "middle": [], |
| "last": "Gyim\u00f3thy", |
| "suffix": "" |
| }, |
| { |
| "first": "Andr\u00e1s", |
| "middle": [], |
| "last": "Kocsor", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "TSD", |
| "volume": "", |
| "issue": "", |
| "pages": "123--131", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D\u00f3ra Csendes, J\u00e1nos Csirik, Tibor Gyim\u00f3thy, and Andr\u00e1s Kocsor. 2005. The Szeged Treebank. In TSD, pages 123-131.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Morphological features for parsing morphologically-rich languages: A case of arabic", |
| "authors": [ |
| { |
| "first": "Jon", |
| "middle": [], |
| "last": "Dehdari", |
| "suffix": "" |
| }, |
| { |
| "first": "Lamia", |
| "middle": [], |
| "last": "Tounsi", |
| "suffix": "" |
| }, |
| { |
| "first": "Josef", |
| "middle": [], |
| "last": "Van Genabith", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the Second Workshop on Statistical Parsing of Morphologically Rich Languages", |
| "volume": "", |
| "issue": "", |
| "pages": "12--21", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jon Dehdari, Lamia Tounsi, and Josef van Gen- abith. 2011. Morphological features for parsing morphologically-rich languages: A case of arabic. In Proceedings of the Second Workshop on Statis- tical Parsing of Morphologically Rich Languages, pages 12-21, Dublin, Ireland, October. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Knowledge sources for constituent parsing of german, a morphologically rich and less-configurational language", |
| "authors": [ |
| { |
| "first": "Alexander", |
| "middle": [], |
| "last": "Fraser", |
| "suffix": "" |
| }, |
| { |
| "first": "Helmut", |
| "middle": [], |
| "last": "Schmid", |
| "suffix": "" |
| }, |
| { |
| "first": "Rich\u00e1rd", |
| "middle": [], |
| "last": "Farkas", |
| "suffix": "" |
| }, |
| { |
| "first": "Renjing", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| }, |
| { |
| "first": "Hinrich", |
| "middle": [], |
| "last": "Sch\u00fctze", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Computational Linguistics", |
| "volume": "39", |
| "issue": "1", |
| "pages": "57--85", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alexander Fraser, Helmut Schmid, Rich\u00e1rd Farkas, Renjing Wang, and Hinrich Sch\u00fctze. 2013. Knowl- edge sources for constituent parsing of german, a morphologically rich and less-configurational lan- guage. Computational Linguistics, 39(1):57-85.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Word segmentation, unknown-word resolution, and morphological agreement in a hebrew parsing system", |
| "authors": [ |
| { |
| "first": "Yoav", |
| "middle": [], |
| "last": "Goldberg", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Elhadad", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Computational Linguistics", |
| "volume": "39", |
| "issue": "1", |
| "pages": "121--160", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yoav Goldberg and Michael Elhadad. 2013. Word segmentation, unknown-word resolution, and mor- phological agreement in a hebrew parsing system. Computational Linguistics, 39(1):121-160.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "EM can find pretty good HMM POS-taggers (when given a good start)", |
| "authors": [ |
| { |
| "first": "Yoav", |
| "middle": [], |
| "last": "Goldberg", |
| "suffix": "" |
| }, |
| { |
| "first": "Meni", |
| "middle": [], |
| "last": "Adler", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Elhadad", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of ACL-08: HLT", |
| "volume": "", |
| "issue": "", |
| "pages": "746--754", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yoav Goldberg, Meni Adler, and Michael Elhadad. 2008. EM can find pretty good HMM POS-taggers (when given a good start). In Proceedings of ACL- 08: HLT, pages 746-754.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Forest reranking: Discriminative parsing with non-local features", |
| "authors": [ |
| { |
| "first": "Liang", |
| "middle": [], |
| "last": "Huang", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of ACL-08: HLT", |
| "volume": "", |
| "issue": "", |
| "pages": "586--594", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Liang Huang. 2008. Forest reranking: Discriminative parsing with non-local features. In Proceedings of ACL-08: HLT, pages 586-594.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Statistical parsing of spanish and data driven lemmatization", |
| "authors": [ |
| { |
| "first": "Joseph", |
| "middle": [], |
| "last": "Le Roux", |
| "suffix": "" |
| }, |
| { |
| "first": "Benoit", |
| "middle": [], |
| "last": "Sagot", |
| "suffix": "" |
| }, |
| { |
| "first": "Djam\u00e9", |
| "middle": [], |
| "last": "Seddah", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of the ACL 2012", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Joseph Le Roux, Benoit Sagot, and Djam\u00e9 Seddah. 2012. Statistical parsing of spanish and data driven lemmatization. In Proceedings of the ACL 2012", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Joint Workshop on Statistical Parsing and Semantic Processing of Morphologically Rich Languages", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "55--61", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Joint Workshop on Statistical Parsing and Seman- tic Processing of Morphologically Rich Languages, pages 55-61.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Building a large annotated corpus of english: the penn treebank", |
| "authors": [ |
| { |
| "first": "Mitchell", |
| "middle": [ |
| "P" |
| ], |
| "last": "Marcus", |
| "suffix": "" |
| }, |
| { |
| "first": "Mary", |
| "middle": [ |
| "Ann" |
| ], |
| "last": "Marcinkiewicz", |
| "suffix": "" |
| }, |
| { |
| "first": "Beatrice", |
| "middle": [], |
| "last": "Santorini", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Computational Linguistics", |
| "volume": "19", |
| "issue": "2", |
| "pages": "313--330", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mitchell P. Marcus, Mary Ann Marcinkiewicz, and Beatrice Santorini. 1993. Building a large anno- tated corpus of english: the penn treebank. Compu- tational Linguistics, 19(2):313-330.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Improving arabic dependency parsing with lexical and inflectional morphological features", |
| "authors": [ |
| { |
| "first": "Yuval", |
| "middle": [], |
| "last": "Marton", |
| "suffix": "" |
| }, |
| { |
| "first": "Nizar", |
| "middle": [], |
| "last": "Habash", |
| "suffix": "" |
| }, |
| { |
| "first": "Owen", |
| "middle": [], |
| "last": "Rambow", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the NAACL HLT 2010 First Workshop on Statistical Parsing of Morphologically-Rich Languages", |
| "volume": "", |
| "issue": "", |
| "pages": "13--21", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yuval Marton, Nizar Habash, and Owen Rambow. 2010. Improving arabic dependency parsing with lexical and inflectional morphological features. In Proceedings of the NAACL HLT 2010 First Work- shop on Statistical Parsing of Morphologically-Rich Languages, pages 13-21.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Mallet: A machine learning for language toolkit", |
| "authors": [ |
| { |
| "first": "Andrew Kachites", |
| "middle": [], |
| "last": "Mccallum", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Andrew Kachites McCallum. 2002. Mal- let: A machine learning for language toolkit. http://mallet.cs.umass.edu.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Efficient higher-order CRFs for morphological tagging", |
| "authors": [ |
| { |
| "first": "Thomas", |
| "middle": [], |
| "last": "Mueller", |
| "suffix": "" |
| }, |
| { |
| "first": "Helmut", |
| "middle": [], |
| "last": "Schmid", |
| "suffix": "" |
| }, |
| { |
| "first": "Hinrich", |
| "middle": [], |
| "last": "Sch\u00fctze", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "322--332", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Thomas Mueller, Helmut Schmid, and Hinrich Sch\u00fctze. 2013. Efficient higher-order CRFs for morphological tagging. In Proceedings of the 2013 Conference on Empirical Methods in Natural Lan- guage Processing, pages 322-332.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Learning accurate, compact, and interpretable tree annotation", |
| "authors": [ |
| { |
| "first": "Slav", |
| "middle": [], |
| "last": "Petrov", |
| "suffix": "" |
| }, |
| { |
| "first": "Leon", |
| "middle": [], |
| "last": "Barrett", |
| "suffix": "" |
| }, |
| { |
| "first": "Romain", |
| "middle": [], |
| "last": "Thibaux", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Klein", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the 21st International Conference on Computational Linguistics and 44th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "433--440", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Slav Petrov, Leon Barrett, Romain Thibaux, and Dan Klein. 2006. Learning accurate, compact, and interpretable tree annotation. In Proceedings of the 21st International Conference on Computational Linguistics and 44th Annual Meeting of the Associa- tion for Computational Linguistics, pages 433-440.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Coarse-to-Fine Natural Language Processing", |
| "authors": [ |
| { |
| "first": "Slav", |
| "middle": [], |
| "last": "Petrov", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Slav Petrov. 2009. Coarse-to-Fine Natural Language Processing. Ph.D. thesis, University of California at Bekeley, Berkeley, CA, USA.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Overview of the SPMRL 2013 shared task: A cross-framework evaluation of parsing morphologically rich languages", |
| "authors": [ |
| { |
| "first": "Djam\u00e9", |
| "middle": [], |
| "last": "Seddah", |
| "suffix": "" |
| }, |
| { |
| "first": "Reut", |
| "middle": [], |
| "last": "Tsarfaty", |
| "suffix": "" |
| }, |
| { |
| "first": "Sandra", |
| "middle": [], |
| "last": "K\u00fcbler", |
| "suffix": "" |
| }, |
| { |
| "first": "Marie", |
| "middle": [], |
| "last": "Candito", |
| "suffix": "" |
| }, |
| { |
| "first": "Jinho", |
| "middle": [ |
| "D" |
| ], |
| "last": "Choi", |
| "suffix": "" |
| }, |
| { |
| "first": "Rich\u00e1rd", |
| "middle": [], |
| "last": "Farkas", |
| "suffix": "" |
| }, |
| { |
| "first": "Jennifer", |
| "middle": [], |
| "last": "Foster", |
| "suffix": "" |
| }, |
| { |
| "first": "Iakes", |
| "middle": [], |
| "last": "Goenaga", |
| "suffix": "" |
| }, |
| { |
| "first": "Yoav", |
| "middle": [], |
| "last": "Koldo Gojenola Galletebeitia", |
| "suffix": "" |
| }, |
| { |
| "first": "Spence", |
| "middle": [], |
| "last": "Goldberg", |
| "suffix": "" |
| }, |
| { |
| "first": "Nizar", |
| "middle": [], |
| "last": "Green", |
| "suffix": "" |
| }, |
| { |
| "first": "Marco", |
| "middle": [], |
| "last": "Habash", |
| "suffix": "" |
| }, |
| { |
| "first": "Wolfgang", |
| "middle": [], |
| "last": "Kuhlmann", |
| "suffix": "" |
| }, |
| { |
| "first": "Yuval", |
| "middle": [], |
| "last": "Maier", |
| "suffix": "" |
| }, |
| { |
| "first": "Joakim", |
| "middle": [], |
| "last": "Marton", |
| "suffix": "" |
| }, |
| { |
| "first": "Adam", |
| "middle": [], |
| "last": "Nivre", |
| "suffix": "" |
| }, |
| { |
| "first": "Ryan", |
| "middle": [], |
| "last": "Przepi\u00f3rkowski", |
| "suffix": "" |
| }, |
| { |
| "first": "Wolfgang", |
| "middle": [], |
| "last": "Roth", |
| "suffix": "" |
| }, |
| { |
| "first": "Yannick", |
| "middle": [], |
| "last": "Seeker", |
| "suffix": "" |
| }, |
| { |
| "first": "Veronika", |
| "middle": [], |
| "last": "Versley", |
| "suffix": "" |
| }, |
| { |
| "first": "Marcin", |
| "middle": [], |
| "last": "Vincze", |
| "suffix": "" |
| }, |
| { |
| "first": "Alina", |
| "middle": [], |
| "last": "Woli\u0144ski", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Wr\u00f3blewska", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of the Fourth Workshop on Statistical Parsing of Morphologically-Rich Languages", |
| "volume": "", |
| "issue": "", |
| "pages": "146--182", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Djam\u00e9 Seddah, Reut Tsarfaty, Sandra K\u00fcbler, Marie Candito, Jinho D. Choi, Rich\u00e1rd Farkas, Jennifer Foster, Iakes Goenaga, Koldo Gojenola Gallete- beitia, Yoav Goldberg, Spence Green, Nizar Habash, Marco Kuhlmann, Wolfgang Maier, Yuval Mar- ton, Joakim Nivre, Adam Przepi\u00f3rkowski, Ryan Roth, Wolfgang Seeker, Yannick Versley, Veronika Vincze, Marcin Woli\u0144ski, and Alina Wr\u00f3blewska. 2013. Overview of the SPMRL 2013 shared task: A cross-framework evaluation of parsing morphologically rich languages. In Proceedings of the Fourth Workshop on Statistical Parsing of Morphologically-Rich Languages, pages 146-182.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Morphological and syntactic case in statistical dependency parsing", |
| "authors": [ |
| { |
| "first": "Wolfgang", |
| "middle": [], |
| "last": "Seeker", |
| "suffix": "" |
| }, |
| { |
| "first": "Jonas", |
| "middle": [], |
| "last": "Kuhn", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Computational Linguistics", |
| "volume": "39", |
| "issue": "1", |
| "pages": "23--55", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wolfgang Seeker and Jonas Kuhn. 2013. Morphologi- cal and syntactic case in statistical dependency pars- ing. Computational Linguistics, 39(1):23-55.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "Building a Tree-Bank for Modern Hebrew Text", |
| "authors": [ |
| { |
| "first": "Khalil", |
| "middle": [], |
| "last": "Sima'an", |
| "suffix": "" |
| }, |
| { |
| "first": "Alon", |
| "middle": [], |
| "last": "Itai", |
| "suffix": "" |
| }, |
| { |
| "first": "Yoad", |
| "middle": [], |
| "last": "Winter", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Traitement Automatique des Langues", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Khalil Sima'an, Alon Itai, Yoad Winter, Alon Altman, and Noa Nativ. 2001. Building a Tree-Bank for Modern Hebrew Text. In Traitement Automatique des Langues.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "Statistical parsing of morphologically rich languages (spmrl) what, how and whither", |
| "authors": [ |
| { |
| "first": "Reut", |
| "middle": [], |
| "last": "Tsarfaty", |
| "suffix": "" |
| }, |
| { |
| "first": "Djam\u00e9", |
| "middle": [], |
| "last": "Seddah", |
| "suffix": "" |
| }, |
| { |
| "first": "Yoav", |
| "middle": [], |
| "last": "Goldberg", |
| "suffix": "" |
| }, |
| { |
| "first": "Sandra", |
| "middle": [], |
| "last": "Kuebler", |
| "suffix": "" |
| }, |
| { |
| "first": "Yannick", |
| "middle": [], |
| "last": "Versley", |
| "suffix": "" |
| }, |
| { |
| "first": "Marie", |
| "middle": [], |
| "last": "Candito", |
| "suffix": "" |
| }, |
| { |
| "first": "Jennifer", |
| "middle": [], |
| "last": "Foster", |
| "suffix": "" |
| }, |
| { |
| "first": "Ines", |
| "middle": [], |
| "last": "Rehbein", |
| "suffix": "" |
| }, |
| { |
| "first": "Lamia", |
| "middle": [], |
| "last": "Tounsi", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the NAACL HLT 2010 First Workshop on Statistical Parsing of Morphologically-Rich Languages", |
| "volume": "", |
| "issue": "", |
| "pages": "1--12", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Reut Tsarfaty, Djam\u00e9 Seddah, Yoav Goldberg, Sandra Kuebler, Yannick Versley, Marie Candito, Jennifer Foster, Ines Rehbein, and Lamia Tounsi. 2010. Sta- tistical parsing of morphologically rich languages (spmrl) what, how and whither. In Proceedings of the NAACL HLT 2010 First Workshop on Statistical Parsing of Morphologically-Rich Languages, pages 1-12.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "Cross-framework evaluation for statistical parsing", |
| "authors": [ |
| { |
| "first": "Reut", |
| "middle": [], |
| "last": "Tsarfaty", |
| "suffix": "" |
| }, |
| { |
| "first": "Joakim", |
| "middle": [], |
| "last": "Nivre", |
| "suffix": "" |
| }, |
| { |
| "first": "Evelina", |
| "middle": [], |
| "last": "Andersson", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of the 13th Conference of the European Chapter of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "44--54", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Reut Tsarfaty, Joakim Nivre, and Evelina Andersson. 2012. Cross-framework evaluation for statistical parsing. In Proceedings of the 13th Conference of the European Chapter of the Association for Com- putational Linguistics, pages 44-54.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "Parsing morphologically rich languages: Introduction to the special issue", |
| "authors": [ |
| { |
| "first": "Reut", |
| "middle": [], |
| "last": "Tsarfaty", |
| "suffix": "" |
| }, |
| { |
| "first": "Djam\u00e9", |
| "middle": [], |
| "last": "Seddah", |
| "suffix": "" |
| }, |
| { |
| "first": "Sandra", |
| "middle": [], |
| "last": "K\u00fcbler", |
| "suffix": "" |
| }, |
| { |
| "first": "Joakim", |
| "middle": [], |
| "last": "Nivre", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Computational Linguistics", |
| "volume": "39", |
| "issue": "1", |
| "pages": "15--22", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Reut Tsarfaty, Djam\u00e9 Seddah, Sandra K\u00fcbler, and Joakim Nivre. 2013. Parsing morphologically rich languages: Introduction to the special issue. Com- putational Linguistics, 39(1):15-22.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "The hungarian national corpus", |
| "authors": [ |
| { |
| "first": "Tam\u00e1s", |
| "middle": [], |
| "last": "V\u00e1radi", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of the Second International Conference on Language Resources and Evaluation", |
| "volume": "", |
| "issue": "", |
| "pages": "385--389", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tam\u00e1s V\u00e1radi. 2002. The hungarian national cor- pus. In In Proceedings of the Second International Conference on Language Resources and Evaluation, pages 385-389.", |
| "links": null |
| }, |
| "BIBREF31": { |
| "ref_id": "b31", |
| "title": "Scalable discriminative parsing for german", |
| "authors": [ |
| { |
| "first": "Yannick", |
| "middle": [], |
| "last": "Versley", |
| "suffix": "" |
| }, |
| { |
| "first": "Ines", |
| "middle": [], |
| "last": "Rehbein", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the 11th International Conference on Parsing Technologies (IWPT'09)", |
| "volume": "", |
| "issue": "", |
| "pages": "134--137", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yannick Versley and Ines Rehbein. 2009. Scalable dis- criminative parsing for german. In Proceedings of the 11th International Conference on Parsing Tech- nologies (IWPT'09), pages 134-137.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "magyarlanc: A toolkit for morphological and dependency parsing of hungarian", |
| "authors": [ |
| { |
| "first": "J\u00e1nos", |
| "middle": [], |
| "last": "Zsibrita", |
| "suffix": "" |
| }, |
| { |
| "first": "Veronika", |
| "middle": [], |
| "last": "Vincze", |
| "suffix": "" |
| }, |
| { |
| "first": "Rich\u00e1rd", |
| "middle": [], |
| "last": "Farkas", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of RANLP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J\u00e1nos Zsibrita, Veronika Vincze, and Rich\u00e1rd Farkas. 2013. magyarlanc: A toolkit for morphological and dependency parsing of hungarian. In Proceedings of RANLP.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "TABREF2": { |
| "text": "/18.4 2976 78.9/15.0 676 82.3/40.3 686 88.9/15.2 257 88.3/15.2 680 preterminal merger 81.6/16.9 2791 79.7/15.6 480 82.3/39.3 111 89.0/14.6 181 88.5/15.4 642", |
| "type_str": "table", |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td/><td>Basque</td><td>French</td><td>German</td><td>Hebrew</td><td>Hungarian</td></tr><tr><td>mainPOS</td><td>68.8/3.9 16</td><td>78.4/13.9 33</td><td>82.3/38.7 54</td><td>88.3/12.0 46</td><td>82.6/7.3 16</td></tr><tr><td>full</td><td>81.8</td><td/><td/><td/><td/></tr></table>" |
| }, |
| "TABREF4": { |
| "text": "The results achieved by using various preterminal sets on the Hungarian development set.", |
| "type_str": "table", |
| "num": null, |
| "html": null, |
| "content": "<table/>" |
| }, |
| "TABREF6": { |
| "text": "The results achieved by using various feature template sets for 50-best reranking on the Hungarian development set. / 19.03 79.53 / 18.46 74.77 / 26.56 87.87 / 14.53 88.22 / 26.96 + Lexical model 82.02 / 25.69 78.91 / 17.87 75.64 / 28.36 88.53 / 13.69 89.09 / 26.76 + Preterminal merger 83.19 / 24.74 79.53 / 18.58 77.12 / 30.02 88.07 / 13.83 89.15 / 28.05 + reranker 83.81 / 25.66 80.31 / 18.91 77.78 / 29.80 88.38 / 15.12 89.57 / 30.23 + reranker + morph feat 84.03 / 26.28 80.41 / 20.07 77.74 / 29.23 88.55 / 15.24 89.91 / 30.55 Table 6: PARSEVAL / exact match scores on the test sets.", |
| "type_str": "table", |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td/><td>Basque</td><td>French</td><td>German</td><td>Hebrew</td><td>Hungarian</td></tr><tr><td>BerkeleyParser</td><td>79.21</td><td/><td/><td/></tr></table>" |
| } |
| } |
| } |
| } |