Incentivizing Dual Process Thinking for Efficient Large Language Model Reasoning
Xiaoxue Cheng, Junyi Li, Zhenduo Zhang, Xinyu Tang, Wayne Xin Zhao, Xinyu Kong, Zhiqiang Zhang
TL;DR
LRMs often overthink, producing redundant reasoning paths. ACPO tackles this by enabling dynamic switching between fast and slow thinking through system-aware reasoning tokens and an online token length budget, integrated into a GRPO-based reinforcement learning framework with a two-stage training (SFT cold start followed by RL). The approach achieves substantial reductions in reasoning length while maintaining competitive accuracy across GSM8K, MATH 500, and AIME 2024, demonstrating difficulty-aware and interpretable cognitive allocation. While promising, ACPO may face challenges in open-domain generalization and can incur accuracy-efficiency trade-offs, suggesting avenues for more generalizable difficulty estimation and reward design.
Abstract
Large reasoning models (LRMs) have demonstrated strong performance on complex reasoning tasks, but often suffer from overthinking, generating redundant content regardless of task difficulty. Inspired by the dual process theory in cognitive science, we propose Adaptive Cognition Policy Optimization (ACPO), a reinforcement learning framework that enables LRMs to achieve efficient reasoning through adaptive cognitive allocation and dynamic system switch. ACPO incorporates two key components: (1) introducing system-aware reasoning tokens to explicitly represent the thinking modes thereby making the model's cognitive process transparent, and (2) integrating online difficulty estimation and token length budget to guide adaptive system switch and reasoning during reinforcement learning. To this end, we propose a two-stage training strategy. The first stage begins with supervised fine-tuning to cold start the model, enabling it to generate reasoning paths with explicit thinking modes. In the second stage, we apply ACPO to further enhance adaptive system switch for difficulty-aware reasoning. Experimental results demonstrate that ACPO effectively reduces redundant reasoning while adaptively adjusting cognitive allocation based on task complexity, achieving efficient hybrid reasoning.
