Papers › MolGAN: An implicit generative model for small molecular graphs

MolGAN: An implicit generative model for small molecular graphs

30 May 2018arXiv:1805.11973archive 2025-07-28

Nicola De Cao, Thomas Kipf

Deep generative models for graph-structured data offer a new angle on the problem of chemical synthesis: by optimizing differentiable models that directly generate molecular graphs, it is possible to side-step expensive search procedures in the discrete and vast space of chemical structures. We introduce MolGAN, an implicit, likelihood-free generative model for small molecular graphs that circumvents the need for expensive graph matching procedures or node ordering heuristics of previous likelihood-based methods. Our method adapts generative adversarial networks (GANs) to operate directly on graph-structured data. We combine our approach with a reinforcement learning objective to encourage the generation of molecules with specific desired chemical properties. In experiments on the QM9 chemical database, we demonstrate that our model is capable of generating close to 100% valid compounds. MolGAN compares favorably both to recent proposals that use string-based (SMILES) representations of molecules and to a likelihood-based method that directly generates graphs, albeit being susceptible to mode collapse. Code at https://github.com/nicola-decao/MolGAN

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

Code

Syntology Ran 3 of 17 code samples harvested from 4 repositories linked to this paper; 14 have no recorded run. Of those that ran: 1 ran · violated contract; 2 ran · our draft was wrong.

By repository: official repository: 4 samples from 1 repository, 0 ran; community (archive-listed): 12 samples from 3 repositories, 2 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

nicola-decao/MolGAN officialmentioned in papermentioned on GitHubtfMIT report
CAVED123/MolGAN mentioned on GitHubtfMIT report
Hitoshi-Nakanishi/MolG mentioned on GitHubtfMIT report
MiloszGrabski/DeepChem_MolGAN mentioned on GitHubtfMIT report
MiloszGrabski/MolGAN-TF2- mentioned on GitHubtfMIT report
YilongJu/MolGAN mentioned on GitHubtfMIT report
jundeli/quantum-gan mentioned on GitHubpytorch report
susanzhang233/mollykill mentioned on GitHubtfMIT report
yongqyu/MolGAN-pytorch 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

17 samples harvested; 3 ran; 0 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.

1ran · violated contract
2ran · our draft was wrong
14unverified

Licence: 1 of the 17 samples is 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 4 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

graph_aggregation_layer nicola-decao/MolGAN/utils/layers.py official repository unverified MIT (permissive) · cba32455d553155e · report
graph_convolution_layer nicola-decao/MolGAN/utils/layers.py official repository unverified MIT (permissive) · 339c34af2538c4aa · report
multi_dense_layers nicola-decao/MolGAN/utils/layers.py official repository unverified MIT (permissive) · 8e964e3d882c3bb9 · report
samples nicola-decao/MolGAN/utils/utils.py official repository unverified MIT (permissive) · e457edf9de530e0b · report
eval_fetch_dict ziyaoli/molgan-without-mode-collapse/conditional_train.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 4751e79194e42ab7 · report
train_fetch_dict ziyaoli/molgan-without-mode-collapse/conditional_train.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 6c4a4ee278fb09b6 · report
featurizer susanzhang233/mollykill/.ipynb_checkpoints/Model-checkpoint.py community (archive-listed) unverified MIT (permissive) · 91155fd4be90c032 · report
get_discriminator_loss susanzhang233/mollykill/.ipynb_checkpoints/Model-checkpoint.py community (archive-listed) unverified MIT (permissive) · 089421926148ece7 · report
graph_aggregation_layer Hitoshi-Nakanishi/MolG/utils/layers.py community (archive-listed) unverified MIT (permissive) · 198708a9785288c8 · report
graph_convolution_layer Hitoshi-Nakanishi/MolG/utils/layers.py community (archive-listed) unverified MIT (permissive) · 3a46aafb81747431 · report
make_discriminator susanzhang233/mollykill/model.py community (archive-listed) unverified MIT (permissive) · fa7fc00af67fb111 · report
make_discriminator susanzhang233/mollykill/.ipynb_checkpoints/Model-checkpoint.py community (archive-listed) unverified MIT (permissive) · 28456bcdecee57be · report
make_discriminator susanzhang233/mollykill/.ipynb_checkpoints/model_v1-checkpoint.py community (archive-listed) unverified MIT (permissive) · 85331fc06ba0199f · report
multi_dense_layers Hitoshi-Nakanishi/MolG/utils/layers.py community (archive-listed) unverified MIT (permissive) · 7f7503e7167ce718 · report
train_feed_dict ziyaoli/molgan-without-mode-collapse/conditional_train.py community (archive-listed) unverified MIT (permissive) · c5f9c6243cb40a93 · report
train_feed_dict ziyaoli/molgan-without-mode-collapse/molgan_train.py community (archive-listed) unverified MIT (permissive) · 4993344be5da8236 · report
str2bool identical code first harvested elsewhere ran · violated contract licence of this copy not recorded · e5b1aff86a339d0e · report

Tasks

Graph MatchingReinforcement Learning

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.

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