Preprint
Machine Learning

mT5

October 1, 2020

0

Citations

0

Influential Citations

Venue

2020

Year

Abstract

A multilingual variant of T5 based on T5 v1.1, pre-trained on a new Common Crawl-based dataset covering 101 languages (mC4).

Analysis

Why This Paper Matters

mT5 addresses a critical gap in NLP: the lack of large-scale multilingual pre-trained models and datasets. By extending T5 to 101 languages, it enables practitioners to build systems that understand and generate text across many languages without separate models. The release of mC4, a massive multilingual corpus, further lowers barriers for multilingual research.

This work is significant because it democratizes access to state-of-the-art language models for low-resource languages, potentially improving machine translation, cross-lingual information retrieval, and multilingual chatbots. It also sets a benchmark for future multilingual pre-training efforts.

Technical Contributions

  • Multilingual T5 Architecture: Adapts the T5 v1.1 encoder-decoder framework to handle 101 languages simultaneously, using a shared vocabulary and unified pre-training objective.
  • mC4 Dataset: Constructs a new Common Crawl-based dataset covering 101 languages, filtered and deduplicated to ensure quality. This is a key resource for multilingual NLP.
  • Pre-training Strategy: Employs the same span-corruption objective as T5 but applied to multilingual text, enabling cross-lingual transfer learning.

Results

The abstract does not report specific metrics or comparisons. However, the paper likely demonstrates competitive performance on multilingual benchmarks such as XTREME or MLQA, showing that mT5 matches or exceeds monolingual models while being more parameter-efficient.

Significance

mT5 has broad impact on AI by enabling a single model to serve many languages, reducing the carbon footprint and maintenance burden of deploying separate models. It also provides a foundation for cross-lingual transfer, where knowledge from high-resource languages improves performance on low-resource ones. The mC4 dataset itself is a valuable resource for future research in multilingual NLP and representation learning.