English

Fast Rule-Based Decoding: Revisiting Syntactic Rules in Neural Constituency Parsing

Computation and Language 2022-12-19 v1 Artificial Intelligence Machine Learning

Abstract

Most recent studies on neural constituency parsing focus on encoder structures, while few developments are devoted to decoders. Previous research has demonstrated that probabilistic statistical methods based on syntactic rules are particularly effective in constituency parsing, whereas syntactic rules are not used during the training of neural models in prior work probably due to their enormous computation requirements. In this paper, we first implement a fast CKY decoding procedure harnessing GPU acceleration, based on which we further derive a syntactic rule-based (rule-constrained) CKY decoding. In the experiments, our method obtains 95.89 and 92.52 F1 on the datasets of PTB and CTB respectively, which shows significant improvements compared with previous approaches. Besides, our parser achieves strong and competitive cross-domain performance in zero-shot settings.

Keywords

Cite

@article{arxiv.2212.08458,
  title  = {Fast Rule-Based Decoding: Revisiting Syntactic Rules in Neural Constituency Parsing},
  author = {Tianyu Shi and Zhicheng Wang and Liyin Xiao and Cong Liu},
  journal= {arXiv preprint arXiv:2212.08458},
  year   = {2022}
}
R2 v1 2026-06-28T07:38:56.319Z