Title: Weighted Forwarding in Graph convolution networks for Recommendation
Paper: https://doi.org/10.32604/cmc.2023.046346
Train Log(Wandb): https://wandb.ai/d9249/WFGR
Docker hub: https://hub.docker.com/repository/docker/dodo9249/wtgf
Dataset(Google Drive): https://drive.google.com/drive/folders/11zFVhE0tM0HKnKJZ-YvptjOBYC3Ok5g3?usp=sharing
The experiments in this paper are based on RecBole-GNN, and the entire experiment was conducted by modifying the code of that library.
If you utilize this repository, models or data in a downstream project, please consider citing it with:
@misc{ideal2023WTGR,
author = {Sangmin Lee, Namgi Kim},
title = {Weighted Forwarding in Graph convolution networks for Recommendation},
year = {2024},
publisher = {CMC},
howpublished = {\url{https://github.com/d9249/WFGR}},
}
@inproceedings{zhao2022recbole2,
author={Wayne Xin Zhao and Yupeng Hou and Xingyu Pan and Chen Yang and Zeyu Zhang and Zihan Lin and Jingsen Zhang and Shuqing Bian and Jiakai Tang and Wenqi Sun and Yushuo Chen and Lanling Xu and Gaowei Zhang and Zhen Tian and Changxin Tian and Shanlei Mu and Xinyan Fan and Xu Chen and Ji-Rong Wen},
title={RecBole 2.0: Towards a More Up-to-Date Recommendation Library},
booktitle = {{CIKM}},
year={2022}
}
@inproceedings{zhao2021recbole,
author = {Wayne Xin Zhao and Shanlei Mu and Yupeng Hou and Zihan Lin and Yushuo Chen and Xingyu Pan and Kaiyuan Li and Yujie Lu and Hui Wang and Changxin Tian and Yingqian Min and Zhichao Feng and Xinyan Fan and Xu Chen and Pengfei Wang and Wendi Ji and Yaliang Li and Xiaoling Wang and Ji{-}Rong Wen},
title = {RecBole: Towards a Unified, Comprehensive and Efficient Framework for Recommendation Algorithms},
booktitle = {{CIKM}},
pages = {4653--4664},
publisher = {{ACM}},
year = {2021}
}