MaLA: A Corpus and Data Mix for Massive Language Adaptation of Large Language Models

Authors Shaoxiong Ji, Zihao Li, Jaakko Paavola, Peiqin Lin, Pinzhen Chen, Dayyán O'Brien, Hengyu Luo, Hinrich Schütze, Jörg Tiedemann, Barry Haddow
Venue COLM 2026
Date August 2026
Read Paper Code Data Model

Abstract

In this work, we present the MaLA (Massively multilingual Language Adaptation) suite, a comprehensive collection of open-access resources designed to advance language technology across 546 languages. The primary contribution is the MaLA corpus, a 74-billion-token dataset specifically engineered for the continual pre-training of large language models (LLMs). To ensure high utility and robustness for various tasks, we introduce a diverse data mix that balances underrepresented languages with curated high-resource data. This mix includes: (1) structured scientific literature; (2) literary archives; (3) multilingual instruction sets; and (4) programming data. We document the corpus provenance and sampling strategies—upsampling low-resource and downsampling high-resource languages—to reduce forgetting (particularly in code generation) while expanding language capacity. Leveraging this resource, we release EMMA-500, a Llama 2-based model optimized for cross-lingual transfer and language adaptability. Beyond the model weights, we provide the full suite of scripts, processing pipelines, and model generations to support reproducibility and further experimentation in multilingual indexing and retrieval. We release the MaLA suite, including the MaLA corpus, EMMA-500 model weights, scripts, and model generations, under open licenses to provide the community with the testbeds and tools necessary to evaluate and improve global information access.

Evaluation results showing EMMA-500 wins across downstream tasks.
Figure 1: The number of wins, i.e., the number of times EMMA-500 achieves the best or superior performance compared to other models in the same category across various evaluation tasks and benchmarks.

Overview

As the field of multilingual LLMs evolves, the role of data becomes increasingly critical in enhancing performance, particularly for low-resource languages. The MaLA suite addresses the crucial need for high-quality, diverse data in massively multilingual continual pre-training (CPT). It introduces a new 939-language corpus, a 136B-token training mix, and the EMMA-500 demonstration model. By diversifying text types (including code, books, scientific papers, and instruction data), MaLA ensures robust adaptation across a wide array of linguistic contexts without regressing on specialized capabilities like programming.

Key Contributions

The MaLA Corpus

Our multilingual corpus features the following characteristics:

Data Inventory

Dataset Repository Size Description
Hugging Face MaLA-LM/mala-monolingual-integration 2.14B The MaLA monolingual corpus's noisy version that integrates texts from different sources without cleaning.
Hugging Face MaLA-LM/mala-monolingual-filter 1.42B The MaLA monolingual corpus's filtered version that performs further data filtering.
Hugging Face MaLA-LM/mala-monolingual-dedup 969M The MaLA monolingual corpus's deduplicated version that removes repeated data points.
Hugging Face MaLA-LM/mala-monolingual-split 825M The MaLA monolingual corpus's final version is processed by splitting the filtered and deduplicated version into training and test sets.
Hugging Face MaLA-LM/mala-code-reasoning 44.9M The first version of the MaLA code and reasoning dataset used for training EMMA-500.

Evaluation Results

To evaluate downstream impact beyond intrinsic language modeling, we benchmark on a comprehensive suite of 9 task families across 15 benchmarks (including translation, classification, commonsense reasoning, natural language inference, summarization, math, and code generation). In a comparison with decoder-only LLMs, our model achieves strong results:

BibTeX

@inproceedings{ji2026mala,
  title     = {MaLA: A Corpus and Data Mix for Massive Language Adaptation of Large Language Models},
  author    = {Ji, Shaoxiong and Li, Zihao and Paavola, Jaakko and Lin, Peiqin and Chen, Pinzhen and O'Brien, Dayy{\'a}n and Luo, Hengyu and Sch{\"u}tze, Hinrich and Tiedemann, J{\"o}rg and Haddow, Barry},
  booktitle = {Proceedings of Conference on Language Modeling (COLM 2026)},
  year      = {2026},
  url       = {https://www.olaresearch.org/MaLA/}
}