Link Analysis Mark Levene (Follow the links to learn more!)

Slides:



Advertisements
Similar presentations
Mark Levene, An Introduction to Search Engines and Web Navigation © Pearson Education Limited 2005 Slide 5.1 Chapter 5 : How Does a Search Engine Work.
Advertisements

Markov Models.
Matrices, Digraphs, Markov Chains & Their Use by Google Leslie Hogben Iowa State University and American Institute of Mathematics Leslie Hogben Iowa State.
1 The PageRank Citation Ranking: Bring Order to the web Lawrence Page, Sergey Brin, Rajeev Motwani and Terry Winograd Presented by Fei Li.
Graphs, Node importance, Link Analysis Ranking, Random walks
CS345 Data Mining Link Analysis Algorithms Page Rank Anand Rajaraman, Jeffrey D. Ullman.
Link Analysis: PageRank
How Does a Search Engine Work? Part 2 Dr. Frank McCown Intro to Web Science Harding University This work is licensed under a Creative Commons Attribution-NonCommercial-
How PageRank Works Ketan Mayer-Patel University of North Carolina January 31, 2011.
DATA MINING LECTURE 12 Link Analysis Ranking Random walks.
1 Algorithms for Large Data Sets Ziv Bar-Yossef Lecture 3 March 23, 2005
Introduction to PageRank Algorithm and Programming Assignment 1 CSC4170 Web Intelligence and Social Computing Tutorial 4 Tutor: Tom Chao Zhou
CSE 522 – Algorithmic and Economic Aspects of the Internet Instructors: Nicole Immorlica Mohammad Mahdian.
1 CS 430 / INFO 430: Information Retrieval Lecture 16 Web Search 2.
Introduction to Information Retrieval Introduction to Information Retrieval Hinrich Schütze and Christina Lioma Lecture 21: Link Analysis.
Zdravko Markov and Daniel T. Larose, Data Mining the Web: Uncovering Patterns in Web Content, Structure, and Usage, Wiley, Slides for Chapter 1:
1 Algorithms for Large Data Sets Ziv Bar-Yossef Lecture 3 April 2, 2006
Link Analysis, PageRank and Search Engines on the Web
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.
CS345 Data Mining Link Analysis Algorithms Page Rank Anand Rajaraman, Jeffrey D. Ullman.
1 COMP4332 Web Data Thanks for Raymond Wong’s slides.
PageRank Debapriyo Majumdar Data Mining – Fall 2014 Indian Statistical Institute Kolkata October 27, 2014.
Chapter 8 Web Structure Mining Part-1 1. Web Structure Mining Deals mainly with discovering the model underlying the link structure of the web Deals with.
CS246 Link-Based Ranking. Problems of TFIDF Vector  Works well on small controlled corpus, but not on the Web  Top result for “American Airlines” query:
Motivation When searching for information on the WWW, user perform a query to a search engine. The engine return, as the query’s result, a list of Web.
“ 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.
Link Analysis.
Cloud and Big Data Summer School, Stockholm, Aug., 2015 Jeffrey D. Ullman.
The PageRank Citation Ranking: Bringing Order to the Web Larry Page etc. Stanford University, Technical Report 1998 Presented by: Ratiya Komalarachun.
HITS – Hubs and Authorities - Hyperlink-Induced Topic Search A on the left is an authority A on the right is a hub.
Λ14 Διαδικτυακά Κοινωνικά Δίκτυα και Μέσα
Presented By: - Chandrika B N
The PageRank Citation Ranking: Bringing Order to the Web Presented by Aishwarya Rengamannan Instructor: Dr. Gautam Das.
Mark Levene, An Introduction to Search Engines and Web Navigation © Pearson Education Limited 2005 Slide 9.1 Chapter 9 : Social Networks What is a social.
Introduction to Information Retrieval Introduction to Information Retrieval Hinrich Schütze and Christina Lioma Lecture 21: Link Analysis.
Piyush Kumar (Lecture 2: PageRank) Welcome to COT5405.
1 Announcements Research Paper due today Research Talks –Nov. 29 (Monday) Kayatana and Lance –Dec. 1 (Wednesday) Mark and Jeremy –Dec. 3 (Friday) Joe and.
X-Informatics Web Search; Text Mining B 2013 Geoffrey Fox Associate Dean for.
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:
CS315 – Link Analysis Three generations of Search Engines Anchor text Link analysis for ranking Pagerank HITS.
The PageRank Citation Ranking: Bringing Order to the Web Lawrence Page, Sergey Brin, Rajeev Motwani, Terry Winograd Presented by Anca Leuca, Antonis Makropoulos.
How Does a Search Engine Work? Part 2 Dr. Frank McCown Intro to Web Science Harding University This work is licensed under a Creative Commons Attribution-NonCommercial-
Overview of Web Ranking Algorithms: HITS and PageRank
PageRank. s1s1 p 12 p 21 s2s2 s3s3 p 31 s4s4 p 41 p 34 p 42 p 13 x 1 = p 21 p 34 p 41 + p 34 p 42 p 21 + p 21 p 31 p 41 + p 31 p 42 p 21 / Σ x 2 = p 31.
CS349 – Link Analysis 1. Anchor text 2. Link analysis for ranking 2.1 Pagerank 2.2 Pagerank variants 2.3 HITS.
Link Analysis Rong Jin. Web Structure  Web is a graph Each web site correspond to a node A link from one site to another site forms a directed edge 
Ranking Link-based Ranking (2° generation) Reading 21.
COMP4210 Information Retrieval and Search Engines Lecture 9: Link Analysis.
1 1 COMP5331: Knowledge Discovery and Data Mining Acknowledgement: Slides modified based on the slides provided by Lawrence Page, Sergey Brin, Rajeev Motwani.
Information Retrieval and Web Search Link analysis Instructor: Rada Mihalcea (Note: This slide set was adapted from an IR course taught by Prof. Chris.
1 CS 430: Information Discovery Lecture 5 Ranking.
CompSci 100E 4.1 Google’s PageRank web site xxx web site yyyy web site a b c d e f g web site pdq pdq.. web site yyyy web site a b c d e f g web site xxx.
Link Analysis Algorithms Page Rank Slides from Stanford CS345, slightly modified.
Ljiljana Rajačić. Page Rank Web as a directed graph  Nodes: Web pages  Edges: Hyperlinks 2 / 25 Ljiljana Rajačić.
1 Discovering Web Communities in the Blogspace Ying Zhou, Joseph Davis (HICSS 2007)
CS 540 Database Management Systems Web Data Management some slides are due to Kevin Chang 1.
GRAPH AND LINK MINING 1. Graphs - Basics 2 Undirected Graphs Undirected Graph: The edges are undirected pairs – they can be traversed in any direction.
1 CS 430 / INFO 430: Information Retrieval Lecture 20 Web Search 2.
Web Mining Link Analysis Algorithms Page Rank. Ranking web pages  Web pages are not equally “important” v  Inlinks.
Jeffrey D. Ullman Stanford University.  Web pages are important if people visit them a lot.  But we can’t watch everybody using the Web.  A good surrogate.
The PageRank Citation Ranking: Bringing Order to the Web
The PageRank Citation Ranking: Bringing Order to the Web
Search Engines and Link Analysis on the Web
Link analysis and Page Rank Algorithm
Link-Based Ranking Seminar Social Media Mining University UC3M
PageRank and Markov Chains
DTMC Applications Ranking Web Pages & Slotted ALOHA
CS 440 Database Management Systems
Junghoo “John” Cho UCLA
Presentation transcript:

Link Analysis Mark Levene (Follow the links to learn more!)

Why link analysis?link analysis The web is not just a collection of documents – its hyperlinks are important! A link from page A to page B may indicate: –A is related to B, or –A is recommending, citing, voting for or endorsing B Links are either –referential – click here and get back home, or –Informational – click here to get more detail Links effect the ranking of web pages and thus have commercial value.

Citation Analysis The impact factor of a journal = A/B –A is the number of current year citations to articles appearing in the journal during previous two years. –B is the number of articles published in the journal during previous two years. Journal Title (AI)Impact Factor (2004) J. Mach. Learn. Res IEEE T. Pattern Anal IEEE T. Evolut. Comp Artif. Intell Mach. Learn.3.258

Co-Citation A and B are co-cited by C, implying that –they are related or associated. The strength of co-citation between A and B is the number of times they are co-cited.

Clusters from Co-Citation Graph (Larson 96)

What is a Markov Chain? A Markov chain has two components: 1)A network structure much like a web site, where each node is called a state. 2)A transition probability of traversing a link given that the chain is in a state. –For each state the sum of outgoing probabilities is one. A sequence of steps through the chain is called a random walk.

