Combining Generative and Discriminative Approaches to Unsupervised Dependency Parsing via Dual Decomposition
Computation and Language
2017-09-26 v2
Abstract
Unsupervised dependency parsing aims to learn a dependency parser from unannotated sentences. Existing work focuses on either learning generative models using the expectation-maximization algorithm and its variants, or learning discriminative models using the discriminative clustering algorithm. In this paper, we propose a new learning strategy that learns a generative model and a discriminative model jointly based on the dual decomposition method. Our method is simple and general, yet effective to capture the advantages of both models and improve their learning results. We tested our method on the UD treebank and achieved a state-of-the-art performance on thirty languages.
Keywords
Cite
@article{arxiv.1708.00790,
title = {Combining Generative and Discriminative Approaches to Unsupervised Dependency Parsing via Dual Decomposition},
author = {Yong Jiang and Wenjuan Han and Kewei Tu},
journal= {arXiv preprint arXiv:1708.00790},
year = {2017}
}
Comments
In EMNLP 2017. A typo fixed in Algo 2