8000 GitHub - ychuest/RMS-HRec: The source code of RMS-HRec (CIKM'22)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ychuest/RMS-HRec

Repository files navigation

RMS-HRec

This is the source code of RMS-HRec.

Paper: Automatic Meta-Path Discovery for Effective Graph-Based Recommendation (CIKM'22)

Environment

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

To run the code

python train_fm.py --data_name yelp_data

If you use our datasets or codes, please cite our paper.

@inproceedings{RMS-HRec,
  author    = {Wentao Ning and
               Reynold Cheng and
               Jiajun Shen and
               Nur Al Hasan Haldar and
               Ben Kao and
               Xiao Yan and
               Nan Huo and
               Wai Kit Lam and
               Tian Li and
               Bo Tang},
  title     = {Automatic Meta-Path Discovery for Effective Graph-Based Recommendation},
  booktitle = {CIKM},
  year      = {2022}
}

About

The source code of RMS-HRec (CIKM'22)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0