TL;DR
This paper introduces DFAR, a novel attention-based model that effectively captures positive and negative user feedback in sequential recommendation, outperforming existing methods on real-world datasets.
Contribution
The paper proposes a dual-interest factorization-heads attention mechanism with feedback-aware encoding and disentangling layers, specifically designed for modeling positive and negative feedback in sequential recommendation.
Findings
DFAR outperforms state-of-the-art baselines on real-world datasets.
The model effectively disentangles positive and negative interests.
Ablation studies confirm the importance of feedback-aware and disentangling components.
Abstract
Accurate user interest modeling is vital for recommendation scenarios. One of the effective solutions is the sequential recommendation that relies on click behaviors, but this is not elegant in the video feed recommendation where users are passive in receiving the streaming contents and return skip or no-skip behaviors. Here skip and no-skip behaviors can be treated as negative and positive feedback, respectively. With the mixture of positive and negative feedback, it is challenging to capture the transition pattern of behavioral sequence. To do so, FeedRec has exploited a shared vanilla Transformer, which may be inelegant because head interaction of multi-heads attention does not consider different types of feedback. In this paper, we propose Dual-interest Factorization-heads Attention for Sequential Recommendation (short for DFAR) consisting of feedback-aware encoding layer,…
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 · Layer Normalization · Position-Wise Feed-Forward Layer · Absolute Position Encodings · Adam · Label Smoothing · Softmax · Residual Connection
