HC-Search for Incremental Parsing

Abstract

Standard incremental parsing algorithm employs a single scoring function and beam-search to find the best parse tree from an exponentially large search space. Inspired by recently proposed HC-search framework, we decompose the incremental parsing algorithm into two steps: first searching a set of high-quality outputs with beam-search, and second selecting the best output with a ranking model. We learn our incremental parsing model with a relaxed learning objective. We incorporate arbitrary features in our ranking model and learn the model from fine grain ranking examples. Experimental results on standard English and Chinese datasets show our method significantly outperforms a strong baseline. PDF

Cite

Text

Liu et al. "HC-Search for Incremental Parsing." International Joint Conference on Artificial Intelligence, 2016.

Markdown

[Liu et al. "HC-Search for Incremental Parsing." International Joint Conference on Artificial Intelligence, 2016.](https://mlanthology.org/ijcai/2016/liu2016ijcai-hc/)

BibTeX

@inproceedings{liu2016ijcai-hc,
  title     = {{HC-Search for Incremental Parsing}},
  author    = {Liu, Yijia and Che, Wanxiang and Qin, Bing and Liu, Ting},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2016},
  pages     = {2887-2893},
  url       = {https://mlanthology.org/ijcai/2016/liu2016ijcai-hc/}
}