Learning to Reason via Self-Iterative Process Feedback for Small Language Models
Kaiyuan Chen, Jin Wang, Xuejie Zhang
TL;DR
This paper tackles the reasoning limitations of open-source small language models by introducing self-iterative process feedback (SIPF). SIPF leverages a lightweight simulator and verifier to assign granular, step-level correctness signals and uses odds-ratio preference optimization (ORPO) to align models on diverse, self-generated reasoning paths, guided by a process reward model (PRM). Empirical results on GSM8K, MBPP, MMLU_Math, and HumanEval show substantial in-domain gains and notable out-of-domain generalization, with Gemma-2B achieving a 12.43 point ACC increase on GSM8K and a 3.95 point Pass@1 on MBPP after one iteration. The work demonstrates that process-level feedback, rather than only outcome accuracy, yields more robust reasoning improvements for open-source LMs, while also providing insights into reward-model selection and ablation analyses.
Abstract
Small language models (SLMs) are more efficient, cost-effective, and customizable than large language models (LLMs), though they often underperform in specific areas like reasoning. Past methods for enhancing SLMs' reasoning, such as supervised fine-tuning and distillation, often depend on costly external signals, resulting in SLMs being overly confident with limited supervision signals, thus limiting their abilities. Therefore, this study enables SLMs to learn to reason from self-iterative feedback. By combining odds ratio preference optimization (ORPO), we fine-tune and align SLMs using positive and negative signals generated by themselves. Additionally, we introduce process supervision for rewards in preference alignment by sampling-based inference simulation and process reward models. Compared to Supervised Fine-Tuning (SFT), our method improves the performance of Gemma-2B by 12.43 (Acc) on GSM8K and 3.95 (Pass@1) on MBPP. Furthermore, the proposed method also demonstrated superior out-of-domain generalization capabilities on MMLU_Math and HumanEval.
