paper-with-me

Papers

FutureMind: Equipping Small Language Models with Strategic Thinking-Pattern Priors via Adaptive Knowledge Distillation

2026-02-01 · Shaoxiong Yang, Junting Li, Mengyuan Zhang, Chao Li, Wei Liu, Jian Luan arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.01222

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationLogical Reasoning

Similar Papers 제목 키워드 기반

Eliminating Reasoning via Inferring with Planning: A New Framework to Guide LLMs' Non-linear Thinking

2023-10-18 · Yongqi Tong, Yifan Wang, Dawei Li, Sizhe Wang 외

Chain-of-Thought(CoT) prompting and its variants explore equipping large language models (LLMs) with high-level reasoning abilities by emulating human-like linear cognition and logic. However, the human mind is complicat…

Natural Language Inference

Large Model Strategic Thinking, Small Model Efficiency: Transferring Theory of Mind in Large Language Models

2024-08-05 · Nunzio Lore, Sepehr Ilami, Babak Heydari

As the performance of larger, newer Large Language Models continues to improve for strategic Theory of Mind (ToM) tasks, the demand for these state-of-the-art models increases commensurately. However, their deployment is…

Decision MakingmodelNavigate

s1: Simple test-time scaling

2025-01-31 · Niklas Muennighoff, Zitong Yang, Weijia Shi, Xiang Lisa Li 외

Test-time scaling is a promising new approach to language modeling that uses extra test-time compute to improve performance. Recently, OpenAI's o1 model showed this capability but did not publicly share its methodology, …

Language ModelingLanguage ModellingMathMathematical Reasoning

Thinking LLMs: General Instruction Following with Thought Generation

2024-10-14 · Tianhao Wu, Janice Lan, Weizhe Yuan, Jiantao Jiao 외

LLMs are typically trained to answer user questions or follow instructions similarly to how human experts respond. However, in the standard alignment framework they lack the basic ability of explicit thinking before answ…

General KnowledgeInstruction FollowingMarketing

Communication Enhances LLMs' Stability in Strategic Thinking

2026-02-04 · Nunzio Lore, Babak Heydari arxiv

Large Language Models (LLMs) often exhibit pronounced context-dependent variability that undermines predictable multi-agent behavior in tasks requiring strategic thinking. Focusing on models that range from 7 to 9 billio…