Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) 2014
DOI: 10.3115/v1/p14-1131
|View full text |Cite
|
Sign up to set email alerts
|

CoSimRank: A Flexible and Efficient Graph-Theoretic Similarity Measure

Abstract: We present CoSimRank, a graph-theoretic similarity measure that is efficient because it can compute a single node similarity without having to compute the similarities of the entire graph. We present equivalent formalizations that show CoSimRank's close relationship to Personalized PageRank and SimRank and also show how we can take advantage of fast matrix multiplication algorithms to compute CoSimRank. Another advantage of CoSimRank is that it can be flexibly extended from basic node-node similarity to severa… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
34
0

Year Published

2015
2015
2023
2023

Publication Types

Select...
5
3
1

Relationship

0
9

Authors

Journals

citations
Cited by 34 publications
(35 citation statements)
references
References 24 publications
0
34
0
Order By: Relevance
“…Conventional measures for comparing PPR vectors calculate the probability that a random walker meets a particular node after a specific number of iterations, which is potentially problematic (Rothe and Schütze, 2014). For example, consider the following connected nodes:…”
Section: Comparing Vectorsmentioning
confidence: 99%
See 1 more Smart Citation
“…Conventional measures for comparing PPR vectors calculate the probability that a random walker meets a particular node after a specific number of iterations, which is potentially problematic (Rothe and Schütze, 2014). For example, consider the following connected nodes:…”
Section: Comparing Vectorsmentioning
confidence: 99%
“…To prevent this type of false similarity, the random walker needs to take into account the walking path to reach a particular node (Rothe and Schütze, 2014). We formalize this by defining the semantic similarity of two sets of nodes I and J as:…”
Section: Comparing Vectorsmentioning
confidence: 99%
“…Intuitively, the central theme behind SimRank is that "two nodes are considered as similar if their incoming neighbors are themselves similar". Based on this idea, there have emerged two widely-used SimRank models: (1) Li et al's model (e.g., [6,8,13,18,27]) and (2) Jeh and Widom's model (e.g., [4,9,11,16,20] Given a directed graph G = (V, E) with a node set V and an edge set E, let Q be its backward transition matrix (that is, the transpose of the column-normalized adjacency matrix), whose entry [Q] i,j = 1/in-degree(i) if there is an edge from j to i, and 0 otherwise. Then, Li et al's SimRank matrix, denoted by S, is defined as…”
Section: Simrank Backgroundmentioning
confidence: 99%
“…Baselines. We compare our Co-Simmate with 1) Ite-Mat (Rothe and Schütze, 2014), a Co-Simrank method using the dot product of Pagerank vectors. 2) K-Sim (Kusumoto et al, 2014), a linearized method modified to Co-Simrank.…”
Section: Experimental Settingsmentioning
confidence: 99%