ReflectEvo: Improving Meta Introspection of Small LLMs by Learning Self-Reflection
Jiaqi Li, Xinyi Dong, Yang Liu, Zhizhuo Yang, Quansen Wang, Xiaobo Wang, SongChun Zhu, Zixia Jia, Zilong Zheng
TL;DR
ReflectEvo introduces a pipeline for autonomously generating self-reflections and using them to train small language models to improve meta introspection and reasoning. A large-scale ReflectEvo-460k dataset of self-generated reflections across diverse domains enables multiple learning setups (SFT and DPO), yielding substantial gains over baselines and rivaling larger open-source models on BIG-bench without distillation. The approach demonstrates improved error localization, correction via iterative self-reflection, and evidence of cross-task and cross-model generalization, with deeper analyses of reflection types and correlations to performance. This work suggests a practical, scalable path for continuously enhancing SLM reasoning through self-evolution, while acknowledging limitations related to data quality, task specialization, and verifer design.
Abstract
We present a novel pipeline, ReflectEvo, to demonstrate that small language models (SLMs) can enhance meta introspection through reflection learning. This process iteratively generates self-reflection for self-training, fostering a continuous and self-evolving process. Leveraging this pipeline, we construct ReflectEvo-460k, a large-scale, comprehensive, self-generated reflection dataset with broadened instructions and diverse multi-domain tasks. Building upon this dataset, we demonstrate the effectiveness of reflection learning to improve SLMs' reasoning abilities using SFT and DPO with remarkable performance, substantially boosting Llama-3 from 52.4% to 71.2% and Mistral from 44.4% to 71.1%. It validates that ReflectEvo can rival or even surpass the reasoning capability of the three prominent open-sourced models on BIG-bench without distillation from superior models or fine-grained human annotation. We further conduct a deeper analysis of the high quality of self-generated reflections and their impact on error localization and correction. Our work highlights the potential of continuously enhancing the reasoning performance of SLMs through iterative reflection learning in the long run.
