<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>Workshop on Artificial Intelligence and Formal Verification, Logic, Automata, and Synthesis,
November</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Formal Methods Meet XAI: the Tool DEGARI 2.0 for Social Inclusion</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Antonio Lieto</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gian Luca Pozzato</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Manuel Striani</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Stefano Zoia</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Rossana Damiano</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Dipartimento di Informatica, Università di Torino</institution>
          ,
          <addr-line>Via Pessinetto 12, 10149</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2022</year>
      </pub-date>
      <volume>28</volume>
      <issue>2022</issue>
      <fpage>0000</fpage>
      <lpage>0002</lpage>
      <abstract>
        <p>We exploit the Description Logic TCL in order to develop a diversity-seeking afective recommender system. The tool DEGARI 2.0 (Dynamic Emotion Generator And ReclassIfier) is an explainable, afectivebased, art recommender that allows to classify and to suggest, to museum users, cultural items able to evoke not only the very same emotions of already experienced or preferred objects, but also novel items sharing diferent emotional stances. The system has been tested on the community of deaf people and on the collection of the GAM Museum of Turin, obtaining promising results.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Description Logics</kwd>
        <kwd>Nonmonotonic Reasoning</kwd>
        <kwd>Explainable AI</kwd>
        <kwd>Recommender Systems</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        diferent emotions from the ones already experienced via the fruition of other artworks, is
based on the notion of perspective taking [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], i.e. seeing the world (e.g. an exhibition in this
case) from other perspectives. Since this approach is used to promote empathy, cohesion and
inclusion across social groups, reaching this goal would represent a huge advancement with
respect to the current technologies (e.g. like social media or standard recommender systems)
that often lead people toward content that fits their own viewpoint, promoting fragmentation
and fostering confirmation biases, instead of cohesion, inclusive reflection, and critical thinking.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. The TCL Logic for Combining Prototypes</title>
      <p>
        The core component of DEGARI 2.0 relies on a probabilistic extension of a Description Logic
called TCL (Typicality-based Compositional Logic), introduced in [
        <xref ref-type="bibr" rid="ref3 ref5">5, 3</xref>
        ]. This framework allows
