← 首页|学术|Reinforcing Step-level Reasoning for Effective Self-Correction in LLMs
cs.CL / cs.AI · 2608.11573 · 2026/08/12

Reinforcing Step-level Reasoning for Effective Self-Correction in LLMs

Anh, Vu Duc, Hoang, Nhat M., Long, Do Xuan, Nguyen, Cong-Duy, Srey, Ponhvoan, Tuan, Luu Anh
TL;DR:两步RL自修正框架:第一阶段用step-level偏好优化强化步骤级推理,第二阶段显式训练自验证与自修正;教师辅助变体SFS-DPO-R注入错误验证的解释rationale提供更强纠错信号。

🎯 问题

让模型验证并纠正自己的错误仍是LLM的根本挑战,现有方法在步骤级自修正上不足。

🔬 方法

Self-Fix Step-DPO (SFS-DPO):两步RL框架;SFS-DPO-R教师辅助变体带错误验证解释rationale;域内+域外多LLM评估。
章节结构(全文标题提取):
1 Introduction
2 Related Work
3 Methodology
4 Main Experiments
5 Discussions
6 Conclusion
Limitations
References
2.1 RL for LLM Reasoning
2.2 Teaching LLMs to Self-Correct
3.1 Initialization Stage
3.2 Step-wise Self-Correction
4.1 Experimental Setup
4.2 In-Domain Results
4.3 Out-Of-Domain Results (OOD)
5.1 Comparison to Self-Correction Baselines
5.2 The Role of Initialization Stage
5.3 Self-Correction Rate
5.4 Self-Correction Behavior
5.5 Case Study

📊 结果

一致优于此前step-level训练基线;分析显示自修正频率与有效性双双提升,凸显步骤级推理对稳健自修正的重要性。

💡 与研究方向关联

步骤级推理强化是自修正有效的关键——RL 先强化 step-level 推理,再训练自验证自修正。对 agent 推理链的 RL 训练有借鉴。

📝 原文摘要

▶ 原文摘要 Abstract
Achieving effective self-correction, where models verify and correct their own mistakes, remains a fundamental challenge for large language models (LLMs). In this work, we propose Self-Fix Step-DPO (SFS-DPO), a reinforcement learning based, two-stage framework for step-level self-verification and self-correction. The first stage strengthens step-level reasoning via step-level preference optimization, while the second stage explicitly trains models to self-verify and self-correct. We further introduce a teacher-assisted variant, SFS-DPO-R, which incorporates explanatory rationales for error verification to provide stronger corrective signals. Comprehensive in-domain and out-of-domain evaluations across multiple LLMs demonstrate that SFS-DPO and SFS-DPO-R consistently outperform prior step-level training baselines. Our analysis further reveals improvements in self-correction frequency and effectiveness, highlighting the importance of strengthening step-level reasoning for robust performance.
Deep Read · 2026-08-14高松灯 / Agent 日报
Self-CorrectionStep-DPORLVerification