Combine Constituent and Dependency Parsing via Reranking
Abstract
This paper presents a reranking approach to combining constituent and dependency parsing, aimed at improving parsing performance on both sides. Most previous combination methods rely on complicated joint decoding to integrate graph- and transition-based dependency models. Instead, our approach makes use of a high-performance probabilistic context free grammar (PCFG) model to output k-best candidate constituent trees, and then a dependency parsing model to rerank the trees by their scores from both models, so as to get the most probable parse. Experimental results show that this reranking approach achieves the highest accuracy of constituent and dependency parsing on Chinese treebank (CTB5.1) and a comparable performance to the state of the art on English treebank (WSJ).
Cite
Text
Ren et al. "Combine Constituent and Dependency Parsing via Reranking." International Joint Conference on Artificial Intelligence, 2013.Markdown
[Ren et al. "Combine Constituent and Dependency Parsing via Reranking." International Joint Conference on Artificial Intelligence, 2013.](https://mlanthology.org/ijcai/2013/ren2013ijcai-combine/)BibTeX
@inproceedings{ren2013ijcai-combine,
title = {{Combine Constituent and Dependency Parsing via Reranking}},
author = {Ren, Xiaona and Chen, Xiao and Kit, Chunyu},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2013},
pages = {2155-2161},
url = {https://mlanthology.org/ijcai/2013/ren2013ijcai-combine/}
}