ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2020
Year
A multilingual sequence-to-sequence denoising auto-encoder that pre-trains a complete autoregressive model on large-scale monolingual corpora across many languages using the BART objective, achieving significant performance gains in machine translation tasks.
mBART is a landmark paper that brought the success of denoising auto-encoding pre-training (BART) to the multilingual domain. Prior to mBART, most multilingual pre-training focused on encoder-only models (e.g., mBERT) or encoder-decoder models trained on parallel data. mBART showed that a simple extension of BART to multiple languages, using only monolingual data, could yield dramatic improvements in machine translation quality. This was particularly impactful for low-resource languages where parallel data is scarce.
The paper demonstrated that the denoising objective forces the model to learn both language-specific and cross-lingual representations, effectively creating a shared latent space across languages. This insight opened the door for many follow-up works that combined mBART with back-translation, fine-tuning on parallel data, or other pre-training objectives.
mBART had a profound impact on the field of multilingual NLP. It demonstrated that monolingual data alone, when combined with a denoising objective, can produce a powerful multilingual sequence-to-sequence model. This shifted the focus from parallel data to monolingual data for cross-lingual tasks. The approach was quickly adopted by major translation systems and inspired variants like mBART-50 (extending to 50 languages) and XLM-E (combining with masked language modeling). mBART remains a foundational building block for many state-of-the-art multilingual generation systems.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba