paper-with-me

Papers

DAG-Math: Graph-of-Thought Guided Mathematical Reasoning in LLMs

2025-10-19 · Yuanhe Zhang, Ilja Kuzborskij, Jason D. Lee, Chenlei Leng, Fanghui Liu arxiv

Large Language Models (LLMs) demonstrate strong performance on mathematical problems when prompted with Chain-of-Thought (CoT), yet it remains unclear whether this success stems from search, rote procedures, or rule-consistent reasoning. To address this, we propose modeling CoT as a certain rule-based stochastic process over directed acyclic graphs (DAGs), where nodes represent intermediate derivation states and edges encode rule applications. Within this framework, we introduce \textbf{logical closeness}, a metric that quantifies how well a model's CoT trajectory (i.e., the LLM's final output) adheres to the DAG structure, providing evaluation beyond classical PASS@$k$ metrics. Building on this, we introduce the \emph{DAG-MATH} CoT format and construct a benchmark that guides LLMs to generate CoT trajectories in this format, thereby enabling the evaluation of their reasoning ability under our framework. Across standard mathematical reasoning datasets, our analysis uncovers statistically significant differences in reasoning fidelity among representative LLM families-even when PASS@$k$ is comparable-highlighting gaps between final-answer accuracy and rule-consistent derivation. Our framework provides a balance between free-form CoT and formal proofs systems, offering actionable diagnostics for LLMs reasoning evaluation. Our benchmark and code are available at https://github.com/YuanheZ/DAG-MATH.

📄 PDF Abstract BibTeX arXiv:2510.19842

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

Limits of PRM-Guided Tree Search for Mathematical Reasoning with LLMs

2025-10-23 · Tristan Cinquin, Geoff Pleiss, Agustinus Kristiadi arxiv

While chain-of-thought prompting with Best-of-N (BoN) selection has become popular for mathematical reasoning in large language models (LLMs), its linear structure fails to capture the branching and exploratory nature of…

Mathematical Reasoning

KisMATH: Do LLMs Have Knowledge of Implicit Structures in Mathematical Reasoning?

2025-07-15 · Soumadeep Saha, Akshay Chaturvedi, Saptarshi Saha, Utpal Garain 외

Chain-of-thought traces have been shown to improve performance of large language models in a plethora of reasoning tasks, yet there is no consensus on the mechanism through which this performance boost is achieved. To sh…

GSM8KLanguage ModelingLanguage ModellingMathematical Reasoning

KG-Augmented Executable CoT for Mathematical Coding

2025-08-06 · Xingyu Chen, Junxiu An, Jun Guo, Li Wang 외 arxiv

In recent years, large language models (LLMs) have excelled in natural language processing tasks but face significant challenges in complex reasoning tasks such as mathematical reasoning and code generation. To address t…

Mathematical ReasoningKnowledge GraphsCode Generation

CoMAT: Chain of Mathematically Annotated Thought Improves Mathematical Reasoning

2024-10-14 · Joshua Ong Jun Leang, Aryo Pradipta Gema, Shay B. Cohen

Mathematical reasoning remains a significant challenge for large language models (LLMs), despite progress in prompting techniques such as Chain-of-Thought (CoT). We present Chain of Mathematically Annotated Thought (CoMA…

MathMathematical ReasoningMMLUNatural Language Queries

Improving LLMs' Generalized Reasoning Abilities by Graph Problems

2025-07-23 · Qifan Zhang, Nuo Chen, Zehua Li, Miao Peng 외 arxiv

Large Language Models (LLMs) have made remarkable strides in reasoning tasks, yet their performance often falters on novel and complex problems. Domain-specific continued pretraining (CPT) methods, such as those tailored…

Mathematical ReasoningRelational Reasoning