TL;DR
This paper introduces Memory-Augmented Transformer Networks (MATN) to model multiplex user behaviors in recommendation systems, capturing inter-dependent multi-type interactions for improved personalized suggestions.
Contribution
The work proposes a novel transformer-based framework with memory attention and cross-behavior aggregation to effectively model multiplex behavioral relations in recommendation tasks.
Findings
MATN outperforms baseline methods on benchmark datasets.
The model effectively captures inter-dependent multi-type user behaviors.
Significant improvements in recommendation accuracy are demonstrated.
Abstract
Capturing users' precise preferences is of great importance in various recommender systems (eg., e-commerce platforms), which is the basis of how to present personalized interesting product lists to individual users. In spite of significant progress has been made to consider relations between users and items, most of the existing recommendation techniques solely focus on singular type of user-item interactions. However, user-item interactive behavior is often exhibited with multi-type (e.g., page view, add-to-favorite and purchase) and inter-dependent in nature. The overlook of multiplex behavior relations can hardly recognize the multi-modal contextual signals across different types of interactions, which limit the feasibility of current recommendation methods. To tackle the above challenge, this work proposes a Memory-Augmented Transformer Networks (MATN), to enable the recommendation…
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 · Residual Connection · Dropout · Layer Normalization · Position-Wise Feed-Forward Layer · Label Smoothing · Byte Pair Encoding · Softmax
