Signed Graph Autoencoder for Explainable and Polarization-Aware Network Embeddings
Nikolaos Nakis, Chrysoula Kosma, Giannis Nikolentzos, Michalis Chatzianastasis, Iakovos Evdaimon, Michalis Vazirgiannis
TL;DR
The paper addresses signed graph representation learning by introducing SGAAE, a two-space, archetype-based autoencoder that uses a Skellam likelihood to model signed edges and a learned archetypal polytope to encode polarization. It equips separate GNN encoders for positive and negative interactions and enforces self-explainability through archetype memberships, enabling 2-level polarization to capture both intra- and inter-community dynamics. Empirical results on four real-world datasets show state-of-the-art performance in signed link prediction and reveal interpretable archetypes that distinguish positive and negative structures, with notable gains in challenging negative-link tasks. This approach offers a principled, explainable framework for analyzing polarization in social networks and could inform interventions addressing echo chambers and conflicting communities, while acknowledging optimization and parameter-count challenges.
Abstract
Autoencoders based on Graph Neural Networks (GNNs) have garnered significant attention in recent years for their ability to extract informative latent representations, characterizing the structure of complex topologies, such as graphs. Despite the prevalence of Graph Autoencoders, there has been limited focus on developing and evaluating explainable neural-based graph generative models specifically designed for signed networks. To address this gap, we propose the Signed Graph Archetypal Autoencoder (SGAAE) framework. SGAAE extracts node-level representations that express node memberships over distinct extreme profiles, referred to as archetypes, within the network. This is achieved by projecting the graph onto a learned polytope, which governs its polarization. The framework employs a recently proposed likelihood for analyzing signed networks based on the Skellam distribution, combined with relational archetypal analysis and GNNs. Our experimental evaluation demonstrates the SGAAEs' capability to successfully infer node memberships over the different underlying latent structures while extracting competing communities formed through the participation of the opposing views in the network. Additionally, we introduce the 2-level network polarization problem and show how SGAAE is able to characterize such a setting. The proposed model achieves high performance in different tasks of signed link prediction across four real-world datasets, outperforming several baseline models.
