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

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

17 Jun 2024arXiv:2406.11794archive 2025-07-28

Jeffrey Li, Alex Fang, Georgios Smyrnis, Maor Ivgi, Matt Jordan, Samir Gadre, Hritik Bansal, Etash Guha, Sedrick Keh, Kushal Arora, Saurabh Garg, Rui Xin, Niklas Muennighoff, Reinhard Heckel, Jean Mercat, Mayee Chen, Suchin Gururangan, Mitchell Wortsman, Alon Albalak, Yonatan Bitton, Marianna Nezhurina, Amro Abbas, Cheng-Yu Hsieh, Dhruba Ghosh, Josh Gardner, Maciej Kilian, HANLIN ZHANG, Rulin Shao, Sarah Pratt, Sunny Sanyal, Gabriel Ilharco, Giannis Daras, Kalyani Marathe, Aaron Gokaslan, Jieyu Zhang, Khyathi Chandu, Thao Nguyen, Igor Vasiljevic, Sham Kakade, Shuran Song, Sujay Sanghavi, Fartash Faghri, Sewoong Oh, Luke Zettlemoyer, Kyle Lo, Alaaeldin El-Nouby, Hadi Pouransari, Alexander Toshev, Stephanie Wang, Dirk Groeneveld, Luca Soldaini, Pang Wei Koh, Jenia Jitsev, Thomas Kollar, Alexandros G. Dimakis, Yair Carmon, Achal Dave, Ludwig Schmidt, Vaishaal Shankar

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2406.11794")

Code

Syntology Ran 22 of 22 code samples harvested from 2 repositories linked to this paper; 0 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 20 ran with no contract checked.

By repository: community (archive-listed): 22 samples from 2 repositories, 22 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

facebookresearch/lingua mentioned on GitHubpytorchBSD-3-Clause report
jieyuz2/taskmeanything mentioned on GitHubApache-2.0 report
mlfoundations/dclm mentioned on GitHub report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

22 samples harvested; 22 ran; 0 honoured the contract we drafted; 0 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
1ran · fixture could not drive it
20ran

Licence: 0 of the 22 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

apply_aggregate_function jieyuz2/taskmeanything/tma/task_evaluator.py community (archive-listed) ran Apache-2.0 (permissive) · ef81f64b47c432d5 · report
build_transform jieyuz2/taskmeanything/tma/models/qa_model/imageqa_model.py community (archive-listed) ran Apache-2.0 (permissive) · f0a261e12d1e7736 · report
check_contain jieyuz2/taskmeanything/tma/models/qa_model/base_qa_model.py community (archive-listed) ran Apache-2.0 (permissive) · 9e298a923a6acaf4 · report
concatenate_image jieyuz2/taskmeanything/tma/models/qa_model/videoqa_model.py community (archive-listed) ran Apache-2.0 (permissive) · 9c7133dda8992f2f · report
constrained_combinations jieyuz2/taskmeanything/tma/imageqa/scene_graph/single_image_task.py community (archive-listed) ran Apache-2.0 (permissive) · 11e8b14d29d76dad · report
detailed_video2imageqa_prompt jieyuz2/taskmeanything/tma/models/qa_model/prompt.py community (archive-listed) ran Apache-2.0 (permissive) · cfddc913f6b8830e · report
detailed_videoqa_prompt jieyuz2/taskmeanything/tma/models/qa_model/prompt.py community (archive-listed) ran Apache-2.0 (permissive) · 3bcb14b6031f3460 · report
find_closest_aspect_ratio jieyuz2/taskmeanything/tma/models/qa_model/imageqa_model.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · bd77f5f8067f18e9 · report
get_aggregated_results mlfoundations/dclm/eval/aggregated_metrics.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 15957b3a624fb38e · report
get_confusing_colors jieyuz2/taskmeanything/tma/imageqa/metadata.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · a14d59909565b6b6 · report
get_contrasting_color jieyuz2/taskmeanything/tma/models/qa_model/videoqa_model.py community (archive-listed) ran Apache-2.0 (permissive) · 6014a80aba65fa85 · report
get_pa_schema jieyuz2/taskmeanything/tma/task_store.py community (archive-listed) ran Apache-2.0 (permissive) · e1ed12851618e00d · report
get_pd_schema jieyuz2/taskmeanything/tma/task_store.py community (archive-listed) ran Apache-2.0 (permissive) · ed1548501a411d9e · report
image_to_base64 jieyuz2/taskmeanything/tma/models/qa_model/imageqa_model.py community (archive-listed) ran Apache-2.0 (permissive) · 91d08e179e948c34 · report
load_video_scene_graph jieyuz2/taskmeanything/tma/videoqa/metadata.py community (archive-listed) ran Apache-2.0 (permissive) · 5b72802fb5f99b87 · report
make_options jieyuz2/taskmeanything/tma/models/qa_model/base_qa_model.py community (archive-listed) ran Apache-2.0 (permissive) · 2c31406e52caae0e · report
remove_nodes jieyuz2/taskmeanything/tma/imageqa/metadata.py community (archive-listed) ran Apache-2.0 (permissive) · ae265af437b99ae0 · report
remove_skip_edge jieyuz2/taskmeanything/tma/imageqa/metadata.py community (archive-listed) ran Apache-2.0 (permissive) · 6067c4865d4bed8c · report
sample_frames jieyuz2/taskmeanything/tma/models/qa_model/videoqa_model.py community (archive-listed) ran Apache-2.0 (permissive) · beeff498aac20ff0 · report
scene_graph_adjacent_objects jieyuz2/taskmeanything/tma/imageqa/scene_graph/single_image_task.py community (archive-listed) ran Apache-2.0 (permissive) · 2b98f6e5c6b1b5c5 · report
subgraph_to_json_str jieyuz2/taskmeanything/tma/imageqa/scene_graph/single_image_task.py community (archive-listed) ran Apache-2.0 (permissive) · 43d4f11e41706da4 · report
succinct_prompt jieyuz2/taskmeanything/tma/models/qa_model/prompt.py community (archive-listed) ran Apache-2.0 (permissive) · fe7a4950dfbff1c1 · report

Tasks

Language ModellingMMLUNatural Language Understanding

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

LLaMA

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections