Modeling Domain and Feedback Transitions for Cross-Domain Sequential Recommendation
Changshuo Zhang, Teng Shi, Xiao Zhang, Qi Liu, Ruobing Xie, Jun Xu, Ji-Rong Wen
TL;DR
This work addresses cross-domain sequential recommendation by modeling both domain transitions and feedback transitions with Transition^2. The method couples a transition-aware graph encoder (incorporating negative feedback via a transition matrix) with a cross-transition multi-head self-attention mechanism that uses specialized masks to capture diverse transition types. It further employs contrastive losses for domain alignment ($\mathcal{L}_{\text{align}}$) and feedback differentiation ($\mathcal{L}_{\text{cont}}$), achieving improved representations across domains. Experiments on Douban and Amazon CDSR datasets demonstrate that Transition^2 consistently outperforms strong SR and CDSR baselines, validating the importance of negative-feedback-informed cross-domain transitions for accurate recommendations.
Abstract
Nowadays, many recommender systems encompass various domains to cater to users' diverse needs, leading to user behaviors transitioning across different domains. In fact, user behaviors across different domains reveal changes in preference toward recommended items. For instance, a shift from negative feedback to positive feedback indicates improved user satisfaction. However, existing cross-domain sequential recommendation methods typically model user interests by focusing solely on information about domain transitions, often overlooking the valuable insights provided by users' feedback transitions. In this paper, we propose $\text{Transition}^2$, a novel method to model transitions across both domains and types of user feedback. Specifically, $\text{Transition}^2$ introduces a transition-aware graph encoder based on user history, assigning different weights to edges according to the feedback type. This enables the graph encoder to extract historical embeddings that capture the transition information between different domains and feedback types. Subsequently, we encode the user history using a cross-transition multi-head self-attention, incorporating various masks to distinguish different types of transitions. To further enhance representation learning, we employ contrastive losses to align transitions across domains and feedback types. Finally, we integrate these modules to make predictions across different domains. Experimental results on two public datasets demonstrate the effectiveness of $\text{Transition}^2$.
