English

Dependency Graph Parsing as Sequence Labeling

Computation and Language 2024-10-24 v1

Abstract

Various linearizations have been proposed to cast syntactic dependency parsing as sequence labeling. However, these approaches do not support more complex graph-based representations, such as semantic dependencies or enhanced universal dependencies, as they cannot handle reentrancy or cycles. By extending them, we define a range of unbounded and bounded linearizations that can be used to cast graph parsing as a tagging task, enlarging the toolbox of problems that can be solved under this paradigm. Experimental results on semantic dependency and enhanced UD parsing show that with a good choice of encoding, sequence-labeling dependency graph parsers combine high efficiency with accuracies close to the state of the art, in spite of their simplicity.

Keywords

Cite

@article{arxiv.2410.17972,
  title  = {Dependency Graph Parsing as Sequence Labeling},
  author = {Ana Ezquerro and David Vilares and Carlos Gómez-Rodríguez},
  journal= {arXiv preprint arXiv:2410.17972},
  year   = {2024}
}

Comments

Accepted at EMNLP-2024

R2 v1 2026-06-28T19:33:02.503Z