CLAILGFeb 5, 2025

Diversity as a Reward: Fine-Tuning LLMs on a Mixture of Domain-Undetermined Data

arXiv:2502.04380v311 citationsh-index: 21Has Code
Originality Incremental advance
AI Analysis

This addresses a practical challenge in LLM fine-tuning for scenarios with ambiguous data domains, offering an incremental improvement over existing methods.

The paper tackles the problem of fine-tuning LLMs on datasets with missing or imprecise domain labels by proposing a method that uses diversity as a reward for data selection, resulting in notable performance boosts across domain-undetermined data and downstream tasks.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes