<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>Ital-IA</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Gabriele De Vito</string-name>
          <email>gadevito@unisa.it</email>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Filomena Ferrucci</string-name>
          <email>fferrucci@unisa.it</email>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Athanasios Angelakis</string-name>
          <email>a.angelakis@amsterdamumc.nl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="editor">
          <string-name>Large Language Models, Clinical Decision Support Systems, Drug-Drug Interactions, Adverse Drug Reactions</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Data Science Center, University of Amsterdam</institution>
          ,
          <addr-line>Amsterdam</addr-line>
          ,
          <country country="NL">Netherlands</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Epidemiology and Data Science, Amsterdam University Medical Center</institution>
          ,
          <addr-line>Amsterdam</addr-line>
          ,
          <country country="NL">Netherlands</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Digital Health; Methodology, Amsterdam Public Health Research Institute</institution>
          ,
          <addr-line>Amsterdam</addr-line>
          ,
          <country country="NL">Netherlands</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Università degli Studi di Salerno</institution>
          ,
          <addr-line>Salerno</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <volume>5</volume>
      <fpage>23</fpage>
      <lpage>24</lpage>
      <abstract>
        <p>Medication safety poses a significant challenge in healthcare, with adverse reactions harming patients and increasing costs. We present two solutions based on Large Language Models (LLMs): HELIOT, a Clinical Decision Support System for managing adverse drug reactions, and an approach that uses textual-drug information to predict drug-drug interactions (DDIs). HELIOT examines patient-specific clinical narratives to provide contextual alerts, reducing alert fatigue by over 50%. Our DDI system analyzes molecular structures, organisms, and drug target genes, achieving a sensitivity of 0.978 and an accuracy of 0.919 across 13 validation datasets, with smaller LLMs (2-3 billion parameters) outperforming larger ones. Both systems demonstrate the potential of LLMs to enhance medication safety through advanced language processing and pharmaceutical data interpretation. Future work will focus on practical validation and integration into healthcare systems.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The annual burden of medication management errors in England’s healthcare system is striking, with
approximately 237 million recorded incidents, 28% of which pose significant clinical risks, resulting in
thousands of deaths and substantial financial costs. Similarly, in the United States, medication-related
mistakes and adverse drug reactions create an enormous economic impact, totaling billions of dollars
annually, with drug-drug interactions accounting for 18% of the amount spent addressing adverse
drug reactions (ADRs). Traditional Clinical Decision Support Systems (CDSSs) have limitations in this
context [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]: they use structured databases that miss critical information often provided in unstructured
clinical narratives [
        <xref ref-type="bibr" rid="ref2 ref3 ref4">2, 3, 4</xref>
        ], raising many interruptive alerts that lead to alert fatigue (with override rates
of 43.7%-97%), and potentially cause critical warnings to be ignored [
        <xref ref-type="bibr" rid="ref10 ref11 ref3 ref4 ref5 ref6 ref7 ref8 ref9">3, 4, 5, 6, 7, 8, 9, 10, 11</xref>
        ].
      </p>
      <p>
        On the other hand, traditional DDI identification relies on time-consuming experimental methods [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ],
