Papers › Decomposing the Generalization Gap in PROTAC Activity Prediction: Variance Attribution...

Decomposing the Generalization Gap in PROTAC Activity Prediction: Variance Attribution and the Inter-Laboratory Ceiling

12 May 2026arXiv:2605.11764added by Syntology

Thor Klamt, Wolfgang Nejdl, Ming Tang

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

Machine-learning predictors of biochemical activity often exhibit large random-split-to-leave-one-target-out generalisation gaps that have been documented but not decomposed. We frame this as an evaluation-science question and use targeted protein degradation as the empirical test bed. PROTACs (proteolysis-targeting chimeras) are heterobifunctional small molecules that induce targeted protein degradation, with more than forty candidates currently in clinical trials; published predictors report AUROC of 0.85 to 0.91 under random-split cross-validation, while the leave-one-target-out (LOTO) protocol of Ribes et al. reduces performance to approximately 0.67. Random splits reward within-target interpolation, whereas LOTO measures the novel-target prediction that de-novo design depends on. We decompose this gap and identify inter-laboratory measurement variance as the dominant component, anchored by a within-target cross-laboratory cascade bounding the inter-laboratory contribution at 0.124 AUROC, well above the 0.05 contribution from binarisation-threshold choice. Across eight published architectures and ESM-2 protein language models up to 3B parameters, LOTO AUROC plateaus near 0.67, with a comparable plateau under SMILES-level deduplication; a 21-dimensional 2000-trial hyperparameter optimisation cannot break this ceiling, and the rank-1 single-seed configuration regresses by 0.161 AUROC under multi-seed validation, matching a closed-form selection-bias prediction (Bailey and Lopez de Prado, 2014). Few-shot k=5 stratified per-target retraining combined with ADMET features lifts 65-target LOTO AUROC from 0.668 to 0.7050, and post-hoc Platt scaling recovers raw output to within the 0.05 well-calibrated threshold. We release PROTAC-Bench (10,748 measurements, 173 targets, 65 LOTO folds), the variance-decomposition framework, the per-target calibration protocol, and the evaluation code.

PaperPDFCode Syntology ran

In Syntology 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="2605.11764")

Code

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

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

ThorKlm/PROTAC-Bench 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

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

19ran
5unverified

Licence: 24 of the 24 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 ThorKlm/PROTAC-Bench. “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.

analyze_pocket_diversity ThorKlm/PROTAC-Bench/baselines/deepprotacs_eval.py found in paper text by Syntology ran no licence file found · pointer only · ae7c2260be8ee0e4 · report
bulk_fps ThorKlm/PROTAC-Bench/src/fingerprints.py found in paper text by Syntology ran no licence file found · pointer only · 8b3541f249fe4e8f · report
confidence_interval ThorKlm/PROTAC-Bench/src/stats.py found in paper text by Syntology ran no licence file found · pointer only · 29cb7b75b3e65672 · report
format_result ThorKlm/PROTAC-Bench/src/stats.py found in paper text by Syntology ran no licence file found · pointer only · fed1bb6371e9597b · report
get_loto_folds ThorKlm/PROTAC-Bench/src/data_utils.py found in paper text by Syntology ran no licence file found · pointer only · a3587119a8f8ef97 · report
get_representative_targets ThorKlm/PROTAC-Bench/baselines/chemprop_hpo.py found in paper text by Syntology ran no licence file found · pointer only · 855de0a93ab56a7c · report
load_cached_results ThorKlm/PROTAC-Bench/baselines/deepprotacs_eval.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · a4604ed65bf0bec2 · report
load_dataset ThorKlm/PROTAC-Bench/src/data_utils.py found in paper text by Syntology ran no licence file found · pointer only · a66482b2d39cfeaf · report
load_dm_data ThorKlm/PROTAC-Bench/baselines/dm_loto.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 6b121ca3ff6d1dc2 · report
load_plm_embeddings ThorKlm/PROTAC-Bench/baselines/plm_scaling.py found in paper text by Syntology ran no licence file found · pointer only · 91458d823b67614d · report
loto_evaluate ThorKlm/PROTAC-Bench/src/evaluation.py found in paper text by Syntology ran no licence file found · pointer only · 382bc9e04e66faa1 · report
one_hot ThorKlm/PROTAC-Bench/baselines/gnn_baselines.py found in paper text by Syntology ran no licence file found · pointer only · 8141e1d925395b8d · report
paired_wilcoxon ThorKlm/PROTAC-Bench/src/stats.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 866a835b5642ea90 · report
predict ThorKlm/PROTAC-Bench/baselines/rs_per_target_gnn.py found in paper text by Syntology ran no licence file found · pointer only · 50668a29b064f865 · report
random_cv ThorKlm/PROTAC-Bench/src/evaluation.py found in paper text by Syntology ran no licence file found · pointer only · 269ce5e588ebec42 · report
reduce_for_debug ThorKlm/PROTAC-Bench/src/debug.py found in paper text by Syntology ran no licence file found · pointer only · ac6b59df44704eb9 · report
rf_model_fn ThorKlm/PROTAC-Bench/baselines/plm_scaling.py found in paper text by Syntology ran no licence file found · pointer only · 20bdd910d097f4a9 · report
rf_model_fn ThorKlm/PROTAC-Bench/baselines/rf_morgan.py found in paper text by Syntology ran no licence file found · pointer only · 5759036494bff808 · report
train_one ThorKlm/PROTAC-Bench/baselines/rs_per_target_gnn.py found in paper text by Syntology ran no licence file found · pointer only · d8dd6ba0960d8ec2 · report
attempt_evaluation ThorKlm/PROTAC-Bench/baselines/deepprotacs_eval.py found in paper text by Syntology unverified no licence file found · pointer only · 8f61115c606e45f0 · report
dm_loto_evaluation ThorKlm/PROTAC-Bench/baselines/dm_loto.py found in paper text by Syntology unverified no licence file found · pointer only · 1084da9f2753e177 · report
evaluate_config ThorKlm/PROTAC-Bench/baselines/chemprop_hpo.py found in paper text by Syntology unverified no licence file found · pointer only · e4b1e57ac71cbf56 · report
make_dmpnn_cls ThorKlm/PROTAC-Bench/baselines/chemprop_hpo.py found in paper text by Syntology unverified no licence file found · pointer only · 0e8bbdb8786a909e · report
run_method ThorKlm/PROTAC-Bench/baselines/rs_per_target_gnn.py found in paper text by Syntology unverified no licence file found · pointer only · 9d1423753770cbe5 · report

Results from the paper

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