CLAILGNov 15, 2022

ALIGN-MLM: Word Embedding Alignment is Crucial for Multilingual Pre-training

Princeton
arXiv:2211.08547v19 citationsh-index: 18
Originality Highly original
AI Analysis

This addresses the challenge of improving zero-shot cross-lingual transfer for multilingual NLP tasks, offering a novel approach to enhance model performance across languages.

The paper tackles the problem of understanding cross-lingual transfer in multilingual pre-trained models by highlighting the importance of word embedding alignment, proposing ALIGN-MLM, which outperforms or matches existing objectives, achieving gains like 35 and 30 F1 points on POS-tagging for specific language pairs.

Multilingual pre-trained models exhibit zero-shot cross-lingual transfer, where a model fine-tuned on a source language achieves surprisingly good performance on a target language. While studies have attempted to understand transfer, they focus only on MLM, and the large number of differences between natural languages makes it hard to disentangle the importance of different properties. In this work, we specifically highlight the importance of word embedding alignment by proposing a pre-training objective (ALIGN-MLM) whose auxiliary loss guides similar words in different languages to have similar word embeddings. ALIGN-MLM either outperforms or matches three widely adopted objectives (MLM, XLM, DICT-MLM) when we evaluate transfer between pairs of natural languages and their counterparts created by systematically modifying specific properties like the script. In particular, ALIGN-MLM outperforms XLM and MLM by 35 and 30 F1 points on POS-tagging for transfer between languages that differ both in their script and word order (left-to-right v.s. right-to-left). We also show a strong correlation between alignment and transfer for all objectives (e.g., rho=0.727 for XNLI), which together with ALIGN-MLM's strong performance calls for explicitly aligning word embeddings for multilingual models.

Code Implementations1 repo
Foundations

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

Your Notes