Markov chains Markov chains have been extensively studied by statisticians and have been applied in a wide variety of areas.

Markov Chain Example b1 a1 b3 b4 d1 d2 e1 e2 c1 b2

PageRank - Motivation A link from page A to page B is a vote of the author of A for B, or a recommendation of the page. The number incoming links to a page is a measure of importance and authority of the page. Also take into account the quality of recommendation, so a page is more important if the sources of its incoming links are important.

The Random Surfer Assume the web is a Markov chain. Surfers randomly click on links, where the probability of an outlink from page A is 1/m, where m is the number of outlinks from A. The surfer occasionally gets bored and is teleported to another web page, say B, where B is equally likely to be any page. Using the theory of Markov chains it can be shown that if the surfer follows links for long enough, the PageRank of a web page is the probability that the surfer will visit that page.

Dangling Pages Problem: A and B have no outlinks. Solution: Assume A and B have links to all web pages with equal probability.

Rank Sink Problem: Pages in a loop accumulate rank but do not distribute it. Solution: Teleportation, i.e. with a certain probability the surfer can jump to any other web page to get out of the loop.

PageRank (PR)PageRank (PR) - Definition W is a web page Wi are the web pages that have a link to W O(Wi) is the number of outlinks from Wi T is the teleportation probability N is the size of the web

