Diversity as a Reward: Fine-Tuning LLMs on a Mixture of Domain-Undetermined Data
Zhenqing Ling, Daoyuan Chen, Liuyi Yao, Qianli Shen, Yaliang Li, Ying Shen
TL;DR
This work investigates how semantic data diversity can boost cross-domain abilities in large language models when domain labels are unavailable. It develops DaaR, a self-supervised framework that (i) synthesizes model-aware domain centroids, (ii) trains a lightweight domain-prediction probe and a diversity predictor on frozen embeddings, and (iii) uses a closed-loop, entropy-based diversity reward to select data for fine-tuning. Theoretical analysis via importance sampling explains why diversity-aware selection improves multi-domain performance and why naive, label-dependent approaches can be suboptimal. Empirical results across multiple models and seven benchmarks show that DaaR achieves state-of-the-art averages, with notable gains in challenging math and coding tasks, while maintaining efficiency and robustness across scales and tasks. This work highlights the potential of data-diversity guided, feedback-driven data-model co-design for robust, domain-agnostic LLM fine-tuning.
Abstract
Fine-tuning large language models (LLMs) using diverse datasets is crucial for enhancing their overall performance across various domains. In practical scenarios, existing methods based on modeling the mixture proportions of data composition often struggle with data whose domain labels are missing, imprecise or non-normalized, while methods based on data selection usually encounter difficulties in balancing multi-domain performance. To address these challenges, in this work, we investigate the role of data diversity in enhancing the overall abilities of LLMs by empirically constructing contrastive data pools and theoretically deriving explanations. Building upon the insights gained, we propose a new method that gives the LLM a dual identity: an output model to cognitively probe and select data based on diversity reward, as well as an input model to be tuned with the selected data. Extensive experiments show that the proposed method notably boosts performance across domain-undetermined data and a series of foundational downstream tasks when applied to various advanced LLMs. We release our code and hope this study can shed light on the understanding of data diversity and advance feedback-driven data-model co-design for LLMs.
