<!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>Case-Based Explanation: Making the Implicit Explicit</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>David Leake</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Luddy School of Informatics, Computing, and Engineering, Indiana University</institution>
          ,
          <addr-line>Bloomington, Indiana, 47408</addr-line>
          <country country="US">U.S.A</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Case-based explanation (CBE) is seen by many as a compelling method for explaining black-box systems, and is advocated and pursued in substantial research in the CBR community. A 2022 position paper by Jonathan Dodge, "The Case Against Case-Based Explanation," takes a contrasting view, arguing that the use of CBE should be limited to explaining processes based on k-NN or similar approaches. This position paper takes Dodge's points as a jumping-of point to examine the nature and applicability of case-based explanation and to make explicit some of the premises which are fundamental to successful case-based explanation. It considers requirements for the domains to which CBE should be applied, the possible variants of CBE, and the knowledge it requires-both in the system and in the recipient of the explanation.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Case-based explanation</kwd>
        <kwd>Dimensions of explanation presentation</kwd>
        <kwd>Explanation goals</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Data-driven machine learning methods such as learning with deep neural networks have
achieved impressive task performance and are having great practical impact. As AI systems
are applied for high-stakes tasks such as medical decision-making, legal sentencing, and loan
approvals, being able to explain such systems becomes socially important; with passage of the
EU General Data Protection Regulation with its “right to explanation", explanation became a
legal necessity. This has led to extensive efort in explainable AI (e.g., [ 1]). A major thrust in this
work is on augmenting black-box systems with explanation capabilities. This has led to strong
interest in using prior cases to explain results of black-box AI systems, both by presenting
similar cases with similar outcomes (e.g., [2]), and by presenting semifactual and counterfactual
cases to help illuminate the factors relevant to a result [
        <xref ref-type="bibr" rid="ref1">3</xref>
        ].
      </p>
      <p>
        From the early days of CBR, presentation of cases has been seen as a natural way to explain
CBR system decisions (e.g., [
        <xref ref-type="bibr" rid="ref2">4</xref>
        ]). CBR systems for tasks such as decision-making, design, and
planning have provided their users with the cases on which their decisions have been based,
sometimes elaborating on the factors underlying processes such as similarity assessment [
        <xref ref-type="bibr" rid="ref3">5</xref>
        ].
      </p>
      <p>
        Given the complexity and richness of explanation [
        <xref ref-type="bibr" rid="ref4">6</xref>
        ], it is clear that no explanation method
will be a panacea. Accordingly, a fundamental question concerns the limitations and scope of
applicability for case-based explanation methods. In the 2022 position paper "The Case Against
Case-Based Explanation" [
        <xref ref-type="bibr" rid="ref5">7</xref>
        ], Jonathan Dodge argues against the use of case presentation as
a general means of explanation, with the conjecture: "It is a bad idea to deploy Case-Based
Explanations when not using K-Nearest-Neighbors, or similar". Dodge notes that this position is
not aimed at case-based reasoning, noting that CRR is a richer process than CBE as he describes
and that CBR is compelling to people. This raises interesting questions about what case-based
explanation means, how it can leverage CBR, and the range and value of uses of cases for
explanation. This position paper presents an initial perspective on those questions.1.
      </p>
      <p>
        Dodge illustrates his meaning of case-based explanation (CBE) with two examples of
explaining by similar cases. In one, a classification is explained by presenting a user with a similar
example that has the same classification; in the other, by stating that the current classification
is the majority classification of a set of matching examples. Beyond such methods, there is a
breadth of research on explainable case-based reasoning (XCBR) which spans not only
presentation of similar cases but also methods such as explaining by generating synthetic cases
[
        <xref ref-type="bibr" rid="ref7">9</xref>
        ], retrieval of cases by twin systems [2], and explanation based on generating semifactual or
counterfactual cases [
        <xref ref-type="bibr" rid="ref1">3</xref>
        ]. For reasons of space the paper focuses primarily on explanation by