Example Web Graph

Iteratively Computing PageRank Replace T/N in the def. of PR(W) by T, so PR will take values between 1 and N. T is normally set to 0.15, but for simplicity lets set it to 0.5 Set initial PR values to 1 Solve the following equations iteratively:

Example Computation of PR IterationPR(A)PR(B)PR(C) …………

The Largest Matrix Computation in the World Computing PageRank can be done via matrix multiplication, where the matrix has 3 billion rows and columns. The matrix is sparse as average number of outlinks is between 7 and 8. Setting T = 0.15 or above requires at most 100 iterations to convergence. Researchers still trying to speed-up the computation.

Monte Carlo Methods in Computing PageRank Rather than following a single long random walk, the random surfer can follow many sampled random walks. Each walk starts at a random page and either teleports with probability T or continues choosing a link with uniform probability. The PR of a page is the proportion of times a sample random walk ended at that page. Rather than starting at a random page, start each walk a fixed number of times from each page.

Inlinks and Outlinks The number of incoming links to a web page is correlated to the PageRank, but... this measure is a noisy metric! PageRank is biased against new pages (Googlearchy), why? The long tail of queries, gives less popular web pages some visibililty. A single outlink to one in the community minimises the loss of PageRank within a community.

Personalised PageRank Change T/N with Tv Instead of teleporting uniformly to any page we bias the jump prefer some pages over others. –E.g. v has 1 for your home page and 0 otherwise. –E.g. v prefers the topics you are interested in.

HITS – Hubs and Authorities - Hyperlink-Induced Topic Search A on the left is an authority A on the right is a hub

Pre-processing for HITS 1)Collect the top t pages (say t = 200) based on the input query; call this the root set. 2)Extend the root set into a base set as follows, for all pages p in the root set: 1) add to the root set all pages that p points to, and 2)add to the root set up-to q pages that point to p (say q = 50). 3)Delete all links within the same web site in the base set resulting in a focused sub-graph.

Expanding the Root Set

HITS Algorithm – Iterate until Convergence B is the base set q and p are web pages in B A(p) is the authority score for p H(p) is the hub score for p

Applications of HITS Search engine querying (speed an issue) Finding web communities. Finding related pages. Populating categories in web directories. Citation analysis.

Communities on the Web A densely linked focused sub-graph of hubs and authorities is called a community. Over 100,000 emerging web communities have been discovered from a web crawl (a process called trawling). Alternatively, a community is a set of web pages W having at least as many links to pages in W as to pages outside W.

Weblogs influence on PageRank A weblog (or blog) is a frequently updated web site on a particular topic, made up of entries in reverse chronological order. Blogs are a rich source of links, and therfore their links influence PageRank. A google bomb is an attempt to influence the ranking of a web page for a given phrase by adding links to the page with the phrase as its anchor text.

Link Spamming to Improve PageRank Spam is the act of trying unfairly to gain a high ranking on a search engine for a web page without improving the user experience. Link farms - join the farm by copying a hub page which links to all members. Selling links from sites with high PageRank.