LLM Reasoning 相关度: 10/10

Chain of Mindset: Reasoning with Adaptive Cognitive Modes

Tianyi Jiang, Arctanx An, Hengyi Feng, Naixin Zhai, Haodong Li, Xiaomin Yu, Jiahui Liu, Hanwen Du, Shuo Zhang, Zhi Yang, Jie Huang, Yuhua Li, Yongxin Ni, Huacan Wang, Ronghao Chen
arXiv: 2602.10063v1 发布: 2026-02-10 更新: 2026-02-10

AI 摘要

提出Chain of Mindset (CoM)框架,自适应地选择认知模式进行推理,提升LLM解决问题的能力。

主要贡献

  • 提出Chain of Mindset (CoM) 框架
  • 引入四种异构的认知模式:Spatial, Convergent, Divergent, Algorithmic
  • 设计Meta-Agent和Context Gate实现认知模式的动态选择和信息过滤

方法论

CoM框架通过Meta-Agent动态选择最优认知模式,并通过双向Context Gate过滤跨模块信息,实现自适应的推理过程。

原文摘要

Human problem-solving is never the repetition of a single mindset, by which we mean a distinct mode of cognitive processing. When tackling a specific task, we do not rely on a single mindset; instead, we integrate multiple mindsets within the single solution process. However, existing LLM reasoning methods fall into a common trap: they apply the same fixed mindset across all steps, overlooking that different stages of solving the same problem require fundamentally different mindsets. This single-minded assumption prevents models from reaching the next level of intelligence. To address this limitation, we propose Chain of Mindset (CoM), a training-free agentic framework that enables step-level adaptive mindset orchestration. CoM decomposes reasoning into four functionally heterogeneous mindsets: Spatial, Convergent, Divergent, and Algorithmic. A Meta-Agent dynamically selects the optimal mindset based on the evolving reasoning state, while a bidirectional Context Gate filters cross-module information flow to maintain effectiveness and efficiency. Experiments across six challenging benchmarks spanning mathematics, code generation, scientific QA, and spatial reasoning demonstrate that CoM achieves state-of-the-art performance, outperforming the strongest baseline by 4.96\% and 4.72\% in overall accuracy on Qwen3-VL-32B-Instruct and Gemini-2.0-Flash, while balancing reasoning efficiency. Our code is publicly available at \href{https://github.com/QuantaAlpha/chain-of-mindset}{https://github.com/QuantaAlpha/chain-of-mindset}.

标签

LLM Reasoning Agent Adaptive Learning

arXiv 分类

cs.AI