CS276 Lecture 16 Web characteristics II: Web size measurement Near-duplicate detection.

Slides:



Advertisements
Similar presentations
Near-Duplicates Detection
Advertisements

Latent Semantic Indexing (mapping onto a smaller space of latent concepts) Paolo Ferragina Dipartimento di Informatica Università di Pisa Reading 18.
Introduction to Information Retrieval Introduction to Information Retrieval Lecture 16: Web search basics.
MMDS Secs Slides adapted from: J. Leskovec, A. Rajaraman, J. Ullman: Mining of Massive Datasets, October.
Link Analysis David Kauchak cs160 Fall 2009 adapted from:
Mining of Massive Datasets Jure Leskovec, Anand Rajaraman, Jeff Ullman Stanford University Note to other teachers and users of these.
Measuring the Web. What? Use, size –Of entire Web, of sites (popularity), of pages –Growth thereof Technologies in use (servers, media types) Properties.
Ph.D. DefenceUniversity of Alberta1 Approximation Algorithms for Frequency Related Query Processing on Streaming Data Presented by Fan Deng Supervisor:
CS276B Text Retrieval and Mining Winter 2005 Lecture 9.
1 CS 430 / INFO 430 Information Retrieval Lecture 12 Probabilistic Information Retrieval.
1 CS 430 / INFO 430 Information Retrieval Lecture 12 Probabilistic Information Retrieval.
Detecting Near Duplicates for Web Crawling Authors : Gurmeet Singh Mank Arvind Jain Anish Das Sarma Presented by Chintan Udeshi 6/28/ Udeshi-CS572.
1 Lecture 18 Syntactic Web Clustering CS
15-853Page :Algorithms in the Real World Indexing and Searching III (well actually II) – Link Analysis – Near duplicate removal.
Link Analysis, PageRank and Search Engines on the Web
Near Duplicate Detection
ISP 433/633 Week 7 Web IR. Web is a unique collection Largest repository of data Unedited Can be anything –Information type –Sources Changing –Growing.
Web search engines Paolo Ferragina Dipartimento di Informatica Università di Pisa.
Finding Similar Items.
Introduction to Information Retrieval Introduction to Information Retrieval Hinrich Schütze and Christina Lioma Lecture 19: Web Search 1.
1 Uniform Sampling from the Web via Random Walks Ziv Bar-Yossef Alexander Berg Steve Chien Jittat Fakcharoenphol Dror Weitz University of California at.
Finding Near Duplicates (Adapted from slides and material from Rajeev Motwani and Jeff Ullman)
“ The Initiative's focus is to dramatically advance the means to collect,store,and organize information in digital forms,and make it available for searching,retrieval,and.

