XSimGCL: Towards Extremely Simple Graph Contrastive Learning for Recommendation
Paper • 2209.02544 • Published
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
LightGCN_1110.py
能够同时mixup多个samples,而且权重自适应分配。
numba==0.53.1
numpy==1.20.3
scipy==1.6.2
tensorflow==1.14.0
torch>=1.7.0
| Model | Recall@20 | NDCG@20 | Hyperparameter settings |
|---|---|---|---|
| MF | 0.0543 | 0.0445 | |
| LightGCN | 0.0639 | 0.0525 | layer=3 |
| NCL | 0.0670 | 0.0562 | layer=3, ssl_reg=1e-6, proto_reg=1e-7, tau=0.05, hyper_layers=1, alpha=1.5, num_clusters=2000 |
| SGL | 0.0675 | 0.0555 | λ=0.1, ρ=0.1, tau=0.2 layer=3 |
| MixGCF | 0.0691 | 0.0577 | layer=3, n_nes=64, layer=3 |
| DirectAU | 0.0695 | 0.0583 | 𝛾=2, layer=3 |
| SimGCL | 0.0721 | 0.0601 | λ=0.5, eps=0.1, tau=0.2, layer=3 |
| XSimGCL | 0.0723 | 0.0604 | λ=0.2, eps=0.2, l∗=1 tau=0.15 layer=3 |
| Data Set | Basic Meta | User Context | ||||||
|---|---|---|---|---|---|---|---|---|
| Users | Items | Ratings (Scale) | Density | Users | Links (Type) | |||
| Douban | 2,848 | 39,586 | 894,887 | [1, 5] | 0.794% | 2,848 | 35,770 | Trust |
| LastFM | 1,892 | 17,632 | 92,834 | implicit | 0.27% | 1,892 | 25,434 | Trust |
| Yelp | 19,539 | 21,266 | 450,884 | implicit | 0.11% | 19,539 | 864,157 | Trust |
| Amazon-Book | 52,463 | 91,599 | 2,984,108 | implicit | 0.11% | - | - | - |