CLMay 2, 2021

Larger-Scale Transformers for Multilingual Masked Language Modeling

arXiv:2105.00572v1739 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the need for better multilingual NLP models, particularly for low-resource languages, by scaling existing methods, making it incremental.

The authors tackled the problem of improving cross-lingual language understanding by scaling up multilingual masked language models, resulting in models with 3.5B and 10.7B parameters that outperformed XLM-R by 1.8% and 2.4% average accuracy on XNLI and RoBERTa-Large by 0.3% on average on English GLUE tasks while handling 99 more languages.

Recent work has demonstrated the effectiveness of cross-lingual language model pretraining for cross-lingual understanding. In this study, we present the results of two larger multilingual masked language models, with 3.5B and 10.7B parameters. Our two new models dubbed XLM-R XL and XLM-R XXL outperform XLM-R by 1.8% and 2.4% average accuracy on XNLI. Our model also outperforms the RoBERTa-Large model on several English tasks of the GLUE benchmark by 0.3% on average while handling 99 more languages. This suggests pretrained models with larger capacity may obtain both strong performance on high-resource languages while greatly improving low-resource languages. We make our code and models 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