Stepwise Reasoning Checkpoint Analysis: A Test Time Scaling Method to Enhance LLMs' Reasoning
Zezhong Wang, Xingshan Zeng, Weiwen Liu, Yufei Wang, Liangyou Li, Yasheng Wang, Lifeng Shang, Xin Jiang, Qun Liu, Kam-Fai Wong
TL;DR
This work tackles inefficiencies in test-time scaling for mathematical reasoning by exposing stepwise checkpoints within LLM reasoning. It introduces SRCA, consisting of Checkpoint Injection, Answer-Clustered Search, and Checkpoint Candidate Augmentation, to diversify reasoning paths and fully leverage intermediate results. Empirical results across GSM8K, MATH500, AIME, and OlympiadBench show SRCA outperforms Beam Search and DVTS, enabling smaller models to rival larger ones and achieving higher data efficiency through reduced sampling. The findings highlight the value of intermediate checkpoints for robust, fault-tolerant reasoning and offer a practical direction for future TTS research.
Abstract
Mathematical reasoning through Chain-of-Thought (CoT) has emerged as a powerful capability of Large Language Models (LLMs), which can be further enhanced through Test-Time Scaling (TTS) methods like Beam Search and DVTS. However, these methods, despite improving accuracy by allocating more computational resources during inference, often suffer from path homogenization and inefficient use of intermediate results. To address these limitations, we propose Stepwise Reasoning Checkpoint Analysis (SRCA), a framework that introduces checkpoints between reasoning steps. It incorporates two key strategies: (1) Answer-Clustered Search, which groups reasoning paths by their intermediate checkpoint answers to maintain diversity while ensuring quality, and (2) Checkpoint Candidate Augmentation, which leverages all intermediate answers for final decision-making. Our approach effectively reduces path homogenization and creates a fault-tolerant mechanism by utilizing high-quality intermediate results. Experimental results show that SRCA improves reasoning accuracy compared to existing TTS methods across various mathematical datasets.
