<!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>Towards Explainable, Compliant and Adaptive Human- Automation Interaction</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Barbara Gallina</string-name>
          <email>barbara.gallina@mdh.se</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Görkem Pacaci</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>David Johnson</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Steve McKeever</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Andreas Hamfelt</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Stefania Costantini</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Pierangelo Dell'Acqua</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gloria-Cerasela Crisan</string-name>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Linköping University</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Mälardalen University</institution>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>University of L'Aquila</institution>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Uppsala University</institution>
        </aff>
        <aff id="aff4">
          <label>4</label>
          <institution>Vasile Alecsandri University of Bacau</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>AI-based systems use trained machine learning models to make important decisions in critical contexts. The EU guidelines for trustworthy AI emphasise the respect for human autonomy, prevention of harm, fairness, and explicability. Many successful machine learning methods, however, deliver opaque models where the reasons for decisions remain unclear to the end user. Hence, accountability and trust are difficult to ascertain. In this position paper, we focus on AI systems that are expected to interact with humans and we propose our visionary architecture, called ECA-HAI (Explainable, Compliant and Adaptive Human-Automation Interaction)-RefArch. ECA-HAI-RefArch allows for building intelligent systems where humans and AIs form teams, able to learn from data but also to learn from each other by playing “serious games”, for a continuous improvement of the overall system. Finally, conclusions are drawn.</p>
      </abstract>
      <kwd-group>
        <kwd>Programme Synthesis</kwd>
        <kwd>Explainable AI</kwd>
        <kwd>Compliant AI</kwd>
        <kwd>Serious Games</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Artificial Intelligence (AI) is increasingly being used in applications that impact
society. To make important predictions/decisions in critical contexts, AI-based systems
make use of trained machine learning (ML) models, which may consist of (deep) neural
networks ((D)NN). For instance, an AI-based semi-autonomous-driving vehicle is
expected to evaluate and “co-manage” the risk together with the driver, while a fully
autonomous vehicle is even expected to self-manage the risk.</p>
      <p>
        The demand for trustworthiness is increasing from the various stakeholders of AI.
According to the guidelines proposed by the European Commission, trustworthy AI
means guaranteeing compliance, safety, security, reliability, adaptability,
explainability. This last guarantee, which sometimes is referred to as eXplainable AI
(XAI), has been identified as an utmost need for the adoption of ML methods in critical
contexts. The initially proposed monolithic end-to-end NN-based paradigm for
selfdriving vehicles, known as ALVINN [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], suffers from opacity. Subsequent proposals,
introduced modularity and limited the role of ML. The current state of the art envisioned
paradigm for self-driving vehicles, however, re-introduces an end-to-end NN-based
solution [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], that is now modular and expected to enable supervision so as to become
explainable. In general, beyond the automotive application of AI-based systems, many
successful machine learning methods, however, still deliver opaque models where the
reasons for decisions may remain inexplicable to the end user. This lack of transparency
ensures that responsibility for decision making cannot be corroborated. Either one
limits the computational reach of an AI artefact, or one significantly restricts the data
on which the artefact is built to ensure compliance, or one tries to understand it.
In this position paper, we propose a novel architecture, called ECA-HAI-RefArch, for
building intelligent systems where humans and AIs form teams, able to learn from data
but also to learn from each other by playing “serious games”, for a continuous
improvement of the overall system. ECA-HAI-RefArch integrates and extends
solutions for: explaining AI-based information systems, checking/arguing and
selfreflecting about compliance of the explained AI behaviour with the normative spaces
of pertinence as well as about the compliance of the interaction with the upcoming
normative spaces, gamifying the interaction between the intelligent artificial system
and the human intelligence.
      </p>
      <p>The rest of this paper is structured as follows. In Section 2, we provide essential
background information. In Section 3, we describe our architecture. In Section 4, we
discuss related work. Finally, in Section 5, we draw our conclusions.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Background</title>
      <p>In this section, we recall the background on which we build our proposed architecture.
2.1</p>
      <sec id="sec-2-1">
        <title>Rule Induction of CNP Explanations (RICE)</title>
        <p>
          The RICE method [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ] generates explainable models through a combination of
