Pith. sign in

REVIEW 5 major objections 6 minor 1 cited by

Zero-Shot Learning with Subsequence Reordering Pretraining for Compound-Protein Interaction

T0 review · 5 major / 6 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read Subsequence-reordering pretraining lifts zero-shot compound-protein prediction, with AUROC up 13.98% and AUPRC up 36.36% on unseen pairs.

desk verdict A useful empirical idea — subsequence reordering for CPI — with a real data-reporting gap that needs fixing before the headline zero-shot numbers can be trusted. read the letter →

arxiv 2507.20925 v1 pith:SRI4UM6T submitted 2025-07-28 cs.LG q-bio.QM

classification cs.LGq-bio.QM
keywords compound-proteininteractionzero-shotlearningproteinrepresentationself-supervisedsubsequencereorderingpretrainingdrugdiscovery
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper argues that sequence-based compound-protein interaction (CPI) models fail at zero-shot generalization partly because they miss dependencies between distant protein subsequences that cooperate in binding. It proposes PSRP-CPI, a pretraining task in which a protein is cut into variable-length fragments, shuffled, and the encoder must recover the original order by predicting a permutation as a doubly stochastic matrix. Pretraining uses only the protein sequences already available in the downstream training set, with random-length cropping and occasional amino-acid masking as augmentation. Integrated into five CPI baselines and frozen during fine-tuning, the pretrained encoder improves zero-shot performance, with the largest gains on Unseen-Both pairs where neither compound nor protein appeared in training. If correct, this offers a data-efficient alternative to large protein language models and multimodal contrastive pretraining.

What carries the argument

The load-bearing object is the subsequence-reordering pretext task. A protein sequence is cut by RAcut into n variable-length fragments, padded to uniform length, and permuted by a binary shuffle matrix P; the Transformer encoder sees the shuffled fragments, and its output is converted by iterative row and column normalization into a doubly stochastic matrix Q trained to match P. Because P is discrete, the doubly stochastic relaxation makes the permutation target differentiable. RAcut provides length-variable augmentation, and identity or 15% amino-acid masking adds noise. Recovering the original fragment order is intended to force the encoder to represent the spatiotemporal constraints behind protein folding and therefore the discontinuous residue contacts that form binding pockets.

What would settle it

Compute the same zero-shot Unseen-Both AUROC and AUPRC on a held-out set of proteins whose folds and binding-site geometries are known, and check whether the encoder's attention maps or learned embeddings place distant-in-sequence residues in spatial proximity; if reordering accuracy does not correlate with contact prediction quality, the folding-relevance claim is in doubt.

Watch

Extended reading notes

Core claim

The central claim is that the order of a protein's subsequences carries binding-relevant information, and that forcing an encoder to reconstruct that order teaches non-local dependencies that transfer to compounds and proteins never seen in training. The paper reports that adding PSRP-CPI to DrugBAN, PerceiverCPI, SiamDTI, MGNDTI, and PSC-CPI improves almost all baselines across Seen-Both, Unseen-Compound, Unseen-Protein, and Unseen-Both scenarios, with the strongest and most consistent gains in Unseen-Both. On BioSNAP the largest Unseen-Both improvements are 13.98% in AUROC and 36.36% in AUPRC, both for DrugBAN; on BindingDB, Davis, and KIBA the integrated module improves most baselines, with small degradations on the smallest Davis dataset attributed to limited data. Under identical data and model conditions, subsequence reordering beats amino-acid masking and two contrastive pretraining objectives on all four datasets while matching or exceeding large-scale protein language models on BindingDB and KIBA despite pretraining on roughly four thousand sequences.

Load-bearing premise

The load-bearing premise is that solving the reordering puzzle on proteins from the downstream training set teaches the encoder binding-relevant non-local dependencies that transfer to proteins never seen in training, rather than memorizing dataset-specific sequence statistics such as fragment lengths, residue composition, or homology to training proteins.

