AI & Computational Science

AI Learning Method Selectively Suppresses Bad Responses While Protecting Good Ones

AI Insight

Researchers have developed a new method called reward calibration (RC) to improve how AI language models learn from human preferences. The study reveals that existing training methods often inadvertently suppress desirable responses while trying to eliminate undesirable ones, and introduces a mathematical framework that identifies when this problem occurs through a "disentanglement band" condition. The RC method adaptively adjusts the training process to suppress rejected responses while preserving chosen ones, leading to better performance across multiple test scenarios.


This advancement could make AI language models more reliable and better aligned with human values by ensuring they retain good behaviors while eliminating problematic ones during training. The plug-and-play nature of the method means it can be applied to existing AI systems without requiring complete redesign of training procedures.


Understand the Science

Machine learning 128 articles Explore Concept → Reinforcement learning from human feedback Concept coming soon

arXiv:2604.18239v4 Announce Type: replace
Abstract: Preference optimization is widely used to align large language models (LLMs) with human preferences. However, many margin-based methods also suppress the chosen response when they try to suppress the rejected one, and there is no general way to prevent this across different objectives.
We address this issue with a unified incentive-score decomposition of preference optimization, revealing that different objectives share the same local update directions and differ only in their scalar weights.
This decomposition provides a common framework for analyzing objectives that were previously studied in separate settings.
Building on this decomposition, by analyzing the dynamics of the chosen/rejected likelihoods, we identify the disentanglement band (DB), a simple, testable condition that tells us when training can follow the desired path: suppress the loser while preserving the winner, possibly after an early stage.
Using the DB, we propose reward calibration (RC), a plug-and-play method that adaptively rebalances the updates for chosen and rejected responses to satisfy the DB, without redesigning the base objective.
Empirical results show that RC leads to more disentangled dynamics, with better downstream performance observed across several settings. Our code is available at https://github.com/IceyWuu/DisentangledPreferenceOptimization.

Source: Towards Disentangled Preference Optimization Dynamics: Suppress the Loser, Preserve the Winner