sensitivity analysis to extract input-output pairs that are critical to interpreting the black
box’s behaviour, followed by a program synthesis stage to generate an alternative
representation of how the black box functions. Unlike other established explanation
methods (such as LIME [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]), which provide localized explanations, RICE provides a
globally interpretable explanation. RICE has three phases: 1) the probing phase takes
the opaque model, the types of the inputs and outputs of the model, and generates a
dataset of critical example input/output pairs; 2) the synthesis phase deals with
searching the space of programmes to derive a mapping, namely a programme written
in CNP (COMBILOG with Named Projection[
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]), from the critical inputs to outputs.
Finally, 3) the interpretation phase ensures that the CNP programme can be translated
into human language or to other logic representations.
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>ACCEPT</title>
        <p>
          ACCEPT (Automated Compliance Checking of Engineering Process plans against
sTandards) [
          <xref ref-type="bibr" rid="ref5 ref6">5-6</xref>
          ] is a tool-supported method for modelling processes checkable for
compliance, i.e., processes elements enriched with compliance information through
annotations representing formalized standards requirements in FCL (Formal Contract
Logic) [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ]. FCL permits users to represent and reason about normative knowledge, i.e.,
the obligations and permissions can be defined and the compliance effects they produce
in the process plans can be formally verified.
2.3
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>MDSafeCer</title>
        <p>
          MDSafeCer (Model Driven Safety Certification) [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] is a model-driven tool-supported
method for semi-automatically generating process-based arguments from fallacy-free
process models. MDSafeCer generates structured arguments that link the evidence with
the claims about compliance with the normative space. The arguments are generated
once the absence of omission of key evidence is verified.
2.4
        </p>
      </sec>
      <sec id="sec-2-4">
        <title>Reflection</title>
        <p>
          Quoting Torresen et al [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]: “Self-aware and self-expressive computing describes an
emerging paradigm for systems and applications that proactively gather information;
maintain knowledge about their own internal states and environments; and then use this
knowledge to reason about behaviours, revise self-imposed goals, and self-adapt.
Systems that gather unpredictable input data while responding and self-adapting in
uncertain environments are transforming our relationship with and use of computers.”
This kind of advanced self-aware reflective systems can be realized by means of the
notion of Reflection Principle [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ], by which a designer can encode various forms of
uncertain or plausible reasoning, and sophisticated meta-constraints (either local or
global) over the system's functioning [
          <xref ref-type="bibr" rid="ref12 ref13">12-13</xref>
          ] aimed at run-time self-checking.
2.5
        </p>
      </sec>
      <sec id="sec-2-5">
        <title>Gamification</title>
        <p>
          Gamification is the use of game design elements in non-game contexts [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ]. It offers
new approaches to adult learning, as it uses intrinsic motivation for achieving
individual, team or social objectives [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]. Gamification could also be used for
controlling artificial hybrid systems, where computational intelligence is improved by
complementing it with human intelligence in an interactive ML approach [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ].
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>A Vision towards ECA-HAI</title>
      <p>In this section, we present our visionary architecture, called ECA-HAI RefArch, which
stands for Explainable, Compliant and Adaptive Human-Automation Interaction
Reference Architecture. ECA-HAI RefArch builds on top of the building blocks, which
were introduced in Section 2. More specifically, as depicted in Fig. 1, the ECA-HAI
RefArch consists of a two-layered architecture.</p>
      <p>
        The first layer comprises the components used at design time: 1) a component that
