paper-with-me

Papers

LaSeR: Reinforcement Learning with Last-Token Self-Rewarding

2025-10-16 · Wenkai Yang, Weijie Liu, Ruobing Xie, Yiju Guo, Lulu Wu, Saiyong Yang, Yankai Lin arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has recently emerged as a core paradigm for enhancing the reasoning capabilities of Large Language Models (LLMs). To address the lack of verification signals at test time, prior studies incorporate the training of model's self-verification capability into the standard RLVR process, thereby unifying reasoning and verification capabilities within a single LLM. However, previous practice requires the LLM to sequentially generate solutions and self-verifications using two separate prompt templates, which significantly reduces efficiency. In this work, we theoretically reveal that the closed-form solution to the RL objective of self-verification can be reduced to a remarkably simple form: the true reasoning reward of a solution is equal to its last-token self-rewarding score, which is computed as the difference between the policy model's next-token log-probability assigned to any pre-specified token at the solution's last token and a pre-calculated constant, scaled by the KL coefficient. Based on this insight, we propose LaSeR (Reinforcement Learning with Last-Token Self-Rewarding), an algorithm that simply augments the original RLVR loss with a MSE loss that aligns the last-token self-rewarding scores with verifier-based reasoning rewards, jointly optimizing the reasoning and self-rewarding capabilities of LLMs. The optimized self-rewarding scores can be utilized in both training and testing to enhance model performance. Notably, our algorithm derives these scores from the predicted next-token probability distribution of the last token immediately after generation, incurring only the minimal extra cost of one additional token inference. Experiments show that our method not only improves the model's reasoning performance but also equips it with remarkable self-rewarding capability, thereby boosting its inference-time scaling performance.

📄 PDF Abstract BibTeX arXiv:2510.14943

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Co-rewarding: Stable Self-supervised RL for Eliciting Reasoning in Large Language Models

2025-08-01 · Zizhuo Zhang, Jianing Zhu, Xinmu Ge, Zihua Zhao 외 arxiv

While reinforcement learning with verifiable rewards (RLVR) is effective to improve the reasoning ability of large language models (LLMs), its reliance on human-annotated labels leads to the scaling up dilemma, especiall…

Self-Supervised LearningReinforcement LearningMathematical Reasoning

Self-Rewarding Sequential Monte Carlo for Masked Diffusion Language Models

2026-02-02 · Ziwei Luo, Ziqi Jin, Lei Wang, Lidong Bing 외 arxiv

This work presents self-rewarding sequential Monte Carlo (SMC), an inference-time scaling algorithm enabling effective sampling of masked diffusion language models (MDLMs). Our algorithm stems from the observation that m…

Self-rewarding correction for mathematical reasoning

2025-02-26 · Wei Xiong, Hanning Zhang, Chenlu Ye, Lichang Chen 외

We study self-rewarding reasoning large language models (LLMs), which can simultaneously generate step-by-step reasoning and evaluate the correctness of their outputs during the inference time-without external feedback. …

Mathematical Reasoning

Breaking the Self-Confirming Loop: Diagnosing and Mitigating Systemic Reward Bias in Self-Rewarding RL

2025-10-10 · Chuyi Tan, Peiwen Yuan, Xinglin Wang, Yiwei Li 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) efficiently scales the reasoning ability of large language models (LLMs) but is bottlenecked by scarce labeled data. Reinforcement learning with intrinsic rewards (RL…

Reinforcement Learning

Just Say What You Want: Only-prompting Self-rewarding Online Preference Optimization

2024-09-26 · Ruijie Xu, Zhihan Liu, Yongfei Liu, Shipeng Yan 외

We address the challenge of online Reinforcement Learning from Human Feedback (RLHF) with a focus on self-rewarding alignment methods. In online RLHF, obtaining feedback requires interaction with the environment, which c…