Skip to main content
Briefings in Bioinformatics logoLink to Briefings in Bioinformatics
. 2026 Jul 18;27(4):bbag392. doi: 10.1093/bib/bbag392

Graph-based drug–target interaction modeling: from representation learning to output-driven drug discovery

Thanh Nguyen 1, Hien Minh To 2, Duy Anh Nguyen 3, Duy Trieu 4, Giang Nguyen 5,
PMCID: PMC13380308  PMID: 42470695

Abstract

Graph-based deep learning has emerged as a powerful framework for modeling drug–target interactions (DTIs), enabling the integration of molecular, structural, and systems-level information within a unified representation. In this review, we survey graph-based DTI models across biomedical network-, sequence/hybrid-, and structure-based paradigms, which form a continuum from large-scale association inference to structure-resolved interaction modeling with increasing mechanistic specificity. Beyond architectural advances, we introduce an output-driven perspective in which models are evaluated according to how well their predictions align with the informational and decision-making requirements of different stages of the drug discovery pipeline. Within this framework, attention mechanisms and semi-supervised learning are discussed as key developments that enhance feature prioritization and data efficiency in data-limited settings. We further examine how model outputs support applications ranging from target identification and drug repurposing to structure-guided lead optimization. Finally, we analyze key benchmarking challenges, including data leakage, sequence redundancy, and structural bias, and discuss emerging directions such as multimodal integration and the use of predicted protein structures. Together, this review provides a unified perspective on the design, evaluation, and translational application of graph-based DTI models.

Keywords: graph neural networks, drug–target interaction, multimodal learning, drug discovery, deep learning, molecular representation

Introduction

Artificial intelligence has become a central component of modern drug discovery. This progress is driven by advances in machine learning, the rapid expansion of chemical and biological datasets, and the need to model complex molecular systems that are difficult to capture using traditional approaches. Among artificial intelligence (AI) methods, graph-based models have emerged as a powerful framework for representing molecular structures and biological interactions. By naturally encoding relational information, these models enable the learning of chemically meaningful features through message passing. More recently, the field has shifted toward large-scale pretraining and transformer-based architectures, including heterogeneous graph transformers [1] and molecular foundation models such as Uni-Mol [2]. These approaches aim to learn generalizable representations from diverse chemical and biological data. In drug–target interaction (DTI) modeling, such advances provide new opportunities to integrate heterogeneous modalities, including molecular graphs, protein sequences, 3D structures, and biomedical networks. This integration may improve cross-target generalization and enable more robust prediction in data-limited settings.

While early graph neural networks were primarily developed for ligand-based property prediction, recent advances have extended their use to DTI modeling by incorporating protein information and enabling target-aware prediction [3]. In this review, DTI models involving graph representations are organized according to where graph structure is introduced, including biomedical networks, ligand molecular graphs, 3D protein or pocket structures, and explicit protein–ligand interaction graphs. Sequence-based approaches are therefore described more precisely as models that combine ligand representations with protein sequence encoders, rather than as fully graph-based models of both drugs and targets.

Biomedical network models, including knowledge graph-based approaches, operate at a systems level by integrating drugs, proteins, diseases, pathways, and other biomedical entities to infer associations and support drug-repurposing hypotheses [4, 5]. However, they generally provide limited mechanistic insight into molecular binding. Sequence-based and hybrid models combine ligand representations with protein amino acid sequence encoders, enabling scalable affinity prediction when structural data are unavailable [6, 7]. Their generalization to underrepresented or low-homology target families, however, remains limited. In contrast, structure-based models incorporate 3D ligand, protein, pocket, or protein–ligand complex representations. These models allow more explicit modeling of binding context, interaction specificity, and pose-dependent effects relevant to structure-guided screening and early optimization [8–10]. Within this broad structure-based group, some models place greater emphasis on explicit atom–residue contacts, ligand–protein interaction edges, pocket-level context, or contact-level weighting. These interaction-focused approaches should therefore be viewed as part of the structure-based modeling continuum, rather than as a completely separate paradigm.

These paradigms form a continuum from large-scale association inference to structure-resolved interaction modeling, with each model class suited to different data regimes and stages of drug discovery [11–13]. However, these categories should not be viewed as strictly separate. Recent hybrid and multimodal models combine ligand graphs, protein sequences, structural features, and heterogeneous biomedical networks, thereby bridging network-, sequence-, and structure-based approaches [14, 15]. Accordingly, this review surveys graph-based DTI models across major representation frameworks, while highlighting emerging hybrid, multimodal, and interaction-focused developments. To improve narrative coherence, the review first organizes DTI models by their primary representation framework and then discusses attention mechanisms, contrastive or self-supervised learning, and semi-supervised learning as methodological advances that span multiple model categories.

Representation frameworks in graph-based drug–target interaction modeling

To understand how graph-based DTI models differ in practice, it is useful to formalize how drugs, targets, binding pockets, and biomedical networks are represented. In graph-based DTI modeling, a system can be represented as a graph Inline graphic, where Inline graphic denotes the set of nodes and Inline graphic denotes the set of edges [16]. Depending on the modeling paradigm, nodes may correspond to atoms, residues, drugs, proteins, diseases, or other biomedical entities, whereas edges may represent covalent bonds, spatial contacts, residue–residue relationships, drug–target associations, or heterogeneous biomedical relationships [3, 17, 18]. This flexible representation allows graph-based models to encode chemical, structural, and systems-level information within a unified framework [11, 19, 20] (Fig. 1).

Figure 1.

Graph-based DTI models organized along a continuum from network-based to interaction-aware representations with increasing structural resolution.

Representation frameworks in graph-based DTI models; graph-based models encode DTIs across multiple levels of biological abstraction; these representations reflect a continuum from large-scale association inference to structure-resolved interaction modeling, with increasing mechanistic specificity and data requirements.

Each node Inline graphic is initialized with a feature vector Inline graphic, and each edge Inline graphic may be associated with an edge feature vector Inline graphic. In molecular graphs, node features may include atom type, aromaticity, charge, hybridization, or residue identity, whereas edge features may include bond type, distance, contact category, or geometric orientation [21]. A common message-passing formulation updates node embeddings by aggregating information from neighboring nodes:

graphic file with name DmEquation1.gif
graphic file with name DmEquation2.gif

where Inline graphic denotes the neighbors of node Inline graphic, Inline graphic is the aggregated message at layer Inline graphic, Inline graphic is a learnable message function, and Inline graphic is a learnable update function. After Inline graphic message-passing layers, node embeddings can be pooled into a graph-level representation:

graphic file with name DmEquation3.gif

where READOUT may be implemented as sum pooling, mean pooling, max pooling, or attention-based pooling. In DTI models, ligand and protein representations may be encoded separately and then fused, or jointly encoded within a unified ligand–protein graph. This formulation clarifies how graph-based models transform initial atom, residue, or biomedical entity features into latent embeddings for downstream DTI prediction.

Although ligand-based graph models are not DTI models per se, they provide the foundational representation learning framework upon which many DTI approaches are built. Architectures such as Graph Isomorphism Network [22], Directed Message Passing Neural Network [23], Graph Attention Networks (GAT) [24], and AttentiveFP [25] are commonly used to construct ligand-only models, where 2D molecular graphs are used to learn structure–activity relationships without explicit target context. While these approaches are highly scalable and effective for quantitative structure activity relationship (QSAR) and virtual screening, their lack of protein information limits their ability to capture target specificity and binding mechanisms [26–28].

In contrast, DTI modeling explicitly incorporates protein information to predict how a specific ligand interacts with a specific target, requiring more complex and multimodal inputs. Beyond molecular-level representations, network-based DTI models adopt a systems-level perspective by representing drugs, targets, and related biomedical entities as nodes in heterogeneous graphs. Models such as NeoDTI [29], DTI based on Heterogeneous Network Embedding (DTI-HeNE) [30], NASNet-DTI [9], H2GnnDTI [31], EEG-DTI [32], and iGRLDTI [33] integrate heterogeneous biomedical relationships to support large-scale interaction inference, association discovery, and drug-repurposing hypotheses, but generally provide limited direct molecular-level interpretability. Sequence-based and hybrid DTI models, including DeepDTA [34] and GraphDTA [35], combine drug representations with protein amino acid sequence encoders to enable structure-agnostic affinity prediction across diverse targets. Because the protein component is typically encoded as a 1D sequence rather than an explicit residue graph or 3D structure, these methods provide limited direct information about binding geometry unless structural or interaction-level features are incorporated. More recent hybrid and multimodal models further integrate complementary information from molecular graphs, protein sequences, structural features, and biomedical networks. For example, CSCo-DTA integrates molecule-scale and network-scale drug–target features through cross-scale graph contrastive learning, reflecting a shift toward multiscale representation learning for binding-affinity prediction [14]. AttentionMGT-DTA [15] further combines molecular graph and binding-pocket graph representations using multimodal attention. More broadly, unified frameworks such as DTIAM [36] extend DTI modeling beyond binary interaction prediction by jointly considering interaction likelihood, binding affinity, and activation/inhibition mechanisms. Nevertheless, despite their scalability and flexibility, these models provide limited direct information about binding geometry unless structural or interaction-level features are explicitly incorporated.

Structure-based DTI models increase representational resolution by integrating 3D ligand, protein, pocket, or protein–ligand complex information [18, 37]. These models differ not by whether they use structural context, but by how explicitly they encode ligand–protein interactions. Some approaches represent the binding environment through spatial neighborhoods, geometric descriptors, or staged message passing, as in PotentialNet [38], SIGN [39], EquiBind [40], and PLANET [41]. Others, including GIGN [42], InteractionGraphNet [43], and PIGNet [44], more directly encode protein–ligand contacts or interface graphs derived from structural proximity. Despite these differences, structure-based models share several common limitations, including strong dependence on the availability and quality of protein–ligand complex structures, sensitivity to docking accuracy and pose uncertainty, limited capacity to capture protein conformational flexibility, and increased computational cost [45–48].

Recent structure-based models have moved beyond conventional protein–ligand complex graphs toward specialized scoring and screening frameworks. RTMScore [49] introduced residue–atom graphs with graph transformer layers for protein–ligand scoring, whereas GenScore [50] further developed this direction into a generalized framework balancing scoring, docking, ranking, and screening performance. PBCNet [51] emphasized relative binding-affinity ranking among congeneric ligands using a physics-informed graph attention mechanism, and PIGNet2 [52] updated physics-informed interaction modeling for binding-affinity scoring and virtual screening. In parallel, docking-oriented methods such as TANKBind [53], DiffDock [54], FABind [55], DynamicBind [56], and SurfDock [57] highlight the growing role of equivariant learning and diffusion-based generative modeling in binding-site localization, ligand pose prediction, and protein–ligand complex modeling. More recent biomolecular foundation models, such as AlphaFold3 [58] and Boltz-2 [59], further extend this trend toward joint complex prediction and affinity-aware structural modeling, although they should be viewed as sources of structural priors rather than conventional DTI predictors.

In this review, the term interaction-focused refers to structure-based models that place particular emphasis on explicit atom–residue interaction edges, contact-level weighting, global pocket context, or ranking-aware objectives. For example, Drug-Target Interaction Graph Neural Network (DTIGN) incorporates 3D ligand structures, localized binding pockets, and spatially defined ligand–protein interaction edges to represent pocket-specific and pose-dependent interaction patterns [60]. LigoSpace further explores broader geometric context, global pocket representations, and ranking-aware learning objectives for modeling pocket occupancy and functional binding relevance [61]. Together, these examples illustrate how interaction-focused models refine structure-based DTI modeling by emphasizing contact-level interactions and broader pocket context. Key differences in input representation across models are summarized in Table 1.

Table 1.

Representative DTI models and methodological advances across modeling frameworks.

Model category Representative models Main representation Recent methodological advance
Network-based NeoDTI, DTI-HeNE, EEG-DTI, iGRLDTI, NASNet-DTI, H2GnnDTI Heterogeneous biomedical networks Heterogeneous graph learning, graph contrastive learning, knowledge-based regularization
Sequence/hybrid DeepDTA, GraphDTA, AttentionDTA, DTITR, CAT-DTI Ligand representation + protein sequence Attention, transformer encoders, sequence pretraining
Multimodal/cross-scale CSCo-DTA, AttentionMGT-DTA, DTIAM Molecular graphs, sequences, pockets, networks Cross-scale contrastive learning, multimodal attention, unified prediction
Structure-based GIGN, PIGNet, SIGN, PLANET, RTMScore, GenScore, PBCNet 3D pockets, protein–ligand complexes, residue–atom graphs, interaction graphs Geometric learning, physics-informed descriptors, interaction graph encoding
Interaction-focused structure-based DTIGN, LigoSpace Local pocket context and protein–ligand contact features Contact-level weighting, pose-sensitive prediction, ranking-aware learning

Attention mechanisms in graph-based drug–target interaction modeling

Attention mechanisms should not be viewed as a separate model class; rather, they function as cross-cutting weighting components across network-based, sequence/hybrid, and structure-based DTI models. Their role depends on the underlying input representation. In network-based models, attention prioritizes heterogeneous biomedical relationships. In sequence-based models, it highlights informative sequence or molecular tokens. In structure-based models, it can assign greater weight to binding-site regions or ligand–protein contacts. As summarized in Fig. 2, their function depends strongly on the underlying representation used by each model class.

Figure 2.

Comparison of how attention mechanisms operate across network-, sequence-, structure-, and interaction-aware DTI models.

Roles of attention mechanisms across graph-based DTI models; attention mechanisms enable selective weighting of relevant information across different representation levels; their function varies by model class, operating over nodes and edges in network-based models, informative sequence tokens in sequence-based models, spatial binding regions in structure-based models, and explicit atom–residue interactions in interaction-aware frameworks.

In network-based DTI models, attention primarily improves representation learning over heterogeneous biomedical entities, such as drugs, targets, diseases, and pathways, rather than directly modeling molecular recognition [29]. Related examples include DDAGDL, which applies geometric deep learning and attention-based representation learning over heterogeneous information networks for drug repositioning [62]. In contrast, attention plays a more direct role in sequence-based, structure-based, and interaction-focused models. It can highlight informative sequence regions, binding-site features, spatial neighborhoods, or ligand–protein contacts that contribute to predicted interactions.

In sequence-based DTI models, attention mechanisms are primarily used to learn alignment and compatibility patterns between ligand features and protein amino acid sequences, rather than explicit spatial interactions. Models such as AttentionDTA [63] and Graph-sequence attention and transformer for predicting drug–target affinity (GSATDTA) [64] apply attention-based or transformer-based architectures to capture informative dependencies within drug and protein sequence representations. Similarly, TransformerCPI [65], DeepAffinity [66], Drug–Target Interaction TRansformer (DTITR) [67], and CAT-DTI [68] use self-attention or cross-attention mechanisms to model residue-level dependencies and ligand–protein compatibility from protein sequences, SMILES strings, or learned sequence-derived molecular representations. Accordingly, attention in these models usually operates over sequence- or token-derived representations rather than explicit protein structures or physical interaction graphs. This paradigm offers clear advantages in scalability and broad applicability, making it well suited for proteome-wide screening when 3D structures are unavailable [69]. However, because attention does not directly resolve spatial ligand–protein interfaces, the resulting representations remain abstract with respect to binding geometry [70]. As a result, attention weights in these models should not be directly interpreted as physical interaction sites, despite their potential value for highlighting informative residues, molecular tokens, or compatibility patterns [71].

In structure-based DTI modeling, many established approaches, including GIGN, PotentialNet, PLANET, and EquiBind, encode ligand–protein interactions using predefined binding pockets, geometric heuristics, or implicit message passing [18, 38, 40–42]. Although effective, such representations may not always explicitly learn the relative importance of individual binding-site regions or intermolecular contacts. To address this limitation, attention mechanisms have been incorporated into structure-aware graph models. For example, AttentionSiteDTI uses protein binding-site information together with self-attention to identify binding-site contributions to DTI prediction [72]. GAT-score represents protein–ligand complexes as graph structures and applies GATs for binding-affinity prediction [73]. More recently, Protein–Ligand binding Affinity with the Graph Cross-Attention mechanism (PLAGCA) introduced graph cross-attention to learn local 3D features of protein–ligand pockets, while integrating global sequence and molecular features [74]. These mechanisms support bidirectional information exchange and improve representation capacity compared to fixed or heuristic interaction encoding. However, their ability to consistently identify binding pockets or discriminate native-like poses remains architecture- and dataset-dependent [75], and attention weights do not consistently correspond to physically meaningful interaction sites [63, 76, 77].

Within structure-based DTI modeling, interaction-focused attention architectures place greater emphasis on atom–residue contacts and contact-level weighting within 3D space [60]. By dynamically weighting ligand–protein contact contributions, such models aim to improve pose discrimination and binding-pocket representation compared with fixed or heuristic interaction encodings. Their apparent advantages remain dependent on the datasets, docking protocols, target classes, and evaluation designs used in the original studies.

Building on these examples, attention mechanisms can be formalized as extensions of standard message passing that assign different importance weights to neighboring nodes, sequence tokens, binding-site residues, or ligand–protein interaction edges [24].

graphic file with name DmEquation4.gif

where Inline graphic denotes the normalized attention weight, Inline graphic is a learnable scoring function, Inline graphic and Inline graphic are node embeddings at layer Inline graphic, and Inline graphic represents edge features when available. The updated node embedding can then be expressed as:

graphic file with name DmEquation5.gif

where Inline graphic is a learnable transformation matrix and Inline graphic is a non-linear activation function [21].

To further formalize the interaction-aware setting, the ligand–protein complex can be represented as a joint interaction graph:

graphic file with name DmEquation6.gif

where Inline graphic and Inline graphic denote ligand and protein nodes, Inline graphic and Inline graphic denote intra-ligand and intra-protein edges, and Inline graphic denotes ligand–protein interaction edges [42–44]. These interaction edges are commonly defined according to spatial proximity:

graphic file with name DmEquation7.gif

where Inline graphic is the Euclidean distance between ligand atom Inline graphic and protein atom or residue Inline graphic, and Inline graphic is a predefined distance cutoff. Each ligand–protein interaction edge can be associated with an edge feature vector:

graphic file with name DmEquation8.gif

where Inline graphic and Inline graphic denote ligand and protein node types, Inline graphic denotes an interaction category such as hydrogen bonding, hydrophobic contact, electrostatic interaction, or van der Waals contact, and Inline graphic denotes geometric descriptors such as relative orientation or position [73, 74].

