paper-with-me

Papers

PEAR: Phase Entropy Aware Reward for Efficient Reasoning

2025-10-09 · Chen Huang, Wei Lu, Wenxuan Zhang arxiv

Large Reasoning Models (LRMs) have achieved impressive performance on complex reasoning tasks by generating detailed chain-of-thought (CoT) explanations. However, these responses are often excessively long, containing redundant reasoning steps that inflate inference cost and reduce usability. Controlling the length of generated reasoning without sacrificing accuracy remains an open challenge. Through a systematic empirical analysis, we reveal a consistent positive correlation between model entropy and response length at different reasoning stages across diverse LRMs: the thinking phase exhibits higher entropy, reflecting exploratory behavior of longer responses, while the final answer phase shows lower entropy, indicating a more deterministic solution. This observation suggests that entropy at different reasoning stages can serve as a control knob for balancing conciseness and performance. Based on this insight, this paper introduces Phase Entropy Aware Reward (PEAR), a reward mechanism that incorporating phase-dependent entropy into the reward design. Instead of treating all tokens uniformly, PEAR penalize excessive entropy during the thinking phase and allowing moderate exploration at the final answer phase, which encourages models to generate concise reasoning traces that retain sufficient flexibility to solve the task correctly. This enables adaptive control of response length without relying on explicit length targets or rigid truncation rules. Extensive experiments across four benchmarks demonstrate that PEAR consistently reduces response length while sustaining competitive accuracy across model scales. In addition, PEAR demonstrates strong out-of-distribution (OOD) robustness beyond the training distribution. Our code is available at: https://github.com/iNLP-Lab/PEAR.

📄 PDF Abstract BibTeX arXiv:2510.08026

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Where Hindsight Credit Can Reside: A Signed-Capacity View of Token Updates in RLVR

2026-04-13 · Yuhang He, Haodong Wu, Siyi Liu, Hongyu Ge 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) improves the reasoning ability of Large Language Models (LLMs), but sparse outcome rewards make token-level credit assignment difficult. We study token-level credit a…

Reinforcement LearningMathematical Reasoning

Pinpointing crucial steps: Attribution-based Credit Assignment for Verifiable Reinforcement Learning

2025-10-10 · Junxi Yin, Haisen Luo, Zhenyu Li, Yihua Liu 외 arxiv

While Reinforcement Learning with Verifiable Rewards (RLVR) enhances complex reasoning in LLMs, current methods struggle to balance exploration and exploitation. This leads to critical issues like inaccurate credit assig…

Reinforcement LearningSemantic Segmentation

Entropy Polarity in Reinforcement Fine-Tuning: Direction, Asymmetry, and Control

2026-05-12 · Jiazheng Zhang, Ziche Fu, Junrui Shen, Yunbin Zhao 외 arxiv

Policy entropy has emerged as a fundamental measure for understanding and controlling exploration in reinforcement learning with verifiable rewards (RLVR) for LLMs. However, existing entropy-aware methods mainly regulate…

Reinforcement LearningMathematical Reasoning

Entropy Centroids as Intrinsic Rewards for Test-Time Scaling

2026-04-28 · Wenshuo Zhao, Qi Zhu, Xingshan Zeng, Fei Mi 외 arxiv

An effective way to scale up test-time compute of large language models is to sample multiple responses and then select the best one, as in Grok Heavy and Gemini Deep Think. Existing selection methods often rely on exter…

Logical ReasoningCode Generation

C$^2$GSPG: Confidence-calibrated Group Sequence Policy Gradient towards Self-aware Reasoning

2025-09-27 · Haotian Liu, Shuo Wang, Hongteng Xu arxiv

Reinforcement Learning (RL) methods, exemplified by Group Relative Policy Optimization (GRPO) and its variants, play a central role in developing reasoning models. However, these methods often suffer from a critical over…

Reinforcement LearningMathematical Reasoning