<!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>Lean Kernels in DLs (Extended Abstract)?</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Rafael Pen~aloza</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Carlos Menc a</string-name>
          <email>cmencia@gmail.com</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alexey Ignatiev</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Joao Marques-Silva</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Free University of Bozen-Bolzano</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Lisbon</institution>
          ,
          <country country="PT">Portugal (</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>University of Oviedo</institution>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>? This extended abstract presents work previously published at ESWC 2017 as: Rafael Pen~aloza, Carlos Menc a, Alexey Ignatiev, Joao Marques-Silva: Lean Kernels in Description Logics. In Proc. of ESWC (Part 1) 2017: 518-533.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>When trying to understand the axiomatic causes for a consequence to follow
from an ontology (e.g. to correct erroneous entailments), it is often convenient
to reduce the search space to include only those axioms that play an active role
in these entailments. That is, one is interested in nding all the relevant axioms:
those axioms that appear in at least one MinA (or justi cation) for a given
entailment. Unfortunately, deciding whether an axiom is relevant is a
computationally hard problem, even for very weak logics with linear-time entailment
relations.</p>
      <p>Lean kernels (LKs) were rst introduced in the area of propositional logic as
a means to approximate the set of all relevant axioms. In a nutshell, the lean
kernel is the set of all clauses that appear in a resolution proof for unsatis ability
of a given formula. As such, it is an overapproximation of the set of all relevant
clauses for explaining unsatis ability. Recent work has shown that LKs provide
an e ective optimization for enumerating the set of all MinAs (or MUSes, as
they are called in the propositional satis ability community). Indeed, LKs are
comparatively fast to compute, and typically do not contain many super uous
clauses.</p>
      <p>Interestingly, an analogous notion of LKs has never been considered within
the DL community. One di culty when introducing such a notion is that it
depends on a speci c decision procedure (like resolution). In this work, we
consider an abstract notion of decision procedures, called consequence-based
methods, which include resolution, the completion algorithm for EL, and many other
procedures for expressive description logics. We de ne LKs based on these
methods, and show that they can be modi ed to compute LKs for all consequences
with only a linear time overhead w.r.t. standard reasoning. As for propositional
formulas, LKs in DLs preserve all relevant axioms. In other words, these sets are
small MinA-preserving modules.</p>
      <p>We then compare LKs with other known approximations of the set of relevant
axioms. Speci cally, we show that in ALC and EL+, LKs are always strictly
contained in locality-based modules. Moreover, an empirical analysis over
wellknown large EL+ ontologies shows that the di erences are signi cant: the size
of the LK is in many cases one-tenth or less than the locality-based modules.
Thus, LKs provide an e ective approximation of the set of relevant axioms.</p>
    </sec>
  </body>
  <back>
    <ref-list />
  </back>
</article>