In interaction-aware frameworks, including DTIGN-like or LigoSpace-like models [60, 61], the contribution of each ligand–protein contact can be represented using a learnable interaction-edge weighting function:

graphic file with name DmEquation9.gif

where Inline graphic denotes the learned interaction-edge weight and Inline graphic is an edge-scoring network. The ligand–protein interaction representation can then be aggregated as:

graphic file with name DmEquation10.gif

where Inline graphic represents the learned interaction embedding, and Inline graphic maps atom–residue or atom–atom contacts into latent interaction features.

Taken together, attention mechanisms provide flexible weighting functions that can enhance representation learning across graph-based DTI models. However, their biological interpretation remains context-dependent, and attention weights should not be treated as direct mechanistic explanations without additional structural or experimental validation.

Learning paradigms in graph-based drug–target interaction modeling

In parallel with architectural advances, modern DTI models increasingly rely on learning strategies such as contrastive learning, self-supervised pretraining, and semi-supervised learning to improve data efficiency, representation quality, and generalization. These strategies are not confined to a single representation category; rather, they can be applied across network-based, sequence/hybrid, and structure-based models, depending on the available data sources, such as labeled interactions, unlabeled molecular data, protein sequences, docking poses, or biomedical networks [13, 36, 78]. This is particularly important because experimentally validated DTIs and binding affinities remain limited, unevenly distributed across target families, and biased toward well-studied regions of chemical and biological space. By contrast, unlabeled chemical structures, protein sequences, predicted structures, docking poses, and biomedical networks are increasingly abundant. Supervised, unsupervised, and semi-supervised learning should therefore be viewed as complementary strategies for leveraging different data regimes in DTI prediction. Figure 3 provides a schematic comparison of these learning strategies.

Figure 3.

Overview of supervised, unsupervised, and semi-supervised learning paradigms in graph-based DTI modeling.

Learning paradigms in graph-based DTI models; schematic comparison of supervised, unsupervised, and semi-supervised learning strategies for leveraging labeled and unlabeled data in DTI prediction.

Supervised learning remains the dominant paradigm when curated experimental annotations are available. In sequence-based models such as GraphDTA [35] and DeepDTA [34], supervised learning enables direct optimization of DTI-related endpoints, such as interaction probability, binding affinity, or activity labels. These models can achieve high predictive accuracy when trained on sufficiently large and consistent datasets, making them well suited for tasks such as affinity prediction and compound prioritization within well-characterized target families [79]. However, their performance is fundamentally constrained by the scale and bias of labeled data, which are often limited to a small subset of proteins and chemical space [80, 81]. This limitation is particularly pronounced in structure-based DTI modeling, where high-quality protein–ligand complexes and experimentally measured affinities are both scarce, restricting the applicability of purely supervised approaches. In supervised DTI prediction, the final output is typically obtained by passing ligand, protein, and, when available, ligand–protein interaction representations through a prediction function [34, 35]:

graphic file with name DmEquation11.gif

where Inline graphic denotes the ligand representation, Inline graphic denotes the protein or pocket representation, Inline graphic denotes the ligand–protein interaction representation, and Inline graphic is a learnable prediction network. In models that do not explicitly construct an interaction graph, Inline graphic may be omitted or replaced by a fused ligand–protein representation. For binary DTI classification, Inline graphic represents the predicted probability of interaction, whereas for affinity prediction, Inline graphic represents a continuous binding-affinity value.

For binary interaction prediction, models are commonly optimized using binary cross-entropy loss:

graphic file with name DmEquation12.gif

where Inline graphic is the true interaction label, Inline graphic is the predicted interaction probability, and Inline graphic is the number of drug–target pairs. For binding-affinity regression, a common objective is mean squared error [34, 35]:

graphic file with name DmEquation13.gif

where Inline graphic is the experimentally measured affinity and Inline graphic is the predicted affinity. In ranking-aware settings, the objective may prioritize the correct ordering of candidate ligands rather than only minimizing absolute prediction error. A margin-based ranking loss can be written as:

graphic file with name DmEquation14.gif

where ligand Inline graphic is expected to rank above ligand Inline graphic, ligand Inline graphic is a lower-ranked candidate, and Inline graphic is a margin hyperparameter. Such objectives are particularly relevant for virtual screening and lead prioritization, where the relative ordering of compounds may be more important than exact affinity estimation [51, 52].

Unsupervised learning plays an indirect but foundational role by enabling representation learning from large unlabeled datasets. In graph-based DTI contexts, this includes learning molecular, protein, or network embeddings through autoencoders, contrastive learning, or self-supervised pretraining. For example, autoencoder-based frameworks such as AutoDTI [82] leverage unsupervised representation learning to extract latent features from heterogeneous biological data, which can subsequently support downstream interaction prediction. More broadly, such approaches are widely used for chemical space exploration, scaffold discovery, and feature extraction from omics or structural data [83–85]. However, because unsupervised methods do not directly optimize DTI objectives, their outputs are not immediately predictive of binding affinity or efficacy without downstream integration [86]. Consequently, unsupervised learning is seldom used as a standalone strategy for DTI prediction, but instead serves as a preparatory stage that improves the expressiveness and generalizability of downstream models [83, 87].

Semi-supervised learning has emerged as an important data-efficient paradigm for graph-based DTI modeling, as it directly addresses the imbalance between limited labeled data and abundant unlabeled data. By combining self-supervised or weakly supervised representation learning with task-specific fine-tuning, semi-supervised approaches are designed to capture generalizable patterns from large datasets, while retaining sensitivity to experimentally validated interactions [88, 89]. In network-based DTI models such as NeoDTI [29] and SHGCL-DTI [90], semi-supervised learning leverages sparse known interactions within heterogeneous biomedical graphs to learn robust node embeddings and infer new associations. In sequence-based DTI models such as DeepAffinity [66], it typically involves pretraining protein and ligand encoders on large sequence corpora, followed by fine-tuning on limited affinity datasets to improve cross-target generalization. In structure-based DTI models, semi-supervised strategies are particularly valuable, as they allow models to learn interaction patterns from large collections of protein–ligand complexes or docking poses, capturing features such as atom–residue contributions and pose-dependent effects that are difficult to supervise directly [60]. However, semi-supervised approaches introduce additional training complexity and may be sensitive to the quality and distribution of unlabeled data, potentially propagating biases or learning spurious correlations if not carefully designed. Formally, semi-supervised DTI learning can be described using a labeled dataset and an unlabeled dataset. The labeled dataset contains experimentally annotated drug–target pairs, whereas the unlabeled dataset may include unannotated drug–target pairs, molecular graphs, protein graphs, or protein–ligand complexes. The total training objective can then be expressed as [88, 90]:

graphic file with name DmEquation15.gif
graphic file with name DmEquation16.gif
graphic file with name DmEquation17.gif

where Inline graphic denotes the supervised classification or regression loss, Inline graphic denotes the consistency regularization loss, and Inline graphic controls the contribution of the semi-supervised objective. A common consistency objective encourages stable predictions under perturbations of unlabeled inputs:

graphic file with name DmEquation18.gif

where Inline graphic denotes an unlabeled input and Inline graphic denotes a perturbed or augmented version of the same input. In graph-based DTI modeling, such perturbations may include node masking, edge dropout, subgraph sampling, conformer perturbation, or alternative docking poses. This objective encourages the model to learn representations that remain stable under biologically or structurally plausible variation.

More broadly, the growing adoption of semi-supervised and self-supervised strategies reflects a shift toward data-efficient learning in graph-based DTI modeling. The objective is not only to maximize predictive accuracy, but also to improve robustness across targets, chemical space, and experimental conditions [91]. Although these approaches introduce additional modeling complexity and remain sensitive to data quality, they offer a practical balance between scalability and mechanistic resolution. As such, they are increasingly relevant to translational drug discovery settings, where labeled data are scarce but reliable generalization and interaction-level insight are essential [80].

Linking model outputs to applications across the drug discovery pipeline

The practical utility of graph-based DTI models depends largely on the nature of their outputs. These outputs reflect the level of interaction detail encoded during model design and influence the model’s suitability for different stages of drug discovery [17]. As illustrated in Fig. 4, model outputs range from system-level association scores to structure-resolved and interaction-focused predictions, each supporting distinct downstream tasks.

Figure 4.

Mapping of DTI model outputs to different stages of the drug discovery pipeline and their corresponding applications.

Applications of graph-based DTI models across the drug discovery pipeline; representative use cases of different DTI model classes at distinct stages of drug discovery and translation.

At the system level, network-based DTI models generate drug–target association scores or interaction likelihoods derived from global network topology. These outputs capture relational patterns across heterogeneous biomedical data, including drug–drug, protein–protein, and disease associations, enabling large-scale inference across the proteome or phenome. Recent heterogeneous-network models further extend this systems-level paradigm by incorporating richer biological connectivity patterns [92, 93]. For example, RGLDR [94] uses regulation-aware graph learning and meta-path-based representations to model drug–protein–disease regulatory mechanisms, whereas FuHLDR [95] integrates higher- and lower-order biological information for drug repositioning. These approaches illustrate how graph-based representations can support indication discovery and translational hypothesis generation beyond pairwise DTI prediction. However, because these outputs are not grounded in molecular or structural representations, they provide limited insight into binding mechanisms and are not directly applicable to structure-guided optimization or mechanistic interpretation [29, 96].

