S^3cMath: Spontaneous Step-level Self-correction Makes Large Language Models Better Mathematical Reasoners
Yuchen Yan, Jin Jiang, Yang Liu, Yixin Cao, Xin Xu, Mengdi Zhang, Xunliang Cai, Jian Shao
TL;DR
This work introduces S$^3$c-Math, an approach to endow large language models with spontaneous step-level self-correction for mathematical reasoning. It constructs a large self-correction data corpus, S$^3$c-MathQA (532K samples), by sampling erroneous steps from existing step-by-step data and enriching them with reflection and improvement annotations, then trains models with a loss-masked instruction-tuning regime that ignores erroneous steps. Across multiple foundation LLMs, the method yields consistent improvements on GSM8K, MATH, SVAMP, and Mathematics benchmarks, validating the viability of intrinsic real-time self-correction for math problem solving. The results are supported by extensive ablations showing the superiority of step-level correction, the value of reflecting/improving content, and the effectiveness of sampling from existing paths over Monte Carlo tree search-based generation, indicating practical gains for robust mathematical reasoning in LLMs.
Abstract
Self-correction is a novel method that can stimulate the potential reasoning abilities of large language models (LLMs). It involves detecting and correcting errors during the inference process when LLMs solve reasoning problems. However, recent works do not regard self-correction as a spontaneous and intrinsic capability of LLMs. Instead, such correction is achieved through post-hoc generation, external knowledge introduction, multi-model collaboration, and similar techniques. In this paper, we propose a series of mathematical LLMs called S$^3$c-Math, which are able to perform Spontaneous Step-level Self-correction for Mathematical reasoning. This capability helps LLMs to recognize whether their ongoing inference tends to contain errors and simultaneously correct these errors to produce a more reliable response. We proposed a method, which employs a step-level sampling approach to construct step-wise self-correction data for achieving such ability. Additionally, we implement a training strategy that uses above constructed data to equip LLMs with spontaneous step-level self-correction capacities. Our data and methods have been demonstrated to be effective across various foundation LLMs, consistently showing significant progress in evaluations on GSM8K, MATH, and other mathematical benchmarks. To the best of our knowledge, we are the first to introduce the spontaneous step-level self-correction ability of LLMs in mathematical reasoning.
