Papers › How Post-Training Shapes Biological Reasoning Models

How Post-Training Shapes Biological Reasoning Models

15 Jun 2026arXiv:2606.16517added by Syntology

Lukas Fesser, Hanlin Zhang, Michelle M. Li, Eric Wang, Bryan Perozzi, Shekoofeh Azizi, Sham M. Kakade, Marinka Zitnik

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

Scientific reasoning models for biology combine language models with foundation models trained on multimodal biological data, including DNA, RNA, and proteins. These models are built through post-training, yet how each stage shapes reasoning and generalization remains poorly understood. We study when post-training improves performance and when it induces over-specialization. Across genomics, transcriptomics, and proteins, we train and evaluate more than 100 biological reasoning models under controlled variation in backbone, continued pre-training (CPT), supervised fine-tuning (SFT), and reinforcement learning (RL), measuring both in-domain (ID) and out-of-domain (OOD) performance. We find that each post-training stage reshapes generalization in a distinct way rather than contributing uniform gains. CPT improves downstream performance by aligning models with biological language. SFT consistently increases ID performance but causes OOD performance to peak early and decline as models fit the training distribution. RL, when applied to strong SFT checkpoints with aligned rewards, improves OOD performance and partially recovers generalization. These results show that biological reasoning does not improve monotonically with additional supervision or compute. Instead, performance depends on how training stages are composed. Under fixed post-training budgets, the strongest ID-OOD trade-off comes from brief SFT, larger RL allocations, and asymmetric adaptation capacity across stages.

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

Code

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

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

mims-harvard/bio-posttrain 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; 12 ran; 0 honoured the contract we drafted; 4 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.

12ran
4unverified

Licence: 16 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 mims-harvard/bio-posttrain. “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.

best_rl mims-harvard/bio-posttrain/BioReason/gen_post_cpt_report.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 3bb51e9b7e0198cd · report
best_sft_acc mims-harvard/bio-posttrain/BioReason/gen_post_cpt_report.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 22389671b84fc915 · report
clean_sequence mims-harvard/bio-posttrain/BioReason-Pro/predict.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · e15f79e855c0f54b · report
extract_hash_answer mims-harvard/bio-posttrain/BioReason/reason.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 6d5992a248b4c807 · report
extract_xml_answer mims-harvard/bio-posttrain/BioReason/reason.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 3fca4c3b8039e70a · report
harvest_dna_sft mims-harvard/bio-posttrain/harvest_results.py found in paper text by Syntology ran licence not identified · pointer only · aa05e6f2ab6b4e9b · report
last_rl_reward mims-harvard/bio-posttrain/BioReason/gen_post_cpt_report.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · f14d500e7014c5ce · report
latest_log mims-harvard/bio-posttrain/harvest_results.py found in paper text by Syntology ran licence not identified · pointer only · 584eae0463aafa3a · report
left_pad_to_max mims-harvard/bio-posttrain/BioReason-Pro/train_protein_grpo.py found in paper text by Syntology ran licence not identified · pointer only · f2a2993957885ef5 · report
maybe_get mims-harvard/bio-posttrain/BioReason-Pro/train_protein_grpo.py found in paper text by Syntology ran licence not identified · pointer only · e5c601c4aa7a3488 · report
tail_text mims-harvard/bio-posttrain/harvest_results.py found in paper text by Syntology ran licence not identified · pointer only · 6923a8e4df002554 · report
validate_organism mims-harvard/bio-posttrain/BioReason-Pro/predict.py found in paper text by Syntology ran licence not identified · pointer only · 6a0ade46b1a945ae · report
load_interpro_metadata mims-harvard/bio-posttrain/BioReason-Pro/interpro_api.py found in paper text by Syntology unverified licence not identified · pointer only · b5d9ee083ccde995 · report
read_input_tsv mims-harvard/bio-posttrain/BioReason-Pro/predict.py found in paper text by Syntology unverified licence not identified · pointer only · d6bc4ce169f90660 · report
run_interproscan_local mims-harvard/bio-posttrain/BioReason-Pro/interpro_api.py found in paper text by Syntology unverified licence not identified · pointer only · 1d08348ea56f3fea · report
run_interproscan_online mims-harvard/bio-posttrain/BioReason-Pro/interpro_api.py found in paper text by Syntology unverified licence not identified · pointer only · a2eb2097b0dfa743 · report

Results from the paper

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