paper-with-me

Papers

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

2025-05-11 · Hongwei Shang, Nguyen Vo, Nitin Yadav, Tian Zhang, Ajit Puthenputhussery, Xunfan Cai, Shuyi Chen, Prijith Chandran, Changsung Kang

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 used for relevance matching in search tasks. While large language models (LLMs) offer superior ranking capabilities, it is challenging to deploy LLMs in real-time systems due to the high-latency requirements. To leverage the ranking power of LLMs while meeting the low-latency demands of production systems, we propose a novel framework that distills a high performing LLM into a more efficient, low-latency student model. To help the student model learn more effectively from the teacher model, we first train the teacher LLM as a classification model with soft targets. Then, we train the student model to capture the relevance margin between pairs of products for a given query using mean squared error loss. Instead of using the same training data as the teacher model, we significantly expand the student model dataset by generating unlabeled data and labeling it with the teacher model predictions. Experimental results show that the student model performance continues to improve as the size of the augmented training data increases. In fact, with enough augmented data, the student model can outperform the teacher model. The student model has been successfully deployed in production at Walmart.com with significantly positive metrics.

📄 PDF Abstract BibTeX arXiv:2505.07105

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Semantic Ads Retrieval at Walmart eCommerce with Language Models Progressively Trained on Multiple Knowledge Domains

2025-02-13 · Zhaodong Wang, Weizhi Du, Md Omar Faruk Rokon, Pooshpendu Adhikary 외

Sponsored search in e-commerce poses several unique and complex challenges. These challenges stem from factors such as the asymmetric language structure between search queries and product names, the inherent ambiguity in…

Retrieval

Product Knowledge Graph Embedding for E-commerce

2019-11-28 · Da Xu, Chuanwei Ruan, Evren Korpeoglu, Sushant Kumar 외

In this paper, we propose a new product knowledge graph (PKG) embedding approach for learning the intrinsic product relations as product knowledge for e-commerce. We define the key entities and summarize the pivotal prod…

Graph EmbeddingKnowledge Graph EmbeddingMarketingMulti-Task Learning+1

An End-to-End ML System for Personalized Conversational Voice Models in Walmart E-Commerce

2020-11-02 · Rahul Radhakrishnan Iyer, Praveenkumar Kanumala, Stephen Guo, Kannan Achan

Searching for and making decisions about products is becoming increasingly easier in the e-commerce space, thanks to the evolution of recommender systems. Personalization and recommender systems have gone hand-in-hand to…

Recommendation Systems

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

Leveraging Large Language Models for Enhanced Product Descriptions in eCommerce

2023-10-24 · Jianghong Zhou, Bo Liu, Jhalak Nilesh Acharya Yao Hong, Kuang-Chih Lee 외

In the dynamic field of eCommerce, the quality and comprehensiveness of product descriptions are pivotal for enhancing search visibility and customer engagement. Effective product descriptions can address the 'cold start…

Language Modelling