Home

Awesome

GroupRecBaselines

Introduction

In this repository, we release our implementations of existing representative group recommendation models.

Besides, our ConsRec published in WWW'2023 is released here.

Details

Below is the detailed information of our (re)implementation.

NameTitleInformationComment
AGREEAttentive Group RecommendationSIGIR'2018Refactor
GroupIMGroupIM: A Mutual Information Maximization Framework for Neural Group RecommendationSIGIR'2020Refactor
HyperGroupHierarchical Hyperedge Embedding-based Representation Learning for Group RecommendationTOIS'2021Implementation
HCRHypergraph Convolutional Network for Group RecommendationICDM'2021Official Codes
HHGRDouble-Scale Self-supervised Hypergraph Learning for Group RecommendationCIKM'2021Refactor
CubeRecThinking inside The Box: Learning Hypercube Representations for Group RecommendationSIGIR'2022Refactor

Refactor refers to refactor their official codes to tailor our experimental settings or datasets.

Acknowledgements

We thank the released official codes of existing baselines: AGREE, GroupIM, HCR, HHGR, and CubeRec.

Cite

If you make advantages of this repository in your research, please cite the following in your manuscript:

@inproceedings{wu2023consrec,
  title={ConsRec: Learning Consensus Behind Interactions for Group Recommendation},
  author={Wu, Xixi and Xiong, Yun and Zhang, Yao and Jiao, Yizhu and Zhang, Jiawei and Zhu, Yangyong and Philip S. Yu},
  booktitle={Proceedings of the ACM Web Conference 2023},
  year={2023},
  organization={ACM}
}