REVIEW 1 major objections 2 minor 19 references
Protein pocket markers and ESM-2 embeddings improve binding affinity predictions on standard splits but reduce performance on strict no-leak test tiers.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.3
2026-06-28 08:06 UTC pith:WON5QLML
load-bearing objection The reversal on no-leak splits is the main point but the protocol details are missing so the claim stays unverified. the 1 major comments →
HonestAffinity: Leak-Aware Evaluation of Protein and Pocket Priors for Binding Affinity Prediction
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
HonestAffinity-Pocket achieves the best mean Pearson R on validation and CASF-2016 splits, whereas HonestAffinity-Pocket-NoESM achieves the best mean Pearson R on every strict LP no-leak tier (test_cl1-cl3). Both the pocket marker and ESM-2 input improve performance on familiar splits but reduce Pearson R on strict no-leak tiers. The authors conclude that models should report paired canonical and leak-proof ablations and that deployment-regime-matched variants describe performance more accurately than any single default choice.
What carries the argument
The HonestAffinity 1D multi-scale convolutional/Transformer predictor, run in three ablated forms to isolate the contribution of a learned binary pocket-position marker and frozen ESM-2 protein embeddings under a three-tier no-leak hold-out protocol.
Load-bearing premise
The LP-PDBBind three-tier no-leak hold-out protocol removes every relevant similarity between training and test complexes.
What would settle it
Re-evaluating the same three model variants after redefining the no-leak tiers with stricter sequence-identity cutoffs or with structure-based clustering instead of the original method, and finding that the performance reversal between Pocket and Pocket-NoESM disappears.
If this is right
- Both the pocket marker and ESM-2 embeddings raise correlation when test data shares detectable similarity with training data.
- The same priors lower correlation once all detectable similarity is removed from the test tiers.
- Reporting both standard and leak-proof splits reveals conditional behavior that a single split conceals.
- Selecting a model variant matched to the expected similarity regime of deployment gives a clearer performance picture than a universal default.
Where Pith is reading between the lines
- In practice a user expecting mostly novel proteins might prefer the lighter Pocket-NoESM variant while a user working inside a well-sampled protein family might keep both priors.
- Sequence embeddings can capture patterns that improve interpolation inside similarity clusters but add noise once those clusters are excluded.
- The same reversal pattern could be checked for other common priors such as ligand graph features or additional structural inputs.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces HonestAffinity, a compact 1D convolutional/Transformer model for protein-ligand binding affinity prediction that isolates the effects of frozen ESM-2 (650M) embeddings and a learned binary pocket-position marker. Three variants (Pocket, NoPocket, Pocket-NoESM) are trained on 11,513 LP-PDBBind complexes and evaluated against five baselines on the LP-PDBBind 3-tier no-leak hold-out (test_cl1-cl3), CASF-2016, and a CASF-2016 non-train subset. The central claim is a split-conditioned reversal: HonestAffinity-Pocket yields the highest mean Pearson R on validation and CASF-2016, while HonestAffinity-Pocket-NoESM is best on every strict no-leak tier; both the pocket marker and ESM-2 input improve familiar splits but degrade performance under strict no-leak conditions. The authors advocate reporting paired canonical and leak-proof ablations and deployment-matched variants.
Significance. If the no-leak protocol holds, the reversal demonstrates that architectural priors can produce opposite rankings under different similarity regimes, supporting the call for leak-aware evaluation protocols in affinity prediction. The work ships linked code and scripts (with checkpoints promised), enabling direct reproduction of the ~3 GPU-hour training runs and the multi-scale template. This is a concrete strength for a computational paper.
major comments (1)
- [Methods (LP-PDBBind construction and splits)] LP-PDBBind 3-tier no-leak hold-out protocol (Methods): the reversal claim (Pocket best on CASF/validation; Pocket-NoESM best on cl1-cl3) is load-bearing on the assertion that test_cl1-cl3 contain zero relevant sequence, structural, or pocket similarity to the 11,513 training complexes. The abstract states only that a '3-tier no-leak hold-out' is used; if the methods section supplies no quantitative cutoffs (sequence identity, TM-score, pocket RMSD) and no clustering algorithm/parameters, residual leaks remain possible and could artifactually produce the observed reversal.
minor comments (2)
- [Abstract / Results] The five baselines are mentioned but not named or referenced in the abstract; a table or explicit list with citations would clarify the comparison.
- [Model description] Notation for the three variants (HonestAffinity-Pocket, etc.) is clear, but the multi-scale convolutional/Transformer template architecture is only sketched; a diagram or layer-count table would aid readers.
Simulated Author's Rebuttal
We thank the referee for highlighting the need for explicit quantitative details on the LP-PDBBind no-leak protocol. This is a valid point that strengthens reproducibility, and we address it directly below.
read point-by-point responses
-
Referee: [Methods (LP-PDBBind construction and splits)] LP-PDBBind 3-tier no-leak hold-out protocol (Methods): the reversal claim (Pocket best on CASF/validation; Pocket-NoESM best on cl1-cl3) is load-bearing on the assertion that test_cl1-cl3 contain zero relevant sequence, structural, or pocket similarity to the 11,513 training complexes. The abstract states only that a '3-tier no-leak hold-out' is used; if the methods section supplies no quantitative cutoffs (sequence identity, TM-score, pocket RMSD) and no clustering algorithm/parameters, residual leaks remain possible and could artifactually produce the observed reversal.
Authors: We agree that the no-leak claim requires explicit quantitative thresholds to rule out residual similarity as a confounder for the observed reversal. The current Methods section outlines the 3-tier construction (sequence clustering, structural filtering, and pocket-level checks) but does not list the precise cutoffs and algorithm parameters. We will revise the Methods to include the exact values (e.g., sequence identity <30%, TM-score <0.5, pocket RMSD >2 Å) along with the clustering tools and parameters used. This addition will make the protocol fully reproducible and directly support that the split-conditioned reversal is not an artifact of incomplete leak removal. revision: yes
Circularity Check
No circularity: empirical evaluation with no derivations or self-referential fits
full rationale
The paper reports an empirical comparison of three model variants on multiple data splits (LP-PDBBind tiers, CASF-2016). No equations, fitted parameters repurposed as predictions, or derivation chain appear in the provided text. The central claim (split-conditioned reversal in Pearson R) is an observed experimental outcome, not equivalent to its inputs by construction. Absence of similarity-threshold details in the no-leak protocol is a validity issue, not circularity. No self-citation load-bearing or ansatz smuggling is present.
Axiom & Free-Parameter Ledger
axioms (1)
- domain assumption LP-PDBBind 3-tier splits eliminate similarity-based data leakage between train and test
read the original abstract
Sequence-based deep learning offers a scalable alternative to structure-based scoring for protein-ligand binding affinity prediction. However, progress is hard to interpret when architectural priors are evaluated on canonical PDBbind-style splits that leak similarity classes across folds. We present HonestAffinity, a compact 1D-input predictor to isolate two priors under a leak-aware protocol: frozen ESM-2 (650M) protein embeddings and a learned binary pocket-position marker. We evaluate a multi-scale convolutional/Transformer template in three variants: HonestAffinity-Pocket, HonestAffinity-NoPocket, and HonestAffinity-Pocket-NoESM. All three train on 11,513 LP-PDBBind complexes in ~3 GPU-hours. We benchmark against five baselines on the LP-PDBBind 3-tier no-leak hold-out, CASF-2016, and a CASF-2016 non-train subset. Our central finding is a split-conditioned reversal rather than a uniformly best prior: HonestAffinity-Pocket achieves the best mean Pearson R on validation and CASF-2016 splits, whereas HonestAffinity-Pocket-NoESM achieves the best mean Pearson R on every strict LP no-leak tier (test_cl1-cl3). Both the pocket marker and ESM-2 input improve performance on familiar splits but reduce Pearson R on strict no-leak tiers. We argue models should report paired canonical and leak-proof ablations, and that deployment-regime-matched variants better describe these reversals than a single default. Code and scripts are linked in the footnote; checkpoints will be released upon acceptance.
Figures
Reference graph
Works this paper leans on
-
[1]
DeepDTA: Deep drug–target binding affinity prediction,
H. ¨Ozt¨urk, A. ¨Ozg¨ur, and E. Ozkirimli, “DeepDTA: Deep drug–target binding affinity prediction,”Bioinformatics, vol. 34, no. 17, pp. i821–i829, 2018
2018
-
[2]
DeepDTAF: a deep learning method to predict protein–ligand binding affinity,
K. Wang, R. Zhou, Y . Li, and M. Li, “DeepDTAF: a deep learning method to predict protein–ligand binding affinity,”Brief. Bioinform., vol. 22, no. 5, p. bbab072, 2021
2021
-
[3]
DeepBindAffinity: A ResNet-augmented hybrid CNN–Transformer for protein–ligand binding affinity prediction,
G. A. Girmay, Q. A. Aljanabi, and L. Deng, “DeepBindAffinity: A ResNet-augmented hybrid CNN–Transformer for protein–ligand binding affinity prediction,” inProc. IEEE BIBM, 2025, pp. 126–129
2025
-
[4]
Evolutionary-scale prediction of atomic-level protein structure,
Z. Lin, H. Akin, R. Rao, B. Hie, Z. Zhu, W. Lu, N. Smetanin, R. Verkuil, O. Kabeli, Y . Shmueli, A. dos Santos Costa, M. Fazel-Zarandi, T. Sercu, S. Candido, and A. Rives, “Evolutionary-scale prediction of atomic-level protein structure,”Science, vol. 379, no. 6637, pp. 1123–1130, 2023
2023
-
[5]
Biological structure and function emerge from scaling unsupervised learning to 250 million protein sequences,
A. Rives, J. Meier, T. Sercu, S. Goyal, Z. Lin, J. Liu, D. Guo, M. Ott, C. L. Zitnick, J. Maet al., “Biological structure and function emerge from scaling unsupervised learning to 250 million protein sequences,” PNAS, vol. 118, no. 15, 2021
2021
-
[6]
J. Li, X. Guan, O. Zhang, K. Sun, Y . Wang, D. Bagni, and T. Head- Gordon, “Leak-proof PDBBind: A reorganized dataset of protein–ligand complexes for more generalizable binding affinity prediction,”ArXiv, vol. 2308.09639, 2023
-
[7]
Development and evaluation of a deep learning model for protein– ligand binding affinity prediction,
M. M. Stepniewska-Dziubinska, P. Zielenkiewicz, and P. Siedlecki, “Development and evaluation of a deep learning model for protein– ligand binding affinity prediction,”Bioinformatics, vol. 34, no. 21, pp. 3666–3674, 2018
2018
-
[8]
DEAttentionDTA: protein–ligand binding affinity prediction based on dynamic embedding and self-attention,
X. Chen, J. Huang, T. Shen, H. Zhang, L. Xu, M. Yang, X. Xie, Y . Yan, and J. Yan, “DEAttentionDTA: protein–ligand binding affinity prediction based on dynamic embedding and self-attention,”Bioinformatics, vol. 40, no. 6, p. btae319, 2024
2024
-
[9]
CAPLA: improved prediction of protein–ligand binding affinity by a deep learning approach based on a cross-attention mechanism,
Z. Jin, T. Wu, T. Chen, D. Pan, X. Wang, J. Xie, L. Quan, and Q. Lyu, “CAPLA: improved prediction of protein–ligand binding affinity by a deep learning approach based on a cross-attention mechanism,”Bioinformatics, vol. 39, no. 2, p. btad049, 2023
2023
-
[10]
Uni-Mol: A universal 3d molecular representation learning framework,
G. Zhou, Z. Gao, Q. Ding, H. Zheng, H. Xu, Z. Wei, L. Zhang, and G. Ke, “Uni-Mol: A universal 3d molecular representation learning framework,” inICLR, 2023
2023
-
[11]
Large-scale chemical language representations capture molecular structure and properties,
J. Ross, B. Belgodere, V . Chenthamarakshan, I. Padhi, Y . Mroueh, and P. Das, “Large-scale chemical language representations capture molecular structure and properties,” inNature Machine Intelligence, 2022
2022
-
[12]
The PDBbind database: methodologies and updates,
R. Wang, X. Fang, Y . Lu, C.-Y . Yang, and S. Wang, “The PDBbind database: methodologies and updates,”J. Med. Chem., vol. 48, no. 12, pp. 4111–4119, 2005
2005
-
[13]
Comparative assessment of scoring functions: the CASF-2016 update,
M. Su, Q. Yang, Y . Du, G. Feng, Z. Liu, Y . Li, and R. Wang, “Comparative assessment of scoring functions: the CASF-2016 update,”J. Chem. Inf. Model., vol. 59, no. 2, pp. 895–913, 2019
2016
-
[14]
Attention is all you need,
A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, A. N. Gomez, Ł. Kaiser, and I. Polosukhin, “Attention is all you need,” inNeurIPS, 2017
2017
-
[15]
Decoupled weight decay regularization,
I. Loshchilov and F. Hutter, “Decoupled weight decay regularization,” ICLR, 2019
2019
-
[16]
SGDR: Stochastic gradient descent with warm restarts,
——, “SGDR: Stochastic gradient descent with warm restarts,” inICLR, 2017
2017
-
[17]
Biopython: freely available Python tools for computational molecular biology and bioinformatics,
P. J. A. Cock, T. Antao, J. T. Chang, B. A. Chapman, C. J. Cox, A. Dalke, I. Friedberg, T. Hamelryck, F. Kauff, B. Wilczynski, and M. J. L. de Hoon, “Biopython: freely available Python tools for computational molecular biology and bioinformatics,”Bioinformatics, vol. 25, no. 11, pp. 1422– 1423, 2009
2009
-
[18]
Dictionary of protein secondary structure: pattern recognition of hydrogen-bonded and geometrical features,
W. Kabsch and C. Sander, “Dictionary of protein secondary structure: pattern recognition of hydrogen-bonded and geometrical features,” Biopolymers, vol. 22, no. 12, pp. 2577–2637, 1983
1983
-
[19]
RDKit: Open-source cheminformatics,
G. Landrumet al., “RDKit: Open-source cheminformatics,”https://www. rdkit.org, 2024
2024
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.