Chief Scientist, Search and Marketplace
Yahoo! Inc.
Agenda
– Web Pages
– Indexing
Precursors
• Information Retrieval (IR) Systems
– online catalogs, and News
• Limited scale, homogeneous text
– recall focus
– empirical
• Driven by results on evaluation collections
– free text queries shown to win over Boolean
• Specialized Internet access
– Gopher, Wais, Archie
• FTP archives and special databases
• Never achieved critical mass
First Generation Systems
• 1993: Mosaic opens the WWW
– 1993 Architext/Excite (Stanford/Kleiner Perkins)
– 1994 Webcrawler (full text Indexing)
– 1994 Yahoo! (human edited Directory)
– 1994 Lycos (400K indexed pages)
– 1994 Infoseek (subscription service)
• Power systems
– 1994 AltaVista (Dec Labs, advanced query syntax, large index)
– 1996 Inktomi (massively distributed solution)
Second Generation Systems
• Relevance matters
– 1998 Direct Hit (clickthrough based re-ranking)
– 1998 Google (link authority based re-ranking)
• Size matters
– 1999 FAST/AllTheWeb (scalable architecture)
• The user matters
– 1996 Ask Jeeves (question answering)
• Money matters
– 1997 Goto/Overture (pay-for-performance search)
Third Generation Systems
• Market consolidation
– 2002 Yahoo! Purchases Inktomi
– 2003 Overture purchases AV and FAST/AllTheWeb
– 2003 MSN announces intention to build a Search Engine
– 2004 Google IPO
• Search matures
– $2B market projected to grow to $6B by 2005
– required capital investment limits new players
• Gigablast?
– traffic focused in a few sites
• Yahoo!, MSN, Google, AOL
– consumer use driven by Brand marketing
WWW Size
• How pages are in the WWW?
– Lawrence and Giles,
1999: 800M pages with most pages not indexed
– Dynamically generated pages imply effective size is infinite
• How many sites are registered?
– Churn due to SPAM
Typical Crawl/Build Architecture
Internet
Seed List
Discovery
Pagefiles
Index Build
Filtered
Pagefiles
Grab
Alias DB
Anchor Text DB
Connectivity DB
Duplicates DB
Pagefiles
Index
Relative Size
From SearchEngineShowdown
Google claims 3B
Fast claims 2.5B
AV claims 1B
Freshness
From
Search Engine Showdown
Note hybrid indices; subindices with differing update rates
Query Serving Architecture
“travel”
FE
1
Load Balancer
“travel”
FE
2
…
FE
8
QI
1
“travel”
QI
2
…
“travel”
QI
8
Node
1,1
Node
1,2
Node
1,3
Node
2,1
Node
2,2
Node
2,3
Node
3,1
Node
3,2
Node
3,3
Node
4,1
Node
4,2
Node
4,3
…
…
…
…
…
…
“travel”
Node
1,N
Node
2,N
Node
3,N
Node
4,N
• Index divided into segments each served by a node
• Each row of nodes replicated for query load
• Query integrator distributes query and merges results
• Front end creates a HTML page with the query results
Query Evaluation
“travel” ranking
Query Evaluator display
Terms Posting Doc ID Doc Data
• Index has two tables:
– term to posting
– document ID to document data
• Postings record term occurrences
– may include positions
• Ranking employs posting
– to score documents
• Display employs document info
– fetched for top scoring documents
Scale
• Indices typically cover billions of pages
– terrabytes of data
• Tens of millions of queries served every day
– translates to hundreds of queries per second
• User require rapid response
– query must be evaluated in under 300 msecs
• Data Centers typically employ thousands of machines
– Individual component failures are common
Search Results Page
• Blended results
– multiple sources
• Relevance ranked
•
Assisted search
– Spell correction
•
Specialized indices
– via Tabs
• Sponsored listing
– monetization
• Localization
– Country language experience
Relevance is Everything
• The Search Paradigm:
2.4 words, a few clicks, and you’re done
– only possible if results are very relevant
• Relevance is ‘speed’
– time from task initiation to resolution
– important factors:
• Location of useful result
• UI Clutter
• latency
• Relevance is relative
– context dependent
• e.g. ‘football’ in the UK vs the US
– task dependent
• e.g. ‘mafia’ when shopping vs researching
Relevance is Hard to Measure
• Poorly defined, subjective notion
– depends on task, user context, etc.
• Analysts have Focused on Easier-to-Measure
Surrogates
– index size, traffic, speed
– anecdotal relevance tests
• e.g. Vanity queries
• Requires Survey Methodology
– averaged over queries
– averaged over users
Survey Methodologies
• Internal expert assessments
– assessments typically not replicated
– models absolute notion of relevance
• External consumer assessments
– assessments heavily replicated
– models statistical notion of relevance
• A/B surveys
– compare whole result sets
– visual relevance plays a large role
• Url surveys
– judge relevance of particular url for query
Ranking
• Given 2.4 query terms, search 2B documents and return 10 highly relevant in 300 msecs
– Problem queries:
• Travel (matches 32M documents)
• John Ellis (which one)
• Cobra (medical or animal)
• Query types
– Navigational (known item retrieval)
– Informational
• Ingredients
– Keyword match (title, abstract, body)
– Anchor Text (referring text)
– Quality (link connectivity)
– User Feedback (clickrate analysis)
The Components of Relevance
• First Generation:
– Keyword matching
• Title and abstract worth more
• Second Generation:
– Computed document authority
• Based on link analysis
– Anchor text matching
• Webmaster voting
• Development Cycle:
Tune Ranking
Evaluate Metrics
SPAM
• Manipulation of content purely to influence ranking
– Dictionary SPAM
– Link sharing
– Domain hi-jacking
– Link farms
• Robotic use of search results
– Meta-search engines
– Search Engine optimizers
– Fraud
Handling Ambiguity
Results for query: Cobra
Impression Tracking
Incoherent urls are those that receive high rank for a large diversity of queries. Many incoherent urls indicate
SPAM or a bug (as in this case).
Clickrate Relevance Metric
Average highest rank clicked perceptibly increased with the release of a new rank function.
User Interface
• Ranked result lists
– Document summaries are critical
• Hit highlighting
• Dynamic abstracts
• url
– No recent innovation
• Graphical presentations not well fit to the task
• Blending
– Predefined segmentation
• e.g. Paid listing
– Intermixed with results from other sources
• e.g. News
Future Trends
• Question Answering
– WWW as language model
• Enables simple methods
• e.g. Dumais et al. (SIGIR 2002)
• New contexts
– Ubiquitous Searching
• Toolbars, desktop, phone
– Implicit Searching
• Computed links
• New Tasks
– E.g. Local/ Country Search
Bibliography
• Modeling the Internet and the Web: Probabilistic Methods and
Algorithms by Pierre Baldi, Paolo Frasconi, and Padhraic Smyth
John Wiley & Sons; May 28, 2003
• Mining the Web: Analysis of Hypertext and Semi Structured Data by Soumen Chakrabarti
Morgan Kaufmann; August 15, 2002
• The Anatomy of a Large-scale Hypertextual Web Search Engine by S. Brin and L. Page.
7th International WWW Conference, Brisbane, Australia; April 1998.
• Websites:
– http://www.searchenginewatch.com/
– http://www.searchengineshowdown.com/
• Presentations
– http://infonortics.com/searchengines/sh03/slides/evans.pdf