Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

DropEdge not Foolproof: Effective Augmentation Method for Signed Graph Neural Networks

About

The paper discusses signed graphs, which model friendly or antagonistic relationships using edges marked with positive or negative signs, focusing on the task of link sign prediction. While Signed Graph Neural Networks (SGNNs) have advanced, they face challenges like graph sparsity and unbalanced triangles. The authors propose using data augmentation (DA) techniques to address these issues, although many existing methods are not suitable for signed graphs due to a lack of side information. They highlight that the random DropEdge method, a rare DA approach applicable to signed graphs, does not enhance link sign prediction performance. In response, they introduce the Signed Graph Augmentation (SGA) framework, which includes a structure augmentation module to identify candidate edges and a strategy for selecting beneficial candidates, ultimately improving SGNN training. Experimental results show that SGA significantly boosts the performance of SGNN models, with a notable 32.3% improvement in F1-micro for SGCN on the Slashdot dataset.

Zeyu Zhang, Lu Li, Shuyan Wan, Sijie Wang, Zhiyi Wang, Zhiyuan Lu, Dong Hao, Wanli Li• 2024

Related benchmarks

TaskDatasetResultRank
Link Sign PredictionBitcoin-Alpha--
52
Signed Link PredictionBitcoin-Alpha (test)
F1 Score0.972
21
Signed Link PredictionEpinions (test)
F1 Score95.4
21
Signed Link PredictionSlashdot (test)
F1 Score89.4
21
Link Sign PredictionBitcoin-otc (test)
AUC90.7
10
Link Sign PredictionWiki-elec (test)
AUC89.3
10
Link Sign PredictionWiki-RfA (test)
AUC88
10
Link Sign PredictionEpinions
F1-micro92
10
Link Sign PredictionSlashdot
F1-micro83.2
10
Link Sign PredictionWiki-elec
F1-micro85.6
10
Showing 10 of 12 rows

Other info

Code

Follow for update