paper-with-me

Papers

Improving Retrieval in Sponsored Search by Leveraging Query Context Signals

2024-07-19 · Akash Kumar Mohankumar, Gururaj K, Gagan Madan, Amit Singh

Accurately retrieving relevant bid keywords for user queries is critical in Sponsored Search but remains challenging, particularly for short, ambiguous queries. Existing dense and generative retrieval models often fail to capture nuanced user intent in these cases. To address this, we propose an approach to enhance query understanding by augmenting queries with rich contextual signals derived from web search results and large language models, stored in an online cache. Specifically, we use web search titles and snippets to ground queries in real-world information and utilize GPT-4 to generate query rewrites and explanations that clarify user intent. These signals are efficiently integrated through a Fusion-in-Decoder based Unity architecture, enabling both dense and generative retrieval with serving costs on par with traditional context-free models. To address scenarios where context is unavailable in the cache, we introduce context glancing, a curriculum learning strategy that improves model robustness and performance even without contextual signals during inference. Extensive offline experiments demonstrate that our context-aware approach substantially outperforms context-free models. Furthermore, online A/B testing on a prominent search engine across 160+ countries shows significant improvements in user engagement and revenue.

📄 PDF Abstract BibTeX arXiv:2407.14346

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderRetrievalUnity

Methods 이 논문이 사용한 방법론

Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Beyond Keywords and Relevance: A Personalized Ad Retrieval Framework in E-Commerce Sponsored Search

2017-12-29 · Su Yan, Wei. Lin, Tianshu Wu, Daorui Xiao 외

On most sponsored search platforms, advertisers bid on some keywords for their advertisements (ads). Given a search request, ad retrieval module rewrites the query into bidding keywords, and uses these keywords as keys t…

Retrieval

Align before Search: Aligning Ads Image to Text for Accurate Cross-Modal Sponsored Search

2023-09-28 · Yuanmin Tang, Jing Yu, Keke Gai, Yujing Wang 외

Cross-Modal sponsored search displays multi-modal advertisements (ads) when consumers look for desired products by natural language queries in search engines. Since multi-modal ads bring complementary details for query-a…

cross-modal alignmentCross-Modal RetrievalImage-text matchingImage to text+1

Quotient Space-Based Keyword Retrieval in Sponsored Search

2021-05-26 · Yijiang Lian, Shuang Li, Chaobing Feng, Yanfeng Zhu

Synonymous keyword retrieval has become an important problem for sponsored search ever since major search engines relax the exact match product's matching requirement to a synonymous level. Since the synonymous relations…

Information RetrievalRetrieval

An end-to-end Generative Retrieval Method for Sponsored Search Engine --Decoding Efficiently into a Closed Target Domain

2019-02-02 · Yijiang Lian, Zhijie Chen, Jinlong Hu, Kefeng Zhang 외

In this paper, we present a generative retrieval method for sponsored search engine, which uses neural machine translation (NMT) to generate keywords directly from query. This method is completely end-to-end, which skips…

CPUDecoderMachine TranslationNMT+2

A Concept Knowledge-Driven Keywords Retrieval Framework for Sponsored Search

2021-02-21 · Yijiang Lian, Yubo Liu, Zhicong Ye, Liang Yuan 외

In sponsored search, retrieving synonymous keywords for exact match type is important for accurately targeted advertising. Data-driven deep learning-based method has been proposed to tackle this problem. An apparent disa…

Retrieval