paper-with-me

Papers

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, Chunwei Yan, Muchenxuan Tong, Wenying Han, Hanju Guan, Ying Li, Ying Cao, Yang Yu, Zhigang Li, Xiaochun Liu, Yue Wang

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 query rewriting and relevance judging phases in traditional retrieval systems. Different from standard machine translation, the target space in the retrieval setting is a constrained closed set, where only committed keywords should be generated. We present a Trie-based pruning technique in beam search to address this problem. The biggest challenge in deploying this method into a real industrial environment is the latency impact of running the decoder. Self-normalized training coupled with Trie-based dynamic pruning dramatically reduces the inference time, yielding a speedup of more than 20 times. We also devise an mixed online-offline serving architecture to reduce the latency and CPU consumption. To encourage the NMT to generate new keywords uncovered by the existing system, training data is carefully selected. This model has been successfully applied in Baidu's commercial search engine as a supplementary retrieval branch, which has brought a remarkable revenue improvement of more than 10 percents.

📄 PDF Abstract BibTeX arXiv:1902.00592

Code (0)

등록된 구현이 없습니다.

Tasks

CPUDecoderMachine TranslationNMTRetrievalTranslation

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

ProphetNet-Ads: A Looking Ahead Strategy for Generative Retrieval Models in Sponsored Search Engine

2020-10-21 · Weizhen Qi, Yeyun Gong, Yu Yan, Jian Jiao 외

In a sponsored search engine, generative retrieval models are recently proposed to mine relevant advertisement keywords for users' input queries. Generative retrieval models generate outputs token by token on a path of t…

Retrieval

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

DecoderRetrievalUnity

Unified Generative & Dense Retrieval for Query Rewriting in Sponsored Search

2022-09-13 · Akash Kumar Mohankumar, Bhargav Dodla, Gururaj K, Amit Singh

Sponsored search is a key revenue source for search engines, where advertisers bid on keywords to target users or search queries of interest. However, finding relevant keywords for a given query is challenging due to the…

RetrievalText GenerationText RetrievalUnity

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

Learning From Weights: A Cost-Sensitive Approach For Ad Retrieval

2018-11-30 · Nikit Begwani, Shrutendra Harsola, Rahul Agrawal

Retrieval models such as CLSM is trained on click-through data which treats each clicked query-document pair as equivalent. While training on click-through data is reasonable, this paper argues that it is sub-optimal bec…

Product RecommendationRetrieval