Papers › Newton-Cotes Graph Neural Networks: On the Time Evolution of Dynamic Systems

Newton-Cotes Graph Neural Networks: On the Time Evolution of Dynamic Systems

24 May 2023arXiv:2305.14642archive 2025-07-28

Lingbing Guo, Weiqing Wang, Zhuo Chen, Ningyu Zhang, Zequn Sun, Yixuan Lai, Qiang Zhang, Huajun Chen

Reasoning system dynamics is one of the most important analytical approaches for many scientific studies. With the initial state of a system as input, the recent graph neural networks (GNNs)-based methods are capable of predicting the future state distant in time with high accuracy. Although these methods have diverse designs in modeling the coordinates and interacting forces of the system, we show that they actually share a common paradigm that learns the integration of the velocity over the interval between the initial and terminal coordinates. However, their integrand is constant w.r.t. time. Inspired by this observation, we propose a new approach to predict the integration based on several velocity estimations with Newton-Cotes formulas and prove its effectiveness theoretically. Extensive experiments on several benchmarks empirically demonstrate consistent and significant improvement compared with the state-of-the-art methods.

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

Code

Syntology Ran 14 of 21 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong; 3 ran · fixture could not drive it; 9 ran with no contract checked.

By repository: official repository: 21 samples from 1 repository, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

zjukg/ncgnn officialmentioned in papermentioned on GitHubpytorchMIT 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

21 samples harvested; 14 ran; 1 honoured the contract we drafted; 7 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 · honoured contract
1ran · our draft was wrong
3ran · fixture could not drive it
9ran
7unverified

Licence: 0 of the 21 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 zjukg/ncgnn. “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.

Baseline zjukg/ncgnn/spatial_graph/models/ncgnn.py official repository ran fingerprinted MIT (permissive) · 54596a980158eb3c · report
E_GCL zjukg/ncgnn/spatial_graph/models/ncgnn.py official repository ran MIT (permissive) · c407e8ea4fd357eb · report
GCL zjukg/ncgnn/spatial_graph/models/ncgnn.py official repository ran MIT (permissive) · cef03f210511ffce · report
GCL_rf_vel zjukg/ncgnn/spatial_graph/models/ncgnn.py official repository ran MIT (permissive) · 4a8d3e616b10b7d0 · report
GMNLayer zjukg/ncgnn/spatial_graph/models/ncgnn.py official repository ran MIT (permissive) · 90ba9935916d1f63 · report
GNN zjukg/ncgnn/spatial_graph/models/ncgnn.py official repository ran MIT (permissive) · de28ce446503e1fc · report
Linear zjukg/ncgnn/spatial_graph/models/ncgnn.py official repository ran fingerprinted MIT (permissive) · 1384bf3b341fde12 · report
Linear_dynamics zjukg/ncgnn/spatial_graph/models/ncgnn.py official repository ran fingerprinted MIT (permissive) · 46bee0f30ef5a479 · report
RF_vel zjukg/ncgnn/spatial_graph/models/ncgnn.py official repository ran MIT (permissive) · 2879c626b2466678 · report
get_velocity_attr zjukg/ncgnn/spatial_graph/main_ncgnn.py official repository ran · fixture could not drive it MIT (permissive) · efc11ed98d6d5af4 · report
get_velocity_attr zjukg/NCGNN/spatial_graph/n_body_system/model.py official repository ran · fixture could not drive it MIT (permissive) · a1ea415560adc94a · report
lr_decay zjukg/ncgnn/EqMotion/main_nbody_reasoning.py official repository ran · honoured contract MIT (permissive) · d967154c60f2573c · report
unsorted_segment_mean zjukg/NCGNN/spatial_graph/models/gcl.py official repository ran · fixture could not drive it MIT (permissive) · bc66f19be57720e7 · report
unsorted_segment_sum zjukg/ncgnn/spatial_graph/models/ncgnn.py official repository ran · our draft was wrong MIT (permissive) · dfdf6dc1a0720e57 · report
EGNN_vel zjukg/ncgnn/spatial_graph/models/ncgnn.py official repository unverified MIT (permissive) · 47943b51d6836676 · report
E_GCL_vel zjukg/ncgnn/spatial_graph/models/ncgnn.py official repository unverified MIT (permissive) · 388c90e0d9d59adf · report
GCL_basic zjukg/ncgnn/spatial_graph/models/ncgnn.py official repository unverified MIT (permissive) · e64a2f01c8da499b · report
GMN zjukg/ncgnn/spatial_graph/models/ncgnn.py official repository unverified MIT (permissive) · 0f747d65298ebe83 · report
NCGNN zjukg/ncgnn/spatial_graph/models/ncgnn.py official repository unverified MIT (permissive) · 58c8bdf21422239c · report
evaluate_accuracy zjukg/ncgnn/EqMotion/main_nbody_reasoning.py official repository unverified MIT (permissive) · 016b1e334d358460 · report
evaluate_accuracy zjukg/NCGNN/EqMotion/main_nbody.py official repository unverified MIT (permissive) · a4b4fa49d6e48181 · report

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