paper-with-me

홈 › Papers

On Symmetric Losses for Robust Policy Optimization with Noisy Preferences

2025-05-30 · Soichiro Nishimori, Yu-Jie Zhang, Thanawat Lodkaew, Masashi Sugiyama

Optimizing policies based on human preferences is key to aligning language models with human intent. This work focuses on reward modeling, a core component in reinforcement learning from human feedback (RLHF), and offline preference optimization, such as direct preference optimization. Conventional approaches typically assume accurate annotations. However, real-world preference data often contains noise due to human errors or biases. We propose a principled framework for robust policy optimization under noisy preferences, viewing reward modeling as a classification problem. This allows us to leverage symmetric losses, known for their robustness to label noise in classification, leading to our Symmetric Preference Optimization (SymPO) method. We prove that symmetric losses enable successful policy optimization even under noisy labels, as the resulting reward remains rank-preserving -- a property sufficient for policy improvement. Experiments on synthetic and real-world tasks demonstrate the effectiveness of SymPO.

📄 PDF Abstract BibTeX arXiv:2505.24709

Code (1)

nissymori/sympo 공식 구현 jax

Similar Papers 제목 키워드 기반

Joint Asymmetric Loss for Learning with Noisy Labels

2025-07-23 · Jialiang Wang, Xianming Liu, Xiong Zhou, Gangfeng Hu 외 arxiv

Learning with noisy labels is a crucial task for training accurate deep neural networks. To mitigate label noise, prior studies have proposed various robust loss functions, particularly symmetric losses. Nevertheless, sy…

Learning with noisy labels

Kinematic Tokenization: Optimization-Based Continuous-Time Tokens for Learnable Decision Policies in Noisy Time Series

2026-01-15 · Griffin Kearney arxiv

Transformers are designed for discrete tokens, yet many real-world signals are continuous processes observed through noisy sampling. Discrete tokenizations (raw values, patches, finite differences) can be brittle in low …

How Well Can Preference Optimization Generalize Under Noisy Feedback?

2025-10-01 · Shawn Im, Sharon Li arxiv

As large language models (LLMs) advance their capabilities, aligning these models with human preferences has become crucial. Preference optimization, which trains models to distinguish between preferred and non-preferred…

Provably Robust DPO: Aligning Language Models with Noisy Feedback

2024-03-01 · Sayak Ray Chowdhury, Anush Kini, Nagarajan Natarajan

Learning from preference-based feedback has recently gained traction as a promising approach to align language models with human interests. While these aligned generative models have demonstrated impressive capabilities …

Beyond Expected Returns: A Policy Gradient Algorithm for Cumulative Prospect Theoretic Reinforcement Learning

2024-10-03 · Olivier Lepel, Anas Barakat

The widely used expected utility theory has been shown to be empirically inconsistent with human preferences in the psychology and behavioral economy literatures. Cumulative Prospect Theory (CPT) has been developed to fi…

Reinforcement Learning (RL)