Global Greedy Dependency Parsing
Zuchao Li, Hai Zhao, Kevin Parnow

TL;DR
This paper introduces a novel dependency parsing model that combines the efficiency of transition-based methods with the global feature extraction of graph-based models, supporting both projective and non-projective parsing.
Contribution
The paper proposes a new global greedy dependency parser that achieves linear-time inference while capturing global sentence features, supporting both projective and non-projective parsing.
Findings
Achieves competitive accuracy on multiple benchmark datasets.
Supports both projective and non-projective dependency parsing.
Offers faster training and decoding compared to existing models.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Machine Learning in Bioinformatics