perfors the synthesis of an opaque neural network model (based on the RICE method);
2) a component that performs the interpretation of the Explained Neural Network
Model (based on the RICE method in conjunction with ACCEPT and MDSafeCer) and
presents the interpretation in terms of compliance results (the process-based
behavioural representation of the neural network model complies with e.g. the motor
vehicle safety act i.e., the neural network model must not lead to unreasonable risk of
death or injury; the neural network model must not lead to responsibility delegation
when inappropriate e.g. by delegating the responsibility to humans when humans
cannot control an hazardous event) and argumentation fragments (fragments of
justifications for the neural network model behaviour in relation to the stated goals).
This interpretation ensures that the opaque artefact is both legally and ethically sound.
The second layer comprises the components used at run-time: 1) a component that
transforms the model of neural network into a representation adequate for serious
games within a gamification environment (a virtual arena, where the interaction
between the human and the artificial intelligence can safely take place and be explored
without repercussions, by playing with ‘what if’ scenarios, by guiding the two learners
and by tracking their performance); 2) a component that is responsible for a twofold
functionality: the gamification of the interaction between the human (e.g., urban air
traffic controller, road vehicle driver, etc.) and the artificial intelligence (represented
by the neural network model) and the generation of a model describing the interaction
and result of the learning experience during the serious game; 3) a component that
(based on reflection/argumentation/quality evaluation) interprets the generated output
regarding the interaction and produces: a compliance report, an argument for the
assurance case to assure society regarding the harmless interaction, and a quality report
regarding the learning experience. The dynamics of the architecture is given in terms
of an activity-diagram-like style where the components are the activities.
To the best of our knowledge, no one has adequately studied human-automation
interaction trust or its potential to be increased by means of such a progressive
combination of approaches. Thus, we can claim that our proposed “serious games” go
beyond XAI and pioneer X/C H-AI I (eXplainable/Compliant Human-Artificial
Intelligence Interaction). With regards to ML trustworthiness and explainability, in [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]
the authors provide a comprehensive survey on the opportunities and challenges of
explanation extraction. Definitions of trustworthy AI, as elaborated in [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], rely on
explainability of the artefacts in use. There are mainly two approaches to explainability.
First is revealing the specific sections of a case that lead to a decision, as LIME does.
Second is the set of methods that produce a general description of the opaque AI artefact
[
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. With regards to argumentation about AI-based systems, proposals for arguing
about trustworthy ML have been proposed by various authors [
        <xref ref-type="bibr" rid="ref20 ref21">20-21</xref>
        ]. However, these
proposals lack a holistic perspective, limiting the focus on specific domains, or concern.
With regards to compliance checking in the context of AI-based systems, in [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]
authors discuss how the combination of mental attitudes and obligations can be framed
in Defeasible Logic and how this logic permits users to reason about norm-compliant
artificial intelligence. With regards to “serious games”, in [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ], authors propose a game
theoretic traffic model that can be used to test and compare various autonomous vehicle
decision and control systems and calibrate the parameters of an existing control system.
5
      </p>
    </sec>
    <sec id="sec-4">
      <title>Conclusion and future work</title>
      <p>
        In this paper, we have presented our vision for building intelligent systems where
humans and AIs form teams, able to learn from data but also to learn from each other
by playing “serious games”, for a continuous improvement of the overall system so that
subsequent refinements will yield a responsible AI. The dichotomy of mind/AI is
speculated in a way that provides reciprocal skill development and better understanding
of each other’s’ role and performance. Continuous training using different human
experts offers to our envisioned solution a potentially continuous upgrade and
adaptation to new events and scenarios (including edge cases). By exposing AI to more
and more human intelligence, the hybrid team will become more and more effective
(rationality-&amp;-creativity-based synergies could emerge and could be detected and used
to develop future normative spaces). As Marvin Minsky stated: “What magical trick
makes us intelligent? The trick is that there is no trick. The power of intelligence stems
from our vast diversity, not from any single, perfect principle.” [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]. As future work,
we intend to make our vision concrete.
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Pomerleau</surname>
            <given-names>D. A.</given-names>
          </string-name>
          ,
          <source>ALVINN: An Autonomous Land Vehicle in a Neural Network. Advances in neural information processing systems</source>
          . Morgan Kaufmann, pp.
          <fpage>305</fpage>
          -
          <lpage>313</lpage>
          , (
          <year>1989</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Luo</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Urtasun</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Fast</surname>
          </string-name>
          and
          <article-title>Furious: Real Time End-to-End 3D Detection, Tracking and Motion Forecasting with a Single Convolutional Net</article-title>
          . IEEE/CVF Conference on Computer Vision and Pattern Recognition, Salt Lake City, UT, pp.
          <fpage>3569</fpage>
          -
          <lpage>3577</lpage>
          , (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Paçacı</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Johnson</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McKeever</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hamfelt</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>“Why Did You Do That?” Explaining black box models with Inductive Synthesis</article-title>
          .
          <source>Computational Science-ICCS. LNCS</source>
          , vol.
          <volume>11536</volume>
          , pp.
          <fpage>334</fpage>
          -
          <lpage>345</lpage>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Paçacı</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McKeever</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hamfelt</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Compositional Relational Programming with Name Projection</article-title>
          and
          <string-name>
            <given-names>Compositional</given-names>
            <surname>Synthesis</surname>
          </string-name>
          .
          <source>Perspectives of System Informatics. LNCS</source>
          , vol.
          <volume>11964</volume>
          , pp.
          <fpage>306</fpage>
          -
          <lpage>321</lpage>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Castellanos</given-names>
            <surname>Ardila</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            ,
            <surname>Gallina</surname>
          </string-name>
          ,
          <string-name>
            <surname>B.</surname>
          </string-name>
          :
          <article-title>Separation of Concerns in Process Compliance Checking: Divide-and-</article-title>
          <string-name>
            <surname>Conquer</surname>
          </string-name>
          .
          <source>27th European &amp; Asian System, Software &amp; Service Process Improvement &amp; Innovation</source>
          . pp.
          <fpage>1</fpage>
          -
          <lpage>12</lpage>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Castellanos</given-names>
            <surname>Ardila</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            ,
            <surname>Gallina</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Ul Muram</surname>
          </string-name>
          ,
          <string-name>
            <surname>F.</surname>
          </string-name>
          :
          <article-title>Enabling Compliance Checking against Safety Standards from SPEM 2.0 Process Models</article-title>
          .
          <source>Euromicro Conference on Software Engineering and Advanced Applications</source>
          . pp.
          <fpage>45</fpage>
          -
          <lpage>49</lpage>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Governatori</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Representing Business Contracts in RuleML</article-title>
          .
          <source>International Journal of Cooperative Information Systems</source>
          . pp.
          <fpage>181</fpage>
          -
          <lpage>216</lpage>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Gallina</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <article-title>A Model-driven Safety Certification Method for Process Compliance</article-title>
          . 2nd International Workshop on Assurance Cases for
          <article-title>Software-intensive Systems (ASSURE), Naples, Italy</article-title>
          . IEEE, pp.
          <fpage>204</fpage>
          -
          <lpage>209</lpage>
          , (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Ul</given-names>
            <surname>Muram</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Gallina</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Gomez</surname>
          </string-name>
          <string-name>
            <surname>Rodriguez</surname>
          </string-name>
          ,
          <string-name>
            <surname>L.</surname>
          </string-name>
          :
          <article-title>Preventing Omission of Key Evidence Fallacy in Process-based Argumentations</article-title>
          .
          <source>11th International Conference on the Quality of Information and Communications Technology (QUATIC)</source>
          , IEEE, Coimbra, Portugal, September, (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Torresen</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Plessl</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Yao</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          <article-title>Self-Aware and Self-Expressive Systems</article-title>
          . Computer, vol.
          <volume>48</volume>
          , no.
          <issue>07</issue>
          , pp.
          <fpage>18</fpage>
          -
          <lpage>20</lpage>
          , (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Barklund</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Costantini</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dell'Acqua</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lanzarone</surname>
            ,
            <given-names>G.A.</given-names>
          </string-name>
          :
          <article-title>Reflection Principles in Computational Logic</article-title>
          .
          <source>Journal of Logic and Computation</source>
          , vol.
          <volume>10</volume>
          , pp
          <fpage>743</fpage>
          -
          <lpage>786</lpage>
          , (
          <year>2000</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Costantini</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Formisano</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Adding Metalogic Features to Knowledge Representation Languages</article-title>
          .
          <source>Fundamenta Informaticae</source>
          , to appear, (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Costantini</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Ensuring Trustworthy and Ethical Behavior in Intelligent Logical Agents</article-title>
          .
          <source>35th Italian Conference on Computational Logic</source>
          , to appear (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Deterding</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dixon</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Khaled</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Nacke</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>From game design elements to gamefulness: Defining “gamification”</article-title>
          .
          <source>15th International Academic MindTrek Conference: Envisioning Future Media Environments</source>
          , pp.
          <fpage>9</fpage>
          -
          <lpage>15</lpage>
          , New York, NY, USA,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          , (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15] Mitchell,
          <string-name>
            <given-names>R</given-names>
            ; Schuster L;
            <surname>Jin</surname>
          </string-name>
          <string-name>
            <surname>H.S.</surname>
          </string-name>
          :
          <article-title>Gamification and the impact of extrinsic motivation on needs satisfaction: Making work fun</article-title>
          ?
          <source>Journal of Business Research</source>
          , vol.
          <volume>106</volume>
          , pp.
          <fpage>323</fpage>
          -
          <lpage>330</lpage>
          , (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Holzinger</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Plass</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kickmeier-Rust</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Holzinger</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Crişan</surname>
            ,
            <given-names>G.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pintea</surname>
            ,
            <given-names>C.M.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Palade</surname>
            ,
            <given-names>V.:</given-names>
          </string-name>
          <article-title>Interactive machine learning: experimental evidence for the human in the algorithmic loop</article-title>
          .
          <source>Applied Intelligence</source>
          , vol.
          <volume>49</volume>
          , pp.
          <fpage>2401</fpage>
          -
          <lpage>2414</lpage>
          , (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Barredo-Arrieta</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Díaz-Rodríguez</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Del Ser</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bennetot</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tabik</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barbado</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>García</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gil-López</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Molina</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Benjamins</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Chatila</surname>
          </string-name>
          , R.:
          <article-title>Explainable Artificial Intelligence (XAI): Concepts, taxonomies, opportunities and challenges toward responsible AI</article-title>
          .
          <source>Information Fusion</source>
          , vol.
          <volume>58</volume>
          , pp.
          <fpage>82</fpage>
          -
          <lpage>115</lpage>
          , (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Ribeiro</surname>
            ,
            <given-names>M. T.</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>
          :
          <article-title>“Why should I trust you?” Explaining the predictions of any classifier</article-title>
          .
          <source>22nd ACM International Conference on Knowledge Discovery and Data Mining (SIGKDD)</source>
          , pp.
          <fpage>1135</fpage>
          -
          <lpage>1144</lpage>
          , (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Biran</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cotton</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Explanation and justification in machine learning: A survey</article-title>
          .
          <source>IJCAI17 Workshop on eXplainable AI (XAI)</source>
          , vol.
          <volume>8</volume>
          , no.
          <issue>1</issue>
          , pp.
          <fpage>8</fpage>
          -
          <lpage>13</lpage>
          , (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Burton</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gauerhof</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Heinzemann</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Making the case for safety of machine learning in highly automated driving</article-title>
          .
          <source>Computer Safety</source>
          , Reliability, and Security, LNCS, vol.
          <volume>10489</volume>
          , pp.
          <fpage>5</fpage>
          -
          <lpage>16</lpage>
          , (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Bloomfield</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Khlaaf</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ryan</surname>
            <given-names>Conmy</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Fletcher</surname>
          </string-name>
          , G.:
          <article-title>Disruptive Innovations and Disruptive Assurance: Assuring Machine Learning and Autonomy</article-title>
          .
          <source>Computer</source>
          , vol.
          <volume>52</volume>
          , no.
          <issue>9</issue>
          , pp.
          <fpage>82</fpage>
          -
          <lpage>89</lpage>
          , (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Governatori</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rotolo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <article-title>BIO logical agents: Norms, beliefs, intentions in defeasible logic</article-title>
          .
          <source>Autonomous Agents Multi-Agent Systems</source>
          , vol.
          <volume>17</volume>
          , no.
          <issue>1</issue>
          , pp.
          <fpage>36</fpage>
          -
          <lpage>69</lpage>
          ,
          <year>August</year>
          , (
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oyler</surname>
            ,
            <given-names>D. W.</given-names>
          </string-name>
          , Zhang,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Yildiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Kolmanovsky</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            , and
            <surname>Girard</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. R.</surname>
          </string-name>
          :
          <article-title>Game Theoretic Modeling of Driver and Vehicle Interactions for Verification and Validation of Autonomous Vehicle Control Systems</article-title>
          .
          <source>IEEE Transactions on Control Systems Technology</source>
          , vol.
          <volume>26</volume>
          , no.
          <issue>5</issue>
          , pp.
          <fpage>1782</fpage>
          -
          <lpage>1797</lpage>
          ,
          <string-name>
            <surname>September</surname>
          </string-name>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <surname>Minsky</surname>
            ,
            <given-names>M.L.</given-names>
          </string-name>
          :
          <article-title>The society</article-title>
          of mind, Ed.
          <source>Simon and Schuster, ISBN 0-671-60740-5</source>
          , (
          <year>1986</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>