Papers › Score-based Generative Modeling of Graphs via the System of Stochastic Differential Equations

Score-based Generative Modeling of Graphs via the System of Stochastic Differential Equations

5 Feb 2022arXiv:2202.02514archive 2025-07-28

Jaehyeong Jo, Seul Lee, Sung Ju Hwang

Generating graph-structured data requires learning the underlying distribution of graphs. Yet, this is a challenging problem, and the previous graph generative methods either fail to capture the permutation-invariance property of graphs or cannot sufficiently model the complex dependency between nodes and edges, which is crucial for generating real-world graphs such as molecules. To overcome such limitations, we propose a novel score-based generative model for graphs with a continuous-time framework. Specifically, we propose a new graph diffusion process that models the joint distribution of the nodes and edges through a system of stochastic differential equations (SDEs). Then, we derive novel score matching objectives tailored for the proposed diffusion process to estimate the gradient of the joint log-density with respect to each component, and introduce a new solver for the system of SDEs to efficiently sample from the reverse diffusion process. We validate our graph generation method on diverse datasets, on which it either achieves significantly superior or competitive performance to the baselines. Further analysis shows that our method is able to generate molecules that lie close to the training distribution yet do not violate the chemical valency rule, demonstrating the effectiveness of the system of SDEs in modeling the node-edge relationships. Our code is available at https://github.com/harryjo97/GDSS.

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

Code

Syntology Ran 14 of 26 code samples harvested from 2 repositories linked to this paper; 12 have no recorded run. Of those that ran: 3 ran · honoured contract; 7 ran · our draft was wrong; 4 ran with no contract checked.

By repository: official repository: 13 samples from 1 repository, 6 ran; community (archive-listed): 13 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

harryjo97/gdss officialmentioned in papermentioned on GitHubpytorch report
AdrienC21/CCSD mentioned 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

26 samples harvested; 14 ran; 3 honoured the contract we drafted; 12 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.

3ran · honoured contract
7ran · our draft was wrong
4ran
12unverified

Licence: 13 of the 26 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 2 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.

DenseGCNConv harryjo97/gdss/models/ScoreNetwork_A.py official repository ran no licence file found · pointer only · 5a02983f323406e0 · report
MLP harryjo97/gdss/models/ScoreNetwork_A.py official repository ran no licence file found · pointer only · 040c0c8297f0b85e · report
mask_adjs harryjo97/gdss/models/ScoreNetwork_A.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 48beee2482c52c79 · report
mask_x harryjo97/gdss/models/ScoreNetwork_A.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 9e2571123018843f · report
node_feature_to_matrix harryjo97/gdss/models/ScoreNetwork_A.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 0d1b1ea523b61fc1 · report
pow_tensor harryjo97/gdss/models/ScoreNetwork_A.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · f336fdfe65a2d094 · report
Attention harryjo97/gdss/models/ScoreNetwork_A.py official repository unverified no licence file found · pointer only · 33bc3c99206d9a3e · report
AttentionLayer harryjo97/gdss/models/ScoreNetwork_A.py official repository unverified no licence file found · pointer only · 4459f5d4f76fdabb · report
BaselineNetwork harryjo97/gdss/models/ScoreNetwork_A.py official repository unverified no licence file found · pointer only · 94df2c222ce171b3 · report
BaselineNetworkLayer harryjo97/gdss/models/ScoreNetwork_A.py official repository unverified no licence file found · pointer only · 23a353751b044a84 · report
ScoreNetworkA harryjo97/gdss/models/ScoreNetwork_A.py official repository unverified no licence file found · pointer only · e4c3555e138cd8e7 · report
glorot harryjo97/gdss/models/ScoreNetwork_A.py official repository unverified no licence file found · pointer only · 99fea4b7e50f6464 · report
zeros harryjo97/gdss/models/ScoreNetwork_A.py official repository unverified no licence file found · pointer only · ea9c6ff61fbc9c4e · report
DenseGCNConv AdrienC21/CCSD/ccsd/src/models/ScoreNetwork_A.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · d2e486d574414d1d · report
MLP AdrienC21/CCSD/ccsd/src/models/ScoreNetwork_A.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 63298408c7c090f1 · report
default_mask AdrienC21/CCSD/ccsd/src/models/ScoreNetwork_A.py community (archive-listed) ran · honoured contract MIT (permissive) · f024485a6f7e3fcd · report
get_ones AdrienC21/CCSD/ccsd/src/models/ScoreNetwork_A.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 748e4359ea4a572a · report
get_ones_cache AdrienC21/CCSD/ccsd/src/models/ScoreNetwork_A.py community (archive-listed) ran · our draft was wrong MIT (permissive) · ad6a260e14f905b6 · report
mask_adjs AdrienC21/CCSD/ccsd/src/models/ScoreNetwork_A.py community (archive-listed) ran · our draft was wrong MIT (permissive) · accdc25084458694 · report
mask_x AdrienC21/CCSD/ccsd/src/models/ScoreNetwork_A.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 6ab53333836fe2fd · report
pow_tensor AdrienC21/CCSD/ccsd/src/models/ScoreNetwork_A.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 4950af49e1d0760a · report
Attention AdrienC21/CCSD/ccsd/src/models/ScoreNetwork_A.py community (archive-listed) unverified MIT (permissive) · 7b774bdd34c82a39 · report
AttentionLayer AdrienC21/CCSD/ccsd/src/models/ScoreNetwork_A.py community (archive-listed) unverified MIT (permissive) · e3d26a1b52a8e0cd · report
ScoreNetworkA AdrienC21/CCSD/ccsd/src/models/ScoreNetwork_A.py community (archive-listed) unverified MIT (permissive) · f778f8f279b1775e · report
glorot AdrienC21/CCSD/ccsd/src/models/ScoreNetwork_A.py community (archive-listed) unverified MIT (permissive) · b26ee0603cfc49f5 · report
zeros AdrienC21/CCSD/ccsd/src/models/ScoreNetwork_A.py community (archive-listed) unverified MIT (permissive) · 5f1a4e1cb60dea51 · report

Tasks

Graph Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

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