paper-with-me

홈 › Papers

Seq2Slate: Re-ranking and Slate Optimization with RNNs

2018-10-04 · ICLR 2019 5 · Irwan Bello, Sayali Kulkarni, Sagar Jain, Craig Boutilier, Ed Chi, Elad Eban, Xiyang Luo, Alan Mackey, Ofer Meshi

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 account interactions between items, since intuitively, placing an item on the slate affects the decision of which other items should be placed alongside it. In this work, we propose a sequence-to-sequence model for ranking called seq2slate. At each step, the model predicts the next `best' item to place on the slate given the items already selected. The sequential nature of the model allows complex dependencies between the items to be captured directly in a flexible and scalable way. We show how to learn the model end-to-end from weak supervision in the form of easily obtained click-through data. We further demonstrate the usefulness of our approach in experiments on standard ranking benchmarks as well as in a real-world recommendation system.

📄 PDF Abstract BibTeX arXiv:1810.02019

Code (2)

facebookresearch/Horizon pytorch
facebookresearch/ReAgent pytorch

Tasks

Information RetrievalRe-RankingRetrieval

Similar Papers 제목 키워드 기반

Conditional Sequential Slate Optimization

2021-08-12 · YiPeng Zhang, Mingjian Lu, Saratchandra Indrakanti, Manojkumar Rangasamy Kannadasan 외

The top search results matching a user query that are displayed on the first page are critical to the effectiveness and perception of a search system. A search ranking system typically orders the results by independent q…

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…

Learned Ranking Function: From Short-term Behavior Predictions to Long-term User Satisfaction

2024-08-12 · Yi Wu, Daryl Chang, Jennifer She, Zhe Zhao 외

We present the Learned Ranking Function (LRF), a system that takes short-term user-item behavior predictions as input and outputs a slate of recommendations that directly optimizes for long-term user satisfaction. Most p…

Generator and Critic: A Deep Reinforcement Learning Approach for Slate Re-ranking in E-commerce

2020-05-25 · Jianxiong Wei, An-Xiang Zeng, Yueqiu Wu, Peng Guo 외

The slate re-ranking problem considers the mutual influences between items to improve user satisfaction in e-commerce, compared with the point-wise ranking. Previous works either directly rank items by an end to end mode…

Deep Reinforcement LearningDiversityreinforcement-learningReinforcement Learning+2

Slate-Aware Ranking for Recommendation

2023-02-24 · Yi Ren, Xiao Han, Xu Zhao, Shenzheng 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 fro…

Recommendation SystemsRe-Ranking