English

Global Transition-based Non-projective Dependency Parsing

Computation and Language 2018-07-06 v1

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 O(n4)O(n^4) 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 its projective counterpart in parsing a number of highly non-projective languages

Keywords

Cite

@article{arxiv.1807.01745,
  title  = {Global Transition-based Non-projective Dependency Parsing},
  author = {Carlos Gómez-Rodríguez and Tianze Shi and Lillian Lee},
  journal= {arXiv preprint arXiv:1807.01745},
  year   = {2018}
}

Comments

Proceedings of ACL 2018. 13 pages

R2 v1 2026-06-23T02:51:08.141Z