paper-with-me

Papers

Stabilizing Efficient Reasoning with Step-Level Advantage Selection

2026-04-27 · Han Wang, Xiaodong Yu, Jialian Wu, Jiang Liu, Ximeng Sun, Mohit Bansal, Zicheng Liu arxiv

Large language models (LLMs) achieve strong reasoning performance by allocating substantial computation at inference time, often generating long and verbose reasoning traces. While recent work on efficient reasoning reduces this overhead through length-based rewards or pruning, many approaches are post-trained under a much shorter context window than base-model training, a factor whose effect has not been systematically isolated. We first show that short-context post-training alone, using standard GRPO without any length-aware objective, already induces substantial reasoning compression-but at the cost of increasingly unstable training dynamics and accuracy degradation. To address this, we propose Step-level Advantage Selection (SAS), which operates at the reasoning-step level and assigns a zero advantage to low-confidence steps in correct rollouts and to high-confidence steps in verifier-failed rollouts, where failures often arise from truncation or verifier issues rather than incorrect reasoning. Across diverse mathematical and general reasoning benchmarks, SAS improves average Pass@1 accuracy by 0.86 points over the strongest length-aware baseline while reducing average reasoning length by 16.3%, yielding a better accuracy-efficiency trade-off.

📄 PDF Abstract BibTeX arXiv:2604.24003

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Quantile Advantage Estimation: Stabilizing RLVR for LLM Reasoning

2025-09-26 · Junkang Wu, Kexin Huang, Jiancan Wu, An Zhang 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) strengthens LLM reasoning, but training often oscillates between {entropy collapse} and {entropy explosion}. We trace both hazards to the mean baseline used in value-…

Reinforcement Learning

Stabilizing On-Policy Distillation for MLLM Reasoning with Global Normalization

2026-06-08 · Dongze Hao, Zhiwei Jin, Chen Chen, Haonan Lu arxiv

On-policy distillation (OPD) has recently emerged as an important post-training paradigm. By using a stronger teacher model to provide dense, fine-grained supervision for sampled trajectories, OPD offers a clear advantag…

Reinforcement LearningMultimodal Reasoning

Thinking Out of Order: When Output Order Stops Reflecting Reasoning Order in Diffusion Language Models

2026-01-29 · Longxuan Yu, Yu Fu, Shaorong Zhang, Hui Liu 외 arxiv

Autoregressive (AR) language models enforce a fixed left-to-right generation order, creating a fundamental limitation when the required output structure conflicts with natural reasoning (e.g., producing answers before ex…

Reinforcement Learning for Diffusion LLMs with Entropy-Guided Step Selection and Stepwise Advantages

2026-03-13 · Vishnu Teja Kunde, Fatemeh Doudi, Mahdi Farahbakhsh, Dileep Kalathil 외 arxiv

Reinforcement learning (RL) has been effective for post-training autoregressive (AR) language models, but extending these methods to diffusion language models (DLMs) is challenging due to intractable sequence-level likel…

Reinforcement LearningMathematical ReasoningLogical Reasoning

Ares: Adaptive Reasoning Effort Selection for Efficient LLM Agents

2026-03-09 · Jingbo Yang, Bairu Hou, Wei Wei, Yujia Bao 외 arxiv

Modern agents powered by thinking LLMs achieve high accuracy through long chain-of-thought reasoning but incur substantial inference costs. While many LLMs now support configurable reasoning levels (e.g., high/medium/low…