CLNov 4, 2019

Emerging Cross-lingual Structure in Pretrained Language Models

arXiv:1911.01464v31128 citations
Originality Incremental advance
AI Analysis

This addresses the problem of cross-lingual transfer in NLP, showing it's more robust than previously thought, though it's incremental in understanding model mechanisms.

The study investigates multilingual masked language modeling, revealing that cross-lingual transfer works without shared vocabulary or similar domains, requiring only shared parameters in top layers, and suggests universal symmetries in embedding spaces enable this alignment.

We study the problem of multilingual masked language modeling, i.e. the training of a single model on concatenated text from multiple languages, and present a detailed study of several factors that influence why these models are so effective for cross-lingual transfer. We show, contrary to what was previously hypothesized, that transfer is possible even when there is no shared vocabulary across the monolingual corpora and also when the text comes from very different domains. The only requirement is that there are some shared parameters in the top layers of the multi-lingual encoder. To better understand this result, we also show that representations from independently trained models in different languages can be aligned post-hoc quite effectively, strongly suggesting that, much like for non-contextual word embeddings, there are universal latent symmetries in the learned embedding spaces. For multilingual masked language modeling, these symmetries seem to be automatically discovered and aligned during the joint training process.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes