paper-with-me

Papers

Fusing Similarity Models with Markov Chains for Sparse Sequential Recommendation

2016-09-28 · Ruining He, Julian McAuley

Predicting personalized sequential behavior is a key task for recommender systems. In order to predict user actions such as the next product to purchase, movie to watch, or place to visit, it is essential to take into account both long-term user preferences and sequential patterns (i.e., short-term dynamics). Matrix Factorization and Markov Chain methods have emerged as two separate but powerful paradigms for modeling the two respectively. Combining these ideas has led to unified methods that accommodate long- and short-term dynamics simultaneously by modeling pairwise user-item and item-item interactions. In spite of the success of such methods for tackling dense data, they are challenged by sparsity issues, which are prevalent in real-world datasets. In recent years, similarity-based methods have been proposed for (sequentially-unaware) item recommendation with promising results on sparse datasets. In this paper, we propose to fuse such methods with Markov Chains to make personalized sequential recommendations. We evaluate our method, Fossil, on a variety of large, real-world datasets. We show quantitatively that Fossil outperforms alternative algorithms, especially on sparse datasets, and qualitatively that it captures personalized dynamics and is able to make meaningful recommendations.

📄 PDF Abstract BibTeX arXiv:1609.09152

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation SystemsSequential Recommendation

Similar Papers 제목 키워드 기반

Learning Multiple Markov Chains via Adaptive Allocation

2019-05-27 · NeurIPS 2019 12 · Mohammad Sadegh Talebi, Odalric-Ambrym Maillard

We study the problem of learning the transition matrices of a set of Markov chains from a single stream of observations on each chain. We assume that the Markov chains are ergodic but otherwise unknown. The learner can s…

Detection and Evaluation of Clusters within Sequential Data

2022-10-04 · Alexander Van Werde, Albert Senen-Cerda, Gianluca Kosmella, Jaron Sanders

Motivated by theoretical advancements in dimensionality reduction techniques we use a recent model, called Block Markov Chains, to conduct a practical study of clustering in real-world sequential data. Clustering algorit…

BenchmarkingClusteringDimensionality ReductionModel Selection

Covariate shift in nonparametric regression with Markovian design

2023-07-17 · Lukas Trottner

Covariate shift in regression problems and the associated distribution mismatch between training and test data is a commonly encountered phenomenon in machine learning. In this paper, we extend recent results on nonparam…

regression

Self-Attentive Sequential Recommendation

2018-08-20 · Wang-Cheng Kang, Julian McAuley

Sequential dynamics are a key feature of many modern recommender systems, which seek to capture the `context' of users' activities on the basis of actions they have performed recently. To capture such patterns, two appro…

Recommendation SystemsSequential Recommendation

Estimating the number of clusters of a Block Markov Chain

2024-07-25 · Thomas van Vuren, Thomas Cronk, Jaron Sanders

Clustering algorithms frequently require the number of clusters to be chosen in advance, but it is usually not clear how to do this. To tackle this challenge when clustering within sequential data, we present a method fo…

ClusteringStochastic Block Model