Papers › From Kepler to Newton: Inductive Biases Guide Learned World Models in Transformers

From Kepler to Newton: Inductive Biases Guide Learned World Models in Transformers

6 Feb 2026ICMLarXiv:2602.06923added by Syntology

Ziming Liu, Sophia Sanborn, Surya Ganguli, Andreas Tolias

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Can general-purpose AI architectures go beyond prediction to discover the physical laws governing the universe? True intelligence relies on "world models" -- causal abstractions that allow an agent to not only predict future states but understand the underlying governing dynamics. While previous "AI Physicist" approaches have successfully recovered such laws, they typically rely on strong, domain-specific priors that effectively "bake in" the physics. Conversely, Vafa et al. recently showed that generic Transformers fail to acquire these world models, achieving high predictive accuracy without capturing the underlying physical laws. We bridge this gap by systematically introducing three minimal inductive biases. We show that ensuring spatial smoothness (by formulating prediction as continuous regression) and stability (by training with noisy contexts to mitigate error accumulation) enables generic Transformers to surpass prior failures and learn a coherent Keplerian world model, successfully fitting ellipses to planetary trajectories. However, true physical insight requires a third bias: temporal locality. By restricting the attention window to the immediate past -- imposing the simple assumption that future states depend only on the local state rather than a complex history -- we force the model to abandon curve-fitting and discover Newtonian force representations. Our results demonstrate that simple architectural choices determine whether an AI becomes a curve-fitter or a physicist, marking a critical step toward automated scientific discovery.

PaperPDFCode 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="2602.06923")

Code

Syntology Ran 0 of 15 code samples harvested from 1 repository linked to this paper; 15 have no recorded run.

By repository: found in paper text by Syntology: 15 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

KindXiaoming/newton-kepler found in paper text by Syntology report

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

15 samples harvested; 0 ran; 0 honoured the contract we drafted; 15 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.

15unverified

Licence: 15 of the 15 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 KindXiaoming/newton-kepler. “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.

add_common_args KindXiaoming/newton-kepler/fig2_vafa_spatial_map/train_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 7aa5533e52e4ba12 · report
bin_trajectories KindXiaoming/newton-kepler/generate_dataset.py found in paper text by Syntology unverified no licence file found · pointer only · 1b8a43106c1a4c26 · report
bin_trajectories KindXiaoming/newton-kepler/sine.py found in paper text by Syntology unverified no licence file found · pointer only · 17b190041a876f73 · report
chop_trajectories_into_sequences KindXiaoming/newton-kepler/kepler_cv_blocksize.py found in paper text by Syntology unverified no licence file found · pointer only · 89a461bd7bbca0ec · report
compute_bins_and_tokenize KindXiaoming/newton-kepler/kepler.py found in paper text by Syntology unverified no licence file found · pointer only · d20b160c467fd33e · report
generate_data_inline KindXiaoming/newton-kepler/sine.py found in paper text by Syntology unverified no licence file found · pointer only · ce2e54426b296095 · report
generate_kepler_trajectory KindXiaoming/newton-kepler/generate_kepler_cv.py found in paper text by Syntology unverified no licence file found · pointer only · fc8d22f673cacc8e · report
generate_kepler_trajectory_euler KindXiaoming/newton-kepler/generate_kepler_cv.py found in paper text by Syntology unverified no licence file found · pointer only · 2b6930bb8f77d523 · report
generate_sine_wave_data KindXiaoming/newton-kepler/generate_dataset.py found in paper text by Syntology unverified no licence file found · pointer only · e65dd229c75a7bbe · report
get_sequential_batch KindXiaoming/newton-kepler/fig2_vafa_spatial_map/train_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 980b906765e0aae2 · report
kepler_orbit KindXiaoming/newton-kepler/generate_kepler_cv.py found in paper text by Syntology unverified no licence file found · pointer only · 703cab57e803be11 · report
load_trajectories KindXiaoming/newton-kepler/kepler.py found in paper text by Syntology unverified no licence file found · pointer only · e75836153ab7e442 · report
load_trajectories KindXiaoming/newton-kepler/kepler_cv_blocksize.py found in paper text by Syntology unverified no licence file found · pointer only · f06d7888d73cea85 · report
print_gpu_memory_stats KindXiaoming/newton-kepler/kepler.py found in paper text by Syntology unverified no licence file found · pointer only · e3e2a1f1061a9341 · report
setup_training_environment KindXiaoming/newton-kepler/fig2_vafa_spatial_map/train_utils.py found in paper text by Syntology unverified no licence file found · pointer only · d51bf3b9c3bf2b15 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.06923, was issued in February 2026, after that date, so the archive has no leaderboard rows for it.

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