When Speed meets Accuracy: an Efficient and Effective Graph Model for Temporal Link Prediction
Haoyang Li, Yuming Xu, Yiming Li, Hanmo Liu, Darian Li, Chen Jason Zhang, Lei Chen, Qing Li

TL;DR
EAGLE is a lightweight, efficient framework for temporal link prediction that combines recent neighbor information and global structural patterns, outperforming complex models in speed and accuracy.
Contribution
The paper introduces EAGLE, a novel framework that simplifies temporal link prediction by integrating short-term and long-term information without complex computations.
Findings
EAGLE achieves over 50x speedup compared to transformer-based T-GNNs.
EAGLE outperforms state-of-the-art T-GNNs in accuracy on seven real-world datasets.
EAGLE maintains high effectiveness while significantly improving efficiency.
Abstract
Temporal link prediction in dynamic graphs is a critical task with applications in diverse domains such as social networks, recommendation systems, and e-commerce platforms. While existing Temporal Graph Neural Networks (T-GNNs) have achieved notable success by leveraging complex architectures to model temporal and structural dependencies, they often suffer from scalability and efficiency challenges due to high computational overhead. In this paper, we propose EAGLE, a lightweight framework that integrates short-term temporal recency and long-term global structural patterns. EAGLE consists of a time-aware module that aggregates information from a node's most recent neighbors to reflect its immediate preferences, and a structure-aware module that leverages temporal personalized PageRank to capture the influence of globally important nodes. To balance these attributes, EAGLE employs an…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Graph Theory and Algorithms
