Title :
A Data Structure for Sponsored Search
Author :
Konig, A.C. ; Church, Kenneth ; Markov, Martin
Author_Institution :
Microsoft Corp., Redmond, WA
fDate :
March 29 2009-April 2 2009
Abstract :
Inverted files have been very successful for document retrieval, but sponsored search is different. Inverted files are designed to find documents that match the query (all the terms in the query need to be in the document, but not vice versa). For sponsored search, ads are associated with bids. When a user issues a search query, bids are typically matched to the query using broad-match semantics: all the terms in the bid need to be in the query (but not vice versa). This means that the roles of the query and the bid/document are reversed in sponsored search, in turn making standard retrieval techniques based on inverted indexes ill-suited for sponsored search. This paper proposes novel index structures and query processing algorithms for sponsored search. We evaluate these structures using a real corpus of 180 million advertisements.
Keywords :
data structures; query processing; search problems; broad-match semantics:; data structure; index structures; inverted files; inverted indexes; query processing algorithms; search query; sponsored search; standard retrieval techniques; Algorithm design and analysis; Data engineering; Data structures; Filters; Indexing; Information retrieval; Intrusion detection; Performance analysis; Query processing; Web search; Ad Retrieval; Computational Advertising; Indexing; Sponsored Search;
Conference_Titel :
Data Engineering, 2009. ICDE '09. IEEE 25th International Conference on
Conference_Location :
Shanghai
Print_ISBN :
978-1-4244-3422-0
Electronic_ISBN :
1084-4627
DOI :
10.1109/ICDE.2009.37