Research Article
Print
Research Article
In situ development of an artificial intelligence (AI) model for early detection of adverse drug reactions (ADRs) to ensure drug safety
expand article infoVeselina Ruseva, Stanimir Dobrev, Violeta Getova-Kolarova, Anna Peneva, Ilko Getov, Maria Dimitrova, Valentina Petkova
‡ Medical University of Sofia, Sofia, Bulgaria
Open Access

Abstract

Pharmacovigilance is a vital component of public health systems, aiming to ensure the safe use of medicinal products. In this study, an artificial intelligence (AI)-based model was developed using TensorFlow to predict the likelihood of adverse drug reactions (ADRs) based on molecular structure and predefined criteria. Data from DrugBank, MedDRA, and SIDER databases were extracted, integrated, and structured in a relational model. A feedforward neural network was trained using chemical and pharmacological descriptors such as SMILES and ATC codes. The model showed consistent performance in estimating ADR risk, highlighting the potential role of AI in supporting early safety assessments. This method may enhance post-marketing surveillance through more timely and data-driven risk identification. Despite certain limitations, AI-assisted modeling represents a valuable addition to pharmacovigilance and patient safety awareness strategies.

Keywords

pharmacovigilance, artificial intelligence, adverse drug reactions, machine learning, neural networks

Introduction

Adverse drug reactions (ADRs) represent a significant challenge for public health systems. Meta-analyses and prospective studies have shown that a substantial proportion of hospitalized patients – between 10% and 17%, according to various estimates – experience at least one ADR, with approximately 0.3% of cases resulting in fatal outcomes (Lazarou et al. 1998). Aside from contributing to morbidity and mortality, ADRs are related to approximately 5% of all hospital admissions, placing them among the leading preventable causes of hospitalization (Pirmohamed et al. 2004).

Conventional methods for the assessment of drug safety rely primarily on clinical trials and spontaneous post-marketing reporting. However, the controlled nature of clinical trials, their limited population representativeness, and relatively short duration make them insufficient for identifying rare or delayed-onset ADRs (Miguel et al. 2012). Post-marketing surveillance also suffers from significant underreporting, with many reactions going undocumented (Hazell and Shakir 2006). In response to these limitations, the past decade has seen growing interest in the use of artificial intelligence (AI) and machine learning for predicting drug-related risks before a compound reaches the clinical stage.

Among the most promising approaches are models based on deep neural networks. These algorithms are capable of processing large volumes of heterogeneous biomedical data, including molecular structures, and can detect latent patterns that are often inaccessible through traditional statistical methods (Dey et al. 2018). Models that operate exclusively on structural representations of drug molecules are of particular interest, as they eliminate the need for biological or pharmacokinetic input. One such model is Drug-CNN, which converts SMILES sequences into matrices and inputs them into a convolutional neural network for ADR classification (Mantripragada et al. 2021). Another innovative example is the MoLFormer-XL-CNN hybrid model – a deep architecture combining a pre-trained molecular “language” model (MoLFormer-XL) with a downstream convolutional classifier. This system has already demonstrated success in predicting the risk of specific serious reactions (e.g., QT interval prolongation, teratogenicity, rhabdomyolysis) based solely on the chemical structure of known drugs. The high sensitivity and specificity achieved by these models indicate that deep learning can effectively capture structural features relevant to ADR development (Lin et al. 2024).

The study presents a predictive model using a multilayer neural network to assess the risk of ADRs based solely on the chemical structure of pharmaceuticals. This method aims to enhance traditional pharmacovigilance by enabling early safety evaluations in drug development.

In parallel with structure-based models, the integration of real-world data (RWD) – such as patient registries and electronic health records (EHRs) – has gained attention as a complementary source for ADR signal detection. RWD enhances model robustness by incorporating variables that reflect clinical practice, including comorbidities, polypharmacy interactions, and treatment duration. Emerging machine learning frameworks can process large-scale EHRs and identify patient-specific ADR patterns, which supports personalized pharmacovigilance strategies (Rajkomar et al. 2018; Vilar et al. 2018).

Materials and methods

This study aims to develop a predictive model for forecasting ADRs, focusing solely on the chemical structures of pharmaceutical compounds and employing advanced deep learning techniques. To achieve this, we implemented a multilayer feedforward neural network using the Python programming environment along with the TensorFlow library, which provides various types of models suitable for training.

The dataset consisted of 482 distinct drug molecules represented by SMILES notations. These were converted into numerical format using established molecular descriptors (Table 1, Fig. 1).

