paper-with-me

Papers

DataDecide: How to Predict Best Pretraining Data with Small Experiments

2025-04-15 · 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.

📄 PDF Abstract BibTeX arXiv:2504.11393

Code (1)

gair-nlp/prox pytorch

Tasks

ARCHellaSwagHumanEvalmbppMMLU

Similar Papers 제목 키워드 기반

Theoretical Perspectives on Data Quality and Synergistic Effects in Pre- and Post-Training Reasoning Models

2026-03-01 · Adel Javanmard, Baharan Mirzasoleiman, Vahab Mirrokni arxiv

Large Language Models (LLMs) are pretrained on massive datasets and later instruction-tuned via supervised fine-tuning (SFT) or reinforcement learning (RL). Best practices emphasize large, diverse pretraining data, where…

Reinforcement Learning

Frustratingly Simple Pretraining Alternatives to Masked Language Modeling

2021-09-04 · EMNLP 2021 11 · Atsuki Yamaguchi, George Chrysostomou, Katerina Margatina, Nikolaos Aletras

Masked language modeling (MLM), a self-supervised pretraining objective, is widely used in natural language processing for learning text representations. MLM trains a model to predict a random sample of input tokens that…

Language ModelingLanguage ModellingMasked Language ModelingSentence

Language Modeling Teaches You More than Translation Does: Lessons Learned Through Auxiliary Task Analysis

2018-05-24 · Kelly W. Zhang, Samuel R. Bowman

There is mounting evidence that pretraining can be valuable for neural network language understanding models, but we do not yet have a clear understanding of how the choice of pretraining objective affects the type of li…

Language ModelingLanguage ModellingTransfer LearningTranslation

Is Transfer Learning Necessary for Protein Landscape Prediction?

2020-10-31 · Amir Shanehsazzadeh, David Belanger, David Dohan

Recently, there has been great interest in learning how to best represent proteins, specifically with fixed-length embeddings. Deep learning has become a popular tool for protein representation learning as a model's hidd…

BenchmarkingPredictionRepresentation LearningTransfer Learning

Mix, Don't Pick: Why Synthetic Corpus Composition Matters for Time Series Foundation Model Pretraining

2026-06-06 · Aaryan Nagpal, Debdeep Sanyal, Murari Mandal, Dhruv Kumar 외 arxiv

Choosing the wrong synthetic generator for time-series foundation model pretraining is costly: under identical training budgets, the best and worst generators produce up to a $2\times$ gap in forecasting error, yet the f…