Sequence-based DTI models increase output specificity by producing quantitative interaction or affinity predictions for defined ligand–protein pairs using protein sequence information. These models enable scalable target-aware prediction across diverse proteomes without requiring experimentally resolved structures. Given their typical training datasets and structure-agnostic representations, they are particularly useful for drug repurposing, target profiling, off-target liability assessment, polypharmacology analysis, and first-pass compound prioritization [13, 97]. They may also support virtual screening when applied to defined targets and calibrated against relevant chemical series, but their predictions generally lack explicit information about binding sites and interaction geometry. Therefore, sequence-based outputs are most appropriate for broad prioritization rather than structure-guided optimization or detailed binding-mode interpretation [98, 99].

Structure-based DTI models increase the resolution of outputs by incorporating 3D information at the protein–ligand interface. Depending on the underlying representation, these models can generate affinity scores, docking scores, pose-dependent predictions, or interaction-aware latent features that reflect spatial relationships between atoms and residues. In practice, such outputs are most useful for structure-guided virtual screening, docking rescoring, distinguishing likely active from inactive compounds, binding-mode analysis, and prioritizing hits within defined binding pockets [18, 37]. Although structure-based predictions can inform early hit-to-lead hypotheses, most models are not sufficiently accurate on their own for definitive lead optimization, which requires integration with structure–activity relationship (SAR), medicinal chemistry judgment, orthogonal assays, and experimental structural validation [81].

Within structure-based DTI modeling, interaction-focused and pose-sensitive models produce outputs that more directly describe molecular recognition at the binding interface [42, 44, 60]. By integrating ligand and protein representations into unified interaction graphs or attention-based frameworks, these models can generate contact-aware and pose-dependent predictions that capture heterogeneous interaction contributions. Such outputs may support SAR interpretation, binding-site hypothesis generation, mutation or resistance analysis, and prioritization of candidates for experimental validation. However, these outputs should be interpreted as mechanistic hypotheses rather than direct evidence of the binding mechanism or translational efficacy. Their utility in late-stage discovery depends on validation by biochemical, biophysical, mutagenesis, cellular, or structural assays.

Taken together, these observations emphasize that model outputs should be interpreted as decision-support evidence rather than direct substitutes for experimental validation. The appropriate use of a DTI model depends on the resolution of its output, the assumptions embedded in its training data, and the level of uncertainty acceptable for a given stage of drug discovery. Lower-resolution association or affinity scores are most useful for broad prioritization, whereas structure-resolved and interaction-focused outputs can support more specific mechanistic hypotheses when reliable structural inputs are available. An output-driven perspective therefore requires matching each model not only to a discovery stage, but also to the type of decision being made, the confidence required, and the experimental evidence needed for validation.

Benchmarking challenges and evaluation pitfalls in graph-based drug–target interaction modeling

Despite their increasing impact across multiple stages of drug discovery, benchmarking graph-based DTI models remains challenging. Reported performance is shaped by more than model architecture. Dataset construction, splitting strategy, negative-sampling procedure, evaluation metric, and biological bias can also strongly influence benchmark results. As a result, performance estimates can be overly optimistic and difficult to compare across studies [100, 101].

Reliable benchmarking therefore requires transparent reporting of both the data-splitting strategy and the evaluation metrics used. Random splits or random k-fold cross-validation mainly assess interpolation within known ligand and target spaces. In contrast, scaffold-based, cold-drug, cold-target, sequence-identity-controlled, pocket-similarity-controlled, and external test-set evaluations provide more stringent tests of generalization [79, 102]. Different prediction tasks require different evaluation metrics. Binary DTI classification is commonly assessed using the area under the receiver operating characteristic curve (AUROC) and area under the precision-recall curve (AUPRC) [103, 104]. Affinity regression is evaluated using the root mean squared error (RMSE), mean absolute error (MAE), or correlation-based metrics [105]. Virtual screening is better assessed using enrichment- or ranking-based metrics [106]. Common evaluation strategies, metrics, and reporting details are summarized in Table 2.

Table 2.

Common evaluation strategies and metrics for graph-based DTI models.

Evaluation aspect Common options Main purpose
Data split Random split, Inline graphic-fold cross-validation, scaffold split, cold-drug split, cold-target split, sequence-identity-controlled split, pocket-similarity-controlled split, external test set Assess whether the model generalizes beyond known ligands, targets, or datasets
Binary classification metrics AUROC, AUPRC, F1-score, MCC Evaluate interaction/non-interaction prediction
Affinity regression metrics RMSE, MAE, Pearson, Spearman, concordance index Evaluate continuous binding-affinity prediction
Ranking/screening metrics Enrichment factor, top-(k) recall, BEDROC Evaluate compound prioritization for virtual screening
Key reporting details Split strategy, class balance, negative sampling, unseen ligands/targets Support fair comparison across studies

Building on these evaluation considerations, Fig. 5 summarizes four major sources of benchmarking bias in graph-based DTI modeling, including information leakage, sequence/structural redundancy, structural bias, and dataset imbalance.

Figure 5.

Illustration of common benchmarking pitfalls, including information leakage, sequence/structural redundancy, structural bias, and dataset imbalance.

Benchmarking pitfalls in graph-based DTI models; (a) information leakage from shared graph components; (b) sequence and structural redundancy leading to homology- or fold-driven predictions; (c) structural bias from idealized training poses; (d) dataset imbalance resulting in biased representation and limited generalization.

A major source of bias arises from information leakage in network-based models (Fig. 5a). Because drug–drug, protein–protein, and drug–target relationships are highly interconnected, shared nodes or edges can introduce correlations between training and test sets. Under random or edge-level splits, models may exploit these latent connections rather than learn generalizable interaction patterns, leading to inflated performance estimates [9]. Leakage can be mitigated by using stricter inductive settings, such as cold-drug or cold-target splits, withholding unseen nodes, separating highly connected graph components, or evaluating on external networks when available. Moreover, reliance on relational features limits mechanistic interpretability, making it difficult to determine whether predictions reflect genuine biochemical interactions [107].

In sequence-based and hybrid DTI models, benchmarking is strongly affected by target-side sequence redundancy and ligand-side scaffold similarity (Fig. 5b). Proteins with high sequence similarity may appear across both training and test sets, enabling models to rely on homology-driven signals rather than learning transferable interaction principles [108, 109]. Similarly, structurally related ligands can inflate apparent performance when they are shared across splits. Scaffold-aware evaluation, such as Bemis–Murcko scaffold partitioning, provides a more stringent assessment of ligand-side generalization by separating compounds according to their core chemical frameworks [110]. Sequence-identity-controlled or protein-family-based splits are similarly important for assessing target-side generalization. Without sequence- or scaffold-aware evaluation, model performance may be overestimated, particularly for novel targets or unexplored chemical space [79, 91].

Structure-based DTI models face additional challenges associated with structural bias, sequence or structure redundancy, and idealized evaluation conditions (Fig. 5c). Many approaches are trained and evaluated on co-crystal structures or near-native docking poses, which may not reflect the uncertainty encountered in practical screening workflows [111]. Homologous proteins or structurally similar binding pockets may also appear across training and test sets. In such cases, models may benefit from conserved folds, pocket geometry, or interaction patterns rather than learning transferable structure–activity principles. This issue is particularly relevant when benchmark datasets contain multiple complexes from the same protein family, highly similar binding sites, or closely related protein–ligand complexes. As a result, model performance may be overestimated under random complex-level splits and may decrease under cross-target, cross-family, cross-pocket, or cross-docking settings [13, 112]. Robustness under realistic structural uncertainty can be assessed using sequence-identity-controlled, protein-family-aware, and pocket-similarity-controlled evaluation. Additional strategies include cross-docking, pose perturbation, testing multiple protein conformations, and transparent reporting of docking and pocket-definition protocols [113].

Across all paradigms, dataset imbalance and negative-sample uncertainty introduce further limitations (Fig. 5d). DTI datasets are often skewed toward well-characterized target classes, such as kinases and G protein-coupled receptors (GPCRs), restricting generalization to underexplored regions of chemical and biological space [79, 114]. In addition, negative interactions in public datasets are frequently inferred from the absence of known interactions rather than experimentally confirmed non-binding events [102]. Some presumed negative pairs may represent unobserved or weak interactions, which can bias both training and evaluation [115]. Transparent reporting of negative-sampling procedures, class balance, and validation settings is therefore essential for fair model comparison.

Addressing these challenges requires stronger dataset curation, standardized benchmarking resources, and evaluation protocols aligned with intended applications. In practice, benchmarking should combine similarity-controlled data splits, leakage-aware network evaluation, transparent negative-sampling procedures, and structure-aware tests such as cross-docking or pose perturbation [13]. These practices are essential for distinguishing genuine model generalization from performance gains driven by chemical similarity, target homology, graph connectivity, or idealized structural inputs.

Conclusion and future perspectives