presenting similar cases from prior data, aiming to illuminate a richer view of how those cases
can be used or framed, based on lessons from CBR/XCBR and how cases can leverage human
experience. It also presents a start at categorizing the ways cases can be used to explain similar
outcomes.
      </p>
      <p>
        The paper makes two main contributions: first, to illuminate the variants and scope of
applicability of case presentation as a form of explanation, and second, to advocate for a vision
of CBE that is closer to CBR to address these issues—which in turn suggests research areas for
XCBR. It aims to clarify the problems for which CBE is suitable and to underline that, reflecting
the CBR cognitive model [
        <xref ref-type="bibr" rid="ref8">10</xref>
        ], good CBE must support the recipient’s case-based reasoning and
goals.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Dodge’s Arguments Against (Basic) Case-Based Explanation</title>
      <p>
        Dodge presents four arguments against case-based explanation: unfavorable user response
("Users seem to dislike CBE"), issues in achieving efective case representations and similarity
measures ("CBE relies on weak semantic linkage"), the sorts of explanations CBE can provide
("CBE is epistemically outmatched"), and that he sees the use of CBE as restricted to domains
for which training data is available and presenting cases does not violate privacy ("CBE is
restrictive"). Examining these illuminates aspects of how efective case-based explanation
works, when and how CBE should be applied, and potential future CBE and CBR research. We
highlight selected points from each in turn, discussing lessons they suggest.
User response to CBE: The CBR process is commonly seen as natural for people [
        <xref ref-type="bibr" rid="ref2">4</xref>
        ]. Human
subjects studies have supported case-based explanation (e.g., [
        <xref ref-type="bibr" rid="ref10 ref9">11, 12</xref>
        ]), and explanation by
counterfactuals and semifactuals [
        <xref ref-type="bibr" rid="ref1">3</xref>
        ], though more evaluation is needed. Dodge’s point on preferred
1The paper’s title and approach are inspired by Janet Kolodner’s "Making the Implicit Explicit: Clarifying the
Principles of Case-Based Reasoning" [
        <xref ref-type="bibr" rid="ref6">8</xref>
        ]
explanation styles is largely based on studies of the use of CBE for assessing fairness-related
questions for decision-making, primarily by Binns et al. [
        <xref ref-type="bibr" rid="ref11">13</xref>
        ] examining human judgments of
alternative explanation methods for making AI decision-making fair, accountable, and
transparent. Binns et al. compare four explanation methods: a demographic method, sensitivity, input
influence, and cases. They compare them for two tasks, automobile insurance rating and loan
qualification, for scenarios with negative outcomes. They state:
      </p>
      <p>Case-based explanations result in lower perceptions of appropriateness, fair
process perception, and (in the loans case) deservedness, consistently compared to
sensitivity based styles and occasionally compared to other styles. This is an efect
primarily observed... in the within subject study design, indicating that the act of
comparison in a particular scenario is important for these diferences to become
apparent.</p>
      <p>That this efect appears primarily when other explanations can be compared might raise some
question of impact for applications relying on a single method. However, more important to
understanding CBE is how CBE fits their test domain. A sample domain example explains why
applicant’s submission for insurance was declined for a low-cost rating, with the explanation:
This decision was based on thousands of similar cases from the past. For example,
a similar case to yours is a previous customer, Claire. She was 38 years old, with
18 years of driving experience, drove 850 miles per month, occasionally exceeded
the speed limit, and 25% of her trips took place at night. Clair was involved in one
accident in the following year.</p>
      <p>For accident prediction, the stochastic nature of accidents means that the basic CBR premise of
"similar problems have similar solutions" does not hold. Thus to the extent a subject treats this
as suggesting a case-based prediction, it is not compelling and skepticism is justified. On the
other hand, CBR would be expected to be more accurate for a more deterministic task domain
such as real estate appraisal, and even more so for domains with a fuller causal characterization.
This suggests one requirement for efective CBE:</p>
      <p>• If CBR isn’t appropriate, CBE shouldn’t be expected to be</p>
      <p>
        Likewise, CBR quality depends on the quality of the case base. Binns et al. report that some
