IROct 18, 2021

Context-aware Reranking with Utility Maximization for Recommendation

arXiv:2110.09059v215 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more effective reranking algorithms in large-scale commercial recommender systems, though it appears incremental as it builds on existing pairwise and context-aware methods.

The paper tackles the problem of reranking in recommender systems by proposing a context-aware framework that maximizes overall utility, achieving significant improvements over state-of-the-art models on benchmark and real-world datasets.

As a critical task for large-scale commercial recommender systems, reranking has shown the potential of improving recommendation results by uncovering mutual influence among items. Reranking rearranges items in the initial ranking lists from the previous ranking stage to better meet users' demands. However, rather than considering the context of initial lists as most existing methods do, an ideal reranking algorithm should consider the counterfactual context -- the position and the alignment of the items in the reranked lists. In this work, we propose a novel pairwise reranking framework, Context-aware Reranking with Utility Maximization for recommendation (CRUM), which maximizes the overall utility after reranking efficiently. Specifically, we first design a utility-oriented evaluator, which applies Bi-LSTM and graph attention mechanism to estimate the listwise utility via the counterfactual context modeling. Then, under the guidance of the evaluator, we propose a pairwise reranker model to find the most suitable position for each item by swapping misplaced item pairs. Extensive experiments on two benchmark datasets and a proprietary real-world dataset demonstrate that CRUM significantly outperforms the state-of-the-art models in terms of both relevance-based metrics and utility-based metrics.

Foundations

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

Your Notes