paper-with-me

Papers

Context-aware Sequential Recommendation

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

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 several most recent components. Recently, Recurrent Neural Networks (RNN) based methods have been successfully applied in several sequential modeling tasks. However, for real-world applications, these methods have difficulty in modeling the contextual information, which has been proved to be very important for behavior modeling. In this paper, we propose a novel model, named Context-Aware Recurrent Neural Networks (CA-RNN). Instead of using the constant input matrix and transition matrix in conventional RNN models, CA-RNN employs adaptive context-specific input matrices and adaptive context-specific transition matrices. The adaptive context-specific input matrices capture external situations where user behaviors happen, such as time, location, weather and so on. And the adaptive context-specific transition matrices capture how lengths of time intervals between adjacent behaviors in historical sequences affect the transition of global sequential features. Experimental results show that the proposed CA-RNN model yields significant improvements over state-of-the-art sequential recommendation methods and context-aware recommendation methods on two public datasets, i.e., the Taobao dataset and the Movielens-1M dataset.

📄 PDF Abstract BibTeX arXiv:1609.05787

Code (0)

등록된 구현이 없습니다.

Tasks

Sequential Recommendation

Similar Papers 제목 키워드 기반

Context-Aware Sequential Model for Multi-Behaviour Recommendation

2023-12-15 · Shereen Elsayed, Ahmed Rashed, Lars Schmidt-Thieme

Sequential recommendation models are crucial for next-item recommendations in online platforms, capturing complex patterns in user interactions. However, many focus on a single behavior, overlooking valuable implicit int…

modelMultibehavior RecommendationSequential Recommendation

Deep Context-Aware Recommender System Utilizing Sequential Latent Context

2019-09-09 · Amit Livne, Moshe Unger, Bracha Shapira, Lior Rokach

Context-aware recommender systems (CARSs) apply sensing and analysis of user context in order to provide personalized services. Adding context to a recommendation model is challenging, since the addition of context may i…

Collaborative FilteringDecoderRecommendation Systems

Attention Mixtures for Time-Aware Sequential Recommendation

2023-04-17 · Viet-Anh Tran, Guillaume Salha-Galvan, Bruno Sguerra, Romain Hennequin

Transformers emerged as powerful methods for sequential recommendation. However, existing architectures often overlook the complex dependencies between user preferences and the temporal context. In this short paper, we i…

Recommendation SystemsSequential Recommendation

A Contextual-Aware Position Encoding for Sequential Recommendation

2025-02-13 · Jun Yuan, Guohao Cai, Zhenhua Dong

Sequential recommendation (SR), which encodes user activity to predict the next action, has emerged as a widely adopted strategy in developing commercial personalized recommendation systems. A critical component of moder…

PositionRecommendation SystemsSequential Recommendation

Multi-Modal Recommendation System with Auxiliary Information

2022-10-13 · Mufhumudzi Muthivhi, Terence L. Van Zyl, Hairong Wang

Context-aware recommendation systems improve upon classical recommender systems by including, in the modelling, a user's behaviour. Research into context-aware recommendation systems has previously only considered the se…

Multi-modal RecommendationRecommendation Systems