Code of paper "Next-item Recommendation with Sequential Hypergraphs".
python==3.6.8
python run.py --data newAmazon --seq_len 50 --n_iter 80 --n_hyper 2
Please cite our paper if you use this code in your own work:
@inproceedings{wang2020next,
title={Next-item Recommendation with Sequential Hypergraphs},
author={Wang, Jianling and Ding, Kaize and Hong, Liangjie and Liu, Huan and Caverlee, James},
booktitle={SIGIR},
year={2020}
}