Merge-of-Thought Distillation
Zhanming Shen, Zeyu Qin, Zenan Huang, Hao Chen, Jiaqi Hu, Yihong Zhuang, Guoshan Lu, Gang Chen, Junbo Zhao
TL;DR
This work tackles distilling long chain-of-thought (CoT) reasoning from numerous teacher LLMs into a compact student. It introduces Merge-of-Thought Distillation (MoT), an iterative framework that alternates teacher-specific supervised fine-tuning branches with weight-space merging to fuse diverse reasoning signals into a consensus student. Across BOBA-200 and S1K-200 with roughly 200 CoT examples, MoT outperforms single-teacher distillation and naive multi-teacher unions, improving general reasoning while mitigating forgetting and showing robustness to distribution shifts and peer-level teachers. The approach also reveals that consensus CoT emerges naturally under MoT, evidenced by token-level analyses and loss-landscape flattening, enabling effective transfer to new student models and selection-free CoT distillation.
Abstract
Efficient reasoning distillation for long chain-of-thought (CoT) models is increasingly constrained by the assumption of a single oracle teacher, despite the practical availability of multiple candidate teachers and growing CoT corpora. We revisit teacher selection and observe that different students have different "best teachers," and even for the same student, the best teacher can vary across datasets. Therefore, to unify multiple teachers' reasoning abilities into a student to overcome conflicts among various teachers' supervision, we propose Merge-of-Thought Distillation (MoT), a lightweight framework that alternates between teacher-specific supervised fine-tuning branches and weight-space merging of the resulting student variants. On competition math benchmarks, using only about 200 CoT samples, applying MoT to a Qwen3-14B student surpasses strong models including Deepseek-R1, Qwen3-32B, and OpenAI-O1, demonstrating substantial gains. Besides, MoT consistently outperforms the best single-teacher distillation, improves general reasoning beyond mathematics while reducing catastrophic forgetting, and shows robustness to distribution-shifted and peer-level teachers. Finally, we have demonstrated MoT possesses consensus CoT by eliminating teacher-specific inductive biases and inter-teacher conflicts while repeatedly reinforcing the learning of consensus reasoning features. These results position MoT as a simple, effective route to efficiently distilling long CoT capabilities from diverse teachers into compact students.
