paper-with-me

Papers

Beyond Chinchilla-Optimal: Accounting for Inference in Language Model Scaling Laws

2023-12-31 · Nikhil Sardana, Jacob Portes, Sasha Doubov, Jonathan Frankle

Large language model (LLM) scaling laws are empirical formulas that estimate changes in model quality as a result of increasing parameter count and training data. However, these formulas, including the popular Deepmind Chinchilla scaling laws, neglect to include the cost of inference. We modify the Chinchilla scaling laws to calculate the optimal LLM parameter count and pre-training data size to train and deploy a model of a given quality and inference demand. We conduct our analysis both in terms of a compute budget and real-world costs and find that LLM researchers expecting reasonably large inference demand (~1B requests) should train models smaller and longer than Chinchilla-optimal. Furthermore, we train 47 models of varying sizes and parameter counts to validate our formula and find that model quality continues to improve as we scale tokens per parameter to extreme ranges (up to 10,000). Finally, we ablate the procedure used to fit the Chinchilla scaling law coefficients and find that developing scaling laws only from data collected at typical token/parameter ratios overestimates the impact of additional tokens at these extreme ranges.

📄 PDF Abstract BibTeX arXiv:2401.00448

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

Chinchilla 설명 없음

Similar Papers 제목 키워드 기반

Training Compute-Optimal Large Language Models

2022-03-29 · Jordan Hoffmann, Sebastian Borgeaud, Arthur Mensch, Elena Buchatskaya 외

We investigate the optimal model size and number of tokens for training a transformer language model under a given compute budget. We find that current large language models are significantly undertrained, a consequence …

AnachronismsAnalogical SimilarityAnalytic EntailmentCausal Judgment+69

Evaluating the Robustness of Chinchilla Compute-Optimal Scaling

2025-09-28 · Rylan Schaeffer, Noam Levi, Andreas Kirsch, Theo Guenais 외 arxiv

Hoffman et al (2022)'s Chinchilla paper introduced the principle of compute-optimal scaling, laying a foundation for future scaling of language models. In the years since, however, valid concerns about Chinchilla have be…

Test-Time Scaling Makes Overtraining Compute-Optimal

2026-04-01 · Nicholas Roberts, Sungjun Cho, Zhiqi Gao, Tzu-Heng Huang 외 arxiv

Modern LLMs scale at test-time, e.g. via repeated sampling, where inference cost grows with model size and the number of samples. This creates a trade-off that pretraining scaling laws, such as Chinchilla, do not address…

Reconciling Kaplan and Chinchilla Scaling Laws

2024-06-12 · Tim Pearce, Jinyeop Song

Kaplan et al. [2020] (`Kaplan') and Hoffmann et al. [2022] (`Chinchilla') studied the scaling behavior of transformers trained on next-token language prediction. These studies produced different estimates for how the num…

Scaling Inference-Efficient Language Models

2025-01-30 · Song Bian, Minghao Yan, Shivaram Venkataraman

Scaling laws are powerful tools to predict the performance of large language models. However, current scaling laws fall short of accounting for inference costs. In this work, we first show that model architecture affects…

Model SelectionMORPH