Attention over Self-attention:Intention-aware Re-ranking with Dynamic Transformer Encoders for Recommendation
Zhuoyi Lin, Sheng Zang, Rundong Wang, Zhu Sun, J.Senthilnath, Chi Xu,, and Chee-Keong Kwoh

TL;DR
This paper introduces RAISE, a novel intention-aware re-ranking model using dynamic transformer encoders that personalizes recommendations by modeling user intentions from reviews, significantly improving recommendation accuracy.
Contribution
The paper presents a new re-ranking approach that explicitly models user intentions and inter-item relationships using a dynamic transformer encoder, enhancing personalization and interpretability.
Findings
Achieved up to 13.95% improvement in Precision@5
Demonstrated effectiveness across four public datasets
Outperformed existing re-ranking methods in recommendation quality
Abstract
Re-ranking models refine item recommendation lists generated by the prior global ranking model, which have demonstrated their effectiveness in improving the recommendation quality. However, most existing re-ranking solutions only learn from implicit feedback with a shared prediction model, which regrettably ignore inter-item relationships under diverse user intentions. In this paper, we propose a novel Intention-aware Re-ranking Model with Dynamic Transformer Encoder (RAISE), aiming to perform user-specific prediction for each individual user based on her intentions. Specifically, we first propose to mine latent user intentions from text reviews with an intention discovering module (IDM). By differentiating the importance of review information with a co-attention network, the latent user intention can be explicitly modeled for each user-item pair. We then introduce a dynamic transformer…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Topic Modeling · Sentiment Analysis and Opinion Mining
MethodsAttention Is All You Need · Linear Layer · Multi-Head Attention · Dense Connections · Softmax · Absolute Position Encodings · Byte Pair Encoding · Residual Connection · Position-Wise Feed-Forward Layer · Layer Normalization
