Papers › Pure Message Passing Can Estimate Common Neighbor for Link Prediction

Pure Message Passing Can Estimate Common Neighbor for Link Prediction

2 Sep 2023arXiv:2309.00976archive 2025-07-28

Kaiwen Dong, Zhichun Guo, Nitesh V. Chawla

Message Passing Neural Networks (MPNNs) have emerged as the {\em de facto} standard in graph representation learning. However, when it comes to link prediction, they often struggle, surpassed by simple heuristics such as Common Neighbor (CN). This discrepancy stems from a fundamental limitation: while MPNNs excel in node-level representation, they stumble with encoding the joint structural features essential to link prediction, like CN. To bridge this gap, we posit that, by harnessing the orthogonality of input vectors, pure message-passing can indeed capture joint structural features. Specifically, we study the proficiency of MPNNs in approximating CN heuristics. Based on our findings, we introduce the Message Passing Link Predictor (MPLP), a novel link prediction model. MPLP taps into quasi-orthogonal vectors to estimate link-level structural features, all while preserving the node-level complexities. Moreover, our approach demonstrates that leveraging message-passing to capture structural features could offset MPNNs' expressiveness limitations at the expense of estimation variance. We conduct experiments on benchmark datasets from various domains, where our method consistently outperforms the baseline methods.

PaperPDFCodeCode 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="2309.00976")

Code

Syntology Ran 5 of 10 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 5 ran with no contract checked.

By repository: official repository: 10 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Barcavin/efficient-node-labelling officialmentioned on GitHubpytorch 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

10 samples harvested; 5 ran; 0 honoured the contract we drafted; 5 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.

5ran
5unverified

Licence: 10 of the 10 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 Barcavin/efficient-node-labelling. “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.

barabasi_albert Barcavin/efficient-node-labelling/graph_generation.py official repository ran no licence file found · pointer only · 3f4feffe7a709b10 · report
dotproduct_naive Barcavin/efficient-node-labelling/node_label.py official repository ran fingerprinted no licence file found · pointer only · 2f88e938b8c51a8a · report
erdos_renyi Barcavin/efficient-node-labelling/graph_generation.py official repository ran no licence file found · pointer only · 5ab4deddff163d3b · report
grid Barcavin/efficient-node-labelling/graph_generation.py official repository ran no licence file found · pointer only · 6d854e401e59d083 · report
read_wiki Barcavin/efficient-node-labelling/snap_dataset.py official repository ran no licence file found · pointer only · 6723e03ef3028400 · report
load_unsplitted_data Barcavin/efficient-node-labelling/utils.py official repository unverified no licence file found · pointer only · 0c0ba00388ce84ae · report
randomsplit Barcavin/efficient-node-labelling/utils.py official repository unverified no licence file found · pointer only · 38f108f4840e3bec · report
read_ego Barcavin/efficient-node-labelling/snap_dataset.py official repository unverified no licence file found · pointer only · bda8c8cab90cadac · report
read_soc Barcavin/efficient-node-labelling/snap_dataset.py official repository unverified no licence file found · pointer only · d2b9601c37b18581 · report
test_hits Barcavin/efficient-node-labelling/train_utils.py official repository unverified no licence file found · pointer only · c7e2089f8ace1175 · report

Tasks

Graph Representation LearningLink PredictionPredictionRepresentation Learning

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Link Property Prediction ogbl-citation2 MPLP Ext. data No #2 of 23 Archive leaderboard report
Link Property Prediction ogbl-citation2 MPLP Number of params 749757283 #2 of 23 Archive leaderboard report
Link Property Prediction ogbl-citation2 MPLP Test MRR 0.9072 ± 0.0012 #2 of 23 Archive leaderboard report
Link Property Prediction ogbl-citation2 MPLP Validation MRR 0.9074 ± 0.0011 #2 of 23 Archive leaderboard report
Link Property Prediction ogbl-ppa MPLP Ext. data No #4 of 26 Archive leaderboard report
Link Property Prediction ogbl-ppa MPLP Number of params 147794531 #4 of 26 Archive leaderboard report
Link Property Prediction ogbl-ppa MPLP Test Hits@100 0.6524 ± 0.0150 #4 of 26 Archive leaderboard report
Link Property Prediction ogbl-ppa MPLP Validation Hits@100 0.6685 ± 0.0073 #4 of 26 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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