Table 1.

Selected drug molecules and their respective SMILES sequences.

Name Smiles
Epinephrine CNC[C@H](O)C1=CC(O)=C(O)C=C1
Benzydamine CN(C)CCCOC1=NN(CC2=CC=CC=C2)C2=CC=CC=C12
Amlexanox CC(C)C1=CC2=C(OC3=NC(N)=C(C=C3C2=O)C(O)=O)C=C1
Famotidine NC(N)=NC1=NC(CSCCC(N)=NS(N)(=O)=O)=CS1
Nizatidine CNC(NCCSCC1=CSC(CN(C)C)=N1)=C[N+]([O-])=O
Omeprazole COC1=CC2=C(C=C1)N=C(N2)S(=O)CC1=NC=C(C)C(OC)=C1C
Lansoprazole CC1=C(OCC(F)(F)F)C=CN=C1CS(=O)C1=NC2=CC=CC=C2N1
Mebeverine CCN(CCCCOC(=O)C1=CC(OC)=C(OC)C=C1)C(C)CC1=CC=C(OC)C=C1
Dicyclomine CCN(CC)CCOC(=O)C1(CCCCC1)C1CCCCC1
Propantheline CC(C)[N+](C)(CCOC(=O)C1C2=CC=CC=C2OC2=CC=CC=C12)C(C) C
Mepenzolate C[N+]1(C)CCCC(C1)OC(=O)C(O)(C1=CC=CC=C1)C1=CC=CC=C1
Alosetron CN1C2=C(C3=CC=CC=C13)C(=O)N(CC1=C(C)NC=N1)CC2
Pinaverium COC1=C(OC)C=C(C[N+]2(CCOCCC3CCC4CC3C4(C)C)CCOCC2)C (Br)=C1
Hyoscyamine CN1[C@H]2CC[C@@H]1C[C@@H](C2)OC(=O)[C@H](CO)C1=CC= CC=C1
Metocloprami de CCN(CC)CCNC(=O)C1=CC(Cl)=C(N)C=C1OC
Domperidone ClC1=CC2=C(C=C1)N(C1CCN(CCCN3C(=O)NC4=CC=CC=C34)CC1)C(=O)N2
Figure 1. 

Visual representation of SMILES and the process of molecular deconstruction. Adapted from Wu JN, Wang T, Chen Y, Tang LJ, Wu HL, Yu RQ. t-SMILES: a fragment-based molecular representation framework for de novo ligand design. Nat Commun. 2024 Jun 11;15(1): 4993. https://doi.org/10.1038/s41467-024-49388-6.

ADR annotations were then sourced from reliable databases such as DrugBank and SIDER. The study focused on six clinically relevant ADRs across different physiological systems, including hepatotoxicity, nephrotoxicity, and photosensitivity.

In the second phase of our study, we introduced molecules that had not been included in prior training into the model. This approach aimed to evaluate whether assumptions could be derived regarding their safety profiles based on clinically significant ADRs and possible similarities in chemical structures with well-characterized compounds. The predictive task was then framed as a multi-label binary classification problem. The model assesses the likelihood of each ADR’s presence or absence for a given molecule. The model was trained on a molecular dataset, validated through data partitioning, and externally tested with compounds excluded from training. This external cohort included both well-known medications and novel substances, allowing for a thorough evaluation of the model’s generalization.

Results

Well-characterized drug compounds

For compounds with robust clinical documentation (well-characterized medicines), the model produced predictions largely aligned with known data. For example, in the case of the antibiotic erythromycin, the model accurately predicted the risk of hepatotoxicity – an ADR well known to be associated with this therapy (Fig. 2). Similarly, for the chemotherapeutic agent cisplatin, most predictions reflected established adverse reactions, including elevated blood pressure (hypertension) and renal impairment, consistent with its known dose-limiting nephrotoxicity (Dasari and Tchounwou 2014) (Fig. 3).

At the same time, the model demonstrated nuance in its estimates: it underestimated the risk of nephrotoxicity for cisplatin relative to its actual clinical incidence, while overestimating the probability of photosensitivity – a reaction that is not typically associated with the drug. These cases illustrate the model’s occasional tendency to underpredict serious risks (such as renal toxicity) or, conversely, to flag potential risks that are poorly documented or clinically unlikely (e.g., photosensitivity in cisplatin). It is important to note that such discrepancies are often related to limitations in the training data or to atypical structural features of a compound that may mislead the model.

