paper-with-me

홈 › Papers

Think Fast and Slow: Step-Level Cognitive Depth Adaptation for LLM Agents

2026-02-13 · Ruihan Yang, Fanghua Ye, Xiang We, Ruoqing Zhao, Kang Luo, Xinbo Xu, Bo Zhao, Ruotian Ma, Shanyi Wang, Zhaopeng Tu, Xiaolong Li, Deqing Yang, Linus arxiv

Large language models (LLMs) are increasingly deployed as autonomous agents for multi-turn decision-making tasks. However, current agents typically rely on fixed cognitive patterns: non-thinking models generate immediate responses, while thinking models engage in deep reasoning uniformly. This rigidity is inefficient for long-horizon tasks, where cognitive demands vary significantly from step to step, with some requiring strategic planning and others only routine execution. In this paper, we introduce CogRouter, a framework that trains agents to dynamically adapt cognitive depth at each step. Grounded in ACT-R theory, we design four hierarchical cognitive levels ranging from instinctive responses to strategic planning. Our two-stage training approach includes Cognition-aware Supervised Fine-tuning (CoSFT) to instill stable level-specific patterns, and Cognition-aware Policy Optimization (CoPO) for step-level credit assignment via confidence-aware advantage reweighting. The key insight is that appropriate cognitive depth should maximize the confidence of the resulting action. Experiments on ALFWorld and ScienceWorld demonstrate that CogRouter achieves state-of-the-art performance with superior efficiency. With Qwen2.5-7B, it reaches an 82.3% success rate, outperforming GPT-4o (+40.3%), OpenAI-o3 (+18.3%), and GRPO (+14.0%), while using 62% fewer tokens.

📄 PDF Abstract BibTeX arXiv:2602.12662

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Think More, Hallucinate Less: Mitigating Hallucinations via Dual Process of Fast and Slow Thinking

2025-01-02 · Xiaoxue Cheng, Junyi Li, Wayne Xin Zhao, Ji-Rong Wen

Large language models (LLMs) demonstrate exceptional capabilities, yet still face the hallucination issue. Typical text generation approaches adopt an auto-regressive generation without deliberate reasoning, which often …

HallucinationText Generation

Combining Fast and Slow Thinking for Human-like and Efficient Navigation in Constrained Environments

2022-01-18 · Marianna B. Ganapini, Murray Campbell, Francesco Fabiano, Lior Horesh 외

Current AI systems lack several important human capabilities, such as adaptability, generalizability, self-control, consistency, common sense, and causal reasoning. We believe that existing cognitive theories of human de…

Common Sense ReasoningDecision Making

Fast, Slow, and Tool-augmented Thinking for LLMs: A Review

2025-08-17 · Xinda Jia, Jinpeng Li, Zezhong Wang, Jingjing Li 외 arxiv

Large Language Models (LLMs) have demonstrated remarkable progress in reasoning across diverse domains. However, effective reasoning in real-world tasks requires adapting the reasoning strategy to the demands of the prob…

Visual Agents as Fast and Slow Thinkers

2024-08-16 · Guangyan Sun, Mingyu Jin, Zhenting Wang, Cheng-Long Wang 외

Achieving human-level intelligence requires refining cognitive distinctions between System 1 and System 2 thinking. While contemporary AI, driven by large language models, demonstrates human-like traits, it falls short o…

Question AnsweringReasoning SegmentationVisual Question AnsweringVisual Question Answering (VQA)

Language-Conditioned Robotic Manipulation with Fast and Slow Thinking

2024-01-08 · Minjie Zhu, Yichen Zhu, Jinming Li, Junjie Wen 외

The language-conditioned robotic manipulation aims to transfer natural language instructions into executable actions, from simple pick-and-place to tasks requiring intent recognition and visual reasoning. Inspired by the…

Decision MakingIntent RecognitionLanguage ModellingVisual Reasoning