ITCS 6265 Information Retrieval and Web Mining Lecture 10: Web search basics.
Λ14 Διαδικτυακά Κοινωνικά Δίκτυα και Μέσα
COMP4210 Information Retrieval and Search Engines Lecture 7: Web search basics.
CS246 Web Characteristics. Junghoo "John" Cho (UCLA Computer Science)2 Web Characteristics What is the Web like? Any questions on some of the characteristics.
Introduction to Information Retrieval Introduction to Information Retrieval CS276 Information Retrieval and Web Search Chris Manning and Pandu Nayak Crawling.
Crawling Slides adapted from
Searching the Web From Chris Manning’s slides for Lecture 8: IIR Chapter 19.
Web Search. Structure of the Web n The Web is a complex network (graph) of nodes & links that has the appearance of a self-organizing structure  The.
1 University of Qom Information Retrieval Course Web Search (Link Analysis) Based on:
Brief (non-technical) history Full-text index search engines Altavista, Excite, Infoseek, Inktomi, ca Taxonomies populated with web page Yahoo.
Finding Similar Items 1 Wu-Jun Li Department of Computer Science and Engineering Shanghai Jiao Tong University Lecture 10: Finding Similar Items Mining.
Measuring the Size of the Web Dongwon Lee, Ph.D. IST 501, Fall 2014 Penn State.
CS 533 Information Retrieval Systems.  Introduction  Connectivity Analysis  Kleinberg’s Algorithm  Problems Encountered  Improved Connectivity Analysis.
Web Image Retrieval Re-Ranking with Relevance Model Wei-Hao Lin, Rong Jin, Alexander Hauptmann Language Technologies Institute School of Computer Science.
Web search engines Paolo Ferragina Dipartimento di Informatica Università di Pisa.
Hashing Sections 10.2 – 10.3 CS 302 Dr. George Bebis.
1 Low-Support, High-Correlation Finding Rare but Similar Items Minhashing.
For: CS590 Intelligent Systems Related Subject Areas: Artificial Intelligence, Graphs, Epistemology, Knowledge Management and Information Filtering Application.
Web Search Basics (Modified from Stanford CS276 Class Lecture 13: Web search basics)
CS 347Notes101 CS 347 Parallel and Distributed Data Processing Distributed Information Retrieval Hector Garcia-Molina Zoltan Gyongyi.
Chapter 23: Probabilistic Language Models April 13, 2004.
Finding Near-Duplicate Web Pages: A Large-Scale Evaluation of Algorithms Author: Monika Henzinger Presenter: Chao Yan.
Document duplication (exact or approximate) Paolo Ferragina Dipartimento di Informatica Università di Pisa Slides only!
DATA MINING LECTURE 6 Sketching, Min-Hashing, Locality Sensitive Hashing.
What is Web Information retrieval from web Search Engine Web Crawler Web crawler policies Conclusion How does a web crawler work Synchronization Algorithms.
DATA MINING LECTURE 6 Sketching, Locality Sensitive Hashing.
Information Retrieval (9) Prof. Dragomir R. Radev
CS 440 Database Management Systems Web Data Management 1.
Search Engine and Optimization 1. Introduction to Web Search Engines 2.
CS 540 Database Management Systems Web Data Management some slides are due to Kevin Chang 1.
Heat-seeking Honeypots: Design and Experience John P. John, Fang Yu, Yinglian Xie, Arvind Krishnamurthy and Martin Abadi WWW 2011 Presented by Elias P.
CS276 Information Retrieval and Web Search
CS276A Text Information Retrieval, Mining, and Exploitation
Modified by Dongwon Lee from slides by
15-499:Algorithms and Applications
Near Duplicate Detection
PageRank Random Surfers on the Web Transition Matrix of the Web Dead Ends and Spider Traps Topic-Specific PageRank Jeffrey D. Ullman Stanford University.
Information Retrieval Christopher Manning and Prabhakar Raghavan
Lecture 16: Web search/Crawling/Link Analysis
Uniform Sampling from the Web via Random Walks
CS246 Web Characteristics.
Hashing Sections 10.2 – 10.3 Lecture 26 CS302 Data Structures
CS276A Text Information Retrieval, Mining, and Exploitation
Minwise Hashing and Efficient Search
INFORMATION RETRIEVAL TECHNIQUES BY DR. ADNAN ABID
Three Essential Techniques for Similar Documents
Presentation transcript:

CS276 Lecture 16 Web characteristics II: Web size measurement Near-duplicate detection

Today’s topics Estimating web size and search engine index size Near-duplicate document detection

Size of the web

What is the size of the web ? Issues The web is really infinite Dynamic content, e.g., calendar Soft 404: is a valid page Static web contains syntactic duplication, mostly due to mirroring (~30%) Some servers are seldom connected Who cares? Media, and consequently the user Engine design Engine crawl policy. Impact on recall.

What can we attempt to measure? The relative sizes of search engines The notion of a page being indexed is still reasonably well defined. Already there are problems Document extension: e.g. engines index pages not yet crawled, by indexing anchortext. Document restriction: All engines restrict what is indexed (first n words, only relevant words, etc.) The coverage of a search engine relative to another particular crawling process.

New definition? (IQ is whatever the IQ tests measure.) The statically indexable web is whatever search engines index. Different engines have different preferences max url depth, max count/host, anti-spam rules, priority rules, etc. Different engines index different things under the same URL: frames, meta-keywords, document restrictions, document extensions,...

Statistical methods Random queries Random searches Random IP addresses Random walks

A  B = (1/2) * Size A A  B = (1/6) * Size B (1/2)*Size A = (1/6)*Size B  Size A / Size B = (1/6)/(1/2) = 1/3 Sample URLs randomly from A Check if contained in B and vice versa A BA B Each test involves: (i) Sampling (ii) Checking Relative Size from Overlap [Bharat & Broder, 98]

Sampling URLs Ideal strategy: Generate a random URL and check for containment in each index. Problem: Random URLs are hard to find! Enough to generate a random URL contained in a given Engine. Key lesson from this lecture.

Random URLs from random queries [Bharat & B, 98] Generate random query: how? Lexicon: 400,000+ words from a crawl of Yahoo! Conjunctive Queries: w 1 and w 2 e.g., vocalists AND rsi Get 100 result URLs from the source engine Choose a random URL as the candidate to check for presence in other engines. This distribution induces a probability weight W(p) for each page. Conjecture: W(SE 1 ) / W(SE 2 ) ~ |SE 1 | / |SE 2 |

