DavIR: Data Selection via Implicit Reward for Large Language Models
Haotian Zhou, Tingkai Liu, Qianli Ma, Yufeng Zhang, Jianbo Yuan, Pengfei Liu, Yang You, Hongxia Yang
TL;DR
DavIR addresses the challenge of data selection for post-training LLMs by defining a per-datum learnability score and normalizing the loss gap to mitigate length bias, linking this score to an implicit reward framework. It generalizes Reducible Holdout Loss to core-set selection and introduces a normalized DavIR-DPO objective, enabling effective data pruning and alignment improvements without relying on teacher models. Empirically, a small subset of Alpaca data selected by DavIR can outperform the full 52K dataset across model families like LLaMA and Gemma, and DavIR enables beneficial data mixtures (e.g., Alpaca-4 with GSM8K) to balance open-domain QA and mathematical reasoning; the DavIR-DPO variant also yields an 8% relative improvement on AlpacaEval for Zephyr-7B-SFT. Overall, DavIR demonstrates robust, model-dependent data selection advantages across domains and scales, with clear pathways to integration into data flywheels and broader applicability to reasoning tasks, while acknowledging limitations around data quality/diversity and domain specificity.
Abstract
We introduce DavIR, a model-based data selection method for post-training Large Language Models. DavIR generalizes Reducible Holdout Loss to core-set selection problem of causal language modeling, and quantifies the learnability of a given datum with respect to a pre-trained LLM based on relative reduction in loss during fine-tuning, a metric we show to be closely related to the implicit reward model described in Direct Preference Optimization (DPO). We show that 6% of Alpaca dataset selected with DavIR can steer both the LLaMA and Gemma model family to produce superior performance compared to the same models trained on the full 52K dataset. We also show that Alpaca dataset compressed with DavIR can be combined with GSM8K dataset to effectively balance open-domain freeform QA and mathematical reasoning capabilities. Finally, we apply the DavIR objective to DPO and develop a normalized DavIR-DPO objective which improves alignment performance of Zephyr-7B-SFT model by 8% (relative) on AlpacaEval, compared against training on vanilla DPO objective.
