Graph Neural Network, Graph Embedding, Continuous-Time Dynamic Graph, Link Perdiction
pytorch>=1.5.0 DGL==0.5.2 numpy>=1.19 python >= 3.6
Download the datasets (eg. wikipedia and reddit) from here and store their csv files in a folder named data/. Note that the csv file should be renamed as wikipedia_raw.csv or reddit_raw.csv
Step 1. python preprocess/preprocess_csv.py --data wikipedia/reddit
Step 2. python preprocess/BuildDglGraph.py --data wikipedia/reddit
python train.py -d wikipedia/reddit
Optional arguments are described in utils/args.py.
Will be appeared at SIGMOD 2021