{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/graphnvp-an-invertible-flow-model-for","title":"GraphNVP: An Invertible Flow Model for Generating Molecular Graphs","arxiv_id":"1905.11600","date":"2019-05-28","proceeding":null,"authors":["Kaushalya Madhawa","Katushiko Ishiguro","Kosuke Nakago","Motoki Abe"],"abstract":"We propose GraphNVP, the first invertible, normalizing flow-based molecular graph generation model. We decompose the generation of a graph into two steps: generation of (i) an adjacency tensor and (ii) node attributes. This decomposition yields the exact likelihood maximization on graph-structured data, combined with two novel reversible flows. We empirically demonstrate that our model efficiently generates valid molecular graphs with almost no duplicated molecules. In addition, we observe that the learned latent space can be used to generate molecules with desired chemical properties.","url_abs":"https://arxiv.org/abs/1905.11600v1","url_pdf":"https://arxiv.org/pdf/1905.11600v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"graphnvp-an-invertible-flow-model-for","repo_url":"https://github.com/pfnet-research/chainer-chemistry","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"graphnvp-an-invertible-flow-model-for","repo_url":"https://github.com/hlzhang109/PyTorch-GraphNVP","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"graphnvp-an-invertible-flow-model-for","repo_url":"https://github.com/pfnet-research/graph-nvp","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"graph-generation","task_name":"Graph Generation"},{"task_slug":"molecular-graph-generation","task_name":"Molecular Graph Generation"},{"task_slug":null,"task_name":"valid"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=1905.11600","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1905.11600"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/pfnet-research/chainer-chemistry","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/hlzhang109/PyTorch-GraphNVP","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/pfnet-research/graph-nvp","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_draft_wrong":1,"unverified":4},"by_repo_kind":{"listed":{"samples":5,"ran":1,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"8cd8cb0d1e9e63e4","entry":"Linear","repo":"hlzhang109/PyTorch-GraphNVP","repo_kind":"listed","path":"graph_nvp/rgcn.py","file_url":"https://github.com/hlzhang109/PyTorch-GraphNVP/blob/HEAD/graph_nvp/rgcn.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8cd8cb0d1e9e63e4"}},{"code_sha256_prefix":"e22398de3bdfb54f","entry":"create_inv_masks","repo":"hlzhang109/PyTorch-GraphNVP","repo_kind":"listed","path":"graph_nvp/coupling.py","file_url":"https://github.com/hlzhang109/PyTorch-GraphNVP/blob/HEAD/graph_nvp/coupling.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e22398de3bdfb54f"}},{"code_sha256_prefix":"a245b9ec8d0a9f53","entry":"flatten_graph_data","repo":"hlzhang109/PyTorch-GraphNVP","repo_kind":"listed","path":"utils/data_utils.py","file_url":"https://github.com/hlzhang109/PyTorch-GraphNVP/blob/HEAD/utils/data_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a245b9ec8d0a9f53"}},{"code_sha256_prefix":"fea2b63bed669927","entry":"get_graph_data","repo":"hlzhang109/PyTorch-GraphNVP","repo_kind":"listed","path":"utils/data_utils.py","file_url":"https://github.com/hlzhang109/PyTorch-GraphNVP/blob/HEAD/utils/data_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fea2b63bed669927"}},{"code_sha256_prefix":"d7ab998392c1f503","entry":"split_channel","repo":"hlzhang109/PyTorch-GraphNVP","repo_kind":"listed","path":"utils/data_utils.py","file_url":"https://github.com/hlzhang109/PyTorch-GraphNVP/blob/HEAD/utils/data_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d7ab998392c1f503"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}