LGAIMay 29, 2025

Can LLMs Reason Structurally? An Evaluation via the Lens of Data Structures

arXiv:2505.24069v21 citationsh-index: 14
Originality Incremental advance
AI Analysis

This provides a diagnostic tool for exposing reasoning bottlenecks in LLMs, which is important for researchers developing more capable models.

The authors tackled the problem of evaluating large language models' algorithmic reasoning abilities by introducing DSR-Bench, a unified benchmark for structural reasoning based on data structures, which revealed critical limitations with the top-performing model scoring only 0.498 out of 1 on challenging instances.

As large language models (LLMs) take on increasingly complex tasks, understanding their algorithmic reasoning abilities has become essential. However, existing evaluations focus on distinct and isolated tasks. We propose a unified diagnostic lens: structural reasoning--understanding and manipulating relationships like order, hierarchy, and connectivity. We introduce DSR-Bench, the first benchmark to systematically evaluate LLM structural reasoning through canonical data structures, which serve as interpretable, algorithmically meaningful abstractions. DSR-Bench spans 20 data structures, 35 operations, and 4,140 synthetically generated problem instances with minimal contamination. The benchmark's hierarchical design pinpoints specific failure modes, while its fully automated evaluation ensures objective and consistent assessment. Benchmarking ten state-of-the-art LLMs reveals critical limitations: the top-performing model scores only 0.498 out of 1 on challenging instances. Three additional evaluation suites reveal further weaknesses: models perform poorly on spatial data and natural language scenarios, and fail to reason over their own generated code. DSR-Bench offers a principled diagnostic tool for structural reasoning, helping expose reasoning bottlenecks and guide the development of more capable and reliable LLMs.

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