Papers › ThousandWorlds: A benchmark for climate emulation of potentially habitable exoplanets

ThousandWorlds: A benchmark for climate emulation of potentially habitable exoplanets

16 Jun 2026arXiv:2606.18338added by Syntology

Edward T. Stevenson, Mei Ting Mak, Eric Wolf, Denis E. Sergeev, Tobi Hammond, N. J. Mayne, Miles Cranmer

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

The search for life beyond Earth will depend on detecting faint signatures in the atmospheres of potentially habitable exoplanets. Interpreting those signatures requires understanding the host planet's climate: the same molecule may signal life on one planet and abiotic chemistry on another. Global climate models (GCMs) provide this understanding, but individual runs can require up to millions of core-hours and substantial domain expert time. Machine-learning emulators could remove this bottleneck, but progress has been limited by the absence of a curated, multi-model exoclimate dataset. We introduce ThousandWorlds, an ML-ready benchmark for exoclimate emulation and for the broader regime of low-data, multi-simulator, parameter-to-field regression. The dataset contains approximately 1800 simulations from five GCMs, mapping eight planet parameters to 3D atmospheric fields including temperature, humidity, winds, clouds, and radiation. Three nested subsets define progressively harder challenges: single-simulator regression, multi-simulator regression with complete observations, and multi-simulator regression with structured missingness. We propose two evaluation protocols: one for ranking methods, and one that measures performance relative to the disagreement between GCMs themselves. We evaluate seven baselines spanning simple methods, deep learning, and Gaussian processes. GP-based methods perform best, suggesting that ThousandWorlds exposes a regime where off-the-shelf deep learning does not yet succeed. Data: https://doi.org/10.57967/hf/8695. Code: https://github.com/edstevenson/ThousandWorlds.

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

Code

Syntology Ran 8 of 16 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 8 ran with no contract checked.

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

edstevenson/ThousandWorlds 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

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

8ran
8unverified

Licence: 0 of the 16 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 edstevenson/ThousandWorlds. “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.

build_eval_eligible_folds edstevenson/ThousandWorlds/thousandworlds/_run_model_utils.py found in paper text by Syntology ran MIT (permissive) · 411c7f0a6ee367ac · report
build_field_names edstevenson/ThousandWorlds/thousandworlds/field_spec.py found in paper text by Syntology ran MIT (permissive) · 02ad1c47947a1cbd · report
default_output_dir edstevenson/ThousandWorlds/thousandworlds/models/_common.py found in paper text by Syntology ran MIT (permissive) · c87dc39010cf4eab · report
parse_field_name edstevenson/ThousandWorlds/thousandworlds/models/_coordinate.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 08ad416bca15bb07 · report
public_name edstevenson/ThousandWorlds/thousandworlds/field_spec.py found in paper text by Syntology ran fingerprinted MIT (permissive) · af878e16ca12bae7 · report
resolve_data_dir edstevenson/ThousandWorlds/thousandworlds/models/_common.py found in paper text by Syntology ran MIT (permissive) · 80feedfde38d8947 · report
retrieve_field_group_index edstevenson/ThousandWorlds/thousandworlds/models/_gplfr_weighting.py found in paper text by Syntology ran MIT (permissive) · f0baf7791684474e · report
t21_coordinate_features edstevenson/ThousandWorlds/thousandworlds/models/_coordinate.py found in paper text by Syntology ran MIT (permissive) · 079109761f2714dd · report
acc edstevenson/ThousandWorlds/thousandworlds/evaluate.py found in paper text by Syntology unverified MIT (permissive) · 0602e48aa6d2bdd2 · report
download_baselines edstevenson/ThousandWorlds/thousandworlds/data.py found in paper text by Syntology unverified MIT (permissive) · cb538757684fa700 · report
download_dataset edstevenson/ThousandWorlds/thousandworlds/data.py found in paper text by Syntology unverified MIT (permissive) · 5c97fce6c3d5546f · report
load edstevenson/ThousandWorlds/thousandworlds/data.py found in paper text by Syntology unverified MIT (permissive) · 0760636b2ca06e66 · report
public_field_names edstevenson/ThousandWorlds/thousandworlds/field_spec.py found in paper text by Syntology unverified MIT (permissive) · daddd4fea99f1bba · report
ramse edstevenson/ThousandWorlds/thousandworlds/evaluate.py found in paper text by Syntology unverified MIT (permissive) · df99272174170067 · report
resolve_torch_device edstevenson/ThousandWorlds/thousandworlds/models/_common.py found in paper text by Syntology unverified MIT (permissive) · df6070bd8cf76f06 · report
rmse edstevenson/ThousandWorlds/thousandworlds/evaluate.py found in paper text by Syntology unverified MIT (permissive) · 8866460a8892b44d · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.18338, was issued in June 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