English

Left-to-Right Dependency Parsing with Pointer Networks

Computation and Language 2019-03-21 v1

Abstract

We propose a novel transition-based algorithm that straightforwardly parses sentences from left to right by building nn attachments, with nn being the length of the input sentence. Similarly to the recent stack-pointer parser by Ma et al. (2018), we use the pointer network framework that, given a word, can directly point to a position from the sentence. However, our left-to-right approach is simpler than the original top-down stack-pointer parser (not requiring a stack) and reduces transition sequence length in half, from 2nn-1 actions to nn. This results in a quadratic non-projective parser that runs twice as fast as the original while achieving the best accuracy to date on the English PTB dataset (96.04% UAS, 94.43% LAS) among fully-supervised single-model dependency parsers, and improves over the former top-down transition system in the majority of languages tested.

Keywords

Cite

@article{arxiv.1903.08445,
  title  = {Left-to-Right Dependency Parsing with Pointer Networks},
  author = {Daniel Fernández-González and Carlos Gómez-Rodríguez},
  journal= {arXiv preprint arXiv:1903.08445},
  year   = {2019}
}

Comments

Proceedings of NAACL 2019. 7 pages

R2 v1 2026-06-23T08:13:48.516Z