SILGOct 17, 2021

POLE: Polarized Embedding for Signed Networks

arXiv:2110.09899v347 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of reducing polarization in social media by improving conflict prediction, though it is an incremental advance in signed network embedding.

The paper tackles the problem of predicting negative links in polarized signed networks, which existing models struggle with due to sparse data, and proposes POLE, a method that achieves significant improvements in signed link prediction, with gains of up to one order of magnitude for negative links.

From the 2016 U.S. presidential election to the 2021 Capitol riots to the spread of misinformation related to COVID-19, many have blamed social media for today's deeply divided society. Recent advances in machine learning for signed networks hold the promise to guide small interventions with the goal of reducing polarization in social media. However, existing models are especially ineffective in predicting conflicts (or negative links) among users. This is due to a strong correlation between link signs and the network structure, where negative links between polarized communities are too sparse to be predicted even by state-of-the-art approaches. To address this problem, we first design a partition-agnostic polarization measure for signed graphs based on the signed random-walk and show that many real-world graphs are highly polarized. Then, we propose POLE (POLarized Embedding for signed networks), a signed embedding method for polarized graphs that captures both topological and signed similarities jointly via signed autocovariance. Through extensive experiments, we show that POLE significantly outperforms state-of-the-art methods in signed link prediction, particularly for negative links with gains of up to one order of magnitude.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes