mT5: A massively multilingual pre-trained text-to-text transformer
Linting Xue, Noah Constant, Adam Roberts, Mihir Kale, Rami Al-Rfou,, Aditya Siddhant, Aditya Barua, Colin Raffel

TL;DR
mT5 extends the T5 model to 101 languages, achieving state-of-the-art results on multilingual NLP tasks through a new training dataset and techniques to prevent accidental translation.
Contribution
This paper introduces mT5, a multilingual T5 model trained on a large dataset covering 101 languages, with improved multilingual performance and a method to avoid accidental translation.
Findings
Achieved state-of-the-art results on multiple multilingual benchmarks.
Demonstrated effective techniques to prevent accidental translation.
Provided publicly available code and model checkpoints.
Abstract
The recent "Text-to-Text Transfer Transformer" (T5) leveraged a unified text-to-text format and scale to attain state-of-the-art results on a wide variety of English-language NLP tasks. In this paper, we introduce mT5, a multilingual variant of T5 that was pre-trained on a new Common Crawl-based dataset covering 101 languages. We detail the design and modified training of mT5 and demonstrate its state-of-the-art performance on many multilingual benchmarks. We also describe a simple technique to prevent "accidental translation" in the zero-shot setting, where a generative model chooses to (partially) translate its prediction into the wrong language. All of the code and model checkpoints used in this work are publicly available.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- 🤗google/mt5-smallmodel· 206k dl· ♡ 181206k dl♡ 181
- 🤗Narrativa/mT5-base-finetuned-tydiQA-question-generationmodel· 1.1k dl· ♡ 161.1k dl♡ 16
- 🤗Narrativa/mT5-base-finetuned-tydiQA-xqamodel· 109 dl· ♡ 6109 dl♡ 6
- 🤗alan-turing-institute/mt5-large-finetuned-mnli-xtreme-xnlimodel· 31 dl· ♡ 1331 dl♡ 13
- 🤗google/mt5-basemodel· 57k dl· ♡ 25857k dl♡ 258
- 🤗google/mt5-largemodel· 264k dl· ♡ 103264k dl♡ 103
- 🤗google/mt5-xlmodel· 8.1k dl· ♡ 258.1k dl♡ 25
- 🤗google/mt5-xxlmodel· 987 dl· ♡ 71987 dl♡ 71
- 🤗mrm8488/mT5-small-finetuned-tydiqa-for-xqamodel· 15 dl· ♡ 215 dl♡ 2
- 🤗tftransformers/mt5-basemodel· 1 dl1 dl
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Speech Recognition and Synthesis
MethodsLinear Layer · mT5 · Attention Is All You Need · Inverse Square Root Schedule · Byte Pair Encoding · Softmax · Layer Normalization · Dense Connections · Multi-Head Attention · Adafactor
