Unsupervised Dependency Parsing: Let's Use Supervised Parsers

Phong Le, Willem Zuidema

Abstract

We present a self-training approach to unsupervised dependency parsing that reuses existing supervised and unsupervised parsing algorithms. Our approach, called `iterated reranking' (IR), starts with dependency trees generated by an unsupervised parser, and iteratively improves these trees using the richer probability models used in supervised parsing that are in turn trained on these trees. Our system achieves 1.8% accuracy higher than the state-of-the-part parser of Spitkovsky et al. (2013) on the WSJ corpus.

Results

TaskDatasetMetricValueModel
Dependency ParsingPenn TreebankUAS66.2Iterative reranking

Related Papers