<!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>Argumentative Dialogue As Basis For Human-AI Collaboration</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Alexander Berman</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Dept. of Philosophy, Linguistics and Theory of Science, University of Gothenburg</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>Argumentation, by which we here mean the ability to give reasons or arguments for a claim, plays a central role in society generally and in collaborative decision-making specifically. However, the role of argumentation in human-AI collaboration and AI-assisted decision-making has received limited attention, despite the widespread interest in “explainable” AI. This paper aims to bridge this gap. First, it is shown that many kinds of AI models are not argumentative in the sense that they do not enable human-AI interfaces to provide reasons or arguments for AI predictions. Second, it is shown that some interpretable AI models encode a knowledge structure that can be harvested for the purpose of supporting argumentative human-AI interaction. Third, a method for extracting such structures from an interpretable model is outlined. Finally, a prototype supporting argumentative dialogue between AI and human user is presented.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;human-AI collaboration</kwd>
        <kwd>hybrid human-AI intelligence</kwd>
        <kwd>conversational explainability</kwd>
        <kwd>argumentation theory</kwd>
        <kwd>explainable AI</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Argumentation plays a crucial role in society generally and in collaborative decision-making
more specificially [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. By requesting and providing support for claims, we justify our beliefs and
actions, and evaluate claims made by others. In the context of artificial intelligence (AI) based
on machine learning (ML), it is natural to treat predictions made by AI systems as claims. For
example, if a statistical model predicts that a certain individual is introverted, we can intuitively
understand this prediction as a claim. It is then natural to also ask whether the model can provide
arguments for its claim? In current discourses revolving around AI, this question is typically
approached as a matter of explainability or interpretability (see e.g. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]). A distinction is often
made between black-box models whose predictions and inner workings can only be explained by
means of inherently unreliable explanation methods [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], and interpretable models whose logic
can in principle be understood by humans [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. However, from the perspective of human-AI
collaboration, the notions of explainability and interpretability are not necessarily crucial in and
of themselves. In this paper, we instead hypothesize that human-AI collaboration yield more
value when the AI systems can engage in argumentation. The main aims of the paper are to
briefly discuss the conditions that support argumentative dialogue between a machine learning
model and human, and to demonstrate how such a capacity can be conceived theoretically and
implemented technically.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Theoretical Framework</title>
      <p>
        The present work applies Toulmin’s [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] theory of argumentation to ML-based AI.1 According to
this theory, argumentation is an interactive process through which presented claims are challenged
and backed. Specifically, a claim (e.g. that Sam is introverted) can be backed with data (e.g.
that Sam doesn’t like danceable music). Data support claims by highlighting specific facts or
circumstances. Furthermore, the backing of claims by data (often implicitly) rests on warrants
(e.g. that people that like non-danceable music are generally introverted). While claims and data
are specific, warrants are general; their argumentative function is to bridge data and claims by
means of e.g. taxonomy (that instances of one category are always instances of another category)
or statistics (that instances of one category also tend to be instances of another category). Warrants
support conclusions with varying degrees of force, signalled linguistically with a qualifier (e.g.,
statistically, people that like non-danceable music are more introverted, and Sam doesn’t like
danceable music; so, presumably Sam is introverted).
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Argumentation Afordances</title>
      <p>
        The extent to which ML-based AI systems support argumentation differs across different kinds
of ML models. Although a comprehensive assessment of this matter is beyond the scope of this
paper, some brief remarks can be made. First, it can be noted that black-box models such as
deep neural networks and random forests do not afford argumentation in any obvious manner.
While claims (e.g. classifiying a person as introverted) can straightforwardly be qualified in
terms of confidence (e.g. that the prediction is associated with a probability of 67%), data and
warrants cannot readily be identified due to the complex inner workings of these models. To
some extent, feature-importance based explanation methods such as LIME [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] and SHAP [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]
can be conceived to identify data, since they highlight the features that were the most important
for a particular prediction. For example, if a neural network predicts that a person is introverted
based on the person’s music preferences (measured as numerical values for features such as
danceability and loudness), LIME may highlight danceability as the most important feature for
the prediction at hand. From this information, one can construct the datum “On a scale from 0 to
1, Sam’s preference for danceable music is 0.34” as a claim-backing datum. But what kind of
warrant supports the conclusion from datum to claim? Has the model learned that people with
a preference for danceable music of exactly 0.34 are generally introverted? Or has it learned
something more general, e.g. that introverts prefer music with a danceability value below a
certain threshold? These questions cannot be answered by methods such as LIME or SHAP. In
reality, a black box may combine preference for danceable music with preference for loud music
and other feature values in non-linear and complicated ways that may be difficult or impossible
to express in words. In argumentative terms, no warrant can be generated.
      </p>
      <sec id="sec-3-1">
        <title>1For alternative theories of argumentation, see e.g. [6].</title>
        <p>For a more interpretable option, we can consider linear additive models such as logistic
regression. In contrast to black boxes, these models force features to affect output independently
of each other, without any interactions.2 Furthermore, features affect output monotonically; for
example, a stronger preference for danceable music always increases the predicted probability
that the person is extraverted. Due to these formal properties, warrants such as “statistically,
people that like danceable music are more extraverted” will faithfully reflect the actual knowledge
learned by the model. Below, we will formally show how to extract data and warrants for claims
obtained from linear additive models.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Extracting Arguments From Linear Additive Models</title>
      <p>We assume a linear additive model on the form
m
yˆ = β0 + ∑ βiXi
i=1
where β0 is the intercept/bias, βi are the coefficients (both of which are learned when fitting the
model to training data), X is the instance (feature values), i denotes feature (e.g. 1 for energy,
2 for danceability, etc.), and yˆ is the output (predicted value). We also assume that output and
features are standardized continuous variables so that 0 corresponds to mean. Sticking to the
example domain above, we say that if the prediction is positive (yˆ &gt; 0), it is claimed that the
person described by X is extraverted, or else introverted. Data supporting a positive claim can
then be extracted by listing features with a positive value and a positive coefficient, and features
with a negative value and a negative coefficient, since in both of these cases the feature contributes
to a positive prediction. Conversely, a negative claim is supported by features with a positive
value and a negative coefcfiient, and features with a negative value and a positive coefficient. A
datum can be conveyed linguistically with reference to the feature and its polarity; for example,
X2 &gt; 0 can be expressed as “The person likes danceable music”.</p>
      <p>As warrants, we construct support-relations between the polarity of a coefficient (e.g. β2 &lt; 0)
and the polarity of the prediction (e.g. yˆ &lt; 0). This can be expressed linguistically as “Statistically,
people that like non-danceable music are more likely to be introverted”. The force of each
combination of datum and warrant can be defined as the magnitude of the respective addend
(|βiXi|). In what follows, we will see how this extraction procedure can form the basis for an
argumentative AI communicator.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Prototype</title>
      <p>We briefly describe MindTone3, a browser-based game featuring argumentative communication
between AI and human. The task of the game is to estimate whether persons are extraverted or
introverted based on their music preferences. In each round of the game, the player is shown
specific tracks that a person has listened to frequently as well as audio statistics of music heard
2We here disregard the possibility to use combinations of variables as features.</p>
      <p>
        3Live demo: https://github.com/alex-berman/argumentative-explainability
by the person, such as loudness and energy (see figure 1). The player is assisted by a chatbot
that predicts whether the person is extraverted or introverted using a logistic regression model
trained on audio features and personality traits [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. The dialogue manager is implemented in a
rule-based information-state update approach [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] inspired by conversation-oriented semantics
[
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Specifically, when a session starts, the system makes a claim, e.g. “I think this person is
introverted” or “If I had to guess, I’d say that this person is extraverted” (where the qualification
reflects the model’s confidence). When the user challenges a claim, the system backs it up with
its strongest datum, e.g. “The person likes high-energy music.” When the user indicates not
understanding how a datum supports a claim, the system provides a warrant, e.g. “Statistically,
people that like high-energy music are more likely to be introverted”. Importantly, such warrants
faithfully reflect the actual reasoning process of the model and are not post-hoc approximations.
The communicative capabilities are examplified by the following dialogue between user (U) and
assistant (A):
A:
U:
A:
U:
A:
U:
A:
U:
A:
      </p>
      <sec id="sec-5-1">
        <title>I think this person is introverted. Why? The person likes high-energy music. I don’t understand</title>
        <p>Statistically, people that like high-energy music are more likely to be introverted.
OK, I see. Why do you think this person likes music with high energy?
Music heard by the person has a higher average score for energy than music in
general.</p>
        <p>OK, and does the fact that the person likes non-danceable music support the
assessment that the person is introverted?</p>
        <p>Yes.</p>
        <p>
          For natural-language understanding, the system uses GPT-4 [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] to parse user utterances into a
formal language for dialogue moves, while templates are used for natural-language generation.
Note that while the prototype supports a particular domain (estimation of personality trait from
music preferences), both the method for extracting argument structure and the dialogue system
are domain-independent and can therefore be applied to any domain of choice.
        </p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. Related Work</title>
      <p>
        The present work can be situated in the context of “conversational explainable AI”, i.e.
formalization, implementation and evaluation of systems that can explain AI predictions in a
natural-language dialogue between system and human (see e.g. [
        <xref ref-type="bibr" rid="ref13 ref14 ref15 ref16 ref17 ref18 ref19">13, 14, 15, 16, 17, 18, 19</xref>
        ]).
Typically, previous approaches do not support argumentation of the kind discussed here. For
example, the system TalkToModel [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] uses explanation methods such as LIME and SHAP to
explain specific predictions by listing features deemed important; for the current domain, it would
amount to a phrase such as “the top 2 most important features are (1) energy (2) danceability”. It
can be noted that such an explanation provides neither data (whether the person likes how- or
low-energy music, etc.) or warrants (how preferences for different aspects of music correlate with
extraversion).
This person has listened to...
      </p>
      <p>The B Foundation
Dirty Girls
Lower Definition
To Satellite
The B Foundation
Bloo Bucket
The B Foundation
Your Eyes (Realggae)
The B Foundation
Be Alright
...and more generally:</p>
      <p>minor mode
music without spoken words
sad/depressed/angry music</p>
      <p>silent music
non-live music
non-instrumental music</p>
      <p>low-energy music
non-danceable music
non-acoustic music
&gt;10 times
&gt;10 times
&gt;10 times
&gt;10 times
&gt;10 times
major mode
music with spoken words
happy/cheerful/euphoric music
loud music
live music
instrumental music
high-energy music
danceable music
acoustic music
09:12
Assistant
I think this person is introverted.</p>
      <p>You</p>
      <p>OK, why?
Assistant
The person likes high-energy music.</p>
      <p>You</p>
      <p>Hmm I don't understand
Assistant
Statistically, people that like high-energy
music are more likely to be introverted.</p>
      <p>Assessment</p>
      <p>Introverted
Extraverted</p>
      <p>Next person
The bars show properties of the music that the person has listened to, compared to
the population at large (dotted blue lines).</p>
      <p>
        As for dialogue systems with argumentative capabilities, Breitholtz [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] presented a formal
account of how claims can be motivated with enthymemes, which, in Tolmin’s framework,
corresponds to backing claims with data; Maraev et al. [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] later implemented a working
prototype on this basis. In contrast to previous work, the approach presented in this paper enables
arguments for ML predictions, in the form of both data and warrants, to be communicated by the
system.
      </p>
    </sec>
    <sec id="sec-7">
      <title>7. Discussion and Future Work</title>
      <p>
        We have argued that black-box AI systems cannot generate warrants to support their predictions,
even in tandem with popular explainability methods such as LIME or SHAP. However, a human
user may still identify or produce a warrant to fill the gap. In fact, implicit premises are ubiquitous
in human communication and rarely need to be made explicit.4 Someone says “It’s cold in here so
let’s close the window” and you immediately understand the warrant: closing the window is likely
to increase the indoor temperature (assuming that it’s colder outside than inside). Since the listener
can identify a warrant that makes the speaker’s utterance comprehensible, no warrant needs to be
verbalized. From this perspective, a lack of warrant-production in human-AI collaboration does
not necessarily need to be a problem. But if the purpose of the AI is to enable improved human
decision-making [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ], one cannot assume that an AI always “reasons” in similar ways as humans.
Arguably, potential differences in reasoning between AI and human is precisely the reason why
explanations and arguments are needed.
      </p>
      <p>
        As shown in previous sections, at least some interpretable models afford argumentation.
However, to our best knowledge there is no empirical data that supports the hypothesis that
argumentation of the kind discussed here benefits human-AI collaboration. (A survey study found
that decision-makers prefer interactive explanations in the form of natural language dialogue
[
        <xref ref-type="bibr" rid="ref25">25</xref>
        ], but did not specifically investigate argumentation.) In fact, previous work suggests that
explanations can cause human over-reliance on AI [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ] or have no effect on accuracy [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ].
However, as far as we can tell, previously evaluated human-AI interactions have not involved
argumentative AI systems. We propose two mechanisms through which argumentation might
benefit hybrid human-machine decision-making. First, warrants may enable users to assess
whether claims are supported by reasonable generalizations. If the system argues that liking
music with high energy makes it more likely that one is introverted, and the user finds this
correlation generally questionable, then the user can take this into account when assessing the
reliablity of the claim that the generalization is intended to support. Second, warrants can
potentially make it easier to combine an AI’s assessment with the user’s own judgement about
the case at hand. If the system supports its claim with a statistical generalization, the user can
assess to what extent the generalization seems relevant for the case at hand. Sure, you may reason,
people that like music with high energy may be more introverted in general, but in this case you
know exactly what kind of high-energy music the person listens to, and you don’t associate this
music with introversion. To the extent that users successfully assess the relevance of the system’s
generalizations, decision-making accuracy can be improved compared to a scenario without
argumentation. In future work, it would be useful to empirically study how an argumentative AI
communicator affects human decision patterns in comparison with a non-argumentative interface,
and thereby generate data to either support or contradict our claim that argumentation is crucial
not only in human communication, but also in communication between humans and AI.
      </p>
      <p>
        4This phenomenon has previously been discussed in terms of e.g. conversational implicature [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ], presuppositions
[
        <xref ref-type="bibr" rid="ref22">22</xref>
        ], and enthymemes [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ].
      </p>
    </sec>
    <sec id="sec-8">
      <title>Acknowledgments</title>
      <p>This work was supported by the Swedish Research Council (VR) grant 2014-39 for the
establishment of the Centre for Linguistic Theory and Studies in Probability (CLASP) at the University of
Gothenburg.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Mercier</surname>
            <given-names>H</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sperber</surname>
            <given-names>D.</given-names>
          </string-name>
          <article-title>The enigma of reason</article-title>
          . Harvard University Press;
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Barredo</given-names>
            <surname>Arrieta</surname>
          </string-name>
          <string-name>
            <given-names>A</given-names>
            ,
            <surname>Díaz-Rodríguez</surname>
          </string-name>
          <string-name>
            <given-names>N</given-names>
            ,
            <surname>Del Ser</surname>
          </string-name>
          <string-name>
            <given-names>J</given-names>
            ,
            <surname>Bennetot</surname>
          </string-name>
          <string-name>
            <given-names>A</given-names>
            ,
            <surname>Tabik</surname>
          </string-name>
          <string-name>
            <given-names>S</given-names>
            ,
            <surname>Barbado</surname>
          </string-name>
          <string-name>
            <surname>A</surname>
          </string-name>
          , et al.
          <article-title>Explainable Artificial Intelligence (XAI): Concepts, taxonomies, opportunities and challenges toward responsible AI</article-title>
          .
          <source>Information Fusion</source>
          .
          <year>2020</year>
          ;
          <volume>58</volume>
          :
          <fpage>82</fpage>
          -
          <lpage>115</lpage>
          . Available from: https://www.sciencedirect.com/science/article/pii/S1566253519308103.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Amparore</surname>
            <given-names>E</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perotti</surname>
            <given-names>A</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bajardi</surname>
            <given-names>P</given-names>
          </string-name>
          .
          <article-title>To trust or not to trust an explanation: using LEAF to evaluate local linear XAI methods</article-title>
          .
          <source>PeerJ Computer Science</source>
          .
          <year>2021</year>
          ;
          <volume>7</volume>
          :
          <fpage>e479</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Rudin</surname>
            <given-names>C</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            <given-names>C</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            <given-names>Z</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huang</surname>
            <given-names>H</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Semenova</surname>
            <given-names>L</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhong</surname>
            <given-names>C.</given-names>
          </string-name>
          <article-title>Interpretable machine learning: Fundamental principles and 10 grand challenges</article-title>
          .
          <source>Statistic Surveys</source>
          .
          <year>2022</year>
          ;
          <volume>16</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>85</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Toulmin</surname>
            <given-names>SE.</given-names>
          </string-name>
          <article-title>The uses of argument</article-title>
          . Cambridge university press;
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Van</given-names>
            <surname>Eemeren</surname>
          </string-name>
          <string-name>
            <given-names>FH</given-names>
            ,
            <surname>Grootendorst</surname>
          </string-name>
          <string-name>
            <given-names>R</given-names>
            ,
            <surname>Johnson</surname>
          </string-name>
          <string-name>
            <given-names>RH</given-names>
            ,
            <surname>Plantin</surname>
          </string-name>
          <string-name>
            <surname>C</surname>
          </string-name>
          , Willard CA.
          <article-title>Fundamentals of argumentation theory: A handbook of historical backgrounds and contemporary developments</article-title>
          . Routledge;
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Ribeiro</surname>
            <given-names>MT</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Singh</surname>
            <given-names>S</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guestrin</surname>
            <given-names>C.</given-names>
          </string-name>
          "
          <string-name>
            <surname>Why Should I Trust You</surname>
          </string-name>
          <article-title>?": Explaining the Predictions of Any Classifier</article-title>
          .
          <source>In: Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining; 2016</source>
          . p.
          <fpage>1135</fpage>
          -
          <lpage>44</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Lundberg</surname>
            <given-names>SM</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            <given-names>SI</given-names>
          </string-name>
          .
          <article-title>A unified approach to interpreting model predictions</article-title>
          .
          <source>In: Proceedings of the 31st International Conference on Neural Information Processing Systems</source>
          . NIPS'
          <volume>17</volume>
          .
          <string-name>
            <surname>Red</surname>
            <given-names>Hook</given-names>
          </string-name>
          ,
          <string-name>
            <surname>NY</surname>
          </string-name>
          , USA: Curran Associates Inc.;
          <year>2017</year>
          . p.
          <fpage>4768</fpage>
          -
          <lpage>4777</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Melchiorre</surname>
            <given-names>AB</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schedl</surname>
            <given-names>M. Personality</given-names>
          </string-name>
          <article-title>Correlates of Music Audio Preferences for Modelling Music Listeners</article-title>
          .
          <source>In: Proceedings of the 28th ACM Conference on User Modeling, Adaptation and Personalization</source>
          . New York, NY, USA: Association for Computing Machinery;
          <year>2020</year>
          . p.
          <fpage>313</fpage>
          -
          <lpage>317</lpage>
          . Available from: https://doi-org.
          <source>ezproxy.ub.gu.se/10</source>
          .1145/3340631.3394874.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Larsson</surname>
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Issue-Based Dialogue Management</surname>
          </string-name>
          .
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Ginzburg</surname>
            <given-names>J.</given-names>
          </string-name>
          <article-title>The interactive stance: Meaning for conversation</article-title>
          . Oxford University Press;
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>OpenAI</surname>
          </string-name>
          ,
          <string-name>
            <surname>Achiam</surname>
            <given-names>J</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Adler</surname>
            <given-names>S</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Agarwal</surname>
            <given-names>S</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ahmad</surname>
            <given-names>L</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Akkaya</surname>
            <given-names>I</given-names>
          </string-name>
          , et al..
          <source>GPT-4 Technical Report</source>
          ;
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Wijekoon</surname>
            <given-names>A</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wiratunga</surname>
            <given-names>N</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Palihawadana</surname>
            <given-names>C</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nkisi-Orji</surname>
            <given-names>I</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corsar</surname>
            <given-names>D</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Martin</surname>
            <given-names>K.</given-names>
          </string-name>
          <article-title>iSee: Intelligent Sharing of Explanation Experience by Users for Users</article-title>
          .
          <source>In: Companion Proceedings of the 28th International Conference on Intelligent User Interfaces</source>
          .
          <source>IUI '23 Companion</source>
          . New York, NY, USA: Association for Computing Machinery;
          <year>2023</year>
          . p.
          <fpage>79</fpage>
          -
          <lpage>82</lpage>
          . Available from: https://doi.org/10.1145/3581754.3584137.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Sokol</surname>
            <given-names>K</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Flach</surname>
            <given-names>PA</given-names>
          </string-name>
          .
          <article-title>Glass-Box: Explaining AI Decisions With Counterfactual Statements Through Conversation With a Voice-enabled Virtual Assistant</article-title>
          . In: IJCAI;
          <year>2018</year>
          . p.
          <fpage>5868</fpage>
          -
          <lpage>70</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Berman</surname>
            <given-names>A</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Breitholtz</surname>
            <given-names>E</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Howes</surname>
            <given-names>C</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bernardy</surname>
            <given-names>JP</given-names>
          </string-name>
          .
          <article-title>Explaining predictions with enthymematic counterfactuals</article-title>
          .
          <source>In: Proceedings of the 1st Workshop on Bias</source>
          ,
          <string-name>
            <surname>Ethical</surname>
            <given-names>AI</given-names>
          </string-name>
          ,
          <article-title>Explainability and the role of Logic and Logic Programming, BEWARE</article-title>
          . vol.
          <volume>22</volume>
          ;
          <year>2022</year>
          . p.
          <fpage>95</fpage>
          -
          <lpage>100</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Werner</surname>
            <given-names>C.</given-names>
          </string-name>
          <article-title>Explainable AI through Rule-based Interactive Conversation</article-title>
          .
          <source>In: Workshop Proceedings of the EDBT/ICDT 2020 Joint Conference (March 30-April 2</source>
          ,
          <year>2020</year>
          , Copenhagen, Denmark);
          <year>2020</year>
          . .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Kuz´ba</surname>
            <given-names>M</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Biecek P. What Would</surname>
          </string-name>
          <article-title>You Ask the Machine Learning Model? Identification of User Needs for Model Explanations Based on Human-Model Conversations</article-title>
          . In:
          <string-name>
            <surname>Koprinska</surname>
            <given-names>I</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kamp</surname>
            <given-names>M</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Appice</surname>
            <given-names>A</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Loglisci</surname>
            <given-names>C</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Antonie</surname>
            <given-names>L</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zimmermann</surname>
            <given-names>A</given-names>
          </string-name>
          , et al., editors.
          <source>ECML PKDD</source>
          <year>2020</year>
          <article-title>Workshops</article-title>
          . Cham: Springer International Publishing;
          <year>2020</year>
          . p.
          <fpage>447</fpage>
          -
          <lpage>59</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Slack</surname>
            <given-names>D</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krishna</surname>
            <given-names>S</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lakkaraju</surname>
            <given-names>H</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Singh</surname>
            <given-names>S.</given-names>
          </string-name>
          <article-title>Explaining machine learning models with interactive natural language conversations using TalkToModel</article-title>
          .
          <source>Nature Machine Intelligence</source>
          .
          <year>2023</year>
          ;
          <volume>5</volume>
          (
          <issue>8</issue>
          ):
          <fpage>873</fpage>
          -
          <lpage>83</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Feldhus</surname>
            <given-names>N</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ravichandran</surname>
            <given-names>AM</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Möller</surname>
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Mediators: Conversational Agents Explaining NLP Model Behavior</surname>
          </string-name>
          ;
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Maraev</surname>
            <given-names>V</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Breitholtz</surname>
            <given-names>E</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Howes</surname>
            <given-names>C</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bernardy</surname>
            <given-names>JP</given-names>
          </string-name>
          .
          <article-title>Why should I turn left? Towards active explainability for spoken dialogue systems</article-title>
          .
          <source>In: Proceedings of the Reasoning and Interaction Conference (ReInAct</source>
          <year>2021</year>
          );
          <year>2021</year>
          . p.
          <fpage>58</fpage>
          -
          <lpage>64</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Grice</surname>
            <given-names>HP</given-names>
          </string-name>
          .
          <article-title>Logic and conversation</article-title>
          . In:
          <article-title>Speech acts</article-title>
          . Brill;
          <year>1975</year>
          . p.
          <fpage>41</fpage>
          -
          <lpage>58</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Lewis</surname>
            <given-names>D.</given-names>
          </string-name>
          <article-title>Scorekeeping in a language game</article-title>
          .
          <source>Journal of philosophical logic</source>
          .
          <year>1979</year>
          ;
          <volume>8</volume>
          :
          <fpage>339</fpage>
          -
          <lpage>59</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Breitholtz</surname>
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Enthymemes</surname>
          </string-name>
          and
          <article-title>Topoi in Dialogue: The Use of Common Sense Reasoning in Conversation</article-title>
          . Leiden, The Netherlands: Brill;
          <year>2020</year>
          . Available from: https://brill.com/ view/title/58383.
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <surname>Kamar</surname>
            <given-names>E.</given-names>
          </string-name>
          <article-title>Directions in hybrid intelligence: complementing AI systems with human intelligence</article-title>
          .
          <source>In: Proceedings of the Twenty-Fifth International Joint Conference on Artificial Intelligence; 2016</source>
          . p.
          <fpage>4070</fpage>
          -
          <lpage>3</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <surname>Lakkaraju</surname>
            <given-names>H</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Slack</surname>
            <given-names>D</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            <given-names>Y</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tan</surname>
            <given-names>C</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Singh S</surname>
          </string-name>
          .
          <article-title>Rethinking explainability as a dialogue: A practitioner's perspective</article-title>
          .
          <source>arXiv preprint arXiv:220201875</source>
          .
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <surname>Vasconcelos</surname>
            <given-names>H</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jörke</surname>
            <given-names>M</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grunde-McLaughlin</surname>
            <given-names>M</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krishna</surname>
            <given-names>R</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gerstenberg</surname>
            <given-names>T</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bernstein</surname>
            <given-names>MS</given-names>
          </string-name>
          .
          <article-title>When do XAI methods work? A cost-benefit approach to human-AI collaboration</article-title>
          . In: CHI Workshop on Trust and Reliance in
          <string-name>
            <surname>AI-Human</surname>
            <given-names>Teams</given-names>
          </string-name>
          ;
          <year>2022</year>
          . p.
          <fpage>1</fpage>
          -
          <lpage>15</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <surname>Alufaisan</surname>
            <given-names>Y</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marusich</surname>
            <given-names>LR</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bakdash</surname>
            <given-names>JZ</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhou</surname>
            <given-names>Y</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kantarcioglu</surname>
            <given-names>M.</given-names>
          </string-name>
          <article-title>Does explainable artificial intelligence improve human decision-making?</article-title>
          <source>In: Proceedings of the AAAI Conference on Artificial Intelligence</source>
          . vol.
          <volume>35</volume>
          ;
          <year>2021</year>
          . p.
          <fpage>6618</fpage>
          -
          <lpage>26</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>