LGCLJun 17, 2024

DataComp-LM: In search of the next generation of training sets for language models

arXiv:2406.11794v4333 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of optimizing training datasets for language models, which is crucial for researchers and practitioners in AI, though it is incremental as it builds on existing data curation methods.

The paper tackles the problem of improving language models through better dataset design by introducing DataComp-LM (DCLM), a testbed for controlled experiments with data curation strategies, and finds that model-based filtering enables training a 7B parameter model to 64% accuracy on MMLU with 2.6T tokens, achieving a 6.6 percentage point improvement over prior open-data models with less compute.

We introduce DataComp for Language Models (DCLM), a testbed for controlled dataset experiments with the goal of improving language models. As part of DCLM, we provide a standardized corpus of 240T tokens extracted from Common Crawl, effective pretraining recipes based on the OpenLM framework, and a broad suite of 53 downstream evaluations. Participants in the DCLM benchmark can experiment with data curation strategies such as deduplication, filtering, and data mixing at model scales ranging from 412M to 7B parameters. As a baseline for DCLM, we conduct extensive experiments and find that model-based filtering is key to assembling a high-quality training set. The resulting dataset, DCLM-Baseline enables training a 7B parameter language model from scratch to 64% 5-shot accuracy on MMLU with 2.6T training tokens. Compared to MAP-Neo, the previous state-of-the-art in open-data language models, DCLM-Baseline represents a 6.6 percentage point improvement on MMLU while being trained with 40% less compute. Our baseline model is also comparable to Mistral-7B-v0.3 and Llama 3 8B on MMLU (63% & 66%), and performs similarly on an average of 53 natural language understanding tasks while being trained with 6.6x less compute than Llama 3 8B. Our results highlight the importance of dataset design for training language models and offer a starting point for further research on data curation.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes