AIFeb 24, 2025

From System 1 to System 2: A Survey of Reasoning Large Language Models

arXiv:2502.17419v6261 citationsh-index: 26Has CodeIEEE Trans Pattern Anal Mach Intell
Originality Synthesis-oriented
AI Analysis

It addresses the problem of enhancing reasoning capabilities in AI for researchers and practitioners, but it is incremental as it synthesizes existing developments rather than introducing new methods.

This survey tackles the challenge of transitioning Large Language Models (LLMs) from fast, intuitive System 1 reasoning to slower, deliberate System 2 reasoning for improved accuracy and reduced biases, highlighting that recent reasoning LLMs like OpenAI's o1/o3 and DeepSeek's R1 have achieved expert-level performance in fields such as mathematics and coding.

Achieving human-level intelligence requires refining the transition from the fast, intuitive System 1 to the slower, more deliberate System 2 reasoning. While System 1 excels in quick, heuristic decisions, System 2 relies on logical reasoning for more accurate judgments and reduced biases. Foundational Large Language Models (LLMs) excel at fast decision-making but lack the depth for complex reasoning, as they have not yet fully embraced the step-by-step analysis characteristic of true System 2 thinking. Recently, reasoning LLMs like OpenAI's o1/o3 and DeepSeek's R1 have demonstrated expert-level performance in fields such as mathematics and coding, closely mimicking the deliberate reasoning of System 2 and showcasing human-like cognitive abilities. This survey begins with a brief overview of the progress in foundational LLMs and the early development of System 2 technologies, exploring how their combination has paved the way for reasoning LLMs. Next, we discuss how to construct reasoning LLMs, analyzing their features, the core methods enabling advanced reasoning, and the evolution of various reasoning LLMs. Additionally, we provide an overview of reasoning benchmarks, offering an in-depth comparison of the performance of representative reasoning LLMs. Finally, we explore promising directions for advancing reasoning LLMs and maintain a real-time \href{https://github.com/zzli2022/Awesome-Slow-Reason-System}{GitHub Repository} to track the latest developments. We hope this survey will serve as a valuable resource to inspire innovation and drive progress in this rapidly evolving field.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes