paper-with-me

홈 › Papers

A Comprehensive Anatomy of Human and DeepSeek-R1 LLM Mathematical Reasoning

2026-06-05 · Yuxiang Chen, Jun Wang arxiv

The emergence of "Aha moments" in large language models, particularly DeepSeek-R1-0120, has raised the question of whether these systems genuinely reason or merely imitate the appearance of reasoning. We conduct a comprehensive empirical comparison between model and human reasoning across all 30 problems from AIME 2025, exhaustively annotating 10,247 reasoning steps into five functional categories: Analysis, Inference, Branch, Backtrace, and Reflection. We find a clear structural difference. Human solutions maintain a compact alternation between analysis and deduction, whereas DeepSeek-R1 frequently revisits intermediate results, performs shallow and often unnecessary verification, and loops through local checks without meaningful logical progress. We describe this as topological mimicry: reproducing the surface form of reasoning without its functional role. Despite this, we identify two signals of genuine reasoning. First, successful traces exhibit stable use of branching and backtracking, while failed traces either underuse or overuse exploratory actions. Second, reflection is only effective when placed within deductive inference; reflections trapped in analysis loops focus on local numerical details while missing global logical errors. These findings suggest that current long-CoT models may be rewarded more for the appearance of reasoning than for genuine deductive progress. We discuss directions for improving evaluation and training, including measuring cross-trace stability, penalising "spinning-wheel" traces, encouraging deeper logical correction, and reallocating inference-time compute toward deduction and backtracking. Overall, reasoning quality depends not simply on how much reflection occurs, but on whether reflection appears consistently and at the appropriate logical scale.

📄 PDF Abstract BibTeX arXiv:2606.07410

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

Evaluating Mathematical Reasoning Across Large Language Models: A Fine-Grained Approach

2025-03-13 · Afrar Jahin, Arif Hassan Zidan, Wei zhang, Yu Bao 외

With the rapid advancement of Artificial Intelligence (AI), Large Language Models (LLMs) have significantly impacted a wide array of domains, including healthcare, engineering, science, education, and mathematical reason…

Formal LogicMathematical ReasoningMMLU

DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models

2024-02-05 · Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu 외

Mathematical reasoning poses a significant challenge for language models due to its complex and structured nature. In this paper, we introduce DeepSeekMath 7B, which continues pre-training DeepSeek-Coder-Base-v1.5 7B wit…

Arithmetic ReasoningMathMathematical ReasoningMath Word Problem Solving

AI4Math: A Native Spanish Benchmark for University-Level Mathematical Reasoning in Large Language Models

2025-05-25 · Miguel Angel Peñaloza Perez, Bruno Lopez Orozco, Jesus Tadeo Cruz Soto, Michelle Bruno Hernandez 외

Existing mathematical reasoning benchmarks are predominantly English only or translation-based, which can introduce semantic drift and mask languagespecific reasoning errors. To address this, we present AI4Math, a benchm…

MathMathematical Reasoning

DeepSeek-Prover-V2: Advancing Formal Mathematical Reasoning via Reinforcement Learning for Subgoal Decomposition

2025-04-30 · Z. Z. Ren, Zhihong Shao, Junxiao Song, Huajian Xin 외

We introduce DeepSeek-Prover-V2, an open-source large language model designed for formal theorem proving in Lean 4, with initialization data collected through a recursive theorem proving pipeline powered by DeepSeek-V3. …

Automated Theorem ProvingLarge Language ModelMathematical Reasoning

DeepSeekMath-V2: Towards Self-Verifiable Mathematical Reasoning

2025-11-27 · Zhihong Shao, Yuxiang Luo, Chengda Lu, Z. Z. Ren 외 arxiv

Large language models have made significant progress in mathematical reasoning, which serves as an important testbed for AI and could impact scientific research if further advanced. By scaling reasoning with reinforcemen…

Reinforcement LearningMathematical Reasoning