Skip to main content
QUICK REVIEW

[论文解读] FutureMind: Equipping Small Language Models with Strategic Thinking-Pattern Priors via Adaptive Knowledge Distillation

Shaoxiong Yang, Junting Li|arXiv (Cornell University)|Feb 1, 2026
Topic Modeling被引用 0
一句话总结

FutureMind 提出了一种训练自由的模块化推理框架,从大型模型中蒸馏出 strategic thinking-pattern priors 到 SLMs,使其具备自适应检索引导的多跳推理,在各种模型规模的训练自由方法中达到最先进水平。

ABSTRACT

Small Language Models (SLMs) are attractive for cost-sensitive and resource-limited settings due to their efficient, low-latency inference. However, they often struggle with complex, knowledge-intensive tasks that require structured reasoning and effective retrieval. To address these limitations, we propose FutureMind, a modular reasoning framework that equips SLMs with strategic thinking-pattern priors via adaptive knowledge distillation from large language models (LLMs). FutureMind introduces a dynamic reasoning pipeline composed of four key modules: Problem Analysis, Logical Reasoning, Strategy Planning, and Retrieval Guidance. This pipeline is augmented by three distinct retrieval paradigms that decompose complex queries into tractable subproblems, ensuring efficient and accurate retrieval execution. Extensive experiments on multi-hop QA benchmarks, including 2WikiMultihopQA, MuSiQue, Bamboogle, and Frames, demonstrate the superiority of FutureMind. It consistently outperforms strong baselines such as Search-o1, achieving state-of-the-art results under free training conditions across diverse SLM architectures and scales. Beyond empirical gains, our analysis reveals that the process of thinking-pattern distillation is restricted by the cognitive bias bottleneck between the teacher (LLMs) and student (SLMs) models. This provides new perspectives on the transferability of reasoning skills, paving the way for the development of SLMs that combine efficiency with genuine cognitive capability.

研究动机与目标

  • 在小语言模型(SLMs)中激发对高效、知识密集型推理的需求并解决静态、单次检索的局限性。
  • 提出 FutureMind,一种训练自由的模块化推理框架,将思维模式先验蒸馏到 SLMs。
  • 设计一个四阶段推理流程(问题分析、逻辑推理、策略规划、检索引导)以及三种自适应检索范式。
  • 在多跳问答基准上展示实证改进,并分析师生蒸馏中的认知偏差瓶颈。
  • 提供关于轻量化模型可扩展推理的师生对齐洞见。

提出的方法

  • 将 FutureMind 作为由 Thinking Module 协调的四阶段流程:问题分析、逻辑推理、策略规划、检索引导。
  • 将查询分解为结构化组件(O、A、T、C),并通过逻辑推理得到机制性理解(M)以及关键条件(K)。
  • 通过 Strategy Planning 在三种检索范式(Forward Stepwise Reasoning、Backward Constraint Focusing、Parallel Intersection Reasoning)之间动态选择,形成 R*。
  • 生成规范化的检索引导(Γ),包含关键词、资源、序列、查询和筛选等指引以引导检索。
  • 通过将来自 LLM 老师的自适应思维模式先验蒸馏到 SLM 学生中,在不进行梯度更新的情况下进行训练。
  • 在四个多跳问答基准(2WikiMultihopQA、MuSiQue、Bamboogle、Frames)以及不同基础模型(SLMs 和 LLMs)上进行评估。

实验结果

研究问题

  • RQ1训练自由的模块化框架是否能够使小语言模型高效执行复杂的多跳推理?
  • RQ2对战略性思维模式先验的自适应知识蒸馏是否能在不同模型规模间实现鲁棒推理能力的迁移?
  • RQ3不同检索范式如何影响知识密集型任务的效率和准确性?
  • RQ4教师模型的规模与架构对蒸馏中师生认知对齐有何影响?
  • RQ5哪些模块化组件对多跳问答的性能提升贡献最大?

