English

Cross-lingual Alignment vs Joint Training: A Comparative Study and A Simple Unified Framework

Computation and Language 2020-02-19 v4 Machine Learning

Abstract

Learning multilingual representations of text has proven a successful method for many cross-lingual transfer learning tasks. There are two main paradigms for learning such representations: (1) alignment, which maps different independently trained monolingual representations into a shared space, and (2) joint training, which directly learns unified multilingual representations using monolingual and cross-lingual objectives jointly. In this paper, we first conduct direct comparisons of representations learned using both of these methods across diverse cross-lingual tasks. Our empirical results reveal a set of pros and cons for both methods, and show that the relative performance of alignment versus joint training is task-dependent. Stemming from this analysis, we propose a simple and novel framework that combines these two previously mutually-exclusive approaches. Extensive experiments demonstrate that our proposed framework alleviates limitations of both approaches, and outperforms existing methods on the MUSE bilingual lexicon induction (BLI) benchmark. We further show that this framework can generalize to contextualized representations such as Multilingual BERT, and produces state-of-the-art results on the CoNLL cross-lingual NER benchmark.

Keywords

Cite

@article{arxiv.1910.04708,
  title  = {Cross-lingual Alignment vs Joint Training: A Comparative Study and A Simple Unified Framework},
  author = {Zirui Wang and Jiateng Xie and Ruochen Xu and Yiming Yang and Graham Neubig and Jaime Carbonell},
  journal= {arXiv preprint arXiv:1910.04708},
  year   = {2020}
}

Comments

Published as a conference paper at ICLR 2020. First two authors contributed equally. Source code is available at https://github.com/thespectrewithin/joint-align

R2 v1 2026-06-23T11:40:03.317Z