CLAIAug 18, 2024

Revisiting the Graph Reasoning Ability of Large Language Models: Case Studies in Translation, Connectivity and Shortest Path

arXiv:2408.09529v26 citationsh-index: 14
AI Analysis

This work addresses the gap between theoretical capabilities and practical failures of LLMs in graph reasoning, which is crucial for AI researchers and developers working on complex reasoning applications.

The study investigated the graph reasoning ability of large language models (LLMs) on tasks like graph description translation, connectivity, and shortest-path problems, finding that LLMs often fail to understand graph structures and show inconsistent performance, with real-world knowledge graph tests confirming these issues.

Large Language Models (LLMs) have achieved great success in various reasoning tasks. In this work, we focus on the graph reasoning ability of LLMs. Although theoretical studies proved that LLMs are capable of handling graph reasoning tasks, empirical evaluations reveal numerous failures. To deepen our understanding on this discrepancy, we revisit the ability of LLMs on three fundamental graph tasks: graph description translation, graph connectivity, and the shortest-path problem. Our findings suggest that LLMs can fail to understand graph structures through text descriptions and exhibit varying performance for all these three fundamental tasks. Meanwhile, we perform a real-world investigation on knowledge graphs and make consistent observations with our findings. The codes and datasets are available.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes