paper-with-me

Papers

A Critical Look At Tokenwise Reward-Guided Text Generation

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

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 many users. Due to their ability to bypass LLM finetuning, tokenwise reward-guided text generation (RGTG) methods have recently been proposed. They use a reward model trained on full sequences to score partial sequences during a tokenwise decoding, in a bid to steer the generation towards sequences with high rewards. However, these methods have so far been only heuristically motivated and poorly analyzed. In this work, we show that reward models trained on full sequences are not compatible with scoring partial sequences. To alleviate this issue, we propose to explicitly train a Bradley-Terry reward model on partial sequences, and autoregressively sample from the implied tokenwise policy during decoding time. We study the property of this reward model and the implied policy. In particular, we show that this policy is proportional to the ratio of two distinct RLHF policies. We show that our simple approach outperforms previous RGTG methods and achieves similar performance as strong offline baselines but without large-scale LLM finetuning.

📄 PDF Abstract BibTeX arXiv:2406.07780

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

Controlled Decoding from Language Models

2023-10-25 · Sidharth Mudgal, Jong Lee, Harish Ganapathy, Yaguang Li 외

KL-regularized reinforcement learning (RL) is a popular alignment framework to control the language model responses towards high reward outcomes. We pose a tokenwise RL objective and propose a modular solver for it, call…

Language ModelingLanguage ModellingMulti-Objective Reinforcement Learningreinforcement-learning+2

On the Geometric Structure of Layer Updates in Deep Language Models

2026-04-02 · Jun-Sik Yoo arxiv

We study the geometric structure of layer updates in deep language models. Rather than analyzing what information is encoded in intermediate representations, we ask how representations change from one layer to the next. …

CoRT: Counterfactual Replay for Token-Level Rubric-Guided Policy Optimization

2026-07-28 · Bo-Wen Zhang, Junwei He, Wen Wang, Song-Lin Lv 외 arxiv

Rubric-based reinforcement learning enriches language model training by evaluating model outputs against explicit criteria. Yet in GRPO-style pipelines, these structured judgments are reduced to a scalar response-level r…

Reinforcement Learning

The Reward Model Selection Crisis in Personalized Alignment

2025-12-28 · Fady Rezk, Yuangang Pan, Chuan-Sheng Foo, Xun Xu 외 arxiv

Personalized alignment from preference data has focused primarily on improving personal reward model (RM) accuracy, with the implicit assumption that better preference ranking translates to better personalized behavior. …

Tokenwise Contrastive Pretraining for Finer Speech-to-BERT Alignment in End-to-End Speech-to-Intent Systems

2022-04-11 · Vishal Sunder, Eric Fosler-Lussier, Samuel Thomas, Hong-Kwang J. Kuo 외

Recent advances in End-to-End (E2E) Spoken Language Understanding (SLU) have been primarily due to effective pretraining of speech representations. One such pretraining paradigm is the distillation of semantic knowledge …

Intent RecognitionSpoken Language Understanding