TL;DR
RoTE introduces a multi-level temporal embedding module that explicitly models time span information in sequential recommendation, improving the capture of user interest dynamics.
Contribution
It proposes a novel coarse-to-fine multi-level temporal embedding method that enhances existing Transformer-based recommendation models by explicitly modeling temporal spans.
Findings
Achieves up to 20.11% improvement in NDCG@5 on benchmark datasets.
Effectively captures heterogeneous temporal patterns in user interactions.
Can be integrated into existing models without modifying their backbone architectures.
Abstract
Sequential recommendation models have been widely adopted for modeling user behavior. Existing approaches typically construct user interaction sequences by sorting items according to timestamps and then model user preferences from historical behaviors. While effective, such a process only considers the order of temporal information but overlooks the actual time spans between interactions, resulting in a coarse representation of users' temporal dynamics and limiting the model's ability to capture long-term and short-term interest evolution. To address this limitation, we propose RoTE, a novel multi-level temporal embedding module that explicitly models time span information in sequential recommendation. RoTE decomposes each interaction timestamp into multiple temporal granularities, ranging from coarse to fine, and incorporates the resulting temporal representations into item embeddings.…
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.
