US20080027936A1 - Ranking of web sites by aggregating web page ranks - Google Patents

Ranking of web sites by aggregating web page ranks Download PDF

Info

Publication number
US20080027936A1
US20080027936A1 US11/459,869 US45986906A US2008027936A1 US 20080027936 A1 US20080027936 A1 US 20080027936A1 US 45986906 A US45986906 A US 45986906A US 2008027936 A1 US2008027936 A1 US 2008027936A1
Authority
US
United States
Prior art keywords
web
stochastic
site
component
matrix
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
US11/459,869
Other versions
US7634476B2 (en
Inventor
Tie-Yan Liu
Wei-Ying Ma
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Microsoft Technology Licensing LLC
Original Assignee
Microsoft Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Microsoft Corp filed Critical Microsoft Corp
Priority to US11/459,869 priority Critical patent/US7634476B2/en
Assigned to MICROSOFT CORPORATION reassignment MICROSOFT CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: LIU, TIE-YAN, MA, WEI-YING
Publication of US20080027936A1 publication Critical patent/US20080027936A1/en
Application granted granted Critical
Publication of US7634476B2 publication Critical patent/US7634476B2/en
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Expired - Fee Related legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/951Indexing; Web crawling techniques
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99937Sorting

Definitions

  • search engine services such as Google and Overture, provide for searching for information that is accessible via the Internet. These search engine services allow users to search for display pages, such as web pages, that may be of interest to users. After a user submits a search request (i.e., a query) that includes search terms, the search engine service identifies web pages that may be related to those search terms. To quickly identify related web pages, the search engine services may maintain a mapping of keywords to web pages. This mapping may be generated by “crawling” the web (i.e., the World Wide Web) to identify the keywords of each web page. To crawl the web, a search engine service may use a list of root web pages to identify all web pages that are accessible through those root web pages.
  • the keywords of any particular web page can be identified using various well-known information retrieval techniques, such as identifying the words of a headline, the words supplied in the metadata of the web page, the words that are highlighted, and so on.
  • the search engine service identifies web pages that may be related to the search request based on how well the keywords of a web page match the words of the query.
  • the search engine service displays to the user links to the identified web pages in an order that is based on a ranking that may be determined by their relevance to the query, popularity, importance, and/or some other measure.
  • PageRank is based on the principle that web pages will have links to (i.e., “outgoing links”) important web pages. Thus, the importance of a web page is based on the number and importance of other web pages that link to that web page (i.e., “incoming links”).
  • the links between web pages can be represented by adjacency matrix A, where A ij represents the number of outgoing links from web page i to web page j.
  • the importance score w j for web page j can be represented by the following equation:
  • w is the vector of importance scores for the web pages and is the principal eigenvector of A T .
  • HITS The HITS technique is additionally based on the principle that a web page that has many links to other important web pages may itself be important.
  • HITS divides “importance” of web pages into two related attributes: “hub” and “authority.” “Hub” is measured by the “authority” score of the web pages that a web page links to, and “authority” is measured by the “hub” score of the web pages that link to the web page.
  • PageRank which calculates the importance of web pages independently from the query
  • HITS calculates importance based on the web pages of the result and web pages that are related to the web pages of the result by following incoming and outgoing links. HITS submits a query to a search engine service and uses the web pages of the result as the initial set of web pages.
  • HITS adds to the set those web pages that are the destinations of incoming links and those web pages that are the sources of outgoing links of the web pages of the result. HITS then calculates the authority and hub score of each web page using an iterative algorithm.
  • the authority and hub scores can be represented by the following equations:
  • HITS uses an adjacency matrix A to represent the links.
  • the adjacency matrix is represented by the following equation:
  • b ij ⁇ ⁇ 1 ⁇ ⁇ if ⁇ ⁇ page ⁇ ⁇ i ⁇ ⁇ has ⁇ ⁇ a ⁇ ⁇ link ⁇ ⁇ to ⁇ ⁇ page ⁇ ⁇ j , ⁇ 0 ⁇ otherwise
  • the vectors a and h correspond to the authority and hub scores, respectively, of all web pages in the set and can be represented by the following equations:
  • a and h are eigenvectors of matrices A T A and AA T .
  • HITS may also be modified to factor in the popularity of a web page as measured by the number of visits.
  • b ij of the adjacency matrix can be increased whenever a user travels from web page i to web page j.
  • web sites are a primary organizational structure of the web, many web applications attempt to rank web sites based on their importance. For example, a search engine service may factor in the rank of a web site into the ranking of web pages of that web site. In particular, a web page of a highly ranked web site should be ranked higher than a web page of a less highly ranked web site, assuming all other features of the web pages are equal.
  • Web sites have been ranked using web page ranking techniques that are applied to web sites. Typically, the web sites are represented as a web graph with web sites represented as vertices of the graph and links between web pages of the web sites represented as edges between the vertices.
  • a web graph can be represented as an adjacency matrix as described above and a web page ranking algorithm can be applied to the adjacency matrix to generate a ranking of the web sites.
  • a web page ranking algorithm can be applied to the adjacency matrix to generate a ranking of the web sites.
  • a method and system for determining a ranking of web sites based on an aggregation of rankings of the web pages within the web sites is provided.
  • a ranking system is provided with transition probabilities between web pages of web sites.
  • the ranking system identifies for each web site a stationary distribution of a stochastic complement of the transition probabilities between web pages of the web site. Because it can be computationally complex to generate the stochastic complement, the ranking system may approximate the stochastic complement as described below.
  • the ranking system then calculates transition probabilities between web sites based on the web page transition probabilities weighted by the stationary distribution of the stochastic complements.
  • the ranking system may store the transition probabilities in a “coupling” matrix.
  • the ranking system calculates the stationary distribution of the coupling matrix.
  • the stationary distribution of the coupling matrix represents a ranking of the web sites.
  • FIG. 1 illustrates an example of a web page graph representing a collection of web sites.
  • FIG. 2 is a flow diagram that illustrates high-level processing of a rank web sites component of the ranking system in one embodiment.
  • FIG. 3 is a block diagram illustrating components of the ranking system in one embodiment.
  • FIG. 4 is a flow diagram that illustrates low-level processing of the rank web sites component of the ranking system in one embodiment.
  • FIG. 5 is a flow diagram that illustrates the processing of the generate stochastic complement matrix component of the ranking system in one embodiment.
  • FIG. 6 is a flow diagram that illustrates the processing of the distribute probabilities component of the ranking system in one embodiment.
  • a method and system for determining a ranking of web sites based on an aggregation of rankings of the web pages within the web sites is provided.
  • a ranking system is provided with transition probabilities between web pages of web sites.
  • a transition probability between two web pages represents the probability that a user who is visiting one web page will next visit the other web page.
  • the ranking system represents the transition probabilities using a square matrix with the rows and columns representing web pages.
  • the ranking system identifies for each web site a stationary distribution of a stochastic complement of the transition probabilities between web pages of the web site.
  • the stochastic complement for a web site reflects an aggregation of the probability mass of the transition probabilities of inter-site transitions (i.e., transitions between web pages of different web sites) to intra-site transitions (i.e., transitions between web pages of the same web site).
  • the stochastic complement has the characteristic that its stationary distribution is the same as the stationary distribution for the web site calculated from the transition probabilities of the web pages. Because it can be computationally complex to generate the stochastic complement, the ranking system may approximate the stochastic complement as described below.
  • the stationary distribution for a web site contains a stationary probability for each web page of the web site. The ranking system then calculates transition probabilities between web sites based on the web page transition probabilities weighted by the stationary distribution of the stochastic complements.
  • the ranking system may store the transition probabilities in a “coupling” matrix.
  • the transition probability between two web sites represents the probability that a user who is visiting a web page of one of the web sites will next visit a web page of the other web site.
  • the ranking system then calculates the stationary distribution of the coupling matrix, which gives a stationary probability of a user visiting the web site.
  • the stationary distribution of the coupling matrix contains a stationary probability for each web site.
  • the ranking system then generates a ranking of the web sites based on their stationary distribution. In this way, the ranking system generates a ranking of web sites that is based on transition probabilities of web pages of the web site without having to calculate a ranking of the web pages, as described below.
  • FIG. 1 illustrates an example of a web page graph representing a collection of web sites.
  • the web page graph represents web pages of three web sites 110 , 120 , and 130 .
  • the web pages are represented as nodes of the web page graph.
  • Web site 110 has web pages represented as nodes 111 , 112 , and 113 ;
  • web site 120 has web pages represented as nodes 121 and 122 ;
  • web site 130 has web pages represented as nodes 131 , 132 , and 133 .
  • the edges between the nodes represent outgoing links of web pages. For example, the edge between node 112 and node 111 represents that the web page corresponding to node 112 has a link to the web page corresponding to node 111 .
  • the links between web pages of the same web site are referred to as intra-site links, and links between web pages of different web sites are referred to as inter-site links.
  • the edge between nodes 112 and 111 represents an intra-site link
  • the edge between nodes 112 and 121 represents an inter-site link.
  • Web page ranking algorithms typically assume a user's visit of web pages can be represented by a random walk over web pages.
  • a random walk assumes that, when a user is visiting a web page, the user randomly selects a link of that web page to visit the next web page.
  • a random walk model could be applied to the web sites.
  • Each web site could be represented as a node of a web site graph and each inter-site link could be represented as an edge between nodes.
  • a page ranking algorithm could then be applied to the web site graph to generate a ranking of the web sites in much the same way as a page ranking algorithm is applied to a web page graph to generate a ranking of web pages.
  • a random walk is not a particularly accurate model for web site transitions.
  • a more accurate representation of the ranking of web sites can be derived from the ranking of web pages of the web sites.
  • the sum of the ranks of web pages e.g., calculated using a PageRank algorithm
  • the calculation of the ranks of web pages is very computationally complex.
  • the computational complexity results from the large number of web pages, which has been reported to be in the range of tens of billions.
  • the number of web sites in contrast, has been reported to be only in the range of tens of millions. Therefore, it is much more complex, albeit more accurate, to rank web sites based on ranking of their web pages rather than to rank web sites directly using a web site graph as describe above.
  • the ranking system ranks web sites using a divide and conquer technique.
  • the ranking system calculates a stationary distribution of an approximated stochastic complement matrix for each web site. Thus, millions of stationary distributions are calculated. However, since each web site has only a relatively few number of web pages, each calculation such stationary distributions is computationally inexpensive. However, the calculation of the stochastic complements can be expensive, which is why the ranking system, in some embodiments, uses an approximation of the stochastic complement.
  • the ranking system then calculates a transition probability for each pair of web sites using the stationary distributions of the stochastic complements. Finally, the transition system calculates the stationary distribution of the transition probabilities of the web sites, which gives a ranking of the web sites. Since the transition probabilities of the web sites can be represented in a square matrix of the web sites, the computational complexity in calculating the stationary distribution of the web site graph is orders of magnitude less than calculating the stationary distribution of a web page graph.
  • the random visiting of web pages is referred to as the “random surfer model.”
  • the random surfer model can be described with a Markov chain ⁇ X k ⁇ k ⁇ 0 whose state space is the set of the web pages.
  • the current state of the Markov chain is state P l if and only if the random surfer is staying at the lth page at the current time.
  • the evolution of the Markov chain represents the surfing behavior of the random surfer from one web page to another. If there is a link from page i to page j, the probability of transitioning from state P i to state P j is represented by the following equation:
  • p ij represents the probability of transitioning from web page i to web page j
  • n represents the number of web pages
  • d i represents the number of links of web page i to other web pages
  • a represents a weighting factor.
  • the parameter a usually set to 0.85, is called the damping factor, which represents the probability of visiting a web page via a link from another web page.
  • the remaining probability, 1-a represents the probability of next visiting a web page for which the current web page does not contain a link. For example, a user can visit such a web page by entering its URL in the address line of a browser, selecting a favorites link, and so on.
  • a page ranking algorithm e.g., PageRank
  • PageRank represents the stationary distribution of this Markov chain as ⁇ X k ⁇ k ⁇ 0, or the principal eigenvector of P(a).
  • the ranking system represents the transition probability matrix P(a) as an n ⁇ n transition probability matrix Q(a), which is partitioned into N ⁇ N blocks according to the following equation:
  • N represents the number of web sites
  • Q ij represents the transition probabilities between web pages of web site i
  • Q ij where i ⁇ j represents the transition probabilities between pages of different web sites.
  • the ranking system represents the web pages of each web site as contiguous row and column elements.
  • the stationary distribution ⁇ (a) of Q(a) is represented by the following equation:
  • the ranking system assumes that the Markov chain ⁇ X k ⁇ k ⁇ 0 is started with the stationary distribution of ⁇ (a).
  • the one-step transition probability from S i to S j is represented by the following equation:
  • Q ij (a) is the ijth block of the one-step transition matrix Q(a) and ⁇ ⁇ 1 represents the sum of the absolute value of the elements of the vector.
  • the coupling matrix is an irreducible stochastic matrix and thus has a unique stationary distribution, which can be represented by the following equation:
  • ⁇ (a) represents the stationary distribution.
  • the transition probability from S i to S j summarizes all the cases in which the random surfer jumps from any page in S i to any page in S j within any transition step. Therefore, the transitions are in accordance with the real behavior of the web surfers. As a result, the ranking calculated from the coupling matrix C(a) will be more accurate than those previous calculations of web site rankings.
  • the ranking system uses stochastic complements to approximate C(a) without the computational complexity of a page ranking algorithm. This approximation is illustrated by an example that includes only two web sites.
  • the transition probability matrix for the web pages of the web sites is represented by the following equation:
  • the ranking system calculates the stochastic complement for each diagonal block in Q(a).
  • the stochastic complement of Q 11 (a) is represented by the following equation:
  • the stochastic complement is also a stochastic matrix in which the sum of the elements of each row is 1.
  • the unique stationary distribution for the stochastic complement S 11 (a) can be represented by the following equation:
  • ⁇ 1 (a)/ ⁇ 1 (a) ⁇ 1 is the unique stationary distribution for the stochastic complement S ij (a), as represented by the following equation:
  • the computation of the stationary distribution of each S ij (a) will be less computationally expensive than the computation of a page rank directly because the dimension of each S ij (a) is very small and equal to the number of pages of the web site.
  • it can be computationally complex to compute the exact stochastic complement since it involves the computing of a contradict matrix for I-Q ii (a).
  • the ranking system approximates the stochastic complement.
  • the ranking system modifies each diagonal block Q ii (a) by a little to get a new matrix with the same dimension as S ij (a) that is also a stochastic matrix.
  • the ranking system initially modifies the original diagonal block Q ii (a) to be a transition probability matrix.
  • the ranking system adjusts the diagonal elements of Q ii (a) to make the sum of each row equal to 1 and represents the adjusted matrix as Q ii *(a).
  • the ranking system could alternatively distribute the adjustment to other elements of the rows.
  • the ranking system represents the stationary distribution by the following equation:
  • the ranking system thus represents the approximated coupling matrix by the following equation:
  • the ranking system then calculates the stationary distribution or ⁇ *(a) of the approximated coupling matrix as an approximation to ⁇ (a).
  • FIG. 2 is a flow diagram that illustrates high-level processing of a rank web sites component of the ranking system in one embodiment.
  • the component is provided a transition probability matrix for the web pages of the web sites, which may be generated from an adjacency matrix using Equations 1 and 2.
  • the component calculates the stationary distribution of the stochastic complements for each web site.
  • the component selects the next web site.
  • decision block 202 if all the web sites have already been selected, then the component continues at block 204 , else the component continues at block 203 .
  • the component generates an approximation of the stochastic complement matrix for the selected web site.
  • the component then calculates the stationary distribution for the stochastic complement matrix by calculating the principal eigenvector of the matrix.
  • the component then continues at block 201 to select the next web site.
  • the component calculates the transition probabilities for each pair of web sites based on the calculated stationary distribution.
  • the component selects the next pair of web sites.
  • decision block 205 if all the pairs of web sites have already been selected, then the component continues at block 207 , else the component continues at block 206 .
  • the component distributes the transition probabilities for the web pages to the selected pair of web sites using the calculated stationary distribution for one of the web sites of the pair.
  • the component then loops to block 204 to select the next pair of web sites.
  • the component calculates the stationary distribution of the transition probabilities of the web sites by calculating the principal eigenvector of a matrix of the transition probabilities. The component then returns the stationary distribution as a ranking of the web sites.
  • FIG. 3 is a block diagram illustrating components of the ranking system in one embodiment.
  • the ranking system 320 is connected to various web sites 310 via communications link 330 .
  • the ranking system may include a crawler component 321 , a web page store 322 , and an adjacency store 323 .
  • the crawler component may crawl the web sites to identify web pages of the web sites and store the information in the web page store.
  • the crawler component may also create an adjacency matrix for the web pages that is stored in the adjacency store.
  • the ranking system may generate the transition probability matrix from the adjacency matrix.
  • the ranking system also includes a rank web sites component 324 , a generate stochastic complement matrix component 325 , an identify stationary distribution component 326 , and a distribute probabilities component 327 .
  • the rank web sites component invokes the generate stochastic complement matrix component to generate the stochastic complement matrix for each web site.
  • the rank web sites component invokes the identify stationary distribution component to calculate the stationary distributions for each stochastic complement matrix.
  • the rank web sites component then invokes the distribute probabilities component to generate the transition probabilities for the web sites based on the stationary distributions of the stochastic complement matrices.
  • the rank web sites component invokes the identify stationary distribution component to identify the stationary probability for each web site based on the generated transition probabilities of the web sites.
  • the computing devices on which the ranking system may be implemented may include a central processing unit, memory, input devices (e.g., keyboard and pointing devices), output devices (e.g., display devices), and storage devices (e.g., disk drives).
  • the memory and storage devices are computer-readable media that may contain instructions that implement the ranking system.
  • the data structures and message structures may be stored or transmitted via a data transmission medium, such as a signal on a communications link.
  • Various communications links may be used, such as the Internet, a local area network, a wide area network, or a point-to-point dial-up connection.
  • the ranking system may be implemented on various computing systems or devices including personal computers, server computers, hand-held or laptop devices, multiprocessor systems, microprocessor-based systems, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like.
  • the ranking system may be described in the general context of computer-executable instructions, such as program modules, executed by one or more computers or other devices.
  • program modules include routines, programs, objects, components, data structures, and so on that perform particular tasks or implement particular abstract data types.
  • the functionality of the program modules may be combined or distributed as desired in various embodiments.
  • the ranking system may not include a crawler or a search engine.
  • FIG. 4 is a flow diagram that illustrates low-level processing of the rank web sites component of the ranking system in one embodiment.
  • the component generates a web page transition probability matrix in which the web pages for each web site are contiguous elements of the rows and columns.
  • the component loops identifying a stationary distribution for the stochastic complement associated with each web site.
  • the component selects the next diagonal submatrix of the transition probability matrix.
  • decision block 403 if all the diagonals of matrices have already been selected, then the component continues at block 406 , else the component continues at block 404 .
  • the component invokes the generate stochastic complement component to approximate the stochastic complement for the selected submatrix.
  • the component calculates the principal eigenvector for the generated stochastic complement matrix to represent the stationary distribution. The component then loops to block 402 to select the next diagonal submatrix.
  • the component invokes the distribute probabilities component to distribute the transition probabilities to the web sites.
  • the component calculates the principal eigenvector for the generated transition probability matrix of the web site as the stationary distribution. The component then returns the stationary distribution as the ranking of the web sites.
  • FIG. 5 is a flow diagram that illustrates the processing of the generate stochastic complement matrix component of the ranking system in one embodiment.
  • the component approximates a stochastic complement for the passed matrix by adjusting the diagonal elements of each row of the matrix so that the sum of the elements in each row equals one.
  • the component selects the next row of the passed matrix.
  • decision block 502 if all the rows have already been selected, then the component returns, else the component continues at block 503 .
  • the component calculates the sum of the elements in the selected row.
  • the component calculates the difference between one and the sum of the elements.
  • the component adjusts the diagonal elements of the matrix for the selected row by the difference and then loops to block 501 to select the next row.
  • FIG. 6 is a flow diagram that illustrates the processing of the distribute probabilities component of the ranking system in one embodiment.
  • the component establishes the transition probabilities of the web sites.
  • the component selects the next row of the coupling matrix.
  • decision block 602 if all the rows have already been selected, then the component returns, else the component continues at block 603 .
  • the component selects the next column of the coupling matrix.
  • decision block 604 if all the columns for the selected row have already been selected, then the component loops to block 601 to select the next row, else the component continues at block 605 .
  • the component sets the transition probability for transitioning from the web site represented by the selected row to the web site represented by the selected column in accordance with Equation 15. The component then loops to block 603 to select the next column for the selected row.
  • the term “site” may refer to any collection of pages
  • the term “page” may refer to any content in a collection that includes inter-site and intra-site links.
  • the content may include documents, display pages, web pages, electronic mail messages, and so on.
  • the ranking system can use any of a variety of techniques to rank the web sites such a page ranking techniques. Accordingly, the invention is not limited except as by the appended claims.

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

A method and system for determining a ranking of web sites based on an aggregation of rankings of the web pages within the web sites is provided. A ranking system identifies for each web site a stationary distribution of a stochastic complement of the transition probabilities between web pages of the web site. The ranking system then calculates transition probabilities between web sites based on the web page transition probabilities weighted by the stationary distribution of the stochastic complements. The ranking system then calculates the stationary distribution of the transition probabilities of the web sites to represent a ranking of the web sites.

Description

    BACKGROUND
  • Many search engine services, such as Google and Overture, provide for searching for information that is accessible via the Internet. These search engine services allow users to search for display pages, such as web pages, that may be of interest to users. After a user submits a search request (i.e., a query) that includes search terms, the search engine service identifies web pages that may be related to those search terms. To quickly identify related web pages, the search engine services may maintain a mapping of keywords to web pages. This mapping may be generated by “crawling” the web (i.e., the World Wide Web) to identify the keywords of each web page. To crawl the web, a search engine service may use a list of root web pages to identify all web pages that are accessible through those root web pages. The keywords of any particular web page can be identified using various well-known information retrieval techniques, such as identifying the words of a headline, the words supplied in the metadata of the web page, the words that are highlighted, and so on. The search engine service identifies web pages that may be related to the search request based on how well the keywords of a web page match the words of the query. The search engine service then displays to the user links to the identified web pages in an order that is based on a ranking that may be determined by their relevance to the query, popularity, importance, and/or some other measure.
  • Three well-known techniques for page ranking are PageRank, HITS (“Hyperlinked-Induced Topic Search”), and DirectHIT. PageRank is based on the principle that web pages will have links to (i.e., “outgoing links”) important web pages. Thus, the importance of a web page is based on the number and importance of other web pages that link to that web page (i.e., “incoming links”). In a simple form, the links between web pages can be represented by adjacency matrix A, where Aij represents the number of outgoing links from web page i to web page j. The importance score wj for web page j can be represented by the following equation:

  • wjiAijwi
  • This equation can be solved by iterative calculations based on the following equation:

  • ATw=w
  • where w is the vector of importance scores for the web pages and is the principal eigenvector of AT.
  • The HITS technique is additionally based on the principle that a web page that has many links to other important web pages may itself be important. Thus, HITS divides “importance” of web pages into two related attributes: “hub” and “authority.” “Hub” is measured by the “authority” score of the web pages that a web page links to, and “authority” is measured by the “hub” score of the web pages that link to the web page. In contrast to PageRank, which calculates the importance of web pages independently from the query, HITS calculates importance based on the web pages of the result and web pages that are related to the web pages of the result by following incoming and outgoing links. HITS submits a query to a search engine service and uses the web pages of the result as the initial set of web pages. HITS adds to the set those web pages that are the destinations of incoming links and those web pages that are the sources of outgoing links of the web pages of the result. HITS then calculates the authority and hub score of each web page using an iterative algorithm. The authority and hub scores can be represented by the following equations:
  • a ( p ) = q p h ( q ) and h ( p ) = p q a ( q )
  • where a(p) represents the authority score for web page p and h(p) represents the hub score for web page p. HITS uses an adjacency matrix A to represent the links. The adjacency matrix is represented by the following equation:
  • b ij = { 1 if page i has a link to page j , 0 otherwise
  • The vectors a and h correspond to the authority and hub scores, respectively, of all web pages in the set and can be represented by the following equations:

  • a=ATh and h=Aa
  • Thus, a and h are eigenvectors of matrices ATA and AAT. HITS may also be modified to factor in the popularity of a web page as measured by the number of visits. Based on an analysis of click-through data, bij of the adjacency matrix can be increased whenever a user travels from web page i to web page j.
  • Since web sites are a primary organizational structure of the web, many web applications attempt to rank web sites based on their importance. For example, a search engine service may factor in the rank of a web site into the ranking of web pages of that web site. In particular, a web page of a highly ranked web site should be ranked higher than a web page of a less highly ranked web site, assuming all other features of the web pages are equal. Web sites have been ranked using web page ranking techniques that are applied to web sites. Typically, the web sites are represented as a web graph with web sites represented as vertices of the graph and links between web pages of the web sites represented as edges between the vertices. A web graph can be represented as an adjacency matrix as described above and a web page ranking algorithm can be applied to the adjacency matrix to generate a ranking of the web sites. Unfortunately, such an approach to ranking web sites results in a ranking that many times does not reflect the relative importance of the web sites.
  • SUMMARY
  • A method and system for determining a ranking of web sites based on an aggregation of rankings of the web pages within the web sites is provided. A ranking system is provided with transition probabilities between web pages of web sites. The ranking system identifies for each web site a stationary distribution of a stochastic complement of the transition probabilities between web pages of the web site. Because it can be computationally complex to generate the stochastic complement, the ranking system may approximate the stochastic complement as described below. The ranking system then calculates transition probabilities between web sites based on the web page transition probabilities weighted by the stationary distribution of the stochastic complements. The ranking system may store the transition probabilities in a “coupling” matrix. The ranking system then calculates the stationary distribution of the coupling matrix. The stationary distribution of the coupling matrix represents a ranking of the web sites.
  • This Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used as an aid in determining the scope of the claimed subject matter.
  • BRIEF DESCRIPTION OF THE DRAWING
  • FIG. 1 illustrates an example of a web page graph representing a collection of web sites.
  • FIG. 2 is a flow diagram that illustrates high-level processing of a rank web sites component of the ranking system in one embodiment.
  • FIG. 3 is a block diagram illustrating components of the ranking system in one embodiment.
  • FIG. 4 is a flow diagram that illustrates low-level processing of the rank web sites component of the ranking system in one embodiment.
  • FIG. 5 is a flow diagram that illustrates the processing of the generate stochastic complement matrix component of the ranking system in one embodiment.
  • FIG. 6 is a flow diagram that illustrates the processing of the distribute probabilities component of the ranking system in one embodiment.
  • DETAILED DESCRIPTION
  • A method and system for determining a ranking of web sites based on an aggregation of rankings of the web pages within the web sites is provided. In one embodiment, a ranking system is provided with transition probabilities between web pages of web sites. A transition probability between two web pages represents the probability that a user who is visiting one web page will next visit the other web page. The ranking system represents the transition probabilities using a square matrix with the rows and columns representing web pages. The ranking system identifies for each web site a stationary distribution of a stochastic complement of the transition probabilities between web pages of the web site. The stochastic complement for a web site reflects an aggregation of the probability mass of the transition probabilities of inter-site transitions (i.e., transitions between web pages of different web sites) to intra-site transitions (i.e., transitions between web pages of the same web site). The stochastic complement has the characteristic that its stationary distribution is the same as the stationary distribution for the web site calculated from the transition probabilities of the web pages. Because it can be computationally complex to generate the stochastic complement, the ranking system may approximate the stochastic complement as described below. The stationary distribution for a web site contains a stationary probability for each web page of the web site. The ranking system then calculates transition probabilities between web sites based on the web page transition probabilities weighted by the stationary distribution of the stochastic complements. The ranking system may store the transition probabilities in a “coupling” matrix. The transition probability between two web sites represents the probability that a user who is visiting a web page of one of the web sites will next visit a web page of the other web site. The ranking system then calculates the stationary distribution of the coupling matrix, which gives a stationary probability of a user visiting the web site. The stationary distribution of the coupling matrix contains a stationary probability for each web site. The ranking system then generates a ranking of the web sites based on their stationary distribution. In this way, the ranking system generates a ranking of web sites that is based on transition probabilities of web pages of the web site without having to calculate a ranking of the web pages, as described below.
  • FIG. 1 illustrates an example of a web page graph representing a collection of web sites. The web page graph represents web pages of three web sites 110, 120, and 130. The web pages are represented as nodes of the web page graph. Web site 110 has web pages represented as nodes 111, 112, and 113; web site 120 has web pages represented as nodes 121 and 122; and web site 130 has web pages represented as nodes 131, 132, and 133. The edges between the nodes represent outgoing links of web pages. For example, the edge between node 112 and node 111 represents that the web page corresponding to node 112 has a link to the web page corresponding to node 111. The links between web pages of the same web site are referred to as intra-site links, and links between web pages of different web sites are referred to as inter-site links. For example, the edge between nodes 112 and 111 represents an intra-site link, while the edge between nodes 112 and 121 represents an inter-site link.
  • Web page ranking algorithms typically assume a user's visit of web pages can be represented by a random walk over web pages. A random walk assumes that, when a user is visiting a web page, the user randomly selects a link of that web page to visit the next web page. To rank web sites rather than web pages, a random walk model could be applied to the web sites. Each web site could be represented as a node of a web site graph and each inter-site link could be represented as an edge between nodes. A page ranking algorithm could then be applied to the web site graph to generate a ranking of the web sites in much the same way as a page ranking algorithm is applied to a web page graph to generate a ranking of web pages. A random walk, however, is not a particularly accurate model for web site transitions. In particular, even if there are links between two web sites, when a user visits a web page of one site, that web page may not contain a link to the other web site and thus the other web site cannot currently be visited. Thus, a web site graph is only an approximation of the transition probabilities of the web sites. As a result, the web site ranking derived from such an approximation is not particularly accurate.
  • A more accurate representation of the ranking of web sites can be derived from the ranking of web pages of the web sites. Although it can be demonstrated that the sum of the ranks of web pages (e.g., calculated using a PageRank algorithm) is equal to the probability of visiting the web site, the calculation of the ranks of web pages is very computationally complex. The computational complexity results from the large number of web pages, which has been reported to be in the range of tens of billions. The number of web sites, in contrast, has been reported to be only in the range of tens of millions. Therefore, it is much more complex, albeit more accurate, to rank web sites based on ranking of their web pages rather than to rank web sites directly using a web site graph as describe above.
  • The ranking system ranks web sites using a divide and conquer technique. The ranking system calculates a stationary distribution of an approximated stochastic complement matrix for each web site. Thus, millions of stationary distributions are calculated. However, since each web site has only a relatively few number of web pages, each calculation such stationary distributions is computationally inexpensive. However, the calculation of the stochastic complements can be expensive, which is why the ranking system, in some embodiments, uses an approximation of the stochastic complement. The ranking system then calculates a transition probability for each pair of web sites using the stationary distributions of the stochastic complements. Finally, the transition system calculates the stationary distribution of the transition probabilities of the web sites, which gives a ranking of the web sites. Since the transition probabilities of the web sites can be represented in a square matrix of the web sites, the computational complexity in calculating the stationary distribution of the web site graph is orders of magnitude less than calculating the stationary distribution of a web page graph.
  • The random visiting of web pages is referred to as the “random surfer model.” The random surfer model can be described with a Markov chain {Xk}k≧0 whose state space is the set of the web pages. The current state of the Markov chain is state Pl if and only if the random surfer is staying at the lth page at the current time. The evolution of the Markov chain represents the surfing behavior of the random surfer from one web page to another. If there is a link from page i to page j, the probability of transitioning from state Pi to state Pj is represented by the following equation:
  • p ij = α · 1 d i + ( 1 - α ) · 1 n ( 1 )
  • Otherwise, the probability is represented by the following equation:
  • p ij = ( 1 - α ) · 1 n ( 2 )
  • where pij represents the probability of transitioning from web page i to web page j, n represents the number of web pages, di represents the number of links of web page i to other web pages, and a represents a weighting factor. The transition probability matrix of the surfing Markov chain is represented by P(a)=(pij(a)). The parameter a, usually set to 0.85, is called the damping factor, which represents the probability of visiting a web page via a link from another web page. The remaining probability, 1-a, represents the probability of next visiting a web page for which the current web page does not contain a link. For example, a user can visit such a web page by entering its URL in the address line of a browser, selecting a favorites link, and so on. A page ranking algorithm (e.g., PageRank) represents the stationary distribution of this Markov chain as {Xk}k≧0, or the principal eigenvector of P(a).
  • The ranking system represents the transition probability matrix P(a) as an n×n transition probability matrix Q(a), which is partitioned into N×N blocks according to the following equation:
  • Q ( α ) = ( Q 11 ( α ) Q 12 ( α ) Q 1 N ( α ) Q 21 ( α ) Q 22 ( α ) Q 2 N ( α ) Q N 1 ( α ) Q N 2 ( α ) Q NN ( α ) ) ( 3 )
  • where N represents the number of web sites, Qij represents the transition probabilities between web pages of web site i, and Qij where i≠j represents the transition probabilities between pages of different web sites. The ranking system represents the web pages of each web site as contiguous row and column elements. The diagonal blocks Qij(a) are thus square and of order ni, where ni is the number of pages of web site i, and n=Σi=1 Nni. The stationary distribution φ(a) of Q(a) is represented by the following equation:

  • φ(a)Q(a)=φ(a) with φ(a)e=1   (4)
  • where e is the column vector with all elements equal to 1. If φ(a) is partitioned conformably with Q(a), the result is represented by the following equation:

  • φ(a)={φ1(a),φ2(a), . . . ,φN(a)},   (5)
  • where φi(a) represents a row vector of length ni, for i=1, . . . ,N.
  • The ranking system assumes that the Markov chain {Xk}k≧0 is started with the stationary distribution of φ(a). The one-step transition probability from Si to Sj is represented by the following equation:

  • cij(a)=Pr φ(a) {X i+1 εS j |X i εS i   (6)
  • Based on the properties of conditional probability, cij(a) can be represented by the following equation:
  • c ij ( α ) = φ i ( α ) φ i ( α ) 1 Q ij ( α ) e ( 7 )
  • where Qij(a) is the ijth block of the one-step transition matrix Q(a) and ∥ ∥1 represents the sum of the absolute value of the elements of the vector. The N×N matrix c(a)=(cij(a)) is referred to as the “coupling” matrix, whose elements represent the transition probabilities between web sites. The coupling matrix is an irreducible stochastic matrix and thus has a unique stationary distribution, which can be represented by the following equation:

  • ξ(a)C(a)=ξ(a) with ξ(a)e=1   (8)
  • where ξ(a) represents the stationary distribution. The transition probability from Si to Sj summarizes all the cases in which the random surfer jumps from any page in Si to any page in Sj within any transition step. Therefore, the transitions are in accordance with the real behavior of the web surfers. As a result, the ranking calculated from the coupling matrix C(a) will be more accurate than those previous calculations of web site rankings.
  • Since the generation of the coupling matrix using a page ranking algorithm applied to all the web pages is very computationally complex, the ranking system avoids this complexity by using a modified coupling matrix. The ranking system uses stochastic complements to approximate C(a) without the computational complexity of a page ranking algorithm. This approximation is illustrated by an example that includes only two web sites. The transition probability matrix for the web pages of the web sites is represented by the following equation:
  • Q ( α ) = ( Q 11 ( α ) Q 12 ( α ) Q 21 ( α ) Q 22 ( α ) ) ( 9 )
  • The stationary distribution is represented as φ(a)={φ1(a),φ2(a)}. The ranking system calculates the stochastic complement for each diagonal block in Q(a). For example, the stochastic complement of Q11(a) is represented by the following equation:

  • S 11(a)=Q 11(a)+Q 12(a)(1−Q 22(a))−1 Q 21(a) (10)
  • The stochastic complement is also a stochastic matrix in which the sum of the elements of each row is 1. The unique stationary distribution for the stochastic complement S11(a) can be represented by the following equation:
  • φ i ( α ) φ i ( α ) 1 S 11 ( α ) = φ i ( α ) φ i ( α ) 1 with φ i ( α ) φ i ( α ) 1 e = 1 ( 11 )
  • Generally, φ1(a)/∥φ1(a)∥1 is the unique stationary distribution for the stochastic complement Sij(a), as represented by the following equation:
  • φ i ( α ) φ i ( α ) 1 S ii ( α ) = φ i ( α ) φ i ( α ) 1 with φ i ( α ) φ i ( α ) 1 e = 1 ( 12 )
  • As discussed above, the computation of the stationary distribution of each Sij(a) will be less computationally expensive than the computation of a page rank directly because the dimension of each Sij(a) is very small and equal to the number of pages of the web site. However, it can be computationally complex to compute the exact stochastic complement since it involves the computing of a contradict matrix for I-Qii(a). To avoid this computational complexity, the ranking system approximates the stochastic complement. In particular, the ranking system modifies each diagonal block Qii(a) by a little to get a new matrix with the same dimension as Sij(a) that is also a stochastic matrix. The ranking system initially modifies the original diagonal block Qii(a) to be a transition probability matrix. Since the sum of each row in the original diagonal block Qii(a) is always less than 1, the ranking system adjusts the diagonal elements of Qii(a) to make the sum of each row equal to 1 and represents the adjusted matrix as Qii*(a). The ranking system could alternatively distribute the adjustment to other elements of the rows. The ranking system represents the stationary distribution by the following equation:

  • u i(a)Q ii*(a)=u i(a) with u i(a)e=1   (13)
  • where ui(a) represents the stationary distribution and an approximation as represented by the following equation:
  • φ i ( α ) φ i ( α ) 1 u i ( α ) u i ( α ) 1 ( 14 )
  • The ranking system thus represents the approximated coupling matrix by the following equation:
  • ( C * ( α ) ) ij = u i ( α ) u i ( α ) 1 Q ij ( α ) e ( 15 )
  • The ranking system then calculates the stationary distribution or ξ*(a) of the approximated coupling matrix as an approximation to ξ(a).
  • FIG. 2 is a flow diagram that illustrates high-level processing of a rank web sites component of the ranking system in one embodiment. The component is provided a transition probability matrix for the web pages of the web sites, which may be generated from an adjacency matrix using Equations 1 and 2. In blocks 201-203, the component calculates the stationary distribution of the stochastic complements for each web site. In block 201, the component selects the next web site. In decision block 202, if all the web sites have already been selected, then the component continues at block 204, else the component continues at block 203. In block 203, the component generates an approximation of the stochastic complement matrix for the selected web site. The component then calculates the stationary distribution for the stochastic complement matrix by calculating the principal eigenvector of the matrix. The component then continues at block 201 to select the next web site. In blocks 204-206, the component calculates the transition probabilities for each pair of web sites based on the calculated stationary distribution. In block 204, the component selects the next pair of web sites. In decision block 205, if all the pairs of web sites have already been selected, then the component continues at block 207, else the component continues at block 206. In block 206, the component distributes the transition probabilities for the web pages to the selected pair of web sites using the calculated stationary distribution for one of the web sites of the pair. The component then loops to block 204 to select the next pair of web sites. In block 207, the component calculates the stationary distribution of the transition probabilities of the web sites by calculating the principal eigenvector of a matrix of the transition probabilities. The component then returns the stationary distribution as a ranking of the web sites.
  • FIG. 3 is a block diagram illustrating components of the ranking system in one embodiment. The ranking system 320 is connected to various web sites 310 via communications link 330. The ranking system may include a crawler component 321, a web page store 322, and an adjacency store 323. The crawler component may crawl the web sites to identify web pages of the web sites and store the information in the web page store. The crawler component may also create an adjacency matrix for the web pages that is stored in the adjacency store. The ranking system may generate the transition probability matrix from the adjacency matrix. The ranking system also includes a rank web sites component 324, a generate stochastic complement matrix component 325, an identify stationary distribution component 326, and a distribute probabilities component 327. The rank web sites component invokes the generate stochastic complement matrix component to generate the stochastic complement matrix for each web site. The rank web sites component invokes the identify stationary distribution component to calculate the stationary distributions for each stochastic complement matrix. The rank web sites component then invokes the distribute probabilities component to generate the transition probabilities for the web sites based on the stationary distributions of the stochastic complement matrices. The rank web sites component invokes the identify stationary distribution component to identify the stationary probability for each web site based on the generated transition probabilities of the web sites.
  • The computing devices on which the ranking system may be implemented may include a central processing unit, memory, input devices (e.g., keyboard and pointing devices), output devices (e.g., display devices), and storage devices (e.g., disk drives). The memory and storage devices are computer-readable media that may contain instructions that implement the ranking system. In addition, the data structures and message structures may be stored or transmitted via a data transmission medium, such as a signal on a communications link. Various communications links may be used, such as the Internet, a local area network, a wide area network, or a point-to-point dial-up connection.
  • The ranking system may be implemented on various computing systems or devices including personal computers, server computers, hand-held or laptop devices, multiprocessor systems, microprocessor-based systems, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like.
  • The ranking system may be described in the general context of computer-executable instructions, such as program modules, executed by one or more computers or other devices. Generally, program modules include routines, programs, objects, components, data structures, and so on that perform particular tasks or implement particular abstract data types. Typically, the functionality of the program modules may be combined or distributed as desired in various embodiments. For example, the ranking system may not include a crawler or a search engine.
  • FIG. 4 is a flow diagram that illustrates low-level processing of the rank web sites component of the ranking system in one embodiment. In block 401, the component generates a web page transition probability matrix in which the web pages for each web site are contiguous elements of the rows and columns. In blocks 402-405, the component loops identifying a stationary distribution for the stochastic complement associated with each web site. In block 402, the component selects the next diagonal submatrix of the transition probability matrix. In decision block 403, if all the diagonals of matrices have already been selected, then the component continues at block 406, else the component continues at block 404. In block 404, the component invokes the generate stochastic complement component to approximate the stochastic complement for the selected submatrix. In block 405, the component calculates the principal eigenvector for the generated stochastic complement matrix to represent the stationary distribution. The component then loops to block 402 to select the next diagonal submatrix. In block 406, the component invokes the distribute probabilities component to distribute the transition probabilities to the web sites. In block 407, the component calculates the principal eigenvector for the generated transition probability matrix of the web site as the stationary distribution. The component then returns the stationary distribution as the ranking of the web sites.
  • FIG. 5 is a flow diagram that illustrates the processing of the generate stochastic complement matrix component of the ranking system in one embodiment. The component approximates a stochastic complement for the passed matrix by adjusting the diagonal elements of each row of the matrix so that the sum of the elements in each row equals one. In block 501, the component selects the next row of the passed matrix. In decision block 502, if all the rows have already been selected, then the component returns, else the component continues at block 503. In block 503, the component calculates the sum of the elements in the selected row. In block 504, the component calculates the difference between one and the sum of the elements. In block 505, the component adjusts the diagonal elements of the matrix for the selected row by the difference and then loops to block 501 to select the next row.
  • FIG. 6 is a flow diagram that illustrates the processing of the distribute probabilities component of the ranking system in one embodiment. The component establishes the transition probabilities of the web sites. In block 601, the component selects the next row of the coupling matrix. In decision block 602, if all the rows have already been selected, then the component returns, else the component continues at block 603. In block 603, the component selects the next column of the coupling matrix. In decision block 604, if all the columns for the selected row have already been selected, then the component loops to block 601 to select the next row, else the component continues at block 605. In block 605, the component sets the transition probability for transitioning from the web site represented by the selected row to the web site represented by the selected column in accordance with Equation 15. The component then loops to block 603 to select the next column for the selected row.
  • Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims. For example, the term “site” may refer to any collection of pages, and the term “page” may refer to any content in a collection that includes inter-site and intra-site links. The content may include documents, display pages, web pages, electronic mail messages, and so on. As another example, once the transition probabilities of the web site are generated, the ranking system can use any of a variety of techniques to rank the web sites such a page ranking techniques. Accordingly, the invention is not limited except as by the appended claims.

Claims (20)

1. A computing system for ranking of web sites having web pages, comprising:
a component that provides transition probabilities of a user transitioning from each web page to each other web page;
a component that, for each web page of a web site, identifies a stationary probability derived from a stochastic complement of the provided transition probabilities for the web site;
a component that generates, for each pair of web sites, a transition probability of a user transitioning from a first web site of the pair to a second web site of the pair based on the identified stationary probabilities derived from the stochastic complements and the provided transition probabilities;
a component that, for each web site, identifies from the generated transition probabilities a stationary probability indicating a likelihood that the web site will be visited during a visit to the web sites; and
a component that provides a ranking of the web sites based on the stationary probabilities of the web sites.
2. The computing system of claim 1 wherein the component that identifies stationary probabilities of web pages creates a stochastic complement matrix based on the provided transition probabilities of a user transitioning from each web page of the web site to each other web page of the web site and identifies a stationary distribution of the created stochastic complement matrix wherein an element of the identified stationary distribution is a stationary probability associated with the corresponding web page.
3. The computing system of claim 2 wherein the component that generates a transition probability for each pair of web sites generates a coupling matrix by calculating for each combination of a first web site and a second web site a probability of transitioning from the first web site to the second web site by multiplying the stationary distribution of the first web site times the provided transition probabilities of transitioning from each web page of the first web site to the each web page of the second web site times a unit vector.
4. The computing system of claim 3 wherein the component that identifies a stationary probability for each web site identifies a stationary distribution of the generated coupling matrix.
5. The computing system of claim 1 wherein the component that identifies a stationary probability for each web page of a web site generates the stochastic complement matrix based on the provided transition probabilities of transitioning between web pages of the web site and identifies a stationary distribution of the generated stochastic complement matrix.
6. The computing system of claim 1 wherein the component that identifies a stationary probability for each web page of a web site approximates a stochastic complement matrix based on the provided transition probabilities of transitioning between web pages of the web site and identifies a stationary distribution of the approximated stochastic complement matrix.
7. The computing system of claim 6 wherein the component that generates a transition probability for each pair of web sites generates a coupling matrix based on a stationary distribution for the stochastic complement matrix and the provided probabilities.
8. The computing system of claim 7 wherein the component that identifies a stationary probability for each web site identifies a stationary distribution for the coupling matrix.
9. A computing system for ranking of web sites having web pages, comprising:
a component that provides transition probabilities of a user transitioning from web page to web page;
a component that, for each web site,
creates a stochastic complement matrix based on the provided transition probabilities of a user transitioning from each web page of the web site to each other web page of the web site; and
identifies a stationary distribution of the created stochastic complement matrix;
a component that generates a coupling matrix by calculating for each combination of a first web site and a second web site a transition probability of transitioning from the first web site to the second web site based on the identified stationary distribution of the created stochastic complement matrix and the provided transition probabilities of transitioning from web pages of the first web site to web pages of the second web site;
a component that identifies a stationary distribution of the generated coupling matrix; and
a component that provides a ranking of the web sites based on the identified stationary distribution of the generated coupling matrix.
10. The computing system of claim 9 wherein the component that creates a stochastic complement matrix creates an approximation of the stochastic complement matrix.
11. The computing system of claim 10 wherein the creation of the approximation of the stochastic complement matrix for each web site includes setting the elements of the stochastic complement matrix to the provided probabilities adjusted so that elements for each row of the matrix sum to one.
12. The computing system of claim 9 wherein the component that identifies a stationary distribution of the stochastic complement matrix identifies the stationary distribution according to the following formula:

u i(a)Q ii*(a)=u i(a) with u i(a)e=1
where ui represents the stationary distribution of web pages of i and Qii* represents an approximation of the stochastic complement matrix for web site i.
13. The computing system of claim 12 wherein the component that generates the coupling matrix generates the coupling matrix based on the following formula:

(C*(a))=u i(a)Q ij(a)e
where (C*(a))ij represents the coupling matrix and Qij represents the transition probabilities of transitioning from web pages of web site i to web pages of web site j.
14. The computing system of claim 13 wherein the component that identifies a stationary distribution of the coupling matrix identifies the stationary distribution based on the following formula:

ξ*(a)C*(a)=ξ*(a) with ξ*(a)e=1
where ξ* represents the stationary distribution of the web sites.
15. The computing system of claim 9 wherein the stationary distribution is calculated as an eigenvector.
16. A computer-readable medium containing instructions for controlling a computing system to rank sites having pages, by a method comprising:
for each page of a site, identifying a stationary probability based on a stochastic complement derived from transition probabilities of visiting pages;
for each pair of sites, generating a transition probability of a user transitioning from a first site of the pair to a second site of the pair based on the identified stationary probabilities and the transition probabilities of visiting pages; and
identifying from the generated transition probabilities a ranking of the sites.
17. The computer-readable medium of claim 16 wherein the identifying of stationary probabilities for pages based on stochastic complements creates a stochastic complement matrix based on the transition probabilities of a user transitioning from each page of the site to each other page of the site and identifies a stationary distribution of the created stochastic complement matrix.
18. The computer-readable medium of claim 17 wherein the generating of a transition probability for each pair of sites includes generating a coupling matrix by calculating for each combination of a first site and a second site a probability of transitioning from the first site to the second site based on the identified stationary distribution of the created stochastic complement matrix and transition probabilities of visiting pages.
19. The computer-readable medium of claim 18 wherein the identifying of the ranking of the web sites includes identifying a stationary distribution of the generated coupling matrix.
20. The computer-readable medium of claim 16 wherein the stochastic complement is approximated.
US11/459,869 2006-07-25 2006-07-25 Ranking of web sites by aggregating web page ranks Expired - Fee Related US7634476B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/459,869 US7634476B2 (en) 2006-07-25 2006-07-25 Ranking of web sites by aggregating web page ranks

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US11/459,869 US7634476B2 (en) 2006-07-25 2006-07-25 Ranking of web sites by aggregating web page ranks

Publications (2)

Publication Number Publication Date
US20080027936A1 true US20080027936A1 (en) 2008-01-31
US7634476B2 US7634476B2 (en) 2009-12-15

Family

ID=38987609

Family Applications (1)

Application Number Title Priority Date Filing Date
US11/459,869 Expired - Fee Related US7634476B2 (en) 2006-07-25 2006-07-25 Ranking of web sites by aggregating web page ranks

Country Status (1)

Country Link
US (1) US7634476B2 (en)

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070233679A1 (en) * 2006-04-03 2007-10-04 Microsoft Corporation Learning a document ranking function using query-level error measurements
US20080027925A1 (en) * 2006-07-28 2008-01-31 Microsoft Corporation Learning a document ranking using a loss function with a rank pair or a query parameter
US20080133605A1 (en) * 2006-12-05 2008-06-05 Macvarish Richard Bruce System and method for determining social rank, relevance and attention
US20080208846A1 (en) * 2007-02-13 2008-08-28 Web Lion S.A.S. Di Panarese Marco & Co. Web site search and selection method
US20080256049A1 (en) * 2007-01-19 2008-10-16 Niraj Katwala Method and system for establishing document relevance
US20090228472A1 (en) * 2008-03-07 2009-09-10 Microsoft Corporation Optimization of Discontinuous Rank Metrics
US7634476B2 (en) * 2006-07-25 2009-12-15 Microsoft Corporation Ranking of web sites by aggregating web page ranks
US20100036828A1 (en) * 2008-08-07 2010-02-11 International Business Machines Corporation Content analysis simulator for improving site findability in information retrieval systems
US20100076910A1 (en) * 2008-09-25 2010-03-25 Microsoft Corporation Calculating web page importance based on web behavior model
US20100131542A1 (en) * 2008-11-26 2010-05-27 James Paul Schneider Suggested websites
US20160094676A1 (en) * 2012-07-25 2016-03-31 Oracle International Corporation Heuristic caching to personalize applications
US20170024405A1 (en) * 2015-07-24 2017-01-26 Samsung Electronics Co., Ltd. Method for automatically generating dynamic index for content displayed on electronic device
US9922119B2 (en) * 2007-11-08 2018-03-20 Entit Software Llc Navigational ranking for focused crawling
US10783210B1 (en) * 2019-05-17 2020-09-22 International Business Machines Corporation Dynamic generation of web browser links based on cognitive analysis
US11379473B1 (en) * 2010-04-21 2022-07-05 Richard Paiz Site rank codex search patterns
US11423018B1 (en) * 2010-04-21 2022-08-23 Richard Paiz Multivariate analysis replica intelligent ambience evolving system
US11741090B1 (en) 2013-02-26 2023-08-29 Richard Paiz Site rank codex search patterns
US11809506B1 (en) * 2013-02-26 2023-11-07 Richard Paiz Multivariant analyzing replicating intelligent ambience evolving system
US11941058B1 (en) 2008-06-25 2024-03-26 Richard Paiz Search engine optimizer

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7580931B2 (en) * 2006-03-13 2009-08-25 Microsoft Corporation Topic distillation via subsite retrieval
US7840522B2 (en) * 2007-03-07 2010-11-23 Microsoft Corporation Supervised rank aggregation based on rankings
WO2008126184A1 (en) * 2007-03-16 2008-10-23 Fujitsu Limited Document degree-of-importance calculating program
US8972329B2 (en) * 2008-05-02 2015-03-03 The Board Of Trustees Of The Leland Stanford Junior University Systems and methods for ranking nodes of a graph using random parameters
ES2335853B1 (en) * 2008-10-02 2011-02-07 Coprecitec, S.L. CONTROL SYSTEM FOR THE IGNITION OF GAS BURNERS.
US8893042B2 (en) 2010-09-14 2014-11-18 Microsoft Corporation Determination and display of relevant websites

Citations (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5940821A (en) * 1997-05-21 1999-08-17 Oracle Corporation Information presentation in a knowledge base search and retrieval system
US6363378B1 (en) * 1998-10-13 2002-03-26 Oracle Corporation Ranking of query feedback terms in an information retrieval system
US20030037074A1 (en) * 2001-05-01 2003-02-20 Ibm Corporation System and method for aggregating ranking results from various sources to improve the results of web searching
US20030204502A1 (en) * 2002-04-25 2003-10-30 Tomlin John Anthony System and method for rapid computation of PageRank
US20040064438A1 (en) * 2002-09-30 2004-04-01 Kostoff Ronald N. Method for data and text mining and literature-based discovery
US6738678B1 (en) * 1998-01-15 2004-05-18 Krishna Asur Bharat Method for ranking hyperlinked pages using content and connectivity analysis
US20040267722A1 (en) * 2003-06-30 2004-12-30 Larimore Stefan Isbein Fast ranked full-text searching
US20050060297A1 (en) * 2003-09-16 2005-03-17 Microsoft Corporation Systems and methods for ranking documents based upon structurally interrelated information
US6871202B2 (en) * 2000-10-25 2005-03-22 Overture Services, Inc. Method and apparatus for ranking web page search results
US20050071465A1 (en) * 2003-09-30 2005-03-31 Microsoft Corporation Implicit links search enhancement system and method for search engines using implicit links generated by mining user access patterns
US20050165766A1 (en) * 2000-02-01 2005-07-28 Andrew Szabo Computer graphic display visualization system and method
US20050256860A1 (en) * 2004-05-15 2005-11-17 International Business Machines Corporation System and method for ranking nodes in a network
US20060004809A1 (en) * 2004-06-30 2006-01-05 Microsoft Corporation Method and system for calculating document importance using document classifications
US7028029B2 (en) * 2003-03-28 2006-04-11 Google Inc. Adaptive computation of ranking
US20060095416A1 (en) * 2004-10-28 2006-05-04 Yahoo! Inc. Link-based spam detection
US20060179046A1 (en) * 2005-01-14 2006-08-10 Cosmix Corporation Web operation language
US20060184527A1 (en) * 2005-02-16 2006-08-17 Ibm Corporation System and method for load shedding in data mining and knowledge discovery from stream data
US20070156677A1 (en) * 1999-07-21 2007-07-05 Alberti Anemometer Llc Database access system
US20070214116A1 (en) * 2006-03-13 2007-09-13 Microsoft Corporation Topic distillation via subsite retrieval

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7779001B2 (en) 2004-10-29 2010-08-17 Microsoft Corporation Web page ranking with hierarchical considerations
US7634476B2 (en) * 2006-07-25 2009-12-15 Microsoft Corporation Ranking of web sites by aggregating web page ranks

Patent Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5940821A (en) * 1997-05-21 1999-08-17 Oracle Corporation Information presentation in a knowledge base search and retrieval system
US6738678B1 (en) * 1998-01-15 2004-05-18 Krishna Asur Bharat Method for ranking hyperlinked pages using content and connectivity analysis
US6363378B1 (en) * 1998-10-13 2002-03-26 Oracle Corporation Ranking of query feedback terms in an information retrieval system
US20070156677A1 (en) * 1999-07-21 2007-07-05 Alberti Anemometer Llc Database access system
US20050165766A1 (en) * 2000-02-01 2005-07-28 Andrew Szabo Computer graphic display visualization system and method
US6871202B2 (en) * 2000-10-25 2005-03-22 Overture Services, Inc. Method and apparatus for ranking web page search results
US20030037074A1 (en) * 2001-05-01 2003-02-20 Ibm Corporation System and method for aggregating ranking results from various sources to improve the results of web searching
US20030204502A1 (en) * 2002-04-25 2003-10-30 Tomlin John Anthony System and method for rapid computation of PageRank
US20040064438A1 (en) * 2002-09-30 2004-04-01 Kostoff Ronald N. Method for data and text mining and literature-based discovery
US7028029B2 (en) * 2003-03-28 2006-04-11 Google Inc. Adaptive computation of ranking
US20040267722A1 (en) * 2003-06-30 2004-12-30 Larimore Stefan Isbein Fast ranked full-text searching
US20050060297A1 (en) * 2003-09-16 2005-03-17 Microsoft Corporation Systems and methods for ranking documents based upon structurally interrelated information
US20050071465A1 (en) * 2003-09-30 2005-03-31 Microsoft Corporation Implicit links search enhancement system and method for search engines using implicit links generated by mining user access patterns
US20050256860A1 (en) * 2004-05-15 2005-11-17 International Business Machines Corporation System and method for ranking nodes in a network
US20060004809A1 (en) * 2004-06-30 2006-01-05 Microsoft Corporation Method and system for calculating document importance using document classifications
US20060095416A1 (en) * 2004-10-28 2006-05-04 Yahoo! Inc. Link-based spam detection
US20060179046A1 (en) * 2005-01-14 2006-08-10 Cosmix Corporation Web operation language
US20060184527A1 (en) * 2005-02-16 2006-08-17 Ibm Corporation System and method for load shedding in data mining and knowledge discovery from stream data
US20070214116A1 (en) * 2006-03-13 2007-09-13 Microsoft Corporation Topic distillation via subsite retrieval
US7580931B2 (en) * 2006-03-13 2009-08-25 Microsoft Corporation Topic distillation via subsite retrieval

Cited By (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070233679A1 (en) * 2006-04-03 2007-10-04 Microsoft Corporation Learning a document ranking function using query-level error measurements
US7634476B2 (en) * 2006-07-25 2009-12-15 Microsoft Corporation Ranking of web sites by aggregating web page ranks
US20080027925A1 (en) * 2006-07-28 2008-01-31 Microsoft Corporation Learning a document ranking using a loss function with a rank pair or a query parameter
US7593934B2 (en) * 2006-07-28 2009-09-22 Microsoft Corporation Learning a document ranking using a loss function with a rank pair or a query parameter
US20080133605A1 (en) * 2006-12-05 2008-06-05 Macvarish Richard Bruce System and method for determining social rank, relevance and attention
US8583634B2 (en) * 2006-12-05 2013-11-12 Avaya Inc. System and method for determining social rank, relevance and attention
US7844602B2 (en) * 2007-01-19 2010-11-30 Healthline Networks, Inc. Method and system for establishing document relevance
US20080256049A1 (en) * 2007-01-19 2008-10-16 Niraj Katwala Method and system for establishing document relevance
US20080208846A1 (en) * 2007-02-13 2008-08-28 Web Lion S.A.S. Di Panarese Marco & Co. Web site search and selection method
US8037048B2 (en) * 2007-02-13 2011-10-11 Web Lion S.A.S. Di Panarese Marco & Co. Web site search and selection method
US9922119B2 (en) * 2007-11-08 2018-03-20 Entit Software Llc Navigational ranking for focused crawling
US8010535B2 (en) * 2008-03-07 2011-08-30 Microsoft Corporation Optimization of discontinuous rank metrics
US20090228472A1 (en) * 2008-03-07 2009-09-10 Microsoft Corporation Optimization of Discontinuous Rank Metrics
US11941058B1 (en) 2008-06-25 2024-03-26 Richard Paiz Search engine optimizer
US20100036828A1 (en) * 2008-08-07 2010-02-11 International Business Machines Corporation Content analysis simulator for improving site findability in information retrieval systems
US8285702B2 (en) * 2008-08-07 2012-10-09 International Business Machines Corporation Content analysis simulator for improving site findability in information retrieval systems
US8103599B2 (en) 2008-09-25 2012-01-24 Microsoft Corporation Calculating web page importance based on web behavior model
US20100076910A1 (en) * 2008-09-25 2010-03-25 Microsoft Corporation Calculating web page importance based on web behavior model
US9053197B2 (en) * 2008-11-26 2015-06-09 Red Hat, Inc. Suggesting websites
US20100131542A1 (en) * 2008-11-26 2010-05-27 James Paul Schneider Suggested websites
US11379473B1 (en) * 2010-04-21 2022-07-05 Richard Paiz Site rank codex search patterns
US11423018B1 (en) * 2010-04-21 2022-08-23 Richard Paiz Multivariate analysis replica intelligent ambience evolving system
US20160094676A1 (en) * 2012-07-25 2016-03-31 Oracle International Corporation Heuristic caching to personalize applications
US10372781B2 (en) * 2012-07-25 2019-08-06 Oracle International Corporation Heuristic caching to personalize applications
US11741090B1 (en) 2013-02-26 2023-08-29 Richard Paiz Site rank codex search patterns
US11809506B1 (en) * 2013-02-26 2023-11-07 Richard Paiz Multivariant analyzing replicating intelligent ambience evolving system
US20170024405A1 (en) * 2015-07-24 2017-01-26 Samsung Electronics Co., Ltd. Method for automatically generating dynamic index for content displayed on electronic device
US10783210B1 (en) * 2019-05-17 2020-09-22 International Business Machines Corporation Dynamic generation of web browser links based on cognitive analysis

Also Published As

Publication number Publication date
US7634476B2 (en) 2009-12-15

Similar Documents

Publication Publication Date Title
US7634476B2 (en) Ranking of web sites by aggregating web page ranks
US9495452B2 (en) User-sensitive PageRank
US7346621B2 (en) Method and system for ranking objects based on intra-type and inter-type relationships
US20080313168A1 (en) Ranking documents based on a series of document graphs
US7363279B2 (en) Method and system for calculating importance of a block within a display page
US7577650B2 (en) Method and system for ranking objects of different object types
US8145592B2 (en) Calculating web page importance based on a conditional markov random walk
JP5147162B2 (en) Method and system for determining object similarity based on heterogeneous relationships
US7930303B2 (en) Calculating global importance of documents based on global hitting times
JP4746712B2 (en) Calculate document importance by historical importance factoring
US8005784B2 (en) Supervised rank aggregation based on rankings
US9922119B2 (en) Navigational ranking for focused crawling
US8612453B2 (en) Topic distillation via subsite retrieval
US20070005588A1 (en) Determining relevance using queries as surrogate content
US20070143279A1 (en) Identifying important news reports from news home pages
US20070198504A1 (en) Calculating level-based importance of a web page
US20110040752A1 (en) Using categorical metadata to rank search results
JP2005327293A5 (en)
US20080243813A1 (en) Look-ahead document ranking system
US7774340B2 (en) Method and system for calculating document importance using document classifications

Legal Events

Date Code Title Description
AS Assignment

Owner name: MICROSOFT CORPORATION, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:LIU, TIE-YAN;MA, WEI-YING;REEL/FRAME:018200/0273

Effective date: 20060817

STCF Information on status: patent grant

Free format text: PATENTED CASE

CC Certificate of correction
CC Certificate of correction
FPAY Fee payment

Year of fee payment: 4

AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034542/0001

Effective date: 20141014

FPAY Fee payment

Year of fee payment: 8

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20211215