paper-with-me

Papers

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

2026-08-12 · Vu Duc Anh, Nhat M. Hoang, Do Xuan Long, Cong-Duy Nguyen, Ponhvoan Srey, Luu Anh Tuan arxiv

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.

📄 PDF Abstract BibTeX arXiv:2608.11573

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ThinkAct: Vision-Language-Action Reasoning via Reinforced Visual Latent Planning

2025-07-22 · Chi-Pin Huang, Yueh-Hua Wu, Min-Hung Chen, Yu-Chiang Frank Wang 외 arxiv

Vision-language-action (VLA) reasoning tasks require agents to interpret multimodal instructions, perform long-horizon planning, and act adaptively in dynamic environments. Existing approaches typically train VLA models …

Robot Manipulation

Circular Reasoning: Understanding Self-Reinforcing Loops in Large Reasoning Models

2026-01-09 · Zenghao Duan, Liang Pang, Zihao Wei, Wenbin Duan 외 arxiv

Despite the success of test-time scaling, Large Reasoning Models (LRMs) frequently encounter repetitive loops that lead to computational waste and inference failure. In this paper, we identify a distinct failure mode ter…

InT: Self-Proposed Interventions Enable Credit Assignment in LLM Reasoning

2026-01-20 · Matthew Y. R. Yang, Hao Bai, Ian Wu, Gene Yang 외 arxiv

Outcome-reward reinforcement learning (RL) has proven effective at improving the reasoning capabilities of large language models (LLMs). However, standard RL assigns credit only at the level of the final answer, penalizi…

Reinforcement LearningMathematical Reasoning

Reinforcing Thinking through Reasoning-Enhanced Reward Models

2024-12-31 · Diji Yang, Linda Zeng, Kezhen Chen, Yi Zhang

Large Language Models (LLMs) exhibit great potential in complex multi-step reasoning through inference-time thinking but still struggle with deciding when to stop thinking due to limited self-awareness about their knowle…

Decision MakingLanguage ModelingLanguage Modelling

Why Does Self-Distillation (Sometimes) Degrade the Reasoning Capability of LLMs?

2026-03-25 · Jeonghye Kim, Xufang Luo, Minbeom Kim, Sangmook Lee 외 arxiv

Self-distillation has emerged as an effective post-training paradigm for LLMs, often improving performance while shortening reasoning traces. However, in mathematical reasoning, we find that it can reduce response length…

Mathematical Reasoning