Scalable Signed Exponential Random Graph Models under Local Dependence
Marc Schalberger, Cornelius Fritz
TL;DR
The paper tackles scalable analysis of large signed networks by enforcing local dependence through nonoverlapping blocks, combining within-block signed ERGMs with between-block signed SBMs. It develops a two-step estimation: a variational MM-based SBM approximation to learn block structure, followed by ERGM parameter estimation conditional on blocks, with uncertainty quantification via multiple imputations over blockings. The approach is demonstrated on large synthetic networks and a Wikipedia editor network, uncovering patterns consistent with structural balance and showing superior block recovery and fit for local-dependence models versus global-dependence benchmarks. An open-source R package bigsergm实现s the full pipeline, enabling practical application to thousands of nodes.
Abstract
Traditional network analysis focuses on binary edges, while real-world relationships are more nuanced, encompassing cooperation, neutrality, and conflict. The rise of negative edges in social media discussions spurred interest in analyzing signed interactions, especially in polarized debates. However, the vast data generated by digital networks presents challenges for traditional methods like Stochastic Block Models (SBM) and Exponential Family Random Graph Models (ERGM), particularly due to the homogeneity assumption and global dependence, which become increasingly unrealistic as network size grows. To address this, we propose a novel method that combines the strengths of SBM and ERGM while mitigating their weaknesses by incorporating local dependence based on nonoverlapping blocks. Our approach involves a two-step process: First, decomposing the network into sub-networks using SBM approximation, and, second, estimating parameters using ERGM methods. We validate our method on large synthetic networks and apply it to a signed Wikipedia network of thousands of editors. Through the use of local dependence, we find patterns consistent with structural balance theory.
