paper-with-me

Papers

RL-based Query Rewriting with Distilled LLM for online E-Commerce Systems

2025-01-29 · Duy A. Nguyen, Rishi Kesav Mohan, Van Yang, Pritom Saha Akash, Kevin Chen-Chuan Chang

Query rewriting (QR) is a critical technique in e-commerce search, addressing the lexical gap between user queries and product descriptions to enhance search performance. Existing QR approaches typically fall into two categories: discriminative models and generative methods leveraging large language models (LLMs). Discriminative models often struggle with natural language understanding and offer limited flexibility in rewriting, while generative LLMs, despite producing high-quality rewrites, face high inference latency and cost in online settings. These limitations force offline deployment, making them vulnerable to issues like information staleness and semantic drift. To overcome these challenges, we propose a novel hybrid pipeline for QR that balances efficiency and effectiveness. Our approach combines offline knowledge distillation to create a lightweight but efficient student model with online reinforcement learning (RL) to refine query rewriting dynamically using real-time feedback. A key innovation is the use of LLMs as simulated human feedback, enabling scalable reward signals and cost-effective evaluation without manual annotations. Experimental results on Amazon ESCI dataset demonstrate significant improvements in query relevance, diversity, and adaptability, as well as positive feedback from the LLM simulation. This work contributes to advancing LLM capabilities for domain-specific applications, offering a robust solution for dynamic and complex e-commerce search environments.

📄 PDF Abstract BibTeX arXiv:2501.18056

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationNatural Language UnderstandingReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Query Rewriting via Cycle-Consistent Translation for E-Commerce Search

2021-03-01 · Yiming Qiu, Kang Zhang, Han Zhang, Songlin Wang 외

Nowadays e-commerce search has become an integral part of many people's shopping routines. One critical challenge in today's e-commerce search is the semantic matching problem where the relevant items may not contain the…

Machine TranslationTranslation

Context-Aware Query Rewriting for Improving Users' Search Experience on E-commerce Websites

2022-09-15 · Simiao Zuo, Qingyu Yin, Haoming Jiang, Shaohui Xi 외

E-commerce queries are often short and ambiguous. Consequently, query understanding often uses query rewriting to disambiguate user-input queries. While using e-commerce search tools, users tend to enter multiple searche…

Graph Attention

Context-Aware Query Rewriting for Improving Users' Search Experience on E-commerce Websites

2022-01-16 · ACL ARR January 2022 1 · Anonymous

E-commerce queries are often short and ambiguous. E-commerce query understanding often uses query rewriting to disambiguate user-input queries. While using e-commerce search tools, users tend to enter multiple searches, …

Graph Attention

OptAgent: Optimizing Query Rewriting for E-commerce via Multi-Agent Simulation

2025-10-04 · Divij Handa, David Blincoe, Orson Adams, Yinlin Fu arxiv

Deploying capable and user-aligned LLM-based systems necessitates reliable evaluation. While LLMs excel in verifiable tasks like coding and mathematics, where gold-standard solutions are available, adoption remains chall…

CardRewriter: Leveraging Knowledge Cards for Long-Tail Query Rewriting on Short-Video Platforms

2025-10-11 · Peiyuan Gong, Feiran Zhu, Yaqi Yin, Chenglei Dai 외 arxiv

Short-video platforms have rapidly become a new generation of information retrieval systems, where users formulate queries to access desired videos. However, user queries, especially long-tail ones, often suffer from spe…

Information Retrieval