CLSep 20, 2021

Augmenting the User-Item Graph with Textual Similarity Models

arXiv:2109.09358v15 citations
Originality Incremental advance
AI Analysis

This provides a simple, data-efficient solution for improving recommender systems, particularly in cold-start scenarios, though it is incremental as it builds on existing graph-based methods.

The paper tackles the problem of sparse user-item graphs in recommender systems by augmenting them with semantic relations derived from textual data using a paraphrase similarity model, which improves all tested recommendation algorithms and achieves state-of-the-art performance, especially for knowledge graph-based models in cold-start settings.

This paper introduces a simple and effective form of data augmentation for recommender systems. A paraphrase similarity model is applied to widely available textual data, such as reviews and product descriptions, yielding new semantic relations that are added to the user-item graph. This increases the density of the graph without needing further labeled data. The data augmentation is evaluated on a variety of recommendation algorithms, using Euclidean, hyperbolic, and complex spaces, and over three categories of Amazon product reviews with differing characteristics. Results show that the data augmentation technique provides significant improvements to all types of models, with the most pronounced gains for knowledge graph-based recommenders, particularly in cold-start settings, leading to state-of-the-art performance.

Code Implementations1 repo
Foundations

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

Your Notes