Predicting Signed Edges with O(n1+o(1) n) Queries

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 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 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 0<q<12. Let c=12-q be the gap. We provide an algorithm that recovers the clustering with high probability in the presence of noise for any constant gap c with O(n1+1nn) queries. Our algorithm uses simple breadth first search as its main algorithmic primitive. Finally, we provide a novel generalization to k ≥ 3 clusters and prove that our techniques can recover the clustering if the gap is constant in this generalized setting.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…