Opening the Black Box: A Survey on the Mechanisms of Multi-Step Reasoning in Large Language Models
Liangming Pan, Jason Liang, Jiaran Ye, Minglai Yang, Xinyuan Lu, Fengbin Zhu
TL;DR
This survey addresses how large language models perform multi-step reasoning by examining two paradigms: implicit reasoning hidden in internal activations and explicit Chain-of-Thought (CoT) reasoning that externalizes steps. It organizes the literature around seven interconnected research questions, spanning mechanisms in hidden states, training dynamics, and how verbalized reasoning reshapes computation, along with five future directions. The authors synthesize evidence on layer specialization, depth bottlenecks, and shortcuts that can undermine genuine reasoning, as well as mechanisms by which CoT expands effective depth, modularity, and robustness, while noting CoT’s potential unfaithfulness as an explanation. The work aims to ground advances in mechanistic understanding to enable causal interventions, faithful evaluation, and safer, more controllable reasoning in transformer-based LLMs.
Abstract
Large Language Models (LLMs) have demonstrated remarkable abilities to solve problems requiring multiple reasoning steps, yet the internal mechanisms enabling such capabilities remain elusive. Unlike existing surveys that primarily focus on engineering methods to enhance performance, this survey provides a comprehensive overview of the mechanisms underlying LLM multi-step reasoning. We organize the survey around a conceptual framework comprising seven interconnected research questions, from how LLMs execute implicit multi-hop reasoning within hidden activations to how verbalized explicit reasoning remodels the internal computation. Finally, we highlight five research directions for future mechanistic studies.