Graph-based DTI modeling has evolved into a diverse and versatile framework that spans multiple levels of biological abstraction, from systems-level association inference to structure-resolved and interaction-focused modeling. Network-based approaches enable large-scale hypothesis generation by integrating heterogeneous biomedical data [99, 116], whereas sequence-based models support scalable, target-aware affinity prediction in the absence of structural information [34, 66, 117]. Beyond model development, practical platforms such as DRHIN illustrate how heterogeneous-network-based prediction methods can be implemented as accessible web servers, supporting translational applications such as drug repositioning and hypothesis prioritization [118]. Structure-based models further increase mechanistic resolution by incorporating 3D context at the protein–ligand interface, enabling pose-sensitive and pocket-specific modeling [37, 119, 120]. Interaction-focused approaches add contact-level, pocket-aware, and pose-sensitive information, providing a more detailed description of molecular recognition. Together, these paradigms address complementary biological questions across distinct data regimes and stages of drug discovery, from early target identification to late-stage lead refinement and translational decision-making. Accordingly, the choice of model should be guided by data availability, structural confidence, interpretability requirements, and the specific objectives of the discovery program [121, 122].

Despite these advances, a central challenge in graph-based DTI modeling lies not in predictive performance alone, but in aligning model outputs with the informational and decision-making requirements of real-world drug discovery. Models that achieve high accuracy under benchmark conditions may fail to provide actionable insights if their outputs do not match the level of mechanistic detail required for downstream tasks. This highlights the need for an output-driven perspective, in which model design and evaluation are guided by the intended role of the model within the discovery pipeline, rather than by aggregate performance metrics alone [12, 123–125].

Looking forward, several strategies are needed to improve the translational reliability of graph-based DTI models. First, evaluation practices should become more realistic and application-specific. Rather than relying mainly on random splits, future benchmarks should assess ligand-side, target-side, network-level, and structure-based generalization using protocols appropriate to the intended deployment setting. This includes similarity-controlled evaluation, leakage-aware graph partitioning, and validation on external or prospective datasets where feasible. Such practices can reduce overestimation of model performance and provide a clearer view of whether predictions are robust beyond familiar ligands, targets, or structural contexts [126, 127].

Second, multimodal integration should preserve the uncertainty associated with each input modality rather than treating all information sources as equally reliable. Future models may benefit from combining ligand graphs, protein sequences, experimental or predicted structures, docking poses, omics profiles, and biomedical networks within unified representations [128, 129]. However, predicted protein structures and docking poses should be treated as uncertain inputs rather than fixed ground truth. A practical direction is to prioritize predictions that remain stable across alternative protein conformations, pocket definitions, docking poses, conformer ensembles, and model seeds.

Third, computational prediction should be embedded within iterative experimental workflows. Model-ranked candidates can be tested using biochemical, biophysical, cellular, mutagenesis, or structural assays. The resulting data can then be used to refine training sets, improve negative-label quality, recalibrate confidence estimates, and guide subsequent rounds of prediction. Such feedback loops are particularly important for interaction-focused and structure-based models, where predicted binding modes and atom–residue contacts require experimental support before being interpreted as mechanistic explanations.

Taken together, the future of graph-based DTI modeling will depend not only on advances in model architecture, but also on realistic benchmarking, uncertainty-aware structural modeling, multimodal data integration, and tighter feedback between computational prediction and experimental validation. By aligning model design with biological questions and translational objectives, graph-based approaches have the potential to move beyond predictive tools toward becoming integral components of data-driven drug discovery workflows.

Key points

  • Graph-based models provide a unified framework for drug–target interaction (DTI) prediction across biomedical network-, sequence/hybrid-, and structure-based paradigms.

  • Model outputs differ in mechanistic resolution and should be matched to specific stages of the drug discovery pipeline.

  • Attention mechanisms and semi-supervised learning enhance representation quality and data efficiency in DTI modeling.

  • Benchmarking remains challenging due to data leakage, sequence redundancy, structural bias, and unreliable negative samples.

  • Future advances will rely on multimodal integration, improved evaluation strategies, and closer alignment between computational predictions and experimental validation.

Acknowledgments

AI-assisted graphic generation tools were used to help create the schematic visual layouts of Figs 15. The scientific concepts, figure labels, captions, interpretation, and final presentation were designed, reviewed, and edited by the authors. No AI-generated figures were used as primary data, and all visual content was checked by the authors for scientific accuracy and consistency with the manuscript.

Contributor Information

Thanh Nguyen, Nanyang Biologics, 04-07 456 Alexandra Road, 119962, Singapore.

Hien Minh To, Nanyang Biologics, 04-07 456 Alexandra Road, 119962, Singapore.

Duy Anh Nguyen, Nanyang Biologics, 04-07 456 Alexandra Road, 119962, Singapore.

Duy Trieu, Nanyang Biologics, 04-07 456 Alexandra Road, 119962, Singapore.

Giang Nguyen, Nanyang Biologics, 04-07 456 Alexandra Road, 119962, Singapore.

Author contributions

Hien Minh To (conceptualization, data curation, writing and revising the manuscript for publication), Duy Anh Nguyen (conceptualization, data curation, writing and revising the manuscript for publication), Duy Trieu (conceptualization, data curation, writing and revising the manuscript for publication), Thanh Nguyen (conceptualization, data curation, writing and revising the manuscript for publication), and Giang Nguyen (project administration, funding acquisition, writing and revising the manuscript for publication). All authors reviewed and approved the final manuscript.

Conflicts of interest

All authors declare that they have no conflicts of interest.

Funding

This work was supported by Nanyang Biologics [No. A-25-10404 (03159–25)].

Data availability

No new data were generated or analyzed in support of this research.

