Global Transition-based Non-projective Dependency Parsing
Carlos G\'omez-Rodr\'iguez, Tianze Shi, Lillian Lee

TL;DR
This paper extends transition-based dependency parsing to support non-projective structures by implementing the MH_4 algorithm, achieving high coverage and improved accuracy on non-projective languages.
Contribution
It introduces the first practical non-projective transition-based parser with global decoding using the MH_4 algorithm, enhancing parsing capabilities for complex languages.
Findings
High coverage on non-projective treebanks
More effective than projective parsers on non-projective languages
First implementation of global decoding for non-projective transition parsing
Abstract
Shi, Huang, and Lee (2017) obtained state-of-the-art results for English and Chinese dependency parsing by combining dynamic-programming implementations of transition-based dependency parsers with a minimal set of bidirectional LSTM features. However, their results were limited to projective parsing. In this paper, we extend their approach to support non-projectivity by providing the first practical implementation of the MH_4 algorithm, an mildly nonprojective dynamic-programming parser with very high coverage on non-projective treebanks. To make MH_4 compatible with minimal transition-based feature sets, we introduce a transition-based interpretation of it in which parser items are mapped to sequences of transitions. We thus obtain the first implementation of global decoding for non-projective transition-based parsing, and demonstrate empirically that it is more effective than…
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 · Software Engineering Research