主要发现

ModelMethod2WikiMQA ACC E2WikiMQA ACC LFrames ACC EFrames ACC LBamboogle ACC EBamboogle ACC LMuSiQue ACC EMuSiQue ACC LAvg ACC EAvg ACC L
Qwen-3BNaive Gen16.8017.203.604.6020.8024.005.948.9811.7913.70
Qwen-3BStandard RAG24.0024.4010.2013.0026.4038.4012.0119.1718.1523.74
Qwen-3BSearch-o141.0041.8010.4012.6034.4039.2011.7718.8124.3928.10
Qwen-3BTC+FM ∗56.4043.8014.2015.2039.2043.2018.8419.4232.1630.41
Qwen-7BNaive Gen29.4025.207.6010.8034.4052.8011.2916.8720.6722.62
Qwen-7BStandard RAG30.2029.8013.2016.8042.4052.8015.7824.7625.3931.04
Qwen-7BSearch-o157.8059.8020.8023.8043.2051.2024.6338.3436.6143.29
Qwen-7BTC+FM ∗62.0064.0020.0023.8058.4064.8025.1234.7120.0023.80
Qwen-14BNaive Gen30.4030.808.8012.4048.8055.2014.8122.8225.7030.30
Qwen-14BStandard RAG27.4028.4014.0018.6044.8056.0017.9628.4026.0432.85
Qwen-14BSearch-o166.8068.4020.6025.6043.2055.2030.4646.4840.2748.92
Qwen-14BTC+FM ∗71.6075.2024.0028.2070.4072.8034.8349.5150.2156.43
Qwen-32BNaive Gen30.8031.3010.8015.2054.4060.8015.6624.5127.9132.95
Qwen-32BStandard RAG24.6024.4016.2019.6052.8061.6019.7830.9528.3534.14
Qwen-32BSearch-o168.6071.6022.8027.8060.8067.2034.3454.1246.6355.18
Qwen-32BTC+FM ∗74.4077.8026.0030.4068.8072.8037.1553.8651.5958.71
Qwen-72BNaive Gen38.2038.6012.8018.4060.0067.2021.1232.1633.0339.09
Qwen-72BStandard RAG31.0031.4016.2019.6059.2067.2025.9737.6233.7940.01
Qwen-72BSearch-o172.6075.4024.6030.8067.2072.8037.3756.6750.4458.92
Qwen-72BTC+FM ∗74.2080.6027.4036.6075.2079.2041.3858.5954.8063.75
Llama3.1-8BNaive Gen38.2038.6012.8018.4060.0067.2021.1232.1633.0339.09
Llama3.1-8BStandard RAG29.2030.4012.2015.2039.2047.2015.0522.8223.9128.90
Llama3.1-8BSearch-o154.0056.0015.4018.2046.4052.0024.8837.6235.1740.95
Llama3.1-8BTC+FM ∗55.2056.8021.8025.2058.4064.0027.4339.9240.7146.48
  • FutureMind 与 TC+FM 在模型规模和架构上持续提升性能,在训练自由方法中在多跳问答基准上达到最先进水平。
  • 自适应思维模式蒸馏为小模型带来显著收益,当使用高质量教师指导时,ACC E 与 ACC L 取得显著提升。
  • 策略规划与检索引导的整合至关重要;移除模块或检索策略会降低性能,Forward Stepwise Reasoning 往往具有最大影响。
  • 存在认知偏见瓶颈:教师计划过于复杂可能损害学生表现,强调师生兼容性高于单纯规模。
  • 教师架构对迁移效果有决定性影响;中等规模、与架构对齐的教师(如 14B 相较于 32B)在学生表现的平均值上可能优于更大但不对齐的教师。
  • 三种检索范式共同贡献性能提升;消融实验表明每种范式在不同任务结构下都具有价值。

更好的研究,从现在开始

从论文设计到论文写作,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。