paper-with-me

홈 › Papers

A Practical Deep Online Ranking System in E-commerce Recommendation

2018-09-01 · journal 2018 9 · Yan Yan1, Zitao Liu2, Meng Zhao1, Wentao Guo1, Weipeng P. Yan1, and Yongjun Bao1

User online shopping experience in modern e-commerce websites critically relies on real-time personalized recommendations. However, building a productionized recommender system still remains challenging due to a massive collection of items, a huge number of online users, and requirements for recommendations to be responsive to user actions. In this work, we present our relevant, responsive, and scalable deep online ranking system (DORS) that we developed and deployed in our company. DORS is implemented in a three-level architecture which includes (1) candidate retrieval that retrieves a board set of candidates with various business rules enforced; (2) deep neural network ranking model that takes advantage of available user and item specific features and their interactions; (3) multi-arm bandits based online re-ranking that dynamically takes user real-time feedback and re-ranks the final recommended items in scale. Given a user as a query, DORS is able to precisely capture users’ real-time purchasing intents and help users reach to product purchases. Both offline and online experimental results show that DORS provides more personalized online ranking results and makes more revenue.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation SystemsRe-RankingRetrieval

Similar Papers 제목 키워드 기반

Personalized Transformer-based Ranking for e-Commerce at Yandex

2023-10-05 · Kirill Khrylchenko, Alexander Fritzler

Personalizing user experience with high-quality recommendations based on user activity is vital for e-commerce platforms. This is particularly important in scenarios where the user's intent is not explicit, such as on th…

Retrieval

Do Not Wait: Learning Re-Ranking Model Without User Feedback At Serving Time in E-Commerce

2024-06-20 · YuAn Wang, Zhiyu Li, Changshuo Zhang, Sirui Chen 외

Recommender systems have been widely used in e-commerce, and re-ranking models are playing an increasingly significant role in the domain, which leverages the inter-item influence and determines the final recommendation …

Recommendation SystemsRe-Ranking

Beyond Retrieval-Ranking: A Multi-Agent Cognitive Decision Framework for E-Commerce Search

2025-10-23 · Zhouwei Zhai, Mengxiang Chen, Haoyun Xia, Jin Li 외 arxiv

The retrieval-ranking paradigm has long dominated e-commerce search, but its reliance on query-item matching fundamentally misaligns with multi-stage cognitive decision processes of platform users. This misalignment intr…

Value-aware Recommendation based on Reinforced Profit Maximization in E-commerce Systems

2019-02-03 · Changhua Pei, Xinru Yang, Qing Cui, Xiao Lin 외

Existing recommendation algorithms mostly focus on optimizing traditional recommendation measures, such as the accuracy of rating prediction in terms of RMSE or the quality of top-$k$ recommendation lists in terms of pre…

Recommendation Systemsreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Recommender Systems: A Primer

2023-02-06 · Pablo Castells, Dietmar Jannach

Personalized recommendations have become a common feature of modern online services, including most major e-commerce sites, media platforms and social networks. Today, due to their high practical relevance, research in t…

Recommendation SystemsRetrievalSession-Based Recommendations