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はトレーニングを伴わないモジュラー推論フレームワークで、LLMからSLMへと戦略的思考パターンの priors を蒸留し、適応的な検索-guided マルチホップ推論を実現し、さまざまなモデルサイズでトレーニング不要手法の最先端成果を達成する。

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 を提案、思考パターン priors を蒸留するトレーニング不要のモジュラー推論フレームワーク。
  • 四段階推論パイプライン(Problem Analysis、Logical Reasoning、Strategy Planning、Retrieval Guidance)と三つの適応的検索パラダイムを設計。
  • マルチホップQAベンチマークで実証的な改善を示し、教師-学生蒸留における認知バイアスのボトルネックを分析。
  • 軽量モデルにおけるスケーラブルな推論のための教師-学生整合性に関する洞察を提供。

提案手法

  • FutureMindをThinking Moduleが統括する四段階パイプラインとして導入(Problem Analysis、Logical Reasoning、Strategy Planning、Retrieval Guidance)。
  • クエリを構造的要素(O、A、T、C)へ分解し、Logical Reasoningを通じて機械的な理解(M)と重要条件(K)を導出。
  • Strategy Planning によって三つの検索パラダイム(Forward Stepwise Reasoning、Backward Constraint Focusing、Parallel Intersection Reasoning)を動的に選択し、R*を形成。
  • Keyword、Resource、Sequence、Query、Screening guidance を含む規範的 Retrieval Guidance(Γ)を生成し、検索を導く。
  • SLM 学習において、LLM 教師から適応的な thinking-pattern priors を蒸留することで勾配更新なしにトレーニング。
  • 四つのマルチホップQAベンチマーク(2WikiMultihopQA、MuSiQue、Bamboogle、Frames)と varied base models(SLMs と LLMs)を横断して評価。

実験結果

リサーチクエスチョン

  • RQ1トレーニング不要のモジュラー フレームワークは、小型言語モデルにとって複雑なマルチホップ推論を効率的に実現できるか。
  • RQ2 strategic thinking-pattern priors の適応知識蒸留は、モデル規模を超えて堅牢な推論能力を transfer できるか。
  • RQ3異なる検索パラダイムは、知識集約型タスクにおける効率と精度にどう影響するか。
  • RQ4蒸留における教師モデルの規模とアーキテクチャが、教師-学生の認知的整合性にどのように影響するか。
  • RQ5マルチホップQAで性能向上に寄与するモジュール要素はどれか。

主な発見

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 with TC+FM はモデル規模とアーキテクチャを問わず一貫して性能を改善し、トレーニング不要手法のマルチホップQAベンチマークで最先端の結果を達成。
  • 適応的思考パターン蒸留は小型モデルに大きな利得をもたらし、教師ガイダンスの品質が高い場合には ACC E および ACC L で顕著な改善を示す。
  • Strategy Planning と retrieval-guidance の統合は重要であり、モジュールや検索戦略を削除すると性能が低下する。Forward Stepwise Reasoning が最も影響を与えることが多い。
  • 認知バイアスのボトルネックが存在:過度に複雑な教師プランは学生の性能を害する可能性がある。教師-学生の適合性が単なるスケールより重要であることを強調。
  • 教師アーキテクチャは転移効果に決定的な影響を及ぼす;中規模でアーキテクチャ的に整合した教師(例:14B)が、より大きくミスアラインされた教師よりも学生成績の平均を高め得る。
  • 三つの検索パラダイムはすべて性能向上に寄与;アブレーションはタスク構造に応じて各パラダイムの価値を示す。

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。