DocumentCode
3121472
Title
A Data Structure for Sponsored Search
Author
Konig, A.C. ; Church, Kenneth ; Markov, Martin
Author_Institution
Microsoft Corp., Redmond, WA
fYear
2009
fDate
March 29 2009-April 2 2009
Firstpage
90
Lastpage
101
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;
fLanguage
English
Publisher
ieee
Conference_Titel
Data Engineering, 2009. ICDE '09. IEEE 25th International Conference on
Conference_Location
Shanghai
ISSN
1084-4627
Print_ISBN
978-1-4244-3422-0
Electronic_ISBN
1084-4627
Type
conf
DOI
10.1109/ICDE.2009.37
Filename
4812394
Link To Document