IRAIApr 15, 2019

Personalized Re-ranking for Recommendation

arXiv:1904.06813v348 citations
Originality Incremental advance
AI Analysis

This addresses the problem of improving recommendation accuracy for users by considering item interactions and personalization, though it is incremental as it builds on existing ranking algorithms.

The paper tackles the sub-optimality of traditional ranking functions in recommender systems by proposing a personalized re-ranking model that uses a transformer to optimize entire recommendation lists, showing significant improvements in offline benchmarks and real-world e-commerce systems.

Ranking is a core task in recommender systems, which aims at providing an ordered list of items to users. Typically, a ranking function is learned from the labeled dataset to optimize the global performance, which produces a ranking score for each individual item. However, it may be sub-optimal because the scoring function applies to each item individually and does not explicitly consider the mutual influence between items, as well as the differences of users' preferences or intents. Therefore, we propose a personalized re-ranking model for recommender systems. The proposed re-ranking model can be easily deployed as a follow-up modular after any ranking algorithm, by directly using the existing ranking feature vectors. It directly optimizes the whole recommendation list by employing a transformer structure to efficiently encode the information of all items in the list. Specifically, the Transformer applies a self-attention mechanism that directly models the global relationships between any pair of items in the whole list. We confirm that the performance can be further improved by introducing pre-trained embedding to learn personalized encoding functions for different users. Experimental results on both offline benchmarks and real-world online e-commerce systems demonstrate the significant improvements of the proposed re-ranking model.

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