|
{ |
|
"paper_id": "D12-1029", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T16:24:21.854210Z" |
|
}, |
|
"title": "Improving Transition-Based Dependency Parsing with Buffer Transitions", |
|
"authors": [ |
|
{ |
|
"first": "Daniel", |
|
"middle": [], |
|
"last": "Fern\u00e1ndez-Gonz\u00e1lez", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Universidade de Vigo Campus As Lagoas", |
|
"location": { |
|
"postCode": "32004", |
|
"settlement": "Ourense", |
|
"country": "Spain" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Carlos", |
|
"middle": [], |
|
"last": "G\u00f3mez-Rodr\u00edguez", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "[email protected]" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "In this paper, we show that significant improvements in the accuracy of well-known transition-based parsers can be obtained, without sacrificing efficiency, by enriching the parsers with simple transitions that act on buffer nodes. First, we show how adding a specific transition to create either a left or right arc of length one between the first two buffer nodes produces improvements in the accuracy of Nivre's arc-eager projective parser on a number of datasets from the CoNLL-X shared task. Then, we show that accuracy can also be improved by adding transitions involving the topmost stack node and the second buffer node (allowing a limited form of non-projectivity). None of these transitions has a negative impact on the computational complexity of the algorithm. Although the experiments in this paper use the arc-eager parser, the approach is generic enough to be applicable to any stackbased dependency parser.", |
|
"pdf_parse": { |
|
"paper_id": "D12-1029", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "In this paper, we show that significant improvements in the accuracy of well-known transition-based parsers can be obtained, without sacrificing efficiency, by enriching the parsers with simple transitions that act on buffer nodes. First, we show how adding a specific transition to create either a left or right arc of length one between the first two buffer nodes produces improvements in the accuracy of Nivre's arc-eager projective parser on a number of datasets from the CoNLL-X shared task. Then, we show that accuracy can also be improved by adding transitions involving the topmost stack node and the second buffer node (allowing a limited form of non-projectivity). None of these transitions has a negative impact on the computational complexity of the algorithm. Although the experiments in this paper use the arc-eager parser, the approach is generic enough to be applicable to any stackbased dependency parser.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "Dependency parsing has become a very active research area in natural language processing in recent years. The dependency representation of syntax simplifies the syntactic parsing task, since no non-lexical nodes need to be postulated by the parsers; while being convenient in practice, since dependency representations directly show the headmodifier and head-complement relationships which form the basis of predicate-argument structure. This has led to the development of various data-driven dependency parsers, such as those by Yamada and Matsumoto (2003) , Nivre et al. (2004) , McDonald et al. (2005) , Martins et al. (2009) , Huang and Sagae (2010) or Tratz and Hovy (2011) , which can be trained directly from annotated data and produce accurate analyses very efficiently.", |
|
"cite_spans": [ |
|
{ |
|
"start": 530, |
|
"end": 557, |
|
"text": "Yamada and Matsumoto (2003)", |
|
"ref_id": "BIBREF30" |
|
}, |
|
{ |
|
"start": 560, |
|
"end": 579, |
|
"text": "Nivre et al. (2004)", |
|
"ref_id": "BIBREF22" |
|
}, |
|
{ |
|
"start": 582, |
|
"end": 604, |
|
"text": "McDonald et al. (2005)", |
|
"ref_id": "BIBREF19" |
|
}, |
|
{ |
|
"start": 607, |
|
"end": 628, |
|
"text": "Martins et al. (2009)", |
|
"ref_id": "BIBREF16" |
|
}, |
|
{ |
|
"start": 631, |
|
"end": 653, |
|
"text": "Huang and Sagae (2010)", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 657, |
|
"end": 678, |
|
"text": "Tratz and Hovy (2011)", |
|
"ref_id": "BIBREF29" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Most current data-driven dependency parsers can be classified into two families, commonly called graph-based and transition-based parsers (Mc-Donald and Nivre, 2011) . Graph-based parsers (Eisner, 1996; McDonald et al., 2005) are based on global optimization of models that work by scoring subtrees. On the other hand, transition-based parsers (Yamada and Matsumoto, 2003; Nivre et al., 2004) , which are the focus of this work, use local training to make greedy decisions that deterministically select the next parser state. Among the advantages of transition-based parsers are the linear time complexity of many of them and the possibility of using rich feature models (Zhang and Nivre, 2011) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 138, |
|
"end": 165, |
|
"text": "(Mc-Donald and Nivre, 2011)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 188, |
|
"end": 202, |
|
"text": "(Eisner, 1996;", |
|
"ref_id": "BIBREF8" |
|
}, |
|
{ |
|
"start": 203, |
|
"end": 225, |
|
"text": "McDonald et al., 2005)", |
|
"ref_id": "BIBREF19" |
|
}, |
|
{ |
|
"start": 344, |
|
"end": 372, |
|
"text": "(Yamada and Matsumoto, 2003;", |
|
"ref_id": "BIBREF30" |
|
}, |
|
{ |
|
"start": 373, |
|
"end": 392, |
|
"text": "Nivre et al., 2004)", |
|
"ref_id": "BIBREF22" |
|
}, |
|
{ |
|
"start": 671, |
|
"end": 694, |
|
"text": "(Zhang and Nivre, 2011)", |
|
"ref_id": "BIBREF33" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In particular, many transition-based parsers (Nivre et al., 2004; Attardi, 2006; Sagae and Tsujii, 2008; Nivre, 2009; Huang and Sagae, 2010; G\u00f3mez-Rodr\u00edguez and Nivre, 2010) are stack-based (Nivre, 2008) , meaning that they keep a stack of partially processed tokens and an input buffer of unread tokens. In this paper, we show how the accuracy of this kind of parsers can be improved, without compromising efficiency, by extending their set of available transitions with buffer transitions. These are transitions that create a dependency arc involving some node in the buffer, which would typically be considered unavailable for linking by these algo-rithms. The rationale is that buffer transitions construct some \"easy\" dependency arcs in advance, before the involved nodes reach the stack, so that the classifier's job when choosing among standard transitions is simplified.", |
|
"cite_spans": [ |
|
{ |
|
"start": 45, |
|
"end": 65, |
|
"text": "(Nivre et al., 2004;", |
|
"ref_id": "BIBREF22" |
|
}, |
|
{ |
|
"start": 66, |
|
"end": 80, |
|
"text": "Attardi, 2006;", |
|
"ref_id": "BIBREF1" |
|
}, |
|
{ |
|
"start": 81, |
|
"end": 104, |
|
"text": "Sagae and Tsujii, 2008;", |
|
"ref_id": "BIBREF28" |
|
}, |
|
{ |
|
"start": 105, |
|
"end": 117, |
|
"text": "Nivre, 2009;", |
|
"ref_id": "BIBREF26" |
|
}, |
|
{ |
|
"start": 118, |
|
"end": 140, |
|
"text": "Huang and Sagae, 2010;", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 141, |
|
"end": 173, |
|
"text": "G\u00f3mez-Rodr\u00edguez and Nivre, 2010)", |
|
"ref_id": "BIBREF11" |
|
}, |
|
{ |
|
"start": 190, |
|
"end": 203, |
|
"text": "(Nivre, 2008)", |
|
"ref_id": "BIBREF25" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "To test the approach, we use the well-known arceager parser by (Nivre, 2003; Nivre et al., 2004) as a baseline, showing improvements in accuracy on most datasets of the CoNLL-X shared task (Buchholz and Marsi, 2006) . However, the techniques discussed in this paper are generic and can also be applied to other stack-based dependency parsers.", |
|
"cite_spans": [ |
|
{ |
|
"start": 63, |
|
"end": 76, |
|
"text": "(Nivre, 2003;", |
|
"ref_id": "BIBREF24" |
|
}, |
|
{ |
|
"start": 77, |
|
"end": 96, |
|
"text": "Nivre et al., 2004)", |
|
"ref_id": "BIBREF22" |
|
}, |
|
{ |
|
"start": 189, |
|
"end": 215, |
|
"text": "(Buchholz and Marsi, 2006)", |
|
"ref_id": "BIBREF3" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "The rest of this paper is structured as follows: Section 2 is an introduction to transition-based parsers and the arc-eager parsing algorithm. Section 3 presents the first novel contribution of this paper, projective buffer transitions, and discusses their empirical results on CoNLL-X datasets. Section 4 does the same for a more complex set of transitions, non-projective buffer transitions. Finally, Section 5 discusses related work and Section 6 sums up the conclusions and points out avenues for future work.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "We now briefly present some basic definitions for transition-based dependency parsing; a more thorough explanation can be found in (Nivre, 2008) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 131, |
|
"end": 144, |
|
"text": "(Nivre, 2008)", |
|
"ref_id": "BIBREF25" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Preliminaries", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Let w = w 1 . . . w n be an input string. A dependency graph for w is a directed graph G = (V w , A); where V w = {0, 1, . . . , n} is a set of nodes, and", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Dependency graphs", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "A \u2286 V w \u00d7 L \u00d7 V", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Dependency graphs", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "w is a set of labelled arcs. Each node in V w encodes the position of a token in w, where 0 is a dummy node used as artificial root. An arc (i, l, j) will also be called a dependency link labelled l from i to j. We say that i is the syntactic head of j and, conversely, that j is a dependent of i. The length of the arc (i, l, j) is the value |j \u2212 i|.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Dependency graphs", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "Most dependency representations of syntax do not allow arbitrary dependency graphs. Instead, they require dependency graphs to be forests, i.e., acyclic graphs where each node has at most one head. In this paper, we will work with parsers that assume dependency graphs G = (V w , A) to satisfy the following properties:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Dependency graphs", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "\u2022 Single-head: every node has at most one in-coming arc (if (i, l, j) \u2208 A, then for every k = i, (k, l , j) \u2208 A).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Dependency graphs", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "\u2022 Acyclicity: there are no directed cycles in G.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Dependency graphs", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "\u2022 Node 0 is a root, i.e., there are no arcs of the form (i, l, 0) in A.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Dependency graphs", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "A dependency forest with a single root (i.e., where all the nodes but one have at least one incoming arc) is called a tree. Every dependency forest can trivially be represented as a tree by adding arcs from the dummy root node 0 to every other root node.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Dependency graphs", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "For reasons of computational efficiency, many dependency parsers are restricted to work with forests satisfying an additional restriction called projectivity. A dependency forest is said to be projective if the set of nodes reachable by traversing zero or more arcs from any given node k corresponds to a continuous substring of the input (i.e., is an interval {x \u2208 V w | i \u2264 x \u2264 j}). For trees with a dummy root node at position 0, this is equivalent to not allowing dependency links to cross when drawn above the nodes (planarity).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Dependency graphs", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "A transition system is a nondeterministic state machine that maps input strings to dependency graphs. In this paper, we will focus on stack-based transition systems. A stack-based transition system is a quadruple S = (C, T, c s , C t ) where", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Transition systems", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "\u2022 C is a set of parser configurations. Each configuration is of the form c = (\u03c3, \u03b2, A) where \u03c3 is a list of nodes of V w called the stack, \u03b2 is a list of nodes of V w called the buffer, and A is a set of dependency arcs,", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Transition systems", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "\u2022 T is a finite set of transitions, each of which is a partial function t :", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Transition systems", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "C \u2192 C,", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Transition systems", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "\u2022 c s is an initialization function, mapping a sentence w 1 . . . w n to an initial configuration", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Transition systems", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "c s = ([0], [1, . . . , n], \u2205), \u2022 C t is the set of terminal configurations C t = (\u03c3, [], A) \u2208 C.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Transition systems", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "Transition systems are nondeterministic devices, since several transitions may be applicable to the same configuration. To obtain a deterministic parser from a transition system, a classifier is trained to greedily select the best transition at each state. This training is typically done by using an oracle, which is a function o : C \u2192 T that selects a single transition at each configuration, given a tree in the training set. The classifier is then trained to approximate this oracle when the target tree is unknown.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Transition systems", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "Nivre's arc-eager dependency parser (Nivre, 2003; Nivre et al., 2004) is one of the most widely known and used transition-based parsers (see for example (Zhang and Clark, 2008; Zhang and Nivre, 2011) ). This parser works by reading the input sentence from left to right and creating dependency links as soon as possible. This means that links are created in a strict left-to-right order, and implies that while leftward links are built in a bottom-up fashion, a rightward link a \u2192 b will be created before the node b has collected its right dependents.", |
|
"cite_spans": [ |
|
{ |
|
"start": 36, |
|
"end": 49, |
|
"text": "(Nivre, 2003;", |
|
"ref_id": "BIBREF24" |
|
}, |
|
{ |
|
"start": 50, |
|
"end": 69, |
|
"text": "Nivre et al., 2004)", |
|
"ref_id": "BIBREF22" |
|
}, |
|
{ |
|
"start": 153, |
|
"end": 176, |
|
"text": "(Zhang and Clark, 2008;", |
|
"ref_id": "BIBREF32" |
|
}, |
|
{ |
|
"start": 177, |
|
"end": 199, |
|
"text": "Zhang and Nivre, 2011)", |
|
"ref_id": "BIBREF33" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The arc-eager parser", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "The arc-eager transition system has the following four transitions (note that, for convenience, we write a stack with node i on top as \u03c3|i, and a buffer whose first node is i as i|\u03b2):", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The arc-eager parser", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "\u2022 SHIFT : (\u03c3, i|\u03b2, A) \u21d2 (\u03c3|i, \u03b2, A). \u2022 REDUCE : (\u03c3|i, \u03b2, A) \u21d2 (\u03c3, \u03b2, A). Precondi- tion: \u2203k, l | (k, l , i) \u2208 A. \u2022 LEFT-ARC l : (\u03c3|i, j|\u03b2, A) \u21d2 (\u03c3, j|\u03b2, A \u222a {(j, l, i)}). Preconditions: i = 0 and \u2203k, l | (k, l , i) \u2208 A (single-head) \u2022 RIGHT-ARC l : (\u03c3|i, j|\u03b2, A) \u21d2 (\u03c3|i|j, \u03b2, A \u222a {(i, l, j)}).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The arc-eager parser", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "The SHIFT transition reads an input word by removing the first node from the buffer and placing it on top of the stack. The REDUCE transition pops the stack, and it can only be executed if the topmost stack node has already been assigned a head. The LEFT-ARC transition creates an arc from the first node in the buffer to the node on top of the stack, and then pops the stack. It can only be executed if the node on top of the stack does not already have a head. Finally, the RIGHT-ARC transition creates an arc from the top of the stack to the first buffer node, and then removes the latter from the buffer and moves it to the stack.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The arc-eager parser", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "The arc-eager parser has linear time complexity. In principle, it is restricted to projective dependency forests, but it can be used in conjunction with the pseudo-projective transformation (Nivre et al., 2006) in order to capture a restricted subset of nonprojective forests. Using this setup, it scored as one of the top two systems in the CoNLL-X shared task.", |
|
"cite_spans": [ |
|
{ |
|
"start": 190, |
|
"end": 210, |
|
"text": "(Nivre et al., 2006)", |
|
"ref_id": "BIBREF23" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The arc-eager parser", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "In this section, we show that the accuracy of stackbased transition systems can benefit from adding one of a pair of new transitions, which we call projective buffer transitions, to their transition sets.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Projective buffer transitions", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "The two projective buffer transitions are defined as follows:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The transitions", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "\u2022 LEFT-BUFFER-ARC l : (\u03c3, i|j|\u03b2, A) \u21d2 (\u03c3, j|\u03b2, A \u222a {(j, l, i)}). \u2022 RIGHT-BUFFER-ARC l : (\u03c3, i|j|\u03b2, A) \u21d2 (\u03c3, i|\u03b2, A \u222a {(i, l, j)}).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The transitions", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "The LEFT-BUFFER-ARC transition creates a leftward dependency link from the second node to the first node in the buffer, and then removes the first node from the buffer. Conversely, the RIGHT-BUFFER-ARC transition creates a rightward dependency link from the first node to the second node in the buffer, and then removes the second node. We call these transitions projective buffer transitions because, since they act on contiguous buffer nodes, they can only create projective arcs.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The transitions", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "Adding one (or both) of these transitions to a projective or non-projective stack-based transition system does not affect its correctness, as long as this starting system cannot generate configurations (\u03c3, \u03b2, A) where a buffer node has a head in A 1 : it cannot affect completeness because we are not removing existing transitions, and therefore any dependency graph that the original system could build will still be obtainable by the augmented one; and it cannot affect soundness (be it for projective dependency forests or for any superset of them) because the new transitions can only create projective arcs and cannot violate the single-head or acyclicity constraints, given that a buffer node cannot have a head.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The transitions", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "The idea behind projective buffer transitions is to create dependency arcs of length one (i.e., arcs involving contiguous nodes) in advance of the standard arc-building transitions that need at least one of the nodes to get to the stack (LEFT-ARC and RIGHT-ARC in the case of the arc-eager transition system).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The transitions", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "Our hypothesis is that, as it is known that short-distance dependencies are easier to learn for transition-based parsers than long-distance ones (McDonald and Nivre, 2007) , handling these short arcs in advance and removing their dependent nodes will make it easier for the classifier to learn how to make decisions involving the standard arc transitions.", |
|
"cite_spans": [ |
|
{ |
|
"start": 145, |
|
"end": 171, |
|
"text": "(McDonald and Nivre, 2007)", |
|
"ref_id": "BIBREF17" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The transitions", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "Note that the fact that projective buffer transitions create arcs of length 1 is not explicit in the definition of the transitions. For instance, if we add the LEFT-BUFFER-ARC l transition only to the arc-eager transition system, LEFT-BUFFER-ARC l will only be able to create arcs of length 1, since it is easy to see that the first two buffer nodes are contiguous in all the accessible configurations. However, if we add RIGHT-BUFFER-ARC l , this transition will have the potential to create arcs of length greater than 1: for example, if two consecutive RIGHT-BUFFER-ARC l transitions are applied starting from a configuration (\u03c3, i|i + 1|i + 2|\u03b2, A), the second application will create an arc i \u2192 i + 2 of length 2.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The transitions", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "Although we could have added the length-1 restriction to the transition definitions, we have chosen the more generic approach of leaving it to the oracle instead. While the oracle typically used for the arc-eager system follows the simple principle of executing transitions that create an arc as soon as it has the chance to, adding projective buffer transitions opens up new possibilities: we may now have several ways of creating an arc, and we have to decide in which cases we train the parser to use one of the buffer transitions and in which cases we prefer to train it to ignore the buffer transitions and delegate to the standard ones. Following the hypothesis explained above, our policy has been to train the parser to use buffer transitions whenever possible for arcs of length one, and to not use them for arcs of length larger than one. To test this idea, we also conducted experiments with the alternative policy \"use buffer transitions whenever possible, regardless of arc length\": as expected, the obtained accuracies were (slightly) worse.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The transitions", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "The chosen oracle policy is generic and can be plugged into any stack-based parser: for a given transition, first check whether it is possible to build a gold-standard arc of length 1 with a projective buffer transition. 2 If so, choose that transition, and if not, just delegate to the original parser's oracle.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The transitions", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "To empirically evaluate the effect of projective buffer transitions on parsing accuracy, we have conducted experiments on eight datasets of the CoNLL-X shared task (Buchholz and Marsi, 2006) : Arabic (Haji\u010d et al., 2004) , Chinese (Chen et al., 2003) , Czech (Haji\u010d et al., 2006) , Danish (Kromann, 2003) , German (Brants et al., 2002) , Portuguese (Afonso et al., 2002) , Swedish (Nilsson et al., 2005) and Turkish (Oflazer et al., 2003; Atalay et al., 2003) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 164, |
|
"end": 190, |
|
"text": "(Buchholz and Marsi, 2006)", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 200, |
|
"end": 220, |
|
"text": "(Haji\u010d et al., 2004)", |
|
"ref_id": "BIBREF12" |
|
}, |
|
{ |
|
"start": 231, |
|
"end": 250, |
|
"text": "(Chen et al., 2003)", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 259, |
|
"end": 279, |
|
"text": "(Haji\u010d et al., 2006)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 282, |
|
"end": 304, |
|
"text": "Danish (Kromann, 2003)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 314, |
|
"end": 335, |
|
"text": "(Brants et al., 2002)", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 349, |
|
"end": 370, |
|
"text": "(Afonso et al., 2002)", |
|
"ref_id": "BIBREF0" |
|
}, |
|
{ |
|
"start": 381, |
|
"end": 403, |
|
"text": "(Nilsson et al., 2005)", |
|
"ref_id": "BIBREF21" |
|
}, |
|
{ |
|
"start": 416, |
|
"end": 438, |
|
"text": "(Oflazer et al., 2003;", |
|
"ref_id": "BIBREF27" |
|
}, |
|
{ |
|
"start": 439, |
|
"end": 459, |
|
"text": "Atalay et al., 2003)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experiments", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "As our baseline parser, we use the arc-eager projective transition system by Nivre (2003) . Table 1 compares the accuracy obtained by this system alone with that obtained when the LEFT-BUFFER-ARC and RIGHT-BUFFER-ARC transitions are added to it as explained in Section 3.1.", |
|
"cite_spans": [ |
|
{ |
|
"start": 77, |
|
"end": 89, |
|
"text": "Nivre (2003)", |
|
"ref_id": "BIBREF24" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 92, |
|
"end": 99, |
|
"text": "Table 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Experiments", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "Accuracy is reported in terms of labelled (LAS) and unlabelled (UAS) attachment score. We used SVM classifiers from the LIBSVM package (Chang and Lin, 2001 ) for all languages except for Chinese, Czech and German. In these, we used the LIB-LINEAR package (Fan et al., 2008) for classification, since it reduces training time in these larger datasets. Feature models for all parsers were specifically tuned for each language. 3 As can be seen in Table 1 , adding a projective buffer transition improves the performance of the parser in seven out of the eight tested languages. The improvements in LAS are statistically significant at the .01 level 4 in the Arabic and Czech treebanks.", |
|
"cite_spans": [ |
|
{ |
|
"start": 135, |
|
"end": 155, |
|
"text": "(Chang and Lin, 2001", |
|
"ref_id": "BIBREF4" |
|
}, |
|
{ |
|
"start": 255, |
|
"end": 273, |
|
"text": "(Fan et al., 2008)", |
|
"ref_id": "BIBREF9" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 445, |
|
"end": 452, |
|
"text": "Table 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Experiments", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "Note that the decision of which buffer transition to add strongly depends on the dataset. In the majority of the treebanks, we can see that when the LEFT-BUFFER-ARC transition improves performance the RIGHT-BUFFER-ARC transition harms it, and vice versa. The exceptions are Czech, where both transitions are beneficial, and Swedish, where both are harmful. Therefore, when using projective buffer transitions in practice, the language and annotation scheme should be taken into account (or tests should be made) to decide which one to use. Table 2 hints at the reason for this treebanksensitiveness. By analyzing the relative frequency of leftward and rightward dependency links (and, in particular, of leftward and rightward links of length 1) in the different treebanks, we see a reasonably clear tendency: the LEFT-BUFFER-ARC transition works better in treebanks that contain a large proportion of rightward arcs of length 1, and the RIGHT-BUFFER-ARC transition works better in treebanks with a large proportion of leftward arcs of length 1. Note that, while this might seem counterintuitive at a first glance, it is coherent with the hypothesis that we formulated in Section 3.1: the advantage of projective buffer transitions is not that they build arcs more accurately than standard arcbuilding transitions (in fact the opposite might be expected, since they work on nodes while they are still on the buffer and we have less information about their surrounding nodes in our feature models), but that they make it easier for the classifier to decide among standard transitions. The analysis on Table 2 agrees with that explanation: LEFT-BUFFER-ARC improves performance in treebanks where it is not used too often but it can filter out leftward arcs of length 1, making it easier for the parser to be accurate on rightward arcs of length 1; and the converse happens for RIGHT-BUFFER-ARC. Table 3 : Labelled precision of the arcs built by each transition of Nivre's arc-eager parser without modification (NE), with a projective buffer transition added (NE+LBA, NE+RBA) and with both projective buffer transitions added (NE+LBA+RBA). We mark a standard LEFT-ARC (LA) or RIGHT-ARC (LA) transition with an asterisk (LA*, RA*) when it is acting only on a \"hard\" subset of leftward (rightward) arcs, and thus its precision is not directly comparable to that of (LA, RA). Best results for each language and transition are shown in boldface.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 540, |
|
"end": 547, |
|
"text": "Table 2", |
|
"ref_id": "TABREF2" |
|
}, |
|
{ |
|
"start": 1599, |
|
"end": 1607, |
|
"text": "Table 2", |
|
"ref_id": "TABREF2" |
|
}, |
|
{ |
|
"start": 1893, |
|
"end": 1900, |
|
"text": "Table 3", |
|
"ref_id": "TABREF4" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "NE", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "To further test this idea, we computed the labelled precision of each individual transition of the parsers with and without projective buffer transitions, as shown in Table 3 . As we can see, projective buffer transitions achieve better precision than standard transitions, but this is not surprising since they act only on \"easy\" arcs of length 1. Therefore, this high precision does not mean that they actually build arcs more accurately than the standard transitions, since it is not measured on the same set of arcs. Similarly, adding a projective buffer transition decreases the precision of its corresponding standard transition, but this is because the standard transition is then dealing only with \"harder\" arcs of length greather than 1, not because it is making more errors. A more interesting insight comes from comparing transitions that are acting on the same target set of arcs: we see that, in the languages where LEFT-BUFFER-ARC is beneficial, the addition of this transition always improves the precision of the standard RIGHT-ARC transition; and the converse happens with RIGHT-BUFFER-ARC with respect to LEFT-ARC. This further backs the hypothesis that the filtering of \"easy\" links achieved by projective buffer transitions makes it easier for the classifier to decide among standard transitions.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 167, |
|
"end": 174, |
|
"text": "Table 3", |
|
"ref_id": "TABREF4" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "NE", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We also conducted experiments adding both transitions at the same time (NE+LBA+RBA), but the results were worse than adding the suitable transition for each dataset. (Nivre et al., 2006) decide between both with the restricted feature information available for buffer nodes. To further put the obtained results into context, Table 4 compares the performance of the arc-eager parser with the projective buffer transition most suitable for each dataset with the results obtained by the parser with the pseudo-projective transformation by Nivre et al. (2006) in the CoNLL-X shared task, one of the top two performing systems in that event. The reader should be aware that the purpose of this table is only to provide a broad idea of how our approach performs with respect to a well-known reference point, and not to make a detailed comparison, since the two parsers have not been tuned in homogeneous conditions: on the one hand, we had access to the CoNLL-X test sets which were unavailable System Arabic Danish Nivre et al. (2006) 66.71 84.77 McDonald et al. (2006) 66.91 84.79 Nivre (2009) 67.3 84.7 G\u00f3mez-Rodr\u00edguez and Nivre (2010) N/A 83.81 NE+LBA/RBA 67.78 85.21 Table 5 : Comparison of the Arabic and Danish LAS obtained by the arc-eager parser with projective buffer transitions in comparison to other parsers in the literature that report results on these datasets.", |
|
"cite_spans": [ |
|
{ |
|
"start": 166, |
|
"end": 186, |
|
"text": "(Nivre et al., 2006)", |
|
"ref_id": "BIBREF23" |
|
}, |
|
{ |
|
"start": 536, |
|
"end": 555, |
|
"text": "Nivre et al. (2006)", |
|
"ref_id": "BIBREF23" |
|
}, |
|
{ |
|
"start": 1010, |
|
"end": 1029, |
|
"text": "Nivre et al. (2006)", |
|
"ref_id": "BIBREF23" |
|
}, |
|
{ |
|
"start": 1036, |
|
"end": 1064, |
|
"text": "84.77 McDonald et al. (2006)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 1077, |
|
"end": 1089, |
|
"text": "Nivre (2009)", |
|
"ref_id": "BIBREF26" |
|
}, |
|
{ |
|
"start": 1100, |
|
"end": 1132, |
|
"text": "G\u00f3mez-Rodr\u00edguez and Nivre (2010)", |
|
"ref_id": "BIBREF11" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 325, |
|
"end": 332, |
|
"text": "Table 4", |
|
"ref_id": "TABREF5" |
|
}, |
|
{ |
|
"start": 1166, |
|
"end": 1173, |
|
"text": "Table 5", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "NE", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "for the participants in the shared task; on the other hand, we did not fine-tune the classifier parameters for each dataset like Nivre et al. (2006) , but used default values for all languages.", |
|
"cite_spans": [ |
|
{ |
|
"start": 129, |
|
"end": 148, |
|
"text": "Nivre et al. (2006)", |
|
"ref_id": "BIBREF23" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "NE", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "As can be seen in the table, even though the pseudo-projective parser is able to capture nonprojective syntactic phenomena, the algorithm with projective buffer transitions (which is strictly projective) outperforms it in four of the eight treebanks, including non-projective treebanks such as the German one.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "NE", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Furthermore, to our knowledge, our LAS results for Arabic and Danish are currently the best published results for a single-parser system on these datasets, not only outperforming the systems participating in CoNLL-X but also other parsers tested on these treebanks in more recent years (see Table 5 ).", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 291, |
|
"end": 298, |
|
"text": "Table 5", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "NE", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Finally, it is worth noting that adding projective buffer transitions has no negative impact on efficiency, either in terms of computational complexity or of empirical runtime. Since each projective buffer transition removes a node from the buffer, no more than n such transitions can be executed for a sentence of length n, so adding these transitions cannot increase the complexity of a transition-based parser. In the particular case of the arc-eager parser, using projective buffer transitions reduces the average number of transitions needed to obtain a given dependency forest, as some nodes can be dispatched by a single transition rather than being shifted and later popped from the stack. In practice, we observed that the training and parsing times of the arceager parser with projective buffer transitions were slightly faster than without them on the Arabic, Chinese, Swedish and Turkish treebanks, and slightly slower than without them on the other four treebanks, so adding these transitions does not seem to noticeably degrade (or improve) practical efficiency.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "NE", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We now present a second set of transitions that still follow the idea of early processing of some dependency arcs, as in Section 3; but which are able to create arcs skipping over a buffer node, so that they can create some non-projective arcs. For this reason, we call them non-projective buffer transitions.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Non-projective buffer transitions", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "The two non-projective buffer transitions are defined as follows:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The transitions", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "\u2022 LEFT-NONPROJ-BUFFER-ARC l : (\u03c3|i, j|k|\u03b2, A) \u21d2 (\u03c3, j|k|\u03b2, A \u222a {(k, l, i)}).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The transitions", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "Preconditions: i = 0 and \u2203m, l | (m, l , i) \u2208 A (single-head)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The transitions", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "\u2022 RIGHT-NONPROJ-BUFFER-ARC l : (\u03c3|i, j|k|\u03b2, A) \u21d2 (\u03c3|i, j|\u03b2, A \u222a {(i, l, k)}).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The transitions", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "The LEFT-NONPROJ-BUFFER-ARC transition creates a leftward arc from the second buffer node to the node on top of the stack, and then pops the stack. It can only be executed if the node on top of the stack does not already have a head. The RIGHT-NONPROJ-BUFFER-ARC transition creates an arc from the top of the stack to the second node in the buffer, and then removes the latter from the buffer. Note that these transitions are analogous to projective buffer transitions, and they use the second node in the buffer in the same way, but they create arcs involving the node on top of the stack rather than the first buffer node. This change makes the precondition that checks for a head necessary for the transition LEFT-NONPROJ-BUFFER-ARC to respect the single-head constraint, since many stack-based parsers can generate configurations where the node on top of the stack has a head.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The transitions", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "We call these transitions non-projective buffer transitions because, as they act on non-contiguous nodes in the stack and buffer, they allow the creation of a limited set of non-projective dependency arcs. This means that, when added to a projective parser, they will increase its coverage. adding these transitions to a stack-based transition system does not affect soundness under the same conditions and for the same reasons explained for projective buffer transitions in Section 3.1. Note that the fact that non-projective buffer transitions are able to create non-projective dependency arcs does not mean that all the arcs that they build are non-projective, since an arc on non-contiguous nodes in the stack and buffer may or may not cross other arcs. This means that non-projective buffer transitions serve a dual purpose: not only they increase coverage, but they also can create some \"easy\" dependency links in advance of standard transitions, just like projective buffer transitions.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The transitions", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "Contrary to projective buffer transitions, we do not impose any arc length restrictions on nonprojective buffer transitions (either as a hard constraint in the transitions themselves or as a policy in the training oracle), since we would like the increase in coverage to be as large as possible. We wish to allow the parsers to create non-projective arcs in a straightforward way and without compromising efficiency. Therefore, to train the parser with these transitions, we use an oracle that employs them whenever possible, and delegates to the original parser's oracle otherwise.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The transitions", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "We evaluate the impact of non-projective buffer transitions on parsing accuracy by using the same baseticular subset of non-projective structures captured by each such parser. line parser, datasets and experimental settings as for projective buffer transitions in Section 3.2. As can be seen in Table 6 , adding a non-projective buffer transition to the arc-eager parser improves its performance on all eight datasets. The improvements in LAS are statistically significant at the .01 level (Dan Bikel's comparator) for Chinese, Czech and Turkish. Note that the Chinese treebank is fully projective, this means that non-projective buffer transitions are also beneficial when creating projective arcs.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 295, |
|
"end": 302, |
|
"text": "Table 6", |
|
"ref_id": "TABREF7" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Experiments", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "While with projective buffer transitions we observed that each of them was beneficial for about half of the treebanks, and we related this to the amount of leftward and rightward links of length 1 in each; in the case of non-projective buffer transitions we do not observe this tendency. In this case, LEFT-NONPROJ-BUFFER-ARC works better than RIGHT-NONPROJ-BUFFER-ARC in all datasets except for Turkish and Arabic.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experiments", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "As with the projective transitions, we gathered data about the individual precision of each of the transitions. The results were similar to those for the projective transitions, and show that adding a non-projective buffer transition improves the precision of the standard transitions. We also experimentally checked that adding both non-projective buffer transitions at the same time (NE+LNBA+RNBA) achieved worse performance than adding only the most suitable transition for each dataset. Table 8 : Comparison of the precision and recall for projective (PP, PR) and non-projective (NP, NR) arcs, averaged over all datasets, obtained by Nivre's arc-eager parser with and without non-projective buffer transitions (NE+LNBA/RNBA, NE) and the parser with the pseudoprojective transformation (Nivre et al., 2006) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 789, |
|
"end": 809, |
|
"text": "(Nivre et al., 2006)", |
|
"ref_id": "BIBREF23" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 491, |
|
"end": 498, |
|
"text": "Table 8", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Experiments", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "the parser with the pseudo-projective transformation by Nivre et al. (2006) in the CoNLL-X shared task. Note that, like the one in Table 4 , this should not be interpreted as a homogeneous comparison. We can see that the algorithm with non-projective buffer transitions obtains better LAS in five out of the eight treebanks. Precision and recall data on projective and non-projective arcs (Table 8) show that, while our parser does not capture as many non-projective arcs as the pseudo-projective transformation (unsurprisingly, as it can only build non-projective arcs in one direction: that of the particular non-projective buffer transition used for each dataset); it does so with greater precision and is more accurate than that algorithm in projective arcs. Like projective buffer transitions, non-projective transitions do not increase the computational complexity of stack-based parsers. The observed training and parsing times for the arc-eager parser with non-projective buffer transitions showed a small overhead with respect to the original arc-eager (7.1% average increase in training time, 17.0% in parsing time). For comparison, running the arceager parser with the pseudo-projective transformation (Nivre et al., 2006) on the same machine produced a 23.5% increase in training time and a 87.5% increase in parsing time.", |
|
"cite_spans": [ |
|
{ |
|
"start": 56, |
|
"end": 75, |
|
"text": "Nivre et al. (2006)", |
|
"ref_id": "BIBREF23" |
|
}, |
|
{ |
|
"start": 1213, |
|
"end": 1233, |
|
"text": "(Nivre et al., 2006)", |
|
"ref_id": "BIBREF23" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 131, |
|
"end": 138, |
|
"text": "Table 4", |
|
"ref_id": "TABREF5" |
|
}, |
|
{ |
|
"start": 389, |
|
"end": 398, |
|
"text": "(Table 8)", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Experiments", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "The approach of adding an extra transition to a parser to improve its accuracy has been applied in the past by Choi and Palmer (2011) . In that paper, the LEFT-ARC transition from Nivre's arc-eager transition system is added to a list-based parser. However, the goal of that transition is different from ours (selecting between projective and nonprojective parsing, rather than building some arcs in advance) and the approach is specific to one algorithm while ours is generic -for example, the LEFT-ARC transition cannot be added to the arc-standard and arc-eager parsers, or to extensions of those like the ones by Attardi (2006) or Nivre (2009) , because these already have it.", |
|
"cite_spans": [ |
|
{ |
|
"start": 111, |
|
"end": 133, |
|
"text": "Choi and Palmer (2011)", |
|
"ref_id": "BIBREF7" |
|
}, |
|
{ |
|
"start": 617, |
|
"end": 631, |
|
"text": "Attardi (2006)", |
|
"ref_id": "BIBREF1" |
|
}, |
|
{ |
|
"start": 635, |
|
"end": 647, |
|
"text": "Nivre (2009)", |
|
"ref_id": "BIBREF26" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related work", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "The idea of creating dependency arcs of length 1 in advance to help the classifier has been used by Cheng et al. (2006) . However, their system creates such arcs in a separate preprocessing step rather than dynamically by adding a transition to the parser, and our approach obtains better LAS and UAS results on all the tested datasets.", |
|
"cite_spans": [ |
|
{ |
|
"start": 100, |
|
"end": 119, |
|
"text": "Cheng et al. (2006)", |
|
"ref_id": "BIBREF6" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related work", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "The projective buffer transitions presented here bear some resemblance to the easy-first parser by Goldberg and Elhadad (2010) , which allows creation of dependency arcs between any pair of contiguous nodes and is based on the idea of \"easy\" dependency links being created first. However, while the easy-first parser is an entirely new O(n log(n)) algorithm, our approach is a generic extension for stack-based parsers that does not increase their complexity (so, for example, applying it to the arc-eager system as in the experiments in this paper yields O(n) complexity).", |
|
"cite_spans": [ |
|
{ |
|
"start": 99, |
|
"end": 126, |
|
"text": "Goldberg and Elhadad (2010)", |
|
"ref_id": "BIBREF10" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related work", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "Non-projective transitions that create dependency arcs between non-contiguous nodes have been used in the transition-based parser by Attardi (2006) . However, the transitions in that parser do not use the second buffer node, since they are not intended to create some arcs in advance. The non-projective buffer transitions presented in this paper can also be added to Attardi's parser.", |
|
"cite_spans": [ |
|
{ |
|
"start": 133, |
|
"end": 147, |
|
"text": "Attardi (2006)", |
|
"ref_id": "BIBREF1" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related work", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "We have presented a set of two transitions, called projective buffer transitions, and showed that adding one of them to Nivre's arc-eager parser improves its accuracy in seven out of eight tested datasets from the CoNLL-X shared task. Furthermore, adding one of a set of non-projective buffer transitions achieves accuracy improvements in all of the eight datasets. The obtained improvements are statistically significant for several of the treebanks, and the parser with projective buffer transitions surpassed the best published single-parser LAS results on two of them. This comes at no cost either on computational complexity or (in the case of projective transitions) on empirical training and parsing times with respect to the original parser.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "While we have chosen Nivre's well-known arceager parser as our baseline, we have shown that these transitions can be added to any stack-based dependency parser, and we are not aware of any specific property of arc-eager that would make them work better in practice on this parser than on others. Therefore, future work will include an evaluation of the impact of buffer transitions on more transitionbased parsers. Other research directions involve investigating the set of non-projective arcs allowed by non-projective buffer transitions, defining different variants of buffer transitions (such as nonprojective buffer transitions that work with nodes located deeper in the buffer) or using projective and non-projective buffer transitions at the same time.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "Most stack-based transition systems in the literature disallow such configurations. However, in parsers that allow them (such as those defined by G\u00f3mez-Rodr\u00edguez and Nivre (2010)), projective buffer transitions can still be added without affecting correctness if we impose explicit single-head and acyclicity preconditions on them. We have not included these preconditions by default for simplicity of presentation.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "In this context, \"possible\" means that we can create the arc without losing the possibility of creating other gold-standard arcs. In the case of RIGHT-BUFFER-ARC, this involves checking that the candidate dependent node has no dependents in the gold-standard tree (if it has any, we cannot remove it from the stack or it would not be able to collect its dependents, so we do not use the buffer transition).3 All the experimental settings and feature models used are included in the supplementary material and also available at http://www.grupolys.org/\u02dccgomezr/exp/.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Statistical significance was assessed using Dan Bikel's randomized parsing evaluation comparator: http://www.cis. upenn.edu/\u02dcdbikel/software.html#comparator", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "They may also increase the coverage of parsers allowing restricted forms of non-projectivity, but that depends on the par-", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [ |
|
{ |
|
"text": "This research has been partially funded by the Spanish Ministry of Economy and Competitiveness and FEDER (projects TIN2010-18552-C03-01 and TIN2010-18552-C03-02), Ministry of Education (FPU Grant Program) and Xunta de Galicia (Rede Galega de Recursos Ling\u00fc\u00edsticos para unha Sociedade do Co\u00f1ecemento).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Acknowledgments", |
|
"sec_num": null |
|
} |
|
], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Floresta sint\u00e1(c)tica\": a treebank for Portuguese", |
|
"authors": [ |
|
{ |
|
"first": "Susana", |
|
"middle": [], |
|
"last": "Afonso", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Eckhard", |
|
"middle": [], |
|
"last": "Bick", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Renato", |
|
"middle": [], |
|
"last": "Haber", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Diana", |
|
"middle": [], |
|
"last": "Santos", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2002, |
|
"venue": "Proceedings of the 3rd International Conference on Language Resources and Evaluation (LREC 2002)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "243--246", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Susana Afonso, Eckhard Bick, Renato Haber, and Diana Santos. 2002. \"Floresta sint\u00e1(c)tica\": a treebank for Portuguese. In Proceedings of the 3rd International Conference on Language Resources and Evaluation (LREC 2002), pages 1968-1703, Paris, France. ELRA. Nart B. Atalay, Kemal Oflazer, and Bilge Say. 2003. The annotation process in the Turkish treebank. In Pro- ceedings of EACL Workshop on Linguistically Inter- preted Corpora (LINC-03), pages 243-246, Morris- town, NJ, USA. Association for Computational Lin- guistics.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "Experiments with a multilanguage non-projective dependency parser", |
|
"authors": [ |
|
{ |
|
"first": "Giuseppe", |
|
"middle": [], |
|
"last": "Attardi", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2006, |
|
"venue": "Proceedings of the 10th Conference on Computational Natural Language Learning (CoNLL)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "166--170", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Giuseppe Attardi. 2006. Experiments with a multilan- guage non-projective dependency parser. In Proceed- ings of the 10th Conference on Computational Natural Language Learning (CoNLL), pages 166-170.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"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": "", |
|
"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 Lin- guistic Theories, September 20-21, Sozopol, Bulgaria.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "CoNLL-X shared task on multilingual dependency parsing", |
|
"authors": [ |
|
{ |
|
"first": "Sabine", |
|
"middle": [], |
|
"last": "Buchholz", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Erwin", |
|
"middle": [], |
|
"last": "Marsi", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2006, |
|
"venue": "Proceedings of the 10th Conference on Computational Natural Language Learning (CoNLL)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "149--164", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Sabine Buchholz and Erwin Marsi. 2006. CoNLL-X shared task on multilingual dependency parsing. In Proceedings of the 10th Conference on Computational Natural Language Learning (CoNLL), pages 149-164.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "LIBSVM: A Library for Support Vector Machines", |
|
"authors": [ |
|
{ |
|
"first": "Chih-Chung", |
|
"middle": [], |
|
"last": "Chang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Chih-Jen", |
|
"middle": [], |
|
"last": "Lin", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2001, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Chih-Chung Chang and Chih-Jen Lin, 2001. LIBSVM: A Library for Support Vector Machines. Software avail- able at http://www.csie.ntu.edu.tw/\u223ccjlin/libsvm.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "Sinica treebank: Design criteria, representational issues and implementation", |
|
"authors": [ |
|
{ |
|
"first": "K", |
|
"middle": [], |
|
"last": "Chen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Luo", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Chang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "F", |
|
"middle": [], |
|
"last": "Chen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Chen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Huang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Z", |
|
"middle": [], |
|
"last": "Gao", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "Treebanks: Building and Using Parsed Corpora, chapter 13", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "231--248", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "K. Chen, C. Luo, M. Chang, F. Chen, C. Chen, C. Huang, and Z. Gao. 2003. Sinica treebank: Design criteria, representational issues and implementation. In Anne Abeill\u00e9, editor, Treebanks: Building and Using Parsed Corpora, chapter 13, pages 231-248. Kluwer.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "Multi-lingual dependency parsing at NAIST", |
|
"authors": [ |
|
{ |
|
"first": "Yuchang", |
|
"middle": [], |
|
"last": "Cheng", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Masayuki", |
|
"middle": [], |
|
"last": "Asahara", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yuji", |
|
"middle": [], |
|
"last": "Matsumoto", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2006, |
|
"venue": "Proceedings of the Tenth Conference on Computational Natural Language Learning, CoNLL-X '06", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "191--195", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yuchang Cheng, Masayuki Asahara, and Yuji Mat- sumoto. 2006. Multi-lingual dependency parsing at NAIST. In Proceedings of the Tenth Conference on Computational Natural Language Learning, CoNLL- X '06, pages 191-195, Stroudsburg, PA, USA. Asso- ciation for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Getting the most out of transition-based dependency parsing", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Jinho", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Martha", |
|
"middle": [], |
|
"last": "Choi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Palmer", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies: short papers", |
|
"volume": "2", |
|
"issue": "", |
|
"pages": "687--692", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jinho D. Choi and Martha Palmer. 2011. Getting the most out of transition-based dependency parsing. In Proceedings of the 49th Annual Meeting of the Asso- ciation for Computational Linguistics: Human Lan- guage Technologies: short papers -Volume 2, HLT '11, pages 687-692, Stroudsburg, PA, USA. Associ- ation for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "Three new probabilistic models for dependency parsing: An exploration", |
|
"authors": [ |
|
{ |
|
"first": "Jason", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Eisner", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1996, |
|
"venue": "Proceedings of the 16th International Conference on Computational Linguistics (COLING)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "340--345", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jason M. Eisner. 1996. Three new probabilistic models for dependency parsing: An exploration. In Proceed- ings of the 16th International Conference on Compu- tational Linguistics (COLING), pages 340-345.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "LIBLINEAR: A library for large linear classification", |
|
"authors": [ |
|
{ |
|
"first": "R.-E", |
|
"middle": [], |
|
"last": "Fan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "K.-W", |
|
"middle": [], |
|
"last": "Chang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C.-J", |
|
"middle": [], |
|
"last": "Hsieh", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "X.-R", |
|
"middle": [], |
|
"last": "Wang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C.-J", |
|
"middle": [], |
|
"last": "Lin", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "Journal of Machine Learning Research", |
|
"volume": "9", |
|
"issue": "", |
|
"pages": "1871--1874", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "R.-E. Fan, K.-W. Chang, C.-J. Hsieh, X.-R. Wang, and C.-J. Lin. 2008. LIBLINEAR: A library for large lin- ear classification. Journal of Machine Learning Re- search, 9:1871-1874.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "An efficient algorithm for easy-first non-directional dependency parsing", |
|
"authors": [ |
|
{ |
|
"first": "Yoav", |
|
"middle": [], |
|
"last": "Goldberg", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Michael", |
|
"middle": [ |
|
"Elhadad" |
|
], |
|
"last": "", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Human Language Technologies: The 2010 Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL HLT)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "742--750", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yoav Goldberg and Michael Elhadad. 2010. An effi- cient algorithm for easy-first non-directional depen- dency parsing. In Human Language Technologies: The 2010 Annual Conference of the North American Chapter of the Association for Computational Linguis- tics (NAACL HLT), pages 742-750.", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "A transition-based parser for 2-planar dependency structures", |
|
"authors": [ |
|
{ |
|
"first": "Carlos", |
|
"middle": [], |
|
"last": "G\u00f3mez", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "-Rodr\u00edguez", |
|
"middle": [], |
|
"last": "", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Joakim", |
|
"middle": [], |
|
"last": "Nivre", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics, ACL '10", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1492--1501", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Carlos G\u00f3mez-Rodr\u00edguez and Joakim Nivre. 2010. A transition-based parser for 2-planar dependency struc- tures. In Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics, ACL '10, pages 1492-1501, Stroudsburg, PA, USA. Asso- ciation for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Prague Arabic Dependency Treebank: Development in data and tools", |
|
"authors": [ |
|
{ |
|
"first": "Jan", |
|
"middle": [], |
|
"last": "Haji\u010d", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Otakar", |
|
"middle": [], |
|
"last": "Smr\u017e", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Petr", |
|
"middle": [], |
|
"last": "Zem\u00e1nek", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jan\u0161naidauf", |
|
"middle": [], |
|
"last": "", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Emanuel", |
|
"middle": [], |
|
"last": "Be\u0161ka", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2004, |
|
"venue": "Proceedings of the NEMLAR International Conference on Arabic Language Resources and Tools", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jan Haji\u010d, Otakar Smr\u017e, Petr Zem\u00e1nek, Jan\u0160naidauf, and Emanuel Be\u0161ka. 2004. Prague Arabic Dependency Treebank: Development in data and tools. In Proceed- ings of the NEMLAR International Conference on Ara- bic Language Resources and Tools.", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "Dynamic programming for linear-time incremental parsing", |
|
"authors": [ |
|
{ |
|
"first": "Liang", |
|
"middle": [], |
|
"last": "Huang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kenji", |
|
"middle": [], |
|
"last": "Sagae", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics, ACL '10", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1077--1086", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Liang Huang and Kenji Sagae. 2010. Dynamic program- ming for linear-time incremental parsing. In Proceed- ings of the 48th Annual Meeting of the Association for Computational Linguistics, ACL '10, pages 1077- 1086, Stroudsburg, PA, USA. Association for Compu- tational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "The Danish dependency treebank and the underlying linguistic theory", |
|
"authors": [ |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Matthias", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Kromann", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "Proceedings of the 2nd Workshop on Treebanks and Linguistic Theories (TLT)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "217--220", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Matthias T. Kromann. 2003. The Danish dependency treebank and the underlying linguistic theory. In Pro- ceedings of the 2nd Workshop on Treebanks and Lin- guistic Theories (TLT), pages 217-220, V\u00e4xj\u00f6, Swe- den. V\u00e4xj\u00f6 University Press.", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "Concise integer linear programming formulations for dependency parsing", |
|
"authors": [ |
|
{ |
|
"first": "Andre", |
|
"middle": [], |
|
"last": "Martins", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Noah", |
|
"middle": [], |
|
"last": "Smith", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Eric", |
|
"middle": [], |
|
"last": "Xing", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "Proceedings of the Joint Conference of the 47th Annual Meeting of the ACL and the 4th International Joint Conference on Natural Language Processing of the AFNLP (ACL-IJCNLP)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "342--350", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Andre Martins, Noah Smith, and Eric Xing. 2009. Con- cise integer linear programming formulations for de- pendency parsing. In Proceedings of the Joint Confer- ence of the 47th Annual Meeting of the ACL and the 4th International Joint Conference on Natural Language Processing of the AFNLP (ACL-IJCNLP), pages 342- 350.", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"title": "Characterizing the errors of data-driven dependency parsing models", |
|
"authors": [ |
|
{ |
|
"first": "Ryan", |
|
"middle": [], |
|
"last": "Mcdonald", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Joakim", |
|
"middle": [], |
|
"last": "Nivre", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2007, |
|
"venue": "Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning (EMNLP-CoNLL)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "122--131", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ryan McDonald and Joakim Nivre. 2007. Charac- terizing the errors of data-driven dependency parsing models. In Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Process- ing and Computational Natural Language Learning (EMNLP-CoNLL), pages 122-131.", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "Analyzing and integrating dependency parsers", |
|
"authors": [ |
|
{ |
|
"first": "Ryan", |
|
"middle": [], |
|
"last": "Mcdonald", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Joakim", |
|
"middle": [], |
|
"last": "Nivre", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Comput. Linguist", |
|
"volume": "37", |
|
"issue": "", |
|
"pages": "197--230", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ryan McDonald and Joakim Nivre. 2011. Analyzing and integrating dependency parsers. Comput. Lin- guist., 37:197-230.", |
|
"links": null |
|
}, |
|
"BIBREF19": { |
|
"ref_id": "b19", |
|
"title": "Non-projective dependency parsing using spanning tree algorithms", |
|
"authors": [ |
|
{ |
|
"first": "Ryan", |
|
"middle": [], |
|
"last": "Mcdonald", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Fernando", |
|
"middle": [], |
|
"last": "Pereira", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kiril", |
|
"middle": [], |
|
"last": "Ribarov", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "Proceedings of the Human Language Technology Conference and the Conference on Empirical Methods in Natural Language Processing (HLT/EMNLP)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "523--530", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ryan McDonald, Fernando Pereira, Kiril Ribarov, and Jan Haji\u010d. 2005. Non-projective dependency pars- ing using spanning tree algorithms. In Proceedings of the Human Language Technology Conference and the Conference on Empirical Methods in Natural Lan- guage Processing (HLT/EMNLP), pages 523-530.", |
|
"links": null |
|
}, |
|
"BIBREF20": { |
|
"ref_id": "b20", |
|
"title": "Multilingual dependency analysis with a twostage discriminative parser", |
|
"authors": [ |
|
{ |
|
"first": "Ryan", |
|
"middle": [], |
|
"last": "Mcdonald", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kevin", |
|
"middle": [], |
|
"last": "Lerman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Fernando", |
|
"middle": [], |
|
"last": "Pereira", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2006, |
|
"venue": "Proceedings of the 10th Conference on Computational Natural Language Learning (CoNLL)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "216--220", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ryan McDonald, Kevin Lerman, and Fernando Pereira. 2006. Multilingual dependency analysis with a two- stage discriminative parser. In Proceedings of the 10th Conference on Computational Natural Language Learning (CoNLL), pages 216-220.", |
|
"links": null |
|
}, |
|
"BIBREF21": { |
|
"ref_id": "b21", |
|
"title": "MAMBA meets TIGER: Reconstructing a Swedish treebank from Antiquity", |
|
"authors": [ |
|
{ |
|
"first": "Jens", |
|
"middle": [], |
|
"last": "Nilsson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Johan", |
|
"middle": [], |
|
"last": "Hall", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Joakim", |
|
"middle": [], |
|
"last": "Nivre", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "Proceedings of the NODALIDA Special Session on Treebanks", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jens Nilsson, Johan Hall, and Joakim Nivre. 2005. MAMBA meets TIGER: Reconstructing a Swedish treebank from Antiquity. In Peter Juel Henrichsen, ed- itor, Proceedings of the NODALIDA Special Session on Treebanks.", |
|
"links": null |
|
}, |
|
"BIBREF22": { |
|
"ref_id": "b22", |
|
"title": "Memory-based dependency parsing", |
|
"authors": [ |
|
{ |
|
"first": "Joakim", |
|
"middle": [], |
|
"last": "Nivre", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Johan", |
|
"middle": [], |
|
"last": "Hall", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jens", |
|
"middle": [], |
|
"last": "Nilsson", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2004, |
|
"venue": "Proceedings of the 8th Conference on Computational Natural Language Learning (CoNLL-2004)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "49--56", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Joakim Nivre, Johan Hall, and Jens Nilsson. 2004. Memory-based dependency parsing. In Proceedings of the 8th Conference on Computational Natural Lan- guage Learning (CoNLL-2004), pages 49-56, Morris- town, NJ, USA. Association for Computational Lin- guistics.", |
|
"links": null |
|
}, |
|
"BIBREF23": { |
|
"ref_id": "b23", |
|
"title": "Labeled pseudoprojective dependency parsing with support vector machines", |
|
"authors": [ |
|
{ |
|
"first": "Joakim", |
|
"middle": [], |
|
"last": "Nivre", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Johan", |
|
"middle": [], |
|
"last": "Hall", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jens", |
|
"middle": [], |
|
"last": "Nilsson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "G\u00fclsen", |
|
"middle": [], |
|
"last": "Eryigit", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Svetoslav", |
|
"middle": [], |
|
"last": "Marinov", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2006, |
|
"venue": "Proceedings of the 10th Conference on Computational Natural Language Learning (CoNLL)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "221--225", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Joakim Nivre, Johan Hall, Jens Nilsson, G\u00fclsen Eryigit, and Svetoslav Marinov. 2006. Labeled pseudo- projective dependency parsing with support vector ma- chines. In Proceedings of the 10th Conference on Computational Natural Language Learning (CoNLL), pages 221-225.", |
|
"links": null |
|
}, |
|
"BIBREF24": { |
|
"ref_id": "b24", |
|
"title": "An efficient algorithm for projective dependency parsing", |
|
"authors": [ |
|
{ |
|
"first": "Joakim", |
|
"middle": [], |
|
"last": "Nivre", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "Proceedings of the 8th International Workshop on Parsing Technologies (IWPT 03)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "149--160", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Joakim Nivre. 2003. An efficient algorithm for projec- tive dependency parsing. In Proceedings of the 8th In- ternational Workshop on Parsing Technologies (IWPT 03), pages 149-160. ACL/SIGPARSE.", |
|
"links": null |
|
}, |
|
"BIBREF25": { |
|
"ref_id": "b25", |
|
"title": "Algorithms for Deterministic Incremental Dependency Parsing", |
|
"authors": [ |
|
{ |
|
"first": "Joakim", |
|
"middle": [], |
|
"last": "Nivre", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "Computational Linguistics", |
|
"volume": "34", |
|
"issue": "4", |
|
"pages": "513--553", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Joakim Nivre. 2008. Algorithms for Deterministic Incre- mental Dependency Parsing. Computational Linguis- tics, 34(4):513-553.", |
|
"links": null |
|
}, |
|
"BIBREF26": { |
|
"ref_id": "b26", |
|
"title": "Non-projective dependency parsing in expected linear time", |
|
"authors": [ |
|
{ |
|
"first": "Joakim", |
|
"middle": [], |
|
"last": "Nivre", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "Proceedings of the Joint Conference of the 47th Annual Meeting of the ACL and the 4th International Joint Conference on Natural Language Processing of the AFNLP (ACL-IJCNLP)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "351--359", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Joakim Nivre. 2009. Non-projective dependency parsing in expected linear time. In Proceedings of the Joint Conference of the 47th Annual Meeting of the ACL and the 4th International Joint Conference on Natural Lan- guage Processing of the AFNLP (ACL-IJCNLP), pages 351-359.", |
|
"links": null |
|
}, |
|
"BIBREF27": { |
|
"ref_id": "b27", |
|
"title": "Building a Turkish treebank", |
|
"authors": [ |
|
{ |
|
"first": "Kemal", |
|
"middle": [], |
|
"last": "Oflazer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Bilge", |
|
"middle": [], |
|
"last": "Say", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "G\u00f6khan", |
|
"middle": [], |
|
"last": "Dilek Zeynep Hakkani-T\u00fcr", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "T\u00fcr", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "Treebanks: Building and Using Parsed Corpora", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "261--277", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kemal Oflazer, Bilge Say, Dilek Zeynep Hakkani-T\u00fcr, and G\u00f6khan T\u00fcr. 2003. Building a Turkish treebank. In Anne Abeill\u00e9, editor, Treebanks: Building and Us- ing Parsed Corpora, pages 261-277. Kluwer.", |
|
"links": null |
|
}, |
|
"BIBREF28": { |
|
"ref_id": "b28", |
|
"title": "Shift-reduce dependency DAG parsing", |
|
"authors": [ |
|
{ |
|
"first": "Kenji", |
|
"middle": [], |
|
"last": "Sagae", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jun'ichi", |
|
"middle": [], |
|
"last": "Tsujii", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "Proceedings of the 22nd International Conference on Computational Linguistics (COLING)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "753--760", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kenji Sagae and Jun'ichi Tsujii. 2008. Shift-reduce de- pendency DAG parsing. In Proceedings of the 22nd International Conference on Computational Linguis- tics (COLING), pages 753-760.", |
|
"links": null |
|
}, |
|
"BIBREF29": { |
|
"ref_id": "b29", |
|
"title": "A fast, accurate, non-projective, semantically-enriched parser", |
|
"authors": [ |
|
{ |
|
"first": "Stephen", |
|
"middle": [], |
|
"last": "Tratz", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Eduard", |
|
"middle": [], |
|
"last": "Hovy", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1257--1268", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Stephen Tratz and Eduard Hovy. 2011. A fast, accurate, non-projective, semantically-enriched parser. In Pro- ceedings of the 2011 Conference on Empirical Meth- ods in Natural Language Processing, pages 1257- 1268, Edinburgh, Scotland, UK., July. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF30": { |
|
"ref_id": "b30", |
|
"title": "Statistical dependency analysis with support vector machines", |
|
"authors": [ |
|
{ |
|
"first": "Hiroyasu", |
|
"middle": [], |
|
"last": "Yamada", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yuji", |
|
"middle": [], |
|
"last": "Matsumoto", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Hiroyasu Yamada and Yuji Matsumoto. 2003. Statisti- cal dependency analysis with support vector machines.", |
|
"links": null |
|
}, |
|
"BIBREF31": { |
|
"ref_id": "b31", |
|
"title": "Proceedings of the 8th International Workshop on Parsing Technologies (IWPT)", |
|
"authors": [], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "195--206", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "In Proceedings of the 8th International Workshop on Parsing Technologies (IWPT), pages 195-206.", |
|
"links": null |
|
}, |
|
"BIBREF32": { |
|
"ref_id": "b32", |
|
"title": "A tale of two parsers: Investigating and combining graph-based and transition-based dependency parsing", |
|
"authors": [ |
|
{ |
|
"first": "Yue", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Stephen", |
|
"middle": [], |
|
"last": "Clark", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "562--571", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yue Zhang and Stephen Clark. 2008. A tale of two parsers: Investigating and combining graph-based and transition-based dependency parsing. In Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP), pages 562-571.", |
|
"links": null |
|
}, |
|
"BIBREF33": { |
|
"ref_id": "b33", |
|
"title": "Transition-based dependency parsing with rich non-local features", |
|
"authors": [ |
|
{ |
|
"first": "Yue", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Joakim", |
|
"middle": [], |
|
"last": "Nivre", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies", |
|
"volume": "2", |
|
"issue": "", |
|
"pages": "188--193", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yue Zhang and Joakim Nivre. 2011. Transition-based dependency parsing with rich non-local features. In Proceedings of the 49th Annual Meeting of the Asso- ciation for Computational Linguistics: Human Lan- guage Technologies: short papers -Volume 2, HLT '11, pages 188-193, Stroudsburg, PA, USA. Associ- ation for Computational Linguistics.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"TABREF0": { |
|
"type_str": "table", |
|
"num": null, |
|
"text": "77.19 67.78 78.26 63.87 74.63 Chinese 86.46 90.18 82.47 86.14 86.62 90.64 Czech 77.24 83.40 78.70 84.24 78.28 83.94 Danish 84.91 89.80 85.21 90.20 82.53 87.35 German 86.18 88.60 84.31 86.50 86.48 88.90 Portug. 86.60 90.20 86.92 90.58 85.55 89.28 Swedish 83.33 88.83 82.81 88.03 81.66 88.03 Turkish 63.77 74.35 57.42 66.24 64.33 74.73 Table 1: Parsing accuracy (LAS and UAS, excluding punctuation) of Nivre's arc-eager parser without modification (NE), with the LEFT-BUFFER-ARC transition added (NE+LBA) and with the RIGHT-BUFFER-ARC transition added (NE+RBA). Best results for each language are shown in boldface.", |
|
"content": "<table><tr><td/><td/><td>NE+LBA</td><td>NE+RBA</td></tr><tr><td colspan=\"2\">Language LAS UAS</td><td>LAS UAS</td><td>LAS UAS</td></tr><tr><td>Arabic</td><td>66.43</td><td/></tr></table>", |
|
"html": null |
|
}, |
|
"TABREF2": { |
|
"type_str": "table", |
|
"num": null, |
|
"text": "", |
|
"content": "<table/>", |
|
"html": null |
|
}, |
|
"TABREF3": { |
|
"type_str": "table", |
|
"num": null, |
|
"text": "67.77 42.61 68.65 77.46 55.88 60.63 79.70 37.40 62.28 66.78 75.94 Chinese 85.69 85.79 80.92 84.19 89.00 85.96 84.77 88.01 81.08 79.46 87.72 86.33 Czech 85.73 76.44 80.79 78.34 91.07 86.25 76.62 82.58 79.49 75.98 90.26 81.97 Danish 89.47 83.92 88.65 84.16 91.72 86.27 78.04 92.30 90.23 77.52 88.79 92.10 German 89.15 87.11 83.75 87.23 94.30 89.55 84.38 95.98 79.26 81.60 91.66 90.73", |
|
"content": "<table><tr><td/><td>NE</td><td/><td/><td>NE+LBA</td><td/><td/><td>NE+RBA</td><td/><td/><td colspan=\"2\">NE+LBA+RBA</td><td/></tr><tr><td>Language</td><td>LA</td><td>RA</td><td>LA*</td><td>RA</td><td>LBA</td><td>LA</td><td>RA*</td><td>RBA</td><td>LA*</td><td>RA*</td><td>LBA</td><td>RBA</td></tr><tr><td colspan=\"3\">Arabic 58.28 Portuguese 94.77 84.91</td><td colspan=\"3\">90.83 85.11 97.07</td><td colspan=\"3\">93.84 81.86 92.29</td><td colspan=\"4\">88.72 79.86 96.02 89.26</td></tr><tr><td>Swedish</td><td colspan=\"2\">87.75 80.74</td><td colspan=\"3\">84.62 81.30 92.83</td><td colspan=\"3\">87.12 74.77 90.73</td><td colspan=\"4\">78.10 72.50 90.86 89.89</td></tr><tr><td>Turkish</td><td colspan=\"2\">59.68 74.21</td><td colspan=\"3\">53.02 74.01 72.78</td><td colspan=\"3\">60.23 69.23 73.91</td><td colspan=\"4\">49.34 48.48 65.57 41.94</td></tr></table>", |
|
"html": null |
|
}, |
|
"TABREF4": { |
|
"type_str": "table", |
|
"num": null, |
|
"text": "", |
|
"content": "<table><tr><td>hints at the reason: the</td></tr><tr><td>precision of buffer transitions noticeably decreases</td></tr><tr><td>when both of them are added at the same time, pre-</td></tr><tr><td>sumably because it is difficult for the classifier to</td></tr></table>", |
|
"html": null |
|
}, |
|
"TABREF5": { |
|
"type_str": "table", |
|
"num": null, |
|
"text": "", |
|
"content": "<table><tr><td>: Comparison of the parsing accuracy (LAS</td></tr><tr><td>and UAS, excluding punctuation) of Nivre's arc-eager</td></tr><tr><td>parser with projective buffer transitions (NE+LBA/RBA)</td></tr><tr><td>and the parser with the pseudo-projective transformation</td></tr></table>", |
|
"html": null |
|
}, |
|
"TABREF6": { |
|
"type_str": "table", |
|
"num": null, |
|
"text": "77.19 67.13 77.90 67.21 77.92 Chinese 86.46 90.18 87.71 91.39 86.98 90.76 Czech 77.24 83.40 78.88 84.72 78.12 83.78 Danish 84.91 89.80 85.17 90.10 84.25 88.92", |
|
"content": "<table><tr><td/><td>NE</td><td>NE+LNBA</td><td>NE+RNBA</td></tr><tr><td colspan=\"2\">Language LAS UAS</td><td>LAS UAS</td><td>LAS UAS</td></tr><tr><td colspan=\"4\">Arabic 66.43 German 86.18 88.60 86.96 88.98 85.56 88.30</td></tr><tr><td>Portug.</td><td colspan=\"3\">86.60 90.20 86.78 90.34 86.07 89.92</td></tr><tr><td>Swedish</td><td colspan=\"3\">83.33 88.83 83.55 89.30 83.17 88.59</td></tr><tr><td>Turkish</td><td colspan=\"3\">63.77 74.35 63.04 73.99 65.01 75.70</td></tr><tr><td/><td/><td/><td>5 On the other hand,</td></tr></table>", |
|
"html": null |
|
}, |
|
"TABREF7": { |
|
"type_str": "table", |
|
"num": null, |
|
"text": "", |
|
"content": "<table><tr><td>: Parsing accuracy (LAS and UAS, excluding punctuation) of Nivre's arc-eager parser without modifica-</td></tr><tr><td>tion (NE), with the LEFT-NONPROJ-BUFFER-ARC transition added (NE+LNBA) and with the RIGHT-NONPROJ-</td></tr><tr><td>BUFFER-ARC transition added (NE+RNBA). Best results for each language are shown in boldface.</td></tr></table>", |
|
"html": null |
|
}, |
|
"TABREF8": { |
|
"type_str": "table", |
|
"num": null, |
|
"text": "compares the performance of the arceager parser with the best non-projective buffer transition for each dataset with the results obtained by", |
|
"content": "<table><tr><td/><td colspan=\"4\">NE+LNBA/RNBA NE+PP (CoNLL X)</td></tr><tr><td>Language</td><td>LAS</td><td>UAS</td><td>LAS</td><td>UAS</td></tr><tr><td>Arabic</td><td>67.21</td><td>77.92</td><td>66.71</td><td>77.52</td></tr><tr><td>Chinese</td><td>87.71</td><td>91.39</td><td>86.92</td><td>90.54</td></tr><tr><td>Czech</td><td>78.88</td><td>84.72</td><td>78.42</td><td>84.80</td></tr><tr><td>Danish</td><td>85.09</td><td>89.98</td><td>84.77</td><td>89.80</td></tr><tr><td>German</td><td>86.96</td><td>88.98</td><td>85.82</td><td>88.76</td></tr><tr><td>Portug.</td><td>86.78</td><td>90.34</td><td>87.60</td><td>91.22</td></tr><tr><td colspan=\"2\">Swedish 83.55</td><td>89.30</td><td>84.58</td><td>89.50</td></tr><tr><td>Turkish</td><td>65.01</td><td>75.70</td><td>65.68</td><td>75.82</td></tr></table>", |
|
"html": null |
|
}, |
|
"TABREF9": { |
|
"type_str": "table", |
|
"num": null, |
|
"text": "", |
|
"content": "<table><tr><td colspan=\"5\">: Comparison of the parsing accuracy (LAS</td></tr><tr><td colspan=\"5\">and UAS, excluding punctuation) of Nivre's arc-</td></tr><tr><td colspan=\"5\">eager parser with non-projective buffer transitions</td></tr><tr><td colspan=\"5\">(NE+LNBA/RNBA) and the parser with the pseudo-</td></tr><tr><td colspan=\"4\">projective transformation (Nivre et al., 2006).</td><td/></tr><tr><td>System</td><td>PP</td><td>PR</td><td>NP</td><td>NR</td></tr><tr><td>NE</td><td colspan=\"2\">80.40 80.76</td><td>-</td><td>-</td></tr><tr><td>NE+LNBA/RNBA</td><td colspan=\"4\">80.96 81.33 58.87 15.66</td></tr><tr><td>NE+PP (CoNLL-X)</td><td colspan=\"4\">80.71 81.00 50.72 29.57</td></tr></table>", |
|
"html": null |
|
} |
|
} |
|
} |
|
} |