Editorial extensions

If this is right

  • Zero-shot CPI, especially the Unseen-Both setting where neither compound nor protein appeared in training, can be improved by a sequence-only pretraining objective that needs no structures, texts, or external sequence corpora.
  • A pretraining set as small as the downstream training data, roughly four thousand proteins on BioSNAP, is enough for reordering pretraining to help, whereas mask-based and contrastive objectives under the same data conditions can hurt performance.
  • The gains transfer across architectures: the same pretrained encoder lifts five different CPI baselines, indicating that the improvement lives in the protein representation rather than in any single fusion module.
  • The number of subsequence fragments matters, with performance rising then falling as n grows, which supports the idea that inter-fragment dependencies rather than purely local context carry the signal.
  • Because the encoder is frozen during fine-tuning, the reported gains isolate the quality of the pretrained representation from changes in the downstream classifier.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The mechanism story could be tested directly: if reordering pretraining truly learns folding-relevant geometry, the encoder's attention or embeddings should show contact-like structure at residue pairs that are distant in sequence but close in three-dimensional structure, a check the paper does not report.
  • A cheaper proxy for the same inductive bias may exist: instead of full permutation recovery, training on pairwise order decisions or shuffled-domain detection might capture most of the gain while scaling to longer proteins and more fragments.
  • The Unseen-Both gains on BioSNAP are concentrated in AUPRC, which suggests reordering pretraining mostly improves ranking of rare positive pairs rather than the overall decision boundary; future work could separate recall at low false-positive rates.
  • Because the method pretrains on downstream training proteins, its zero-shot generalization may partly reflect dataset-specific fragment statistics; applying it to an external, structurally annotated benchmark would clarify whether the learned dependencies are general folding rules or benchmark-specific shortcuts.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 6 minor

Summary. The paper proposes PSRP-CPI, a self-supervised pretraining method for compound–protein interaction (CPI) prediction. Protein sequences are split into variable-length subsequences by a random augmentation strategy (RAcut), shuffled, and fed to a Transformer encoder that is trained to recover the original subsequence order; the order-recovery problem is relaxed to predicting a doubly-stochastic matrix via Sinkhorn normalization, with an optional amino-acid masking noise. The pretrained protein encoder is then frozen and integrated into several CPI baseline models. Experiments on BioSNAP in four split scenarios (Seen-Both, Unseen-Comp, Unseen-Prot, Unseen-Both) and on BindingDB, Davis, and KIBA in the Unseen-Both setting report consistent AUROC/AUPRC improvements over baselines, with the largest gains in Unseen-Both (up to +13.98% AUROC and +36.36% AUPRC). The paper also compares PSRP-CPI with protein language models and with three same-data pretraining objectives (AA-Mask, sequence–structure contrastive learning, sequence–text contrastive learning), reporting that PSRP-CPI outperforms the same-data alternatives on all four datasets.

Significance. If the reported results are unbiased, the paper makes a useful contribution: a data-efficient, sequence-only pretraining objective that improves zero-shot CPI prediction without external protein databases or 3D structures. The manuscript has several strengths: the method is simple and clearly described; the ablation in Table 7 shows that each component (shuffle, RAcut, I/M noise) contributes; Table 6 provides a same-data, same-architecture comparison against three alternative pretraining objectives, which is the most direct evidence for the central claim; and the authors state that code is available. However, the evaluation has gaps that directly affect the headline numbers: the BioSNAP split counts are internally inconsistent, Table 2 lacks the error bars the text promises, hyperparameters appear to be tuned on test-scenario metrics, and the split protocols for the three additional datasets are not described. These issues are fixable and do not, in my assessment, invalidate the core idea, but they must be addressed before the empirical claims can be considered reliable.

