paper-with-me

홈 › Papers

Reasoning Models Reason Well, Until They Don't

2025-10-25 · Revanth Rameshkumar, Jimson Huang, Yunxin Sun, Fei Xia, Abulhair Saparov arxiv

Large language models (LLMs) have shown significant progress in reasoning tasks. However, recent studies show that transformers and LLMs fail catastrophically once reasoning problems exceed modest complexity. We revisit these findings through the lens of large reasoning models (LRMs) -- LLMs fine-tuned with incentives for step-by-step argumentation and self-verification. LRM performance on graph and reasoning benchmarks such as NLGraph seem extraordinary, with some even claiming they are capable of generalized reasoning and innovation in reasoning-intensive fields such as mathematics, physics, medicine, and law. However, by more carefully scaling the complexity of reasoning problems, we show existing benchmarks actually have limited complexity. We develop a new dataset, the Deep Reasoning Dataset (DeepRD), along with a generative process for producing unlimited examples of scalable complexity. We use this dataset to evaluate model performance on graph connectivity and natural language proof planning. We find that the performance of LRMs drop abruptly at sufficient complexity and do not generalize. We also relate our LRM results to the distributions of the complexities of large, real-world knowledge graphs, interaction graphs, and proof datasets. We find the majority of real-world examples fall inside the LRMs' success regime, yet the long tails expose substantial failure potential. Our analysis highlights the near-term utility of LRMs while underscoring the need for new methods that generalize beyond the complexity of examples in the training distribution.

📄 PDF Abstract BibTeX arXiv:2510.22371

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

Locate Then Ask: Interpretable Stepwise Reasoning for Multi-hop Question Answering

2022-08-22 · COLING 2022 10 · Siyuan Wang, Zhongyu Wei, Zhihao Fan, Qi Zhang 외

Multi-hop reasoning requires aggregating multiple documents to answer a complex question. Existing methods usually decompose the multi-hop question into simpler single-hop questions to solve the problem for illustrating …

Multi-hop Question AnsweringQuestion AnsweringQuestion GenerationQuestion-Generation+1

Self-Reflective Planning with Knowledge Graphs: Enhancing LLM Reasoning Reliability for Question Answering

2025-05-26 · Jiajun Zhu, Ye Liu, Meikai Bao, Kai Zhang 외

Recently, large language models (LLMs) have demonstrated remarkable capabilities in natural language processing tasks, yet they remain prone to hallucinations when reasoning with insufficient internal knowledge. While in…

Knowledge GraphsQuestion Answering

ReaRAG: Knowledge-guided Reasoning Enhances Factuality of Large Reasoning Models with Iterative Retrieval Augmented Generation

2025-03-27 · Zhicheng Lee, Shulin Cao, Jinxin Liu, Jiajie Zhang 외

Large Reasoning Models (LRMs) exhibit remarkable reasoning abilities but rely primarily on parametric knowledge, limiting factual accuracy. While recent works equip reinforcement learning (RL)-based LRMs with retrieval c…

Question AnsweringRAGReinforcement Learning (RL)Retrieval+1

Table-Critic: A Multi-Agent Framework for Collaborative Criticism and Refinement in Table Reasoning

2025-02-17 · Peiying Yu, Guoxin Chen, Jingjing Wang

Despite the remarkable capabilities of large language models (LLMs) in various reasoning tasks, they still struggle with table reasoning tasks, particularly in maintaining consistency throughout multi-step reasoning proc…

Computational Efficiency

IdealGPT: Iteratively Decomposing Vision and Language Reasoning via Large Language Models

2023-05-24 · Haoxuan You, Rui Sun, Zhecan Wang, Long Chen 외

The field of vision-and-language (VL) understanding has made unprecedented progress with end-to-end large pre-trained VL models (VLMs). However, they still fall short in zero-shot reasoning tasks that require multi-step …