ytchx1999 / CoPE

Codes and data for CIKM 2021 paper "CoPE: Modeling Continuous Propagation and Evolution on Interaction Graph"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoPE

Codes for CoPE: Modeling Continuous Propagation and Evolution on Interaction Graph.

Usage

python run_cope.py --dataset garden

Datasets Download Links

The smallest dataset garden is uploaded. For other datasets, please check the links below.

Amazon: http://jmcauley.ucsd.edu/data/amazon/index.html

ML: https://grouplens.org/datasets/movielens/

Yoochoosebuy: http://2015.recsyschallenge.com/challenge.html

Interaction Datasets: http://snap.stanford.edu/jodie/

Cite

Please cite our paper if you make advantage of the CoPE in your own work:

@inproceedings{zhang2021cope,
  title={CoPE: Modeling Continuous Propagation and Evolution on Interaction Graph},
  author={Zhang, Yao and Xiong, Yun and Li, Dongsheng, and Shan, Caihua and Ren, Kan and Zhu, Yangyong},
  booktitle={Proceedings of the 30th ACM International Conference on Information and Knowledge Management},
  year={2021},
  organization={ACM}
}

About

Codes and data for CIKM 2021 paper "CoPE: Modeling Continuous Propagation and Evolution on Interaction Graph"


Languages

Language:Python 100.0%