paper-with-me

홈 › Papers

A Hierarchical Contextual Attention-based GRU Network for Sequential Recommendation

2017-11-14 · Qiang Cui, Shu Wu, Yan Huang, Liang Wang

Sequential recommendation is one of fundamental tasks for Web applications. Previous methods are mostly based on Markov chains with a strong Markov assumption. Recently, recurrent neural networks (RNNs) are getting more and more popular and has demonstrated its effectiveness in many tasks. The last hidden state is usually applied as the sequence's representation to make recommendation. Benefit from the natural characteristics of RNN, the hidden state is a combination of long-term dependency and short-term interest to some degrees. However, the monotonic temporal dependency of RNN impairs the user's short-term interest. Consequently, the hidden state is not sufficient to reflect the user's final interest. In this work, to deal with this problem, we propose a Hierarchical Contextual Attention-based GRU (HCA-GRU) network. The first level of HCA-GRU is conducted on the input. We construct a contextual input by using several recent inputs based on the attention mechanism. This can model the complicated correlations among recent items and strengthen the hidden state. The second level is executed on the hidden state. We fuse the current hidden state and a contextual hidden state built by the attention mechanism, which leads to a more suitable user's overall interest. Experiments on two real-world datasets show that HCA-GRU can effectively generate the personalized ranking list and achieve significant improvement.

📄 PDF Abstract BibTeX arXiv:1711.05114

Code (1)

cuiqiang1990/HCA 공식 구현

Tasks

Sequential Recommendation

Similar Papers 제목 키워드 기반

Déjà vu: A Contextualized Temporal Attention Mechanism for Sequential Recommendation

2020-01-29 · Jibang Wu, Renqin Cai, Hongning Wang

Predicting users' preferences based on their sequential behaviors in history is challenging and crucial for modern recommender systems. Most existing sequential recommendation algorithms focus on transitional structure a…

Recommendation SystemsSequential Recommendation

MEANTIME: Mixture of Attention Mechanisms with Multi-temporal Embeddings for Sequential Recommendation

2020-08-19 · Sung Min Cho, Eunhyeok Park, Sungjoo Yoo

Recently, self-attention based models have achieved state-of-the-art performance in sequential recommendation task. Following the custom from language processing, most of these models rely on a simple positional embeddin…

DiversitySequential Recommendation

A Hierarchical Attention Model for Social Contextual Image Recommendation

2018-06-03 · Le Wu, Lei Chen, Richang Hong, Yanjie Fu 외

Image based social networks are among the most popular social networking services in recent years. With tremendous images uploaded everyday, understanding users' preferences on user-generated images and making recommenda…

Context-Adaptive Graph Neural Networks for Next POI Recommendation

2025-06-12 · Yu Lei, Limin Shen, Zhu Sun, Tiantian He 외

Next Point-of-Interest (POI) recommendation is a critical task in location-based services, aiming to predict users' next visits based on their check-in histories. While many existing methods leverage Graph Neural Network…

Hierarchical Attention Fusion of Visual and Textual Representations for Cross-Domain Sequential Recommendation

2025-04-21 · Wangyu Wu, Zhenhong Chen, Siqi Song, Xianglin Qiua 외

Cross-Domain Sequential Recommendation (CDSR) predicts user behavior by leveraging historical interactions across multiple domains, focusing on modeling cross-domain preferences through intra- and inter-sequence item rel…

Decision MakingSequential Decision MakingSequential Recommendation