paper-with-me

홈 › Papers

Slate-Aware Ranking for Recommendation

2023-02-24 · Yi Ren, Xiao Han, Xu Zhao, Shenzheng Zhang, Yan Zhang

We see widespread adoption of slate recommender systems, where an ordered item list is fed to the user based on the user interests and items' content. For each recommendation, the user can select one or several items from the list for further interaction. In this setting, the significant impact on user behaviors from the mutual influence among the items is well understood. The existing methods add another step of slate re-ranking after the ranking stage of recommender systems, which considers the mutual influence among recommended items to re-rank and generate the recommendation results so as to maximize the expected overall utility. However, to model the complex interaction of multiple recommended items, the re-ranking stage usually can just handle dozens of candidates because of the constraint of limited hardware resource and system latency. Therefore, the ranking stage is still essential for most applications to provide high-quality candidate set for the re-ranking stage. In this paper, we propose a solution named Slate-Aware ranking (SAR) for the ranking stage. By implicitly considering the relations among the slate items, it significantly enhances the quality of the re-ranking stage's candidate set and boosts the relevance and diversity of the overall recommender systems. Both experiments with the public datasets and internal online A/B testing are conducted to verify its effectiveness.

📄 PDF Abstract BibTeX arXiv:2302.12427

Code (1)

bestactionnow/slate_aware_ranking 공식 구현 pytorch

Tasks

Recommendation SystemsRe-Ranking

Similar Papers 제목 키워드 기반

Time-Constrained Recommendations: Reinforcement Learning Strategies for E-Commerce

2025-12-13 · Sayak Chakrabarty, Souradip Pal arxiv

Unlike traditional recommendation tasks, finite user time budgets introduce a critical resource constraint, requiring the recommender system to balance item relevance and evaluation cost. For example, in a mobile shoppin…

Reinforcement Learning

Beyond Greedy Ranking: Slate Optimization via List-CVAE

2018-03-05 · ICLR 2019 5 · Ray Jiang, Sven Gowal, Timothy A. Mann, Danilo J. Rezende

The conventional solution to the recommendation problem greedily ranks individual document candidates by prediction scores. However, this method fails to optimize the slate as a whole, and hence, often struggles to captu…

Seq2Slate: Re-ranking and Slate Optimization with RNNs

2018-10-04 · ICLR 2019 5 · Irwan Bello, Sayali Kulkarni, Sagar Jain, Craig Boutilier 외

Ranking is a central task in machine learning and information retrieval. In this task, it is especially important to present the user with a slate of items that is appealing as a whole. This in turn requires taking into …

Information RetrievalRe-RankingRetrieval

It's Not You, It's Me: The Impact of Choice Models and Ranking Strategies on Gender Imbalance in Music Recommendation

2024-08-22 · Andres Ferraro, Michael D. Ekstrand, Christine Bauer

As recommender systems are prone to various biases, mitigation approaches are needed to ensure that recommendations are fair to various stakeholders. One particular concern in music recommendation is artist gender fairne…

FairnessMusic RecommendationRecommendation SystemsRe-Ranking

End-to-end Learnable Diversity-aware News Recommendation

2022-04-01 · Chuhan Wu, Fangzhao Wu, Tao Qi, Yongfeng Huang

Diversity is an important factor in providing high-quality personalized news recommendations. However, most existing news recommendation methods only aim to optimize recommendation accuracy while ignoring diversity. Rera…

DiversityNews RecommendationReranking