paper-with-me

홈 › Papers

Detecting Prefix Bias in LLM-based Reward Models

2025-05-13 · Ashwin Kumar, Yuzi He, Aram H. Markosyan, Bobbie Chern, Imanol Arrieta-Ibarra

Reinforcement Learning with Human Feedback (RLHF) has emerged as a key paradigm for task-specific fine-tuning of language models using human preference data. While numerous publicly available preference datasets provide pairwise comparisons of responses, the potential for biases in the resulting reward models remains underexplored. In this work, we introduce novel methods to detect and evaluate prefix bias -- a systematic shift in model preferences triggered by minor variations in query prefixes -- in LLM-based reward models trained on such datasets. We leverage these metrics to reveal significant biases in preference models across racial and gender dimensions. Our comprehensive evaluation spans diverse open-source preference datasets and reward model architectures, demonstrating susceptibility to this kind of bias regardless of the underlying model architecture. Furthermore, we propose a data augmentation strategy to mitigate these biases, showing its effectiveness in reducing the impact of prefix bias. Our findings highlight the critical need for bias-aware dataset design and evaluation in developing fair and reliable reward models, contributing to the broader discourse on fairness in AI.

📄 PDF Abstract BibTeX arXiv:2505.13487

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationFairness

Similar Papers 제목 키워드 기반

Rooted Absorbed Prefix Trajectory Balance with Submodular Replay for GFlowNet Training

2026-02-28 · Xi Wang, Wenbo Lu, Shengjie Wang arxiv

Generative Flow Networks (GFlowNets) enable fine-tuning large language models to approximate reward-proportional posteriors, but they remain prone to mode collapse, manifesting as prefix collapse and length bias. We attr…

Save the Good Prefix: Precise Error Penalization via Process-Supervised RL to Enhance LLM Reasoning

2026-01-26 · Haolin Liu, Dian Yu, Sidi Lu, Yujun Zhou 외 arxiv

Reinforcement learning (RL) has emerged as a powerful framework for improving the reasoning capabilities of large language models (LLMs). However, most existing RL approaches rely on sparse outcome rewards, which fail to…

Reinforcement Learning

Well Begun, Half Done: Reinforcement Learning with Prefix Optimization for LLM Reasoning

2025-12-17 · Yiliu Sun, Zicheng Zhao, Yang Wei, Yanfang Zhang 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) significantly enhances the reasoning capability of Large Language Models (LLMs). Current RLVR approaches typically conduct training across all generated tokens, but n…

Reinforcement Learning

PrefixNLI: Detecting Factual Inconsistencies as Soon as They Arise

2025-11-03 · Sapir Harary, Eran Hirsch, Aviv Slobodkin, David Wan 외 arxiv

Natural Language Inference (NLI) models have been used in various ways to improve the factuality of LLM outputs. This is typically done by applying an NLI model to judge whether the model output is entailed from the supp…

Natural Language Inference

Prune-OPD: Efficient and Reliable On-Policy Distillation for Long-Horizon Reasoning

2026-05-08 · Zhicheng Yang, Zhijiang Guo, Yifan Song, Minrui Xu 외 arxiv

On-policy distillation (OPD) leverages dense teacher rewards to enhance reasoning models. However, scaling OPD to long-horizon tasks exposes a critical flaw: as the student's generated prefix inevitably diverges from the…