<!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>M. Aiguier, J. Atif, I. Bloch, C. Hudelot, Belief revision, minimal change and relaxation: A
general framework based on satisfaction systems, and applications to description logics,
Artificial Intelligence</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="doi">10.1016/j.artint.2017.12.002</article-id>
      <title-group>
        <article-title>Eviction and Reception for Description Logic Ontologies (Extended Abstract)⋆</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ricardo Guimarães</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ana Ozaki</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jandson S. Ribeiro</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Bergen</institution>
          ,
          <country country="NO">Norway</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Hagen</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>University of Oslo</institution>
          ,
          <country country="NO">Norway</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <volume>256</volume>
      <issue>2018</issue>
      <fpage>2</fpage>
      <lpage>4</lpage>
      <abstract>
        <p>In Belief Change, one studies how to adapt the epistemic state of an agent according to some incoming information. Here, we investigate the case in which the epistemic state of the agent is represented as a knowledge base in description logic. Moreover, we consider that the incoming information is in the format of a set of models and investigate eviction (removal of models) and reception (addition of models) in this setting. We briefly present the case of ℒ extended with Boolean operators over the axioms.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        In this work, we generalise the framework by Guimarães et al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] by introducing the notion
of “compartments”. A compartment is a pair where the first element is a (potentially infinite)
subset of (finite) KBs that can be expressed in a given DL and the second element is a (potentially
infinite) set of sets of models taken from the whole set of DL models. This can be used to restrict
the more general case of eviction and reception in a given DL, for example, by just considering
ifnite models or by just considering a particular set of formulae where eviction and reception
can be performed while preserving finiteness of the agent’s epistemic state. There have been
works on repairing ontologies, where the goal is both to preserve the syntax of the ontology and
perform the change operation [5, 6, 7, 8]. Our work difers from these studies as the goal in our
case is to perform the change operation in an optimal way, giving up on the syntax. Regarding
earlier approaches within the field of Belief Change focusing on finite representation of the
agent’s epistemic state and the format of the incoming information, we refer to the related work
section by Guimarães et al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>
        In Section 2 we recall the framework by Guimarães et al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] and present our generalised
framework, with the already mentioned notion of compartments. In Section 3, we consider the
case of ℒ.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Eviction and Reception Modulo Compartments</title>
      <p>
        We represent a logic using a satisfaction system Λ( ℒ) [
        <xref ref-type="bibr" rid="ref4">7, 9, 4</xref>
        ], where ℒ is the language of the
logic. More specifically, a satisfaction system is a triple Λ = ( ℒ, M, |=), where ℒ is a language,
M is a set of models, also called interpretations, and |= is a satisfaction relation which contains
all pairs (, ℬ), where  is an interpretation and ℬ is a base (that is, a subset of ℒ), such that
 satisfies ℬ (i.e.,  |= ℬ).
      </p>
      <p>
        The belief change framework originally proposed by Guimarães et al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] assumes that
an agent’s corpus of beliefs is represented as a finite set of formulae ℬ (a finite base), while
incoming information is represented as a set of models M. There are two main kinds of
operations addressed in such a framework: eviction, which consists in removing from ℬ all
models in M; and reception, which consists in incorporating to ℬ all models from M. In both
operations, the output is a finite base.
      </p>
      <p>
        Both eviction and reception operations are characterized by a set of rationality postulates
