English

TreePiece: Faster Semantic Parsing via Tree Tokenization

Computation and Language 2023-03-31 v1 Artificial Intelligence

Abstract

Autoregressive (AR) encoder-decoder neural networks have proved successful in many NLP problems, including Semantic Parsing -- a task that translates natural language to machine-readable parse trees. However, the sequential prediction process of AR models can be slow. To accelerate AR for semantic parsing, we introduce a new technique called TreePiece that tokenizes a parse tree into subtrees and generates one subtree per decoding step. On TopV2 benchmark, TreePiece shows 4.6 times faster decoding speed than standard AR, and comparable speed but significantly higher accuracy compared to Non-Autoregressive (NAR).

Keywords

Cite

@article{arxiv.2303.17161,
  title  = {TreePiece: Faster Semantic Parsing via Tree Tokenization},
  author = {Sid Wang and Akshat Shrivastava and Sasha Livshits},
  journal= {arXiv preprint arXiv:2303.17161},
  year   = {2023}
}

Comments

4 pages main body + 4 pages appendices

R2 v1 2026-06-28T09:40:54.056Z