<!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>Signature-Based Abduction with Fresh Individuals and Complex Concepts for Description Logics (Extended Abstract) ?</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Patrick Koopmann</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Institute for Theoretical Computer Science, Technische Universitat Dresden</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In abduction, we are given a KB as background knowledge, in combination with a set of facts (the observation) that cannot be deduced from the background knowledge. We are then looking for the missing piece in the background knowledge (the hypothesis) that is needed to make the observation logically entailed [12]. This form of reasoning has many applications: 1) it can be used to explain why something cannot be deduced [6,7], to supplement services explaining positive entailments such as justi cations [22,4,15] and proofs [1,2], 2) it can be used for diagnosis tasks, giving the hypothesis as possible explanation for an unexpected observation [19], and 3) it can be used in KB repair to give hints on how to x missing entailments [23]. There is a variety of research on abduction with description logics. Based on the shape of the hypothesis, one distinguishes between concept abduction [5], TBox abduction [10,23], ABox abduction [8,7,21,20,6,11,9,14,16] and KB abduction [18,12]. We focus on a variant called signature-based ABox abduction de ned as follows, where by at ABox, we refer to an ABox that does not use complex concepts. De nition 1. Let L be a DL, and denote for an ABox A by sig(A) the concept and role names in A, and by size(A) its size. An L abduction problem is then given by a triple A = hK; ; i with K an L KB of background knowledge, an L ABox called the observation, and NC [ NR a signature of abducibles; and asks whether there exists a hypothesis for A, i.e. an L ABox H satisfying If we require H additionally to be at, we speak of a at abduction problem. A size-restricted ( at) L abduction problem is a tuple A = hK; ; ; ni s.t. A0 = hK; ; i is a ( at) L abduction problem and n is a number encoded in binary. A hypothesis for A is then an L ABox H which is a hypothesis for A0 and additionally satis es size(H) n.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>A1. K [ H 6j= ?;</p>
      <p>A2. K [ H j= ; and</p>
      <p>A3. sig(H)</p>
      <p>As a simpli ed application example from the geology domain, assume we
have observed that in an area near a canal, holes appeared in the street as a
result of subsidence due to an unstable ground. A possible explanation could
? This work was supported by the DFG in grant 389792660 as part of TRR 248.</p>
      <p>
        Copyright ' 2021 for this paper by its authors. Use permitted under Creative
Commons License Attribution 4.0 International (CC BY 4.0).
involve the presence of a formation of so-called evaporite below the street, which
dissolves when in contact with water [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. Our background knowledge consists of
a geology ontology together with data about the area. Among others, it contains
the following abbreviated axioms:
1: EvaFor u 9bord:(Wat u :9lin:WatPro) v 9a :Dis
3: (Wat t Str) u EvaFo v ?
2: EvaFor u 9a :Dis v 8abov:Unst
4: Wat(can)
5: Str(str);
which state that 1. an Evaporite Formation which borders to a Waterway
without Water-Proof lining will be a ected by Dissolution; 2. all ground above
an evaporite formation a ected by dissolution is Unstable; 3. waterways and
Streets are not evaporite formations; 4. can is a waterway; 5. str is a street.
Our observation would be that the street is unstable: f Unst(str) g, and we are
looking for a hypothesis that uses su ciently precise vocabulary, and only refers
to aspects we have incomplete knowledge about and that can later be veri ed
by a team of geologists: = fEvaFor, abov, bord, lin; : : :g. A hypothesis for the
resulting abduction problem would then be
      </p>
      <p>H = f</p>
      <p>EvaFor(e); abov(e; str); bord(e; can); 8lin:?(can)
g
stating that there is an evaporite formation e below the street that borders with
the canal, and that the canal has no lining. Note that this hypothesis uses a
fresh individual name e, as well as a complex concept 8lin:?. The aim of is to
restrict to hypotheses that have explanatory character. In the present example,
we would for instance also exclude a and Dis from , as the dissolution alone
would be a too shallow explanation.</p>
      <p>
        Works on signature-based ABox abduction often restrict hypotheses to at
ABoxes with a given set of individuals [
        <xref ref-type="bibr" rid="ref21 ref7 ref9">7,21,9</xref>
        ]|which means that statements
in a hypothesis can be picked from a nite set|or they restrict to rewritable
DLs [
        <xref ref-type="bibr" rid="ref11 ref6">11,6</xref>
        ]. As with DLs, we usually have the open-world semantics, in which
not all individuals are known, and DLs o er much more expressivity, abduction
admitting both fresh individuals and complex concepts in the result is
wellmotivated. Techniques for practical signature-based ABox and KB abduction
with complex concepts are presented in [
        <xref ref-type="bibr" rid="ref18 ref8">18,8</xref>
        ], for a stricter variant where
solutions are required to cover all possible solutions, and may use operators from
a more expressive DL, however without a theoretical analysis of the problem in
terms of complexity. We ll this gap by answering two questions: 1) what is the
complexity of deciding whether a solution to the abduction problem exists, and
2) what is the size of the smallest hypothesis in the worst case. Our results are:
1. Both at and non- at ABox abduction for E L always admit polynomially
sized hypotheses, whose existence can be decided in polynomial time.
2. Flat ABox abduction is closely related to the query-emptiness problem [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ],
and one obtains similar complexity bounds. Here, the size of a hypothesis
may become exponential already for E L?, it is exponentially bounded for
ALCI, and a bound is not computable in general for ALCF . Deciding the
      </p>
      <p>at ABox abduction problem is ExpTime-complete for E L?,
coNExpTimecomplete for ALC and ALCI, and undecidable for ALCF .
3. For E L?, admitting complex concepts is only interesting if we additionally
forbid fresh individuals in the hypothesis. Then, they can become double
exponential in size, while their existence can still be decided in ExpTime.
4. The most challenging problem turned out to be the case of general ABox
abduction in more expressive DLs. For ALC, we found a tight bound on the
size of hypotheses which is triple exponential in the input. For deciding their
existence, we showed an N2ExpTimeNP upper bound.
5. Finally, the size-bounded abduction problem is NP-complete for E L, it is</p>
      <p>
        NExpTimeNP-complete for the at variant in ALC, and in 2ExpTime for
This is an extended abstract of a paper accepted at IJCAI 2021 [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ].
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Alrabbaa</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Baader</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Borgwardt</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koopmann</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kovtunova</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Finding small proofs for description logic entailments: Theory and practice</article-title>
          . In: Albert,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Kovacs</surname>
          </string-name>
          ,
          <string-name>
            <surname>L</surname>
          </string-name>
          . (eds.) LPAR-
          <volume>23</volume>
          : 23rd International Conference on Logic for Programming,
          <source>Arti cial Intelligence and Reasoning</source>
          . EPiC Series in Computing, vol.
          <volume>73</volume>
          , pp.
          <volume>32</volume>
          {
          <fpage>67</fpage>
          .
          <string-name>
            <surname>EasyChair</surname>
          </string-name>
          (
          <year>2020</year>
          ). https://doi.org/https://dx.doi.org/10.29007/nhpp
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Alrabbaa</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Baader</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Borgwardt</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koopmann</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kovtunova</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Finding good proofs for description logic entailments using recursive quality measures</article-title>
          .
          <source>In: Proceedings of the 28th International Conference on Automated Deduction (CADE-28)</source>
          ,
          <source>July</source>
          <volume>11</volume>
          {
          <fpage>16</fpage>
          ,
          <year>2021</year>
          ,
          <string-name>
            <given-names>Virtual</given-names>
            <surname>Event</surname>
          </string-name>
          , United
          <string-name>
            <surname>States</surname>
          </string-name>
          (
          <year>2021</year>
          ), to appear.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Baader</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bienvenu</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lutz</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wolter</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Query and predicate emptiness in ontology-based data access</article-title>
          .
          <source>J. Artif. Intell. Res</source>
          .
          <volume>56</volume>
          ,
          <issue>1</issue>
          {
          <fpage>59</fpage>
          (
          <year>2016</year>
          ). https://doi.org/10.1613/jair.4866, https://doi.org/10.1613/jair.4866
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Baader</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          , Pen~aloza, R.,
          <string-name>
            <surname>Suntisrivaraporn</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Pinpointing in the description logic EL+</article-title>
          .
          <source>In: KI 2007: Advances in Arti cial Intelligence, 30th Annual German Conference on AI, KI</source>
          <year>2007</year>
          , Osnabruck, Germany,
          <source>September 10-13</source>
          ,
          <year>2007</year>
          , Proceedings. pp.
          <volume>52</volume>
          {
          <issue>67</issue>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Bienvenu</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Complexity of abduction in the EL family of lightweight description logics</article-title>
          .
          <source>In: Proceedings of KR 2008</source>
          . pp.
          <volume>220</volume>
          {
          <fpage>230</fpage>
          . AAAI Press (
          <year>2008</year>
          ), http://www. aaai.org/Library/KR/2008/kr08-
          <fpage>022</fpage>
          .php
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Calvanese</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ortiz</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Simkus</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stefanoni</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Reasoning about explanations for negative query answers in DL-Lite</article-title>
          .
          <source>J. Artif. Intell. Res</source>
          .
          <volume>48</volume>
          ,
          <issue>635</issue>
          {
          <fpage>669</fpage>
          (
          <year>2013</year>
          ). https://doi.org/10.1613/jair.3870, https://doi.org/10.1613/jair.3870
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Ceylan</surname>
            ,
            <given-names>I_.I_.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lukasiewicz</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Malizia</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Molinaro</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vaicenavicius</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Explanations for negative query answers under existential rules</article-title>
          . In: Calvanese,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Erdem</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Thielscher</surname>
          </string-name>
          , M. (eds.)
          <source>Proceedings of KR 2020</source>
          . pp.
          <volume>223</volume>
          {
          <fpage>232</fpage>
          . AAAI Press (
          <year>2020</year>
          ). https://doi.org/10.24963/kr.2020/23, https://doi.org/10.24963/kr.2020/23
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Del-Pinto</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schmidt</surname>
            ,
            <given-names>R.A.</given-names>
          </string-name>
          :
          <article-title>ABox abduction via forgetting in ALC</article-title>
          .
          <source>In: The Thirty-Third AAAI Conference on Arti cial Intelligence</source>
          ,
          <string-name>
            <surname>AAAI</surname>
          </string-name>
          <year>2019</year>
          . pp.
          <volume>2768</volume>
          {
          <fpage>2775</fpage>
          . AAAI Press (
          <year>2019</year>
          ). https://doi.org/10.1609/aaai.v33i01.33012768, https:// doi.org/10.1609/aaai.v33i01.
          <fpage>33012768</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Du</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Qi</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shen</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pan</surname>
            ,
            <given-names>J.Z.</given-names>
          </string-name>
          :
          <article-title>Towards practical ABox abduction in large description logic ontologies</article-title>
          .
          <source>Int. J. Semantic Web Inf. Syst</source>
          .
          <volume>8</volume>
          (
          <issue>2</issue>
          ),
          <volume>1</volume>
          {
          <fpage>33</fpage>
          (
          <year>2012</year>
          ). https://doi.org/10.4018/jswis.2012040101, https://doi.org/10.4018/jswis. 2012040101
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Du</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wan</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          , Ma, H.:
          <article-title>Practical TBox abduction based on justi cation patterns</article-title>
          .
          <source>In: Proceedings of the Thirty-First AAAI Conference on Arti cial Intelligence</source>
          . pp.
          <volume>1100</volume>
          {
          <issue>1106</issue>
          (
          <year>2017</year>
          ), http://aaai.org/ocs/index.php/AAAI/AAAI17/ paper/view/14402
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Du</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shen</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>A tractable approach to ABox abduction over description logic ontologies</article-title>
          . In: Brodley,
          <string-name>
            <given-names>C.E.</given-names>
            ,
            <surname>Stone</surname>
          </string-name>
          , P. (eds.)
          <source>Proceedings of the TwentyEighth AAAI Conference on Arti cial Intelligence</source>
          . pp.
          <volume>1034</volume>
          {
          <fpage>1040</fpage>
          . AAAI Press (
          <year>2014</year>
          ), http://www.aaai.org/ocs/index.php/AAAI/AAAI14/paper/view/8191
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Elsenbroich</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kutz</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sattler</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          :
          <article-title>A case for abductive reasoning over ontologies</article-title>
          .
          <source>In: Proceedings of the OWLED'06 Workshop on OWL: Experiences and Directions</source>
          (
          <year>2006</year>
          ), http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>216</volume>
          /submission 25.pdf
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Fidelibus</surname>
            ,
            <given-names>M.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gutierrez</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Spilotro</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Human-induced hydrogeological changes and sinkholes in the coastal gypsum karst of Lesina Marina area (Foggia Province, Italy)</article-title>
          .
          <source>Engineering Geology</source>
          <volume>118</volume>
          (
          <issue>1-2</issue>
          ),
          <volume>1</volume>
          {
          <fpage>19</fpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Halland</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Britz</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>ABox abduction in ALC using a DL tableau</article-title>
          . In: 2012 South African Institute of Computer Scientists and Information Technologists Conference,
          <source>SAICSIT '12</source>
          . pp.
          <volume>51</volume>
          {
          <issue>58</issue>
          (
          <year>2012</year>
          ). https://doi.org/10.1145/2389836.2389843, https://doi.org/10.1145/2389836.2389843
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Horridge</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Justi cation Based Explanation in Ontologies</article-title>
          .
          <source>Ph.D. thesis</source>
          , University of Manchester, UK (
          <year>2011</year>
          ), https://www.research.manchester.ac.uk/portal/ les/54511395/FULL TEXT.PDF
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Klarman</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Endriss</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schlobach</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>ABox abduction in the description logic ALC</article-title>
          .
          <source>Journal of Automated Reasoning</source>
          <volume>46</volume>
          (
          <issue>1</issue>
          ),
          <volume>43</volume>
          {
          <fpage>80</fpage>
          (
          <year>2011</year>
          ). https://doi.org/10.1007/s10817-010-9168-z, https://doi.org/10.1007/ s10817-010-9168-z
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Koopmann</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Signature-based abduction with fresh individuals and complex concepts for description logics</article-title>
          . In: Zhou,
          <string-name>
            <surname>Z</surname>
          </string-name>
          . (ed.)
          <source>Proceedings of the Thirtieth International Joint Conference on Arti cial Intelligence</source>
          ,
          <source>IJCAI</source>
          <year>2021</year>
          , Virtual Event / Montreal, Canada,
          <fpage>19</fpage>
          -
          <lpage>27</lpage>
          August
          <year>2021</year>
          . pp.
          <year>1929</year>
          {
          <year>1935</year>
          . ijcai.
          <source>org</source>
          (
          <year>2021</year>
          ). https://doi.org/10.24963/ijcai.
          <year>2021</year>
          /266
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Koopmann</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Del-Pinto</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tourret</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schmidt</surname>
            ,
            <given-names>R.A.</given-names>
          </string-name>
          :
          <article-title>Signature-based abduction for expressive description logics</article-title>
          . In: Calvanese,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Erdem</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Thielscher</surname>
          </string-name>
          , M. (eds.)
          <source>Proceedings of the 17th International Conference on Principles of Knowledge Representation and Reasoning</source>
          ,
          <string-name>
            <surname>KR</surname>
          </string-name>
          <year>2020</year>
          . pp.
          <volume>592</volume>
          {
          <fpage>602</fpage>
          . AAAI Press (
          <year>2020</year>
          ). https://doi.org/10.24963/kr.2020/59
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Obeid</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Obeid</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moubaiddin</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Obeid</surname>
          </string-name>
          , N.:
          <article-title>Using description logic and Abox abduction to capture medical diagnosis</article-title>
          . In: Wotawa,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Friedrich</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            ,
            <surname>Pill</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            ,
            <surname>Koitz-Hristov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Ali</surname>
          </string-name>
          , M. (eds.)
          <article-title>Advances and Trends in Arti cial Intelligence</article-title>
          .
          <source>From Theory to Practice</source>
          . pp.
          <volume>376</volume>
          {
          <fpage>388</fpage>
          . Springer International Publishing,
          <string-name>
            <surname>Cham</surname>
          </string-name>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Pukancova</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Homola</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Tableau-based ABox abduction for the ALCHO description logic</article-title>
          .
          <source>In: Proceedings of the 30th International Workshop on Description Logics</source>
          (
          <year>2017</year>
          ), http://ceur-ws.
          <source>org/</source>
          Vol-1879/paper11.pdf
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Pukancova</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Homola</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>The AAA ABox abduction solver</article-title>
          .
          <source>Kunstliche Intell</source>
          .
          <volume>34</volume>
          (
          <issue>4</issue>
          ),
          <volume>517</volume>
          {
          <fpage>522</fpage>
          (
          <year>2020</year>
          ). https://doi.org/10.1007/s13218-020-00685-4, https://doi. org/10.1007/s13218-020-00685-4
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Schlobach</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cornet</surname>
          </string-name>
          , R.:
          <article-title>Non-standard reasoning services for the debugging of description logic terminologies</article-title>
          . In: Gottlob,
          <string-name>
            <given-names>G.</given-names>
            ,
            <surname>Walsh</surname>
          </string-name>
          , T. (eds.)
          <source>Proc. of the 18th Int. Joint Conf. on Arti cial Intelligence (IJCAI</source>
          <year>2003</year>
          ). pp.
          <volume>355</volume>
          {
          <fpage>362</fpage>
          . Morgan Kaufmann, Acapulco, Mexico (
          <year>2003</year>
          ), http://ijcai.org/Proceedings/03/Papers/053.pdf
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Wei-Kleiner</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dragisic</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lambrix</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Abduction framework for repairing incomplete EL ontologies: Complexity results and algorithms</article-title>
          .
          <source>In: Proceedings of the Twenty-Eighth AAAI Conference on Arti cial Intelligence</source>
          . pp.
          <volume>1120</volume>
          {
          <fpage>1127</fpage>
          . AAAI Press (
          <year>2014</year>
          ), http://www.aaai.org/ocs/index.php/AAAI/AAAI14/paper/ view/8239
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>