Back to Research Scientist Mind Map
中文·English
🎓 Research ScientistID: rs-chinchilla-compute-optimal-scaling

Chinchilla Compute-Optimal Scaling Laws

Chinchilla 算力最优定律与比率
🎯Core Definition
The Chinchilla Compute-Optimal Scaling Laws (Hoffmann et al., DeepMind) formalizes the exact mathematical Pareto frontier allocating compute budgets between model parameters NN and dataset tokens DD; fitting the empirical power-law loss surface L(N,D)=E+ANα+BDβL(N, D) = E + \frac{A}{N^\alpha} + \frac{B}{D^\beta} (where α0.34,β0.28\alpha \approx 0.34, \beta \approx 0.28) under fixed training compute budget C6NDC \approx 6ND using Lagrange Multipliers yields the optimal scaling trajectory: NoptCβα+βN_{\text{opt}} \propto C^{\frac{\beta}{\alpha+\beta}} and DoptCαα+βD_{\text{opt}} \propto C^{\frac{\alpha}{\alpha+\beta}}; this formally proves that parameters and tokens should scale in near-equal proportions, establishing the foundational rule of thumb: optimal pre-training requires $\approx 20$ tokens per model parameter ($D/N \approx 20$).
💡Use Cases
Multi-million dollar pre-training compute budgeting, foundation model capacity planning, and scaling law research.
Key Problems Solved
Early architectures (GPT-3 175B on 300B tokens) were severely under-trained; Chinchilla guided modern over-trained dense models (Llama 7B on 2T+ tokens) yielding vastly superior downstream inference efficiency.
🎯5 High-Frequency Exam Points
1
Derive the optimal scaling exponents a=βα+βa = \frac{\beta}{\alpha+\beta} and b=αα+βb = \frac{\alpha}{\alpha+\beta} using Lagrange Multipliers under compute constraint C=6NDC = 6ND?
2
Explain the mathematical derivation showing why training compute is precisely 6N6N FLOPs per token (2N forward + 4N backward)?
3
Why does industry embrace Inference-Aware Over-training (e.g. 8B models trained on 15T tokens) to optimize lifetime serving cost?
4
Analyze the mathematical discontinuity between smooth cross-entropy scaling and sudden emergent metric jumps on non-linear accuracy thresholds?
5
How does high-quality synthetic data generation and reasoning search bypass the impending internet human text data wall?
🔗Foundational Prerequisite Cards (Click to Review)
📖 In-depth Guide:📄 rs-core-cheatsheet
Updated 2026-08-14
🎯
Test Your Knowledge: Practice Questions for "Chinchilla Compute-Optimal Scaling Laws"
Single choice pitfall questions with instant feedback and mistake tracking.
🚀 Start Card Practice
Previous CardPeer Review Critique & Rebuttal DefenseNext CardInference-Time Compute & Search Scaling

🔗 More Research Scientist Knowledge Cards

DPO Optimal Policy & Implicit Reward ProofPPO Clipped Surrogate Lower Bound ProofRoPE Complex Inner Product DerivationDiffusion SDE Stochastic Calculus Proof