paper-with-me

Papers

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 Deep Learning models can provide useful user representations for recommendation. However, current RNN modeling approaches summarize the user state by only taking into account the sequence of items that the user has interacted with in the past, without taking into account other essential types of context information such as the associated types of user-item interactions, the time gaps between events and the time of day for each interaction. To address this, we propose a new class of Contextual Recurrent Neural Networks for Recommendation (CRNNs) that can take into account the contextual information both in the input and output layers and modifying the behavior of the RNN by combining the context embedding with the item embedding and more explicitly, in the model dynamics, by parametrizing the hidden unit transitions as a function of context information. We compare our CRNNs approach with RNNs and non-sequential baselines and show good improvements on the next event prediction task.

📄 PDF Abstract BibTeX arXiv:1706.07684

Code (1)

https://gitlab.inf.unibz.it/tural-gurbanov/mapm

Tasks

Session-Based Recommendations

Similar Papers 제목 키워드 기반

Modeling Users' Contextualized Page-wise Feedback for Click-Through Rate Prediction in E-commerce Search

2022-03-29 · Zhifang Fan, Dan Ou, Yulong Gu, Bairan Fu 외

Modeling user's historical feedback is essential for Click-Through Rate Prediction in personalized search and recommendation. Existing methods usually only model users' positive feedback information such as click sequenc…

Click-Through Rate PredictionDenoising

Context-aware Sequential Recommendation

2016-09-19 · Qiang Liu, Shu Wu, Diyi Wang, Zhaokang Li 외

Since sequential information plays an important role in modeling user behaviors, various sequential recommendation methods have been proposed. Methods based on Markov assumption are widely-used, but independently combine…

Sequential Recommendation

Dialog Context Language Modeling with Recurrent Neural Networks

2017-01-15 · Bing Liu, Ian Lane

In this work, we propose contextual language models that incorporate dialog level discourse information into language modeling. Previous works on contextual language model treat preceding utterances as a sequence of inpu…

Language ModelingLanguage Modelling

Augmenting Recurrent Neural Networks with High-Order User-Contextual Preference for Session-Based Recommendation

2018-05-08 · Younghun Song, Jae-Gil Lee

The recent adoption of recurrent neural networks (RNNs) for session modeling has yielded substantial performance gains compared to previous approaches. In terms of context-aware session modeling, however, the existing RN…

Session-Based Recommendations

Hybrid Session-based News Recommendation using Recurrent Neural Networks

2020-06-22 · Gabriel de Souza P. Moreira, Dietmar Jannach, Adilson Marques da Cunha

We describe a hybrid meta-architecture -- the CHAMELEON -- for session-based news recommendation that is able to leverage a variety of information types using Recurrent Neural Networks. We evaluated our approach on two p…

ArticlesNews Recommendation