← 返回论文检索
EMNLP 2025mainmain

DEBATE, TRAIN, EVOLVE: Self‐Evolution of Language Model Reasoning

Gaurav Srivastava, Zhenyu Bi, Meng Lu, Xuan Wang

Virginia Polytechnic Institute and State University

PDF 由论文原始站点提供,PaperCompass 不保存论文文件。DOI 10.18653/v1/2025.emnlp-main.1666 ↗

摘要

Large language models (LLMs) have improved significantly in their reasoning through extensive training on massive datasets. However, relying solely on additional data for improvement is becoming increasingly impractical, highlighting the need for models to autonomously enhance their reasoning without external supervision. In this paper, we propose \textbf{Debate, Train, Evolve (DTE)}, a novel ground truth-free training framework that uses multi-agent debate traces to evolve a single language model. We also introduce a new prompting strategy \textbf{Reflect-Critique-Refine}, to improve debate quality by explicitly instructing agents to critique and refine their reasoning. Extensive evaluations on \textbf{seven} reasoning benchmarks with \textbf{six} open-weight models show that our DTE framework achieve substantial improvements, with an average accuracy gain of \textbf{8.92\%} on the challenging GSM-PLUS dataset. Furthermore, we observe strong cross-domain generalization, with an average accuracy gain of \textbf{5.8\%} on all other benchmarks, suggesting that our method captures general reasoning capabilities. Our framework code and trained models are publicly available at https://github.com/ctrl-gaurav/Debate-Train-Evolve.