major comments (5)
  1. [§4.1, Table 1] The BioSNAP split sizes are internally inconsistent with the dataset size. Section 4.1 reports 4,166 (Seen-Both), 5,410 (Unseen-Comp), 5,082 (Unseen-Prot), and 1,540 (Unseen-Both) pairs, which sum to 16,198 pairs, whereas Table 1 states that BioSNAP contains 27,464 interactions. The paper never explains where the remaining 11,266 pairs are discarded. If pairs are removed by the length caps (maximum protein length 1,200, maximum atoms 290) or by deduplication, the reported zero-shot results apply to a filtered subset whose composition may differ systematically from the full benchmark. Please provide an exact derivation of the 16,198 pairs and account for all 27,464 interactions, or report results on the unfiltered split.
  2. [§4.2, Table 2] The text states that five independent runs were conducted and that each metric's mean and standard deviation are reported, but Table 2 reports only point estimates (no standard deviations), while Table 3 reports mean±std for two datasets. Several deltas in Table 2 are small (e.g., SiamDTI Seen-Both AUROC −0.48%, MGNDTI Unseen-Comp AUROC 0.00%), so without variance estimates or significance tests the reader cannot judge whether these differences are meaningful. Please report standard deviations for all tables or clearly indicate which differences are statistically reliable.
  3. [§4.5, Fig. 5, Fig. 6] The hyperparameter analysis appears to select the number of subsequences n, the number of Transformer layers, and the maximum sequence length based on AUROC measured on the Unseen-Both test scenario. For example, Fig. 5(a) plots Unseen-Both AUROC as a function of n and Fig. 6 plots AUROC across scenarios as a function of layer count, with the final choices n=24 and 8 layers justified by these plots. If these choices were made on test-set performance, the reported zero-shot results are optimistically biased. Please describe the validation procedure used for hyperparameter selection, or hold out a validation split that is not used for final test reporting.
  4. [§3.3, §4.4] The central mechanistic claim—that solving the subsequence reordering puzzle teaches the encoder binding-relevant, non-local dependencies—is supported only by an appeal to Anfinsen's dogma and by the UMAP visualization in Fig. 4, which shows clustering by protein family. Family clustering does not directly demonstrate that the learned representations capture interaction-relevant spatial geometry. Please provide a more direct probe, such as contact-map prediction, binding-site residue enrichment, or an attention analysis on proteins with known binding pockets, or alternatively soften the mechanistic interpretation to what the current evidence supports.
  5. [§4.1, Tables 3 and 4] The evaluation protocol for the Unseen-Both setting on BindingDB, Davis, and KIBA is not specified. The paper says only that these datasets are used to evaluate the Unseen-Both setting, without stating how unseen proteins and compounds are selected, how many pairs are in each split, or whether the same split construction was used as for BioSNAP. Without this information, the results in Tables 3 and 4 are not reproducible and cannot be compared across methods in a controlled way. Please provide the split construction details for all datasets.
minor comments (6)
  1. [Table 2] The column header 'Avarage' is a typo and should read 'Average'.
  2. [§4.2] In the paragraph after Table 3, 'the PSCR method' appears to be a typo for 'PSRP'.
  3. [§4.1, Table 1] Table 1 lists 4,505 compounds for BioSNAP, while Section 4.1 says the dataset includes 4,510 compounds; these numbers should be reconciled.
  4. [§4.1] The phrase 'excluding Seenboth' and the spacing in 'Seen-Both' are inconsistent; please use a single consistent name for this scenario throughout the text.
  5. [§3.3] The claim that the standard deviation across five pretraining trials is less than 0.3% is stated in the text but no supporting numbers are shown; please report the actual values or cite the relevant table.
  6. [Table 6 and §4.2] The naming of the contrastive baselines is inconsistent (e.g., 'BioTexts Sequences CL' in Table 6 versus 'BioTexts Sequences CL' and 'Sequences Structure CL' in Table 5); please use uniform labels.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the pretraining objective and the downstream zero-shot CPI evaluation are distinct and not forced by construction.

full rationale

