CLLGJun 3, 2025

Are Large Language Models Good Temporal Graph Learners?

arXiv:2506.05393v12 citationsh-index: 9Has Code
Originality Incremental advance
AI Analysis

This work addresses the gap in applying LLMs to real-world temporal graphs, which is important for researchers and practitioners in dynamic network analysis, though it appears incremental as it builds on existing graph-reasoning capabilities of LLMs.

The paper tackles the problem of applying Large Language Models (LLMs) to real-world temporal graphs for link prediction, introducing TGTalker, a framework that converts temporal graph information to natural language for LLMs. TGTalker demonstrates competitive performance with state-of-the-art temporal graph methods across five real-world networks, outperforming models like TGN and HTGN, while also generating textual explanations for predictions.

Large Language Models (LLMs) have recently driven significant advancements in Natural Language Processing and various other applications. While a broad range of literature has explored the graph-reasoning capabilities of LLMs, including their use of predictors on graphs, the application of LLMs to dynamic graphs -- real world evolving networks -- remains relatively unexplored. Recent work studies synthetic temporal graphs generated by random graph models, but applying LLMs to real-world temporal graphs remains an open question. To address this gap, we introduce Temporal Graph Talker (TGTalker), a novel temporal graph learning framework designed for LLMs. TGTalker utilizes the recency bias in temporal graphs to extract relevant structural information, converted to natural language for LLMs, while leveraging temporal neighbors as additional information for prediction. TGTalker demonstrates competitive link prediction capabilities compared to existing Temporal Graph Neural Network (TGNN) models. Across five real-world networks, TGTalker performs competitively with state-of-the-art temporal graph methods while consistently outperforming popular models such as TGN and HTGN. Furthermore, TGTalker generates textual explanations for each prediction, thus opening up exciting new directions in explainability and interpretability for temporal link prediction. The code is publicly available at https://github.com/shenyangHuang/TGTalker.

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