AILGMar 28, 2025

Sharpe Ratio-Guided Active Learning for Preference Optimization in RLHF

arXiv:2503.22137v14 citationsh-index: 30
Originality Incremental advance
AI Analysis

This work addresses the data efficiency problem in RLHF for LLM developers, offering an incremental improvement over existing active learning approaches.

The paper tackles the high cost of collecting human preference data for RLHF by proposing an active learning method that selects prompt-preference pairs using a Sharpe Ratio-based risk assessment, which outperforms baselines by up to 5% in win rates with limited data.

Reinforcement learning from human feedback (RLHF) has become a cornerstone of the training and alignment pipeline for large language models (LLMs). Recent advances, such as direct preference optimization (DPO), have simplified the preference learning step. However, collecting preference data remains a challenging and costly process, often requiring expert annotation. This cost can be mitigated by carefully selecting the data points presented for annotation. In this work, we propose an active learning approach to efficiently select prompt and preference pairs using a risk assessment strategy based on the Sharpe Ratio. To address the challenge of unknown preferences prior to annotation, our method evaluates the gradients of all potential preference annotations to assess their impact on model updates. These gradient-based evaluations enable risk assessment of data points regardless of the annotation outcome. By leveraging the DPO loss derivations, we derive a closed-form expression for computing these Sharpe ratios on a per-tuple basis, ensuring our approach remains both tractable and computationally efficient. We also introduce two variants of our method, each making different assumptions about prior information. Experimental results demonstrate that our method outperforms the baseline by up to 5% in win rates against the chosen completion with limited human preference data across several language models and real-world datasets.

Foundations

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

Your Notes