Spend Wisely: Maximizing Post-Training Gains in Iterative Synthetic Data Bootstrapping
Pu Yang, Yunzhen Feng, Ziyuan Chen, Yuhang Wu, Zhuoyuan Li
TL;DR
This work addresses how to allocate a fixed computational budget across iterations in iterative synthetic-data bootstrapping for post-training. It develops a theoretical framework showing constant policies fail to converge with high probability, while increasing policies, particularly exponential growth, guarantee exponential convergence and often beat polynomial schemes in worst-case cost. The authors validate these claims with two experiments—image denoising using diffusion probabilistic models and math reasoning with large language models—where exponential growth policies consistently outperform constant policies and generally surpass linear growth in stability and final performance. The results provide principled guidance for resource-efficient post-training, with potential extensions to RLHF and broader iterative training settings. The work has practical implications for scalable, robust post-training across domains where synthetic data generation is central.
Abstract
Modern foundation models often undergo iterative ``bootstrapping'' in their post-training phase: a model generates synthetic data, an external verifier filters out low-quality samples, and the high-quality subset is used for further fine-tuning. Over multiple iterations, the model performance improves, raising a crucial question: How should the total budget for generation and training be allocated across iterations to maximize final performance? In this work, we develop a theoretical framework for analyzing budget allocation strategies. Specifically, we show that constant policies fail to converge with high probability, while increasing policies -- particularly exponential growth policies -- exhibit significant theoretical advantages. Experiments on image denoising with diffusion probabilistic models and math reasoning with large language models show that both exponential and polynomial growth policies consistently outperform constant policies, with exponential policies often providing more stable performance.
