Papers › Automatic chemical design using a data-driven continuous representation of molecules

Automatic chemical design using a data-driven continuous representation of molecules

7 Oct 2016arXiv:1610.02415archive 2025-07-28

Rafael Gómez-Bombarelli, Jennifer N. Wei, David Duvenaud, José Miguel Hernández-Lobato, Benjamín Sánchez-Lengeling, Dennis Sheberla, Jorge Aguilera-Iparraguirre, Timothy D. Hirzel, Ryan P. Adams, Alán Aspuru-Guzik

We report a method to convert discrete representations of molecules to and from a multidimensional continuous representation. This model allows us to generate new molecules for efficient exploration and optimization through open-ended spaces of chemical compounds. A deep neural network was trained on hundreds of thousands of existing chemical structures to construct three coupled functions: an encoder, a decoder and a predictor. The encoder converts the discrete representation of a molecule into a real-valued continuous vector, and the decoder converts these continuous vectors back to discrete molecular representations. The predictor estimates chemical properties from the latent continuous vector representation of the molecule. Continuous representations allow us to automatically generate novel chemical structures by performing simple operations in the latent space, such as decoding random vectors, perturbing known chemical structures, or interpolating between molecules. Continuous representations also allow the use of powerful gradient-based optimization to efficiently guide the search for optimized functional compounds. We demonstrate our method in the domain of drug-like molecules and also in the set of molecules with fewer that nine heavy atoms.

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

Code

Syntology Ran 5 of 26 code samples harvested from 6 repositories linked to this paper; 21 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 2 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: official repository: 9 samples from 1 repository, 0 ran; community (archive-listed): 17 samples from 5 repositories, 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.

HIPS/molecule-autoencoder officialmentioned in papermentioned on GitHub report
aspuru-guzik-group/chemical_vae officialmentioned on GitHubtfApache-2.0 report
Ishan-Kumar2/Molecular_VAE_Pytorch mentioned on GitHubpytorch report
TrentBrick/PAE mentioned on GitHubpytorch report
brettin/keras-molecule mentioned on GitHubtfMIT report
hvarfner/CondGenVAE-BO mentioned on GitHubjax report
leungjch/drug_VAE mentioned on GitHub report
shamelmerchant/keras-molecules mentioned on GitHubtfMIT report
tevang/keras-molecules mentioned on GitHubtfMIT report
tum-daml/magnet 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; 5 ran; 0 honoured the contract we drafted; 21 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 · our draft was wrong
2ran · fixture could not drive it
2ran
21unverified

Licence: 7 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 6 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.

kl_loss aspuru-guzik-group/chemical_vae/chemvae/train_vae.py official repository unverified Apache-2.0 (permissive) · adafd809fa1dd2eb · report
load_encoder aspuru-guzik-group/chemical_vae/chemvae/models.py official repository unverified Apache-2.0 (permissive) · f4d0cf89b5826b22 · report
load_models aspuru-guzik-group/chemical_vae/chemvae/train_vae.py official repository unverified Apache-2.0 (permissive) · 9e16442ff698149f · report
load_params aspuru-guzik-group/chemical_vae/chemvae/hyperparameters.py official repository unverified Apache-2.0 (permissive) · 477556f5d7718b5c · report
no_schedule aspuru-guzik-group/chemical_vae/chemvae/mol_callbacks.py official repository unverified Apache-2.0 (permissive) · 35a9e12221a43457 · report
sample aspuru-guzik-group/chemical_vae/chemvae/mol_callbacks.py official repository unverified Apache-2.0 (permissive) · 9ec4e9feb8c0fd10 · report
sampled_rnn aspuru-guzik-group/chemical_vae/chemvae/sampled_rnn_tf.py official repository unverified Apache-2.0 (permissive) · ae4e7b0062e35c1c · report
sigmoid_schedule aspuru-guzik-group/chemical_vae/chemvae/mol_callbacks.py official repository unverified Apache-2.0 (permissive) · 77da6e54bdddeda7 · report
vectorize_data aspuru-guzik-group/chemical_vae/chemvae/train_vae.py official repository unverified Apache-2.0 (permissive) · 4ad7fa717d84ee70 · report
EncoderNet TrentBrick/PAE/models.py community (archive-listed) ran no licence file found · pointer only · 357f9708b1bc108f · report
VAE Ishan-Kumar2/Molecular_VAE_Pytorch/model.py community (archive-listed) ran fingerprinted no licence file found · pointer only · 9d3e8ba984573f39 · report
calculate_dihedral_angles TrentBrick/PAE/models.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · 2759306b31600c75 · report
calculate_dihedral_angles_over_minibatch TrentBrick/PAE/models.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · a65129b833351ed3 · report
compute_dihedral_list TrentBrick/PAE/models.py community (archive-listed) ran · our draft was wrong fingerprinted no licence file found · pointer only · 7cb1abfcf8bf5724 · report
embed TrentBrick/PAE/models.py community (archive-listed) unverified no licence file found · pointer only · b31e3a32763105ee · report
from_one_hot_array brettin/keras-molecule/molecules/utils.py community (archive-listed) unverified MIT (permissive) · 1fe2f6e70c6a05f4 · report
load_dataset brettin/keras-molecule/gae_baseline_keras2.py community (archive-listed) unverified MIT (permissive) · 191bac36ba89d022 · report
one_hot_array brettin/keras-molecule/molecules/utils.py community (archive-listed) unverified MIT (permissive) · 9b9f450f2860db66 · report
one_hot_array shamelmerchant/keras-molecules/molecules/utils.py community (archive-listed) unverified MIT (permissive) · 5135dd76b5db5e1b · report
one_hot_index brettin/keras-molecule/molecules/utils.py community (archive-listed) unverified MIT (permissive) · f675b9db54c981a4 · report
one_hot_index shamelmerchant/keras-molecules/molecules/utils.py community (archive-listed) unverified MIT (permissive) · d63552807afa0c83 · report
one_hot_index tevang/keras-molecules/molecules/utils.py community (archive-listed) unverified MIT (permissive) · bb81c69331a6c0b3 · report
read_latent_data brettin/keras-molecule/sample.py community (archive-listed) unverified MIT (permissive) · 9fd2c3a0bcff17cb · report
read_latent_data shamelmerchant/keras-molecules/sample.py community (archive-listed) unverified MIT (permissive) · c93e42c2bc417e34 · report
read_smiles_data brettin/keras-molecule/sample_gen.py community (archive-listed) unverified MIT (permissive) · bc9aef878f647204 · report
write_out TrentBrick/PAE/models.py community (archive-listed) unverified no licence file found · pointer only · ce44cbef729e1f6f · report

Tasks

DecoderEfficient Exploration

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