Papers › Expressive Higher-Order Link Prediction through Hypergraph Symmetry Breaking

Expressive Higher-Order Link Prediction through Hypergraph Symmetry Breaking

17 Feb 2024arXiv:2402.11339archive 2025-07-28

Simon Zhang, Cheng Xin, Tamal K. Dey

A hypergraph consists of a set of nodes along with a collection of subsets of the nodes called hyperedges. Higher-order link prediction is the task of predicting the existence of a missing hyperedge in a hypergraph. A hyperedge representation learned for higher order link prediction is fully expressive when it does not lose distinguishing power up to an isomorphism. Many existing hypergraph representation learners, are bounded in expressive power by the Generalized Weisfeiler Lehman-1 (GWL-1) algorithm, a generalization of the Weisfeiler Lehman-1 algorithm. However, GWL-1 has limited expressive power. In fact, induced subhypergraphs with identical GWL-1 valued nodes are indistinguishable. Furthermore, message passing on hypergraphs can already be computationally expensive, especially on GPU memory. To address these limitations, we devise a preprocessing algorithm that can identify certain regular subhypergraphs exhibiting symmetry. Our preprocessing algorithm runs once with complexity the size of the input hypergraph. During training, we randomly replace subhypergraphs identified by the algorithm with covering hyperedges to break symmetry. We show that our method improves the expressivity of GWL-1. Our extensive experiments also demonstrate the effectiveness of our approach for higher-order link prediction on both graph and hypergraph datasets with negligible change in computation.

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="2402.11339")

Code

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

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

simonzhang00/hypergraphsymmetrybreaking officialmentioned in paperpytorchGPL-3.0 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

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

13ran

Licence: 13 of the 13 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 simonzhang00/hypergraphsymmetrybreaking. “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.

cycle_basis simonzhang00/hypergraphsymmetrybreaking/hsb/utils/networkx_cycles.py official repository ran GPL-3.0 (copyleft) · pointer only · ed7df4ea25f646cd · report
find_cycle simonzhang00/hypergraphsymmetrybreaking/hsb/utils/networkx_cycles.py official repository ran GPL-3.0 (copyleft) · pointer only · 1812356870960cad · report
find_open_triangles simonzhang00/hypergraphsymmetrybreaking/experiments/hyperedge_prediction/hypergnn_baseline.py official repository ran GPL-3.0 (copyleft) · pointer only · b099c1a6cb375367 · report
invert_index simonzhang00/hypergraphsymmetrybreaking/experiments/hyperedge_prediction/linkpred_gnn.py official repository ran fingerprinted GPL-3.0 (copyleft) · pointer only · 9dbed61d26a2c917 · report
load_from_json simonzhang00/hypergraphsymmetrybreaking/hsb/datapipe/loader.py official repository ran GPL-3.0 (copyleft) · pointer only · 9a18886baf12e3f9 · report
load_from_pickle simonzhang00/hypergraphsymmetrybreaking/hsb/datapipe/loader.py official repository ran GPL-3.0 (copyleft) · pointer only · 59b335d89644e2b8 · report
load_from_txt simonzhang00/hypergraphsymmetrybreaking/hsb/datapipe/loader.py official repository ran GPL-3.0 (copyleft) · pointer only · 4b0551a721f647b7 · report
min_max_scaler simonzhang00/hypergraphsymmetrybreaking/hsb/datapipe/normalize.py official repository ran fingerprinted GPL-3.0 (copyleft) · pointer only · 719a95cbeae2aa5e · report
norm_ft simonzhang00/hypergraphsymmetrybreaking/hsb/datapipe/normalize.py official repository ran fingerprinted GPL-3.0 (copyleft) · pointer only · 106cc7b8a602ad6d · report
recursive_simple_cycles simonzhang00/hypergraphsymmetrybreaking/hsb/utils/networkx_cycles.py official repository ran GPL-3.0 (copyleft) · pointer only · ce5b8f7876d08ace · report
to_bool_tensor simonzhang00/hypergraphsymmetrybreaking/hsb/datapipe/common.py official repository ran GPL-3.0 (copyleft) · pointer only · 93c91fba4709c5bc · report
to_long_tensor simonzhang00/hypergraphsymmetrybreaking/hsb/datapipe/common.py official repository ran GPL-3.0 (copyleft) · pointer only · 2db6fb00a0128864 · report
to_tensor simonzhang00/hypergraphsymmetrybreaking/hsb/datapipe/common.py official repository ran GPL-3.0 (copyleft) · pointer only · 47ffdc6c06057c66 · report

Tasks

Link Prediction

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SET

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