paper-with-me

홈 › Papers

Well Begun, Half Done: Reinforcement Learning with Prefix Optimization for LLM Reasoning

2025-12-17 · Yiliu Sun, Zicheng Zhao, Yang Wei, Yanfang Zhang, Chen Gong arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) significantly enhances the reasoning capability of Large Language Models (LLMs). Current RLVR approaches typically conduct training across all generated tokens, but neglect to explore which tokens (e.g., prefix tokens) actually contribute to reasoning. This uniform training strategy spends substantial effort on optimizing low-return tokens, which in turn impedes the potential improvement from high-return tokens and reduces overall training effectiveness. To address this issue, we propose a novel RLVR approach called Progressive Prefix-token Policy Optimization (PPPO), which highlights the significance of the prefix segment of generated outputs. Specifically, inspired by the well-established human thinking theory of Path Dependence, where early-stage thoughts substantially constrain subsequent thinking trajectory, we identify an analogous phenomenon in LLM reasoning termed Beginning Lock-in Effect (BLE). PPPO leverages this finding by focusing its optimization objective on the prefix reasoning process of LLMs. This targeted optimization strategy can positively influence subsequent reasoning processes, and ultimately improve final results. To improve the learning effectiveness of LLMs on how to start reasoning with high quality, PPPO introduces two training strategies: (a) Progressive Prefix Retention, which shapes a progressive learning process by increasing the proportion of retained prefix tokens during training; (b) Continuation Accumulated Reward, which mitigates reward bias by sampling multiple continuations for one prefix token sequence, and accumulating their scores as the reward signal. Extensive experimental results on various reasoning tasks demonstrate that our proposed PPPO outperforms representative RLVR methods, with the accuracy improvements of 18.02% on only 26.17% training tokens.

📄 PDF Abstract BibTeX arXiv:2512.15274

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

PrefixNLI: Detecting Factual Inconsistencies as Soon as They Arise

2025-11-03 · Sapir Harary, Eran Hirsch, Aviv Slobodkin, David Wan 외 arxiv

Natural Language Inference (NLI) models have been used in various ways to improve the factuality of LLM outputs. This is typically done by applying an NLI model to judge whether the model output is entailed from the supp…

Natural Language Inference

Well Begun is Half Done: Generator-agnostic Knowledge Pre-Selection for Knowledge-Grounded Dialogue

2023-10-11 · Lang Qin, Yao Zhang, Hongru Liang, Jun Wang 외

Accurate knowledge selection is critical in knowledge-grounded dialogue systems. Towards a closer look at it, we offer a novel perspective to organize existing literature, i.e., knowledge selection coupled with, after, a…

Response Generation

Well Begun is Half Done: Low-resource Preference Alignment by Weak-to-Strong Decoding

2025-06-09 · Feifan Song, Shaohang Wei, Wen Luo, Yuxuan Fan 외

Large Language Models (LLMs) require alignment with human preferences to avoid generating offensive, false, or meaningless content. Recently, low-resource methods for LLM alignment have been popular, while still facing c…

Estimating Early Fundraising Performance of Innovations via Graph-based Market Environment Model

2019-12-14 · Likang Wu, Zhi Li, Hongke Zhao, Zhen Pan 외

Well begun is half done. In the crowdfunding market, the early fundraising performance of the project is a concerned issue for both creators and platforms. However, estimating the early fundraising performance before the…

Prompt-Induced Over-Generation as Denial-of-Service: A Black-Box Attack-Side Benchmark

2025-12-29 · Manu, Yi Guo, Kanchana Thilakarathna, Nirhoshan Sivaroopan 외 arxiv

Large Language Models (LLMs) can be driven into over-generation, emitting thousands of tokens before producing an end-of-sequence (EOS) token. This degrades answer quality, inflates latency and cost, and can be weaponize…

Reinforcement Learning