Figure 2. 

ADR prediction output for the molecular input of erythromycin.

Figure 3. 

ADR prediction output for the molecular input of cisplatin.

Novel and less-known compounds

For experimental drugs such as ezeprogind and enadoline, which are not well described in the literature, the model predicted mostly low probabilities across all targeted ADRs (Figs 4, 5). In other words, the algorithm did not detect clear structural indicators of a significant risk profile and forecasted a relatively low likelihood of adverse effects. This suggests a degree of caution in the model’s behavior when there is insufficient data; it tends not to signal serious concerns.

For instance, ezeprogind, currently in early-stage clinical research, has not shown serious adverse effects in limited trials, consistent with the model’s low predicted probabilities (Verwaerde et al. 2024). Nevertheless, due to the scarcity of data on such compounds, the direct validation of the predictions remains limited. In these cases, additional clinical evaluation is essential: although the model does not detect notable risks, only empirical trial results can confirm or refute its safety assessments.

A summary of model outputs for representative compounds is shown in Table 2, integrating known ADRs, predicted outcomes, and model-assigned probabilities. This overview highlights areas of strong concordance as well as deviations, underscoring both the model’s practical value and its limitations when data are sparse or chemical structures are atypical.

Figure 4. 

ADR prediction output for the molecular input of ezeprogind.

Figure 5. 

ADR prediction output for the molecular input of enadoline.

Table 2.

Summary of ADR prediction outcomes for selected drug compounds.

Drug Known ADRs Predicted ADRs Probability (%) Model Confidence Comment
Erythromycin Hepatotoxicity Hepatotoxicity 94 High – aligns with established ADR Prediction matches documented hepatotoxic profile.
Cisplatin Nephrotoxicity, Hypertension Photosensitivity, Hypertension 88 (Photosensitivity), 67 (Hypertension) Moderate – correct on hypertension, missed renal toxicity Fails to capture key nephrotoxic effect, overestimates photosensitivity.
Ezeprogind None (experimental) None <15 Low – conservative with insufficient data Reflects cautious model behavior in the absence of reference data.
Enadoline None (experimental) None <10 Low – consistent with limited clinical knowledge No structural risk indicators detected; outcome expected for investigational drug.

Interpretation of predicted probabilities

The model presented results as percentage probabilities for the occurrence of each ADR, requiring careful interpretation. We introduced confidence thresholds to help contextualize these values:

  • High probabilities (above 70%) – represent a high-risk range. This indicates that the AI model is highly confident that the given ADR is likely to occur. These situations warrant increased attention and typically call for additional investigation or monitoring. For example, a 0.94 (94%) probability of hepatotoxicity for a drug constitutes a serious signal that must be considered, regardless of the ADR’s real-world incidence.
  • Moderate probabilities (30–70%) – indicate a moderate level of model confidence. The algorithm identifies a potential risk but is not certain that the reaction will occur. A prediction around 0.50 (50%) suggests a significant, though not conclusive, signal. In such cases, the model flags a possible concern, but further evidence or close monitoring is required.
  • Low probabilities (below 30%) – suggest low model confidence in the occurrence of an ADR. Risks in this range are generally considered minor and not of immediate concern. For instance, a value of around 0.07 (7%) for a particular reaction would be interpreted as minimal risk – the model finds little structural basis to expect its occurrence. Still, even low-probability predictions should not be completely disregarded, as some ADRs may have severe clinical consequences. For example, a 10% predicted probability of renal failure should prompt caution due to the potentially serious nature of the outcome.
  • Very low probabilities (below 10%) – indicate extremely low confidence in the occurrence of an ADR. Practically, such results are interpreted as negligible risk and are unlikely to manifest clinically. These cases rarely require additional safety measures. However, exceptions exist, especially when even a minimal risk is concerning (e.g., life-threatening ADRs), in which case a sub-10 percent probability may still warrant clinical attention.

The developed model produced mostly reliable ADR predictions and demonstrates potential as a valuable tool for early-stage drug safety evaluation. Its strengths are most apparent for drugs and reactions with ample reference data, where the predictions closely align with known safety profiles. Discrepancies (such as the underestimated nephrotoxicity risk for cisplatin or overestimation of unlikely reactions) underscore the importance of high-quality, comprehensive training data. The model was trained on a limited set of compounds, which helps explain occasional inaccuracies in more unusual cases.

