MixMinMatch
Collection
Collection of datasets from MixMinMatch work. • 17 items • Updated • 2
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
IndMix (https://arxiv.org/abs/2512.18834) is an Indonesian pretraining corpus built by combining six publicly available Indonesian datasets, applying Indonesian-specific quality filtering, and performing cross-dataset deduplication.
| Subset | Description |
|---|---|
quality_filtered |
Quality-filtered data before deduplication |
minhash_deduped |
Document-level MinHash deduplication |
matched |
Documents appearing in 2+ source datasets |
The matched subset uses cross-dataset agreement as a signal for quality.
from datasets import load_dataset
ds = load_dataset("AdaMLLab/IndMix", "minhash_deduped")
ds = load_dataset("AdaMLLab/IndMix", "quality_filtered")
ds = load_dataset("AdaMLLab/IndMix", "matched")
HuggingFaceFW/fineweb-2, ind_Latn)HPLT/HPLT2.0_cleaned, ind_Latn)uonlp/CulturaX, id)allenai/c4, id)HuggingFaceFW/finepdfs, ind_Latn)aisingapore/SEA-PILE-v2, id)@misc{alrashed2025mixminmatch,
title={Mix, MinHash, and Match: Cross-Source Agreement for Multilingual Pretraining Datasets},
author={Sultan Alrashed and Francesco Orabona},
year={2025},
eprint={2512.18834v2},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2512.18834v2},
}
See individual source dataset licenses.