Scaling Laws for Mixture Pretraining Under Data Constraints
Apple's scaling-law research solves a $billion problem: how to train frontier models on scarce data without overfitting.

Why it matters
Training methodology research that directly affects how practitioners build multimodal and specialized models under real data constraints. This scales beyond Apple's labs to every team mixing target + generic data — a core architectural decision for production models.
The key facts
5 to know2,000+ language-model training runs analyzed
Focus: optimal mixture ratios for target vs. generic data in pretraining
Problem: data scarcity in low-resource languages and specialized domains
Trade-off quantified: underexposure vs. overfitting from repetition
Apple ML research, August 2026
Go to the source
Apple Machine Learningmachinelearning.apple.com
Publisher excerpt: As language models scale, the amount of data they require grows – yet many target data sources, such as low-resource languages or specialized domains, are inherently limited in size. A common strategy is to mix this scarce but valuable target data with abundant generic data, which presents a…