Ungreedy Methods for Chinese Deterministic Dependency Parsing

Abstract

Deterministic dependency parsing has often been regarded as an efficient algorithm while its parsing accuracy is a little lower than the best results reported by more complex methods. In this paper, we compare deterministic dependency parsers with complex parsing methods such as generative and discriminative parsers on the standard data set of Penn Chinese Treebank. The results show that, for Chinese dependency parsing, deterministic parsers outperform generative and discriminative parsers. Furthermore, basing on the observation that deterministic parsing is a greedy algorithm which chooses the most probable parsing action at every step, we propose three kinds of ungreedy deterministic dependency parsing algorithms to globally model parsing actions. We take the original deterministic parsers as baseline systems. Results show that ungreedy deterministic dependency parsers perform better than the baseline systems while maintaining the same time complexity, and our best result improve much over baseline.

Cite

Text

Duan et al. "Ungreedy Methods for Chinese Deterministic Dependency Parsing." AAAI Conference on Artificial Intelligence, 2007.

Markdown

[Duan et al. "Ungreedy Methods for Chinese Deterministic Dependency Parsing." AAAI Conference on Artificial Intelligence, 2007.](https://mlanthology.org/aaai/2007/duan2007aaai-ungreedy/)

BibTeX

@inproceedings{duan2007aaai-ungreedy,
  title     = {{Ungreedy Methods for Chinese Deterministic Dependency Parsing}},
  author    = {Duan, Xiangyu and Zhao, Jun and Xu, Bo},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2007},
  pages     = {1850-1851},
  url       = {https://mlanthology.org/aaai/2007/duan2007aaai-ungreedy/}
}