Papers › DataDecide: How to Predict Best Pretraining Data with Small Experiments

DataDecide: How to Predict Best Pretraining Data with Small Experiments

15 Apr 2025arXiv:2504.11393archive 2025-07-28

Ian Magnusson, Nguyen Tai, Ben Bogin, David Heineman, Jena D. Hwang, Luca Soldaini, Akshita Bhagia, Jiacheng Liu, Dirk Groeneveld, Oyvind Tafjord, Noah A. Smith, Pang Wei Koh, Jesse Dodge

Because large language models are expensive to pretrain on different datasets, using smaller-scale experiments to decide on data is crucial for reducing costs. Which benchmarks and methods of making decisions from observed performance at small scale most accurately predict the datasets that yield the best large models? To empower open exploration of this question, we release models, data, and evaluations in DataDecide -- the most extensive open suite of models over differences in data and scale. We conduct controlled pretraining experiments across 25 corpora with differing sources, deduplication, and filtering up to 100B tokens, model sizes up to 1B parameters, and 3 random seeds. We find that the ranking of models at a single, small size (e.g., 150M parameters) is a strong baseline for predicting best models at our larger target scale (1B) (~80% of com parisons correct). No scaling law methods among 8 baselines exceed the compute-decision frontier of single-scale predictions, but DataDecide can measure improvement in future scaling laws. We also identify that using continuous likelihood metrics as proxies in small experiments makes benchmarks including MMLU, ARC, HellaSwag, MBPP, and HumanEval >80% predictable at the target 1B scale with just 0.01% of the compute.

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="2504.11393")

Code

Syntology Ran 3 of 14 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong; 1 ran with no contract checked.

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

gair-nlp/prox mentioned on GitHubpytorchApache-2.0 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

14 samples harvested; 3 ran; 1 honoured the contract we drafted; 11 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 · honoured contract
1ran · our draft was wrong
1ran
11unverified

Licence: 0 of the 14 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 gair-nlp/prox. “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.

adapter_filter gair-nlp/prox/train/lit_gpt/adapter_v2.py community (archive-listed) ran Apache-2.0 (permissive) · e05d85cc898c445c · report
apply_rope gair-nlp/prox/train/lit_gpt/model.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 5728c74084e12d35 · report
build_rope_cache gair-nlp/prox/train/lit_gpt/model.py community (archive-listed) ran · honoured contract Apache-2.0 (permissive) · a30c7463cb6330d7 · report
adapter_filter gair-nlp/prox/train/lit_gpt/adapter.py community (archive-listed) unverified Apache-2.0 (permissive) · 38ffb0df89b0d01f · report
execute_operations gair-nlp/prox/utils/chunk_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 34cce8569eec6761 · report
generate_completions gair-nlp/prox/eval/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 656a50d525064a31 · report
generate_unique_id gair-nlp/prox/utils/data_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 92820145a65d0e2a · report
get_next_word_predictions gair-nlp/prox/eval/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · d134c88af0236263 · report
merge_chunks gair-nlp/prox/data_gen/tasks/apply_chunk_refining.py community (archive-listed) unverified Apache-2.0 (permissive) · 0af1ead737c58085 · report
merge_intervals gair-nlp/prox/utils/chunk_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 957af681b14548dd · report
openwebmath_adapter gair-nlp/prox/utils/data_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · b93732570dd11835 · report
score_completions gair-nlp/prox/eval/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · d029fa02758da921 · report
split_doc gair-nlp/prox/utils/chunk_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 60cd571547da18ee · report
trunc_text gair-nlp/prox/data_gen/tasks/apply_chunk_refining.py community (archive-listed) unverified Apache-2.0 (permissive) · 774c35877b2d6534 · report

Tasks

ARCHellaSwagHumanEvalMMLU

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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