paper-with-me

홈 › Papers

Debiasing Reward Models via Causally Motivated Inference-Time Intervention

2026-04-30 · Kazutoshi Shinoda, Kosuke Nishida, Kyosuke Nishida arxiv

Reward models (RMs) play a central role in aligning large language models (LLMs) with human preferences. However, RMs are often sensitive to spurious features such as response length. Existing inference-time approaches for mitigating these biases typically focus exclusively on response length, resulting in performance trade-offs. In this paper, we propose causally motivated intervention for mitigating multiple types of biases in RMs at inference time. Our method first identifies neurons whose activations are strongly correlated with predefined bias attributes, and applies neuron-level intervention that suppresses these signals. We evaluate our method on RM benchmarks and observe reductions in sensitivity to spurious features across diverse bias types, without inducing performance trade-offs. Moreover, when used for preference annotation, small RMs (2B and 7B) with our method, which edits less than 2% of all the neurons in RMs, enable LLMs to improve alignment, achieving performance comparable to that of a state-of-the-art 70B RM on AlpacaEval and MT-Bench. Further analysis reveals that bias signals are primarily encoded by neurons in early layers, shedding light on the internal mechanisms of bias exploitation in RMs.

📄 PDF Abstract BibTeX arXiv:2604.27495

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Debiasing Multimodal Models via Causal Information Minimization

2023-11-28 · Vaidehi Patil, Adyasha Maharana, Mohit Bansal

Most existing debiasing methods for multimodal models, including causal intervention and inference methods, utilize approximate heuristics to represent the biases, such as shallow features from early stages of training o…

Visual Question Answering (VQA)

Causally motivated Shortcut Removal Using Auxiliary Labels

2021-05-13 · Maggie Makar, Ben Packer, Dan Moldovan, Davis Blalock 외

Shortcut learning, in which models make use of easy-to-represent but unstable associations, is a major failure mode for robust machine learning. We study a flexible, causally-motivated approach to training robust predict…

Causal InferenceDisentanglementFairness

BiasFilter: An Inference-Time Debiasing Framework for Large Language Models

2025-05-28 · Xiaoqing Cheng, Ruizhe Chen, Hongying Zan, Yuxiang Jia 외

Mitigating social bias in large language models (LLMs) has become an increasingly important research objective. However, existing debiasing methods often incur high human and computational costs, exhibit limited effectiv…

Fairness

FairSteer: Inference Time Debiasing for LLMs with Dynamic Activation Steering

2025-04-20 · Yichen Li, Zhiting Fan, Ruizhe Chen, Xiaotang Gai 외

Large language models (LLMs) are prone to capturing biases from training corpus, leading to potential negative social impacts. Existing prompt-based debiasing methods exhibit instability due to their sensitivity to promp…

counterfactualFairnessQuestion AnsweringText Generation

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…