English

4 and 7-bit Labeling for Projective and Non-Projective Dependency Trees

Computation and Language 2023-10-24 v1 Formal Languages and Automata Theory

Abstract

We introduce an encoding for parsing as sequence labeling that can represent any projective dependency tree as a sequence of 4-bit labels, one per word. The bits in each word's label represent (1) whether it is a right or left dependent, (2) whether it is the outermost (left/right) dependent of its parent, (3) whether it has any left children and (4) whether it has any right children. We show that this provides an injective mapping from trees to labels that can be encoded and decoded in linear time. We then define a 7-bit extension that represents an extra plane of arcs, extending the coverage to almost full non-projectivity (over 99.9% empirical arc coverage). Results on a set of diverse treebanks show that our 7-bit encoding obtains substantial accuracy gains over the previously best-performing sequence labeling encodings.

Keywords

Cite

@article{arxiv.2310.14319,
  title  = {4 and 7-bit Labeling for Projective and Non-Projective Dependency Trees},
  author = {Carlos Gómez-Rodríguez and Diego Roca and David Vilares},
  journal= {arXiv preprint arXiv:2310.14319},
  year   = {2023}
}

Comments

Accepted for publication at EMNLP 2023

R2 v1 2026-06-28T12:58:05.460Z