paper-with-me

Papers

Hierarchical Context enabled Recurrent Neural Network for Recommendation

2019-04-26 · Kyungwoo Song, Mingi Ji, Sungrae Park, Il-Chul Moon

A long user history inevitably reflects the transitions of personal interests over time. The analyses on the user history require the robust sequential model to anticipate the transitions and the decays of user interests. The user history is often modeled by various RNN structures, but the RNN structures in the recommendation system still suffer from the long-term dependency and the interest drifts. To resolve these challenges, we suggest HCRNN with three hierarchical contexts of the global, the local, and the temporary interests. This structure is designed to withhold the global long-term interest of users, to reflect the local sub-sequence interests, and to attend the temporary interests of each transition. Besides, we propose a hierarchical context-based gate structure to incorporate our \textit{interest drift assumption}. As we suggest a new RNN structure, we support HCRNN with a complementary \textit{bi-channel attention} structure to utilize hierarchical context. We experimented the suggested structure on the sequential recommendation tasks with CiteULike, MovieLens, and LastFM, and our model showed the best performances in the sequential recommendations.

📄 PDF Abstract BibTeX arXiv:1904.12674

Code (1)

gtshs2/HCRNN 공식 구현 tf

Tasks

Sequential Recommendation

Similar Papers 제목 키워드 기반

Personalizing Session-based Recommendations with Hierarchical Recurrent Neural Networks

2017-06-13 · Massimo Quadrana, Alexandros Karatzoglou, Balázs Hidasi, Paolo Cremonesi

Session-based recommendations are highly relevant in many modern on-line services (e.g. e-commerce, video streaming) and recommendation settings. Recently, Recurrent Neural Networks have been shown to perform very well i…

Session-Based Recommendations

Talking to Your TV: Context-Aware Voice Search with Hierarchical Recurrent Neural Networks

2017-05-13 · Rao Jinfeng, Ture Ferhan, He Hua, Jojic Oliver 외

We tackle the novel problem of navigational voice queries posed against an entertainment system, where viewers interact with a voice-enabled remote controller to specify the program to watch. This is a difficult problem …

speech-recognitionSpeech Recognition

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 …

Sequential Recommendation

Multilevel Text Alignment with Cross-Document Attention

2020-10-03 · EMNLP 2020 11 · Xuhui Zhou, Nikolaos Pappas, Noah A. Smith

Text alignment finds application in tasks such as citation recommendation and plagiarism detection. Existing alignment methods operate at a single, predefined level and cannot learn to align texts at, for example, senten…

Citation RecommendationSentence

Contextual Sequence Modeling for Recommendation with Recurrent Neural Networks

2017-06-23 · Elena Smirnova, Flavian vasile

Recommendations can greatly benefit from good representations of the user state at recommendation time. Recent approaches that leverage Recurrent Neural Networks (RNNs) for session-based recommendations have shown that D…

Session-Based Recommendations