English

Parameter sharing between dependency parsers for related languages

Computation and Language 2018-10-08 v2

Abstract

Previous work has suggested that parameter sharing between transition-based neural dependency parsers for related languages can lead to better performance, but there is no consensus on what parameters to share. We present an evaluation of 27 different parameter sharing strategies across 10 languages, representing five pairs of related languages, each pair from a different language family. We find that sharing transition classifier parameters always helps, whereas the usefulness of sharing word and/or character LSTM parameters varies. Based on this result, we propose an architecture where the transition classifier is shared, and the sharing of word and character parameters is controlled by a parameter that can be tuned on validation data. This model is linguistically motivated and obtains significant improvements over a monolingually trained baseline. We also find that sharing transition classifier parameters helps when training a parser on unrelated language pairs, but we find that, in the case of unrelated languages, sharing too many parameters does not help.

Keywords

Cite

@article{arxiv.1808.09055,
  title  = {Parameter sharing between dependency parsers for related languages},
  author = {Miryam de Lhoneux and Johannes Bjerva and Isabelle Augenstein and Anders Søgaard},
  journal= {arXiv preprint arXiv:1808.09055},
  year   = {2018}
}

Comments

EMNLP 2018

R2 v1 2026-06-23T03:45:25.785Z