A Survey of Graph Meets Large Language Model: Progress and Future Directions
Yuhan Li, Zhixun Li, Peisong Wang, Jia Li, Xiangguo Sun, Hong Cheng, Jeffrey Xu Yu
TL;DR
This survey systematically categorizes how large language models can augment graph learning, proposing a taxonomy that classifies methods into LLMs as enhancers, predictors, and alignment components. It reviews explanation- and embedding-based enhancement, flattening- and GNN-based prediction, and symmetric/asymmetric alignment strategies, with representative examples and notable caveats such as data leakage and efficiency. The work identifies key limitations and articulates future directions, including handling non-text-attributed graphs, improving transferability, and developing graph-aware LLMs or agent-based systems. By consolidating diverse approaches and benchmarking considerations, the paper clarifies how text-centric models can enrich graph representations and reasoning, while highlighting computational and methodological challenges to be addressed. Overall, the survey provides a structured roadmap for advancing graph learning with LLMs and informs researchers and practitioners about promising directions and practical trade-offs.
Abstract
Graph plays a significant role in representing and analyzing complex relationships in real-world applications such as citation networks, social networks, and biological data. Recently, Large Language Models (LLMs), which have achieved tremendous success in various domains, have also been leveraged in graph-related tasks to surpass traditional Graph Neural Networks (GNNs) based methods and yield state-of-the-art performance. In this survey, we first present a comprehensive review and analysis of existing methods that integrate LLMs with graphs. First of all, we propose a new taxonomy, which organizes existing methods into three categories based on the role (i.e., enhancer, predictor, and alignment component) played by LLMs in graph-related tasks. Then we systematically survey the representative methods along the three categories of the taxonomy. Finally, we discuss the remaining limitations of existing studies and highlight promising avenues for future research. The relevant papers are summarized and will be consistently updated at: https://github.com/yhLeeee/Awesome-LLMs-in-Graph-tasks.
