paper-with-me

Papers

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, Swati Kirti, Chittaranjan Tripathy

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 services, which is expensive, time-consuming and prone to errors. In this work, we explore the application of Large Language Models (LLMs) to automate query-product relevance labeling for large-scale e-commerce search. We use several publicly available and proprietary LLMs for this task, and conducted experiments on two open-source datasets and an in-house e-commerce search dataset. Using prompt engineering techniques such as Chain-of-Thought (CoT) prompting, In-context Learning (ICL), and Retrieval Augmented Generation (RAG) with Maximum Marginal Relevance (MMR), we show that LLM's performance has the potential to approach human-level accuracy on this task in a fraction of the time and cost required by human-labelers, thereby suggesting that our approach is more efficient than the conventional methods. We have generated query-product relevance labels using LLMs at scale, and are using them for evaluating improvements to our search algorithms. Our work demonstrates the potential of LLMs to improve query-product relevance thus enhancing e-commerce search user experience. More importantly, this scalable alternative to human-annotation has significant implications for information retrieval domains including search and recommendation systems, where relevance scoring is crucial for optimizing the ranking of products and content to improve customer engagement and other conversion metrics.

📄 PDF Abstract BibTeX arXiv:2502.15990

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningInformation RetrievalPrompt EngineeringRAGRecommendation SystemsRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

Stable and Semi-stable Sampling Approaches for Continuously Used Samples

2022-03-02 · Nikita Astrakhantsev, Deepak Chittajallu, Nabeel Kaushal, Vladislav Mokeev

Information retrieval systems are usually measured by labeling the relevance of results corresponding to a sample of user queries. In practical search engines, such measurement needs to be performed continuously, such as…

Information RetrievalRetrieval

CoRe: A Continuously Reward-Finetuned LLM Query Rewriter for Multi-Stage Context-Aware Relevance in Web-Scale Video Search

2026-06-12 · Yilin Wen, Rong Yang, Xiaojia Chang, Hong Sun 외 arxiv

LLM-based query rewriters in production face a tension: the training reward must reflect how the rewrite is consumed by the production ranker, yet the training procedure must be cheap enough to support continuous redeplo…

Succeeding at Scale: Enterprise Retrieval Benchmark Construction and Index-Preserving Query Adaptation for Multi-Tenant Search

2026-01-08 · Prateek Jain, Shabari S Nair, Ritesh Goru, Prakhar Agarwal 외 arxiv

Large-scale multi-tenant retrieval systems generate extensive query logs but lack curated relevance labels for effective domain adaptation, resulting in substantial underutilized "dark data." This challenge is compounded…

parameter-efficient fine-tuningPassage RetrievalDomain Adaptation

Large Language Models for Relevance Judgment in Product Search

2024-06-01 · Navid Mehrdad, Hrushikesh Mohapatra, Mossaab Bagdouri, Prijith Chandran 외

High relevance of retrieved and re-ranked items to the search query is the cornerstone of successful product search, yet measuring relevance of items to queries is one of the most challenging tasks in product information…

AttributeInformation Retrieval

Knowledge Distillation for Enhancing Walmart E-commerce Search Relevance Using Large Language Models

2025-05-11 · Hongwei Shang, Nguyen Vo, Nitin Yadav, Tian Zhang 외

Ensuring the products displayed in e-commerce search results are relevant to users queries is crucial for improving the user experience. With their advanced semantic understanding, deep learning models have been widely u…

Knowledge Distillation