Multi-Graph Co-Training for Capturing User Intent in Session-based Recommendation
Zhe Yang, Tiantian Liang

TL;DR
This paper introduces MGCOT, a multi-graph co-training model that integrates various session and item graphs with attention and contrastive learning to improve session-based recommendation accuracy.
Contribution
The paper presents a novel multi-graph co-training approach that leverages multiple session and item graphs, enhancing user intent capture beyond existing methods.
Findings
Significant performance improvements on three datasets.
Up to 2.00% increase in P@20.
Up to 10.70% increase in MRR@20.
Abstract
Session-based recommendation focuses on predicting the next item a user will interact with based on sequences of anonymous user sessions. A significant challenge in this field is data sparsity due to the typically short-term interactions. Most existing methods rely heavily on users' current interactions, overlooking the wealth of auxiliary information available. To address this, we propose a novel model, the Multi-Graph Co-Training model (MGCOT), which leverages not only the current session graph but also similar session graphs and a global item relation graph. This approach allows for a more comprehensive exploration of intrinsic relationships and better captures user intent from multiple views, enabling session representations to complement each other. Additionally, MGCOT employs multi-head attention mechanisms to effectively capture relevant session intent and uses contrastive…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Topic Modeling · Expert finding and Q&A systems
MethodsAttention Is All You Need · Linear Layer · Softmax · Contrastive Learning · Multi-Head Attention
