Skip to content

Code for Next-item Recommendation with Sequential Hypergraph (SIGIR2020)

Notifications You must be signed in to change notification settings

wangjlgz/HyperRec

Repository files navigation

Next-item Recommendation with Sequential Hypergraphs(SIGIR2020)

HyperRec

Code of paper "Next-item Recommendation with Sequential Hypergraphs".

The proposed framework

Requirements

python==3.6.8

Usage

python run.py --data newAmazon --seq_len 50 --n_iter 80 --n_hyper 2

Cite

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}
}

About

Code for Next-item Recommendation with Sequential Hypergraph (SIGIR2020)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages