Dynamic Link Prediction with Temporally Enhanced Signed Graph Neural Networks

41d ago · Global · primary source: export.arxiv.org

A modular framework that retrofits static signed graph neural networks with temporal awareness has been proposed, targeting the challenge of predicting evolving cooperative and adversarial links in networks such as financial transactions and social media [1]. The framework, detailed in a paper submitted on 25 May 2026, introduces a Historical Context Integration Module (HCIM) designed to integrate historical context into otherwise static architectures [1]. The HCIM combines learnable recency-aware temporal weighting, LSTM-based embedding trajectory modeling, and multi-head temporal attention to capture both short- and long-term signed interaction dynamics [1]. Historical information is fused with current node representations using either global or node-adaptive weighting, allowing the architecture-agnostic framework to accommodate heterogeneous temporal behaviors [1]. This approach addresses a known gap in the field, where graph neural networks perform well for static or unsigned link prediction but struggle with the interaction of signed relations, evolving structure, and balance-theoretic constraints [1]. The study of networks has deep roots in the social sciences. Social network analysis, which emerged from social psychology, sociology, and graph theory, provides methods for analyzing the structure of social entities and the dynamics of networks [4]. Jacob Moreno developed the first sociograms in the 1930s to study interpersonal relationships, and the field was mathematically formalized in the 1950s [4]. Modern applications extend beyond sociology; temporal signed networks model relationships in trust and reputation systems and financial transaction networks [1]. The underlying machine learning techniques belong to the broader field of deep learning, which utilizes multilayered neural networks for tasks such as classification and representation learning [3]. Common architectures include transformers, recurrent neural networks, and convolutional neural networks [3]. The researchers instantiated their temporal enhancement framework on the Self-Explainable Signed Graph Transformer (SE-SGformer), preserving the model's interpretability while extending it with temporal awareness [1]. Experiments were conducted on real-world and synthetic temporal signed networks, including Bitcoin OTC, Bitcoin Alpha, Reddit, and small-world network models [1]. The results demonstrated consistent and statistically significant improvements over the static baseline [1]. While the framework is applied to social and financial networks, the concept of modeling dynamic, signed interactions in complex systems is a broader scientific challenge. For instance, gene regulatory networks are collections of molecular regulators that interact to govern gene expression, with some transcription factors acting as activators and others as inhibitors, creating complex feedback loops that control processes from embryogenesis to cell proliferation in cancer [5].

tool-releasesafety-researchresearch-papercommentary

Background sources we checked (4)
  • arxiv.org ↗ Temporal signed networks (TSNs) model the time evolution of cooperative and adversarial relationships that arise in applications such as social media analysis, trust and reputation systems, and financial transaction networks. While graph neural networks (GNNs) perform well for st…
  • en.wikipedia.org ↗ In machine learning, deep learning (DL) focuses on utilizing multilayered neural networks to perform tasks such as classification, regression, and representation learning. The field takes inspiration from biological neuroscience and revolves around stacking artificial neurons int…
  • en.wikipedia.org ↗ A social network is a social structure consisting of a set of social actors (such as individuals or organizations), networks of dyadic ties, and other social interactions between actors. The social network perspective provides a set of methods for analyzing the structure of whole…
  • en.wikipedia.org ↗ A gene (or genetic) regulatory network (GRN) is a collection of molecular regulators that interact with each other and with other substances in the cell to govern the gene expression levels of mRNA and proteins which, in turn, determine the function of the cell. GRNs also play a …

Sources

Spot something wrong? Report an issue