The paper's derivation chain is self-contained. The pretraining loss (Eq. 5) trains a protein encoder to predict, from a shuffled protein subsequence vector, a doubly-stochastic matrix Q that approximates the known shuffle matrix P; this is a self-supervised task on the protein sequence itself. The reported claims are downstream CPI metrics (AUROC/AUPRC) computed on held-out compound-protein pairs with independent interaction labels, so the prediction is not the pretraining input by construction. The ablation study (Table 7) and the comparison against AA-Mask and contrastive pretraining under identical data and model conditions (Table 6) provide an internally controlled evaluation. The invocation of Anfinsen's dogma and PSC-CPI's split procedure are external or methodological citations, not load-bearing self-citations. The only self-citation, SiamDTI [26], is used as one of five baselines, and the paper reports consistent gains on four other baseline methods, so the central claim does not reduce to that citation. Concerns about the unexplained difference between the BioSNAP split sizes (16,198 vs. 27,464) and hyperparameter selection on the target scenario are correctness and reproducibility risks, not circularity in the derivation sense.

Assumptions & free parameters 3 free parameters · 5 assumptions · 0 invented entities

The method is empirical, so the ledger contains hyperparameters tuned on the evaluation scenarios and domain assumptions rather than new physical entities. n and layer count are chosen from target-set curves, and Lmax determines the effective dataset size. The strongest assumption is that order recovery equals binding-relevant structure learning; the paper offers no structural validation for this.

free parameters (3)
  • Number of protein subsequences n = 24
    Selected in Sec. 4.5 from AUROC curves on the Unseen-Both scenario (Fig. 5a); directly controls the granularity of the reordering task.
  • Number of Transformer encoder layers = 8
    Selected in Sec. 4.5 from layer-depth curves on CPI test scenarios (Fig. 6); sets model capacity for subsequence dependency modeling.
  • Maximum protein sequence length Lmax = 1200
    Fixed preprocessing threshold in Sec. 4.1; it likely filters a large fraction of BioSNAP pairs and is not reported as a separate variable in the split description.
assumptions (5)
  • domain assumption Protein tertiary structure and binding-relevant contacts are determined by the amino acid sequence, so recovering subsequence order recovers folding constraints (Anfinsen's dogma).
    Invoked in Sec. 3.3 to justify why reordering pretraining should capture structure and binding properties.
  • domain assumption Learning to reorder subsequences transfers to compound-protein interaction prediction for proteins outside the training set.
    Central transfer claim; the paper evaluates it empirically but does not provide a mechanism or structural evidence.
  • domain assumption A Transformer with self-attention can represent long-range interdependencies between discontinuous protein subsequences.
    Architectural assumption in Sec. 3.3; no comparison against other encoder families except layer depth.
  • standard math Sinkhorn normalization converts a positive matrix to a doubly stochastic matrix and is differentiable with unrolled gradients.
    Used in Sec. 3.3 to produce a continuous surrogate for the discrete shuffle matrix.
  • domain assumption Negative compound-protein pairs in BioSNAP, BindingDB, Davis, and KIBA are valid non-interaction labels.
    All evaluation uses binary labels from these benchmarks; label noise would affect zero-shot estimates.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Zero-Shot Learning with Subsequence Reordering Pretraining for Compound-Protein Interaction." pith.science (2026). https://pith.science/paper/SRI4UM6T

@misc{pith2026250720925,
  author       = {Pith},
  title        = {Pith review of: Zero-Shot Learning with Subsequence Reordering Pretraining for Compound-Protein Interaction},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/SRI4UM6T}},
  note         = {Machine review of arXiv:2507.20925}
}
read the original abstract

