LGAIJun 8, 2025

Adaptive Batch-Wise Sample Scheduling for Direct Preference Optimization

arXiv:2506.17252v312 citationsh-index: 3
Originality Incremental advance
AI Analysis

This addresses a bottleneck in LLM alignment for AI developers by introducing an incremental improvement through adaptive sample scheduling.

The paper tackles the problem of improving Direct Preference Optimization (DPO) for aligning large language models by dynamically scheduling training samples based on the model's evolving states, resulting in significant performance gains across tasks with minimal computational overhead.

Direct Preference Optimization (DPO) has emerged as an effective approach for aligning large language models (LLMs) with human preferences. However, its performance is highly dependent on the quality of the underlying human preference data. To address this bottleneck, prior work has explored various data selection strategies, but these methods often overlook the impact of the evolving states of the language model during the optimization process. In this paper, we introduce a novel problem: Sample Scheduling for DPO, which aims to dynamically and adaptively schedule training samples based on the model's evolving batch-wise states throughout preference optimization. To solve this problem, we propose SamS, an efficient and effective algorithm that adaptively selects samples in each training batch based on the LLM's learning feedback to maximize the potential generalization performance. Notably, without modifying the core DPO algorithm, simply integrating SamS significantly improves performance across tasks, with minimal additional computational overhead. This work points to a promising new direction for improving LLM alignment through batch-wise sample selection, with potential generalization to RLHF and broader supervised learning paradigms.

Foundations

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

Your Notes