Tetra-Tagging: Word-Synchronous Parsing with Linear-Time Inference
2019-04-22ACL 2020Code Available0· sign in to hype
Nikita Kitaev, Dan Klein
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/nikitakit/tetra-taggingOfficialIn papernone★ 0
- github.com/yzhangcs/parserpytorch★ 878
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.
Tasks
Benchmark Results
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| Penn Treebank | Tetra Tagging | F1 score | 95.44 | — | Unverified |