one to describe and reason upon an ontology with commonsense (i.e. prototypical) descriptions
of concepts, as well as to dynamically generate novel prototypical concepts in a knowledge base
as the result of a human-like recombination of the existing ones [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>
        The logic TCL is the result of the integration of two main features: (i) the extension of a
nonmonotonic Description Logic of typicality ℒ +TR, introduced in [
        <xref ref-type="bibr" rid="ref7 ref8">7, 8</xref>
        ], with a distributed
semantics based on the DISPONTE semantics of [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and restricted to typicality inclusions; (ii) the
adoption of a well established heuristics inspired by cognitive semantics for concept combination
and generation [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] where, in order to formalize a dominance efect between the concepts to be
combined, for every combination we distinguish: a HEAD, representing the stronger element of
the combination (i.e. the one from which we want to inherit more properties in the final output
of the combination), and one or more MODIFIERS. In the logic TCL, typical properties can be
directly specified by means of a typicality operator T enriching the underlying Description
Logic, and a knowledge base can contain inclusions of the form  :: T() ⊑  to represent
that “typical s are also ”, where  is a real number between 0.5 and 1, representing the
probability of finding elements of  being also . The resulting knowledge base is a triple
⟨ℛ,  , ⟩ where ℛ contains standard, rigid inclusions of the form  ⊑  (all s are also s),
 contains typicality inclusions  :: T() ⊑  and  is the ABox containing facts about
individuals, e.g. () ( is a member of concept ). From a semantic point of view, we consider
models equipped by a preference relation among domain elements as in [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], where  &lt;  means
that  is “more normal” than , and that the typical members of a concept  are the minimal
elements of  with respect to this relation. An element  is a typical instance of a given concept
 if  belongs to the extension of the concept , written  ∈ ℐ , and there is no element in
ℐ “more normal” than . In order to perform useful nonmonotonic inferences, we consider
the stronger semantics introduced in [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], where entailment is restricted to a class of minimal
canonical models, intuitively those minimizing the atypical instances of concepts. The resulting
logic corresponds to a notion of rational closure built on the top of ℒ + TR.
      </p>
      <p>
        The logic TCL extends ℒ + TR with the distribution semantics known as DISPONTE [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ],
which is able to deal with probabilities equipping inclusions and allowing us to describe the
notion of scenario [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]: intuitively, a scenario is a knowledge base obtained by considering all
rigid properties in ℛ as well as all ABox facts in , but only a subset of typicality properties in
 . The idea is to assume that each typicality inclusion is independent from each other in order
to define a probability distribution over scenarios: roughly speaking, a scenario is obtained by
choosing, for each typicality inclusion of  , whether it is considered as true of false. Reasoning
can then be restricted to either all or some scenarios. We also equip each scenario with a
probability, easily obtained as the product, for each typicality inclusion, of the probability  in
case the inclusion is involved, (1 − ) otherwise. It immediately follows that the probability
of a scenario introduces a probability distribution over scenarios, that is to say the sum of the
probabilities of all scenarios is 1.
      </p>
      <p>
        In the logic TCL, in order to deal with the problem of combining prototypical descriptions of
concepts as in [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], we adopt typicality inclusions in order to formalize typical properties for both
the HEAD and the MODIFIERS concepts, and then to exploit the DISPONTE semantics in order
to select only some typical properties belonging to them characterizing the combined concept.
The preferential semantics underlying the logic TCL, together with the HEAD-MODIFIER
heuristics, are able to tackle the problem of conflicting properties.
      </p>
      <p>Formally, given a knowledge base  = ⟨ℛ,  , ⟩ and given two concepts  and 
occurring in , our logic allows one to define the compound concept  as the combination of
the HEAD  and the MODIFIER  , where  ⊑  ⊓  and the typical properties of the
form T() ⊑  to ascribe to the concept  are obtained in the set of scenarios that: 1. are
consistent; 2. are not trivial, in the sense that the scenarios considering all typical properties of
the HEAD that can be consistently ascribed to  are discarded; 3. are those giving preference
to the typical properties of the HEAD  (with respect to those of the MODIFIER  ) with
the highest probability. The set of scenarios remaining are those selected by the logic TCL as
the result of the procedure. The knowledge base obtained as the result of combining concepts
 and  into the compound concept  is called -revised knowledge base:
 = ⟨ℛ,  ∪ { : T() ⊑ }, ⟩,
for all  such that T() ⊑  belongs to the selected scenario(s).</p>
    </sec>
    <sec id="sec-3">
      <title>3. The tool DEGARI 2.0</title>
      <p>
        DEGARI 2.0 exploits the logic TCL in order to provide an ontological formalization of the
circumplex theory of emotions devised by the cognitive psychologist Robert Plutchik [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ],
[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. According to this theory, emotions, and their interconnections, can be represented on
a wheel, in which the afective distance between diferent emotional states is a function of
their radial distance. The Plutchik’s ontology, formalizing such a theory, encodes emotional
categories in a taxonomy, representing: basic or primary emotions; complex (or compound)
emotions; opposition between emotions; similarity between emotions. In particular, by following
Plutchik’s account, complex emotion are considered as resulting from the composition of two
basic emotions (where the pair of basic emotions involved in the composition is called a dyad).
The compositions occurring between similar emotions (adjacent on the wheel) are called primary
dyads. Pairs of less similar emotions are called secondary dyads (if the radial distance between
them is 2) or tertiary dyads (if the distance is 3), while opposites cannot be combined.
      </p>
      <p>
        The information about the emotional concepts and their corresponding features to combine
via TCL are extracted from the NRC Emotion Intensity Lexicon [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]: such lexicon provides a
list of English words, each with real-values representing intensity scores for the eight basic
emotions of Plutchik’s theory. The intensity scores were obtained via crowd-sourcing, using
best-worst scaling annotation scheme. This lexicon associates words to emotional concepts
in descending order of emotional intensity and, for our purposes, we considered the most
intensively associated terms for each basic emotion as typical features of such emotion. In this
way, the prototypes of the basic emotions were formed, and the TCL reasoning framework is
used to generate the compound emotions. Such prototypes of basic emotions are formalized by
means of a TCL knowledge base, whose TBox contains both rigid inclusions of the form
      </p>
      <p>BasicEmotion ⊑ Concept ,
in order to express essential desiderata but also constraints, as an example Joy ⊑ PositiveEmotion
as well as prototypical properties of the form</p>
      <p>:: T(BasicEmotion) ⊑ TypicalConcept ,
representing typical concepts of a given emotion, where  is a real number in the range (0.5, 1],
expressing the frequency of such a concept in items belonging to that emotion: for instance,
0.72 :: T(Surprise) ⊑ Delight is used to express that the typical feature of being surprised
contains/refers to the emotional concept Delight with a probability/degree of belief of the 72%.</p>
      <p>
        Once the association of lexical features to the emotional concepts in the Plutchik’s ontology
is obtained and the compound emotions are generated via the logic TCL, the system is able
to reclassify the cultural items in the novel formed emotional categories. Intuitively, an item
belongs to the new generated emotion if its metadata (name, description, title) contain all the
rigid properties as well as at least the 30% of the typical properties of such a derived emotion.
The 30% threshold was empirically determined: i.e., it is the percentage that provides the better
trade-of between over-categorization and missed categorizations [
        <xref ref-type="bibr" rid="ref13 ref14">13, 14</xref>
        ].
      </p>
    </sec>
    <sec id="sec-4">
      <title>4. Conclusions</title>
      <p>
        We have tested DEGARI 2.0 with members of Istituto dei Sordi and on the collection of the
GAM Museum of Turin. The experiments provided in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] show that the efort of tackling
diversity-seeking, afective-based and explainable museum recommendations received a
moderate, improvable, acceptance from the deaf community. This is an encouraging result considering
the challenge of the cognitive barriers involved in the process of the accepting suggestions that
do not fit one’s own preferences and viewpoints.
      </p>
      <p>
        Experiments concerning the perceived explainability of the provided categorization lead to
some key elements emerged as guidelines to design and improve the next generation of inclusive
and transparent AI systems, potentially going beyond the specific needs of the deaf community.
In this regard, it is important to point out how state of the art neural systems and language
models, like SenticNet 7, do not have, as a built-in, this feature. It represents, however, one of
the major requirements for modern AI systems interacting with the humans (see the recent
General Data Protection Regulation (GDPR) that emphasized the users’ right to explanation
[
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]).
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Lieto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. L.</given-names>
            <surname>Pozzato</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Striani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Zoia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Damiano</surname>
          </string-name>
          ,
          <article-title>Degari 2.0: A diversity-seeking, explainable, and afective art recommender for social inclusion</article-title>
          ,
          <source>Cognitive Systems Research</source>
          <volume>77</volume>
          (
          <year>2023</year>
          )
          <fpage>1</fpage>
          -
          <lpage>17</lpage>
          . URL: https://www.sciencedirect.com/science/article/pii/S1389041722000456. doi:https://doi.org/10.1016/j.cogsys.
          <year>2022</year>
          .
          <volume>10</volume>
          .001.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>R.</given-names>
            <surname>Plutchik</surname>
          </string-name>
          , The nature of emotions,
          <source>American scientist 89</source>
          (
          <year>2001</year>
          )
          <fpage>344</fpage>
          -
          <lpage>350</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>A.</given-names>
            <surname>Lieto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. L.</given-names>
            <surname>Pozzato</surname>
          </string-name>
          ,
          <article-title>A description logic framework for commonsense conceptual combination integrating typicality, probabilities and cognitive heuristics</article-title>
          ,
          <source>Journal of Experimental and Theoretical Artificial Intelligence</source>
          <volume>32</volume>
          (
          <year>2020</year>
          )
          <fpage>769</fpage>
          -
          <lpage>804</lpage>
          . doi:
          <volume>10</volume>
          .1080/ 0952813X.
          <year>2019</year>
          .
          <volume>1672799</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>T.</given-names>
            <surname>Pedersen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Wecker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Kuflik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mulholland</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Diaz-Agudo</surname>
          </string-name>
          ,
          <article-title>Introducing empathy into recommender systems as a tool for promoting social cohesion</article-title>
          ,
          <source>in: Joint Proceedings of the ACM IUI 2021 Workshops, April 13-17</source>
          ,
          <year>2021</year>
          ,
          <string-name>
            <given-names>College</given-names>
            <surname>Station</surname>
          </string-name>
          , USA, CEUR Workshop Proceedings,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.</given-names>
            <surname>Lieto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. L.</given-names>
            <surname>Pozzato</surname>
          </string-name>
          ,
          <article-title>A description logic of typicality for conceptual combination</article-title>
          , in: M.
          <string-name>
            <surname>Ceci</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Japkowicz</surname>
            , J. Liu,
            <given-names>G. A.</given-names>
          </string-name>
          <string-name>
            <surname>Papadopoulos</surname>
            ,
            <given-names>Z. W.</given-names>
          </string-name>
          <string-name>
            <surname>Ras</surname>
          </string-name>
          (Eds.),
          <source>Foundations of Intelligent Systems - 24th International Symposium, ISMIS</source>
          <year>2018</year>
          , Limassol, Cyprus,
          <source>October 29-31</source>
          ,
          <year>2018</year>
          , Proceedings, volume
          <volume>11177</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2018</year>
          , pp.
          <fpage>189</fpage>
          -
          <lpage>199</lpage>
          . URL: https://doi.org/10.1007/978-3-
          <fpage>030</fpage>
          -01851-
          <volume>1</volume>
          _
          <fpage>19</fpage>
          . doi:
          <volume>10</volume>
          . 1007/978-3-
          <fpage>030</fpage>
          -01851-1\_
          <fpage>19</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>A.</given-names>
            <surname>Lieto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Perrone</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. L.</given-names>
            <surname>Pozzato</surname>
          </string-name>
          , E. Chiodino,
          <article-title>Beyond subgoaling: A dynamic knowledge generation framework for creative problem solving in cognitive architectures</article-title>
          ,
          <source>Cognitive Systems Research</source>
          <volume>58</volume>
          (
          <year>2019</year>
          )
          <fpage>305</fpage>
          -
          <lpage>316</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>L.</given-names>
            <surname>Giordano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Gliozzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Olivetti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. L.</given-names>
            <surname>Pozzato</surname>
          </string-name>
          ,
          <article-title>Semantic characterization of rational closure: From propositional logic to description logics</article-title>
          ,
          <source>Artificial Intelligence</source>
          <volume>226</volume>
          (
          <year>2015</year>
          )
          <fpage>1</fpage>
          -
          <lpage>33</lpage>
          . URL: https://doi.org/10.1016/j.artint.
          <year>2015</year>
          .
          <volume>05</volume>
          .001. doi:
          <volume>10</volume>
          .1016/j.artint.
          <year>2015</year>
          .
          <volume>05</volume>
          .001.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>L.</given-names>
            <surname>Giordano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Gliozzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Olivetti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. L.</given-names>
            <surname>Pozzato</surname>
          </string-name>
          , Rational closure in SHIQ, in: M.
          <string-name>
            <surname>Bienvenu</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Ortiz</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Rosati</surname>
          </string-name>
          , M. Simkus (Eds.),
          <source>Informal Proceedings of the 27th International Workshop on Description Logics</source>
          , Vienna, Austria,
          <source>July 17-20</source>
          ,
          <year>2014</year>
          , volume
          <volume>1193</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2014</year>
          , pp.
          <fpage>543</fpage>
          -
          <lpage>555</lpage>
          . URL: http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>1193</volume>
          / paper_20.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>F.</given-names>
            <surname>Riguzzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Bellodi</surname>
          </string-name>
          , E. Lamma,
          <string-name>
            <given-names>R.</given-names>
            <surname>Zese</surname>
          </string-name>
          ,
          <article-title>Reasoning with probabilistic ontologies</article-title>
          , in: Q.
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>M. J.</given-names>
          </string-name>
          <string-name>
            <surname>Wooldridge</surname>
          </string-name>
          (Eds.),
          <source>Proceedings of the Twenty-Fourth International Joint Conference on Artificial Intelligence, IJCAI</source>
          <year>2015</year>
          ,
          <string-name>
            <given-names>Buenos</given-names>
            <surname>Aires</surname>
          </string-name>
          , Argentina,
          <source>July 25-31</source>
          ,
          <year>2015</year>
          , AAAI Press,
          <year>2015</year>
          , pp.
          <fpage>4310</fpage>
          -
          <lpage>4316</lpage>
          . URL: http://ijcai.org/Abstract/15/613.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Hampton</surname>
          </string-name>
          ,
          <article-title>Inheritance of attributes in natural concept conjunctions</article-title>
          ,
          <source>Memory &amp; Cognition</source>
          <volume>15</volume>
          (
          <year>1987</year>
          )
          <fpage>55</fpage>
          -
          <lpage>71</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>R.</given-names>
            <surname>Plutchik</surname>
          </string-name>
          ,
          <article-title>A general psychoevolutionary theory of emotion</article-title>
          , in: Theories of emotion, Elsevier,
          <year>1980</year>
          , pp.
          <fpage>3</fpage>
          -
          <lpage>33</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>S.</given-names>
            <surname>Mohammad</surname>
          </string-name>
          ,
          <article-title>Word afect intensities</article-title>
          , in: N.
          <string-name>
            <surname>Calzolari</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Choukri</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Cieri</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Declerck</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Goggi</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Hasida</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Isahara</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Maegaard</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Mariani</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Mazo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Moreno</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Odijk</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Piperidis</surname>
          </string-name>
          , T. Tokunaga (Eds.),
          <source>Proceedings of the Eleventh International Conference on Language Resources and Evaluation</source>
          ,
          <string-name>
            <surname>LREC</surname>
          </string-name>
          <year>2018</year>
          , Miyazaki, Japan, May 7-
          <issue>12</issue>
          ,
          <year>2018</year>
          ,
          <string-name>
            <given-names>European</given-names>
            <surname>Language Resources Association</surname>
          </string-name>
          (ELRA),
          <year>2018</year>
          . URL: http://www.lrec-conf.org/ proceedings/lrec2018/summaries/329.html.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>E.</given-names>
            <surname>Chiodino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. Di</given-names>
            <surname>Luccio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lieto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Messina</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. L.</given-names>
            <surname>Pozzato</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Rubinetti</surname>
          </string-name>
          ,
          <article-title>A knowledgebased system for the dynamic generation and classification of novel contents in multimedia broadcasting</article-title>
          , in: G.
          <string-name>
            <surname>De Giacomo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Catalá</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Dilkina</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Milano</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Barro</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Bugarín</surname>
          </string-name>
          , J. Lang (Eds.),
          <source>ECAI 2020 - 24th European Conference on Artificial Intelligence</source>
          ,
          <volume>29</volume>
          <fpage>August</fpage>
          -8
          <source>September</source>
          <year>2020</year>
          , Santiago de Compostela, Spain,
          <source>August 29 - September 8</source>
          ,
          <year>2020</year>
          , volume
          <volume>325</volume>
          <source>of Frontiers in Artificial Intelligence and Applications</source>
          , IOS Press,
          <year>2020</year>
          , pp.
          <fpage>680</fpage>
          -
          <lpage>687</lpage>
          . URL: https://doi.org/10.3233/FAIA200154. doi:
          <volume>10</volume>
          .3233/FAIA200154.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>A.</given-names>
            <surname>Lieto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. L.</given-names>
            <surname>Pozzato</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Zoia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Patti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Damiano</surname>
          </string-name>
          ,
          <article-title>A commonsense reasoning framework for explanatory emotion attribution, generation and re-classification</article-title>
          ,
          <source>Knowledge Based Systems</source>
          <volume>227</volume>
          (
          <year>2021</year>
          )
          <article-title>107166</article-title>
          . doi:
          <volume>10</volume>
          .1016/j.knosys.
          <year>2021</year>
          .
          <volume>107166</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>B.</given-names>
            <surname>Goodman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Flaxman</surname>
          </string-name>
          ,
          <article-title>European union regulations on algorithmic decision-making and a “right to explanation”</article-title>
          ,
          <source>AI</source>
          magazine
          <volume>38</volume>
          (
          <year>2017</year>
          )
          <fpage>50</fpage>
          -
          <lpage>57</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>