Beyond Next Item Recommendation: Recommending and Evaluating List of Sequences
Makbule Gulcin Ozsoy

TL;DR
This paper introduces a sequential recommendation approach using FastText embeddings to recommend lists of item sequences, improving cold-start issues and evaluation methods by adapting NLP metrics like ROUGE.
Contribution
It proposes a novel sequential recommendation method leveraging FastText for modeling item sequences and evaluates recommendations with NLP-inspired metrics.
Findings
Sequence-based recommendations outperform traditional methods.
FastText embeddings help mitigate cold-start problems.
ROUGE metric effectively evaluates sequence recommendations.
Abstract
Recommender systems (RS) suggest items-based on the estimated preferences of users. Recent RS methods utilise vector space embeddings and deep learning methods to make efficient recommendations. However, most of these methods overlook the sequentiality feature and consider each interaction, e.g., check-in, independent from each other. The proposed method considers the sequentiality of the interactions of users with items and uses them to make recommendations of a list of multi-item sequences. The proposed method uses FastText \cite{bojanowski2016enriching}, a well-known technique in natural language processing (NLP), to model the relationship among the subunits of sequences, e.g., tracks, playlists, and utilises the trained representation as an input to a traditional recommendation method. The recommended lists of multi-item sequences are evaluated by the ROUGE…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Topic Modeling · Advanced Graph Neural Networks
MethodsfastText
