Why Recommendation Systems are Better Off Using Hybrid Graph Neural Networks
Model | MAP@12 score on Kaggle public leaderboard |
Hybrid GNN | 0.031 |
Kaggle top 10% | 0.024 |
Kaggle Median | 0.021 |
Model | MAP@12 | Hybrid GNN is |
Approach (1) - Use MLP to score items in the sampled GNN subgraph. | 0.023 | 35% better |
Approach (2) - Inner product between user embedding and item embeddings. | 0.015 | 107% better |
Model | MAP@12 score |
Kumo hybrid GNN | 0.32 |
Approach (1) | 0.31 |
Approach (2) | 0.27 |