ATRank: An Attention-Based User Behavior Modeling Framework for Recommendation
Chang Zhou, Jinze Bai, Junshuai Song, Xiaofei Liu, Zhengchao Zhao,, Xiusi Chen, Jun Gao

TL;DR
ATRank is an attention-based framework for user behavior modeling in recommendation systems, effectively capturing heterogeneous behaviors and improving prediction accuracy while enabling multi-task learning.
Contribution
The paper introduces ATRank, a novel attention-based model that better captures user behavior nuances and supports multi-task prediction, outperforming RNN-based methods.
Findings
Achieves better recommendation performance.
Faster training process.
Supports multi-task behavior prediction.
Abstract
A user can be represented as what he/she does along the history. A common way to deal with the user modeling problem is to manually extract all kinds of aggregated features over the heterogeneous behaviors, which may fail to fully represent the data itself due to limited human instinct. Recent works usually use RNN-based methods to give an overall embedding of a behavior sequence, which then could be exploited by the downstream applications. However, this can only preserve very limited information, or aggregated memories of a person. When a downstream application requires to facilitate the modeled user features, it may lose the integrity of the specific highly correlated behavior of the user, and introduce noises derived from unrelated behaviors. This paper proposes an attention based user behavior modeling framework called ATRank, which we mainly use for recommendation tasks.…
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
TopicsRecommender Systems and Techniques · Topic Modeling · Advanced Graph Neural Networks
