paper-with-me

홈 › Papers

StaRPO: Stability-Augmented Reinforcement Policy Optimization

2026-04-10 · Jinghan Zhang, Fengran Mo, Tharindu Cyril Weerasooriya, Ruimin Dai, Xiaoyan Han, Yanjie Fu, Dakuo Wang, Kunpeng Liu arxiv

Reinforcement learning (RL) is effective in enhancing the accuracy of large language models in complex reasoning tasks. Existing RL policy optimization frameworks rely on final-answer correctness as feedback signals and rarely capture the internal logical structure of the reasoning process. Consequently, the models would generate fluent and semantically relevant responses but logically inconsistent, structurally erratic, or redundant. To this end, we propose StaRPO, a stability-augmented reinforcement learning framework that explicitly incorporates reasoning stability into the optimization objective. Our StaRPO decomposes stability into two computable lightweight metrics: the Autocorrelation Function (ACF) to evaluate local step-to-step coherence, and Path Efficiency (PE) to evaluate global goal-directedness of the reasoning trajectory. These stability rewards are combined with task rewards to provide complementary and process-aware feedback. We validate the effectiveness of using ACF and PE rewards by showing their correlation with logic errors on two backbone models. Experiments on four reasoning benchmarks show that StaRPO consistently outperforms compared baselines and can enhance both final-answer accuracy and logical stability.

📄 PDF Abstract BibTeX arXiv:2604.08905

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

RAGEN: Understanding Self-Evolution in LLM Agents via Multi-Turn Reinforcement Learning

2025-04-24 · Zihan Wang, Kangrui Wang, Qineng Wang, Pingyue Zhang 외

Training large language models (LLMs) as interactive agents presents unique challenges including long-horizon decision making and interacting with stochastic environment feedback. While reinforcement learning (RL) has en…

Decision MakingReinforcement Learning (RL)

STAR : Sentence Translation Alignment Rate for Document-to-Document Machine Translation

2026-08-27 · Yichen Dong, Hao Wang, Junhui Li, Linlong Xu 외 arxiv

Large Language Models (LLMs) have enabled a shift from sentence-level to document-to-document (Doc2Doc) machine translation, promising improved global coherence. However, document-to-document generation in a single pass …

Machine Translation

Divergence-Augmented Policy Optimization

2025-01-25 · NeurIPS 2019 12 · Qing Wang, Yingru Li, Jiechao Xiong, Tong Zhang

In deep reinforcement learning, policy optimization methods need to deal with issues such as function approximation and the reuse of off-policy data. Standard policy gradient methods do not handle off-policy data well, l…

Atari GamesDeep Reinforcement LearningPolicy Gradient Methodsreinforcement-learning+1

Generalization in Reinforcement Learning by Soft Data Augmentation

2020-11-26 · Nicklas Hansen, Xiaolong Wang

Extensive efforts have been made to improve the generalization ability of Reinforcement Learning (RL) methods via domain randomization and data augmentation. However, as more factors of variation are introduced during tr…

Data Augmentationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

How Does the Lagrangian Guide Safe Reinforcement Learning through Diffusion Models?

2026-02-02 · Xiaoyuan Cheng, Wenxuan Yuan, Boyang Li, Yuanchao Xu 외 arxiv

Diffusion policy sampling enables reinforcement learning (RL) to represent multimodal action distributions beyond suboptimal unimodal Gaussian policies. However, existing diffusion-based RL methods primarily focus on off…

Reinforcement Learning