English

Deep Contextualized Self-training for Low Resource Dependency Parsing

Computation and Language 2019-11-12 v1 Machine Learning

Abstract

Neural dependency parsing has proven very effective, achieving state-of-the-art results on numerous domains and languages. Unfortunately, it requires large amounts of labeled data, that is costly and laborious to create. In this paper we propose a self-training algorithm that alleviates this annotation bottleneck by training a parser on its own output. Our Deep Contextualized Self-training (DCST) algorithm utilizes representation models trained on sequence labeling tasks that are derived from the parser's output when applied to unlabeled data, and integrates these models with the base parser through a gating mechanism. We conduct experiments across multiple languages, both in low resource in-domain and in cross-domain setups, and demonstrate that DCST substantially outperforms traditional self-training as well as recent semi-supervised training methods.

Keywords

Cite

@article{arxiv.1911.04286,
  title  = {Deep Contextualized Self-training for Low Resource Dependency Parsing},
  author = {Guy Rotman and Roi Reichart},
  journal= {arXiv preprint arXiv:1911.04286},
  year   = {2019}
}

Comments

Accepted to TACL in September 2019

R2 v1 2026-06-23T12:11:41.766Z