Expanding the training dataset in terms of size, diversity, and data accuracy would likely improve predictive performance and reduce error rates. Despite these limitations, the current results illustrate the value of such a tool in early drug development. By offering risk estimates for ADRs based solely on chemical structure, the model supports researchers and clinicians in identifying potential safety concerns before clinical trials commence (Mantripragada et al. 2021). This form of early signaling, combined with clearly defined confidence thresholds, establishes an interpretive framework that makes the predictions more actionable for both established drugs and new therapeutic candidates.

Discussion

The increasing focus on integrating AI into drug development has drawn attention from regulatory authorities such as the U.S. FDA and the European Medicines Agency (EMA). Both agencies have begun issuing guidance and recommendations on the responsible application of AI/ML technologies, particularly in preclinical safety assessments. The FDA’s 2021 Good Machine Learning Practice (GMLP) principles and EMA’s 2023 Reflection Paper emphasize transparency, traceability, and model interpretability. These principles are highly relevant to ADR prediction tools, which must demonstrate reliability, explainability, and clinical utility in order to gain regulatory acceptance (FDA 2021; EMA 2023).

In this context, the results from the current study show that the developed model partially aligns with such regulatory expectations. Overall, it demonstrates acceptable accuracy in predicting ADRs. We could conclude that it successfully identified many expected reactions while producing relatively few false positives. Sensitivity across different ADR categories was adequate, particularly for well-documented and commonly occurring reactions, where the model rarely failed to detect an event. Nonetheless, performance variability was evident, especially in the prediction of rare or underrepresented ADRs, where model confidence was lower and the risk of missed predictions correspondingly higher. Despite these limitations, the neural network showed a consistent behavior pattern in ADR prediction, in line with findings reported in other recent studies employing similar architectures (Mantripragada et al. 2021).

This study demonstrates that deep neural network-based models can serve as effective tools for predicting ADRs using only the chemical structure of pharmaceutical compounds. Training the model on data sourced from established databases such as DrugBank, SIDER, and MedDRA enabled the development of a functional predictive algorithm that accurately identifies known ADRs in well-characterized drugs and provides plausible risk estimates for less-studied or novel compounds.

The results support the central hypothesis of the research that artificial intelligence methods can accelerate and enhance the detection of potential toxicities, serving as a complementary asset to conventional pharmacological approaches. The model delivers quantitative risk assessments that can guide early-stage drug development, aiding in the selection of safer molecular candidates.

Nevertheless, the created model shows some limitations. First and foremost, the training dataset is limited in scope, both in terms of the number of pharmaceutical compounds and the diversity of ADR types included. This constraint may hinder the model’s generalizability and increase the risk of missed predictions for rare reactions or novel molecules (Mohsen et al. 2021).

Secondly, the structural representation of drugs using standard vectorized descriptors, while broadly applicable, fails to capture important molecular characteristics such as stereochemistry and electron density. As a result, two agents with differing toxicity profiles might be interpreted as structurally similar by the model (Dey et al. 2018; Falconer et al. 2018).

Thirdly, the absence of dose-dependent context represents a critical limitation. Many clinically relevant ADRs are dose-dependent and influenced by treatment duration, drug–drug interactions, and individual patient conditions. In its current form, the model evaluates risk as a binary function of structure alone, making it incapable of integrating pharmacokinetic considerations (Farnoush et al. 2024).

Despite these shortcomings, the created model offers practical value in several important areas. Firstly, its application in early drug development stages can save substantial resources by filtering out compounds with unfavorable safety profiles even before in vitro or in vivo testing (Shamim et al. 2024). Secondly, in a regulatory context, such models may serve as supplementary risk assessment tools and support post-marketing surveillance. Early analysis of new compounds using artificial intelligence can aid in prioritizing pharmacovigilance efforts and enable faster responses to emerging safety signals (Hu et al. 2024). Thirdly, in clinical settings, AI-based systems could serve as decision support tools, providing personalized ADR risk assessments based on a drug’s profile and, potentially, individual biomedical factors (Kwak et al. 2005).

Looking ahead, several opportunities for model enhancement are evident. Expanding the dataset to include more compounds, rare ADRs, and diverse populations would improve representativeness and generalization (Lin et al. 2024). Additionally, incorporating more input features such as pharmacokinetics, pharmacodynamics, and clinical parameters could enable more nuanced and context-aware predictions (Liu et al. 2023).

