Skip to content
/ iLoRE Public

Codes for "iLoRE: Dynamic Graph Representation Learning with Instant Long-term Modeling and Re-occurrence Preservation"

Notifications You must be signed in to change notification settings

FDUDSDE/iLoRE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iLoRE

Codes for "iLoRE: Dynamic Graph Representation Learning with Instant Long-term Modeling and Re-occurrence Preservation" paper

Data

Please download data from the here and pre-process them with the script provided by TGN.

How to use

For the temporal link prediction task, for example, please run:

python train_self_supervised.py --data [DATA] --bs [batch_size] --m_bs [mini_batch_size] --count_dim [xx] --block_number [2,3...]

For the node classification task, for example, please run:

python train_supervised.py --data [DATA] --bs [batch_size] --m_bs [mini_batch_size] --count_dim [xx] --block_number [2,3...]

You should run the temporal link prediction task first.

Cite

@inproceedings{zhang2023iLoRE,
  title={iLoRE: Dynamic Graph Representation Learning with Instant Long-term Modeling and Re-occurrence Preservation},
  author={Siwei, Zhang and Yun, Xiong and Yao, Zhang and Xixi, Wu and Yiheng, Sun and Jiawei, Zhang},
  booktitle={The 32nd ACM International Conference on Information and Knowledge Management},
  year={2023}
}

About

Codes for "iLoRE: Dynamic Graph Representation Learning with Instant Long-term Modeling and Re-occurrence Preservation"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages