We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.CL

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Computation and Language

Title: Global Greedy Dependency Parsing

Abstract: Most syntactic dependency parsing models may fall into one of two categories: transition- and graph-based models. The former models enjoy high inference efficiency with linear time complexity, but they rely on the stacking or re-ranking of partially-built parse trees to build a complete parse tree and are stuck with slower training for the necessity of dynamic oracle training. The latter, graph-based models, may boast better performance but are unfortunately marred by polynomial time inference. In this paper, we propose a novel parsing order objective, resulting in a novel dependency parsing model capable of both global (in sentence scope) feature extraction as in graph models and linear time inference as in transitional models. The proposed global greedy parser only uses two arc-building actions, left and right arcs, for projective parsing. When equipped with two extra non-projective arc-building actions, the proposed parser may also smoothly support non-projective parsing. Using multiple benchmark treebanks, including the Penn Treebank (PTB), the CoNLL-X treebanks, and the Universal Dependency Treebanks, we evaluate our parser and demonstrate that the proposed novel parser achieves good performance with faster training and decoding.
Comments: Accepted by AAAI-20
Subjects: Computation and Language (cs.CL)
Cite as: arXiv:1911.08673 [cs.CL]
  (or arXiv:1911.08673v3 [cs.CL] for this version)

Submission history

From: Zuchao Li [view email]
[v1] Wed, 20 Nov 2019 02:57:53 GMT (1281kb,D)
[v2] Mon, 10 Feb 2020 06:24:18 GMT (2093kb,D)
[v3] Wed, 12 Feb 2020 12:19:07 GMT (2093kb,D)

Link back to: arXiv, form interface, contact.