subjects expressed that the coverage of examples appeared insuficient. Establishing whether
case base coverage is suficient is a core concern of CBR, reflected in extensive work on case-base
competence [
        <xref ref-type="bibr" rid="ref12">14</xref>
        ]. This suggests another requirement for successful CBE:
      </p>
      <p>• Explaining system competence matters
Issues in Case Representation and Similarity Measures: A second point by Dodge is
that CBE relies on case distance, which may only weakly reflect semantic characteristics of the
domain. He correctly observes that the meaning of a given distance value may vary at diferent
points in the space, and that it is possible not all relevant features may be included in a case
representation. These are challenges for CBR, and care is required. However, CBR research has
successfully devised feature representation schemes in many domains, and similarity may itself
be explained, so this does not preclude the use of CBE.
Case coupled to system reasoning</p>
      <p>Case relevance Explained
✓
✓</p>
      <p>CBE0 (Dodge)
CBE (E.g., twins)</p>
      <p>CBE</p>
      <p>
        CBE
The Types of Explanations CBR May Provide: Dodge correctly observes that CBE does not
provide a proof entailing an outcome and asks what sort of evidence CBR provides, stating that
CBE describes an outcome, but does not provide justification. However, one may distinguish
diferent possible explanations provided by CBE, each useful in the right context:
• If the explainer is confident of the accuracy of the prior case, and if the domain satisfies
the CBR assumption of problem-solution regularity [
        <xref ref-type="bibr" rid="ref13">15</xref>
        ], CBE can (on average) provide
assurances about the outcome (but not process) of decision of the system being explained.
• If the recipient is familiar with the domain, and/or the CBE system can explain its retrieval
(e.g., as in explaining similarity criteria or presenting cases to delimit decision boundaries),
or relevant adaptations, it can empower the recipient to assess result quality.
• If the similarity criteria of CBE retrieval are coupled to the factors used in decision-making
by a black-box system, as in CBR twin systems [2], the CBE process both explains the
result and provides a level of explanation of the black box process.
      </p>
      <p>
        Data Access Constraints on CBR: Dodge also expresses concern that “CBE is restrictive"
because it requires domains in which one may access the training data, and there may be privacy
concerns for doing so. Privacy concerns have received relatively little research attention (cf.
[
        <xref ref-type="bibr" rid="ref14">16</xref>
        ]) so suggest an avenue for research. However, as other explanation methods can have their
own drawbacks (e.g., unintentionally revealing proprietary learned insights), there is no magic
bullet.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Facets of Case-Based Explanation</title>
      <p>The previous section illustrated that CBE itself is not unitary—there are possible variations in
what CBE presents to an explanation recipient, and the fit between a variant and (1) the task
domain, and (2) explainer needs to support reasoning, will determine suitability of CBE.</p>
      <p>Table 1 summarizes four possible variants of similar case CBE explanation. CBE0, the basic
variant described by Dodge, refers to explaining system outcomes based on cases retrieved
using similarilty criteria not necessarily related to factors afecting system processing. A second
form, CBE1 explains by retrieved cases that are coupled to the reasoning of the system being
explained, as in CBR twin systems [2]. Alternatively, CBE0 can present cases based on criteria
not necessarily related to those of the system being explained, but have its own similarity
criteria explained (CBE). Finally, both augmentations of CBE0 can be applied, giving CBE.</p>
      <p>
        An important alternative perspective is explanation by counterfactual cases, which has
become the subject of intense research interest—As of 2022, with over 100 counterfactual
explanation methods in the literature [
        <xref ref-type="bibr" rid="ref1">3</xref>
        ]
      </p>
      <p>
        Finally, it is clear that in many contexts goals strongly afect what constitutes a “good”
explanation [
        <xref ref-type="bibr" rid="ref15 ref4">6, 17</xref>
        ]. This afects the relevance of the cases presented—and which cases will be
good explanations in a given context.
      </p>
    </sec>
    <sec id="sec-4">
      <title>4. Conclusions</title>
      <p>Case-based explanation is powerful for explaining black-box systems. However, it is not a single
unitary approach, nor is is a panacea. Taking recent criticisms of CBE as a starting point, this
position paper has argued that the question should not be "is CBE good or bad?", but rather
what are the diferent forms of CBE, and when is each appropriate.</p>
      <p>The paper makes explicit some requirements that are implicit in CBR approaches to CBE:
