TL;DR
This paper introduces Curriculum Negative Mining (CurNM), a novel negative sampling framework for training Temporal Graph Neural Networks, addressing positive sparsity and shift challenges to improve model robustness and performance.
Contribution
We propose a model-aware curriculum learning framework with dynamic negative pools and temporal-aware selection to enhance negative sampling in TGNN training.
Findings
Outperforms baseline methods on 12 datasets and 3 TGNN models.
Improves robustness and stability of training through curriculum learning.
Ablation studies confirm effectiveness and parameter sensitivity analysis shows robustness.
Abstract
Temporal networks are effective in capturing the evolving interactions of networks over time, such as social networks and e-commerce networks. In recent years, researchers have primarily concentrated on developing specific model architectures for Temporal Graph Neural Networks (TGNNs) in order to improve the representation quality of temporal nodes and edges. However, limited attention has been given to the quality of negative samples during the training of TGNNs. When compared with static networks, temporal networks present two specific challenges for negative sampling: positive sparsity and positive shift. Positive sparsity refers to the presence of a single positive sample amidst numerous negative samples at each timestamp, while positive shift relates to the variations in positive samples across different timestamps. To robustly address these challenges in training TGNNs, we…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSoftmax · Attention Is All You Need
