paper-with-me

홈 › Papers

Diversity driven Query Rewriting in Search Advertising

2021-06-07 · Akash Kumar Mohankumar, Nikit Begwani, Amit Singh

Retrieving keywords (bidwords) with the same intent as query, referred to as close variant keywords, is of prime importance for effective targeted search advertising. For head and torso search queries, sponsored search engines use a huge repository of same intent queries and keywords, mined ahead of time. Online, this repository is used to rewrite the query and then lookup the rewrite in a repository of bid keywords contributing to significant revenue. Recently generative retrieval models have been shown to be effective at the task of generating such query rewrites. We observe two main limitations of such generative models. First, rewrites generated by these models exhibit low lexical diversity, and hence the rewrites fail to retrieve relevant keywords that have diverse linguistic variations. Second, there is a misalignment between the training objective - the likelihood of training data, v/s what we desire - improved quality and coverage of rewrites. In this work, we introduce CLOVER, a framework to generate both high-quality and diverse rewrites by optimizing for human assessment of rewrite quality using our diversity-driven reinforcement learning algorithm. We use an evaluation model, trained to predict human judgments, as the reward function to finetune the generation policy. We empirically show the effectiveness of our proposed approach through offline experiments on search queries across geographies spanning three major languages. We also perform online A/B experiments on Bing, a large commercial search engine, which shows (i) better user engagement with an average increase in clicks by 12.83% accompanied with an average defect reduction by 13.97%, and (ii) improved revenue by 21.29%.

📄 PDF Abstract BibTeX arXiv:2106.03816

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityRetrieval

Similar Papers 제목 키워드 기반

VALUE: Value-Aware Large Language Model for Query Rewriting via Weighted Trie in Sponsored Search

2025-02-25 · Boyang Zuo, Xiao Zhang, Feng Li, Pengjie Wang 외

In the realm of sponsored search advertising, matching advertisements with the search intent of a user's query is crucial. Query-to-bidwords(i.e. bidding keywords) rewriting is a vital technique that has garnered signifi…

AttributeLanguage ModelingLanguage ModellingLarge Language Model

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

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 외

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 ca…

Knowledge DistillationNatural Language UnderstandingReinforcement Learning (RL)

Agent4Ranking: Semantic Robust Ranking via Personalized Query Rewriting Using Multi-agent LLM

2023-12-24 · Xiaopeng Li, Lixin Su, Pengyue Jia, Xiangyu Zhao 외

Search engines are crucial as they provide an efficient and easy way to access vast amounts of information on the internet for diverse information needs. User queries, even with a specific need, can differ significantly.…

Mixture-of-Experts

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