Query Based Checking Strong Query to check for a document D: Download document. Get list of words. Use 8 low frequency words as AND query Check if D is present in result set. Problems: Near duplicates Frames Redirects Engine time-outs Might be better to use e.g. 5 distinct conjunctive queries of 6 words each.

Computing Relative Sizes and Total Coverage [BB98] Six pair-wise overlaps f ah * a - f ha * h =  1 f ai * a - f ia * i =  2 f ae * a - f ea * e =  3 f hi * h - f ih * i =  4 f he * h - f eh * e =  5 f ei * e - f ie * i =  6 Arbitrarily, let a = 1. We have 6 equations and 3 unknowns. Solve for e, h and i to minimize   i 2 Compute engine overlaps. Re-normalize so that the total joint coverage is 100% a = AltaVista, e = Excite, h = HotBot, i = Infoseek f xy = fraction of x in y

Advantages & disadvantages Statistically sound under the induced weight. Biases induced by random query Query Bias: Favors content-rich pages in the language(s) of the lexicon Ranking Bias: Solution: Use conjunctive queries & fetch all Checking Bias: Duplicates, impoverished pages omitted Document or query restriction bias: engine might not deal properly with 8 words conjunctive query Malicious Bias: Sabotage by engine Operational Problems: Time-outs, failures, engine inconsistencies, index modification.

Random searches Choose random searches extracted from a local log [Lawrence & Giles 97] or build “random searches” [Notess] Use only queries with small results sets. Count normalized URLs in result sets. Use ratio statistics

Advantages & disadvantages Advantage Might be a better reflection of the human perception of coverage Issues Samples are correlated with source of log Duplicates Technical statistical problems (must have non-zero results, ratio average, use harmonic mean?)

Random searches [ Lawr98, Lawr99] 575 & 1050 queries from the NEC RI employee logs 6 Engines in 1998, 11 in 1999 Implementation: Restricted to queries with < 600 results in total Counted URLs from each engine after verifying query match Computed size ratio & overlap for individual queries Estimated index size ratio & overlap by averaging over all queries

adaptive access control neighborhood preservation topographic hamiltonian structures right linear grammar pulse width modulation neural unbalanced prior probabilities ranked assignment method internet explorer favourites importing karvel thornber zili liu Queries from Lawrence and Giles study softmax activation function bose multidimensional system theory gamma mlp dvi2pdf john oliensis rieke spikes exploring neural video watermarking counterpropagation network fat shattering dimension abelson amorphous computing

Random IP addresses [Lawrence & Giles ‘99] Generate random IP addresses Find a web server at the given address If there’s one Collect all pages from server. Method first used by O’Neill, McClain, & Lavoie, “A Methodology for Sampling the World Wide Web”,

Random IP addresses [ONei97, Lawr99] HTTP requests to random IP addresses Ignored: empty or authorization required or excluded [Lawr99] Estimated 2.8 million IP addresses running crawlable web servers (16 million total) from observing 2500 servers. OCLC using IP sampling found 8.7 M hosts in 2001 Netcraft [Netc02] accessed 37.2 million hosts in July 2002 [Lawr99] exhaustively crawled 2500 servers and extrapolated Estimated size of the web to be 800 million Estimated use of metadata descriptors: Meta tags (keywords, description) in 34% of home pages, Dublin core metadata in 0.3%

Advantages & disadvantages Advantages Clean statistics Independent of crawling strategies Disadvantages Doesn’t deal with duplication Many hosts might share one IP, or not accept requests No guarantee all pages are linked to root page. Eg: employee pages Power law for # pages/hosts generates bias towards sites with few pages. But bias can be accurately quantified IF underlying distribution understood Potentially influenced by spamming (multiple IP’s for same server to avoid IP block)

Random walks [Henzinger et al WWW9] View the Web as a directed graph Build a random walk on this graph Includes various “jump” rules back to visited sites Does not get stuck in spider traps! Can follow all links! Converges to a stationary distribution Must assume graph is finite and independent of the walk. Conditions are not satisfied (cookie crumbs, flooding) Time to convergence not really known Sample from stationary distribution of walk Use the “strong query” method to check coverage by SE

Dependence on seed list How well connected is the graph? [Broder et al., WWW9]

Advantages & disadvantages Advantages “Statistically clean” method at least in theory! Could work even for infinite web (assuming convergence) under certain metrics. Disadvantages List of seeds is a problem. Practical approximation might not be valid. Non-uniform distribution Subject to link spamming

Conclusions No sampling solution is perfect. Lots of new ideas but the problem is getting harder Quantitative studies are fascinating and a good research problem

Duplicate detection

