paper-with-me

홈 › Papers

Metacognitive Reuse: Turning Recurring LLM Reasoning Into Concise Behaviors

2025-09-16 · Aniket Didolkar, Nicolas Ballas, Sanjeev Arora, Anirudh Goyal arxiv

Large language models (LLMs) now solve multi-step problems by emitting extended chains of thought. During the process, they often re-derive the same intermediate steps across problems, inflating token usage and latency. This saturation of the context window leaves less capacity for exploration. We study a simple mechanism that converts recurring reasoning fragments into concise, reusable "behaviors" (name + instruction) via the model's own metacognitive analysis of prior traces. These behaviors are stored in a "behavior handbook" which supplies them to the model in-context at inference or distills them into parameters via supervised fine-tuning. This approach achieves improved test-time reasoning across three different settings - 1) Behavior-conditioned inference: Providing the LLM relevant behaviors in-context during reasoning reduces number of reasoning tokens by up to 46% while matching or improving baseline accuracy; 2) Behavior-guided self-improvement: Without any parameter updates, the model improves its own future reasoning by leveraging behaviors from its own past problem solving attempts. This yields up to 10% higher accuracy than a naive critique-and-revise baseline; and 3) Behavior-conditioned SFT: SFT on behavior-conditioned reasoning traces is more effective at converting non-reasoning models into reasoning models as compared to vanilla SFT. Together, these results indicate that turning slow derivations into fast procedural hints enables LLMs to remember how to reason, not just what to conclude.

📄 PDF Abstract BibTeX arXiv:2509.13237

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond Meta-Reasoning: Metacognitive Consolidation for Self-Improving LLM Reasoning

2026-04-19 · Ziqing Zhuang, Linhai Zhang, Jiasheng Si, Deyu Zhou 외 arxiv

Large language models (LLMs) have demonstrated strong reasoning capabilities, and as existing approaches for enhancing LLM reasoning continue to mature, increasing attention has shifted toward meta-reasoning as a promisi…

The Metacognitive Bottleneck: Japanese Riddles Reveal Fundamental Limits of Machine Insight and Self-Evaluation in Reasoning AI

2025-09-18 · Masaharu Mizumoto, Dat Nguyen, Zhiheng Han, Jiyuan Fang 외 arxiv

Benchmark saturation and training-data contamination increasingly obscure whether reported gains in large language models (LLMs) reflect genuine advances in reasoning or familiarity with recurring patterns in benchmark p…

Metacognitive Behavioral Tuning of Large Language Models for Multi-Hop Question Answering

2026-02-26 · Ik-hwan Kim, Hyeongrok Han, Mingi Jung, Sangwon Yu 외 arxiv

Large Language Models (LLMs) often produce incorrect answers on multi-hop question answering even when the reasoning trace already contains a correct intermediate conclusion. We attribute this gap to weak self-regulation…

Multi-hop Question Answering

Agents Require Metacognitive and Strategic Reasoning to Succeed in the Coming Labor Markets

2025-05-26 · Simpson Zhang, Tennison Liu, Mihaela van der Schaar

Current labor markets are strongly affected by the economic forces of adverse selection, moral hazard, and reputation, each of which arises due to $\textit{incomplete information}$. These economic forces will still be in…

Recurring Concept Meta-learning for Evolving Data Streams

2019-05-21 · Robert Anderson, Yun Sing Koh, Gillian Dobbie, Albert Bifet

When concept drift is detected during classification in a data stream, a common remedy is to retrain a framework's classifier. However, this loses useful information if the classifier has learnt the current concept well,…

DiversityGeneral ClassificationMeta-Learning