paper-with-me

홈 › Papers

Using Scaling Laws for Data Source Utility Estimation in Domain-Specific Pre-Training

2025-07-29 · Oleksiy Ostapenko, Charles Guille-Escuret, Luke Kumar, Max Tian, Denis Kocetkov, Gopeshh Subbaraj, Raymond Li, Joel Lamy-Poirier, Sebastien Paquet, Torsten Scholak arxiv

We introduce a framework for optimizing domain-specific dataset construction in foundation model training. Specifically, we seek a cost-efficient way to estimate the quality of data sources (e.g. synthetically generated or filtered web data, etc.) in order to make optimal decisions about resource allocation for data sourcing from these sources for the stage two pre-training phase, aka annealing, with the goal of specializing a generalist pre-trained model to specific domains. Our approach extends the usual point estimate approaches, aka micro-annealing, to estimating scaling laws by performing multiple annealing runs of varying compute spent on data curation and training. This addresses a key limitation in prior work, where reliance on point estimates for data scaling decisions can be misleading due to the lack of rank invariance across compute scales -- a phenomenon we confirm in our experiments. By systematically analyzing performance gains relative to acquisition costs, we find that scaling curves can be estimated for different data sources. Such scaling laws can inform cost effective resource allocation across different data acquisition methods (e.g. synthetic data), data sources (e.g. user or web data) and available compute resources. We validate our approach through experiments on a pre-trained model with 7 billion parameters. We adapt it to: a domain well-represented in the pre-training data -- the medical domain, and a domain underrepresented in the pretraining corpora -- the math domain. We show that one can efficiently estimate the scaling behaviors of a data source by running multiple annealing runs, which can lead to different conclusions, had one used point estimates using the usual micro-annealing technique instead. This enables data-driven decision-making for selecting and optimizing data sources.

📄 PDF Abstract BibTeX arXiv:2507.22250

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Scaling Laws for Data Filtering -- Data Curation cannot be Compute Agnostic

2024-04-10 · Sachin Goyal, Pratyush Maini, Zachary C. Lipton, aditi raghunathan 외

Vision-language models (VLMs) are trained for thousands of GPU hours on carefully curated web datasets. In recent times, data curation has gained prominence with several works developing strategies to retain 'high-qualit…

GPU

Scaling Laws for Differentially Private Language Models

2025-01-31 · Ryan McKenna, Yangsibo Huang, Amer Sinha, Borja Balle 외

Scaling laws have emerged as important components of large language model (LLM) training as they can predict performance gains through scale, and provide guidance on important hyper-parameter choices that would otherwise…

Language ModelingLanguage ModellingLarge Language Model

Exploring Scaling Laws for EHR Foundation Models

2025-05-29 · Sheng Zhang, Qin Liu, Naoto Usuyama, Cliff Wong 외

The emergence of scaling laws has profoundly shaped the development of large language models (LLMs), enabling predictable performance gains through systematic increases in model size, dataset volume, and compute. Yet, th…

Bayesian Neural Scaling Laws Extrapolation with Prior-Fitted Networks

2025-05-29 · Dongwoo Lee, Dong Bok Lee, Steven Adriaensen, Juho Lee 외

Scaling has been a major driver of recent advancements in deep learning. Numerous empirical studies have found that scaling laws often follow the power-law and proposed several variants of power-law functions to predict …

Active Learning

Neural Scaling Laws for Deep Regression

2025-09-12 · Tilen Cadez, Kyoung-Min Kim arxiv

Neural scaling laws--power-law relationships between generalization errors and characteristics of deep learning models--are vital tools for developing reliable models while managing limited resources. Although the succes…