paper-with-me

홈 › Papers

Optimizing E-commerce Search: Toward a Generalizable and Rank-Consistent Pre-Ranking Model

2024-05-09 · Enqiang Xu, Yiming Qiu, Junyang Bai, Ping Zhang, Dadong Miao, Songlin Wang, Guoyu Tang, Lin Liu, Mingming Li

In large e-commerce platforms, search systems are typically composed of a series of modules, including recall, pre-ranking, and ranking phases. The pre-ranking phase, serving as a lightweight module, is crucial for filtering out the bulk of products in advance for the downstream ranking module. Industrial efforts on optimizing the pre-ranking model have predominantly focused on enhancing ranking consistency, model structure, and generalization towards long-tail items. Beyond these optimizations, meeting the system performance requirements presents a significant challenge. Contrasting with existing industry works, we propose a novel method: a Generalizable and RAnk-ConsistEnt Pre-Ranking Model (GRACE), which achieves: 1) Ranking consistency by introducing multiple binary classification tasks that predict whether a product is within the top-k results as estimated by the ranking model, which facilitates the addition of learning objectives on common point-wise ranking models; 2) Generalizability through contrastive learning of representation for all products by pre-training on a subset of ranking product embeddings; 3) Ease of implementation in feature construction and online deployment. Our extensive experiments demonstrate significant improvements in both offline metrics and online A/B test: a 0.75% increase in AUC and a 1.28% increase in CVR.

📄 PDF Abstract BibTeX arXiv:2405.05606

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationContrastive Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

A Survey on E-Commerce Learning to Rank

2024-11-19 · Md. Ahsanul Kabir, Mohammad Al Hasan, Aritra Mandal, Daniel Tunkelang 외

In e-commerce, ranking the search results based on users' preference is the most important task. Commercial e-commerce platforms, such as, Amazon, Alibaba, eBay, Walmart, etc. perform extensive and relentless research to…

Learning-To-RankSurvey

ListBERT: Learning to Rank E-commerce products with Listwise BERT

2022-06-30 · Lakshya Kumar, Sagnik Sarkar

Efficient search is a critical component for an e-commerce platform with an innumerable number of products. Every day millions of users search for products pertaining to their needs. Thus, showing the relevant products o…

Knowledge DistillationLearning-To-Rank

Rethinking the Role of Pre-ranking in Large-scale E-Commerce Searching System

2023-05-23 · Zhixuan Zhang, Yuheng Huang, Dan Ou, Sen Li 외

E-commerce search systems such as Taobao Search, the largest e-commerce searching system in China, aim at providing users with the most preferred items (e.g., products). Due to the massive data and limited time for respo…

EENMF: An End-to-End Neural Matching Framework for E-Commerce Sponsored Search

2018-12-04 · Wenjin Wu, Guojun Liu, Hui Ye, Chenshuang Zhang 외

E-commerce sponsored search contributes an important part of revenue for the e-commerce company. In consideration of effectiveness and efficiency, a large-scale sponsored search system commonly adopts a multi-stage archi…

Retrieval

Automated Query-Product Relevance Labeling using Large Language Models for E-commerce Search

2025-02-21 · Jayant Sachdev, Sean D Rosario, Abhijeet Phatak, He Wen 외

Accurate query-product relevance labeling is indispensable to generate ground truth dataset for search ranking in e-commerce. Traditional approaches for annotating query-product pairs rely on human-based labeling service…

In-Context LearningInformation RetrievalPrompt EngineeringRAG+3