Papers › Combating Bilateral Edge Noise for Robust Link Prediction

Combating Bilateral Edge Noise for Robust Link Prediction

2 Nov 2023NeurIPS 2023 11arXiv:2311.01196archive 2025-07-28

Zhanke Zhou, Jiangchao Yao, Jiaxu Liu, Xiawei Guo, Quanming Yao, Li He, Liang Wang, Bo Zheng, Bo Han

Although link prediction on graphs has achieved great success with the development of graph neural networks (GNNs), the potential robustness under the edge noise is still less investigated. To close this gap, we first conduct an empirical study to disclose that the edge noise bilaterally perturbs both input topology and target label, yielding severe performance degradation and representation collapse. To address this dilemma, we propose an information-theory-guided principle, Robust Graph Information Bottleneck (RGIB), to extract reliable supervision signals and avoid representation collapse. Different from the basic information bottleneck, RGIB further decouples and balances the mutual dependence among graph topology, target labels, and representation, building new learning objectives for robust representation against the bilateral noise. Two instantiations, RGIB-SSL and RGIB-REP, are explored to leverage the merits of different methodologies, i.e., self-supervised learning and data reparameterization, for implicit and explicit data denoising, respectively. Extensive experiments on six datasets and three GNNs with diverse noisy scenarios verify the effectiveness of our RGIB instantiations. The code is publicly available at: https://github.com/tmlr-group/RGIB.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2311.01196")

Code

Syntology Ran 20 of 34 code samples harvested from 8 repositories linked to this paper; 14 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · violated contract; 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 13 ran with no contract checked.

By repository: official repository: 9 samples from 1 repository, 5 ran; found in paper text by Syntology: 25 samples from 7 repositories, 15 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

tmlr-group/rgib officialmentioned in paperpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

34 samples harvested; 20 ran; 2 honoured the contract we drafted; 14 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
1ran · violated contract
3ran · our draft was wrong
1ran · fixture could not drive it
13ran
14unverified

Licence: 16 of the 34 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 8 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

generateNoisyEdges tmlr-group/rgib/code/mixed-noise-generation.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 409c3864b5df44a2 · report
getDistanceMatrix tmlr-group/rgib/code/mixed-noise-generation.py official repository ran · our draft was wrong MIT (permissive) · d473d7ce4815a1f2 · report
jensen_shannon_distance tmlr-group/RGIB/code/utils.py official repository ran fingerprinted MIT (permissive) · 8eb2022e63f3cdeb · report
lunif tmlr-group/RGIB/code/loss.py official repository ran fingerprinted MIT (permissive) · 4515b40a239b4ddc · report
sampling_MI tmlr-group/rgib/code/RGIB-rep-training.py official repository ran · our draft was wrong MIT (permissive) · ab6aec3ea2b97d07 · report
getDataset tmlr-group/RGIB/code/utils.py official repository unverified MIT (permissive) · 2b30a97cae58f081 · report
getGNNArch_tmp tmlr-group/RGIB/code/RGIB-rep-training.py official repository unverified MIT (permissive) · 04403559a70cb189 · report
standard_train_trial tmlr-group/RGIB/code/RGIB-rep-training.py official repository unverified MIT (permissive) · b7a7eb6330cc4bb7 · report
standard_train_trial tmlr-group/RGIB/code/standard-training.py official repository unverified MIT (permissive) · c4135a809c5eb290 · report
GGCL_D DSE-MSU/DeepRobust/deeprobust/graph/defense/r_gcn.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · ba76b03db9248946 · report
GGCL_F DSE-MSU/DeepRobust/deeprobust/graph/defense/r_gcn.py found in paper text by Syntology ran MIT (permissive) · 2bc8cab5c6ba3c6d · report
RGCN DSE-MSU/DeepRobust/deeprobust/graph/defense/r_gcn.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 113eaa2f60b75746 · report
call_bn bhanML/Co-teaching/model.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 7937f88152d63f61 · report
dot flyingdoog/PTDNet/NeuralSparse/layers.py found in paper text by Syntology ran no licence file found · pointer only · 4dbcacad67a07f0e · report
get_layer_uid flyingdoog/PTDNet/NeuralSparse/layers.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · b82968db452628fd · report
get_reparam_num_neurons snap-stanford/GIB/util.py found in paper text by Syntology ran MIT (permissive) · 01e22d114b1da6d8 · report
loss_coteaching bhanML/Co-teaching/loss.py found in paper text by Syntology ran no licence file found · pointer only · 4bb8724aa829258e · report
masked_sigmoid_cross_entropy flyingdoog/PTDNet/metrics.py found in paper text by Syntology ran no licence file found · pointer only · dfee757e2af344c6 · report
parse_index_file flyingdoog/PTDNet/utils.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · c1d6392f89c5e495 · report
sample_lognormal snap-stanford/GIB/util.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 62508539722283e0 · report
sample_mask flyingdoog/PTDNet/utils.py found in paper text by Syntology ran · violated contract fingerprinted no licence file found · pointer only · b32fd748b4bbe3bf · report
set_optimizer HobbitLong/SupContrast/util.py found in paper text by Syntology ran BSD-2-Clause (permissive) · a44a1925c2c778ba · report
sigmoid_cross_entropy flyingdoog/PTDNet/metrics.py found in paper text by Syntology ran no licence file found · pointer only · a2f118a9c3aab3ec · report
zeros flyingdoog/PTDNet/inits.py found in paper text by Syntology ran no licence file found · pointer only · b190ef9c60b2629a · report
VIBGSL RingBDStack/VIB-GSL/gsl.py found in paper text by Syntology unverified no licence file found · pointer only · 681b733b07691df9 · report
accuracy HobbitLong/SupContrast/util.py found in paper text by Syntology unverified BSD-2-Clause (permissive) · 913d82af53065418 · report
entropy_loss SJYuCNEL/PRI-Graphs/graph_sparse.py found in paper text by Syntology unverified no licence file found · pointer only · ebac4362ac395e38 · report
glorot flyingdoog/PTDNet/inits.py found in paper text by Syntology unverified no licence file found · pointer only · 1b491f3f784b7cb0 · report
load_data flyingdoog/PTDNet/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 7e7158e6b82fa608 · report
scatter_sample snap-stanford/GIB/util.py found in paper text by Syntology unverified MIT (permissive) · eb83ba63e3393a08 · report
set_loader HobbitLong/SupContrast/main_ce.py found in paper text by Syntology unverified BSD-2-Clause (permissive) · 2297ed2ca4911b7c · report
sparse_dropout flyingdoog/PTDNet/NeuralSparse/layers.py found in paper text by Syntology unverified no licence file found · pointer only · 107e7afdd93ee0b4 · report
uniform flyingdoog/PTDNet/inits.py found in paper text by Syntology unverified no licence file found · pointer only · b0d1b78daecde7e9 · report
vn_entropy SJYuCNEL/PRI-Graphs/graph_sparse.py found in paper text by Syntology unverified no licence file found · pointer only · 0672693e7656212b · report

Tasks

DenoisingLink PredictionPredictionSelf-Supervised Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections