ProDS: Preference-oriented Data Selection for Instruction Tuning
Wenya Guo, Zhengkun Zhang, Xumeng Liu, Ying Zhang, Ziyu Lu, Haoze Zhu, Xubo Liu, Ruxue Yan
TL;DR
This work tackles instruction-tuning data selection by aligning training samples with human preferences rather than solely optimizing instruction-to-response mappings. It introduces ProDS, a three-stage framework that uses direct preference optimization (DPO) to estimate task-specific preferences and a bidirectional preference synthesis (BiPS) to score samples along positive and negative directions, with an annealing-based fusion to select a high-quality subset. The approach is validated against both target-agnostic and targeted baselines, showing data-efficient improvements and the ability to surpass full-dataset performance in some settings, particularly for tasks with rich preference signals. The findings highlight the practical impact of incorporating human-preference signals into data selection for instruction tuning, while noting the offline computational overhead as a limitation and suggesting exploration of alternative preference modeling approaches in the future.
Abstract
Instruction data selection aims to identify a high-quality subset from the training set that matches or exceeds the performance of the full dataset on target tasks. Existing methods focus on the instruction-to-response mapping, but neglect the human preference for diverse responses. In this paper, we propose Preference-oriented Data Selection method (ProDS) that scores training samples based on their alignment with preferences observed in the target set. Our key innovation lies in shifting the data selection criteria from merely estimating features for accurate response generation to explicitly aligning training samples with human preferences in target tasks. Specifically, direct preference optimization (DPO) is employed to estimate human preferences across diverse responses. Besides, a bidirectional preference synthesis strategy is designed to score training samples according to both positive preferences and negative preferences. Extensive experimental results demonstrate our superiority to existing task-agnostic and targeted methods.
