paper-with-me

Papers

Latent Variable Session-Based Recommendation

2019-04-24 · pproximateinference AABI Symposium 2019 12 · David Rohde, Stephen Bonner

Session based recommendation provides an attractive alternative to the traditional feature engineering approach to recommendation. Feature engineering approaches require hand tuned features of the users history to be created to produce a context vector. In contrast a session based approach is able to dynamically model the users state as they act. We present a probabilistic framework for session based recommendation. A latent variable for the user state is updated as the user views more items and we learn more about their interests. The latent variable model is conceptually simple and elegant; yet requires sophisticated computational technique to approximate the integral over the latent variable. We provide computational solutions using both the re-parameterization trick and also using the Bouchard bound for the softmax function, we further explore employing a variational auto-encoder and a variational Expectation-Maximization algorithm for tightening the variational bound. The model performs well against a number of baselines. The intuitive nature of the model allows an elegant formulation combining correlations between items and their popularity and that sheds light on other popular recommendation methods. An attractive feature of the latent variable approach is that, as the user continues to act, the posterior on the user's state tightens reflecting the recommender system's increased knowledge about that user.

📄 PDF Abstract BibTeX arXiv:1904.10784

Code (0)

등록된 구현이 없습니다.

Tasks

Feature EngineeringSession-Based Recommendations

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Recurrent Latent Variable Networks for Session-Based Recommendation

2017-06-13 · Sotirios Chatzis, Panayiotis Christodoulou, Andreas S. Andreou

In this work, we attempt to ameliorate the impact of data sparsity in the context of session-based recommendation. Specifically, we seek to devise a machine learning mechanism capable of extracting subtle and complex und…

Session-Based RecommendationsVariational Inference

UBER-GNN: A User-Based Embeddings Recommendation based on Graph Neural Networks

2020-08-06 · Bo Huang, Ye Bi, Zhen-Yu Wu, Jianming Wang 외

The problem of session-based recommendation aims to predict user next actions based on session histories. Previous methods models session histories into sequences and estimate user latent features by RNN and GNN methods …

Graph Neural NetworkSession-Based Recommendations

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

Session-based Recommendation with Self-Attention Networks

2021-02-03 · Jun Fang

Session-based recommendation aims to predict user's next behavior from current session and previous anonymous sessions. Capturing long-range dependencies between items is a vital challenge in session-based recommendation…

Session-Based Recommendations

Rethinking the Item Order in Session-based Recommendation with Graph Neural Networks

2019-11-27 · Ruihong Qiu, Jingjing Li, Zi Huang, Hongzhi Yin

Predicting a user's preference in a short anonymous interaction session instead of long-term history is a challenging problem in the real-life session-based recommendation, e.g., e-commerce and media stream. Recent resea…

Graph ClassificationRecommendation SystemsSession-Based Recommendations