Predicting Signed Edges with $O(n^{1+o(1)} \log{n})$ Queries
Michael Mitzenmacher, Charalampos E. Tsourakakis

TL;DR
This paper presents an efficient algorithm for predicting the signs of edges in signed graphs, modeling the problem as noisy correlation clustering, and achieves near-linear query complexity with high probability.
Contribution
The authors introduce a novel algorithm that recovers signed graph clusterings with high probability using a near-linear number of queries, even in noisy settings.
Findings
Algorithm recovers clustering with high probability
Query complexity is $O(n^{1+1/\log\log n}\log n)$
Extends to $k \\geq 3$ clusters with constant gap
Abstract
Social networks and interactions in social media involve both positive and negative relationships. Signed graphs capture both types of relationships: positive edges correspond to pairs of "friends", and negative edges to pairs of "foes". The {\em edge sign prediction problem}, which aims to predict whether an interaction between a pair of nodes will be positive or negative, is an important graph mining task for which many heuristics have recently been proposed \cite{leskovec2010predicting,leskovec2010signed}. Motivated by social balance theory, we model the edge sign prediction problem as a noisy correlation clustering problem with two clusters. We are allowed to query each pair of nodes whether they belong to the same cluster or not, but the answer to the query is corrupted with some probability . Let be the gap. We provide an algorithm that…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Network Analysis Techniques · Advanced Graph Neural Networks · Complexity and Algorithms in Graphs
