Wei Xiao, Huiying Wang, Qifeng Zhou
Sequential recommendation is a key area in the field of recommendation systems aiming to model user interest based on historical interaction sequences with irregular intervals. While previous recurrent neural network-based and attention-based approaches have achieved significant results, they have limitations in capturing system continuity due to the discrete characteristics. In the context of continuous-time modeling, state space model (SSM) offers a potential solution, as it can effectively capture the dynamic evolution of user interest over time. However, existing SSM-based approaches ignore the impact of irregular time intervals within historical user interactions, making it difficult to model complexed user-item transitions in sequences. To address this issue, we propose a hybrid SSM-based model called SS4Rec for continuous-time sequential recommendation. SS4Rec integrates a time-aware SSM to handle irregular time intervals and a relation-aware SSM to model contextual dependencies, enabling it to infer user interest from both temporal and sequential perspectives. In the training process, the time-aware SSM and the relation-aware SSM are discretized by variable stepsizes according to user interaction time intervals and input data, respectively. This helps capture the continuous dependency from irregular time intervals and provides time-specific personalized recommendations. Experimental studies on five benchmark datasets demonstrate the superiority and effectiveness of SS4Rec.
| Task | Dataset | Metric | Value | Model |
|---|---|---|---|---|
| Recommendation Systems | MovieLens 1M | HR@10 | 0.3561 | SS4Rec |
| Recommendation Systems | MovieLens 1M | MRR@10 | 0.1688 | SS4Rec |
| Recommendation Systems | MovieLens 1M | NDCG@10 | 0.2127 | SS4Rec |
| Recommendation Systems | Amazon-Video-Games | HR@10 | 0.1362 | SS4Rec |
| Recommendation Systems | Amazon-Video-Games | MRR@10 | 0.0678 | SS4Rec |
| Recommendation Systems | Amazon-Video-Games | NDCG@10 | 0.0838 | SS4Rec |
| Recommendation Systems | Amazon-Sports | HR@10 | 0.1042 | SS4Rec |
| Recommendation Systems | Amazon-Sports | MRR@10 | 0.083 | SS4Rec |
| Recommendation Systems | Amazon-Sports | NDCG@10 | 0.088 | SS4Rec |