paper-with-me

Papers

Exposing Weaknesses of Large Reasoning Models through Graph Algorithm Problems

2026-02-06 · Qifan Zhang, Jianhao Ruan, Aochuan Chen, Kang Zeng, Nuo Chen, Jing Tang, Jia Li arxiv

Large Reasoning Models (LRMs) have advanced rapidly; however, existing benchmarks in mathematics, code, and common-sense reasoning remain limited. They lack long-context evaluation, offer insufficient challenge, and provide answers that are difficult to verify programmatically. We introduce GrAlgoBench, a benchmark designed to evaluate LRMs through graph algorithm problems. Such problems are particularly well suited for probing reasoning abilities: they demand long-context reasoning, allow fine-grained control of difficulty levels, and enable standardized, programmatic evaluation. Across nine tasks, our systematic experiments reveal two major weaknesses of current LRMs. First, accuracy deteriorates sharply as context length increases, falling below 50% once graphs exceed 120 nodes. This degradation is driven by frequent execution errors, weak memory, and redundant reasoning. Second, LRMs suffer from an over-thinking phenomenon, primarily caused by extensive yet largely ineffective self-verification, which inflates reasoning traces without improving correctness. By exposing these limitations, GrAlgoBench establishes graph algorithm problems as a rigorous, multidimensional, and practically relevant testbed for advancing the study of reasoning in LRMs. Code is available at https://github.com/Bklight999/GrAlgoBench.

📄 PDF Abstract BibTeX arXiv:2602.06319

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AdamMeme: Adaptively Probe the Reasoning Capacity of Multimodal Large Language Models on Harmfulness

2025-07-02 · Zixin Chen, Hongzhan Lin, Kaixin Li, Ziyang Luo 외 arxiv

The proliferation of multimodal memes in the social media era demands that multimodal Large Language Models (mLLMs) effectively understand meme harmfulness. Existing benchmarks for assessing mLLMs on harmful meme underst…

Student-Centered Distillation Narrows the Agentic Gap Between Small and Large LLMs

2025-09-12 · Yuanjie Lyu, Chengyu Wang, Jun Huang, Tong Xu arxiv

Large Language Model agents achieve strong performance on multi-step reasoning and tool-use tasks, but their impressive capabilities typically rely on extremely large backbones. Existing distillation approaches train sma…

Reinforcement Learning

MR-Ben: A Meta-Reasoning Benchmark for Evaluating System-2 Thinking in LLMs

2024-06-20 · Zhongshen Zeng, Yinhong Liu, Yingjia Wan, Jingyao Li 외

Large language models (LLMs) have shown increasing capability in problem-solving and decision-making, largely based on the step-by-step chain-of-thought reasoning processes. However, evaluating these reasoning abilities …

Decision Making

ART: Action-based Reasoning Task Benchmarking for Medical AI Agents

2026-01-13 · Ananya Mantravadi, Shivali Dalmia, Abhishek Mukherji arxiv

Reliable clinical decision support requires medical AI agents capable of safe, multi-step reasoning over structured electronic health records (EHRs). While large language models (LLMs) show promise in healthcare, existin…

Exposing the Achilles' Heel: Evaluating LLMs Ability to Handle Mistakes in Mathematical Reasoning

2024-06-16 · Joykirat Singh, Akshay Nambi, Vibhav Vineet

Large Language Models (LLMs) have been applied to Math Word Problems (MWPs) with transformative impacts, revolutionizing how these complex problems are approached and solved in various domains including educational setti…

BenchmarkingMathMathematical Problem-SolvingMathematical Reasoning+2