English

TLCR: Token-Level Continuous Reward for Fine-grained Reinforcement Learning from Human Feedback

Computation and Language 2024-12-10 v2

Abstract

Reinforcement Learning from Human Feedback (RLHF) leverages human preference data to train language models to align more closely with human essence. These human preference data, however, are labeled at the sequence level, creating a mismatch between sequence-level preference labels and tokens, which are autoregressively generated from the language model. Although several recent approaches have tried to provide token-level (i.e., dense) rewards for each individual token, these typically rely on predefined discrete reward values (e.g., positive: +1, negative: -1, neutral: 0), failing to account for varying degrees of preference inherent to each token. To address this limitation, we introduce TLCR (Token-Level Continuous Reward) for RLHF, which incorporates a discriminator trained to distinguish positive and negative tokens, and the confidence of the discriminator is used to assign continuous rewards to each token considering the context. Extensive experiments show that our proposed TLCR leads to consistent performance improvements over previous sequence-level or token-level discrete rewards on open-ended generation benchmarks.

Keywords

Cite

@article{arxiv.2407.16574,
  title  = {TLCR: Token-Level Continuous Reward for Fine-grained Reinforcement Learning from Human Feedback},
  author = {Eunseop Yoon and Hee Suk Yoon and SooHwan Eom and Gunsoo Han and Daniel Wontae Nam and Daejin Jo and Kyoung-Woon On and Mark A. Hasegawa-Johnson and Sungwoong Kim and Chang D. Yoo},
  journal= {arXiv preprint arXiv:2407.16574},
  year   = {2024}
}

Comments

ACL2024 Findings

R2 v1 2026-06-28T17:51:01.163Z