View a PDF of the paper titled SRA-MCTS: Self-driven Reasoning Augmentation with Monte Carlo Tree Search for Code Generation, by Bin Xu and Yiguan Lin and Yinghao Li and Yang Gao
View PDF
HTML (experimental)
Abstract:Large language models demonstrate exceptional performance in simple code generation tasks but still face challenges in tackling complex problems. These challenges may stem from insufficient reasoning and problem decomposition capabilities. To address this issue, we propose a reasoning-augmented data generation process, SRA-MCTS, which guides the model to autonomously generate high-quality intermediate reasoning paths. This creates a positive feedback loop, enabling continuous improvement. Our method operates entirely through the model itself without requiring additional supervision. By synthesizing natural language reasoning paths and translating them into executable code, the approach ensures analytical accuracy and enhances the success rate in solving complex tasks. Experimental results show that, even without additional supervisory signals, our method achieves performance improvements across different model scales, demonstrating the significant potential of self-improvement in small models. Furthermore, the method remains robust when traditional Chain-of-Thought (CoT) approaches exhibit performance degradation, with notable improvements observed in diversity metrics such as pass@10. We encourage further exploration of reasoning processes within training data to enhance the ability of language models to address complex problems. Our code and data are public at this https URL.
Submission history
From: Bin Xu [view email]
[v1]
Sun, 17 Nov 2024 12:31:04 UTC (3,113 KB)
[v2]
Wed, 20 Nov 2024 07:34:47 UTC (3,113 KB)
[v3]
Thu, 21 Nov 2024 06:01:03 UTC (3,113 KB)
[v4]
Sat, 23 Nov 2024 12:25:17 UTC (3,113 KB)
[v5]
Fri, 9 May 2025 07:24:54 UTC (2,397 KB)