Significant advancements could also come from the use of graph neural networks (GNNs). It operates directly on molecular graphs and shows strong performance in extracting structural relationships (Wang et al. 2024). Transformer-based molecular language models, such as MoLFormer-XL, trained on billions of compounds, have already demonstrated superior results in tasks like toxicity prediction (Lin et al. 2023). Equally important is the interpretability of the model, which is essential for real-world deployment. Techniques such as SHAP values and attention mechanisms can offer insights into which molecular substructures contribute most to a given prediction, thereby increasing trust in the AI system (Dey et al. 2018; Sundararajan et al. 2017).

In summary, the presented model shows applicability across various aspects of drug safety, from molecular design to regulatory monitoring. These approaches are not intended to replace traditional pharmacovigilance methods but rather to complement them through systematic and proactive risk identification. The continued development and integration of such AI models into scientific and clinical workflows represent a key step toward more precise and timely drug safety assessment (Montastruc et al. 2023).

From a practical perspective, the implementation of such AI-driven systems could significantly strengthen pharmacovigilance – both during the evaluation of new substances and in post-marketing surveillance. These models can serve as adjunct tools in safety monitoring strategies, facilitating earlier signal detection and improving agile regulatory responses.

However, it is essential to emphasize that the model’s effectiveness is directly dependent on the scale and quality of the input data. Limitations such as a narrow spectrum of drug agents and the absence of dose-dependent or patient-specific context remain key challenges. Future efforts should focus on expanding the training datasets, integrating multimodal data (including pharmacokinetic and genetic information), and improving model interpretability.

Conclusion

Artificial intelligence is emerging as a promising instrument in the evaluation of drug safety. While it does not replace clinical judgment, laboratory data, or expert evaluation, it can significantly enhance them by enabling systematic, large-scale, and timely ADR prediction—contributing to safer therapies, more informed decisions, and better outcomes for patients.

Additional information

Conflict of interest

The authors have declared that no competing interests exist.

Ethical statements

The authors declared that no clinical trials were used in the present study.

The authors declared that no experiments on humans or human tissues were performed for the present study.

The authors declared that no informed consent was obtained from the humans, donors or donors’ representatives participating in the study.

The authors declared that no experiments on animals were performed for the present study.

The authors declared that no commercially available immortalised human and animal cell lines were used in the pre­sent study.

Use of AI

No use of AI was reported.

Funding

This study is financed by the European Union-NextGenerationEU, through the National Recovery and Resilience Plan of the Republic of Bulgaria, project BG-RRP-2.004-0004-C01 “Strategic research and innovation program for development of Medical university – Sofia“.

Author contributions

All authors participated in the conduct of the study and preparation of the current manuscript, as follows: Conceptualization: VR, IG; Methodology: VR, IG, MD, VG-K; Writing – original draft preparation: VR, MD, IG; Writing – review and editing: MD, IG, VG-K, SD, AP, VP; Visualization: VR; Supervision: IG, MD, VP; Funding acquisition: MD, VP, IG, VG-K.

Author ORCIDs

Violeta Getova-Kolarova https://orcid.org/0000-0002-7103-3892

Maria Dimitrova https://orcid.org/0000-0002-4868-7775

Valentina Petkova https://orcid.org/0000-0002-6938-1054

Data availability

All of the data that support the findings of this study are available in the main text.

