Papers › Charting the Design Space of Neural Graph Representations for Subgraph Matching

Charting the Design Space of Neural Graph Representations for Subgraph Matching

27 Oct 2025ICLRarXiv:2510.22897added by Syntology

Vaibhav Raj, Indradyumna Roy, Ashwin Ramachandran, Soumen Chakrabarti, Abir De

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Subgraph matching is vital in knowledge graph (KG) question answering, molecule design, scene graph, code and circuit search, etc. Neural methods have shown promising results for subgraph matching. Our study of recent systems suggests refactoring them into a unified design space for graph matching networks. Existing methods occupy only a few isolated patches in this space, which remains largely uncharted. We undertake the first comprehensive exploration of this space, featuring such axes as attention-based vs. soft permutation-based interaction between query and corpus graphs, aligning nodes vs. edges, and the form of the final scoring network that integrates neural representations of the graphs. Our extensive experiments reveal that judicious and hitherto-unexplored combinations of choices in this space lead to large performance benefits. Beyond better performance, our study uncovers valuable insights and establishes general design principles for neural graph representation and interaction, which may be of wider interest.

PaperPDFCode 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="2510.22897")

Code

Syntology Ran 2 of 18 code samples harvested from 1 repository linked to this paper; 16 have no recorded run. Of those that ran: 2 ran · our draft was wrong.

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

structlearning/neural-subm-design-space found in paper text by Syntology report

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

18 samples harvested; 2 ran; 0 honoured the contract we drafted; 16 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 · our draft was wrong
16unverified

Licence: 18 of the 18 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 structlearning/neural-subm-design-space. “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.

get_graph_features structlearning/neural-subm-design-space/utils/model_utils.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 9369db470a2582dd · report
unsorted_segment_sum structlearning/neural-subm-design-space/GMN/segment.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 65ea513617120aff · report
approximate_hamming_similarity structlearning/neural-subm-design-space/GMN/loss.py found in paper text by Syntology unverified no licence file found · pointer only · 95afc6f0962b5c2a · report
auc structlearning/neural-subm-design-space/GMN/evaluation.py found in paper text by Syntology unverified no licence file found · pointer only · 178cde1547585aa1 · report
compute_similarity structlearning/neural-subm-design-space/GMN/evaluation.py found in paper text by Syntology unverified no licence file found · pointer only · 445104cd8f5adc37 · report
euclidean_distance structlearning/neural-subm-design-space/GMN/loss.py found in paper text by Syntology unverified no licence file found · pointer only · 69e7dcdc10127913 · report
exact_hamming_similarity structlearning/neural-subm-design-space/GMN/evaluation.py found in paper text by Syntology unverified no licence file found · pointer only · e85d09a07bd37574 · report
get_datasets structlearning/neural-subm-design-space/subgraph_matching/dataset.py found in paper text by Syntology unverified no licence file found · pointer only · 120db67dbd20f0a2 · report
pairwise_cosine_similarity structlearning/neural-subm-design-space/GMN/graphmatchingnetwork.py found in paper text by Syntology unverified no licence file found · pointer only · b0a1692650a31872 · report
pairwise_dot_product_similarity structlearning/neural-subm-design-space/GMN/graphmatchingnetwork.py found in paper text by Syntology unverified no licence file found · pointer only · 9a12e8146ffaef47 · report
pairwise_euclidean_similarity structlearning/neural-subm-design-space/GMN/graphmatchingnetwork.py found in paper text by Syntology unverified no licence file found · pointer only · 95b1b93041fc8ad0 · report
pairwise_loss structlearning/neural-subm-design-space/GMN/loss.py found in paper text by Syntology unverified no licence file found · pointer only · a4f527c188a5f7fd · report
permute_graph_nodes structlearning/neural-subm-design-space/GMN/dataset.py found in paper text by Syntology unverified no licence file found · pointer only · ff70e907d342b902 · report
reshape_and_split_tensor structlearning/neural-subm-design-space/GMN/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 0682e111e0999ca2 · report
sample_gumbel structlearning/neural-subm-design-space/utils/model_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 1deb3935695bf27e · report
segment_sum structlearning/neural-subm-design-space/GMN/segment.py found in paper text by Syntology unverified no licence file found · pointer only · be8026886bac2429 · report
sinkhorn_iters structlearning/neural-subm-design-space/utils/model_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 69274fe8fd16ca44 · report
substitute_random_edges structlearning/neural-subm-design-space/GMN/dataset.py found in paper text by Syntology unverified no licence file found · pointer only · 19a40503f8bc9732 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2510.22897, was issued in October 2025, after that date, so the archive has no leaderboard rows for it.

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