Strike directory section: Computers Software Information_Retrieval Ranking By_Context Image Mp3 Ftp Kids News
MetaStrike.com, Advanced MetaSearch Engine
Multi Search Add Bookmark! Make MetaStrike Your Homepage




Home:   Computers:   Software:   Information Retrieval:   Ranking:   By Context   

Sites:

  •  PageRank as a Random Walk  - http://www8.org/w8-papers/2c-search-discover/measuring/measuring.html
     A general framework for measuring the quality of an index and providing the background on the PageRank and Random Walks. Imagine a Web surfer who wanders the Web. At each step, he/she either jumps to a page on the Web chosen uniformly at random, or follows a link chosen from those on the current page.
  •  PageRank Computation Methods  - http://www2002.org/CDROM/poster/173.pdf
     A poster paper by Stanford db group which describes iterative methods for calculating PageRank. [PDF format]
  •  What is this Page Known for? Computing Web Page Reputations,  - http://www.cs.ualberta.ca/~drafiei/papers/www9.ps
     PageRank and Hub and Authority generalization based on the topic of Web Pages. Definition of a model where a surfer can move forward (following an out-going link) and backward (following an in-going link in the inverse direction). [PS format]
  •  Authoritative Sources in a Hyperlinked Environment  - http://www.cs.cornell.edu/home/kleinber/auth.pdf
     HITs is a link-structure analysis algorithm which ranks pages by "authorities" (pages which have many incoming links and provide the best source of information on a given topic) and "hubs" (pages which have many outgoing links and provide useful lists of possibly relevant pages). Ranking is performed at query time. [PDF format]
  •  The Clever Project  - http://www.almaden.ibm.com/cs/k53/clever.html
     The CLEVER search engine incorporates several algorithms that make use of hyperlink structure for discovering information on the Web. It is an extension of Hits method.
  •  SALSA: The Stochastic Approach for Link-Structure Analysis  - http://www.cs.technion.ac.il/~moran/r/PS/lm-feb01.ps
     A focused search algorithm (SALSA) based on Markov chains. It starts with a query on a broad topic, discards useless links, and then weights the remaining terms. A stochastic crawl is used to discover the authorities on this topic. [PS format]
  •  Web Page Scoring Systems for Horizontal and Vertical Search  - http://www2002.org/CDROM/refereed/629/
     "Random Surfer" model extension. At each step of traversal of the Web graph, the surfer can jump to a random node or follow a hyperlink or follow a back-link (a hyperlink in the inverse direction) or stay in the same node.
  •  Link Analysis, Eigenvectors, and Stability  - http://www.cs.berkeley.edu/~alicez/ijcai01-linkanalysis.ps
     Do Hits and PageRank (and some variations) give stable rankings under small perturbations to the linkage patterns? [PS format]
  •  PageRank: A Circuital Analysis  - http://www2002.org/CDROM/poster/165.pdf
     It shows some theoretical results for understanding the distribution of the score in the Web according to PageRank. Seven golden rules for building good pages are presented. [PDF format]
  •  Probabilistic Combination of Content and Links  - http://research.microsoft.com/copyright/accept.asp?path=http://research.microsoft.com/~sdumais/SIGIR2001-LinksRevisedSubmitted.pdf&pub=ACM
     It introduces a probabilistic model that integrates link topology (used to identify important pages), anchor text (used to augment the text of cited pages), and activation (spread to linked pages). Experiments are on MSN Directory. [PDF format]
  •  Towards Exploiting Link Evolution  - http://www.almaden.ibm.com/cs/people/siva/papers/linkevol.ps
     It describes how to compute incrementally PageRank when Web graph's link topology changes. [PS format]
  •  Web-Trec 8 and PageRank  - http://trec.nist.gov/pubs/trec8/papers/acsys.pdf
     About the using of PageRank in Web Track 8 "large" and "small" datasets. [PDF format]
  •  Survey on Google's PageRank  - http://pr.efactory.de/
     Information on the algorithm, how to increase PageRank, what diminishes it and how to distribute PageRank within a website.
  •  The PageRank Citation Ranking: Bringing Order to the Web  - http://dbpubs.stanford.edu:8090/pub/1999-66
     First Stanford paper about PageRank. It is a static ranking, performed at indexing time, which interprets a link from page A to page B as a vote, by page A, for page B. Web is seen as a direct graph and votes recursively propagate from nodes to nodes. Ranking is performed at indexing time. Used by Google.
  •  Adaptive On-Line Page Importance Computation  - http://www2003.org/cdrom/papers/refereed/p007/p7-abiteboul.html
     A good explanation about the convergence of various algorithms. This paper also describes an adaptive and on-line algorithm for computing the page importance. It can be used for focus crawling as well as for search engine's ranking.
  •  Larry Page Describes PageRank  - http://www-db.stanford.edu/~backrub/pageranksub.ps
     Postscript-format slides which introduces citation importance ranking by Larry Page, Google's founder.
  •  Extrapolation Methods for Accelerating PageRank Computations  - http://www.stanford.edu/~sdkamvar/papers/extrapolation.pdf
     A paper about the computation of PageRank using the standard Power Method and the new Quadratic Extrapolation which computes the principal eigenvector of the Markov matrix representing the Web link graph with an increased speed up of about 50-300%.
  •  Topic -Sensitive Page Rank  - http://www2002.org/CDROM/refereed/127/
     Integrates ODP data in PageRank calculation for performing query time probabilistic ranking.
  •  WWW2003 - Scaling Personalized Web Search  - http://www2003.org/cdrom/papers/refereed/p185/html/p185-jeh.html
     Presentation paper. Link Popularity algorithms biased according to a user-specified set of given interesting pages.