| { |
| "paper_id": "E12-1047", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T10:36:48.353250Z" |
| }, |
| "title": "Efficient Parsing with Linear Context-Free Rewriting Systems", |
| "authors": [ |
| { |
| "first": "Andreas", |
| "middle": [], |
| "last": "Van Cranenburgh", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Amsterdam Royal Netherlands Academy of Arts and Sciences Postbus", |
| "location": { |
| "postCode": "90754, 2509 LT", |
| "settlement": "The Hague", |
| "country": "the Netherlands" |
| } |
| }, |
| "email": "andreas.van.cranenburgh@huygens.knaw.nl" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Previous work on treebank parsing with discontinuous constituents using Linear Context-Free Rewriting systems (LCFRS) has been limited to sentences of up to 30 words, for reasons of computational complexity. There have been some results on binarizing an LCFRS in a manner that minimizes parsing complexity, but the present work shows that parsing long sentences with such an optimally binarized grammar remains infeasible. Instead, we introduce a technique which removes this length restriction, while maintaining a respectable accuracy. The resulting parser has been applied to a discontinuous treebank with favorable results.", |
| "pdf_parse": { |
| "paper_id": "E12-1047", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Previous work on treebank parsing with discontinuous constituents using Linear Context-Free Rewriting systems (LCFRS) has been limited to sentences of up to 30 words, for reasons of computational complexity. There have been some results on binarizing an LCFRS in a manner that minimizes parsing complexity, but the present work shows that parsing long sentences with such an optimally binarized grammar remains infeasible. Instead, we introduce a technique which removes this length restriction, while maintaining a respectable accuracy. The resulting parser has been applied to a discontinuous treebank with favorable results.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Discontinuity in constituent structures (cf. figure 1 & 2) is important for a variety of reasons. For one, it allows a tight correspondence between syntax and semantics by letting constituent structure express argument structure (Skut et al., 1997) .", |
| "cite_spans": [ |
| { |
| "start": 229, |
| "end": 248, |
| "text": "(Skut et al., 1997)", |
| "ref_id": "BIBREF30" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Other reasons are phenomena such as extraposition and word-order freedom, which arguably require discontinuous annotations to be treated systematically in phrase-structures (McCawley, 1982; Levy, 2005) . Empirical investigations demonstrate that discontinuity is present in non-negligible amounts: around 30% of sentences contain discontinuity in two German treebanks (Maier and S\u00f8gaard, 2008; Maier and Lichte, 2009) . Recent work on treebank parsing with discontinuous constituents (Kallmeyer and Maier, 2010; Maier, 2010; Evang and Kallmeyer, 2011; van Cranenburgh et al., 2011) shows that it is feasible to directly parse discontinuous constituency annotations, as given in the German Negra (Skut et al., What should I do ?", |
| "cite_spans": [ |
| { |
| "start": 173, |
| "end": 189, |
| "text": "(McCawley, 1982;", |
| "ref_id": "BIBREF26" |
| }, |
| { |
| "start": 190, |
| "end": 201, |
| "text": "Levy, 2005)", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 368, |
| "end": 393, |
| "text": "(Maier and S\u00f8gaard, 2008;", |
| "ref_id": "BIBREF24" |
| }, |
| { |
| "start": 394, |
| "end": 417, |
| "text": "Maier and Lichte, 2009)", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 484, |
| "end": 511, |
| "text": "(Kallmeyer and Maier, 2010;", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 512, |
| "end": 524, |
| "text": "Maier, 2010;", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 525, |
| "end": 551, |
| "text": "Evang and Kallmeyer, 2011;", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 552, |
| "end": 581, |
| "text": "van Cranenburgh et al., 2011)", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 695, |
| "end": 708, |
| "text": "(Skut et al.,", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Figure 1: A tree with WH-movement from the Penn treebank, in which traces have been converted to discontinuity. Taken from Evang and Kallmeyer (2011) .", |
| "cite_spans": [ |
| { |
| "start": 123, |
| "end": 149, |
| "text": "Evang and Kallmeyer (2011)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "1997) and Tiger (Brants et al., 2002) corpora, or those that can be extracted from traces such as in the Penn treebank (Marcus et al., 1993) annotation. However, the computational complexity is such that until now, the length of sentences needed to be restricted. In the case of Kallmeyer and Maier (2010) and Evang and Kallmeyer (2011) the limit was 25 words. Maier (2010) and van Cranenburgh et al. (2011) manage to parse up to 30 words with heuristics and optimizations, but no further. Algorithms have been suggested to binarize the grammars in such a way as to minimize parsing complexity, but the current paper shows that these techniques are not sufficient to parse longer sentences. Instead, this work presents a novel form of coarse-to-fine parsing which does alleviate this limitation.", |
| "cite_spans": [ |
| { |
| "start": 16, |
| "end": 37, |
| "text": "(Brants et al., 2002)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 119, |
| "end": 140, |
| "text": "(Marcus et al., 1993)", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 279, |
| "end": 305, |
| "text": "Kallmeyer and Maier (2010)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 310, |
| "end": 336, |
| "text": "Evang and Kallmeyer (2011)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 361, |
| "end": 373, |
| "text": "Maier (2010)", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 382, |
| "end": 407, |
| "text": "Cranenburgh et al. (2011)", |
| "ref_id": "BIBREF31" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The rest of this paper is structured as follows. First, we introduce linear context-free rewriting systems (LCFRS). Next, we discuss and evaluate binarization strategies for LCFRS. Third, we present a technique for approximating an LCFRS by a PCFG in a coarse-to-fine framework. Lastly, we evaluate this technique on a large corpus without the usual length restrictions. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Linear Context-Free Rewriting Systems (LCFRS; Vijay-Shanker et al., 1987; Weir, 1988 ) subsume a wide variety of mildly context-sensitive formalisms, such as Tree-Adjoining Grammar (TAG), Combinatory Categorial Grammar (CCG), Minimalist Grammar, Multiple Context-Free Grammar (MCFG) and synchronous CFG (Vijay-Shanker and Weir, 1994; Kallmeyer, 2010) . Furthermore, they can be used to parse dependency structures . Since LCFRS subsumes various synchronous grammars, they are also important for machine translation. This makes it possible to use LCFRS as a syntactic backbone with which various formalisms can be parsed by compiling grammars into an LCFRS, similar to the TuLiPa system (Kallmeyer et al., 2008) . As all mildly context-sensitive formalisms, LCFRS are parsable in polynomial time, where the degree depends on the productions of the grammar. Intuitively, LCFRS can be seen as a generalization of context-free grammars to rewriting other objects than just continuous strings: productions are context-free, but instead of strings they can rewrite tuples, trees or graphs. We focus on the use of LCFRS for parsing with discontinuous constituents. This follows up on recent work on parsing the discontinuous annotations in German corpora with LCFRS (Maier, 2010; van Cranenburgh et al., 2011) and work on parsing the Wall Street journal corpus in which traces have been converted to discontinuous constituents (Evang and Kallmeyer, 2011) . In the case of parsing with discontinuous constituents a non- Figure 3 : The productions that can be read off from the tree in figure 2. Note that lexical productions rewrite to , because they do not rewrite to any non-terminals.", |
| "cite_spans": [ |
| { |
| "start": 38, |
| "end": 45, |
| "text": "(LCFRS;", |
| "ref_id": null |
| }, |
| { |
| "start": 46, |
| "end": 73, |
| "text": "Vijay-Shanker et al., 1987;", |
| "ref_id": "BIBREF33" |
| }, |
| { |
| "start": 74, |
| "end": 84, |
| "text": "Weir, 1988", |
| "ref_id": "BIBREF34" |
| }, |
| { |
| "start": 322, |
| "end": 333, |
| "text": "Weir, 1994;", |
| "ref_id": "BIBREF32" |
| }, |
| { |
| "start": 334, |
| "end": 350, |
| "text": "Kallmeyer, 2010)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 686, |
| "end": 710, |
| "text": "(Kallmeyer et al., 2008)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 1259, |
| "end": 1272, |
| "text": "(Maier, 2010;", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 1273, |
| "end": 1302, |
| "text": "van Cranenburgh et al., 2011)", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 1420, |
| "end": 1447, |
| "text": "(Evang and Kallmeyer, 2011)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 1512, |
| "end": 1520, |
| "text": "Figure 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Linear Context-Free Rewriting Systems", |
| "sec_num": "2" |
| }, |
| { |
| "text": "ROOT(ab) \u2192 S(a) $.(b) S(abcd) \u2192 VAFIN(b) NN(c) VP 2 (a, d) VP 2 (a, bc) \u2192 PROAV(a) NN(b) VVPP(c) PROAV(Danach) \u2192 VAFIN(habe) \u2192 NN(Kohlenstaub) \u2192 NN(Feuer) \u2192 VVPP(gefangen) \u2192 $.(.) \u2192", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linear Context-Free Rewriting Systems", |
| "sec_num": "2" |
| }, |
| { |
| "text": "terminal may cover a tuple of discontinuous strings instead of a single, contiguous sequence of terminals. The number of components in such a tuple is called the fan-out of a rule, which is equal to the number of gaps plus one; the fan-out of the grammar is the maximum fan-out of its production. A context-free grammar is a LCFRS with a fan-out of 1. For convenience we will will use the rule notation of simple RCG (Boullier, 1998) , which is a syntactic variant of LCFRS, with an arguably more transparent notation. A LCFRS is a tuple G = N, T, V, P, S . N is a finite set of non-terminals; a function dim : N \u2192 N specifies the unique fan-out for every nonterminal symbol. T and V are disjoint finite sets of terminals and variables. S is the distinguished start symbol with dim(S) = 1. P is a finite set of rewrite rules (productions) of the form:", |
| "cite_spans": [ |
| { |
| "start": 417, |
| "end": 433, |
| "text": "(Boullier, 1998)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linear Context-Free Rewriting Systems", |
| "sec_num": "2" |
| }, |
| { |
| "text": "A(\u03b1 1 , . . . \u03b1 dim(A) ) \u2192B 1 (X 1 1 , . . . , X 1 dim(B 1 ) ) . . . B m (X m 1 , . . . , X m dim(Bm) ) for m \u2265 0, where A, B 1 , . . . , B m \u2208 N , each X i j \u2208 V for 1 \u2264 i \u2264 m, 1 \u2264 j \u2264 dim(A j ) and \u03b1 i \u2208 (T \u222a V ) * for 1 \u2264 i \u2264 dim(A i ).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linear Context-Free Rewriting Systems", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Productions must be linear: if a variable occurs in a rule, it occurs exactly once on the left hand side (LHS), and exactly once on the right hand side (RHS). A rule is ordered if for any two variables X 1 and X 2 occurring in a non-terminal on the RHS, X 1 precedes X 2 on the LHS iff X 1 precedes X 2 on the RHS.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linear Context-Free Rewriting Systems", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Every production has a fan-out determined by the fan-out of the non-terminal symbol on the lefthand side. Apart from the fan-out productions also have a rank: the number of non-terminals on the right-hand side. These two variables determine the time complexity of parsing with a grammar. A production can be instantiated when its variables can be bound to non-overlapping spans such that for each component \u03b1 i of the LHS, the concatenation of its terminals and bound variables forms a contiguous span in the input, while the endpoints of each span are non-contiguous.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linear Context-Free Rewriting Systems", |
| "sec_num": "2" |
| }, |
| { |
| "text": "As in the case of a PCFG, we can read off LCFRS productions from a treebank (Maier and S\u00f8gaard, 2008) , and the relative frequencies of productions form a maximum likelihood estimate, for a probabilistic LCFRS (PLCFRS), i.e., a (discontinuous) treebank grammar. As an example, figure 3 shows the productions extracted from the tree in figure 2.", |
| "cite_spans": [ |
| { |
| "start": 76, |
| "end": 101, |
| "text": "(Maier and S\u00f8gaard, 2008)", |
| "ref_id": "BIBREF24" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linear Context-Free Rewriting Systems", |
| "sec_num": "2" |
| }, |
| { |
| "text": "A probabilistic LCFRS can be parsed using a CKYlike tabular parsing algorithm (cf. Kallmeyer and Maier, 2010; van Cranenburgh et al., 2011) , but this requires a binarized grammar. 1 Any LCFRS can be binarized. Crescenzi et al. (2011) state \"while CFGs can always be reduced to rank two (Chomsky Normal Form), this is not the case for LCFRS with any fan-out greater than one.\" However, this assertion is made under the assumption of a fixed fan-out. If this assumption is relaxed then it is easy to binarize either deterministically or, as will be investigated in this work, optimally with a dynamic programming approach. Binarizing an LCFRS may increase its fan-out, which results in an increase in asymptotic complexity. Consider the following production:", |
| "cite_spans": [ |
| { |
| "start": 83, |
| "end": 109, |
| "text": "Kallmeyer and Maier, 2010;", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 110, |
| "end": 139, |
| "text": "van Cranenburgh et al., 2011)", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 211, |
| "end": 234, |
| "text": "Crescenzi et al. (2011)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Binarization", |
| "sec_num": "3" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "X(pqrs) \u2192 A(p, r) B(q) C(s)", |
| "eq_num": "(1)" |
| } |
| ], |
| "section": "Binarization", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Henceforth, we assume that non-terminals on the right-hand side are ordered by the order of their first variable on the left-hand side. There are two ways to binarize this production. The first is from left to right:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Binarization", |
| "sec_num": "3" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "X(ps) \u2192X AB (p) C(s) (2) X AB (pqr) \u2192A(p, r) B(q)", |
| "eq_num": "(3)" |
| } |
| ], |
| "section": "Binarization", |
| "sec_num": "3" |
| }, |
| { |
| "text": "This binarization maintains the fan-out of 1. The second way is from right to left:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Binarization", |
| "sec_num": "3" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "X(pqrs) \u2192A(p, r) X BC (q, s) (4) X BC (q, s) \u2192B(q) C(s)", |
| "eq_num": "(5)" |
| } |
| ], |
| "section": "Binarization", |
| "sec_num": "3" |
| }, |
| { |
| "text": "This binarization introduces a production with a fan-out of 2, which could have been avoided. After binarization, an LCFRS can be parsed in", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Binarization", |
| "sec_num": "3" |
| }, |
| { |
| "text": "O(|G| \u2022 |w| p ) time,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Binarization", |
| "sec_num": "3" |
| }, |
| { |
| "text": "where |G| is the size of the grammar, |w| is the length of the sentence. The degree p of the polynomial is the maximum parsing complexity of a rule, defined as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Binarization", |
| "sec_num": "3" |
| }, |
| { |
| "text": "parsing complexity := \u03d5 + \u03d5 1 + \u03d5 2 (6)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Binarization", |
| "sec_num": "3" |
| }, |
| { |
| "text": "where \u03d5 is the fan-out of the left-hand side and \u03d5 1 and \u03d5 2 are the fan-outs of the right-hand side of the rule in question (Gildea, 2010) . As Gildea (2010) shows, there is no one to one correspondence between fan-out and parsing complexity: it is possible that parsing complexity can be reduced by increasing the fan-out of a production. In other words, there can be a production which can be binarized with a parsing complexity that is minimal while its fan-out is sub-optimal. Therefore we focus on parsing complexity rather than fan-out in this work, since parsing complexity determines the actual time complexity of parsing with a grammar. There has been some work investigating whether the increase in complexity can be minimized effectively (G\u00f3mez-Rodr\u00edguez et al., 2009; Gildea, 2010; Crescenzi et al., 2011) . More radically, it has been suggested that the power of LCFRS should be limited to well-nested structures, which gives an asymptotic improvement in parsing time (G\u00f3mez-Rodr\u00edguez et al., 2010). However, there is linguistic evidence that not all language use can be described in wellnested structures (Chen-Main and Joshi, 2010). Therefore we will use the full power of LCFRS in this work-parsing complexity is determined by the treebank, not by a priori constraints.", |
| "cite_spans": [ |
| { |
| "start": 125, |
| "end": 139, |
| "text": "(Gildea, 2010)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 145, |
| "end": 158, |
| "text": "Gildea (2010)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 750, |
| "end": 780, |
| "text": "(G\u00f3mez-Rodr\u00edguez et al., 2009;", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 781, |
| "end": 794, |
| "text": "Gildea, 2010;", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 795, |
| "end": 818, |
| "text": "Crescenzi et al., 2011)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Binarization", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Apart from optimizing for parsing complexity, for linguistic reasons it can also be useful to parse the head of a constituent first, yielding so-called head-driven binarizations (Collins, 1999) . Additionally, such a head-driven binarization can be 'Markovized'-i.e., the resulting production can be constrained to apply to a limited amount of horizontal context as opposed to the full context in the original constituent (e.g., Klein and Manning, 2003) , which can have a beneficial effect on accuracy. In the notation of Klein and Manning (2003) there are two Markovization parameters: h and v. The first parameter describes the amount of", |
| "cite_spans": [ |
| { |
| "start": 178, |
| "end": 193, |
| "text": "(Collins, 1999)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 429, |
| "end": 453, |
| "text": "Klein and Manning, 2003)", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 523, |
| "end": 547, |
| "text": "Klein and Manning (2003)", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Further binarization strategies", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "X B A X C Y D E 0 1 2 3 4 5 original p = 4, \u03d5 = 2 X X B,C,D,E B X C,D,E X D,E A X C Y D E 0 1 2 3 4 5 right branching p = 5, \u03d5 = 2 X X B,C,D,E X B,C,D X B,C B A X C Y D E 0 1 2 3 4 5 optimal p = 4, \u03d5 = 2 X X B B X E X D A X C Y D E 0 1 2 3 4 5 head-driven p = 5, \u03d5 = 2 X X D X A X B B A X C Y D E 0 1 2 3 4 5", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Further binarization strategies", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "optimal head-driven p = 4, \u03d5 = 2 Figure 4 : The four binarization strategies. C is the head node. Underneath each tree is the maximum parsing complexity and fan-out among its productions.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 33, |
| "end": 41, |
| "text": "Figure 4", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Further binarization strategies", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "horizontal context for the artificial labels of a binarized production. In a normal form binarization, this parameter equals infinity, because the binarized production should only apply in the exact same context as the context in which it originally belongs, as otherwise the set of strings accepted by the grammar would be affected. An artificial label will have the form X A,B,C for a binarized production of a constituent X that has covered children A, B, and C of X. The other extreme, h = 1, enables generalizations by stringing parts of binarized constituents together, as long as they share one non-terminal. In the previous example, the label would become just X A , i.e., the presence of B and C would no longer be required, which enables switching to any binarized production that has covered A as the last node. Limiting the amount of horizontal context on which a production is conditioned is important when the treebank contains many unique constituents which can only be parsed by stringing together different binarized productions; in other words, it is a way of dealing with the data sparseness about n-ary productions in the treebank.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Further binarization strategies", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "The second parameter describes parent annotation, which will not be investigated in this work; the default value is v = 1 which implies only including the immediate parent of the constituent that is being binarized; including grandparents is a way of weakening independence assumptions. Crescenzi et al. (2011) also remark that an optimal head-driven binarization allows for Markovization. However, it is questionable whether such a binarization is worthy of the name Markovization, as the non-terminals are not introduced deterministically from left to right, but in an arbitrary fashion dictated by concerns of parsing complexity; as such there is not a Markov process based on a meaningful (e.g., temporal) or-dering and there is no probabilistic interpretation of Markovization in such a setting.", |
| "cite_spans": [ |
| { |
| "start": 287, |
| "end": 310, |
| "text": "Crescenzi et al. (2011)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Further binarization strategies", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "To summarize, we have at least four binarization strategies (cf. figure 4 for an illustration):", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Further binarization strategies", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "1. right branching: A right-to-left binarization.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Further binarization strategies", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "No regard for optimality or statistical tweaks. 2. optimal: A binarization which minimizes parsing complexity, introduced in Gildea (2010).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Further binarization strategies", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Binarizing with this strategy is exponential in the resulting optimal fan-out (Gildea, 2010) . 3. head-driven: Head-outward binarization with horizontal Markovization. No regard for optimality. 4. optimal head-driven: Head-outward binarization with horizontal Markovization. Minimizes parsing complexity. Introduced in and proven to be NP-hard by Crescenzi et al. (2011) .", |
| "cite_spans": [ |
| { |
| "start": 78, |
| "end": 92, |
| "text": "(Gildea, 2010)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 347, |
| "end": 370, |
| "text": "Crescenzi et al. (2011)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Further binarization strategies", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "An issue with the minimal binarizations is that the algorithm for finding them has a high computational complexity, and has not been evaluated empirically on treebank data. 2 Empirical investigation is interesting for two reasons. First of all, the high computational complexity may not be relevant with constant factors of constituents, which can reasonably be expected to be relatively small. Second, it is important to establish whether an asymptotic improvement is actually obtained through optimal binarizations, and whether this translates to an improvement in practice. Gildea (2010) presents a general algorithm to binarize an LCFRS while minimizing a given scoring function. We will use this algorithm with two different scoring functions. The first directly optimizes parsing complexity. Given a (partially) binarized constituent c, the function returns a tuple of scores, for which a linear order is defined by comparing elements starting from the most significant (left-most) element. The tuples contain the parsing complexity p, and the fan-out \u03d5 to break ties in parsing complexity; if there are still ties after considering the fan-out, the sum of the parsing complexities of the subtrees of c is considered, which will give preference to a binarization where the worst case complexity occurs once instead of twice. The formula is then:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finding optimal binarizations", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "opt(c) = p, \u03d5, s", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finding optimal binarizations", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "The second function is the similar except that only head-driven strategies are accepted. A headdriven strategy is a binarization in which the head is introduced first, after which the rest of the children are introduced one at a time.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finding optimal binarizations", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "opt-hd(c) = p, \u03d5, s if c is head-driven \u221e, \u221e, \u221e", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finding optimal binarizations", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "otherwise Given a (partial) binarization c, the score should reflect the maximum complexity and fan-out in that binarization, to optimize for the worst case, as well as the sum, to optimize the average case. This aspect appears to be glossed over by Gildea (2010) . Considering only the score of the last production in a binarization produces suboptimal binarizations.", |
| "cite_spans": [ |
| { |
| "start": 250, |
| "end": 263, |
| "text": "Gildea (2010)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finding optimal binarizations", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "As data we use version 2 of the Negra (Skut et al., 1997) treebank, with the common training, devel- opment and test splits (Dubey and Keller, 2003) . Following common practice, punctuation, which is left out of the phrase-structure in Negra, is reattached to the nearest constituent.", |
| "cite_spans": [ |
| { |
| "start": 38, |
| "end": 57, |
| "text": "(Skut et al., 1997)", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 124, |
| "end": 148, |
| "text": "(Dubey and Keller, 2003)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "In the course of experiments it was discovered that the heuristic method for punctuation attachment used in previous work (e.g., Maier, 2010; van Cranenburgh et al., 2011) , as implemented in rparse, 3 introduces additional discontinuity. We applied a slightly different heuristic: punctuation is attached to the highest constituent that contains a neighbor to its right. The result is that punctuation can be introduced into the phrase-structure without any additional discontinuity, and thus without artificially inflating the fan-out and complexity of grammars read off from the treebank. This new heuristic provides a significant improvement: instead of a fan-out of 9 and a parsing complexity of 19, we obtain values of 4 and 9 respectively.", |
| "cite_spans": [ |
| { |
| "start": 129, |
| "end": 141, |
| "text": "Maier, 2010;", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 142, |
| "end": 171, |
| "text": "van Cranenburgh et al., 2011)", |
| "ref_id": "BIBREF31" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "The parser is presented with the gold part-ofspeech tags from the corpus. For reasons of efficiency we restrict sentences to 25 words (including punctuation) in this experiment: NEGRA-25. A grammar was read off from the training part of NEGRA-25, and sentences of up to 25 words in the development set were parsed using the resulting PLCFRS, using the different binarization schemes. First with a right-branching, right-to-left binarization, and second with the minimal binarization according to parsing complexity and fan-right optimal branching optimal head-driven head-driven out. The last two binarizations are head-driven and Markovized-the first straightforwardly from left-to-right, the latter optimized for minimal parsing complexity. With Markovization we are forced to add a level of parent annotation to tame the increase in productivity caused by h = 1. The distribution of parsing complexity (measured with eq. 6) in the grammars with different binarization strategies is shown in figure 5 and 6. Although the optimal binarizations do seem to have some effect on the distribution of parsing complexities, it remains to be seen whether this can be cashed out as a performance improvement in practice. To this end, we also parse using the binarized grammars.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "In this work we binarize and parse with disco-dop introduced in van Cranenburgh et al. (2011). 4 In this experiment we report scores of the (exact) Viterbi derivations of a treebank PLCFRS; cf. table 1 for the results. Times represent CPU time (single core); accuracy is given with a generalization of PARSEVAL to discontinuous structures, described in Maier (2010) .", |
| "cite_spans": [ |
| { |
| "start": 95, |
| "end": 96, |
| "text": "4", |
| "ref_id": null |
| }, |
| { |
| "start": 353, |
| "end": 365, |
| "text": "Maier (2010)", |
| "ref_id": "BIBREF21" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Instead of using Maier's implementation of discontinuous F 1 scores in rparse, we employ a variant that ignores (a) punctuation, and (b) the root node of each tree. This makes our evaluation incomparable to previous results on discontinuous parsing, but brings it in line with common practice on the Wall street journal benchmark. Note that this change yields scores about 2 or 3 percentage points lower than those of rparse.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Despite the fact that obtaining optimal bina-rizations is exponential (Gildea, 2010) and NPhard (Crescenzi et al., 2011) , they can be computed relatively quickly on this data set. 5 Importantly, in the first case there is no improvement on fan-out or parsing complexity, while in the head-driven case there is a minimal improvement because of a single production with parsing complexity 15 without optimal binarization. On the other hand, the optimal binarizations might still have a significant effect on the average case complexity, rather than the worst-case complexities. Indeed, in both cases parsing with the optimal grammar is faster; in the first case, however, when the time for binarization is considered as well, this advantage mostly disappears. The difference in F 1 scores might relate to the efficacy of Markovization in the binarizations. It should be noted that it makes little theoretical sense to 'Markovize' a binarization when it is not a left-to-right or right-to-left binarization, because with an optimal binarization the non-terminals of a constituent are introduced in an arbitrary order.", |
| "cite_spans": [ |
| { |
| "start": 70, |
| "end": 84, |
| "text": "(Gildea, 2010)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 96, |
| "end": 120, |
| "text": "(Crescenzi et al., 2011)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "More importantly, in our experiments, these techniques of optimal binarizations did not scale to longer sentences. While it is possible to obtain an optimal binarization of the unrestricted Negra corpus, parsing long sentences with the resulting grammar remains infeasible. Therefore we need to look at other techniques for parsing longer sentences. We will stick with the straightforward head-driven, head-outward binarization strategy, despite this being a computationally sub-optimal binarization.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "One technique for efficient parsing of LCFRS is the use of context-summary estimates (Kallmeyer and Maier, 2010) , as part of a best-first parsing algorithm. This allowed Maier (2010) to parse sentences of up to 30 words. However, the calculation of these estimates is not feasible for longer sentences and large grammars (van Cranenburgh et al., 2011) .", |
| "cite_spans": [ |
| { |
| "start": 85, |
| "end": 112, |
| "text": "(Kallmeyer and Maier, 2010)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 171, |
| "end": 183, |
| "text": "Maier (2010)", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 322, |
| "end": 352, |
| "text": "(van Cranenburgh et al., 2011)", |
| "ref_id": "BIBREF31" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Another strategy is to perform an online approximation of the sentence to be parsed, after which parsing with the LCFRS can be pruned effectively. This is the strategy that will be explored in the current work.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "4 Context-free grammar approximation for coarse-to-fine parsing", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Coarse-to-fine parsing (Charniak et al., 2006 ) is a technique to speed up parsing by exploiting the information that can be gained from parsing with simpler, coarser grammars-e.g., a grammar with a smaller set of labels on which the original grammar can be projected. Constituents that do not contribute to a full parse tree with a coarse grammar can be ruled out for finer grammars as well, which greatly reduces the number of edges that need to be explored. However, by changing just the labels only the grammar constant is affected. With discontinuous treebank parsing the asymptotic complexity of the grammar also plays a major role. Therefore we suggest to parse not just with a coarser grammar, but with a coarser grammar formalism, following a suggestion in van Cranenburgh et al. (2011) . This idea is inspired by the work of Barth\u00e9lemy et al. (2001) , who apply it in a non-probabilistic setting where the coarse grammar acts as a guide to the non-deterministic choices of the fine grammar. Within the coarse-to-fine approach the technique becomes a matter of pruning with some probabilistic threshold. Instead of using the coarse grammar only as a guide to solve non-deterministic choices, we apply it as a pruning step which also discards the most suboptimal parses. The basic idea is to extract a grammar that defines a superset of the language we want to parse, but with a fanout of 1. More concretely, a context-free grammar can be read off from discontinuous trees that have been transformed to context-free trees by the pro-cedure introduced in Boyd (2007) . Each discontinuous node is split into a set of new nodes, one for each component; for example a node NP 2 will be split into two nodes labeled NP*1 and NP*2 (like Barth\u00e9lemy et al., we mark components with an index to reduce overgeneration). Because Boyd's transformation is reversible, chart items from this grammar can be converted back to discontinuous chart items, and can guide parsing of an LCFRS. This guiding takes the form of a white list. After parsing with the coarse grammar, the resulting chart is pruned by removing all items that fail to meet a certain criterion. In our case this is whether a chart item is part of one of the k-best derivations-we use k = 50 in all experiments (as in van Cranenburgh et al., 2011) . This has similar effects as removing items below a threshold of marginalized posterior probability; however, the latter strategy requires computation of outside probabilities from a parse forest, which is more involved with an LCFRS than with a PCFG. When parsing with the fine grammar, whenever a new item is derived, the white list is consulted to see whether this item is allowed to be used in further derivations; otherwise it is immediately discarded. This coarse-to-fine approach will be referred to as CFG-CTF, and the transformed, coarse grammar will be referred to as a split-PCFG.", |
| "cite_spans": [ |
| { |
| "start": 23, |
| "end": 45, |
| "text": "(Charniak et al., 2006", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 770, |
| "end": 795, |
| "text": "Cranenburgh et al. (2011)", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 835, |
| "end": 859, |
| "text": "Barth\u00e9lemy et al. (2001)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 1562, |
| "end": 1573, |
| "text": "Boyd (2007)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 2270, |
| "end": 2306, |
| "text": "(as in van Cranenburgh et al., 2011)", |
| "ref_id": "BIBREF31" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Splitting discontinuous nodes for the coarse grammar introduces new nodes, so obviously we need to binarize after this transformation. On the other hand, the coarse-to-fine approach requires a mapping between the grammars, so after reversing the transformation of splitting nodes, the resulting discontinuous trees must be binarized (and optionally Markovized) in the same manner as those on which the fine grammar is based.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "To resolve this tension we elect to binarize twice. The first time is before splitting discontinuous nodes, and this is where we introduce Markovization. This same binarization will be used for the fine grammar as well, which ensures the models make the same kind of generalizations. The second binarization is after splitting nodes, this time with a binary normal form (2NF; all productions are either unary, binary, or lexical).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Parsing with this grammar proceeds as follows. After obtaining an exhaustive chart from the coarse stage, the chart is pruned so as to only contain items occurring in the k-best derivations. When parsing in the fine stage, each new item is looked up in this pruned coarse chart, with multiple lookups if the item is discontinuous (one for each component).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "S B A X C Y D E 0 1 2 3 4 5 S S A S B B S C S D S E A X C Y D E 0 1 2 3 4 5 S S A S B B*0 S C *0 B*1 S C *1 S D S E A X C Y D E 0 1 2 3 4 5 S S A S B B*0 S B : S C *0,B*1,S C *1 S C *0 S B : B*1,S C *1 B*1 S C *1 S D S E A X C Y D E 0 1 2 3 4 5", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "To summarize, the transformation happens in four steps (cf. figure 7 for an illustration):", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "1. Treebank tree: Original (discontinuous) tree 2. Binarization: Binarize discontinuous tree, optionally with Markovization 3. Resolve discontinuity: Split discontinuous nodes into components, marked with indices 4. 2NF: A binary normal form is applied; all productions are either unary, binary, or lexical.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "We evaluate on Negra with the same setup as in section 3.3. We report discontinuous F 1 scores as well as exact match scores. For previous results on discontinuous parsing with Negra, see table 3. For results with the CFG-CTF method see table 4. We first establish the viability of the CFG-CTF method on NEGRA-25, with a head-driven v = 1, h = 2 binarization, and reporting again the scores of the exact Viterbi derivations from a treebank PLCFRS versus a PCFG using our transformations. Figure 8 compares the parsing times of LCFRS with and without the new CFG-CTF method. The graph shows a steep incline for parsing with LCFRS directly, which makes it infeasible to parse longer sentences, while the CFG-CTF method is faster for sentences of length > 22 despite its overhead of parsing twice.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 488, |
| "end": 496, |
| "text": "Figure 8", |
| "ref_id": "FIGREF5" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The second experiment demonstrates the CFG-CTF technique on longer sentences. We restrict the length of sentences in the training, development and test corpora to 40 words: NEGRA-40. As a first step we apply the CFG-CTF technique to parse with a PLCFRS as the fine grammar, pruning away all items not occurring in the 10,000 best derivations words PARSEVAL Exact (F 1 ) match Table 4 : Results on NEGRA-25 and NEGRA-40 with the CFG-CTF method. NB: As explained in section 3.3, these F 1 scores are incomparable to the results in table 3; for comparison, the F 1 score for Disco-DOP on the dev set \u2264 40 is 77.13 % using that evaluation scheme. from the PCFG chart. The result shows that the PLCFRS gives a slight improvement over the split-pcfg, which accords with the observation that the latter makes stronger independence assumptions in the case of discontinuity.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 376, |
| "end": 383, |
| "text": "Table 4", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "5" |
| }, |
| { |
| "text": "In the next experiments we turn to an allfragments grammar encoded in a PLCFRS using Goodman's (2003) reduction, to realize a (discontinuous) Data-Oriented Parsing (DOP; Scha, 1990 ) model-which goes by the name of Disco-DOP (van Cranenburgh et al., 2011) . This provides an effective yet conceptually simple method to weaken the independence assumptions of treebank grammars. Table 2 gives statistics on the grammars, including the parsing complexities. The fine grammar has a parsing complexity of 9, which means that parsing with this grammar has complexity O(|w| 9 ). We use the same parameters as van Cranenburgh et al. (2011) , except that unlike van Cranenburgh et al., we can use v = 1, h = 1 Markovization, in order to obtain a higher coverage. The DOP grammar is added as a third stage in the coarse-to-fine pipeline. This gave slightly better results than substituting the the DOP grammar for the PLCFRS stage. Parsing with NEGRA-40 took about 11 hours and 4 GB of memory. The same model from NEGRA-40 can also be used to parse the full development set, without length restrictions, establishing that the CFG-CTF method effectively eliminates any limitation of length for parsing with LCFRS.", |
| "cite_spans": [ |
| { |
| "start": 85, |
| "end": 101, |
| "text": "Goodman's (2003)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 170, |
| "end": 180, |
| "text": "Scha, 1990", |
| "ref_id": "BIBREF28" |
| }, |
| { |
| "start": 225, |
| "end": 255, |
| "text": "(van Cranenburgh et al., 2011)", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 606, |
| "end": 631, |
| "text": "Cranenburgh et al. (2011)", |
| "ref_id": "BIBREF31" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 377, |
| "end": 384, |
| "text": "Table 2", |
| "ref_id": "TABREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Our results show that optimal binarizations are clearly not the answer to parsing LCFRS efficiently, as they do not significantly reduce parsing complexity in our experiments. While they provide some efficiency gains, they do not help with the main problem of longer sentences.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "We have presented a new technique for largescale parsing with LCFRS, which makes it possible to parse sentences of any length, with favorable accuracies. The availability of this technique may lead to a wider acceptance of LCFRS as a syntactic backbone in computational linguistics.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Other algorithms exist which support n-ary productions, but these are less suitable for statistical treebank parsing.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Gildea (2010) evaluates on a dependency bank, but does not report whether any improvement is obtained over a naive binarization.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Available from http://www.wolfgang-maier.net/ rparse/downloads. Retrieved March 25th, 2011", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "All code is available from: http://github.com/ andreasvc/disco-dop.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The implementation exploits two important optimizations. The first is the use of bit vectors to keep track of which non-terminals are covered by a partial binarization. The second is to skip constituents without discontinuity, which are equivalent to CFG productions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "I am grateful to Willem Zuidema, Remko Scha, Rens Bod, and three anonymous reviewers for comments.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Guided parsing of range concatenation languages", |
| "authors": [ |
| { |
| "first": "Fran\u00e7ois", |
| "middle": [], |
| "last": "Barth\u00e9lemy", |
| "suffix": "" |
| }, |
| { |
| "first": "Pierre", |
| "middle": [], |
| "last": "Boullier", |
| "suffix": "" |
| }, |
| { |
| "first": "Philippe", |
| "middle": [], |
| "last": "Deschamp", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "De La Clergerie", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Proc. of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "42--49", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Fran\u00e7ois Barth\u00e9lemy, Pierre Boullier, Philippe De- schamp, and\u00c9ric de la Clergerie. 2001. Guided parsing of range concatenation languages. In Proc. of ACL, pages 42-49.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Proposal for a natural language processing syntactic backbone", |
| "authors": [ |
| { |
| "first": "Pierre", |
| "middle": [], |
| "last": "Boullier", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pierre Boullier. 1998. Proposal for a natural lan- guage processing syntactic backbone. Techni- cal Report RR-3342, INRIA-Rocquencourt, Le Chesnay, France. URL http://www.inria. fr/RRRT/RR-3342.html.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Discontinuity revisited: An improved conversion to context-free representations", |
| "authors": [ |
| { |
| "first": "Adriane", |
| "middle": [], |
| "last": "Boyd", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the Linguistic Annotation Workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "41--44", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Adriane Boyd. 2007. Discontinuity revisited: An improved conversion to context-free representa- tions. In Proceedings of the Linguistic Annota- tion Workshop, pages 41-44.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "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 workshop on treebanks and linguistic theories", |
| "volume": "", |
| "issue": "", |
| "pages": "24--41", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sabine Brants, Stefanie Dipper, Silvia Hansen, Wolfgang Lezius, and George Smith. 2002. The Tiger treebank. In Proceedings of the workshop on treebanks and linguistic theories, pages 24- 41.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Multilevel coarse-to-fine PCFG parsing", |
| "authors": [ |
| { |
| "first": "Eugene", |
| "middle": [], |
| "last": "Charniak", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Johnson", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Elsner", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Austerweil", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Ellis", |
| "suffix": "" |
| }, |
| { |
| "first": "I", |
| "middle": [], |
| "last": "Haxton", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Hill", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Shrivaths", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Moore", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Pozar", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of NAACL-HLT", |
| "volume": "", |
| "issue": "", |
| "pages": "168--175", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Eugene Charniak, Mark Johnson, M. Elsner, J. Austerweil, D. Ellis, I. Haxton, C. Hill, R. Shrivaths, J. Moore, M. Pozar, et al. 2006. Multilevel coarse-to-fine PCFG parsing. In Pro- ceedings of NAACL-HLT, pages 168-175.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Unavoidable ill-nestedness in natural language and the adequacy of tree local-mctag induced dependency structures", |
| "authors": [ |
| { |
| "first": "Joan", |
| "middle": [], |
| "last": "Chen-Main", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Aravind", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Joshi", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of TAG+", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Joan Chen-Main and Aravind K. Joshi. 2010. Un- avoidable ill-nestedness in natural language and the adequacy of tree local-mctag induced depen- dency structures. In Proceedings of TAG+. URL http://www.research.att.com/ \u223c srini/ TAG+1 /papers/chenmainjoshi.pdf.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Head-driven statistical models for natural language parsing", |
| "authors": [ |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Collins", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael Collins. 1999. Head-driven statistical models for natural language parsing. Ph.D. the- sis, University of Pennsylvania.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Optimal head-driven parsing complexity for linear context-free rewriting systems", |
| "authors": [ |
| { |
| "first": "Pierluigi", |
| "middle": [], |
| "last": "Crescenzi", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Gildea", |
| "suffix": "" |
| }, |
| { |
| "first": "Aandrea", |
| "middle": [], |
| "last": "Marino", |
| "suffix": "" |
| }, |
| { |
| "first": "Gianluca", |
| "middle": [], |
| "last": "Rossi", |
| "suffix": "" |
| }, |
| { |
| "first": "Giorgio", |
| "middle": [], |
| "last": "Satta", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proc. of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pierluigi Crescenzi, Daniel Gildea, Aandrea Marino, Gianluca Rossi, and Giorgio Satta. 2011. Optimal head-driven parsing complex- ity for linear context-free rewriting systems. In Proc. of ACL.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Parsing german with sister-head dependencies", |
| "authors": [ |
| { |
| "first": "Amit", |
| "middle": [], |
| "last": "Dubey", |
| "suffix": "" |
| }, |
| { |
| "first": "Frank", |
| "middle": [], |
| "last": "Keller", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proc. of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "96--103", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Amit Dubey and Frank Keller. 2003. Parsing ger- man with sister-head dependencies. In Proc. of ACL, pages 96-103.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "PLCFRS parsing of English discontinuous constituents", |
| "authors": [ |
| { |
| "first": "Kilian", |
| "middle": [], |
| "last": "Evang", |
| "suffix": "" |
| }, |
| { |
| "first": "Laura", |
| "middle": [], |
| "last": "Kallmeyer", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of IWPT", |
| "volume": "", |
| "issue": "", |
| "pages": "104--116", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kilian Evang and Laura Kallmeyer. 2011. PLCFRS parsing of English discontinuous con- stituents. In Proceedings of IWPT, pages 104- 116.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Optimal parsing strategies for linear context-free rewriting systems", |
| "authors": [ |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Gildea", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of NAACL HLT 2010", |
| "volume": "", |
| "issue": "", |
| "pages": "769--776", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Daniel Gildea. 2010. Optimal parsing strategies for linear context-free rewriting systems. In Proceedings of NAACL HLT 2010., pages 769- 776.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Efficient parsing of wellnested linear context-free rewriting systems", |
| "authors": [ |
| { |
| "first": "Carlos", |
| "middle": [], |
| "last": "G\u00f3mez-Rodr\u00edguez", |
| "suffix": "" |
| }, |
| { |
| "first": "Marco", |
| "middle": [], |
| "last": "Kuhlmann", |
| "suffix": "" |
| }, |
| { |
| "first": "Giorgio", |
| "middle": [], |
| "last": "Satta", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of NAACL HLT 2010", |
| "volume": "", |
| "issue": "", |
| "pages": "276--284", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Carlos G\u00f3mez-Rodr\u00edguez, Marco Kuhlmann, and Giorgio Satta. 2010. Efficient parsing of well- nested linear context-free rewriting systems. In Proceedings of NAACL HLT 2010., pages 276- 284.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Optimal reduction of rule length in linear context-free rewriting systems", |
| "authors": [ |
| { |
| "first": "Carlos", |
| "middle": [], |
| "last": "G\u00f3mez-Rodr\u00edguez", |
| "suffix": "" |
| }, |
| { |
| "first": "Marco", |
| "middle": [], |
| "last": "Kuhlmann", |
| "suffix": "" |
| }, |
| { |
| "first": "Giorgio", |
| "middle": [], |
| "last": "Satta", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Weir", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of NAACL HLT 2009", |
| "volume": "", |
| "issue": "", |
| "pages": "539--547", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Carlos G\u00f3mez-Rodr\u00edguez, Marco Kuhlmann, Gior- gio Satta, and David Weir. 2009. Optimal reduc- tion of rule length in linear context-free rewrit- ing systems. In Proceedings of NAACL HLT 2009, pages 539-547.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Efficient parsing of DOP with PCFG-reductions", |
| "authors": [ |
| { |
| "first": "Joshua", |
| "middle": [], |
| "last": "Goodman", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Joshua Goodman. 2003. Efficient parsing of DOP with PCFG-reductions. In Rens Bod, Remko Scha, and Khalil Sima'an, editors, Data- Oriented Parsing. The University of Chicago Press.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Parsing Beyond Context-Free Grammars", |
| "authors": [ |
| { |
| "first": "Laura", |
| "middle": [], |
| "last": "Kallmeyer", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Laura Kallmeyer. 2010. Parsing Beyond Context- Free Grammars. Cognitive Technologies.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Tulipa: Towards a multiformalism parsing environment for grammar engineering", |
| "authors": [ |
| { |
| "first": "Laura", |
| "middle": [], |
| "last": "Kallmeyer", |
| "suffix": "" |
| }, |
| { |
| "first": "Timm", |
| "middle": [], |
| "last": "Lichte", |
| "suffix": "" |
| }, |
| { |
| "first": "Wolfgang", |
| "middle": [], |
| "last": "Maier", |
| "suffix": "" |
| }, |
| { |
| "first": "Yannick", |
| "middle": [], |
| "last": "Parmentier", |
| "suffix": "" |
| }, |
| { |
| "first": "Johannes", |
| "middle": [], |
| "last": "Dellert", |
| "suffix": "" |
| }, |
| { |
| "first": "Kilian", |
| "middle": [], |
| "last": "Evang", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of the Workshop on Grammar Engineering Across Frameworks", |
| "volume": "", |
| "issue": "", |
| "pages": "1--8", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Laura Kallmeyer, Timm Lichte, Wolfgang Maier, Yannick Parmentier, Johannes Dellert, and Kil- ian Evang. 2008. Tulipa: Towards a multi- formalism parsing environment for grammar engineering. In Proceedings of the Workshop on Grammar Engineering Across Frameworks, pages 1-8.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Datadriven parsing with probabilistic linear contextfree rewriting systems", |
| "authors": [ |
| { |
| "first": "Laura", |
| "middle": [], |
| "last": "Kallmeyer", |
| "suffix": "" |
| }, |
| { |
| "first": "Wolfgang", |
| "middle": [], |
| "last": "Maier", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 23rd International Conference on Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "537--545", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Laura Kallmeyer and Wolfgang Maier. 2010. Data- driven parsing with probabilistic linear context- free rewriting systems. In Proceedings of the 23rd International Conference on Computa- tional Linguistics, pages 537-545.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Accurate unlexicalized parsing", |
| "authors": [ |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Klein", |
| "suffix": "" |
| }, |
| { |
| "first": "Christopher", |
| "middle": [ |
| "D" |
| ], |
| "last": "Manning", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proc. of ACL", |
| "volume": "1", |
| "issue": "", |
| "pages": "423--430", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dan Klein and Christopher D. Manning. 2003. Ac- curate unlexicalized parsing. In Proc. of ACL, volume 1, pages 423-430.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Treebank grammar techniques for non-projective dependency parsing", |
| "authors": [ |
| { |
| "first": "Marco", |
| "middle": [], |
| "last": "Kuhlmann", |
| "suffix": "" |
| }, |
| { |
| "first": "Giorgio", |
| "middle": [], |
| "last": "Satta", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of EACL", |
| "volume": "", |
| "issue": "", |
| "pages": "478--486", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Marco Kuhlmann and Giorgio Satta. 2009. Tree- bank grammar techniques for non-projective de- pendency parsing. In Proceedings of EACL, pages 478-486.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Probabilistic models of word order and syntactic discontinuity", |
| "authors": [ |
| { |
| "first": "Roger", |
| "middle": [], |
| "last": "Levy", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Roger Levy. 2005. Probabilistic models of word order and syntactic discontinuity. Ph.D. thesis, Stanford University.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Direct parsing of discontinuous constituents in German", |
| "authors": [ |
| { |
| "first": "Wolfgang", |
| "middle": [], |
| "last": "Maier", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the SPMRL workshop at NAACL HLT 2010", |
| "volume": "", |
| "issue": "", |
| "pages": "58--66", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wolfgang Maier. 2010. Direct parsing of discon- tinuous constituents in German. In Proceedings of the SPMRL workshop at NAACL HLT 2010, pages 58-66.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Characterizing discontinuity in constituent treebanks", |
| "authors": [ |
| { |
| "first": "Wolfgang", |
| "middle": [], |
| "last": "Maier", |
| "suffix": "" |
| }, |
| { |
| "first": "Timm", |
| "middle": [], |
| "last": "Lichte", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wolfgang Maier and Timm Lichte. 2009. Charac- terizing discontinuity in constituent treebanks.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Treebanks and mild context-sensitivity", |
| "authors": [ |
| { |
| "first": "Wolfgang", |
| "middle": [], |
| "last": "Maier", |
| "suffix": "" |
| }, |
| { |
| "first": "Anders", |
| "middle": [], |
| "last": "S\u00f8gaard", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of Formal Grammar", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wolfgang Maier and Anders S\u00f8gaard. 2008. Tree- banks and mild context-sensitivity. In Proceed- ings of Formal Grammar 2008, page 61.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "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 an- notated corpus of english: The penn treebank. Computational linguistics, 19(2):313-330.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "Parentheticals and discontinuous constituent structure", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "James", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Mccawley", |
| "suffix": "" |
| } |
| ], |
| "year": 1982, |
| "venue": "Linguistic Inquiry", |
| "volume": "13", |
| "issue": "1", |
| "pages": "91--106", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "James D. McCawley. 1982. Parentheticals and discontinuous constituent structure. Linguistic Inquiry, 13(1):91-106.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "Computing the most probable parse for a discontinuous phrase structure grammar", |
| "authors": [ |
| { |
| "first": "Oliver", |
| "middle": [], |
| "last": "Plaehn", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "New developments in parsing technology", |
| "volume": "", |
| "issue": "", |
| "pages": "91--106", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Oliver Plaehn. 2004. Computing the most prob- able parse for a discontinuous phrase structure grammar. In Harry Bunt, John Carroll, and Gior- gio Satta, editors, New developments in parsing technology, pages 91-106. Kluwer Academic Publishers, Norwell, MA, USA.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "Language theory and language technology; competence and performance", |
| "authors": [ |
| { |
| "first": "Remko", |
| "middle": [], |
| "last": "Scha", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "Computertoepassingen in de Neerlandistiek", |
| "volume": "", |
| "issue": "", |
| "pages": "7--22", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Remko Scha. 1990. Language theory and language technology; competence and performance. In Q.A.M. de Kort and G.L.J. Leerdam, editors, Computertoepassingen in de Neerlandistiek, pages 7-22. LVVN, Almere, the Netherlands. Original title: Taaltheorie en taaltechnologie;", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "Evidence against the context-freeness of natural language", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Stuart", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Shieber", |
| "suffix": "" |
| } |
| ], |
| "year": 1985, |
| "venue": "Linguistics and Philosophy", |
| "volume": "8", |
| "issue": "", |
| "pages": "333--343", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Stuart M. Shieber. 1985. Evidence against the context-freeness of natural language. Linguis- tics and Philosophy, 8:333-343.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "An annotation scheme for free word order languages", |
| "authors": [ |
| { |
| "first": "Wojciech", |
| "middle": [], |
| "last": "Skut", |
| "suffix": "" |
| }, |
| { |
| "first": "Brigitte", |
| "middle": [], |
| "last": "Krenn", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Proceedings of ANLP", |
| "volume": "", |
| "issue": "", |
| "pages": "88--95", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wojciech Skut, Brigitte Krenn, Thorten Brants, and Hans Uszkoreit. 1997. An annotation scheme for free word order languages. In Pro- ceedings of ANLP, pages 88-95.", |
| "links": null |
| }, |
| "BIBREF31": { |
| "ref_id": "b31", |
| "title": "Discontinuous dataoriented parsing: A mildly context-sensitive allfragments grammar", |
| "authors": [ |
| { |
| "first": "Andreas", |
| "middle": [], |
| "last": "Van Cranenburgh", |
| "suffix": "" |
| }, |
| { |
| "first": "Remko", |
| "middle": [], |
| "last": "Scha", |
| "suffix": "" |
| }, |
| { |
| "first": "Federico", |
| "middle": [], |
| "last": "Sangati", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of SPMRL", |
| "volume": "", |
| "issue": "", |
| "pages": "34--44", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Andreas van Cranenburgh, Remko Scha, and Federico Sangati. 2011. Discontinuous data- oriented parsing: A mildly context-sensitive all- fragments grammar. In Proceedings of SPMRL, pages 34-44.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "The equivalence of four extensions of context-free grammars", |
| "authors": [ |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Vijay-Shanker", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [ |
| "J" |
| ], |
| "last": "Weir", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Theory of Computing Systems", |
| "volume": "27", |
| "issue": "", |
| "pages": "511--546", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "K. Vijay-Shanker and David J. Weir. 1994. The equivalence of four extensions of context-free grammars. Theory of Computing Systems, 27(6):511-546.", |
| "links": null |
| }, |
| "BIBREF33": { |
| "ref_id": "b33", |
| "title": "Characterizing structural descriptions produced by various grammatical formalisms", |
| "authors": [ |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Vijay-Shanker", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [ |
| "J" |
| ], |
| "last": "Weir", |
| "suffix": "" |
| }, |
| { |
| "first": "Aravind", |
| "middle": [ |
| "K" |
| ], |
| "last": "Joshi", |
| "suffix": "" |
| } |
| ], |
| "year": 1987, |
| "venue": "Proc. of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "104--111", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "K. Vijay-Shanker, David J. Weir, and Aravind K. Joshi. 1987. Characterizing structural descrip- tions produced by various grammatical for- malisms. In Proc. of ACL, pages 104-111.", |
| "links": null |
| }, |
| "BIBREF34": { |
| "ref_id": "b34", |
| "title": "Characterizing mildly context-sensitive grammar formalisms", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [ |
| "J" |
| ], |
| "last": "Weir", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David J. Weir. 1988. Characterizing mildly context-sensitive grammar formalisms.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF2": { |
| "text": "A discontinuous tree from the Negra corpus. Translation: After that coal dust had caught fire.", |
| "num": null, |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "FIGREF3": { |
| "text": "The distribution of parsing complexity among productions in binarized grammars read off from NEGRA-25. The y-axis has a logarithmic scale.", |
| "num": null, |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "FIGREF4": { |
| "text": "The distribution of parsing complexity among productions in Markovized, head-driven grammars read off from NEGRA-25. The y-axis has a logarithmic scale.", |
| "num": null, |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "FIGREF5": { |
| "text": "Efficiency of parsing PLCFRS with and without coarse-to-fine. The latter includes time for both coarse & fine grammar. Datapoints represent the average time to parse sentences of that length; each length is made up of 20-40 sentences.", |
| "num": null, |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "TABREF1": { |
| "text": "The effect of binarization strategies on parsing efficiency, with sentences from the development section of", |
| "num": null, |
| "html": null, |
| "content": "<table/>", |
| "type_str": "table" |
| }, |
| "TABREF3": { |
| "text": "Some statistics on the coarse and fine grammars read off from NEGRA-40.", |
| "num": null, |
| "html": null, |
| "content": "<table/>", |
| "type_str": "table" |
| }, |
| "TABREF5": { |
| "text": "Previous work on discontinuous parsing of Negra.", |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td>words PARSEVAL Exact</td></tr><tr><td>(F 1 ) match</td></tr></table>", |
| "type_str": "table" |
| } |
| } |
| } |
| } |