scispace - formally typeset
Open AccessProceedings ArticleDOI

Fusing Similarity Models with Markov Chains for Sparse Sequential Recommendation

TLDR
Fossil as mentioned in this paper combines similarity-based methods with Markov chains to make personalized sequential recommendations, which can capture long-term user preferences and sequential patterns simultaneously by modeling pairwise user-item and item-item interactions.
Abstract
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.

read more

Citations
More filters
Proceedings ArticleDOI

Self-Attentive Sequential Recommendation

TL;DR: In this article, a self-attention based sequential model (SASRec) is proposed, which uses an attention mechanism to identify which items are'relevant' from a user's action history, and use them to predict the next item.
Proceedings ArticleDOI

BERT4Rec: Sequential Recommendation with Bidirectional Encoder Representations from Transformer

TL;DR: BERT4Rec as discussed by the authors employs the deep bidirectional self-attention to model user behavior sequences, predicting the random masked items in the sequence by jointly conditioning on their left and right context.
Proceedings ArticleDOI

Sequential Recommendation with User Memory Networks

TL;DR: A memory-augmented neural network (MANN) integrated with the insights of collaborative filtering for recommendation is designed, which store and update users» historical records explicitly, which enhances the expressiveness of the model.
Posted Content

Graph Neural Networks in Recommender Systems: A Survey

TL;DR: This article provides a taxonomy of GNN-based recommendation models according to the types of information used and recommendation tasks and systematically analyze the challenges of applying GNN on different types of data.
Posted Content

A Survey on Session-based Recommender Systems

TL;DR: A systematic and comprehensive review on SBRS is provided and a hierarchical framework is created to categorize the related research issues and methods of SBRS and to reveal its intrinsic challenges and complexities.
References
More filters
Journal ArticleDOI

Matrix Factorization Techniques for Recommender Systems

TL;DR: As the Netflix Prize competition has demonstrated, matrix factorization models are superior to classic nearest neighbor techniques for producing product recommendations, allowing the incorporation of additional information such as implicit feedback, temporal effects, and confidence levels.
Proceedings Article

Empirical analysis of predictive algorithms for collaborative filtering

TL;DR: Several algorithms designed for collaborative filtering or recommender systems are described, including techniques based on correlation coefficients, vector-based similarity calculations, and statistical Bayesian methods, to compare the predictive accuracy of the various methods in a set of representative problem domains.
Journal ArticleDOI

Amazon.com recommendations: item-to-item collaborative filtering

TL;DR: Item-to-item collaborative filtering (ITF) as mentioned in this paper is a popular recommendation algorithm for e-commerce Web sites that scales independently of the number of customers and number of items in the product catalog.
Proceedings ArticleDOI

Factorization meets the neighborhood: a multifaceted collaborative filtering model

TL;DR: The factor and neighborhood models can now be smoothly merged, thereby building a more accurate combined model and a new evaluation metric is suggested, which highlights the differences among methods, based on their performance at a top-K recommendation task.
Proceedings Article

BPR: Bayesian personalized ranking from implicit feedback

TL;DR: In this article, the authors proposed a generic optimization criterion BPR-Opt for personalized ranking that is the maximum posterior estimator derived from a Bayesian analysis of the problem, which is based on stochastic gradient descent with bootstrap sampling.