Home

Awesome

TREND: TempoRal Event and Node Dynamics for Graph Representation Learning

We provide the implementaion of TREND model, which is the source code for the WWW 2022 paper "TREND: TempoRal Event and Node Dynamics for Graph Representation Learning".

The repository is organised as follows:

Requirements

To install requirements:

pip install -r requirements.txt

Train and test

To train the model in the paper:

python main_train.py

To test the trained model:

python main_test.py

Cite

@inproceedings{wen2022trend,
	title = {TREND: TempoRal Event and Node Dynamics for Graph Representation Learning},
	author = {Wen, Zhihao and Fang, Yuan},
	booktitle = {Proceedings of the Web Conference 2022},
	year = {2022}
}