References

  • 1. Hu  Z, Dong  Y, Wang  K  et al. Heterogeneous graph transformer. In: The Web Conference 2020. New York: ACM, 2020, p. 2704–10.
  • 2. Lu  S, Gao  Z, He  D  et al. Data-driven quantum chemical property prediction leveraging 3D conformations with Uni-Mol. Nat Commun  2024;15:7104. 10.1038/s41467-024-51321-w [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3. Gaudelet  T, Day  B, Jamasb  AR  et al. Utilizing graph machine learning within drug discovery and development. Brief Bioinform  2021;22:bbag159. 10.1093/bib/bbab159 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 4. Ye  Q, Hsieh  C, Yang  Z  et al. A unified drug-target interaction prediction framework based on knowledge graph and recommendation system. Nat Commun  2021;12:6775. 10.1038/s41467-021-27137-3 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 5. Luo  Y, Duan  G, Zhao  Q  et al. DTKGIN: predicting drug-target interactions based on knowledge graph and intent graph. Methods  2024;226:21–7. 10.1016/j.ymeth.2024.04.010 [DOI] [PubMed] [Google Scholar]
  • 6. Lee  J, Jun  DW, Song  I  et al. DLM-DTI: a dual language model for the prediction of drug-target interaction with hint-based learning. J Cheminform  2024;16:14. 10.1186/s13321-024-00808-1 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 7. Feng  Q, Dueva  E, Cherkasov  A  et al. PADME: a deep learning-based framework for drug-target interaction prediction. arXiv preprint arXiv:1807.09741.  2019. [Google Scholar]
  • 8. Lim  J, Ryu  S, Park  K  et al. Predicting drug–target interaction using a novel graph neural network with 3D structure-embedded graph representation. J Chem Inf Model  2019;59:3981–8. 10.1021/acs.jcim.9b00387 [DOI] [PubMed] [Google Scholar]
  • 9. Zhong  N, Du  Z. NASNet-DTI: accurate drug-target interaction prediction using heterogeneous graphs and node adaptation. Brief Bioinform  2025;26:bbaf342. 10.1093/bib/bbaf342 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 10. Sun  Y, Li  YY, Leung  CK  et al. iNGNN-DTI: prediction of drug–target interaction with interpretable nested graph neural network and pretrained molecule models. Bioinformatics  2024;40:btae135. 10.1093/bioinformatics/btae135 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11. Chen  X, Yan  CC, Zhang  X  et al. Drug-target interaction prediction: databases, web servers and computational models. Brief Bioinform  2016;17:696–712. 10.1093/bib/bbv066 [DOI] [PubMed] [Google Scholar]
  • 12. Askr  H, Elgeldawi  E, Ella  HA  et al. Deep learning in drug discovery: an integrative review and future challenges. Artif Intell Rev  2023;56:5975–6037. 10.1007/s10462-022-10306-1 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13. Ahmad  B, Ouahada  K, Hamam  H. Machine learning for drug-target interaction prediction: a comprehensive review of models, challenges, and computational strategies. Comput Struct Biotechnol J  2026;31:316–45. 10.1016/j.csbj.2025.12.033 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14. Wang  J, Xiao  Y, Shang  X  et al. Predicting drug-target binding affinity with cross-scale graph contrastive learning. Brief Bioinform  2023;25:bbad516. 10.1093/bib/bbad516 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 15. Wu  H, Liu  J, Jiang  T  et al. AttentionMGT-DTA: a multi-modal drug-target affinity prediction using graph transformer and attention mechanism. Neural Netw  2024;169:623–36. 10.1016/j.neunet.2023.11.018 [DOI] [PubMed] [Google Scholar]
  • 16. Wu  Z, Pan  S, Chen  F  et al. A comprehensive survey on graph neural networks. IEEE Trans Neural Netw Learn Syst  2021;32:4–24. 10.1109/TNNLS.2020.2978386 [DOI] [PubMed] [Google Scholar]
  • 17. Zhang  Z, Chen  L, Zhong  F  et al. Graph neural network approaches for drug-target interactions. Curr Opin Struct Biol  2022;73:102327. 10.1016/j.sbi.2021.102327 [DOI] [PubMed] [Google Scholar]
  • 18. Isert  C, Atz  K, Schneider  G. Structure-based drug design with geometric deep learning. Curr Opin Struct Biol  2023;79:102548. 10.1016/j.sbi.2023.102548 [DOI] [PubMed] [Google Scholar]
  • 19. Zhou  J, Cui  G, Hu  S  et al. Graph neural networks: a review of methods and applications. AI Open  2020;1:57–81. 10.1016/j.aiopen.2021.01.001 [DOI] [Google Scholar]
  • 20. Reiser  P, Neubert  M, Eberhard  A  et al. Graph neural networks for materials science and chemistry. Commun Mater  2022;3:93. 10.1038/s43246-022-00315-6 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 21. Gilmer  J, Schoenholz  SS, Riley  PF  et al. Neural message passing for quantum chemistry. In: Proceedings of the 34th International Conference on Machine Learning. Sydney, Australia: PMLR, 2017, p. 1263–72. [Google Scholar]
  • 22. Xu  K, Hu  W, Leskovec  J  et al. How powerful are graph neural networks?  arXiv preprint arXiv:1810.00826.  2019. [Google Scholar]
  • 23. Yang  K, Swanson  K, Jin  W  et al. Analyzing learned molecular representations for property prediction. J Chem Inf Model  2019;59:3370–88. 10.1021/acs.jcim.9b00237 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 24. Veličković  P, Cucurull  G, Casanova  A  et al. Graph attention networks. arXiv preprint arXiv:1710.10903.  2017. [Google Scholar]
  • 25. Xiong  Z, Wang  D, Liu  X  et al. Pushing the boundaries of molecular representation for drug discovery with the graph attention mechanism. J Med Chem  2020;63:8749–60. 10.1021/acs.jmedchem.9b00959 [DOI] [PubMed] [Google Scholar]
  • 26. Rittig  JG, Gao  Q, Dahmen  M  et al. Graph neural networks for the prediction of molecular structure–property relationships. In: Zhang  D, del  Río Chanona  EA (eds.), Machine Learning and Hybrid Modelling for Reaction Engineering Theory and Applications, pp. 159–81. Cambridge: Royal Society of Chemistry, 2023. [Google Scholar]
  • 27. Wen  T, Cai  X, Li  J. Graph neural networks vs. traditional QSAR: a comprehensive comparison for multi-label molecular odor prediction. Molecules  2025;30:4605. 10.3390/molecules30234605 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 28. Koirala  M, Yan  L, Mohamed  Z  et al. AI-integrated QSAR modeling for enhanced drug discovery: from classical approaches to deep learning and structural insight. Int J Mol Sci  2025;26:9384. 10.3390/ijms26199384 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 29. Wan  F, Hong  L, Xiao  A  et al. NeoDTI: neural integration of neighbor information from a heterogeneous network for discovering new drug-target interactions. Bioinformatics  2019;35:104–11. 10.1093/bioinformatics/bty543 [DOI] [PubMed] [Google Scholar]
  • 30. Yue  Y, He  S. DTI-HeNE: a novel method for drug-target interaction prediction based on heterogeneous network embedding. BMC Bioinformatics  2021;22:418. 10.1186/s12859-021-04327-w [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 31. Jing  Y, Zhang  D, Li  L. H2GnnDTI: hierarchical heterogeneous graph neural networks for drug–target interaction prediction. Bioinformatics  2025;41:btaf117. 10.1093/bioinformatics/btaf117 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 32. Peng  J, Wang  Y, Guan  J  et al. An end-to-end heterogeneous graph representation learning-based framework for drug-target interaction prediction. Brief Bioinform  2021;22:bbaa430. 10.1093/bib/bbaa430 [DOI] [PubMed] [Google Scholar]
  • 33. Zhao  B, Su  X, Hu  P  et al. iGRLDTI: an improved graph representation learning method for predicting drug-target interactions over heterogeneous biological information network. Bioinformatics  2023;39:btad451. 10.1093/bioinformatics/btad451 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 34. Öztürk  H, Özgür  A, Ozkirimli  E. DeepDTA: deep drug-target binding affinity prediction. Bioinformatics  2018;34:i821–9. 10.1093/bioinformatics/bty593 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 35. Nguyen  T, Le  H, Quinn  TP  et al. GraphDTA: predicting drug-target binding affinity with graph neural networks. Bioinformatics  2021;37:1140–7. 10.1093/bioinformatics/btaa921 [DOI] [PubMed] [Google Scholar]
  • 36. Lu  Z, Song  G, Zhu  H  et al. DTIAM: a unified framework for predicting drug-target interactions, binding affinities and drug mechanisms. Nat Commun  2025;16:2548. 10.1038/s41467-025-57828-0 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 37. Powers  AS, Yu  HH, Suriana  P  et al. Geometric deep learning for structure-based ligand design. ACS Cent Sci  2023;9:2257–67. 10.1021/acscentsci.3c00572 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 38. Feinberg  EN, Sur  D, Wu  Z  et al. PotentialNet for molecular property prediction. ACS Cent Sci  2018;4:1520–30. 10.1021/acscentsci.8b00507 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 39. Li  S, Zhou  J, Xu  T  et al. Structure-aware interactive graph neural networks for the prediction of protein-ligand binding affinity. In: Proceedings of the 27th ACM SIGKDD Conference on Knowledge Discovery & Data Mining. New York, NY, USA: ACM SIGKDD (Association for Computing Machinery Special Interest Group on Knowledge Discovery and Data Mining), 2021. [Google Scholar]
  • 40. Li  Y, Li  L, Wang  S  et al. EQUIBIND: a geometric deep learning-based protein-ligand binding prediction method. Drug Discov Ther  2023;17:363–4. 10.5582/ddt.2023.01063 [DOI] [PubMed] [Google Scholar]
  • 41. Zhang  X, Gao  H, Wang  H  et al. PLANET: a multi-objective graph neural network model for protein-ligand binding affinity prediction. J Chem Inf Model  2024;64:2205–20. 10.1021/acs.jcim.3c00253 [DOI] [PubMed] [Google Scholar]
  • 42. Yang  Z, Zhong  W, Lv  Q  et al. Geometric interaction graph neural network for predicting protein-ligand binding affinities from 3D structures (GIGN). J Phys Chem Lett  2023;14:2020–33. 10.1021/acs.jpclett.2c03906 [DOI] [PubMed] [Google Scholar]
  • 43. Jiang  D, Hsieh  C, Wu  Z  et al. InteractionGraphNet: a novel and efficient deep graph representation learning framework for accurate protein-ligand interaction predictions. J Med Chem  2021;64:18209–32. 10.1021/acs.jmedchem.1c01830 [DOI] [PubMed] [Google Scholar]
  • 44. Moon  S, Zhung  W, Yang  S  et al. PIGNet: a physics-informed deep learning model toward generalized drug-target interaction predictions. Chem Sci  2022;13:3661–73. 10.1039/d1sc06946b [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 45. Pala  D, Clark  DE. Caught between a ROCK and a hard place: current challenges in structure-based drug design. Drug Discov Today  2024;29:104106. 10.1016/j.drudis.2024.104106 [DOI] [PubMed] [Google Scholar]
  • 46. Huang  S, Grinter  SZ, Zou  X. Scoring functions and their evaluation methods for protein-ligand docking: recent advances and future directions. Phys Chem Chem Phys  2010;12:12899–908. 10.1039/c0cp00151a [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 47. Gane  PJ, Dean  PM. Recent advances in structure-based rational drug design. Curr Opin Struct Biol  2000;10:401–4. 10.1016/s0959-440x(00)00105-6 [DOI] [PubMed] [Google Scholar]
  • 48. Ma  Z, Ajibade  A, Zou  X. Docking strategies for predicting protein-ligand interactions and their application to structure-based drug design. Commun Inf Syst  2024;24:199–230. 10.4310/cis.241021221101 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 49. Shen  C, Zhang  X, Deng  Y  et al. Boosting protein-ligand binding pose prediction and virtual screening based on residue-atom distance likelihood potential and graph transformer. J Med Chem  2022;65:10691–706. 10.1021/acs.jmedchem.2c00991 [DOI] [PubMed] [Google Scholar]
  • 50. Shen  C, Zhang  X, Hsieh  C  et al. A generalized protein-ligand scoring framework with balanced scoring, docking, ranking and screening powers. Chem Sci  2023;14:8129–46. 10.1039/d3sc02044d [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 51. Yu  J, Li  Z, Chen  G  et al. Computing the relative binding affinity of ligands based on a pairwise binding comparison network. Nat Comput Sci  2023;3:860–72. 10.1038/s43588-023-00529-9 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 52. Moon  S, Hwang  S, Lim  J  et al. PIGNet2: a versatile deep learning-based protein–ligand interaction prediction model for binding affinity scoring and virtual screening. Digit Discov  2024;3:287–99. 10.1039/D3DD00149K [DOI] [Google Scholar]
  • 53. Lu  W, Wu  Q, Zhang  J  et al. TANKBind: trigonometry-aware neural networks for drug-protein binding structure prediction. Biorxiv  2022. 10.1101/2022.06.06.495043 [DOI] [Google Scholar]
  • 54. Corso  G, Stärk  H, Jing  B  et al. DiffDock: diffusion steps, twists, and turns for molecular docking. arXiv preprint arXiv:2210.01776.  2023. [Google Scholar]
  • 55. Pei  Q, Gao  K, Wu  L  et al. FABind: fast and accurate protein-ligand binding. arXiv preprint arXiv:2310.06763.  2023. [Google Scholar]
  • 56. Lu  W, Zhang  J, Huang  W  et al. DynamicBind: predicting ligand-specific protein-ligand complex structure with a deep equivariant generative model. Nat Commun  2024;15:1071. 10.1038/s41467-024-45461-2 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 57. Cao  D, Chen  M, Zhang  R  et al. SurfDock is a surface-informed diffusion generative model for reliable and accurate protein–ligand complex prediction. Nat Methods  2025;22:310–22. 10.1038/s41592-024-02516-y [DOI] [PubMed] [Google Scholar]
  • 58. Abramson  J, Adler  J, Dunger  J  et al. Accurate structure prediction of biomolecular interactions with AlphaFold 3. Nature  2024;630:493–500. 10.1038/s41586-024-07487-w [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 59. Passaro  S, Corso  G, Wohlwend  J  et al. Boltz-2: towards accurate and efficient binding affinity prediction. bioRxiv  2025:2025.06.14.659707. 10.1101/2025.06.14.659707 [DOI] [Google Scholar]
  • 60. Yin  Y, Lam  HYI, Mu  Y  et al. Advancing bioactivity prediction through molecular docking and self-attention. IEEE J Biomed Health Inform  2024;28:7599–610. 10.1109/JBHI.2024.3448455 [DOI] [PubMed] [Google Scholar]
  • 61. Zhou  Z, Yin  Y, Yang  Y  et al. Enhancing bioactivity prediction via spatial emptiness representation of protein-ligand complex and union of multiple pockets. In: The 39th Conference on Neural Information Processing Systems (NeurIPS 2025). San Diego, CA, USA: Curran Associates, Inc., 2025.
  • 62. Zhao  B, Su  X, Hu  P  et al. A geometric deep learning framework for drug repositioning over heterogeneous information networks. Brief Bioinform  2022;23:bbac384. 10.1093/bib/bbac384 [DOI] [PubMed] [Google Scholar]
  • 63. Zhao  Q, Duan  G, Yang  M  et al. AttentionDTA: drug-target binding affinity prediction by sequence-based deep learning with attention mechanism. IEEE/ACM Trans Comput Biol Bioinform  2023;20:852–63. 10.1109/TCBB.2022.3170365 [DOI] [PubMed] [Google Scholar]
  • 64. Yan  X, Liu  Y. Graph-sequence attention and transformer for predicting drug-target affinity. RSC Adv  2022;12:29525–34. 10.1039/d2ra05566j [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 65. Chen  L, Tan  X, Wang  D  et al. TransformerCPI: improving compound-protein interaction prediction by sequence-based deep learning with self-attention mechanism and label reversal experiments. Bioinformatics  2020;36:4406–14. 10.1093/bioinformatics/btaa524 [DOI] [PubMed] [Google Scholar]
  • 66. Karimi  M, Wu  D, Wang  Z  et al. DeepAffinity: interpretable deep learning of compound-protein affinity through unified recurrent and convolutional neural networks. Bioinformatics  2019;35:3329–38. 10.1093/bioinformatics/btz111 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 67. Monteiro  NRC, Oliveira  JL, Arrais  JP. DTITR: end-to-end drug-target binding affinity prediction with transformers. Comput Biol Med  2022;147:105772. 10.1016/j.compbiomed.2022.105772 [DOI] [PubMed] [Google Scholar]
  • 68. Zeng  X, Chen  W, Lei  B. CAT-DTI: cross-attention and transformer network with domain adaptation for drug-target interaction prediction. BMC Bioinformatics  2024;25:141. 10.1186/s12859-024-05753-2 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 69. Chen  L, Fan  Z, Chang  J  et al. Sequence-based drug design as a concept in computational drug design. Nat Commun  2023;14:4217. 10.1038/s41467-023-39856-w [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 70. Zhang  Z, Quan  L, Wang  J  et al. LABind: identifying protein binding ligand-aware sites via learning interactions between ligand and protein. Nat Commun  2025;16:7712. 10.1038/s41467-025-62899-0 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 71. Rifaioglu  AS, Atas  H, Martin  MJ  et al. Recent applications of deep learning and machine intelligence on in silico drug discovery: methods, tools and databases. Brief Bioinform  2019;20:1878–912. 10.1093/bib/bby061 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 72. Yazdani-Jahromi  M, Yousefi  N, Tayebi  A  et al. AttentionSiteDTI: an interpretable graph-based model for drug-target interaction prediction using NLP sentence-level relation classification. Brief Bioinform  2022;23:bbac272. 10.1093/bib/bbac272 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 73. Yuan  H, Huang  J, Li  J. Protein-ligand binding affinity prediction model based on graph attention network. Math Biosci Eng  2021;18:9148–62. 10.3934/mbe.2021451 [DOI] [PubMed] [Google Scholar]
  • 74. Shi  M, Zhang  S, Zhang  Q  et al. PLAGCA: predicting protein-ligand binding affinity with the graph cross-attention mechanism. J Biomed Inform  2025;165:104816. 10.1016/j.jbi.2025.104816 [DOI] [PubMed] [Google Scholar]
  • 75. Zeng  X, Li  S, Lv  S  et al. A comprehensive review of the recent advances on predicting drug-target affinity based on deep learning. Front Pharmacol  2024;15:1375522. 10.3389/fphar.2024.1375522 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 76. Michels  J, Bandarupalli  R, Ahangar Akbari  A  et al. Natural language processing methods for the study of protein–ligand interactions. J Chem Inf Model  2025;65:2191–213. 10.1021/acs.jcim.4c01907 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 77. Zhang  Y, Liu  C, Liu  M  et al. Attention is all you need: utilizing attention in AI-enabled drug discovery. Brief Bioinform  2024;25:bbad467. 10.1093/bib/bbad467 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 78. Liu  G, Singha  M, Pu  L  et al. GraphDTI: a robust deep learning predictor of drug-target interactions from multiple heterogeneous data. J Cheminform  2021;13:58. 10.1186/s13321-021-00540-0 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 79. Wu  Z, Ramsundar  B, Feinberg  EN  et al. MoleculeNet: a benchmark for molecular machine learning. Chem Sci  2018;9:513–30. 10.1039/c7sc02664a [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 80. Bender  A, Cortes-Ciriano  I. Artificial intelligence in drug discovery: what is realistic, what are illusions? Part 2: a discussion of chemical and biological data. Drug Discov Today  2021;26:1040–52. 10.1016/j.drudis.2020.11.037 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 81. Sieg  J, Flachsenberg  F, Rarey  M. In need of bias control: evaluating chemical data for machine learning in structure-based virtual screening. J Chem Inf Model  2019;59:947–61. 10.1021/acs.jcim.8b00712 [DOI] [PubMed] [Google Scholar]
  • 82. Sajadi  SZ, Chahooki  MAZ, Gharaghani  S  et al. AutoDTI++: deep unsupervised learning for DTI prediction by autoencoders. BMC Bioinformatics  2021;22:204. 10.1186/s12859-021-04127-2 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 83. Polanski  J. Unsupervised learning in drug design from self-organization to deep chemistry. Int J Mol Sci  2022;23:2797. 10.3390/ijms23052797 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 84. Kattuparambil  AA, Chaurasia  DK, Shekhar  S  et al. Exploring chemical space for “druglike” small molecules in the age of AI. Front Mol Biosci  2025;12:1553667. 10.3389/fmolb.2025.1553667 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 85. Bhat  AR, Ahmed  S. Artificial intelligence (AI) in drug design and discovery: a comprehensive review. In Silico Res Biomed  2025;1:100049. 10.1016/j.insi.2025.100049 [DOI] [Google Scholar]
  • 86. Nguyen  TM, Nguyen  T, Tran  T. Mitigating cold-start problems in drug-target affinity prediction with interaction knowledge transferring. Brief Bioinform  2022;23:bbac269. 10.1093/bib/bbac269 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 87. Gómez-Bombarelli  R, Wei  JN, Duvenaud  D  et al. Automatic chemical design using a data-driven continuous representation of molecules. ACS Cent Sci  2018;4:268–76. 10.1021/acscentsci.7b00572 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 88. Chen  H, Zhang  Z. A semi-supervised method for drug-target interaction prediction with consistency in networks. PLoS One  2013;8:e62975. 10.1371/journal.pone.0062975 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 89. Chen  R, Liu  X, Jin  S  et al. Machine learning for drug-target interaction prediction. Molecules  2018;23:2208. 10.3390/molecules23092208 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 90. Yao  K, Wang  X, Li  W  et al. Semi-supervised heterogeneous graph contrastive learning for drug-target interaction prediction. Comput Biol Med  2023;163:107199. 10.1016/j.compbiomed.2023.107199 [DOI] [PubMed] [Google Scholar]
  • 91. Hu  W, Liu  B, Gomes  J  et al. Strategies for pre-training graph neural networks. In: International Conference on Learning Representations (ICLR 2020). Addis Ababa, Ethiopia: OpenReview.net, 2020.
  • 92. Shahreza  ML, Ghadiri  N, Mousavi  SR  et al. A review of network-based approaches to drug repositioning. Brief Bioinform  2018;19:878–92. 10.1093/bib/bbx017 [DOI] [PubMed] [Google Scholar]
  • 93. Wei  S, Sasi  C, Piepenbrock  J  et al. The use of knowledge graphs for drug repurposing: from classical machine learning algorithms to graph neural networks. Comput Biol Med  2025;196:110873. 10.1016/j.compbiomed.2025.110873 [DOI] [PubMed] [Google Scholar]
  • 94. Zhao  B, Su  X, Yang  Y  et al. Regulation-aware graph learning for drug repositioning over heterogeneous biological network. Inf Sci  2025;686:121360. 10.1016/j.ins.2024.121360 [DOI] [Google Scholar]
  • 95. Zhao  B, Wang  L, Hu  P  et al. Fusing higher and lower-order biological information for drug repositioning via graph representation learning. IEEE Trans Emerg Top Comput  2024;12:163–76. 10.1109/TETC.2023.3239949 [DOI] [Google Scholar]
  • 96. Luo  Y, Zhao  X, Zhou  J  et al. A network integration approach for drug-target interaction prediction and computational drug repositioning from heterogeneous information. Nat Commun  2017;8:573. 10.1038/s41467-017-00680-8 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 97. Jiang  M, Wang  S, Zhang  S  et al. Sequence-based drug-target affinity prediction using weighted graph neural networks. BMC Genomics  2022;23:449. 10.1186/s12864-022-08648-9 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 98. Qi  H, Yu  T, Yu  W  et al. Drug-target affinity prediction with extended graph learning-convolutional networks. BMC Bioinformatics  2024;25:75. 10.1186/s12859-024-05698-6 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 99. Debnath  K, Rana  P, Ghosh  P. A survey on deep learning for drug-target binding prediction: models, benchmarks, evaluation, and case studies. Brief Bioinform  2025;26:bbaf491. 10.1093/bib/bbaf491 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 100. de la  Fuente  J, Serrano  G, Veleiro  U  et al. Towards a more inductive world for drug repurposing approaches. Nat Mach Intell  2025;7:495–508. 10.1038/s42256-025-00987-y [DOI] [Google Scholar]
  • 101. Yao  Q, Chen  Z, Cao  Y  et al. Enhancing drug-target interaction prediction with graph representation learning and knowledge-based regularization. Front Bioinform  2025;5:1649337. 10.3389/fbinf.2025.1649337 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 102. Pahikkala  T, Airola  A, Pietilä  S  et al. Toward more realistic drug–target interaction predictions. Brief Bioinform  2015;16:325–37. 10.1093/bib/bbu010 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 103. Saito  T, Rehmsmeier  M. The precision-recall plot is more informative than the ROC plot when evaluating binary classifiers on imbalanced datasets. PLoS One  2015;10:e0118432. 10.1371/journal.pone.0118432 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 104. Chicco  D, Jurman  G. The advantages of the Matthews correlation coefficient (MCC) over F1 score and accuracy in binary classification evaluation. BMC Genomics  2020;21:6. 10.1186/s12864-019-6413-7 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 105. Xie  L, Bao  G, Zhang  D  et al. Evaluating data partitioning strategies for accurate prediction of protein-ligand binding free energy changes in mutated proteins. Comput Struct Biotechnol J  2025;27:4418–30. 10.1016/j.csbj.2025.10.020 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 106. Lam  HYI, Guan  JS, Ong  XE  et al. Protein language models are performant in structure-free virtual screening. Brief Bioinform  2024;25:bbae480. 10.1093/bib/bbae480 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 107. Song  Y, Gao  Y. A graph-in-graph learning framework for drug-target interaction prediction. arXiv preprint arXiv:2507.11757.  2025. [Google Scholar]
  • 108. Wen  J, Gan  H, Yang  Z  et al. Mutual-DTI: a mutual interaction feature-based neural network for drug-target protein interaction prediction. Math Biosci Eng  2023;20:10610–25. 10.3934/mbe.2023469 [DOI] [PubMed] [Google Scholar]
  • 109. Talo  M, Bozdag  S. Top-DTI: integrating topological deep learning and large language models for drug-target interaction prediction. Bioinformatics  2025;41:i133–41. 10.1093/bioinformatics/btaf183 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 110. Bemis  GW, Murcko  MA. The properties of known drugs. 1. Molecular frameworks. J Med Chem  1996;39:2887–93. 10.1021/jm9602928 [DOI] [PubMed] [Google Scholar]
  • 111. Zhang  Y, Ma  J, Zhang  Z  et al. MSIDiff: multi-stage interaction-aware diffusion model for protein-specific 3D molecule generation. Expert Syst Appl  2026;298:129820. 10.1016/j.eswa.2025.129820 [DOI] [Google Scholar]
  • 112. Zhao  Q, Zhao  H, Guo  L  et al. ColdstartCPI: induced-fit theory-guided DTI predictive model with improved generalization performance. Nat Commun  2025;16:6436. 10.1038/s41467-025-61745-7 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 113. Heo  R, Lee  D, Kim  BJ  et al. KNU-DTI: KNowledge united drug-target interaction prediction. Comput Biol Med  2025;189:109927. 10.1016/j.compbiomed.2025.109927 [DOI] [PubMed] [Google Scholar]
  • 114. Yu  Q, Zhou  C, Jiang  J  et al. GS-DTI: a graph-structure-aware framework leveraging large language models for drug-target interaction prediction. Bioinformatics  2025;41:btaf445. 10.1093/bioinformatics/btaf445 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 115. Chen  Y, Luo  D, Xue  W. Deep learning for drug-target interaction prediction: a comprehensive review. Chem Biol Drug Des  2025;106:e70183. 10.1111/cbdd.70183 [DOI] [PubMed] [Google Scholar]
  • 116. Zitnik  M, Agrawal  M, Leskovec  J. Modeling polypharmacy side effects with graph convolutional networks. Bioinformatics  2018;34:i457–66. 10.1093/bioinformatics/bty294 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 117. Li  Z, Zeng  Y, Jiang  M  et al. Deep drug-target binding affinity prediction base on multiple feature extraction and fusion. ACS Omega  2025;10:2020–32. 10.1021/acsomega.4c08048 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 118. Zhao  B, Li  D, Yang  Y  et al. DRHIN: an integrated and interactive web server for drug repositioning. J Chem Inf Model  2026;66:5008–17. 10.1021/acs.jcim.6c00311 [DOI] [PubMed] [Google Scholar]
  • 119. Torng  W, Altman  RB. Graph convolutional neural networks for predicting drug-target interactions. J Chem Inf Model  2019;59:4131–49. 10.1021/acs.jcim.9b00628 [DOI] [PubMed] [Google Scholar]
  • 120. Thafar  M, Raies  AB, Albaradei  S  et al. Comparison study of computational prediction tools for drug-target binding affinities. Front Chem  2019;7:782. 10.3389/fchem.2019.00782 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 121. Wu  H, Liu  J, Zhang  R  et al. A review of deep learning methods for ligand based drug virtual screening. Fundam Res  2024;4:715–37. 10.1016/j.fmre.2024.02.011 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 122. Schneider  P, Walters  WP, Plowright  AT  et al. Rethinking drug design in the artificial intelligence era. Nat Rev Drug Discov  2020;19:353–64. 10.1038/s41573-019-0050-3 [DOI] [PubMed] [Google Scholar]
  • 123. Ferreira  FJN, Carneiro  AS. AI-driven drug discovery: a comprehensive review. ACS Omega  2025;10:23889–903. 10.1021/acsomega.5c00549 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 124. Song  B, Zhang  J, Liu  Y  et al. A systematic review of molecular representation learning foundation models. Brief Bioinform  2026;27:bbaf703. 10.1093/bib/bbaf703 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 125. Wang  S, Zhang  R, Li  X  et al. Recent advances in molecular representation methods and their applications in scaffold hopping. npj Drug Discov  2025;2:14. 10.1038/s44386-025-00017-2 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 126. Li  MQC, Wang  S, Lin  S  et al. Advantages and limitations of AlphaFold in structural biology: insights from recent studies. Protein J  2026;45:22–38. 10.1007/s10930-025-10310-8 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 127. Yang  Z, Zeng  X, Zhao  Y  et al. AlphaFold2 and its applications in the fields of biology and medicine. Signal Transduct Target Ther  2023;8:115. 10.1038/s41392-023-01381-z [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 128. Chen  G, Sun  K. Leveraging multimodal learning for enhanced drug-target interaction prediction. Front Pharmacol  2025;16:1639979. 10.3389/fphar.2025.1639979 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 129. Gao  D, Zhu  F. GraphCF: drug-target interaction prediction via multi-feature fusion with contrastive graph neural network. Artif Intell Med  2025;167:103196. 10.1016/j.artmed.2025.103196 [DOI] [PubMed] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Data Availability Statement

No new data were generated or analyzed in support of this research.


Articles from Briefings in Bioinformatics are provided here courtesy of Oxford University Press

RESOURCES