paper-with-me

홈 › Papers

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, Qingsong Hua, Qingpeng Cai

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 model, or rank items by a score function that trades-off the point-wise score and the diversity between items. However, there are two main existing challenges that are not well studied: (1) the evaluation of the slate is hard due to the complex mutual influences between items of one slate; (2) even given the optimal evaluation, searching the optimal slate is challenging as the action space is exponentially large. In this paper, we present a novel Generator and Critic slate re-ranking approach, where the Critic evaluates the slate and the Generator ranks the items by the reinforcement learning approach. We propose a Full Slate Critic (FSC) model that considers the real impressed items and avoids the impressed bias of existing models. For the Generator, to tackle the problem of large action space, we propose a new exploration reinforcement learning algorithm, called PPO-Exploration. Experimental results show that the FSC model significantly outperforms the state of the art slate evaluation methods, and the PPO-Exploration algorithm outperforms the existing reinforcement learning methods substantially. The Generator and Critic approach improves both the slate efficiency(4% gmv and 5% number of orders) and diversity in live experiments on one of the largest e-commerce websites in the world.

📄 PDF Abstract BibTeX arXiv:2005.12206

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningDiversityreinforcement-learningReinforcement LearningReinforcement Learning (RL)Re-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

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…

Cooperative Multi-Agent Deep Reinforcement Learning in Content Ranking Optimization

2024-08-08 · Zhou Qin, Kai Yuan, Pratik Lahiri, Wenyang Liu

In a typical e-commerce setting, Content Ranking Optimization (CRO) mechanisms are employed to surface content on the search page to fulfill customers' shopping missions. CRO commonly utilizes models such as contextual d…

Deep Reinforcement LearningInformation RetrievalMuJoCoreinforcement-learning+1

Evaluating Machine Translation in Cross-lingual E-Commerce Search

2022-09-01 · AMTA 2022 9 · Hang Zhang, Liling Tan, Amita Misra

Multilingual query localization is integral to modern e-commerce. While machine translation is widely used to translate e-commerce queries, evaluation of query translation in the context of the down-stream search task is…

Cross-Lingual Information RetrievalInformation RetrievalMachine TranslationRetrieval+1

Reinforcement Learning to Rank in E-Commerce Search Engine: Formalization, Analysis, and Application

2018-03-02 · Yujing Hu, Qing Da, An-Xiang Zeng, Yang Yu 외

In e-commerce platforms such as Amazon and TaoBao, ranking items in a search session is a typical multi-step decision-making problem. Learning to rank (LTR) methods have been widely applied to ranking problems. However, …

Decision MakingLearning-To-RankReinforcement LearningReinforcement Learning (RL)