CLAug 20, 2020

Inducing Language-Agnostic Multilingual Representations

arXiv:2008.09112v2747 citations
AI Analysis

This work addresses the challenge of enabling NLP for many languages without large corpora or typological similarity, though it is incremental as it builds on existing multilingual models.

The paper tackled the problem of making cross-lingual representations more language-agnostic by removing language identity signals from multilingual embeddings, evaluating three approaches on tasks like XNLI and MT across 19 languages. The combination of these methods reduced the cross-lingual transfer gap by 8.9 points for m-BERT and 18.2 points for XLM-R on average.

Cross-lingual representations have the potential to make NLP techniques available to the vast majority of languages in the world. However, they currently require large pretraining corpora or access to typologically similar languages. In this work, we address these obstacles by removing language identity signals from multilingual embeddings. We examine three approaches for this: (i) re-aligning the vector spaces of target languages (all together) to a pivot source language; (ii) removing language-specific means and variances, which yields better discriminativeness of embeddings as a by-product; and (iii) increasing input similarity across languages by removing morphological contractions and sentence reordering. We evaluate on XNLI and reference-free MT across 19 typologically diverse languages. Our findings expose the limitations of these approaches -- unlike vector normalization, vector space re-alignment and text normalization do not achieve consistent gains across encoders and languages. Due to the approaches' additive effects, their combination decreases the cross-lingual transfer gap by 8.9 points (m-BERT) and 18.2 points (XLM-R) on average across all tasks and languages, however. Our code and models are publicly available.

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