CMR Scaling Law: Predicting Critical Mixture Ratios for Continual Pre-training of Language Models
Jiawei Gu, Zacc Yang, Chuanghao Ding, Rui Zhao, Fei Tan
TL;DR
This paper investigates Continual Pre-Training (CPT) for large language models by examining how to optimally mix general and domain-specific data. It formalizes a constrained optimization framework using a Lagrangian, defines feasible mixture ratios and a Critical Mixture Ratio (CMR) as the maximum feasible domain-data share under a general-loss tolerance, and demonstrates a power-law relationship linking losses, mixture ratio, and training tokens. Through extensive experiments on 460M–3.1B LLMs across Finance and Academic Papers, it shows that CMR can be predicted via a data-budget scaling law $R_{CMR} = eta_0 + eta_1 T^{s}$, with CMR growing with model size and domain closeness; concrete predictions are provided (e.g., 29.8%–47.8% across model sizes for $T_{max}=20$B). The work offers practical guidelines for efficiently balancing general and domain-specific knowledge during CPT, while acknowledging limitations such as computational constraints, domain scope, and the need for downstream evaluations.
Abstract
Large Language Models (LLMs) excel in diverse tasks but often underperform in specialized fields due to limited domain-specific or proprietary corpus. Continual pre-training (CPT) enhances LLM capabilities by imbuing new domain-specific or proprietary knowledge while replaying general corpus to prevent catastrophic forgetting. The data mixture ratio of general corpus and domain-specific corpus, however, has been chosen heuristically, leading to sub-optimal training efficiency in practice. In this context, we attempt to re-visit the scaling behavior of LLMs under the hood of CPT, and discover a power-law relationship between loss, mixture ratio, and training tokens scale. We formalize the trade-off between general and domain-specific capabilities, leading to a well-defined Critical Mixture Ratio (CMR) of general and domain data. By striking the balance, CMR maintains the model's general ability and achieves the desired domain transfer, ensuring the highest utilization of available resources. Considering the balance between efficiency and effectiveness, CMR can be regarded as the optimal mixture ratio. Through extensive experiments, we ascertain the predictability of CMR, propose CMR scaling law and have substantiated its generalization. These findings offer practical guidelines for optimizing LLM training in specialized domains, ensuring both general and domain-specific performance while efficiently managing training resources.