while computational alternatives require complex feature engineering [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. Large Language Models
(LLMs) ofer promising solutions through their ability to process unstructured data [
        <xref ref-type="bibr" rid="ref14 ref15 ref16">14, 15, 16</xref>
        ]. However,
while LLMs have yielded encouraging results in various pharmaceutical applications [
        <xref ref-type="bibr" rid="ref17 ref18">17, 18</xref>
        ], their
potential for ADRs identification and direct drug-drug interaction prediction remains largely unexplored.
We present two LLM-based approaches: HELIOT, a CDSS for ADR management through clinical
narrative analysis [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ], and a text-based DDI prediction method using SMILES notation, target organisms,
and gene interactions [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. Our contributions include: (1) methods for processing clinical narratives to
manage ADRs; (2) a text-based DDI prediction approach eliminating complex feature engineering; (3)
comprehensive evaluations against traditional approaches; and (4) architectural frameworks for clinical
integration. These approaches represent a significant advancement toward comprehensive medication
safety.
      </p>
      <p>The remainder of this paper is structured as follows. Section 2 presents our LLM-based CDSS for
ADR management, detailing its approach, architecture, and evaluation results. Section 3 describes our</p>
      <p>CEUR
Workshop</p>
      <p>ISSN1613-0073
text-based approach for DDI prediction, including its methodology and performance across multiple
datasets. Section 4 outlines future directions and challenges for LLM applications in medication safety.
Finally, section 5 concludes the paper.</p>
    </sec>
    <sec id="sec-2">
      <title>2. LLM-Based CDSS</title>
      <p>CDSSs for medication safety face the challenge of balancing accurate alerting with alert fatigue. They
struggle to interpret unstructured clinical narratives, including patient-specific medication tolerances
and reaction histories. HELIOT is a novel LLM-based CDSS that leverages natural language processing
to analyze clinical notes and provide contextually appropriate medication safety recommendations. Its
innovation lies in interpreting unstructured text about patient medication experiences and diferentiating
between reaction types. This section outlines HELIOT’s architecture, prototype development, and
performance evaluation compared to traditional CDSSs.</p>
      <sec id="sec-2-1">
        <title>2.1. System Architecture and Approach</title>
        <p>
          HELIOT uses Retrieval Augmentation Generation (RAG) to help physicians make medication decisions
based on patients’ adverse reaction histories. RAG enhances LLMs by retrieving relevant
information before generating responses, improving accuracy and contextual relevance. The proposed CDSS
employs parallel retrieval processes, simultaneously gathering pharmaceutical data (ingredients,
contraindications, side efects) and analyzing patient clinical notes to identify problematic ingredients.
During this process, the system maintains and updates longitudinal patient records of adverse reactions
and tolerances across encounters, ensuring continuity of care even in facilities without integrated EHR
systems. The decision support logic utilizes the persona pattern [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ] to guide the LLM in embodying
an expert physician who evaluates potential adverse reactions. The output provides a structured
assessment with clinical classification, reaction severity categorization, and detailed analysis explaining the
rationale. HELIOT also addresses regional linguistic variations by standardizing all medical terminology
into English, overcoming LLMs’ inherent English bias [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ] and ensuring optimal correspondence with
international medical ontologies. Its modular architecture allows HELIOT to function as a standalone
solution and as a service integrated with existing EHR systems, making it suitable for environments
ranging from advanced hospital systems to primary care settings with limited digital infrastructure. The
system comprises a web application, an API application with real-time response streaming, a central
controller serving as the core decision-making engine, and specialized databases. The
pharmaceutical database accommodates data from various sources, with minimal formatting requirements, and
allows most of the information to be stored as unstructured free text. In contrast, the clinical database
eficiently processes unstructured clinical notes without imposing strict formatting rules, ensuring
lfexibility across diferent healthcare contexts.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Prototype and Knowledge Base Development</title>
        <p>
          To assess the potential of the proposed CDSS, we developed a full-functional prototype. To this aim,
we first created a comprehensive pharmaceutical knowledge base. Starting with the Italian Medicines
Agency (AIFA) 1 database containing 106,962 approved medications, we collected essential information
including drug codes, names, forms, and ATC (Anatomical Therapeutic Chemical) classifications. We
then acquired 19,188 leaflet files through Farmadati 2 web services, preprocessing them to obtain detailed
medication compositions and properties. To ensure clinical relevance, we created a representative subset
following literature-based distribution patterns [
          <xref ref-type="bibr" rid="ref10 ref11 ref5 ref9">11, 10, 9, 5</xref>
          ], which reflects real-world prescription and
adverse reaction patterns, with narcotic analgesics (65%), antibiotics (15%), NSAIDs (5%), diuretics (2%),
antiplatelet agents (2%), and other medications (11%), including common excipients associated with
1AIFA. https://www.aifa.gov.it/en/trova-farmaco
2Farmadati. https://www.farmadati.it/default.aspx
hypersensitivity reactions. The preprocessing phase addressed two key challenges: extracting
formspecific information from leaflets containing multiple pharmaceutical forms for drugs, and standardizing
ingredients from Italian to English for international compatibility. We employed GPT-4o with specialized
prompts for these tasks, with results validated by healthcare professionals. A validation process
involving a clinical pharmacist and a physician confirmed the high accuracy of our preprocessing
approach (Cohen’s kappa = 0.95). The final knowledge base comprises two components: a drug database
containing detailed pharmaceutical information, and an in-memory synonyms database for the 1,035
ingredients to ensure rapid retrieval during decision support processes. Building upon the data pipeline,
we finally developed a python web application for the HELIOT CDSS. This implementation showcases
how the conceptual architecture outlined in section 2.1 can be realized through specific technological
solutions and integration approaches.
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>2.3. Evaluation and Findings</title>
        <p>We evaluated our system using 1,000 synthetic adverse reaction cases across seven clinical classes,
achieving a macro-averaged F1 score of 0.9869. The system attained perfect classification for three
critical categories: Direct Active Ingredient Reactivity, Drug Class Cross-Reactivity with Documented
Tolerance, and Drug Class Cross-Reactivity Without Documented Tolerance. Significantly, the system
could reduce interruptive alerts by 50.2% compared to traditional systems by appropriately categorizing
cases as requiring interruptive alerts (45.5%), non-interruptive alerts (14.9%), or no alerts (39.6%). The
system processed each case eficiently (average 2.775 seconds) due to optimizations including eficient
data retrieval, an in-memory synonyms dictionary, and parallel database operations. These results
suggest LLM-based approaches can substantially improve adverse drug reaction management over
rule-based systems, particularly where clinical information exists primarily in unstructured formats.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. LLMs for Drug-Drug Interaction Prediction</title>
      <p>
        Existing computational DDI prediction methods require complex feature engineering and specialized
architectures, limiting their practical implementation [
        <xref ref-type="bibr" rid="ref13 ref22 ref23 ref24 ref25">13, 22, 23, 24, 25</xref>
        ]. We propose a fundamentally
diferent paradigm: leveraging LLMs to directly interpret and reason about drug interactions using
purely textual representations of molecular structures (SMILES notation), target organisms, and gene
interactions. This approach eliminates the need for specialized feature engineering while potentially
capturing complex interaction patterns in textual drug information through LLMs’ contextual
understanding capabilities. The following subsections detail our text-based approach for DDI prediction,
experimental results, and implications for clinical applications.
      </p>
      <sec id="sec-3-1">
        <title>3.1. Approach</title>
        <p>
          Our approach simultaneously processes multiple drug characteristics through textual inputs combining
SMILES notation (representing molecular structure), target organisms, and gene interaction information.
The underlying assumption follows established literature: ”two drugs potentially interact when a
drug alters the other drug’s therapeutic efects through targeted genes or signaling pathways” [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ],
incorporating molecular structure information to capture additional interaction mechanisms. We
implemented three increasingly sophisticated approaches to evaluate LLMs’ capabilities for DDI prediction.
First, a zero-shot approach utilized a carefully engineered prompt structure, instructing the model to
analyze drug information and classify whether administration causes interaction. Second, few-shot
learning incorporated balanced examples (five positive, five negative) using two selection strategies:
random selection and similarity-based selection that identified contextually relevant examples through
embedding similarity. Finally, fine-tuning optimized selected models for DDI prediction using
LowRank Adaptation (LoRA) [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ] with hyperparameters optimized via Optuna [
          <xref ref-type="bibr" rid="ref27">27</xref>
          ]. For data preparation,
we utilized DrugBank [
          <xref ref-type="bibr" rid="ref28">28</xref>
          ] as our primary source, filtering to include only approved or experimental
drugs where both drugs target at least one gene. We extracted DrugBank IDs, SMILES notation, target
organisms, and binary vectors representing gene targets for each drug pair. We created a balanced
dataset of 2,070,300 drug pairs (50% positive, 50% negative) for training and validation, with additional
validation across 13 external datasets from diverse sources [
          <xref ref-type="bibr" rid="ref29">29</xref>
          ]. We evaluated 18 diferent LLMs ranging
from eficient models (1.5B-3B parameters) to large proprietary models ( &gt; 250B parameters), including
GPT-4 [
          <xref ref-type="bibr" rid="ref30">30</xref>
          ], Claude 3.5 [
          <xref ref-type="bibr" rid="ref31">31</xref>
          ], Gemini [
          <xref ref-type="bibr" rid="ref32">32</xref>
          ], Phi-3.5 [
          <xref ref-type="bibr" rid="ref33">33</xref>
          ], and open-weight alternatives. Performance was
assessed using accuracy, precision, sensitivity, and F1-score, with particular attention to sensitivity
as a critical metric for medication safety. Results were validated across the 13 external datasets to
ensure generalizability, with comparative analysis against established baselines including l2-regularized
logistic regression [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ] and the MSDAFL deep learning model [
          <xref ref-type="bibr" rid="ref34">34</xref>
          ].
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Experimental Results and Implications for Clinical Applications</title>
        <p>Our evaluation revealed distinct performance patterns across adaptation approaches. Zero-shot results
showed limited efectiveness, with even proprietary models achieving modest sensitivity (0.5413-0.5927).
Few-shot learning improved performance, particularly with similarity-based selection, reaching an
accuracy of 0.8376 with Claude 3.5. Fine-tuning dramatically enhanced performance, with smaller
models showing remarkable improvements. Across 13 external datasets, fine-tuned Phi-3.5 showed
exceptional sensitivity (average 0.978) and a high accuracy (0.919), surpassing larger models such as
GPT-4 and traditional baselines. These results ofer significant clinical implications. The high sensitivity
of fine-tuned LLMs addresses a critical safety priority in medication management, where missing
interactions pose greater risks than false positives. The superior performance of smaller LLMs enables
deployment on standard hardware without specialized infrastructure, addressing accessibility and
privacy concerns through local processing capabilities. These systems could support clinical
decisionmaking throughout the medication management process, from pre-prescription screening to emergency
medicine. The finding that task-specific adaptation outweighs model size suggests eficient pathways
for developing focused AI tools for healthcare applications, potentially improving medication safety
while maintaining operational eficiency in everyday clinical workflows.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Future Directions and Challenges</title>
      <p>Our LLM-based approaches are promising. HELIOT can process unstructured clinical narratives in
various healthcare settings, from hospitals to primary care practices. At the same time, our DDI
prediction approach ofers value for research and clinical prescribing, particularly in complex
patientspecific situations. Future work will focus on validation with real clinical data, expanding capabilities
to address more complex clinical scenarios, and optimizing performance for point-of-care deployment.
Collaboration with healthcare institutions remains essential for the comprehensive evaluation of
the impact of the proposed systems on clinical workflows and decision-making processes, ensuring
approaches that improve medication safety while integrating with existing healthcare systems.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion</title>
      <p>Our work demonstrates how LLMs can transform medication safety management through contextual
understanding and natural language processing capabilities. By enabling systems to process
unstructured clinical information and complex pharmaceutical data, we address fundamental limitations in
current adverse drug reaction management and interaction prediction approaches. The performance of
smaller LLMs highlights the feasibility of practical clinical deployment without extensive computational
resources. These findings suggest a promising path forward for AI applications in healthcare that
balance efectiveness with accessibility, potentially improving patient outcomes while seamlessly
integrating into clinical workflows. Continued collaboration between technical researchers and healthcare
practitioners will be essential as the field evolves for successful implementation.</p>
    </sec>
    <sec id="sec-6">
      <title>Declaration on Generative AI</title>
      <sec id="sec-6-1">
        <title>The author(s) have not employed any Generative AI tools.</title>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>6. Online Resources</title>
      <sec id="sec-7-1">
        <title>The online repositories are available on GitHub: LLMDDI, HELIOT.</title>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>R. T.</given-names>
            <surname>Sutton</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Pincock</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. C.</given-names>
            <surname>Baumgart</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. C.</given-names>
            <surname>Sadowski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. N.</given-names>
            <surname>Fedorak</surname>
          </string-name>
          ,
          <string-name>
            <surname>K. I. Kroeker,</surname>
          </string-name>
          <article-title>An overview of clinical decision support systems: benefits, risks, and strategies for success</article-title>
          ,
          <source>NPJ digital medicine 3</source>
          (
          <year>2020</year>
          )
          <fpage>17</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>U.</given-names>
            <surname>Sarkar</surname>
          </string-name>
          , L. Samal,
          <article-title>How efective are clinical decision support systems?</article-title>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>P.-Y.</given-names>
            <surname>Meunier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Raynaud</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Guimaraes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Gueyfier</surname>
          </string-name>
          , L. Letrilliart,
          <article-title>Barriers and facilitators to the use of clinical decision support systems in primary care: a mixed-methods systematic review</article-title>
          ,
          <source>The Annals of Family Medicine</source>
          <volume>21</volume>
          (
          <year>2023</year>
          )
          <fpage>57</fpage>
          -
          <lpage>69</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>P. L.</given-names>
            <surname>Quan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sánchez-Fernández</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. Parrado</given-names>
            <surname>Gil</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. Calvo</given-names>
            <surname>Alonso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Bodero Sánchez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. Ortega</given-names>
            <surname>Eslava</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Luri</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          <article-title>Gastaminza Lasarte, Usefulness of drug allergy alert systems: Present and future</article-title>
          ,
          <source>Current Treatment Options in Allergy</source>
          <volume>10</volume>
          (
          <year>2023</year>
          )
          <fpage>413</fpage>
          -
          <lpage>427</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>T. K.</given-names>
            <surname>Colicchio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. J.</given-names>
            <surname>Cimino</surname>
          </string-name>
          ,
          <article-title>Beyond the override: Using evidence of previous drug tolerance to suppress drug allergy alerts; a retrospective study of opioid alerts</article-title>
          ,
          <source>JBI</source>
          <volume>147</volume>
          (
          <year>2023</year>
          )
          <fpage>104508</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>B. A.</given-names>
            <surname>Van Dort</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W. Y.</given-names>
            <surname>Zheng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Sundar</surname>
          </string-name>
          , M. T. Baysari,
          <article-title>Optimizing clinical decision support alerts in electronic medical records: a systematic review of reported strategies adopted by hospitals</article-title>
          ,
          <source>JAMIA</source>
          <volume>28</volume>
          (
          <year>2021</year>
          )
          <fpage>177</fpage>
          -
          <lpage>183</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>L.</given-names>
            <surname>Westerbeek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. J.</given-names>
            <surname>Ploegmakers</surname>
          </string-name>
          , G.
          <string-name>
            <surname>-J. De Bruijn</surname>
            ,
            <given-names>A. J.</given-names>
          </string-name>
          <string-name>
            <surname>Linn</surname>
            ,
            <given-names>J. C. van Weert</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>J. G.</given-names>
            <surname>Daams</surname>
          </string-name>
          , N. van der Velde, H. C. van
          <string-name>
            <surname>Weert</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Abu-Hanna</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Medlock</surname>
          </string-name>
          ,
          <article-title>Barriers and facilitators influencing medicationrelated cdss acceptance according to clinicians: a systematic review</article-title>
          ,
          <source>International Journal of Medical Informatics</source>
          <volume>152</volume>
          (
          <year>2021</year>
          )
          <fpage>104506</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>G.</given-names>
            <surname>Van De Sijpe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Quintens</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Walgraeve</surname>
          </string-name>
          ,
          <string-name>
            <surname>E. Van Laer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Penny</surname>
          </string-name>
          , G. De Vlieger,
          <string-name>
            <given-names>R.</given-names>
            <surname>Schrijvers</surname>
          </string-name>
          ,
          <string-name>
            <surname>P. De Munter</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Foulon</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Casteels</surname>
          </string-name>
          , et al.,
          <article-title>Overall performance of a drug-drug interaction clinical decision support system: quantitative evaluation and end-user survey</article-title>
          ,
          <source>BMC Medical Informatics and Decision Making</source>
          <volume>22</volume>
          (
          <year>2022</year>
          )
          <fpage>48</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>M.</given-names>
            <surname>Topaz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. L.</given-names>
            <surname>Seger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. P.</given-names>
            <surname>Slight</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Goss</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. G.</given-names>
            <surname>Wickner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Blumenthal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Dhopeshwarkar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. W.</given-names>
            <surname>Bates</surname>
          </string-name>
          , et al.,
          <article-title>Rising drug allergy alert overrides in electronic health records: an observational retrospective study of a decade of experience</article-title>
          ,
          <source>JAMIA</source>
          <volume>23</volume>
          (
          <year>2016</year>
          )
          <fpage>601</fpage>
          -
          <lpage>608</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>M.</given-names>
            <surname>Topaz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. L.</given-names>
            <surname>Seger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. G.</given-names>
            <surname>Wickner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Goss</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Dhopeshwarkar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. W.</given-names>
            <surname>Bates</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <article-title>High override rate for opioid drug-allergy interaction alerts: current trends and recommendations for future</article-title>
          ,
          <source>in: MEDINFO</source>
          <year>2015</year>
          :
          <article-title>eHealth-enabled Health</article-title>
          , IOS Press,
          <year>2015</year>
          , pp.
          <fpage>242</fpage>
          -
          <lpage>246</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>T. C.</given-names>
            <surname>Hsieh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. J.</given-names>
            <surname>Kuperman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Jaggi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Hojnowski-Diaz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Fiskio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. H.</given-names>
            <surname>Williams</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. W.</given-names>
            <surname>Bates</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. K.</given-names>
            <surname>Gandhi</surname>
          </string-name>
          ,
          <article-title>Characteristics and consequences of drug allergy alert overrides in a computerized physician order entry system</article-title>
          ,
          <source>JAMIA</source>
          <volume>11</volume>
          (
          <year>2004</year>
          )
          <fpage>482</fpage>
          -
          <lpage>491</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>J. E.</given-names>
            <surname>Sager</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Tripathy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. S.</given-names>
            <surname>Price</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Nath</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Stephenson-Famy</surname>
          </string-name>
          ,
          <string-name>
            <surname>N.</surname>
          </string-name>
          <article-title>Isoherranen, In vitro to in vivo extrapolation of the complex drug-drug interaction of bupropion and its metabolites with cyp2d6; simultaneous reversible inhibition and cyp2d6 downregulation</article-title>
          ,
          <source>Biochemical pharmacology 123</source>
          (
          <year>2017</year>
          )
          <fpage>85</fpage>
          -
          <lpage>96</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Qiu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Deng</surname>
          </string-name>
          , S. Liu,
          <string-name>
            <surname>W. Zhang,</surname>
          </string-name>
          <article-title>A comprehensive review of computational methods for drug-drug interaction detection</article-title>
          ,
          <source>IEEE/ACM transactions on computational biology and bioinformatics 19</source>
          (
          <year>2021</year>
          )
          <fpage>1968</fpage>
          -
          <lpage>1985</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>S.</given-names>
            <surname>Tripathi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Sukumaran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. S.</given-names>
            <surname>Cook</surname>
          </string-name>
          ,
          <article-title>Eficient healthcare with large language models: optimizing clinical workflow and enhancing patient care</article-title>
          ,
          <source>JAMIA</source>
          <volume>31</volume>
          (
          <year>2024</year>
          )
          <fpage>1436</fpage>
          -
          <lpage>1440</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ríos-Hoyo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. L.</given-names>
            <surname>Shan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. T.</given-names>
            <surname>Pearson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Pusztai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. M.</given-names>
            <surname>Howard</surname>
          </string-name>
          ,
          <article-title>Evaluation of large language models as a diagnostic aid for complex medical cases</article-title>
          ,
          <source>Frontiers in Medicine</source>
          <volume>11</volume>
          (
          <year>2024</year>
          )
          <fpage>1380148</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>G. De Vito</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Ferrucci</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Angelakis</surname>
          </string-name>
          ,
          <article-title>Llms for drug-drug interaction prediction: A comprehensive comparison</article-title>
          ,
          <source>arXiv preprint arXiv:2502.06890</source>
          (
          <year>2025</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>K. T. Ahmed</surname>
            ,
            <given-names>M. I.</given-names>
          </string-name>
          <string-name>
            <surname>Ansari</surname>
          </string-name>
          , W. Zhang,
          <article-title>Dti-lm: language model powered drug-target interaction prediction</article-title>
          ,
          <source>Bioinformatics</source>
          <volume>40</volume>
          (
          <year>2024</year>
          )
          <article-title>btae533</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>D.</given-names>
            <surname>Oniani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Hilsman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Zang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Cai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Zawala</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <article-title>Emerging opportunities of using large language models for translation between drug molecules and indications</article-title>
          ,
          <source>Scientific Reports</source>
          <volume>14</volume>
          (
          <year>2024</year>
          )
          <fpage>10738</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>G. De Vito</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Ferrucci</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Angelakis</surname>
          </string-name>
          ,
          <article-title>Design and evaluation of a cdss for drug allergy management using llms and pharmaceutical data integration</article-title>
          ,
          <source>arXiv preprint arXiv:2409.16395</source>
          (
          <year>2024</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>J.</given-names>
            <surname>White</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Fu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Hays</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sandborn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Olea</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Gilbert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Elnashar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Spencer-Smith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. C.</given-names>
            <surname>Schmidt</surname>
          </string-name>
          ,
          <article-title>A prompt pattern catalog to enhance prompt engineering with chatgpt</article-title>
          ,
          <source>arXiv preprint arXiv:2302.11382</source>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>C.</given-names>
            <surname>Wendler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Veselovsky</surname>
          </string-name>
          , G. Monea,
          <string-name>
            <given-names>R.</given-names>
            <surname>West</surname>
          </string-name>
          ,
          <article-title>Do llamas work in english? on the latent language of multilingual transformers, in: Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics</article-title>
          (Volume
          <volume>1</volume>
          :
          <string-name>
            <surname>Long</surname>
            <given-names>Papers)</given-names>
          </string-name>
          ,
          <year>2024</year>
          , pp.
          <fpage>15366</fpage>
          -
          <lpage>15394</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>R.</given-names>
            <surname>Ferdousi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Safdari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Omidi</surname>
          </string-name>
          ,
          <article-title>Computational prediction of drug-drug interactions based on drugs functional similarities</article-title>
          ,
          <source>JBI</source>
          <volume>70</volume>
          (
          <year>2017</year>
          )
          <fpage>54</fpage>
          -
          <lpage>64</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>A.</given-names>
            <surname>Kastrin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Ferk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Leskošek</surname>
          </string-name>
          ,
          <article-title>Predicting potential drug-drug interactions on topological and semantic similarity features using statistical learning</article-title>
          ,
          <source>PloS one 13</source>
          (
          <year>2018</year>
          )
          <article-title>e0196865</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>S.</given-names>
            <surname>Mei</surname>
          </string-name>
          ,
          <string-name>
            <surname>K. Zhang,</surname>
          </string-name>
          <article-title>A machine learning framework for predicting drug-drug interactions</article-title>
          ,
          <source>Scientific Reports</source>
          <volume>11</volume>
          (
          <year>2021</year>
          )
          <fpage>17619</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>H.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Shi</surname>
          </string-name>
          ,
          <article-title>Stnn-ddi: a substructure-aware tensor neural network to predict drug-drug interactions</article-title>
          ,
          <source>Briefings in Bioinformatics</source>
          <volume>23</volume>
          (
          <year>2022</year>
          )
          <article-title>bbac209</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>E. J.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Shen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Wallis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Allen-Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Chen</surname>
          </string-name>
          , Lora:
          <article-title>Low-rank adaptation of large language models</article-title>
          ,
          <source>arXiv preprint arXiv:2106.09685</source>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>T.</given-names>
            <surname>Akiba</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Yanase</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Ohta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Koyama</surname>
          </string-name>
          ,
          <article-title>Optuna: A next-generation hyperparameter optimization framework</article-title>
          ,
          <source>in: Proceedings of the 25th ACM SIGKDD international conference</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>2623</fpage>
          -
          <lpage>2631</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>D. S.</given-names>
            <surname>Wishart</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y. D.</given-names>
            <surname>Feunang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. C.</given-names>
            <surname>Guo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. J.</given-names>
            <surname>Lo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Marcu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. R.</given-names>
            <surname>Grant</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Sajed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Johnson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Sayeeda</surname>
          </string-name>
          , et al.,
          <source>Drugbank</source>
          <volume>5</volume>
          .
          <article-title>0: a major update to the drugbank database for 2018</article-title>
          ,
          <source>Nucleic acids research</source>
          <volume>46</volume>
          (
          <year>2018</year>
          )
          <fpage>D1074</fpage>
          -
          <lpage>D1082</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>S.</given-names>
            <surname>Ayvaz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Horn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Hassanzadeh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Stan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. P.</given-names>
            <surname>Tatonetti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Vilar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Brochhausen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Samwald</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Rastegar-Mojarad</surname>
          </string-name>
          , et al.,
          <article-title>Toward a complete dataset of drug-drug interaction information from publicly available sources</article-title>
          ,
          <source>JBI</source>
          <volume>55</volume>
          (
          <year>2015</year>
          )
          <fpage>206</fpage>
          -
          <lpage>217</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <surname>OpenAI</surname>
          </string-name>
          , Gpt-4
          <source>technical report, arXiv:2303.08774</source>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          <source>[31] Anthropic, Claude 3.5 sonnet (version 3.5)</source>
          ,
          <year>2024</year>
          . URL: https://claude.ai/.
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <surname>Google</surname>
          </string-name>
          ,
          <source>Google gemini 1.5 pro</source>
          ,
          <year>2024</year>
          . URL: https://ai.google.dev/.
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>M.</given-names>
            <surname>Abdin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Aneja</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Awadalla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Awadallah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. A.</given-names>
            <surname>Awan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Bach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bahree</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bakhtiari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Bao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Behl</surname>
          </string-name>
          , et al.,
          <article-title>Phi-3 technical report: A highly capable language model locally on your phone</article-title>
          ,
          <source>arXiv preprint arXiv:2404.14219</source>
          (
          <year>2024</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <given-names>C.</given-names>
            <surname>Hou</surname>
          </string-name>
          , G. Duan,
          <string-name>
            <given-names>C.</given-names>
            <surname>Yan</surname>
          </string-name>
          ,
          <article-title>Msdafl: molecular substructure-based dual attention feature learning framework for predicting drug-drug interactions</article-title>
          ,
          <source>Bioinformatics</source>
          <volume>40</volume>
          (
          <year>2024</year>
          )
          <article-title>btae596</article-title>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>