TCL: Transformer-based Dynamic Graph Modelling via Contrastive Learning
Lu Wang, Xiaofu Chang, Shuang Li, Yunfei Chu, Hui Li, Wei Zhang,, Xiaofeng He, Le Song, Jingren Zhou, Hongxia Yang

TL;DR
This paper introduces TCL, a novel transformer-based dynamic graph neural network that leverages contrastive learning to effectively capture temporal and topological information, improving interaction prediction in evolving graphs.
Contribution
We propose a new graph transformer model with a two-stream encoder and contrastive learning, enabling scalable and effective dynamic node representations for evolving graphs.
Findings
Outperforms existing methods on four benchmark datasets
Effectively captures both temporal and topological information
First application of contrastive learning to dynamic graph representation
Abstract
Dynamic graph modeling has recently attracted much attention due to its extensive applications in many real-world scenarios, such as recommendation systems, financial transactions, and social networks. Although many works have been proposed for dynamic graph modeling in recent years, effective and scalable models are yet to be developed. In this paper, we propose a novel graph neural network approach, called TCL, which deals with the dynamically-evolving graph in a continuous-time fashion and enables effective dynamic node representation learning that captures both the temporal and topology information. Technically, our model contains three novel aspects. First, we generalize the vanilla Transformer to temporal graph learning scenarios and design a graph-topology-aware transformer. Secondly, on top of the proposed graph transformer, we introduce a two-stream encoder that separately…
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
TopicsAdvanced Graph Neural Networks · Recommender Systems and Techniques · Topic Modeling
MethodsAttention Is All You Need · Graph Neural Network · Linear Layer · Contrastive Learning · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Dropout · Residual Connection · Dense Connections · Adam