References

  • Falconer N, Barras M, Cottrell N (2018) Systematic review of predictive risk models for adverse drug events in hospitalized patients. British Journal of Clinical Pharmacology 84(5): 846–864. https://doi.org/10.1111/bcp.13514
  • Farnoush A, Sedighi-Maman Z, Rasoolian B, Heath JJ, Fallah B (2024) Prediction of adverse drug reactions using demographic and non-clinical drug characteristics in FAERS data. Scientific Reports 14: 23636. https://doi.org/10.1038/s41598-024-74505-2
  • Hu Q, Chen Y, Zou D, He Z, Xu T (2024) Predicting adverse drug event using machine learning based on electronic health records: a systematic review and meta- analysis. Frontiers in Pharmacology 15: 1497397. https://doi.org/10.3389/fphar.2024.1497397
  • Kwak H, Lee M, Yoon S (2004) Drug–disease graph: predicting adverse drug reaction signals via graph neural network with clinical data. arXiv: 00407.
  • Lazarou J, Pomeranz BH, Corey PN (1998) Incidence of adverse drug reactions in hospitalized patients: a meta-analysis of prospective studies. JAMA 279(15): 1200–1205. https://doi.org/10.1001/jama.279.15.1200
  • Lin Z, Gong Y, Bender A, Coley CW (2024) MoLFormer-XL: Large chemical language model for molecular property prediction. Journal of Chemical Information and Modeling 64(3): 782–794.
  • Lin J, He Y, Ru C, Long W, Li M, Wen Z (2024) Advancing adverse drug reaction prediction with deep chemical language model for drug safety evaluation. International Journal of Molecular Sciences 25(8): 4516. https://doi.org/10.3390/ijms25084516
  • Liu M, Wei Y, Lv L, Yang J, Yan C, Hu X (2023) Integrated graph-based model for predicting adverse drug reactions using multiple heterogeneous data. BMC Medical Informatics and Decision Making 23(1): 14.
  • Mantripragada AS, Teja SP, Katasani RR, Joshi P, Masilamani V, Ramesh R (2021) Prediction of adverse drug reactions using drug convolutional neural networks. Journal of Bioinformatics and Computational Biology 19(1): 2050046. https://doi.org/10.1142/S0219720020500468
  • Miguel A, Azevedo LF, Araújo M, Pereira AC (2012) Frequency of adverse drug reactions in hospitalized patients: a systematic review and meta-analysis. Pharmacoepidemiology and Drug Safety 21(11): 1139–1154. https://doi.org/10.1002/pds.3309
  • Mohsen A, Tripathi LP, Mizuguchi K. Deep Learning Prediction of Adverse Drug Reactions in Drug Discovery Using Open TG–GATEs and FAERS Databases. Frontiers in Drug Discovery 1: 768792. https://doi.org/10.3389/fddsv.2021.768792
  • Montastruc JL, Lapeyre-Mestre M (2023) Artificial intelligence and pharmacovigilance: Synergy or substitution? Drug Safety 46(1): 3–6.
  • Pirmohamed M, James S, Meakin S, Green C, Scott AK, Walley TJ, Farrar K, Park BK, Breckenridge AM (2004) Adverse drug reactions as cause of admission to hospital: prospective analysis of 18 820 patients. BMJ 329(7456): 15–19. https://doi.org/10.1136/bmj.329.7456.15
  • Rajkomar A, Oren E, Chen K, Dai AM, Hajaj N, Hardt M, Liu PJ, Liu X, Marcus J, Sun M, Sundberg P, Yee H, Zhang K, Zhang Y, Flores G, Duggan GE, Irvine J, Le Q Litsch K, Mossin A, Tansuwan J, De Wang Wexler J, Wilson J, Ludwig D, Volchenboum SL, Chou K, Pearson M, Madabushi S, Shah NH, Butte AJ, Howell MD, Cui C, Corrado GS, Dean J (2018) Scalable and accurate deep learning with electronic health records. npj Digital Medicine 1: 18. https://doi.org/10.1038/s41746-018-0029-1
  • Shamim MA, Shamim MA, Arora P, Dwivedi P (2024) Artificial intelligence and big data for pharmacovigilance and patient safety.Journal of Medicine, Surgery, and Public Health 3: 100139. https://doi.org/10.1016/j.glmedi.2024.100139
  • Sundararajan M, Taly A, Yan Q (2017) Axiomatic Attribution for Deep Networks. Proceedings of Machine Learning Research 70: 3319–3328.
  • Verwaerde P, Estrella C, Burlet S, Barrier M, Marotte AA, Clincke G (2024) First-in-human safety, tolerability, and pharmacokinetics of single and multiple doses of AZP2006 (Ezeprogind) in healthy volunteers. Journal of Alzheimer’s Disease 98(2): 715–727. https://doi.org/10.3233/JAD-220883
  • Vilar S, Harpaz R, Santana L, Uriarte E, Friedman C (2012) Enhancing adverse drug event detection in electronic health records using molecular structure similarity: application to pancreatitis. PLoS One. 7(7): e41471. https://doi.org/10.1371/journal.pone.0041471
  • Wang Y, Guo M, Zhang Y, Wang Y, Liu S, Pan Y (2024) Molecular graph representation learning with feature-wise attention for adverse drug reaction prediction. Scientific Reports 14: 2849.
  • Wu JN, Wang T, Chen Y, Tang LJ, Wu HL, Yu RQ (2011) t-SMILES: a fragment-based molecular representation framework for de novo ligand design. Nature Communications 15(1): 4993. https://doi.org/10.1038/s41467-024-49388-6
login to comment