Papers › Pre-Training for Simulation-Based Science: A Study on Jet Foundation Model Training Objectives

Pre-Training for Simulation-Based Science: A Study on Jet Foundation Model Training Objectives

12 Jun 2026arXiv:2606.14870added by Syntology

Ibrahim Elsharkawy, Joschka Birk, Vinicius Mikuni, Wahid Bhimji, Gregor Kasieczka, Benjamin Nachman

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

Foundation models (FMs) trained on large datasets and fine-tuned on downstream tasks have emerged as a powerful paradigm in AI for science. Industrial FMs are typically trained using self-supervision with masking due to the lack of labels. In many scientific domains, accurate simulations are plentiful and facilitate large, labeled datasets. This opens up new possibilities for pre-training. We present a systematic comparison of pre-training methods using the OmniLearned High Energy Physics FM framework. We test supervised classification, flow-matching generation, and self-supervised masked particle modeling. All models are pre-trained on the JetClass dataset and fine-tuned on two representative downstream tasks, top jet classification and JetNet conditional generation. Among other observations, for classification tasks, we find that pure classifier pre-training is optimal when downstream labels and model capacity are plentiful, but combining it with self-supervised masked particle modeling (MPM) is uniquely powerful in the low-finetuning label regime. Flow matching-based generative pre-training seems to provide little benefit for downstream classification, and interestingly, for downstream generation, we find that flow matching must be in the pre-training objective to see a significant finetuning advantage, hinting at the orthogonality of classification and generation tasks. That is, for a model to transfer to both generative and classification downstream tasks, it must be pre-trained on both. This study provides a template for controlled scaling analysis of pre-training objectives for foundation models in simulation-based sciences.

PaperPDFCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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.14870")

Code

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

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

ibrahimEls/PretrainingForScience 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

12 samples harvested; 7 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

7ran
5unverified

Licence: 12 of the 12 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 ibrahimEls/PretrainingForScience. “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.

get_all_gen_finetuned_ckpt_paths_from_json ibrahimEls/PretrainingForScience/omnilearn_lightning/utils_lightweight.py found in paper text by Syntology ran no licence file found · pointer only · 4209b2f5d999847e · report
get_latest_checkpoint_dir ibrahimEls/PretrainingForScience/omnilearn_lightning/utils.py found in paper text by Syntology ran no licence file found · pointer only · 946d37f965a8d510 · report
get_logs ibrahimEls/PretrainingForScience/omnilearn_lightning/model.py found in paper text by Syntology ran no licence file found · pointer only · 2e746a832c2463ff · report
get_numerical_label_from_name ibrahimEls/PretrainingForScience/omnilearn_lightning/utils_lightweight.py found in paper text by Syntology ran no licence file found · pointer only · b71b7033b296eee1 · report
get_pretrained_ckpts ibrahimEls/PretrainingForScience/omnilearn_lightning/utils_lightweight.py found in paper text by Syntology ran no licence file found · pointer only · 9a1857e8940e1d96 · report
preprocess_tensor ibrahimEls/PretrainingForScience/omnilearn_lightning/array_utils.py found in paper text by Syntology ran no licence file found · pointer only · bab721fa5bb999ac · report
quantiled_kl_divergence ibrahimEls/PretrainingForScience/omnilearn_lightning/generation_eval_utils.py found in paper text by Syntology ran no licence file found · pointer only · 4f87624bfae31f21 · report
eval_quark_gluon ibrahimEls/PretrainingForScience/omnilearn_lightning/eval_tasks.py found in paper text by Syntology unverified no licence file found · pointer only · 36b8b561512735d0 · report
eval_top_tagging ibrahimEls/PretrainingForScience/omnilearn_lightning/eval_tasks.py found in paper text by Syntology unverified no licence file found · pointer only · 7a9389fe179307ef · report
load_partial_checkpoint ibrahimEls/PretrainingForScience/omnilearn_lightning/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 5eece5350c781508 · report
network_wrapper ibrahimEls/PretrainingForScience/omnilearn_lightning/diffusion.py found in paper text by Syntology unverified no licence file found · pointer only · e0fd13a1c684c9ff · report
sum_reduce ibrahimEls/PretrainingForScience/omnilearn_lightning/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 8ba3dfe8f1993a47 · report

Results from the paper

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