MindLoom: Composing Thought Modes for Frontier-Level Reasoning Data Synthesis

Haiyang Shen, Taian Guo, Xuanzhong Chen, Mugeng Liu, Weichen Bi, Wenchun Jing, Sixiong Xie, Zhuofan Shi, Yudong Han, Chongyang Pan, Siqi Zhong, Jinsheng Huang, Ming Zhang, Yun Ma

arXiv:2605.21630 · 2026-05-23 공개 · arXiv · PDF

benchmark-evaluation fine-tuning mathematical-reasoning llm-reasoning difficulty-control compositional-framework reasoning-data-synthesis thought-modes

Abstract

Although LLMs have made substantial progress in reasoning, systematically producing frontier-level reasoning data remains difficult. Existing synthesis methods often have limited visibility into the structural factors that govern problem difficulty, which can result in narrow diversity and unstable difficulty control. In this work, we view the difficulty of a reasoning problem as arising from the accumulation of atomic knowledge-reasoning transformations, which we term thought modes. Building on this perspective, we propose MindLoom, a framework for synthesizing frontier-level reasoning data through compositional thought mode engineering. Given a collection of hard problems with verified solutions, MindLoom first decomposes those solutions into thought mode chains that reveal each problem's construction logic. It then trains a retrieval model that matches problem states to compatible thought modes, providing guidance on which reasoning challenges to introduce during synthesis. New problems are composed by iteratively applying retrieved thought modes to seed questions, with distribution-aligned sampling to encourage diverse reasoning coverage. Finally, a rollout-based judging stage labels generated questions by difficulty and supplies judged-correct responses for supervised fine-tuning. We evaluate MindLoom on nine benchmarks covering five STEM disciplines and four mathematical reasoning tasks across multiple model families and sizes. Models fine-tuned on MindLoom-generated data achieves favorable performances over base models, distillation, and external-data baselines across the reported benchmarks. Ablation studies indicate the contribution of each component, and further analysis suggests that MindLoom covers a broad range of reasoning patterns while maintaining useful difficulty control. We have open-sourced our implementation at https://github.com/EachSheep/MindLoom.

한국어 요약

📋 한 줄 요약

**[Reasoning Data Synthesis / Thought Modes]** MindLoom이 hard problem 솔루션을 thought mode chain으로 분해·retrieval로 매칭·반복 합성, 9 STEM 벤치·4 수학 task에서 base·distillation·external-data baseline 능가.

🎯 핵심 기여도

💡 핵심 아이디어

Reasoning 데이터 합성의 난이도와 다양성은 문제를 thought mode chain — atomic knowledge-reasoning transformation의 누적 — 으로 분해해 구성 logic을 명시한 뒤 retrieval로 합성하는 compositional engineering으로 systematically 통제 가능하다.

🔬 기술적 접근법

📊 주요 결과

💭 의의 및 한계

**의의**: Frontier reasoning 데이터의 systematic·통제 가능 합성 패러다임 제공, thought mode 개념의 일반화 가능성, open-source로 재현성. **한계**: Seed로 verified hard problem 필요(획득 비용), retrieval model 품질에 의존, rollout judging의 false-positive 가능성, STEM·수학 외 일반화는 후속.

🚀 실용적 활용