paper-with-me

홈 › Papers

TGDPO: Harnessing Token-Level Reward Guidance for Enhancing Direct Preference Optimization

2025-06-17 · Mingkang Zhu, Xi Chen, Zhongdao Wang, Bei Yu, Hengshuang Zhao, Jiaya Jia

Recent advancements in reinforcement learning from human feedback have shown that utilizing fine-grained token-level reward models can substantially enhance the performance of Proximal Policy Optimization (PPO) in aligning large language models. However, it is challenging to leverage such token-level reward as guidance for Direct Preference Optimization (DPO), since DPO is formulated as a sequence-level bandit problem. To address this challenge, this work decomposes the sequence-level PPO into a sequence of token-level proximal policy optimization problems and then frames the problem of token-level PPO with token-level reward guidance, from which closed-form optimal token-level policy and the corresponding token-level reward can be derived. Using the obtained reward and Bradley-Terry model, this work establishes a framework of computable loss functions with token-level reward guidance for DPO, and proposes a practical reward guidance based on the induced DPO reward. This formulation enables different tokens to exhibit varying degrees of deviation from reference policy based on their respective rewards. Experiment results demonstrate that our method achieves substantial performance improvements over DPO, with win rate gains of up to 7.5 points on MT-Bench, 6.2 points on AlpacaEval 2, and 4.3 points on Arena-Hard. Code is available at https://github.com/dvlab-research/TGDPO.

📄 PDF Abstract BibTeX arXiv:2506.14574

Code (1)

dvlab-research/tgdpo 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
DPO 설명 없음

Similar Papers 제목 키워드 기반

T-REG: Preference Optimization with Token-Level Reward Regularization

2024-12-03 · Wenxuan Zhou, Shujian Zhang, Lingxiao Zhao, Tao Meng

Reinforcement learning from human feedback (RLHF) has been crucial in aligning large language models (LLMs) with human values. Traditionally, RLHF involves generating responses to a query and using a reward model to assi…

Instruction Following

PRPO: Aligning Process Reward with Outcome Reward in Policy Optimization

2026-01-12 · Ruiyi Ding, Yongxuan Lv, Xianhui Meng, Jiahe Song 외 arxiv

Policy optimization for large language models often suffers from sparse reward signals in multi-step reasoning tasks. Critic-free methods like GRPO assign a single normalized outcome reward to all tokens, providing limit…

Entropy Aware Reward Guidance for Diffusion Language Model Alignment

2026-02-04 · Atula Tejaswi, Litu Rout, Constantine Caramanis, Sanjay Shakkottai 외 arxiv

Reward guidance, also known as posterior sampling, is a popular method for test-time adaptation and post-training in continuous diffusion models. In this paper, we study reward guidance for discrete diffusion language mo…

Reinforcement LearningTest-time Adaptation

On-policy Distillation with Verifiable Reward

2026-08-25 · Wenze Lin, Jiale Zhao, Xitai Jiang, Songde Rao 외 hf

Reinforcement Learning with Verifiable Rewards (RLVR) and on-policy distillation (OPD) have become two widely adopted paradigms for post-training large language models. However, RLVR suffers from sparse task-level feedba…

Reinforcement Learning

EP-GRPO: Entropy-Progress Aligned Group Relative Policy Optimization with Implicit Process Guidance

2026-05-06 · Song Yu, Li Li, Wenwen Zhao, Zhisheng Yang arxiv

Reinforcement learning with verifiable rewards (RLVR), particularly Group Relative Policy Optimization (GRPO), has advanced LLM reasoning. However, GRPO suffers from three credit assignment failures: uniform token-level …

Reinforcement LearningMathematical Reasoning