🤖 AI Summary
This work systematically investigates the impact mechanisms of floating-point quantization on low-precision training of large language models (LLMs).
Method: We identify and analyze critical design dimensions—including exponent/mantissa bit allocation, quantization target selection, and scaling factor granularity—and propose the first unified floating-point scaling law for low-precision training.
Contribution/Results: Our theoretical and empirical analysis reveals a critical data-volume phenomenon during low-precision training; demonstrates that exponent bits exert marginally greater influence on training stability than mantissa bits; identifies 4–8 bits as a high-cost-efficiency precision range; and derives hardware-friendly optimal exponent-to-mantissa bit ratios. The proposed scaling law achieves <3% prediction error across mainstream LLMs, enabling joint optimization of computational resources and numerical precision.
📝 Abstract
Low-precision training is considered an effective strategy for reducing both training and downstream inference costs. Previous scaling laws for precision mainly focus on integer quantization, which pay less attention to the constituents in floating-point quantization and thus cannot well fit the LLM losses in this scenario. In contrast, while floating-point quantization training is more commonly implemented in production, the research on it has been relatively superficial. In this paper, we thoroughly explore the effects of floating-point quantization targets, exponent bits, mantissa bits, and the calculation granularity of the scaling factor in floating-point quantization training performance of LLM models. While presenting an accurate floating-point quantization unified scaling law, we also provide valuable suggestions for the community: (1) Exponent bits contribute slightly more to the model performance than mantissa bits. We provide the optimal exponent-mantissa bit ratio for different bit numbers, which is available for future reference by hardware manufacturers; (2) We discover the formation of the critical data size in low-precision LLM training. Too much training data exceeding the critical data size will inversely bring in degradation of LLM performance; (3) The optimal floating-point quantization precision is directly proportional to the computational power, but within a wide computational power range, we estimate that the best cost-performance precision lies between 4-8 bits.