Skip to content

Unofficial implementation for Hypergraph Contrastive Collaborative Filtering, SIGIR 2022.

Notifications You must be signed in to change notification settings

Lee8950/HCCF_impl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning - Pytorch Reproduction of HCCF

Introduction

This is an unofficial implementation for Hypergraph Contrastive Collaborative Filtering - SIGIR 2022. It's a group work for machine learning course@School of Artificial Intelligence@Sun Yat-sen University.

Authors

709064332@qq.com - Li
2461499240@qq.com - Zhou

Usage

./run.py --data [yelp|amazon|ml10m]

Notice

Since the official implementation is quite different from the description in their paper, for example in the loss part, loss is define as $max(0, 1 - Pr)$, however they used $-log(sigmoid(Pr))$ to replace the original one. We stick to the paper-description and try to reproduct the real performance.

Citations

@inproceedings{hccf2022,
  author    = {Xia, Lianghao and
               Huang, Chao and
	       Xu, Yong and
	       Zhao, Jiashu and
	       Yin, Dawei and
	       Huang, Jimmy Xiangji},
  title     = {Hypergraph Contrastive Collaborative Filtering},
  booktitle = {Proceedings of the 45th International {ACM} {SIGIR} Conference on
               Research and Development in Information Retrieval, {SIGIR} 2022, Madrid,
               Spain, July 11-15, 2022.},
  year      = {2022},
}

About

Unofficial implementation for Hypergraph Contrastive Collaborative Filtering, SIGIR 2022.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published