Time-weighted Attentional Session-Aware Recommender System
Mei Wang, Weizhi Li, Yan Yan

TL;DR
This paper introduces ASARS, a novel session-aware recommender system that integrates long-term temporal dynamics into session-based RNNs using attention mechanisms, significantly improving recommendation accuracy.
Contribution
The paper proposes a new framework combining temporal dynamics from collaborative filtering with session-based RNNs, featuring two models: inter-session temporal dynamics and a triangle parallel attention network.
Findings
ASARS outperforms existing models on four real datasets.
Incorporating long-term temporal information improves recommendation accuracy.
The triangle parallel attention network enhances RNN performance efficiently.
Abstract
Session-based Recurrent Neural Networks (RNNs) are gaining increasing popularity for recommendation task, due to the high autocorrelation of user's behavior on the latest session and the effectiveness of RNN to capture the sequence order information. However, most existing session-based RNN recommender systems still solely focus on the short-term interactions within a single session and completely discard all the other long-term data across different sessions. While traditional Collaborative Filtering (CF) methods have many advanced research works on exploring long-term dependency, which show great value to be explored and exploited in deep learning models. Therefore, in this paper, we propose ASARS, a novel framework that effectively imports the temporal dynamics methodology in CF into session-based RNN system in DL, such that the temporal info can act as scalable weights by a parallel…
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 · Advanced Bandit Algorithms Research · Data Stream Mining Techniques
MethodsINFO: An Efficient Optimization Algorithm based on Weighted Mean of Vectors
