English

Tetra-Tagging: Word-Synchronous Parsing with Linear-Time Inference

Computation and Language 2020-06-30 v2

Abstract

We present a constituency parsing algorithm that, like a supertagger, works by assigning labels to each word in a sentence. In order to maximally leverage current neural architectures, the model scores each word's tags in parallel, with minimal task-specific structure. After scoring, a left-to-right reconciliation phase extracts a tree in (empirically) linear time. Our parser achieves 95.4 F1 on the WSJ test set while also achieving substantial speedups compared to current state-of-the-art parsers with comparable accuracies.

Keywords

Cite

@article{arxiv.1904.09745,
  title  = {Tetra-Tagging: Word-Synchronous Parsing with Linear-Time Inference},
  author = {Nikita Kitaev and Dan Klein},
  journal= {arXiv preprint arXiv:1904.09745},
  year   = {2020}
}

Comments

ACL 2020

R2 v1 2026-06-23T08:46:01.236Z