• CBE is only appropriate if CBR is too—for domains in which similar problems predict
similar solutions, with quality cases and competent case bases
• The convincingness of CBR depends on the recipient accepting the CBR process including
original case quality and system competence
• CBE could be used either (a) to establish trust in an answer or (b) to establish trust in a
system. These have diferent requirements; for (a), any of the CBE variants are suficient,
for (b), only CBE or CBE
The efectiveness of case-based explanation may depend on going beyond presentation of cases
to support the recipient in full CBR by explaining similarity and adaptation as well. This view
of CBR also suggests the conjecture that the better subjects are at performing CBR in a domain,
the wider the range of case-based explanations they will find useful and the more compelling
they will find CBE.</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgment References</title>
      <p>This work was funded by the the Department of the Navy, Ofice of Naval Research (Award
N00014-19-1-2655). The author thanks the anonymous reviewers for insightful comments.
[1] D. Gunning, D. W. Aha, DARPA’s explainable artificial intelligence (XAI) program, AI</p>
      <p>Magazine 40 (2019) 44–58.
[2] E. M. Kenny, M. T. Keane, Twin-systems to explain artificial neural networks using
casebased reasoning: Comparative tests of feature-weighting methods in ANN-CBR twins for
XAI, in: Proceedings of the Twenty-Eighth International Joint Conference on Artificial
Intelligence, 2019, pp. 2708–2715.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>M. T.</given-names>
            <surname>Keane</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. M.</given-names>
            <surname>Kenny</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Delaney</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Smyth</surname>
          </string-name>
          ,
          <article-title>If only we had better counterfactual explanations: Five key deficits to rectify in the evaluation of counterfactual XAI techniques</article-title>
          ,
          <source>in: Proceedings of the Thirtieth International Joint Conference on Artificial Intelligence, IJCAI-21</source>
          , ijcai.org,
          <year>2021</year>
          , pp.
          <fpage>4466</fpage>
          -
          <lpage>4474</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>D.</given-names>
            <surname>Leake</surname>
          </string-name>
          ,
          <article-title>CBR in context: The present and future</article-title>
          , in: D.
          <string-name>
            <surname>Leake</surname>
          </string-name>
          (Ed.),
          <source>Case-Based Reasoning: Experiences</source>
          , Lessons, and Future Directions, AAAI Press, Menlo Park, CA,
          <year>1996</year>
          , pp.
          <fpage>3</fpage>
          -
          <lpage>30</lpage>
          . Http://www.cs.indiana.edu/˜leake/papers/a-96-01.html.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>S.</given-names>
            <surname>Massie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Craw</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Wiratunga</surname>
          </string-name>
          ,
          <article-title>A visualisation tool to explain case-base reasoning solutions for tablet formulation</article-title>
          ,
          <source>in: Proceedings of the 24th SGAI International Conference on Innovative Techniques and Applications of Artificial Intelligence</source>
          , Springer-Verlag, Berlin,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>F.</given-names>
            <surname>Sormo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Cassens</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Aamodt</surname>
          </string-name>
          ,
          <article-title>Explanation in case-based reasoning-perspectives and goals</article-title>
          ,
          <source>Artificial Intelligence Review</source>
          <volume>24</volume>
          (
          <year>2005</year>
          )
          <fpage>109</fpage>
          -
          <lpage>143</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J.</given-names>
            <surname>Dodge</surname>
          </string-name>
          ,
          <article-title>The case against case-based explanation, in: IUI-WS 2022 Workshops at the International Conference on Intelligent User Interfaces (IUI</article-title>
          , volume
          <volume>3124</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>175</fpage>
          -
          <lpage>180</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>J.</given-names>
            <surname>Kolodner</surname>
          </string-name>
          ,
          <article-title>Making the implicit explicit: Clarifying the principles of case-based reasoning</article-title>
          , in: D.
          <string-name>
            <surname>Leake</surname>
          </string-name>
          (Ed.),
          <source>Case-Based Reasoning: Experiences</source>
          , Lessons, and Future Directions, AAAI Press, Menlo Park, CA,
          <year>1996</year>
          , pp.
          <fpage>349</fpage>
          -
          <lpage>370</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>C.</given-names>
            <surname>Nugent</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Cunningham</surname>
          </string-name>
          ,
          <article-title>A case-based recommender for black-box systems</article-title>
          ,
          <source>Artificial Intelligence Review</source>
          <volume>24</volume>
          (
          <year>2005</year>
          )
          <fpage>163</fpage>
          -
          <lpage>178</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>D.</given-names>
            <surname>Leake</surname>
          </string-name>
          ,
          <article-title>Cognition as case-based reasoning</article-title>
          , in: W. Bechtel, G. Graham (Eds.), A Companion to Cognitive Science, Blackwell, Oxford,
          <year>1998</year>
          , pp.
          <fpage>465</fpage>
          -
          <lpage>476</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>P.</given-names>
            <surname>Cunningham</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Doyle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Loughrey</surname>
          </string-name>
          ,
          <article-title>An evaluation of the usefulness of case-based explanation</article-title>
          ,
          <source>in: Case-Based Reasoning Research and Development: Proceedings of the Fifth International Conference on Case-Based Reasoning, ICCBR-03</source>
          , Springer-Verlag, Berlin,
          <year>2003</year>
          , pp.
          <fpage>122</fpage>
          -
          <lpage>130</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>D.</given-names>
            <surname>Doyle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Cunningham</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Walsh</surname>
          </string-name>
          ,
          <article-title>An evaluation of the usefulness of explanation in a casebased reasoning system for decision support in bronchiolitis treatment</article-title>
          ,
          <source>Computational Intelligence</source>
          <volume>22</volume>
          (
          <year>2006</year>
          )
          <fpage>269</fpage>
          -
          <lpage>281</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>R.</given-names>
            <surname>Binns</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. Van Kleek</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Veale</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          <string-name>
            <surname>Lyngs</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Zhao</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Shadbolt</surname>
          </string-name>
          , '
          <article-title>It's reducing a human being to a percentage': Perceptions of justice in algorithmic decisions</article-title>
          ,
          <source>in: Proceedings of the 2018 CHI Conference on Human Factors in Computing Systems, CHI '18</source>
          ,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA,
          <year>2018</year>
          , p.
          <fpage>1</fpage>
          -
          <lpage>14</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>B.</given-names>
            <surname>Smyth</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Keane</surname>
          </string-name>
          ,
          <article-title>Remembering to forget: A competence-preserving case deletion policy for case-based reasoning systems</article-title>
          ,
          <source>in: Proceedings of the Thirteenth International Joint Conference on Artificial Intelligence</source>
          , Morgan Kaufmann, San Mateo,
          <year>1995</year>
          , pp.
          <fpage>377</fpage>
          -
          <lpage>382</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>D.</given-names>
            <surname>Leake</surname>
          </string-name>
          , D. Wilson,
          <article-title>When experience is wrong: Examining CBR for changing tasks and environments</article-title>
          ,
          <source>in: Proceedings of the Third International Conference on Case-Based Reasoning</source>
          , Springer Verlag, Berlin,
          <year>1999</year>
          , pp.
          <fpage>218</fpage>
          -
          <lpage>232</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>H.</given-names>
            <surname>Montenegro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Silva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gaudio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Fredrikson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Smailagic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. S.</given-names>
            <surname>Cardoso</surname>
          </string-name>
          ,
          <article-title>Privacypreserving case-based explanations: Enabling visual interpretability by protecting privacy</article-title>
          ,
          <source>IEEE Access 10</source>
          (
          <year>2022</year>
          )
          <fpage>28333</fpage>
          -
          <lpage>28347</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>D.</given-names>
            <surname>Leake</surname>
          </string-name>
          ,
          <article-title>Goal-based explanation evaluation</article-title>
          ,
          <source>Cognitive Science 15</source>
          (
          <year>1991</year>
          )
          <fpage>509</fpage>
          -
          <lpage>545</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>