Emergent Hierarchical Reasoning in LLMs through Reinforcement Learning
Haozhe Wang, Qixin Xu, Che Liu, Junhong Wu, Fangzhen Lin, Wenhu Chen
TL;DR
The paper shows RL reveals an emergent two-phase hierarchical reasoning in LLMs, where early RL focuses on solidifying low-level procedural skills and later shifts to mastering high-level strategic planning. It introduces Strategic Grams as a functional proxy for planning tokens and HICRA, a hierarchically-aware credit assignment algorithm that amplifies learning on planning tokens. Empirical results across multiple models and benchmarks demonstrate substantial gains over baselines, supported by analyses using semantic entropy to track strategic exploration. The work argues for a paradigm shift toward focusing optimization on high-impact planning tokens to accelerate robust, long-horizon reasoning.
Abstract
Reinforcement Learning (RL) has proven highly effective at enhancing the complex reasoning abilities of Large Language Models (LLMs), yet underlying mechanisms driving this success remain largely opaque. Our analysis reveals that puzzling phenomena like ``aha moments", ``length-scaling'' and entropy dynamics are not disparate occurrences but hallmarks of an emergent reasoning hierarchy, akin to the separation of high-level strategic planning from low-level procedural execution in human cognition. We uncover a compelling two-phase dynamic: initially, a model is constrained by procedural correctness and must improve its low-level skills. The learning bottleneck then decisively shifts, with performance gains being driven by the exploration and mastery of high-level strategic planning. This insight exposes a core inefficiency in prevailing RL algorithms like GRPO, which apply optimization pressure agnostically and dilute the learning signal across all tokens. To address this, we propose Hierarchy-Aware Credit Assignment (HICRA), an algorithm that concentrates optimization efforts on high-impact planning tokens. Our extensive experiments validate that HICRA significantly outperforms strong baselines, and offer deep insights into how reasoning advances through the lens of strategic exploration.
