This is the source code of RMS-HRec.
Paper: Automatic Meta-Path Discovery for Effective Graph-Based Recommendation (CIKM'22)
pytorch == 1.5.0
dgl == 0.6.0
Note that dgl
should be installed according to the instructions on DGL official website. DO NOT use pip install dgl
python train_fm.py --data_name yelp_data
If you use our datasets or codes, please cite our paper.
@inproceedings{RMS-HRec,
author = {Ning, Wentao and Cheng, Reynold and Shen, Jiajun and Haldar, Nur Al Hasan and Kao, Ben and Yan, Xiao and Huo, Nan and Lam, Wai Kit and Li, Tian and Tang, Bo},
title = {Automatic Meta-Path Discovery for Effective Graph-Based Recommendation},
year = {2022},
publisher = {ACM},
booktitle = {CIKM},
pages = {1563–1572}
}