TL;DR
This paper introduces a Temporal Graph Transformer framework that models multi-typed, time-evolving user-item interactions to improve sequential recommendation accuracy by capturing complex behavior dependencies.
Contribution
It proposes a novel TGT model that jointly learns short-term and long-term user-item interaction patterns across multiple behavior types.
Findings
TGT outperforms state-of-the-art methods on real-world datasets.
The model effectively captures cross-type behavior dependencies.
Experimental results demonstrate improved recommendation accuracy.
Abstract
Modeling time-evolving preferences of users with their sequential item interactions, has attracted increasing attention in many online applications. Hence, sequential recommender systems have been developed to learn the dynamic user interests from the historical interactions for suggesting items. However, the interaction pattern encoding functions in most existing sequential recommender systems have focused on single type of user-item interactions. In many real-life online platforms, user-item interactive behaviors are often multi-typed (e.g., click, add-to-favorite, purchase) with complex cross-type behavior inter-dependencies. Learning from informative representations of users and items based on their multi-typed interaction data, is of great importance to accurately characterize the time-evolving user preference. In this work, we tackle the dynamic user-item relation learning with…
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
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Softmax · Layer Normalization · Byte Pair Encoding · Adam · Label Smoothing · Residual Connection · Dropout
