CLJan 19, 2024

Breaking the Curse of Multilinguality with Cross-lingual Expert Language Models

arXiv:2401.10440v250 citationsEMNLP
AI Analysis

This addresses the performance gap in multilingual NLP for non-English languages, offering incremental improvements through a specialized ensemble approach.

The paper tackles the problem of multilingual language models underperforming monolingual ones due to inter-language competition by proposing Cross-lingual Expert Language Models (X-ELM), which independently train models on subsets of the multilingual corpus, resulting in outperforming jointly trained models across all considered languages with gains transferring to downstream tasks.

Despite their popularity in non-English NLP, multilingual language models often underperform monolingual ones due to inter-language competition for model parameters. We propose Cross-lingual Expert Language Models (X-ELM), which mitigate this competition by independently training language models on subsets of the multilingual corpus. This process specializes X-ELMs to different languages while remaining effective as a multilingual ensemble. Our experiments show that when given the same compute budget, X-ELM outperforms jointly trained multilingual models across all considered languages and that these gains transfer to downstream tasks. X-ELM provides additional benefits over performance improvements: new experts can be iteratively added, adapting X-ELM to new languages without catastrophic forgetting. Furthermore, training is asynchronous, reducing the hardware requirements for multilingual training and democratizing multilingual modeling.

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