DCAD-2000: A Multilingual Dataset across 2000+ Languages with Data Cleaning as Anomaly Detection
Yingli Shen, Wen Lai, Shuo Wang, Xueren Zhang, Kangyang Luo, Alexander Fraser, Maosong Sun
TL;DR
DCAD-2000 introduces a large-scale multilingual corpus spanning 2,282 languages with 46.72TB of text and 8.63B documents, created from Common Crawl data and existing sources. It reframes data cleaning as anomaly detection, employing eight interpretable features and an Isolation Forest to dynamically filter noisy content, avoiding manual thresholds. Empirical results show that training decoder-only LLMs with DCAD-2000 improves data quality and downstream multilingual performance, especially for low-resource languages, across multiple benchmarks. The authors release the dataset and tooling publicly, enabling reproducible multilingual pretraining and offering a scalable approach to high-quality multilingual data curation.
Abstract
The rapid development of multilingual large language models (LLMs) highlights the need for high-quality, diverse, and well-curated multilingual datasets. In this paper, we introduce DCAD-2000 (Data Cleaning as Anomaly Detection), a large-scale multilingual corpus constructed from newly extracted Common Crawl data and existing multilingual sources. DCAD-2000 covers 2,282 languages, 46.72TB of text, and 8.63 billion documents, spanning 155 high- and medium-resource languages and 159 writing scripts. To overcome the limitations of existing data cleaning approaches, which rely on manually designed heuristic thresholds, we reframe data cleaning as an anomaly detection problem. This dynamic filtering paradigm substantially improves data quality by automatically identifying and removing noisy or anomalous content. By fine-tuning LLMs on DCAD-2000, we demonstrate notable improvements in data quality, robustness of the cleaning pipeline, and downstream performance, particularly for low-resource languages across multiple multilingual benchmarks.