Given the vastness of chemical space and the ongoing emergence of previously uncharacterized proteins, zero-shot compound-protein interaction (CPI) prediction better reflects the practical challenges and requirements of real-world drug development. Although existing methods perform adequately during certain CPI tasks, they still face the following challenges: (1) Representation learning from local or complete protein sequences often overlooks the complex interdependencies between subsequences, which are essential for predicting spatial structures and binding properties. (2) Dependence on large-scale or scarce multimodal protein datasets demands significant training data and computational resources, limiting scalability and efficiency. To address these challenges, we propose a novel approach that pretrains protein representations for CPI prediction tasks using subsequence reordering, explicitly capturing the dependencies between protein subsequences. Furthermore, we apply length-variable protein augmentation to ensure excellent pretraining performance on small training datasets. To evaluate the model's effectiveness and zero-shot learning ability, we combine it with various baseline methods. The results demonstrate that our approach can improve the baseline model's performance on the CPI task, especially in the challenging zero-shot scenario. Compared to existing pre-training models, our model demonstrates superior performance, particularly in data-scarce scenarios where training samples are limited. Our implementation is available at https://github.com/Hoch-Zhang/PSRP-CPI.

Figures

Figures reproduced from arXiv: 2507.20925 by the authors.

Figure 1
Figure 1. (a) Residue-level interaction diagram of the EJ4-4N6H protein-ligand complex. [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. The General Framework for CPI Prediction. [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. Demonstration of protein subsequence reordering pre-training for compound [PITH_FULL_IMAGE:figures/full_fig_p009_3.png] view at source ↗
Figures from the paper (3 more)
Figure 4
Figure 4. Figure 4: Latent space visualization of protein sequences structure CL (a), mask-base [PITH_FULL_IMAGE:figures/full_fig_p019_4.png]
Figure 5
Figure 5. Figure 5: (a) AUROC on two public CPI datasets under the Unseen-Both setting for [PITH_FULL_IMAGE:figures/full_fig_p020_5.png]
Figure 6
Figure 6. Figure 6: Performance of PSC-CPI about different network layers on BioSNAP and Bind [PITH_FULL_IMAGE:figures/full_fig_p020_6.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Valid Property-Enhanced Contrastive Learning for Targeted Optimization & Resampling for Novel Drug Design

    cs.LG 2025-08 conditional novelty 5.0 of 10

    VECTOR+ combines contrastive learning and Gaussian mixture sampling to generate novel, synthetically plausible inhibitors from low-data datasets, with improved docking scores over known compounds.

Reference graph

Works this paper leans on

50 extracted references · 48 canonical work pages · cited by 1 Pith paper

  1. [1]

    K. Y . Gao, A. Fokoue, H. Luo, A. Iyengar, S. Dey, P. Zhang, et al., Inter- pretable drug target prediction using deep neural representation., in: IJCAI, V ol. 2018, 2018, pp. 3371–3377

  2. [2]

    Y . Ding, J. Tang, F. Guo, Identification of drug–target interactions via dual laplacian regularized least squares with multiple kernel fusion, Knowledge- Based Systems 204 (2020) 106254

  3. [3]

    B. Gao, B. Qiang, H. Tan, Y . Jia, M. Ren, M. Lu, J. Liu, W.-Y . Ma, Y . Lan, Drugclip: Contrasive protein-molecule representation learning for virtual screening, Advances in Neural Information Processing Systems 36 (2024)

  4. [4]

    L. Wu, Y . Huang, C. Tan, Z. Gao, B. Hu, H. Lin, Z. Liu, S. Z. Li, Psc- cpi: Multi-scale protein sequence-structure contrasting for efficient and gen- eralizable compound-protein interaction prediction, in: Proceedings of the AAAI Conference on Artificial Intelligence, V ol. 38, 2024, pp. 310–319

  5. [5]

    Karimi, D

    M. Karimi, D. Wu, Z. Wang, Y . Shen, Explainable deep relational networks for predicting compound–protein affinities and contacts, Journal of chemical information and modeling 61 (1) (2020) 46–66. 22

  6. [6]

    ¨Ozt¨urk, A

    H. ¨Ozt¨urk, A. ¨Ozg¨ur, E. Ozkirimli, Deepdta: deep drug–target binding affin- ity prediction, Bioinformatics 34 (17) (2018) i821–i829

  7. [7]

    Nguyen, H

    T. Nguyen, H. Le, T. P. Quinn, T. Nguyen, T. D. Le, S. Venkatesh, Graphdta: predicting drug–target binding affinity with graph neural networks, Bioin- formatics 37 (8) (2021) 1140–1147

  8. [8]

    I. Lee, J. Keum, H. Nam, Deepconv-dti: Prediction of drug-target interac- tions via deep learning with convolution on protein sequences, PLoS com- putational biology 15 (6) (2019) e1007129

Show all 50 references
  1. [9]

    Tsubaki, K

    M. Tsubaki, K. Tomii, J. Sese, Compound–protein interaction prediction with end-to-end learning of neural networks for graphs and sequences, Bioinformatics 35 (2) (2019) 309–318

  2. [10]

    Radford, J

    A. Radford, J. W. Kim, C. Hallacy, A. Ramesh, G. Goh, S. Agarwal, G. Sas- try, A. Askell, P. Mishkin, J. Clark, et al., Learning transferable visual mod- els from natural language supervision, in: International conference on ma- chine learning, PMLR, 2021, pp. 8748–8763

  3. [11]

    Robinson, T

    L. Robinson, T. Atkinson, L. Copoiu, P. Bordes, T. PIERROT, T. D. Barrett, Contrasting sequence with structure: Pre-training graph representations with plms, in: NeurIPS 2023 AI for Science Workshop, 2023

  4. [12]

    H. Zhao, S. Liu, M. Chang, H. Xu, J. Fu, Z. Deng, L. Kong, Q. Liu, Gimlet: A unified graph-text model for instruction-based molecule zero-shot learn- ing, Advances in Neural Information Processing Systems 36 (2023) 5850– 5887

  5. [13]

    K. Li, X. Gong, J. Wu, W. Hu, Contrastive learning drug response models from natural language supervision, in: Proceedings of the Thirty-Third In- ternational Joint Conference on Artificial Intelligence, 2024, pp. 2126–2134

  6. [14]

    Rives, J

    A. Rives, J. Meier, T. Sercu, S. Goyal, Z. Lin, J. Liu, D. Guo, M. Ott, C. L. Zitnick, J. Ma, et al., Biological structure and function emerge from scaling unsupervised learning to 250 million protein sequences, Proceedings of the National Academy of Sciences 118 (15) (2021) e...

  7. [15]

    Ahmed, M

    E. Ahmed, M. Heinzinger, C. Dallago, G. Rihawi, Y . Wang, L. Jones, T. Gibbs, T. Feher, C. Angerer, S. Martin, et al., Prottrans: towards cracking 23 the language of life’s code through self-supervised deep learning and high performance computing, bioRxiv (2020)

  8. [16]

    Sledzieski, R

    S. Sledzieski, R. Singh, L. Cowen, B. Berger, Adapting protein language models for rapid dti prediction, bioRxiv (2022) 2022–11

  9. [17]

    Y . You, Y . Shen, Cross-modality and self-supervised protein embedding for compound–protein affinity and contact prediction, Bioinformatics 38 (Sup- plement 2) (2022) ii68–ii74

  10. [18]

    Vaswani, Attention is all you need, Advances in Neural Information Pro- cessing Systems (2017)

    A. Vaswani, Attention is all you need, Advances in Neural Information Pro- cessing Systems (2017)

  11. [19]

    W. Lu, Q. Wu, J. Zhang, J. Rao, C. Li, S. Zheng, Tankbind: Trigonometry- aware neural networks for drug-protein binding structure prediction, Ad- vances in neural information processing systems 35 (2022) 7236–7249

  12. [20]

    Q. Pei, K. Gao, L. Wu, J. Zhu, Y . Xia, S. Xie, T. Qin, K. He, T.-Y . Liu, R. Yan, Fabind: Fast and accurate protein-ligand binding, Advances in Neu- ral Information Processing Systems 36 (2024)

  13. [21]

    H. Chen, J. Li, Learning data-driven drug-target-disease interaction via neu- ral tensor network, in: International joint conference on artificial intelligence (IJCAI), 2020

  14. [22]

    Q. Zhao, H. Zhao, K. Zheng, J. Wang, Hyperattentiondti: improving drug– protein interaction prediction by sequence-based deep learning with atten- tion mechanism, Bioinformatics 38 (3) (2022) 655–662

  15. [23]

    Nguyen, G

    N.-Q. Nguyen, G. Jang, H. Kim, J. Kang, Perceiver cpi: a nested cross- attention network for compound–protein interaction prediction, Bioinfor- matics 39 (1) (2023) btac731

  16. [24]

    Zheng, Y

    S. Zheng, Y . Li, S. Chen, J. Xu, Y . Yang, Predicting drug–protein interaction using quasi-visual question answering system, Nature Machine Intelligence 2 (2) (2020) 134–140

  17. [25]

    P. Bai, F. Miljkovi´c, B. John, H. Lu, Interpretable bilinear attention network with domain adaptation improves drug–target prediction, Nature Machine Intelligence 5 (2) (2023) 126–136. 24

  18. [26]

    Zhang, X

    H. Zhang, X. Gong, S. Pan, J. Wu, B. Du, W. Hu, A cross-field fusion strat- egy for drug-target interaction prediction, arXiv preprint arXiv:2405.14545 (2024)

  19. [27]

    X. Chen, X. Zheng, Z. Li, M. Ma, M. Zhang, Self-supervised visual– textual prompt learning for few-shot grading of gastric intestinal metaplasia, Knowledge-Based Systems 301 (2024) 112303

  20. [28]

    D. Li, J. Jin, L. Zou, H. Zhao, Fspdf: Few-shot learning with progressive dual-domain feature fusion via self-supervised learning, Knowledge-Based Systems (2025) 113389

  21. [29]

    Z. Lin, H. Akin, R. Rao, B. Hie, Z. Zhu, W. Lu, N. Smetanin, R. Verkuil, O. Kabeli, Y . Shmueli, et al., Evolutionary-scale prediction of atomic-level protein structure with a language model, Science 379 (6637) (2023) 1123– 1130

  22. [30]

    Brandes, D

    N. Brandes, D. Ofer, Y . Peleg, N. Rappoport, M. Linial, Proteinbert: a uni- versal deep-learning model of protein sequence and function, Bioinformatics 38 (8) (2022) 2102–2110

  23. [31]

    Y . Bai, K. Gu, Y . Sun, W. Wang, Bi-level graph neural networks for drug- drug interaction prediction, arXiv preprint arXiv:2006.14002 (2020)

  24. [32]

    H. Shen, L. C. Price, T. Bahadori, F. Seeger, Improving generalizability of protein sequence models with data augmentations, bioRxiv (2021) 2021–02

  25. [33]

    R. Sun, L. Wu, H. Lin, Y . Huang, S. Z. Li, Enhancing protein predictive models via proteins data augmentation: A benchmark and new directions, arXiv preprint arXiv:2403.00875 (2024)

  26. [34]

    C. P. Ponting, R. R. Russell, The natural history of protein domains, Annual review of biophysics and biomolecular structure 31 (1) (2002) 45–71

  27. [35]

    T. Chen, S. Kornblith, M. Norouzi, G. Hinton, A simple framework for con- trastive learning of visual representations, in: International conference on machine learning, PMLR, 2020, pp. 1597–1607

  28. [36]

    Zhang, M

    Z. Zhang, M. Xu, A. R. Jamasb, V . Chenthamarakshan, A. Lozano, P. Das, J. Tang, Protein representation learning by geometric structure pretraining, in: The Eleventh International Conference on Learning Representations, 2023. 25

  29. [37]

    C. B. Anfinsen, Principles that govern the folding of protein chains, Science 181 (4096) (1973) 223–230

  30. [38]

    K. A. Dill, J. L. MacCallum, The protein-folding problem, 50 years on, sci- ence 338 (6110) (2012) 1042–1046

  31. [39]

    D. S. Marks, L. J. Colwell, R. Sheridan, T. A. Hopf, A. Pagnani, R. Zecchina, C. Sander, Protein 3d structure computed from evolutionary sequence varia- tion, PloS one 6 (12) (2011) e28766

  32. [40]

    A. D. Moore, ˚A. K. Bj¨orklund, D. Ekman, E. Bornberg-Bauer, A. Elofsson, Arrangements in the modular evolution of proteins, Trends in biochemical sciences 33 (9) (2008) 444–451

  33. [41]

    Sinkhorn, A relationship between arbitrary positive matrices and doubly stochastic matrices, The annals of mathematical statistics 35 (2) (1964) 876– 879

    R. Sinkhorn, A relationship between arbitrary positive matrices and doubly stochastic matrices, The annals of mathematical statistics 35 (2) (1964) 876– 879

  34. [42]

    Santa Cruz, B

    R. Santa Cruz, B. Fernando, A. Cherian, S. Gould, Deeppermnet: Visual permutation learning, in: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, 2017, pp. 3949–3957

  35. [43]

    Zitnik, R

    M. Zitnik, R. Sosi ˇc, S. Maheshwari, J. Leskovec, BioSNAP Datasets: Stan- ford biomedical network dataset collection, http://snap.stanford. edu/biodata (2018)

  36. [44]

    M. K. Gilson, T. Liu, M. Baitaluk, G. Nicola, L. Hwang, J. Chong, Bind- ingdb in 2015: a public database for medicinal chemistry, computational chemistry and systems pharmacology, Nucleic acids research 44 (D1) (2016) D1045–D1053

  37. [45]

    M. I. Davis, J. P. Hunt, S. Herrgard, P. Ciceri, L. M. Wodicka, G. Pallares, M. Hocker, D. K. Treiber, P. P. Zarrinkar, Comprehensive analysis of kinase inhibitor selectivity, Nature biotechnology 29 (11) (2011) 1046–1051

  38. [46]

    J. Tang, A. Szwajda, S. Shakyawar, T. Xu, P. Hintsanen, K. Wennerberg, T. Aittokallio, Making sense of large-scale kinase inhibitor bioactivity data sets: a comparative and integrative analysis, Journal of Chemical Informa- tion and Modeling 54 (3) (2014) 735–743. 26

  39. [47]

    L. Peng, X. Liu, M. Chen, W. Liao, J. Mao, L. Zhou, Mgndti: A drug- target interaction prediction framework based on multimodal representation learning and the gating mechanism, Journal of Chemical Information and Modeling 64 (16) (2024) 6684–6698

  40. [48]

    M. Xu, X. Yuan, S. Miret, J. Tang, Protst: Multi-modality learning of protein sequences and biomedical texts, in: International Conference on Machine Learning, PMLR, 2023, pp. 38749–38767

  41. [49]

    McInnes, J

    L. McInnes, J. Healy, J. Melville, Umap: Uniform manifold approximation and projection for dimension reduction, arXiv preprint arXiv:1802.03426 (2018)

  42. [50]

    Akdel, D

    M. Akdel, D. E. Pires, E. P. Pardo, J. J ¨anes, A. O. Zalevsky, B. M ´esz´aros, P. Bryant, L. L. Good, R. A. Laskowski, G. Pozzati, et al., A structural biol- ogy community assessment of alphafold2 applications, Nature Structural & Molecular Biology 29 (11) (2022) 1056–1067. 27

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.