that capture the notion of minimal change: eviction is characterized by the postulates success,
inclusion, finite retainment, and uniformity; while reception is characterized by the postulates
success, persistence, finite temperance, and uniformity. These postulates are inspired by the
traditional postulates in Belief Change and express desirable (and often expected) properties of
operations in this field. For the complete definition and discussion on the rationale of these
postulates see [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>Here, we give an intuitive explanation of the postulates that characterise eviction and
reception There are four postulates for eviction: success, indicating that no input models satisfy
the resulting base; inclusion, the new finite base is produced by removing models from the
original finite base; finite retainment , models are lost either if they are in the input or if they are
necessary to reach a finite base; and uniformity, ensures that the operation is not sensitive to
syntax. Analogously, we have four postulates for reception: success, all the new models satisfy
the input base; persistence, all the old models satisfy the new base; finite temperance , a model
will satisfy the resulting base if it was in the input, if it satisfied the original base, or if it is
required to ensure finite representability; and uniformity, the result of the reception depends
only on the sets of models that satisfy the input base and the set of input models.</p>
      <p>
        Satisfaction systems in which eviction operations can be defined are called eviction-compatible,
while satisfaction systems in which reception can be defined are called reception-compatible [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
Unfortunately, there are satisfaction systems that are neither eviction- nor reception-compatible,
as it is the case of the DL ℒ [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. These impossibility results, however, are proved specifically
for each of the investigated logics. We identify suficient conditions for reception-compatibility.
Theorem 1. Let ℒ be a monotonic DL with ⊤, that can represent inconsistencies and it is
interpreted over an infinite signature. The satisfaction system Λ( ℒ) is not reception-compatible.
      </p>
      <p>The main obstacle to eviction- and reception-compatibility is that eviction and reception
functions might be undefined for some inputs in the domain f (ℒ) ×  (M), for a satisfaction
system Λ = ( ℒ, M, |=).</p>
      <p>Thus, we will attempt to circumvent the incompatibilities of a satisfaction system by placing
restrictions on which bases and sets of models are allowed as input, restricting the domain of
the eviction and reception functions. We formalise these additional constraints with the notion
of compartment. In the following, the power set of a set  is denoted by (), while the set of
all finite subsets of  is denoted by f ().</p>
      <p>Definition 2. A compartment of a satisfaction system Λ = ( ℒ, M, |=) is a pair (B, I) such
that B ⊆  f (ℒ) and I ⊆  (M).</p>
      <p>We say that a compartment (B, I) of a satisfaction system Λ = ( ℒ, M, |=) is
evictioncompatible (resp. reception-compatible) if it defines a subset of f (ℒ) ×  (M) in which
eviction (resp. reception) functions can be defined over B × I. As a result, we can perform
eviction and reception functions to potentially interesting portions of satisfaction systems that
are, otherwise, incompatible with either eviction or reception. Furthermore, since we preserve
the underlying constructions of the operations proposed by Guimarães et al. [10], we also retain
their formal characterisation via postulates.</p>
      <p>
        Theorem 3. Let (B, I) be an eviction-compatible compartment of a satisfaction system Λ and
evc be a model change operator modulo (B, I). The operator evc is a maxichoice eviction
function modulo (B, I) if it satisfies the postulates success, inclusion, finite retainment, and
uniformity from Theorem 5 of Guimarães et al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], for all ℬ ∈ B and M ∈ I.
Theorem 4. Let (B, I) be a reception-compatible compartment of a satisfaction system Λ and
rcp be a model change operator modulo (B, I). The operator rcp is a maxichoice reception
function modulo (B, I) if it satisfies success, persistence, finite temperance, and uniformity
from Theorem 10 from Guimarães et al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], for all ℬ ∈ B and M ∈ I.
      </p>
      <p>
        Since the negative result in Theorem 1 involves infinite signatures and several DLs are
interpreted over infinite signatures, we consider, unless otherwise stated, only compartments
such that (1) bases and models are defined over a finite signature, (2) the class of models is
composed of singleton sets, and (3) every singleton corresponds to a finite model.
3. The Case of ℒ
The framework we presented is general enough to cover several satisfaction systems without
imposing much constraints upon the logics being used to represent an agent’s beliefs. However,
there are interesting logics used for knowledge representation that are not reception-compatible,
as it is the case of some DLs (Theorem 5). In this section, we investigate how to extend model
change operations to one such logic as a study case. We look precisely at the logic ℒ1,
which corresponds to the DL ℒ enriched with boolean operators over ℒ axioms. As ℒ
is a prototypical DL, it shares many similarities other logics in the of DL family. Our results are
built on proofs for the ℒ case without boolean operators over the axioms [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>We establish negative results for eviction compatibility. We denote by Λ( ℒ) the
satisfaction system with the entailment relation given by the standard semantics of ℒ [11].
Theorem 5. Λ( ℒ) is neither eviction-compatible nor reception-compatible.</p>
      <p>Theorem 6 establishes the connection between quasimodels [11] and formulae in ℒ.
Theorem 6 (Theorem 2.27 [11]). An ℒ-formula  is satisfiable if  has a quasimodel.</p>
      <p>One can associate a model ℐ to each quasimodel  for  such that ℐ |=  . The class
of ℒ-formulae induced by  is the class of ℒ-formulae that contains  and any
ℒ-formulae that is a boolean combination of atoms in  .</p>
      <p>Theorem 7. Consider the compartment (B , I ) where I is the class of models ℐ with  a
quasimodel for an ℒ-formula  and B is the class of ℒ-formulae induced by  .
Then, the compartment (B , I ) is both eviction and reception-compatible.</p>
    </sec>
    <sec id="sec-3">
      <title>Acknowledgments</title>
      <p>The second author is supported by the NFR project “Learning Description Logic Ontologies”,
grant number 316022. The third author is supported by the German Research Association (DFG),
project number 465447331.
1ℒ is also called ℒ-formula in [11], the former nomenclature facilitates the distinction between the logic
and its formulae.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>C. E.</given-names>
            <surname>Alchourrón</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Gärdenfors</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Makinson</surname>
          </string-name>
          ,
          <article-title>On the Logic of Theory Change: Partial Meet Contraction and Revision Functions</article-title>
          ,
          <source>Journal of Symbolic Logic</source>
          <volume>50</volume>
          (
          <year>1985</year>
          )
          <fpage>510</fpage>
          -
          <lpage>530</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>H.</given-names>
            <surname>Katsuno</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. O.</given-names>
            <surname>Mendelzon</surname>
          </string-name>
          ,
          <article-title>Propositional knowledge base revision and minimal change</article-title>
          ,
          <source>Artificial Intelligence</source>
          <volume>52</volume>
          (
          <year>1991</year>
          )
          <fpage>263</fpage>
          -
          <lpage>294</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>L.</given-names>
            <surname>De Raedt</surname>
          </string-name>
          ,
          <article-title>Logical settings for concept-learning</article-title>
          ,
          <source>Artificial Intelligence</source>
          <volume>95</volume>
          (
          <year>1997</year>
          )
          <fpage>187</fpage>
          -
          <lpage>201</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>R.</given-names>
            <surname>Guimarães</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ozaki</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. S.</given-names>
            <surname>Ribeiro</surname>
          </string-name>
          ,
          <article-title>Finite based contraction and expansion via models</article-title>
          ,
          <source>in: AAAI</source>
          ,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>