ACL 2024findings17 citations

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

Eunseop Yoon, Hee Suk Yoon, SooHwan Eom, Gunsoo Han, Daniel Nam, Daejin Jo, Kyoung-Woon On, Mark Hasegawa-Johnson

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.

BibTeX
@inproceedings{yoon-etal-2024-tlcr,
    title = "{TLCR}: Token-Level Continuous Reward for Fine-grained Reinforcement Learning from Human Feedback",
    author = "Yoon, Eunseop  and
      Yoon, Hee Suk  and
      Eom, SooHwan  and
      Han, Gunsoo  and
      Nam, Daniel  and
      Jo, Daejin  and
      On, Kyoung-Woon  and
      Hasegawa-Johnson, Mark  and
      Kim, Sungwoong  and
      Yoo, Chang",
    editor = "Ku, Lun-Wei  and
      Martins, Andre  and
      Srikumar, Vivek",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2024",
    month = aug,
    year = "2024",
    address = "Bangkok, Thailand",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-acl.889/",
    doi = "10.18653/v1/2024.findings-acl.889",
    pages = "14969--14981"
}
TLCR: Token-Level Continuous Reward for Fine-grained Reinforcement Learning from Human Feedback · ACL 2024