Papers › Neural Message Passing with Edge Updates for Predicting Properties of Molecules and Materials

Neural Message Passing with Edge Updates for Predicting Properties of Molecules and Materials

8 Jun 2018arXiv:1806.03146archive 2025-07-28

Peter Bjørn Jørgensen, Karsten Wedel Jacobsen, Mikkel N. Schmidt

Neural message passing on molecular graphs is one of the most promising methods for predicting formation energy and other properties of molecules and materials. In this work we extend the neural message passing model with an edge update network which allows the information exchanged between atoms to depend on the hidden state of the receiving atom. We benchmark the proposed model on three publicly available datasets (QM9, The Materials Project and OQMD) and show that the proposed model yields superior prediction of formation energies and other properties on all three datasets in comparison with the best published results. Furthermore we investigate different methods for constructing the graph used to represent crystalline structures and we find that using a graph based on K-nearest neighbors achieves better prediction accuracy than using maximum distance cutoff or the Voronoi tessellation graph.

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

Code

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

By repository: community (archive-listed): 18 samples from 3 repositories, 0 ran; 4 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.

nrel/m2p mentioned on GitHubBSD-3-Clause report
peterbjorgensen/msgnet mentioned on GitHubtf report
tisabe/jraph_mpeu mentioned on GitHubjax report
toshi-k/kaggle-champs-scalar-coupling mentioned on GitHubApache-2.0 report
toshi-k/kaggle-trends-assessment-prediction mentioned on GitHubApache-2.0 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

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

Licence: 4 of the 22 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 3 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.

calc_score toshi-k/kaggle-champs-scalar-coupling/source/02_triplet_update/lib/calc_score.py community (archive-listed) unverified Apache-2.0 (permissive) · f227691802ff9c3c · report
generate_batches toshi-k/kaggle-champs-scalar-coupling/source/02_triplet_update/lib/generate_batches.py community (archive-listed) unverified Apache-2.0 (permissive) · b7265a8562acd4a6 · report
getUA toshi-k/kaggle-champs-scalar-coupling/source/01_preprocess/xyz2mol.py community (archive-listed) unverified Apache-2.0 (permissive) · 268a472f480f137c · report
get_BO toshi-k/kaggle-champs-scalar-coupling/source/01_preprocess/xyz2mol.py community (archive-listed) unverified Apache-2.0 (permissive) · 6beaa320bb27bc5a · report
get_CIP_assignments nrel/m2p/m2p/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · ba59ef5d8be606b0 · report
get_atom toshi-k/kaggle-champs-scalar-coupling/source/01_preprocess/xyz2mol.py community (archive-listed) unverified Apache-2.0 (permissive) · c0e80b5122acc10f · report
get_config_from_root nrel/m2p/versioneer.py community (archive-listed) unverified BSD-3-Clause (permissive) · 51944f53542b7e19 · report
get_fnc toshi-k/kaggle-trends-assessment-prediction/source/02_edge_gnn/lib/fnc.py community (archive-listed) unverified Apache-2.0 (permissive) · bc06d832937584f2 · report
get_fnc_matrix toshi-k/kaggle-trends-assessment-prediction/source/02_edge_gnn/lib/fnc.py community (archive-listed) unverified Apache-2.0 (permissive) · 62eb0cf7d768ea1a · report
get_monomer_sequences nrel/m2p/m2p/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · d9edcdb08a7a6569 · report
graphical_lasso_wrap toshi-k/kaggle-trends-assessment-prediction/source/02_edge_gnn/lib/fnc.py community (archive-listed) unverified Apache-2.0 (permissive) · 61b8bc67290ec426 · report
init_logger toshi-k/kaggle-champs-scalar-coupling/source/02_triplet_update/lib/log.py community (archive-listed) unverified Apache-2.0 (permissive) · 4190c7c69c0c7bcb · report
init_logger toshi-k/kaggle-trends-assessment-prediction/source/02_edge_gnn/lib/log.py community (archive-listed) unverified Apache-2.0 (permissive) · 0d5a312be60d852c · report
load_dataset toshi-k/kaggle-champs-scalar-coupling/source/02_triplet_update/lib/load_dataset.py community (archive-listed) unverified Apache-2.0 (permissive) · b45623a6365e525f · report
load_ids toshi-k/kaggle-trends-assessment-prediction/source/01_preprocess/spatial_map.py community (archive-listed) unverified Apache-2.0 (permissive) · 26b74228db6c7167 · report
register_vcs_handler nrel/m2p/m2p/_version.py community (archive-listed) unverified BSD-3-Clause (permissive) · c55cafde08716f01 · report
run_command nrel/m2p/m2p/_version.py community (archive-listed) unverified BSD-3-Clause (permissive) · dbb37355631dabcf · report
versions_from_parentdir nrel/m2p/m2p/_version.py community (archive-listed) unverified BSD-3-Clause (permissive) · 5032e3b81c0fffb3 · report
float_or_string identical code first harvested elsewhere ran · honoured contract fingerprinted licence of this copy not recorded · f6861553018d2738 · report
get_arguments identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · c3c3392a3d0f7172 · report
list_of_lists identical code first harvested elsewhere ran · honoured contract fingerprinted licence of this copy not recorded · 61dc9fc0e2272217 · report
species_count_filter identical code first harvested elsewhere ran · violated contract licence of this copy not recorded · 6664fee3d8969be5 · report

Tasks

Drug DiscoveryFormation Energy

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Formation Energy Materials Project SchNet-edge-update MAE 22.7 #4 of 9 Archive leaderboard report
Formation Energy Materials Project SchNet MAE 31.8 #6 of 9 Archive leaderboard report
Formation Energy QM9 SchNet-edge-update MAE 0.242 #12 of 18 Archive leaderboard report
Formation Energy QM9 SchNet MAE 0.314 #16 of 18 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

SchNetShifted Softplus

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