paper-with-me

Papers

Sequence to Sequence Reward Modeling: Improving RLHF by Language Feedback

2024-08-30 · Jiayi Zhou, Jiaming Ji, Juntao Dai, Yaodong Yang

Aligning the behavior of Large language models (LLMs) with human intentions and values remains a critical challenge. Reinforcement learning from human feedback (RLHF) aligns LLMs by training a reward model (RM) on human preferences and fine-tuning the LLMs to maximize RM feedback. Despite its effectiveness and popularity, RLHF is prone to biased local optimization. It means RM fails to provide feedback that accurately aligns with human preference, causing LLMs to explore unexpected generalizations, and failing to achieve alignment objectives. To mitigate this issue, we propose a novel \textit{sequence-to-sequence (seq2seq) reward modeling} method. Its key insight is that learning from language feedback rather than scalar feedback improves RLHF without additional annotations. We replaced the reward modeling target from binary maximum likelihood estimation (MLE) with sequence MLE. This method enables richer and fine-grained language feedback without additional annotations, models, or training stages. Our experiments demonstrated its effectiveness, specifically, reducing the refusal-to-response paradigm in single-turn safety dialogues and the long-response bias in text summarization tasks. We provide further analysis that seq2seq RM improves RLHF performance across 2B and 7B LLMs on 3 NLP tasks, achieving an average win rate of 76.9\%. We further show that seq2seq RM can still improve the performance of RLHF under out-of-distribution prompts.

📄 PDF Abstract BibTeX arXiv:2409.00162

Code (0)

등록된 구현이 없습니다.

Tasks

Text Summarization

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Towards Cost-Effective Reward Guided Text Generation

2025-02-06 · Ahmad Rashid, Ruotian Wu, Rongqi Fan, Hongliang Li 외

Reward-guided text generation (RGTG) has emerged as a viable alternative to offline reinforcement learning from human feedback (RLHF). RGTG methods can align baseline language models to human preferences without further …

Text Generation

Segmenting Text and Learning Their Rewards for Improved RLHF in Language Model

2025-01-06 · Yueqin Yin, Shentao Yang, Yujia Xie, ZiYi Yang 외

Reinforcement learning from human feedback (RLHF) has been widely adopted to align language models (LMs) with human preference. Prior RLHF works typically take a bandit formulation, which, though intuitive, ignores the s…

Language ModelingLanguage ModellingText Segmentation

Alleviating Attention Hacking in Discriminative Reward Modeling through Interaction Distillation

2025-08-04 · Jianxiang Zang arxiv

The reward model (RM), as the core component of reinforcement learning from human feedback (RLHF) for large language models (LLMs), responsible for providing reward signals to generated responses. However, the mainstream…

Natural Language UnderstandingReinforcement Learning

A Critical Look At Tokenwise Reward-Guided Text Generation

2024-06-12 · Ahmad Rashid, Ruotian Wu, Julia Grosse, Agustinus Kristiadi 외

Large language models (LLMs) can significantly be improved by aligning to human preferences -- the so-called reinforcement learning from human feedback (RLHF). However, the cost of fine-tuning an LLM is prohibitive for m…

Text Generation

Steering Masked Discrete Diffusion Models via Discrete Denoising Posterior Prediction

2024-10-10 · Jarrid Rector-Brooks, Mohsin Hasan, Zhangzhi Peng, Zachary Quinn 외

Generative modeling of discrete data underlies important applications spanning text-based agents like ChatGPT to the design of the very building blocks of life in protein sequences. However, application domains need to e…

Denoising