AutoMixer: Checkpoint Artifacts as Automatic Data Mixers
Ernie Chang, Yang Li, Patrick Huber, Vish Vogeti, David Kant, Yangyang Shi, Vikas Chandra
TL;DR
AutoMixer tackles the data-curation bottleneck in large-scale language model pretraining by using checkpoint artifacts as automatic data mixers. It regroups raw training data into task-aligned groups based on multi-checkpoint influence signals and assigns sampling weights via joint influence densities, enabling dynamic, task-aware data loading. The framework employs efficient influence approximations and discriminative layer selection to scale influence estimation, and uses proxy-model simulations to identify optimal data mixtures. Across eight reasoning benchmarks and multiple model scales, AutoMixer–especially with a 350M proxy–achieves notable gains over uniform sampling, validating the value of checkpoint-guided data curation for targeted skill acquisition.
Abstract
In language model training, it is desirable to equip models with capabilities from various tasks. However, it is not clear how to directly obtain the right data mixtures for these capabilities as the relationship between data and tasks is difficult to be modeled. In this work, we observe that checkpoint models exhibit emerging capabilities at different points in the training trajectory. Often, the training process saves checkpoints as artifacts that are under-utilized as a source of in-training data signals. We identify these artifact models based on their respective capabilities on the benchmarks and leverage them as data mixers by using their aggregated first-order influence approximation over source data. We demonstrated on eight reasoning benchmarks that the proposed framework shows significant improvements in the pretraining setting, with performance improvements of up to 1.93%. Overall, this shows the potential of checkpoint models to enhance data quality and optimize data mixtures.
