paper-with-me

Papers

Energy-Based Reward Models for Robust Language Model Alignment

2025-04-17 · Anamika Lochab, Ruqi Zhang

Reward models (RMs) are essential for aligning Large Language Models (LLMs) with human preferences. However, they often struggle with capturing complex human preferences and generalizing to unseen data. To address these challenges, we introduce Energy-Based Reward Model (EBRM), a lightweight post-hoc refinement framework that enhances RM robustness and generalization. EBRM models the reward distribution explicitly, capturing uncertainty in human preferences and mitigating the impact of noisy or misaligned annotations. It achieves this through conflict-aware data filtering, label-noise-aware contrastive training, and hybrid initialization. Notably, EBRM enhances RMs without retraining, making it computationally efficient and adaptable across different models and tasks. Empirical evaluations on RM benchmarks demonstrate significant improvements in both robustness and generalization, achieving up to a 5.97% improvement in safety-critical alignment tasks compared to standard RMs. Furthermore, reinforcement learning experiments confirm that our refined rewards enhance alignment quality, effectively delaying reward hacking. These results demonstrate our approach as a scalable and effective enhancement for existing RMs and alignment pipelines. The code is available at EBRM.

📄 PDF Abstract BibTeX arXiv:2504.13134

Code (1)

AnamikaLochab/EBRM 공식 구현 pytorch

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Aligning Transformers with Continuous Feedback via Energy Rank Alignment

2024-05-21 · Shriram Chennakesavalu, Frank Hu, Sebastian Ibarraran, Grant M. Rotskoff

Searching through chemical space is an exceptionally challenging problem because the number of possible molecules grows combinatorially with the number of atoms. Large, autoregressive models trained on databases of chemi…

Energy-Based Preference Model Offers Better Offline Alignment than the Bradley-Terry Preference Model

2024-12-18 · Yuzhong Hong, Hanshan Zhang, Junwei Bao, Hongfei Jiang 외

Since the debut of DPO, it has been shown that aligning a target LLM with human preferences via the KL-constrained RLHF loss is mathematically equivalent to a special kind of reward modeling task. Concretely, the task re…

model

The Energy Loss Phenomenon in RLHF: A New Perspective on Mitigating Reward Hacking

2025-01-31 · Yuchun Miao, Sen Zhang, Liang Ding, Yuqi Zhang 외

This work identifies the Energy Loss Phenomenon in Reinforcement Learning from Human Feedback (RLHF) and its connection to reward hacking. Specifically, energy loss in the final layer of a Large Language Model (LLM) grad…

Large Language Model

Test-time reward-guided alignment of language models by importance sampling on pre-logit space

2025-10-30 · Sekitoshi Kanai, Tsukasa Yoshida, Hiroshi Takahashi, Haru Kuroki 외 arxiv

Test-time alignment of large language models (LLMs) attracts attention because fine-tuning of LLMs requires high computational costs. In this paper, we propose a new test-time reward-guided alignment method called adapti…

Inference-time Alignment in Continuous Space

2025-05-26 · Yige Yuan, Teng Xiao, Li Yunfan, Bingbing Xu 외

Aligning large language models with human feedback at inference time has received increasing attention due to its flexibility. Existing methods rely on generating multiple responses from the base policy for search using …

Math