IRLGMLJul 31, 2020

Embedding Ranking-Oriented Recommender System Graphs

arXiv:2007.16173v18 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of sparse user-item data in recommender systems for domains like movie recommendations, but it is incremental as it builds on existing graph-based and embedding techniques.

The paper tackles the problem of improving ranking-oriented graph-based recommender systems by proposing PGRec, which models user preferences with a novel PrefGraph and uses an embedding approach combining factorization and deep learning to predict unknown preferences, resulting in up to 3.2% higher NDCG@10 compared to baseline methods on MovieLens datasets.

Graph-based recommender systems (GRSs) analyze the structural information in the graphical representation of data to make better recommendations, especially when the direct user-item relation data is sparse. Ranking-oriented GRSs that form a major class of recommendation systems, mostly use the graphical representation of preference (or rank) data for measuring node similarities, from which they can infer a recommendation list using a neighborhood-based mechanism. In this paper, we propose PGRec, a novel graph-based ranking-oriented recommendation framework. PGRec models the preferences of the users over items, by a novel graph structure called PrefGraph. This graph is then exploited by an improved embedding approach, taking advantage of both factorization and deep learning methods, to extract vectors representing users, items, and preferences. The resulting embedding are then used for predicting users' unknown pairwise preferences from which the final recommendation lists are inferred. We have evaluated the performance of the proposed method against the state of the art model-based and neighborhood-based recommendation methods, and our experiments show that PGRec outperforms the baseline algorithms up to 3.2% in terms of NDCG@10 in different MovieLens datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes