paper-with-me

홈 › Papers

Self-Aligned Reward: Towards Effective and Efficient Reasoners

2025-09-05 · Peixuan Han, Adit Krishnan, Gerald Friedland, Jiaxuan You, Chris Kong arxiv

Reinforcement learning with verifiable rewards has significantly advanced reasoning in large language models (LLMs), but such signals remain coarse, offering only binary correctness feedback. This limitation often results in inefficiencies, including overly verbose reasoning and high computational cost, while existing solutions often compromise accuracy. To address this, we introduce self-aligned reward (SAR), a self-guided signal that complements verifiable rewards to encourage both reasoning accuracy and efficiency. SAR is defined as the relative perplexity difference between an answer conditioned on the query and the standalone answer, thereby favoring responses that are concise and query-specific. Quantitative analysis reveals that SAR reliably distinguishes answer quality: concise, correct answers score higher than redundant ones, and partially correct answers score higher than entirely incorrect ones. Evaluation on 4 models across 7 benchmarks shows that integrating SAR with prevalent RL algorithms like PPO and GRPO improves accuracy by 4%, while reducing inference cost by 30%. Further analysis demonstrates that SAR achieves a Pareto-optimal trade-off between correctness and efficiency compared to reward signals based on length or self-confidence. We also show that SAR shortens responses while preserving advanced reasoning behaviors, demonstrating its ability to suppress unnecessary elaboration without losing critical reasoning. These results highlight the promise of self-aligned reward as a fine-grained complement to verifiable rewards, paving the way for more efficient and effective LLM training.

📄 PDF Abstract BibTeX arXiv:2509.05489

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

HS-STAR: Hierarchical Sampling for Self-Taught Reasoners via Difficulty Estimation and Budget Reallocation

2025-05-26 · Feng Xiong, Hongling Xu, Yifei Wang, Runxi Cheng 외

Self-taught reasoners (STaRs) enhance the mathematical reasoning abilities of large language models (LLMs) by leveraging self-generated responses for self-training. Recent studies have incorporated reward models to guide…

Mathematical Reasoning

Test-Time Meta-Adaptation with Self-Synthesis

2026-03-03 · Zeyneb N. Kaya, Nick Rui arxiv

As strong general reasoners, large language models (LLMs) encounter diverse domains and tasks, where the ability to adapt and self-improve at test time is valuable. We introduce MASS, a meta-learning framework that enabl…

Mathematical ReasoningBilevel OptimizationTest-time Adaptation

Step Back to Leap Forward: Self-Backtracking for Boosting Reasoning of Language Models

2025-02-06 · Xiao-Wen Yang, Xuan-Yi Zhu, Wen-Da Wei, Ding-Chu Zhang 외

The integration of slow-thinking mechanisms into large language models (LLMs) offers a promising way toward achieving Level 2 AGI Reasoners, as exemplified by systems like OpenAI's o1. However, several significant challe…

PAINT: Partial-Solution Adaptive Interpolated Training for Self-Distilled Reasoners

2026-04-29 · Zhiquan Tan, Yinrong Hong arxiv

Improving large language model (LLM) reasoning requires supervision that is both aligned with the model's own test-time states and informative at the token level. Reinforcement learning with verifiable rewards provides o…

Reinforcement Learning

ProxyThinker: Test-Time Guidance through Small Visual Reasoners

2025-05-30 · Zilin Xiao, Jaywon Koo, Siru Ouyang, Jefferson Hernandez 외

Recent advancements in reinforcement learning with verifiable rewards have pushed the boundaries of the visual reasoning capabilities in large vision-language models (LVLMs). However, training LVLMs with reinforcement fi…

Visual Reasoning