HITS algorithm

E336027

The HITS algorithm is a link analysis method that ranks web pages by separately evaluating their authority and hub scores based on the structure of hyperlinks.

All labels observed (2)

Label Occurrences
HITS algorithm canonical 2
Hyperlink-Induced Topic Search 1

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf graph algorithm
link analysis algorithm
web search algorithm
alsoKnownAs Hubs and Authorities algorithm
HITS algorithm
surface form: Hyperlink-Induced Topic Search
application analyzing social networks
community detection in graphs
identifying authoritative sources in citation networks
ranking web pages for a specific topic
assumes links represent endorsements or recommendations
basedOn hyperlink structure
citationTitle Authoritative sources in a hyperlinked environment
computes eigenvectors of A-A-transpose
eigenvectors of A-transpose-A
convergesTo principal eigenvector of A-A-transpose for hub scores
principal eigenvector of A-transpose-A for authority scores
coreIdea good authorities are pointed to by good hubs
good hubs point to good authorities
creator Jon Kleinberg
differentFrom PageRank algorithm
surface form: PageRank
distinctionFromPageRank HITS computes separate hub and authority scores
HITS is typically query-dependent
PageRank is typically query-independent
field information retrieval
network analysis
web mining
influenced subsequent link analysis methods
input adjacency matrix of hyperlinks
directed graph of web pages
limitation topic drift
vulnerability to link spam
mathematicalFoundation linear algebra
spectral graph theory
output authority scores for nodes
hub scores for nodes
publicationYear 1999
publishedIn Journal of the ACM
relatedTo PageRank algorithm
surface form: PageRank
requires connected subgraph around query results
step construct root set from search results
expand to base set by adding in-linking and out-linking pages
iteratively update hub and authority scores until convergence
updateRule authority score is proportional to sum of hub scores of linking pages
hub score is proportional to sum of authority scores of linked pages
usedIn early web search engines research
usesConcept authority score
hub score
usesMethod iterative refinement
power iteration

How these facts were elicited

Referenced by (3)

Full triples — surface form annotated when it differs from this entity's canonical label.

PageRank algorithm relatedConcept HITS algorithm
subject surface form: PageRank
HITS algorithm alsoKnownAs HITS algorithm
this entity surface form: Hyperlink-Induced Topic Search
Jon Kleinberg notableWork HITS algorithm