paper-with-me

Papers

Debiasing Reward Models by Representation Learning with Guarantees

2025-10-27 · Ignavier Ng, Patrick Blöbaum, Siddharth Bhandari, Kun Zhang, Shiva Kasiviswanathan arxiv

Recent alignment techniques, such as reinforcement learning from human feedback, have been widely adopted to align large language models with human preferences by learning and leveraging reward models. In practice, these models often exploit spurious correlations, involving, e.g., response length, discrimination, sycophancy, and conceptual bias, which is a problem that has received increasing attention. In this work, we propose a principled framework that mitigates these biases in reward models while preserving the underlying factors that reflect intended preferences. We first provide a formulation of the data-generating process, assuming that the observed data (e.g., text) is generated from both spurious and non-spurious latent variables. We show that, interestingly, these non-spurious latent variables can be theoretically identified from data, regardless of whether a surrogate for the spurious latent variables is available. This further inspires a practical method that uses variational inference to recover these variables and leverages them to train reward models. Experiments on synthetic and real-world datasets demonstrate that our method effectively mitigates spurious correlation issues and yields more robust reward models.

📄 PDF Abstract BibTeX arXiv:2510.23751

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningReinforcement Learning

Similar Papers 제목 키워드 기반

SteerRM: Debiasing Reward Models via Sparse Autoencoders

2026-03-13 · Mengyuan Sun, Zhuohao Yu, Weizheng Gu, Shikun Zhang 외 arxiv

Reward models (RMs) are critical components of alignment pipelines, yet they exhibit biases toward superficial stylistic cues, preferring better-presented responses over semantically superior ones. Existing debiasing met…

Mitigating Reward Hacking in RLHF via Bayesian Non-negative Reward Modeling

2026-02-11 · Zhibin Duan, Guowei Rong, Zhuo Li, Bo Chen 외 arxiv

Reward models learned from human preferences are central to aligning large language models (LLMs) via reinforcement learning from human feedback, yet they are often vulnerable to reward hacking due to noisy annotations a…

Reinforcement Learning

Hierarchical Multilevel Monte Carlo for Order-Optimal Neural Actor-Critic in Average-Reward CMDPs

2026-07-30 · Ankur Naskar, Vaneet Aggarwal arxiv

Constrained Markov Decision Processes (CMDPs) provide a natural framework for reinforcement learning in safety-critical applications, where agents maximize long-term reward while satisfying long-term constraints. Althoug…

Reinforcement Learning

Selective Test-Time Debiasing for CLIP via Reward Gating

2026-07-01 · Jaeho Han, Jisoo Yang, Hyeondong Woo, Mingyu Jeon 외 arxiv

Vision language models (VLMs) demonstrate strong zero-shot performance, but often perpetuate social stereotypes in person-centric queries, yielding skewed demographic distributions. Current debiasing methods apply unifor…

Reinforcement LearningTest-time Adaptation

A Reduction to Binary Approach for Debiasing Multiclass Datasets

2022-05-31 · Ibrahim Alabdulmohsin, Jessica Schrouff, Oluwasanmi Koyejo

We propose a novel reduction-to-binary (R2B) approach that enforces demographic parity for multiclass classification with non-binary sensitive attributes via a reduction to a sequence of binary debiasing tasks. We prove …