AICLAug 22, 2023

Evaluating Large Language Models on Graphs: Performance Insights and Comparative Analysis

arXiv:2308.11224v234 citationsh-index: 35Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses the under-explored problem of applying LLMs to graph data for researchers and practitioners, providing performance insights but is incremental as it focuses on evaluation rather than new methods.

The study evaluated four large language models on graph data tasks, finding that GPT models outperform others in correctness but struggle with structural reasoning and fidelity, with GPT-4 showing rectification capabilities.

Large Language Models (LLMs) have garnered considerable interest within both academic and industrial. Yet, the application of LLMs to graph data remains under-explored. In this study, we evaluate the capabilities of four LLMs in addressing several analytical problems with graph data. We employ four distinct evaluation metrics: Comprehension, Correctness, Fidelity, and Rectification. Our results show that: 1) LLMs effectively comprehend graph data in natural language and reason with graph topology. 2) GPT models can generate logical and coherent results, outperforming alternatives in correctness. 3) All examined LLMs face challenges in structural reasoning, with techniques like zero-shot chain-of-thought and few-shot prompting showing diminished efficacy. 4) GPT models often produce erroneous answers in multi-answer tasks, raising concerns in fidelity. 5) GPT models exhibit elevated confidence in their outputs, potentially hindering their rectification capacities. Notably, GPT-4 has demonstrated the capacity to rectify responses from GPT-3.5-turbo and its own previous iterations. The code is available at: https://github.com/Ayame1006/LLMtoGraph.

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