HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

SS4Rec: Continuous-Time Sequential Recommendation with State Space Models

Wei Xiao Huiying Wang Qifeng Zhou

SS4Rec: Continuous-Time Sequential Recommendation with State Space Models

Abstract

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.

Code Repositories

XiaoWei-i/SS4Rec
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
sequential-recommendation-on-amazon-sportsSS4Rec
HR@10: 0.1042
MRR@10: 0.0830
NDCG@10: 0.0880
sequential-recommendation-on-amazon-videoSS4Rec
HR@10: 0.1362
MRR@10: 0.0678
NDCG@10: 0.0838
sequential-recommendation-on-movielens-1mSS4Rec
HR@10: 0.3561
MRR@10: 0.1688
NDCG@10: 0.2127

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
SS4Rec: Continuous-Time Sequential Recommendation with State Space Models | Papers | HyperAI