Real-world graph typically evolve via a series of events, modeling dynamic interactions between objects across various domains. For dynamic graph learning, dynamic graph neural networks (DGNNs) have emerged as popular solutions. Recently, prompt learning methods have been explored on dynamic graphs. However, existing methods generally focus on capturing the relationship between nodes and time, while overlooking the impact of historical events. In this paper, we propose EVP, an event-aware dynamic graph prompt learning framework that can serve as a plug-in to existing methods, enhancing their ability to leverage historical events knowledge. First, we extract a series of historical events for each node and introduce an event adaptation mechanism to align the fine-grained characteristics of these events with downstream tasks. Second, we propose an event aggregation mechanism to effectively integrate historical knowledge into node representations. Finally, we conduct extensive experiments on four public datasets to evaluate and analyze EVP.
Real-world graphs typically evolve through a series of events, modeling dynamic interactions between objects across different domains. In dynamic graph learning, Dynamic Graph Neural Networks (DGNNs) have become the mainstream solution. Recently, prompt learning methods have been explored on dynamic graphs. However, existing methods primarily focus on capturing node-time relationships while neglecting the influence of historical events. This paper proposes EVP, an event-aware prompt learning framework for dynamic graphs that can serve as a plugin to enhance existing methods' ability to leverage historical event knowledge. First, a series of historical events are extracted for each node, and an event adaptation mechanism is introduced to align fine-grained features of these events with downstream tasks. Second, an event aggregation mechanism is proposed to effectively integrate historical knowledge into node representations. Finally, extensive experiments on four public datasets are conducted to evaluate and analyze EVP.
The core problem addressed by this research is: how to effectively leverage historical event knowledge in dynamic graph learning to improve downstream task performance. Specifically, it includes:
Inconsistency between pretraining and downstream task objectives: Traditional DGNNs are typically trained on link prediction tasks, while downstream tasks may be node classification, leading to objective mismatch.
Neglect of historical event influence: Existing dynamic graph prompt learning methods primarily focus on node-time relationships, ignoring historical event knowledge from graph evolution processes.
Traditional DGNNs: Suffer from objective inconsistency between pretraining and downstream tasks.
Dynamic graph pretraining methods: Face similar knowledge transfer difficulties due to objective mismatch.
Existing dynamic graph prompt learning: Methods such as DyGPrompt and TIGPrompt only consider node-time interactions, ignoring structural evolution information from historical events.
Proposes EVP framework: The first event-aware prompt learning framework for dynamic graphs that can serve as a plugin to enhance existing dynamic graph learning methods.
Event adaptation mechanism: Designs event prompts to capture fine-grained features of historical events, adapting to downstream task requirements.
Event aggregation mechanism: Combines dynamic prompts and temporal decay functions to effectively integrate historical event knowledge.
Comprehensive experimental validation: Validates EVP's effectiveness and generalizability as a plugin across four benchmark datasets.
The paper cites important works from dynamic graph learning, graph neural networks, and prompt learning fields, providing readers with comprehensive background knowledge. Key references include classical dynamic graph methods such as TGN and TGAT, as well as prompt learning methods like GraphPrompt and DyGPrompt.
Overall Assessment: This is a high-quality research paper that makes important contributions to the field of dynamic graph prompt learning. The EVP framework is well-designed, experiments are comprehensive, and it has excellent practical value and academic significance. Despite some theoretical and experimental limitations, it represents significant progress in this field.