Duplicate documents The web is full of duplicated content Strict duplicate detection = exact match Not as common But many, many cases of near duplicates E.g., Last modified date the only difference

Duplicate/Near-Duplicate Detection Duplication: Exact match can be detected with fingerprints Near-Duplication: Approximate match Overview Compute syntactic similarity with an edit- distance measure Use similarity threshold to detect near- duplicates E.g., Similarity > 80% => Documents are “near duplicates” Not transitive though sometimes used transitively

Computing Similarity Features: Segments of a document (natural or artificial breakpoints) Shingles (Word N-Grams) a rose is a rose is a rose → a_rose_is_a rose_is_a_rose is_a_rose_is Similarity Measure between two docs (= sets of shingles) Set intersection [Brod98] (Specifically, Size_of_Intersection / Size_of_Union ) Jaccard measure

Shingles + Set Intersection Computing exact set intersection of shingles between all pairs of documents is expensive/intractable Approximate using a cleverly chosen subset of shingles from each (a sketch) Estimate (size_of_intersection / size_of_union) based on a short sketch

Sketch of a document Create a “sketch vector” (of size ~200) for each document Documents that share ≥ t (say 80%) corresponding vector elements are near duplicates For doc D, sketch D [ i ] is as follows: Let f map all shingles in the universe to 0..2 m (e.g., f = fingerprinting) Let  i be a random permutation on 0..2 m Pick MIN {  i (f(s))} over all shingles s in D

Computing Sketch[i] for Doc1 Document Start with 64-bit f(shingles) Permute on the number line with  i Pick the min value

Test if Doc1.Sketch[i] = Doc2.Sketch[i] Document 1 Document Are these equal? Test for 200 random permutations:  ,  ,…  200 AB

However… Document 1 Document A = B iff the shingle with the MIN value in the union of Doc1 and Doc2 is common to both (I.e., lies in the intersection) This happens with probability: Size_of_intersection / Size_of_union B A Why?

Set Similarity Set Similarity (Jaccard measure) View sets as columns of a matrix; one row for each element in the universe. a ij = 1 indicates presence of item i in set j Example C 1 C Jaccard(C 1,C 2 ) = 2/5 =

Key Observation For columns C i, C j, four types of rows C i C j A 1 1 B 1 0 C 0 1 D 0 0 Overload notation: A = # of rows of type A Claim

“Min” Hashing Randomly permute rows Hash h(C i ) = index of first row with 1 in column C i Surprising Property Why? Both are A/(A+B+C) Look down columns C i, C j until first non-Type- D row h(C i ) = h(C j )  type A row

Min-Hash sketches Pick P random row permutations MinHash sketch Sketch D = list of P indexes of first rows with 1 in column C Similarity of signatures Let sim[sketch(C i ),sketch(C j )] = fraction of permutations where MinHash values agree Observe E[sim(sig(C i ),sig(C j ))] = Jaccard(C i,C j )

Example C 1 C 2 C 3 R R R R R Signatures S 1 S 2 S 3 Perm 1 = (12345) Perm 2 = (54321) Perm 3 = (34512) Similarities Col-Col Sig-Sig

Implementation Trick Permuting rows even once is prohibitive Row Hashing Pick P hash functions h k : {1,…,n}  {1,…,O(n)} Ordering under h k gives random row permutation One-pass Implementation For each C i and h k, keep “slot” for min-hash value Initialize all slot(C i,h k ) to infinity Scan rows in arbitrary order looking for 1’s Suppose row R j has 1 in column C i For each h k, if h k (j) < slot(C i,h k ), then slot(C i,h k )  h k (j)

Example C 1 C 2 R R R R R h(x) = x mod 5 g(x) = 2x+1 mod 5 h(1) = 11- g(1) = 33- h(2) = 212 g(2) = 030 h(3) = 312 g(3) = 220 h(4) = 412 g(4) = 420 h(5) = 010 g(5) = 120 C 1 slots C 2 slots

Comparing Signatures Signature Matrix S Rows = Hash Functions Columns = Columns Entries = Signatures Compute – Pair-wise similarity of signature columns Problem MinHash fits column signatures in memory But comparing signature-pairs takes too much time Technique to limit candidate pairs? Locality Sensitive Hashing (LSH)

Resources IIR 19 See also Phelps & Wilensky. Robust Hyperlinks & Locations, 2002 Ziv Bar-Yossef and Maxim Gurevich. Random Sampling from a Search Engine’s Index, WWW Broder et al. Estimating corpus size via queries. CIKM 2006.

More resources Related papers: [Bar Yossef & al, VLDB 2000], [Rusmevichientong & al, 2001], [Bar Yossef & al, 2003]