<!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 />
    <article-meta>
      <title-group>
        <article-title>Prototype of an Interactive Clinical Decision Support System with Counterfactual Explanations</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Felix Liedeker</string-name>
          <email>fliedeker@techfak.uni-bielefeld.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Philipp Cimiano</string-name>
          <email>cimiano@techfak.uni-bielefeld.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>CITEC, Bielefeld University</institution>
          ,
          <addr-line>Bielefeld</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <fpage>26</fpage>
      <lpage>28</lpage>
      <abstract>
        <p>We describe a prototype of a Clinical Decision Support System (CDSS) that provides (counterfactual) explanations to support accurate medical diagnosis. The prototype is based on an inherently interpretable Bayesian network (BN). Our research aims to investigate which explanations are most useful for medical experts and whether co-constructing explanations can foster trust and acceptance of CDSS. ∗Corresponding author.</p>
      </abstract>
      <kwd-group>
        <kwd>Counterfactual Explanations</kwd>
        <kwd>Explainable AI</kwd>
        <kwd>Clinical decision support</kwd>
        <kwd>Bayesian network</kwd>
        <kwd>Counterfactual explanations</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Diagnostic errors account for around 10 % of adverse events [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ]. Clinical Decision Support
Systems have the potential to contribute to reducing errors in diagnosis and therapy selection [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
Despite promising results, however, the adoption and utilisation of CDSS for diagnosis has been
very limited so far [
        <xref ref-type="bibr" rid="ref3 ref4">4, 3</xref>
        ]. Important barriers to adaptation include users’ reservations [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and
challenges related to the integration into clinical workflows [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. A further important barrier for
acceptance is the opaqueness of most state-of-the-art (black-box) AI systems [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. A recent user
study has indeed found that users of CDSS prefer to receive explanations instead of suggestions
or recommendations only [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>
        Towards developing CDSS that are more transparent, we start from a Bayesian network (BN)
model, which is an inherently interpretable (white-box) model and allows to explicitly represent
causal relationships between variables [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], to develop our CDSS. Our system uses the BN to
provide (counterfactual) explanations to support the most probable diagnosis given evidence
(such as the symptoms of a patient) to an end user. As a proof-of-concept, we have developed
our system to support the prediction of the diagnosis of either epilepsy, syncope, or psychogenic
non-epileptic seizures (PNES) in patients with transient loss of consciousness, relying on the
data provided by Wardrope et al.[
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
      </p>
      <p>The prototype will be instrumental to answer our main research question: What explanations
are actually most useful for experts in the field? Does explainability or the co-construction of
an explanation foster trust of the user in the system and can hence improve acceptance and
Late-breaking work, Demos and Doctoral Consortium, colocated with The 1st World Conference on eXplainable Artificial
usage of CDSS? In order to answer this question, we are currently in the process of designing a
user study based on the prototype described in this paper.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related work</title>
      <p>
        Although deep learning (DL) has achieved impressive results in various applications, the current
challenge for applying ML in the medical field is less related to improving the algorithmic
backbone or improving the models by increasing the amount of training data, “but to disentangle the
underlying explanatory factors of the data in order to understand the context in an application
domain” [10, p.2]. While Pearl has in particular emphasized the importance of causal reasoning
for decision making [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], the use of causal inference methods in AI systems, in particular to
support diagnosis, is rare [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. So far there are only a limited number of CDSS that prioritise
explainability [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], making this an important research topic.
      </p>
      <p>
        Despite the fact that explainable AI (XAI) is prominently discussed in the recent AI literature,
the notion of explainability remains vague [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] and disconnected from the actual needs of
users and stakeholders, and very few systems are in productive use to gain experience on the
usefulness of explanations in real-world settings. A lot of work has focused on explaining
black-box models: In contrast to directly interpretable models, black-box models are explained
by auxiliary methods, which is also referred to as post-hoc explanations [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. It is argued, both
in general [14] and for the special case of AI-driven CDSS [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] that interpretable models should
be preferred over black-box models.
      </p>
      <p>
        Establishing trust via a transparent, explanation-giving CDSS is an important avenue of
research as doctors often perceive AI systems as potentially threatening their jobs [ 15], rather
than recognising potential benefits in reducing diagnostic errors. In fact, it has been argued
that doctors generally underestimate the risk of making such errors [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. It is thus key to design
systems in such a way that users are under control and can understand what the system is doing
and why at all stages of an interaction. In fact, the goal is not to replace doctors by AI systems
or, as Holzinger puts it, a ”doctor-in-the-loop is indispensable” [10, p.2]. Thus, our prototype
has been designed with the goal of a high degree of interactivity, so that the diagnostic decision
is not reached by the system alone, but in interaction with a human user. Following Rohlfing
et al. we call this paradigm a ”co-constructive” approach to decision making and explanation
giving [16].
      </p>
      <p>Recently there has been a growing interest in interactive and visual explanations of
(blackbox) machine learning models, trying to achieve explainability through the analysis of the
underlying model. For this purpose, diferent tools and software have been developed, such as
the modelStudio software [ 17], the What-If Tool [18] or explAIner [19].</p>
    </sec>
    <sec id="sec-3">
      <title>3. Methods</title>
      <p>
        3.1. Data
The basis for our system is a three layer BN disease model [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], where binary nodes represent
risk factors, diseases and symptoms, respectively, that are either present or absent. The BN
also encodes the causal relationships between risk factors, diseases (caused by risk factors) and
symptoms (caused by diseases).
      </p>
      <p>
        The data basis for our model is the data collected by Wardrope et al. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Based on a
retrospective self- and witness-report questionnaire study with 300 patients (100 each with epilepsy,
syncope and PNES), the authors used a random forest approach to select the 36 most relevant
features of their original 117 features collected. These 36 variables were then used to construct
our BN.
3.2. CDSS prototype
The second step was to build a front-end for our model. The front-end was developed as a
web application to ensure ease of use and access. Within the application, the user can input
evidence about the patient, i.e. symptoms that are either present or absent. This process works
sequentially: After each new user input, the diferent measures are recalculated and the user can
ask for additional explanations (e.g. How much would the presence of X change the probability of
the diagnosis? ). After a new piece of evidence has been added by the user, the next most useful
evidence is computed by the system and shown to the user.
      </p>
      <p>Within the prototype, diferent types and levels of explanations are available to the user.
Besides a view of the underlying BN and SHAP (SHapley Additive exPlanations) values for
feature importance [20], causal explanation trees (CET) [21] and most relevant explanations
(MRE) [22] (a partial instantiation of the three diagnoses that maximises the generalised Bayes
factor (GBF) as relevance measure) have been implemented as explanation methods.</p>
      <p>
        In addition, counterfactual explanations, calculated via the expected suficiency (symptoms to
persist if all other causes of the symptoms would switch of) and expected disablement (symptoms
which would switch of, if the disease would not be present) [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] or pertinent positives (features
minimal suficient to justify the classification) and pertinent negatives (features that would alter
the classification if added) [ 23], are incorporated in our prototype.
      </p>
    </sec>
    <sec id="sec-4">
      <title>4. Future work</title>
      <p>Currently, the data and features in our data set are limited. In spite of this, the accuracy of
the baseline BN is 80.23%, which represents a reasonable performance given that our goal
is not to have a fully automatic approach but one in which the doctor is kept in the loop
and makes the final decision. In order to improve the model and to increase the number of
parameters in the model, we are working on the annotation of a bigger data set comprising of
more than 2000 outpatient letters and video EEG recordings in cooperation with the epilepsy
centre at the University Hospital Bochum, Germany. A crucial next step is the evaluation of our
prototype with respect to two important aspects: User needs regarding helpful explanations
and the usability of the whole system. So far, the decision regarding which explanations and
information to include in the prototype is based on inspiration from the literature and on what
the BN can compute. As a next step, we will conduct a user study with epileptologists to
determine which explanations are most helpful for this target group and what queries they are
interested in. A second study will be conducted to evaluate the usability of the system, with a
particular focus on the degree of interactivity preferred by users and whether they prefer to
have as much information as possible displayed directly or retrieve pieces of information only
on request.</p>
      <p>Once the development of the whole system is complete, the key question of whether or not
such an interactive, co-constructive system can foster trust in CDSS and help overcome user
concerns can be addressed.</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgments</title>
      <p>Funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation): TRR
318/1 2021 – 438445824.
Does Not Fit All: A Toolkit and Taxonomy of AI Explainability Techniques, 2019. doi:10.
48550/arXiv.1909.03012. arXiv:1909.03012.
[14] C. Rudin, Stop Explaining Black Box Machine Learning Models for High Stakes Decisions
and Use Interpretable Models Instead, Nature machine intelligence 1 (2019) 206–215.
doi:10.1038/s42256-019-0048-x.
[15] C. Krittanawong, The rise of artificial intelligence and the uncertain future for physicians,
European Journal of Internal Medicine 48 (2018) e13–e14. doi:10.1016/j.ejim.2017.06.
017.
[16] K. J. Rohlfing, P. Cimiano, I. Scharlau, T. Matzner, H. M. Buhl, H. Buschmeier, E. Esposito,
A. Grimminger, B. Hammer, R. Häb-Umbach, I. Horwath, E. Hüllermeier, F. Kern, S. Kopp,
K. Thommes, A.-C. Ngonga Ngomo, C. Schulte, H. Wachsmuth, P. Wagner, B. Wrede,
Explanation as a Social Practice: Toward a Conceptual Framework for the Social Design
of AI Systems, IEEE Transactions on Cognitive and Developmental Systems 13 (2021)
717–728. doi:10.1109/TCDS.2020.3044366.
[17] H. Baniecki, P. Biecek, modelStudio: Interactive Studio with Explanations for ML Predictive</p>
      <p>Models, Journal of Open Source Software 4 (2019) 1798. doi: 10.21105/joss.01798.
[18] J. Wexler, M. Pushkarna, T. Bolukbasi, M. Wattenberg, F. Viegas, J. Wilson, The
What-If Tool: Interactive Probing of Machine Learning Models, IEEE Transactions
on Visualization and Computer Graphics (2019) 1–1. doi:10.1109/TVCG.2019.2934619.
arXiv:1907.04135.
[19] T. Spinner, U. Schlegel, H. Schäfer, M. El-Assady, explAIner: A Visual Analytics Framework
for Interactive and Explainable Machine Learning, IEEE Transactions on Visualization and
Computer Graphics (2019) 1–1. doi:10.1109/TVCG.2019.2934629. arXiv:1908.00087.
[20] S. Lundberg, S.-I. Lee, A Unified Approach to Interpreting Model Predictions, 2017. doi: 10.</p>
      <p>48550/arXiv.1705.07874. arXiv:1705.07874.
[21] U. Nielsen, J.-P. Pellet, A. Elisseef, Explanation Trees for Causal Bayesian Networks, 2012.</p>
      <p>doi:10.48550/arXiv.1206.3276. arXiv:1206.3276.
[22] C. Yuan, H. Lim, T.-C. Lu, Most relevant explanation in Bayesian networks, Journal of</p>
      <p>Artificial Intelligence Research 42 (2011) 309–352.
[23] A. Dhurandhar, P.-Y. Chen, R. Luss, C.-C. Tu, P. Ting, K. Shanmugam, P. Das, Explanations
based on the Missing: Towards Contrastive Explanations with Pertinent Negatives, 2018.
doi:10.48550/arXiv.1802.07623. arXiv:1802.07623.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>G. R.</given-names>
            <surname>Baker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. G.</given-names>
            <surname>Norton</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Flintoft</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Blais</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Brown</surname>
          </string-name>
          , J.
          <string-name>
            <surname>Cox</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Etchells</surname>
            ,
            <given-names>W. A.</given-names>
          </string-name>
          <string-name>
            <surname>Ghali</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Hébert</surname>
            ,
            <given-names>S. R.</given-names>
          </string-name>
          <string-name>
            <surname>Majumdar</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. O'Beirne</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Palacios-Derflingher</surname>
            ,
            <given-names>R. J.</given-names>
          </string-name>
          <string-name>
            <surname>Reid</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Sheps</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Tamblyn</surname>
          </string-name>
          ,
          <article-title>The Canadian Adverse Events Study: The incidence of adverse events among hospital patients in Canada</article-title>
          , CMAJ
          <volume>170</volume>
          (
          <year>2004</year>
          )
          <fpage>1678</fpage>
          -
          <lpage>1686</lpage>
          . doi:
          <volume>10</volume>
          .1503/cmaj.1040498.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>M.</given-names>
            <surname>Soop</surname>
          </string-name>
          ,
          <string-name>
            <given-names>U.</given-names>
            <surname>Fryksmark</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Köster</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Haglund</surname>
          </string-name>
          ,
          <article-title>The incidence of adverse events in Swedish hospitals: A retrospective medical record review study</article-title>
          ,
          <source>International Journal for Quality in Health Care</source>
          <volume>21</volume>
          (
          <year>2009</year>
          )
          <fpage>285</fpage>
          -
          <lpage>291</lpage>
          . doi:
          <volume>10</volume>
          .1093/intqhc/mzp025.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>K. K.</given-names>
            <surname>Hall</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shoemaker-Hunt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Hofman</surname>
          </string-name>
          , S. Richard, E. Gall,
          <string-name>
            <given-names>E.</given-names>
            <surname>Schoyer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Costar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Gale</surname>
          </string-name>
          , G. Schif,
          <string-name>
            <given-names>K.</given-names>
            <surname>Miller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Earl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Katapodis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Sheedy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Wyant</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Bacon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hassol</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Schneiderman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Woo</surname>
          </string-name>
          , L. LeRoy, E. Fitall,
          <string-name>
            <given-names>A.</given-names>
            <surname>Long</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Holmes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Riggs</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lim</surname>
          </string-name>
          ,
          <article-title>Making Healthcare Safer III: A Critical Analysis of Existing and Emerging Patient Safety Practices, Agency for Healthcare Research and Quality (US)</article-title>
          ,
          <source>Rockville (MD)</source>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>S.</given-names>
            <surname>Cheraghi-Sohi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Alam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Esmail</surname>
          </string-name>
          , S. Campbell,
          <string-name>
            <given-names>N.</given-names>
            <surname>Riches</surname>
          </string-name>
          ,
          <article-title>Assessing the utility of a diferential diagnostic generator in UK general practice: A feasibility study</article-title>
          ,
          <source>Diagnosis</source>
          <volume>8</volume>
          (
          <year>2021</year>
          )
          <fpage>91</fpage>
          -
          <lpage>99</lpage>
          . doi:
          <volume>10</volume>
          .1515/dx-2019-0033.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>M. L.</given-names>
            <surname>Graber</surname>
          </string-name>
          ,
          <source>Reaching</source>
          <volume>95</volume>
          %
          <article-title>: Decision support tools are the surest way to improve diagnosis now</article-title>
          ,
          <source>BMJ Quality &amp; Safety</source>
          <volume>31</volume>
          (
          <year>2022</year>
          )
          <fpage>415</fpage>
          -
          <lpage>418</lpage>
          . doi:
          <volume>10</volume>
          .1136/bmjqs-2021-014033.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>R. L.</given-names>
            <surname>Pierce</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W. Van</given-names>
            <surname>Biesen</surname>
          </string-name>
          ,
          <string-name>
            <surname>D. Van Cauwenberge</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Decruyenaere</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sterckx</surname>
          </string-name>
          ,
          <article-title>Explainability in medicine in an era of AI-based clinical decision support systems</article-title>
          ,
          <source>Frontiers in Genetics</source>
          <volume>13</volume>
          (
          <year>2022</year>
          )
          <article-title>903600</article-title>
          . doi:
          <volume>10</volume>
          .3389/fgene.
          <year>2022</year>
          .
          <volume>903600</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>C.</given-names>
            <surname>Panigutti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Beretta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Giannotti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Pedreschi</surname>
          </string-name>
          ,
          <article-title>Understanding the impact of explanations on advice-taking: A user study for AI-based clinical Decision Support Systems</article-title>
          ,
          <source>in: Proceedings of the 2022 CHI Conference on Human Factors in Computing Systems</source>
          , New Orleans, LA, USA,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>J.</given-names>
            <surname>Pearl</surname>
          </string-name>
          , Causality, Cambridge University Press,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>A.</given-names>
            <surname>Wardrope</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Jamnadas-Khoda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Broadhurst</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. A.</given-names>
            <surname>Grünewald</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. J.</given-names>
            <surname>Heaton</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. J.</given-names>
            <surname>Howell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Koepp</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. W.</given-names>
            <surname>Parry</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sisodiya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. C.</given-names>
            <surname>Walker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Reuber</surname>
          </string-name>
          ,
          <article-title>Machine learning as a diagnostic decision aid for patients with transient loss of consciousness</article-title>
          ,
          <source>Neurology: Clinical Practice</source>
          <volume>10</volume>
          (
          <year>2020</year>
          )
          <fpage>96</fpage>
          -
          <lpage>105</lpage>
          . doi:
          <volume>10</volume>
          .1212/CPJ.0000000000000726.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>A.</given-names>
            <surname>Holzinger</surname>
          </string-name>
          , G. Langs,
          <string-name>
            <given-names>H.</given-names>
            <surname>Denk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Zatloukal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Müller</surname>
          </string-name>
          ,
          <article-title>Causability and explainability of artificial intelligence in medicine</article-title>
          ,
          <source>WIREs Data Mining and Knowledge Discovery</source>
          <volume>9</volume>
          (
          <year>2019</year>
          )
          <article-title>e1312</article-title>
          . doi:
          <volume>10</volume>
          .1002/widm.1312.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>J. G.</given-names>
            <surname>Richens</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. M.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Johri</surname>
          </string-name>
          ,
          <article-title>Improving the accuracy of medical diagnosis with causal machine learning</article-title>
          ,
          <source>Nature Communications</source>
          <volume>11</volume>
          (
          <year>2020</year>
          )
          <article-title>3923</article-title>
          . doi:
          <volume>10</volume>
          .1038/ s41467-020-17419-7.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>A. M. Antoniadi</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Du</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Guendouz</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Wei</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Mazo</surname>
            ,
            <given-names>B. A.</given-names>
          </string-name>
          <string-name>
            <surname>Becker</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Mooney</surname>
          </string-name>
          ,
          <article-title>Current Challenges and Future Opportunities for XAI in Machine Learning-Based Clinical Decision Support Systems: A Systematic Review</article-title>
          ,
          <source>Applied Sciences</source>
          <volume>11</volume>
          (
          <year>2021</year>
          )
          <article-title>5088</article-title>
          . doi:
          <volume>10</volume>
          .3390/ app11115088.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>V.</given-names>
            <surname>Arya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. K. E.</given-names>
            <surname>Bellamy</surname>
          </string-name>
          , P.-Y. Chen,
          <string-name>
            <given-names>A.</given-names>
            <surname>Dhurandhar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hind</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. C.</given-names>
            <surname>Hofman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Houde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q. V.</given-names>
            <surname>Liao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Luss</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mojsilović</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Mourad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Pedemonte</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Raghavendra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Richards</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Sattigeri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Shanmugam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. R.</given-names>
            <surname>Varshney</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Wei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , One Explanation
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>