paper-with-me

홈 › Papers

Segmental Advantage Estimation: Enhancing PPO for Long-Context LLM Training

2026-01-12 · Xue Gong, Qi Yi, Ziyuan Nan, Guanhua Huang, Kejiao Li, Yuhao Jiang, Ruibin Xiong, Zenan Xu, Jiaming Guo, Shaohui Peng, Bo Zhou arxiv

Training Large Language Models (LLMs) for reasoning tasks is increasingly driven by Reinforcement Learning with Verifiable Rewards (RLVR), where Proximal Policy Optimization (PPO) provides a principled framework for stable policy updates. However, the practical application of PPO is hindered by unreliable advantage estimation in the sparse-reward RLVR regime. This issue arises because the sparse rewards in RLVR lead to inaccurate intermediate value predictions, which in turn introduce significant bias when aggregated at every token by Generalized Advantage Estimation (GAE). To address this, we introduce Segmental Advantage Estimation (SAE), which mitigates the bias that GAE can incur in RLVR. Our key insight is that aggregating $n$-step advantages at every token(as in GAE) is unnecessary and often introduces excessive bias, since individual tokens carry minimal information. Instead, SAE first partitions the generated sequence into coherent sub-segments using low-probability tokens as heuristic boundaries. It then selectively computes variance-reduced advantage estimates only from these information-rich segment transitions, effectively filtering out noise from intermediate tokens. Our experiments demonstrate that SAE achieves superior performance, with marked improvements in final scores, training stability, and sample efficiency. These gains are shown to be consistent across multiple model sizes, and a correlation analysis confirms that our proposed advantage estimator achieves a higher correlation with an approximate ground-truth advantage, justifying its superior performance.

📄 PDF Abstract BibTeX arXiv:2601.07320

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Estimation of Segmental Longitudinal Strain in Transesophageal Echocardiography by Deep Learning

2025-11-04 · Anders Austlid Taskén, Thierry Judge, Erik Andreas Rye Berg, Jinyang Yu 외 arxiv

Segmental longitudinal strain (SLS) of the left ventricle (LV) is an important prognostic indicator for evaluating regional LV dysfunction, in particular for diagnosing and managing myocardial ischemia. Current technique…

Monotonic segmental attention for automatic speech recognition

2022-10-26 · Albert Zeyer, Robin Schmitt, Wei Zhou, Ralf Schlüter 외

We introduce a novel segmental-attention model for automatic speech recognition. We restrict the decoder attention to segments to avoid quadratic runtime of global attention, better generalize to long sequences, and even…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderSpeech Recognition

Multi-task Pretraining for Enhancing Interpretable L2 Pronunciation Assessment

2025-09-21 · Jiun-Ting Li, Bi-Cheng Yan, Yi-Cheng Wang, Berlin Chen arxiv

Automatic pronunciation assessment (APA) analyzes second-language (L2) learners' speech by providing fine-grained pronunciation feedback at various linguistic levels. Most existing efforts on APA typically adopt segmenta…

On Structured Sparsity of Phonological Posteriors for Linguistic Parsing

2016-01-21 · Milos Cernak, Afsaneh Asaei, Hervé Bourlard

The speech signal conveys information on different time scales from short time scale or segmental, associated to phonological and phonetic information to long time scale or supra segmental, associated to syllabic and pro…

Segmental Contrastive Predictive Coding for Unsupervised Word Segmentation

2021-06-03 · Saurabhchand Bhati, Jesús Villalba, Piotr Żelasko, Laureano Moro-Velazquez 외

Automatic detection of phoneme or word-like units is one of the core objectives in zero-resource speech processing. Recent attempts employ self-supervised training methods, such as contrastive predictive coding (CPC), wh…